ClientParamBean.SetAllowCircularRedirects(Boolean) Method

Definition

Configures whether circular redirects to the same location are allowed.

[Android.Runtime.Register("setAllowCircularRedirects", "(Z)V", "GetSetAllowCircularRedirects_ZHandler")]
public virtual void SetAllowCircularRedirects(bool allow);
[<Android.Runtime.Register("setAllowCircularRedirects", "(Z)V", "GetSetAllowCircularRedirects_ZHandler")>]
abstract member SetAllowCircularRedirects : bool -> unit
override this.SetAllowCircularRedirects : bool -> unit

Parameters

allow
Boolean

true to allow circular redirects; otherwise, false.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to