VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.WinTwain.ImageUploading.Http Namespace / HttpUpload Class / MaximumAutomaticRedirections Property
Syntax Remarks Requirements SeeAlso
In This Topic
MaximumAutomaticRedirections Property (HttpUpload)
In This Topic
Gets or sets the maximum number of redirects that the request will follow.
Syntax
'Declaration

Public Property MaximumAutomaticRedirections As Integer

public int MaximumAutomaticRedirections { get; set; }

Property Value

The maximum number of redirection responses that the request will follow. Default value is 5. Maximal value is 50.
Remarks

The MaximumAutomaticRedirections method property sets the maximum number of redirections for the request to follow if the AllowAutoRedirect property is true.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also