ClientRuntime.ChannelInitializers プロパティ

定義

クライアントに関連付けられたチャネルをカスタマイズするために使用されるチャネル初期化子オブジェクトのコレクションを取得します。

public:
 property System::Collections::Generic::SynchronizedCollection<System::ServiceModel::Dispatcher::IChannelInitializer ^> ^ ChannelInitializers { System::Collections::Generic::SynchronizedCollection<System::ServiceModel::Dispatcher::IChannelInitializer ^> ^ get(); };
public System.Collections.Generic.SynchronizedCollection<System.ServiceModel.Dispatcher.IChannelInitializer> ChannelInitializers { get; }
member this.ChannelInitializers : System.Collections.Generic.SynchronizedCollection<System.ServiceModel.Dispatcher.IChannelInitializer>
Public ReadOnly Property ChannelInitializers As SynchronizedCollection(Of IChannelInitializer)

プロパティ値

IChannelInitializer の実装のコレクション。

注釈

ChannelInitializers プロパティを使用してカスタムの IChannelInitializer オブジェクトを追加します。このオブジェクトには、作成時にクライアントに関連付けられたチャネルを検査する、チャネル上で発生するイベントを登録する、IExtension<T> を使用してチャネルに状態を関連付ける、などの機能があります。

適用対象