コード例 #1
0
ファイル: Reference.cs プロジェクト: myvisiontoday/PROEP
 public NotificationServiceClient(EndpointConfiguration endpointConfiguration) :
     base(NotificationServiceClient.GetBindingForEndpoint(endpointConfiguration), NotificationServiceClient.GetEndpointAddress(endpointConfiguration))
 {
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: myvisiontoday/PROEP
 private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
 {
     return(NotificationServiceClient.GetEndpointAddress(EndpointConfiguration.ClockService));
 }