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

Afficher le fichier Open project: paolosalvatori/ServiceBusExplorer

Méthodes publiques

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

Méthode Description
BrokeredMessageExtensions ( ) : System

Method Details

Clone() public static méthode

public static Clone ( this message, Stream stream ) : BrokeredMessage
message this
stream Stream
Résultat BrokeredMessage

Clone() public static méthode

public static Clone ( this message, string text ) : BrokeredMessage
message this
text string
Résultat BrokeredMessage

CloneWithByteArrayBodyType() public static méthode

public static CloneWithByteArrayBodyType ( this originalMessage, string text ) : BrokeredMessage
originalMessage this
text string
Résultat BrokeredMessage

GetBodyStream() public static méthode

public static GetBodyStream ( this message ) : Stream
message this
Résultat Stream

SetBodyStream() public static méthode

public static SetBodyStream ( this message, Stream stream ) : void
message this
stream Stream
Résultat void