ClientBase<TChannel> Constructor (String^, String^)
.NET Framework (current version)
Initializes a new instance of the ClientBase<TChannel> class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- endpointConfigurationName
-
Type:
System::String^
The name of the endpoint in the application configuration file.
- remoteAddress
-
Type:
System::String^
The address of the service.
| Exception | Condition |
|---|---|
| ArgumentNullException | The endpoint is null. |
| ArgumentNullException | The remote address is null. |
| InvalidOperationException | The endpoint cannot be found or the endpoint contract is not valid. |
Use this constructor to determine the target endpoint information from the name of the endpoint in an application configuration file (The target value is located by finding the name attribute of the client <endpoint> of <client> element) and the specified address.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: