IContentLengthStrategy.Chunked Field

Definition

Specifies the sentinel value for chunked transfer encoding.

[Android.Runtime.Register("CHUNKED")]
public const int Chunked = -2;
[<Android.Runtime.Register("CHUNKED")>]
val mutable Chunked : int

Field Value

Value = -2
Attributes

Remarks

The strategy returns this value when the message body uses chunked transfer encoding.

Applies to