WindowsStreamSecurityBindingElement.BuildChannelListener<TChannel> メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した種類のチャネル リスナーを作成します。
public:
generic <typename TChannel>
where TChannel : class, System::ServiceModel::Channels::IChannel override System::ServiceModel::Channels::IChannelListener<TChannel> ^ BuildChannelListener(System::ServiceModel::Channels::BindingContext ^ context);
public override System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel> (System.ServiceModel.Channels.BindingContext context) where TChannel : class, System.ServiceModel.Channels.IChannel;
override this.BuildChannelListener : System.ServiceModel.Channels.BindingContext -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overrides Function BuildChannelListener(Of TChannel As {Class, IChannel}) (context As BindingContext) As IChannelListener(Of TChannel)
型パラメーター
- TChannel
チャネル リスナーの種類。
パラメーター
- context
- BindingContext
バインド、動作、コントラクト、およびチャネル リスナーの作成に必要なその他の情報を記述する BindingContext メンバー。
戻り値
指定した種類のチャネル リスナーを返します。 このメソッドは、このクラス インスタンスを BindingParameters に追加し、ビルド メソッド BuildInnerChannelListener<TChannel>() に代行させます。
例外
context
として null
を使用することはできません。
注釈
このメソッドは、チャネル リスナーを作成します。これは、このバインディングの受信メッセージを処理するチャネルの作成に使用されます。