IFileInfo.CreateReadStream Method ()
Return file contents as readonly stream. Caller should dispose stream when complete.
Namespace: Microsoft.Owin.FileSystems
Assembly: Microsoft.Owin.FileSystems (in Microsoft.Owin.FileSystems.dll)
Syntax
Stream CreateReadStream()
Stream^ CreateReadStream()
abstract CreateReadStream : unit -> Stream
Function CreateReadStream As Stream
Return Value
Type: System.IO.Stream
The file stream
See Also
IFileInfo Interface
Microsoft.Owin.FileSystems Namespace
Return to top