ClientBase<TChannel> Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the ClientBase<TChannel> class using the configuration information specified in the application configuration file by endpointConfigurationName.
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> of <client> element.
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: