コード例 #1
0
 public gitHubClient(string user, string password)
 {
     this.credentials          = new Hammock.Authentication.Basic.BasicAuthCredentials();
     this.credentials.Password = password;
     this.credentials.Username = user;
 }
コード例 #2
0
ファイル: gitHubClient.cs プロジェクト: schwarzertod/NETGen
 public gitHubClient(string user, string password)
 {
     this.credentials = new Hammock.Authentication.Basic.BasicAuthCredentials();
     this.credentials.Password = password;
     this.credentials.Username = user;
 }