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

Namespace: CMS.SalesForce.WebServiceClient
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax
C#
public SoapClient(
	string endpointConfigurationName,
	EndpointAddress remoteAddress
)

Parameters

endpointConfigurationName
Type: SystemString
remoteAddress
Type: System.ServiceModelEndpointAddress
See Also