Click or drag to resize
ClientBaseTChannel Constructor (String)
Initializes a new instance of the ClientBaseTChannel class using the configuration information specified in the application configuration file by endpointConfigurationName.

Namespace: System.ServiceModel
Assemblies:  CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
  CSharpXamlForHtml5.ToBeReplacedAtRuntime.System.ServiceModel.dll (in CSharpXamlForHtml5.ToBeReplacedAtRuntime.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax
C#
protected ClientBase(
	string endpointConfigurationName
)

Parameters

endpointConfigurationName
Type: SystemString
The name of the endpoint in the application configuration file.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe specified endpoint information is null.
InvalidOperationExceptionThe endpoint cannot be found or the endpoint contract is not valid.
See Also