NServiceBus - How to pass custom headers in the Message envelop?
- by John Simons
I want to be able to attach the windows authentication token without having to include that piece of data on the messages themselves.
I've noticed that TransportMessage has Headers, but how do I get access to that before Send message to server?