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