public NotificationServiceClient(EndpointConfiguration endpointConfiguration) : base(NotificationServiceClient.GetBindingForEndpoint(endpointConfiguration), NotificationServiceClient.GetEndpointAddress(endpointConfiguration)) { }
public NotificationServiceClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) : base(NotificationServiceClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress) { }
private static System.ServiceModel.Channels.Binding GetDefaultBinding() { return(NotificationServiceClient.GetBindingForEndpoint(EndpointConfiguration.ClockService)); }