Compartir a través de


IHttpResponse.Entity Propiedad

Definición

Obtiene la entidad de mensaje de esta respuesta, si existe.

public Org.Apache.Http.IHttpEntity? Entity { [Android.Runtime.Register("getEntity", "()Lorg/apache/http/HttpEntity;", "GetGetEntityHandler:Org.Apache.Http.IHttpResponseInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; [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")] set; }
[<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")>]
member this.Entity : Org.Apache.Http.IHttpEntity with get, set

Valor de propiedad

Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a