ClientParamBean.SetHandleAuthentication(Boolean) Method

Definition

Configures whether authentication is handled automatically.

[Android.Runtime.Register("setHandleAuthentication", "(Z)V", "GetSetHandleAuthentication_ZHandler")]
public virtual void SetHandleAuthentication(bool handle);
[<Android.Runtime.Register("setHandleAuthentication", "(Z)V", "GetSetHandleAuthentication_ZHandler")>]
abstract member SetHandleAuthentication : bool -> unit
override this.SetHandleAuthentication : bool -> unit

Parameters

handle
Boolean

true to handle authentication automatically; otherwise, false.

Attributes

Remarks

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