C# Class ClientSettings, KerbalLiveFeed

Show file Open project: SodiumEyes/KerbalLiveFeed Class Usage Examples

Public Properties

Property Type Description
autoReconnect bool
favorites String[]
hostname String

Public Methods

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

Method Details

readConfigFile() public method

public readConfigFile ( string filename ) : void
filename string
return void

writeConfigFile() public method

public writeConfigFile ( string filename ) : void
filename string
return void

Property Details

autoReconnect public property

public bool autoReconnect
return bool

favorites public property

public String[] favorites
return String[]

hostname public property

public String hostname
return String