terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
WebProxyData | Build () |
Protected Member Functions | |
void | BuildInternal () |
void | SetProxyAndBypassList (string addressString, string bypassListString) |
void | SetAutoProxyUrl (string autoConfigUrl) |
void | SetAutoDetectSettings (bool value) |
WebProxyDataBuilder () | |
Static Private Member Functions | |
static Uri | ParseProxyUri (string proxyString) |
static Hashtable | ParseProtocolProxies (string proxyListString) |
static FormatException | CreateInvalidProxyStringException (string originalProxyString) |
static string | BypassStringEscape (string rawString) |
static string | ConvertRegexReservedChars (string rawString) |
static ArrayList | ParseBypassList (string bypassListString, out bool bypassOnLocal) |
Private Attributes | |
WebProxyData | m_Result |
Static Private Attributes | |
const char | addressListDelimiter = ';' |
const char | addressListSchemeValueDelimiter = '=' |
const char | bypassListDelimiter = ';' |
const string | regexReserved = "#$()+.?[\\^{|" |
Definition at line 11 of file WebProxyDataBuilder.cs.