DuplexChannelFactory<TChannel>::CreateChannel Method

 

Creates a duplex 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.(Inherited from ChannelFactory<TChannel>.)

System_CAPS_pubmethodCreateChannel(EndpointAddress^)

Creates a channel that is used to send messages to a service at a specific endpoint address.(Inherited from ChannelFactory<TChannel>.)

System_CAPS_pubmethodCreateChannel(EndpointAddress^, Uri^)

Creates a duplex channel between a service and a callback instance on the client.(Overrides ChannelFactory<TChannel>::CreateChannel(EndpointAddress^, Uri^).)

System_CAPS_pubmethodCreateChannel(InstanceContext^)

Creates a duplex channel between a service and a callback instance on the client.

System_CAPS_pubmethodSystem_CAPS_staticCreateChannel(InstanceContext^, Binding^, EndpointAddress^)

Creates a duplex channel between a service and a callback instance on the client.

System_CAPS_pubmethodSystem_CAPS_staticCreateChannel(InstanceContext^, Binding^, EndpointAddress^, Uri^)

Creates a duplex channel between a service and a callback instance on the client.

System_CAPS_pubmethodCreateChannel(InstanceContext^, EndpointAddress^)

Creates a duplex channel between a service and a callback instance on the client.

System_CAPS_pubmethodCreateChannel(InstanceContext^, EndpointAddress^, Uri^)

Creates a duplex channel between a service and a callback instance on the client.

System_CAPS_pubmethodSystem_CAPS_staticCreateChannel(InstanceContext^, String^)

Creates a duplex channel between a service and a callback instance on the client.

System_CAPS_pubmethodSystem_CAPS_staticCreateChannel(Object^, Binding^, EndpointAddress^)

Creates a duplex channel between a service and a callback instance on the client.

System_CAPS_pubmethodSystem_CAPS_staticCreateChannel(Object^, Binding^, EndpointAddress^, Uri^)

Creates a duplex channel between a service and a callback instance on the client.

System_CAPS_pubmethodSystem_CAPS_staticCreateChannel(Object^, String^)

Creates a duplex channel between a service and a callback instance on the client.

Return to top
Show: