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
application_data
public const short application_data = 23
Field Value
change_cipher_spec
public const short change_cipher_spec = 20
Field Value
handshake
public const short handshake = 22
Field Value
heartbeat
public const short heartbeat = 24
Field Value
tls12_cid
public const short tls12_cid = 25
Field Value
Methods
GetName(short)
public static string GetName(short contentType)
Parameters
contentTypeshort
Returns
GetText(short)
public static string GetText(short contentType)
Parameters
contentTypeshort