HttpClientParams.SetRedirecting(IHttpParams, Boolean) Method

Definition

Configures whether redirects are handled automatically.

[Android.Runtime.Register("setRedirecting", "(Lorg/apache/http/params/HttpParams;Z)V", "")]
public static void SetRedirecting(Org.Apache.Http.Params.IHttpParams? params, bool value);
[<Android.Runtime.Register("setRedirecting", "(Lorg/apache/http/params/HttpParams;Z)V", "")>]
static member SetRedirecting : Org.Apache.Http.Params.IHttpParams * bool -> unit

Parameters

params
IHttpParams

The HTTP parameter collection to configure.

value
Boolean

true to handle redirects automatically; 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