次の方法で共有


IContentStream インターフェイス

定義

Streaming Extensions を使用する Bot Framework Protocol 3 と互換性のあるストリーム添付ファイルによって実装されます。

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

プロパティ

ContentType

この ContentStream に含まれるオブジェクトの種類の名前を取得または設定します。

Id

この ContentStream の一意識別子として使用する guid を取得します。

Length

この ContentStream の長さを取得または設定します。

Stream

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

適用対象