Class HeartbeatMode
- Namespace
- Org.BouncyCastle.Tls
- Assembly
- BouncyCastle.Cryptography.dll
public abstract class HeartbeatMode
- Inheritance
-
HeartbeatMode
- Inherited Members
-
Fields
peer_allowed_to_send
public const short peer_allowed_to_send = 1
Field Value
- short
peer_not_allowed_to_send
public const short peer_not_allowed_to_send = 2
Field Value
- short
Methods
GetName(short)
public static string GetName(short heartbeatMode)
Parameters
heartbeatMode short
Returns
- string
GetText(short)
public static string GetText(short heartbeatMode)
Parameters
heartbeatMode short
Returns
- string
IsValid(short)
public static bool IsValid(short heartbeatMode)
Parameters
heartbeatMode short
Returns
- bool