2025-06-20 11:52:54 +08:00
# include " il2cpp-config.h "
# ifndef _MSC_VER
# include <alloca.h>
# else
# include <malloc.h>
# endif
# include <cstring>
# include <string.h>
# include <stdio.h>
# include <cmath>
# include <limits>
# include <assert.h>
# include <stdint.h>
# include "codegen/il2cpp-codegen.h"
# include "il2cpp-object-internals.h"
template < typename R , typename T1 >
struct VirtFuncInvoker1
{
typedef R ( * Func ) ( void * , T1 , const RuntimeMethod * ) ;
static inline R Invoke ( Il2CppMethodSlot slot , RuntimeObject * obj , T1 p1 )
{
const VirtualInvokeData & invokeData = il2cpp_codegen_get_virtual_invoke_data ( slot , obj ) ;
return ( ( Func ) invokeData . methodPtr ) ( obj , p1 , invokeData . method ) ;
}
} ;
template < typename R >
struct VirtFuncInvoker0
{
typedef R ( * Func ) ( void * , const RuntimeMethod * ) ;
static inline R Invoke ( Il2CppMethodSlot slot , RuntimeObject * obj )
{
const VirtualInvokeData & invokeData = il2cpp_codegen_get_virtual_invoke_data ( slot , obj ) ;
return ( ( Func ) invokeData . methodPtr ) ( obj , invokeData . method ) ;
}
} ;
template < typename R , typename T1 , typename T2 , typename T3 >
struct VirtFuncInvoker3
{
typedef R ( * Func ) ( void * , T1 , T2 , T3 , const RuntimeMethod * ) ;
static inline R Invoke ( Il2CppMethodSlot slot , RuntimeObject * obj , T1 p1 , T2 p2 , T3 p3 )
{
const VirtualInvokeData & invokeData = il2cpp_codegen_get_virtual_invoke_data ( slot , obj ) ;
return ( ( Func ) invokeData . methodPtr ) ( obj , p1 , p2 , p3 , invokeData . method ) ;
}
} ;
template < typename T1 >
struct VirtActionInvoker1
{
typedef void ( * Action ) ( void * , T1 , const RuntimeMethod * ) ;
static inline void Invoke ( Il2CppMethodSlot slot , RuntimeObject * obj , T1 p1 )
{
const VirtualInvokeData & invokeData = il2cpp_codegen_get_virtual_invoke_data ( slot , obj ) ;
( ( Action ) invokeData . methodPtr ) ( obj , p1 , invokeData . method ) ;
}
} ;
template < typename T1 , typename T2 , typename T3 >
struct VirtActionInvoker3
{
typedef void ( * Action ) ( void * , T1 , T2 , T3 , const RuntimeMethod * ) ;
static inline void Invoke ( Il2CppMethodSlot slot , RuntimeObject * obj , T1 p1 , T2 p2 , T3 p3 )
{
const VirtualInvokeData & invokeData = il2cpp_codegen_get_virtual_invoke_data ( slot , obj ) ;
( ( Action ) invokeData . methodPtr ) ( obj , p1 , p2 , p3 , invokeData . method ) ;
}
} ;
struct InterfaceActionInvoker0
{
typedef void ( * Action ) ( void * , const RuntimeMethod * ) ;
static inline void Invoke ( Il2CppMethodSlot slot , RuntimeClass * declaringInterface , RuntimeObject * obj )
{
const VirtualInvokeData & invokeData = il2cpp_codegen_get_interface_invoke_data ( slot , obj , declaringInterface ) ;
( ( Action ) invokeData . methodPtr ) ( obj , invokeData . method ) ;
}
} ;
// System.Action`1<UnityEngine.AsyncOperation>
struct Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 ;
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 ;
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 ;
// System.Byte[][]
struct ByteU5BU5DU5BU5D_t1DE3927D87FD236507BFE9CA7E3EEA348C53E0E1 ;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 ;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.String>[]
struct EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C ;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>
struct KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 ;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.String>
struct ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 ;
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA ;
// System.Collections.Generic.Dictionary`2<System.String,System.String>
struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ;
// System.Collections.Generic.IEqualityComparer`1<System.Object>
struct IEqualityComparer_1_tAE7A8756D8CF0882DD348DC328FB36FEE0FB7DD0 ;
// System.Collections.Generic.IEqualityComparer`1<System.String>
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9 ;
// System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>
struct LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 ;
// System.Collections.Generic.List`1<System.Byte[]>
struct List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 ;
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ;
// System.Collections.Generic.List`1<System.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ;
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7 ;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 ;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196 ;
// System.Globalization.CodePageDataItem
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598 ;
// System.IO.MemoryStream
struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C ;
// System.IO.Stream/ReadWriteTask
struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 ;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD ;
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 ;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A ;
// System.Reflection.MethodInfo
struct MethodInfo_t ;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ;
// System.String
struct String_t ;
// System.StringComparer
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E ;
// System.Text.DecoderFallback
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ;
// System.Text.EncoderFallback
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ;
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ;
// System.Text.RegularExpressions.ExclusiveReference
struct ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB ;
// System.Text.RegularExpressions.Regex
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF ;
// System.Text.RegularExpressions.RegexCode
struct RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA ;
// System.Text.RegularExpressions.RegexRunnerFactory
struct RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B ;
// System.Text.RegularExpressions.SharedReference
struct SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 ;
// System.Text.StringBuilder
struct StringBuilder_t ;
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ;
// System.Threading.Tasks.Task`1<System.Int32>
struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ;
// System.Uri
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ;
// System.Uri/UriInfo
struct UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E ;
// System.UriParser
struct UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017 ;
// UnityEngine.AsyncOperation
struct AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D ;
// UnityEngine.Networking.CertificateHandler
struct CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 ;
// UnityEngine.Networking.DownloadHandler
struct DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 ;
// UnityEngine.Networking.DownloadHandlerBuffer
struct DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255 ;
// UnityEngine.Networking.UnityWebRequest
struct UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 ;
// UnityEngine.Networking.UnityWebRequestAsyncOperation
struct UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 ;
// UnityEngine.Networking.UploadHandler
struct UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 ;
// UnityEngine.Networking.UploadHandlerRaw
struct UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27 ;
// UnityEngine.WWWForm
struct WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 ;
IL2CPP_EXTERN_C RuntimeClass * ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * IntPtr_t_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * StringBuilder_t_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C RuntimeClass * WebRequestUtils_tBE8F8607E3A9633419968F6AF2F706A029AE1296_il2cpp_TypeInfo_var ;
IL2CPP_EXTERN_C String_t * _stringLiteral091B0CE42EB0BD96169EA00B16DD938F6D63AC95 ;
IL2CPP_EXTERN_C String_t * _stringLiteral10B12D00A7D3C421266B22114A2233F8F8621481 ;
IL2CPP_EXTERN_C String_t * _stringLiteral12FF01C982EBD84225A433218F3E5B57AE810B5D ;
IL2CPP_EXTERN_C String_t * _stringLiteral13A4D5190AC8DA3D8F73CD82E9291E36C394015F ;
IL2CPP_EXTERN_C String_t * _stringLiteral178DA31EFB7AC9D3B6EC10D75BB88993C89D22ED ;
IL2CPP_EXTERN_C String_t * _stringLiteral1C5E5F29CEB079B561835055FFA20C2E0B53F397 ;
IL2CPP_EXTERN_C String_t * _stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76 ;
IL2CPP_EXTERN_C String_t * _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6 ;
IL2CPP_EXTERN_C String_t * _stringLiteral2C369AE8D884989C5D09309DAEBE9014DA1B29D7 ;
IL2CPP_EXTERN_C String_t * _stringLiteral2E202793DA456513F1E823D3CE20D84EF57C1E73 ;
IL2CPP_EXTERN_C String_t * _stringLiteral31B5C4DB6D1904156356E63972C52395A9F0A008 ;
IL2CPP_EXTERN_C String_t * _stringLiteral339F5868588CFC8FDA4A1EC94EAD8F737C5FCFC0 ;
IL2CPP_EXTERN_C String_t * _stringLiteral34D71611DCE9C30419B3C3EA42DC9426E931CDDE ;
IL2CPP_EXTERN_C String_t * _stringLiteral38263C0B87E5FC0881F12EF855C8F694115D8213 ;
IL2CPP_EXTERN_C String_t * _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8 ;
IL2CPP_EXTERN_C String_t * _stringLiteral4345CB1FA27885A8FBFE7C0C830A592CC76A552B ;
IL2CPP_EXTERN_C String_t * _stringLiteral4DD76F7BD318A8B909BC0FF86CA3BE3625DA0374 ;
IL2CPP_EXTERN_C String_t * _stringLiteral4E5057793E1875AA08F21BE7F738453AD461E5F0 ;
IL2CPP_EXTERN_C String_t * _stringLiteral56F03F5F25FB2048BF4AB5FBBF7B5E3D39A3ECEB ;
IL2CPP_EXTERN_C String_t * _stringLiteral61FF81C30AA3C76E78AFEA62B2E3BD1DFA49E854 ;
IL2CPP_EXTERN_C String_t * _stringLiteral70EE7E18113E0328AAE2B1D5D212C2735F1C00F8 ;
IL2CPP_EXTERN_C String_t * _stringLiteral7138A51661947B19B5088DA5A2BFEDE2876F49B9 ;
IL2CPP_EXTERN_C String_t * _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255 ;
IL2CPP_EXTERN_C String_t * _stringLiteral7C4D33785DAA5C2370201FFA236B427AA37C9996 ;
IL2CPP_EXTERN_C String_t * _stringLiteral81D42CE01525C0213D5284260BDB58819D046FB9 ;
IL2CPP_EXTERN_C String_t * _stringLiteral83194C1BD83D4901B58754955875591793EB2C65 ;
IL2CPP_EXTERN_C String_t * _stringLiteral88DADF72F0A8F76B45A836CE12A3DC82857776DB ;
IL2CPP_EXTERN_C String_t * _stringLiteral8D18625F5AE9389EC29A55BDC45AB0F67A53CA98 ;
IL2CPP_EXTERN_C String_t * _stringLiteral947518D877FB275850A375D795BE6A44C27AB526 ;
IL2CPP_EXTERN_C String_t * _stringLiteral986F2ED15C79ED805000ECCD85519810B2DB2A93 ;
IL2CPP_EXTERN_C String_t * _stringLiteral9F64D1D497EFAA2D4DE4945729BE32D97B43EF0D ;
IL2CPP_EXTERN_C String_t * _stringLiteralA288E90C6C4E12B4E76A10851EF1ABD903F1EAE7 ;
IL2CPP_EXTERN_C String_t * _stringLiteralA58AA001D4152D20F7F8E0809B9CD782BE38A82C ;
IL2CPP_EXTERN_C String_t * _stringLiteralA91E4897CA9F429677AFC57ED00D90DE8D3C7001 ;
IL2CPP_EXTERN_C String_t * _stringLiteralAEA05C1AAB9D42F987C023592D1AF2F1D8403D2F ;
IL2CPP_EXTERN_C String_t * _stringLiteralBA8AB5A0280B953AA97435FF8946CBCBB2755A27 ;
IL2CPP_EXTERN_C String_t * _stringLiteralBEDBFCA635D617975AC8C4A6D1FBC9714BC86399 ;
IL2CPP_EXTERN_C String_t * _stringLiteralCE27CB141098FEB00714E758646BE3E99C185B71 ;
IL2CPP_EXTERN_C String_t * _stringLiteralCE360B669ED98E0FED3BB953C566D77F1AC2EEC6 ;
IL2CPP_EXTERN_C String_t * _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709 ;
IL2CPP_EXTERN_C String_t * _stringLiteralDCB16D9AACB079FE42FBDE349C3319DE8033DDD1 ;
IL2CPP_EXTERN_C String_t * _stringLiteralE3D6849AF2EC582D2E5BA2EE543CA6818D1B03AC ;
IL2CPP_EXTERN_C String_t * _stringLiteralE6A9FC04320A924F46C7C737432BB0389D9DD095 ;
IL2CPP_EXTERN_C String_t * _stringLiteralEF81042E1E86ACB765718EA37393A1292452BBCC ;
IL2CPP_EXTERN_C String_t * _stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1 ;
IL2CPP_EXTERN_C String_t * _stringLiteralF37BF1E2A7C84A010A6E65E2E41A03F1C044F04B ;
IL2CPP_EXTERN_C String_t * _stringLiteralF6C97A7F64063CFEE7C2DC2157847204D4DBF093 ;
IL2CPP_EXTERN_C String_t * _stringLiteralF80B07414273FEB6D1B5EAB1E91186C7CE65DE24 ;
IL2CPP_EXTERN_C String_t * _stringLiteralF92E777F4341930BAD9B2422283C4680D00DBC06 ;
IL2CPP_EXTERN_C String_t * _stringLiteralFE5567E8D769550852182CDF69D74BB16DFF8E29 ;
IL2CPP_EXTERN_C const RuntimeMethod * Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * Dictionary_2_GetEnumerator_m3378B4792B81EF81397CB9D9A761BD7149BD27F5_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * Dictionary_2__ctor_m1DDEF700172660887162F8B6AA94679C3113AB9F_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * Enumerator_Dispose_m16C0E963A012498CD27422B463DB327BA4C7A321_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * Enumerator_MoveNext_m6E6A22A8620F5A5582BB67E367BE5086D7D895A6_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * Enumerator_get_Current_mBEC9B470213860581893E0F197CAAE657B8B6C69_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * KeyValuePair_2_get_Key_m434E29A1251E81B5A2124466105823011C462BF2_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * KeyValuePair_2_get_Value_mEAF4B15DEEAC6EB29683A5C6569F0F50B4DEBDA2_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * List_1_Add_mCC9D38BB3CBE3F2E67EDF3390D36ABFAD293468E_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * List_1__ctor_m52FC81AB50BD21B6BFA16546E3AF9C94611D9811_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * List_1_get_Count_m60AE24FF9D8000083F8EE65662CAA6EE46ADA29A_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * List_1_get_Item_m2BE218005C01E5A3FE3CD353F077053DD13B0476_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * UnityWebRequest_InternalSetCustomMethod_mE9F0C84C6DCD5412AEDD76280EEC4FB82516EF16_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * UnityWebRequest_InternalSetMethod_m636508AA8E6EF12B3255D8ED108BFF7EB1AB68C9_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * UnityWebRequest_InternalSetUrl_m2E2C837A6F32065CAAAF6EFA7D0237C9E206689A_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * UnityWebRequest_SetRequestHeader_m1B54D38BDACC2789FC8EE889EA72EDD7844D2309_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * UnityWebRequest_set_chunkedTransfer_mA453AD2975C8B488B9A84C8FD3205AC20DA96430_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * UnityWebRequest_set_downloadHandler_mB481C2EE30F84B62396C1A837F46046F12B8FA7E_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * UnityWebRequest_set_method_mF2DAC86EB05D65B9BCB52056B7CBB2C1AD87EEC6_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * UnityWebRequest_set_uploadHandler_m7B33656584914FB3F6FB0FF73C08F671262724A1_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * UploadHandlerRaw__ctor_m9F7643CA3314C8CE46DD41FBF584C268E2546935_RuntimeMethod_var ;
IL2CPP_EXTERN_C const RuntimeMethod * WebRequestUtils_MakeInitialUrl_m446CCE4EFB276BE27A9380D55B9E704D01107B83_RuntimeMethod_var ;
IL2CPP_EXTERN_C const uint32_t CertificateHandler_Dispose_m9C71BAA51760FDF05AB999B6AB6E6BC71BCB8CA0_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t DownloadHandler_Dispose_m7478E72B2DBA4B55FAA25F7A1975A13BA5891D4B_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t DownloadHandler_GetTextEncoder_m601540FD9D16122709582833632A9DEEDBF07E64_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t DownloadHandler_GetText_mA51553E65D6A397E07AAAC21214C817AD72550FD_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9UnityEngine_UnityWebRequestModule_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityWebRequest_Dispose_m6AFA87DA329282058723E5ACE016B0B08CFE806D_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityWebRequest_EscapeURL_m024D2743C55CB2E079B382ECFCAF23505B13A8E3_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityWebRequest_GetResponseHeaders_mFA5C7C10F2BA83F21826611AF204BC56E881A863_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityWebRequest_Get_mF4E12AA47AAF25221AD738B434B0EA8D40659B18_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityWebRequest_InternalDestroy_mF5D7484808AEAE24A43B678614D257FBF885026B_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityWebRequest_InternalSetCustomMethod_mE9F0C84C6DCD5412AEDD76280EEC4FB82516EF16_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityWebRequest_InternalSetMethod_m636508AA8E6EF12B3255D8ED108BFF7EB1AB68C9_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityWebRequest_InternalSetUrl_m2E2C837A6F32065CAAAF6EFA7D0237C9E206689A_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityWebRequest_Post_mEC355EABB9732DF41AD216DB863EEB2A06AC4C87_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityWebRequest_SetRequestHeader_m1B54D38BDACC2789FC8EE889EA72EDD7844D2309_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityWebRequest_SetupPost_m31EFAEB2EC83463CD04E93B292A32DF3027FF82C_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityWebRequest_UnEscapeURL_mCCE5F4612EF141D1F1E1257A3D338B1822E06456_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityWebRequest_get_error_mC79FE2460B3F30B8F9E5385BD7D2B4C5B295D7CC_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityWebRequest_set_chunkedTransfer_mA453AD2975C8B488B9A84C8FD3205AC20DA96430_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityWebRequest_set_downloadHandler_mB481C2EE30F84B62396C1A837F46046F12B8FA7E_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityWebRequest_set_method_mF2DAC86EB05D65B9BCB52056B7CBB2C1AD87EEC6_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityWebRequest_set_uploadHandler_m7B33656584914FB3F6FB0FF73C08F671262724A1_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UnityWebRequest_set_url_mA698FD94C447FF7C1C429D50C2EBAEEDD473007D_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UploadHandlerRaw__ctor_m9F7643CA3314C8CE46DD41FBF584C268E2546935_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t UploadHandler_Dispose_m9BBE8D7D2BBAAC2DE84B52BADA0B79CEA6F2DAB2_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t WWWForm_AddBinaryData_m6D70BA4B0246D26B365138CBFF9EF4780A579782_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t WWWForm_AddField_m53AAD982E072132AA4D35C48A2FD96EA43EB0F7F_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t WWWForm__ctor_m51016B707A3BDC515538D44EB08D54402CF6F695_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t WWWForm_get_data_m5ED2243249BE32F26F3020BB39BBEF834BE56303_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t WWWForm_get_headers_mE1BA0494A43C8EF12C0217297411EFD6B4EC601A_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t WWWTranscoder_Byte2Hex_mA129675BFEDFED879713DAB1592772BC52FA04FB_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t WWWTranscoder_DataEncode_mAD3C2EBF2E04CAEBDFB8873DC7987378C88A67F4_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t WWWTranscoder_Decode_m2533830DAAAE6F33AA6EE85A5BF63C96F5D631D4_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t WWWTranscoder_Encode_m2D65124BA0FF6E92A66B5804596B75898068CF84_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t WWWTranscoder_QPEncode_m8D6CDDD2224B115D869C330D10270027C48446E7_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t WWWTranscoder_SevenBitClean_m6805326B108F514EF531375332C90963B9A99EA6_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t WWWTranscoder_URLDecode_m591A567154B1B8737ECBFE065AF4FCA59217F5D8_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t WWWTranscoder_URLEncode_mD0BEAAE6DBA432657E18FA17F3BCC87A34C0973B_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t WWWTranscoder__cctor_m3436CCA2D8667A6BCF6981B6573EF048BDA49F51_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t WebRequestUtils_MakeInitialUrl_m446CCE4EFB276BE27A9380D55B9E704D01107B83_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t WebRequestUtils_MakeUriString_m5693EA04230335B9611278EFC189BD58339D01E4_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t WebRequestUtils_RedirectTo_m8AC7C0BFC562550118F6FF4AE218898717E922C1_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t WebRequestUtils_URLDecode_m3F75FA29F50FB340B93815988517E9208C52EE62_MetadataUsageId ;
IL2CPP_EXTERN_C const uint32_t WebRequestUtils__cctor_m31EB3E45EC49AB6B33C7A10F79F1CD4FF2BE715A_MetadataUsageId ;
struct CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 ; ;
struct CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_com ;
struct CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_com ; ;
struct CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_pinvoke ;
struct CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_pinvoke ; ;
struct Delegate_t_marshaled_com ;
struct Delegate_t_marshaled_pinvoke ;
struct DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 ; ;
struct DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_com ;
struct DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_com ; ;
struct DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_pinvoke ;
struct DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_pinvoke ; ;
struct Exception_t_marshaled_com ;
struct Exception_t_marshaled_pinvoke ;
struct UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 ; ;
struct UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshaled_com ;
struct UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshaled_com ; ;
struct UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshaled_pinvoke ;
struct UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshaled_pinvoke ; ;
struct UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 ; ;
struct UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_com ;
struct UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_com ; ;
struct UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_pinvoke ;
struct UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_pinvoke ; ;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 ;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 ;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A ;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E ;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
# ifdef __clang__
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Winvalid-offsetof"
# pragma clang diagnostic ignored "-Wunused-variable"
# endif
// <Module>
struct U3CModuleU3E_t2FBFFC67F8D6B1FA13284515F9BBD8C9333B5C86
{
public :
public :
} ;
// System.Object
struct Il2CppArrayBounds ;
// System.Array
// System.Collections.Generic.Dictionary`2<System.String,System.String>
struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC : public RuntimeObject
{
public :
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 * ___buckets_0 ;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C * ___entries_1 ;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2 ;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3 ;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4 ;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5 ;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject * ___comparer_6 ;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * ___keys_7 ;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * ___values_8 ;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9 ;
public :
inline static int32_t get_offset_of_buckets_0 ( ) { return static_cast < int32_t > ( offsetof ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC , ___buckets_0 ) ) ; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 * get_buckets_0 ( ) const { return ___buckets_0 ; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 * * get_address_of_buckets_0 ( ) { return & ___buckets_0 ; }
inline void set_buckets_0 ( Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 * value )
{
___buckets_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___buckets_0 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_entries_1 ( ) { return static_cast < int32_t > ( offsetof ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC , ___entries_1 ) ) ; }
inline EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C * get_entries_1 ( ) const { return ___entries_1 ; }
inline EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C * * get_address_of_entries_1 ( ) { return & ___entries_1 ; }
inline void set_entries_1 ( EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C * value )
{
___entries_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___entries_1 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_count_2 ( ) { return static_cast < int32_t > ( offsetof ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC , ___count_2 ) ) ; }
inline int32_t get_count_2 ( ) const { return ___count_2 ; }
inline int32_t * get_address_of_count_2 ( ) { return & ___count_2 ; }
inline void set_count_2 ( int32_t value )
{
___count_2 = value ;
}
inline static int32_t get_offset_of_version_3 ( ) { return static_cast < int32_t > ( offsetof ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC , ___version_3 ) ) ; }
inline int32_t get_version_3 ( ) const { return ___version_3 ; }
inline int32_t * get_address_of_version_3 ( ) { return & ___version_3 ; }
inline void set_version_3 ( int32_t value )
{
___version_3 = value ;
}
inline static int32_t get_offset_of_freeList_4 ( ) { return static_cast < int32_t > ( offsetof ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC , ___freeList_4 ) ) ; }
inline int32_t get_freeList_4 ( ) const { return ___freeList_4 ; }
inline int32_t * get_address_of_freeList_4 ( ) { return & ___freeList_4 ; }
inline void set_freeList_4 ( int32_t value )
{
___freeList_4 = value ;
}
inline static int32_t get_offset_of_freeCount_5 ( ) { return static_cast < int32_t > ( offsetof ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC , ___freeCount_5 ) ) ; }
inline int32_t get_freeCount_5 ( ) const { return ___freeCount_5 ; }
inline int32_t * get_address_of_freeCount_5 ( ) { return & ___freeCount_5 ; }
inline void set_freeCount_5 ( int32_t value )
{
___freeCount_5 = value ;
}
inline static int32_t get_offset_of_comparer_6 ( ) { return static_cast < int32_t > ( offsetof ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC , ___comparer_6 ) ) ; }
inline RuntimeObject * get_comparer_6 ( ) const { return ___comparer_6 ; }
inline RuntimeObject * * get_address_of_comparer_6 ( ) { return & ___comparer_6 ; }
inline void set_comparer_6 ( RuntimeObject * value )
{
___comparer_6 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___comparer_6 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_keys_7 ( ) { return static_cast < int32_t > ( offsetof ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC , ___keys_7 ) ) ; }
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * get_keys_7 ( ) const { return ___keys_7 ; }
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * * get_address_of_keys_7 ( ) { return & ___keys_7 ; }
inline void set_keys_7 ( KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * value )
{
___keys_7 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___keys_7 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_values_8 ( ) { return static_cast < int32_t > ( offsetof ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC , ___values_8 ) ) ; }
inline ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * get_values_8 ( ) const { return ___values_8 ; }
inline ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * * get_address_of_values_8 ( ) { return & ___values_8 ; }
inline void set_values_8 ( ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * value )
{
___values_8 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___values_8 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__syncRoot_9 ( ) { return static_cast < int32_t > ( offsetof ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC , ____syncRoot_9 ) ) ; }
inline RuntimeObject * get__syncRoot_9 ( ) const { return ____syncRoot_9 ; }
inline RuntimeObject * * get_address_of__syncRoot_9 ( ) { return & ____syncRoot_9 ; }
inline void set__syncRoot_9 ( RuntimeObject * value )
{
____syncRoot_9 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____syncRoot_9 ) , ( void * ) value ) ;
}
} ;
// System.Collections.Generic.List`1<System.Byte[]>
struct List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 : public RuntimeObject
{
public :
// T[] System.Collections.Generic.List`1::_items
ByteU5BU5DU5BU5D_t1DE3927D87FD236507BFE9CA7E3EEA348C53E0E1 * ____items_1 ;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2 ;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3 ;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4 ;
public :
inline static int32_t get_offset_of__items_1 ( ) { return static_cast < int32_t > ( offsetof ( List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 , ____items_1 ) ) ; }
inline ByteU5BU5DU5BU5D_t1DE3927D87FD236507BFE9CA7E3EEA348C53E0E1 * get__items_1 ( ) const { return ____items_1 ; }
inline ByteU5BU5DU5BU5D_t1DE3927D87FD236507BFE9CA7E3EEA348C53E0E1 * * get_address_of__items_1 ( ) { return & ____items_1 ; }
inline void set__items_1 ( ByteU5BU5DU5BU5D_t1DE3927D87FD236507BFE9CA7E3EEA348C53E0E1 * value )
{
____items_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____items_1 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__size_2 ( ) { return static_cast < int32_t > ( offsetof ( List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 , ____size_2 ) ) ; }
inline int32_t get__size_2 ( ) const { return ____size_2 ; }
inline int32_t * get_address_of__size_2 ( ) { return & ____size_2 ; }
inline void set__size_2 ( int32_t value )
{
____size_2 = value ;
}
inline static int32_t get_offset_of__version_3 ( ) { return static_cast < int32_t > ( offsetof ( List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 , ____version_3 ) ) ; }
inline int32_t get__version_3 ( ) const { return ____version_3 ; }
inline int32_t * get_address_of__version_3 ( ) { return & ____version_3 ; }
inline void set__version_3 ( int32_t value )
{
____version_3 = value ;
}
inline static int32_t get_offset_of__syncRoot_4 ( ) { return static_cast < int32_t > ( offsetof ( List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 , ____syncRoot_4 ) ) ; }
inline RuntimeObject * get__syncRoot_4 ( ) const { return ____syncRoot_4 ; }
inline RuntimeObject * * get_address_of__syncRoot_4 ( ) { return & ____syncRoot_4 ; }
inline void set__syncRoot_4 ( RuntimeObject * value )
{
____syncRoot_4 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____syncRoot_4 ) , ( void * ) value ) ;
}
} ;
struct List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531_StaticFields
{
public :
// T[] System.Collections.Generic.List`1::_emptyArray
ByteU5BU5DU5BU5D_t1DE3927D87FD236507BFE9CA7E3EEA348C53E0E1 * ____emptyArray_5 ;
public :
inline static int32_t get_offset_of__emptyArray_5 ( ) { return static_cast < int32_t > ( offsetof ( List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531_StaticFields , ____emptyArray_5 ) ) ; }
inline ByteU5BU5DU5BU5D_t1DE3927D87FD236507BFE9CA7E3EEA348C53E0E1 * get__emptyArray_5 ( ) const { return ____emptyArray_5 ; }
inline ByteU5BU5DU5BU5D_t1DE3927D87FD236507BFE9CA7E3EEA348C53E0E1 * * get_address_of__emptyArray_5 ( ) { return & ____emptyArray_5 ; }
inline void set__emptyArray_5 ( ByteU5BU5DU5BU5D_t1DE3927D87FD236507BFE9CA7E3EEA348C53E0E1 * value )
{
____emptyArray_5 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____emptyArray_5 ) , ( void * ) value ) ;
}
} ;
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject
{
public :
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * ____items_1 ;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2 ;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3 ;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4 ;
public :
inline static int32_t get_offset_of__items_1 ( ) { return static_cast < int32_t > ( offsetof ( List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D , ____items_1 ) ) ; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * get__items_1 ( ) const { return ____items_1 ; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * * get_address_of__items_1 ( ) { return & ____items_1 ; }
inline void set__items_1 ( ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * value )
{
____items_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____items_1 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__size_2 ( ) { return static_cast < int32_t > ( offsetof ( List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D , ____size_2 ) ) ; }
inline int32_t get__size_2 ( ) const { return ____size_2 ; }
inline int32_t * get_address_of__size_2 ( ) { return & ____size_2 ; }
inline void set__size_2 ( int32_t value )
{
____size_2 = value ;
}
inline static int32_t get_offset_of__version_3 ( ) { return static_cast < int32_t > ( offsetof ( List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D , ____version_3 ) ) ; }
inline int32_t get__version_3 ( ) const { return ____version_3 ; }
inline int32_t * get_address_of__version_3 ( ) { return & ____version_3 ; }
inline void set__version_3 ( int32_t value )
{
____version_3 = value ;
}
inline static int32_t get_offset_of__syncRoot_4 ( ) { return static_cast < int32_t > ( offsetof ( List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D , ____syncRoot_4 ) ) ; }
inline RuntimeObject * get__syncRoot_4 ( ) const { return ____syncRoot_4 ; }
inline RuntimeObject * * get_address_of__syncRoot_4 ( ) { return & ____syncRoot_4 ; }
inline void set__syncRoot_4 ( RuntimeObject * value )
{
____syncRoot_4 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____syncRoot_4 ) , ( void * ) value ) ;
}
} ;
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields
{
public :
// T[] System.Collections.Generic.List`1::_emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * ____emptyArray_5 ;
public :
inline static int32_t get_offset_of__emptyArray_5 ( ) { return static_cast < int32_t > ( offsetof ( List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields , ____emptyArray_5 ) ) ; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * get__emptyArray_5 ( ) const { return ____emptyArray_5 ; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * * get_address_of__emptyArray_5 ( ) { return & ____emptyArray_5 ; }
inline void set__emptyArray_5 ( ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * value )
{
____emptyArray_5 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____emptyArray_5 ) , ( void * ) value ) ;
}
} ;
// System.Collections.Generic.List`1<System.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 : public RuntimeObject
{
public :
// T[] System.Collections.Generic.List`1::_items
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * ____items_1 ;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2 ;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3 ;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4 ;
public :
inline static int32_t get_offset_of__items_1 ( ) { return static_cast < int32_t > ( offsetof ( List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 , ____items_1 ) ) ; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * get__items_1 ( ) const { return ____items_1 ; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * * get_address_of__items_1 ( ) { return & ____items_1 ; }
inline void set__items_1 ( StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * value )
{
____items_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____items_1 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__size_2 ( ) { return static_cast < int32_t > ( offsetof ( List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 , ____size_2 ) ) ; }
inline int32_t get__size_2 ( ) const { return ____size_2 ; }
inline int32_t * get_address_of__size_2 ( ) { return & ____size_2 ; }
inline void set__size_2 ( int32_t value )
{
____size_2 = value ;
}
inline static int32_t get_offset_of__version_3 ( ) { return static_cast < int32_t > ( offsetof ( List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 , ____version_3 ) ) ; }
inline int32_t get__version_3 ( ) const { return ____version_3 ; }
inline int32_t * get_address_of__version_3 ( ) { return & ____version_3 ; }
inline void set__version_3 ( int32_t value )
{
____version_3 = value ;
}
inline static int32_t get_offset_of__syncRoot_4 ( ) { return static_cast < int32_t > ( offsetof ( List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 , ____syncRoot_4 ) ) ; }
inline RuntimeObject * get__syncRoot_4 ( ) const { return ____syncRoot_4 ; }
inline RuntimeObject * * get_address_of__syncRoot_4 ( ) { return & ____syncRoot_4 ; }
inline void set__syncRoot_4 ( RuntimeObject * value )
{
____syncRoot_4 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____syncRoot_4 ) , ( void * ) value ) ;
}
} ;
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields
{
public :
// T[] System.Collections.Generic.List`1::_emptyArray
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * ____emptyArray_5 ;
public :
inline static int32_t get_offset_of__emptyArray_5 ( ) { return static_cast < int32_t > ( offsetof ( List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields , ____emptyArray_5 ) ) ; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * get__emptyArray_5 ( ) const { return ____emptyArray_5 ; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * * get_address_of__emptyArray_5 ( ) { return & ____emptyArray_5 ; }
inline void set__emptyArray_5 ( StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * value )
{
____emptyArray_5 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____emptyArray_5 ) , ( void * ) value ) ;
}
} ;
// System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject
{
public :
// System.Object System.MarshalByRefObject::_identity
RuntimeObject * ____identity_0 ;
public :
inline static int32_t get_offset_of__identity_0 ( ) { return static_cast < int32_t > ( offsetof ( MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF , ____identity_0 ) ) ; }
inline RuntimeObject * get__identity_0 ( ) const { return ____identity_0 ; }
inline RuntimeObject * * get_address_of__identity_0 ( ) { return & ____identity_0 ; }
inline void set__identity_0 ( RuntimeObject * value )
{
____identity_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____identity_0 ) , ( void * ) value ) ;
}
} ;
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
Il2CppIUnknown * ____identity_0 ;
} ;
// Native definition for COM marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
Il2CppIUnknown * ____identity_0 ;
} ;
// System.String
struct String_t : public RuntimeObject
{
public :
// System.Int32 System.String::m_stringLength
int32_t ___m_stringLength_0 ;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1 ;
public :
inline static int32_t get_offset_of_m_stringLength_0 ( ) { return static_cast < int32_t > ( offsetof ( String_t , ___m_stringLength_0 ) ) ; }
inline int32_t get_m_stringLength_0 ( ) const { return ___m_stringLength_0 ; }
inline int32_t * get_address_of_m_stringLength_0 ( ) { return & ___m_stringLength_0 ; }
inline void set_m_stringLength_0 ( int32_t value )
{
___m_stringLength_0 = value ;
}
inline static int32_t get_offset_of_m_firstChar_1 ( ) { return static_cast < int32_t > ( offsetof ( String_t , ___m_firstChar_1 ) ) ; }
inline Il2CppChar get_m_firstChar_1 ( ) const { return ___m_firstChar_1 ; }
inline Il2CppChar * get_address_of_m_firstChar_1 ( ) { return & ___m_firstChar_1 ; }
inline void set_m_firstChar_1 ( Il2CppChar value )
{
___m_firstChar_1 = value ;
}
} ;
struct String_t_StaticFields
{
public :
// System.String System.String::Empty
String_t * ___Empty_5 ;
public :
inline static int32_t get_offset_of_Empty_5 ( ) { return static_cast < int32_t > ( offsetof ( String_t_StaticFields , ___Empty_5 ) ) ; }
inline String_t * get_Empty_5 ( ) const { return ___Empty_5 ; }
inline String_t * * get_address_of_Empty_5 ( ) { return & ___Empty_5 ; }
inline void set_Empty_5 ( String_t * value )
{
___Empty_5 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___Empty_5 ) , ( void * ) value ) ;
}
} ;
// System.StringComparer
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE : public RuntimeObject
{
public :
public :
} ;
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields
{
public :
// System.StringComparer System.StringComparer::_invariantCulture
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCulture_0 ;
// System.StringComparer System.StringComparer::_invariantCultureIgnoreCase
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCultureIgnoreCase_1 ;
// System.StringComparer System.StringComparer::_ordinal
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinal_2 ;
// System.StringComparer System.StringComparer::_ordinalIgnoreCase
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinalIgnoreCase_3 ;
public :
inline static int32_t get_offset_of__invariantCulture_0 ( ) { return static_cast < int32_t > ( offsetof ( StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields , ____invariantCulture_0 ) ) ; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCulture_0 ( ) const { return ____invariantCulture_0 ; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * * get_address_of__invariantCulture_0 ( ) { return & ____invariantCulture_0 ; }
inline void set__invariantCulture_0 ( StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value )
{
____invariantCulture_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____invariantCulture_0 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__invariantCultureIgnoreCase_1 ( ) { return static_cast < int32_t > ( offsetof ( StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields , ____invariantCultureIgnoreCase_1 ) ) ; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCultureIgnoreCase_1 ( ) const { return ____invariantCultureIgnoreCase_1 ; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * * get_address_of__invariantCultureIgnoreCase_1 ( ) { return & ____invariantCultureIgnoreCase_1 ; }
inline void set__invariantCultureIgnoreCase_1 ( StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value )
{
____invariantCultureIgnoreCase_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____invariantCultureIgnoreCase_1 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__ordinal_2 ( ) { return static_cast < int32_t > ( offsetof ( StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields , ____ordinal_2 ) ) ; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinal_2 ( ) const { return ____ordinal_2 ; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * * get_address_of__ordinal_2 ( ) { return & ____ordinal_2 ; }
inline void set__ordinal_2 ( StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value )
{
____ordinal_2 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____ordinal_2 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__ordinalIgnoreCase_3 ( ) { return static_cast < int32_t > ( offsetof ( StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields , ____ordinalIgnoreCase_3 ) ) ; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinalIgnoreCase_3 ( ) const { return ____ordinalIgnoreCase_3 ; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * * get_address_of__ordinalIgnoreCase_3 ( ) { return & ____ordinalIgnoreCase_3 ; }
inline void set__ordinalIgnoreCase_3 ( StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value )
{
____ordinalIgnoreCase_3 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____ordinalIgnoreCase_3 ) , ( void * ) value ) ;
}
} ;
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject
{
public :
// System.Int32 System.Text.Encoding::m_codePage
2025-09-01 17:41:29 +08:00
int32_t ___m_codePage_9 ;
2025-06-20 11:52:54 +08:00
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
2025-09-01 17:41:29 +08:00
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_10 ;
2025-06-20 11:52:54 +08:00
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
2025-09-01 17:41:29 +08:00
bool ___m_deserializedFromEverett_11 ;
2025-06-20 11:52:54 +08:00
// System.Boolean System.Text.Encoding::m_isReadOnly
2025-09-01 17:41:29 +08:00
bool ___m_isReadOnly_12 ;
2025-06-20 11:52:54 +08:00
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
2025-09-01 17:41:29 +08:00
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_13 ;
2025-06-20 11:52:54 +08:00
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
2025-09-01 17:41:29 +08:00
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_14 ;
2025-06-20 11:52:54 +08:00
public :
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_m_codePage_9 ( ) { return static_cast < int32_t > ( offsetof ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 , ___m_codePage_9 ) ) ; }
inline int32_t get_m_codePage_9 ( ) const { return ___m_codePage_9 ; }
inline int32_t * get_address_of_m_codePage_9 ( ) { return & ___m_codePage_9 ; }
inline void set_m_codePage_9 ( int32_t value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___m_codePage_9 = value ;
2025-06-20 11:52:54 +08:00
}
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_dataItem_10 ( ) { return static_cast < int32_t > ( offsetof ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 , ___dataItem_10 ) ) ; }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_10 ( ) const { return ___dataItem_10 ; }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * * get_address_of_dataItem_10 ( ) { return & ___dataItem_10 ; }
inline void set_dataItem_10 ( CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___dataItem_10 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___dataItem_10 ) , ( void * ) value ) ;
2025-06-20 11:52:54 +08:00
}
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_m_deserializedFromEverett_11 ( ) { return static_cast < int32_t > ( offsetof ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 , ___m_deserializedFromEverett_11 ) ) ; }
inline bool get_m_deserializedFromEverett_11 ( ) const { return ___m_deserializedFromEverett_11 ; }
inline bool * get_address_of_m_deserializedFromEverett_11 ( ) { return & ___m_deserializedFromEverett_11 ; }
inline void set_m_deserializedFromEverett_11 ( bool value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___m_deserializedFromEverett_11 = value ;
2025-06-20 11:52:54 +08:00
}
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_m_isReadOnly_12 ( ) { return static_cast < int32_t > ( offsetof ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 , ___m_isReadOnly_12 ) ) ; }
inline bool get_m_isReadOnly_12 ( ) const { return ___m_isReadOnly_12 ; }
inline bool * get_address_of_m_isReadOnly_12 ( ) { return & ___m_isReadOnly_12 ; }
inline void set_m_isReadOnly_12 ( bool value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___m_isReadOnly_12 = value ;
2025-06-20 11:52:54 +08:00
}
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_encoderFallback_13 ( ) { return static_cast < int32_t > ( offsetof ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 , ___encoderFallback_13 ) ) ; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_13 ( ) const { return ___encoderFallback_13 ; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * * get_address_of_encoderFallback_13 ( ) { return & ___encoderFallback_13 ; }
inline void set_encoderFallback_13 ( EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___encoderFallback_13 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___encoderFallback_13 ) , ( void * ) value ) ;
2025-06-20 11:52:54 +08:00
}
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_decoderFallback_14 ( ) { return static_cast < int32_t > ( offsetof ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 , ___decoderFallback_14 ) ) ; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_14 ( ) const { return ___decoderFallback_14 ; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * * get_address_of_decoderFallback_14 ( ) { return & ___decoderFallback_14 ; }
inline void set_decoderFallback_14 ( DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___decoderFallback_14 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___decoderFallback_14 ) , ( void * ) value ) ;
2025-06-20 11:52:54 +08:00
}
} ;
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields
{
public :
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0 ;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1 ;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2 ;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3 ;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4 ;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5 ;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6 ;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7 ;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8 ;
// System.Object System.Text.Encoding::s_InternalSyncObject
2025-09-01 17:41:29 +08:00
RuntimeObject * ___s_InternalSyncObject_15 ;
2025-06-20 11:52:54 +08:00
public :
inline static int32_t get_offset_of_defaultEncoding_0 ( ) { return static_cast < int32_t > ( offsetof ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields , ___defaultEncoding_0 ) ) ; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0 ( ) const { return ___defaultEncoding_0 ; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * * get_address_of_defaultEncoding_0 ( ) { return & ___defaultEncoding_0 ; }
inline void set_defaultEncoding_0 ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value )
{
___defaultEncoding_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___defaultEncoding_0 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_unicodeEncoding_1 ( ) { return static_cast < int32_t > ( offsetof ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields , ___unicodeEncoding_1 ) ) ; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1 ( ) const { return ___unicodeEncoding_1 ; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * * get_address_of_unicodeEncoding_1 ( ) { return & ___unicodeEncoding_1 ; }
inline void set_unicodeEncoding_1 ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value )
{
___unicodeEncoding_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___unicodeEncoding_1 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_bigEndianUnicode_2 ( ) { return static_cast < int32_t > ( offsetof ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields , ___bigEndianUnicode_2 ) ) ; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2 ( ) const { return ___bigEndianUnicode_2 ; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * * get_address_of_bigEndianUnicode_2 ( ) { return & ___bigEndianUnicode_2 ; }
inline void set_bigEndianUnicode_2 ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value )
{
___bigEndianUnicode_2 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___bigEndianUnicode_2 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_utf7Encoding_3 ( ) { return static_cast < int32_t > ( offsetof ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields , ___utf7Encoding_3 ) ) ; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3 ( ) const { return ___utf7Encoding_3 ; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * * get_address_of_utf7Encoding_3 ( ) { return & ___utf7Encoding_3 ; }
inline void set_utf7Encoding_3 ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value )
{
___utf7Encoding_3 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___utf7Encoding_3 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_utf8Encoding_4 ( ) { return static_cast < int32_t > ( offsetof ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields , ___utf8Encoding_4 ) ) ; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4 ( ) const { return ___utf8Encoding_4 ; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * * get_address_of_utf8Encoding_4 ( ) { return & ___utf8Encoding_4 ; }
inline void set_utf8Encoding_4 ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value )
{
___utf8Encoding_4 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___utf8Encoding_4 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_utf32Encoding_5 ( ) { return static_cast < int32_t > ( offsetof ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields , ___utf32Encoding_5 ) ) ; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5 ( ) const { return ___utf32Encoding_5 ; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * * get_address_of_utf32Encoding_5 ( ) { return & ___utf32Encoding_5 ; }
inline void set_utf32Encoding_5 ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value )
{
___utf32Encoding_5 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___utf32Encoding_5 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_asciiEncoding_6 ( ) { return static_cast < int32_t > ( offsetof ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields , ___asciiEncoding_6 ) ) ; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6 ( ) const { return ___asciiEncoding_6 ; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * * get_address_of_asciiEncoding_6 ( ) { return & ___asciiEncoding_6 ; }
inline void set_asciiEncoding_6 ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value )
{
___asciiEncoding_6 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___asciiEncoding_6 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_latin1Encoding_7 ( ) { return static_cast < int32_t > ( offsetof ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields , ___latin1Encoding_7 ) ) ; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7 ( ) const { return ___latin1Encoding_7 ; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * * get_address_of_latin1Encoding_7 ( ) { return & ___latin1Encoding_7 ; }
inline void set_latin1Encoding_7 ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value )
{
___latin1Encoding_7 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___latin1Encoding_7 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_encodings_8 ( ) { return static_cast < int32_t > ( offsetof ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields , ___encodings_8 ) ) ; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8 ( ) const { return ___encodings_8 ; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * * get_address_of_encodings_8 ( ) { return & ___encodings_8 ; }
inline void set_encodings_8 ( Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value )
{
___encodings_8 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___encodings_8 ) , ( void * ) value ) ;
}
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_s_InternalSyncObject_15 ( ) { return static_cast < int32_t > ( offsetof ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields , ___s_InternalSyncObject_15 ) ) ; }
inline RuntimeObject * get_s_InternalSyncObject_15 ( ) const { return ___s_InternalSyncObject_15 ; }
inline RuntimeObject * * get_address_of_s_InternalSyncObject_15 ( ) { return & ___s_InternalSyncObject_15 ; }
inline void set_s_InternalSyncObject_15 ( RuntimeObject * value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___s_InternalSyncObject_15 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___s_InternalSyncObject_15 ) , ( void * ) value ) ;
2025-06-20 11:52:54 +08:00
}
} ;
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
public :
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * ___m_ChunkChars_0 ;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t * ___m_ChunkPrevious_1 ;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2 ;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3 ;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4 ;
public :
inline static int32_t get_offset_of_m_ChunkChars_0 ( ) { return static_cast < int32_t > ( offsetof ( StringBuilder_t , ___m_ChunkChars_0 ) ) ; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * get_m_ChunkChars_0 ( ) const { return ___m_ChunkChars_0 ; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * * get_address_of_m_ChunkChars_0 ( ) { return & ___m_ChunkChars_0 ; }
inline void set_m_ChunkChars_0 ( CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * value )
{
___m_ChunkChars_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_ChunkChars_0 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_m_ChunkPrevious_1 ( ) { return static_cast < int32_t > ( offsetof ( StringBuilder_t , ___m_ChunkPrevious_1 ) ) ; }
inline StringBuilder_t * get_m_ChunkPrevious_1 ( ) const { return ___m_ChunkPrevious_1 ; }
inline StringBuilder_t * * get_address_of_m_ChunkPrevious_1 ( ) { return & ___m_ChunkPrevious_1 ; }
inline void set_m_ChunkPrevious_1 ( StringBuilder_t * value )
{
___m_ChunkPrevious_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_ChunkPrevious_1 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_m_ChunkLength_2 ( ) { return static_cast < int32_t > ( offsetof ( StringBuilder_t , ___m_ChunkLength_2 ) ) ; }
inline int32_t get_m_ChunkLength_2 ( ) const { return ___m_ChunkLength_2 ; }
inline int32_t * get_address_of_m_ChunkLength_2 ( ) { return & ___m_ChunkLength_2 ; }
inline void set_m_ChunkLength_2 ( int32_t value )
{
___m_ChunkLength_2 = value ;
}
inline static int32_t get_offset_of_m_ChunkOffset_3 ( ) { return static_cast < int32_t > ( offsetof ( StringBuilder_t , ___m_ChunkOffset_3 ) ) ; }
inline int32_t get_m_ChunkOffset_3 ( ) const { return ___m_ChunkOffset_3 ; }
inline int32_t * get_address_of_m_ChunkOffset_3 ( ) { return & ___m_ChunkOffset_3 ; }
inline void set_m_ChunkOffset_3 ( int32_t value )
{
___m_ChunkOffset_3 = value ;
}
inline static int32_t get_offset_of_m_MaxCapacity_4 ( ) { return static_cast < int32_t > ( offsetof ( StringBuilder_t , ___m_MaxCapacity_4 ) ) ; }
inline int32_t get_m_MaxCapacity_4 ( ) const { return ___m_MaxCapacity_4 ; }
inline int32_t * get_address_of_m_MaxCapacity_4 ( ) { return & ___m_MaxCapacity_4 ; }
inline void set_m_MaxCapacity_4 ( int32_t value )
{
___m_MaxCapacity_4 = value ;
}
} ;
// System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
{
public :
public :
} ;
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
{
} ;
// Native definition for COM marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
{
} ;
// UnityEngine.WWWForm
struct WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 : public RuntimeObject
{
public :
// System.Collections.Generic.List`1<System.Byte[]> UnityEngine.WWWForm::formData
List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * ___formData_0 ;
// System.Collections.Generic.List`1<System.String> UnityEngine.WWWForm::fieldNames
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___fieldNames_1 ;
// System.Collections.Generic.List`1<System.String> UnityEngine.WWWForm::fileNames
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___fileNames_2 ;
// System.Collections.Generic.List`1<System.String> UnityEngine.WWWForm::types
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___types_3 ;
// System.Byte[] UnityEngine.WWWForm::boundary
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___boundary_4 ;
// System.Boolean UnityEngine.WWWForm::containsFiles
bool ___containsFiles_5 ;
public :
inline static int32_t get_offset_of_formData_0 ( ) { return static_cast < int32_t > ( offsetof ( WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 , ___formData_0 ) ) ; }
inline List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * get_formData_0 ( ) const { return ___formData_0 ; }
inline List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * * get_address_of_formData_0 ( ) { return & ___formData_0 ; }
inline void set_formData_0 ( List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * value )
{
___formData_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___formData_0 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_fieldNames_1 ( ) { return static_cast < int32_t > ( offsetof ( WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 , ___fieldNames_1 ) ) ; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_fieldNames_1 ( ) const { return ___fieldNames_1 ; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * * get_address_of_fieldNames_1 ( ) { return & ___fieldNames_1 ; }
inline void set_fieldNames_1 ( List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value )
{
___fieldNames_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___fieldNames_1 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_fileNames_2 ( ) { return static_cast < int32_t > ( offsetof ( WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 , ___fileNames_2 ) ) ; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_fileNames_2 ( ) const { return ___fileNames_2 ; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * * get_address_of_fileNames_2 ( ) { return & ___fileNames_2 ; }
inline void set_fileNames_2 ( List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value )
{
___fileNames_2 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___fileNames_2 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_types_3 ( ) { return static_cast < int32_t > ( offsetof ( WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 , ___types_3 ) ) ; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_types_3 ( ) const { return ___types_3 ; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * * get_address_of_types_3 ( ) { return & ___types_3 ; }
inline void set_types_3 ( List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value )
{
___types_3 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___types_3 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_boundary_4 ( ) { return static_cast < int32_t > ( offsetof ( WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 , ___boundary_4 ) ) ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * get_boundary_4 ( ) const { return ___boundary_4 ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * * get_address_of_boundary_4 ( ) { return & ___boundary_4 ; }
inline void set_boundary_4 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * value )
{
___boundary_4 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___boundary_4 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_containsFiles_5 ( ) { return static_cast < int32_t > ( offsetof ( WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 , ___containsFiles_5 ) ) ; }
inline bool get_containsFiles_5 ( ) const { return ___containsFiles_5 ; }
inline bool * get_address_of_containsFiles_5 ( ) { return & ___containsFiles_5 ; }
inline void set_containsFiles_5 ( bool value )
{
___containsFiles_5 = value ;
}
} ;
// UnityEngine.WWWTranscoder
struct WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61 : public RuntimeObject
{
public :
public :
} ;
struct WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields
{
public :
// System.Byte[] UnityEngine.WWWTranscoder::ucHexChars
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___ucHexChars_0 ;
// System.Byte[] UnityEngine.WWWTranscoder::lcHexChars
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___lcHexChars_1 ;
// System.Byte UnityEngine.WWWTranscoder::urlEscapeChar
uint8_t ___urlEscapeChar_2 ;
// System.Byte[] UnityEngine.WWWTranscoder::urlSpace
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___urlSpace_3 ;
// System.Byte[] UnityEngine.WWWTranscoder::dataSpace
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___dataSpace_4 ;
// System.Byte[] UnityEngine.WWWTranscoder::urlForbidden
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___urlForbidden_5 ;
// System.Byte UnityEngine.WWWTranscoder::qpEscapeChar
uint8_t ___qpEscapeChar_6 ;
// System.Byte[] UnityEngine.WWWTranscoder::qpSpace
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___qpSpace_7 ;
// System.Byte[] UnityEngine.WWWTranscoder::qpForbidden
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___qpForbidden_8 ;
public :
inline static int32_t get_offset_of_ucHexChars_0 ( ) { return static_cast < int32_t > ( offsetof ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields , ___ucHexChars_0 ) ) ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * get_ucHexChars_0 ( ) const { return ___ucHexChars_0 ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * * get_address_of_ucHexChars_0 ( ) { return & ___ucHexChars_0 ; }
inline void set_ucHexChars_0 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * value )
{
___ucHexChars_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___ucHexChars_0 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_lcHexChars_1 ( ) { return static_cast < int32_t > ( offsetof ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields , ___lcHexChars_1 ) ) ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * get_lcHexChars_1 ( ) const { return ___lcHexChars_1 ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * * get_address_of_lcHexChars_1 ( ) { return & ___lcHexChars_1 ; }
inline void set_lcHexChars_1 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * value )
{
___lcHexChars_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___lcHexChars_1 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_urlEscapeChar_2 ( ) { return static_cast < int32_t > ( offsetof ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields , ___urlEscapeChar_2 ) ) ; }
inline uint8_t get_urlEscapeChar_2 ( ) const { return ___urlEscapeChar_2 ; }
inline uint8_t * get_address_of_urlEscapeChar_2 ( ) { return & ___urlEscapeChar_2 ; }
inline void set_urlEscapeChar_2 ( uint8_t value )
{
___urlEscapeChar_2 = value ;
}
inline static int32_t get_offset_of_urlSpace_3 ( ) { return static_cast < int32_t > ( offsetof ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields , ___urlSpace_3 ) ) ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * get_urlSpace_3 ( ) const { return ___urlSpace_3 ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * * get_address_of_urlSpace_3 ( ) { return & ___urlSpace_3 ; }
inline void set_urlSpace_3 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * value )
{
___urlSpace_3 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___urlSpace_3 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_dataSpace_4 ( ) { return static_cast < int32_t > ( offsetof ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields , ___dataSpace_4 ) ) ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * get_dataSpace_4 ( ) const { return ___dataSpace_4 ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * * get_address_of_dataSpace_4 ( ) { return & ___dataSpace_4 ; }
inline void set_dataSpace_4 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * value )
{
___dataSpace_4 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___dataSpace_4 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_urlForbidden_5 ( ) { return static_cast < int32_t > ( offsetof ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields , ___urlForbidden_5 ) ) ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * get_urlForbidden_5 ( ) const { return ___urlForbidden_5 ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * * get_address_of_urlForbidden_5 ( ) { return & ___urlForbidden_5 ; }
inline void set_urlForbidden_5 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * value )
{
___urlForbidden_5 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___urlForbidden_5 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_qpEscapeChar_6 ( ) { return static_cast < int32_t > ( offsetof ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields , ___qpEscapeChar_6 ) ) ; }
inline uint8_t get_qpEscapeChar_6 ( ) const { return ___qpEscapeChar_6 ; }
inline uint8_t * get_address_of_qpEscapeChar_6 ( ) { return & ___qpEscapeChar_6 ; }
inline void set_qpEscapeChar_6 ( uint8_t value )
{
___qpEscapeChar_6 = value ;
}
inline static int32_t get_offset_of_qpSpace_7 ( ) { return static_cast < int32_t > ( offsetof ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields , ___qpSpace_7 ) ) ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * get_qpSpace_7 ( ) const { return ___qpSpace_7 ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * * get_address_of_qpSpace_7 ( ) { return & ___qpSpace_7 ; }
inline void set_qpSpace_7 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * value )
{
___qpSpace_7 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___qpSpace_7 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_qpForbidden_8 ( ) { return static_cast < int32_t > ( offsetof ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields , ___qpForbidden_8 ) ) ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * get_qpForbidden_8 ( ) const { return ___qpForbidden_8 ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * * get_address_of_qpForbidden_8 ( ) { return & ___qpForbidden_8 ; }
inline void set_qpForbidden_8 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * value )
{
___qpForbidden_8 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___qpForbidden_8 ) , ( void * ) value ) ;
}
} ;
// UnityEngine.YieldInstruction
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 : public RuntimeObject
{
public :
public :
} ;
// Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke
{
} ;
// Native definition for COM marshalling of UnityEngine.YieldInstruction
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com
{
} ;
// UnityEngineInternal.WebRequestUtils
struct WebRequestUtils_tBE8F8607E3A9633419968F6AF2F706A029AE1296 : public RuntimeObject
{
public :
public :
} ;
struct WebRequestUtils_tBE8F8607E3A9633419968F6AF2F706A029AE1296_StaticFields
{
public :
// System.Text.RegularExpressions.Regex UnityEngineInternal.WebRequestUtils::domainRegex
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ___domainRegex_0 ;
public :
inline static int32_t get_offset_of_domainRegex_0 ( ) { return static_cast < int32_t > ( offsetof ( WebRequestUtils_tBE8F8607E3A9633419968F6AF2F706A029AE1296_StaticFields , ___domainRegex_0 ) ) ; }
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * get_domainRegex_0 ( ) const { return ___domainRegex_0 ; }
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * * get_address_of_domainRegex_0 ( ) { return & ___domainRegex_0 ; }
inline void set_domainRegex_0 ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * value )
{
___domainRegex_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___domainRegex_0 ) , ( void * ) value ) ;
}
} ;
// System.Boolean
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
{
public :
// System.Boolean System.Boolean::m_value
bool ___m_value_0 ;
public :
inline static int32_t get_offset_of_m_value_0 ( ) { return static_cast < int32_t > ( offsetof ( Boolean_tB53F6830F670160873277339AA58F15CAED4399C , ___m_value_0 ) ) ; }
inline bool get_m_value_0 ( ) const { return ___m_value_0 ; }
inline bool * get_address_of_m_value_0 ( ) { return & ___m_value_0 ; }
inline void set_m_value_0 ( bool value )
{
___m_value_0 = value ;
}
} ;
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
{
public :
// System.String System.Boolean::TrueString
String_t * ___TrueString_5 ;
// System.String System.Boolean::FalseString
String_t * ___FalseString_6 ;
public :
inline static int32_t get_offset_of_TrueString_5 ( ) { return static_cast < int32_t > ( offsetof ( Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields , ___TrueString_5 ) ) ; }
inline String_t * get_TrueString_5 ( ) const { return ___TrueString_5 ; }
inline String_t * * get_address_of_TrueString_5 ( ) { return & ___TrueString_5 ; }
inline void set_TrueString_5 ( String_t * value )
{
___TrueString_5 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___TrueString_5 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_FalseString_6 ( ) { return static_cast < int32_t > ( offsetof ( Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields , ___FalseString_6 ) ) ; }
inline String_t * get_FalseString_6 ( ) const { return ___FalseString_6 ; }
inline String_t * * get_address_of_FalseString_6 ( ) { return & ___FalseString_6 ; }
inline void set_FalseString_6 ( String_t * value )
{
___FalseString_6 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___FalseString_6 ) , ( void * ) value ) ;
}
} ;
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public :
// System.Byte System.Byte::m_value
uint8_t ___m_value_0 ;
public :
inline static int32_t get_offset_of_m_value_0 ( ) { return static_cast < int32_t > ( offsetof ( Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07 , ___m_value_0 ) ) ; }
inline uint8_t get_m_value_0 ( ) const { return ___m_value_0 ; }
inline uint8_t * get_address_of_m_value_0 ( ) { return & ___m_value_0 ; }
inline void set_m_value_0 ( uint8_t value )
{
___m_value_0 = value ;
}
} ;
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
{
public :
// System.Char System.Char::m_value
Il2CppChar ___m_value_0 ;
public :
inline static int32_t get_offset_of_m_value_0 ( ) { return static_cast < int32_t > ( offsetof ( Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9 , ___m_value_0 ) ) ; }
inline Il2CppChar get_m_value_0 ( ) const { return ___m_value_0 ; }
inline Il2CppChar * get_address_of_m_value_0 ( ) { return & ___m_value_0 ; }
inline void set_m_value_0 ( Il2CppChar value )
{
___m_value_0 = value ;
}
} ;
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
{
public :
// System.Byte[] System.Char::categoryForLatin1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___categoryForLatin1_3 ;
public :
inline static int32_t get_offset_of_categoryForLatin1_3 ( ) { return static_cast < int32_t > ( offsetof ( Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields , ___categoryForLatin1_3 ) ) ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * get_categoryForLatin1_3 ( ) const { return ___categoryForLatin1_3 ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * * get_address_of_categoryForLatin1_3 ( ) { return & ___categoryForLatin1_3 ; }
inline void set_categoryForLatin1_3 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * value )
{
___categoryForLatin1_3 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___categoryForLatin1_3 ) , ( void * ) value ) ;
}
} ;
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>
struct KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE
{
public :
// TKey System.Collections.Generic.KeyValuePair`2::key
RuntimeObject * ___key_0 ;
// TValue System.Collections.Generic.KeyValuePair`2::value
RuntimeObject * ___value_1 ;
public :
inline static int32_t get_offset_of_key_0 ( ) { return static_cast < int32_t > ( offsetof ( KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE , ___key_0 ) ) ; }
inline RuntimeObject * get_key_0 ( ) const { return ___key_0 ; }
inline RuntimeObject * * get_address_of_key_0 ( ) { return & ___key_0 ; }
inline void set_key_0 ( RuntimeObject * value )
{
___key_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___key_0 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_value_1 ( ) { return static_cast < int32_t > ( offsetof ( KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE , ___value_1 ) ) ; }
inline RuntimeObject * get_value_1 ( ) const { return ___value_1 ; }
inline RuntimeObject * * get_address_of_value_1 ( ) { return & ___value_1 ; }
inline void set_value_1 ( RuntimeObject * value )
{
___value_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___value_1 ) , ( void * ) value ) ;
}
} ;
// System.Collections.Generic.KeyValuePair`2<System.String,System.String>
struct KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8
{
public :
// TKey System.Collections.Generic.KeyValuePair`2::key
String_t * ___key_0 ;
// TValue System.Collections.Generic.KeyValuePair`2::value
String_t * ___value_1 ;
public :
inline static int32_t get_offset_of_key_0 ( ) { return static_cast < int32_t > ( offsetof ( KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 , ___key_0 ) ) ; }
inline String_t * get_key_0 ( ) const { return ___key_0 ; }
inline String_t * * get_address_of_key_0 ( ) { return & ___key_0 ; }
inline void set_key_0 ( String_t * value )
{
___key_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___key_0 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_value_1 ( ) { return static_cast < int32_t > ( offsetof ( KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 , ___value_1 ) ) ; }
inline String_t * get_value_1 ( ) const { return ___value_1 ; }
inline String_t * * get_address_of_value_1 ( ) { return & ___value_1 ; }
inline void set_value_1 ( String_t * value )
{
___value_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___value_1 ) , ( void * ) value ) ;
}
} ;
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
{
public :
public :
} ;
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
{
public :
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * ___enumSeperatorCharArray_0 ;
public :
inline static int32_t get_offset_of_enumSeperatorCharArray_0 ( ) { return static_cast < int32_t > ( offsetof ( Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields , ___enumSeperatorCharArray_0 ) ) ; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * get_enumSeperatorCharArray_0 ( ) const { return ___enumSeperatorCharArray_0 ; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * * get_address_of_enumSeperatorCharArray_0 ( ) { return & ___enumSeperatorCharArray_0 ; }
inline void set_enumSeperatorCharArray_0 ( CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * value )
{
___enumSeperatorCharArray_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___enumSeperatorCharArray_0 ) , ( void * ) value ) ;
}
} ;
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
{
} ;
// Native definition for COM marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
{
} ;
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public :
// System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask
ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2 ;
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3 ;
public :
inline static int32_t get_offset_of__activeReadWriteTask_2 ( ) { return static_cast < int32_t > ( offsetof ( Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 , ____activeReadWriteTask_2 ) ) ; }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2 ( ) const { return ____activeReadWriteTask_2 ; }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * * get_address_of__activeReadWriteTask_2 ( ) { return & ____activeReadWriteTask_2 ; }
inline void set__activeReadWriteTask_2 ( ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value )
{
____activeReadWriteTask_2 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____activeReadWriteTask_2 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__asyncActiveSemaphore_3 ( ) { return static_cast < int32_t > ( offsetof ( Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 , ____asyncActiveSemaphore_3 ) ) ; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3 ( ) const { return ____asyncActiveSemaphore_3 ; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * * get_address_of__asyncActiveSemaphore_3 ( ) { return & ____asyncActiveSemaphore_3 ; }
inline void set__asyncActiveSemaphore_3 ( SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value )
{
____asyncActiveSemaphore_3 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____asyncActiveSemaphore_3 ) , ( void * ) value ) ;
}
} ;
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields
{
public :
// System.IO.Stream System.IO.Stream::Null
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1 ;
public :
inline static int32_t get_offset_of_Null_1 ( ) { return static_cast < int32_t > ( offsetof ( Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields , ___Null_1 ) ) ; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1 ( ) const { return ___Null_1 ; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * * get_address_of_Null_1 ( ) { return & ___Null_1 ; }
inline void set_Null_1 ( Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value )
{
___Null_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___Null_1 ) , ( void * ) value ) ;
}
} ;
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
{
public :
// System.Int32 System.Int32::m_value
int32_t ___m_value_0 ;
public :
inline static int32_t get_offset_of_m_value_0 ( ) { return static_cast < int32_t > ( offsetof ( Int32_t585191389E07734F19F3156FF88FB3EF4800D102 , ___m_value_0 ) ) ; }
inline int32_t get_m_value_0 ( ) const { return ___m_value_0 ; }
inline int32_t * get_address_of_m_value_0 ( ) { return & ___m_value_0 ; }
inline void set_m_value_0 ( int32_t value )
{
___m_value_0 = value ;
}
} ;
// System.Int64
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
{
public :
// System.Int64 System.Int64::m_value
int64_t ___m_value_0 ;
public :
inline static int32_t get_offset_of_m_value_0 ( ) { return static_cast < int32_t > ( offsetof ( Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436 , ___m_value_0 ) ) ; }
inline int64_t get_m_value_0 ( ) const { return ___m_value_0 ; }
inline int64_t * get_address_of_m_value_0 ( ) { return & ___m_value_0 ; }
inline void set_m_value_0 ( int64_t value )
{
___m_value_0 = value ;
}
} ;
// System.IntPtr
struct IntPtr_t
{
public :
// System.Void* System.IntPtr::m_value
void * ___m_value_0 ;
public :
inline static int32_t get_offset_of_m_value_0 ( ) { return static_cast < int32_t > ( offsetof ( IntPtr_t , ___m_value_0 ) ) ; }
inline void * get_m_value_0 ( ) const { return ___m_value_0 ; }
inline void * * get_address_of_m_value_0 ( ) { return & ___m_value_0 ; }
inline void set_m_value_0 ( void * value )
{
___m_value_0 = value ;
}
} ;
struct IntPtr_t_StaticFields
{
public :
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1 ;
public :
inline static int32_t get_offset_of_Zero_1 ( ) { return static_cast < int32_t > ( offsetof ( IntPtr_t_StaticFields , ___Zero_1 ) ) ; }
inline intptr_t get_Zero_1 ( ) const { return ___Zero_1 ; }
inline intptr_t * get_address_of_Zero_1 ( ) { return & ___Zero_1 ; }
inline void set_Zero_1 ( intptr_t value )
{
___Zero_1 = value ;
}
} ;
// System.Single
struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1
{
public :
// System.Single System.Single::m_value
float ___m_value_0 ;
public :
inline static int32_t get_offset_of_m_value_0 ( ) { return static_cast < int32_t > ( offsetof ( Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1 , ___m_value_0 ) ) ; }
inline float get_m_value_0 ( ) const { return ___m_value_0 ; }
inline float * get_address_of_m_value_0 ( ) { return & ___m_value_0 ; }
inline void set_m_value_0 ( float value )
{
___m_value_0 = value ;
}
} ;
// System.UInt64
struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E
{
public :
// System.UInt64 System.UInt64::m_value
uint64_t ___m_value_0 ;
public :
inline static int32_t get_offset_of_m_value_0 ( ) { return static_cast < int32_t > ( offsetof ( UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E , ___m_value_0 ) ) ; }
inline uint64_t get_m_value_0 ( ) const { return ___m_value_0 ; }
inline uint64_t * get_address_of_m_value_0 ( ) { return & ___m_value_0 ; }
inline void set_m_value_0 ( uint64_t value )
{
___m_value_0 = value ;
}
} ;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public :
union
{
struct
{
} ;
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding [ 1 ] ;
} ;
public :
} ;
// System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Object>
struct Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB
{
public :
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary
Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dictionary_0 ;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version
int32_t ___version_1 ;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index
int32_t ___index_2 ;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current
KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE ___current_3 ;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType
int32_t ___getEnumeratorRetType_4 ;
public :
inline static int32_t get_offset_of_dictionary_0 ( ) { return static_cast < int32_t > ( offsetof ( Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB , ___dictionary_0 ) ) ; }
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * get_dictionary_0 ( ) const { return ___dictionary_0 ; }
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * * get_address_of_dictionary_0 ( ) { return & ___dictionary_0 ; }
inline void set_dictionary_0 ( Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * value )
{
___dictionary_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___dictionary_0 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_version_1 ( ) { return static_cast < int32_t > ( offsetof ( Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB , ___version_1 ) ) ; }
inline int32_t get_version_1 ( ) const { return ___version_1 ; }
inline int32_t * get_address_of_version_1 ( ) { return & ___version_1 ; }
inline void set_version_1 ( int32_t value )
{
___version_1 = value ;
}
inline static int32_t get_offset_of_index_2 ( ) { return static_cast < int32_t > ( offsetof ( Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB , ___index_2 ) ) ; }
inline int32_t get_index_2 ( ) const { return ___index_2 ; }
inline int32_t * get_address_of_index_2 ( ) { return & ___index_2 ; }
inline void set_index_2 ( int32_t value )
{
___index_2 = value ;
}
inline static int32_t get_offset_of_current_3 ( ) { return static_cast < int32_t > ( offsetof ( Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB , ___current_3 ) ) ; }
inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE get_current_3 ( ) const { return ___current_3 ; }
inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * get_address_of_current_3 ( ) { return & ___current_3 ; }
inline void set_current_3 ( KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE value )
{
___current_3 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) & ( ( ( & ___current_3 ) ) - > ___key_0 ) , ( void * ) NULL ) ;
# if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier ( ( void * * ) & ( ( ( & ___current_3 ) ) - > ___value_1 ) , ( void * ) NULL ) ;
# endif
}
inline static int32_t get_offset_of_getEnumeratorRetType_4 ( ) { return static_cast < int32_t > ( offsetof ( Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB , ___getEnumeratorRetType_4 ) ) ; }
inline int32_t get_getEnumeratorRetType_4 ( ) const { return ___getEnumeratorRetType_4 ; }
inline int32_t * get_address_of_getEnumeratorRetType_4 ( ) { return & ___getEnumeratorRetType_4 ; }
inline void set_getEnumeratorRetType_4 ( int32_t value )
{
___getEnumeratorRetType_4 = value ;
}
} ;
// System.Collections.Generic.Dictionary`2_Enumerator<System.String,System.String>
struct Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3
{
public :
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ___dictionary_0 ;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version
int32_t ___version_1 ;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index
int32_t ___index_2 ;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current
KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 ___current_3 ;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType
int32_t ___getEnumeratorRetType_4 ;
public :
inline static int32_t get_offset_of_dictionary_0 ( ) { return static_cast < int32_t > ( offsetof ( Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 , ___dictionary_0 ) ) ; }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * get_dictionary_0 ( ) const { return ___dictionary_0 ; }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * * get_address_of_dictionary_0 ( ) { return & ___dictionary_0 ; }
inline void set_dictionary_0 ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * value )
{
___dictionary_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___dictionary_0 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_version_1 ( ) { return static_cast < int32_t > ( offsetof ( Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 , ___version_1 ) ) ; }
inline int32_t get_version_1 ( ) const { return ___version_1 ; }
inline int32_t * get_address_of_version_1 ( ) { return & ___version_1 ; }
inline void set_version_1 ( int32_t value )
{
___version_1 = value ;
}
inline static int32_t get_offset_of_index_2 ( ) { return static_cast < int32_t > ( offsetof ( Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 , ___index_2 ) ) ; }
inline int32_t get_index_2 ( ) const { return ___index_2 ; }
inline int32_t * get_address_of_index_2 ( ) { return & ___index_2 ; }
inline void set_index_2 ( int32_t value )
{
___index_2 = value ;
}
inline static int32_t get_offset_of_current_3 ( ) { return static_cast < int32_t > ( offsetof ( Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 , ___current_3 ) ) ; }
inline KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 get_current_3 ( ) const { return ___current_3 ; }
inline KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 * get_address_of_current_3 ( ) { return & ___current_3 ; }
inline void set_current_3 ( KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 value )
{
___current_3 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) & ( ( ( & ___current_3 ) ) - > ___key_0 ) , ( void * ) NULL ) ;
# if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier ( ( void * * ) & ( ( ( & ___current_3 ) ) - > ___value_1 ) , ( void * ) NULL ) ;
# endif
}
inline static int32_t get_offset_of_getEnumeratorRetType_4 ( ) { return static_cast < int32_t > ( offsetof ( Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 , ___getEnumeratorRetType_4 ) ) ; }
inline int32_t get_getEnumeratorRetType_4 ( ) const { return ___getEnumeratorRetType_4 ; }
inline int32_t * get_address_of_getEnumeratorRetType_4 ( ) { return & ___getEnumeratorRetType_4 ; }
inline void set_getEnumeratorRetType_4 ( int32_t value )
{
___getEnumeratorRetType_4 = value ;
}
} ;
// System.Delegate
struct Delegate_t : public RuntimeObject
{
public :
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0 ;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1 ;
// System.Object System.Delegate::m_target
RuntimeObject * ___m_target_2 ;
// System.IntPtr System.Delegate::method
intptr_t ___method_3 ;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4 ;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5 ;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6 ;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t * ___method_info_7 ;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t * ___original_method_info_8 ;
// System.DelegateData System.Delegate::data
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9 ;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_10 ;
public :
inline static int32_t get_offset_of_method_ptr_0 ( ) { return static_cast < int32_t > ( offsetof ( Delegate_t , ___method_ptr_0 ) ) ; }
inline Il2CppMethodPointer get_method_ptr_0 ( ) const { return ___method_ptr_0 ; }
inline Il2CppMethodPointer * get_address_of_method_ptr_0 ( ) { return & ___method_ptr_0 ; }
inline void set_method_ptr_0 ( Il2CppMethodPointer value )
{
___method_ptr_0 = value ;
}
inline static int32_t get_offset_of_invoke_impl_1 ( ) { return static_cast < int32_t > ( offsetof ( Delegate_t , ___invoke_impl_1 ) ) ; }
inline intptr_t get_invoke_impl_1 ( ) const { return ___invoke_impl_1 ; }
inline intptr_t * get_address_of_invoke_impl_1 ( ) { return & ___invoke_impl_1 ; }
inline void set_invoke_impl_1 ( intptr_t value )
{
___invoke_impl_1 = value ;
}
inline static int32_t get_offset_of_m_target_2 ( ) { return static_cast < int32_t > ( offsetof ( Delegate_t , ___m_target_2 ) ) ; }
inline RuntimeObject * get_m_target_2 ( ) const { return ___m_target_2 ; }
inline RuntimeObject * * get_address_of_m_target_2 ( ) { return & ___m_target_2 ; }
inline void set_m_target_2 ( RuntimeObject * value )
{
___m_target_2 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_target_2 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_method_3 ( ) { return static_cast < int32_t > ( offsetof ( Delegate_t , ___method_3 ) ) ; }
inline intptr_t get_method_3 ( ) const { return ___method_3 ; }
inline intptr_t * get_address_of_method_3 ( ) { return & ___method_3 ; }
inline void set_method_3 ( intptr_t value )
{
___method_3 = value ;
}
inline static int32_t get_offset_of_delegate_trampoline_4 ( ) { return static_cast < int32_t > ( offsetof ( Delegate_t , ___delegate_trampoline_4 ) ) ; }
inline intptr_t get_delegate_trampoline_4 ( ) const { return ___delegate_trampoline_4 ; }
inline intptr_t * get_address_of_delegate_trampoline_4 ( ) { return & ___delegate_trampoline_4 ; }
inline void set_delegate_trampoline_4 ( intptr_t value )
{
___delegate_trampoline_4 = value ;
}
inline static int32_t get_offset_of_extra_arg_5 ( ) { return static_cast < int32_t > ( offsetof ( Delegate_t , ___extra_arg_5 ) ) ; }
inline intptr_t get_extra_arg_5 ( ) const { return ___extra_arg_5 ; }
inline intptr_t * get_address_of_extra_arg_5 ( ) { return & ___extra_arg_5 ; }
inline void set_extra_arg_5 ( intptr_t value )
{
___extra_arg_5 = value ;
}
inline static int32_t get_offset_of_method_code_6 ( ) { return static_cast < int32_t > ( offsetof ( Delegate_t , ___method_code_6 ) ) ; }
inline intptr_t get_method_code_6 ( ) const { return ___method_code_6 ; }
inline intptr_t * get_address_of_method_code_6 ( ) { return & ___method_code_6 ; }
inline void set_method_code_6 ( intptr_t value )
{
___method_code_6 = value ;
}
inline static int32_t get_offset_of_method_info_7 ( ) { return static_cast < int32_t > ( offsetof ( Delegate_t , ___method_info_7 ) ) ; }
inline MethodInfo_t * get_method_info_7 ( ) const { return ___method_info_7 ; }
inline MethodInfo_t * * get_address_of_method_info_7 ( ) { return & ___method_info_7 ; }
inline void set_method_info_7 ( MethodInfo_t * value )
{
___method_info_7 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___method_info_7 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_original_method_info_8 ( ) { return static_cast < int32_t > ( offsetof ( Delegate_t , ___original_method_info_8 ) ) ; }
inline MethodInfo_t * get_original_method_info_8 ( ) const { return ___original_method_info_8 ; }
inline MethodInfo_t * * get_address_of_original_method_info_8 ( ) { return & ___original_method_info_8 ; }
inline void set_original_method_info_8 ( MethodInfo_t * value )
{
___original_method_info_8 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___original_method_info_8 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_data_9 ( ) { return static_cast < int32_t > ( offsetof ( Delegate_t , ___data_9 ) ) ; }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9 ( ) const { return ___data_9 ; }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * * get_address_of_data_9 ( ) { return & ___data_9 ; }
inline void set_data_9 ( DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value )
{
___data_9 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___data_9 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_method_is_virtual_10 ( ) { return static_cast < int32_t > ( offsetof ( Delegate_t , ___method_is_virtual_10 ) ) ; }
inline bool get_method_is_virtual_10 ( ) const { return ___method_is_virtual_10 ; }
inline bool * get_address_of_method_is_virtual_10 ( ) { return & ___method_is_virtual_10 ; }
inline void set_method_is_virtual_10 ( bool value )
{
___method_is_virtual_10 = value ;
}
} ;
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0 ;
intptr_t ___invoke_impl_1 ;
Il2CppIUnknown * ___m_target_2 ;
intptr_t ___method_3 ;
intptr_t ___delegate_trampoline_4 ;
intptr_t ___extra_arg_5 ;
intptr_t ___method_code_6 ;
MethodInfo_t * ___method_info_7 ;
MethodInfo_t * ___original_method_info_8 ;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9 ;
int32_t ___method_is_virtual_10 ;
} ;
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0 ;
intptr_t ___invoke_impl_1 ;
Il2CppIUnknown * ___m_target_2 ;
intptr_t ___method_3 ;
intptr_t ___delegate_trampoline_4 ;
intptr_t ___extra_arg_5 ;
intptr_t ___method_code_6 ;
MethodInfo_t * ___method_info_7 ;
MethodInfo_t * ___original_method_info_8 ;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9 ;
int32_t ___method_is_virtual_10 ;
} ;
// System.Exception
struct Exception_t : public RuntimeObject
{
public :
// System.String System.Exception::_className
String_t * ____className_1 ;
// System.String System.Exception::_message
String_t * ____message_2 ;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject * ____data_3 ;
// System.Exception System.Exception::_innerException
Exception_t * ____innerException_4 ;
// System.String System.Exception::_helpURL
String_t * ____helpURL_5 ;
// System.Object System.Exception::_stackTrace
RuntimeObject * ____stackTrace_6 ;
// System.String System.Exception::_stackTraceString
String_t * ____stackTraceString_7 ;
// System.String System.Exception::_remoteStackTraceString
String_t * ____remoteStackTraceString_8 ;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9 ;
// System.Object System.Exception::_dynamicMethods
RuntimeObject * ____dynamicMethods_10 ;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11 ;
// System.String System.Exception::_source
String_t * ____source_12 ;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13 ;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196 * ___captured_traces_14 ;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD * ___native_trace_ips_15 ;
public :
inline static int32_t get_offset_of__className_1 ( ) { return static_cast < int32_t > ( offsetof ( Exception_t , ____className_1 ) ) ; }
inline String_t * get__className_1 ( ) const { return ____className_1 ; }
inline String_t * * get_address_of__className_1 ( ) { return & ____className_1 ; }
inline void set__className_1 ( String_t * value )
{
____className_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____className_1 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__message_2 ( ) { return static_cast < int32_t > ( offsetof ( Exception_t , ____message_2 ) ) ; }
inline String_t * get__message_2 ( ) const { return ____message_2 ; }
inline String_t * * get_address_of__message_2 ( ) { return & ____message_2 ; }
inline void set__message_2 ( String_t * value )
{
____message_2 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____message_2 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__data_3 ( ) { return static_cast < int32_t > ( offsetof ( Exception_t , ____data_3 ) ) ; }
inline RuntimeObject * get__data_3 ( ) const { return ____data_3 ; }
inline RuntimeObject * * get_address_of__data_3 ( ) { return & ____data_3 ; }
inline void set__data_3 ( RuntimeObject * value )
{
____data_3 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____data_3 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__innerException_4 ( ) { return static_cast < int32_t > ( offsetof ( Exception_t , ____innerException_4 ) ) ; }
inline Exception_t * get__innerException_4 ( ) const { return ____innerException_4 ; }
inline Exception_t * * get_address_of__innerException_4 ( ) { return & ____innerException_4 ; }
inline void set__innerException_4 ( Exception_t * value )
{
____innerException_4 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____innerException_4 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__helpURL_5 ( ) { return static_cast < int32_t > ( offsetof ( Exception_t , ____helpURL_5 ) ) ; }
inline String_t * get__helpURL_5 ( ) const { return ____helpURL_5 ; }
inline String_t * * get_address_of__helpURL_5 ( ) { return & ____helpURL_5 ; }
inline void set__helpURL_5 ( String_t * value )
{
____helpURL_5 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____helpURL_5 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__stackTrace_6 ( ) { return static_cast < int32_t > ( offsetof ( Exception_t , ____stackTrace_6 ) ) ; }
inline RuntimeObject * get__stackTrace_6 ( ) const { return ____stackTrace_6 ; }
inline RuntimeObject * * get_address_of__stackTrace_6 ( ) { return & ____stackTrace_6 ; }
inline void set__stackTrace_6 ( RuntimeObject * value )
{
____stackTrace_6 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____stackTrace_6 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__stackTraceString_7 ( ) { return static_cast < int32_t > ( offsetof ( Exception_t , ____stackTraceString_7 ) ) ; }
inline String_t * get__stackTraceString_7 ( ) const { return ____stackTraceString_7 ; }
inline String_t * * get_address_of__stackTraceString_7 ( ) { return & ____stackTraceString_7 ; }
inline void set__stackTraceString_7 ( String_t * value )
{
____stackTraceString_7 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____stackTraceString_7 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__remoteStackTraceString_8 ( ) { return static_cast < int32_t > ( offsetof ( Exception_t , ____remoteStackTraceString_8 ) ) ; }
inline String_t * get__remoteStackTraceString_8 ( ) const { return ____remoteStackTraceString_8 ; }
inline String_t * * get_address_of__remoteStackTraceString_8 ( ) { return & ____remoteStackTraceString_8 ; }
inline void set__remoteStackTraceString_8 ( String_t * value )
{
____remoteStackTraceString_8 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____remoteStackTraceString_8 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__remoteStackIndex_9 ( ) { return static_cast < int32_t > ( offsetof ( Exception_t , ____remoteStackIndex_9 ) ) ; }
inline int32_t get__remoteStackIndex_9 ( ) const { return ____remoteStackIndex_9 ; }
inline int32_t * get_address_of__remoteStackIndex_9 ( ) { return & ____remoteStackIndex_9 ; }
inline void set__remoteStackIndex_9 ( int32_t value )
{
____remoteStackIndex_9 = value ;
}
inline static int32_t get_offset_of__dynamicMethods_10 ( ) { return static_cast < int32_t > ( offsetof ( Exception_t , ____dynamicMethods_10 ) ) ; }
inline RuntimeObject * get__dynamicMethods_10 ( ) const { return ____dynamicMethods_10 ; }
inline RuntimeObject * * get_address_of__dynamicMethods_10 ( ) { return & ____dynamicMethods_10 ; }
inline void set__dynamicMethods_10 ( RuntimeObject * value )
{
____dynamicMethods_10 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____dynamicMethods_10 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__HResult_11 ( ) { return static_cast < int32_t > ( offsetof ( Exception_t , ____HResult_11 ) ) ; }
inline int32_t get__HResult_11 ( ) const { return ____HResult_11 ; }
inline int32_t * get_address_of__HResult_11 ( ) { return & ____HResult_11 ; }
inline void set__HResult_11 ( int32_t value )
{
____HResult_11 = value ;
}
inline static int32_t get_offset_of__source_12 ( ) { return static_cast < int32_t > ( offsetof ( Exception_t , ____source_12 ) ) ; }
inline String_t * get__source_12 ( ) const { return ____source_12 ; }
inline String_t * * get_address_of__source_12 ( ) { return & ____source_12 ; }
inline void set__source_12 ( String_t * value )
{
____source_12 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____source_12 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__safeSerializationManager_13 ( ) { return static_cast < int32_t > ( offsetof ( Exception_t , ____safeSerializationManager_13 ) ) ; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13 ( ) const { return ____safeSerializationManager_13 ; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * * get_address_of__safeSerializationManager_13 ( ) { return & ____safeSerializationManager_13 ; }
inline void set__safeSerializationManager_13 ( SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value )
{
____safeSerializationManager_13 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____safeSerializationManager_13 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_captured_traces_14 ( ) { return static_cast < int32_t > ( offsetof ( Exception_t , ___captured_traces_14 ) ) ; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196 * get_captured_traces_14 ( ) const { return ___captured_traces_14 ; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196 * * get_address_of_captured_traces_14 ( ) { return & ___captured_traces_14 ; }
inline void set_captured_traces_14 ( StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196 * value )
{
___captured_traces_14 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___captured_traces_14 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_native_trace_ips_15 ( ) { return static_cast < int32_t > ( offsetof ( Exception_t , ___native_trace_ips_15 ) ) ; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD * get_native_trace_ips_15 ( ) const { return ___native_trace_ips_15 ; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD * * get_address_of_native_trace_ips_15 ( ) { return & ___native_trace_ips_15 ; }
inline void set_native_trace_ips_15 ( IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD * value )
{
___native_trace_ips_15 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___native_trace_ips_15 ) , ( void * ) value ) ;
}
} ;
struct Exception_t_StaticFields
{
public :
// System.Object System.Exception::s_EDILock
RuntimeObject * ___s_EDILock_0 ;
public :
inline static int32_t get_offset_of_s_EDILock_0 ( ) { return static_cast < int32_t > ( offsetof ( Exception_t_StaticFields , ___s_EDILock_0 ) ) ; }
inline RuntimeObject * get_s_EDILock_0 ( ) const { return ___s_EDILock_0 ; }
inline RuntimeObject * * get_address_of_s_EDILock_0 ( ) { return & ___s_EDILock_0 ; }
inline void set_s_EDILock_0 ( RuntimeObject * value )
{
___s_EDILock_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___s_EDILock_0 ) , ( void * ) value ) ;
}
} ;
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char * ____className_1 ;
char * ____message_2 ;
RuntimeObject * ____data_3 ;
Exception_t_marshaled_pinvoke * ____innerException_4 ;
char * ____helpURL_5 ;
Il2CppIUnknown * ____stackTrace_6 ;
char * ____stackTraceString_7 ;
char * ____remoteStackTraceString_8 ;
int32_t ____remoteStackIndex_9 ;
Il2CppIUnknown * ____dynamicMethods_10 ;
int32_t ____HResult_11 ;
char * ____source_12 ;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13 ;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196 * ___captured_traces_14 ;
Il2CppSafeArray /*NONE*/ * ___native_trace_ips_15 ;
} ;
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar * ____className_1 ;
Il2CppChar * ____message_2 ;
RuntimeObject * ____data_3 ;
Exception_t_marshaled_com * ____innerException_4 ;
Il2CppChar * ____helpURL_5 ;
Il2CppIUnknown * ____stackTrace_6 ;
Il2CppChar * ____stackTraceString_7 ;
Il2CppChar * ____remoteStackTraceString_8 ;
int32_t ____remoteStackIndex_9 ;
Il2CppIUnknown * ____dynamicMethods_10 ;
int32_t ____HResult_11 ;
Il2CppChar * ____source_12 ;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13 ;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196 * ___captured_traces_14 ;
Il2CppSafeArray /*NONE*/ * ___native_trace_ips_15 ;
} ;
// System.IO.MemoryStream
struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public :
// System.Byte[] System.IO.MemoryStream::_buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ____buffer_4 ;
// System.Int32 System.IO.MemoryStream::_origin
int32_t ____origin_5 ;
// System.Int32 System.IO.MemoryStream::_position
int32_t ____position_6 ;
// System.Int32 System.IO.MemoryStream::_length
int32_t ____length_7 ;
// System.Int32 System.IO.MemoryStream::_capacity
int32_t ____capacity_8 ;
// System.Boolean System.IO.MemoryStream::_expandable
bool ____expandable_9 ;
// System.Boolean System.IO.MemoryStream::_writable
bool ____writable_10 ;
// System.Boolean System.IO.MemoryStream::_exposable
bool ____exposable_11 ;
// System.Boolean System.IO.MemoryStream::_isOpen
bool ____isOpen_12 ;
// System.Threading.Tasks.Task`1<System.Int32> System.IO.MemoryStream::_lastReadTask
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * ____lastReadTask_13 ;
public :
inline static int32_t get_offset_of__buffer_4 ( ) { return static_cast < int32_t > ( offsetof ( MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C , ____buffer_4 ) ) ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * get__buffer_4 ( ) const { return ____buffer_4 ; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * * get_address_of__buffer_4 ( ) { return & ____buffer_4 ; }
inline void set__buffer_4 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * value )
{
____buffer_4 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____buffer_4 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of__origin_5 ( ) { return static_cast < int32_t > ( offsetof ( MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C , ____origin_5 ) ) ; }
inline int32_t get__origin_5 ( ) const { return ____origin_5 ; }
inline int32_t * get_address_of__origin_5 ( ) { return & ____origin_5 ; }
inline void set__origin_5 ( int32_t value )
{
____origin_5 = value ;
}
inline static int32_t get_offset_of__position_6 ( ) { return static_cast < int32_t > ( offsetof ( MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C , ____position_6 ) ) ; }
inline int32_t get__position_6 ( ) const { return ____position_6 ; }
inline int32_t * get_address_of__position_6 ( ) { return & ____position_6 ; }
inline void set__position_6 ( int32_t value )
{
____position_6 = value ;
}
inline static int32_t get_offset_of__length_7 ( ) { return static_cast < int32_t > ( offsetof ( MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C , ____length_7 ) ) ; }
inline int32_t get__length_7 ( ) const { return ____length_7 ; }
inline int32_t * get_address_of__length_7 ( ) { return & ____length_7 ; }
inline void set__length_7 ( int32_t value )
{
____length_7 = value ;
}
inline static int32_t get_offset_of__capacity_8 ( ) { return static_cast < int32_t > ( offsetof ( MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C , ____capacity_8 ) ) ; }
inline int32_t get__capacity_8 ( ) const { return ____capacity_8 ; }
inline int32_t * get_address_of__capacity_8 ( ) { return & ____capacity_8 ; }
inline void set__capacity_8 ( int32_t value )
{
____capacity_8 = value ;
}
inline static int32_t get_offset_of__expandable_9 ( ) { return static_cast < int32_t > ( offsetof ( MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C , ____expandable_9 ) ) ; }
inline bool get__expandable_9 ( ) const { return ____expandable_9 ; }
inline bool * get_address_of__expandable_9 ( ) { return & ____expandable_9 ; }
inline void set__expandable_9 ( bool value )
{
____expandable_9 = value ;
}
inline static int32_t get_offset_of__writable_10 ( ) { return static_cast < int32_t > ( offsetof ( MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C , ____writable_10 ) ) ; }
inline bool get__writable_10 ( ) const { return ____writable_10 ; }
inline bool * get_address_of__writable_10 ( ) { return & ____writable_10 ; }
inline void set__writable_10 ( bool value )
{
____writable_10 = value ;
}
inline static int32_t get_offset_of__exposable_11 ( ) { return static_cast < int32_t > ( offsetof ( MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C , ____exposable_11 ) ) ; }
inline bool get__exposable_11 ( ) const { return ____exposable_11 ; }
inline bool * get_address_of__exposable_11 ( ) { return & ____exposable_11 ; }
inline void set__exposable_11 ( bool value )
{
____exposable_11 = value ;
}
inline static int32_t get_offset_of__isOpen_12 ( ) { return static_cast < int32_t > ( offsetof ( MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C , ____isOpen_12 ) ) ; }
inline bool get__isOpen_12 ( ) const { return ____isOpen_12 ; }
inline bool * get_address_of__isOpen_12 ( ) { return & ____isOpen_12 ; }
inline void set__isOpen_12 ( bool value )
{
____isOpen_12 = value ;
}
inline static int32_t get_offset_of__lastReadTask_13 ( ) { return static_cast < int32_t > ( offsetof ( MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C , ____lastReadTask_13 ) ) ; }
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * get__lastReadTask_13 ( ) const { return ____lastReadTask_13 ; }
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * * get_address_of__lastReadTask_13 ( ) { return & ____lastReadTask_13 ; }
inline void set__lastReadTask_13 ( Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value )
{
____lastReadTask_13 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____lastReadTask_13 ) , ( void * ) value ) ;
}
} ;
// System.StringComparison
struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0
{
public :
// System.Int32 System.StringComparison::value__
int32_t ___value___2 ;
public :
inline static int32_t get_offset_of_value___2 ( ) { return static_cast < int32_t > ( offsetof ( StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0 , ___value___2 ) ) ; }
inline int32_t get_value___2 ( ) const { return ___value___2 ; }
inline int32_t * get_address_of_value___2 ( ) { return & ___value___2 ; }
inline void set_value___2 ( int32_t value )
{
___value___2 = value ;
}
} ;
// System.Text.RegularExpressions.RegexOptions
struct RegexOptions_t9A6138CDA9C60924D503C584095349F008C52EA1
{
public :
// System.Int32 System.Text.RegularExpressions.RegexOptions::value__
int32_t ___value___2 ;
public :
inline static int32_t get_offset_of_value___2 ( ) { return static_cast < int32_t > ( offsetof ( RegexOptions_t9A6138CDA9C60924D503C584095349F008C52EA1 , ___value___2 ) ) ; }
inline int32_t get_value___2 ( ) const { return ___value___2 ; }
inline int32_t * get_address_of_value___2 ( ) { return & ___value___2 ; }
inline void set_value___2 ( int32_t value )
{
___value___2 = value ;
}
} ;
// System.TimeSpan
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4
{
public :
// System.Int64 System.TimeSpan::_ticks
int64_t ____ticks_3 ;
public :
inline static int32_t get_offset_of__ticks_3 ( ) { return static_cast < int32_t > ( offsetof ( TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 , ____ticks_3 ) ) ; }
inline int64_t get__ticks_3 ( ) const { return ____ticks_3 ; }
inline int64_t * get_address_of__ticks_3 ( ) { return & ____ticks_3 ; }
inline void set__ticks_3 ( int64_t value )
{
____ticks_3 = value ;
}
} ;
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields
{
public :
// System.TimeSpan System.TimeSpan::Zero
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0 ;
// System.TimeSpan System.TimeSpan::MaxValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1 ;
// System.TimeSpan System.TimeSpan::MinValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2 ;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked
bool ____legacyConfigChecked_4 ;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode
bool ____legacyMode_5 ;
public :
inline static int32_t get_offset_of_Zero_0 ( ) { return static_cast < int32_t > ( offsetof ( TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields , ___Zero_0 ) ) ; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0 ( ) const { return ___Zero_0 ; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0 ( ) { return & ___Zero_0 ; }
inline void set_Zero_0 ( TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value )
{
___Zero_0 = value ;
}
inline static int32_t get_offset_of_MaxValue_1 ( ) { return static_cast < int32_t > ( offsetof ( TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields , ___MaxValue_1 ) ) ; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1 ( ) const { return ___MaxValue_1 ; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1 ( ) { return & ___MaxValue_1 ; }
inline void set_MaxValue_1 ( TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value )
{
___MaxValue_1 = value ;
}
inline static int32_t get_offset_of_MinValue_2 ( ) { return static_cast < int32_t > ( offsetof ( TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields , ___MinValue_2 ) ) ; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2 ( ) const { return ___MinValue_2 ; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2 ( ) { return & ___MinValue_2 ; }
inline void set_MinValue_2 ( TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value )
{
___MinValue_2 = value ;
}
inline static int32_t get_offset_of__legacyConfigChecked_4 ( ) { return static_cast < int32_t > ( offsetof ( TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields , ____legacyConfigChecked_4 ) ) ; }
inline bool get__legacyConfigChecked_4 ( ) const { return ____legacyConfigChecked_4 ; }
inline bool * get_address_of__legacyConfigChecked_4 ( ) { return & ____legacyConfigChecked_4 ; }
inline void set__legacyConfigChecked_4 ( bool value )
{
____legacyConfigChecked_4 = value ;
}
inline static int32_t get_offset_of__legacyMode_5 ( ) { return static_cast < int32_t > ( offsetof ( TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields , ____legacyMode_5 ) ) ; }
inline bool get__legacyMode_5 ( ) const { return ____legacyMode_5 ; }
inline bool * get_address_of__legacyMode_5 ( ) { return & ____legacyMode_5 ; }
inline void set__legacyMode_5 ( bool value )
{
____legacyMode_5 = value ;
}
} ;
// System.Uri_Flags
struct Flags_tEBE7CABEBD13F16920D6950B384EB8F988250A2A
{
public :
// System.UInt64 System.Uri_Flags::value__
uint64_t ___value___2 ;
public :
inline static int32_t get_offset_of_value___2 ( ) { return static_cast < int32_t > ( offsetof ( Flags_tEBE7CABEBD13F16920D6950B384EB8F988250A2A , ___value___2 ) ) ; }
inline uint64_t get_value___2 ( ) const { return ___value___2 ; }
inline uint64_t * get_address_of_value___2 ( ) { return & ___value___2 ; }
inline void set_value___2 ( uint64_t value )
{
___value___2 = value ;
}
} ;
// System.UriIdnScope
struct UriIdnScope_tE1574B39C7492C761EFE2FC12DDE82DE013AC9D1
{
public :
// System.Int32 System.UriIdnScope::value__
int32_t ___value___2 ;
public :
inline static int32_t get_offset_of_value___2 ( ) { return static_cast < int32_t > ( offsetof ( UriIdnScope_tE1574B39C7492C761EFE2FC12DDE82DE013AC9D1 , ___value___2 ) ) ; }
inline int32_t get_value___2 ( ) const { return ___value___2 ; }
inline int32_t * get_address_of_value___2 ( ) { return & ___value___2 ; }
inline void set_value___2 ( int32_t value )
{
___value___2 = value ;
}
} ;
// System.UriKind
struct UriKind_t26D0760DDF148ADC939FECD934C0B9FF5C71EA08
{
public :
// System.Int32 System.UriKind::value__
int32_t ___value___2 ;
public :
inline static int32_t get_offset_of_value___2 ( ) { return static_cast < int32_t > ( offsetof ( UriKind_t26D0760DDF148ADC939FECD934C0B9FF5C71EA08 , ___value___2 ) ) ; }
inline int32_t get_value___2 ( ) const { return ___value___2 ; }
inline int32_t * get_address_of_value___2 ( ) { return & ___value___2 ; }
inline void set_value___2 ( int32_t value )
{
___value___2 = value ;
}
} ;
// UnityEngine.AsyncOperation
struct AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44
{
public :
// System.IntPtr UnityEngine.AsyncOperation::m_Ptr
intptr_t ___m_Ptr_0 ;
// System.Action`1<UnityEngine.AsyncOperation> UnityEngine.AsyncOperation::m_completeCallback
Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * ___m_completeCallback_1 ;
public :
inline static int32_t get_offset_of_m_Ptr_0 ( ) { return static_cast < int32_t > ( offsetof ( AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D , ___m_Ptr_0 ) ) ; }
inline intptr_t get_m_Ptr_0 ( ) const { return ___m_Ptr_0 ; }
inline intptr_t * get_address_of_m_Ptr_0 ( ) { return & ___m_Ptr_0 ; }
inline void set_m_Ptr_0 ( intptr_t value )
{
___m_Ptr_0 = value ;
}
inline static int32_t get_offset_of_m_completeCallback_1 ( ) { return static_cast < int32_t > ( offsetof ( AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D , ___m_completeCallback_1 ) ) ; }
inline Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * get_m_completeCallback_1 ( ) const { return ___m_completeCallback_1 ; }
inline Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * * get_address_of_m_completeCallback_1 ( ) { return & ___m_completeCallback_1 ; }
inline void set_m_completeCallback_1 ( Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * value )
{
___m_completeCallback_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_completeCallback_1 ) , ( void * ) value ) ;
}
} ;
// Native definition for P/Invoke marshalling of UnityEngine.AsyncOperation
struct AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke
{
intptr_t ___m_Ptr_0 ;
Il2CppMethodPointer ___m_completeCallback_1 ;
} ;
// Native definition for COM marshalling of UnityEngine.AsyncOperation
struct AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com
{
intptr_t ___m_Ptr_0 ;
Il2CppMethodPointer ___m_completeCallback_1 ;
} ;
// UnityEngine.Networking.CertificateHandler
struct CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 : public RuntimeObject
{
public :
// System.IntPtr UnityEngine.Networking.CertificateHandler::m_Ptr
intptr_t ___m_Ptr_0 ;
public :
inline static int32_t get_offset_of_m_Ptr_0 ( ) { return static_cast < int32_t > ( offsetof ( CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 , ___m_Ptr_0 ) ) ; }
inline intptr_t get_m_Ptr_0 ( ) const { return ___m_Ptr_0 ; }
inline intptr_t * get_address_of_m_Ptr_0 ( ) { return & ___m_Ptr_0 ; }
inline void set_m_Ptr_0 ( intptr_t value )
{
___m_Ptr_0 = value ;
}
} ;
// Native definition for P/Invoke marshalling of UnityEngine.Networking.CertificateHandler
struct CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_pinvoke
{
intptr_t ___m_Ptr_0 ;
} ;
// Native definition for COM marshalling of UnityEngine.Networking.CertificateHandler
struct CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_com
{
intptr_t ___m_Ptr_0 ;
} ;
// UnityEngine.Networking.DownloadHandler
struct DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 : public RuntimeObject
{
public :
// System.IntPtr UnityEngine.Networking.DownloadHandler::m_Ptr
intptr_t ___m_Ptr_0 ;
public :
inline static int32_t get_offset_of_m_Ptr_0 ( ) { return static_cast < int32_t > ( offsetof ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 , ___m_Ptr_0 ) ) ; }
inline intptr_t get_m_Ptr_0 ( ) const { return ___m_Ptr_0 ; }
inline intptr_t * get_address_of_m_Ptr_0 ( ) { return & ___m_Ptr_0 ; }
inline void set_m_Ptr_0 ( intptr_t value )
{
___m_Ptr_0 = value ;
}
} ;
// Native definition for P/Invoke marshalling of UnityEngine.Networking.DownloadHandler
struct DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_pinvoke
{
intptr_t ___m_Ptr_0 ;
} ;
// Native definition for COM marshalling of UnityEngine.Networking.DownloadHandler
struct DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_com
{
intptr_t ___m_Ptr_0 ;
} ;
// UnityEngine.Networking.UnityWebRequest_UnityWebRequestError
struct UnityWebRequestError_t0FD8E16D965B4EA8BECD6C42C6BFEA8506E4C327
{
public :
// System.Int32 UnityEngine.Networking.UnityWebRequest_UnityWebRequestError::value__
int32_t ___value___2 ;
public :
inline static int32_t get_offset_of_value___2 ( ) { return static_cast < int32_t > ( offsetof ( UnityWebRequestError_t0FD8E16D965B4EA8BECD6C42C6BFEA8506E4C327 , ___value___2 ) ) ; }
inline int32_t get_value___2 ( ) const { return ___value___2 ; }
inline int32_t * get_address_of_value___2 ( ) { return & ___value___2 ; }
inline void set_value___2 ( int32_t value )
{
___value___2 = value ;
}
} ;
// UnityEngine.Networking.UnityWebRequest_UnityWebRequestMethod
struct UnityWebRequestMethod_t704B7938E8655E8FEDDE169AD54B962166142118
{
public :
// System.Int32 UnityEngine.Networking.UnityWebRequest_UnityWebRequestMethod::value__
int32_t ___value___2 ;
public :
inline static int32_t get_offset_of_value___2 ( ) { return static_cast < int32_t > ( offsetof ( UnityWebRequestMethod_t704B7938E8655E8FEDDE169AD54B962166142118 , ___value___2 ) ) ; }
inline int32_t get_value___2 ( ) const { return ___value___2 ; }
inline int32_t * get_address_of_value___2 ( ) { return & ___value___2 ; }
inline void set_value___2 ( int32_t value )
{
___value___2 = value ;
}
} ;
// UnityEngine.Networking.UploadHandler
struct UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 : public RuntimeObject
{
public :
// System.IntPtr UnityEngine.Networking.UploadHandler::m_Ptr
intptr_t ___m_Ptr_0 ;
public :
inline static int32_t get_offset_of_m_Ptr_0 ( ) { return static_cast < int32_t > ( offsetof ( UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 , ___m_Ptr_0 ) ) ; }
inline intptr_t get_m_Ptr_0 ( ) const { return ___m_Ptr_0 ; }
inline intptr_t * get_address_of_m_Ptr_0 ( ) { return & ___m_Ptr_0 ; }
inline void set_m_Ptr_0 ( intptr_t value )
{
___m_Ptr_0 = value ;
}
} ;
// Native definition for P/Invoke marshalling of UnityEngine.Networking.UploadHandler
struct UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_pinvoke
{
intptr_t ___m_Ptr_0 ;
} ;
// Native definition for COM marshalling of UnityEngine.Networking.UploadHandler
struct UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_com
{
intptr_t ___m_Ptr_0 ;
} ;
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
public :
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 * ___delegates_11 ;
public :
inline static int32_t get_offset_of_delegates_11 ( ) { return static_cast < int32_t > ( offsetof ( MulticastDelegate_t , ___delegates_11 ) ) ; }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 * get_delegates_11 ( ) const { return ___delegates_11 ; }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 * * get_address_of_delegates_11 ( ) { return & ___delegates_11 ; }
inline void set_delegates_11 ( DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 * value )
{
___delegates_11 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___delegates_11 ) , ( void * ) value ) ;
}
} ;
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke * * ___delegates_11 ;
} ;
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com * * ___delegates_11 ;
} ;
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public :
public :
} ;
// System.Text.RegularExpressions.Regex
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF : public RuntimeObject
{
public :
// System.String System.Text.RegularExpressions.Regex::pattern
String_t * ___pattern_0 ;
// System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory
RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * ___factory_1 ;
// System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions
int32_t ___roptions_2 ;
// System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___internalMatchTimeout_5 ;
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___caps_8 ;
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___capnames_9 ;
// System.String[] System.Text.RegularExpressions.Regex::capslist
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * ___capslist_10 ;
// System.Int32 System.Text.RegularExpressions.Regex::capsize
int32_t ___capsize_11 ;
// System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::runnerref
ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * ___runnerref_12 ;
// System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.Regex::replref
SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * ___replref_13 ;
// System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::code
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * ___code_14 ;
// System.Boolean System.Text.RegularExpressions.Regex::refsInitialized
bool ___refsInitialized_15 ;
public :
inline static int32_t get_offset_of_pattern_0 ( ) { return static_cast < int32_t > ( offsetof ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF , ___pattern_0 ) ) ; }
inline String_t * get_pattern_0 ( ) const { return ___pattern_0 ; }
inline String_t * * get_address_of_pattern_0 ( ) { return & ___pattern_0 ; }
inline void set_pattern_0 ( String_t * value )
{
___pattern_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___pattern_0 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_factory_1 ( ) { return static_cast < int32_t > ( offsetof ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF , ___factory_1 ) ) ; }
inline RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * get_factory_1 ( ) const { return ___factory_1 ; }
inline RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * * get_address_of_factory_1 ( ) { return & ___factory_1 ; }
inline void set_factory_1 ( RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * value )
{
___factory_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___factory_1 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_roptions_2 ( ) { return static_cast < int32_t > ( offsetof ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF , ___roptions_2 ) ) ; }
inline int32_t get_roptions_2 ( ) const { return ___roptions_2 ; }
inline int32_t * get_address_of_roptions_2 ( ) { return & ___roptions_2 ; }
inline void set_roptions_2 ( int32_t value )
{
___roptions_2 = value ;
}
inline static int32_t get_offset_of_internalMatchTimeout_5 ( ) { return static_cast < int32_t > ( offsetof ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF , ___internalMatchTimeout_5 ) ) ; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_internalMatchTimeout_5 ( ) const { return ___internalMatchTimeout_5 ; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_internalMatchTimeout_5 ( ) { return & ___internalMatchTimeout_5 ; }
inline void set_internalMatchTimeout_5 ( TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value )
{
___internalMatchTimeout_5 = value ;
}
inline static int32_t get_offset_of_caps_8 ( ) { return static_cast < int32_t > ( offsetof ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF , ___caps_8 ) ) ; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_caps_8 ( ) const { return ___caps_8 ; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * * get_address_of_caps_8 ( ) { return & ___caps_8 ; }
inline void set_caps_8 ( Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value )
{
___caps_8 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___caps_8 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_capnames_9 ( ) { return static_cast < int32_t > ( offsetof ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF , ___capnames_9 ) ) ; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_capnames_9 ( ) const { return ___capnames_9 ; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * * get_address_of_capnames_9 ( ) { return & ___capnames_9 ; }
inline void set_capnames_9 ( Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value )
{
___capnames_9 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___capnames_9 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_capslist_10 ( ) { return static_cast < int32_t > ( offsetof ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF , ___capslist_10 ) ) ; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * get_capslist_10 ( ) const { return ___capslist_10 ; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * * get_address_of_capslist_10 ( ) { return & ___capslist_10 ; }
inline void set_capslist_10 ( StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * value )
{
___capslist_10 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___capslist_10 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_capsize_11 ( ) { return static_cast < int32_t > ( offsetof ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF , ___capsize_11 ) ) ; }
inline int32_t get_capsize_11 ( ) const { return ___capsize_11 ; }
inline int32_t * get_address_of_capsize_11 ( ) { return & ___capsize_11 ; }
inline void set_capsize_11 ( int32_t value )
{
___capsize_11 = value ;
}
inline static int32_t get_offset_of_runnerref_12 ( ) { return static_cast < int32_t > ( offsetof ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF , ___runnerref_12 ) ) ; }
inline ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * get_runnerref_12 ( ) const { return ___runnerref_12 ; }
inline ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * * get_address_of_runnerref_12 ( ) { return & ___runnerref_12 ; }
inline void set_runnerref_12 ( ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * value )
{
___runnerref_12 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___runnerref_12 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_replref_13 ( ) { return static_cast < int32_t > ( offsetof ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF , ___replref_13 ) ) ; }
inline SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * get_replref_13 ( ) const { return ___replref_13 ; }
inline SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * * get_address_of_replref_13 ( ) { return & ___replref_13 ; }
inline void set_replref_13 ( SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * value )
{
___replref_13 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___replref_13 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_code_14 ( ) { return static_cast < int32_t > ( offsetof ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF , ___code_14 ) ) ; }
inline RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * get_code_14 ( ) const { return ___code_14 ; }
inline RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * * get_address_of_code_14 ( ) { return & ___code_14 ; }
inline void set_code_14 ( RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * value )
{
___code_14 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___code_14 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_refsInitialized_15 ( ) { return static_cast < int32_t > ( offsetof ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF , ___refsInitialized_15 ) ) ; }
inline bool get_refsInitialized_15 ( ) const { return ___refsInitialized_15 ; }
inline bool * get_address_of_refsInitialized_15 ( ) { return & ___refsInitialized_15 ; }
inline void set_refsInitialized_15 ( bool value )
{
___refsInitialized_15 = value ;
}
} ;
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields
{
public :
// System.TimeSpan System.Text.RegularExpressions.Regex::MaximumMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaximumMatchTimeout_3 ;
// System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___InfiniteMatchTimeout_4 ;
// System.TimeSpan System.Text.RegularExpressions.Regex::FallbackDefaultMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___FallbackDefaultMatchTimeout_6 ;
// System.TimeSpan System.Text.RegularExpressions.Regex::DefaultMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___DefaultMatchTimeout_7 ;
// System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry> System.Text.RegularExpressions.Regex::livecode
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * ___livecode_16 ;
// System.Int32 System.Text.RegularExpressions.Regex::cacheSize
int32_t ___cacheSize_17 ;
public :
inline static int32_t get_offset_of_MaximumMatchTimeout_3 ( ) { return static_cast < int32_t > ( offsetof ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields , ___MaximumMatchTimeout_3 ) ) ; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaximumMatchTimeout_3 ( ) const { return ___MaximumMatchTimeout_3 ; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaximumMatchTimeout_3 ( ) { return & ___MaximumMatchTimeout_3 ; }
inline void set_MaximumMatchTimeout_3 ( TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value )
{
___MaximumMatchTimeout_3 = value ;
}
inline static int32_t get_offset_of_InfiniteMatchTimeout_4 ( ) { return static_cast < int32_t > ( offsetof ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields , ___InfiniteMatchTimeout_4 ) ) ; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_InfiniteMatchTimeout_4 ( ) const { return ___InfiniteMatchTimeout_4 ; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_InfiniteMatchTimeout_4 ( ) { return & ___InfiniteMatchTimeout_4 ; }
inline void set_InfiniteMatchTimeout_4 ( TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value )
{
___InfiniteMatchTimeout_4 = value ;
}
inline static int32_t get_offset_of_FallbackDefaultMatchTimeout_6 ( ) { return static_cast < int32_t > ( offsetof ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields , ___FallbackDefaultMatchTimeout_6 ) ) ; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_FallbackDefaultMatchTimeout_6 ( ) const { return ___FallbackDefaultMatchTimeout_6 ; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_FallbackDefaultMatchTimeout_6 ( ) { return & ___FallbackDefaultMatchTimeout_6 ; }
inline void set_FallbackDefaultMatchTimeout_6 ( TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value )
{
___FallbackDefaultMatchTimeout_6 = value ;
}
inline static int32_t get_offset_of_DefaultMatchTimeout_7 ( ) { return static_cast < int32_t > ( offsetof ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields , ___DefaultMatchTimeout_7 ) ) ; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_DefaultMatchTimeout_7 ( ) const { return ___DefaultMatchTimeout_7 ; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_DefaultMatchTimeout_7 ( ) { return & ___DefaultMatchTimeout_7 ; }
inline void set_DefaultMatchTimeout_7 ( TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value )
{
___DefaultMatchTimeout_7 = value ;
}
inline static int32_t get_offset_of_livecode_16 ( ) { return static_cast < int32_t > ( offsetof ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields , ___livecode_16 ) ) ; }
inline LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * get_livecode_16 ( ) const { return ___livecode_16 ; }
inline LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * * get_address_of_livecode_16 ( ) { return & ___livecode_16 ; }
inline void set_livecode_16 ( LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * value )
{
___livecode_16 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___livecode_16 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_cacheSize_17 ( ) { return static_cast < int32_t > ( offsetof ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields , ___cacheSize_17 ) ) ; }
inline int32_t get_cacheSize_17 ( ) const { return ___cacheSize_17 ; }
inline int32_t * get_address_of_cacheSize_17 ( ) { return & ___cacheSize_17 ; }
inline void set_cacheSize_17 ( int32_t value )
{
___cacheSize_17 = value ;
}
} ;
// System.Uri
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E : public RuntimeObject
{
public :
// System.String System.Uri::m_String
2025-09-01 17:41:29 +08:00
String_t * ___m_String_13 ;
2025-06-20 11:52:54 +08:00
// System.String System.Uri::m_originalUnicodeString
2025-09-01 17:41:29 +08:00
String_t * ___m_originalUnicodeString_14 ;
2025-06-20 11:52:54 +08:00
// System.UriParser System.Uri::m_Syntax
2025-09-01 17:41:29 +08:00
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___m_Syntax_15 ;
2025-06-20 11:52:54 +08:00
// System.String System.Uri::m_DnsSafeHost
2025-09-01 17:41:29 +08:00
String_t * ___m_DnsSafeHost_16 ;
2025-06-20 11:52:54 +08:00
// System.Uri_Flags System.Uri::m_Flags
2025-09-01 17:41:29 +08:00
uint64_t ___m_Flags_17 ;
2025-06-20 11:52:54 +08:00
// System.Uri_UriInfo System.Uri::m_Info
2025-09-01 17:41:29 +08:00
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * ___m_Info_18 ;
2025-06-20 11:52:54 +08:00
// System.Boolean System.Uri::m_iriParsing
2025-09-01 17:41:29 +08:00
bool ___m_iriParsing_19 ;
2025-06-20 11:52:54 +08:00
public :
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_m_String_13 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E , ___m_String_13 ) ) ; }
inline String_t * get_m_String_13 ( ) const { return ___m_String_13 ; }
inline String_t * * get_address_of_m_String_13 ( ) { return & ___m_String_13 ; }
inline void set_m_String_13 ( String_t * value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___m_String_13 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_String_13 ) , ( void * ) value ) ;
2025-06-20 11:52:54 +08:00
}
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_m_originalUnicodeString_14 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E , ___m_originalUnicodeString_14 ) ) ; }
inline String_t * get_m_originalUnicodeString_14 ( ) const { return ___m_originalUnicodeString_14 ; }
inline String_t * * get_address_of_m_originalUnicodeString_14 ( ) { return & ___m_originalUnicodeString_14 ; }
inline void set_m_originalUnicodeString_14 ( String_t * value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___m_originalUnicodeString_14 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_originalUnicodeString_14 ) , ( void * ) value ) ;
2025-06-20 11:52:54 +08:00
}
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_m_Syntax_15 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E , ___m_Syntax_15 ) ) ; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_m_Syntax_15 ( ) const { return ___m_Syntax_15 ; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * * get_address_of_m_Syntax_15 ( ) { return & ___m_Syntax_15 ; }
inline void set_m_Syntax_15 ( UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___m_Syntax_15 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_Syntax_15 ) , ( void * ) value ) ;
2025-06-20 11:52:54 +08:00
}
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_m_DnsSafeHost_16 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E , ___m_DnsSafeHost_16 ) ) ; }
inline String_t * get_m_DnsSafeHost_16 ( ) const { return ___m_DnsSafeHost_16 ; }
inline String_t * * get_address_of_m_DnsSafeHost_16 ( ) { return & ___m_DnsSafeHost_16 ; }
inline void set_m_DnsSafeHost_16 ( String_t * value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___m_DnsSafeHost_16 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_DnsSafeHost_16 ) , ( void * ) value ) ;
2025-06-20 11:52:54 +08:00
}
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_m_Flags_17 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E , ___m_Flags_17 ) ) ; }
inline uint64_t get_m_Flags_17 ( ) const { return ___m_Flags_17 ; }
inline uint64_t * get_address_of_m_Flags_17 ( ) { return & ___m_Flags_17 ; }
inline void set_m_Flags_17 ( uint64_t value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___m_Flags_17 = value ;
2025-06-20 11:52:54 +08:00
}
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_m_Info_18 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E , ___m_Info_18 ) ) ; }
inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * get_m_Info_18 ( ) const { return ___m_Info_18 ; }
inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * * get_address_of_m_Info_18 ( ) { return & ___m_Info_18 ; }
inline void set_m_Info_18 ( UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___m_Info_18 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_Info_18 ) , ( void * ) value ) ;
2025-06-20 11:52:54 +08:00
}
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_m_iriParsing_19 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E , ___m_iriParsing_19 ) ) ; }
inline bool get_m_iriParsing_19 ( ) const { return ___m_iriParsing_19 ; }
inline bool * get_address_of_m_iriParsing_19 ( ) { return & ___m_iriParsing_19 ; }
inline void set_m_iriParsing_19 ( bool value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___m_iriParsing_19 = value ;
2025-06-20 11:52:54 +08:00
}
} ;
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields
{
public :
// System.String System.Uri::UriSchemeFile
String_t * ___UriSchemeFile_0 ;
// System.String System.Uri::UriSchemeFtp
String_t * ___UriSchemeFtp_1 ;
// System.String System.Uri::UriSchemeGopher
String_t * ___UriSchemeGopher_2 ;
// System.String System.Uri::UriSchemeHttp
String_t * ___UriSchemeHttp_3 ;
// System.String System.Uri::UriSchemeHttps
String_t * ___UriSchemeHttps_4 ;
// System.String System.Uri::UriSchemeWs
String_t * ___UriSchemeWs_5 ;
// System.String System.Uri::UriSchemeWss
String_t * ___UriSchemeWss_6 ;
// System.String System.Uri::UriSchemeMailto
String_t * ___UriSchemeMailto_7 ;
// System.String System.Uri::UriSchemeNews
String_t * ___UriSchemeNews_8 ;
// System.String System.Uri::UriSchemeNntp
String_t * ___UriSchemeNntp_9 ;
// System.String System.Uri::UriSchemeNetTcp
String_t * ___UriSchemeNetTcp_10 ;
// System.String System.Uri::UriSchemeNetPipe
String_t * ___UriSchemeNetPipe_11 ;
// System.String System.Uri::SchemeDelimiter
String_t * ___SchemeDelimiter_12 ;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized
2025-09-01 17:41:29 +08:00
bool ___s_ConfigInitialized_20 ;
2025-06-20 11:52:54 +08:00
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing
2025-09-01 17:41:29 +08:00
bool ___s_ConfigInitializing_21 ;
2025-06-20 11:52:54 +08:00
// System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope
2025-09-01 17:41:29 +08:00
int32_t ___s_IdnScope_22 ;
2025-06-20 11:52:54 +08:00
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing
2025-09-01 17:41:29 +08:00
bool ___s_IriParsing_23 ;
2025-06-20 11:52:54 +08:00
// System.Boolean System.Uri::useDotNetRelativeOrAbsolute
2025-09-01 17:41:29 +08:00
bool ___useDotNetRelativeOrAbsolute_24 ;
2025-06-20 11:52:54 +08:00
// System.Boolean System.Uri::IsWindowsFileSystem
2025-09-01 17:41:29 +08:00
bool ___IsWindowsFileSystem_25 ;
2025-06-20 11:52:54 +08:00
// System.Object System.Uri::s_initLock
2025-09-01 17:41:29 +08:00
RuntimeObject * ___s_initLock_26 ;
2025-06-20 11:52:54 +08:00
// System.Char[] System.Uri::HexLowerChars
2025-09-01 17:41:29 +08:00
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * ___HexLowerChars_27 ;
2025-06-20 11:52:54 +08:00
// System.Char[] System.Uri::_WSchars
2025-09-01 17:41:29 +08:00
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * ____WSchars_28 ;
2025-06-20 11:52:54 +08:00
public :
inline static int32_t get_offset_of_UriSchemeFile_0 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields , ___UriSchemeFile_0 ) ) ; }
inline String_t * get_UriSchemeFile_0 ( ) const { return ___UriSchemeFile_0 ; }
inline String_t * * get_address_of_UriSchemeFile_0 ( ) { return & ___UriSchemeFile_0 ; }
inline void set_UriSchemeFile_0 ( String_t * value )
{
___UriSchemeFile_0 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___UriSchemeFile_0 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_UriSchemeFtp_1 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields , ___UriSchemeFtp_1 ) ) ; }
inline String_t * get_UriSchemeFtp_1 ( ) const { return ___UriSchemeFtp_1 ; }
inline String_t * * get_address_of_UriSchemeFtp_1 ( ) { return & ___UriSchemeFtp_1 ; }
inline void set_UriSchemeFtp_1 ( String_t * value )
{
___UriSchemeFtp_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___UriSchemeFtp_1 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_UriSchemeGopher_2 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields , ___UriSchemeGopher_2 ) ) ; }
inline String_t * get_UriSchemeGopher_2 ( ) const { return ___UriSchemeGopher_2 ; }
inline String_t * * get_address_of_UriSchemeGopher_2 ( ) { return & ___UriSchemeGopher_2 ; }
inline void set_UriSchemeGopher_2 ( String_t * value )
{
___UriSchemeGopher_2 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___UriSchemeGopher_2 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_UriSchemeHttp_3 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields , ___UriSchemeHttp_3 ) ) ; }
inline String_t * get_UriSchemeHttp_3 ( ) const { return ___UriSchemeHttp_3 ; }
inline String_t * * get_address_of_UriSchemeHttp_3 ( ) { return & ___UriSchemeHttp_3 ; }
inline void set_UriSchemeHttp_3 ( String_t * value )
{
___UriSchemeHttp_3 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___UriSchemeHttp_3 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_UriSchemeHttps_4 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields , ___UriSchemeHttps_4 ) ) ; }
inline String_t * get_UriSchemeHttps_4 ( ) const { return ___UriSchemeHttps_4 ; }
inline String_t * * get_address_of_UriSchemeHttps_4 ( ) { return & ___UriSchemeHttps_4 ; }
inline void set_UriSchemeHttps_4 ( String_t * value )
{
___UriSchemeHttps_4 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___UriSchemeHttps_4 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_UriSchemeWs_5 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields , ___UriSchemeWs_5 ) ) ; }
inline String_t * get_UriSchemeWs_5 ( ) const { return ___UriSchemeWs_5 ; }
inline String_t * * get_address_of_UriSchemeWs_5 ( ) { return & ___UriSchemeWs_5 ; }
inline void set_UriSchemeWs_5 ( String_t * value )
{
___UriSchemeWs_5 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___UriSchemeWs_5 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_UriSchemeWss_6 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields , ___UriSchemeWss_6 ) ) ; }
inline String_t * get_UriSchemeWss_6 ( ) const { return ___UriSchemeWss_6 ; }
inline String_t * * get_address_of_UriSchemeWss_6 ( ) { return & ___UriSchemeWss_6 ; }
inline void set_UriSchemeWss_6 ( String_t * value )
{
___UriSchemeWss_6 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___UriSchemeWss_6 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_UriSchemeMailto_7 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields , ___UriSchemeMailto_7 ) ) ; }
inline String_t * get_UriSchemeMailto_7 ( ) const { return ___UriSchemeMailto_7 ; }
inline String_t * * get_address_of_UriSchemeMailto_7 ( ) { return & ___UriSchemeMailto_7 ; }
inline void set_UriSchemeMailto_7 ( String_t * value )
{
___UriSchemeMailto_7 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___UriSchemeMailto_7 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_UriSchemeNews_8 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields , ___UriSchemeNews_8 ) ) ; }
inline String_t * get_UriSchemeNews_8 ( ) const { return ___UriSchemeNews_8 ; }
inline String_t * * get_address_of_UriSchemeNews_8 ( ) { return & ___UriSchemeNews_8 ; }
inline void set_UriSchemeNews_8 ( String_t * value )
{
___UriSchemeNews_8 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___UriSchemeNews_8 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_UriSchemeNntp_9 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields , ___UriSchemeNntp_9 ) ) ; }
inline String_t * get_UriSchemeNntp_9 ( ) const { return ___UriSchemeNntp_9 ; }
inline String_t * * get_address_of_UriSchemeNntp_9 ( ) { return & ___UriSchemeNntp_9 ; }
inline void set_UriSchemeNntp_9 ( String_t * value )
{
___UriSchemeNntp_9 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___UriSchemeNntp_9 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_UriSchemeNetTcp_10 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields , ___UriSchemeNetTcp_10 ) ) ; }
inline String_t * get_UriSchemeNetTcp_10 ( ) const { return ___UriSchemeNetTcp_10 ; }
inline String_t * * get_address_of_UriSchemeNetTcp_10 ( ) { return & ___UriSchemeNetTcp_10 ; }
inline void set_UriSchemeNetTcp_10 ( String_t * value )
{
___UriSchemeNetTcp_10 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___UriSchemeNetTcp_10 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_UriSchemeNetPipe_11 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields , ___UriSchemeNetPipe_11 ) ) ; }
inline String_t * get_UriSchemeNetPipe_11 ( ) const { return ___UriSchemeNetPipe_11 ; }
inline String_t * * get_address_of_UriSchemeNetPipe_11 ( ) { return & ___UriSchemeNetPipe_11 ; }
inline void set_UriSchemeNetPipe_11 ( String_t * value )
{
___UriSchemeNetPipe_11 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___UriSchemeNetPipe_11 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_SchemeDelimiter_12 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields , ___SchemeDelimiter_12 ) ) ; }
inline String_t * get_SchemeDelimiter_12 ( ) const { return ___SchemeDelimiter_12 ; }
inline String_t * * get_address_of_SchemeDelimiter_12 ( ) { return & ___SchemeDelimiter_12 ; }
inline void set_SchemeDelimiter_12 ( String_t * value )
{
___SchemeDelimiter_12 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___SchemeDelimiter_12 ) , ( void * ) value ) ;
}
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_s_ConfigInitialized_20 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields , ___s_ConfigInitialized_20 ) ) ; }
inline bool get_s_ConfigInitialized_20 ( ) const { return ___s_ConfigInitialized_20 ; }
inline bool * get_address_of_s_ConfigInitialized_20 ( ) { return & ___s_ConfigInitialized_20 ; }
inline void set_s_ConfigInitialized_20 ( bool value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___s_ConfigInitialized_20 = value ;
2025-06-20 11:52:54 +08:00
}
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_s_ConfigInitializing_21 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields , ___s_ConfigInitializing_21 ) ) ; }
inline bool get_s_ConfigInitializing_21 ( ) const { return ___s_ConfigInitializing_21 ; }
inline bool * get_address_of_s_ConfigInitializing_21 ( ) { return & ___s_ConfigInitializing_21 ; }
inline void set_s_ConfigInitializing_21 ( bool value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___s_ConfigInitializing_21 = value ;
2025-06-20 11:52:54 +08:00
}
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_s_IdnScope_22 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields , ___s_IdnScope_22 ) ) ; }
inline int32_t get_s_IdnScope_22 ( ) const { return ___s_IdnScope_22 ; }
inline int32_t * get_address_of_s_IdnScope_22 ( ) { return & ___s_IdnScope_22 ; }
inline void set_s_IdnScope_22 ( int32_t value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___s_IdnScope_22 = value ;
2025-06-20 11:52:54 +08:00
}
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_s_IriParsing_23 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields , ___s_IriParsing_23 ) ) ; }
inline bool get_s_IriParsing_23 ( ) const { return ___s_IriParsing_23 ; }
inline bool * get_address_of_s_IriParsing_23 ( ) { return & ___s_IriParsing_23 ; }
inline void set_s_IriParsing_23 ( bool value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___s_IriParsing_23 = value ;
2025-06-20 11:52:54 +08:00
}
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_24 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields , ___useDotNetRelativeOrAbsolute_24 ) ) ; }
inline bool get_useDotNetRelativeOrAbsolute_24 ( ) const { return ___useDotNetRelativeOrAbsolute_24 ; }
inline bool * get_address_of_useDotNetRelativeOrAbsolute_24 ( ) { return & ___useDotNetRelativeOrAbsolute_24 ; }
inline void set_useDotNetRelativeOrAbsolute_24 ( bool value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___useDotNetRelativeOrAbsolute_24 = value ;
2025-06-20 11:52:54 +08:00
}
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_IsWindowsFileSystem_25 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields , ___IsWindowsFileSystem_25 ) ) ; }
inline bool get_IsWindowsFileSystem_25 ( ) const { return ___IsWindowsFileSystem_25 ; }
inline bool * get_address_of_IsWindowsFileSystem_25 ( ) { return & ___IsWindowsFileSystem_25 ; }
inline void set_IsWindowsFileSystem_25 ( bool value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___IsWindowsFileSystem_25 = value ;
2025-06-20 11:52:54 +08:00
}
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_s_initLock_26 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields , ___s_initLock_26 ) ) ; }
inline RuntimeObject * get_s_initLock_26 ( ) const { return ___s_initLock_26 ; }
inline RuntimeObject * * get_address_of_s_initLock_26 ( ) { return & ___s_initLock_26 ; }
inline void set_s_initLock_26 ( RuntimeObject * value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___s_initLock_26 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___s_initLock_26 ) , ( void * ) value ) ;
2025-06-20 11:52:54 +08:00
}
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of_HexLowerChars_27 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields , ___HexLowerChars_27 ) ) ; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * get_HexLowerChars_27 ( ) const { return ___HexLowerChars_27 ; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * * get_address_of_HexLowerChars_27 ( ) { return & ___HexLowerChars_27 ; }
inline void set_HexLowerChars_27 ( CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
___HexLowerChars_27 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___HexLowerChars_27 ) , ( void * ) value ) ;
2025-06-20 11:52:54 +08:00
}
2025-09-01 17:41:29 +08:00
inline static int32_t get_offset_of__WSchars_28 ( ) { return static_cast < int32_t > ( offsetof ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields , ____WSchars_28 ) ) ; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * get__WSchars_28 ( ) const { return ____WSchars_28 ; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * * get_address_of__WSchars_28 ( ) { return & ____WSchars_28 ; }
inline void set__WSchars_28 ( CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * value )
2025-06-20 11:52:54 +08:00
{
2025-09-01 17:41:29 +08:00
____WSchars_28 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ____WSchars_28 ) , ( void * ) value ) ;
2025-06-20 11:52:54 +08:00
}
} ;
// UnityEngine.Networking.DownloadHandlerBuffer
struct DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255 : public DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9
{
public :
public :
} ;
// Native definition for P/Invoke marshalling of UnityEngine.Networking.DownloadHandlerBuffer
struct DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255_marshaled_pinvoke : public DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_pinvoke
{
} ;
// Native definition for COM marshalling of UnityEngine.Networking.DownloadHandlerBuffer
struct DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255_marshaled_com : public DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_com
{
} ;
// UnityEngine.Networking.UnityWebRequest
struct UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 : public RuntimeObject
{
public :
// System.IntPtr UnityEngine.Networking.UnityWebRequest::m_Ptr
intptr_t ___m_Ptr_0 ;
// UnityEngine.Networking.DownloadHandler UnityEngine.Networking.UnityWebRequest::m_DownloadHandler
DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * ___m_DownloadHandler_1 ;
// UnityEngine.Networking.UploadHandler UnityEngine.Networking.UnityWebRequest::m_UploadHandler
UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * ___m_UploadHandler_2 ;
// UnityEngine.Networking.CertificateHandler UnityEngine.Networking.UnityWebRequest::m_CertificateHandler
CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * ___m_CertificateHandler_3 ;
// System.Uri UnityEngine.Networking.UnityWebRequest::m_Uri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___m_Uri_4 ;
// System.Boolean UnityEngine.Networking.UnityWebRequest::<disposeCertificateHandlerOnDispose>k__BackingField
bool ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5 ;
// System.Boolean UnityEngine.Networking.UnityWebRequest::<disposeDownloadHandlerOnDispose>k__BackingField
bool ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6 ;
// System.Boolean UnityEngine.Networking.UnityWebRequest::<disposeUploadHandlerOnDispose>k__BackingField
bool ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7 ;
public :
inline static int32_t get_offset_of_m_Ptr_0 ( ) { return static_cast < int32_t > ( offsetof ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 , ___m_Ptr_0 ) ) ; }
inline intptr_t get_m_Ptr_0 ( ) const { return ___m_Ptr_0 ; }
inline intptr_t * get_address_of_m_Ptr_0 ( ) { return & ___m_Ptr_0 ; }
inline void set_m_Ptr_0 ( intptr_t value )
{
___m_Ptr_0 = value ;
}
inline static int32_t get_offset_of_m_DownloadHandler_1 ( ) { return static_cast < int32_t > ( offsetof ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 , ___m_DownloadHandler_1 ) ) ; }
inline DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * get_m_DownloadHandler_1 ( ) const { return ___m_DownloadHandler_1 ; }
inline DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * * get_address_of_m_DownloadHandler_1 ( ) { return & ___m_DownloadHandler_1 ; }
inline void set_m_DownloadHandler_1 ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * value )
{
___m_DownloadHandler_1 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_DownloadHandler_1 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_m_UploadHandler_2 ( ) { return static_cast < int32_t > ( offsetof ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 , ___m_UploadHandler_2 ) ) ; }
inline UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * get_m_UploadHandler_2 ( ) const { return ___m_UploadHandler_2 ; }
inline UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * * get_address_of_m_UploadHandler_2 ( ) { return & ___m_UploadHandler_2 ; }
inline void set_m_UploadHandler_2 ( UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * value )
{
___m_UploadHandler_2 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_UploadHandler_2 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_m_CertificateHandler_3 ( ) { return static_cast < int32_t > ( offsetof ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 , ___m_CertificateHandler_3 ) ) ; }
inline CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * get_m_CertificateHandler_3 ( ) const { return ___m_CertificateHandler_3 ; }
inline CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * * get_address_of_m_CertificateHandler_3 ( ) { return & ___m_CertificateHandler_3 ; }
inline void set_m_CertificateHandler_3 ( CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * value )
{
___m_CertificateHandler_3 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_CertificateHandler_3 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_m_Uri_4 ( ) { return static_cast < int32_t > ( offsetof ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 , ___m_Uri_4 ) ) ; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_m_Uri_4 ( ) const { return ___m_Uri_4 ; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * * get_address_of_m_Uri_4 ( ) { return & ___m_Uri_4 ; }
inline void set_m_Uri_4 ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value )
{
___m_Uri_4 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_Uri_4 ) , ( void * ) value ) ;
}
inline static int32_t get_offset_of_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5 ( ) { return static_cast < int32_t > ( offsetof ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 , ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5 ) ) ; }
inline bool get_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5 ( ) const { return ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5 ; }
inline bool * get_address_of_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5 ( ) { return & ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5 ; }
inline void set_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5 ( bool value )
{
___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5 = value ;
}
inline static int32_t get_offset_of_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6 ( ) { return static_cast < int32_t > ( offsetof ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 , ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6 ) ) ; }
inline bool get_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6 ( ) const { return ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6 ; }
inline bool * get_address_of_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6 ( ) { return & ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6 ; }
inline void set_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6 ( bool value )
{
___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6 = value ;
}
inline static int32_t get_offset_of_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7 ( ) { return static_cast < int32_t > ( offsetof ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 , ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7 ) ) ; }
inline bool get_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7 ( ) const { return ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7 ; }
inline bool * get_address_of_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7 ( ) { return & ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7 ; }
inline void set_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7 ( bool value )
{
___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7 = value ;
}
} ;
// Native definition for P/Invoke marshalling of UnityEngine.Networking.UnityWebRequest
struct UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshaled_pinvoke
{
intptr_t ___m_Ptr_0 ;
DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_pinvoke ___m_DownloadHandler_1 ;
UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_pinvoke ___m_UploadHandler_2 ;
CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_pinvoke ___m_CertificateHandler_3 ;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___m_Uri_4 ;
int32_t ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5 ;
int32_t ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6 ;
int32_t ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7 ;
} ;
// Native definition for COM marshalling of UnityEngine.Networking.UnityWebRequest
struct UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshaled_com
{
intptr_t ___m_Ptr_0 ;
DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_com * ___m_DownloadHandler_1 ;
UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_com * ___m_UploadHandler_2 ;
CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_com * ___m_CertificateHandler_3 ;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___m_Uri_4 ;
int32_t ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5 ;
int32_t ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6 ;
int32_t ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7 ;
} ;
// UnityEngine.Networking.UnityWebRequestAsyncOperation
struct UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 : public AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D
{
public :
// UnityEngine.Networking.UnityWebRequest UnityEngine.Networking.UnityWebRequestAsyncOperation::<webRequest>k__BackingField
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ___U3CwebRequestU3Ek__BackingField_2 ;
public :
inline static int32_t get_offset_of_U3CwebRequestU3Ek__BackingField_2 ( ) { return static_cast < int32_t > ( offsetof ( UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 , ___U3CwebRequestU3Ek__BackingField_2 ) ) ; }
inline UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * get_U3CwebRequestU3Ek__BackingField_2 ( ) const { return ___U3CwebRequestU3Ek__BackingField_2 ; }
inline UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * * get_address_of_U3CwebRequestU3Ek__BackingField_2 ( ) { return & ___U3CwebRequestU3Ek__BackingField_2 ; }
inline void set_U3CwebRequestU3Ek__BackingField_2 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * value )
{
___U3CwebRequestU3Ek__BackingField_2 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___U3CwebRequestU3Ek__BackingField_2 ) , ( void * ) value ) ;
}
} ;
// Native definition for P/Invoke marshalling of UnityEngine.Networking.UnityWebRequestAsyncOperation
struct UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353_marshaled_pinvoke : public AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshaled_pinvoke
{
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshaled_pinvoke * ___U3CwebRequestU3Ek__BackingField_2 ;
} ;
// Native definition for COM marshalling of UnityEngine.Networking.UnityWebRequestAsyncOperation
struct UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353_marshaled_com : public AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshaled_com
{
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshaled_com * ___U3CwebRequestU3Ek__BackingField_2 ;
} ;
// UnityEngine.Networking.UploadHandlerRaw
struct UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27 : public UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4
{
public :
public :
} ;
// Native definition for P/Invoke marshalling of UnityEngine.Networking.UploadHandlerRaw
struct UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27_marshaled_pinvoke : public UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_pinvoke
{
} ;
// Native definition for COM marshalling of UnityEngine.Networking.UploadHandlerRaw
struct UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27_marshaled_com : public UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_com
{
} ;
// System.Action`1<UnityEngine.AsyncOperation>
struct Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 : public MulticastDelegate_t
{
public :
public :
} ;
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public :
// System.String System.ArgumentException::m_paramName
String_t * ___m_paramName_17 ;
public :
inline static int32_t get_offset_of_m_paramName_17 ( ) { return static_cast < int32_t > ( offsetof ( ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 , ___m_paramName_17 ) ) ; }
inline String_t * get_m_paramName_17 ( ) const { return ___m_paramName_17 ; }
inline String_t * * get_address_of_m_paramName_17 ( ) { return & ___m_paramName_17 ; }
inline void set_m_paramName_17 ( String_t * value )
{
___m_paramName_17 = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) ( & ___m_paramName_17 ) , ( void * ) value ) ;
}
} ;
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public :
public :
} ;
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public :
public :
} ;
# ifdef __clang__
# pragma clang diagnostic pop
# endif
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
{
public :
ALIGN_FIELD ( 8 ) uint8_t m_Items [ 1 ] ;
public :
inline uint8_t GetAt ( il2cpp_array_size_t index ) const
{
IL2CPP_ARRAY_BOUNDS_CHECK ( index , ( uint32_t ) ( this ) - > max_length ) ;
return m_Items [ index ] ;
}
inline uint8_t * GetAddressAt ( il2cpp_array_size_t index )
{
IL2CPP_ARRAY_BOUNDS_CHECK ( index , ( uint32_t ) ( this ) - > max_length ) ;
return m_Items + index ;
}
inline void SetAt ( il2cpp_array_size_t index , uint8_t value )
{
IL2CPP_ARRAY_BOUNDS_CHECK ( index , ( uint32_t ) ( this ) - > max_length ) ;
m_Items [ index ] = value ;
}
inline uint8_t GetAtUnchecked ( il2cpp_array_size_t index ) const
{
return m_Items [ index ] ;
}
inline uint8_t * GetAddressAtUnchecked ( il2cpp_array_size_t index )
{
return m_Items + index ;
}
inline void SetAtUnchecked ( il2cpp_array_size_t index , uint8_t value )
{
m_Items [ index ] = value ;
}
} ;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray
{
public :
ALIGN_FIELD ( 8 ) Il2CppChar m_Items [ 1 ] ;
public :
inline Il2CppChar GetAt ( il2cpp_array_size_t index ) const
{
IL2CPP_ARRAY_BOUNDS_CHECK ( index , ( uint32_t ) ( this ) - > max_length ) ;
return m_Items [ index ] ;
}
inline Il2CppChar * GetAddressAt ( il2cpp_array_size_t index )
{
IL2CPP_ARRAY_BOUNDS_CHECK ( index , ( uint32_t ) ( this ) - > max_length ) ;
return m_Items + index ;
}
inline void SetAt ( il2cpp_array_size_t index , Il2CppChar value )
{
IL2CPP_ARRAY_BOUNDS_CHECK ( index , ( uint32_t ) ( this ) - > max_length ) ;
m_Items [ index ] = value ;
}
inline Il2CppChar GetAtUnchecked ( il2cpp_array_size_t index ) const
{
return m_Items [ index ] ;
}
inline Il2CppChar * GetAddressAtUnchecked ( il2cpp_array_size_t index )
{
return m_Items + index ;
}
inline void SetAtUnchecked ( il2cpp_array_size_t index , Il2CppChar value )
{
m_Items [ index ] = value ;
}
} ;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
{
public :
ALIGN_FIELD ( 8 ) String_t * m_Items [ 1 ] ;
public :
inline String_t * GetAt ( il2cpp_array_size_t index ) const
{
IL2CPP_ARRAY_BOUNDS_CHECK ( index , ( uint32_t ) ( this ) - > max_length ) ;
return m_Items [ index ] ;
}
inline String_t * * GetAddressAt ( il2cpp_array_size_t index )
{
IL2CPP_ARRAY_BOUNDS_CHECK ( index , ( uint32_t ) ( this ) - > max_length ) ;
return m_Items + index ;
}
inline void SetAt ( il2cpp_array_size_t index , String_t * value )
{
IL2CPP_ARRAY_BOUNDS_CHECK ( index , ( uint32_t ) ( this ) - > max_length ) ;
m_Items [ index ] = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) m_Items + index , ( void * ) value ) ;
}
inline String_t * GetAtUnchecked ( il2cpp_array_size_t index ) const
{
return m_Items [ index ] ;
}
inline String_t * * GetAddressAtUnchecked ( il2cpp_array_size_t index )
{
return m_Items + index ;
}
inline void SetAtUnchecked ( il2cpp_array_size_t index , String_t * value )
{
m_Items [ index ] = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) m_Items + index , ( void * ) value ) ;
}
} ;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
{
public :
ALIGN_FIELD ( 8 ) RuntimeObject * m_Items [ 1 ] ;
public :
inline RuntimeObject * GetAt ( il2cpp_array_size_t index ) const
{
IL2CPP_ARRAY_BOUNDS_CHECK ( index , ( uint32_t ) ( this ) - > max_length ) ;
return m_Items [ index ] ;
}
inline RuntimeObject * * GetAddressAt ( il2cpp_array_size_t index )
{
IL2CPP_ARRAY_BOUNDS_CHECK ( index , ( uint32_t ) ( this ) - > max_length ) ;
return m_Items + index ;
}
inline void SetAt ( il2cpp_array_size_t index , RuntimeObject * value )
{
IL2CPP_ARRAY_BOUNDS_CHECK ( index , ( uint32_t ) ( this ) - > max_length ) ;
m_Items [ index ] = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) m_Items + index , ( void * ) value ) ;
}
inline RuntimeObject * GetAtUnchecked ( il2cpp_array_size_t index ) const
{
return m_Items [ index ] ;
}
inline RuntimeObject * * GetAddressAtUnchecked ( il2cpp_array_size_t index )
{
return m_Items + index ;
}
inline void SetAtUnchecked ( il2cpp_array_size_t index , RuntimeObject * value )
{
m_Items [ index ] = value ;
Il2CppCodeGenWriteBarrier ( ( void * * ) m_Items + index , ( void * ) value ) ;
}
} ;
IL2CPP_EXTERN_C void DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshal_pinvoke ( const DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 & unmarshaled , DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_pinvoke & marshaled ) ;
IL2CPP_EXTERN_C void DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshal_pinvoke_back ( const DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_pinvoke & marshaled , DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 & unmarshaled ) ;
IL2CPP_EXTERN_C void DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshal_pinvoke_cleanup ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_pinvoke & marshaled ) ;
IL2CPP_EXTERN_C void UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshal_pinvoke ( const UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 & unmarshaled , UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_pinvoke & marshaled ) ;
IL2CPP_EXTERN_C void UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshal_pinvoke_back ( const UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_pinvoke & marshaled , UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 & unmarshaled ) ;
IL2CPP_EXTERN_C void UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshal_pinvoke_cleanup ( UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_pinvoke & marshaled ) ;
IL2CPP_EXTERN_C void CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshal_pinvoke ( const CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 & unmarshaled , CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_pinvoke & marshaled ) ;
IL2CPP_EXTERN_C void CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshal_pinvoke_back ( const CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_pinvoke & marshaled , CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 & unmarshaled ) ;
IL2CPP_EXTERN_C void CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshal_pinvoke_cleanup ( CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_pinvoke & marshaled ) ;
IL2CPP_EXTERN_C void DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshal_com ( const DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 & unmarshaled , DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_com & marshaled ) ;
IL2CPP_EXTERN_C void DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshal_com_back ( const DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_com & marshaled , DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 & unmarshaled ) ;
IL2CPP_EXTERN_C void DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshal_com_cleanup ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_com & marshaled ) ;
IL2CPP_EXTERN_C void UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshal_com ( const UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 & unmarshaled , UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_com & marshaled ) ;
IL2CPP_EXTERN_C void UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshal_com_back ( const UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_com & marshaled , UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 & unmarshaled ) ;
IL2CPP_EXTERN_C void UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshal_com_cleanup ( UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_com & marshaled ) ;
IL2CPP_EXTERN_C void CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshal_com ( const CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 & unmarshaled , CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_com & marshaled ) ;
IL2CPP_EXTERN_C void CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshal_com_back ( const CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_com & marshaled , CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 & unmarshaled ) ;
IL2CPP_EXTERN_C void CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshal_com_cleanup ( CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_com & marshaled ) ;
IL2CPP_EXTERN_C void UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshal_pinvoke ( const UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 & unmarshaled , UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshaled_pinvoke & marshaled ) ;
IL2CPP_EXTERN_C void UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshal_pinvoke_back ( const UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshaled_pinvoke & marshaled , UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 & unmarshaled ) ;
IL2CPP_EXTERN_C void UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshal_pinvoke_cleanup ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshaled_pinvoke & marshaled ) ;
IL2CPP_EXTERN_C void UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshal_com ( const UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 & unmarshaled , UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshaled_com & marshaled ) ;
IL2CPP_EXTERN_C void UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshal_com_back ( const UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshaled_com & marshaled , UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 & unmarshaled ) ;
IL2CPP_EXTERN_C void UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshal_com_cleanup ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshaled_com & marshaled ) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mA2D668E3A40E3C873F8E2AF89A76E0397C7DE90E_gshared ( Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this , int32_t ___capacity0 , RuntimeObject * ___comparer1 , const RuntimeMethod * method ) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Add(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared ( Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this , RuntimeObject * ___key0 , RuntimeObject * ___value1 , const RuntimeMethod * method ) ;
// System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared ( Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this , const RuntimeMethod * method ) ;
// System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::get_Current()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline ( Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this , const RuntimeMethod * method ) ;
// !0 System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Key()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_gshared_inline ( KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this , const RuntimeMethod * method ) ;
// !1 System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline ( KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this , const RuntimeMethod * method ) ;
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared ( Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this , const RuntimeMethod * method ) ;
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_gshared ( Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this , const RuntimeMethod * method ) ;
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared ( List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this , const RuntimeMethod * method ) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared ( List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this , RuntimeObject * ___item0 , const RuntimeMethod * method ) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared ( Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this , const RuntimeMethod * method ) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::set_Item(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared ( Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this , RuntimeObject * ___key0 , RuntimeObject * ___value1 , const RuntimeMethod * method ) ;
// !0 System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline ( List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this , int32_t ___index0 , const RuntimeMethod * method ) ;
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline ( List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this , const RuntimeMethod * method ) ;
// System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61 ( intptr_t ___value10 , intptr_t ___value21 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.CertificateHandler::Release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateHandler_Release_m8D680D11AF8B070587DA5C73E2AE652208BDA90A ( CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * __this , const RuntimeMethod * method ) ;
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 ( RuntimeObject * __this , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.DownloadHandler::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DownloadHandler_Dispose_m7478E72B2DBA4B55FAA25F7A1975A13BA5891D4B ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * __this , const RuntimeMethod * method ) ;
// System.Void System.Object::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 ( RuntimeObject * __this , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.DownloadHandler::Release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DownloadHandler_Release_m913DA503E4183F3323A3D0121FFC978D0F220D5D ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * __this , const RuntimeMethod * method ) ;
// System.Text.Encoding UnityEngine.Networking.DownloadHandler::GetTextEncoder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * DownloadHandler_GetTextEncoder_m601540FD9D16122709582833632A9DEEDBF07E64 ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * __this , const RuntimeMethod * method ) ;
// System.String UnityEngine.Networking.DownloadHandler::GetContentType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * DownloadHandler_GetContentType_mB1653D4D9CA539D1D622C32B52DF5C38548D30E8 ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * __this , const RuntimeMethod * method ) ;
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 ( String_t * ___value0 , const RuntimeMethod * method ) ;
// System.Int32 System.String::IndexOf(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28 ( String_t * __this , String_t * ___value0 , int32_t ___comparisonType1 , const RuntimeMethod * method ) ;
// System.Int32 System.String::IndexOf(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D ( String_t * __this , Il2CppChar ___value0 , int32_t ___startIndex1 , const RuntimeMethod * method ) ;
// System.String System.String::Substring(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE ( String_t * __this , int32_t ___startIndex0 , const RuntimeMethod * method ) ;
// System.String System.String::Trim()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D ( String_t * __this , const RuntimeMethod * method ) ;
// System.String System.String::Trim(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * String_Trim_m788DE5AEFDAC40E778745C4DF4AFD45A4BC1007E ( String_t * __this , CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * ___trimChars0 , const RuntimeMethod * method ) ;
// System.Int32 System.String::IndexOf(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD ( String_t * __this , Il2CppChar ___value0 , const RuntimeMethod * method ) ;
// System.String System.String::Substring(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB ( String_t * __this , int32_t ___startIndex0 , int32_t ___length1 , const RuntimeMethod * method ) ;
// System.Text.Encoding System.Text.Encoding::GetEncoding(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_GetEncoding_mA19D07F2E88F8FF58D42B73AFF5E22241607D54E ( String_t * ___name0 , const RuntimeMethod * method ) ;
// System.String System.String::Format(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A ( String_t * ___format0 , RuntimeObject * ___arg01 , RuntimeObject * ___arg12 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Debug::LogWarning(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568 ( RuntimeObject * ___message0 , const RuntimeMethod * method ) ;
// System.Text.Encoding System.Text.Encoding::get_UTF8()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 ( const RuntimeMethod * method ) ;
// System.IntPtr UnityEngine.Networking.DownloadHandlerBuffer::Create(UnityEngine.Networking.DownloadHandlerBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t DownloadHandlerBuffer_Create_m39E26BEA64B617123CEF559999C8352CA9FA5137 ( DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255 * ___obj0 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.DownloadHandler::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DownloadHandler__ctor_m39F80F1C9B379B0D0362DF9264DE42604BDB24E0 ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * __this , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.DownloadHandlerBuffer::InternalCreateBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DownloadHandlerBuffer_InternalCreateBuffer_m661B598DF8BD7BF86374FD84C52C8AEA8FA7BEF6 ( DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255 * __this , const RuntimeMethod * method ) ;
// System.Byte[] UnityEngine.Networking.DownloadHandlerBuffer::InternalGetData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * DownloadHandlerBuffer_InternalGetData_m9266395B691394754B68543A2FF2F19566C5ABBF ( DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255 * __this , const RuntimeMethod * method ) ;
// System.Byte[] UnityEngine.Networking.DownloadHandler::InternalGetByteArray(UnityEngine.Networking.DownloadHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * DownloadHandler_InternalGetByteArray_mD6D13BFFBF2F56415E10FFEFDC4A68FE29D6D4FD ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * ___dh0 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UnityWebRequest::Abort()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_Abort_mF2C9BD010E5B32FF9F57C2EB4A9A0C8D0289CA7E ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UnityWebRequest::Release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_Release_mD168D309DCE6696163B3357FA21047689D1A7D74 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UnityWebRequest::set_disposeDownloadHandlerOnDispose(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void UnityWebRequest_set_disposeDownloadHandlerOnDispose_mA888301C47844E383DEC96D88CAD6CB8D9E7B9FA_inline ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , bool ___value0 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UnityWebRequest::set_disposeUploadHandlerOnDispose(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void UnityWebRequest_set_disposeUploadHandlerOnDispose_mC176753B8AFBB40B69FAD7F1E2B2711CA5D6AA71_inline ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , bool ___value0 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UnityWebRequest::set_disposeCertificateHandlerOnDispose(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void UnityWebRequest_set_disposeCertificateHandlerOnDispose_m8609E1213309D1796E00860ECA9228F6454114AE_inline ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , bool ___value0 , const RuntimeMethod * method ) ;
// System.IntPtr UnityEngine.Networking.UnityWebRequest::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t UnityWebRequest_Create_m98363C34C71AA034B47FA64589711B6F0AEF6698 ( const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UnityWebRequest::InternalSetDefaults()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_InternalSetDefaults_m644CC3C1C737838385F0EC9523A8930E696A9309 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UnityWebRequest::set_url(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_set_url_mA698FD94C447FF7C1C429D50C2EBAEEDD473007D ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , String_t * ___value0 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UnityWebRequest::set_method(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_set_method_mF2DAC86EB05D65B9BCB52056B7CBB2C1AD87EEC6 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , String_t * ___value0 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UnityWebRequest::set_downloadHandler(UnityEngine.Networking.DownloadHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_set_downloadHandler_mB481C2EE30F84B62396C1A837F46046F12B8FA7E ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * ___value0 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UnityWebRequest::set_uploadHandler(UnityEngine.Networking.UploadHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_set_uploadHandler_m7B33656584914FB3F6FB0FF73C08F671262724A1 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * ___value0 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UnityWebRequest::DisposeHandlers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_DisposeHandlers_m0E54EE2A704090B2C2F1F3C90D30A47E3BF2B5C9 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UnityWebRequest::InternalDestroy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_InternalDestroy_mF5D7484808AEAE24A43B678614D257FBF885026B ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// System.Void System.GC::SuppressFinalize(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 ( RuntimeObject * ___obj0 , const RuntimeMethod * method ) ;
// System.Boolean UnityEngine.Networking.UnityWebRequest::get_disposeDownloadHandlerOnDispose()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool UnityWebRequest_get_disposeDownloadHandlerOnDispose_m3BE68E08A94D92D7076F49CB5196019E6E5E17AA_inline ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// UnityEngine.Networking.DownloadHandler UnityEngine.Networking.UnityWebRequest::get_downloadHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * UnityWebRequest_get_downloadHandler_m83044026479E6B4B2739DCE9EEA8A0FAE7D9AF41 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// System.Boolean UnityEngine.Networking.UnityWebRequest::get_disposeUploadHandlerOnDispose()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool UnityWebRequest_get_disposeUploadHandlerOnDispose_mE4A39A3A06DB4450DA49972254B4498A5F8F69DE_inline ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// UnityEngine.Networking.UploadHandler UnityEngine.Networking.UnityWebRequest::get_uploadHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * UnityWebRequest_get_uploadHandler_mB23A35C2412258E44538F37AA540421C95E69A5C ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UploadHandler::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UploadHandler_Dispose_m9BBE8D7D2BBAAC2DE84B52BADA0B79CEA6F2DAB2 ( UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * __this , const RuntimeMethod * method ) ;
// System.Boolean UnityEngine.Networking.UnityWebRequest::get_disposeCertificateHandlerOnDispose()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool UnityWebRequest_get_disposeCertificateHandlerOnDispose_m98EFCAC30D637479DC0DC45CFD8A15D402328F99_inline ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// UnityEngine.Networking.CertificateHandler UnityEngine.Networking.UnityWebRequest::get_certificateHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * UnityWebRequest_get_certificateHandler_mD3C46D07991190373A7144A6732E390FFBE6DF00 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.CertificateHandler::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateHandler_Dispose_m9C71BAA51760FDF05AB999B6AB6E6BC71BCB8CA0 ( CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * __this , const RuntimeMethod * method ) ;
// UnityEngine.Networking.UnityWebRequestAsyncOperation UnityEngine.Networking.UnityWebRequest::BeginWebRequest()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 * UnityWebRequest_BeginWebRequest_m1EF3612D316F7924F6E40D63DD3B0D0118C50CC0 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UnityWebRequestAsyncOperation::set_webRequest(UnityEngine.Networking.UnityWebRequest)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void UnityWebRequestAsyncOperation_set_webRequest_m07869D44180E2A93042A18260FA5A2BB934AC42F_inline ( UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 * __this , UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ___value0 , const RuntimeMethod * method ) ;
// System.Boolean UnityEngine.Networking.UnityWebRequest::get_isModifiable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityWebRequest_get_isModifiable_mD7583537BBC7111555FF73846D120103D2563342 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// System.Void System.InvalidOperationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this , String_t * ___message0 , const RuntimeMethod * method ) ;
// UnityEngine.Networking.UnityWebRequest/UnityWebRequestError UnityEngine.Networking.UnityWebRequest::SetMethod(UnityEngine.Networking.UnityWebRequest/UnityWebRequestMethod)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityWebRequest_SetMethod_mEE55FF0E071E784318B8C2110E3A3688BF4661CB ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , int32_t ___methodType0 , const RuntimeMethod * method ) ;
// System.String UnityEngine.Networking.UnityWebRequest::GetWebErrorString(UnityEngine.Networking.UnityWebRequest/UnityWebRequestError)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * UnityWebRequest_GetWebErrorString_m92A1DDF2ADFFF8AEE6B1A7FAE384743C31F9E01D ( int32_t ___err0 , const RuntimeMethod * method ) ;
// UnityEngine.Networking.UnityWebRequest/UnityWebRequestError UnityEngine.Networking.UnityWebRequest::SetCustomMethod(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityWebRequest_SetCustomMethod_mC818FAC0FD8B91FD454C6DFBF7561EEE2D0BA4F4 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , String_t * ___customMethodName0 , const RuntimeMethod * method ) ;
// System.Void System.ArgumentException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 ( ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this , String_t * ___message0 , const RuntimeMethod * method ) ;
// System.String System.String::ToUpper()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2 ( String_t * __this , const RuntimeMethod * method ) ;
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE ( String_t * ___a0 , String_t * ___b1 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UnityWebRequest::InternalSetMethod(UnityEngine.Networking.UnityWebRequest/UnityWebRequestMethod)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_InternalSetMethod_m636508AA8E6EF12B3255D8ED108BFF7EB1AB68C9 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , int32_t ___methodType0 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UnityWebRequest::InternalSetCustomMethod(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_InternalSetCustomMethod_mE9F0C84C6DCD5412AEDD76280EEC4FB82516EF16 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , String_t * ___customMethodName0 , const RuntimeMethod * method ) ;
// System.Boolean UnityEngine.Networking.UnityWebRequest::get_isNetworkError()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityWebRequest_get_isNetworkError_m082AFE1A58A330AC4CBD179606B61CB39DD44588 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// System.Boolean UnityEngine.Networking.UnityWebRequest::get_isHttpError()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityWebRequest_get_isHttpError_m8F636B70C239EC848FACC83189DE0C22CADEC1C3 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// System.Int64 UnityEngine.Networking.UnityWebRequest::get_responseCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t UnityWebRequest_get_responseCode_m34819872549939D1EF9EA3D4010974FBEBAF0070 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// System.String UnityEngine.Networking.UnityWebRequest::GetHTTPStatusString(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * UnityWebRequest_GetHTTPStatusString_m370515E94B5B3C14B4A49677A31D8494262D7EDA ( int64_t ___responseCode0 , const RuntimeMethod * method ) ;
// UnityEngine.Networking.UnityWebRequest/UnityWebRequestError UnityEngine.Networking.UnityWebRequest::GetError()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityWebRequest_GetError_m55BF2299E3B195AC416CCCB46C3DBD83C075018C ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// System.String UnityEngine.Networking.UnityWebRequest::GetUrl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * UnityWebRequest_GetUrl_m54AFB82BFB0CFD276363E9EC03E2ED3CB89A45CB ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// System.String UnityEngineInternal.WebRequestUtils::MakeInitialUrl(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * WebRequestUtils_MakeInitialUrl_m446CCE4EFB276BE27A9380D55B9E704D01107B83 ( String_t * ___targetUrl0 , String_t * ___localUrl1 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UnityWebRequest::InternalSetUrl(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_InternalSetUrl_m2E2C837A6F32065CAAAF6EFA7D0237C9E206689A ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , String_t * ___url0 , const RuntimeMethod * method ) ;
// UnityEngine.Networking.UnityWebRequest/UnityWebRequestError UnityEngine.Networking.UnityWebRequest::SetUrl(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityWebRequest_SetUrl_mED007912E89AA114D1A3D6905586116F74C8D774 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , String_t * ___url0 , const RuntimeMethod * method ) ;
// System.Boolean UnityEngine.Networking.UnityWebRequest::IsExecuting()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityWebRequest_IsExecuting_m01B2C236790F9C97415C79F2AFDEBC0D234EEF09 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// System.Boolean UnityEngine.Networking.UnityWebRequest::get_isDone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityWebRequest_get_isDone_mB3CC99A8DC3DB1DD44B23008688EB2DF20906FDA ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// System.Single UnityEngine.Networking.UnityWebRequest::GetUploadProgress()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float UnityWebRequest_GetUploadProgress_m7DE3A7666E0F80A701B804B7928B4D3F98738AB7 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// System.Single UnityEngine.Networking.UnityWebRequest::GetDownloadProgress()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float UnityWebRequest_GetDownloadProgress_mD003AA45A293CEFEDB9ECB8E33DDC6D63C5E1578 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// UnityEngine.Networking.UnityWebRequest/UnityWebRequestError UnityEngine.Networking.UnityWebRequest::SetChunked(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityWebRequest_SetChunked_mB7640F345604631D7A71C3C1EA89C88FA6F4BE5A ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , bool ___chunked0 , const RuntimeMethod * method ) ;
// UnityEngine.Networking.UnityWebRequest/UnityWebRequestError UnityEngine.Networking.UnityWebRequest::InternalSetRequestHeader(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityWebRequest_InternalSetRequestHeader_m7481D7E49B6E6078598E40B81D1A3DA9B8D2BD10 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , String_t * ___name0 , String_t * ___value1 , const RuntimeMethod * method ) ;
// System.String[] UnityEngine.Networking.UnityWebRequest::GetResponseHeaderKeys()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * UnityWebRequest_GetResponseHeaderKeys_mCA197A30EE7652C300682B5B7560BF7D86FC30AD ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method ) ;
// System.StringComparer System.StringComparer::get_OrdinalIgnoreCase()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_inline ( const RuntimeMethod * method ) ;
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1<!0>)
inline void Dictionary_2__ctor_m1DDEF700172660887162F8B6AA94679C3113AB9F ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this , int32_t ___capacity0 , RuntimeObject * ___comparer1 , const RuntimeMethod * method )
{
( ( void ( * ) ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * , int32_t , RuntimeObject * , const RuntimeMethod * ) ) Dictionary_2__ctor_mA2D668E3A40E3C873F8E2AF89A76E0397C7DE90E_gshared ) ( __this , ___capacity0 , ___comparer1 , method ) ;
}
// System.String UnityEngine.Networking.UnityWebRequest::GetResponseHeader(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * UnityWebRequest_GetResponseHeader_m3C6A64338B5B11F5CE2941FEE37DDAB0B67AC5C2 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , String_t * ___name0 , const RuntimeMethod * method ) ;
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::Add(!0,!1)
inline void Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this , String_t * ___key0 , String_t * ___value1 , const RuntimeMethod * method )
{
( ( void ( * ) ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * , String_t * , String_t * , const RuntimeMethod * ) ) Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared ) ( __this , ___key0 , ___value1 , method ) ;
}
// UnityEngine.Networking.UnityWebRequest/UnityWebRequestError UnityEngine.Networking.UnityWebRequest::SetUploadHandler(UnityEngine.Networking.UploadHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityWebRequest_SetUploadHandler_m046EF4089035441F661AED13F703024DEE030525 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * ___uh0 , const RuntimeMethod * method ) ;
// UnityEngine.Networking.UnityWebRequest/UnityWebRequestError UnityEngine.Networking.UnityWebRequest::SetDownloadHandler(UnityEngine.Networking.DownloadHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityWebRequest_SetDownloadHandler_mDE4E6137C34A90754C41B3A0B7B303135771EEDD ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * ___dh0 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.DownloadHandlerBuffer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DownloadHandlerBuffer__ctor_m2134187D8FB07FBAEA2CE23BFCEB13FD94261A9A ( DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255 * __this , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UnityWebRequest::.ctor(System.String,System.String,UnityEngine.Networking.DownloadHandler,UnityEngine.Networking.UploadHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest__ctor_m0D2F8F3E1202EF4256D17E91B95DB6CC673FC8D6 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , String_t * ___url0 , String_t * ___method1 , DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * ___downloadHandler2 , UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * ___uploadHandler3 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UnityWebRequest::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest__ctor_m3CBA159B3514D89C931002DFD333B9768A08EBFA ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , String_t * ___url0 , String_t * ___method1 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UnityWebRequest::SetupPost(UnityEngine.Networking.UnityWebRequest,UnityEngine.WWWForm)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_SetupPost_m31EFAEB2EC83463CD04E93B292A32DF3027FF82C ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ___request0 , WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * ___formData1 , const RuntimeMethod * method ) ;
// System.Byte[] UnityEngine.WWWForm::get_data()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * WWWForm_get_data_m5ED2243249BE32F26F3020BB39BBEF834BE56303 ( WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * __this , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UploadHandlerRaw::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UploadHandlerRaw__ctor_m9F7643CA3314C8CE46DD41FBF584C268E2546935 ( UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27 * __this , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___data0 , const RuntimeMethod * method ) ;
// System.Collections.Generic.Dictionary`2<System.String,System.String> UnityEngine.WWWForm::get_headers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * WWWForm_get_headers_mE1BA0494A43C8EF12C0217297411EFD6B4EC601A ( WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * __this , const RuntimeMethod * method ) ;
// System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.String>::GetEnumerator()
inline Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 Dictionary_2_GetEnumerator_m3378B4792B81EF81397CB9D9A761BD7149BD27F5 ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this , const RuntimeMethod * method )
{
return ( ( Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 ( * ) ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * , const RuntimeMethod * ) ) Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared ) ( __this , method ) ;
}
// System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>::get_Current()
inline KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 Enumerator_get_Current_mBEC9B470213860581893E0F197CAAE657B8B6C69_inline ( Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 * __this , const RuntimeMethod * method )
{
return ( ( KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 ( * ) ( Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 * , const RuntimeMethod * ) ) Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline ) ( __this , method ) ;
}
// !0 System.Collections.Generic.KeyValuePair`2<System.String,System.String>::get_Key()
inline String_t * KeyValuePair_2_get_Key_m434E29A1251E81B5A2124466105823011C462BF2_inline ( KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 * __this , const RuntimeMethod * method )
{
return ( ( String_t * ( * ) ( KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 * , const RuntimeMethod * ) ) KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_gshared_inline ) ( __this , method ) ;
}
// !1 System.Collections.Generic.KeyValuePair`2<System.String,System.String>::get_Value()
inline String_t * KeyValuePair_2_get_Value_mEAF4B15DEEAC6EB29683A5C6569F0F50B4DEBDA2_inline ( KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 * __this , const RuntimeMethod * method )
{
return ( ( String_t * ( * ) ( KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 * , const RuntimeMethod * ) ) KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline ) ( __this , method ) ;
}
// System.Void UnityEngine.Networking.UnityWebRequest::SetRequestHeader(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_SetRequestHeader_m1B54D38BDACC2789FC8EE889EA72EDD7844D2309 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , String_t * ___name0 , String_t * ___value1 , const RuntimeMethod * method ) ;
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>::MoveNext()
inline bool Enumerator_MoveNext_m6E6A22A8620F5A5582BB67E367BE5086D7D895A6 ( Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 * __this , const RuntimeMethod * method )
{
return ( ( bool ( * ) ( Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 * , const RuntimeMethod * ) ) Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared ) ( __this , method ) ;
}
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>::Dispose()
inline void Enumerator_Dispose_m16C0E963A012498CD27422B463DB327BA4C7A321 ( Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 * __this , const RuntimeMethod * method )
{
( ( void ( * ) ( Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 * , const RuntimeMethod * ) ) Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_gshared ) ( __this , method ) ;
}
// System.Byte[] UnityEngine.WWWTranscoder::URLEncode(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * WWWTranscoder_URLEncode_mD0BEAAE6DBA432657E18FA17F3BCC87A34C0973B ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___toEncode0 , const RuntimeMethod * method ) ;
// System.Byte[] UnityEngine.WWWTranscoder::URLDecode(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * WWWTranscoder_URLDecode_m591A567154B1B8737ECBFE065AF4FCA59217F5D8 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___toEncode0 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.AsyncOperation::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation__ctor_mEEE6114B72B8807F4AA6FF48FA79E4EFE480293F ( AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * __this , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UploadHandler::Release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UploadHandler_Release_m1723A22438AF0A7BE616D512E54190D9CE0EC3C4 ( UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * __this , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UploadHandler::InternalSetContentType(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UploadHandler_InternalSetContentType_m86E3E9307206530DD096E7E112A2E2F8B2B1D9B3 ( UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * __this , String_t * ___newContentType0 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.Networking.UploadHandler::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UploadHandler__ctor_m3F76154710C5CB7099388479FA02E6555D077F6E ( UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * __this , const RuntimeMethod * method ) ;
// System.IntPtr UnityEngine.Networking.UploadHandlerRaw::Create(UnityEngine.Networking.UploadHandlerRaw,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t UploadHandlerRaw_Create_m921D80A8952FC740F358E5FD28E6D5A70622687B ( UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27 * ___self0 , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___data1 , const RuntimeMethod * method ) ;
// System.Text.Encoding System.Text.Encoding::get_ASCII()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E ( const RuntimeMethod * method ) ;
// System.Void System.Collections.Generic.List`1<System.Byte[]>::.ctor()
inline void List_1__ctor_m52FC81AB50BD21B6BFA16546E3AF9C94611D9811 ( List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * __this , const RuntimeMethod * method )
{
( ( void ( * ) ( List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * , const RuntimeMethod * ) ) List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared ) ( __this , method ) ;
}
// System.Void System.Collections.Generic.List`1<System.String>::.ctor()
inline void List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06 ( List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this , const RuntimeMethod * method )
{
( ( void ( * ) ( List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * , const RuntimeMethod * ) ) List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared ) ( __this , method ) ;
}
// System.Int32 UnityEngine.Random::Range(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_Range_mD0C8F37FF3CAB1D87AAA6C45130BD59626BD6780 ( int32_t ___min0 , int32_t ___max1 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.WWWForm::AddField(System.String,System.String,System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWForm_AddField_m53AAD982E072132AA4D35C48A2FD96EA43EB0F7F ( WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * __this , String_t * ___fieldName0 , String_t * ___value1 , Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___e2 , const RuntimeMethod * method ) ;
// System.Void System.Collections.Generic.List`1<System.String>::Add(!0)
inline void List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 ( List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this , String_t * ___item0 , const RuntimeMethod * method )
{
( ( void ( * ) ( List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * , String_t * , const RuntimeMethod * ) ) List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared ) ( __this , ___item0 , method ) ;
}
// System.Void System.Collections.Generic.List`1<System.Byte[]>::Add(!0)
inline void List_1_Add_mCC9D38BB3CBE3F2E67EDF3390D36ABFAD293468E ( List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * __this , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___item0 , const RuntimeMethod * method )
{
( ( void ( * ) ( List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , const RuntimeMethod * ) ) List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared ) ( __this , ___item0 , method ) ;
}
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 ( String_t * ___str00 , String_t * ___str11 , String_t * ___str22 , const RuntimeMethod * method ) ;
// System.Void UnityEngine.WWWForm::AddBinaryData(System.String,System.Byte[],System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWForm_AddBinaryData_m6D70BA4B0246D26B365138CBFF9EF4780A579782 ( WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * __this , String_t * ___fieldName0 , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___contents1 , String_t * ___fileName2 , String_t * ___mimeType3 , const RuntimeMethod * method ) ;
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE ( String_t * ___str00 , String_t * ___str11 , const RuntimeMethod * method ) ;
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::.ctor()
inline void Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this , const RuntimeMethod * method )
{
( ( void ( * ) ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * , const RuntimeMethod * ) ) Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared ) ( __this , method ) ;
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this , String_t * ___key0 , String_t * ___value1 , const RuntimeMethod * method )
{
( ( void ( * ) ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * , String_t * , String_t * , const RuntimeMethod * ) ) Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared ) ( __this , ___key0 , ___value1 , method ) ;
}
// System.Text.Encoding UnityEngine.WWWForm::get_DefaultEncoding()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * WWWForm_get_DefaultEncoding_m13BB72339201269AB257B275B20A5A35B233BC3F ( const RuntimeMethod * method ) ;
// System.Void System.IO.MemoryStream::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m78689C82DED9ACE5022B7EABF28F17FF318DF2AA ( MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this , int32_t ___capacity0 , const RuntimeMethod * method ) ;
// !0 System.Collections.Generic.List`1<System.String>::get_Item(System.Int32)
inline String_t * List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline ( List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this , int32_t ___index0 , const RuntimeMethod * method )
{
return ( ( String_t * ( * ) ( List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * , int32_t , const RuntimeMethod * ) ) List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline ) ( __this , ___index0 , method ) ;
}
// System.Boolean UnityEngine.WWWTranscoder::SevenBitClean(System.String,System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WWWTranscoder_SevenBitClean_m6805326B108F514EF531375332C90963B9A99EA6 ( String_t * ___s0 , Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___e1 , const RuntimeMethod * method ) ;
// System.Int32 System.String::IndexOf(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B ( String_t * __this , String_t * ___value0 , const RuntimeMethod * method ) ;
// System.String UnityEngine.WWWTranscoder::QPEncode(System.String,System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * WWWTranscoder_QPEncode_m8D6CDDD2224B115D869C330D10270027C48446E7 ( String_t * ___toEncode0 , Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___e1 , const RuntimeMethod * method ) ;
// System.String System.String::Concat(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B ( StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * ___values0 , const RuntimeMethod * method ) ;
// !0 System.Collections.Generic.List`1<System.Byte[]>::get_Item(System.Int32)
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * List_1_get_Item_m2BE218005C01E5A3FE3CD353F077053DD13B0476_inline ( List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * __this , int32_t ___index0 , const RuntimeMethod * method )
{
return ( ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ( * ) ( List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * , int32_t , const RuntimeMethod * ) ) List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline ) ( __this , ___index0 , method ) ;
}
// System.Int32 System.Collections.Generic.List`1<System.Byte[]>::get_Count()
inline int32_t List_1_get_Count_m60AE24FF9D8000083F8EE65662CAA6EE46ADA29A_inline ( List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * __this , const RuntimeMethod * method )
{
return ( ( int32_t ( * ) ( List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * , const RuntimeMethod * ) ) List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline ) ( __this , method ) ;
}
// System.Byte[] UnityEngine.WWWTranscoder::DataEncode(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * WWWTranscoder_DataEncode_mAD3C2EBF2E04CAEBDFB8873DC7987378C88A67F4 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___toEncode0 , const RuntimeMethod * method ) ;
// System.Byte[] UnityEngine.WWWTranscoder::Encode(System.Byte[],System.Byte,System.Byte[],System.Byte[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * WWWTranscoder_Encode_m2D65124BA0FF6E92A66B5804596B75898068CF84 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___input0 , uint8_t ___escapeChar1 , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___space2 , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___forbidden3 , bool ___uppercase4 , const RuntimeMethod * method ) ;
// System.Boolean UnityEngine.WWWTranscoder::ByteArrayContains(System.Byte[],System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WWWTranscoder_ByteArrayContains_mC89ADE5434606470BB3BAF857D786138825E2D0B ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___array0 , uint8_t ___b1 , const RuntimeMethod * method ) ;
// System.Byte[] UnityEngine.WWWTranscoder::Byte2Hex(System.Byte,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * WWWTranscoder_Byte2Hex_mA129675BFEDFED879713DAB1592772BC52FA04FB ( uint8_t ___b0 , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___hexChars1 , const RuntimeMethod * method ) ;
// System.Byte[] UnityEngine.WWWTranscoder::Decode(System.Byte[],System.Byte,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * WWWTranscoder_Decode_m2533830DAAAE6F33AA6EE85A5BF63C96F5D631D4 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___input0 , uint8_t ___escapeChar1 , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___space2 , const RuntimeMethod * method ) ;
// System.Boolean UnityEngine.WWWTranscoder::ByteSubArrayEquals(System.Byte[],System.Int32,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WWWTranscoder_ByteSubArrayEquals_m268C2A9B31CCF4D81E7BEEF843DF5D477ECA9958 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___array0 , int32_t ___index1 , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___comperand2 , const RuntimeMethod * method ) ;
// System.Byte UnityEngine.WWWTranscoder::Hex2Byte(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t WWWTranscoder_Hex2Byte_mD417CA540CFBE045FCE32959CD3443EB9C8C7423 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___b0 , int32_t ___offset1 , const RuntimeMethod * method ) ;
// System.Boolean UnityEngine.WWWTranscoder::SevenBitClean(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WWWTranscoder_SevenBitClean_mC37FC90C62CF3B311A46A529C9BB6727BA81F8BD ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___input0 , const RuntimeMethod * method ) ;
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 ( String_t * __this , int32_t ___index0 , const RuntimeMethod * method ) ;
// System.Void System.Uri::.ctor(System.String,System.UriKind)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_mA02DB222F4F35380DE2700D84F58EB42497FDDE4 ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this , String_t * ___uriString0 , int32_t ___uriKind1 , const RuntimeMethod * method ) ;
// System.Boolean System.Uri::get_IsAbsoluteUri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722 ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this , const RuntimeMethod * method ) ;
// System.String System.Uri::get_AbsoluteUri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * Uri_get_AbsoluteUri_m4326730E572E7E3874021E802813EB6F49F7F99E ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this , const RuntimeMethod * method ) ;
// System.Void System.Uri::.ctor(System.Uri,System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m42192656437FBEF1EEA8724D3EF2BB67DA0ED6BF ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this , Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0 , Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___relativeUri1 , const RuntimeMethod * method ) ;
// System.Void System.Uri::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2 ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this , String_t * ___uriString0 , const RuntimeMethod * method ) ;
// System.Void System.Uri::.ctor(System.Uri,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this , Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0 , String_t * ___relativeUri1 , const RuntimeMethod * method ) ;
// System.Boolean System.Uri::op_Equality(System.Uri,System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri10 , Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri21 , const RuntimeMethod * method ) ;
// System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_m79684C4D2CE6C5495BCCE9A32AC029E1E5950B7C ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this , String_t * ___input0 , const RuntimeMethod * method ) ;
// System.String System.Uri::get_Scheme()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187 ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this , const RuntimeMethod * method ) ;
// System.String UnityEngineInternal.WebRequestUtils::MakeUriString(System.Uri,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * WebRequestUtils_MakeUriString_m5693EA04230335B9611278EFC189BD58339D01E4 ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___targetUri0 , String_t * ___targetUrl1 , bool ___prependProtocol2 , const RuntimeMethod * method ) ;
// System.Boolean System.Uri::get_IsFile()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsFile_m06AB5A15E2A34BBC5177C6E902C5C9D7E766A213 ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this , const RuntimeMethod * method ) ;
// System.Boolean System.Uri::get_IsLoopback()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsLoopback_mCD7E1228C8296730CBD31C713B0A81B660D99BC4 ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this , const RuntimeMethod * method ) ;
// System.String System.Uri::get_OriginalString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this , const RuntimeMethod * method ) ;
// System.String System.Uri::get_AbsolutePath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31 ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this , const RuntimeMethod * method ) ;
// System.Boolean System.String::Contains(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B ( String_t * __this , String_t * ___value0 , const RuntimeMethod * method ) ;
// System.String UnityEngineInternal.WebRequestUtils::URLDecode(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * WebRequestUtils_URLDecode_m3F75FA29F50FB340B93815988517E9208C52EE62 ( String_t * ___encoded0 , const RuntimeMethod * method ) ;
// System.Int32 System.String::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline ( String_t * __this , const RuntimeMethod * method ) ;
// System.Void System.Text.StringBuilder::.ctor(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m786CAFE74FE0D479747A0D474BE6EBCFDA5743EA ( StringBuilder_t * __this , String_t * ___value0 , int32_t ___capacity1 , const RuntimeMethod * method ) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A ( StringBuilder_t * __this , Il2CppChar ___value0 , const RuntimeMethod * method ) ;
// System.Boolean System.String::StartsWith(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1 ( String_t * __this , String_t * ___value0 , const RuntimeMethod * method ) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 ( StringBuilder_t * __this , String_t * ___value0 , const RuntimeMethod * method ) ;
// System.String System.Uri::get_PathAndQuery()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384 ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this , const RuntimeMethod * method ) ;
// System.String System.Uri::get_Fragment()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * Uri_get_Fragment_m111666DD668AC59B9F3C3D3CEEEC7F70F6904D41 ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this , const RuntimeMethod * method ) ;
// System.Void System.Text.RegularExpressions.Regex::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m2769A5BA7B7A835514F6C0E4D30FAD467C6B1B0C ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this , String_t * ___pattern0 , const RuntimeMethod * method ) ;
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 ( const RuntimeMethod * method ) ;
# ifdef __clang__
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Winvalid-offsetof"
# pragma clang diagnostic ignored "-Wunused-variable"
# endif
# ifdef __clang__
# pragma clang diagnostic pop
# endif
# ifdef __clang__
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Winvalid-offsetof"
# pragma clang diagnostic ignored "-Wunused-variable"
# endif
// Conversion methods for marshalling of: UnityEngine.Networking.CertificateHandler
IL2CPP_EXTERN_C void CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshal_pinvoke ( const CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 & unmarshaled , CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_pinvoke & marshaled )
{
marshaled . ___m_Ptr_0 = unmarshaled . get_m_Ptr_0 ( ) ;
}
IL2CPP_EXTERN_C void CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshal_pinvoke_back ( const CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_pinvoke & marshaled , CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 & unmarshaled )
{
intptr_t unmarshaled_m_Ptr_temp_0 ;
memset ( ( & unmarshaled_m_Ptr_temp_0 ) , 0 , sizeof ( unmarshaled_m_Ptr_temp_0 ) ) ;
unmarshaled_m_Ptr_temp_0 = marshaled . ___m_Ptr_0 ;
unmarshaled . set_m_Ptr_0 ( unmarshaled_m_Ptr_temp_0 ) ;
}
// Conversion method for clean up from marshalling of: UnityEngine.Networking.CertificateHandler
IL2CPP_EXTERN_C void CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshal_pinvoke_cleanup ( CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_pinvoke & marshaled )
{
}
// Conversion methods for marshalling of: UnityEngine.Networking.CertificateHandler
IL2CPP_EXTERN_C void CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshal_com ( const CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 & unmarshaled , CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_com & marshaled )
{
marshaled . ___m_Ptr_0 = unmarshaled . get_m_Ptr_0 ( ) ;
}
IL2CPP_EXTERN_C void CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshal_com_back ( const CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_com & marshaled , CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 & unmarshaled )
{
intptr_t unmarshaled_m_Ptr_temp_0 ;
memset ( ( & unmarshaled_m_Ptr_temp_0 ) , 0 , sizeof ( unmarshaled_m_Ptr_temp_0 ) ) ;
unmarshaled_m_Ptr_temp_0 = marshaled . ___m_Ptr_0 ;
unmarshaled . set_m_Ptr_0 ( unmarshaled_m_Ptr_temp_0 ) ;
}
// Conversion method for clean up from marshalling of: UnityEngine.Networking.CertificateHandler
IL2CPP_EXTERN_C void CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshal_com_cleanup ( CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0_marshaled_com & marshaled )
{
}
// System.Void UnityEngine.Networking.CertificateHandler::Release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateHandler_Release_m8D680D11AF8B070587DA5C73E2AE652208BDA90A ( CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * __this , const RuntimeMethod * method )
{
typedef void ( * CertificateHandler_Release_m8D680D11AF8B070587DA5C73E2AE652208BDA90A_ftn ) ( CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * ) ;
static CertificateHandler_Release_m8D680D11AF8B070587DA5C73E2AE652208BDA90A_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( CertificateHandler_Release_m8D680D11AF8B070587DA5C73E2AE652208BDA90A_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.CertificateHandler::Release() " ) ;
_il2cpp_icall_func ( __this ) ;
}
// System.Boolean UnityEngine.Networking.CertificateHandler::ValidateCertificate(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CertificateHandler_ValidateCertificate_m10584FA8D39D238AA435AB440279D3943273817D ( CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * __this , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___certificateData0 , const RuntimeMethod * method )
{
bool V_0 = false ;
{
V_0 = ( bool ) 0 ;
goto IL_0005 ;
}
IL_0005 :
{
bool L_0 = V_0 ;
return L_0 ;
}
}
// System.Boolean UnityEngine.Networking.CertificateHandler::ValidateCertificateNative(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CertificateHandler_ValidateCertificateNative_mE500FAB5B59229D61E85A5DC0E28A0F583679170 ( CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * __this , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___certificateData0 , const RuntimeMethod * method )
{
bool V_0 = false ;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_0 = ___certificateData0 ;
bool L_1 = VirtFuncInvoker1 < bool , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * > : : Invoke ( 4 /* System.Boolean UnityEngine.Networking.CertificateHandler::ValidateCertificate(System.Byte[]) */ , __this , L_0 ) ;
V_0 = L_1 ;
goto IL_000b ;
}
IL_000b :
{
bool L_2 = V_0 ;
return L_2 ;
}
}
// System.Void UnityEngine.Networking.CertificateHandler::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateHandler_Dispose_m9C71BAA51760FDF05AB999B6AB6E6BC71BCB8CA0 ( CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( CertificateHandler_Dispose_m9C71BAA51760FDF05AB999B6AB6E6BC71BCB8CA0_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
bool V_0 = false ;
{
intptr_t L_0 = __this - > get_m_Ptr_0 ( ) ;
bool L_1 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61 ( ( intptr_t ) L_0 , ( intptr_t ) ( 0 ) , /*hidden argument*/ NULL ) ;
V_0 = L_1 ;
bool L_2 = V_0 ;
if ( ! L_2 )
{
goto IL_0029 ;
}
}
{
CertificateHandler_Release_m8D680D11AF8B070587DA5C73E2AE652208BDA90A ( __this , /*hidden argument*/ NULL ) ;
__this - > set_m_Ptr_0 ( ( intptr_t ) ( 0 ) ) ;
}
IL_0029 :
{
return ;
}
}
# ifdef __clang__
# pragma clang diagnostic pop
# endif
# ifdef __clang__
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Winvalid-offsetof"
# pragma clang diagnostic ignored "-Wunused-variable"
# endif
// Conversion methods for marshalling of: UnityEngine.Networking.DownloadHandler
IL2CPP_EXTERN_C void DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshal_pinvoke ( const DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 & unmarshaled , DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_pinvoke & marshaled )
{
marshaled . ___m_Ptr_0 = unmarshaled . get_m_Ptr_0 ( ) ;
}
IL2CPP_EXTERN_C void DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshal_pinvoke_back ( const DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_pinvoke & marshaled , DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 & unmarshaled )
{
intptr_t unmarshaled_m_Ptr_temp_0 ;
memset ( ( & unmarshaled_m_Ptr_temp_0 ) , 0 , sizeof ( unmarshaled_m_Ptr_temp_0 ) ) ;
unmarshaled_m_Ptr_temp_0 = marshaled . ___m_Ptr_0 ;
unmarshaled . set_m_Ptr_0 ( unmarshaled_m_Ptr_temp_0 ) ;
}
// Conversion method for clean up from marshalling of: UnityEngine.Networking.DownloadHandler
IL2CPP_EXTERN_C void DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshal_pinvoke_cleanup ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_pinvoke & marshaled )
{
}
// Conversion methods for marshalling of: UnityEngine.Networking.DownloadHandler
IL2CPP_EXTERN_C void DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshal_com ( const DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 & unmarshaled , DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_com & marshaled )
{
marshaled . ___m_Ptr_0 = unmarshaled . get_m_Ptr_0 ( ) ;
}
IL2CPP_EXTERN_C void DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshal_com_back ( const DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_com & marshaled , DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 & unmarshaled )
{
intptr_t unmarshaled_m_Ptr_temp_0 ;
memset ( ( & unmarshaled_m_Ptr_temp_0 ) , 0 , sizeof ( unmarshaled_m_Ptr_temp_0 ) ) ;
unmarshaled_m_Ptr_temp_0 = marshaled . ___m_Ptr_0 ;
unmarshaled . set_m_Ptr_0 ( unmarshaled_m_Ptr_temp_0 ) ;
}
// Conversion method for clean up from marshalling of: UnityEngine.Networking.DownloadHandler
IL2CPP_EXTERN_C void DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshal_com_cleanup ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9_marshaled_com & marshaled )
{
}
// System.Void UnityEngine.Networking.DownloadHandler::Release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DownloadHandler_Release_m913DA503E4183F3323A3D0121FFC978D0F220D5D ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * __this , const RuntimeMethod * method )
{
typedef void ( * DownloadHandler_Release_m913DA503E4183F3323A3D0121FFC978D0F220D5D_ftn ) ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * ) ;
static DownloadHandler_Release_m913DA503E4183F3323A3D0121FFC978D0F220D5D_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( DownloadHandler_Release_m913DA503E4183F3323A3D0121FFC978D0F220D5D_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.DownloadHandler::Release() " ) ;
_il2cpp_icall_func ( __this ) ;
}
// System.Void UnityEngine.Networking.DownloadHandler::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DownloadHandler__ctor_m39F80F1C9B379B0D0362DF9264DE42604BDB24E0 ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * __this , const RuntimeMethod * method )
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 ( __this , /*hidden argument*/ NULL ) ;
return ;
}
}
// System.Void UnityEngine.Networking.DownloadHandler::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DownloadHandler_Finalize_mC6CBFA6D7B38827B12D64D265D5D4FB6B57D50CA ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * __this , const RuntimeMethod * method )
{
Exception_t * __last_unhandled_exception = 0 ;
NO_UNUSED_WARNING ( __last_unhandled_exception ) ;
Exception_t * __exception_local = 0 ;
NO_UNUSED_WARNING ( __exception_local ) ;
void * __leave_targets_storage = alloca ( sizeof ( int32_t ) * 1 ) ;
il2cpp : : utils : : LeaveTargetStack __leave_targets ( __leave_targets_storage ) ;
NO_UNUSED_WARNING ( __leave_targets ) ;
{
}
IL_0001 :
try
{ // begin try (depth: 1)
DownloadHandler_Dispose_m7478E72B2DBA4B55FAA25F7A1975A13BA5891D4B ( __this , /*hidden argument*/ NULL ) ;
IL2CPP_LEAVE ( 0x13 , FINALLY_000b ) ;
} // end try (depth: 1)
catch ( Il2CppExceptionWrapper & e )
{
__last_unhandled_exception = ( Exception_t * ) e . ex ;
goto FINALLY_000b ;
}
FINALLY_000b :
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 ( __this , /*hidden argument*/ NULL ) ;
IL2CPP_END_FINALLY ( 11 )
} // end finally (depth: 1)
IL2CPP_CLEANUP ( 11 )
{
IL2CPP_JUMP_TBL ( 0x13 , IL_0013 )
IL2CPP_RETHROW_IF_UNHANDLED ( Exception_t * )
}
IL_0013 :
{
return ;
}
}
// System.Void UnityEngine.Networking.DownloadHandler::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DownloadHandler_Dispose_m7478E72B2DBA4B55FAA25F7A1975A13BA5891D4B ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( DownloadHandler_Dispose_m7478E72B2DBA4B55FAA25F7A1975A13BA5891D4B_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
bool V_0 = false ;
{
intptr_t L_0 = __this - > get_m_Ptr_0 ( ) ;
bool L_1 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61 ( ( intptr_t ) L_0 , ( intptr_t ) ( 0 ) , /*hidden argument*/ NULL ) ;
V_0 = L_1 ;
bool L_2 = V_0 ;
if ( ! L_2 )
{
goto IL_0029 ;
}
}
{
DownloadHandler_Release_m913DA503E4183F3323A3D0121FFC978D0F220D5D ( __this , /*hidden argument*/ NULL ) ;
__this - > set_m_Ptr_0 ( ( intptr_t ) ( 0 ) ) ;
}
IL_0029 :
{
return ;
}
}
// System.Byte[] UnityEngine.Networking.DownloadHandler::get_data()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * DownloadHandler_get_data_m4AE4E3764FBE186ABA89B5F3A7F91048EE5E38FB ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * __this , const RuntimeMethod * method )
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_0 = NULL ;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_0 = VirtFuncInvoker0 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * > : : Invoke ( 5 /* System.Byte[] UnityEngine.Networking.DownloadHandler::GetData() */ , __this ) ;
V_0 = L_0 ;
goto IL_000a ;
}
IL_000a :
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_1 = V_0 ;
return L_1 ;
}
}
// System.String UnityEngine.Networking.DownloadHandler::get_text()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * DownloadHandler_get_text_m1D707E375899B4F4F0434B79AB8D57ADFE5424FF ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * __this , const RuntimeMethod * method )
{
String_t * V_0 = NULL ;
{
String_t * L_0 = VirtFuncInvoker0 < String_t * > : : Invoke ( 6 /* System.String UnityEngine.Networking.DownloadHandler::GetText() */ , __this ) ;
V_0 = L_0 ;
goto IL_000a ;
}
IL_000a :
{
String_t * L_1 = V_0 ;
return L_1 ;
}
}
// System.Byte[] UnityEngine.Networking.DownloadHandler::GetData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * DownloadHandler_GetData_m684807DC14346A128E64E455E8DD147C32125E04 ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * __this , const RuntimeMethod * method )
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_0 = NULL ;
{
V_0 = ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ) NULL ;
goto IL_0005 ;
}
IL_0005 :
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_0 = V_0 ;
return L_0 ;
}
}
// System.String UnityEngine.Networking.DownloadHandler::GetText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * DownloadHandler_GetText_mA51553E65D6A397E07AAAC21214C817AD72550FD ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( DownloadHandler_GetText_mA51553E65D6A397E07AAAC21214C817AD72550FD_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_0 = NULL ;
bool V_1 = false ;
String_t * V_2 = NULL ;
int32_t G_B3_0 = 0 ;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_0 = VirtFuncInvoker0 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * > : : Invoke ( 5 /* System.Byte[] UnityEngine.Networking.DownloadHandler::GetData() */ , __this ) ;
V_0 = L_0 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_1 = V_0 ;
if ( ! L_1 )
{
goto IL_0012 ;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_2 = V_0 ;
NullCheck ( L_2 ) ;
G_B3_0 = ( ( ! ( ( ( uint32_t ) ( ( ( RuntimeArray * ) L_2 ) - > max_length ) ) < = ( ( uint32_t ) 0 ) ) ) ? 1 : 0 ) ;
goto IL_0013 ;
}
IL_0012 :
{
G_B3_0 = 0 ;
}
IL_0013 :
{
V_1 = ( bool ) G_B3_0 ;
bool L_3 = V_1 ;
if ( ! L_3 )
{
goto IL_002b ;
}
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_4 = DownloadHandler_GetTextEncoder_m601540FD9D16122709582833632A9DEEDBF07E64 ( __this , /*hidden argument*/ NULL ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_5 = V_0 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_6 = V_0 ;
NullCheck ( L_6 ) ;
NullCheck ( L_4 ) ;
String_t * L_7 = VirtFuncInvoker3 < String_t * , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 35 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */ , L_4 , L_5 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_6 ) - > max_length ) ) ) ) ) ;
V_2 = L_7 ;
goto IL_0034 ;
}
IL_002b :
{
V_2 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709 ;
goto IL_0034 ;
}
IL_0034 :
{
String_t * L_8 = V_2 ;
return L_8 ;
}
}
// System.Text.Encoding UnityEngine.Networking.DownloadHandler::GetTextEncoder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * DownloadHandler_GetTextEncoder_m601540FD9D16122709582833632A9DEEDBF07E64 ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( DownloadHandler_GetTextEncoder_m601540FD9D16122709582833632A9DEEDBF07E64_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
String_t * V_0 = NULL ;
bool V_1 = false ;
int32_t V_2 = 0 ;
bool V_3 = false ;
int32_t V_4 = 0 ;
bool V_5 = false ;
String_t * V_6 = NULL ;
int32_t V_7 = 0 ;
bool V_8 = false ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * V_9 = NULL ;
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * V_10 = NULL ;
Exception_t * __last_unhandled_exception = 0 ;
NO_UNUSED_WARNING ( __last_unhandled_exception ) ;
Exception_t * __exception_local = 0 ;
NO_UNUSED_WARNING ( __exception_local ) ;
void * __leave_targets_storage = alloca ( sizeof ( int32_t ) * 2 ) ;
il2cpp : : utils : : LeaveTargetStack __leave_targets ( __leave_targets_storage ) ;
NO_UNUSED_WARNING ( __leave_targets ) ;
{
String_t * L_0 = DownloadHandler_GetContentType_mB1653D4D9CA539D1D622C32B52DF5C38548D30E8 ( __this , /*hidden argument*/ NULL ) ;
V_0 = L_0 ;
String_t * L_1 = V_0 ;
bool L_2 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 ( L_1 , /*hidden argument*/ NULL ) ;
V_1 = ( bool ) ( ( ( ( int32_t ) L_2 ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
bool L_3 = V_1 ;
if ( ! L_3 )
{
goto IL_00c5 ;
}
}
{
String_t * L_4 = V_0 ;
NullCheck ( L_4 ) ;
int32_t L_5 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28 ( L_4 , _stringLiteralDCB16D9AACB079FE42FBDE349C3319DE8033DDD1 , 5 , /*hidden argument*/ NULL ) ;
V_2 = L_5 ;
int32_t L_6 = V_2 ;
V_3 = ( bool ) ( ( ( ( int32_t ) L_6 ) > ( ( int32_t ) ( - 1 ) ) ) ? 1 : 0 ) ;
bool L_7 = V_3 ;
if ( ! L_7 )
{
goto IL_00c4 ;
}
}
{
String_t * L_8 = V_0 ;
int32_t L_9 = V_2 ;
NullCheck ( L_8 ) ;
int32_t L_10 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D ( L_8 , ( ( int32_t ) 61 ) , L_9 , /*hidden argument*/ NULL ) ;
V_4 = L_10 ;
int32_t L_11 = V_4 ;
V_5 = ( bool ) ( ( ( ( int32_t ) L_11 ) > ( ( int32_t ) ( - 1 ) ) ) ? 1 : 0 ) ;
bool L_12 = V_5 ;
if ( ! L_12 )
{
goto IL_00c3 ;
}
}
{
String_t * L_13 = V_0 ;
int32_t L_14 = V_4 ;
NullCheck ( L_13 ) ;
String_t * L_15 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE ( L_13 , ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_14 , ( int32_t ) 1 ) ) , /*hidden argument*/ NULL ) ;
NullCheck ( L_15 ) ;
String_t * L_16 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D ( L_15 , /*hidden argument*/ NULL ) ;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * L_17 = ( CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * ) ( CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * ) SZArrayNew ( CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var , ( uint32_t ) 2 ) ;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * L_18 = L_17 ;
NullCheck ( L_18 ) ;
( L_18 ) - > SetAt ( static_cast < il2cpp_array_size_t > ( 0 ) , ( Il2CppChar ) ( ( int32_t ) 39 ) ) ;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 * L_19 = L_18 ;
NullCheck ( L_19 ) ;
( L_19 ) - > SetAt ( static_cast < il2cpp_array_size_t > ( 1 ) , ( Il2CppChar ) ( ( int32_t ) 34 ) ) ;
NullCheck ( L_16 ) ;
String_t * L_20 = String_Trim_m788DE5AEFDAC40E778745C4DF4AFD45A4BC1007E ( L_16 , L_19 , /*hidden argument*/ NULL ) ;
NullCheck ( L_20 ) ;
String_t * L_21 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D ( L_20 , /*hidden argument*/ NULL ) ;
V_6 = L_21 ;
String_t * L_22 = V_6 ;
NullCheck ( L_22 ) ;
int32_t L_23 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD ( L_22 , ( ( int32_t ) 59 ) , /*hidden argument*/ NULL ) ;
V_7 = L_23 ;
int32_t L_24 = V_7 ;
V_8 = ( bool ) ( ( ( ( int32_t ) L_24 ) > ( ( int32_t ) ( - 1 ) ) ) ? 1 : 0 ) ;
bool L_25 = V_8 ;
if ( ! L_25 )
{
goto IL_0096 ;
}
}
{
String_t * L_26 = V_6 ;
int32_t L_27 = V_7 ;
NullCheck ( L_26 ) ;
String_t * L_28 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB ( L_26 , 0 , L_27 , /*hidden argument*/ NULL ) ;
V_6 = L_28 ;
}
IL_0096 :
{
}
IL_0097 :
try
{ // begin try (depth: 1)
String_t * L_29 = V_6 ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_30 = Encoding_GetEncoding_mA19D07F2E88F8FF58D42B73AFF5E22241607D54E ( L_29 , /*hidden argument*/ NULL ) ;
V_9 = L_30 ;
goto IL_00ce ;
} // end try (depth: 1)
catch ( Il2CppExceptionWrapper & e )
{
__exception_local = ( Exception_t * ) e . ex ;
if ( il2cpp_codegen_class_is_assignable_from ( ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var , il2cpp_codegen_object_class ( e . ex ) ) )
goto CATCH_00a3 ;
throw e ;
}
CATCH_00a3 :
{ // begin catch(System.ArgumentException)
V_10 = ( ( ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * ) __exception_local ) ;
String_t * L_31 = V_6 ;
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_32 = V_10 ;
NullCheck ( L_32 ) ;
String_t * L_33 = VirtFuncInvoker0 < String_t * > : : Invoke ( 5 /* System.String System.Exception::get_Message() */ , L_32 ) ;
String_t * L_34 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A ( _stringLiteral88DADF72F0A8F76B45A836CE12A3DC82857776DB , L_31 , L_33 , /*hidden argument*/ NULL ) ;
IL2CPP_RUNTIME_CLASS_INIT ( Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var ) ;
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568 ( L_34 , /*hidden argument*/ NULL ) ;
goto IL_00c2 ;
} // end catch (depth: 1)
IL_00c2 :
{
}
IL_00c3 :
{
}
IL_00c4 :
{
}
IL_00c5 :
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_35 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 ( /*hidden argument*/ NULL ) ;
V_9 = L_35 ;
goto IL_00ce ;
}
IL_00ce :
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_36 = V_9 ;
return L_36 ;
}
}
// System.String UnityEngine.Networking.DownloadHandler::GetContentType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * DownloadHandler_GetContentType_mB1653D4D9CA539D1D622C32B52DF5C38548D30E8 ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * __this , const RuntimeMethod * method )
{
typedef String_t * ( * DownloadHandler_GetContentType_mB1653D4D9CA539D1D622C32B52DF5C38548D30E8_ftn ) ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * ) ;
static DownloadHandler_GetContentType_mB1653D4D9CA539D1D622C32B52DF5C38548D30E8_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( DownloadHandler_GetContentType_mB1653D4D9CA539D1D622C32B52DF5C38548D30E8_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.DownloadHandler::GetContentType() " ) ;
String_t * retVal = _il2cpp_icall_func ( __this ) ;
return retVal ;
}
// System.Byte[] UnityEngine.Networking.DownloadHandler::InternalGetByteArray(UnityEngine.Networking.DownloadHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * DownloadHandler_InternalGetByteArray_mD6D13BFFBF2F56415E10FFEFDC4A68FE29D6D4FD ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * ___dh0 , const RuntimeMethod * method )
{
typedef ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ( * DownloadHandler_InternalGetByteArray_mD6D13BFFBF2F56415E10FFEFDC4A68FE29D6D4FD_ftn ) ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * ) ;
static DownloadHandler_InternalGetByteArray_mD6D13BFFBF2F56415E10FFEFDC4A68FE29D6D4FD_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( DownloadHandler_InternalGetByteArray_mD6D13BFFBF2F56415E10FFEFDC4A68FE29D6D4FD_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.DownloadHandler::InternalGetByteArray(UnityEngine.Networking.DownloadHandler) " ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * retVal = _il2cpp_icall_func ( ___dh0 ) ;
return retVal ;
}
# ifdef __clang__
# pragma clang diagnostic pop
# endif
# ifdef __clang__
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Winvalid-offsetof"
# pragma clang diagnostic ignored "-Wunused-variable"
# endif
// Conversion methods for marshalling of: UnityEngine.Networking.DownloadHandlerBuffer
IL2CPP_EXTERN_C void DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255_marshal_pinvoke ( const DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255 & unmarshaled , DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255_marshaled_pinvoke & marshaled )
{
marshaled . ___m_Ptr_0 = unmarshaled . get_m_Ptr_0 ( ) ;
}
IL2CPP_EXTERN_C void DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255_marshal_pinvoke_back ( const DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255_marshaled_pinvoke & marshaled , DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255 & unmarshaled )
{
intptr_t unmarshaled_m_Ptr_temp_0 ;
memset ( ( & unmarshaled_m_Ptr_temp_0 ) , 0 , sizeof ( unmarshaled_m_Ptr_temp_0 ) ) ;
unmarshaled_m_Ptr_temp_0 = marshaled . ___m_Ptr_0 ;
unmarshaled . set_m_Ptr_0 ( unmarshaled_m_Ptr_temp_0 ) ;
}
// Conversion method for clean up from marshalling of: UnityEngine.Networking.DownloadHandlerBuffer
IL2CPP_EXTERN_C void DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255_marshal_pinvoke_cleanup ( DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255_marshaled_pinvoke & marshaled )
{
}
// Conversion methods for marshalling of: UnityEngine.Networking.DownloadHandlerBuffer
IL2CPP_EXTERN_C void DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255_marshal_com ( const DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255 & unmarshaled , DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255_marshaled_com & marshaled )
{
marshaled . ___m_Ptr_0 = unmarshaled . get_m_Ptr_0 ( ) ;
}
IL2CPP_EXTERN_C void DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255_marshal_com_back ( const DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255_marshaled_com & marshaled , DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255 & unmarshaled )
{
intptr_t unmarshaled_m_Ptr_temp_0 ;
memset ( ( & unmarshaled_m_Ptr_temp_0 ) , 0 , sizeof ( unmarshaled_m_Ptr_temp_0 ) ) ;
unmarshaled_m_Ptr_temp_0 = marshaled . ___m_Ptr_0 ;
unmarshaled . set_m_Ptr_0 ( unmarshaled_m_Ptr_temp_0 ) ;
}
// Conversion method for clean up from marshalling of: UnityEngine.Networking.DownloadHandlerBuffer
IL2CPP_EXTERN_C void DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255_marshal_com_cleanup ( DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255_marshaled_com & marshaled )
{
}
// System.IntPtr UnityEngine.Networking.DownloadHandlerBuffer::Create(UnityEngine.Networking.DownloadHandlerBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t DownloadHandlerBuffer_Create_m39E26BEA64B617123CEF559999C8352CA9FA5137 ( DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255 * ___obj0 , const RuntimeMethod * method )
{
typedef intptr_t ( * DownloadHandlerBuffer_Create_m39E26BEA64B617123CEF559999C8352CA9FA5137_ftn ) ( DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255 * ) ;
static DownloadHandlerBuffer_Create_m39E26BEA64B617123CEF559999C8352CA9FA5137_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( DownloadHandlerBuffer_Create_m39E26BEA64B617123CEF559999C8352CA9FA5137_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.DownloadHandlerBuffer::Create(UnityEngine.Networking.DownloadHandlerBuffer) " ) ;
intptr_t retVal = _il2cpp_icall_func ( ___obj0 ) ;
return retVal ;
}
// System.Void UnityEngine.Networking.DownloadHandlerBuffer::InternalCreateBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DownloadHandlerBuffer_InternalCreateBuffer_m661B598DF8BD7BF86374FD84C52C8AEA8FA7BEF6 ( DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255 * __this , const RuntimeMethod * method )
{
{
intptr_t L_0 = DownloadHandlerBuffer_Create_m39E26BEA64B617123CEF559999C8352CA9FA5137 ( __this , /*hidden argument*/ NULL ) ;
( ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * ) __this ) - > set_m_Ptr_0 ( ( intptr_t ) L_0 ) ;
return ;
}
}
// System.Void UnityEngine.Networking.DownloadHandlerBuffer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DownloadHandlerBuffer__ctor_m2134187D8FB07FBAEA2CE23BFCEB13FD94261A9A ( DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255 * __this , const RuntimeMethod * method )
{
{
DownloadHandler__ctor_m39F80F1C9B379B0D0362DF9264DE42604BDB24E0 ( __this , /*hidden argument*/ NULL ) ;
DownloadHandlerBuffer_InternalCreateBuffer_m661B598DF8BD7BF86374FD84C52C8AEA8FA7BEF6 ( __this , /*hidden argument*/ NULL ) ;
return ;
}
}
// System.Byte[] UnityEngine.Networking.DownloadHandlerBuffer::GetData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * DownloadHandlerBuffer_GetData_m5A7FFA694EA35F1CE0731803F41E50BBDB16BF14 ( DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255 * __this , const RuntimeMethod * method )
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_0 = NULL ;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_0 = DownloadHandlerBuffer_InternalGetData_m9266395B691394754B68543A2FF2F19566C5ABBF ( __this , /*hidden argument*/ NULL ) ;
V_0 = L_0 ;
goto IL_000a ;
}
IL_000a :
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_1 = V_0 ;
return L_1 ;
}
}
// System.Byte[] UnityEngine.Networking.DownloadHandlerBuffer::InternalGetData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * DownloadHandlerBuffer_InternalGetData_m9266395B691394754B68543A2FF2F19566C5ABBF ( DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255 * __this , const RuntimeMethod * method )
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_0 = NULL ;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_0 = DownloadHandler_InternalGetByteArray_mD6D13BFFBF2F56415E10FFEFDC4A68FE29D6D4FD ( __this , /*hidden argument*/ NULL ) ;
V_0 = L_0 ;
goto IL_000a ;
}
IL_000a :
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_1 = V_0 ;
return L_1 ;
}
}
# ifdef __clang__
# pragma clang diagnostic pop
# endif
# ifdef __clang__
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Winvalid-offsetof"
# pragma clang diagnostic ignored "-Wunused-variable"
# endif
// Conversion methods for marshalling of: UnityEngine.Networking.UnityWebRequest
IL2CPP_EXTERN_C void UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshal_pinvoke ( const UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 & unmarshaled , UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshaled_pinvoke & marshaled )
{
Exception_t * ___m_Uri_4Exception = il2cpp_codegen_get_marshal_directive_exception ( " Cannot marshal field 'm_Uri' of type 'UnityWebRequest': Reference type field marshaling is not supported. " ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( ___m_Uri_4Exception , NULL ) ;
}
IL2CPP_EXTERN_C void UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshal_pinvoke_back ( const UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshaled_pinvoke & marshaled , UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 & unmarshaled )
{
Exception_t * ___m_Uri_4Exception = il2cpp_codegen_get_marshal_directive_exception ( " Cannot marshal field 'm_Uri' of type 'UnityWebRequest': Reference type field marshaling is not supported. " ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( ___m_Uri_4Exception , NULL ) ;
}
// Conversion method for clean up from marshalling of: UnityEngine.Networking.UnityWebRequest
IL2CPP_EXTERN_C void UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshal_pinvoke_cleanup ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshaled_pinvoke & marshaled )
{
}
// Conversion methods for marshalling of: UnityEngine.Networking.UnityWebRequest
IL2CPP_EXTERN_C void UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshal_com ( const UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 & unmarshaled , UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshaled_com & marshaled )
{
Exception_t * ___m_Uri_4Exception = il2cpp_codegen_get_marshal_directive_exception ( " Cannot marshal field 'm_Uri' of type 'UnityWebRequest': Reference type field marshaling is not supported. " ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( ___m_Uri_4Exception , NULL ) ;
}
IL2CPP_EXTERN_C void UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshal_com_back ( const UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshaled_com & marshaled , UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 & unmarshaled )
{
Exception_t * ___m_Uri_4Exception = il2cpp_codegen_get_marshal_directive_exception ( " Cannot marshal field 'm_Uri' of type 'UnityWebRequest': Reference type field marshaling is not supported. " ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( ___m_Uri_4Exception , NULL ) ;
}
// Conversion method for clean up from marshalling of: UnityEngine.Networking.UnityWebRequest
IL2CPP_EXTERN_C void UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshal_com_cleanup ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_marshaled_com & marshaled )
{
}
// System.String UnityEngine.Networking.UnityWebRequest::GetWebErrorString(UnityEngine.Networking.UnityWebRequest_UnityWebRequestError)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * UnityWebRequest_GetWebErrorString_m92A1DDF2ADFFF8AEE6B1A7FAE384743C31F9E01D ( int32_t ___err0 , const RuntimeMethod * method )
{
typedef String_t * ( * UnityWebRequest_GetWebErrorString_m92A1DDF2ADFFF8AEE6B1A7FAE384743C31F9E01D_ftn ) ( int32_t ) ;
static UnityWebRequest_GetWebErrorString_m92A1DDF2ADFFF8AEE6B1A7FAE384743C31F9E01D_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_GetWebErrorString_m92A1DDF2ADFFF8AEE6B1A7FAE384743C31F9E01D_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::GetWebErrorString(UnityEngine.Networking.UnityWebRequest/UnityWebRequestError) " ) ;
String_t * retVal = _il2cpp_icall_func ( ___err0 ) ;
return retVal ;
}
// System.String UnityEngine.Networking.UnityWebRequest::GetHTTPStatusString(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * UnityWebRequest_GetHTTPStatusString_m370515E94B5B3C14B4A49677A31D8494262D7EDA ( int64_t ___responseCode0 , const RuntimeMethod * method )
{
typedef String_t * ( * UnityWebRequest_GetHTTPStatusString_m370515E94B5B3C14B4A49677A31D8494262D7EDA_ftn ) ( int64_t ) ;
static UnityWebRequest_GetHTTPStatusString_m370515E94B5B3C14B4A49677A31D8494262D7EDA_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_GetHTTPStatusString_m370515E94B5B3C14B4A49677A31D8494262D7EDA_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::GetHTTPStatusString(System.Int64) " ) ;
String_t * retVal = _il2cpp_icall_func ( ___responseCode0 ) ;
return retVal ;
}
// System.Boolean UnityEngine.Networking.UnityWebRequest::get_disposeCertificateHandlerOnDispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityWebRequest_get_disposeCertificateHandlerOnDispose_m98EFCAC30D637479DC0DC45CFD8A15D402328F99 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
{
bool L_0 = __this - > get_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5 ( ) ;
return L_0 ;
}
}
// System.Void UnityEngine.Networking.UnityWebRequest::set_disposeCertificateHandlerOnDispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_set_disposeCertificateHandlerOnDispose_m8609E1213309D1796E00860ECA9228F6454114AE ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , bool ___value0 , const RuntimeMethod * method )
{
{
bool L_0 = ___value0 ;
__this - > set_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5 ( L_0 ) ;
return ;
}
}
// System.Boolean UnityEngine.Networking.UnityWebRequest::get_disposeDownloadHandlerOnDispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityWebRequest_get_disposeDownloadHandlerOnDispose_m3BE68E08A94D92D7076F49CB5196019E6E5E17AA ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
{
bool L_0 = __this - > get_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6 ( ) ;
return L_0 ;
}
}
// System.Void UnityEngine.Networking.UnityWebRequest::set_disposeDownloadHandlerOnDispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_set_disposeDownloadHandlerOnDispose_mA888301C47844E383DEC96D88CAD6CB8D9E7B9FA ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , bool ___value0 , const RuntimeMethod * method )
{
{
bool L_0 = ___value0 ;
__this - > set_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6 ( L_0 ) ;
return ;
}
}
// System.Boolean UnityEngine.Networking.UnityWebRequest::get_disposeUploadHandlerOnDispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityWebRequest_get_disposeUploadHandlerOnDispose_mE4A39A3A06DB4450DA49972254B4498A5F8F69DE ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
{
bool L_0 = __this - > get_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7 ( ) ;
return L_0 ;
}
}
// System.Void UnityEngine.Networking.UnityWebRequest::set_disposeUploadHandlerOnDispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_set_disposeUploadHandlerOnDispose_mC176753B8AFBB40B69FAD7F1E2B2711CA5D6AA71 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , bool ___value0 , const RuntimeMethod * method )
{
{
bool L_0 = ___value0 ;
__this - > set_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7 ( L_0 ) ;
return ;
}
}
// System.IntPtr UnityEngine.Networking.UnityWebRequest::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t UnityWebRequest_Create_m98363C34C71AA034B47FA64589711B6F0AEF6698 ( const RuntimeMethod * method )
{
typedef intptr_t ( * UnityWebRequest_Create_m98363C34C71AA034B47FA64589711B6F0AEF6698_ftn ) ( ) ;
static UnityWebRequest_Create_m98363C34C71AA034B47FA64589711B6F0AEF6698_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_Create_m98363C34C71AA034B47FA64589711B6F0AEF6698_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::Create() " ) ;
intptr_t retVal = _il2cpp_icall_func ( ) ;
return retVal ;
}
// System.Void UnityEngine.Networking.UnityWebRequest::Release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_Release_mD168D309DCE6696163B3357FA21047689D1A7D74 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
typedef void ( * UnityWebRequest_Release_mD168D309DCE6696163B3357FA21047689D1A7D74_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ) ;
static UnityWebRequest_Release_mD168D309DCE6696163B3357FA21047689D1A7D74_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_Release_mD168D309DCE6696163B3357FA21047689D1A7D74_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::Release() " ) ;
_il2cpp_icall_func ( __this ) ;
}
// System.Void UnityEngine.Networking.UnityWebRequest::InternalDestroy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_InternalDestroy_mF5D7484808AEAE24A43B678614D257FBF885026B ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityWebRequest_InternalDestroy_mF5D7484808AEAE24A43B678614D257FBF885026B_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
bool V_0 = false ;
{
intptr_t L_0 = __this - > get_m_Ptr_0 ( ) ;
bool L_1 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61 ( ( intptr_t ) L_0 , ( intptr_t ) ( 0 ) , /*hidden argument*/ NULL ) ;
V_0 = L_1 ;
bool L_2 = V_0 ;
if ( ! L_2 )
{
goto IL_0030 ;
}
}
{
UnityWebRequest_Abort_mF2C9BD010E5B32FF9F57C2EB4A9A0C8D0289CA7E ( __this , /*hidden argument*/ NULL ) ;
UnityWebRequest_Release_mD168D309DCE6696163B3357FA21047689D1A7D74 ( __this , /*hidden argument*/ NULL ) ;
__this - > set_m_Ptr_0 ( ( intptr_t ) ( 0 ) ) ;
}
IL_0030 :
{
return ;
}
}
// System.Void UnityEngine.Networking.UnityWebRequest::InternalSetDefaults()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_InternalSetDefaults_m644CC3C1C737838385F0EC9523A8930E696A9309 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
{
UnityWebRequest_set_disposeDownloadHandlerOnDispose_mA888301C47844E383DEC96D88CAD6CB8D9E7B9FA_inline ( __this , ( bool ) 1 , /*hidden argument*/ NULL ) ;
UnityWebRequest_set_disposeUploadHandlerOnDispose_mC176753B8AFBB40B69FAD7F1E2B2711CA5D6AA71_inline ( __this , ( bool ) 1 , /*hidden argument*/ NULL ) ;
UnityWebRequest_set_disposeCertificateHandlerOnDispose_m8609E1213309D1796E00860ECA9228F6454114AE_inline ( __this , ( bool ) 1 , /*hidden argument*/ NULL ) ;
return ;
}
}
// System.Void UnityEngine.Networking.UnityWebRequest::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest__ctor_m3CBA159B3514D89C931002DFD333B9768A08EBFA ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , String_t * ___url0 , String_t * ___method1 , const RuntimeMethod * method )
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 ( __this , /*hidden argument*/ NULL ) ;
intptr_t L_0 = UnityWebRequest_Create_m98363C34C71AA034B47FA64589711B6F0AEF6698 ( /*hidden argument*/ NULL ) ;
__this - > set_m_Ptr_0 ( ( intptr_t ) L_0 ) ;
UnityWebRequest_InternalSetDefaults_m644CC3C1C737838385F0EC9523A8930E696A9309 ( __this , /*hidden argument*/ NULL ) ;
String_t * L_1 = ___url0 ;
UnityWebRequest_set_url_mA698FD94C447FF7C1C429D50C2EBAEEDD473007D ( __this , L_1 , /*hidden argument*/ NULL ) ;
String_t * L_2 = ___method1 ;
UnityWebRequest_set_method_mF2DAC86EB05D65B9BCB52056B7CBB2C1AD87EEC6 ( __this , L_2 , /*hidden argument*/ NULL ) ;
return ;
}
}
// System.Void UnityEngine.Networking.UnityWebRequest::.ctor(System.String,System.String,UnityEngine.Networking.DownloadHandler,UnityEngine.Networking.UploadHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest__ctor_m0D2F8F3E1202EF4256D17E91B95DB6CC673FC8D6 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , String_t * ___url0 , String_t * ___method1 , DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * ___downloadHandler2 , UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * ___uploadHandler3 , const RuntimeMethod * method )
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 ( __this , /*hidden argument*/ NULL ) ;
intptr_t L_0 = UnityWebRequest_Create_m98363C34C71AA034B47FA64589711B6F0AEF6698 ( /*hidden argument*/ NULL ) ;
__this - > set_m_Ptr_0 ( ( intptr_t ) L_0 ) ;
UnityWebRequest_InternalSetDefaults_m644CC3C1C737838385F0EC9523A8930E696A9309 ( __this , /*hidden argument*/ NULL ) ;
String_t * L_1 = ___url0 ;
UnityWebRequest_set_url_mA698FD94C447FF7C1C429D50C2EBAEEDD473007D ( __this , L_1 , /*hidden argument*/ NULL ) ;
String_t * L_2 = ___method1 ;
UnityWebRequest_set_method_mF2DAC86EB05D65B9BCB52056B7CBB2C1AD87EEC6 ( __this , L_2 , /*hidden argument*/ NULL ) ;
DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * L_3 = ___downloadHandler2 ;
UnityWebRequest_set_downloadHandler_mB481C2EE30F84B62396C1A837F46046F12B8FA7E ( __this , L_3 , /*hidden argument*/ NULL ) ;
UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * L_4 = ___uploadHandler3 ;
UnityWebRequest_set_uploadHandler_m7B33656584914FB3F6FB0FF73C08F671262724A1 ( __this , L_4 , /*hidden argument*/ NULL ) ;
return ;
}
}
// System.Void UnityEngine.Networking.UnityWebRequest::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_Finalize_mEBEE0B5A630F0D75CE9F23CDA91DB5048D92CF2C ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
Exception_t * __last_unhandled_exception = 0 ;
NO_UNUSED_WARNING ( __last_unhandled_exception ) ;
Exception_t * __exception_local = 0 ;
NO_UNUSED_WARNING ( __exception_local ) ;
void * __leave_targets_storage = alloca ( sizeof ( int32_t ) * 1 ) ;
il2cpp : : utils : : LeaveTargetStack __leave_targets ( __leave_targets_storage ) ;
NO_UNUSED_WARNING ( __leave_targets ) ;
{
}
IL_0001 :
try
{ // begin try (depth: 1)
UnityWebRequest_DisposeHandlers_m0E54EE2A704090B2C2F1F3C90D30A47E3BF2B5C9 ( __this , /*hidden argument*/ NULL ) ;
UnityWebRequest_InternalDestroy_mF5D7484808AEAE24A43B678614D257FBF885026B ( __this , /*hidden argument*/ NULL ) ;
IL2CPP_LEAVE ( 0x1A , FINALLY_0012 ) ;
} // end try (depth: 1)
catch ( Il2CppExceptionWrapper & e )
{
__last_unhandled_exception = ( Exception_t * ) e . ex ;
goto FINALLY_0012 ;
}
FINALLY_0012 :
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 ( __this , /*hidden argument*/ NULL ) ;
IL2CPP_END_FINALLY ( 18 )
} // end finally (depth: 1)
IL2CPP_CLEANUP ( 18 )
{
IL2CPP_JUMP_TBL ( 0x1A , IL_001a )
IL2CPP_RETHROW_IF_UNHANDLED ( Exception_t * )
}
IL_001a :
{
return ;
}
}
// System.Void UnityEngine.Networking.UnityWebRequest::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_Dispose_m6AFA87DA329282058723E5ACE016B0B08CFE806D ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityWebRequest_Dispose_m6AFA87DA329282058723E5ACE016B0B08CFE806D_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
{
UnityWebRequest_DisposeHandlers_m0E54EE2A704090B2C2F1F3C90D30A47E3BF2B5C9 ( __this , /*hidden argument*/ NULL ) ;
UnityWebRequest_InternalDestroy_mF5D7484808AEAE24A43B678614D257FBF885026B ( __this , /*hidden argument*/ NULL ) ;
IL2CPP_RUNTIME_CLASS_INIT ( GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var ) ;
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 ( __this , /*hidden argument*/ NULL ) ;
return ;
}
}
// System.Void UnityEngine.Networking.UnityWebRequest::DisposeHandlers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_DisposeHandlers_m0E54EE2A704090B2C2F1F3C90D30A47E3BF2B5C9 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
bool V_0 = false ;
DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * V_1 = NULL ;
bool V_2 = false ;
bool V_3 = false ;
UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * V_4 = NULL ;
bool V_5 = false ;
bool V_6 = false ;
CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * V_7 = NULL ;
bool V_8 = false ;
{
bool L_0 = UnityWebRequest_get_disposeDownloadHandlerOnDispose_m3BE68E08A94D92D7076F49CB5196019E6E5E17AA_inline ( __this , /*hidden argument*/ NULL ) ;
V_0 = L_0 ;
bool L_1 = V_0 ;
if ( ! L_1 )
{
goto IL_0025 ;
}
}
{
DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * L_2 = UnityWebRequest_get_downloadHandler_m83044026479E6B4B2739DCE9EEA8A0FAE7D9AF41 ( __this , /*hidden argument*/ NULL ) ;
V_1 = L_2 ;
DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * L_3 = V_1 ;
V_2 = ( bool ) ( ( ! ( ( ( RuntimeObject * ) ( DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * ) L_3 ) < = ( ( RuntimeObject * ) ( RuntimeObject * ) NULL ) ) ) ? 1 : 0 ) ;
bool L_4 = V_2 ;
if ( ! L_4 )
{
goto IL_0024 ;
}
}
{
DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * L_5 = V_1 ;
NullCheck ( L_5 ) ;
DownloadHandler_Dispose_m7478E72B2DBA4B55FAA25F7A1975A13BA5891D4B ( L_5 , /*hidden argument*/ NULL ) ;
}
IL_0024 :
{
}
IL_0025 :
{
bool L_6 = UnityWebRequest_get_disposeUploadHandlerOnDispose_mE4A39A3A06DB4450DA49972254B4498A5F8F69DE_inline ( __this , /*hidden argument*/ NULL ) ;
V_3 = L_6 ;
bool L_7 = V_3 ;
if ( ! L_7 )
{
goto IL_004e ;
}
}
{
UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * L_8 = UnityWebRequest_get_uploadHandler_mB23A35C2412258E44538F37AA540421C95E69A5C ( __this , /*hidden argument*/ NULL ) ;
V_4 = L_8 ;
UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * L_9 = V_4 ;
V_5 = ( bool ) ( ( ! ( ( ( RuntimeObject * ) ( UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * ) L_9 ) < = ( ( RuntimeObject * ) ( RuntimeObject * ) NULL ) ) ) ? 1 : 0 ) ;
bool L_10 = V_5 ;
if ( ! L_10 )
{
goto IL_004d ;
}
}
{
UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * L_11 = V_4 ;
NullCheck ( L_11 ) ;
UploadHandler_Dispose_m9BBE8D7D2BBAAC2DE84B52BADA0B79CEA6F2DAB2 ( L_11 , /*hidden argument*/ NULL ) ;
}
IL_004d :
{
}
IL_004e :
{
bool L_12 = UnityWebRequest_get_disposeCertificateHandlerOnDispose_m98EFCAC30D637479DC0DC45CFD8A15D402328F99_inline ( __this , /*hidden argument*/ NULL ) ;
V_6 = L_12 ;
bool L_13 = V_6 ;
if ( ! L_13 )
{
goto IL_0079 ;
}
}
{
CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * L_14 = UnityWebRequest_get_certificateHandler_mD3C46D07991190373A7144A6732E390FFBE6DF00 ( __this , /*hidden argument*/ NULL ) ;
V_7 = L_14 ;
CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * L_15 = V_7 ;
V_8 = ( bool ) ( ( ! ( ( ( RuntimeObject * ) ( CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * ) L_15 ) < = ( ( RuntimeObject * ) ( RuntimeObject * ) NULL ) ) ) ? 1 : 0 ) ;
bool L_16 = V_8 ;
if ( ! L_16 )
{
goto IL_0078 ;
}
}
{
CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * L_17 = V_7 ;
NullCheck ( L_17 ) ;
CertificateHandler_Dispose_m9C71BAA51760FDF05AB999B6AB6E6BC71BCB8CA0 ( L_17 , /*hidden argument*/ NULL ) ;
}
IL_0078 :
{
}
IL_0079 :
{
return ;
}
}
// UnityEngine.Networking.UnityWebRequestAsyncOperation UnityEngine.Networking.UnityWebRequest::BeginWebRequest()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 * UnityWebRequest_BeginWebRequest_m1EF3612D316F7924F6E40D63DD3B0D0118C50CC0 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
typedef UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 * ( * UnityWebRequest_BeginWebRequest_m1EF3612D316F7924F6E40D63DD3B0D0118C50CC0_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ) ;
static UnityWebRequest_BeginWebRequest_m1EF3612D316F7924F6E40D63DD3B0D0118C50CC0_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_BeginWebRequest_m1EF3612D316F7924F6E40D63DD3B0D0118C50CC0_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::BeginWebRequest() " ) ;
UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 * retVal = _il2cpp_icall_func ( __this ) ;
return retVal ;
}
// UnityEngine.Networking.UnityWebRequestAsyncOperation UnityEngine.Networking.UnityWebRequest::SendWebRequest()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 * UnityWebRequest_SendWebRequest_mF536CB2A0A39354A54B555B66B017816C5833EBD ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 * V_0 = NULL ;
bool V_1 = false ;
UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 * V_2 = NULL ;
{
UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 * L_0 = UnityWebRequest_BeginWebRequest_m1EF3612D316F7924F6E40D63DD3B0D0118C50CC0 ( __this , /*hidden argument*/ NULL ) ;
V_0 = L_0 ;
UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 * L_1 = V_0 ;
V_1 = ( bool ) ( ( ! ( ( ( RuntimeObject * ) ( UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 * ) L_1 ) < = ( ( RuntimeObject * ) ( RuntimeObject * ) NULL ) ) ) ? 1 : 0 ) ;
bool L_2 = V_1 ;
if ( ! L_2 )
{
goto IL_0018 ;
}
}
{
UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 * L_3 = V_0 ;
NullCheck ( L_3 ) ;
UnityWebRequestAsyncOperation_set_webRequest_m07869D44180E2A93042A18260FA5A2BB934AC42F_inline ( L_3 , __this , /*hidden argument*/ NULL ) ;
}
IL_0018 :
{
UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 * L_4 = V_0 ;
V_2 = L_4 ;
goto IL_001c ;
}
IL_001c :
{
UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 * L_5 = V_2 ;
return L_5 ;
}
}
// System.Void UnityEngine.Networking.UnityWebRequest::Abort()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_Abort_mF2C9BD010E5B32FF9F57C2EB4A9A0C8D0289CA7E ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
typedef void ( * UnityWebRequest_Abort_mF2C9BD010E5B32FF9F57C2EB4A9A0C8D0289CA7E_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ) ;
static UnityWebRequest_Abort_mF2C9BD010E5B32FF9F57C2EB4A9A0C8D0289CA7E_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_Abort_mF2C9BD010E5B32FF9F57C2EB4A9A0C8D0289CA7E_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::Abort() " ) ;
_il2cpp_icall_func ( __this ) ;
}
// UnityEngine.Networking.UnityWebRequest_UnityWebRequestError UnityEngine.Networking.UnityWebRequest::SetMethod(UnityEngine.Networking.UnityWebRequest_UnityWebRequestMethod)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityWebRequest_SetMethod_mEE55FF0E071E784318B8C2110E3A3688BF4661CB ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , int32_t ___methodType0 , const RuntimeMethod * method )
{
typedef int32_t ( * UnityWebRequest_SetMethod_mEE55FF0E071E784318B8C2110E3A3688BF4661CB_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * , int32_t ) ;
static UnityWebRequest_SetMethod_mEE55FF0E071E784318B8C2110E3A3688BF4661CB_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_SetMethod_mEE55FF0E071E784318B8C2110E3A3688BF4661CB_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::SetMethod(UnityEngine.Networking.UnityWebRequest/UnityWebRequestMethod) " ) ;
int32_t retVal = _il2cpp_icall_func ( __this , ___methodType0 ) ;
return retVal ;
}
// System.Void UnityEngine.Networking.UnityWebRequest::InternalSetMethod(UnityEngine.Networking.UnityWebRequest_UnityWebRequestMethod)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_InternalSetMethod_m636508AA8E6EF12B3255D8ED108BFF7EB1AB68C9 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , int32_t ___methodType0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityWebRequest_InternalSetMethod_m636508AA8E6EF12B3255D8ED108BFF7EB1AB68C9_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
int32_t V_0 = 0 ;
bool V_1 = false ;
bool V_2 = false ;
{
bool L_0 = UnityWebRequest_get_isModifiable_mD7583537BBC7111555FF73846D120103D2563342 ( __this , /*hidden argument*/ NULL ) ;
V_1 = ( bool ) ( ( ( ( int32_t ) L_0 ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
bool L_1 = V_1 ;
if ( ! L_1 )
{
goto IL_0019 ;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * ) il2cpp_codegen_object_new ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var ) ;
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 ( L_2 , _stringLiteral70EE7E18113E0328AAE2B1D5D212C2735F1C00F8 , /*hidden argument*/ NULL ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_2 , UnityWebRequest_InternalSetMethod_m636508AA8E6EF12B3255D8ED108BFF7EB1AB68C9_RuntimeMethod_var ) ;
}
IL_0019 :
{
int32_t L_3 = ___methodType0 ;
int32_t L_4 = UnityWebRequest_SetMethod_mEE55FF0E071E784318B8C2110E3A3688BF4661CB ( __this , L_3 , /*hidden argument*/ NULL ) ;
V_0 = L_4 ;
int32_t L_5 = V_0 ;
V_2 = ( bool ) ( ( ! ( ( ( uint32_t ) L_5 ) < = ( ( uint32_t ) 0 ) ) ) ? 1 : 0 ) ;
bool L_6 = V_2 ;
if ( ! L_6 )
{
goto IL_0035 ;
}
}
{
int32_t L_7 = V_0 ;
String_t * L_8 = UnityWebRequest_GetWebErrorString_m92A1DDF2ADFFF8AEE6B1A7FAE384743C31F9E01D ( L_7 , /*hidden argument*/ NULL ) ;
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_9 = ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * ) il2cpp_codegen_object_new ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var ) ;
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 ( L_9 , L_8 , /*hidden argument*/ NULL ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_9 , UnityWebRequest_InternalSetMethod_m636508AA8E6EF12B3255D8ED108BFF7EB1AB68C9_RuntimeMethod_var ) ;
}
IL_0035 :
{
return ;
}
}
// UnityEngine.Networking.UnityWebRequest_UnityWebRequestError UnityEngine.Networking.UnityWebRequest::SetCustomMethod(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityWebRequest_SetCustomMethod_mC818FAC0FD8B91FD454C6DFBF7561EEE2D0BA4F4 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , String_t * ___customMethodName0 , const RuntimeMethod * method )
{
typedef int32_t ( * UnityWebRequest_SetCustomMethod_mC818FAC0FD8B91FD454C6DFBF7561EEE2D0BA4F4_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * , String_t * ) ;
static UnityWebRequest_SetCustomMethod_mC818FAC0FD8B91FD454C6DFBF7561EEE2D0BA4F4_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_SetCustomMethod_mC818FAC0FD8B91FD454C6DFBF7561EEE2D0BA4F4_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::SetCustomMethod(System.String) " ) ;
int32_t retVal = _il2cpp_icall_func ( __this , ___customMethodName0 ) ;
return retVal ;
}
// System.Void UnityEngine.Networking.UnityWebRequest::InternalSetCustomMethod(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_InternalSetCustomMethod_mE9F0C84C6DCD5412AEDD76280EEC4FB82516EF16 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , String_t * ___customMethodName0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityWebRequest_InternalSetCustomMethod_mE9F0C84C6DCD5412AEDD76280EEC4FB82516EF16_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
int32_t V_0 = 0 ;
bool V_1 = false ;
bool V_2 = false ;
{
bool L_0 = UnityWebRequest_get_isModifiable_mD7583537BBC7111555FF73846D120103D2563342 ( __this , /*hidden argument*/ NULL ) ;
V_1 = ( bool ) ( ( ( ( int32_t ) L_0 ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
bool L_1 = V_1 ;
if ( ! L_1 )
{
goto IL_0019 ;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * ) il2cpp_codegen_object_new ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var ) ;
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 ( L_2 , _stringLiteral70EE7E18113E0328AAE2B1D5D212C2735F1C00F8 , /*hidden argument*/ NULL ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_2 , UnityWebRequest_InternalSetCustomMethod_mE9F0C84C6DCD5412AEDD76280EEC4FB82516EF16_RuntimeMethod_var ) ;
}
IL_0019 :
{
String_t * L_3 = ___customMethodName0 ;
int32_t L_4 = UnityWebRequest_SetCustomMethod_mC818FAC0FD8B91FD454C6DFBF7561EEE2D0BA4F4 ( __this , L_3 , /*hidden argument*/ NULL ) ;
V_0 = L_4 ;
int32_t L_5 = V_0 ;
V_2 = ( bool ) ( ( ! ( ( ( uint32_t ) L_5 ) < = ( ( uint32_t ) 0 ) ) ) ? 1 : 0 ) ;
bool L_6 = V_2 ;
if ( ! L_6 )
{
goto IL_0035 ;
}
}
{
int32_t L_7 = V_0 ;
String_t * L_8 = UnityWebRequest_GetWebErrorString_m92A1DDF2ADFFF8AEE6B1A7FAE384743C31F9E01D ( L_7 , /*hidden argument*/ NULL ) ;
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_9 = ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * ) il2cpp_codegen_object_new ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var ) ;
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 ( L_9 , L_8 , /*hidden argument*/ NULL ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_9 , UnityWebRequest_InternalSetCustomMethod_mE9F0C84C6DCD5412AEDD76280EEC4FB82516EF16_RuntimeMethod_var ) ;
}
IL_0035 :
{
return ;
}
}
// System.Void UnityEngine.Networking.UnityWebRequest::set_method(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_set_method_mF2DAC86EB05D65B9BCB52056B7CBB2C1AD87EEC6 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , String_t * ___value0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityWebRequest_set_method_mF2DAC86EB05D65B9BCB52056B7CBB2C1AD87EEC6_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
bool V_0 = false ;
String_t * V_1 = NULL ;
{
String_t * L_0 = ___value0 ;
bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 ( L_0 , /*hidden argument*/ NULL ) ;
V_0 = L_1 ;
bool L_2 = V_0 ;
if ( ! L_2 )
{
goto IL_0017 ;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = ( ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * ) il2cpp_codegen_object_new ( ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var ) ;
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 ( L_3 , _stringLiteralF37BF1E2A7C84A010A6E65E2E41A03F1C044F04B , /*hidden argument*/ NULL ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_3 , UnityWebRequest_set_method_mF2DAC86EB05D65B9BCB52056B7CBB2C1AD87EEC6_RuntimeMethod_var ) ;
}
IL_0017 :
{
String_t * L_4 = ___value0 ;
NullCheck ( L_4 ) ;
String_t * L_5 = String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2 ( L_4 , /*hidden argument*/ NULL ) ;
V_1 = L_5 ;
String_t * L_6 = V_1 ;
bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE ( L_6 , _stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1 , /*hidden argument*/ NULL ) ;
if ( L_7 )
{
goto IL_0054 ;
}
}
{
String_t * L_8 = V_1 ;
bool L_9 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE ( L_8 , _stringLiteral61FF81C30AA3C76E78AFEA62B2E3BD1DFA49E854 , /*hidden argument*/ NULL ) ;
if ( L_9 )
{
goto IL_005e ;
}
}
{
String_t * L_10 = V_1 ;
bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE ( L_10 , _stringLiteral091B0CE42EB0BD96169EA00B16DD938F6D63AC95 , /*hidden argument*/ NULL ) ;
if ( L_11 )
{
goto IL_0068 ;
}
}
{
String_t * L_12 = V_1 ;
bool L_13 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE ( L_12 , _stringLiteral7138A51661947B19B5088DA5A2BFEDE2876F49B9 , /*hidden argument*/ NULL ) ;
if ( L_13 )
{
goto IL_0072 ;
}
}
{
goto IL_007c ;
}
IL_0054 :
{
UnityWebRequest_InternalSetMethod_m636508AA8E6EF12B3255D8ED108BFF7EB1AB68C9 ( __this , 0 , /*hidden argument*/ NULL ) ;
goto IL_008b ;
}
IL_005e :
{
UnityWebRequest_InternalSetMethod_m636508AA8E6EF12B3255D8ED108BFF7EB1AB68C9 ( __this , 1 , /*hidden argument*/ NULL ) ;
goto IL_008b ;
}
IL_0068 :
{
UnityWebRequest_InternalSetMethod_m636508AA8E6EF12B3255D8ED108BFF7EB1AB68C9 ( __this , 2 , /*hidden argument*/ NULL ) ;
goto IL_008b ;
}
IL_0072 :
{
UnityWebRequest_InternalSetMethod_m636508AA8E6EF12B3255D8ED108BFF7EB1AB68C9 ( __this , 3 , /*hidden argument*/ NULL ) ;
goto IL_008b ;
}
IL_007c :
{
String_t * L_14 = ___value0 ;
NullCheck ( L_14 ) ;
String_t * L_15 = String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2 ( L_14 , /*hidden argument*/ NULL ) ;
UnityWebRequest_InternalSetCustomMethod_mE9F0C84C6DCD5412AEDD76280EEC4FB82516EF16 ( __this , L_15 , /*hidden argument*/ NULL ) ;
goto IL_008b ;
}
IL_008b :
{
return ;
}
}
// UnityEngine.Networking.UnityWebRequest_UnityWebRequestError UnityEngine.Networking.UnityWebRequest::GetError()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityWebRequest_GetError_m55BF2299E3B195AC416CCCB46C3DBD83C075018C ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
typedef int32_t ( * UnityWebRequest_GetError_m55BF2299E3B195AC416CCCB46C3DBD83C075018C_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ) ;
static UnityWebRequest_GetError_m55BF2299E3B195AC416CCCB46C3DBD83C075018C_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_GetError_m55BF2299E3B195AC416CCCB46C3DBD83C075018C_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::GetError() " ) ;
int32_t retVal = _il2cpp_icall_func ( __this ) ;
return retVal ;
}
// System.String UnityEngine.Networking.UnityWebRequest::get_error()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * UnityWebRequest_get_error_mC79FE2460B3F30B8F9E5385BD7D2B4C5B295D7CC ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityWebRequest_get_error_mC79FE2460B3F30B8F9E5385BD7D2B4C5B295D7CC_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
bool V_0 = false ;
String_t * V_1 = NULL ;
bool V_2 = false ;
String_t * V_3 = NULL ;
int32_t G_B3_0 = 0 ;
{
bool L_0 = UnityWebRequest_get_isNetworkError_m082AFE1A58A330AC4CBD179606B61CB39DD44588 ( __this , /*hidden argument*/ NULL ) ;
if ( L_0 )
{
goto IL_0014 ;
}
}
{
bool L_1 = UnityWebRequest_get_isHttpError_m8F636B70C239EC848FACC83189DE0C22CADEC1C3 ( __this , /*hidden argument*/ NULL ) ;
G_B3_0 = ( ( ( ( int32_t ) L_1 ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
goto IL_0015 ;
}
IL_0014 :
{
G_B3_0 = 0 ;
}
IL_0015 :
{
V_0 = ( bool ) G_B3_0 ;
bool L_2 = V_0 ;
if ( ! L_2 )
{
goto IL_001d ;
}
}
{
V_1 = ( String_t * ) NULL ;
goto IL_005c ;
}
IL_001d :
{
bool L_3 = UnityWebRequest_get_isHttpError_m8F636B70C239EC848FACC83189DE0C22CADEC1C3 ( __this , /*hidden argument*/ NULL ) ;
V_2 = L_3 ;
bool L_4 = V_2 ;
if ( ! L_4 )
{
goto IL_004d ;
}
}
{
int64_t L_5 = UnityWebRequest_get_responseCode_m34819872549939D1EF9EA3D4010974FBEBAF0070 ( __this , /*hidden argument*/ NULL ) ;
String_t * L_6 = UnityWebRequest_GetHTTPStatusString_m370515E94B5B3C14B4A49677A31D8494262D7EDA ( L_5 , /*hidden argument*/ NULL ) ;
V_3 = L_6 ;
int64_t L_7 = UnityWebRequest_get_responseCode_m34819872549939D1EF9EA3D4010974FBEBAF0070 ( __this , /*hidden argument*/ NULL ) ;
int64_t L_8 = L_7 ;
RuntimeObject * L_9 = Box ( Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var , & L_8 ) ;
String_t * L_10 = V_3 ;
String_t * L_11 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A ( _stringLiteral4DD76F7BD318A8B909BC0FF86CA3BE3625DA0374 , L_9 , L_10 , /*hidden argument*/ NULL ) ;
V_1 = L_11 ;
goto IL_005c ;
}
IL_004d :
{
int32_t L_12 = UnityWebRequest_GetError_m55BF2299E3B195AC416CCCB46C3DBD83C075018C ( __this , /*hidden argument*/ NULL ) ;
String_t * L_13 = UnityWebRequest_GetWebErrorString_m92A1DDF2ADFFF8AEE6B1A7FAE384743C31F9E01D ( L_12 , /*hidden argument*/ NULL ) ;
V_1 = L_13 ;
goto IL_005c ;
}
IL_005c :
{
String_t * L_14 = V_1 ;
return L_14 ;
}
}
// System.String UnityEngine.Networking.UnityWebRequest::get_url()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * UnityWebRequest_get_url_m030A0D89670638A2C0E86A42AA84C767314672C6 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
String_t * V_0 = NULL ;
{
String_t * L_0 = UnityWebRequest_GetUrl_m54AFB82BFB0CFD276363E9EC03E2ED3CB89A45CB ( __this , /*hidden argument*/ NULL ) ;
V_0 = L_0 ;
goto IL_000a ;
}
IL_000a :
{
String_t * L_1 = V_0 ;
return L_1 ;
}
}
// System.Void UnityEngine.Networking.UnityWebRequest::set_url(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_set_url_mA698FD94C447FF7C1C429D50C2EBAEEDD473007D ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , String_t * ___value0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityWebRequest_set_url_mA698FD94C447FF7C1C429D50C2EBAEEDD473007D_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
String_t * V_0 = NULL ;
{
V_0 = _stringLiteralF6C97A7F64063CFEE7C2DC2157847204D4DBF093 ;
String_t * L_0 = ___value0 ;
String_t * L_1 = V_0 ;
IL2CPP_RUNTIME_CLASS_INIT ( WebRequestUtils_tBE8F8607E3A9633419968F6AF2F706A029AE1296_il2cpp_TypeInfo_var ) ;
String_t * L_2 = WebRequestUtils_MakeInitialUrl_m446CCE4EFB276BE27A9380D55B9E704D01107B83 ( L_0 , L_1 , /*hidden argument*/ NULL ) ;
UnityWebRequest_InternalSetUrl_m2E2C837A6F32065CAAAF6EFA7D0237C9E206689A ( __this , L_2 , /*hidden argument*/ NULL ) ;
return ;
}
}
// System.String UnityEngine.Networking.UnityWebRequest::GetUrl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * UnityWebRequest_GetUrl_m54AFB82BFB0CFD276363E9EC03E2ED3CB89A45CB ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
typedef String_t * ( * UnityWebRequest_GetUrl_m54AFB82BFB0CFD276363E9EC03E2ED3CB89A45CB_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ) ;
static UnityWebRequest_GetUrl_m54AFB82BFB0CFD276363E9EC03E2ED3CB89A45CB_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_GetUrl_m54AFB82BFB0CFD276363E9EC03E2ED3CB89A45CB_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::GetUrl() " ) ;
String_t * retVal = _il2cpp_icall_func ( __this ) ;
return retVal ;
}
// UnityEngine.Networking.UnityWebRequest_UnityWebRequestError UnityEngine.Networking.UnityWebRequest::SetUrl(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityWebRequest_SetUrl_mED007912E89AA114D1A3D6905586116F74C8D774 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , String_t * ___url0 , const RuntimeMethod * method )
{
typedef int32_t ( * UnityWebRequest_SetUrl_mED007912E89AA114D1A3D6905586116F74C8D774_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * , String_t * ) ;
static UnityWebRequest_SetUrl_mED007912E89AA114D1A3D6905586116F74C8D774_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_SetUrl_mED007912E89AA114D1A3D6905586116F74C8D774_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::SetUrl(System.String) " ) ;
int32_t retVal = _il2cpp_icall_func ( __this , ___url0 ) ;
return retVal ;
}
// System.Void UnityEngine.Networking.UnityWebRequest::InternalSetUrl(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_InternalSetUrl_m2E2C837A6F32065CAAAF6EFA7D0237C9E206689A ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , String_t * ___url0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityWebRequest_InternalSetUrl_m2E2C837A6F32065CAAAF6EFA7D0237C9E206689A_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
int32_t V_0 = 0 ;
bool V_1 = false ;
bool V_2 = false ;
{
bool L_0 = UnityWebRequest_get_isModifiable_mD7583537BBC7111555FF73846D120103D2563342 ( __this , /*hidden argument*/ NULL ) ;
V_1 = ( bool ) ( ( ( ( int32_t ) L_0 ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
bool L_1 = V_1 ;
if ( ! L_1 )
{
goto IL_0019 ;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * ) il2cpp_codegen_object_new ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var ) ;
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 ( L_2 , _stringLiteral81D42CE01525C0213D5284260BDB58819D046FB9 , /*hidden argument*/ NULL ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_2 , UnityWebRequest_InternalSetUrl_m2E2C837A6F32065CAAAF6EFA7D0237C9E206689A_RuntimeMethod_var ) ;
}
IL_0019 :
{
String_t * L_3 = ___url0 ;
int32_t L_4 = UnityWebRequest_SetUrl_mED007912E89AA114D1A3D6905586116F74C8D774 ( __this , L_3 , /*hidden argument*/ NULL ) ;
V_0 = L_4 ;
int32_t L_5 = V_0 ;
V_2 = ( bool ) ( ( ! ( ( ( uint32_t ) L_5 ) < = ( ( uint32_t ) 0 ) ) ) ? 1 : 0 ) ;
bool L_6 = V_2 ;
if ( ! L_6 )
{
goto IL_0035 ;
}
}
{
int32_t L_7 = V_0 ;
String_t * L_8 = UnityWebRequest_GetWebErrorString_m92A1DDF2ADFFF8AEE6B1A7FAE384743C31F9E01D ( L_7 , /*hidden argument*/ NULL ) ;
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_9 = ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * ) il2cpp_codegen_object_new ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var ) ;
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 ( L_9 , L_8 , /*hidden argument*/ NULL ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_9 , UnityWebRequest_InternalSetUrl_m2E2C837A6F32065CAAAF6EFA7D0237C9E206689A_RuntimeMethod_var ) ;
}
IL_0035 :
{
return ;
}
}
// System.Int64 UnityEngine.Networking.UnityWebRequest::get_responseCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t UnityWebRequest_get_responseCode_m34819872549939D1EF9EA3D4010974FBEBAF0070 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
typedef int64_t ( * UnityWebRequest_get_responseCode_m34819872549939D1EF9EA3D4010974FBEBAF0070_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ) ;
static UnityWebRequest_get_responseCode_m34819872549939D1EF9EA3D4010974FBEBAF0070_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_get_responseCode_m34819872549939D1EF9EA3D4010974FBEBAF0070_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::get_responseCode() " ) ;
int64_t retVal = _il2cpp_icall_func ( __this ) ;
return retVal ;
}
// System.Single UnityEngine.Networking.UnityWebRequest::GetUploadProgress()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float UnityWebRequest_GetUploadProgress_m7DE3A7666E0F80A701B804B7928B4D3F98738AB7 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
typedef float ( * UnityWebRequest_GetUploadProgress_m7DE3A7666E0F80A701B804B7928B4D3F98738AB7_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ) ;
static UnityWebRequest_GetUploadProgress_m7DE3A7666E0F80A701B804B7928B4D3F98738AB7_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_GetUploadProgress_m7DE3A7666E0F80A701B804B7928B4D3F98738AB7_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::GetUploadProgress() " ) ;
float retVal = _il2cpp_icall_func ( __this ) ;
return retVal ;
}
// System.Boolean UnityEngine.Networking.UnityWebRequest::IsExecuting()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityWebRequest_IsExecuting_m01B2C236790F9C97415C79F2AFDEBC0D234EEF09 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
typedef bool ( * UnityWebRequest_IsExecuting_m01B2C236790F9C97415C79F2AFDEBC0D234EEF09_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ) ;
static UnityWebRequest_IsExecuting_m01B2C236790F9C97415C79F2AFDEBC0D234EEF09_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_IsExecuting_m01B2C236790F9C97415C79F2AFDEBC0D234EEF09_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::IsExecuting() " ) ;
bool retVal = _il2cpp_icall_func ( __this ) ;
return retVal ;
}
// System.Single UnityEngine.Networking.UnityWebRequest::get_uploadProgress()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float UnityWebRequest_get_uploadProgress_mA63D1BC81FCDED0715D033DB7493CDD74E732AB0 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
bool V_0 = false ;
float V_1 = 0.0f ;
int32_t G_B3_0 = 0 ;
{
bool L_0 = UnityWebRequest_IsExecuting_m01B2C236790F9C97415C79F2AFDEBC0D234EEF09 ( __this , /*hidden argument*/ NULL ) ;
if ( L_0 )
{
goto IL_0014 ;
}
}
{
bool L_1 = UnityWebRequest_get_isDone_mB3CC99A8DC3DB1DD44B23008688EB2DF20906FDA ( __this , /*hidden argument*/ NULL ) ;
G_B3_0 = ( ( ( ( int32_t ) L_1 ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
goto IL_0015 ;
}
IL_0014 :
{
G_B3_0 = 0 ;
}
IL_0015 :
{
V_0 = ( bool ) G_B3_0 ;
bool L_2 = V_0 ;
if ( ! L_2 )
{
goto IL_0021 ;
}
}
{
V_1 = ( - 1.0f ) ;
goto IL_002a ;
}
IL_0021 :
{
float L_3 = UnityWebRequest_GetUploadProgress_m7DE3A7666E0F80A701B804B7928B4D3F98738AB7 ( __this , /*hidden argument*/ NULL ) ;
V_1 = L_3 ;
goto IL_002a ;
}
IL_002a :
{
float L_4 = V_1 ;
return L_4 ;
}
}
// System.Boolean UnityEngine.Networking.UnityWebRequest::get_isModifiable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityWebRequest_get_isModifiable_mD7583537BBC7111555FF73846D120103D2563342 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
typedef bool ( * UnityWebRequest_get_isModifiable_mD7583537BBC7111555FF73846D120103D2563342_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ) ;
static UnityWebRequest_get_isModifiable_mD7583537BBC7111555FF73846D120103D2563342_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_get_isModifiable_mD7583537BBC7111555FF73846D120103D2563342_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::get_isModifiable() " ) ;
bool retVal = _il2cpp_icall_func ( __this ) ;
return retVal ;
}
// System.Boolean UnityEngine.Networking.UnityWebRequest::get_isDone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityWebRequest_get_isDone_mB3CC99A8DC3DB1DD44B23008688EB2DF20906FDA ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
typedef bool ( * UnityWebRequest_get_isDone_mB3CC99A8DC3DB1DD44B23008688EB2DF20906FDA_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ) ;
static UnityWebRequest_get_isDone_mB3CC99A8DC3DB1DD44B23008688EB2DF20906FDA_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_get_isDone_mB3CC99A8DC3DB1DD44B23008688EB2DF20906FDA_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::get_isDone() " ) ;
bool retVal = _il2cpp_icall_func ( __this ) ;
return retVal ;
}
// System.Boolean UnityEngine.Networking.UnityWebRequest::get_isNetworkError()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityWebRequest_get_isNetworkError_m082AFE1A58A330AC4CBD179606B61CB39DD44588 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
typedef bool ( * UnityWebRequest_get_isNetworkError_m082AFE1A58A330AC4CBD179606B61CB39DD44588_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ) ;
static UnityWebRequest_get_isNetworkError_m082AFE1A58A330AC4CBD179606B61CB39DD44588_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_get_isNetworkError_m082AFE1A58A330AC4CBD179606B61CB39DD44588_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::get_isNetworkError() " ) ;
bool retVal = _il2cpp_icall_func ( __this ) ;
return retVal ;
}
// System.Boolean UnityEngine.Networking.UnityWebRequest::get_isHttpError()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityWebRequest_get_isHttpError_m8F636B70C239EC848FACC83189DE0C22CADEC1C3 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
typedef bool ( * UnityWebRequest_get_isHttpError_m8F636B70C239EC848FACC83189DE0C22CADEC1C3_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ) ;
static UnityWebRequest_get_isHttpError_m8F636B70C239EC848FACC83189DE0C22CADEC1C3_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_get_isHttpError_m8F636B70C239EC848FACC83189DE0C22CADEC1C3_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::get_isHttpError() " ) ;
bool retVal = _il2cpp_icall_func ( __this ) ;
return retVal ;
}
// System.Single UnityEngine.Networking.UnityWebRequest::GetDownloadProgress()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float UnityWebRequest_GetDownloadProgress_mD003AA45A293CEFEDB9ECB8E33DDC6D63C5E1578 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
typedef float ( * UnityWebRequest_GetDownloadProgress_mD003AA45A293CEFEDB9ECB8E33DDC6D63C5E1578_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ) ;
static UnityWebRequest_GetDownloadProgress_mD003AA45A293CEFEDB9ECB8E33DDC6D63C5E1578_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_GetDownloadProgress_mD003AA45A293CEFEDB9ECB8E33DDC6D63C5E1578_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::GetDownloadProgress() " ) ;
float retVal = _il2cpp_icall_func ( __this ) ;
return retVal ;
}
// System.Single UnityEngine.Networking.UnityWebRequest::get_downloadProgress()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float UnityWebRequest_get_downloadProgress_mE09FED8FB4ED03B0BBC23A3A243B283D4E148DC5 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
bool V_0 = false ;
float V_1 = 0.0f ;
int32_t G_B3_0 = 0 ;
{
bool L_0 = UnityWebRequest_IsExecuting_m01B2C236790F9C97415C79F2AFDEBC0D234EEF09 ( __this , /*hidden argument*/ NULL ) ;
if ( L_0 )
{
goto IL_0014 ;
}
}
{
bool L_1 = UnityWebRequest_get_isDone_mB3CC99A8DC3DB1DD44B23008688EB2DF20906FDA ( __this , /*hidden argument*/ NULL ) ;
G_B3_0 = ( ( ( ( int32_t ) L_1 ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
goto IL_0015 ;
}
IL_0014 :
{
G_B3_0 = 0 ;
}
IL_0015 :
{
V_0 = ( bool ) G_B3_0 ;
bool L_2 = V_0 ;
if ( ! L_2 )
{
goto IL_0021 ;
}
}
{
V_1 = ( - 1.0f ) ;
goto IL_002a ;
}
IL_0021 :
{
float L_3 = UnityWebRequest_GetDownloadProgress_mD003AA45A293CEFEDB9ECB8E33DDC6D63C5E1578 ( __this , /*hidden argument*/ NULL ) ;
V_1 = L_3 ;
goto IL_002a ;
}
IL_002a :
{
float L_4 = V_1 ;
return L_4 ;
}
}
// System.UInt64 UnityEngine.Networking.UnityWebRequest::get_downloadedBytes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UnityWebRequest_get_downloadedBytes_mD7857C8370B3274457D640782A6C76D90D6CD1AE ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
typedef uint64_t ( * UnityWebRequest_get_downloadedBytes_mD7857C8370B3274457D640782A6C76D90D6CD1AE_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ) ;
static UnityWebRequest_get_downloadedBytes_mD7857C8370B3274457D640782A6C76D90D6CD1AE_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_get_downloadedBytes_mD7857C8370B3274457D640782A6C76D90D6CD1AE_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::get_downloadedBytes() " ) ;
uint64_t retVal = _il2cpp_icall_func ( __this ) ;
return retVal ;
}
// UnityEngine.Networking.UnityWebRequest_UnityWebRequestError UnityEngine.Networking.UnityWebRequest::SetChunked(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityWebRequest_SetChunked_mB7640F345604631D7A71C3C1EA89C88FA6F4BE5A ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , bool ___chunked0 , const RuntimeMethod * method )
{
typedef int32_t ( * UnityWebRequest_SetChunked_mB7640F345604631D7A71C3C1EA89C88FA6F4BE5A_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * , bool ) ;
static UnityWebRequest_SetChunked_mB7640F345604631D7A71C3C1EA89C88FA6F4BE5A_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_SetChunked_mB7640F345604631D7A71C3C1EA89C88FA6F4BE5A_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::SetChunked(System.Boolean) " ) ;
int32_t retVal = _il2cpp_icall_func ( __this , ___chunked0 ) ;
return retVal ;
}
// System.Void UnityEngine.Networking.UnityWebRequest::set_chunkedTransfer(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_set_chunkedTransfer_mA453AD2975C8B488B9A84C8FD3205AC20DA96430 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , bool ___value0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityWebRequest_set_chunkedTransfer_mA453AD2975C8B488B9A84C8FD3205AC20DA96430_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
int32_t V_0 = 0 ;
bool V_1 = false ;
bool V_2 = false ;
{
bool L_0 = UnityWebRequest_get_isModifiable_mD7583537BBC7111555FF73846D120103D2563342 ( __this , /*hidden argument*/ NULL ) ;
V_1 = ( bool ) ( ( ( ( int32_t ) L_0 ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
bool L_1 = V_1 ;
if ( ! L_1 )
{
goto IL_0019 ;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * ) il2cpp_codegen_object_new ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var ) ;
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 ( L_2 , _stringLiteral2E202793DA456513F1E823D3CE20D84EF57C1E73 , /*hidden argument*/ NULL ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_2 , UnityWebRequest_set_chunkedTransfer_mA453AD2975C8B488B9A84C8FD3205AC20DA96430_RuntimeMethod_var ) ;
}
IL_0019 :
{
bool L_3 = ___value0 ;
int32_t L_4 = UnityWebRequest_SetChunked_mB7640F345604631D7A71C3C1EA89C88FA6F4BE5A ( __this , L_3 , /*hidden argument*/ NULL ) ;
V_0 = L_4 ;
int32_t L_5 = V_0 ;
V_2 = ( bool ) ( ( ! ( ( ( uint32_t ) L_5 ) < = ( ( uint32_t ) 0 ) ) ) ? 1 : 0 ) ;
bool L_6 = V_2 ;
if ( ! L_6 )
{
goto IL_0035 ;
}
}
{
int32_t L_7 = V_0 ;
String_t * L_8 = UnityWebRequest_GetWebErrorString_m92A1DDF2ADFFF8AEE6B1A7FAE384743C31F9E01D ( L_7 , /*hidden argument*/ NULL ) ;
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_9 = ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * ) il2cpp_codegen_object_new ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var ) ;
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 ( L_9 , L_8 , /*hidden argument*/ NULL ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_9 , UnityWebRequest_set_chunkedTransfer_mA453AD2975C8B488B9A84C8FD3205AC20DA96430_RuntimeMethod_var ) ;
}
IL_0035 :
{
return ;
}
}
// UnityEngine.Networking.UnityWebRequest_UnityWebRequestError UnityEngine.Networking.UnityWebRequest::InternalSetRequestHeader(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityWebRequest_InternalSetRequestHeader_m7481D7E49B6E6078598E40B81D1A3DA9B8D2BD10 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , String_t * ___name0 , String_t * ___value1 , const RuntimeMethod * method )
{
typedef int32_t ( * UnityWebRequest_InternalSetRequestHeader_m7481D7E49B6E6078598E40B81D1A3DA9B8D2BD10_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * , String_t * , String_t * ) ;
static UnityWebRequest_InternalSetRequestHeader_m7481D7E49B6E6078598E40B81D1A3DA9B8D2BD10_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_InternalSetRequestHeader_m7481D7E49B6E6078598E40B81D1A3DA9B8D2BD10_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::InternalSetRequestHeader(System.String,System.String) " ) ;
int32_t retVal = _il2cpp_icall_func ( __this , ___name0 , ___value1 ) ;
return retVal ;
}
// System.Void UnityEngine.Networking.UnityWebRequest::SetRequestHeader(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_SetRequestHeader_m1B54D38BDACC2789FC8EE889EA72EDD7844D2309 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , String_t * ___name0 , String_t * ___value1 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityWebRequest_SetRequestHeader_m1B54D38BDACC2789FC8EE889EA72EDD7844D2309_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
int32_t V_0 = 0 ;
bool V_1 = false ;
bool V_2 = false ;
bool V_3 = false ;
bool V_4 = false ;
{
String_t * L_0 = ___name0 ;
bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 ( L_0 , /*hidden argument*/ NULL ) ;
V_1 = L_1 ;
bool L_2 = V_1 ;
if ( ! L_2 )
{
goto IL_0016 ;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = ( ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * ) il2cpp_codegen_object_new ( ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var ) ;
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 ( L_3 , _stringLiteralBEDBFCA635D617975AC8C4A6D1FBC9714BC86399 , /*hidden argument*/ NULL ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_3 , UnityWebRequest_SetRequestHeader_m1B54D38BDACC2789FC8EE889EA72EDD7844D2309_RuntimeMethod_var ) ;
}
IL_0016 :
{
String_t * L_4 = ___value1 ;
V_2 = ( bool ) ( ( ( ( RuntimeObject * ) ( String_t * ) L_4 ) = = ( ( RuntimeObject * ) ( RuntimeObject * ) NULL ) ) ? 1 : 0 ) ;
bool L_5 = V_2 ;
if ( ! L_5 )
{
goto IL_0029 ;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = ( ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * ) il2cpp_codegen_object_new ( ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var ) ;
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 ( L_6 , _stringLiteralA288E90C6C4E12B4E76A10851EF1ABD903F1EAE7 , /*hidden argument*/ NULL ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_6 , UnityWebRequest_SetRequestHeader_m1B54D38BDACC2789FC8EE889EA72EDD7844D2309_RuntimeMethod_var ) ;
}
IL_0029 :
{
bool L_7 = UnityWebRequest_get_isModifiable_mD7583537BBC7111555FF73846D120103D2563342 ( __this , /*hidden argument*/ NULL ) ;
V_3 = ( bool ) ( ( ( ( int32_t ) L_7 ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
bool L_8 = V_3 ;
if ( ! L_8 )
{
goto IL_0041 ;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_9 = ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * ) il2cpp_codegen_object_new ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var ) ;
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 ( L_9 , _stringLiteralAEA05C1AAB9D42F987C023592D1AF2F1D8403D2F , /*hidden argument*/ NULL ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_9 , UnityWebRequest_SetRequestHeader_m1B54D38BDACC2789FC8EE889EA72EDD7844D2309_RuntimeMethod_var ) ;
}
IL_0041 :
{
String_t * L_10 = ___name0 ;
String_t * L_11 = ___value1 ;
int32_t L_12 = UnityWebRequest_InternalSetRequestHeader_m7481D7E49B6E6078598E40B81D1A3DA9B8D2BD10 ( __this , L_10 , L_11 , /*hidden argument*/ NULL ) ;
V_0 = L_12 ;
int32_t L_13 = V_0 ;
V_4 = ( bool ) ( ( ! ( ( ( uint32_t ) L_13 ) < = ( ( uint32_t ) 0 ) ) ) ? 1 : 0 ) ;
bool L_14 = V_4 ;
if ( ! L_14 )
{
goto IL_0060 ;
}
}
{
int32_t L_15 = V_0 ;
String_t * L_16 = UnityWebRequest_GetWebErrorString_m92A1DDF2ADFFF8AEE6B1A7FAE384743C31F9E01D ( L_15 , /*hidden argument*/ NULL ) ;
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_17 = ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * ) il2cpp_codegen_object_new ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var ) ;
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 ( L_17 , L_16 , /*hidden argument*/ NULL ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_17 , UnityWebRequest_SetRequestHeader_m1B54D38BDACC2789FC8EE889EA72EDD7844D2309_RuntimeMethod_var ) ;
}
IL_0060 :
{
return ;
}
}
// System.String UnityEngine.Networking.UnityWebRequest::GetResponseHeader(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * UnityWebRequest_GetResponseHeader_m3C6A64338B5B11F5CE2941FEE37DDAB0B67AC5C2 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , String_t * ___name0 , const RuntimeMethod * method )
{
typedef String_t * ( * UnityWebRequest_GetResponseHeader_m3C6A64338B5B11F5CE2941FEE37DDAB0B67AC5C2_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * , String_t * ) ;
static UnityWebRequest_GetResponseHeader_m3C6A64338B5B11F5CE2941FEE37DDAB0B67AC5C2_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_GetResponseHeader_m3C6A64338B5B11F5CE2941FEE37DDAB0B67AC5C2_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::GetResponseHeader(System.String) " ) ;
String_t * retVal = _il2cpp_icall_func ( __this , ___name0 ) ;
return retVal ;
}
// System.String[] UnityEngine.Networking.UnityWebRequest::GetResponseHeaderKeys()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * UnityWebRequest_GetResponseHeaderKeys_mCA197A30EE7652C300682B5B7560BF7D86FC30AD ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
typedef StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * ( * UnityWebRequest_GetResponseHeaderKeys_mCA197A30EE7652C300682B5B7560BF7D86FC30AD_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ) ;
static UnityWebRequest_GetResponseHeaderKeys_mCA197A30EE7652C300682B5B7560BF7D86FC30AD_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_GetResponseHeaderKeys_mCA197A30EE7652C300682B5B7560BF7D86FC30AD_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::GetResponseHeaderKeys() " ) ;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * retVal = _il2cpp_icall_func ( __this ) ;
return retVal ;
}
// System.Collections.Generic.Dictionary`2<System.String,System.String> UnityEngine.Networking.UnityWebRequest::GetResponseHeaders()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * UnityWebRequest_GetResponseHeaders_mFA5C7C10F2BA83F21826611AF204BC56E881A863 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityWebRequest_GetResponseHeaders_mFA5C7C10F2BA83F21826611AF204BC56E881A863_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * V_0 = NULL ;
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * V_1 = NULL ;
bool V_2 = false ;
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * V_3 = NULL ;
int32_t V_4 = 0 ;
String_t * V_5 = NULL ;
bool V_6 = false ;
int32_t G_B3_0 = 0 ;
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * L_0 = UnityWebRequest_GetResponseHeaderKeys_mCA197A30EE7652C300682B5B7560BF7D86FC30AD ( __this , /*hidden argument*/ NULL ) ;
V_0 = L_0 ;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * L_1 = V_0 ;
if ( ! L_1 )
{
goto IL_0012 ;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * L_2 = V_0 ;
NullCheck ( L_2 ) ;
G_B3_0 = ( ( ( ( int32_t ) ( ( ( RuntimeArray * ) L_2 ) - > max_length ) ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
goto IL_0013 ;
}
IL_0012 :
{
G_B3_0 = 1 ;
}
IL_0013 :
{
V_2 = ( bool ) G_B3_0 ;
bool L_3 = V_2 ;
if ( ! L_3 )
{
goto IL_001c ;
}
}
{
V_3 = ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ) NULL ;
goto IL_0061 ;
}
IL_001c :
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * L_4 = V_0 ;
NullCheck ( L_4 ) ;
IL2CPP_RUNTIME_CLASS_INIT ( StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var ) ;
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_5 = StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_inline ( /*hidden argument*/ NULL ) ;
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_6 = ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ) il2cpp_codegen_object_new ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var ) ;
Dictionary_2__ctor_m1DDEF700172660887162F8B6AA94679C3113AB9F ( L_6 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_4 ) - > max_length ) ) ) ) , L_5 , /*hidden argument*/ Dictionary_2__ctor_m1DDEF700172660887162F8B6AA94679C3113AB9F_RuntimeMethod_var ) ;
V_1 = L_6 ;
V_4 = 0 ;
goto IL_0050 ;
}
IL_002f :
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * L_7 = V_0 ;
int32_t L_8 = V_4 ;
NullCheck ( L_7 ) ;
int32_t L_9 = L_8 ;
String_t * L_10 = ( L_7 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_9 ) ) ;
String_t * L_11 = UnityWebRequest_GetResponseHeader_m3C6A64338B5B11F5CE2941FEE37DDAB0B67AC5C2 ( __this , L_10 , /*hidden argument*/ NULL ) ;
V_5 = L_11 ;
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_12 = V_1 ;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * L_13 = V_0 ;
int32_t L_14 = V_4 ;
NullCheck ( L_13 ) ;
int32_t L_15 = L_14 ;
String_t * L_16 = ( L_13 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_15 ) ) ;
String_t * L_17 = V_5 ;
NullCheck ( L_12 ) ;
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC ( L_12 , L_16 , L_17 , /*hidden argument*/ Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var ) ;
int32_t L_18 = V_4 ;
V_4 = ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_18 , ( int32_t ) 1 ) ) ;
}
IL_0050 :
{
int32_t L_19 = V_4 ;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * L_20 = V_0 ;
NullCheck ( L_20 ) ;
V_6 = ( bool ) ( ( ( ( int32_t ) L_19 ) < ( ( int32_t ) ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_20 ) - > max_length ) ) ) ) ) ) ? 1 : 0 ) ;
bool L_21 = V_6 ;
if ( L_21 )
{
goto IL_002f ;
}
}
{
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_22 = V_1 ;
V_3 = L_22 ;
goto IL_0061 ;
}
IL_0061 :
{
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_23 = V_3 ;
return L_23 ;
}
}
// UnityEngine.Networking.UnityWebRequest_UnityWebRequestError UnityEngine.Networking.UnityWebRequest::SetUploadHandler(UnityEngine.Networking.UploadHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityWebRequest_SetUploadHandler_m046EF4089035441F661AED13F703024DEE030525 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * ___uh0 , const RuntimeMethod * method )
{
typedef int32_t ( * UnityWebRequest_SetUploadHandler_m046EF4089035441F661AED13F703024DEE030525_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * , UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * ) ;
static UnityWebRequest_SetUploadHandler_m046EF4089035441F661AED13F703024DEE030525_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_SetUploadHandler_m046EF4089035441F661AED13F703024DEE030525_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::SetUploadHandler(UnityEngine.Networking.UploadHandler) " ) ;
int32_t retVal = _il2cpp_icall_func ( __this , ___uh0 ) ;
return retVal ;
}
// UnityEngine.Networking.UploadHandler UnityEngine.Networking.UnityWebRequest::get_uploadHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * UnityWebRequest_get_uploadHandler_mB23A35C2412258E44538F37AA540421C95E69A5C ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * V_0 = NULL ;
{
UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * L_0 = __this - > get_m_UploadHandler_2 ( ) ;
V_0 = L_0 ;
goto IL_000a ;
}
IL_000a :
{
UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * L_1 = V_0 ;
return L_1 ;
}
}
// System.Void UnityEngine.Networking.UnityWebRequest::set_uploadHandler(UnityEngine.Networking.UploadHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_set_uploadHandler_m7B33656584914FB3F6FB0FF73C08F671262724A1 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * ___value0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityWebRequest_set_uploadHandler_m7B33656584914FB3F6FB0FF73C08F671262724A1_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
int32_t V_0 = 0 ;
bool V_1 = false ;
bool V_2 = false ;
{
bool L_0 = UnityWebRequest_get_isModifiable_mD7583537BBC7111555FF73846D120103D2563342 ( __this , /*hidden argument*/ NULL ) ;
V_1 = ( bool ) ( ( ( ( int32_t ) L_0 ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
bool L_1 = V_1 ;
if ( ! L_1 )
{
goto IL_0019 ;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * ) il2cpp_codegen_object_new ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var ) ;
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 ( L_2 , _stringLiteralF80B07414273FEB6D1B5EAB1E91186C7CE65DE24 , /*hidden argument*/ NULL ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_2 , UnityWebRequest_set_uploadHandler_m7B33656584914FB3F6FB0FF73C08F671262724A1_RuntimeMethod_var ) ;
}
IL_0019 :
{
UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * L_3 = ___value0 ;
int32_t L_4 = UnityWebRequest_SetUploadHandler_m046EF4089035441F661AED13F703024DEE030525 ( __this , L_3 , /*hidden argument*/ NULL ) ;
V_0 = L_4 ;
int32_t L_5 = V_0 ;
V_2 = ( bool ) ( ( ! ( ( ( uint32_t ) L_5 ) < = ( ( uint32_t ) 0 ) ) ) ? 1 : 0 ) ;
bool L_6 = V_2 ;
if ( ! L_6 )
{
goto IL_0035 ;
}
}
{
int32_t L_7 = V_0 ;
String_t * L_8 = UnityWebRequest_GetWebErrorString_m92A1DDF2ADFFF8AEE6B1A7FAE384743C31F9E01D ( L_7 , /*hidden argument*/ NULL ) ;
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_9 = ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * ) il2cpp_codegen_object_new ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var ) ;
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 ( L_9 , L_8 , /*hidden argument*/ NULL ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_9 , UnityWebRequest_set_uploadHandler_m7B33656584914FB3F6FB0FF73C08F671262724A1_RuntimeMethod_var ) ;
}
IL_0035 :
{
UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * L_10 = ___value0 ;
__this - > set_m_UploadHandler_2 ( L_10 ) ;
return ;
}
}
// UnityEngine.Networking.UnityWebRequest_UnityWebRequestError UnityEngine.Networking.UnityWebRequest::SetDownloadHandler(UnityEngine.Networking.DownloadHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityWebRequest_SetDownloadHandler_mDE4E6137C34A90754C41B3A0B7B303135771EEDD ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * ___dh0 , const RuntimeMethod * method )
{
typedef int32_t ( * UnityWebRequest_SetDownloadHandler_mDE4E6137C34A90754C41B3A0B7B303135771EEDD_ftn ) ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * , DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * ) ;
static UnityWebRequest_SetDownloadHandler_mDE4E6137C34A90754C41B3A0B7B303135771EEDD_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UnityWebRequest_SetDownloadHandler_mDE4E6137C34A90754C41B3A0B7B303135771EEDD_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UnityWebRequest::SetDownloadHandler(UnityEngine.Networking.DownloadHandler) " ) ;
int32_t retVal = _il2cpp_icall_func ( __this , ___dh0 ) ;
return retVal ;
}
// UnityEngine.Networking.DownloadHandler UnityEngine.Networking.UnityWebRequest::get_downloadHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * UnityWebRequest_get_downloadHandler_m83044026479E6B4B2739DCE9EEA8A0FAE7D9AF41 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * V_0 = NULL ;
{
DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * L_0 = __this - > get_m_DownloadHandler_1 ( ) ;
V_0 = L_0 ;
goto IL_000a ;
}
IL_000a :
{
DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * L_1 = V_0 ;
return L_1 ;
}
}
// System.Void UnityEngine.Networking.UnityWebRequest::set_downloadHandler(UnityEngine.Networking.DownloadHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_set_downloadHandler_mB481C2EE30F84B62396C1A837F46046F12B8FA7E ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * ___value0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityWebRequest_set_downloadHandler_mB481C2EE30F84B62396C1A837F46046F12B8FA7E_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
int32_t V_0 = 0 ;
bool V_1 = false ;
bool V_2 = false ;
{
bool L_0 = UnityWebRequest_get_isModifiable_mD7583537BBC7111555FF73846D120103D2563342 ( __this , /*hidden argument*/ NULL ) ;
V_1 = ( bool ) ( ( ( ( int32_t ) L_0 ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
bool L_1 = V_1 ;
if ( ! L_1 )
{
goto IL_0019 ;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * ) il2cpp_codegen_object_new ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var ) ;
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 ( L_2 , _stringLiteralA58AA001D4152D20F7F8E0809B9CD782BE38A82C , /*hidden argument*/ NULL ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_2 , UnityWebRequest_set_downloadHandler_mB481C2EE30F84B62396C1A837F46046F12B8FA7E_RuntimeMethod_var ) ;
}
IL_0019 :
{
DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * L_3 = ___value0 ;
int32_t L_4 = UnityWebRequest_SetDownloadHandler_mDE4E6137C34A90754C41B3A0B7B303135771EEDD ( __this , L_3 , /*hidden argument*/ NULL ) ;
V_0 = L_4 ;
int32_t L_5 = V_0 ;
V_2 = ( bool ) ( ( ! ( ( ( uint32_t ) L_5 ) < = ( ( uint32_t ) 0 ) ) ) ? 1 : 0 ) ;
bool L_6 = V_2 ;
if ( ! L_6 )
{
goto IL_0035 ;
}
}
{
int32_t L_7 = V_0 ;
String_t * L_8 = UnityWebRequest_GetWebErrorString_m92A1DDF2ADFFF8AEE6B1A7FAE384743C31F9E01D ( L_7 , /*hidden argument*/ NULL ) ;
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_9 = ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * ) il2cpp_codegen_object_new ( InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var ) ;
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 ( L_9 , L_8 , /*hidden argument*/ NULL ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_9 , UnityWebRequest_set_downloadHandler_mB481C2EE30F84B62396C1A837F46046F12B8FA7E_RuntimeMethod_var ) ;
}
IL_0035 :
{
DownloadHandler_t4A7802ADC97024B469C87FA454B6973951980EE9 * L_10 = ___value0 ;
__this - > set_m_DownloadHandler_1 ( L_10 ) ;
return ;
}
}
// UnityEngine.Networking.CertificateHandler UnityEngine.Networking.UnityWebRequest::get_certificateHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * UnityWebRequest_get_certificateHandler_mD3C46D07991190373A7144A6732E390FFBE6DF00 ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * V_0 = NULL ;
{
CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * L_0 = __this - > get_m_CertificateHandler_3 ( ) ;
V_0 = L_0 ;
goto IL_000a ;
}
IL_000a :
{
CertificateHandler_tBD070BF4150A44AB482FD36EA3882C363117E8C0 * L_1 = V_0 ;
return L_1 ;
}
}
// UnityEngine.Networking.UnityWebRequest UnityEngine.Networking.UnityWebRequest::Get(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * UnityWebRequest_Get_mF4E12AA47AAF25221AD738B434B0EA8D40659B18 ( String_t * ___uri0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityWebRequest_Get_mF4E12AA47AAF25221AD738B434B0EA8D40659B18_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * V_0 = NULL ;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * V_1 = NULL ;
{
String_t * L_0 = ___uri0 ;
DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255 * L_1 = ( DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255 * ) il2cpp_codegen_object_new ( DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255_il2cpp_TypeInfo_var ) ;
DownloadHandlerBuffer__ctor_m2134187D8FB07FBAEA2CE23BFCEB13FD94261A9A ( L_1 , /*hidden argument*/ NULL ) ;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_2 = ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ) il2cpp_codegen_object_new ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_il2cpp_TypeInfo_var ) ;
UnityWebRequest__ctor_m0D2F8F3E1202EF4256D17E91B95DB6CC673FC8D6 ( L_2 , L_0 , _stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1 , L_1 , ( UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * ) NULL , /*hidden argument*/ NULL ) ;
V_0 = L_2 ;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_3 = V_0 ;
V_1 = L_3 ;
goto IL_0017 ;
}
IL_0017 :
{
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_4 = V_1 ;
return L_4 ;
}
}
// UnityEngine.Networking.UnityWebRequest UnityEngine.Networking.UnityWebRequest::Post(System.String,UnityEngine.WWWForm)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * UnityWebRequest_Post_mEC355EABB9732DF41AD216DB863EEB2A06AC4C87 ( String_t * ___uri0 , WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * ___formData1 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityWebRequest_Post_mEC355EABB9732DF41AD216DB863EEB2A06AC4C87_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * V_0 = NULL ;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * V_1 = NULL ;
{
String_t * L_0 = ___uri0 ;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_1 = ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ) il2cpp_codegen_object_new ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129_il2cpp_TypeInfo_var ) ;
UnityWebRequest__ctor_m3CBA159B3514D89C931002DFD333B9768A08EBFA ( L_1 , L_0 , _stringLiteral61FF81C30AA3C76E78AFEA62B2E3BD1DFA49E854 , /*hidden argument*/ NULL ) ;
V_0 = L_1 ;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_2 = V_0 ;
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_3 = ___formData1 ;
UnityWebRequest_SetupPost_m31EFAEB2EC83463CD04E93B292A32DF3027FF82C ( L_2 , L_3 , /*hidden argument*/ NULL ) ;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_4 = V_0 ;
V_1 = L_4 ;
goto IL_0019 ;
}
IL_0019 :
{
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_5 = V_1 ;
return L_5 ;
}
}
// System.Void UnityEngine.Networking.UnityWebRequest::SetupPost(UnityEngine.Networking.UnityWebRequest,UnityEngine.WWWForm)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_SetupPost_m31EFAEB2EC83463CD04E93B292A32DF3027FF82C ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ___request0 , WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * ___formData1 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityWebRequest_SetupPost_m31EFAEB2EC83463CD04E93B292A32DF3027FF82C_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_0 = NULL ;
bool V_1 = false ;
bool V_2 = false ;
bool V_3 = false ;
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * V_4 = NULL ;
Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 V_5 ;
memset ( ( & V_5 ) , 0 , sizeof ( V_5 ) ) ;
KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 V_6 ;
memset ( ( & V_6 ) , 0 , sizeof ( V_6 ) ) ;
Exception_t * __last_unhandled_exception = 0 ;
NO_UNUSED_WARNING ( __last_unhandled_exception ) ;
Exception_t * __exception_local = 0 ;
NO_UNUSED_WARNING ( __exception_local ) ;
void * __leave_targets_storage = alloca ( sizeof ( int32_t ) * 1 ) ;
il2cpp : : utils : : LeaveTargetStack __leave_targets ( __leave_targets_storage ) ;
NO_UNUSED_WARNING ( __leave_targets ) ;
{
V_0 = ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ) NULL ;
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_0 = ___formData1 ;
V_1 = ( bool ) ( ( ! ( ( ( RuntimeObject * ) ( WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * ) L_0 ) < = ( ( RuntimeObject * ) ( RuntimeObject * ) NULL ) ) ) ? 1 : 0 ) ;
bool L_1 = V_1 ;
if ( ! L_1 )
{
goto IL_001f ;
}
}
{
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_2 = ___formData1 ;
NullCheck ( L_2 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_3 = WWWForm_get_data_m5ED2243249BE32F26F3020BB39BBEF834BE56303 ( L_2 , /*hidden argument*/ NULL ) ;
V_0 = L_3 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_4 = V_0 ;
NullCheck ( L_4 ) ;
V_2 = ( bool ) ( ( ( ( int32_t ) ( ( ( RuntimeArray * ) L_4 ) - > max_length ) ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
bool L_5 = V_2 ;
if ( ! L_5 )
{
goto IL_001e ;
}
}
{
V_0 = ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ) NULL ;
}
IL_001e :
{
}
IL_001f :
{
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_6 = ___request0 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_7 = V_0 ;
UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27 * L_8 = ( UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27 * ) il2cpp_codegen_object_new ( UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27_il2cpp_TypeInfo_var ) ;
UploadHandlerRaw__ctor_m9F7643CA3314C8CE46DD41FBF584C268E2546935 ( L_8 , L_7 , /*hidden argument*/ NULL ) ;
NullCheck ( L_6 ) ;
UnityWebRequest_set_uploadHandler_m7B33656584914FB3F6FB0FF73C08F671262724A1 ( L_6 , L_8 , /*hidden argument*/ NULL ) ;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_9 = ___request0 ;
DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255 * L_10 = ( DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255 * ) il2cpp_codegen_object_new ( DownloadHandlerBuffer_tF6A73B82C9EC807D36B904A58E1DF2DDA696B255_il2cpp_TypeInfo_var ) ;
DownloadHandlerBuffer__ctor_m2134187D8FB07FBAEA2CE23BFCEB13FD94261A9A ( L_10 , /*hidden argument*/ NULL ) ;
NullCheck ( L_9 ) ;
UnityWebRequest_set_downloadHandler_mB481C2EE30F84B62396C1A837F46046F12B8FA7E ( L_9 , L_10 , /*hidden argument*/ NULL ) ;
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_11 = ___formData1 ;
V_3 = ( bool ) ( ( ! ( ( ( RuntimeObject * ) ( WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * ) L_11 ) < = ( ( RuntimeObject * ) ( RuntimeObject * ) NULL ) ) ) ? 1 : 0 ) ;
bool L_12 = V_3 ;
if ( ! L_12 )
{
goto IL_008e ;
}
}
{
WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * L_13 = ___formData1 ;
NullCheck ( L_13 ) ;
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_14 = WWWForm_get_headers_mE1BA0494A43C8EF12C0217297411EFD6B4EC601A ( L_13 , /*hidden argument*/ NULL ) ;
V_4 = L_14 ;
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_15 = V_4 ;
NullCheck ( L_15 ) ;
Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 L_16 = Dictionary_2_GetEnumerator_m3378B4792B81EF81397CB9D9A761BD7149BD27F5 ( L_15 , /*hidden argument*/ Dictionary_2_GetEnumerator_m3378B4792B81EF81397CB9D9A761BD7149BD27F5_RuntimeMethod_var ) ;
V_5 = L_16 ;
}
IL_0053 :
try
{ // begin try (depth: 1)
{
goto IL_0073 ;
}
IL_0055 :
{
KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 L_17 = Enumerator_get_Current_mBEC9B470213860581893E0F197CAAE657B8B6C69_inline ( ( Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 * ) ( & V_5 ) , /*hidden argument*/ Enumerator_get_Current_mBEC9B470213860581893E0F197CAAE657B8B6C69_RuntimeMethod_var ) ;
V_6 = L_17 ;
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_18 = ___request0 ;
String_t * L_19 = KeyValuePair_2_get_Key_m434E29A1251E81B5A2124466105823011C462BF2_inline ( ( KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 * ) ( & V_6 ) , /*hidden argument*/ KeyValuePair_2_get_Key_m434E29A1251E81B5A2124466105823011C462BF2_RuntimeMethod_var ) ;
String_t * L_20 = KeyValuePair_2_get_Value_mEAF4B15DEEAC6EB29683A5C6569F0F50B4DEBDA2_inline ( ( KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 * ) ( & V_6 ) , /*hidden argument*/ KeyValuePair_2_get_Value_mEAF4B15DEEAC6EB29683A5C6569F0F50B4DEBDA2_RuntimeMethod_var ) ;
NullCheck ( L_18 ) ;
UnityWebRequest_SetRequestHeader_m1B54D38BDACC2789FC8EE889EA72EDD7844D2309 ( L_18 , L_19 , L_20 , /*hidden argument*/ NULL ) ;
}
IL_0073 :
{
bool L_21 = Enumerator_MoveNext_m6E6A22A8620F5A5582BB67E367BE5086D7D895A6 ( ( Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 * ) ( & V_5 ) , /*hidden argument*/ Enumerator_MoveNext_m6E6A22A8620F5A5582BB67E367BE5086D7D895A6_RuntimeMethod_var ) ;
if ( L_21 )
{
goto IL_0055 ;
}
}
IL_007c :
{
IL2CPP_LEAVE ( 0x8D , FINALLY_007e ) ;
}
} // end try (depth: 1)
catch ( Il2CppExceptionWrapper & e )
{
__last_unhandled_exception = ( Exception_t * ) e . ex ;
goto FINALLY_007e ;
}
FINALLY_007e :
{ // begin finally (depth: 1)
Enumerator_Dispose_m16C0E963A012498CD27422B463DB327BA4C7A321 ( ( Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 * ) ( & V_5 ) , /*hidden argument*/ Enumerator_Dispose_m16C0E963A012498CD27422B463DB327BA4C7A321_RuntimeMethod_var ) ;
IL2CPP_END_FINALLY ( 126 )
} // end finally (depth: 1)
IL2CPP_CLEANUP ( 126 )
{
IL2CPP_JUMP_TBL ( 0x8D , IL_008d )
IL2CPP_RETHROW_IF_UNHANDLED ( Exception_t * )
}
IL_008d :
{
}
IL_008e :
{
return ;
}
}
// System.String UnityEngine.Networking.UnityWebRequest::EscapeURL(System.String,System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * UnityWebRequest_EscapeURL_m024D2743C55CB2E079B382ECFCAF23505B13A8E3 ( String_t * ___s0 , Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___e1 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityWebRequest_EscapeURL_m024D2743C55CB2E079B382ECFCAF23505B13A8E3_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_0 = NULL ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_1 = NULL ;
bool V_2 = false ;
String_t * V_3 = NULL ;
bool V_4 = false ;
bool V_5 = false ;
{
String_t * L_0 = ___s0 ;
V_2 = ( bool ) ( ( ( ( RuntimeObject * ) ( String_t * ) L_0 ) = = ( ( RuntimeObject * ) ( RuntimeObject * ) NULL ) ) ? 1 : 0 ) ;
bool L_1 = V_2 ;
if ( ! L_1 )
{
goto IL_000d ;
}
}
{
V_3 = ( String_t * ) NULL ;
goto IL_004d ;
}
IL_000d :
{
String_t * L_2 = ___s0 ;
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE ( L_2 , _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709 , /*hidden argument*/ NULL ) ;
V_4 = L_3 ;
bool L_4 = V_4 ;
if ( ! L_4 )
{
goto IL_0026 ;
}
}
{
V_3 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709 ;
goto IL_004d ;
}
IL_0026 :
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_5 = ___e1 ;
V_5 = ( bool ) ( ( ( ( RuntimeObject * ) ( Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ) L_5 ) = = ( ( RuntimeObject * ) ( RuntimeObject * ) NULL ) ) ? 1 : 0 ) ;
bool L_6 = V_5 ;
if ( ! L_6 )
{
goto IL_0034 ;
}
}
{
V_3 = ( String_t * ) NULL ;
goto IL_004d ;
}
IL_0034 :
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_7 = ___e1 ;
String_t * L_8 = ___s0 ;
NullCheck ( L_7 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_9 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_7 , L_8 ) ;
V_0 = L_9 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_10 = V_0 ;
IL2CPP_RUNTIME_CLASS_INIT ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_11 = WWWTranscoder_URLEncode_mD0BEAAE6DBA432657E18FA17F3BCC87A34C0973B ( L_10 , /*hidden argument*/ NULL ) ;
V_1 = L_11 ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_12 = ___e1 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_13 = V_1 ;
NullCheck ( L_12 ) ;
String_t * L_14 = VirtFuncInvoker1 < String_t * , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * > : : Invoke ( 34 /* System.String System.Text.Encoding::GetString(System.Byte[]) */ , L_12 , L_13 ) ;
V_3 = L_14 ;
goto IL_004d ;
}
IL_004d :
{
String_t * L_15 = V_3 ;
return L_15 ;
}
}
// System.String UnityEngine.Networking.UnityWebRequest::UnEscapeURL(System.String,System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * UnityWebRequest_UnEscapeURL_mCCE5F4612EF141D1F1E1257A3D338B1822E06456 ( String_t * ___s0 , Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___e1 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UnityWebRequest_UnEscapeURL_mCCE5F4612EF141D1F1E1257A3D338B1822E06456_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_0 = NULL ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_1 = NULL ;
bool V_2 = false ;
String_t * V_3 = NULL ;
bool V_4 = false ;
int32_t G_B5_0 = 0 ;
{
String_t * L_0 = ___s0 ;
V_2 = ( bool ) ( ( ( ( RuntimeObject * ) ( String_t * ) L_0 ) = = ( ( RuntimeObject * ) ( RuntimeObject * ) NULL ) ) ? 1 : 0 ) ;
bool L_1 = V_2 ;
if ( ! L_1 )
{
goto IL_000d ;
}
}
{
V_3 = ( String_t * ) NULL ;
goto IL_0049 ;
}
IL_000d :
{
String_t * L_2 = ___s0 ;
NullCheck ( L_2 ) ;
int32_t L_3 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD ( L_2 , ( ( int32_t ) 37 ) , /*hidden argument*/ NULL ) ;
if ( ( ! ( ( ( uint32_t ) L_3 ) = = ( ( uint32_t ) ( - 1 ) ) ) ) )
{
goto IL_0025 ;
}
}
{
String_t * L_4 = ___s0 ;
NullCheck ( L_4 ) ;
int32_t L_5 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD ( L_4 , ( ( int32_t ) 43 ) , /*hidden argument*/ NULL ) ;
G_B5_0 = ( ( ( ( int32_t ) L_5 ) = = ( ( int32_t ) ( - 1 ) ) ) ? 1 : 0 ) ;
goto IL_0026 ;
}
IL_0025 :
{
G_B5_0 = 0 ;
}
IL_0026 :
{
V_4 = ( bool ) G_B5_0 ;
bool L_6 = V_4 ;
if ( ! L_6 )
{
goto IL_0030 ;
}
}
{
String_t * L_7 = ___s0 ;
V_3 = L_7 ;
goto IL_0049 ;
}
IL_0030 :
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_8 = ___e1 ;
String_t * L_9 = ___s0 ;
NullCheck ( L_8 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_10 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_8 , L_9 ) ;
V_0 = L_10 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_11 = V_0 ;
IL2CPP_RUNTIME_CLASS_INIT ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_12 = WWWTranscoder_URLDecode_m591A567154B1B8737ECBFE065AF4FCA59217F5D8 ( L_11 , /*hidden argument*/ NULL ) ;
V_1 = L_12 ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_13 = ___e1 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_14 = V_1 ;
NullCheck ( L_13 ) ;
String_t * L_15 = VirtFuncInvoker1 < String_t * , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * > : : Invoke ( 34 /* System.String System.Text.Encoding::GetString(System.Byte[]) */ , L_13 , L_14 ) ;
V_3 = L_15 ;
goto IL_0049 ;
}
IL_0049 :
{
String_t * L_16 = V_3 ;
return L_16 ;
}
}
# ifdef __clang__
# pragma clang diagnostic pop
# endif
# ifdef __clang__
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Winvalid-offsetof"
# pragma clang diagnostic ignored "-Wunused-variable"
# endif
# ifdef __clang__
# pragma clang diagnostic pop
# endif
# ifdef __clang__
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Winvalid-offsetof"
# pragma clang diagnostic ignored "-Wunused-variable"
# endif
# ifdef __clang__
# pragma clang diagnostic pop
# endif
# ifdef __clang__
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Winvalid-offsetof"
# pragma clang diagnostic ignored "-Wunused-variable"
# endif
// Conversion methods for marshalling of: UnityEngine.Networking.UnityWebRequestAsyncOperation
IL2CPP_EXTERN_C void UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353_marshal_pinvoke ( const UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 & unmarshaled , UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353_marshaled_pinvoke & marshaled )
{
Exception_t * ___U3CwebRequestU3Ek__BackingField_2Exception = il2cpp_codegen_get_marshal_directive_exception ( " Cannot marshal field '<webRequest>k__BackingField' of type 'UnityWebRequestAsyncOperation': Reference type field marshaling is not supported. " ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( ___U3CwebRequestU3Ek__BackingField_2Exception , NULL ) ;
}
IL2CPP_EXTERN_C void UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353_marshal_pinvoke_back ( const UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353_marshaled_pinvoke & marshaled , UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 & unmarshaled )
{
Exception_t * ___U3CwebRequestU3Ek__BackingField_2Exception = il2cpp_codegen_get_marshal_directive_exception ( " Cannot marshal field '<webRequest>k__BackingField' of type 'UnityWebRequestAsyncOperation': Reference type field marshaling is not supported. " ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( ___U3CwebRequestU3Ek__BackingField_2Exception , NULL ) ;
}
// Conversion method for clean up from marshalling of: UnityEngine.Networking.UnityWebRequestAsyncOperation
IL2CPP_EXTERN_C void UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353_marshal_pinvoke_cleanup ( UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353_marshaled_pinvoke & marshaled )
{
}
// Conversion methods for marshalling of: UnityEngine.Networking.UnityWebRequestAsyncOperation
IL2CPP_EXTERN_C void UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353_marshal_com ( const UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 & unmarshaled , UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353_marshaled_com & marshaled )
{
Exception_t * ___U3CwebRequestU3Ek__BackingField_2Exception = il2cpp_codegen_get_marshal_directive_exception ( " Cannot marshal field '<webRequest>k__BackingField' of type 'UnityWebRequestAsyncOperation': Reference type field marshaling is not supported. " ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( ___U3CwebRequestU3Ek__BackingField_2Exception , NULL ) ;
}
IL2CPP_EXTERN_C void UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353_marshal_com_back ( const UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353_marshaled_com & marshaled , UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 & unmarshaled )
{
Exception_t * ___U3CwebRequestU3Ek__BackingField_2Exception = il2cpp_codegen_get_marshal_directive_exception ( " Cannot marshal field '<webRequest>k__BackingField' of type 'UnityWebRequestAsyncOperation': Reference type field marshaling is not supported. " ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( ___U3CwebRequestU3Ek__BackingField_2Exception , NULL ) ;
}
// Conversion method for clean up from marshalling of: UnityEngine.Networking.UnityWebRequestAsyncOperation
IL2CPP_EXTERN_C void UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353_marshal_com_cleanup ( UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353_marshaled_com & marshaled )
{
}
// System.Void UnityEngine.Networking.UnityWebRequestAsyncOperation::set_webRequest(UnityEngine.Networking.UnityWebRequest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequestAsyncOperation_set_webRequest_m07869D44180E2A93042A18260FA5A2BB934AC42F ( UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 * __this , UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ___value0 , const RuntimeMethod * method )
{
{
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_0 = ___value0 ;
__this - > set_U3CwebRequestU3Ek__BackingField_2 ( L_0 ) ;
return ;
}
}
// System.Void UnityEngine.Networking.UnityWebRequestAsyncOperation::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequestAsyncOperation__ctor_mB260FD4CE600B27EB9A2ABA0BDD20FAF8449D523 ( UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 * __this , const RuntimeMethod * method )
{
{
AsyncOperation__ctor_mEEE6114B72B8807F4AA6FF48FA79E4EFE480293F ( __this , /*hidden argument*/ NULL ) ;
return ;
}
}
# ifdef __clang__
# pragma clang diagnostic pop
# endif
# ifdef __clang__
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Winvalid-offsetof"
# pragma clang diagnostic ignored "-Wunused-variable"
# endif
// Conversion methods for marshalling of: UnityEngine.Networking.UploadHandler
IL2CPP_EXTERN_C void UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshal_pinvoke ( const UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 & unmarshaled , UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_pinvoke & marshaled )
{
marshaled . ___m_Ptr_0 = unmarshaled . get_m_Ptr_0 ( ) ;
}
IL2CPP_EXTERN_C void UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshal_pinvoke_back ( const UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_pinvoke & marshaled , UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 & unmarshaled )
{
intptr_t unmarshaled_m_Ptr_temp_0 ;
memset ( ( & unmarshaled_m_Ptr_temp_0 ) , 0 , sizeof ( unmarshaled_m_Ptr_temp_0 ) ) ;
unmarshaled_m_Ptr_temp_0 = marshaled . ___m_Ptr_0 ;
unmarshaled . set_m_Ptr_0 ( unmarshaled_m_Ptr_temp_0 ) ;
}
// Conversion method for clean up from marshalling of: UnityEngine.Networking.UploadHandler
IL2CPP_EXTERN_C void UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshal_pinvoke_cleanup ( UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_pinvoke & marshaled )
{
}
// Conversion methods for marshalling of: UnityEngine.Networking.UploadHandler
IL2CPP_EXTERN_C void UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshal_com ( const UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 & unmarshaled , UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_com & marshaled )
{
marshaled . ___m_Ptr_0 = unmarshaled . get_m_Ptr_0 ( ) ;
}
IL2CPP_EXTERN_C void UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshal_com_back ( const UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_com & marshaled , UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 & unmarshaled )
{
intptr_t unmarshaled_m_Ptr_temp_0 ;
memset ( ( & unmarshaled_m_Ptr_temp_0 ) , 0 , sizeof ( unmarshaled_m_Ptr_temp_0 ) ) ;
unmarshaled_m_Ptr_temp_0 = marshaled . ___m_Ptr_0 ;
unmarshaled . set_m_Ptr_0 ( unmarshaled_m_Ptr_temp_0 ) ;
}
// Conversion method for clean up from marshalling of: UnityEngine.Networking.UploadHandler
IL2CPP_EXTERN_C void UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshal_com_cleanup ( UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4_marshaled_com & marshaled )
{
}
// System.Void UnityEngine.Networking.UploadHandler::Release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UploadHandler_Release_m1723A22438AF0A7BE616D512E54190D9CE0EC3C4 ( UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * __this , const RuntimeMethod * method )
{
typedef void ( * UploadHandler_Release_m1723A22438AF0A7BE616D512E54190D9CE0EC3C4_ftn ) ( UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * ) ;
static UploadHandler_Release_m1723A22438AF0A7BE616D512E54190D9CE0EC3C4_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UploadHandler_Release_m1723A22438AF0A7BE616D512E54190D9CE0EC3C4_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UploadHandler::Release() " ) ;
_il2cpp_icall_func ( __this ) ;
}
// System.Void UnityEngine.Networking.UploadHandler::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UploadHandler__ctor_m3F76154710C5CB7099388479FA02E6555D077F6E ( UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * __this , const RuntimeMethod * method )
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 ( __this , /*hidden argument*/ NULL ) ;
return ;
}
}
// System.Void UnityEngine.Networking.UploadHandler::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UploadHandler_Finalize_m68B0CC0B647B11B53908CA4E577AEA5DBA31E4D8 ( UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * __this , const RuntimeMethod * method )
{
Exception_t * __last_unhandled_exception = 0 ;
NO_UNUSED_WARNING ( __last_unhandled_exception ) ;
Exception_t * __exception_local = 0 ;
NO_UNUSED_WARNING ( __exception_local ) ;
void * __leave_targets_storage = alloca ( sizeof ( int32_t ) * 1 ) ;
il2cpp : : utils : : LeaveTargetStack __leave_targets ( __leave_targets_storage ) ;
NO_UNUSED_WARNING ( __leave_targets ) ;
{
}
IL_0001 :
try
{ // begin try (depth: 1)
UploadHandler_Dispose_m9BBE8D7D2BBAAC2DE84B52BADA0B79CEA6F2DAB2 ( __this , /*hidden argument*/ NULL ) ;
IL2CPP_LEAVE ( 0x13 , FINALLY_000b ) ;
} // end try (depth: 1)
catch ( Il2CppExceptionWrapper & e )
{
__last_unhandled_exception = ( Exception_t * ) e . ex ;
goto FINALLY_000b ;
}
FINALLY_000b :
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 ( __this , /*hidden argument*/ NULL ) ;
IL2CPP_END_FINALLY ( 11 )
} // end finally (depth: 1)
IL2CPP_CLEANUP ( 11 )
{
IL2CPP_JUMP_TBL ( 0x13 , IL_0013 )
IL2CPP_RETHROW_IF_UNHANDLED ( Exception_t * )
}
IL_0013 :
{
return ;
}
}
// System.Void UnityEngine.Networking.UploadHandler::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UploadHandler_Dispose_m9BBE8D7D2BBAAC2DE84B52BADA0B79CEA6F2DAB2 ( UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UploadHandler_Dispose_m9BBE8D7D2BBAAC2DE84B52BADA0B79CEA6F2DAB2_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
bool V_0 = false ;
{
intptr_t L_0 = __this - > get_m_Ptr_0 ( ) ;
bool L_1 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61 ( ( intptr_t ) L_0 , ( intptr_t ) ( 0 ) , /*hidden argument*/ NULL ) ;
V_0 = L_1 ;
bool L_2 = V_0 ;
if ( ! L_2 )
{
goto IL_0029 ;
}
}
{
UploadHandler_Release_m1723A22438AF0A7BE616D512E54190D9CE0EC3C4 ( __this , /*hidden argument*/ NULL ) ;
__this - > set_m_Ptr_0 ( ( intptr_t ) ( 0 ) ) ;
}
IL_0029 :
{
return ;
}
}
// System.Void UnityEngine.Networking.UploadHandler::set_contentType(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UploadHandler_set_contentType_mB90BEE88AD0FCD496BED349F4E8086AB3C76FF3E ( UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * __this , String_t * ___value0 , const RuntimeMethod * method )
{
{
String_t * L_0 = ___value0 ;
VirtActionInvoker1 < String_t * > : : Invoke ( 5 /* System.Void UnityEngine.Networking.UploadHandler::SetContentType(System.String) */ , __this , L_0 ) ;
return ;
}
}
// System.Void UnityEngine.Networking.UploadHandler::SetContentType(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UploadHandler_SetContentType_m71CDE15CBF56F82F32A6BFA79BD8B53A16743602 ( UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * __this , String_t * ___newContentType0 , const RuntimeMethod * method )
{
{
String_t * L_0 = ___newContentType0 ;
UploadHandler_InternalSetContentType_m86E3E9307206530DD096E7E112A2E2F8B2B1D9B3 ( __this , L_0 , /*hidden argument*/ NULL ) ;
return ;
}
}
// System.Void UnityEngine.Networking.UploadHandler::InternalSetContentType(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UploadHandler_InternalSetContentType_m86E3E9307206530DD096E7E112A2E2F8B2B1D9B3 ( UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * __this , String_t * ___newContentType0 , const RuntimeMethod * method )
{
typedef void ( * UploadHandler_InternalSetContentType_m86E3E9307206530DD096E7E112A2E2F8B2B1D9B3_ftn ) ( UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * , String_t * ) ;
static UploadHandler_InternalSetContentType_m86E3E9307206530DD096E7E112A2E2F8B2B1D9B3_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UploadHandler_InternalSetContentType_m86E3E9307206530DD096E7E112A2E2F8B2B1D9B3_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UploadHandler::InternalSetContentType(System.String) " ) ;
_il2cpp_icall_func ( __this , ___newContentType0 ) ;
}
# ifdef __clang__
# pragma clang diagnostic pop
# endif
# ifdef __clang__
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Winvalid-offsetof"
# pragma clang diagnostic ignored "-Wunused-variable"
# endif
// Conversion methods for marshalling of: UnityEngine.Networking.UploadHandlerRaw
IL2CPP_EXTERN_C void UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27_marshal_pinvoke ( const UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27 & unmarshaled , UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27_marshaled_pinvoke & marshaled )
{
marshaled . ___m_Ptr_0 = unmarshaled . get_m_Ptr_0 ( ) ;
}
IL2CPP_EXTERN_C void UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27_marshal_pinvoke_back ( const UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27_marshaled_pinvoke & marshaled , UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27 & unmarshaled )
{
intptr_t unmarshaled_m_Ptr_temp_0 ;
memset ( ( & unmarshaled_m_Ptr_temp_0 ) , 0 , sizeof ( unmarshaled_m_Ptr_temp_0 ) ) ;
unmarshaled_m_Ptr_temp_0 = marshaled . ___m_Ptr_0 ;
unmarshaled . set_m_Ptr_0 ( unmarshaled_m_Ptr_temp_0 ) ;
}
// Conversion method for clean up from marshalling of: UnityEngine.Networking.UploadHandlerRaw
IL2CPP_EXTERN_C void UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27_marshal_pinvoke_cleanup ( UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27_marshaled_pinvoke & marshaled )
{
}
// Conversion methods for marshalling of: UnityEngine.Networking.UploadHandlerRaw
IL2CPP_EXTERN_C void UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27_marshal_com ( const UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27 & unmarshaled , UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27_marshaled_com & marshaled )
{
marshaled . ___m_Ptr_0 = unmarshaled . get_m_Ptr_0 ( ) ;
}
IL2CPP_EXTERN_C void UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27_marshal_com_back ( const UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27_marshaled_com & marshaled , UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27 & unmarshaled )
{
intptr_t unmarshaled_m_Ptr_temp_0 ;
memset ( ( & unmarshaled_m_Ptr_temp_0 ) , 0 , sizeof ( unmarshaled_m_Ptr_temp_0 ) ) ;
unmarshaled_m_Ptr_temp_0 = marshaled . ___m_Ptr_0 ;
unmarshaled . set_m_Ptr_0 ( unmarshaled_m_Ptr_temp_0 ) ;
}
// Conversion method for clean up from marshalling of: UnityEngine.Networking.UploadHandlerRaw
IL2CPP_EXTERN_C void UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27_marshal_com_cleanup ( UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27_marshaled_com & marshaled )
{
}
// System.IntPtr UnityEngine.Networking.UploadHandlerRaw::Create(UnityEngine.Networking.UploadHandlerRaw,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t UploadHandlerRaw_Create_m921D80A8952FC740F358E5FD28E6D5A70622687B ( UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27 * ___self0 , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___data1 , const RuntimeMethod * method )
{
typedef intptr_t ( * UploadHandlerRaw_Create_m921D80A8952FC740F358E5FD28E6D5A70622687B_ftn ) ( UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27 * , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ) ;
static UploadHandlerRaw_Create_m921D80A8952FC740F358E5FD28E6D5A70622687B_ftn _il2cpp_icall_func ;
if ( ! _il2cpp_icall_func )
_il2cpp_icall_func = ( UploadHandlerRaw_Create_m921D80A8952FC740F358E5FD28E6D5A70622687B_ftn ) il2cpp_codegen_resolve_icall ( " UnityEngine.Networking.UploadHandlerRaw::Create(UnityEngine.Networking.UploadHandlerRaw,System.Byte[]) " ) ;
intptr_t retVal = _il2cpp_icall_func ( ___self0 , ___data1 ) ;
return retVal ;
}
// System.Void UnityEngine.Networking.UploadHandlerRaw::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UploadHandlerRaw__ctor_m9F7643CA3314C8CE46DD41FBF584C268E2546935 ( UploadHandlerRaw_t9E6A69B7726F134F31F6744F5EFDF611E7C54F27 * __this , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___data0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( UploadHandlerRaw__ctor_m9F7643CA3314C8CE46DD41FBF584C268E2546935_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
bool V_0 = false ;
int32_t G_B3_0 = 0 ;
{
UploadHandler__ctor_m3F76154710C5CB7099388479FA02E6555D077F6E ( __this , /*hidden argument*/ NULL ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_0 = ___data0 ;
if ( ! L_0 )
{
goto IL_0012 ;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_1 = ___data0 ;
NullCheck ( L_1 ) ;
G_B3_0 = ( ( ( ( int32_t ) ( ( ( RuntimeArray * ) L_1 ) - > max_length ) ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
goto IL_0013 ;
}
IL_0012 :
{
G_B3_0 = 0 ;
}
IL_0013 :
{
V_0 = ( bool ) G_B3_0 ;
bool L_2 = V_0 ;
if ( ! L_2 )
{
goto IL_0022 ;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = ( ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * ) il2cpp_codegen_object_new ( ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var ) ;
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 ( L_3 , _stringLiteral4E5057793E1875AA08F21BE7F738453AD461E5F0 , /*hidden argument*/ NULL ) ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_3 , UploadHandlerRaw__ctor_m9F7643CA3314C8CE46DD41FBF584C268E2546935_RuntimeMethod_var ) ;
}
IL_0022 :
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_4 = ___data0 ;
intptr_t L_5 = UploadHandlerRaw_Create_m921D80A8952FC740F358E5FD28E6D5A70622687B ( __this , L_4 , /*hidden argument*/ NULL ) ;
( ( UploadHandler_t24F4097D30A1E7C689D8881A27F251B4741601E4 * ) __this ) - > set_m_Ptr_0 ( ( intptr_t ) L_5 ) ;
return ;
}
}
# ifdef __clang__
# pragma clang diagnostic pop
# endif
# ifdef __clang__
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Winvalid-offsetof"
# pragma clang diagnostic ignored "-Wunused-variable"
# endif
// System.Text.Encoding UnityEngine.WWWForm::get_DefaultEncoding()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * WWWForm_get_DefaultEncoding_m13BB72339201269AB257B275B20A5A35B233BC3F ( const RuntimeMethod * method )
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * V_0 = NULL ;
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E ( /*hidden argument*/ NULL ) ;
V_0 = L_0 ;
goto IL_0009 ;
}
IL_0009 :
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = V_0 ;
return L_1 ;
}
}
// System.Void UnityEngine.WWWForm::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWForm__ctor_m51016B707A3BDC515538D44EB08D54402CF6F695 ( WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( WWWForm__ctor_m51016B707A3BDC515538D44EB08D54402CF6F695_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
int32_t V_0 = 0 ;
int32_t V_1 = 0 ;
bool V_2 = false ;
bool V_3 = false ;
bool V_4 = false ;
{
__this - > set_containsFiles_5 ( ( bool ) 0 ) ;
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 ( __this , /*hidden argument*/ NULL ) ;
List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * L_0 = ( List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * ) il2cpp_codegen_object_new ( List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531_il2cpp_TypeInfo_var ) ;
List_1__ctor_m52FC81AB50BD21B6BFA16546E3AF9C94611D9811 ( L_0 , /*hidden argument*/ List_1__ctor_m52FC81AB50BD21B6BFA16546E3AF9C94611D9811_RuntimeMethod_var ) ;
__this - > set_formData_0 ( L_0 ) ;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = ( List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ) il2cpp_codegen_object_new ( List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var ) ;
List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06 ( L_1 , /*hidden argument*/ List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var ) ;
__this - > set_fieldNames_1 ( L_1 ) ;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_2 = ( List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ) il2cpp_codegen_object_new ( List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var ) ;
List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06 ( L_2 , /*hidden argument*/ List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var ) ;
__this - > set_fileNames_2 ( L_2 ) ;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_3 = ( List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ) il2cpp_codegen_object_new ( List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var ) ;
List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06 ( L_3 , /*hidden argument*/ List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var ) ;
__this - > set_types_3 ( L_3 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_4 = ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ) ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ) SZArrayNew ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var , ( uint32_t ) ( ( int32_t ) 40 ) ) ;
__this - > set_boundary_4 ( L_4 ) ;
V_0 = 0 ;
goto IL_0080 ;
}
IL_004c :
{
int32_t L_5 = Random_Range_mD0C8F37FF3CAB1D87AAA6C45130BD59626BD6780 ( ( ( int32_t ) 48 ) , ( ( int32_t ) 110 ) , /*hidden argument*/ NULL ) ;
V_1 = L_5 ;
int32_t L_6 = V_1 ;
V_2 = ( bool ) ( ( ( ( int32_t ) L_6 ) > ( ( int32_t ) ( ( int32_t ) 57 ) ) ) ? 1 : 0 ) ;
bool L_7 = V_2 ;
if ( ! L_7 )
{
goto IL_0064 ;
}
}
{
int32_t L_8 = V_1 ;
V_1 = ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_8 , ( int32_t ) 7 ) ) ;
}
IL_0064 :
{
int32_t L_9 = V_1 ;
V_3 = ( bool ) ( ( ( ( int32_t ) L_9 ) > ( ( int32_t ) ( ( int32_t ) 90 ) ) ) ? 1 : 0 ) ;
bool L_10 = V_3 ;
if ( ! L_10 )
{
goto IL_0071 ;
}
}
{
int32_t L_11 = V_1 ;
V_1 = ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_11 , ( int32_t ) 6 ) ) ;
}
IL_0071 :
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_12 = __this - > get_boundary_4 ( ) ;
int32_t L_13 = V_0 ;
int32_t L_14 = V_1 ;
NullCheck ( L_12 ) ;
( L_12 ) - > SetAt ( static_cast < il2cpp_array_size_t > ( L_13 ) , ( uint8_t ) ( ( ( int32_t ) ( ( uint8_t ) L_14 ) ) ) ) ;
int32_t L_15 = V_0 ;
V_0 = ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_15 , ( int32_t ) 1 ) ) ;
}
IL_0080 :
{
int32_t L_16 = V_0 ;
V_4 = ( bool ) ( ( ( ( int32_t ) L_16 ) < ( ( int32_t ) ( ( int32_t ) 40 ) ) ) ? 1 : 0 ) ;
bool L_17 = V_4 ;
if ( L_17 )
{
goto IL_004c ;
}
}
{
return ;
}
}
// System.Void UnityEngine.WWWForm::AddField(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWForm_AddField_m738A7671465A8AF5A85FC7D1164791AA2E874CC8 ( WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * __this , String_t * ___fieldName0 , String_t * ___value1 , const RuntimeMethod * method )
{
{
String_t * L_0 = ___fieldName0 ;
String_t * L_1 = ___value1 ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 ( /*hidden argument*/ NULL ) ;
WWWForm_AddField_m53AAD982E072132AA4D35C48A2FD96EA43EB0F7F ( __this , L_0 , L_1 , L_2 , /*hidden argument*/ NULL ) ;
return ;
}
}
// System.Void UnityEngine.WWWForm::AddField(System.String,System.String,System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWForm_AddField_m53AAD982E072132AA4D35C48A2FD96EA43EB0F7F ( WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * __this , String_t * ___fieldName0 , String_t * ___value1 , Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___e2 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( WWWForm_AddField_m53AAD982E072132AA4D35C48A2FD96EA43EB0F7F_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this - > get_fieldNames_1 ( ) ;
String_t * L_1 = ___fieldName0 ;
NullCheck ( L_0 ) ;
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 ( L_0 , L_1 , /*hidden argument*/ List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var ) ;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_2 = __this - > get_fileNames_2 ( ) ;
NullCheck ( L_2 ) ;
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 ( L_2 , ( String_t * ) NULL , /*hidden argument*/ List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var ) ;
List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * L_3 = __this - > get_formData_0 ( ) ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_4 = ___e2 ;
String_t * L_5 = ___value1 ;
NullCheck ( L_4 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_6 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_4 , L_5 ) ;
NullCheck ( L_3 ) ;
List_1_Add_mCC9D38BB3CBE3F2E67EDF3390D36ABFAD293468E ( L_3 , L_6 , /*hidden argument*/ List_1_Add_mCC9D38BB3CBE3F2E67EDF3390D36ABFAD293468E_RuntimeMethod_var ) ;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_7 = __this - > get_types_3 ( ) ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_8 = ___e2 ;
NullCheck ( L_8 ) ;
String_t * L_9 = VirtFuncInvoker0 < String_t * > : : Invoke ( 9 /* System.String System.Text.Encoding::get_WebName() */ , L_8 ) ;
String_t * L_10 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 ( _stringLiteralCE360B669ED98E0FED3BB953C566D77F1AC2EEC6 , L_9 , _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6 , /*hidden argument*/ NULL ) ;
NullCheck ( L_7 ) ;
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 ( L_7 , L_10 , /*hidden argument*/ List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var ) ;
return ;
}
}
// System.Void UnityEngine.WWWForm::AddBinaryData(System.String,System.Byte[],System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWForm_AddBinaryData_mDC01404EEF71794A04210CA2696C11CB81FCF30F ( WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * __this , String_t * ___fieldName0 , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___contents1 , String_t * ___fileName2 , const RuntimeMethod * method )
{
{
String_t * L_0 = ___fieldName0 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_1 = ___contents1 ;
String_t * L_2 = ___fileName2 ;
WWWForm_AddBinaryData_m6D70BA4B0246D26B365138CBFF9EF4780A579782 ( __this , L_0 , L_1 , L_2 , ( String_t * ) NULL , /*hidden argument*/ NULL ) ;
return ;
}
}
// System.Void UnityEngine.WWWForm::AddBinaryData(System.String,System.Byte[],System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWForm_AddBinaryData_m6D70BA4B0246D26B365138CBFF9EF4780A579782 ( WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * __this , String_t * ___fieldName0 , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___contents1 , String_t * ___fileName2 , String_t * ___mimeType3 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( WWWForm_AddBinaryData_m6D70BA4B0246D26B365138CBFF9EF4780A579782_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
bool V_0 = false ;
bool V_1 = false ;
bool V_2 = false ;
bool V_3 = false ;
int32_t G_B10_0 = 0 ;
String_t * G_B13_0 = NULL ;
String_t * G_B12_0 = NULL ;
String_t * G_B14_0 = NULL ;
String_t * G_B14_1 = NULL ;
{
__this - > set_containsFiles_5 ( ( bool ) 1 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_0 = ___contents1 ;
NullCheck ( L_0 ) ;
if ( ( ( ( int32_t ) ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_0 ) - > max_length ) ) ) ) ) < = ( ( int32_t ) 8 ) ) )
{
goto IL_004b ;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_1 = ___contents1 ;
NullCheck ( L_1 ) ;
int32_t L_2 = 0 ;
uint8_t L_3 = ( L_1 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_2 ) ) ;
if ( ( ! ( ( ( uint32_t ) L_3 ) = = ( ( uint32_t ) ( ( int32_t ) 137 ) ) ) ) )
{
goto IL_004b ;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_4 = ___contents1 ;
NullCheck ( L_4 ) ;
int32_t L_5 = 1 ;
uint8_t L_6 = ( L_4 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_5 ) ) ;
if ( ( ! ( ( ( uint32_t ) L_6 ) = = ( ( uint32_t ) ( ( int32_t ) 80 ) ) ) ) )
{
goto IL_004b ;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_7 = ___contents1 ;
NullCheck ( L_7 ) ;
int32_t L_8 = 2 ;
uint8_t L_9 = ( L_7 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_8 ) ) ;
if ( ( ! ( ( ( uint32_t ) L_9 ) = = ( ( uint32_t ) ( ( int32_t ) 78 ) ) ) ) )
{
goto IL_004b ;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_10 = ___contents1 ;
NullCheck ( L_10 ) ;
int32_t L_11 = 3 ;
uint8_t L_12 = ( L_10 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_11 ) ) ;
if ( ( ! ( ( ( uint32_t ) L_12 ) = = ( ( uint32_t ) ( ( int32_t ) 71 ) ) ) ) )
{
goto IL_004b ;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_13 = ___contents1 ;
NullCheck ( L_13 ) ;
int32_t L_14 = 4 ;
uint8_t L_15 = ( L_13 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_14 ) ) ;
if ( ( ! ( ( ( uint32_t ) L_15 ) = = ( ( uint32_t ) ( ( int32_t ) 13 ) ) ) ) )
{
goto IL_004b ;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_16 = ___contents1 ;
NullCheck ( L_16 ) ;
int32_t L_17 = 5 ;
uint8_t L_18 = ( L_16 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_17 ) ) ;
if ( ( ! ( ( ( uint32_t ) L_18 ) = = ( ( uint32_t ) ( ( int32_t ) 10 ) ) ) ) )
{
goto IL_004b ;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_19 = ___contents1 ;
NullCheck ( L_19 ) ;
int32_t L_20 = 6 ;
uint8_t L_21 = ( L_19 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_20 ) ) ;
if ( ( ! ( ( ( uint32_t ) L_21 ) = = ( ( uint32_t ) ( ( int32_t ) 26 ) ) ) ) )
{
goto IL_004b ;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_22 = ___contents1 ;
NullCheck ( L_22 ) ;
int32_t L_23 = 7 ;
uint8_t L_24 = ( L_22 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_23 ) ) ;
G_B10_0 = ( ( ( ( int32_t ) L_24 ) = = ( ( int32_t ) ( ( int32_t ) 10 ) ) ) ? 1 : 0 ) ;
goto IL_004c ;
}
IL_004b :
{
G_B10_0 = 0 ;
}
IL_004c :
{
V_0 = ( bool ) G_B10_0 ;
String_t * L_25 = ___fileName2 ;
V_1 = ( bool ) ( ( ( ( RuntimeObject * ) ( String_t * ) L_25 ) = = ( ( RuntimeObject * ) ( RuntimeObject * ) NULL ) ) ? 1 : 0 ) ;
bool L_26 = V_1 ;
if ( ! L_26 )
{
goto IL_006e ;
}
}
{
String_t * L_27 = ___fieldName0 ;
bool L_28 = V_0 ;
G_B12_0 = L_27 ;
if ( L_28 )
{
G_B13_0 = L_27 ;
goto IL_0061 ;
}
}
{
G_B14_0 = _stringLiteral2C369AE8D884989C5D09309DAEBE9014DA1B29D7 ;
G_B14_1 = G_B12_0 ;
goto IL_0066 ;
}
IL_0061 :
{
G_B14_0 = _stringLiteral339F5868588CFC8FDA4A1EC94EAD8F737C5FCFC0 ;
G_B14_1 = G_B13_0 ;
}
IL_0066 :
{
String_t * L_29 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE ( G_B14_1 , G_B14_0 , /*hidden argument*/ NULL ) ;
___fileName2 = L_29 ;
}
IL_006e :
{
String_t * L_30 = ___mimeType3 ;
V_2 = ( bool ) ( ( ( ( RuntimeObject * ) ( String_t * ) L_30 ) = = ( ( RuntimeObject * ) ( RuntimeObject * ) NULL ) ) ? 1 : 0 ) ;
bool L_31 = V_2 ;
if ( ! L_31 )
{
goto IL_008e ;
}
}
{
bool L_32 = V_0 ;
V_3 = L_32 ;
bool L_33 = V_3 ;
if ( ! L_33 )
{
goto IL_0086 ;
}
}
{
___mimeType3 = _stringLiteral34D71611DCE9C30419B3C3EA42DC9426E931CDDE ;
goto IL_008d ;
}
IL_0086 :
{
___mimeType3 = _stringLiteral10B12D00A7D3C421266B22114A2233F8F8621481 ;
}
IL_008d :
{
}
IL_008e :
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_34 = __this - > get_fieldNames_1 ( ) ;
String_t * L_35 = ___fieldName0 ;
NullCheck ( L_34 ) ;
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 ( L_34 , L_35 , /*hidden argument*/ List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var ) ;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_36 = __this - > get_fileNames_2 ( ) ;
String_t * L_37 = ___fileName2 ;
NullCheck ( L_36 ) ;
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 ( L_36 , L_37 , /*hidden argument*/ List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var ) ;
List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * L_38 = __this - > get_formData_0 ( ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_39 = ___contents1 ;
NullCheck ( L_38 ) ;
List_1_Add_mCC9D38BB3CBE3F2E67EDF3390D36ABFAD293468E ( L_38 , L_39 , /*hidden argument*/ List_1_Add_mCC9D38BB3CBE3F2E67EDF3390D36ABFAD293468E_RuntimeMethod_var ) ;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_40 = __this - > get_types_3 ( ) ;
String_t * L_41 = ___mimeType3 ;
NullCheck ( L_40 ) ;
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 ( L_40 , L_41 , /*hidden argument*/ List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var ) ;
return ;
}
}
// System.Collections.Generic.Dictionary`2<System.String,System.String> UnityEngine.WWWForm::get_headers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * WWWForm_get_headers_mE1BA0494A43C8EF12C0217297411EFD6B4EC601A ( WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( WWWForm_get_headers_mE1BA0494A43C8EF12C0217297411EFD6B4EC601A_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * V_0 = NULL ;
bool V_1 = false ;
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * V_2 = NULL ;
{
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_0 = ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ) il2cpp_codegen_object_new ( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var ) ;
Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B ( L_0 , /*hidden argument*/ Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B_RuntimeMethod_var ) ;
V_0 = L_0 ;
bool L_1 = __this - > get_containsFiles_5 ( ) ;
V_1 = L_1 ;
bool L_2 = V_1 ;
if ( ! L_2 )
{
goto IL_0047 ;
}
}
{
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_3 = V_0 ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_4 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 ( /*hidden argument*/ NULL ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_5 = __this - > get_boundary_4 ( ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_6 = __this - > get_boundary_4 ( ) ;
NullCheck ( L_6 ) ;
NullCheck ( L_4 ) ;
String_t * L_7 = VirtFuncInvoker3 < String_t * , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 35 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */ , L_4 , L_5 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_6 ) - > max_length ) ) ) ) ) ;
String_t * L_8 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 ( _stringLiteral31B5C4DB6D1904156356E63972C52395A9F0A008 , L_7 , _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6 , /*hidden argument*/ NULL ) ;
NullCheck ( L_3 ) ;
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD ( L_3 , _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255 , L_8 , /*hidden argument*/ Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var ) ;
goto IL_0058 ;
}
IL_0047 :
{
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_9 = V_0 ;
NullCheck ( L_9 ) ;
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD ( L_9 , _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255 , _stringLiteralE3D6849AF2EC582D2E5BA2EE543CA6818D1B03AC , /*hidden argument*/ Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var ) ;
}
IL_0058 :
{
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_10 = V_0 ;
V_2 = L_10 ;
goto IL_005c ;
}
IL_005c :
{
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_11 = V_2 ;
return L_11 ;
}
}
// System.Byte[] UnityEngine.WWWForm::get_data()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * WWWForm_get_data_m5ED2243249BE32F26F3020BB39BBEF834BE56303 ( WWWForm_t8D5ED7CAC180C102E377B21A70CC6A9AD5EAAD24 * __this , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( WWWForm_get_data_m5ED2243249BE32F26F3020BB39BBEF834BE56303_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
bool V_0 = false ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_1 = NULL ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_2 = NULL ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_3 = NULL ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_4 = NULL ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_5 = NULL ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_6 = NULL ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * V_7 = NULL ;
int32_t V_8 = 0 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_9 = NULL ;
String_t * V_10 = NULL ;
String_t * V_11 = NULL ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_12 = NULL ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_13 = NULL ;
bool V_14 = false ;
bool V_15 = false ;
String_t * V_16 = NULL ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_17 = NULL ;
bool V_18 = false ;
bool V_19 = false ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_20 = NULL ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_21 = NULL ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_22 = NULL ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * V_23 = NULL ;
int32_t V_24 = 0 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_25 = NULL ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_26 = NULL ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_27 = NULL ;
bool V_28 = false ;
bool V_29 = false ;
Exception_t * __last_unhandled_exception = 0 ;
NO_UNUSED_WARNING ( __last_unhandled_exception ) ;
Exception_t * __exception_local = 0 ;
NO_UNUSED_WARNING ( __exception_local ) ;
void * __leave_targets_storage = alloca ( sizeof ( int32_t ) * 2 ) ;
il2cpp : : utils : : LeaveTargetStack __leave_targets ( __leave_targets_storage ) ;
NO_UNUSED_WARNING ( __leave_targets ) ;
int32_t G_B6_0 = 0 ;
int32_t G_B12_0 = 0 ;
{
bool L_0 = __this - > get_containsFiles_5 ( ) ;
V_0 = L_0 ;
bool L_1 = V_0 ;
if ( ! L_1 )
{
goto IL_0342 ;
}
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = WWWForm_get_DefaultEncoding_m13BB72339201269AB257B275B20A5A35B233BC3F ( /*hidden argument*/ NULL ) ;
NullCheck ( L_2 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_3 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_2 , _stringLiteralE6A9FC04320A924F46C7C737432BB0389D9DD095 ) ;
V_1 = L_3 ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_4 = WWWForm_get_DefaultEncoding_m13BB72339201269AB257B275B20A5A35B233BC3F ( /*hidden argument*/ NULL ) ;
NullCheck ( L_4 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_5 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_4 , _stringLiteralBA8AB5A0280B953AA97435FF8946CBCBB2755A27 ) ;
V_2 = L_5 ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_6 = WWWForm_get_DefaultEncoding_m13BB72339201269AB257B275B20A5A35B233BC3F ( /*hidden argument*/ NULL ) ;
NullCheck ( L_6 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_7 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_6 , _stringLiteral178DA31EFB7AC9D3B6EC10D75BB88993C89D22ED ) ;
V_3 = L_7 ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_8 = WWWForm_get_DefaultEncoding_m13BB72339201269AB257B275B20A5A35B233BC3F ( /*hidden argument*/ NULL ) ;
NullCheck ( L_8 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_9 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_8 , _stringLiteral12FF01C982EBD84225A433218F3E5B57AE810B5D ) ;
V_4 = L_9 ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_10 = WWWForm_get_DefaultEncoding_m13BB72339201269AB257B275B20A5A35B233BC3F ( /*hidden argument*/ NULL ) ;
NullCheck ( L_10 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_11 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_10 , _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6 ) ;
V_5 = L_11 ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_12 = WWWForm_get_DefaultEncoding_m13BB72339201269AB257B275B20A5A35B233BC3F ( /*hidden argument*/ NULL ) ;
NullCheck ( L_12 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_13 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_12 , _stringLiteral83194C1BD83D4901B58754955875591793EB2C65 ) ;
V_6 = L_13 ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_14 = ( MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ) il2cpp_codegen_object_new ( MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var ) ;
MemoryStream__ctor_m78689C82DED9ACE5022B7EABF28F17FF318DF2AA ( L_14 , ( ( int32_t ) 1024 ) , /*hidden argument*/ NULL ) ;
V_7 = L_14 ;
}
IL_007e :
try
{ // begin try (depth: 1)
{
V_8 = 0 ;
goto IL_02c4 ;
}
IL_0087 :
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_15 = V_7 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_16 = V_2 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_17 = V_2 ;
NullCheck ( L_17 ) ;
NullCheck ( L_15 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_15 , L_16 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_17 ) - > max_length ) ) ) ) ) ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_18 = V_7 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_19 = V_1 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_20 = V_1 ;
NullCheck ( L_20 ) ;
NullCheck ( L_18 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_18 , L_19 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_20 ) - > max_length ) ) ) ) ) ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_21 = V_7 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_22 = __this - > get_boundary_4 ( ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_23 = __this - > get_boundary_4 ( ) ;
NullCheck ( L_23 ) ;
NullCheck ( L_21 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_21 , L_22 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_23 ) - > max_length ) ) ) ) ) ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_24 = V_7 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_25 = V_2 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_26 = V_2 ;
NullCheck ( L_26 ) ;
NullCheck ( L_24 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_24 , L_25 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_26 ) - > max_length ) ) ) ) ) ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_27 = V_7 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_28 = V_3 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_29 = V_3 ;
NullCheck ( L_29 ) ;
NullCheck ( L_27 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_27 , L_28 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_29 ) - > max_length ) ) ) ) ) ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_30 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 ( /*hidden argument*/ NULL ) ;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_31 = __this - > get_types_3 ( ) ;
int32_t L_32 = V_8 ;
NullCheck ( L_31 ) ;
String_t * L_33 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline ( L_31 , L_32 , /*hidden argument*/ List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var ) ;
NullCheck ( L_30 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_34 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_30 , L_33 ) ;
V_9 = L_34 ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_35 = V_7 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_36 = V_9 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_37 = V_9 ;
NullCheck ( L_37 ) ;
NullCheck ( L_35 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_35 , L_36 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_37 ) - > max_length ) ) ) ) ) ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_38 = V_7 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_39 = V_2 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_40 = V_2 ;
NullCheck ( L_40 ) ;
NullCheck ( L_38 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_38 , L_39 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_40 ) - > max_length ) ) ) ) ) ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_41 = V_7 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_42 = V_4 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_43 = V_4 ;
NullCheck ( L_43 ) ;
NullCheck ( L_41 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_41 , L_42 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_43 ) - > max_length ) ) ) ) ) ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_44 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 ( /*hidden argument*/ NULL ) ;
NullCheck ( L_44 ) ;
String_t * L_45 = VirtFuncInvoker0 < String_t * > : : Invoke ( 8 /* System.String System.Text.Encoding::get_HeaderName() */ , L_44 ) ;
V_10 = L_45 ;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_46 = __this - > get_fieldNames_1 ( ) ;
int32_t L_47 = V_8 ;
NullCheck ( L_46 ) ;
String_t * L_48 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline ( L_46 , L_47 , /*hidden argument*/ List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var ) ;
V_11 = L_48 ;
String_t * L_49 = V_11 ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_50 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 ( /*hidden argument*/ NULL ) ;
IL2CPP_RUNTIME_CLASS_INIT ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ;
bool L_51 = WWWTranscoder_SevenBitClean_m6805326B108F514EF531375332C90963B9A99EA6 ( L_49 , L_50 , /*hidden argument*/ NULL ) ;
if ( ! L_51 )
{
goto IL_0151 ;
}
}
IL_0140 :
{
String_t * L_52 = V_11 ;
NullCheck ( L_52 ) ;
int32_t L_53 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B ( L_52 , _stringLiteral9F64D1D497EFAA2D4DE4945729BE32D97B43EF0D , /*hidden argument*/ NULL ) ;
G_B6_0 = ( ( ( ( int32_t ) L_53 ) > ( ( int32_t ) ( - 1 ) ) ) ? 1 : 0 ) ;
goto IL_0152 ;
}
IL_0151 :
{
G_B6_0 = 1 ;
}
IL_0152 :
{
V_14 = ( bool ) G_B6_0 ;
bool L_54 = V_14 ;
if ( ! L_54 )
{
goto IL_0193 ;
}
}
IL_0158 :
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * L_55 = ( StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * ) ( StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * ) SZArrayNew ( StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var , ( uint32_t ) 5 ) ;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * L_56 = L_55 ;
NullCheck ( L_56 ) ;
ArrayElementTypeCheck ( L_56 , _stringLiteral9F64D1D497EFAA2D4DE4945729BE32D97B43EF0D ) ;
( L_56 ) - > SetAt ( static_cast < il2cpp_array_size_t > ( 0 ) , ( String_t * ) _stringLiteral9F64D1D497EFAA2D4DE4945729BE32D97B43EF0D ) ;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * L_57 = L_56 ;
String_t * L_58 = V_10 ;
NullCheck ( L_57 ) ;
ArrayElementTypeCheck ( L_57 , L_58 ) ;
( L_57 ) - > SetAt ( static_cast < il2cpp_array_size_t > ( 1 ) , ( String_t * ) L_58 ) ;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * L_59 = L_57 ;
NullCheck ( L_59 ) ;
ArrayElementTypeCheck ( L_59 , _stringLiteral13A4D5190AC8DA3D8F73CD82E9291E36C394015F ) ;
( L_59 ) - > SetAt ( static_cast < il2cpp_array_size_t > ( 2 ) , ( String_t * ) _stringLiteral13A4D5190AC8DA3D8F73CD82E9291E36C394015F ) ;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * L_60 = L_59 ;
String_t * L_61 = V_11 ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_62 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 ( /*hidden argument*/ NULL ) ;
IL2CPP_RUNTIME_CLASS_INIT ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ;
String_t * L_63 = WWWTranscoder_QPEncode_m8D6CDDD2224B115D869C330D10270027C48446E7 ( L_61 , L_62 , /*hidden argument*/ NULL ) ;
NullCheck ( L_60 ) ;
ArrayElementTypeCheck ( L_60 , L_63 ) ;
( L_60 ) - > SetAt ( static_cast < il2cpp_array_size_t > ( 3 ) , ( String_t * ) L_63 ) ;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * L_64 = L_60 ;
NullCheck ( L_64 ) ;
ArrayElementTypeCheck ( L_64 , _stringLiteral8D18625F5AE9389EC29A55BDC45AB0F67A53CA98 ) ;
( L_64 ) - > SetAt ( static_cast < il2cpp_array_size_t > ( 4 ) , ( String_t * ) _stringLiteral8D18625F5AE9389EC29A55BDC45AB0F67A53CA98 ) ;
String_t * L_65 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B ( L_64 , /*hidden argument*/ NULL ) ;
V_11 = L_65 ;
}
IL_0193 :
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_66 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 ( /*hidden argument*/ NULL ) ;
String_t * L_67 = V_11 ;
NullCheck ( L_66 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_68 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_66 , L_67 ) ;
V_12 = L_68 ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_69 = V_7 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_70 = V_12 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_71 = V_12 ;
NullCheck ( L_71 ) ;
NullCheck ( L_69 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_69 , L_70 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_71 ) - > max_length ) ) ) ) ) ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_72 = V_7 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_73 = V_5 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_74 = V_5 ;
NullCheck ( L_74 ) ;
NullCheck ( L_72 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_72 , L_73 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_74 ) - > max_length ) ) ) ) ) ;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_75 = __this - > get_fileNames_2 ( ) ;
int32_t L_76 = V_8 ;
NullCheck ( L_75 ) ;
String_t * L_77 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline ( L_75 , L_76 , /*hidden argument*/ List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var ) ;
V_15 = ( bool ) ( ( ! ( ( ( RuntimeObject * ) ( String_t * ) L_77 ) < = ( ( RuntimeObject * ) ( RuntimeObject * ) NULL ) ) ) ? 1 : 0 ) ;
bool L_78 = V_15 ;
if ( ! L_78 )
{
goto IL_0285 ;
}
}
IL_01d8 :
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_79 = __this - > get_fileNames_2 ( ) ;
int32_t L_80 = V_8 ;
NullCheck ( L_79 ) ;
String_t * L_81 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline ( L_79 , L_80 , /*hidden argument*/ List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var ) ;
V_16 = L_81 ;
String_t * L_82 = V_16 ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_83 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 ( /*hidden argument*/ NULL ) ;
IL2CPP_RUNTIME_CLASS_INIT ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ;
bool L_84 = WWWTranscoder_SevenBitClean_m6805326B108F514EF531375332C90963B9A99EA6 ( L_82 , L_83 , /*hidden argument*/ NULL ) ;
if ( ! L_84 )
{
goto IL_0207 ;
}
}
IL_01f6 :
{
String_t * L_85 = V_16 ;
NullCheck ( L_85 ) ;
int32_t L_86 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B ( L_85 , _stringLiteral9F64D1D497EFAA2D4DE4945729BE32D97B43EF0D , /*hidden argument*/ NULL ) ;
G_B12_0 = ( ( ( ( int32_t ) L_86 ) > ( ( int32_t ) ( - 1 ) ) ) ? 1 : 0 ) ;
goto IL_0208 ;
}
IL_0207 :
{
G_B12_0 = 1 ;
}
IL_0208 :
{
V_18 = ( bool ) G_B12_0 ;
bool L_87 = V_18 ;
if ( ! L_87 )
{
goto IL_0249 ;
}
}
IL_020e :
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * L_88 = ( StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * ) ( StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * ) SZArrayNew ( StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var , ( uint32_t ) 5 ) ;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * L_89 = L_88 ;
NullCheck ( L_89 ) ;
ArrayElementTypeCheck ( L_89 , _stringLiteral9F64D1D497EFAA2D4DE4945729BE32D97B43EF0D ) ;
( L_89 ) - > SetAt ( static_cast < il2cpp_array_size_t > ( 0 ) , ( String_t * ) _stringLiteral9F64D1D497EFAA2D4DE4945729BE32D97B43EF0D ) ;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * L_90 = L_89 ;
String_t * L_91 = V_10 ;
NullCheck ( L_90 ) ;
ArrayElementTypeCheck ( L_90 , L_91 ) ;
( L_90 ) - > SetAt ( static_cast < il2cpp_array_size_t > ( 1 ) , ( String_t * ) L_91 ) ;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * L_92 = L_90 ;
NullCheck ( L_92 ) ;
ArrayElementTypeCheck ( L_92 , _stringLiteral13A4D5190AC8DA3D8F73CD82E9291E36C394015F ) ;
( L_92 ) - > SetAt ( static_cast < il2cpp_array_size_t > ( 2 ) , ( String_t * ) _stringLiteral13A4D5190AC8DA3D8F73CD82E9291E36C394015F ) ;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * L_93 = L_92 ;
String_t * L_94 = V_16 ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_95 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 ( /*hidden argument*/ NULL ) ;
IL2CPP_RUNTIME_CLASS_INIT ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ;
String_t * L_96 = WWWTranscoder_QPEncode_m8D6CDDD2224B115D869C330D10270027C48446E7 ( L_94 , L_95 , /*hidden argument*/ NULL ) ;
NullCheck ( L_93 ) ;
ArrayElementTypeCheck ( L_93 , L_96 ) ;
( L_93 ) - > SetAt ( static_cast < il2cpp_array_size_t > ( 3 ) , ( String_t * ) L_96 ) ;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E * L_97 = L_93 ;
NullCheck ( L_97 ) ;
ArrayElementTypeCheck ( L_97 , _stringLiteral8D18625F5AE9389EC29A55BDC45AB0F67A53CA98 ) ;
( L_97 ) - > SetAt ( static_cast < il2cpp_array_size_t > ( 4 ) , ( String_t * ) _stringLiteral8D18625F5AE9389EC29A55BDC45AB0F67A53CA98 ) ;
String_t * L_98 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B ( L_97 , /*hidden argument*/ NULL ) ;
V_16 = L_98 ;
}
IL_0249 :
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_99 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 ( /*hidden argument*/ NULL ) ;
String_t * L_100 = V_16 ;
NullCheck ( L_99 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_101 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_99 , L_100 ) ;
V_17 = L_101 ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_102 = V_7 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_103 = V_6 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_104 = V_6 ;
NullCheck ( L_104 ) ;
NullCheck ( L_102 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_102 , L_103 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_104 ) - > max_length ) ) ) ) ) ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_105 = V_7 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_106 = V_17 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_107 = V_17 ;
NullCheck ( L_107 ) ;
NullCheck ( L_105 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_105 , L_106 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_107 ) - > max_length ) ) ) ) ) ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_108 = V_7 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_109 = V_5 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_110 = V_5 ;
NullCheck ( L_110 ) ;
NullCheck ( L_108 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_108 , L_109 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_110 ) - > max_length ) ) ) ) ) ;
}
IL_0285 :
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_111 = V_7 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_112 = V_2 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_113 = V_2 ;
NullCheck ( L_113 ) ;
NullCheck ( L_111 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_111 , L_112 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_113 ) - > max_length ) ) ) ) ) ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_114 = V_7 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_115 = V_2 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_116 = V_2 ;
NullCheck ( L_116 ) ;
NullCheck ( L_114 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_114 , L_115 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_116 ) - > max_length ) ) ) ) ) ;
List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * L_117 = __this - > get_formData_0 ( ) ;
int32_t L_118 = V_8 ;
NullCheck ( L_117 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_119 = List_1_get_Item_m2BE218005C01E5A3FE3CD353F077053DD13B0476_inline ( L_117 , L_118 , /*hidden argument*/ List_1_get_Item_m2BE218005C01E5A3FE3CD353F077053DD13B0476_RuntimeMethod_var ) ;
V_13 = L_119 ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_120 = V_7 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_121 = V_13 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_122 = V_13 ;
NullCheck ( L_122 ) ;
NullCheck ( L_120 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_120 , L_121 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_122 ) - > max_length ) ) ) ) ) ;
int32_t L_123 = V_8 ;
V_8 = ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_123 , ( int32_t ) 1 ) ) ;
}
IL_02c4 :
{
int32_t L_124 = V_8 ;
List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * L_125 = __this - > get_formData_0 ( ) ;
NullCheck ( L_125 ) ;
int32_t L_126 = List_1_get_Count_m60AE24FF9D8000083F8EE65662CAA6EE46ADA29A_inline ( L_125 , /*hidden argument*/ List_1_get_Count_m60AE24FF9D8000083F8EE65662CAA6EE46ADA29A_RuntimeMethod_var ) ;
V_19 = ( bool ) ( ( ( ( int32_t ) L_124 ) < ( ( int32_t ) L_126 ) ) ? 1 : 0 ) ;
bool L_127 = V_19 ;
if ( L_127 )
{
goto IL_0087 ;
}
}
IL_02dc :
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_128 = V_7 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_129 = V_2 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_130 = V_2 ;
NullCheck ( L_130 ) ;
NullCheck ( L_128 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_128 , L_129 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_130 ) - > max_length ) ) ) ) ) ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_131 = V_7 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_132 = V_1 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_133 = V_1 ;
NullCheck ( L_133 ) ;
NullCheck ( L_131 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_131 , L_132 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_133 ) - > max_length ) ) ) ) ) ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_134 = V_7 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_135 = __this - > get_boundary_4 ( ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_136 = __this - > get_boundary_4 ( ) ;
NullCheck ( L_136 ) ;
NullCheck ( L_134 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_134 , L_135 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_136 ) - > max_length ) ) ) ) ) ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_137 = V_7 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_138 = V_1 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_139 = V_1 ;
NullCheck ( L_139 ) ;
NullCheck ( L_137 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_137 , L_138 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_139 ) - > max_length ) ) ) ) ) ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_140 = V_7 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_141 = V_2 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_142 = V_2 ;
NullCheck ( L_142 ) ;
NullCheck ( L_140 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_140 , L_141 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_142 ) - > max_length ) ) ) ) ) ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_143 = V_7 ;
NullCheck ( L_143 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_144 = VirtFuncInvoker0 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * > : : Invoke ( 34 /* System.Byte[] System.IO.MemoryStream::ToArray() */ , L_143 ) ;
V_20 = L_144 ;
IL2CPP_LEAVE ( 0x42F , FINALLY_0335 ) ;
}
} // end try (depth: 1)
catch ( Il2CppExceptionWrapper & e )
{
__last_unhandled_exception = ( Exception_t * ) e . ex ;
goto FINALLY_0335 ;
}
FINALLY_0335 :
{ // begin finally (depth: 1)
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_145 = V_7 ;
if ( ! L_145 )
{
goto IL_0341 ;
}
}
IL_0339 :
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_146 = V_7 ;
NullCheck ( L_146 ) ;
InterfaceActionInvoker0 : : Invoke ( 0 /* System.Void System.IDisposable::Dispose() */ , IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var , L_146 ) ;
}
IL_0341 :
{
IL2CPP_END_FINALLY ( 821 )
}
} // end finally (depth: 1)
IL2CPP_CLEANUP ( 821 )
{
IL2CPP_JUMP_TBL ( 0x42F , IL_042f )
IL2CPP_RETHROW_IF_UNHANDLED ( Exception_t * )
}
IL_0342 :
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_147 = WWWForm_get_DefaultEncoding_m13BB72339201269AB257B275B20A5A35B233BC3F ( /*hidden argument*/ NULL ) ;
NullCheck ( L_147 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_148 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_147 , _stringLiteral7C4D33785DAA5C2370201FFA236B427AA37C9996 ) ;
V_21 = L_148 ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_149 = WWWForm_get_DefaultEncoding_m13BB72339201269AB257B275B20A5A35B233BC3F ( /*hidden argument*/ NULL ) ;
NullCheck ( L_149 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_150 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_149 , _stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76 ) ;
V_22 = L_150 ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_151 = ( MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ) il2cpp_codegen_object_new ( MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var ) ;
MemoryStream__ctor_m78689C82DED9ACE5022B7EABF28F17FF318DF2AA ( L_151 , ( ( int32_t ) 1024 ) , /*hidden argument*/ NULL ) ;
V_23 = L_151 ;
}
IL_0371 :
try
{ // begin try (depth: 1)
{
V_24 = 0 ;
goto IL_03ff ;
}
IL_037a :
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_152 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 ( /*hidden argument*/ NULL ) ;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_153 = __this - > get_fieldNames_1 ( ) ;
int32_t L_154 = V_24 ;
NullCheck ( L_153 ) ;
String_t * L_155 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline ( L_153 , L_154 , /*hidden argument*/ List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var ) ;
NullCheck ( L_152 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_156 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_152 , L_155 ) ;
IL2CPP_RUNTIME_CLASS_INIT ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_157 = WWWTranscoder_DataEncode_mAD3C2EBF2E04CAEBDFB8873DC7987378C88A67F4 ( L_156 , /*hidden argument*/ NULL ) ;
V_25 = L_157 ;
List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * L_158 = __this - > get_formData_0 ( ) ;
int32_t L_159 = V_24 ;
NullCheck ( L_158 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_160 = List_1_get_Item_m2BE218005C01E5A3FE3CD353F077053DD13B0476_inline ( L_158 , L_159 , /*hidden argument*/ List_1_get_Item_m2BE218005C01E5A3FE3CD353F077053DD13B0476_RuntimeMethod_var ) ;
V_26 = L_160 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_161 = V_26 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_162 = WWWTranscoder_DataEncode_mAD3C2EBF2E04CAEBDFB8873DC7987378C88A67F4 ( L_161 , /*hidden argument*/ NULL ) ;
V_27 = L_162 ;
int32_t L_163 = V_24 ;
V_28 = ( bool ) ( ( ( ( int32_t ) L_163 ) > ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
bool L_164 = V_28 ;
if ( ! L_164 )
{
goto IL_03cb ;
}
}
IL_03bc :
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_165 = V_23 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_166 = V_21 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_167 = V_21 ;
NullCheck ( L_167 ) ;
NullCheck ( L_165 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_165 , L_166 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_167 ) - > max_length ) ) ) ) ) ;
}
IL_03cb :
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_168 = V_23 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_169 = V_25 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_170 = V_25 ;
NullCheck ( L_170 ) ;
NullCheck ( L_168 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_168 , L_169 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_170 ) - > max_length ) ) ) ) ) ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_171 = V_23 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_172 = V_22 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_173 = V_22 ;
NullCheck ( L_173 ) ;
NullCheck ( L_171 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_171 , L_172 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_173 ) - > max_length ) ) ) ) ) ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_174 = V_23 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_175 = V_27 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_176 = V_27 ;
NullCheck ( L_176 ) ;
NullCheck ( L_174 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_174 , L_175 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_176 ) - > max_length ) ) ) ) ) ;
int32_t L_177 = V_24 ;
V_24 = ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_177 , ( int32_t ) 1 ) ) ;
}
IL_03ff :
{
int32_t L_178 = V_24 ;
List_1_t4AB280456F4DE770AC993DE9A7C8C563A6311531 * L_179 = __this - > get_formData_0 ( ) ;
NullCheck ( L_179 ) ;
int32_t L_180 = List_1_get_Count_m60AE24FF9D8000083F8EE65662CAA6EE46ADA29A_inline ( L_179 , /*hidden argument*/ List_1_get_Count_m60AE24FF9D8000083F8EE65662CAA6EE46ADA29A_RuntimeMethod_var ) ;
V_29 = ( bool ) ( ( ( ( int32_t ) L_178 ) < ( ( int32_t ) L_180 ) ) ? 1 : 0 ) ;
bool L_181 = V_29 ;
if ( L_181 )
{
goto IL_037a ;
}
}
IL_0417 :
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_182 = V_23 ;
NullCheck ( L_182 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_183 = VirtFuncInvoker0 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * > : : Invoke ( 34 /* System.Byte[] System.IO.MemoryStream::ToArray() */ , L_182 ) ;
V_20 = L_183 ;
IL2CPP_LEAVE ( 0x42F , FINALLY_0422 ) ;
}
} // end try (depth: 1)
catch ( Il2CppExceptionWrapper & e )
{
__last_unhandled_exception = ( Exception_t * ) e . ex ;
goto FINALLY_0422 ;
}
FINALLY_0422 :
{ // begin finally (depth: 1)
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_184 = V_23 ;
if ( ! L_184 )
{
goto IL_042e ;
}
}
IL_0426 :
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_185 = V_23 ;
NullCheck ( L_185 ) ;
InterfaceActionInvoker0 : : Invoke ( 0 /* System.Void System.IDisposable::Dispose() */ , IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var , L_185 ) ;
}
IL_042e :
{
IL2CPP_END_FINALLY ( 1058 )
}
} // end finally (depth: 1)
IL2CPP_CLEANUP ( 1058 )
{
IL2CPP_JUMP_TBL ( 0x42F , IL_042f )
IL2CPP_RETHROW_IF_UNHANDLED ( Exception_t * )
}
IL_042f :
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_186 = V_20 ;
return L_186 ;
}
}
# ifdef __clang__
# pragma clang diagnostic pop
# endif
# ifdef __clang__
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Winvalid-offsetof"
# pragma clang diagnostic ignored "-Wunused-variable"
# endif
// System.Byte UnityEngine.WWWTranscoder::Hex2Byte(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t WWWTranscoder_Hex2Byte_mD417CA540CFBE045FCE32959CD3443EB9C8C7423 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___b0 , int32_t ___offset1 , const RuntimeMethod * method )
{
uint8_t V_0 = 0x0 ;
int32_t V_1 = 0 ;
int32_t V_2 = 0 ;
bool V_3 = false ;
bool V_4 = false ;
bool V_5 = false ;
bool V_6 = false ;
uint8_t V_7 = 0x0 ;
bool V_8 = false ;
int32_t G_B4_0 = 0 ;
int32_t G_B9_0 = 0 ;
int32_t G_B14_0 = 0 ;
{
V_0 = ( uint8_t ) 0 ;
int32_t L_0 = ___offset1 ;
V_1 = L_0 ;
goto IL_0082 ;
}
IL_0007 :
{
uint8_t L_1 = V_0 ;
V_0 = ( uint8_t ) ( ( ( int32_t ) ( ( uint8_t ) ( ( int32_t ) il2cpp_codegen_multiply ( ( int32_t ) L_1 , ( int32_t ) ( ( int32_t ) 16 ) ) ) ) ) ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_2 = ___b0 ;
int32_t L_3 = V_1 ;
NullCheck ( L_2 ) ;
int32_t L_4 = L_3 ;
uint8_t L_5 = ( L_2 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_4 ) ) ;
V_2 = L_5 ;
int32_t L_6 = V_2 ;
if ( ( ( ( int32_t ) L_6 ) < ( ( int32_t ) ( ( int32_t ) 48 ) ) ) )
{
goto IL_0021 ;
}
}
{
int32_t L_7 = V_2 ;
G_B4_0 = ( ( ( ( int32_t ) ( ( ( ( int32_t ) L_7 ) > ( ( int32_t ) ( ( int32_t ) 57 ) ) ) ? 1 : 0 ) ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
goto IL_0022 ;
}
IL_0021 :
{
G_B4_0 = 0 ;
}
IL_0022 :
{
V_3 = ( bool ) G_B4_0 ;
bool L_8 = V_3 ;
if ( ! L_8 )
{
goto IL_002d ;
}
}
{
int32_t L_9 = V_2 ;
V_2 = ( ( int32_t ) il2cpp_codegen_subtract ( ( int32_t ) L_9 , ( int32_t ) ( ( int32_t ) 48 ) ) ) ;
goto IL_0065 ;
}
IL_002d :
{
int32_t L_10 = V_2 ;
if ( ( ( ( int32_t ) L_10 ) < ( ( int32_t ) ( ( int32_t ) 65 ) ) ) )
{
goto IL_003c ;
}
}
{
int32_t L_11 = V_2 ;
G_B9_0 = ( ( ( ( int32_t ) ( ( ( ( int32_t ) L_11 ) > ( ( int32_t ) ( ( int32_t ) 75 ) ) ) ? 1 : 0 ) ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
goto IL_003d ;
}
IL_003c :
{
G_B9_0 = 0 ;
}
IL_003d :
{
V_4 = ( bool ) G_B9_0 ;
bool L_12 = V_4 ;
if ( ! L_12 )
{
goto IL_004a ;
}
}
{
int32_t L_13 = V_2 ;
V_2 = ( ( int32_t ) il2cpp_codegen_subtract ( ( int32_t ) L_13 , ( int32_t ) ( ( int32_t ) 55 ) ) ) ;
goto IL_0065 ;
}
IL_004a :
{
int32_t L_14 = V_2 ;
if ( ( ( ( int32_t ) L_14 ) < ( ( int32_t ) ( ( int32_t ) 97 ) ) ) )
{
goto IL_0059 ;
}
}
{
int32_t L_15 = V_2 ;
G_B14_0 = ( ( ( ( int32_t ) ( ( ( ( int32_t ) L_15 ) > ( ( int32_t ) ( ( int32_t ) 102 ) ) ) ? 1 : 0 ) ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
goto IL_005a ;
}
IL_0059 :
{
G_B14_0 = 0 ;
}
IL_005a :
{
V_5 = ( bool ) G_B14_0 ;
bool L_16 = V_5 ;
if ( ! L_16 )
{
goto IL_0065 ;
}
}
{
int32_t L_17 = V_2 ;
V_2 = ( ( int32_t ) il2cpp_codegen_subtract ( ( int32_t ) L_17 , ( int32_t ) ( ( int32_t ) 87 ) ) ) ;
}
IL_0065 :
{
int32_t L_18 = V_2 ;
V_6 = ( bool ) ( ( ( ( int32_t ) L_18 ) > ( ( int32_t ) ( ( int32_t ) 15 ) ) ) ? 1 : 0 ) ;
bool L_19 = V_6 ;
if ( ! L_19 )
{
goto IL_0077 ;
}
}
{
V_7 = ( uint8_t ) ( ( int32_t ) 63 ) ;
goto IL_0096 ;
}
IL_0077 :
{
uint8_t L_20 = V_0 ;
int32_t L_21 = V_2 ;
V_0 = ( uint8_t ) ( ( ( int32_t ) ( ( uint8_t ) ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_20 , ( int32_t ) ( ( ( int32_t ) ( ( uint8_t ) L_21 ) ) ) ) ) ) ) ) ;
int32_t L_22 = V_1 ;
V_1 = ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_22 , ( int32_t ) 1 ) ) ;
}
IL_0082 :
{
int32_t L_23 = V_1 ;
int32_t L_24 = ___offset1 ;
V_8 = ( bool ) ( ( ( ( int32_t ) L_23 ) < ( ( int32_t ) ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_24 , ( int32_t ) 2 ) ) ) ) ? 1 : 0 ) ;
bool L_25 = V_8 ;
if ( L_25 )
{
goto IL_0007 ;
}
}
{
uint8_t L_26 = V_0 ;
V_7 = L_26 ;
goto IL_0096 ;
}
IL_0096 :
{
uint8_t L_27 = V_7 ;
return L_27 ;
}
}
// System.Byte[] UnityEngine.WWWTranscoder::Byte2Hex(System.Byte,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * WWWTranscoder_Byte2Hex_mA129675BFEDFED879713DAB1592772BC52FA04FB ( uint8_t ___b0 , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___hexChars1 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( WWWTranscoder_Byte2Hex_mA129675BFEDFED879713DAB1592772BC52FA04FB_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_0 = NULL ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_1 = NULL ;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_0 = ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ) ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ) SZArrayNew ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var , ( uint32_t ) 2 ) ;
V_0 = L_0 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_1 = V_0 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_2 = ___hexChars1 ;
uint8_t L_3 = ___b0 ;
NullCheck ( L_2 ) ;
int32_t L_4 = ( ( int32_t ) ( ( int32_t ) L_3 > > ( int32_t ) 4 ) ) ;
uint8_t L_5 = ( L_2 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_4 ) ) ;
NullCheck ( L_1 ) ;
( L_1 ) - > SetAt ( static_cast < il2cpp_array_size_t > ( 0 ) , ( uint8_t ) L_5 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_6 = V_0 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_7 = ___hexChars1 ;
uint8_t L_8 = ___b0 ;
NullCheck ( L_7 ) ;
int32_t L_9 = ( ( int32_t ) ( ( int32_t ) L_8 & ( int32_t ) ( ( int32_t ) 15 ) ) ) ;
uint8_t L_10 = ( L_7 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_9 ) ) ;
NullCheck ( L_6 ) ;
( L_6 ) - > SetAt ( static_cast < il2cpp_array_size_t > ( 1 ) , ( uint8_t ) L_10 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_11 = V_0 ;
V_1 = L_11 ;
goto IL_001d ;
}
IL_001d :
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_12 = V_1 ;
return L_12 ;
}
}
// System.Byte[] UnityEngine.WWWTranscoder::URLEncode(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * WWWTranscoder_URLEncode_mD0BEAAE6DBA432657E18FA17F3BCC87A34C0973B ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___toEncode0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( WWWTranscoder_URLEncode_mD0BEAAE6DBA432657E18FA17F3BCC87A34C0973B_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_0 = NULL ;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_0 = ___toEncode0 ;
IL2CPP_RUNTIME_CLASS_INIT ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ;
uint8_t L_1 = ( ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields * ) il2cpp_codegen_static_fields_for ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ) - > get_urlEscapeChar_2 ( ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_2 = ( ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields * ) il2cpp_codegen_static_fields_for ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ) - > get_urlSpace_3 ( ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_3 = ( ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields * ) il2cpp_codegen_static_fields_for ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ) - > get_urlForbidden_5 ( ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_4 = WWWTranscoder_Encode_m2D65124BA0FF6E92A66B5804596B75898068CF84 ( L_0 , L_1 , L_2 , L_3 , ( bool ) 0 , /*hidden argument*/ NULL ) ;
V_0 = L_4 ;
goto IL_001a ;
}
IL_001a :
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_5 = V_0 ;
return L_5 ;
}
}
// System.Byte[] UnityEngine.WWWTranscoder::DataEncode(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * WWWTranscoder_DataEncode_mAD3C2EBF2E04CAEBDFB8873DC7987378C88A67F4 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___toEncode0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( WWWTranscoder_DataEncode_mAD3C2EBF2E04CAEBDFB8873DC7987378C88A67F4_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_0 = NULL ;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_0 = ___toEncode0 ;
IL2CPP_RUNTIME_CLASS_INIT ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ;
uint8_t L_1 = ( ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields * ) il2cpp_codegen_static_fields_for ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ) - > get_urlEscapeChar_2 ( ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_2 = ( ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields * ) il2cpp_codegen_static_fields_for ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ) - > get_dataSpace_4 ( ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_3 = ( ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields * ) il2cpp_codegen_static_fields_for ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ) - > get_urlForbidden_5 ( ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_4 = WWWTranscoder_Encode_m2D65124BA0FF6E92A66B5804596B75898068CF84 ( L_0 , L_1 , L_2 , L_3 , ( bool ) 0 , /*hidden argument*/ NULL ) ;
V_0 = L_4 ;
goto IL_001a ;
}
IL_001a :
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_5 = V_0 ;
return L_5 ;
}
}
// System.String UnityEngine.WWWTranscoder::QPEncode(System.String,System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * WWWTranscoder_QPEncode_m8D6CDDD2224B115D869C330D10270027C48446E7 ( String_t * ___toEncode0 , Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___e1 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( WWWTranscoder_QPEncode_m8D6CDDD2224B115D869C330D10270027C48446E7_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_0 = NULL ;
String_t * V_1 = NULL ;
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ___e1 ;
String_t * L_1 = ___toEncode0 ;
NullCheck ( L_0 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_2 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_0 , L_1 ) ;
IL2CPP_RUNTIME_CLASS_INIT ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ;
uint8_t L_3 = ( ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields * ) il2cpp_codegen_static_fields_for ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ) - > get_qpEscapeChar_6 ( ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_4 = ( ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields * ) il2cpp_codegen_static_fields_for ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ) - > get_qpSpace_7 ( ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_5 = ( ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields * ) il2cpp_codegen_static_fields_for ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ) - > get_qpForbidden_8 ( ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_6 = WWWTranscoder_Encode_m2D65124BA0FF6E92A66B5804596B75898068CF84 ( L_2 , L_3 , L_4 , L_5 , ( bool ) 1 , /*hidden argument*/ NULL ) ;
V_0 = L_6 ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_7 = WWWForm_get_DefaultEncoding_m13BB72339201269AB257B275B20A5A35B233BC3F ( /*hidden argument*/ NULL ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_8 = V_0 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_9 = V_0 ;
NullCheck ( L_9 ) ;
NullCheck ( L_7 ) ;
String_t * L_10 = VirtFuncInvoker3 < String_t * , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 35 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */ , L_7 , L_8 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_9 ) - > max_length ) ) ) ) ) ;
V_1 = L_10 ;
goto IL_0030 ;
}
IL_0030 :
{
String_t * L_11 = V_1 ;
return L_11 ;
}
}
// System.Byte[] UnityEngine.WWWTranscoder::Encode(System.Byte[],System.Byte,System.Byte[],System.Byte[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * WWWTranscoder_Encode_m2D65124BA0FF6E92A66B5804596B75898068CF84 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___input0 , uint8_t ___escapeChar1 , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___space2 , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___forbidden3 , bool ___uppercase4 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( WWWTranscoder_Encode_m2D65124BA0FF6E92A66B5804596B75898068CF84_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * V_0 = NULL ;
int32_t V_1 = 0 ;
bool V_2 = false ;
bool V_3 = false ;
bool V_4 = false ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_5 = NULL ;
Exception_t * __last_unhandled_exception = 0 ;
NO_UNUSED_WARNING ( __last_unhandled_exception ) ;
Exception_t * __exception_local = 0 ;
NO_UNUSED_WARNING ( __exception_local ) ;
void * __leave_targets_storage = alloca ( sizeof ( int32_t ) * 1 ) ;
il2cpp : : utils : : LeaveTargetStack __leave_targets ( __leave_targets_storage ) ;
NO_UNUSED_WARNING ( __leave_targets ) ;
int32_t G_B8_0 = 0 ;
int32_t G_B11_0 = 0 ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * G_B11_1 = NULL ;
int32_t G_B10_0 = 0 ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * G_B10_1 = NULL ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * G_B12_0 = NULL ;
int32_t G_B12_1 = 0 ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * G_B12_2 = NULL ;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_0 = ___input0 ;
NullCheck ( L_0 ) ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_1 = ( MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ) il2cpp_codegen_object_new ( MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var ) ;
MemoryStream__ctor_m78689C82DED9ACE5022B7EABF28F17FF318DF2AA ( L_1 , ( ( int32_t ) il2cpp_codegen_multiply ( ( int32_t ) ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_0 ) - > max_length ) ) ) ) , ( int32_t ) 2 ) ) , /*hidden argument*/ NULL ) ;
V_0 = L_1 ;
}
IL_000c :
try
{ // begin try (depth: 1)
{
V_1 = 0 ;
goto IL_0089 ;
}
IL_0011 :
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_2 = ___input0 ;
int32_t L_3 = V_1 ;
NullCheck ( L_2 ) ;
int32_t L_4 = L_3 ;
uint8_t L_5 = ( L_2 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_4 ) ) ;
V_2 = ( bool ) ( ( ( ( int32_t ) L_5 ) = = ( ( int32_t ) ( ( int32_t ) 32 ) ) ) ? 1 : 0 ) ;
bool L_6 = V_2 ;
if ( ! L_6 )
{
goto IL_002d ;
}
}
IL_001d :
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_7 = V_0 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_8 = ___space2 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_9 = ___space2 ;
NullCheck ( L_9 ) ;
NullCheck ( L_7 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , L_7 , L_8 , 0 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_9 ) - > max_length ) ) ) ) ) ;
goto IL_0084 ;
}
IL_002d :
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_10 = ___input0 ;
int32_t L_11 = V_1 ;
NullCheck ( L_10 ) ;
int32_t L_12 = L_11 ;
uint8_t L_13 = ( L_10 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_12 ) ) ;
if ( ( ( ( int32_t ) L_13 ) < ( ( int32_t ) ( ( int32_t ) 32 ) ) ) )
{
goto IL_0046 ;
}
}
IL_0034 :
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_14 = ___input0 ;
int32_t L_15 = V_1 ;
NullCheck ( L_14 ) ;
int32_t L_16 = L_15 ;
uint8_t L_17 = ( L_14 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_16 ) ) ;
if ( ( ( ( int32_t ) L_17 ) > ( ( int32_t ) ( ( int32_t ) 126 ) ) ) )
{
goto IL_0046 ;
}
}
IL_003b :
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_18 = ___forbidden3 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_19 = ___input0 ;
int32_t L_20 = V_1 ;
NullCheck ( L_19 ) ;
int32_t L_21 = L_20 ;
uint8_t L_22 = ( L_19 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_21 ) ) ;
IL2CPP_RUNTIME_CLASS_INIT ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ;
bool L_23 = WWWTranscoder_ByteArrayContains_mC89ADE5434606470BB3BAF857D786138825E2D0B ( L_18 , L_22 , /*hidden argument*/ NULL ) ;
G_B8_0 = ( ( int32_t ) ( L_23 ) ) ;
goto IL_0047 ;
}
IL_0046 :
{
G_B8_0 = 1 ;
}
IL_0047 :
{
V_3 = ( bool ) G_B8_0 ;
bool L_24 = V_3 ;
if ( ! L_24 )
{
goto IL_0078 ;
}
}
IL_004b :
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_25 = V_0 ;
uint8_t L_26 = ___escapeChar1 ;
NullCheck ( L_25 ) ;
VirtActionInvoker1 < uint8_t > : : Invoke ( 30 /* System.Void System.IO.Stream::WriteByte(System.Byte) */ , L_25 , L_26 ) ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_27 = V_0 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_28 = ___input0 ;
int32_t L_29 = V_1 ;
NullCheck ( L_28 ) ;
int32_t L_30 = L_29 ;
uint8_t L_31 = ( L_28 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_30 ) ) ;
bool L_32 = ___uppercase4 ;
G_B10_0 = ( ( int32_t ) ( L_31 ) ) ;
G_B10_1 = L_27 ;
if ( L_32 )
{
G_B11_0 = ( ( int32_t ) ( L_31 ) ) ;
G_B11_1 = L_27 ;
goto IL_0063 ;
}
}
IL_005c :
{
IL2CPP_RUNTIME_CLASS_INIT ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_33 = ( ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields * ) il2cpp_codegen_static_fields_for ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ) - > get_lcHexChars_1 ( ) ;
G_B12_0 = L_33 ;
G_B12_1 = G_B10_0 ;
G_B12_2 = G_B10_1 ;
goto IL_0068 ;
}
IL_0063 :
{
IL2CPP_RUNTIME_CLASS_INIT ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_34 = ( ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields * ) il2cpp_codegen_static_fields_for ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ) - > get_ucHexChars_0 ( ) ;
G_B12_0 = L_34 ;
G_B12_1 = G_B11_0 ;
G_B12_2 = G_B11_1 ;
}
IL_0068 :
{
IL2CPP_RUNTIME_CLASS_INIT ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_35 = WWWTranscoder_Byte2Hex_mA129675BFEDFED879713DAB1592772BC52FA04FB ( ( uint8_t ) G_B12_1 , G_B12_0 , /*hidden argument*/ NULL ) ;
NullCheck ( G_B12_2 ) ;
VirtActionInvoker3 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , int32_t , int32_t > : : Invoke ( 29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */ , G_B12_2 , L_35 , 0 , 2 ) ;
goto IL_0084 ;
}
IL_0078 :
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_36 = V_0 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_37 = ___input0 ;
int32_t L_38 = V_1 ;
NullCheck ( L_37 ) ;
int32_t L_39 = L_38 ;
uint8_t L_40 = ( L_37 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_39 ) ) ;
NullCheck ( L_36 ) ;
VirtActionInvoker1 < uint8_t > : : Invoke ( 30 /* System.Void System.IO.Stream::WriteByte(System.Byte) */ , L_36 , L_40 ) ;
}
IL_0084 :
{
int32_t L_41 = V_1 ;
V_1 = ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_41 , ( int32_t ) 1 ) ) ;
}
IL_0089 :
{
int32_t L_42 = V_1 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_43 = ___input0 ;
NullCheck ( L_43 ) ;
V_4 = ( bool ) ( ( ( ( int32_t ) L_42 ) < ( ( int32_t ) ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_43 ) - > max_length ) ) ) ) ) ) ? 1 : 0 ) ;
bool L_44 = V_4 ;
if ( L_44 )
{
goto IL_0011 ;
}
}
IL_0098 :
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_45 = V_0 ;
NullCheck ( L_45 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_46 = VirtFuncInvoker0 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * > : : Invoke ( 34 /* System.Byte[] System.IO.MemoryStream::ToArray() */ , L_45 ) ;
V_5 = L_46 ;
IL2CPP_LEAVE ( 0xAD , FINALLY_00a2 ) ;
}
} // end try (depth: 1)
catch ( Il2CppExceptionWrapper & e )
{
__last_unhandled_exception = ( Exception_t * ) e . ex ;
goto FINALLY_00a2 ;
}
FINALLY_00a2 :
{ // begin finally (depth: 1)
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_47 = V_0 ;
if ( ! L_47 )
{
goto IL_00ac ;
}
}
IL_00a5 :
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_48 = V_0 ;
NullCheck ( L_48 ) ;
InterfaceActionInvoker0 : : Invoke ( 0 /* System.Void System.IDisposable::Dispose() */ , IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var , L_48 ) ;
}
IL_00ac :
{
IL2CPP_END_FINALLY ( 162 )
}
} // end finally (depth: 1)
IL2CPP_CLEANUP ( 162 )
{
IL2CPP_JUMP_TBL ( 0xAD , IL_00ad )
IL2CPP_RETHROW_IF_UNHANDLED ( Exception_t * )
}
IL_00ad :
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_49 = V_5 ;
return L_49 ;
}
}
// System.Boolean UnityEngine.WWWTranscoder::ByteArrayContains(System.Byte[],System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WWWTranscoder_ByteArrayContains_mC89ADE5434606470BB3BAF857D786138825E2D0B ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___array0 , uint8_t ___b1 , const RuntimeMethod * method )
{
int32_t V_0 = 0 ;
int32_t V_1 = 0 ;
bool V_2 = false ;
bool V_3 = false ;
bool V_4 = false ;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_0 = ___array0 ;
NullCheck ( L_0 ) ;
V_0 = ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_0 ) - > max_length ) ) ) ) ;
V_1 = 0 ;
goto IL_001d ;
}
IL_0009 :
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_1 = ___array0 ;
int32_t L_2 = V_1 ;
NullCheck ( L_1 ) ;
int32_t L_3 = L_2 ;
uint8_t L_4 = ( L_1 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_3 ) ) ;
uint8_t L_5 = ___b1 ;
V_2 = ( bool ) ( ( ( ( int32_t ) L_4 ) = = ( ( int32_t ) L_5 ) ) ? 1 : 0 ) ;
bool L_6 = V_2 ;
if ( ! L_6 )
{
goto IL_0018 ;
}
}
{
V_3 = ( bool ) 1 ;
goto IL_002b ;
}
IL_0018 :
{
int32_t L_7 = V_1 ;
V_1 = ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_7 , ( int32_t ) 1 ) ) ;
}
IL_001d :
{
int32_t L_8 = V_1 ;
int32_t L_9 = V_0 ;
V_4 = ( bool ) ( ( ( ( int32_t ) L_8 ) < ( ( int32_t ) L_9 ) ) ? 1 : 0 ) ;
bool L_10 = V_4 ;
if ( L_10 )
{
goto IL_0009 ;
}
}
{
V_3 = ( bool ) 0 ;
goto IL_002b ;
}
IL_002b :
{
bool L_11 = V_3 ;
return L_11 ;
}
}
// System.Byte[] UnityEngine.WWWTranscoder::URLDecode(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * WWWTranscoder_URLDecode_m591A567154B1B8737ECBFE065AF4FCA59217F5D8 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___toEncode0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( WWWTranscoder_URLDecode_m591A567154B1B8737ECBFE065AF4FCA59217F5D8_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_0 = NULL ;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_0 = ___toEncode0 ;
IL2CPP_RUNTIME_CLASS_INIT ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ;
uint8_t L_1 = ( ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields * ) il2cpp_codegen_static_fields_for ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ) - > get_urlEscapeChar_2 ( ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_2 = ( ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields * ) il2cpp_codegen_static_fields_for ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ) - > get_urlSpace_3 ( ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_3 = WWWTranscoder_Decode_m2533830DAAAE6F33AA6EE85A5BF63C96F5D631D4 ( L_0 , L_1 , L_2 , /*hidden argument*/ NULL ) ;
V_0 = L_3 ;
goto IL_0014 ;
}
IL_0014 :
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_4 = V_0 ;
return L_4 ;
}
}
// System.Boolean UnityEngine.WWWTranscoder::ByteSubArrayEquals(System.Byte[],System.Int32,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WWWTranscoder_ByteSubArrayEquals_m268C2A9B31CCF4D81E7BEEF843DF5D477ECA9958 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___array0 , int32_t ___index1 , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___comperand2 , const RuntimeMethod * method )
{
bool V_0 = false ;
bool V_1 = false ;
int32_t V_2 = 0 ;
bool V_3 = false ;
bool V_4 = false ;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_0 = ___array0 ;
NullCheck ( L_0 ) ;
int32_t L_1 = ___index1 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_2 = ___comperand2 ;
NullCheck ( L_2 ) ;
V_0 = ( bool ) ( ( ( ( int32_t ) ( ( int32_t ) il2cpp_codegen_subtract ( ( int32_t ) ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_0 ) - > max_length ) ) ) ) , ( int32_t ) L_1 ) ) ) < ( ( int32_t ) ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_2 ) - > max_length ) ) ) ) ) ) ? 1 : 0 ) ;
bool L_3 = V_0 ;
if ( ! L_3 )
{
goto IL_0013 ;
}
}
{
V_1 = ( bool ) 0 ;
goto IL_0040 ;
}
IL_0013 :
{
V_2 = 0 ;
goto IL_0030 ;
}
IL_0017 :
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_4 = ___array0 ;
int32_t L_5 = ___index1 ;
int32_t L_6 = V_2 ;
NullCheck ( L_4 ) ;
int32_t L_7 = ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_5 , ( int32_t ) L_6 ) ) ;
uint8_t L_8 = ( L_4 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_7 ) ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_9 = ___comperand2 ;
int32_t L_10 = V_2 ;
NullCheck ( L_9 ) ;
int32_t L_11 = L_10 ;
uint8_t L_12 = ( L_9 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_11 ) ) ;
V_3 = ( bool ) ( ( ( ( int32_t ) ( ( ( ( int32_t ) L_8 ) = = ( ( int32_t ) L_12 ) ) ? 1 : 0 ) ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
bool L_13 = V_3 ;
if ( ! L_13 )
{
goto IL_002c ;
}
}
{
V_1 = ( bool ) 0 ;
goto IL_0040 ;
}
IL_002c :
{
int32_t L_14 = V_2 ;
V_2 = ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_14 , ( int32_t ) 1 ) ) ;
}
IL_0030 :
{
int32_t L_15 = V_2 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_16 = ___comperand2 ;
NullCheck ( L_16 ) ;
V_4 = ( bool ) ( ( ( ( int32_t ) L_15 ) < ( ( int32_t ) ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_16 ) - > max_length ) ) ) ) ) ) ? 1 : 0 ) ;
bool L_17 = V_4 ;
if ( L_17 )
{
goto IL_0017 ;
}
}
{
V_1 = ( bool ) 1 ;
goto IL_0040 ;
}
IL_0040 :
{
bool L_18 = V_1 ;
return L_18 ;
}
}
// System.Byte[] UnityEngine.WWWTranscoder::Decode(System.Byte[],System.Byte,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * WWWTranscoder_Decode_m2533830DAAAE6F33AA6EE85A5BF63C96F5D631D4 ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___input0 , uint8_t ___escapeChar1 , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___space2 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( WWWTranscoder_Decode_m2533830DAAAE6F33AA6EE85A5BF63C96F5D631D4_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * V_0 = NULL ;
int32_t V_1 = 0 ;
bool V_2 = false ;
bool V_3 = false ;
bool V_4 = false ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_5 = NULL ;
Exception_t * __last_unhandled_exception = 0 ;
NO_UNUSED_WARNING ( __last_unhandled_exception ) ;
Exception_t * __exception_local = 0 ;
NO_UNUSED_WARNING ( __exception_local ) ;
void * __leave_targets_storage = alloca ( sizeof ( int32_t ) * 1 ) ;
il2cpp : : utils : : LeaveTargetStack __leave_targets ( __leave_targets_storage ) ;
NO_UNUSED_WARNING ( __leave_targets ) ;
int32_t G_B7_0 = 0 ;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_0 = ___input0 ;
NullCheck ( L_0 ) ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_1 = ( MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ) il2cpp_codegen_object_new ( MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var ) ;
MemoryStream__ctor_m78689C82DED9ACE5022B7EABF28F17FF318DF2AA ( L_1 , ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_0 ) - > max_length ) ) ) ) , /*hidden argument*/ NULL ) ;
V_0 = L_1 ;
}
IL_000a :
try
{ // begin try (depth: 1)
{
V_1 = 0 ;
goto IL_0071 ;
}
IL_000f :
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_2 = ___input0 ;
int32_t L_3 = V_1 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_4 = ___space2 ;
IL2CPP_RUNTIME_CLASS_INIT ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ;
bool L_5 = WWWTranscoder_ByteSubArrayEquals_m268C2A9B31CCF4D81E7BEEF843DF5D477ECA9958 ( L_2 , L_3 , L_4 , /*hidden argument*/ NULL ) ;
V_2 = L_5 ;
bool L_6 = V_2 ;
if ( ! L_6 )
{
goto IL_0031 ;
}
}
IL_001c :
{
int32_t L_7 = V_1 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_8 = ___space2 ;
NullCheck ( L_8 ) ;
V_1 = ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_7 , ( int32_t ) ( ( int32_t ) il2cpp_codegen_subtract ( ( int32_t ) ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_8 ) - > max_length ) ) ) ) , ( int32_t ) 1 ) ) ) ) ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_9 = V_0 ;
NullCheck ( L_9 ) ;
VirtActionInvoker1 < uint8_t > : : Invoke ( 30 /* System.Void System.IO.Stream::WriteByte(System.Byte) */ , L_9 , ( uint8_t ) ( ( int32_t ) 32 ) ) ;
goto IL_006c ;
}
IL_0031 :
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_10 = ___input0 ;
int32_t L_11 = V_1 ;
NullCheck ( L_10 ) ;
int32_t L_12 = L_11 ;
uint8_t L_13 = ( L_10 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_12 ) ) ;
uint8_t L_14 = ___escapeChar1 ;
if ( ( ! ( ( ( uint32_t ) L_13 ) = = ( ( uint32_t ) L_14 ) ) ) )
{
goto IL_0041 ;
}
}
IL_0037 :
{
int32_t L_15 = V_1 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_16 = ___input0 ;
NullCheck ( L_16 ) ;
G_B7_0 = ( ( ( ( int32_t ) ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_15 , ( int32_t ) 2 ) ) ) < ( ( int32_t ) ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_16 ) - > max_length ) ) ) ) ) ) ? 1 : 0 ) ;
goto IL_0042 ;
}
IL_0041 :
{
G_B7_0 = 0 ;
}
IL_0042 :
{
V_3 = ( bool ) G_B7_0 ;
bool L_17 = V_3 ;
if ( ! L_17 )
{
goto IL_0060 ;
}
}
IL_0046 :
{
int32_t L_18 = V_1 ;
V_1 = ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_18 , ( int32_t ) 1 ) ) ;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_19 = V_0 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_20 = ___input0 ;
int32_t L_21 = V_1 ;
int32_t L_22 = L_21 ;
V_1 = ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_22 , ( int32_t ) 1 ) ) ;
IL2CPP_RUNTIME_CLASS_INIT ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ;
uint8_t L_23 = WWWTranscoder_Hex2Byte_mD417CA540CFBE045FCE32959CD3443EB9C8C7423 ( L_20 , L_22 , /*hidden argument*/ NULL ) ;
NullCheck ( L_19 ) ;
VirtActionInvoker1 < uint8_t > : : Invoke ( 30 /* System.Void System.IO.Stream::WriteByte(System.Byte) */ , L_19 , L_23 ) ;
goto IL_006c ;
}
IL_0060 :
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_24 = V_0 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_25 = ___input0 ;
int32_t L_26 = V_1 ;
NullCheck ( L_25 ) ;
int32_t L_27 = L_26 ;
uint8_t L_28 = ( L_25 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_27 ) ) ;
NullCheck ( L_24 ) ;
VirtActionInvoker1 < uint8_t > : : Invoke ( 30 /* System.Void System.IO.Stream::WriteByte(System.Byte) */ , L_24 , L_28 ) ;
}
IL_006c :
{
int32_t L_29 = V_1 ;
V_1 = ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_29 , ( int32_t ) 1 ) ) ;
}
IL_0071 :
{
int32_t L_30 = V_1 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_31 = ___input0 ;
NullCheck ( L_31 ) ;
V_4 = ( bool ) ( ( ( ( int32_t ) L_30 ) < ( ( int32_t ) ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_31 ) - > max_length ) ) ) ) ) ) ? 1 : 0 ) ;
bool L_32 = V_4 ;
if ( L_32 )
{
goto IL_000f ;
}
}
IL_007d :
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_33 = V_0 ;
NullCheck ( L_33 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_34 = VirtFuncInvoker0 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * > : : Invoke ( 34 /* System.Byte[] System.IO.MemoryStream::ToArray() */ , L_33 ) ;
V_5 = L_34 ;
IL2CPP_LEAVE ( 0x92 , FINALLY_0087 ) ;
}
} // end try (depth: 1)
catch ( Il2CppExceptionWrapper & e )
{
__last_unhandled_exception = ( Exception_t * ) e . ex ;
goto FINALLY_0087 ;
}
FINALLY_0087 :
{ // begin finally (depth: 1)
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_35 = V_0 ;
if ( ! L_35 )
{
goto IL_0091 ;
}
}
IL_008a :
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_36 = V_0 ;
NullCheck ( L_36 ) ;
InterfaceActionInvoker0 : : Invoke ( 0 /* System.Void System.IDisposable::Dispose() */ , IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var , L_36 ) ;
}
IL_0091 :
{
IL2CPP_END_FINALLY ( 135 )
}
} // end finally (depth: 1)
IL2CPP_CLEANUP ( 135 )
{
IL2CPP_JUMP_TBL ( 0x92 , IL_0092 )
IL2CPP_RETHROW_IF_UNHANDLED ( Exception_t * )
}
IL_0092 :
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_37 = V_5 ;
return L_37 ;
}
}
// System.Boolean UnityEngine.WWWTranscoder::SevenBitClean(System.String,System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WWWTranscoder_SevenBitClean_m6805326B108F514EF531375332C90963B9A99EA6 ( String_t * ___s0 , Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___e1 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( WWWTranscoder_SevenBitClean_m6805326B108F514EF531375332C90963B9A99EA6_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
bool V_0 = false ;
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ___e1 ;
String_t * L_1 = ___s0 ;
NullCheck ( L_0 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_2 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_0 , L_1 ) ;
IL2CPP_RUNTIME_CLASS_INIT ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ;
bool L_3 = WWWTranscoder_SevenBitClean_mC37FC90C62CF3B311A46A529C9BB6727BA81F8BD ( L_2 , /*hidden argument*/ NULL ) ;
V_0 = L_3 ;
goto IL_0010 ;
}
IL_0010 :
{
bool L_4 = V_0 ;
return L_4 ;
}
}
// System.Boolean UnityEngine.WWWTranscoder::SevenBitClean(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WWWTranscoder_SevenBitClean_mC37FC90C62CF3B311A46A529C9BB6727BA81F8BD ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ___input0 , const RuntimeMethod * method )
{
int32_t V_0 = 0 ;
bool V_1 = false ;
bool V_2 = false ;
bool V_3 = false ;
int32_t G_B4_0 = 0 ;
{
V_0 = 0 ;
goto IL_0024 ;
}
IL_0005 :
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_0 = ___input0 ;
int32_t L_1 = V_0 ;
NullCheck ( L_0 ) ;
int32_t L_2 = L_1 ;
uint8_t L_3 = ( L_0 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_2 ) ) ;
if ( ( ( ( int32_t ) L_3 ) < ( ( int32_t ) ( ( int32_t ) 32 ) ) ) )
{
goto IL_0016 ;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_4 = ___input0 ;
int32_t L_5 = V_0 ;
NullCheck ( L_4 ) ;
int32_t L_6 = L_5 ;
uint8_t L_7 = ( L_4 ) - > GetAt ( static_cast < il2cpp_array_size_t > ( L_6 ) ) ;
G_B4_0 = ( ( ( ( int32_t ) L_7 ) > ( ( int32_t ) ( ( int32_t ) 126 ) ) ) ? 1 : 0 ) ;
goto IL_0017 ;
}
IL_0016 :
{
G_B4_0 = 1 ;
}
IL_0017 :
{
V_1 = ( bool ) G_B4_0 ;
bool L_8 = V_1 ;
if ( ! L_8 )
{
goto IL_001f ;
}
}
{
V_2 = ( bool ) 0 ;
goto IL_0032 ;
}
IL_001f :
{
int32_t L_9 = V_0 ;
V_0 = ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_9 , ( int32_t ) 1 ) ) ;
}
IL_0024 :
{
int32_t L_10 = V_0 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_11 = ___input0 ;
NullCheck ( L_11 ) ;
V_3 = ( bool ) ( ( ( ( int32_t ) L_10 ) < ( ( int32_t ) ( ( ( int32_t ) ( ( int32_t ) ( ( ( RuntimeArray * ) L_11 ) - > max_length ) ) ) ) ) ) ? 1 : 0 ) ;
bool L_12 = V_3 ;
if ( L_12 )
{
goto IL_0005 ;
}
}
{
V_2 = ( bool ) 1 ;
goto IL_0032 ;
}
IL_0032 :
{
bool L_13 = V_2 ;
return L_13 ;
}
}
// System.Void UnityEngine.WWWTranscoder::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWTranscoder__cctor_m3436CCA2D8667A6BCF6981B6573EF048BDA49F51 ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( WWWTranscoder__cctor_m3436CCA2D8667A6BCF6981B6573EF048BDA49F51_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = WWWForm_get_DefaultEncoding_m13BB72339201269AB257B275B20A5A35B233BC3F ( /*hidden argument*/ NULL ) ;
NullCheck ( L_0 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_1 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_0 , _stringLiteralCE27CB141098FEB00714E758646BE3E99C185B71 ) ;
( ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields * ) il2cpp_codegen_static_fields_for ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ) - > set_ucHexChars_0 ( L_1 ) ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = WWWForm_get_DefaultEncoding_m13BB72339201269AB257B275B20A5A35B233BC3F ( /*hidden argument*/ NULL ) ;
NullCheck ( L_2 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_3 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_2 , _stringLiteralFE5567E8D769550852182CDF69D74BB16DFF8E29 ) ;
( ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields * ) il2cpp_codegen_static_fields_for ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ) - > set_lcHexChars_1 ( L_3 ) ;
( ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields * ) il2cpp_codegen_static_fields_for ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ) - > set_urlEscapeChar_2 ( ( uint8_t ) ( ( int32_t ) 37 ) ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_4 = ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ) ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ) SZArrayNew ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var , ( uint32_t ) 1 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_5 = L_4 ;
NullCheck ( L_5 ) ;
( L_5 ) - > SetAt ( static_cast < il2cpp_array_size_t > ( 0 ) , ( uint8_t ) ( ( int32_t ) 43 ) ) ;
( ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields * ) il2cpp_codegen_static_fields_for ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ) - > set_urlSpace_3 ( L_5 ) ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_6 = WWWForm_get_DefaultEncoding_m13BB72339201269AB257B275B20A5A35B233BC3F ( /*hidden argument*/ NULL ) ;
NullCheck ( L_6 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_7 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_6 , _stringLiteral986F2ED15C79ED805000ECCD85519810B2DB2A93 ) ;
( ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields * ) il2cpp_codegen_static_fields_for ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ) - > set_dataSpace_4 ( L_7 ) ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_8 = WWWForm_get_DefaultEncoding_m13BB72339201269AB257B275B20A5A35B233BC3F ( /*hidden argument*/ NULL ) ;
NullCheck ( L_8 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_9 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_8 , _stringLiteral1C5E5F29CEB079B561835055FFA20C2E0B53F397 ) ;
( ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields * ) il2cpp_codegen_static_fields_for ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ) - > set_urlForbidden_5 ( L_9 ) ;
( ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields * ) il2cpp_codegen_static_fields_for ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ) - > set_qpEscapeChar_6 ( ( uint8_t ) ( ( int32_t ) 61 ) ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_10 = ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ) ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * ) SZArrayNew ( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var , ( uint32_t ) 1 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_11 = L_10 ;
NullCheck ( L_11 ) ;
( L_11 ) - > SetAt ( static_cast < il2cpp_array_size_t > ( 0 ) , ( uint8_t ) ( ( int32_t ) 95 ) ) ;
( ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields * ) il2cpp_codegen_static_fields_for ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ) - > set_qpSpace_7 ( L_11 ) ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_12 = WWWForm_get_DefaultEncoding_m13BB72339201269AB257B275B20A5A35B233BC3F ( /*hidden argument*/ NULL ) ;
NullCheck ( L_12 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_13 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_12 , _stringLiteral38263C0B87E5FC0881F12EF855C8F694115D8213 ) ;
( ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_StaticFields * ) il2cpp_codegen_static_fields_for ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ) - > set_qpForbidden_8 ( L_13 ) ;
return ;
}
}
# ifdef __clang__
# pragma clang diagnostic pop
# endif
# ifdef __clang__
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Winvalid-offsetof"
# pragma clang diagnostic ignored "-Wunused-variable"
# endif
// System.String UnityEngineInternal.WebRequestUtils::RedirectTo(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * WebRequestUtils_RedirectTo_m8AC7C0BFC562550118F6FF4AE218898717E922C1 ( String_t * ___baseUri0 , String_t * ___redirectUri1 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( WebRequestUtils_RedirectTo_m8AC7C0BFC562550118F6FF4AE218898717E922C1_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL ;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_1 = NULL ;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_2 = NULL ;
bool V_3 = false ;
bool V_4 = false ;
String_t * V_5 = NULL ;
{
String_t * L_0 = ___redirectUri1 ;
NullCheck ( L_0 ) ;
Il2CppChar L_1 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 ( L_0 , 0 , /*hidden argument*/ NULL ) ;
V_3 = ( bool ) ( ( ( ( int32_t ) L_1 ) = = ( ( int32_t ) ( ( int32_t ) 47 ) ) ) ? 1 : 0 ) ;
bool L_2 = V_3 ;
if ( ! L_2 )
{
goto IL_001a ;
}
}
{
String_t * L_3 = ___redirectUri1 ;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ) il2cpp_codegen_object_new ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var ) ;
Uri__ctor_mA02DB222F4F35380DE2700D84F58EB42497FDDE4 ( L_4 , L_3 , 2 , /*hidden argument*/ NULL ) ;
V_0 = L_4 ;
goto IL_0022 ;
}
IL_001a :
{
String_t * L_5 = ___redirectUri1 ;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ) il2cpp_codegen_object_new ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var ) ;
Uri__ctor_mA02DB222F4F35380DE2700D84F58EB42497FDDE4 ( L_6 , L_5 , 0 , /*hidden argument*/ NULL ) ;
V_0 = L_6 ;
}
IL_0022 :
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_7 = V_0 ;
NullCheck ( L_7 ) ;
bool L_8 = Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722 ( L_7 , /*hidden argument*/ NULL ) ;
V_4 = L_8 ;
bool L_9 = V_4 ;
if ( ! L_9 )
{
goto IL_0038 ;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_10 = V_0 ;
NullCheck ( L_10 ) ;
String_t * L_11 = Uri_get_AbsoluteUri_m4326730E572E7E3874021E802813EB6F49F7F99E ( L_10 , /*hidden argument*/ NULL ) ;
V_5 = L_11 ;
goto IL_0052 ;
}
IL_0038 :
{
String_t * L_12 = ___baseUri0 ;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_13 = ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ) il2cpp_codegen_object_new ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var ) ;
Uri__ctor_mA02DB222F4F35380DE2700D84F58EB42497FDDE4 ( L_13 , L_12 , 1 , /*hidden argument*/ NULL ) ;
V_1 = L_13 ;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_14 = V_1 ;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_15 = V_0 ;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_16 = ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ) il2cpp_codegen_object_new ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var ) ;
Uri__ctor_m42192656437FBEF1EEA8724D3EF2BB67DA0ED6BF ( L_16 , L_14 , L_15 , /*hidden argument*/ NULL ) ;
V_2 = L_16 ;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_17 = V_2 ;
NullCheck ( L_17 ) ;
String_t * L_18 = Uri_get_AbsoluteUri_m4326730E572E7E3874021E802813EB6F49F7F99E ( L_17 , /*hidden argument*/ NULL ) ;
V_5 = L_18 ;
goto IL_0052 ;
}
IL_0052 :
{
String_t * L_19 = V_5 ;
return L_19 ;
}
}
// System.String UnityEngineInternal.WebRequestUtils::MakeInitialUrl(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * WebRequestUtils_MakeInitialUrl_m446CCE4EFB276BE27A9380D55B9E704D01107B83 ( String_t * ___targetUrl0 , String_t * ___localUrl1 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( WebRequestUtils_MakeInitialUrl_m446CCE4EFB276BE27A9380D55B9E704D01107B83_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
bool V_0 = false ;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_1 = NULL ;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_2 = NULL ;
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * V_3 = NULL ;
bool V_4 = false ;
String_t * V_5 = NULL ;
bool V_6 = false ;
bool V_7 = false ;
bool V_8 = false ;
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * V_9 = NULL ;
bool V_10 = false ;
Exception_t * __last_unhandled_exception = 0 ;
NO_UNUSED_WARNING ( __last_unhandled_exception ) ;
Exception_t * __exception_local = 0 ;
NO_UNUSED_WARNING ( __exception_local ) ;
void * __leave_targets_storage = alloca ( sizeof ( int32_t ) * 3 ) ;
il2cpp : : utils : : LeaveTargetStack __leave_targets ( __leave_targets_storage ) ;
NO_UNUSED_WARNING ( __leave_targets ) ;
int32_t G_B7_0 = 0 ;
int32_t G_B13_0 = 0 ;
{
String_t * L_0 = ___targetUrl0 ;
bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 ( L_0 , /*hidden argument*/ NULL ) ;
V_4 = L_1 ;
bool L_2 = V_4 ;
if ( ! L_2 )
{
goto IL_0019 ;
}
}
{
V_5 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709 ;
goto IL_00d6 ;
}
IL_0019 :
{
V_0 = ( bool ) 0 ;
String_t * L_3 = ___localUrl1 ;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ) il2cpp_codegen_object_new ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var ) ;
Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2 ( L_4 , L_3 , /*hidden argument*/ NULL ) ;
V_1 = L_4 ;
V_2 = ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ) NULL ;
String_t * L_5 = ___targetUrl0 ;
NullCheck ( L_5 ) ;
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 ( L_5 , 0 , /*hidden argument*/ NULL ) ;
V_6 = ( bool ) ( ( ( ( int32_t ) L_6 ) = = ( ( int32_t ) ( ( int32_t ) 47 ) ) ) ? 1 : 0 ) ;
bool L_7 = V_6 ;
if ( ! L_7 )
{
goto IL_0041 ;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_8 = V_1 ;
String_t * L_9 = ___targetUrl0 ;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_10 = ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ) il2cpp_codegen_object_new ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var ) ;
Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E ( L_10 , L_8 , L_9 , /*hidden argument*/ NULL ) ;
V_2 = L_10 ;
V_0 = ( bool ) 1 ;
}
IL_0041 :
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_11 = V_2 ;
IL2CPP_RUNTIME_CLASS_INIT ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var ) ;
bool L_12 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F ( L_11 , ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ) NULL , /*hidden argument*/ NULL ) ;
if ( ! L_12 )
{
goto IL_0057 ;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT ( WebRequestUtils_tBE8F8607E3A9633419968F6AF2F706A029AE1296_il2cpp_TypeInfo_var ) ;
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_13 = ( ( WebRequestUtils_tBE8F8607E3A9633419968F6AF2F706A029AE1296_StaticFields * ) il2cpp_codegen_static_fields_for ( WebRequestUtils_tBE8F8607E3A9633419968F6AF2F706A029AE1296_il2cpp_TypeInfo_var ) ) - > get_domainRegex_0 ( ) ;
String_t * L_14 = ___targetUrl0 ;
NullCheck ( L_13 ) ;
bool L_15 = Regex_IsMatch_m79684C4D2CE6C5495BCCE9A32AC029E1E5950B7C ( L_13 , L_14 , /*hidden argument*/ NULL ) ;
G_B7_0 = ( ( int32_t ) ( L_15 ) ) ;
goto IL_0058 ;
}
IL_0057 :
{
G_B7_0 = 0 ;
}
IL_0058 :
{
V_7 = ( bool ) G_B7_0 ;
bool L_16 = V_7 ;
if ( ! L_16 )
{
goto IL_0075 ;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_17 = V_1 ;
NullCheck ( L_17 ) ;
String_t * L_18 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187 ( L_17 , /*hidden argument*/ NULL ) ;
String_t * L_19 = ___targetUrl0 ;
String_t * L_20 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 ( L_18 , _stringLiteralEF81042E1E86ACB765718EA37393A1292452BBCC , L_19 , /*hidden argument*/ NULL ) ;
___targetUrl0 = L_20 ;
V_0 = ( bool ) 1 ;
}
IL_0075 :
{
V_3 = ( FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * ) NULL ;
}
IL_0077 :
try
{ // begin try (depth: 1)
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_21 = V_2 ;
IL2CPP_RUNTIME_CLASS_INIT ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var ) ;
bool L_22 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F ( L_21 , ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ) NULL , /*hidden argument*/ NULL ) ;
if ( ! L_22 )
{
goto IL_0091 ;
}
}
IL_0081 :
{
String_t * L_23 = ___targetUrl0 ;
NullCheck ( L_23 ) ;
Il2CppChar L_24 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 ( L_23 , 0 , /*hidden argument*/ NULL ) ;
G_B13_0 = ( ( ( ( int32_t ) ( ( ( ( int32_t ) L_24 ) = = ( ( int32_t ) ( ( int32_t ) 46 ) ) ) ? 1 : 0 ) ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
goto IL_0092 ;
}
IL_0091 :
{
G_B13_0 = 0 ;
}
IL_0092 :
{
V_8 = ( bool ) G_B13_0 ;
bool L_25 = V_8 ;
if ( ! L_25 )
{
goto IL_009f ;
}
}
IL_0098 :
{
String_t * L_26 = ___targetUrl0 ;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_27 = ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ) il2cpp_codegen_object_new ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var ) ;
Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2 ( L_27 , L_26 , /*hidden argument*/ NULL ) ;
V_2 = L_27 ;
}
IL_009f :
{
goto IL_00ab ;
}
} // end try (depth: 1)
catch ( Il2CppExceptionWrapper & e )
{
__exception_local = ( Exception_t * ) e . ex ;
if ( il2cpp_codegen_class_is_assignable_from ( FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var , il2cpp_codegen_object_class ( e . ex ) ) )
goto CATCH_00a2 ;
throw e ;
}
CATCH_00a2 :
{ // begin catch(System.FormatException)
V_9 = ( ( FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * ) __exception_local ) ;
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_28 = V_9 ;
V_3 = L_28 ;
goto IL_00ab ;
} // end catch (depth: 1)
IL_00ab :
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_29 = V_2 ;
IL2CPP_RUNTIME_CLASS_INIT ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var ) ;
bool L_30 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F ( L_29 , ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ) NULL , /*hidden argument*/ NULL ) ;
V_10 = L_30 ;
bool L_31 = V_10 ;
if ( ! L_31 )
{
goto IL_00ca ;
}
}
IL_00b8 :
try
{ // begin try (depth: 1)
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_32 = V_1 ;
String_t * L_33 = ___targetUrl0 ;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_34 = ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ) il2cpp_codegen_object_new ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var ) ;
Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E ( L_34 , L_32 , L_33 , /*hidden argument*/ NULL ) ;
V_2 = L_34 ;
V_0 = ( bool ) 1 ;
goto IL_00ca ;
} // end try (depth: 1)
catch ( Il2CppExceptionWrapper & e )
{
__exception_local = ( Exception_t * ) e . ex ;
if ( il2cpp_codegen_class_is_assignable_from ( FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var , il2cpp_codegen_object_class ( e . ex ) ) )
goto CATCH_00c6 ;
throw e ;
}
CATCH_00c6 :
{ // begin catch(System.FormatException)
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_35 = V_3 ;
IL2CPP_RAISE_MANAGED_EXCEPTION ( L_35 , WebRequestUtils_MakeInitialUrl_m446CCE4EFB276BE27A9380D55B9E704D01107B83_RuntimeMethod_var ) ;
} // end catch (depth: 1)
IL_00ca :
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_36 = V_2 ;
String_t * L_37 = ___targetUrl0 ;
bool L_38 = V_0 ;
IL2CPP_RUNTIME_CLASS_INIT ( WebRequestUtils_tBE8F8607E3A9633419968F6AF2F706A029AE1296_il2cpp_TypeInfo_var ) ;
String_t * L_39 = WebRequestUtils_MakeUriString_m5693EA04230335B9611278EFC189BD58339D01E4 ( L_36 , L_37 , L_38 , /*hidden argument*/ NULL ) ;
V_5 = L_39 ;
goto IL_00d6 ;
}
IL_00d6 :
{
String_t * L_40 = V_5 ;
return L_40 ;
}
}
// System.String UnityEngineInternal.WebRequestUtils::MakeUriString(System.Uri,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * WebRequestUtils_MakeUriString_m5693EA04230335B9611278EFC189BD58339D01E4 ( Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___targetUri0 , String_t * ___targetUrl1 , bool ___prependProtocol2 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( WebRequestUtils_MakeUriString_m5693EA04230335B9611278EFC189BD58339D01E4_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
String_t * V_0 = NULL ;
bool V_1 = false ;
String_t * V_2 = NULL ;
bool V_3 = false ;
String_t * V_4 = NULL ;
bool V_5 = false ;
bool V_6 = false ;
bool V_7 = false ;
StringBuilder_t * V_8 = NULL ;
bool V_9 = false ;
String_t * V_10 = NULL ;
bool V_11 = false ;
bool V_12 = false ;
bool V_13 = false ;
int32_t G_B8_0 = 0 ;
int32_t G_B15_0 = 0 ;
int32_t G_B23_0 = 0 ;
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___targetUri0 ;
NullCheck ( L_0 ) ;
bool L_1 = Uri_get_IsFile_m06AB5A15E2A34BBC5177C6E902C5C9D7E766A213 ( L_0 , /*hidden argument*/ NULL ) ;
V_1 = L_1 ;
bool L_2 = V_1 ;
if ( ! L_2 )
{
goto IL_0083 ;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___targetUri0 ;
NullCheck ( L_3 ) ;
bool L_4 = Uri_get_IsLoopback_mCD7E1228C8296730CBD31C713B0A81B660D99BC4 ( L_3 , /*hidden argument*/ NULL ) ;
V_3 = ( bool ) ( ( ( ( int32_t ) L_4 ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
bool L_5 = V_3 ;
if ( ! L_5 )
{
goto IL_0026 ;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = ___targetUri0 ;
NullCheck ( L_6 ) ;
String_t * L_7 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F ( L_6 , /*hidden argument*/ NULL ) ;
V_4 = L_7 ;
goto IL_01c1 ;
}
IL_0026 :
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_8 = ___targetUri0 ;
NullCheck ( L_8 ) ;
String_t * L_9 = Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31 ( L_8 , /*hidden argument*/ NULL ) ;
V_2 = L_9 ;
String_t * L_10 = V_2 ;
NullCheck ( L_10 ) ;
bool L_11 = String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B ( L_10 , _stringLiteral4345CB1FA27885A8FBFE7C0C830A592CC76A552B , /*hidden argument*/ NULL ) ;
V_5 = L_11 ;
bool L_12 = V_5 ;
if ( ! L_12 )
{
goto IL_0045 ;
}
}
{
String_t * L_13 = V_2 ;
IL2CPP_RUNTIME_CLASS_INIT ( WebRequestUtils_tBE8F8607E3A9633419968F6AF2F706A029AE1296_il2cpp_TypeInfo_var ) ;
String_t * L_14 = WebRequestUtils_URLDecode_m3F75FA29F50FB340B93815988517E9208C52EE62 ( L_13 , /*hidden argument*/ NULL ) ;
V_2 = L_14 ;
}
IL_0045 :
{
String_t * L_15 = V_2 ;
NullCheck ( L_15 ) ;
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline ( L_15 , /*hidden argument*/ NULL ) ;
if ( ( ( ( int32_t ) L_16 ) < = ( ( int32_t ) 0 ) ) )
{
goto IL_005e ;
}
}
{
String_t * L_17 = V_2 ;
NullCheck ( L_17 ) ;
Il2CppChar L_18 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 ( L_17 , 0 , /*hidden argument*/ NULL ) ;
G_B8_0 = ( ( ( ( int32_t ) ( ( ( ( int32_t ) L_18 ) = = ( ( int32_t ) ( ( int32_t ) 47 ) ) ) ? 1 : 0 ) ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
goto IL_005f ;
}
IL_005e :
{
G_B8_0 = 0 ;
}
IL_005f :
{
V_6 = ( bool ) G_B8_0 ;
bool L_19 = V_6 ;
if ( ! L_19 )
{
goto IL_0071 ;
}
}
{
String_t * L_20 = V_2 ;
String_t * L_21 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE ( _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8 , L_20 , /*hidden argument*/ NULL ) ;
V_2 = L_21 ;
}
IL_0071 :
{
String_t * L_22 = V_2 ;
String_t * L_23 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE ( _stringLiteralA91E4897CA9F429677AFC57ED00D90DE8D3C7001 , L_22 , /*hidden argument*/ NULL ) ;
V_4 = L_23 ;
goto IL_01c1 ;
}
IL_0083 :
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_24 = ___targetUri0 ;
NullCheck ( L_24 ) ;
String_t * L_25 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187 ( L_24 , /*hidden argument*/ NULL ) ;
V_0 = L_25 ;
bool L_26 = ___prependProtocol2 ;
if ( L_26 )
{
goto IL_00b4 ;
}
}
{
String_t * L_27 = ___targetUrl1 ;
NullCheck ( L_27 ) ;
int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline ( L_27 , /*hidden argument*/ NULL ) ;
String_t * L_29 = V_0 ;
NullCheck ( L_29 ) ;
int32_t L_30 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline ( L_29 , /*hidden argument*/ NULL ) ;
if ( ( ( ( int32_t ) L_28 ) < ( ( int32_t ) ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_30 , ( int32_t ) 2 ) ) ) ) )
{
goto IL_00b4 ;
}
}
{
String_t * L_31 = ___targetUrl1 ;
String_t * L_32 = V_0 ;
NullCheck ( L_32 ) ;
int32_t L_33 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline ( L_32 , /*hidden argument*/ NULL ) ;
NullCheck ( L_31 ) ;
Il2CppChar L_34 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 ( L_31 , ( ( int32_t ) il2cpp_codegen_add ( ( int32_t ) L_33 , ( int32_t ) 1 ) ) , /*hidden argument*/ NULL ) ;
G_B15_0 = ( ( ( ( int32_t ) ( ( ( ( int32_t ) L_34 ) = = ( ( int32_t ) ( ( int32_t ) 47 ) ) ) ? 1 : 0 ) ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
goto IL_00b5 ;
}
IL_00b4 :
{
G_B15_0 = 0 ;
}
IL_00b5 :
{
V_7 = ( bool ) G_B15_0 ;
bool L_35 = V_7 ;
if ( ! L_35 )
{
goto IL_019c ;
}
}
{
String_t * L_36 = V_0 ;
String_t * L_37 = ___targetUrl1 ;
NullCheck ( L_37 ) ;
int32_t L_38 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline ( L_37 , /*hidden argument*/ NULL ) ;
StringBuilder_t * L_39 = ( StringBuilder_t * ) il2cpp_codegen_object_new ( StringBuilder_t_il2cpp_TypeInfo_var ) ;
StringBuilder__ctor_m786CAFE74FE0D479747A0D474BE6EBCFDA5743EA ( L_39 , L_36 , L_38 , /*hidden argument*/ NULL ) ;
V_8 = L_39 ;
StringBuilder_t * L_40 = V_8 ;
NullCheck ( L_40 ) ;
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A ( L_40 , ( ( int32_t ) 58 ) , /*hidden argument*/ NULL ) ;
String_t * L_41 = V_0 ;
bool L_42 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE ( L_41 , _stringLiteralF92E777F4341930BAD9B2422283C4680D00DBC06 , /*hidden argument*/ NULL ) ;
V_9 = L_42 ;
bool L_43 = V_9 ;
if ( ! L_43 )
{
goto IL_0175 ;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_44 = ___targetUri0 ;
NullCheck ( L_44 ) ;
String_t * L_45 = Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31 ( L_44 , /*hidden argument*/ NULL ) ;
V_10 = L_45 ;
String_t * L_46 = V_10 ;
NullCheck ( L_46 ) ;
bool L_47 = String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B ( L_46 , _stringLiteral4345CB1FA27885A8FBFE7C0C830A592CC76A552B , /*hidden argument*/ NULL ) ;
V_11 = L_47 ;
bool L_48 = V_11 ;
if ( ! L_48 )
{
goto IL_010f ;
}
}
{
String_t * L_49 = V_10 ;
IL2CPP_RUNTIME_CLASS_INIT ( WebRequestUtils_tBE8F8607E3A9633419968F6AF2F706A029AE1296_il2cpp_TypeInfo_var ) ;
String_t * L_50 = WebRequestUtils_URLDecode_m3F75FA29F50FB340B93815988517E9208C52EE62 ( L_49 , /*hidden argument*/ NULL ) ;
V_10 = L_50 ;
}
IL_010f :
{
String_t * L_51 = V_10 ;
NullCheck ( L_51 ) ;
bool L_52 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1 ( L_51 , _stringLiteral947518D877FB275850A375D795BE6A44C27AB526 , /*hidden argument*/ NULL ) ;
if ( ! L_52 )
{
goto IL_0138 ;
}
}
{
String_t * L_53 = V_10 ;
NullCheck ( L_53 ) ;
int32_t L_54 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline ( L_53 , /*hidden argument*/ NULL ) ;
if ( ( ( ( int32_t ) L_54 ) < = ( ( int32_t ) 6 ) ) )
{
goto IL_0138 ;
}
}
{
String_t * L_55 = V_10 ;
NullCheck ( L_55 ) ;
Il2CppChar L_56 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 ( L_55 , 6 , /*hidden argument*/ NULL ) ;
G_B23_0 = ( ( ( ( int32_t ) ( ( ( ( int32_t ) L_56 ) = = ( ( int32_t ) ( ( int32_t ) 47 ) ) ) ? 1 : 0 ) ) = = ( ( int32_t ) 0 ) ) ? 1 : 0 ) ;
goto IL_0139 ;
}
IL_0138 :
{
G_B23_0 = 0 ;
}
IL_0139 :
{
V_12 = ( bool ) G_B23_0 ;
bool L_57 = V_12 ;
if ( ! L_57 )
{
goto IL_0160 ;
}
}
{
StringBuilder_t * L_58 = V_8 ;
NullCheck ( L_58 ) ;
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 ( L_58 , _stringLiteralA91E4897CA9F429677AFC57ED00D90DE8D3C7001 , /*hidden argument*/ NULL ) ;
StringBuilder_t * L_59 = V_8 ;
String_t * L_60 = V_10 ;
NullCheck ( L_60 ) ;
String_t * L_61 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE ( L_60 , 5 , /*hidden argument*/ NULL ) ;
NullCheck ( L_59 ) ;
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 ( L_59 , L_61 , /*hidden argument*/ NULL ) ;
goto IL_016a ;
}
IL_0160 :
{
StringBuilder_t * L_62 = V_8 ;
String_t * L_63 = V_10 ;
NullCheck ( L_62 ) ;
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 ( L_62 , L_63 , /*hidden argument*/ NULL ) ;
}
IL_016a :
{
StringBuilder_t * L_64 = V_8 ;
NullCheck ( L_64 ) ;
String_t * L_65 = VirtFuncInvoker0 < String_t * > : : Invoke ( 3 /* System.String System.Object::ToString() */ , L_64 ) ;
V_4 = L_65 ;
goto IL_01c1 ;
}
IL_0175 :
{
StringBuilder_t * L_66 = V_8 ;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_67 = ___targetUri0 ;
NullCheck ( L_67 ) ;
String_t * L_68 = Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384 ( L_67 , /*hidden argument*/ NULL ) ;
NullCheck ( L_66 ) ;
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 ( L_66 , L_68 , /*hidden argument*/ NULL ) ;
StringBuilder_t * L_69 = V_8 ;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_70 = ___targetUri0 ;
NullCheck ( L_70 ) ;
String_t * L_71 = Uri_get_Fragment_m111666DD668AC59B9F3C3D3CEEEC7F70F6904D41 ( L_70 , /*hidden argument*/ NULL ) ;
NullCheck ( L_69 ) ;
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 ( L_69 , L_71 , /*hidden argument*/ NULL ) ;
StringBuilder_t * L_72 = V_8 ;
NullCheck ( L_72 ) ;
String_t * L_73 = VirtFuncInvoker0 < String_t * > : : Invoke ( 3 /* System.String System.Object::ToString() */ , L_72 ) ;
V_4 = L_73 ;
goto IL_01c1 ;
}
IL_019c :
{
String_t * L_74 = ___targetUrl1 ;
NullCheck ( L_74 ) ;
bool L_75 = String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B ( L_74 , _stringLiteral4345CB1FA27885A8FBFE7C0C830A592CC76A552B , /*hidden argument*/ NULL ) ;
V_13 = L_75 ;
bool L_76 = V_13 ;
if ( ! L_76 )
{
goto IL_01b7 ;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_77 = ___targetUri0 ;
NullCheck ( L_77 ) ;
String_t * L_78 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F ( L_77 , /*hidden argument*/ NULL ) ;
V_4 = L_78 ;
goto IL_01c1 ;
}
IL_01b7 :
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_79 = ___targetUri0 ;
NullCheck ( L_79 ) ;
String_t * L_80 = Uri_get_AbsoluteUri_m4326730E572E7E3874021E802813EB6F49F7F99E ( L_79 , /*hidden argument*/ NULL ) ;
V_4 = L_80 ;
goto IL_01c1 ;
}
IL_01c1 :
{
String_t * L_81 = V_4 ;
return L_81 ;
}
}
// System.String UnityEngineInternal.WebRequestUtils::URLDecode(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t * WebRequestUtils_URLDecode_m3F75FA29F50FB340B93815988517E9208C52EE62 ( String_t * ___encoded0 , const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( WebRequestUtils_URLDecode_m3F75FA29F50FB340B93815988517E9208C52EE62_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_0 = NULL ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * V_1 = NULL ;
String_t * V_2 = NULL ;
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 ( /*hidden argument*/ NULL ) ;
String_t * L_1 = ___encoded0 ;
NullCheck ( L_0 ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_2 = VirtFuncInvoker1 < ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * , String_t * > : : Invoke ( 18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */ , L_0 , L_1 ) ;
V_0 = L_2 ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_3 = V_0 ;
IL2CPP_RUNTIME_CLASS_INIT ( WWWTranscoder_t0B24F1F17629756E6464A925870CC39236F39C61_il2cpp_TypeInfo_var ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_4 = WWWTranscoder_URLDecode_m591A567154B1B8737ECBFE065AF4FCA59217F5D8 ( L_3 , /*hidden argument*/ NULL ) ;
V_1 = L_4 ;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_5 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 ( /*hidden argument*/ NULL ) ;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * L_6 = V_1 ;
NullCheck ( L_5 ) ;
String_t * L_7 = VirtFuncInvoker1 < String_t * , ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 * > : : Invoke ( 34 /* System.String System.Text.Encoding::GetString(System.Byte[]) */ , L_5 , L_6 ) ;
V_2 = L_7 ;
goto IL_0022 ;
}
IL_0022 :
{
String_t * L_8 = V_2 ;
return L_8 ;
}
}
// System.Void UnityEngineInternal.WebRequestUtils::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequestUtils__cctor_m31EB3E45EC49AB6B33C7A10F79F1CD4FF2BE715A ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( WebRequestUtils__cctor_m31EB3E45EC49AB6B33C7A10F79F1CD4FF2BE715A_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
{
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_0 = ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ) il2cpp_codegen_object_new ( Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var ) ;
Regex__ctor_m2769A5BA7B7A835514F6C0E4D30FAD467C6B1B0C ( L_0 , _stringLiteral56F03F5F25FB2048BF4AB5FBBF7B5E3D39A3ECEB , /*hidden argument*/ NULL ) ;
( ( WebRequestUtils_tBE8F8607E3A9633419968F6AF2F706A029AE1296_StaticFields * ) il2cpp_codegen_static_fields_for ( WebRequestUtils_tBE8F8607E3A9633419968F6AF2F706A029AE1296_il2cpp_TypeInfo_var ) ) - > set_domainRegex_0 ( L_0 ) ;
return ;
}
}
# ifdef __clang__
# pragma clang diagnostic pop
# endif
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void UnityWebRequest_set_disposeDownloadHandlerOnDispose_mA888301C47844E383DEC96D88CAD6CB8D9E7B9FA_inline ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , bool ___value0 , const RuntimeMethod * method )
{
{
bool L_0 = ___value0 ;
__this - > set_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6 ( L_0 ) ;
return ;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void UnityWebRequest_set_disposeUploadHandlerOnDispose_mC176753B8AFBB40B69FAD7F1E2B2711CA5D6AA71_inline ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , bool ___value0 , const RuntimeMethod * method )
{
{
bool L_0 = ___value0 ;
__this - > set_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7 ( L_0 ) ;
return ;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void UnityWebRequest_set_disposeCertificateHandlerOnDispose_m8609E1213309D1796E00860ECA9228F6454114AE_inline ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , bool ___value0 , const RuntimeMethod * method )
{
{
bool L_0 = ___value0 ;
__this - > set_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5 ( L_0 ) ;
return ;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool UnityWebRequest_get_disposeDownloadHandlerOnDispose_m3BE68E08A94D92D7076F49CB5196019E6E5E17AA_inline ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
{
bool L_0 = __this - > get_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6 ( ) ;
return L_0 ;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool UnityWebRequest_get_disposeUploadHandlerOnDispose_mE4A39A3A06DB4450DA49972254B4498A5F8F69DE_inline ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
{
bool L_0 = __this - > get_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7 ( ) ;
return L_0 ;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool UnityWebRequest_get_disposeCertificateHandlerOnDispose_m98EFCAC30D637479DC0DC45CFD8A15D402328F99_inline ( UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * __this , const RuntimeMethod * method )
{
{
bool L_0 = __this - > get_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5 ( ) ;
return L_0 ;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void UnityWebRequestAsyncOperation_set_webRequest_m07869D44180E2A93042A18260FA5A2BB934AC42F_inline ( UnityWebRequestAsyncOperation_t726E134F16701A2671D40BEBE22110DC57156353 * __this , UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * ___value0 , const RuntimeMethod * method )
{
{
UnityWebRequest_t9120F5A2C7D43B936B49C0B7E4CA54C822689129 * L_0 = ___value0 ;
__this - > set_U3CwebRequestU3Ek__BackingField_2 ( L_0 ) ;
return ;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_inline ( const RuntimeMethod * method )
{
static bool s_Il2CppMethodInitialized ;
if ( ! s_Il2CppMethodInitialized )
{
il2cpp_codegen_initialize_method ( StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9UnityEngine_UnityWebRequestModule_MetadataUsageId ) ;
s_Il2CppMethodInitialized = true ;
}
{
IL2CPP_RUNTIME_CLASS_INIT ( StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var ) ;
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = ( ( StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields * ) il2cpp_codegen_static_fields_for ( StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var ) ) - > get__ordinalIgnoreCase_3 ( ) ;
return L_0 ;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline ( String_t * __this , const RuntimeMethod * method )
{
{
int32_t L_0 = __this - > get_m_stringLength_0 ( ) ;
return L_0 ;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline ( Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this , const RuntimeMethod * method )
{
{
KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE L_0 = ( KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE ) __this - > get_current_3 ( ) ;
return L_0 ;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_gshared_inline ( KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this , const RuntimeMethod * method )
{
{
RuntimeObject * L_0 = ( RuntimeObject * ) __this - > get_key_0 ( ) ;
return L_0 ;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline ( KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this , const RuntimeMethod * method )
{
{
RuntimeObject * L_0 = ( RuntimeObject * ) __this - > get_value_1 ( ) ;
return L_0 ;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline ( List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this , int32_t ___index0 , const RuntimeMethod * method )
{
{
int32_t L_0 = ___index0 ;
int32_t L_1 = ( int32_t ) __this - > get__size_2 ( ) ;
if ( ( ! ( ( ( uint32_t ) L_0 ) > = ( ( uint32_t ) L_1 ) ) ) )
{
goto IL_000e ;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 ( /*hidden argument*/ NULL ) ;
}
IL_000e :
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * L_2 = ( ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * ) __this - > get__items_1 ( ) ;
int32_t L_3 = ___index0 ;
RuntimeObject * L_4 = IL2CPP_ARRAY_UNSAFE_LOAD ( ( ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A * ) L_2 , ( int32_t ) L_3 ) ;
return L_4 ;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline ( List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this , const RuntimeMethod * method )
{
{
int32_t L_0 = ( int32_t ) __this - > get__size_2 ( ) ;
return L_0 ;
}
}