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.GatewayAssembly: Eas.WebCrawler.Model.Gateway (eas.webcrawler.model.gateway.dll)