Returns a WebResponseInterfacecreated by the completion of a GetResponse action.

Declaration Syntax

Public Overridable Function EndGetResponse( _
	ByVal processingState As ProcessingState, _
	ByVal result As IAsyncResult _
) As WebResponseInterface
public virtual WebResponseInterface EndGetResponse(
	ProcessingState processingState, 
	IAsyncResult result
);
public: virtual WebResponseInterface EndGetResponse(
	ProcessingState processingState, 
	IAsyncResult result
);
public function EndGetResponse(
	processingState : ProcessingState, 
	result : IAsyncResult
) : WebResponseInterface;

Parameters

processingState
A ProcessingState whose WebRequest property has been filled in. 
result
A WebResponseInterface wrapping a System.Net.WebResponse object. 

Return Value

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