Org.Apache.Http.Client.IResponseHandler.HandleResponse Method
Processes an Org.Apache.Http.IHttpResponse and returns some value corresponding to that response.

Syntax

[Android.Runtime.Register("handleResponse", "(Lorg/apache/http/HttpResponse;)Ljava/lang/Object;", "GetHandleResponse_Lorg_apache_http_HttpResponse_Handler:Org.Apache.Http.Client.IResponseHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Lang.Object HandleResponse (Org.Apache.Http.IHttpResponse response)

Parameters

response
The response to process

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Org.Apache.Http.Client.ClientProtocolExceptionin case of an http protocol error
Java.IO.IOExceptionin case of a problem or the connection was aborted

Remarks

Processes an Org.Apache.Http.IHttpResponse and returns some value corresponding to that response.

[Android Documentation]

Requirements

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