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