Org.Apache.Http.IHttpRequestInterceptor.Process Method
Processes a request.

Syntax

[Android.Runtime.Register("process", "(Lorg/apache/http/HttpRequest;Lorg/apache/http/protocol/HttpContext;)V", "GetProcess_Lorg_apache_http_HttpRequest_Lorg_apache_http_protocol_HttpContext_Handler:Org.Apache.Http.IHttpRequestInterceptorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Process (IHttpRequest request, Org.Apache.Http.Protocol.IHttpContext context)

Parameters

request
the request to preprocess
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 request. On the client side, this step is performed before the request is sent to the server. On the server 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