Discuss this help topic in SecureBlackbox Forum

TElHTTPServerResponseParams.UseKeepAlive

TElHTTPServerResponseParams     


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


Specifies if keep-alive mode is used.

Declaration

[C#]
    bool UseKeepAlive;

[VB.NET]
    Property UseKeepAlive As Boolean

[Pascal]
    property UseKeepAlive : Boolean;

[C++]
    bool get_UseKeepAlive();
    void set_UseKeepAlive(bool Value);

[PHP]
    bool get_UseKeepAlive()
    void set_UseKeepAlive(bool $Value)

[Java]
    boolean getUseKeepAlive();
    void setUseKeepAlive(boolean Value);

Description

    This property specifies if the keep-alive mode should be used.

Discuss this help topic in SecureBlackbox Forum