We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ReadOnlyBasicProperties
1 parent 31f3628 commit d5e0bc1Copy full SHA for d5e0bc1
projects/RabbitMQ.Client/client/api/ReadonlyBasicProperties.cs
@@ -39,7 +39,7 @@ namespace RabbitMQ.Client
39
/// <summary>
40
/// AMQP specification content header properties for content class "basic"
41
/// </summary>
42
- public class ReadOnlyBasicProperties : IReadOnlyBasicProperties
+ public sealed class ReadOnlyBasicProperties : IReadOnlyBasicProperties
43
{
44
private readonly string? _contentType;
45
private readonly string? _contentEncoding;
0 commit comments