Click or drag to resize

RequestConfigurationMaximumAutomaticRedirections Property

A Int32 value that indicates the maximum number of redirection responses that the current instance will follow. The default value is implementation-specific. The value specified for a set operation is less than or equal to zero.

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

Property Value

Int32
See Also