Method | Description | |
---|---|---|
CheckAndProcess ( IHttpRequest request ) : IHttpHandler | ||
FilesystemHandler ( string route_path, string htdocs_path ) : System | ||
ProcessRequest ( |
||
ProcessRequest ( IHttpRequest request, IHttpResponse response, string operationName ) : void |
public CheckAndProcess ( IHttpRequest request ) : IHttpHandler | ||
request | IHttpRequest | |
return | IHttpHandler |
public FilesystemHandler ( string route_path, string htdocs_path ) : System | ||
route_path | string | |
htdocs_path | string | |
return | System |
public ProcessRequest ( |
||
context | ||
return | void |
public ProcessRequest ( IHttpRequest request, IHttpResponse response, string operationName ) : void | ||
request | IHttpRequest | |
response | IHttpResponse | |
operationName | string | |
return | void |