VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Twain.ImageUploading.Http Namespace / HttpUpload Class / MaximumAutomaticRedirections Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    MaximumAutomaticRedirections Свойство (HttpUpload)
    В этом разделе
    Gets or sets the maximum number of redirects that the request will follow.
    Синтаксис
    'Declaration
    
    Public Property MaximumAutomaticRedirections As Integer
    
    
    public int MaximumAutomaticRedirections { get; set; }
    
    
    public: __property int get_MaximumAutomaticRedirections();
    public: __property void set_MaximumAutomaticRedirections(
    int value
    );
    public:
    property int MaximumAutomaticRedirections { int get(); void set(int value); }

    Property Value

    The maximum number of redirection responses that the request will follow. Default value is 5. Maximal value is 50.
    Ремарки

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

    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также