GridFSDownloadStreamTFileId Methods |
The GridFSDownloadStreamTFileId generic type exposes the following members.
Methods
| Name | Description |
---|
![Public method Public method](../icons/pubmethod.gif) | BeginRead | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | BeginWrite | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | Close | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | Close(CancellationToken) |
Closes the GridFS stream.
|
![Public method Public method](../icons/pubmethod.gif) | CloseAsync |
Closes the GridFS stream.
|
![Public method Public method](../icons/pubmethod.gif) | CopyTo(Stream) | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | CopyTo(Stream, Int32) | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | CopyToAsync(Stream) | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | CopyToAsync(Stream, Int32) | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | CopyToAsync(Stream, Int32, CancellationToken) | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | CreateObjRef | (Inherited from MarshalByRefObject.) |
![Protected method Protected method](../icons/protmethod.gif) | CreateWaitHandle | Obsolete. (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | Dispose | (Inherited from Stream.) |
![Protected method Protected method](../icons/protmethod.gif) | Dispose(Boolean) | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | EndRead | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | EndWrite | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | Equals | (Inherited from Object.) |
![Protected method Protected method](../icons/protmethod.gif) | Finalize | (Inherited from Object.) |
![Public method Public method](../icons/pubmethod.gif) | Flush | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | FlushAsync | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | FlushAsync(CancellationToken) | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | GetHashCode | (Inherited from Object.) |
![Public method Public method](../icons/pubmethod.gif) | GetLifetimeService | (Inherited from MarshalByRefObject.) |
![Public method Public method](../icons/pubmethod.gif) | GetType | (Inherited from Object.) |
![Public method Public method](../icons/pubmethod.gif) | InitializeLifetimeService | (Inherited from MarshalByRefObject.) |
![Protected method Protected method](../icons/protmethod.gif) | MemberwiseClone | (Inherited from Object.) |
![Protected method Protected method](../icons/protmethod.gif) | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![Protected method Protected method](../icons/protmethod.gif) | ObjectInvariant | Obsolete. (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | Read | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | ReadAsync(Byte, Int32, Int32) | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | ReadAsync(Byte, Int32, Int32, CancellationToken) | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | ReadByte | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | Seek | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | SetLength | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | ToString | (Inherited from Object.) |
![Public method Public method](../icons/pubmethod.gif) | Write | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | WriteAsync(Byte, Int32, Int32) | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | WriteAsync(Byte, Int32, Int32, CancellationToken) | (Inherited from Stream.) |
![Public method Public method](../icons/pubmethod.gif) | WriteByte | (Inherited from Stream.) |
Top
Extension Methods
See Also