Пример #1
0
 private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
 {
     return(PaymentRecordSoapClient.GetEndpointAddress(EndpointConfiguration.PaymentRecordSoap));
 }
Пример #2
0
 private static System.ServiceModel.Channels.Binding GetDefaultBinding()
 {
     return(PaymentRecordSoapClient.GetBindingForEndpoint(EndpointConfiguration.PaymentRecordSoap));
 }
Пример #3
0
 public PaymentRecordSoapClient(EndpointConfiguration endpointConfiguration) :
     base(PaymentRecordSoapClient.GetBindingForEndpoint(endpointConfiguration), PaymentRecordSoapClient.GetEndpointAddress(endpointConfiguration))
 {
 }
Пример #4
0
 public PaymentRecordSoapClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) :
     base(PaymentRecordSoapClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress)
 {
 }
Пример #5
0
 public PaymentRecordSoapClient() :
     base(PaymentRecordSoapClient.GetDefaultBinding(), PaymentRecordSoapClient.GetDefaultEndpointAddress())
 {
 }