示例#1
0
 public NotificationServiceClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) :
     base(NotificationServiceClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress)
 {
 }
示例#2
0
 public NotificationServiceClient(EndpointConfiguration endpointConfiguration) :
     base(NotificationServiceClient.GetBindingForEndpoint(endpointConfiguration), NotificationServiceClient.GetEndpointAddress(endpointConfiguration))
 {
 }
示例#3
0
 private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
 {
     return(NotificationServiceClient.GetEndpointAddress(EndpointConfiguration.ClockService));
 }
示例#4
0
 public NotificationServiceClient() :
     base(NotificationServiceClient.GetDefaultBinding(), NotificationServiceClient.GetDefaultEndpointAddress())
 {
 }
示例#5
0
 private static System.ServiceModel.Channels.Binding GetDefaultBinding()
 {
     return(NotificationServiceClient.GetBindingForEndpoint(EndpointConfiguration.ClockService));
 }