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
Loading...
Searching...
No Matches
System.Net.Dns Class Reference
+ Collaboration diagram for System.Net.Dns:

Static Public Member Functions

static IAsyncResult BeginGetHostByName (string hostName, AsyncCallback requestCallback, object stateObject)
 
static IAsyncResult BeginResolve (string hostName, AsyncCallback requestCallback, object stateObject)
 
static IAsyncResult BeginGetHostAddresses (string hostNameOrAddress, AsyncCallback requestCallback, object state)
 
static IAsyncResult BeginGetHostEntry (string hostNameOrAddress, AsyncCallback requestCallback, object stateObject)
 
static IAsyncResult BeginGetHostEntry (IPAddress address, AsyncCallback requestCallback, object stateObject)
 
static IPHostEntry EndGetHostByName (IAsyncResult asyncResult)
 
static IPHostEntry EndResolve (IAsyncResult asyncResult)
 
static IPAddress[] EndGetHostAddresses (IAsyncResult asyncResult)
 
static IPHostEntry EndGetHostEntry (IAsyncResult asyncResult)
 
static IPHostEntry GetHostByAddress (IPAddress address)
 
static IPHostEntry GetHostByAddress (string address)
 
static IPHostEntry GetHostEntry (string hostNameOrAddress)
 
static IPHostEntry GetHostEntry (IPAddress address)
 
static IPAddress[] GetHostAddresses (string hostNameOrAddress)
 
static IPHostEntry GetHostByName (string hostName)
 
static string GetHostName ()
 
static IPHostEntry Resolve (string hostName)
 
static Task< IPAddress[]> GetHostAddressesAsync (string hostNameOrAddress)
 
static Task< IPHostEntryGetHostEntryAsync (IPAddress address)
 
static Task< IPHostEntryGetHostEntryAsync (string hostNameOrAddress)
 

Private Member Functions

static bool GetHostByName_icall (string host, out string h_name, out string[] h_aliases, out string[] h_addr_list, int hint)
 
static bool GetHostByAddr_icall (string addr, out string h_name, out string[] h_aliases, out string[] h_addr_list, int hint)
 
static bool GetHostName_icall (out string h_name)
 
delegate IPHostEntry GetHostByNameCallback (string hostName)
 
delegate IPHostEntry ResolveCallback (string hostName)
 
delegate IPHostEntry GetHostEntryNameCallback (string hostName)
 
delegate IPHostEntry GetHostEntryIPCallback (IPAddress hostAddress)
 
delegate IPAddress[] GetHostAddressesCallback (string hostName)
 

Static Private Member Functions

static Dns ()
 
static void Error_11001 (string hostName)
 
static IPHostEntry hostent_to_IPHostEntry (string originalHostName, string h_name, string[] h_aliases, string[] h_addrlist)
 
static IPHostEntry GetHostByAddressFromString (string address, bool parse)
 

Detailed Description

Definition at line 12 of file Dns.cs.


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