Gets a value that determines whether the current stream can time out.
<ComVisibleAttribute(False)> _ Public Overridable ReadOnly Property CanTimeout As Boolean
Dim instance As Stream Dim value As Boolean value = instance.CanTimeout
[ComVisibleAttribute(false)] public virtual bool CanTimeout { get; }
[ComVisibleAttribute(false)] public: virtual property bool CanTimeout { bool get (); }
public function get CanTimeout () : boolean
The CanTimeout property always returns false. Some stream implementations require different behavior, such as NetworkStream, which times out if network connectivity is interrupted or lost. If you are implementing a stream that must be able to time out, this property should be overridden to return true.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune