Id
|
The unique ID of the worker processing request.
|
IsTextResponse
|
Whether or not the returned response was text () or binary ().
|
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.
|