Java.Net.HttpURLConnection.FixedContentLength Property
The byte count in the request body if it is both known and streamed; and -1 otherwise.

Syntax

[Android.Runtime.Register("fixedContentLength")]
protected int FixedContentLength { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The byte count in the request body if it is both known and streamed; and -1 otherwise. If the byte count exceeds Java.Lang.Integer.MaxValue (2 GiB) then the value of this field will be Java.Lang.Integer.MaxValue. In that case use HttpURLConnection.FixedContentLengthLong to access the exact byte count.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1