Org.Apache.Http.IHttpResponse.Entity Property
Obtains the message entity of this response, if any.

Syntax

[get: Android.Runtime.Register("getEntity", "()Lorg/apache/http/HttpEntity;", "GetGetEntityHandler:Org.Apache.Http.IHttpResponseInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
[set: Android.Runtime.Register("setEntity", "(Lorg/apache/http/HttpEntity;)V", "GetSetEntity_Lorg_apache_http_HttpEntity_Handler:Org.Apache.Http.IHttpResponseInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public IHttpEntity Entity { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Obtains the message entity of this response, if any. The entity is provided by calling IHttpResponse.Entity.

Set method documentation [Android Documentation]

Associates a response entity with this response.

Requirements

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