Binding.BuildChannelFactory メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クライアント上に、バインドが指定するチャネル ファクトリ スタックを構築します。
オーバーロード
BuildChannelFactory<TChannel>(Object[]) |
指定した種類のチャネルを作成し、オブジェクト配列で指定されている機能を満たすチャネル ファクトリ スタックを、クライアント上に構築します。 |
BuildChannelFactory<TChannel>(BindingParameterCollection) |
指定した種類のチャネルを作成し、バインド パラメーターのコレクションで指定されている機能を満たすチャネル ファクトリ スタックを、クライアント上に構築します。 |
BuildChannelFactory<TChannel>(Object[])
- ソース:
- Binding.cs
- ソース:
- Binding.cs
- ソース:
- Binding.cs
指定した種類のチャネルを作成し、オブジェクト配列で指定されている機能を満たすチャネル ファクトリ スタックを、クライアント上に構築します。
public:
generic <typename TChannel>
System::ServiceModel::Channels::IChannelFactory<TChannel> ^ BuildChannelFactory(... cli::array <System::Object ^> ^ parameters);
public System.ServiceModel.Channels.IChannelFactory<TChannel> BuildChannelFactory<TChannel> (params object[] parameters);
member this.BuildChannelFactory : obj[] -> System.ServiceModel.Channels.IChannelFactory<'Channel>
Public Function BuildChannelFactory(Of TChannel) (ParamArray parameters As Object()) As IChannelFactory(Of TChannel)
型パラメーター
- TChannel
チャネル ファクトリが作成するチャネルの種類。
パラメーター
- parameters
- Object[]
作成されるチャネル ファクトリの要件を指定するオブジェクト配列。
戻り値
コレクションによって指定される機能を満たす IChannelFactory<TChannel> 型の TChannel
。
例外
トランスポート要素がないか、トランスポート要素の順序が正しくないか、スキームが無効であるか、またはメッセージのバージョンが指定されていません。
適用対象
BuildChannelFactory<TChannel>(BindingParameterCollection)
- ソース:
- Binding.cs
- ソース:
- Binding.cs
- ソース:
- Binding.cs
指定した種類のチャネルを作成し、バインド パラメーターのコレクションで指定されている機能を満たすチャネル ファクトリ スタックを、クライアント上に構築します。
public:
generic <typename TChannel>
virtual System::ServiceModel::Channels::IChannelFactory<TChannel> ^ BuildChannelFactory(System::ServiceModel::Channels::BindingParameterCollection ^ parameters);
public virtual System.ServiceModel.Channels.IChannelFactory<TChannel> BuildChannelFactory<TChannel> (System.ServiceModel.Channels.BindingParameterCollection parameters);
abstract member BuildChannelFactory : System.ServiceModel.Channels.BindingParameterCollection -> System.ServiceModel.Channels.IChannelFactory<'Channel>
override this.BuildChannelFactory : System.ServiceModel.Channels.BindingParameterCollection -> System.ServiceModel.Channels.IChannelFactory<'Channel>
Public Overridable Function BuildChannelFactory(Of TChannel) (parameters As BindingParameterCollection) As IChannelFactory(Of TChannel)
型パラメーター
- TChannel
チャネル ファクトリが作成するチャネルの種類。
パラメーター
- parameters
- BindingParameterCollection
作成されるチャネル ファクトリの要件を指定する BindingParameterCollection。
戻り値
コレクションによって指定される機能を満たす IChannelFactory<TChannel> 型の TChannel
。
例外
トランスポート要素がないか、トランスポート要素の順序が正しくないか、スキームが無効であるか、またはメッセージのバージョンが指定されていません。
適用対象
.NET