Partager via


ReceiveRequest.Streams Propriété

Définition

Obtient ou définit la collection de pièces jointes de flux incluses dans cette requête.

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)

Valeur de propriété

d’éléments List<T>IContentStream associés à cette demande.

S’applique à