ResponseDisassembler.GetStreamAsync 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.
Gets the stream this disassembler is operating on.
public override System.Threading.Tasks.Task<Microsoft.Bot.Streaming.Payloads.StreamWrapper> GetStreamAsync ();
override this.GetStreamAsync : unit -> System.Threading.Tasks.Task<Microsoft.Bot.Streaming.Payloads.StreamWrapper>
Public Overrides Function GetStreamAsync () As Task(Of StreamWrapper)
Returns
A Task<TResult> representing the result of the asynchronous operation.