terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
CookieVariant.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 [global::Cpp2ILInjected.Token(Token = "0x200020B")]
7 internal enum CookieVariant
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4000AE1")]
10 Unknown,
11 [global::Cpp2ILInjected.Token(Token = "0x4000AE2")]
12 Plain,
13 [global::Cpp2ILInjected.Token(Token = "0x4000AE3")]
14 Rfc2109,
15 [global::Cpp2ILInjected.Token(Token = "0x4000AE4")]
16 Rfc2965,
17 [global::Cpp2ILInjected.Token(Token = "0x4000AE5")]
18 Default = 2
19 }
20}