DefaultServerConnectionConfig   
    Default implementation of the server connection configuration.
This class provides configuration settings for setting up a server connection, extending the ServerConnectionConfig base class. It initializes the server port configuration to a default value unless explicitly specified.
Parameters
The hostname or IP address of the server to connect to. Defaults to '127.0.0.1';
The port number on which the server will listen to. Defaults to 50881;
Indicates whether the server waits for a first connection before continuing. Set to 'false' by default.
The timeout duration for waiting for the first connection.
Types
Properties
Indicates whether the server waits for an initial connection before continuing.
The timeout duration for awaiting the initial client connection.
Provides access to the current JSON serialization and deserialization configuration.