C# 클래스 VSTalk.Engine.Core.XmppConnection.ClientConnection

상속: IClientConnection
파일 보기 프로젝트 열기: Irdis/VSTalk 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Connect void
Disconnect void
OnAuthError void
OnIq void
OnSocketError void
SetDiscoInfo void
SetPresenceObserver void
SetRosterObsererver void

공개 메소드들

메소드 설명
ClientConnection ( Client client ) : System
StartListen ( ) : void
StopListen ( ) : void

보호된 메소드들

메소드 설명
OnError ( object sender, Exception ex ) : void

비공개 메소드들

메소드 설명
Connect ( ) : void
Disconnect ( ) : void
OnAuthError ( object sender, agsXMPP rp ) : void
OnIq ( object sender, agsXMPP.protocol.client.IQ iq ) : void
OnSocketError ( object arg1, Exception arg2 ) : void
SetDiscoInfo ( ) : void
SetPresenceObserver ( ) : void
SetRosterObsererver ( ) : void

메소드 상세

ClientConnection() 공개 메소드

public ClientConnection ( Client client ) : System
client VSTalk.Model.Client
리턴 System

OnError() 보호된 메소드

protected OnError ( object sender, Exception ex ) : void
sender object
ex System.Exception
리턴 void

StartListen() 공개 메소드

public StartListen ( ) : void
리턴 void

StopListen() 공개 메소드

public StopListen ( ) : void
리턴 void