Share via


ResponseMessageStreamDisassembler.GetStreamAsync Method

Definition

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.

Applies to