C# Class ToolSet.DatabaseExtractorCode.DBExtractor.Request

Mostrar archivo 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_oe property

public DataBaseType DataBaseType
return DataBaseType

Function public_oe property

public string Function
return string

HTML public_oe property

public string HTML
return string

NaturalRequestNr public_oe property

public int NaturalRequestNr
return int

POST public_oe property

public string POST
return string

URL public_oe property

public string URL
return string