Dns.h 741 B

123456789101112131415161718192021222324252627282930
  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_icall(Il2CppString* addr, Il2CppString** h_name, Il2CppArray** h_aliases, Il2CppArray** h_addr_list, int32_t hint);
  20. static bool GetHostByName_icall(Il2CppString* host, Il2CppString** h_name, Il2CppArray** h_aliases, Il2CppArray** h_addr_list, int32_t hint);
  21. static bool GetHostName_icall(Il2CppString** h_name);
  22. };
  23. } /* namespace Net */
  24. } /* namespace System */
  25. } /* namespace System */
  26. } /* namespace icalls */
  27. } /* namespace il2cpp */