Sdílet prostřednictvím


StreamingResponse.Streams Vlastnost

Definice

Získá nebo nastaví kolekci datových proudů připojených k této odpovědi.

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)

Hodnota vlastnosti

A List<T> typu ResponseMessageStream.

Platí pro