Share via


MessageBody.PayloadStream Property

 

Gets the stream that contains the raw payload.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public Stream PayloadStream { get; }
public:
property Stream^ PayloadStream {
    Stream^ get();
}
Public ReadOnly Property PayloadStream As Stream

Property Value

Type: System.IO.Stream

See Also

MessageBody Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top