Stream: ReadTimeout (let)

ReadTimeout

Sets the duration allowed before a timeout will occur.



 Public Property Let ReadTimeout(
	  ByVal Value As Long ) :

Parameters

Value
[ByVal] Long. The timeout period in milliseconds.

Remarks

Note to Implementor: If the class does not support timeout capabilities, then this method should return a InvalidOperationException.

Read/Write.

See Also

Project CorLib Overview

Class Stream Overview