DiscoveryClientBindingElement.BuildChannelFactory<TChannel> メソッド

定義

特定の種類のチャネルを生成するよう、バインディング コンテキストからチャネル ファクトリを初期化します。

public:
generic <typename TChannel>
 override System::ServiceModel::Channels::IChannelFactory<TChannel> ^ BuildChannelFactory(System::ServiceModel::Channels::BindingContext ^ context);
public override System.ServiceModel.Channels.IChannelFactory<TChannel> BuildChannelFactory<TChannel> (System.ServiceModel.Channels.BindingContext context);
override this.BuildChannelFactory : System.ServiceModel.Channels.BindingContext -> System.ServiceModel.Channels.IChannelFactory<'Channel>
Public Overrides Function BuildChannelFactory(Of TChannel) (context As BindingContext) As IChannelFactory(Of TChannel)

型パラメーター

TChannel

作成するチャネル ファクトリの種類。

パラメーター

context
BindingContext

バインド コンテキスト。

戻り値

バインディング コンテキストから初期化された指定の種類のチャネル ファクトリ。

適用対象