HttpServerBoxed 0.0.11 alpha
A simple http server for C# and .NET
|
Public Member Functions | |
AssociatedFileServletOneMethod (Request req, Response res) | |
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 | ProcessGet () |
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 |
Definition at line 8 of file AssociatedFile.cs.
Definition at line 10 of file AssociatedFile.cs.