Compartilhar via


ReceiveResponse.Streams Propriedade

Definição

Obtém ou define a coleção de IContentStreams contida nessa 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 da propriedade

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

Aplica-se a