Org.Apache.Http.Entity.AbstractHttpEntity Members

The members of Org.Apache.Http.Entity.AbstractHttpEntity are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

Protected default constructor.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
abstract
ContentSystem.IO.Stream. Documentation for this section has not yet been entered.
ContentEncodingOrg.Apache.Http.IHeader. Obtains the Content-Encoding header.
[read-only]
abstract
ContentLengthlong. Documentation for this section has not yet been entered.
ContentTypeOrg.Apache.Http.IHeader. Obtains the Content-Type header.
[read-only]
IsChunkedbool. Obtains the 'chunked' flag.
[read-only]
abstract
IsRepeatablebool. Documentation for this section has not yet been entered.
[read-only]
abstract
IsStreamingbool. Documentation for this section has not yet been entered.

Protected Properties

ChunkedFieldbool. The 'chunked' flag.
ContentEncodingFieldOrg.Apache.Http.IHeader. The Content-Encoding header.
ContentTypeFieldOrg.Apache.Http.IHeader. The Content-Type header.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

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) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.