Click or drag to resize

RequestConfigurationAllowAutoRedirect Property

Set AllowAutoRedirect to true to allow the current request to automatically follow HTTP redirection headers to the new location of a resource. Default value is true. The maximum number of redirections to follow is set by the MaximumAutomaticRedirections property.

Namespace: Downloader
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool AllowAutoRedirect { get; set; }

Property Value

Boolean
See Also