Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
CookieParser (string cookieString) | |
Cookie | GetServer () |
CookieParser (string cookieString) | |
Cookie | Get () |
bool | EndofHeader () |
Static Package Functions | |
static string | CheckQuoted (string value) |
static string | CheckQuoted (string value) |
Properties | |
static Func< Cookie, string, bool > | InternalSetNameMethod [get] |
static FieldInfo | IsQuotedDomainField [get] |
static FieldInfo | IsQuotedVersionField [get] |
Static Private Member Functions | |
static bool | InternalSetNameMethod (Cookie cookie, string value) |
Private Attributes | |
System.Net.CookieTokenizer | _tokenizer |
Cookie | _savedCookie |
CookieTokenizer | _tokenizer |
Static Private Attributes | |
static Func< Cookie, string, bool > | s_internalSetNameMethod |
static FieldInfo | s_isQuotedDomainField |
static FieldInfo | s_isQuotedVersionField |
Definition at line 5 of file CookieParser.cs.