Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.KeepAlivePolicy

TElHTTPSClient     


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


Defines the client's keep-alive policy.

Declaration

[C#]
    TSBHTTPKeepAlivePolicy KeepAlivePolicy;

[VB.NET]
    Property KeepAlivePolicy As TSBHTTPKeepAlivePolicy

[Pascal]
    property KeepAlivePolicy : TSBHTTPKeepAlivePolicy;

[C++]
    TSBHTTPKeepAlivePolicy get_KeepAlivePolicy();
    void set_KeepAlivePolicy(TSBHTTPKeepAlivePolicy Value);

[PHP]
    integer get_KeepAlivePolicy()
    void set_KeepAlivePolicy(integer $Value)

[Java]
    TSBHTTPKeepAlivePolicy getKeepAlivePolicy();
    void setKeepAlivePolicy(TSBHTTPKeepAlivePolicy Value);

Possible values:

Description

    Use this property to enable or disable keep-alives according to your needs.

Discuss this help topic in SecureBlackbox Forum