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>::CreateChannel Method

 

Creates a channel of a specified type to a specified endpoint address.

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

NameDescription
System_CAPS_pubmethodCreateChannel()

Creates a channel of a specified type to a specified endpoint address.

System_CAPS_pubmethodSystem_CAPS_staticCreateChannel(Binding^, EndpointAddress^)

Creates a channel of a specified type that is used to send messages to a service endpoint that is configured with a specified binding.

System_CAPS_pubmethodSystem_CAPS_staticCreateChannel(Binding^, EndpointAddress^, Uri^)

Creates a channel of a specified type that is used to send messages to a service endpoint at a specified transport address that is configured with a specified binding.

System_CAPS_pubmethodCreateChannel(EndpointAddress^)

Creates a channel that is used to send messages to a service at a specific endpoint address.

System_CAPS_pubmethodCreateChannel(EndpointAddress^, Uri^)

Creates a channel that is used to send messages to a service at a specific endpoint address through a specified transport address.

System_CAPS_protmethodSystem_CAPS_staticCreateChannel(String^)

Creates a channel that is used to send messages to a service whose endpoint is configured in a specified way.

Creates a channel of type TChannel, the generic parameter for the class.

Return to top
Show:
© 2017 Microsoft