Retrieves the response stream from a WebResponseInterface.

Declaration Syntax

Function GetResponseStream( _
	ByVal processingState As ProcessingState _
) As Stream
Stream GetResponseStream(
	ProcessingState processingState
);
Stream GetResponseStream(
	ProcessingState processingState
);
function GetResponseStream(
	processingState : ProcessingState
) : Stream;

Parameters

processingState
A ProcessingState whose WebResponse property has been filled in. 

Return Value

A new System.IO.Stream which contains the body of the response.

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