Share via


DuplexClientBase<TChannel> Constructor

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

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

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Protected method DuplexClientBase<TChannel>(InstanceContext) Initializes a new instance of the DuplexClientBase<TChannel> class using the specified callback object.
Protected method DuplexClientBase<TChannel>(InstanceContext, String) Initializes a new instance of the DuplexClientBase<TChannel> class using the specified callback object and configuration name.
Protected method DuplexClientBase<TChannel>(InstanceContext, Binding, EndpointAddress) Initializes a new instance of the DuplexClientBase<TChannel> class using the specified callback object, binding, and service endpoint address.
Protected method 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.
Protected method 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.

Top