private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress() { return(NotificationServiceClient.GetEndpointAddress(EndpointConfiguration.BasicHttpBinding_NotificationService)); }
public NotificationServiceClient(EndpointConfiguration endpointConfiguration) : base(NotificationServiceClient.GetBindingForEndpoint(endpointConfiguration), NotificationServiceClient.GetEndpointAddress(endpointConfiguration)) { this.Endpoint.Name = endpointConfiguration.ToString(); ConfigureEndpoint(this.Endpoint, this.ClientCredentials); }