Org.Apache.Http.Protocol.ResponseDate.Process Method
Processes a response.

Syntax

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

Parameters

response
the response to postprocess
context
the context for the request

Exceptions

TypeReason
Org.Apache.Http.HttpException
Java.IO.IOException

Remarks

Processes a response. On the server side, this step is performed before the response is sent to the client. On the client side, this step is performed on incoming messages before the message body is evaluated.

[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