SocketException.h 479 B

12345678910111213141516171819202122232425262728293031
  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. namespace Sockets
  17. {
  18. class LIBIL2CPP_CODEGEN_API SocketException
  19. {
  20. public:
  21. static int32_t WSAGetLastError();
  22. };
  23. } /* namespace Sockets */
  24. } /* namespace Net */
  25. } /* namespace System */
  26. } /* namespace System */
  27. } /* namespace icalls */
  28. } /* namespace il2cpp */