C# Class usertools.WebServerFinder.TargetResult

ファイルを表示 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_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

Response public_oe property

public string Response
return string

ResponseHeaders public_oe property

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

StatusCode public_oe property

public HttpStatusCode StatusCode
return HttpStatusCode

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