Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
BrokeredMessageExtensions ( ) : System |
public static Clone ( this message, Stream stream ) : BrokeredMessage | ||
message | this | |
stream | Stream | |
return | BrokeredMessage |
public static Clone ( this message, string text ) : BrokeredMessage | ||
message | this | |
text | string | |
return | BrokeredMessage |
public static CloneWithByteArrayBodyType ( this originalMessage, string text ) : BrokeredMessage | ||
originalMessage | this | |
text | string | |
return | BrokeredMessage |
public static GetBodyStream ( this message ) : Stream | ||
message | this | |
return | Stream |
public static SetBodyStream ( this message, Stream stream ) : void | ||
message | this | |
stream | Stream | |
return | void |