Org.Apache.Http.IHttpEntity
An entity that can be sent or received with an HTTP message.

See Also: IHttpEntity Members

Syntax

[Android.Runtime.Register("org/apache/http/HttpEntity", "", "Org.Apache.Http.IHttpEntityInvoker")]
public interface IHttpEntity : Android.Runtime.IJavaObject, IDisposable

Remarks

An entity that can be sent or received with an HTTP message. Entities can be found in some Org.Apache.Http.IHttpEntityEnclosingRequest and in Org.Apache.Http.IHttpResponse, where they are optional.

In some places, the JavaDoc distinguishes three kinds of entities, depending on where their IHttpEntity.Content originates:

This distinction is important for connection management with incoming entities. For entities that are created by an application and only sent using the HTTP components framework, the difference between streamed and self-contained is of little importance. In that case, it is suggested to consider non-repeatable entities as streamed, and those that are repeatable (without a huge effort) as self-contained.

[Android Documentation]

Requirements

Namespace: Org.Apache.Http
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1