Discuss this help topic in SecureBlackbox Forum

TElHTTPServerRequestParams.KeepAlive

TElHTTPServerRequestParams     


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


Specifies if keep-alive mode should be requested from server.

Declaration

[C#]
    bool KeepAlive;

[VB.NET]
    Property KeepAlive As Boolean

[Pascal]
    property KeepAlive : Boolean;

[C++]
    bool get_KeepAlive();
    void set_KeepAlive(bool Value);

[PHP]
    bool get_KeepAlive()
    void set_KeepAlive(bool $Value)

[Java]
    boolean getKeepAlive();
    void setKeepAlive(boolean Value);

Description

    If this property i sset to True, a keep-alive mode is requested from server.

Discuss this help topic in SecureBlackbox Forum