Returns a WebResponseInterfacecreated by the completion of a GetResponse action.

Declaration Syntax

Function EndGetResponse( _
	ByVal processingState As ProcessingState, _
	ByVal result As IAsyncResult _
) As WebResponseInterface
WebResponseInterface EndGetResponse(
	ProcessingState processingState, 
	IAsyncResult result
);
WebResponseInterface EndGetResponse(
	ProcessingState processingState, 
	IAsyncResult result
);
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

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