URLConnection.URL Property

Definition

Returns the value of this URLConnection's URL field.

public virtual Java.Net.URL? URL { [Android.Runtime.Register("getURL", "()Ljava/net/URL;", "GetGetURLHandler")] get; }
[<get: Android.Runtime.Register("getURL", "()Ljava/net/URL;", "GetGetURLHandler")>]
member this.URL : Java.Net.URL

Property Value

URL

the value of this URLConnection's URL field.

Attributes

Remarks

Returns the value of this URLConnection's URL field.

Java documentation for java.net.URLConnection.getURL().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to