Scan Method
A ScanContext containing the details of the current interaction with the AUT.
Processes the data passed from Sprinter.
Syntax
void Scan( 
   ScanContext context
)

Parameters

context
A ScanContext containing the details of the current interaction with the AUT.
Remarks

If anything to report is found in the data, Scan fires a ScanResultFound event.

This method is called from its own dedicated thread.