serverTimeoutInMilliseconds property

int 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;
void serverTimeoutInMilliseconds=(int value)

Implementation

set serverTimeoutInMilliseconds(int value);