ClientBase<TChannel> Constructor (String)
Initializes a new instance of the ClientBase<TChannel> class using the configuration information specified in the application configuration file by endpointConfigurationName.
Namespace: System.ServiceModel
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- endpointConfigurationName
- Type: System.String
The name of the endpoint in the application configuration file.
| Exception | Condition |
|---|---|
| ArgumentNullException | The specified endpoint information is null. |
| InvalidOperationException | The endpoint cannot be found or the endpoint contract is not valid. |
Use this constructor when there is more than one target endpoint in the application configuration file. This value is the name attribute of the client <endpoint> element.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.