C# Class usertools.SubdomainScanner.TargetResult

Afficher le fichier Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Méthodes publiques

Свойство Type Description
Banner string
Hostname string
Html string
Protocol HttpProtocol
ResponseHeaders System.Collections.Specialized.NameValueCollection
Success bool
Url string
WebServer string

Méthodes publiques

Méthode Description
TargetResult ( ) : System

Method Details

TargetResult() public méthode

public TargetResult ( ) : System
Résultat System

Property Details

Banner public_oe property

public string Banner
Résultat string

Hostname public_oe property

public string Hostname
Résultat string

Html public_oe property

public string Html
Résultat string

Protocol public_oe property

public HttpProtocol Protocol
Résultat HttpProtocol

ResponseHeaders public_oe property

public NameValueCollection,System.Collections.Specialized ResponseHeaders
Résultat System.Collections.Specialized.NameValueCollection

Success public_oe property

public bool Success
Résultat bool

Url public_oe property

public string Url
Résultat string

WebServer public_oe property

public string WebServer
Résultat string