C# Class LiveCodingChat.LinkedInLogin

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

Méthodes publiques

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

Private Methods

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

Method Details

LinkedInLogin() public méthode

public LinkedInLogin ( ) : 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