Partilhar via


ReceiveResponse.Streams Propriedade

Definição

Obtém ou define a coleção de IContentStreams contidos nesta resposta.

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)

Valor de Propriedade

Um List<T> tipo IContentStream que contém informações sobre fluxos anexados a esta resposta.

Aplica-se a