Initializes a new instance of the HomeSalesClient class

Namespace:  CWS.Common.NDXInterface.NDX.SoldService
Assembly:  NDX (in NDX.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Parameters

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

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

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

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

See Also