Binding::BuildChannelFactory<TChannel> Method (array<Object^>^)
.NET Framework (current version)
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)
public: generic<typename TChannel> IChannelFactory<TChannel>^ BuildChannelFactory( ... array<Object^>^ parameters )
Parameters
- parameters
-
Type:
array<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.
Type Parameters
- TChannel
The type of channel the channel factory produces.
| Exception | Condition |
|---|---|
| InvalidOperationException | Transport element is missing or out of order or scheme is invalid or the message version is not specified. |
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: