Calls into BeginGetResponse on the WebRequestInterface contained in the passed in processingState.

Declaration Syntax

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

Parameters

processingState
A ProcessingState whose WebRequest property has been filled in. 
callback
The callback function to call, if any, when GetResponse completes. 
state
State passed into the callback for asynchronous processing. 

Return Value

An System.IAsyncResult.

Requirements

Namespace: Eas.WebCrawler.Model.Gateway
Assembly: Eas.WebCrawler.Model.Gateway (eas.webcrawler.model.gateway.dll)

See Also

WebGateway Interface | WebGateway Members | Eas.WebCrawler.Model.Gateway Namespace