AbstractHttpEntity.ContentEncoding 属性

定义

获取 Content-Encoding 标头。

public virtual Org.Apache.Http.IHeader? ContentEncoding { [Android.Runtime.Register("getContentEncoding", "()Lorg/apache/http/Header;", "GetGetContentEncodingHandler")] get; [Android.Runtime.Register("setContentEncoding", "(Lorg/apache/http/Header;)V", "GetSetContentEncoding_Lorg_apache_http_Header_Handler")] set; }
[<get: Android.Runtime.Register("getContentEncoding", "()Lorg/apache/http/Header;", "GetGetContentEncodingHandler")>]
[<set: Android.Runtime.Register("setContentEncoding", "(Lorg/apache/http/Header;)V", "GetSetContentEncoding_Lorg_apache_http_Header_Handler")>]
member this.ContentEncoding : Org.Apache.Http.IHeader with get, set

属性值

属性

注解

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

适用于