Beispiel #1
0
 private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
 {
     return(SalaryGLAccount_ServiceClient.GetEndpointAddress(EndpointConfiguration.SalaryGLAccount_Service));
 }
Beispiel #2
0
 private static System.ServiceModel.Channels.Binding GetDefaultBinding()
 {
     return(SalaryGLAccount_ServiceClient.GetBindingForEndpoint(EndpointConfiguration.SalaryGLAccount_Service));
 }
Beispiel #3
0
 public SalaryGLAccount_ServiceClient(EndpointConfiguration endpointConfiguration) :
     base(SalaryGLAccount_ServiceClient.GetBindingForEndpoint(endpointConfiguration), SalaryGLAccount_ServiceClient.GetEndpointAddress(endpointConfiguration))
 {
     this.Endpoint.Name = endpointConfiguration.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }
Beispiel #4
0
 public SalaryGLAccount_ServiceClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) :
     base(SalaryGLAccount_ServiceClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress)
 {
     this.Endpoint.Name = endpointConfiguration.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }
Beispiel #5
0
 public SalaryGLAccount_ServiceClient() :
     base(SalaryGLAccount_ServiceClient.GetDefaultBinding(), SalaryGLAccount_ServiceClient.GetDefaultEndpointAddress())
 {
     this.Endpoint.Name = EndpointConfiguration.SalaryGLAccount_Service.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }