private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress() { return(EmpleadosSAPServiceClient.GetEndpointAddress(EndpointConfiguration.BasicHttpBinding_IEmpleadosSAPService)); }
private static System.ServiceModel.Channels.Binding GetDefaultBinding() { return(EmpleadosSAPServiceClient.GetBindingForEndpoint(EndpointConfiguration.BasicHttpBinding_IEmpleadosSAPService)); }
public EmpleadosSAPServiceClient(EndpointConfiguration endpointConfiguration) : base(EmpleadosSAPServiceClient.GetBindingForEndpoint(endpointConfiguration), EmpleadosSAPServiceClient.GetEndpointAddress(endpointConfiguration)) { this.Endpoint.Name = endpointConfiguration.ToString(); ConfigureEndpoint(this.Endpoint, this.ClientCredentials); }
public EmpleadosSAPServiceClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) : base(EmpleadosSAPServiceClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress) { this.Endpoint.Name = endpointConfiguration.ToString(); ConfigureEndpoint(this.Endpoint, this.ClientCredentials); }
public EmpleadosSAPServiceClient() : base(EmpleadosSAPServiceClient.GetDefaultBinding(), EmpleadosSAPServiceClient.GetDefaultEndpointAddress()) { this.Endpoint.Name = EndpointConfiguration.BasicHttpBinding_IEmpleadosSAPService.ToString(); ConfigureEndpoint(this.Endpoint, this.ClientCredentials); }