Sdílet prostřednictvím


ReceiveRequest.Streams Vlastnost

Definice

Získá nebo nastaví kolekci příloh datových proudů zahrnutých v tomto požadavku.

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> položek přidružených IContentStream k tomuto požadavku.

Platí pro