EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  Pascal  ActiveX  DLL 


TElAS2HTTPOptions.MaxRedirections

TElAS2HTTPOptions     See also    


 

Specifies maximum number of HTTP redirects.

 
 

Declaration

[C#]
    int MaxRedirections;

[VB.NET]
    Property MaxRedirections As Integer

[Pascal]
    property MaxRedirections: Integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    Use this property to specify maximum number of HTTP redirects.
    Set MaxRedirections to 0 to prevent any redirections. Set MaxRedirections to -1 to allow unlimited redirections. Set MaxRedirections to any value above 0 to allow redirections and limit their number.
    Default value is 0.

 
 

See also:     KeepAlive    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation