Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns the read timeout in milliseconds, or 0 if reads never
timeout.
Set method documentation [Android Documentation]
Sets the maximum time to wait for an input stream read to complete before
giving up. Reading will fail with a Java.Net.SocketTimeoutException if the
timeout elapses before data becomes available. The default value of
0 disables read timeouts; read attempts will block indefinitely.