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