An instance of the System.IO.Stream class for reading data from the Internet resource.
Type Reason NotSupportedException This method is not implemented in the derived class.
The WebResponse.GetResponseStream method returns the data stream from the Internet 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 WebResponse.Close