C# Class VSTalk.Engine.Core.XmppConnection.ClientConnection

Inheritance: IClientConnection
Exibir arquivo Open project: Irdis/VSTalk Class Usage Examples

Private Properties

Property Type Description
Connect void
Disconnect void
OnAuthError void
OnIq void
OnSocketError void
SetDiscoInfo void
SetPresenceObserver void
SetRosterObsererver void

Public Methods

Method Description
ClientConnection ( Client client ) : System
StartListen ( ) : void
StopListen ( ) : void

Protected Methods

Method Description
OnError ( object sender, Exception ex ) : void

Private Methods

Method Description
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

Method Details

ClientConnection() public method

public ClientConnection ( Client client ) : System
client VSTalk.Model.Client
return System

OnError() protected method

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

StartListen() public method

public StartListen ( ) : void
return void

StopListen() public method

public StopListen ( ) : void
return void