A System.Net.WebResponse that contains the response from the file system resource.
The FileWebRequest.GetResponse method returns a System.Net.WebResponse object that contains the response from the file system resource.
The FileWebRequest.GetResponse method provides synchronous access to the System.Net.WebResponse. For asynchronous access, use the FileWebRequest.BeginGetResponse(AsyncCallback, object) and FileWebRequest.EndGetResponse(IAsyncResult) methods.