C# Class HitProxy.Http.Filter

Return true on filtered/modified and false otherwise
Afficher le fichier Open project: hultqvist/HitProxy Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
ConfigPath ( ) : string
ConfigPath ( string filename ) : string

Method Details

Apply() public abstract méthode

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
Résultat bool

ConfigPath() protected méthode

protected ConfigPath ( ) : string
Résultat string

ConfigPath() protected méthode

protected ConfigPath ( string filename ) : string
filename string
Résultat string

Status() public méthode

public Status ( ) : Html
Résultat Html

Status() public méthode

public Status ( NameValueCollection httpGet, Request request ) : Response
httpGet NameValueCollection
request Request
Résultat Response

ToString() public méthode

public ToString ( ) : string
Résultat string