SecurityBindingElement.BuildChannelFactoryCore<TChannel> メソッド

定義

実装された場合は、指定した型のチャネル ファクトリを作成します。

protected:
generic <typename TChannel>
 abstract System::ServiceModel::Channels::IChannelFactory<TChannel> ^ BuildChannelFactoryCore(System::ServiceModel::Channels::BindingContext ^ context);
protected abstract System.ServiceModel.Channels.IChannelFactory<TChannel> BuildChannelFactoryCore<TChannel>(System.ServiceModel.Channels.BindingContext context);
abstract member BuildChannelFactoryCore : System.ServiceModel.Channels.BindingContext -> System.ServiceModel.Channels.IChannelFactory<'Channel>
Protected MustOverride Function BuildChannelFactoryCore(Of TChannel) (context As BindingContext) As IChannelFactory(Of TChannel)

型パラメーター

TChannel

チャネル ファクトリの種類。

パラメーター

返品

指定した型のチャネル ファクトリ。

例外

contextnullです。

TChannel型のチャネルはサポートされていません。

注釈

BuildChannelFactoryはエラー チェックを行い、このメソッドを呼び出します。 このメソッドが派生クラスに実装されると、チャネル ファクトリが作成されます。このファクトリは、このバインディングの送信メッセージを処理するチャネルを作成するために使用されます。

適用対象