System.Web.Services.Protocols.WebClientProtocol.GetWebResponse Method

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.

Syntax

protected virtual System.Net.WebResponse GetWebResponse (System.Net.WebRequest request, IAsyncResult result)

Parameters

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.

Returns

A response from an asynchronous request to an XML Web service method.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0