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(
	string endpointConfigurationName,
	EndpointAddress remoteAddress
)
Visual Basic (Declaration)
Public Sub New ( _
	endpointConfigurationName As String, _
	remoteAddress As EndpointAddress _
)
Visual C++
public:
HomeSalesClient(
	String^ endpointConfigurationName, 
	EndpointAddress^ remoteAddress
)

Parameters

endpointConfigurationName
Type: System..::.String

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

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

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

See Also