Compartilhar via


StreamingResponse.Streams Propriedade

Definição

Obtém ou define a coleção de fluxos anexados a essa resposta.

public System.Collections.Generic.List<Microsoft.Bot.Streaming.Payloads.ResponseMessageStream> Streams { get; set; }
member this.Streams : System.Collections.Generic.List<Microsoft.Bot.Streaming.Payloads.ResponseMessageStream> with get, set
Public Property Streams As List(Of ResponseMessageStream)

Valor da propriedade

Um List<T> do tipo ResponseMessageStream.

Aplica-se a