Org.Apache.Http.Protocol.HttpRequestExecutor.PostProcess Method
Finish a response.

Syntax

[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, IHttpProcessor processor, IHttpContext context)

Parameters

response
the response object to finish
processor
the processor to use
context
the context for post-processing the response

Exceptions

TypeReason
Org.Apache.Http.HttpExceptionin case of a protocol or processing problem
Java.IO.IOExceptionin case of an I/O problem

Remarks

Finish a response. This includes post-processing of the response object. It does not read the response entity, if any. It does not allow for immediate re-use of the connection over which the response is coming in.

[Android Documentation]

Requirements

Namespace: Org.Apache.Http.Protocol
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1