HttpRequestBase.URI Property

Definition

Returns the URI this request uses, such as http://example.org/path/to/file.

public virtual Java.Net.URI? URI { [Android.Runtime.Register("getURI", "()Ljava/net/URI;", "GetGetURIHandler")] get; [Android.Runtime.Register("setURI", "(Ljava/net/URI;)V", "GetSetURI_Ljava_net_URI_Handler")] set; }
[<get: Android.Runtime.Register("getURI", "()Ljava/net/URI;", "GetGetURIHandler")>]
[<set: Android.Runtime.Register("setURI", "(Ljava/net/URI;)V", "GetSetURI_Ljava_net_URI_Handler")>]
member this.URI : Java.Net.URI with get, set

Property Value

URI
Attributes

Remarks

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