The Entity type exposes the following members.
Properties
Name | Description | |
---|---|---|
Body |
Gets the body of this entity.
| |
Charset |
Determines the MIME character set encoding of this Entity.
| |
ContentTransferEncoding |
Determines the transfer encoding of this Entity.
| |
CurrentEncoding | ||
Header |
Gets the entity header.
| |
IsMultipart |
Determines if the MIME type of this Entity is
multipart/*. Since multipart-entities must have
a boundary parameter in the Content-Type field this
method returns false if no boundary exists.
| |
MimeType |
Determines the MIME type of this Entity. The MIME type
is derived by looking at the parent's Content-Type field if no
Content-Type field is set for this Entity.
| |
Parent |
Gets the parent entity of this entity.
Returns null if this is the root entity.
|
See Also