Compartir a través de


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

de List<T>IContentStream elementos asociados a esta solicitud.

Se aplica a