c# - NServiceBus - How to pass custom headers in the Message envelop? -


I want to attach windows authentication token without automatically including that piece of data on messages.

I have seen that the transport message has the headers, but how do I access it before sending the message to the server?

Look at how you will use the header.

To set up a continuous outgoing header for a client (suitable for author token), see

On the server, you can then.


Comments