C# 클래스 Brunet.Applications.NodeConfig.Service

Used by services to specify if they are enabled and their port.
파일 보기 프로젝트 열기: pstjuste/brunet

공개 프로퍼티들

프로퍼티 타입 설명
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