FileStream: ReadTimeout (let)

ReadTimeout

Sets the read timeout duration.



 Public Property Let ReadTimeout(
	  ByVal Value As Long )

Parameters

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

Remarks

This is not supported in FileStream. An exception will be thrown.

Read/Write.

See Also

Project CorLib Overview

Class FileStream Overview