Org.Apache.Http.Entity.HttpEntityWrapper Class
Base class for wrapping entities.

See Also: HttpEntityWrapper Members

Syntax

[Android.Runtime.Register("org/apache/http/entity/HttpEntityWrapper", DoNotGenerateAcw=true)]
public class HttpEntityWrapper : Java.Lang.Object, Org.Apache.Http.IHttpEntity, IDisposable

Remarks

Base class for wrapping entities. Keeps a HttpEntityWrapper.WrappedEntity and delegates all calls to it. Implementations of wrapping entities can derive from this class and need to override only those methods that should not be delegated to the wrapped entity.

[Android Documentation]

Requirements

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