C# Class Brunet.Applications.NodeConfig.XmppConfig

Used to configure XmppServices.
Afficher le fichier Open project: pstjuste/brunet

Méthodes publiques

Свойство Type Description
Enabled bool
Password string
Port int
Server string
Username string

Property Details

Enabled public_oe property

public bool Enabled
Résultat bool

Password public_oe property

public string Password
Résultat string

Port public_oe property

public int Port
Résultat int

Server public_oe property

public string Server
Résultat string

Username public_oe property

public string Username
Résultat string