C# Class NServiceBus.Transport.IncomingMessageExtensions

Helper methods for IncomingMessage.
Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

Méthode 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 méthode

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

GetReplyToAddress() public static méthode

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