C# 클래스 Microsoft.WindowsAzure.CAT.ServiceBusExplorer.BrokeredMessageExtensions

파일 보기 프로젝트 열기: paolosalvatori/ServiceBusExplorer

공개 메소드들

메소드 설명
Clone ( this message, Stream stream ) : BrokeredMessage
Clone ( this message, string text ) : BrokeredMessage
CloneWithByteArrayBodyType ( this originalMessage, string text ) : BrokeredMessage
GetBodyStream ( this message ) : Stream
SetBodyStream ( this message, Stream stream ) : void

비공개 메소드들

메소드 설명
BrokeredMessageExtensions ( ) : System

메소드 상세

Clone() 공개 정적인 메소드

public static Clone ( this message, Stream stream ) : BrokeredMessage
message this
stream Stream
리턴 BrokeredMessage

Clone() 공개 정적인 메소드

public static Clone ( this message, string text ) : BrokeredMessage
message this
text string
리턴 BrokeredMessage

CloneWithByteArrayBodyType() 공개 정적인 메소드

public static CloneWithByteArrayBodyType ( this originalMessage, string text ) : BrokeredMessage
originalMessage this
text string
리턴 BrokeredMessage

GetBodyStream() 공개 정적인 메소드

public static GetBodyStream ( this message ) : Stream
message this
리턴 Stream

SetBodyStream() 공개 정적인 메소드

public static SetBodyStream ( this message, Stream stream ) : void
message this
stream Stream
리턴 void