Share via


ReceiveRequest.Streams Property

Definition

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

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

Applies to