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