C# 클래스 RPCClient.RPCWrapper

파일 보기 프로젝트 열기: SiteView/ECC8.13

공개 메소드들

메소드 설명
ExitInstance ( ) : void
InitInstance ( Jid client, string password ) : void
ReceiveMethodResponse ( ) : Response
SendMethodRequest ( Request request ) : void

비공개 메소드들

메소드 설명
OnLogin ( object sender ) : void
OnMessage ( object sender, agsXMPP.protocol.client.Message msg ) : void
OnPresence ( object sender, Presence pres ) : void
OnRosterEnd ( object sender ) : void
OnRosterItem ( object sender, agsXMPP item ) : void
OnRosterStart ( object sender ) : void
Wait ( ) : void

메소드 상세

ExitInstance() 공개 정적인 메소드

public static ExitInstance ( ) : void
리턴 void

InitInstance() 공개 정적인 메소드

public static InitInstance ( Jid client, string password ) : void
client Jid
password string
리턴 void

ReceiveMethodResponse() 공개 정적인 메소드

public static ReceiveMethodResponse ( ) : Response
리턴 RPCLibrary.Response

SendMethodRequest() 공개 정적인 메소드

public static SendMethodRequest ( Request request ) : void
request RPCLibrary.Request
리턴 void