C# Class KLFServer.ServerSettings

Show file Open project: SodiumEyes/KerbalLiveFeed Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
readConfigFile ( ) : void
writeConfigFile ( ) : void

Method Details

readConfigFile() public method

public readConfigFile ( ) : void
return void

writeConfigFile() public method

public writeConfigFile ( ) : void
return void

Property Details

_httpPort public property

public int _httpPort
return int

_port public property

public int _port
return int

_updatesPerSecond public property

public float _updatesPerSecond
return float

autoHost public property

public bool autoHost
return bool

autoRestart public property

public bool autoRestart
return bool

joinMessage public property

public String joinMessage
return String

localAddress public property

public IPAddress localAddress
return IPAddress

maxClients public property

public int maxClients
return int

messageFloodLimit public property

public int messageFloodLimit
return int

messageFloodThrottleTime public property

public int messageFloodThrottleTime
return int

saveScreenshots public property

public bool saveScreenshots
return bool

screenshotBacklog public property

public int screenshotBacklog
return int

screenshotFloodLimit public property

public int screenshotFloodLimit
return int

screenshotFloodThrottleTime public property

public int screenshotFloodThrottleTime
return int

screenshotInterval public property

public int screenshotInterval
return int

screenshotSettings public property

public ScreenshotSettings screenshotSettings
return ScreenshotSettings

serverInfo public property

public String serverInfo
return String

totalInactiveShips public property

public byte totalInactiveShips
return byte