Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.AllowKeepAlive

TElHTTPSServer     


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


Specifies if keep-alive is allowed.

Declaration

[C#]
    bool AllowKeepAlive;

[VB.NET]
    Property AllowKeepAlive As Boolean

[Pascal]
    property AllowKeepAlive : Boolean;

[C++]
    bool get_AllowKeepAlive();
    void set_AllowKeepAlive(bool Value);

[PHP]
    bool get_AllowKeepAlive()
    void set_AllowKeepAlive(bool $Value)

[Java]
    boolean getAllowKeepAlive();
    void setAllowKeepAlive(boolean Value);

Description

    Use this property to allow or disallow the keep-alive mode.

Discuss this help topic in SecureBlackbox Forum