property Timeout: integer; default 15;
Description
Determines the time to wait for a response from the client when connecting, the time to wait for data from the client when using the ReadBuffer method, or the time to wait when passing data to the client using the WriteBuffer method. After the timeout expires, the methods return the result and control to the program.
The default value is 15 seconds.
See Also