Binding.BuildChannelFactory<TChannel> Method (BindingParameterCollection)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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. |
Show: