A System.IO.Stream for reading data from the file system resource.
The FileWebResponse.GetResponseStream method returns the data stream from the file system resource.
The response stream must be closed to avoid running out of system resources. The response stream can be closed by calling System.IO.Stream.Close or FileWebResponse.Close