Dns.h 863 B

12345678910111213141516171819202122232425262728293031323334
  1. #pragma once
  2. #include <stdint.h>
  3. #include "il2cpp-config.h"
  4. struct Il2CppArray;
  5. struct Il2CppString;
  6. namespace il2cpp
  7. {
  8. namespace icalls
  9. {
  10. namespace System
  11. {
  12. namespace System
  13. {
  14. namespace Net
  15. {
  16. class LIBIL2CPP_CODEGEN_API Dns
  17. {
  18. public:
  19. static bool GetHostByAddr(Il2CppString*, Il2CppString**, Il2CppArray**, Il2CppArray**);
  20. static bool GetHostByName(Il2CppString*, Il2CppString**, Il2CppArray**, Il2CppArray**);
  21. #if NET_4_0
  22. static bool GetHostByAddr40(Il2CppString*, Il2CppString**, Il2CppArray**, Il2CppArray**, int32_t hint);
  23. static bool GetHostByName40(Il2CppString*, Il2CppString**, Il2CppArray**, Il2CppArray**, int32_t hint);
  24. #endif
  25. static bool GetHostName(Il2CppString**);
  26. };
  27. } /* namespace Net */
  28. } /* namespace System */
  29. } /* namespace System */
  30. } /* namespace icalls */
  31. } /* namespace il2cpp */