Java.Net.URLConnection.ContentLength Property
Returns the content length in bytes specified by the response header field content-length or -1 if this field is not set or cannot be represented as an int.

Syntax

[get: Android.Runtime.Register("getContentLength", "()I", "GetGetContentLengthHandler")]
public virtual int ContentLength { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the content length in bytes specified by the response header field content-length or -1 if this field is not set or cannot be represented as an int.

[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