HttpServerBoxed 0.0.11 alpha
A simple http server for C# and .NET
|
Classes | |
class | FilePart |
Represents a file of a multipart form. More... | |
class | Form |
class | FormPart |
Represents a generic part of a multipart form. More... | |
Functions | |
class | MultiPartFormData (byte[] body, string boundary) |
class HSB.Components.MultiPartFormData | ( | byte[] | body, |
string | boundary | ||
) |
Returns all parts of the forms which are not files
Definition at line 5 of file MulitPartFormData.cs.