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 |
Method | Description | |
---|---|---|
ConfigPath ( ) : string | ||
ConfigPath ( string filename ) : string |
public abstract Apply ( Request request ) : bool | ||
request | Request | |
return | bool |
protected ConfigPath ( string filename ) : string | ||
filename | string | |
return | string |
public Status ( NameValueCollection httpGet, Request request ) : Response | ||
httpGet | NameValueCollection | |
request | Request | |
return | Response |