Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.CookieExtensions Class Reference

Static Public Member Functions

static string ToServerString (this Cookie cookie)
 
static Cookie Clone (this Cookie cookie)
 
static bool IsRfc2965Variant (this Cookie cookie)
 

Private Types

enum  CookieVariant {
  Unknown = 0 , Plain = 1 , Rfc2109 = 2 , Rfc2965 = 3 ,
  Default = 2
}
 

Static Private Attributes

static Func< Cookie, strings_toServerStringFunc
 
static Func< Cookie, Cookies_cloneFunc
 
static Func< Cookie, CookieVariants_getVariantFunc
 

Detailed Description

Definition at line 5 of file CookieExtensions.cs.


The documentation for this class was generated from the following file: