C# Class Microsoft.WindowsAzure.CAT.ServiceBusExplorer.BrokeredMessageExtensions

Mostrar archivo Open project: paolosalvatori/ServiceBusExplorer

Public Methods

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

Private Methods

Method Description
BrokeredMessageExtensions ( ) : System

Method Details

Clone() public static method

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

Clone() public static method

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

CloneWithByteArrayBodyType() public static method

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

GetBodyStream() public static method

public static GetBodyStream ( this message ) : Stream
message this
return Stream

SetBodyStream() public static method

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