C# Class usertools.SubdomainScanner.TargetResult

Datei anzeigen Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Public Properties

Property Type Description
Banner string
Hostname string
Html string
Protocol HttpProtocol
ResponseHeaders System.Collections.Specialized.NameValueCollection
Success bool
Url string
WebServer string

Public Methods

Method Description
TargetResult ( ) : System

Method Details

TargetResult() public method

public TargetResult ( ) : System
return System

Property Details

Banner public_oe property

public string Banner
return string

Hostname public_oe property

public string Hostname
return string

Html public_oe property

public string Html
return string

Protocol public_oe property

public HttpProtocol Protocol
return HttpProtocol

ResponseHeaders public_oe property

public NameValueCollection,System.Collections.Specialized ResponseHeaders
return System.Collections.Specialized.NameValueCollection

Success public_oe property

public bool Success
return bool

Url public_oe property

public string Url
return string

WebServer public_oe property

public string WebServer
return string