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

Syntax

[Android.Runtime.Register("fixedContentLengthLong")]
protected long FixedContentLengthLong { 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. Prefer this field over the int-valued fixedContentLength on platforms that support both.

[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