コード例 #1
0
 public GoogleDocsAwareRequestWorkerAdapter(IClientService driveService)
 {
     _worker       = new WebRequestWorker();
     _googleWorker = new GoogleDriveRequestWorker(driveService);
 }
コード例 #2
0
 public GoogleDocsAwareRequestWorkerAdapter(string serviceAccountEmail, string keyFilePath, string applicationName)
 {
     _worker       = new WebRequestWorker();
     _googleWorker = new GoogleDriveRequestWorker(serviceAccountEmail, keyFilePath, applicationName);
 }
コード例 #3
0
 protected PageFilesDownloadService(IWebRequestWorker worker)
 {
     _worker = worker;
 }
コード例 #4
0
 protected PageFilesDownloadService(IWebRequestWorker worker)
 {
     _worker = worker;
 }
 public GoogleDocsAwareRequestWorkerAdapter(IClientService driveService)
 {
     _worker = new WebRequestWorker();
     _googleWorker = new GoogleDriveRequestWorker(driveService);
 }
 public GoogleDocsAwareRequestWorkerAdapter(string serviceAccountEmail, string keyFilePath, string applicationName)
 {
     _worker = new WebRequestWorker();
     _googleWorker = new GoogleDriveRequestWorker(serviceAccountEmail, keyFilePath, applicationName);
 }