SslStreamSecurityBindingElement.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

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

パラメーター

返品

TChannel型のチャネル ファクトリを表すIChannelFactory オブジェクト。

例外

contextnullです。

注釈

このメソッドはチャネル ファクトリを作成します。チャネル ファクトリは、このバインディングの送信メッセージを処理するチャネルを作成するために使用されます。

適用対象