次の方法で共有


ReceiveResponse.Streams プロパティ

定義

この応答に含まれる の IContentStreamコレクションを取得または設定します。

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)

プロパティ値

List<T>この応答にアタッチされているストリームに関する情報を含む 型IContentStreamの 。

適用対象