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

Declaration Syntax

Public Overridable Function BeginGetResponse( _
	ByVal processingState As ProcessingState, _
	ByVal callback As AsyncCallback, _
	ByVal state As Object _
) As IAsyncResult
public virtual IAsyncResult BeginGetResponse(
	ProcessingState processingState, 
	AsyncCallback callback, 
	object state
);
public: virtual IAsyncResult BeginGetResponse(
	ProcessingState processingState, 
	AsyncCallback callback, 
	Object state
);
public 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

BaseWebGateway Class | BaseWebGateway Members | Eas.WebCrawler.Model.Gateway Namespace