HttpEntityEnclosingRequestBase.Entity 属性

定义

public virtual Org.Apache.Http.IHttpEntity? Entity { [Android.Runtime.Register("getEntity", "()Lorg/apache/http/HttpEntity;", "GetGetEntityHandler")] get; [Android.Runtime.Register("setEntity", "(Lorg/apache/http/HttpEntity;)V", "GetSetEntity_Lorg_apache_http_HttpEntity_Handler")] set; }
[<get: Android.Runtime.Register("getEntity", "()Lorg/apache/http/HttpEntity;", "GetGetEntityHandler")>]
[<set: Android.Runtime.Register("setEntity", "(Lorg/apache/http/HttpEntity;)V", "GetSetEntity_Lorg_apache_http_HttpEntity_Handler")>]
member this.Entity : Org.Apache.Http.IHttpEntity with get, set

属性值

实现

属性

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于