private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress() { return(PaymentRecordSoapClient.GetEndpointAddress(EndpointConfiguration.PaymentRecordSoap)); }
private static System.ServiceModel.Channels.Binding GetDefaultBinding() { return(PaymentRecordSoapClient.GetBindingForEndpoint(EndpointConfiguration.PaymentRecordSoap)); }
public PaymentRecordSoapClient(EndpointConfiguration endpointConfiguration) : base(PaymentRecordSoapClient.GetBindingForEndpoint(endpointConfiguration), PaymentRecordSoapClient.GetEndpointAddress(endpointConfiguration)) { }
public PaymentRecordSoapClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) : base(PaymentRecordSoapClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress) { }
public PaymentRecordSoapClient() : base(PaymentRecordSoapClient.GetDefaultBinding(), PaymentRecordSoapClient.GetDefaultEndpointAddress()) { }