Org.Apache.Http.Client.Params.ClientPNames.AllowCircularRedirects Field
Defines whether circular redirects (redirects to the same location) should be allowed.

Syntax

[Android.Runtime.Register("ALLOW_CIRCULAR_REDIRECTS")]
public const string AllowCircularRedirects

Remarks

Defines whether circular redirects (redirects to the same location) should be allowed. The HTTP spec is not sufficiently clear whether circular redirects are permitted, therefore optionally they can be enabled

This parameter expects a value of type Java.Lang.Boolean.

[Android Documentation]

Requirements

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