StreamMessageHelper Class

Definition

Helper class for creating a Message object from streaming content.

public static class StreamMessageHelper
type StreamMessageHelper = class
Public Class StreamMessageHelper
Inheritance
StreamMessageHelper

Methods

CreateJsonMessage(MessageVersion, String, Stream)

Creates a JSON message with a specified version.

CreateMessage(MessageVersion, String, Stream)

Creates a message, using the specified version, action, and stream.

GetStream(Message)

Retrieves the stream of the specified message.

GetStream(XmlDictionaryReader)

Retrieves the stream of the specified message with the specified reader.

Applies to