AuthSchemeBase.ParseChallenge(CharArrayBuffer, Int32, Int32) Method

Definition

Parses the scheme-specific portion of an authentication challenge.

[Android.Runtime.Register("parseChallenge", "(Lorg/apache/http/util/CharArrayBuffer;II)V", "GetParseChallenge_Lorg_apache_http_util_CharArrayBuffer_IIHandler")]
protected abstract void ParseChallenge(Org.Apache.Http.Util.CharArrayBuffer? buffer, int pos, int len);
[<Android.Runtime.Register("parseChallenge", "(Lorg/apache/http/util/CharArrayBuffer;II)V", "GetParseChallenge_Lorg_apache_http_util_CharArrayBuffer_IIHandler")>]
abstract member ParseChallenge : Org.Apache.Http.Util.CharArrayBuffer * int * int -> unit

Parameters

buffer
CharArrayBuffer

Buffer containing the authentication challenge.

pos
Int32

Index at which the scheme-specific challenge begins.

len
Int32

Exclusive end index of the scheme-specific challenge in buffer.

Attributes

Remarks

Portions of this documentation are derived from Apache HTTP Components, developed by the Apache Software Foundation and licensed under the Apache License, Version 2.0.

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