Del via


ReceiveResponse.Streams Property

Definition

Gets or sets the collection of IContentStreams contained within this response.

public System.Collections.Generic.List<Microsoft.Bot.Streaming.Payloads.IContentStream> Streams { get; set; }
member this.Streams : System.Collections.Generic.List<Microsoft.Bot.Streaming.Payloads.IContentStream> with get, set
Public Property Streams As List(Of IContentStream)

Property Value

A List<T> of type IContentStream containing information on streams attached to this response.

Applies to