ClientParamBean.SetMaxRedirects(Int32) Method

Definition

Sets the maximum number of redirects to follow.

[Android.Runtime.Register("setMaxRedirects", "(I)V", "GetSetMaxRedirects_IHandler")]
public virtual void SetMaxRedirects(int maxRedirects);
[<Android.Runtime.Register("setMaxRedirects", "(I)V", "GetSetMaxRedirects_IHandler")>]
abstract member SetMaxRedirects : int -> unit
override this.SetMaxRedirects : int -> unit

Parameters

maxRedirects
Int32

The maximum number of redirects to follow.

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