StreamingResponse.Streams Property

Definition

Gets or sets the collection of streams attached to this response.

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

Property Value

A List<T> of type ResponseMessageStream.

Applies to