Org.Apache.Http.IHttpEntity.IsRepeatable Property
Tells if the entity is capable to produce its data more than once.

Syntax

[get: Android.Runtime.Register("isRepeatable", "()Z", "GetIsRepeatableHandler:Org.Apache.Http.IHttpEntityInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool IsRepeatable { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Tells if the entity is capable to produce its data more than once. A repeatable entity's getContent() and writeTo(OutputStream) methods can be called more than once whereas a non-repeatable entity's can not.

[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