terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
CookieVariant.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x0200020B RID: 523
6 internal enum CookieVariant
7 {
8 // Token: 0x04000AE1 RID: 2785
10 // Token: 0x04000AE2 RID: 2786
11 Plain,
12 // Token: 0x04000AE3 RID: 2787
13 Rfc2109,
14 // Token: 0x04000AE4 RID: 2788
15 Rfc2965,
16 // Token: 0x04000AE5 RID: 2789
17 Default = 2
18 }
19}