This documentation is archived and is not being maintained.
Stream. CanTimeout Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation . ]
Gets a value that determines whether the current stream can time out.
Namespace:
System.IO
Assembly:
mscorlib (in mscorlib.dll)
'Declaration
Public Overridable ReadOnly Property CanTimeout As Boolean
Property Value Type:
System. Boolean A value that determines whether the current stream can time out. The CanTimeout property always returns false . If you are implementing a stream that must be able to time out, this property should be overridden to return true .
Windows Phone OS Supported in: 8.1, 8.0, 7.1, 7.0