Initializes a new instance of the LeadSoapClient class

Namespace: CWS.Common.Lantrax.LantraxServiceReference
Assembly: Lantrax (in Lantrax.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public LeadSoapClient(
	Binding binding,
	EndpointAddress remoteAddress
)
Visual Basic
Public Sub New ( _
	binding As Binding, _
	remoteAddress As EndpointAddress _
)
Visual C++
public:
LeadSoapClient(
	Binding^ binding, 
	EndpointAddress^ remoteAddress
)

Parameters

binding
Type: System.ServiceModel.Channels..::..Binding

[Missing <param name="binding"/> documentation for "M:CWS.Common.Lantrax.LantraxServiceReference.LeadSoapClient.#ctor(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)"]

remoteAddress
Type: System.ServiceModel..::..EndpointAddress

[Missing <param name="remoteAddress"/> documentation for "M:CWS.Common.Lantrax.LantraxServiceReference.LeadSoapClient.#ctor(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)"]

See Also