GridFS Download Stream

Hello everyone!

I am working with GridFS in .NET framework. I am using a GridFSDownloadStream and want to set this stream’s position, but the Position attribute and Seek method are both not allowed.

What can I do?