Org.Apache.Http.Entity.BufferedHttpEntity Class
A wrapping entity that buffers it content if necessary.

See Also: BufferedHttpEntity Members

Syntax

[Android.Runtime.Register("org/apache/http/entity/BufferedHttpEntity", DoNotGenerateAcw=true)]
public class BufferedHttpEntity : HttpEntityWrapper

Remarks

A wrapping entity that buffers it content if necessary. The buffered entity is always repeatable. If the wrapped entity is repeatable itself, calls are passed through. If the wrapped entity is not repeatable, the content is read into a buffer once and provided from there as often as required.

[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