Пример #1
0
 public ContribuyenteNivel10SelectServiceImplClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) :
     base(ContribuyenteNivel10SelectServiceImplClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress)
 {
     this.Endpoint.Name = endpointConfiguration.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }
Пример #2
0
 public ContribuyenteNivel10SelectServiceImplClient(EndpointConfiguration endpointConfiguration) :
     base(ContribuyenteNivel10SelectServiceImplClient.GetBindingForEndpoint(endpointConfiguration), ContribuyenteNivel10SelectServiceImplClient.GetEndpointAddress(endpointConfiguration))
 {
     this.Endpoint.Name = endpointConfiguration.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }
Пример #3
0
 private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
 {
     return(ContribuyenteNivel10SelectServiceImplClient.GetEndpointAddress(EndpointConfiguration.select_ContribuyenteNivel10SelectServiceImpl));
 }
Пример #4
0
 public ContribuyenteNivel10SelectServiceImplClient() :
     base(ContribuyenteNivel10SelectServiceImplClient.GetDefaultBinding(), ContribuyenteNivel10SelectServiceImplClient.GetDefaultEndpointAddress())
 {
     this.Endpoint.Name = EndpointConfiguration.select_ContribuyenteNivel10SelectServiceImpl.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }
Пример #5
0
 private static System.ServiceModel.Channels.Binding GetDefaultBinding()
 {
     return(ContribuyenteNivel10SelectServiceImplClient.GetBindingForEndpoint(EndpointConfiguration.select_ContribuyenteNivel10SelectServiceImpl));
 }