DuplexChannelFactory<TChannel> Constructor
Initializes a new instance of the DuplexChannelFactory<TChannel> class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | DuplexChannelFactory<TChannel>(InstanceContext^) | Initializes a new instance of the DuplexChannelFactory<TChannel> class with specified instance context. |
![]() | DuplexChannelFactory<TChannel>(InstanceContext^, Binding^) | Initializes a new instance of the DuplexChannelFactory<TChannel> class with a context that implements the callback contract and a specified binding. |
![]() | DuplexChannelFactory<TChannel>(InstanceContext^, Binding^, EndpointAddress^) | Initializes a new instance of the DuplexChannelFactory<TChannel> class with an object that implements the callback contract and a specified binding and endpoint address. |
![]() | DuplexChannelFactory<TChannel>(InstanceContext^, Binding^, String^) | Initializes a new instance of the DuplexChannelFactory<TChannel> class with specified instance context, binding, and remote address. |
![]() | DuplexChannelFactory<TChannel>(InstanceContext^, ServiceEndpoint^) | Initializes a new instance of the DuplexChannelFactory<TChannel> class with an object that implements the callback contract and a specified endpoint. |
![]() | DuplexChannelFactory<TChannel>(InstanceContext^, String^) | Initializes a new instance of the DuplexChannelFactory<TChannel> class with an object that implements the callback contract and a specified configuration. |
![]() | DuplexChannelFactory<TChannel>(InstanceContext^, String^, EndpointAddress^) | Initializes a new instance of the DuplexChannelFactory<TChannel> class with an object that implements the callback contract and a specified configuration and endpoint address. |
![]() | DuplexChannelFactory<TChannel>(Object^) | Initializes a new instance of the DuplexChannelFactory<TChannel> class with an object that implements the callback contract. |
![]() | DuplexChannelFactory<TChannel>(Object^, Binding^) | Initializes a new instance of the DuplexChannelFactory<TChannel> class with an object that implements the callback contract and a specified binding. |
![]() | DuplexChannelFactory<TChannel>(Object^, Binding^, EndpointAddress^) | Initializes a new instance of the DuplexChannelFactory<TChannel> class with an object that implements the callback contract and a specified binding and endpoint address. |
![]() | DuplexChannelFactory<TChannel>(Object^, Binding^, String^) | Initializes a new instance of the DuplexChannelFactory<TChannel> class with specified callback object, binding, and remote address. |
![]() | DuplexChannelFactory<TChannel>(Object^, ServiceEndpoint^) | Initializes a new instance of the DuplexChannelFactory<TChannel> class with an object that implements the callback contract and a specified endpoint. |
![]() | DuplexChannelFactory<TChannel>(Object^, String^) | Initializes a new instance of the DuplexChannelFactory<TChannel> class with an object that implements the callback contract and a specified configuration. |
![]() | DuplexChannelFactory<TChannel>(Object^, String^, EndpointAddress^) | Initializes a new instance of the DuplexChannelFactory<TChannel> class with an object that implements the callback contract, and a specified configuration and endpoint address. |
![]() | DuplexChannelFactory<TChannel>(Type^) | Initializes a new instance of the DuplexChannelFactory<TChannel> class with specified type of callback instance. |
![]() | DuplexChannelFactory<TChannel>(Type^, Binding^) | Initializes a new instance of the DuplexChannelFactory<TChannel> class with specified type of callback instance and binding. |
![]() | DuplexChannelFactory<TChannel>(Type^, Binding^, EndpointAddress^) | Initializes a new instance of the DuplexChannelFactory<TChannel> class with specified type of callback instance, binding, and remote address. |
![]() | DuplexChannelFactory<TChannel>(Type^, Binding^, String^) | Initializes a new instance of the DuplexChannelFactory<TChannel> class with the specified type of callback instance, binding, and remote address. |
![]() | DuplexChannelFactory<TChannel>(Type^, ServiceEndpoint^) | Initializes a new instance of the DuplexChannelFactory<TChannel> class with specified type of callback instance and service endpoint. |
![]() | DuplexChannelFactory<TChannel>(Type^, String^) | Initializes a new instance of the DuplexChannelFactory<TChannel> class with specified type of callback instance and configuration. |
![]() | DuplexChannelFactory<TChannel>(Type^, String^, EndpointAddress^) | Initializes a new instance of the DuplexChannelFactory<TChannel> class with the specified type of callback instance, configuration, and remote address. |
