C# Class Brunet.Applications.NodeConfig.Service

Used by services to specify if they are enabled and their port.
Afficher le fichier Open project: pstjuste/brunet

Méthodes publiques

Свойство Type Description
Enabled bool
Port int

Property Details

Enabled public_oe property

Enabled the service
public bool Enabled
Résultat bool

Port public_oe property

Specifies the port where the service is running
public int Port
Résultat int