Record: ClientConfiguration
Configurations for the connection-oriented TCP client.
Closed record
Fields
- localHost string?
- timeout decimal(default 300)
- writeTimeout decimal(default 300)
- secureSocket ClientSecureSocket?
Local binding of the interface
The socket reading timeout value to be used in seconds. If this is not set, the default value of 300 seconds(5 minutes) will be used
The socket write timeout value to be used in seconds. If this is not set, the default value of 300 seconds(5 minutes) will be used
The secureSocket
configuration