The FileWebResponse.Close method cleans up the resources used by a System.Net.FileWebResponse and closes the response stream by calling the System.IO.Stream.Close method.
The response stream must be closed to avoid running out of system resources. You can closes the response stream by calling either System.IO.Stream.Close or FileWebResponse.Close