Service1Client Constructor (String, String) |
Namespace: SxcDeskAppLib.SxcWebSvcRefAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxpublic Service1Client(
string endpointConfigurationName,
string remoteAddress
)
Public Sub New (
endpointConfigurationName As String,
remoteAddress As String
)
public:
Service1Client(
String^ endpointConfigurationName,
String^ remoteAddress
)
new :
endpointConfigurationName : string *
remoteAddress : string -> Service1Client
Parameters
- endpointConfigurationName
- Type: SystemString
- remoteAddress
- Type: SystemString
See Also