ClientContextConfigurer.SetAuthSchemePref(IList<String>) Method

Definition

Sets the authentication scheme preference list in the HTTP context.

[Android.Runtime.Register("setAuthSchemePref", "(Ljava/util/List;)V", "GetSetAuthSchemePref_Ljava_util_List_Handler")]
public virtual void SetAuthSchemePref(System.Collections.Generic.IList<string>? list);
[<Android.Runtime.Register("setAuthSchemePref", "(Ljava/util/List;)V", "GetSetAuthSchemePref_Ljava_util_List_Handler")>]
abstract member SetAuthSchemePref : System.Collections.Generic.IList<string> -> unit
override this.SetAuthSchemePref : System.Collections.Generic.IList<string> -> unit

Parameters

list
IList<String>

The authentication scheme preference list.

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