C# Class PHPAnalysis.Analysis.PHPDefinitions.CondSanitizer

Inheritance: Function
Exibir arquivo Open project: jtvn/Eir-CTLLTL

Public Methods

Method Description
CondSanitizer ( JToken JSON ) : System
CondSanitizer ( string json ) : System
GetReturnStatus ( uint parameterNumber, string value = "" ) : MixedStatus

Method to find the XSSStatus for a parameter number and the currently known value of the parameter

ToString ( ) : string

Method Details

CondSanitizer() public method

public CondSanitizer ( JToken JSON ) : System
JSON JToken
return System

CondSanitizer() public method

public CondSanitizer ( string json ) : System
json string
return System

GetReturnStatus() public method

Method to find the XSSStatus for a parameter number and the currently known value of the parameter
public GetReturnStatus ( uint parameterNumber, string value = "" ) : MixedStatus
parameterNumber uint The number of the parameter
value string The currently known parameter value
return MixedStatus

ToString() public method

public ToString ( ) : string
return string