C# Class Brunet.Applications.NodeConfig.XmppConfig

Used to configure XmppServices.
Mostrar archivo Open project: pstjuste/brunet

Public Properties

Property Type Description
Enabled bool
Password string
Port int
Server string
Username string

Property Details

Enabled public_oe property

public bool Enabled
return bool

Password public_oe property

public string Password
return string

Port public_oe property

public int Port
return int

Server public_oe property

public string Server
return string

Username public_oe property

public string Username
return string