ClientBase<TChannel> Constructor (String, EndpointAddress)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the ClientBase<TChannel> class using the specified target address and endpoint information.
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.ServiceModel.EndpointAddress
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 element) and the specified address.