Esempio n. 1
0
 private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
 {
     return(PaymentRecordSoapClient.GetEndpointAddress(EndpointConfiguration.PaymentRecordSoap));
 }
Esempio n. 2
0
 public PaymentRecordSoapClient(EndpointConfiguration endpointConfiguration) :
     base(PaymentRecordSoapClient.GetBindingForEndpoint(endpointConfiguration), PaymentRecordSoapClient.GetEndpointAddress(endpointConfiguration))
 {
 }