C# Class LiveCodingChat.GithubLogin

Inheritance: ILoginMethod
Afficher le fichier Open project: jvbsl/LiveCodingChat

Méthodes publiques

Méthode Description
GithubLogin ( ) : System
LoginAsync ( string username, string password, System &cookies ) : void

Private Methods

Méthode Description
EndGetResponse ( IAsyncResult res ) : void
LoginGithub ( string username, string password, string data, CookieContainer &cookies ) : void

Method Details

GithubLogin() public méthode

public GithubLogin ( ) : System
Résultat System

LoginAsync() public méthode

public LoginAsync ( string username, string password, System &cookies ) : void
username string
password string
cookies System
Résultat void