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: DownloaderAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool AllowAutoRedirect { get; set; }Property Value
Boolean
See Also