An open System.IO.Stream that can be used to read the contents of the specified virtual path.
Use the System.IO.Stream.Read(Byte[], int, int) method on the returned System.IO.Stream object to read the contents of the virtual path.
After calling the BuildProvider.OpenStream method, you must use the System.IO.Stream.Close method to close the System.IO.Stream object and free associated system resources.