Java.Net.Authenticator.SetDefault Method
Sets a as the default authenticator.

Syntax

[Android.Runtime.Register("setDefault", "(Ljava/net/Authenticator;)V", "")]
public static void SetDefault (Authenticator a)

Parameters

a
authenticator which has to be set as default.

Remarks

Sets a as the default authenticator. It will be called whenever the realm that the URL is pointing to requires authorization.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1