次の方法で共有


ContentStream クラス

定義

デコードするコンテンツを含む固定長または無限長のストリーム。

public class ContentStream : Microsoft.Bot.Streaming.Payloads.IContentStream
type ContentStream = class
    interface IContentStream
Public Class ContentStream
Implements IContentStream
継承
ContentStream
実装

コンストラクター

ContentStream(Guid, PayloadStreamAssembler)

ContentStream クラスの新しいインスタンスを初期化します。

プロパティ

ContentType

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

Id

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

Length

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

Stream

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

メソッド

Cancel()

このインスタンスの処理を取り消すために呼び出されます。 割り当てられた PayloadStreamAssemblerに対して Close() を呼び出します。

適用対象