C# 클래스 LiveCodingChat.Livecoding.LivecodingSession

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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

BeginOpenChat() 공개 메소드

public BeginOpenChat ( string room, AsyncCallback callback, object @object ) : IAsyncResult
room string
callback AsyncCallback
@object object
리턴 IAsyncResult

EndOpenChat() 공개 메소드

public EndOpenChat ( IAsyncResult res ) : ChatRoom
res IAsyncResult
리턴 ChatRoom

EnsureAuthenticated() 공개 메소드

public EnsureAuthenticated ( ) : void
리턴 void

LivecodingSession() 공개 메소드

public LivecodingSession ( ) : System
리턴 System

LivecodingSession() 공개 메소드

public LivecodingSession ( ILoginMethod loginMethod, string username ) : System
loginMethod ILoginMethod
username string
리턴 System

LoginMethod_LoginCompleted() 공개 메소드

public LoginMethod_LoginCompleted ( object sender, LoginEventArgs e ) : void
sender object
e LoginEventArgs
리턴 void

getRSSKey() 공개 메소드

public getRSSKey ( ) : string
리턴 string