C# Class YetAnotherRelogger.Helpers.BuddyAuthWebClient

显示文件 Open project: sinterlkaas/YetAnotherRelogger Class Usage Examples

Public Properties

Property Type Description
Password string
Username string

Public Methods

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

Method Details

BuddyAuthWebClient() public method

public BuddyAuthWebClient ( string username, string password ) : System
username string
password string
return System

GetSessions() public method

public GetSessions ( ) : List
return List

KillSession() public method

public KillSession ( BotClass bot ) : void
bot BotClass
return void

Login() public method

public Login ( ) : bool
return bool

Property Details

Password public_oe property

public string Password
return string

Username public_oe property

public string Username
return string