Binding.BuildChannelFactory<TChannel> Method (BindingParameterCollection)
.NET Framework 4
Builds the channel factory stack on the client that creates a specified type of channel and that satisfies the features specified by a collection of binding parameters.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public virtual IChannelFactory<TChannel> BuildChannelFactory<TChannel>( BindingParameterCollection parameters )
Type Parameters
- TChannel
The type of channel the channel factory produces.
Parameters
- parameters
- Type: System.ServiceModel.Channels.BindingParameterCollection
The BindingParameterCollection that specifies requirements for the channel factory built.
Return Value
Type: System.ServiceModel.Channels.IChannelFactory<TChannel>An IChannelFactory<TChannel> of type TChannel that satisfies the features specified by the collection.
| Exception | Condition |
|---|---|
| InvalidOperationException | Transport element is missing or out of order or scheme is invalid or the message version is not specified. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.