Share via


StreamingRequest.Streams Property

Definition

Gets or sets the collection of stream attachments included in this request.

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 ResponseMessageStream items associated with this request.

Applies to