IContentStream インターフェイス

定義

Bot Framework Protocol 3 with Streaming Extensionsと互換性のあるストリームアタッチメントによって実装されています。

public interface IContentStream
type IContentStream = interface
Public Interface IContentStream
派生

プロパティ

名前 説明
ContentType

このContentStreamに含まれるオブジェクトの型名を取得するか設定します。

Id

このContentStreamの一意識別子として使うためのguidを手に入れます。

Length

このコンテンツストリームの長さを取得または設定します。

Stream

このContentStreamに含まれるデータを取得します。

適用対象