Windows apps
Collapse the table of content
Expand the table of content
Information
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.

SecurityBindingElement::BuildChannelFactoryCore<TChannel> Method (BindingContext^)

 

When implemented, creates a channel factory of a specified type.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

protected:
generic<typename TChannel>
virtual IChannelFactory<TChannel>^ BuildChannelFactoryCore(
	BindingContext^ context
) abstract

Return Value

Type: System.ServiceModel.Channels::IChannelFactory<TChannel>^

A channel factory of a specified type.

Type Parameters

TChannel

The type of channel factory.

Exception Condition
ArgumentNullException

context is null.

ArgumentException

A channel of type TChannel is not supported.

BuildChannelFactory<TChannel>, which does error checking, calls this method. When this method is implemented in a derived class, it creates a channel factory, which is used to create a channel that processes outgoing messages for this binding.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft