Share via


Stream.CanTimeout Property

When overridden in a derived class, this property gets a value that indicates whether the current Stream object can have a time-out.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)

Syntax

public virtual bool CanTimeout { get; }

Property Value

true if the current stream can have a time-out; otherwise, false.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Stream Class
Stream Members
System.IO Namespace