Discuss this help topic in SecureBlackbox Forum

TElHeartbeatHelloSSLExtension.Mode

TElHeartbeatHelloSSLExtension     


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


This property specifies the extension mode.

Declaration

[C#]
    byte Mode;

[VB.NET]
    Property Mode As Byte

[Pascal]
    property Mode : byte;

[C++]
    uint8_t get_Mode();
    void set_Mode(uint8_t Value);

[PHP]
    integer get_Mode()
    void set_Mode(integer $Value)

[Java]
    byte getMode();
    void setMode(byte arg0);

Possible values:

Description

    Use this property to specify whether the peer is allowed to send heartbeat requests. The default value is SB_HEARTBEAT_MODE_PEER_ALLOWED_TO_SEND.

Discuss this help topic in SecureBlackbox Forum