System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse Method

Returns a response from an asynchronous request to an XML Web service method.

Syntax

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

Parameters

request
The System.Net.WebRequest from which to get the response.
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