UnityEngine.UnityWebRequestModule_CodeGen.c 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. #include "pch-c.h"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include "codegen/il2cpp-codegen-metadata.h"
  8. // 0x00000001 System.String UnityEngineInternal.WebRequestUtils::RedirectTo(System.String,System.String)
  9. extern void WebRequestUtils_RedirectTo_m0E8715D4658E15C9775C6D06E1891267CB3C852F (void);
  10. // 0x00000002 System.Void UnityEngineInternal.WebRequestUtils::.cctor()
  11. extern void WebRequestUtils__cctor_mD79D1BBF154F1968AB3E32B710D8CE7583105600 (void);
  12. // 0x00000003 System.Boolean UnityEngine.Networking.CertificateHandler::ValidateCertificate(System.Byte[])
  13. extern void CertificateHandler_ValidateCertificate_mE76D686A7A10A86799FBF1F107EF3544D4A9D815 (void);
  14. // 0x00000004 System.Boolean UnityEngine.Networking.CertificateHandler::ValidateCertificateNative(System.Byte[])
  15. extern void CertificateHandler_ValidateCertificateNative_m7AA7136975CEB1635B201B08BB9B04059E7D0D16 (void);
  16. // 0x00000005 System.Void UnityEngine.Networking.DownloadHandler::ReceiveContentLengthHeader(System.UInt64)
  17. extern void DownloadHandler_ReceiveContentLengthHeader_mD3B607EDDF946896B9877C91DE1EDD6C39B16CF3 (void);
  18. // 0x00000006 System.Void UnityEngine.Networking.DownloadHandler::ReceiveContentLength(System.Int32)
  19. extern void DownloadHandler_ReceiveContentLength_m7788739919D3BB09DBF3EEE1AE211C2701672316 (void);
  20. static Il2CppMethodPointer s_methodPointers[6] =
  21. {
  22. WebRequestUtils_RedirectTo_m0E8715D4658E15C9775C6D06E1891267CB3C852F,
  23. WebRequestUtils__cctor_mD79D1BBF154F1968AB3E32B710D8CE7583105600,
  24. CertificateHandler_ValidateCertificate_mE76D686A7A10A86799FBF1F107EF3544D4A9D815,
  25. CertificateHandler_ValidateCertificateNative_m7AA7136975CEB1635B201B08BB9B04059E7D0D16,
  26. DownloadHandler_ReceiveContentLengthHeader_mD3B607EDDF946896B9877C91DE1EDD6C39B16CF3,
  27. DownloadHandler_ReceiveContentLength_m7788739919D3BB09DBF3EEE1AE211C2701672316,
  28. };
  29. static const int32_t s_InvokerIndices[6] =
  30. {
  31. 1681,
  32. 1972,
  33. 874,
  34. 874,
  35. 980,
  36. 979,
  37. };
  38. extern const CustomAttributesCacheGenerator g_UnityEngine_UnityWebRequestModule_AttributeGenerators[];
  39. IL2CPP_EXTERN_C const Il2CppCodeGenModule g_UnityEngine_UnityWebRequestModule_CodeGenModule;
  40. const Il2CppCodeGenModule g_UnityEngine_UnityWebRequestModule_CodeGenModule =
  41. {
  42. "UnityEngine.UnityWebRequestModule.dll",
  43. 6,
  44. s_methodPointers,
  45. 0,
  46. NULL,
  47. s_InvokerIndices,
  48. 0,
  49. NULL,
  50. 0,
  51. NULL,
  52. 0,
  53. NULL,
  54. NULL,
  55. g_UnityEngine_UnityWebRequestModule_AttributeGenerators,
  56. NULL, // module initializer,
  57. NULL,
  58. NULL,
  59. NULL,
  60. };