ClientBase<TChannel>.Channel プロパティ

定義

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

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

プロパティ値

TChannel

指定された種類のチャネル。

適用対象