C# 클래스 usertools.WebServerFinder.TargetResult

파일 보기 프로젝트 열기: mcorrientes/Web-Security-Toolset 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Banner string
Hostname string
Html string
Protocol HttpProtocol
Response string
ResponseHeaders System.Collections.Specialized.NameValueCollection
StatusCode HttpStatusCode
Success bool
Url string
WebServer string

공개 메소드들

메소드 설명
TargetResult ( ) : System

메소드 상세

TargetResult() 공개 메소드

public TargetResult ( ) : System
리턴 System

프로퍼티 상세

Banner 공개적으로 프로퍼티

public string Banner
리턴 string

Hostname 공개적으로 프로퍼티

public string Hostname
리턴 string

Html 공개적으로 프로퍼티

public string Html
리턴 string

Protocol 공개적으로 프로퍼티

public HttpProtocol Protocol
리턴 HttpProtocol

Response 공개적으로 프로퍼티

public string Response
리턴 string

ResponseHeaders 공개적으로 프로퍼티

public NameValueCollection,System.Collections.Specialized ResponseHeaders
리턴 System.Collections.Specialized.NameValueCollection

StatusCode 공개적으로 프로퍼티

public HttpStatusCode StatusCode
리턴 HttpStatusCode

Success 공개적으로 프로퍼티

public bool Success
리턴 bool

Url 공개적으로 프로퍼티

public string Url
리턴 string

WebServer 공개적으로 프로퍼티

public string WebServer
리턴 string