Class | Description | |
---|---|---|
HttpContextEventArgs | The event type used for the processing event to access the HttpListenerContext and the HttpServer instance. | |
HttpServer | Hosts an HttpListener on a dedicated set of worker threads, providing a clean shutdown on dispose. | |
MimeMessagePart | A MessagePart is a part of an email message used to describe the whole email parse tree. | |
MimeMultiPartData | Parses a raw HTML form where ContentType = "multipart/form-data", including one or more attachments. Caution advised as this is entirely in-memory for the moment and not a viable option for large files. |
Enumeration | Description | |
---|---|---|
ContentTransferEncoding | System.Enum that describes the ContentTransferEncoding header field |