C# Class DOTNETIDS.WebScanRunner

Inheritance: IScanRunner
Afficher le fichier Open project: IndiansIncredible/.NetIDS Class Usage Examples

Méthodes publiques

Méthode Description
Run ( ) : void
WebScanRunner ( IDSGlobalSettings settings ) : System
WriteResponse ( ) : void

Write the original response to the page

WriteResponse ( string AlternativeOutput ) : void

Write a new response to the page

Private Methods

Méthode Description
RunScan ( ) : void
RunScan ( IDSPageSettings ips ) : void
SetupBinding ( Type t, string method ) : void
WebScanRunner_PreInit ( object sender, EventArgs e ) : void
_oF_OnPageReady ( DOTNETIDS oF ) : void

Method Details

Run() public méthode

public Run ( ) : void
Résultat void

WebScanRunner() public méthode

public WebScanRunner ( IDSGlobalSettings settings ) : System
settings IDSGlobalSettings
Résultat System

WriteResponse() public méthode

Write the original response to the page
public WriteResponse ( ) : void
Résultat void

WriteResponse() public méthode

Write a new response to the page
public WriteResponse ( string AlternativeOutput ) : void
AlternativeOutput string The document to write instead of the original
Résultat void