ClientBaseTChannel Constructor (String, EndpointAddress) |
Initializes a new instance of the
ClientBaseTChannel class using the specified target address and endpoint information.
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,
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 See Also