Share via


ServiceClient Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the ServiceClient 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
Public method ServiceClient() Initializes a new instance of the ServiceClient class with default values.
Public method ServiceClient(String) Initializes a new instance of the ServiceClient class with the specified endpoint configuration name.
Public method ServiceClient(Binding, EndpointAddress) Initializes a new instance of the ServiceClient class that has the specified binding and remote address.
Public method ServiceClient(String, EndpointAddress) Initializes a new instance of the ServiceClient class that has the specified endpoint configuration name and remote address.
Public method ServiceClient(String, String) Initializes a new instance of the ServiceClient class that has the specified endpoint configuration name and remote address as a string.

Top