property SendTimeout: integer;
Description
Determines the time in seconds that the client will wait for a response when passing data to the remote side with the Write method. After the timeout expires, the result and control are returned to the program.
The default value is 30 seconds.
See Also