Partager via


ReceiveResponse.Streams Propriété

Définition

Obtient ou définit la collection de IContentStreams contenue dans cette réponse.

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é

List<T> de type IContentStream contenant des informations sur les flux attachés à cette réponse.

S’applique à