Class HeartbeatMode
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Tls
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public abstract class HeartbeatMode
- Inheritance
-
HeartbeatMode
- Inherited Members
-
Constructors
HeartbeatMode()
protected HeartbeatMode()
Fields
peer_allowed_to_send
public const byte peer_allowed_to_send = 1
Field Value
- byte
peer_not_allowed_to_send
public const byte peer_not_allowed_to_send = 2
Field Value
- byte
Methods
IsValid(byte)
public static bool IsValid(byte heartbeatMode)
Parameters
heartbeatMode
byte
Returns
- bool