HttpServerBoxed 0.0.11 alpha
A simple http server for C# and .NET
|
Represents a file of a multipart form. More...
Public Member Functions | |
FilePart (byte[] data) | |
string | GetMimeType () |
byte[] | GetBytes () |
void | SaveToDisk (string path) |
override string | ToString () |
Public Member Functions inherited from HSB.Components.FormPart | |
FormPart (byte[] data) | |
override string | ToString () |
Public Attributes | |
readonly string | ContentType |
readonly string | FileName |
Public Attributes inherited from HSB.Components.FormPart | |
string | ContentDisposition |
string | Name |
byte[] | Data |
Additional Inherited Members | |
Static Public Member Functions inherited from HSB.Components.FormPart | |
static FormPart | Build (byte[] data) |
Represents a file of a multipart form.
Definition at line 8 of file FilePart.cs.
HSB.Components.FilePart.FilePart | ( | byte[] | data | ) |
Definition at line 14 of file FilePart.cs.
byte[] HSB.Components.FilePart.GetBytes | ( | ) |
Definition at line 43 of file FilePart.cs.
string HSB.Components.FilePart.GetMimeType | ( | ) |
Definition at line 38 of file FilePart.cs.
void HSB.Components.FilePart.SaveToDisk | ( | string | path | ) |
Definition at line 47 of file FilePart.cs.
override string HSB.Components.FilePart.ToString | ( | ) |
Definition at line 68 of file FilePart.cs.
readonly string HSB.Components.FilePart.ContentType |
Definition at line 11 of file FilePart.cs.
readonly string HSB.Components.FilePart.FileName |
Definition at line 12 of file FilePart.cs.