public AuthenticationServiceClient() : base(AuthenticationServiceClient.GetDefaultBinding(), AuthenticationServiceClient.GetDefaultEndpointAddress()) { this.Endpoint.Name = EndpointConfiguration.BasicHttpBinding_IAuthenticationService.ToString(); ConfigureEndpoint(this.Endpoint, this.ClientCredentials); }