Called when the spider is about to process a NON-HTML
URL.

Declaration Syntax
void SpiderProcessURL(
Uri url,
Stream stream
)
Sub SpiderProcessURL ( _
url As Uri, _
stream As Stream _
)
void SpiderProcessURL(
Uri^ url,
Stream^ stream
)

Parameters
- url (Uri)
- The URL that the spider found.
- stream (Stream)
- An InputStream to read the page contents from.
Assembly:
Encog (Module: Encog) Version: 1.1.0.0 (1.1.0)