Authenticator.GetRequestorType Method

Definition

Returns whether the requestor is a Proxy or a Server.

[Android.Runtime.Register("getRequestorType", "()Ljava/net/Authenticator$RequestorType;", "GetGetRequestorTypeHandler")]
protected virtual Java.Net.Authenticator.RequestorType? GetRequestorType ();
[<Android.Runtime.Register("getRequestorType", "()Ljava/net/Authenticator$RequestorType;", "GetGetRequestorTypeHandler")>]
abstract member GetRequestorType : unit -> Java.Net.Authenticator.RequestorType
override this.GetRequestorType : unit -> Java.Net.Authenticator.RequestorType

Returns

the authentication type of the requestor

Attributes

Remarks

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

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