WSHttpBinding.BuildChannelFactory<TChannel> メソッド

定義

指定した種類のチャネルを作成し、バインド パラメーターのコレクションで指定されている機能を満たすチャネル ファクトリ スタックを、クライアント上に構築します。

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

型パラメーター

TChannel

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

パラメーター

parameters
BindingParameterCollection

作成されるチャネル ファクトリの要件を指定します。

戻り値

コレクションによって指定された機能を満たす TChannel 型の IChannelFactory<TChannel>

適用対象