Gets or sets the amount of time a Socket will wait to receive data once initiated.
The time-out value of the connection in milliseconds.
The ReadTimeout property determines the amount of time a Socket will wait to receive data after a read is initiated. This time is measured in milliseconds. The underlying Socket will throw a SocketException if a read is initiated, and the ReadTimeout expires.
Rlogin Class | Jscape.Telnet Namespace