Java.Net.HttpURLConnection.FollowRedirects Property
Returns the value of followRedirects which indicates if this connection follows a different URL redirected by the server.

Syntax

[get: Android.Runtime.Register("getFollowRedirects", "()Z", "GetGetFollowRedirectsHandler")]
[set: Android.Runtime.Register("setFollowRedirects", "(Z)V", "GetSetFollowRedirects_ZHandler")]
public static bool FollowRedirects { get; set; }

See Also

HttpURLConnection.FollowRedirects

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the value of followRedirects which indicates if this connection follows a different URL redirected by the server. It is enabled by default.

Set method documentation [Android Documentation]

Sets the flag of whether this connection will follow redirects returned by the remote server.

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1