Authenticator.RequestingURL 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.
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
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.