Property | Type | Description | |
---|---|---|---|
m_Sock | Socket |
Method | Description | |
---|---|---|
ReadCallback ( IAsyncResult ar ) : void | ||
Send ( string data ) : void | ||
Stop ( ) : void | ||
XmppSeverConnection ( ) : System | ||
XmppSeverConnection ( XmppServer server, Socket sock ) : System |
Method | Description | |
---|---|---|
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 ( |
||
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
|
public ReadCallback ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |
public XmppSeverConnection ( XmppServer server, Socket sock ) : System | ||
server | XmppServer | |
sock | Socket | |
return | System |