PayloadDisassembler.GetStreamDescription(ResponseMessageStream) Method
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.
Creates and returns the StreamDescription of the passed ResponseMessageStream.
protected static Microsoft.Bot.Streaming.Payloads.StreamDescription GetStreamDescription (Microsoft.Bot.Streaming.Payloads.ResponseMessageStream stream);
static member GetStreamDescription : Microsoft.Bot.Streaming.Payloads.ResponseMessageStream -> Microsoft.Bot.Streaming.Payloads.StreamDescription
Protected Shared Function GetStreamDescription (stream As ResponseMessageStream) As StreamDescription
Parameters
- stream
- ResponseMessageStream
The stream to create a StreamDescription for.
Returns
The StreamDescription of the passed in ResponseMessageStream.