Org.Apache.Http.Entity.AbstractHttpEntity.ContentEncoding Property
Obtains the Content-Encoding header.

Syntax

[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")]
public virtual Org.Apache.Http.IHeader ContentEncoding { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Obtains the Content-Encoding header. The default implementation returns the value of the AbstractHttpEntity.ContentEncodingField attribute.

Set method documentation [Android Documentation]

Specifies the Content-Encoding header. The default implementation sets the value of the AbstractHttpEntity.ContentEncodingField attribute.

Requirements

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