Public Function New( _ ByVal binding As Binding, _ ByVal remoteAddress As EndpointAddress _ )
Dim binding As Binding Dim remoteAddress As EndpointAddress Dim instance As New ReinsuranceDataImportServiceClient(binding, remoteAddress)
public ReinsuranceDataImportServiceClient( Binding binding, EndpointAddress remoteAddress )
Parameters
- binding
- Sets the binding that specify the protocols, transports, and message encoders used for communication between clients and services.
- remoteAddress
- Sets the unique network address that a client uses to communicate with a service endpoint.