C# Class LiveCodingChat.Livecoding.LivecodingSession

Afficher le fichier Open project: jvbsl/LiveCodingChat Class Usage Examples

Méthodes publiques

Méthode Description
BeginOpenChat ( string room, AsyncCallback callback, object @object ) : IAsyncResult
EndOpenChat ( IAsyncResult res ) : ChatRoom
EnsureAuthenticated ( ) : void
LivecodingSession ( ) : System
LivecodingSession ( ILoginMethod loginMethod, string username ) : System
LoginMethod_LoginCompleted ( object sender, LoginEventArgs e ) : void
getRSSKey ( ) : string

Private Methods

Méthode Description
BeginAuthenticate ( string password ) : void
EndLoadFollowInfos ( IAsyncResult res ) : void
LoadFollowInfos ( bool following ) : void
LoadFollowingRSS ( XmlDocument document, bool following ) : void
OpenChat ( string room ) : ChatRoom
getElements ( XmlNodeList list, string name ) : IEnumerable

Method Details

BeginOpenChat() public méthode

public BeginOpenChat ( string room, AsyncCallback callback, object @object ) : IAsyncResult
room string
callback AsyncCallback
@object object
Résultat IAsyncResult

EndOpenChat() public méthode

public EndOpenChat ( IAsyncResult res ) : ChatRoom
res IAsyncResult
Résultat ChatRoom

EnsureAuthenticated() public méthode

public EnsureAuthenticated ( ) : void
Résultat void

LivecodingSession() public méthode

public LivecodingSession ( ) : System
Résultat System

LivecodingSession() public méthode

public LivecodingSession ( ILoginMethod loginMethod, string username ) : System
loginMethod ILoginMethod
username string
Résultat System

LoginMethod_LoginCompleted() public méthode

public LoginMethod_LoginCompleted ( object sender, LoginEventArgs e ) : void
sender object
e LoginEventArgs
Résultat void

getRSSKey() public méthode

public getRSSKey ( ) : string
Résultat string