ReceiveRequest.Streams Propiedad

Definición

Obtiene o establece la colección de datos adjuntos de flujo incluidos en esta solicitud.

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

Una List<T> de IContentStream las cosas asociadas a esta petición.

Se aplica a