Skip to main content

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

readonly static ConnectionTimeout: SettingID

Defined in: src/common/web/settings/NetworkSettingIDs.ts:20

The maximum time (in seconds) for connection attempts (value type: float).


ServerAddress

readonly static ServerAddress: SettingID

Defined in: src/common/web/settings/NetworkSettingIDs.ts:19

The address of the server the client should automatically connect to (value type: string).