Org.Apache.Http.Authentication.IAuthScheme.ProcessChallenge Method
Processes the given challenge token.

Syntax

[Android.Runtime.Register("processChallenge", "(Lorg/apache/http/Header;)V", "GetProcessChallenge_Lorg_apache_http_Header_Handler:Org.Apache.Http.Authentication.IAuthSchemeInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void ProcessChallenge (Org.Apache.Http.IHeader header)

Parameters

header
the challenge header

Exceptions

TypeReason
Org.Apache.Http.Authentication.MalformedChallengeException

Remarks

Processes the given challenge token. Some authentication schemes may involve multiple challenge-response exchanges. Such schemes must be able to maintain the state information when dealing with sequential challenges

[Android Documentation]

Requirements

Namespace: Org.Apache.Http.Authentication
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1