ResponseMessageStreamDisassembler.ContentStream Property
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.
Gets the ResponseMessageStream to be disassembled.
public Microsoft.Bot.Streaming.Payloads.ResponseMessageStream ContentStream { get; }
member this.ContentStream : Microsoft.Bot.Streaming.Payloads.ResponseMessageStream
Public ReadOnly Property ContentStream As ResponseMessageStream
Property Value
The ResponseMessageStream to be disassembled.