Authenticator.RequestingURL Property

Definition

Returns the URL that resulted in this request for authentication.

protected virtual Java.Net.URL? RequestingURL { [Android.Runtime.Register("getRequestingURL", "()Ljava/net/URL;", "GetGetRequestingURLHandler")] get; }
[<get: Android.Runtime.Register("getRequestingURL", "()Ljava/net/URL;", "GetGetRequestingURLHandler")>]
member this.RequestingURL : Java.Net.URL

Property Value

URL

the requesting URL

Attributes

Remarks

Returns the URL that resulted in this request for authentication.

Added in 1.5.

Java documentation for java.net.Authenticator.getRequestingURL().

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