A System.Net.WebResponse that contains the response from the Internet resource.
Type Reason ArgumentNullException asyncResult is null. ArgumentException asyncResult was not returned by the current instance from a call to WebRequest.BeginGetResponse(AsyncCallback, object). InvalidOperationException This method was called previously using asyncResult.
-or-
The HttpWebRequest.ContentLength property of the current instance is greater than 0 but the data has not been written to the request stream.
System.Net.WebException HttpWebRequest.Abort was previously called.
-or-
An error occurred while processing the request.
The HttpWebRequest.EndGetResponse(IAsyncResult) method completes an asynchronous request for an Internet resource that was started by calling the HttpWebRequest.BeginGetResponse(AsyncCallback, object) method.
You must call the HttpWebResponse.Close method to close the stream and release the connection. Failure to do so may cause your application to run out of connections.
This member outputs trace information when you enable network tracing in your application. For more information, see [<topic://conUsingNetworkTracing>].