Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.CookieParser Struct Reference

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, boolInternalSetNameMethod [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, bools_internalSetNameMethod
 
static FieldInfo s_isQuotedDomainField
 
static FieldInfo s_isQuotedVersionField
 

Detailed Description

Definition at line 5 of file CookieParser.cs.


The documentation for this struct was generated from the following files: