terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
Cookie () | |
Cookie (string name, string value) | |
Cookie (string name, string value, string path) | |
Cookie (string name, string value, string path, string domain) | |
Package Functions | |
bool | InternalSetName (string value) |
Cookie | Clone () |
bool | VerifySetDefaults (CookieVariant variant, global::System.Uri uri, bool isLocalDomain, string localDomain, bool set_default, bool isThrow) |
Properties | |
string | Comment [get, set] |
global::System.Uri | CommentUri [get, set] |
bool | HttpOnly [get, set] |
bool | Discard [get, set] |
string | Domain [get, set] |
string | _Domain [get] |
bool | DomainImplicit [get, set] |
bool | Expired [get, set] |
DateTime | Expires [get, set] |
string | Name [get, set] |
string | Path [get, set] |
string | _Path [get] |
bool | Plain [get] |
string | Port [get, set] |
int[] | PortList [get] |
string | _Port [get] |
bool | Secure [get, set] |
DateTime | TimeStamp [get] |
string | Value [get, set] |
CookieVariant | Variant [get, set] |
string | DomainKey [get] |
int | Version [get, set] |
Static Private Member Functions | |
static bool | IsDomainEqualToHost (string domain, string host) |
static bool | DomainCharsTest (string name) |