C# Class VSTalk.Engine.Core.Disco.Caps.CapsDiscoveryNetAccess

Inheritance: ICapsDiscoveryNetAccess, IListener
Mostra file Open project: Irdis/VSTalk Class Usage Examples

Private Properties

Property Type Description
ClientRemoved void
GetConnection agsXMPP.XmppClientConnection
OnIq void

Public Methods

Method Description
RequestFeatures ( CapsSource source, CapsInfo info ) : void
StartListen ( ) : void
StopListen ( ) : void

Protected Methods

Method Description
OnFeaturesReceived ( CapsInfo arg1, IList arg2 ) : void

Private Methods

Method Description
ClientRemoved ( Client client ) : void
GetConnection ( Client client ) : XmppClientConnection
OnIq ( object sender, agsXMPP.protocol.client.IQ iq ) : void

Method Details

OnFeaturesReceived() protected method

protected OnFeaturesReceived ( CapsInfo arg1, IList arg2 ) : void
arg1 CapsInfo
arg2 IList
return void

RequestFeatures() public method

public RequestFeatures ( CapsSource source, CapsInfo info ) : void
source CapsSource
info CapsInfo
return void

StartListen() public method

public StartListen ( ) : void
return void

StopListen() public method

public StopListen ( ) : void
return void