Org.Apache.Http.IHttpEntity.IsChunked Property
Tells about chunked encoding for this entity.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Tells about chunked encoding for this entity. The primary purpose of this method is to indicate whether chunked encoding should be used when the entity is sent. For entities that are received, it can also indicate whether the entity was received with chunked encoding.

The behavior of wrapping entities is implementation dependent, but should respect the primary purpose.

[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