Stream: WriteTimeout (let)

WriteTimeout

Sets the duration allowed before a timeout will occur.



 Public Property Let WriteTimeout(
	  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