C# Class KLFServer.ServerSettings

Afficher le fichier Open project: SodiumEyes/KerbalLiveFeed Class Usage Examples

Méthodes publiques

Свойство Type Description
_httpPort int
_port int
_updatesPerSecond float
autoHost bool
autoRestart bool
joinMessage String
localAddress IPAddress
maxClients int
messageFloodLimit int
messageFloodThrottleTime int
saveScreenshots bool
screenshotBacklog int
screenshotFloodLimit int
screenshotFloodThrottleTime int
screenshotInterval int
screenshotSettings ScreenshotSettings
serverInfo String
totalInactiveShips byte

Méthodes publiques

Méthode Description
readConfigFile ( ) : void
writeConfigFile ( ) : void

Method Details

readConfigFile() public méthode

public readConfigFile ( ) : void
Résultat void

writeConfigFile() public méthode

public writeConfigFile ( ) : void
Résultat void

Property Details

_httpPort public_oe property

public int _httpPort
Résultat int

_port public_oe property

public int _port
Résultat int

_updatesPerSecond public_oe property

public float _updatesPerSecond
Résultat float

autoHost public_oe property

public bool autoHost
Résultat bool

autoRestart public_oe property

public bool autoRestart
Résultat bool

joinMessage public_oe property

public String joinMessage
Résultat String

localAddress public_oe property

public IPAddress localAddress
Résultat IPAddress

maxClients public_oe property

public int maxClients
Résultat int

messageFloodLimit public_oe property

public int messageFloodLimit
Résultat int

messageFloodThrottleTime public_oe property

public int messageFloodThrottleTime
Résultat int

saveScreenshots public_oe property

public bool saveScreenshots
Résultat bool

screenshotBacklog public_oe property

public int screenshotBacklog
Résultat int

screenshotFloodLimit public_oe property

public int screenshotFloodLimit
Résultat int

screenshotFloodThrottleTime public_oe property

public int screenshotFloodThrottleTime
Résultat int

screenshotInterval public_oe property

public int screenshotInterval
Résultat int

screenshotSettings public_oe property

public ScreenshotSettings screenshotSettings
Résultat ScreenshotSettings

serverInfo public_oe property

public String serverInfo
Résultat String

totalInactiveShips public_oe property

public byte totalInactiveShips
Résultat byte