C# 클래스 PHPAnalysis.Analysis.PHPDefinitions.CondSanitizer

상속: Function
파일 보기 프로젝트 열기: jtvn/Eir-CTLLTL

공개 메소드들

메소드 설명
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

메소드 상세

CondSanitizer() 공개 메소드

public CondSanitizer ( JToken JSON ) : System
JSON JToken
리턴 System

CondSanitizer() 공개 메소드

public CondSanitizer ( string json ) : System
json string
리턴 System

GetReturnStatus() 공개 메소드

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
리턴 MixedStatus

ToString() 공개 메소드

public ToString ( ) : string
리턴 string