Click or drag to resize
ClientBaseTChannel Constructor (Binding, 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(
	Binding binding,
	EndpointAddress remoteAddress
)

Parameters

binding
Type: System.ServiceModel.ChannelsBinding
The binding with which to make calls to the service.
remoteAddress
Type: System.ServiceModelEndpointAddress
The address of the service endpoint.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe binding is null.
ArgumentNullExceptionThe remote address is null.
See Also