Completes an asynchronous request for a web response from this request.

Declaration Syntax

Function EndGetResponse( _
	ByVal result As IAsyncResult _
) As WebResponseInterface
WebResponseInterface EndGetResponse(
	IAsyncResult result
);
WebResponseInterface EndGetResponse(
	IAsyncResult result
);
function EndGetResponse(
	result : IAsyncResult
) : WebResponseInterface;

Parameters

result
The System.IAsyncResult returned by the originating call to BeginGetResponse

Return Value

The WebResponseInterface which wraps the response to this request.

Requirements

Namespace: Eas.WebCrawler.Interfaces
Assembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)

See Also

WebRequestInterface Interface | WebRequestInterface Members | Eas.WebCrawler.Interfaces Namespace