ChannelFactory<TChannel> Constructor
Initializes a new instance of the ChannelFactory<TChannel> class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | ChannelFactory<TChannel>() | Initializes a new instance of the ChannelFactory<TChannel> class. |
![]() | ChannelFactory<TChannel>(Binding^) | Initializes a new instance of the ChannelFactory<TChannel> class. |
![]() | ChannelFactory<TChannel>(Binding^, EndpointAddress^) | Initializes a new instance of the ChannelFactory<TChannel> class with a specified binding and endpoint address. |
![]() | ChannelFactory<TChannel>(Binding^, String^) | Initializes a new instance of the ChannelFactory<TChannel> class with a specified binding and remote address. |
![]() | ChannelFactory<TChannel>(ServiceEndpoint^) | Initializes a new instance of the ChannelFactory<TChannel> class that produces channels with a specified endpoint. |
![]() | ChannelFactory<TChannel>(String^) | Initializes a new instance of the ChannelFactory<TChannel> class with a specified endpoint configuration name. |
![]() | ChannelFactory<TChannel>(String^, EndpointAddress^) | Initializes a new instance of the ChannelFactory<TChannel> class associated with a specified name for the endpoint configuration and remote address. |
![]() | ChannelFactory<TChannel>(Type^) | Initializes a new instance of the ChannelFactory<TChannel> class. |

