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.ServiceModelAssemblies: 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 protected ClientBase(
string endpointConfigurationName
)
Parameters
- endpointConfigurationName
- Type: SystemString
The name of the endpoint in the application configuration file.
Exceptions See Also