The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BufferedStream::CanSeek Property
.NET Framework (current version)
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 stream was constructed from an operating system handle such as a pipe or output to the console.
This code example is part of a larger example provided for the BufferedStream class.
.NET Framework
Available since 1.1
Available since 1.1
Show: