C# 클래스 HitProxy.Http.Request

상속: Header
파일 보기 프로젝트 열기: hultqvist/HitProxy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Accept string
AcceptCharset string
AcceptEncoding string
AcceptLanguage string
Authorization string
ContentLength long
Dns DnsLookup
Expect string
From string
Host string
HttpVersion string
IfMatch string
IfModifiedSince string
IfNoneMatch string
IfRange string
IfUnmodifiedSince string
KeepAlive bool
MaxForwards string
Method string
Proxy System.Uri
ProxyAuthorization string
ProxyDns DnsLookup
Range string
Referer string
Start System.DateTime
TE string
Uri System.Uri
UserAgent string

공개 메소드들

메소드 설명
Block ( string title, Html htmlMessage ) : void
Dispose ( ) : void
Parse ( string header ) : void
Request ( Stream stream ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
ParseFirstLine ( string firstLine ) : void

비공개 메소드들

메소드 설명
ParseHeader ( string key, string value ) : void

메소드 상세

Block() 공개 메소드

public Block ( string title, Html htmlMessage ) : void
title string
htmlMessage Html
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Parse() 공개 메소드

public Parse ( string header ) : void
header string
리턴 void

ParseFirstLine() 보호된 메소드

protected ParseFirstLine ( string firstLine ) : void
firstLine string
리턴 void

Request() 공개 메소드

public Request ( Stream stream ) : System
stream Stream
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Accept 공개적으로 프로퍼티

public string Accept
리턴 string

AcceptCharset 공개적으로 프로퍼티

public string AcceptCharset
리턴 string

AcceptEncoding 공개적으로 프로퍼티

public string AcceptEncoding
리턴 string

AcceptLanguage 공개적으로 프로퍼티

public string AcceptLanguage
리턴 string

Authorization 공개적으로 프로퍼티

public string Authorization
리턴 string

ContentLength 공개적으로 프로퍼티

public long ContentLength
리턴 long

Dns 공개적으로 프로퍼티

DNS looked up for Uri
public DnsLookup Dns
리턴 DnsLookup

Expect 공개적으로 프로퍼티

public string Expect
리턴 string

From 공개적으로 프로퍼티

public string From
리턴 string

Host 공개적으로 프로퍼티

public string Host
리턴 string

HttpVersion 공개적으로 프로퍼티

public string HttpVersion
리턴 string

IfMatch 공개적으로 프로퍼티

public string IfMatch
리턴 string

IfModifiedSince 공개적으로 프로퍼티

public string IfModifiedSince
리턴 string

IfNoneMatch 공개적으로 프로퍼티

public string IfNoneMatch
리턴 string

IfRange 공개적으로 프로퍼티

public string IfRange
리턴 string

IfUnmodifiedSince 공개적으로 프로퍼티

public string IfUnmodifiedSince
리턴 string

KeepAlive 공개적으로 프로퍼티

public bool KeepAlive
리턴 bool

MaxForwards 공개적으로 프로퍼티

public string MaxForwards
리턴 string

Method 공개적으로 프로퍼티

public string Method
리턴 string

Proxy 공개적으로 프로퍼티

If set connection is made to this host rather than from Uri. Used to pipe to http proxies
public Uri,System Proxy
리턴 System.Uri

ProxyAuthorization 공개적으로 프로퍼티

public string ProxyAuthorization
리턴 string

ProxyDns 공개적으로 프로퍼티

public DnsLookup ProxyDns
리턴 DnsLookup

Range 공개적으로 프로퍼티

public string Range
리턴 string

Referer 공개적으로 프로퍼티

public string Referer
리턴 string

Start 공개적으로 프로퍼티

Start time of request
public DateTime,System Start
리턴 System.DateTime

TE 공개적으로 프로퍼티

public string TE
리턴 string

Uri 공개적으로 프로퍼티

public Uri,System Uri
리턴 System.Uri

UserAgent 공개적으로 프로퍼티

public string UserAgent
리턴 string