NServiceBus by Particular Software

<PackageReference Include="NServiceBus" Version="8.0.0" />

.NET API 1,076,224 bytes

 MutateIncomingTransportMessageContext

public ReadOnlyMemory<byte> Body { get; set; }

The body of the message.

A CancellationToken to observe.

public Dictionary<string, string> Headers { get; }

The current incoming headers.

public MutateIncomingTransportMessageContext(ReadOnlyMemory<byte> body, Dictionary<string, string> headers, CancellationToken cancellationToken = default)

Initializes a new instance of MutateOutgoingTransportMessageContext.