HttpClientParams.SetRedirecting(IHttpParams, Boolean) Method

Definition

[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
value
Boolean
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