C# 클래스 wenku10.SHHub.SHMember

상속: IMember
파일 보기 프로젝트 열기: tgckpg/wenku10

공개 프로퍼티들

프로퍼티 타입 설명
ID string

공개 메소드들

메소드 설명
Login ( string Account, string Password ) : void
Logout ( ) : void
Register ( ) : Task
SHMember ( ) : System

비공개 메소드들

메소드 설명
CheckResponse ( Net.Astropenguin.Loaders.DRequestCompletedEventArgs e, string QueryId ) : void
ClearAuth ( ) : void
ClearAuth ( Net.Astropenguin.Loaders.DRequestCompletedEventArgs arg1, string arg2 ) : void
ClearAuth ( string arg1, string arg2, Exception arg3 ) : void
LoginFailed ( string CachedData, string id, Exception ex ) : void
LoginResponse ( Net.Astropenguin.Loaders.DRequestCompletedEventArgs e, string id ) : void
RestoreAuth ( Net.Astropenguin.IO.XParameter MAuth ) : void
SaveAuth ( CookieCollection Cookies ) : void
UpdateStatus ( MemberStatus Status ) : void
ValidateSession ( ) : void

메소드 상세

Login() 공개 메소드

public Login ( string Account, string Password ) : void
Account string
Password string
리턴 void

Logout() 공개 메소드

public Logout ( ) : void
리턴 void

Register() 공개 메소드

public Register ( ) : Task
리턴 Task

SHMember() 공개 메소드

public SHMember ( ) : System
리턴 System

프로퍼티 상세

ID 공개적으로 정적으로 프로퍼티

public static string ID
리턴 string