serverTimeoutInMilliseconds property
int
get
serverTimeoutInMilliseconds
The server timeout in milliseconds.
If this timeout elapses without receiving any messages from the server, the connection will be terminated with an error.
The default timeout value is 30,000 milliseconds (30 seconds).
Implementation
int get serverTimeoutInMilliseconds;
set
serverTimeoutInMilliseconds
(int value)
Implementation
set serverTimeoutInMilliseconds(int value);