C# Class usertools.WebServerFinder.TargetResult

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

Public Properties

Property Type Description
Banner string
Hostname string
Html string
Protocol HttpProtocol
Response string
ResponseHeaders System.Collections.Specialized.NameValueCollection
StatusCode HttpStatusCode
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 property

public string Banner
return string

Hostname public property

public string Hostname
return string

Html public property

public string Html
return string

Protocol public property

public HttpProtocol Protocol
return HttpProtocol

Response public property

public string Response
return string

ResponseHeaders public property

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

StatusCode public property

public HttpStatusCode StatusCode
return HttpStatusCode

Success public property

public bool Success
return bool

Url public property

public string Url
return string

WebServer public property

public string WebServer
return string