Java.Net.ContentHandler.GetContent Method
Returns the object pointed by the specified URL connection uConn.

Syntax

[Android.Runtime.Register("getContent", "(Ljava/net/URLConnection;)Ljava/lang/Object;", "GetGetContent_Ljava_net_URLConnection_Handler")]
public abstract Java.Lang.Object GetContent (URLConnection uConn)

Parameters

uConn
URL connection that points to the desired object.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif an IO error occurs during the retrieval of the object

Remarks

Returns the object pointed by the specified URL connection uConn.

[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