Org.Apache.Http.Protocol.RequestUserAgent.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")]
public virtual void Process (Org.Apache.Http.IHttpRequest request, IHttpContext context)

Parameters

request
the request to preprocess
context
the context for the request

Exceptions

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

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