ClientBase<TChannel>.Channel プロパティ

定義

さまざまな構成済みのサービス エンドポイントにメッセージを送信するために使用される内部チャネルを取得します。

protected:
 property TChannel Channel { TChannel get(); };
protected TChannel Channel { get; }
member this.Channel : 'Channel
Protected ReadOnly Property Channel As TChannel

プロパティ値

TChannel

指定した型のチャネル。

適用対象