10 public static class Dns
18 [
Obsolete(
"Use BeginGetHostEntry instead")]
24 [
Obsolete(
"Use BeginGetHostEntry instead")]
83 [
Obsolete(
"Use EndGetHostEntry instead")]
90 [
Obsolete(
"Use EndGetHostEntry instead")]
109 private static bool GetHostByName_icall(
string host, [Out]
string h_name, [Out]
string[] h_aliases, [Out]
string[] h_addr_list,
int hint)
111 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
117 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
123 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
176 [
Obsolete(
"Use GetHostEntry instead")]
184 [
Obsolete(
"Use GetHostEntry instead")]
194 int familyHint = global::System.Net.Sockets.Socket.FamilyHint;
202 bool flag =
"0.0.0.0" ==
"0.0.0.0";
217 bool flag =
"0.0.0.0" ==
"0.0.0.0";
223 [
Obsolete(
"Use GetHostEntry instead")]
226 int familyHint = global::System.Net.Sockets.Socket.FamilyHint;
241 [
Obsolete(
"Use GetHostEntry instead")]
318 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
324 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
369 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
375 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
420 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
426 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
471 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
477 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
522 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
528 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
class f__AnonymousType0<< Count > j__TPar
IPAddress[] EndInvoke(IAsyncResult result)
GetHostAddressesCallback(object @object, IntPtr method)
IAsyncResult BeginInvoke(string hostName, AsyncCallback callback, object @object)
IPAddress[] Invoke(string hostName)
IPHostEntry EndInvoke(IAsyncResult result)
IPHostEntry Invoke(string hostName)
IAsyncResult BeginInvoke(string hostName, AsyncCallback callback, object @object)
GetHostByNameCallback(object @object, IntPtr method)
IPHostEntry EndInvoke(IAsyncResult result)
IAsyncResult BeginInvoke(IPAddress hostAddress, AsyncCallback callback, object @object)
GetHostEntryIPCallback(object @object, IntPtr method)
IPHostEntry Invoke(IPAddress hostAddress)
IAsyncResult BeginInvoke(string hostName, AsyncCallback callback, object @object)
IPHostEntry EndInvoke(IAsyncResult result)
IPHostEntry Invoke(string hostName)
GetHostEntryNameCallback(object @object, IntPtr method)
ResolveCallback(object @object, IntPtr method)
IPHostEntry EndInvoke(IAsyncResult result)
IAsyncResult BeginInvoke(string hostName, AsyncCallback callback, object @object)
IPHostEntry Invoke(string hostName)
static Task< IPAddress[]> GetHostAddressesAsync(string hostNameOrAddress)
static Task< IPHostEntry > GetHostEntryAsync(string hostNameOrAddress)
static IAsyncResult BeginResolve(string hostName, AsyncCallback requestCallback, object stateObject)
static IPHostEntry GetHostByName(string hostName)
static IAsyncResult BeginGetHostAddresses(string hostNameOrAddress, AsyncCallback requestCallback, object state)
static IPHostEntry EndResolve(IAsyncResult asyncResult)
static IAsyncResult BeginGetHostEntry(IPAddress address, AsyncCallback requestCallback, object stateObject)
static IPHostEntry EndGetHostByName(IAsyncResult asyncResult)
static IPHostEntry GetHostEntry(string hostNameOrAddress)
static IPHostEntry EndGetHostEntry(IAsyncResult asyncResult)
static IPHostEntry hostent_to_IPHostEntry(string originalHostName, string h_name, string[] h_aliases, string[] h_addrlist)
static Task< IPHostEntry > GetHostEntryAsync(IPAddress address)
static bool GetHostByAddr_icall(string addr, [Out] string h_name, [Out] string[] h_aliases, [Out] string[] h_addr_list, int hint)
static string GetHostName()
static bool GetHostByName_icall(string host, [Out] string h_name, [Out] string[] h_aliases, [Out] string[] h_addr_list, int hint)
static void Error_11001(string hostName)
static IPHostEntry GetHostByAddress(IPAddress address)
static IPHostEntry GetHostByAddressFromString(string address, bool parse)
static IAsyncResult BeginGetHostByName(string hostName, AsyncCallback requestCallback, object stateObject)
static IPHostEntry GetHostByAddress(string address)
static IPHostEntry Resolve(string hostName)
static IPAddress[] EndGetHostAddresses(IAsyncResult asyncResult)
static IPHostEntry GetHostEntry(IPAddress address)
static bool GetHostName_icall([Out] string h_name)
static IPAddress[] GetHostAddresses(string hostNameOrAddress)
static IAsyncResult BeginGetHostEntry(string hostNameOrAddress, AsyncCallback requestCallback, object stateObject)