示例#1
0
 public ImageHandler()
 {
     _restService     = new RestService();
     WebClientFactory = new CustomWebClientFactory();
     CustomWebClient  = WebClientFactory.Create();
 }
示例#2
0
 public RecognitionUtils()
 {
     WebClientFactory = new CustomWebClientFactory();
     CustomWebClient  = WebClientFactory.Create();
 }