ChannelFactory<TChannel>::CreateChannel Method
Creates a channel of a specified type to a specified endpoint address.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | CreateChannel() | Creates a channel of a specified type to a specified endpoint address. |
![]() ![]() | CreateChannel(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. |
![]() ![]() | CreateChannel(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. |
![]() | CreateChannel(EndpointAddress^) | Creates a channel that is used to send messages to a service at a specific endpoint address. |
![]() | CreateChannel(EndpointAddress^, Uri^) | Creates a channel that is used to send messages to a service at a specific endpoint address through a specified transport address. |
![]() ![]() | CreateChannel(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.


