C# Class agsXMPP.protocol.client.Presence

Zusammenfassung für Presence.
Inheritance: Base.Stanza
Afficher le fichier Open project: SiteView/ECC8.13 Class Usage Examples

Méthodes publiques

Méthode Description
Presence ( ) : System
Presence ( ShowType show, string status ) : System
Presence ( ShowType show, string status, int priority ) : System

Method Details

Presence() public méthode

public Presence ( ) : System
Résultat System

Presence() public méthode

public Presence ( ShowType show, string status ) : System
show ShowType
status string
Résultat System

Presence() public méthode

public Presence ( ShowType show, string status, int priority ) : System
show ShowType
status string
priority int
Résultat System