C# Class NServiceBus.Transport.IncomingMessageExtensions

Helper methods for IncomingMessage.
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
GetMesssageIntent ( this message ) : MessageIntentEnum

Gets the message intent from the headers.

GetReplyToAddress ( this message ) : string

Gets the reply to address.

Method Details

GetMesssageIntent() public static method

Gets the message intent from the headers.
public static GetMesssageIntent ( this message ) : MessageIntentEnum
message this The message.
return MessageIntentEnum

GetReplyToAddress() public static method

Gets the reply to address.
public static GetReplyToAddress ( this message ) : string
message this The message.
return string