Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.LoginRequestSizeLimit

TElHTTPSServer     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The maximum length of client login request.

Declaration

[C#]
    int LoginRequestSizeLimit;

[VB.NET]
    Property LoginRequestSizeLimit As Integer

[Pascal]
    property LoginRequestSizeLimit : integer;

[C++]
    int32_t get_LoginRequestSizeLimit();
    void set_LoginRequestSizeLimit(int32_t Value);

[PHP]
    integer get_LoginRequestSizeLimit()
    void set_LoginRequestSizeLimit(integer $Value)

[Java]
    int getLoginRequestSizeLimit();
    void setLoginRequestSizeLimit(int Value);

Description

This property specifies the maximum number of bytes in the login request. The default value is 10240.

See also:     MaxLoginAttempts    

Discuss this help topic in SecureBlackbox Forum