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

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

Parameters

binding
Type: System.ServiceModel.ChannelsBinding
remoteAddress
Type: System.ServiceModelEndpointAddress
See Also