C# Class DOTNETIDS.WebScanRunner

Inheritance: IScanRunner
Exibir arquivo Open project: IndiansIncredible/.NetIDS Class Usage Examples

Public Methods

Method 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

Method 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 method

public Run ( ) : void
return void

WebScanRunner() public method

public WebScanRunner ( IDSGlobalSettings settings ) : System
settings IDSGlobalSettings
return System

WriteResponse() public method

Write the original response to the page
public WriteResponse ( ) : void
return void

WriteResponse() public method

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