HttpRequestExecutor.PostProcess 方法

定义

完成响应。

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

参数

response
IHttpResponse

要完成的响应对象

processor
IHttpProcessor

要使用的处理器

context
IHttpContext

响应后处理的上下文

属性

例外

在协议或处理问题的情况下

出现 I/O 问题时

注解

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于