Exemple #1
0
 private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
 {
     return(IncomeRecordSoapClient.GetEndpointAddress(EndpointConfiguration.IncomeRecordSoap));
 }
Exemple #2
0
 private static System.ServiceModel.Channels.Binding GetDefaultBinding()
 {
     return(IncomeRecordSoapClient.GetBindingForEndpoint(EndpointConfiguration.IncomeRecordSoap));
 }
Exemple #3
0
 public IncomeRecordSoapClient(EndpointConfiguration endpointConfiguration) :
     base(IncomeRecordSoapClient.GetBindingForEndpoint(endpointConfiguration), IncomeRecordSoapClient.GetEndpointAddress(endpointConfiguration))
 {
 }
Exemple #4
0
 public IncomeRecordSoapClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) :
     base(IncomeRecordSoapClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress)
 {
 }
Exemple #5
0
 public IncomeRecordSoapClient() :
     base(IncomeRecordSoapClient.GetDefaultBinding(), IncomeRecordSoapClient.GetDefaultEndpointAddress())
 {
 }