C# Class Brunet.Applications.NodeConfig.Service

Used by services to specify if they are enabled and their port.
Mostrar archivo Open project: pstjuste/brunet

Public Properties

Property Type Description
Enabled bool
Port int

Property Details

Enabled public_oe property

Enabled the service
public bool Enabled
return bool

Port public_oe property

Specifies the port where the service is running
public int Port
return int