言語

AuthSchemeBase.Authenticate(ICredentials, IHttpRequest) メソッド

定義

指定された資格情報と要求の認証応答ヘッダーを作成します。

[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")]
public abstract Org.Apache.Http.IHeader? Authenticate(Org.Apache.Http.Authentication.ICredentials? credentials, Org.Apache.Http.IHttpRequest? request);
[<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")>]
abstract member Authenticate : Org.Apache.Http.Authentication.ICredentials * Org.Apache.Http.IHttpRequest -> Org.Apache.Http.IHeader

パラメーター

credentials
ICredentials

チャレンジに回答するために使用される資格情報。

request
IHttpRequest

認証応答ヘッダーを受信する HTTP 要求。

返品

認証応答ヘッダー。

実装

属性

注釈

このドキュメントの一部は、Apache Software Foundation によって開発され、Apache でライセンスされた Apache HTTP コンポーネントから派生しています。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象