Click or drag to resize
ClientBaseTChannel Constructor (String, EndpointAddress)

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,
	EndpointAddress remoteAddress
)

Parameters

endpointConfigurationName
Type: SystemString
The name of the endpoint in the application configuration file.
remoteAddress
Type: System.ServiceModelEndpointAddress
The address of the service.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe endpoint is null.
ArgumentNullExceptionThe remote address is null.
InvalidOperationExceptionThe endpoint cannot be found or the endpoint contract is not valid.
See Also