Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CookieVariant.cs
Go to the documentation of this file.
2
3namespace System.Net;
4
5[TypeForwardedFrom("System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
6public enum CookieVariant
7{
8 Unknown = 0,
9 Plain = 1,
10 Rfc2109 = 2,
11 Rfc2965 = 3,
12 Default = 2
13}