StreamMessageHelper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET