Org.Apache.Http.IHttpResponseInterceptor.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:Org.Apache.Http.IHttpResponseInterceptorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Process (IHttpResponse response, Org.Apache.Http.Protocol.IHttpContext context)

Parameters

response
the response to postprocess
context
the context for the request

Exceptions

TypeReason
Java.IO.IOExceptionin case of an IO problem
Org.Apache.Http.HttpExceptionin case of a protocol or other problem

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
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1