C# 클래스 SubServer.XmppSeverConnection

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

공개 프로퍼티들

프로퍼티 타입 설명
m_Sock Socket

공개 메소드들

메소드 설명
ReadCallback ( IAsyncResult ar ) : void
Send ( string data ) : void
Stop ( ) : void
XmppSeverConnection ( ) : System
XmppSeverConnection ( XmppServer server, Socket sock ) : System

비공개 메소드들

메소드 설명
DealLoginMessage ( string msg ) : void

处理用户登陆消息

DealScanMessage ( string msg ) : void

处理扫描消息

EndClientConnection ( ) : void
GetScanAppPatn ( ) : string

获取NetScan路径

ProcessAgentsIQ ( agsXMPP.protocol.client.IQ iq ) : void
ProcessAuth ( agsXMPP auth ) : void
ProcessAuthIQ ( agsXMPP.protocol.client.IQ iq ) : void
ProcessBind ( agsXMPP.protocol.client.IQ iq ) : void
ProcessByteStreamIQ ( agsXMPP.protocol.client.IQ iq ) : void
ProcessDiscoInfoIQ ( agsXMPP.protocol.client.IQ iq ) : void
ProcessDiscoItemsIQ ( agsXMPP.protocol.client.IQ iq ) : void
ProcessIQ ( agsXMPP.protocol.client.IQ iq ) : void
ProcessMessage ( agsXMPP.protocol.client.Message msg ) : void
ProcessOtherIQ ( agsXMPP.protocol.client.IQ iq ) : void
ProcessPresence ( Presence presence ) : void
ProcessQuery ( agsXMPP.protocol.client.IQ iq ) : void
ProcessRegisterIQ ( agsXMPP.protocol.client.IQ iq ) : void
ProcessResponse ( agsXMPP response ) : void
ProcessRosterIQ ( agsXMPP.protocol.client.IQ iq ) : void
ProcessSI ( agsXMPP.protocol.client.IQ iq ) : void
ProcessSearchIQ ( agsXMPP.protocol.client.IQ iq ) : void
ProcessSession ( agsXMPP.protocol.client.IQ iq ) : void
ProcessVcard ( agsXMPP.protocol.client.IQ iq ) : void
Send ( Account account, Element msg ) : bool
Send ( Jid to, Element msg ) : bool
Send ( Element el ) : void
SendCallback ( IAsyncResult ar ) : void
SendOpenStream ( ) : void
StreamParser_OnStreamElement ( object sender, agsXMPP.Xml.Dom.Node e ) : void
StreamParser_OnStreamEnd ( object sender, agsXMPP.Xml.Dom.Node e ) : void
StreamParser_OnStreamStart ( object sender, agsXMPP.Xml.Dom.Node e ) : void
TeccInterface ( string licStr, string key ) : int
isUserScan ( string user ) : bool

检查指定的用户是否在扫描

m_StreamParser_OnStreamRead ( byte buf ) : void

gong tao

메소드 상세

ReadCallback() 공개 메소드

public ReadCallback ( IAsyncResult ar ) : void
ar IAsyncResult
리턴 void

Send() 공개 메소드

public Send ( string data ) : void
data string
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

XmppSeverConnection() 공개 메소드

public XmppSeverConnection ( ) : System
리턴 System

XmppSeverConnection() 공개 메소드

public XmppSeverConnection ( XmppServer server, Socket sock ) : System
server XmppServer
sock Socket
리턴 System

프로퍼티 상세

m_Sock 공개적으로 프로퍼티

public Socket m_Sock
리턴 Socket