C# Класс Brunet.Applications.NodeConfig.Service

Used by services to specify if they are enabled and their port.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Enabled bool
Port int

Описание свойств

Enabled публичное свойство

Enabled the service
public bool Enabled
Результат bool

Port публичное свойство

Specifies the port where the service is running
public int Port
Результат int