FileStream.CanSeek Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value indicating whether the current stream supports seeking.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleantrue if the stream supports seeking; false if the stream is closed or if the FileStream was constructed from an operating-system handle such as a pipe or output to the console.
Show: