C# Class Brunet.Applications.NodeConfig.Service

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

Public Properties

Property Type Description
Enabled bool
Port int

Property Details

Enabled public property

Enabled the service
public bool Enabled
return bool

Port public property

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