Org.Apache.Http.Entity Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
AbstractHttpEntity |
Abstract base class for entities. |
BasicHttpEntity |
A generic streamed entity being received on a connection. |
BufferedHttpEntity |
A wrapping entity that buffers it content if necessary. |
ByteArrayEntity |
An entity whose content is retrieved from a byte array. |
ContentLengthStrategy |
Represents a strategy to determine the content length based on the properties of an HTTP message. |
EntityTemplate |
Entity that delegates the process of content generation to an abstract content producer. |
FileEntity |
An entity whose content is retrieved from a file. |
HttpEntityWrapper |
Base class for wrapping entities. |
InputStreamEntity |
A streamed entity obtaining content from an InputStream. |
SerializableEntity | |
StringEntity |
An entity whose content is retrieved from a string. |
Interfaces
IContentLengthStrategy |
Represents a strategy to determine the content length based on the properties of an HTTP message. |
IContentProducer |
An abstract entity content producer. |