Jazyk

ReceiveRequest.Streams Vlastnost

Definice

Získá nebo nastaví kolekci příloh streamů zahrnutých v této žádosti.

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)

Hodnota vlastnosti

A List<T> z IContentStream položek spojených s touto žádostí.

Platí pro