Class: NetworkClientSettingIDs
Defined in: src/common/web/settings/NetworkSettingIDs.ts:18
Identifiers for client-specific networking settings.
Constructors
Constructor
new NetworkClientSettingIDs():
NetworkClientSettingIDs
Returns
NetworkClientSettingIDs
Properties
ConnectionTimeout
readonlystaticConnectionTimeout:SettingID
Defined in: src/common/web/settings/NetworkSettingIDs.ts:20
The maximum time (in seconds) for connection attempts (value type: float).
ServerAddress
readonlystaticServerAddress:SettingID
Defined in: src/common/web/settings/NetworkSettingIDs.ts:19
The address of the server the client should automatically connect to (value type: string).