ResponseContent.Process(IHttpResponse, IHttpContext) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
处理响应。
[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 属性许可证中所述的术语使用。