Retrieves the response stream from a WebResponseInterface.

Declaration Syntax

Public Overridable Function GetResponseStream( _
	ByVal processingState As ProcessingState _
) As Stream
public virtual Stream GetResponseStream(
	ProcessingState processingState
);
public: virtual Stream GetResponseStream(
	ProcessingState processingState
);
public 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

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