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