Initializes a new instance of the Service1Client class

Namespace: P4s3WebSvcRefLib.P4s3WebSvcReference
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Service1Client(
	string endpointConfigurationName,
	string remoteAddress
)
Visual Basic
Public Sub New ( 
	endpointConfigurationName As String,
	remoteAddress As String
)
Visual C++
public:
Service1Client(
	String^ endpointConfigurationName, 
	String^ remoteAddress
)

Parameters

endpointConfigurationName
Type: System..::..String
remoteAddress
Type: System..::..String

See Also