C# Class wenku10.SHHub.SHMember

Inheritance: IMember
Afficher le fichier Open project: tgckpg/wenku10

Méthodes publiques

Свойство Type Description
ID string

Méthodes publiques

Méthode Description
Login ( string Account, string Password ) : void
Logout ( ) : void
Register ( ) : Task
SHMember ( ) : System

Private Methods

Méthode 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 méthode

public Login ( string Account, string Password ) : void
Account string
Password string
Résultat void

Logout() public méthode

public Logout ( ) : void
Résultat void

Register() public méthode

public Register ( ) : Task
Résultat Task

SHMember() public méthode

public SHMember ( ) : System
Résultat System

Property Details

ID public_oe static_oe property

public static string ID
Résultat string