DuplexChannelFactory<TChannel>::CreateChannel Method
Creates a duplex 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.(Inherited from ChannelFactory<TChannel>.) |
![]() | CreateChannel(EndpointAddress^) | Creates a channel that is used to send messages to a service at a specific endpoint address.(Inherited from ChannelFactory<TChannel>.) |
![]() | CreateChannel(EndpointAddress^, Uri^) | Creates a duplex channel between a service and a callback instance on the client.(Overrides ChannelFactory<TChannel>::CreateChannel(EndpointAddress^, Uri^).) |
![]() | CreateChannel(InstanceContext^) | Creates a duplex channel between a service and a callback instance on the client. |
![]() ![]() | CreateChannel(InstanceContext^, Binding^, EndpointAddress^) | Creates a duplex channel between a service and a callback instance on the client. |
![]() ![]() | CreateChannel(InstanceContext^, Binding^, EndpointAddress^, Uri^) | Creates a duplex channel between a service and a callback instance on the client. |
![]() | CreateChannel(InstanceContext^, EndpointAddress^) | Creates a duplex channel between a service and a callback instance on the client. |
![]() | CreateChannel(InstanceContext^, EndpointAddress^, Uri^) | Creates a duplex channel between a service and a callback instance on the client. |
![]() ![]() | CreateChannel(InstanceContext^, String^) | Creates a duplex channel between a service and a callback instance on the client. |
![]() ![]() | CreateChannel(Object^, Binding^, EndpointAddress^) | Creates a duplex channel between a service and a callback instance on the client. |
![]() ![]() | CreateChannel(Object^, Binding^, EndpointAddress^, Uri^) | Creates a duplex channel between a service and a callback instance on the client. |
![]() ![]() | CreateChannel(Object^, String^) | Creates a duplex channel between a service and a callback instance on the client. |

