Binding.BuildChannelFactory<TChannel> Method (Object[])
[ 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 an object array.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Type Parameters
- TChannel
The type of channel the channel factory produces.
Parameters
- parameters
- Type:
System.Object
[]
The object array that specifies requirements for the channel factory that is 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: