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

BindingContext チャネル ファクトリの作成に必要なバインディング、動作、コントラクト、およびその他の情報を記述するメンバー。

返品

トランスポート バインド要素で設定された値に基づいて構成される、指定した型のチャネル ファクトリ。

例外

contextnull は指定できません。

注釈

トランスポート バインド要素で設定された値に基づいて構成されたチャネル ファクトリを返します。

適用対象