Java.Net.URL.OpenConnection Method
Returns a new connection to the resource referred to by this URL.

Syntax

[Android.Runtime.Register("openConnection", "()Ljava/net/URLConnection;", "")]
public URLConnection OpenConnection ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif an error occurs while opening the connection.

Remarks

Returns a new connection to the resource referred to by this URL.

[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