다음을 통해 공유


ResponseContent.Process(IHttpResponse, IHttpContext) 메서드

정의

응답을 처리합니다.

[Android.Runtime.Register("process", "(Lorg/apache/http/HttpResponse;Lorg/apache/http/protocol/HttpContext;)V", "GetProcess_Lorg_apache_http_HttpResponse_Lorg_apache_http_protocol_HttpContext_Handler")]
public virtual void Process (Org.Apache.Http.IHttpResponse? response, Org.Apache.Http.Protocol.IHttpContext? context);
[<Android.Runtime.Register("process", "(Lorg/apache/http/HttpResponse;Lorg/apache/http/protocol/HttpContext;)V", "GetProcess_Lorg_apache_http_HttpResponse_Lorg_apache_http_protocol_HttpContext_Handler")>]
abstract member Process : Org.Apache.Http.IHttpResponse * Org.Apache.Http.Protocol.IHttpContext -> unit
override this.Process : Org.Apache.Http.IHttpResponse * Org.Apache.Http.Protocol.IHttpContext -> unit

매개 변수

response
IHttpResponse

후처리에 대한 응답

context
IHttpContext

요청에 대한 컨텍스트

구현

특성

예외

설명

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

적용 대상