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

Inheritance: ICapsDiscoveryNetAccess, IListener
Afficher le fichier Open project: Irdis/VSTalk Class Usage Examples

Private Properties

Свойство Type Description
ClientRemoved void
GetConnection agsXMPP.XmppClientConnection
OnIq void

Méthodes publiques

Méthode Description
RequestFeatures ( CapsSource source, CapsInfo info ) : void
StartListen ( ) : void
StopListen ( ) : void

Méthodes protégées

Méthode Description
OnFeaturesReceived ( CapsInfo arg1, IList arg2 ) : void

Private Methods

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

Method Details

OnFeaturesReceived() protected méthode

protected OnFeaturesReceived ( CapsInfo arg1, IList arg2 ) : void
arg1 CapsInfo
arg2 IList
Résultat void

RequestFeatures() public méthode

public RequestFeatures ( CapsSource source, CapsInfo info ) : void
source CapsSource
info CapsInfo
Résultat void

StartListen() public méthode

public StartListen ( ) : void
Résultat void

StopListen() public méthode

public StopListen ( ) : void
Résultat void