Compartir a través de


ReceiveResponse.Streams Propiedad

Definición

Obtiene o establece la colección de IContentStreams contenida en esta respuesta.

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 propiedad

List<T> de tipo IContentStream que contiene información sobre las secuencias adjuntas a esta respuesta.

Se aplica a