C# Class HitProxy.Http.Filter

Return true on filtered/modified and false otherwise
Exibir arquivo Open project: hultqvist/HitProxy Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
ConfigPath ( ) : string
ConfigPath ( string filename ) : string

Method Details

Apply() public abstract method

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
return bool

ConfigPath() protected method

protected ConfigPath ( ) : string
return string

ConfigPath() protected method

protected ConfigPath ( string filename ) : string
filename string
return string

Status() public method

public Status ( ) : Html
return Html

Status() public method

public Status ( NameValueCollection httpGet, Request request ) : Response
httpGet NameValueCollection
request Request
return Response

ToString() public method

public ToString ( ) : string
return string