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