次の方法で共有


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

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

戻り値

クライアントのチャネル ファクトリ スタック。

適用対象