Table of Contents

Class HeartbeatMessageType

Namespace
Org.BouncyCastle.Tls
Assembly
BouncyCastle.Cryptography.dll

RFC 6520 3.

public abstract class HeartbeatMessageType
Inheritance
HeartbeatMessageType
Inherited Members

Fields

heartbeat_request

public const short heartbeat_request = 1

Field Value

short

heartbeat_response

public const short heartbeat_response = 2

Field Value

short

Methods

GetName(short)

public static string GetName(short heartbeatMessageType)

Parameters

heartbeatMessageType short

Returns

string

GetText(short)

public static string GetText(short heartbeatMessageType)

Parameters

heartbeatMessageType short

Returns

string

IsValid(short)

public static bool IsValid(short heartbeatMessageType)

Parameters

heartbeatMessageType short

Returns

bool