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

Declaration Syntax

Function BeginGetResponse( _
	ByVal callback As AsyncCallback, _
	ByVal state As Object _
) As IAsyncResult
IAsyncResult BeginGetResponse(
	AsyncCallback callback, 
	object state
);
IAsyncResult BeginGetResponse(
	AsyncCallback callback, 
	Object state
);
function BeginGetResponse(
	callback : AsyncCallback, 
	state : Object
) : IAsyncResult;

Parameters

callback
The callback function (if any) to call when the asynchronous request completes. 
state
State to pass into the asynchronous callback. 

Return Value

The System.IAsyncResult from this call.

Requirements

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

See Also

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