언어

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 HTTP 구성 요소에서 파생되며 Apache 라이선스 버전 2.0에 따라 라이선스가 부여됩니다.

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상