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/Class;)Ljava/lang/Object;", "GetGetContent_Ljava_net_URLConnection_arrayLjava_lang_Class_Handler")]
public virtual Java.Lang.Object GetContent (URLConnection uConn, Java.Lang.Class[] types)

Parameters

uConn
URL connection that points to the desired object.
types
list of acceptable content types.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif an error occurred while obtaining the content.

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