Terraria
v1.4.4.9
Terraria source code documentation
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
_
a
c
d
e
f
i
l
m
o
p
r
s
t
u
w
Files
File List
File Members
All
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Macros
Loading...
Searching...
No Matches
TlsFrameHeader.cs
Go to the documentation of this file.
1
using
System.Security.Authentication
;
2
3
namespace
System.Net.Security
;
4
5
internal
struct
TlsFrameHeader
6
{
7
public
TlsContentType
Type
;
8
9
public
SslProtocols
Version
;
10
11
public
int
Length
;
12
13
public
override
string
ToString
()
14
{
15
return
$
"{Version}:{Type}[{Length}]"
;
16
}
13
public
override
string
ToString
() {
…
}
17
}
5
internal
struct
TlsFrameHeader
{
…
};
System.Net.Security.TlsContentType
TlsContentType
Definition
TlsContentType.cs:4
System.Net.Security
Definition
CertificateHelper.cs:4
System.Security.Authentication.SslProtocols
SslProtocols
Definition
SslProtocols.cs:5
System.Security.Authentication
Definition
ExtendedProtectionPolicyTypeConverter.cs:8
System.Net.Security.TlsFrameHeader.Version
SslProtocols Version
Definition
TlsFrameHeader.cs:9
System.Net.Security.TlsFrameHeader.Length
int Length
Definition
TlsFrameHeader.cs:11
System.Net.Security.TlsFrameHeader.Type
TlsContentType Type
Definition
TlsFrameHeader.cs:7
System.Net.Security.TlsFrameHeader.ToString
override string ToString()
Definition
TlsFrameHeader.cs:13
System.Net.Security.TlsFrameHeader
Definition
TlsFrameHeader.cs:6
source
System.Net.Security
System.Net.Security
TlsFrameHeader.cs
Generated by
1.10.0