Org.Apache.Http.Authentication.IAuthScheme.Authenticate Method
Produces an authorization string for the given set of Org.Apache.Http.Authentication.ICredentials.

Syntax

[Android.Runtime.Register("authenticate", "(Lorg/apache/http/auth/Credentials;Lorg/apache/http/HttpRequest;)Lorg/apache/http/Header;", "GetAuthenticate_Lorg_apache_http_auth_Credentials_Lorg_apache_http_HttpRequest_Handler:Org.Apache.Http.Authentication.IAuthSchemeInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Org.Apache.Http.IHeader Authenticate (ICredentials credentials, Org.Apache.Http.IHttpRequest request)

Parameters

credentials
The set of credentials to be used for athentication
request
The request being authenticated

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Org.Apache.Http.Authentication.AuthenticationExceptionif authorization string cannot be generated due to an authentication failure

Remarks

Produces an authorization string for the given set of Org.Apache.Http.Authentication.ICredentials.

[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