DuplexClientBase<TChannel> Constructor
Initializes a new instance of the DuplexClientBase<TChannel> class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | DuplexClientBase<TChannel>(InstanceContext^) | Initializes a new instance of the DuplexClientBase<TChannel> class using the specified callback object. |
![]() | DuplexClientBase<TChannel>(InstanceContext^, Binding^, EndpointAddress^) | Initializes a new instance of the DuplexClientBase<TChannel> class using the specified callback object, binding, and service endpoint address. |
![]() | DuplexClientBase<TChannel>(InstanceContext^, ServiceEndpoint^) | Initializes a new instance of the DuplexClientBase<TChannel> class with the specified callback object and service endpoint. |
![]() | DuplexClientBase<TChannel>(InstanceContext^, String^) | Initializes a new instance of the DuplexClientBase<TChannel> class using the specified callback object and configuration name. |
![]() | DuplexClientBase<TChannel>(InstanceContext^, String^, EndpointAddress^) | Initializes a new instance of the DuplexClientBase<TChannel> class using the specified callback object, configuration name, and service endpoint address. |
![]() | DuplexClientBase<TChannel>(InstanceContext^, String^, String^) | Initializes a new instance of the DuplexClientBase<TChannel> class using the specified callback object, configuration name, and service endpoint address. |
![]() | DuplexClientBase<TChannel>(Object^) | Initializes a new instance of the DuplexClientBase<TChannel> class using the specified callback object. |
![]() | DuplexClientBase<TChannel>(Object^, Binding^, EndpointAddress^) | Initializes a new instance of the DuplexClientBase<TChannel> class using the specified callback object, binding, and service endpoint address. |
![]() | DuplexClientBase<TChannel>(Object^, ServiceEndpoint^) | Initializes a new instance of the DuplexClientBase<TChannel> class with the specified callback object and service endpoint. |
![]() | DuplexClientBase<TChannel>(Object^, String^) | Initializes a new instance of the DuplexClientBase<TChannel> class using the specified callback object and configuration name. |
![]() | DuplexClientBase<TChannel>(Object^, String^, EndpointAddress^) | Initializes a new instance of the DuplexClientBase<TChannel> class using the specified callback object, configuration name, and service endpoint address. |
![]() | DuplexClientBase<TChannel>(Object^, String^, String^) | Initializes a new instance of the DuplexClientBase<TChannel> class using the specified callback object, endpoint configuration name, and service endpoint address. |
