語言

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

屬性值

內容編碼標頭,或 null 當未設定為 Content-Encoding 標頭時。

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於