C# Class ToolSet.DatabaseExtractorCode.DBExtractor.Request

Show file Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Public Properties

Property Type Description
DataBaseType DataBaseType
Function string
HTML string
NaturalRequestNr int
POST string
URL string

Public Methods

Method Description
Request ( ) : System.Collections.Generic

Method Details

Request() public method

public Request ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

DataBaseType public property

public DataBaseType DataBaseType
return DataBaseType

Function public property

public string Function
return string

HTML public property

public string HTML
return string

NaturalRequestNr public property

public int NaturalRequestNr
return int

POST public property

public string POST
return string

URL public property

public string URL
return string