Public Properties

Id The unique ID of the worker processing request.
IsTextResponse Whether or not the returned response was text (
true
) or binary (
false
).
Request The Request being processed.
ResponseStore The TemporaryStorage which holds the stored contents of the response returned from this request.
ResponseStream The System.IO.Stream containing the contents of the response returned from the web request.
WasPaused Whether or not the WebCrawlerEngine was paused at some point while this request was being processed.
WebRequest The details of the web request which was used to access the System.Uri of this request.
WebResponse The details of the response generated while processing this request.
WorkerState The current WorkerState of the worker processing this request.

See Also

ProcessingState Interface | Eas.WebCrawler.Interfaces Namespace