Org.Apache.Http.Client.IRedirectHandler.IsRedirectRequested Method
Determines if a request should be redirected to a new location given the response from the target server.

Syntax

[Android.Runtime.Register("isRedirectRequested", "(Lorg/apache/http/HttpResponse;Lorg/apache/http/protocol/HttpContext;)Z", "GetIsRedirectRequested_Lorg_apache_http_HttpResponse_Lorg_apache_http_protocol_HttpContext_Handler:Org.Apache.Http.Client.IRedirectHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool IsRedirectRequested (Org.Apache.Http.IHttpResponse response, Org.Apache.Http.Protocol.IHttpContext context)

Parameters

response
the response received from the target server
context
the context for the request execution

Returns

Documentation for this section has not yet been entered.

Remarks

Determines if a request should be redirected to a new location given the response from the target server.

[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