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

Static Package Functions

static bool SkipCFWS (string data, ref int offset)
 
static void ValidateHeaderName (string data)
 
static string ReadQuotedString (string data, ref int offset, StringBuilder builder)
 
static string ReadQuotedString (string data, ref int offset, StringBuilder builder, bool doesntRequireQuotes, bool permitUnicodeInDisplayName)
 
static string ReadParameterAttribute (string data, ref int offset, StringBuilder builder)
 
static string ReadToken (string data, ref int offset, StringBuilder builder)
 
static string GetDateTimeString (DateTime value, StringBuilder builder)
 
static void GetTokenOrQuotedString (string data, StringBuilder builder, bool allowUnicode)
 
static bool IsAllowedWhiteSpace (char c)
 
static bool HasCROrLF (string data)
 
static bool IsFWSAt (string data, int index)
 

Static Package Attributes

static readonly bool[] Atext = CreateCharactersAllowedInAtoms()
 
static readonly bool[] Qtext = CreateCharactersAllowedInQuotedStrings()
 
static readonly bool[] Dtext = CreateCharactersAllowedInDomainLiterals()
 
static readonly bool[] Ftext = CreateCharactersAllowedInHeaderNames()
 
static readonly bool[] Ttext = CreateCharactersAllowedInTokens()
 
static readonly bool[] Ctext = CreateCharactersAllowedInComments()
 

Static Private Member Functions

static bool[] CreateCharactersAllowedInAtoms ()
 
static bool[] CreateCharactersAllowedInQuotedStrings ()
 
static bool[] CreateCharactersAllowedInDomainLiterals ()
 
static bool[] CreateCharactersAllowedInHeaderNames ()
 
static bool[] CreateCharactersAllowedInTokens ()
 
static bool[] CreateCharactersAllowedInComments ()
 
static bool CheckForUnicode (char ch, bool allowUnicode)
 

Static Private Attributes

static readonly string[] s_months
 

Detailed Description

Definition at line 5 of file MailBnfHelper.cs.


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