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.

ChannelFactory<TChannel> Constructor

 

Initializes a new instance of the ChannelFactory<TChannel> class.

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

NameDescription
System_CAPS_pubmethodChannelFactory<TChannel>()

Initializes a new instance of the ChannelFactory<TChannel> class.

System_CAPS_pubmethodChannelFactory<TChannel>(Binding^)

Initializes a new instance of the ChannelFactory<TChannel> class.

System_CAPS_pubmethodChannelFactory<TChannel>(Binding^, EndpointAddress^)

Initializes a new instance of the ChannelFactory<TChannel> class with a specified binding and endpoint address.

System_CAPS_pubmethodChannelFactory<TChannel>(Binding^, String^)

Initializes a new instance of the ChannelFactory<TChannel> class with a specified binding and remote address.

System_CAPS_pubmethodChannelFactory<TChannel>(ServiceEndpoint^)

Initializes a new instance of the ChannelFactory<TChannel> class that produces channels with a specified endpoint.

System_CAPS_pubmethodChannelFactory<TChannel>(String^)

Initializes a new instance of the ChannelFactory<TChannel> class with a specified endpoint configuration name.

System_CAPS_pubmethodChannelFactory<TChannel>(String^, EndpointAddress^)

Initializes a new instance of the ChannelFactory<TChannel> class associated with a specified name for the endpoint configuration and remote address.

System_CAPS_protmethodChannelFactory<TChannel>(Type^)

Initializes a new instance of the ChannelFactory<TChannel> class.

Return to top
Show:
© 2017 Microsoft