Returns a System.IO.Stream backed by the specified file. The file must exist, and is only guaranteed to allow sequential read access.
The full path of the file to open in the FileSystem.
Hints used to optimize performance of the returned System.IO.Stream.
Cancellation token.
System.IO.Stream backed by the specified file if it exists. May be null (Nothing in Visual Basic) if the file does not exist.