Property CanSeek CanSeek When overridden in a derived class, gets a value indicating whether the current stream supports seeking. Declaration public override bool CanSeek { get; } Property Value Type Description bool true if the stream supports seeking; otherwise, false. Overrides Stream.CanSeek