HttpRequestExecutor.PostProcess Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Finish a response.
[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
Parameters
- response
- IHttpResponse
the response object to finish
- processor
- IHttpProcessor
the processor to use
- context
- IHttpContext
the context for post-processing the response
- Attributes
Exceptions
in case of a protocol or processing problem
in case of an I/O problem
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.