コード例 #1
0
 public RestPuller(Auth auth)
 {
     this.auth = auth;
     restClient.Authenticator = this.auth.Authenticator;
 }
コード例 #2
0
 public RestPuller()
 {
     this.auth = new Auth("Anonymous", "");
     restClient.Authenticator = this.auth.Authenticator;
 }