C# Class KLFServer.ServerSettings

ファイルを表示 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_oe property

public int _httpPort
return int

_port public_oe property

public int _port
return int

_updatesPerSecond public_oe property

public float _updatesPerSecond
return float

autoHost public_oe property

public bool autoHost
return bool

autoRestart public_oe property

public bool autoRestart
return bool

joinMessage public_oe property

public String joinMessage
return String

localAddress public_oe property

public IPAddress localAddress
return IPAddress

maxClients public_oe property

public int maxClients
return int

messageFloodLimit public_oe property

public int messageFloodLimit
return int

messageFloodThrottleTime public_oe property

public int messageFloodThrottleTime
return int

saveScreenshots public_oe property

public bool saveScreenshots
return bool

screenshotBacklog public_oe property

public int screenshotBacklog
return int

screenshotFloodLimit public_oe property

public int screenshotFloodLimit
return int

screenshotFloodThrottleTime public_oe property

public int screenshotFloodThrottleTime
return int

screenshotInterval public_oe property

public int screenshotInterval
return int

screenshotSettings public_oe property

public ScreenshotSettings screenshotSettings
return ScreenshotSettings

serverInfo public_oe property

public String serverInfo
return String

totalInactiveShips public_oe property

public byte totalInactiveShips
return byte