HttpServerBoxed 0.0.11 alpha
A simple http server for C# and .NET
|
Public Member Functions | |
Error (Request req, Response res, Configuration config, string errorMessage, int errorCode) | |
override void | ProcessGet () |
Public Member Functions inherited from HSB.Servlet | |
Servlet (Request req, Response res) | |
Servlet (Request req, Response res, Configuration conf) | |
void | AddCustomMethodHandler (string name, Delegate handler) |
void | RemoveCustomMethodHandler (string name) |
string | GetRoute () |
void | Process () |
virtual void | ProcessPost () |
virtual void | ProcessDelete () |
virtual void | ProcessPut () |
virtual void | ProcessHead () |
virtual void | ProcessPatch () |
virtual void | ProcessOptions () |
virtual void | ProcessTrace () |
virtual void | ProcessConnect () |
Additional Inherited Members | |
Static Protected Member Functions inherited from HSB.Servlet | |
static string | ReadFromResources (string resourceName) |
Extract a string from an embedded resource. | |
Protected Attributes inherited from HSB.Servlet | |
Request | req |
Response | res |
Configuration | configuration |
Delegate? | handlerFallback |
HSB.Error.Error | ( | Request | req, |
Response | res, | ||
Configuration | config, | ||
string | errorMessage, | ||
int | errorCode | ||
) |
|
virtual |
Reimplemented from HSB.Servlet.
Definition at line 18 of file Error.cs.