Compartir a través de


StreamingResponse.Streams Propiedad

Definición

Obtiene o establece la colección de secuencias adjuntas a esta respuesta.

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 de propiedad

List<T> de tipo ResponseMessageStream.

Se aplica a