Java.Net.URL.Content Property
Returns the content of the resource which is referred by this URL.

Syntax

[get: Android.Runtime.Register("getContent", "()Ljava/lang/Object;", "GetGetContentHandler")]
public Java.Lang.Object Content { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOException

Remarks

Returns the content of the resource which is referred by this URL. By default this returns an InputStream, or null if the content type of the response is unknown.

[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