Table of Contents

Class ContentType

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

RFC 2246 6.2.1

public abstract class ContentType
Inheritance
ContentType
Inherited Members

Fields

alert

public const short alert = 21

Field Value

short

application_data

public const short application_data = 23

Field Value

short

change_cipher_spec

public const short change_cipher_spec = 20

Field Value

short

handshake

public const short handshake = 22

Field Value

short

heartbeat

public const short heartbeat = 24

Field Value

short

tls12_cid

public const short tls12_cid = 25

Field Value

short

Methods

GetName(short)

public static string GetName(short contentType)

Parameters

contentType short

Returns

string

GetText(short)

public static string GetText(short contentType)

Parameters

contentType short

Returns

string