C# 클래스 HitProxy.Http.Filter

Return true on filtered/modified and false otherwise
파일 보기 프로젝트 열기: hultqvist/HitProxy 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( Request request ) : bool

Can be used to filter both requests and responses For response filtering the request.Response is set

Status ( ) : Html
Status ( NameValueCollection httpGet, Request request ) : Response
ToString ( ) : string

보호된 메소드들

메소드 설명
ConfigPath ( ) : string
ConfigPath ( string filename ) : string

메소드 상세

Apply() 공개 추상적인 메소드

Can be used to filter both requests and responses For response filtering the request.Response is set
public abstract Apply ( Request request ) : bool
request Request
리턴 bool

ConfigPath() 보호된 메소드

protected ConfigPath ( ) : string
리턴 string

ConfigPath() 보호된 메소드

protected ConfigPath ( string filename ) : string
filename string
리턴 string

Status() 공개 메소드

public Status ( ) : Html
리턴 Html

Status() 공개 메소드

public Status ( NameValueCollection httpGet, Request request ) : Response
httpGet NameValueCollection
request Request
리턴 Response

ToString() 공개 메소드

public ToString ( ) : string
리턴 string