Property CanSeek NamespaceMongoDB.Bson.IO AssemblyMongoDB.Bson.dll CanSeek When overridden in a derived class, gets a value indicating whether the current stream supports seeking. public override bool CanSeek { get; } Property Value bool true if the stream supports seeking; otherwise, false.