Org.Apache.Http.IHttpEntity: Property Members

The properties of Org.Apache.Http.IHttpEntity are listed below. For a list of all members, see the IHttpEntity Members list.

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.