URLConnection.Url Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The URL represents the remote object on the World Wide Web to which this connection is opened.
[Android.Runtime.Register("url")]
protected Java.Net.URL? Url { get; set; }
[<Android.Runtime.Register("url")>]
member this.Url : Java.Net.URL with get, set
Property Value
- Attributes
Remarks
The URL represents the remote object on the World Wide Web to which this connection is opened.
The value of this field can be accessed by the getURL
method.
The default value of this variable is the value of the URL argument in the URLConnection
constructor.
Java documentation for java.net.URLConnection.url
.
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.