The members of Org.Apache.Http.Entity.AbstractHttpEntity are listed below.
See Also: Inherited members from Java.Lang.Object
Protected default constructor. | ||
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] abstract | Content | System.IO.Stream. Documentation for this section has not yet been entered. |
ContentEncoding | Org.Apache.Http.IHeader. Obtains the Content-Encoding header. | |
[read-only] abstract | ContentLength | long. Documentation for this section has not yet been entered. |
ContentType | Org.Apache.Http.IHeader. Obtains the Content-Type header. | |
[read-only] | IsChunked | bool. Obtains the 'chunked' flag. |
[read-only] abstract | IsRepeatable | bool. Documentation for this section has not yet been entered. |
[read-only] abstract | IsStreaming | bool. Documentation for this section has not yet been entered. |
ChunkedField | bool. The 'chunked' flag. | |
ContentEncodingField | Org.Apache.Http.IHeader. The Content-Encoding header. | |
ContentTypeField | Org.Apache.Http.IHeader. The Content-Type header. | |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
ConsumeContent()Does not consume anything. | ||
SetChunked(bool)Specifies the 'chunked' flag. | ||
SetContentEncoding(string)Specifies the Content-Encoding header, as a string. | ||
SetContentType(string)Specifies the Content-Type header, as a string. | ||
abstract | WriteTo(System.IO.Stream)Documentation for this section has not yet been entered. | |
WriteToAsync(System.IO.Stream)Documentation for this section has not yet been entered. |