C# Class wenku10.SHHub.SHMember

Inheritance: IMember
ファイルを表示 Open project: tgckpg/wenku10

Public Properties

Property Type Description
ID string

Public Methods

Method Description
Login ( string Account, string Password ) : void
Logout ( ) : void
Register ( ) : Task
SHMember ( ) : System

Private Methods

Method Description
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

Method Details

Login() public method

public Login ( string Account, string Password ) : void
Account string
Password string
return void

Logout() public method

public Logout ( ) : void
return void

Register() public method

public Register ( ) : Task
return Task

SHMember() public method

public SHMember ( ) : System
return System

Property Details

ID public_oe static_oe property

public static string ID
return string