C# 클래스 NServiceBus.Transport.IncomingMessageExtensions

Helper methods for IncomingMessage.
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
GetMesssageIntent ( this message ) : MessageIntentEnum

Gets the message intent from the headers.

GetReplyToAddress ( this message ) : string

Gets the reply to address.

메소드 상세

GetMesssageIntent() 공개 정적인 메소드

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

GetReplyToAddress() 공개 정적인 메소드

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