HttpClientParams.SetAuthenticating(IHttpParams, Boolean) Method

Definition

Configures whether authentication is handled automatically.

[Android.Runtime.Register("setAuthenticating", "(Lorg/apache/http/params/HttpParams;Z)V", "")]
public static void SetAuthenticating(Org.Apache.Http.Params.IHttpParams? params, bool value);
[<Android.Runtime.Register("setAuthenticating", "(Lorg/apache/http/params/HttpParams;Z)V", "")>]
static member SetAuthenticating : Org.Apache.Http.Params.IHttpParams * bool -> unit

Parameters

params
IHttpParams

The HTTP parameter collection to configure.

value
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