Org.Apache.Http.IHttpEntity Members

The members of Org.Apache.Http.IHttpEntity are listed below.

Public Properties

[read-only]
ContentSystem.IO.Stream. Creates a new InputStream object of the entity.
[read-only]
ContentEncodingIHeader. Obtains the Content-Encoding header, if known.
[read-only]
ContentLengthlong. Tells the length of the content, if known.
[read-only]
ContentTypeIHeader. Obtains the Content-Type header, if known.
[read-only]
IsChunkedbool. Tells about chunked encoding for this entity.
[read-only]
IsRepeatablebool. Tells if the entity is capable to produce its data more than once.
[read-only]
IsStreamingbool. Tells whether this entity depends on an underlying stream.

Public Methods

ConsumeContent()
TODO: The name of this method is misnomer.
WriteTo(System.IO.Stream)
Writes the entity content to the output stream.