C# 클래스 YetAnotherRelogger.Helpers.BuddyAuthWebClient

파일 보기 프로젝트 열기: sinterlkaas/YetAnotherRelogger 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Password string
Username string

공개 메소드들

메소드 설명
BuddyAuthWebClient ( string username, string password ) : System
GetSessions ( ) : List
KillSession ( BotClass bot ) : void
Login ( ) : bool

메소드 상세

BuddyAuthWebClient() 공개 메소드

public BuddyAuthWebClient ( string username, string password ) : System
username string
password string
리턴 System

GetSessions() 공개 메소드

public GetSessions ( ) : List
리턴 List

KillSession() 공개 메소드

public KillSession ( BotClass bot ) : void
bot BotClass
리턴 void

Login() 공개 메소드

public Login ( ) : bool
리턴 bool

프로퍼티 상세

Password 공개적으로 프로퍼티

public string Password
리턴 string

Username 공개적으로 프로퍼티

public string Username
리턴 string