Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TlsContentType.cs
Go to the documentation of this file.
1
namespace
System.Net.Security
;
2
3
internal
enum
TlsContentType
:
byte
4
{
5
ChangeCipherSpec
= 20,
6
Alert
,
7
Handshake
,
8
AppData
9
}
System.Net.Security.TlsContentType
TlsContentType
Definition
TlsContentType.cs:4
System.Net.Security.TlsContentType.AppData
@ AppData
System.Net.Security.TlsContentType.ChangeCipherSpec
@ ChangeCipherSpec
System.Net.Security.TlsContentType.Handshake
@ Handshake
System.Net.Security.TlsContentType.Alert
@ Alert
System.Net.Security
Definition
CertificateHelper.cs:4
source
System.Net.Security
System.Net.Security
TlsContentType.cs
Generated by
1.10.0