The properties of Org.Apache.Http.IHttpEntity are listed below. For a list of all members, see the IHttpEntity Members list.
[read-only] | Content | System.IO.Stream. Creates a new InputStream object of the entity. |
[read-only] | ContentEncoding | IHeader. Obtains the Content-Encoding header, if known. |
[read-only] | ContentLength | long. Tells the length of the content, if known. |
[read-only] | ContentType | IHeader. Obtains the Content-Type header, if known. |
[read-only] | IsChunked | bool. Tells about chunked encoding for this entity. |
[read-only] | IsRepeatable | bool. Tells if the entity is capable to produce its data more than once. |
[read-only] | IsStreaming | bool. Tells whether this entity depends on an underlying stream. |