C# 클래스 VSTalk.Engine.Core.EntitySession.ClientContext

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

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
OnXmppConnectionStateChanged ( object sender, XmppConnectionState state ) : void

메소드 상세

ClientContext() 공개 메소드

public ClientContext ( 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