BuildProvider::OpenStream Method ()
.NET Framework (current version)
Opens a stream for reading the virtual path of the current build provider object.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.IO::Stream^An open Stream that can be used to read the contents of the VirtualPath.
Use the Read method on the returned Stream object to read the contents of the virtual path for the BuildProvider object.
After calling the OpenStream method, you must use the Close method to close the Stream object and free associated system resources.
.NET Framework
Available since 2.0
Available since 2.0
Show: