Returns a response from an asynchronous request to an XML Web service method. This protected method is called by the XML Web service client infrastructure to get the response from an asynchronous XML Web service request.
- request
- The System.Net.WebRequest to get the response from.
- result
- The IAsyncResult to pass to System.Net.HttpWebRequest.EndGetResponse(IAsyncResult) when the response has completed.
A response from an asynchronous request to an XML Web service method.