IContentLengthStrategy.Chunked Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.