Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CookieVariant
enum
System.Net.CookieVariant
Enumerator
Unknown
Plain
Rfc2109
Rfc2965
Default
Definition at line
6
of file
CookieVariant.cs
.
7
{
8
Unknown = 0,
9
Plain
= 1,
10
Rfc2109
= 2,
11
Rfc2965
= 3,
12
Default
= 2
13
}
System.Net.CookieVariant.Plain
@ Plain
System.Net.CookieVariant.Rfc2109
@ Rfc2109
System.Net.CookieVariant.Rfc2965
@ Rfc2965
System.Runtime.CompilerServices.LoadHint.Default
@ Default
System
Net
Generated by
1.10.0