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