Authenticator.RequestingHost Property

Definition

Gets the hostname of the site or proxy requesting authentication, or null if not available.

protected string? RequestingHost { [Android.Runtime.Register("getRequestingHost", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getRequestingHost", "()Ljava/lang/String;", "")>]
member this.RequestingHost : string

Property Value

the hostname of the connection requiring authentication, or null if it's not available.

Attributes

Remarks

Gets the hostname of the site or proxy requesting authentication, or null if not available.

Added in 1.4.

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

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