C# Class YetAnotherRelogger.Helpers.BuddyAuthWebClient

Afficher le fichier Open project: sinterlkaas/YetAnotherRelogger Class Usage Examples

Méthodes publiques

Свойство Type Description
Password string
Username string

Méthodes publiques

Méthode Description
BuddyAuthWebClient ( string username, string password ) : System
GetSessions ( ) : List
KillSession ( BotClass bot ) : void
Login ( ) : bool

Method Details

BuddyAuthWebClient() public méthode

public BuddyAuthWebClient ( string username, string password ) : System
username string
password string
Résultat System

GetSessions() public méthode

public GetSessions ( ) : List
Résultat List

KillSession() public méthode

public KillSession ( BotClass bot ) : void
bot BotClass
Résultat void

Login() public méthode

public Login ( ) : bool
Résultat bool

Property Details

Password public_oe property

public string Password
Résultat string

Username public_oe property

public string Username
Résultat string