The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpCookieContainerBindingElement::BuildChannelFactory<TChannel> Method (BindingContext^)
.NET Framework (current version)
Creates a channel factory that can be used to create a channel.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: generic<typename TChannel> virtual IChannelFactory<TChannel>^ BuildChannelFactory( BindingContext^ context ) override
Parameters
- context
-
Type:
System.ServiceModel.Channels::BindingContext^
BindingContext members that describe bindings, behaviors, contracts and other information required to create the channel factory.
Return Value
Type: System.ServiceModel.Channels::IChannelFactory<TChannel>^A channel factory of the specified type.
Type Parameters
- TChannel
The type of channel factory.
.NET Framework
Available since 4.5
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Available since 4.5
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Show: