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
|
Static Package Functions | |
static bool | IsThreadPoolLow () |
static bool | IsCredentialFailure (SecurityStatus error) |
static bool | IsClientFault (SecurityStatus error) |
static bool | GuessWhetherHostIsLoopback (string host) |
static bool | IsFatal (Exception exception) |
static bool | IsAddressLocal (IPAddress ipAddress) |
Static Package Attributes | |
static string | _LocalDomainName |
Properties | |
static bool | HasShutdownStarted [get, set] |
static ContextCallback | ContextRelativeDemandCallback [get, set] |
static IPAddress[] | LocalAddresses [get, set] |
static object | LocalAddressesLock [get, set] |
Static Private Member Functions | |
static void | DemandCallback (object state) |
static IPHostEntry | GetLocalHost () |
Static Private Attributes | |
static ContextCallback | s_ContextRelativeDemandCallback |
static IPAddress[] | _LocalAddresses |
static object | _LocalAddressesLock |
const int | HostNameBufferLength = 256 |
Definition at line 10 of file NclUtilities.cs.