Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DuplexClientBase<TChannel> Constructor

 

Initializes a new instance of the DuplexClientBase<TChannel> class.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

NameDescription
System_CAPS_protmethodDuplexClientBase<TChannel>(InstanceContext^)

Initializes a new instance of the DuplexClientBase<TChannel> class using the specified callback object.

System_CAPS_protmethodDuplexClientBase<TChannel>(InstanceContext^, Binding^, EndpointAddress^)

Initializes a new instance of the DuplexClientBase<TChannel> class using the specified callback object, binding, and service endpoint address.

System_CAPS_protmethodDuplexClientBase<TChannel>(InstanceContext^, ServiceEndpoint^)

Initializes a new instance of the DuplexClientBase<TChannel> class with the specified callback object and service endpoint.

System_CAPS_protmethodDuplexClientBase<TChannel>(InstanceContext^, String^)

Initializes a new instance of the DuplexClientBase<TChannel> class using the specified callback object and configuration name.

System_CAPS_protmethodDuplexClientBase<TChannel>(InstanceContext^, String^, EndpointAddress^)

Initializes a new instance of the DuplexClientBase<TChannel> class using the specified callback object, configuration name, and service endpoint address.

System_CAPS_protmethodDuplexClientBase<TChannel>(InstanceContext^, String^, String^)

Initializes a new instance of the DuplexClientBase<TChannel> class using the specified callback object, configuration name, and service endpoint address.

System_CAPS_protmethodDuplexClientBase<TChannel>(Object^)

Initializes a new instance of the DuplexClientBase<TChannel> class using the specified callback object.

System_CAPS_protmethodDuplexClientBase<TChannel>(Object^, Binding^, EndpointAddress^)

Initializes a new instance of the DuplexClientBase<TChannel> class using the specified callback object, binding, and service endpoint address.

System_CAPS_protmethodDuplexClientBase<TChannel>(Object^, ServiceEndpoint^)

Initializes a new instance of the DuplexClientBase<TChannel> class with the specified callback object and service endpoint.

System_CAPS_protmethodDuplexClientBase<TChannel>(Object^, String^)

Initializes a new instance of the DuplexClientBase<TChannel> class using the specified callback object and configuration name.

System_CAPS_protmethodDuplexClientBase<TChannel>(Object^, String^, EndpointAddress^)

Initializes a new instance of the DuplexClientBase<TChannel> class using the specified callback object, configuration name, and service endpoint address.

System_CAPS_protmethodDuplexClientBase<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.

Return to top
Show:
© 2017 Microsoft