#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template 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 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 struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template 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); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template 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 struct VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template 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); } }; template struct GenericVirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, 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); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericInterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2; // Mono.Net.Security.MonoTlsStream struct MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171; // Mono.Security.Interface.CipherSuiteCode[] struct CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4; // Mono.Security.Interface.ICertificateValidator struct ICertificateValidator_t0C1A54E00D408ADCBA27E600BFAA216E7E7D31A3; // Mono.Security.Interface.MonoLocalCertificateSelectionCallback struct MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A; // Mono.Security.Interface.MonoRemoteCertificateValidationCallback struct MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6; // Mono.Security.Interface.MonoTlsProvider struct MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27; // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF; // System.Action`1 struct Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621; // System.Action`1 struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0; // System.ArgumentException struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1; // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4; // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; // System.Collections.ArrayList struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8; // System.Collections.Generic.List`1 struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D; // System.Collections.Generic.List`1 struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3; // System.Collections.Hashtable struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A; // System.Collections.ICollection struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54; // System.Collections.IDictionary struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7; // System.Collections.IEnumerator struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A; // System.Collections.IEqualityComparer struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C; // System.Collections.Queue struct Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3; // System.Collections.SortedList struct SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E; // System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry struct NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54; // System.Collections.Specialized.NameValueCollection struct NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1; // System.Collections.Specialized.StringCollection struct StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196; // System.EventArgs struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E; // System.EventHandler struct EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C; // System.Exception struct Exception_t; // System.FormatException struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC; // System.Func`2 struct Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61; // System.Func`2 struct Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879; // System.Func`2 struct Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6; // System.Func`2 struct Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF; // System.Globalization.Calendar struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5; // System.Globalization.CodePageDataItem struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB; // System.Globalization.CompareInfo struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1; // System.Globalization.CultureData struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD; // System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8; // System.Globalization.TextInfo struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8; // System.IAsyncResult struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598; // System.IFormatProvider struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901; // System.IO.Compression.DeflateStream struct DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE; // System.IO.Compression.DeflateStreamNative struct DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB; // System.IO.Compression.GZipStream struct GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588; // System.IO.FileStream struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418; // System.IO.MemoryStream struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C; // System.IO.Stream struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80; // System.IO.StreamReader struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E; // System.IOAsyncCallback struct IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; // System.IntPtr[] struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD; // System.InvalidOperationException struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1; // System.LocalDataStoreHolder struct LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304; // System.LocalDataStoreMgr struct LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9; // System.MulticastDelegate struct MulticastDelegate_t; // System.Net.Authorization struct Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B; // System.Net.AutoWebProxyScriptEngine struct AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455; // System.Net.BindIPEndPoint struct BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9; // System.Net.Cache.RequestCacheBinding struct RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724; // System.Net.Cache.RequestCachePolicy struct RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61; // System.Net.Cache.RequestCacheProtocol struct RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D; // System.Net.Comparer struct Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB; // System.Net.Cookie struct Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90; // System.Net.CookieCollection struct CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3; // System.Net.CookieCollection/CookieCollectionEnumerator struct CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D; // System.Net.CookieContainer struct CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73; // System.Net.CookieException struct CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4; // System.Net.CookieParser struct CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396; // System.Net.CookieTokenizer struct CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD; // System.Net.CookieTokenizer/RecognizedAttribute[] struct RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55; // System.Net.CredentialCache struct CredentialCache_t5AB6054A54B30F44BC5746C09E6524F947E7904D; // System.Net.CredentialCache/CredentialEnumerator struct CredentialEnumerator_t49CCE6816AB3062B27C0640100310C75F881F8D4; // System.Net.CredentialKey struct CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C; // System.Net.DefaultCertificatePolicy struct DefaultCertificatePolicy_t2B28BF921CE86F4956EF998580E48C314B14A674; // System.Net.DigestClient struct DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C; // System.Net.DigestHeaderParser struct DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9; // System.Net.DigestSession struct DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627; // System.Net.EmptyWebProxy struct EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D; // System.Net.EndPoint struct EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980; // System.Net.FileWebRequest struct FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F; // System.Net.FileWebRequestCreator struct FileWebRequestCreator_tC02A1A70722C45B078D759F22AE10256A6900C6D; // System.Net.FileWebResponse struct FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325; // System.Net.FileWebStream struct FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766; // System.Net.FtpAsyncResult struct FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3; // System.Net.FtpDataStream struct FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1; // System.Net.FtpDataStream/ReadDelegate struct ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE; // System.Net.FtpDataStream/WriteDelegate struct WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49; // System.Net.FtpRequestCreator struct FtpRequestCreator_t2C5CC32221C790FB648AF6276DA861B4ABAC357F; // System.Net.FtpStatus struct FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876; // System.Net.FtpWebRequest struct FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA; // System.Net.FtpWebResponse struct FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205; // System.Net.HeaderInfo struct HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8; // System.Net.HeaderInfoTable struct HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF; // System.Net.HeaderParser struct HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E; // System.Net.HeaderVariantInfo[] struct HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012; // System.Net.HttpContinueDelegate struct HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC; // System.Net.HttpRequestCreator struct HttpRequestCreator_tE16C19B09EAACE12BEBA0427796314523601EB1D; // System.Net.HttpWebRequest struct HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0; // System.Net.HttpWebRequest/<>c__DisplayClass238_0 struct U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B; // System.Net.HttpWebResponse struct HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951; // System.Net.ICredentials struct ICredentials_t1A41F1096B037CAB53AE01434DF0747881455344; // System.Net.ICredentials[] struct ICredentialsU5BU5D_t9392DAC5D43E13A7142056D21759B362C7C29864; // System.Net.IPAddress struct IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE; // System.Net.IPAddress[] struct IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3; // System.Net.IPEndPoint struct IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F; // System.Net.IPHostEntry struct IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D; // System.Net.IWebConnectionState struct IWebConnectionState_tD5FA067BE4DD93CFA1B64DBFA5648893D9398710; // System.Net.IWebProxy struct IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E; // System.Net.LazyAsyncResult struct LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3; // System.Net.LazyAsyncResult/ThreadContext struct ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082; // System.Net.MonoChunkStream struct MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5; // System.Net.NetworkCredential struct NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062; // System.Net.NetworkInformation.IPGlobalProperties struct IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C; // System.Net.PathList struct PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A; // System.Net.ProtocolViolationException struct ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB; // System.Net.Security.RemoteCertificateValidationCallback struct RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E; // System.Net.ServerCertValidationCallback struct ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB; // System.Net.ServicePoint struct ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4; // System.Net.SimpleAsyncCallback struct SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F; // System.Net.SimpleAsyncResult struct SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6; // System.Net.SocketAddress struct SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969; // System.Net.Sockets.NetworkStream struct NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA; // System.Net.Sockets.SafeSocketHandle struct SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A; // System.Net.Sockets.Socket struct Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8; // System.Net.Sockets.SocketException struct SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5; // System.Net.TimerThread/Queue struct Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643; // System.Net.WebAsyncResult struct WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE; // System.Net.WebConnection struct WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243; // System.Net.WebConnection/AbortHelper struct AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81; // System.Net.WebConnectionData struct WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC; // System.Net.WebConnectionStream struct WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC; // System.Net.WebException struct WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D; // System.Net.WebHeaderCollection struct WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304; // System.Net.WebHeaderCollection/RfcChar[] struct RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E; // System.Net.WebProxy struct WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417; // System.Net.WebRequest struct WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8; // System.Net.WebRequest/DesignerWebRequestCreate struct DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3; // System.Net.WebRequest/WebProxyWrapper struct WebProxyWrapper_t47B30DCD77853C5079F4944A6FCA329026D84E3B; // System.Net.WebResponse struct WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD; // System.NotImplementedException struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4; // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010; // System.ObjectDisposedException struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; // System.Reflection.Binder struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759; // System.Reflection.MemberFilter struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Runtime.InteropServices.SafeHandle struct SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383; // System.Runtime.Remoting.Messaging.IMessage struct IMessage_t959A000023FFE2ED91C7AF8BB68CB6482888F8EB; // System.Runtime.Remoting.Messaging.IMessageCtrl struct IMessageCtrl_t51110C788CCAABE4722884C5FBAF98D97E90DA3D; // System.Runtime.Remoting.Messaging.MonoMethodMessage struct MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26; // System.SByte[] struct SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA; // System.Security.Cryptography.MD5 struct MD5_tCED753745572EC20FE5D31D15F132736B5343EE6; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833; // System.Security.Cryptography.X509Certificates.X509CertificateImpl struct X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313; // System.Security.Cryptography.X509Certificates.X509Chain struct X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538; // System.Security.Principal.IPrincipal struct IPrincipal_t63FD7F58FBBE134C8FE4D31710AAEA00B000F0BF; // System.Security.SecureString struct SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5; // System.String struct String_t; // System.StringComparer struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE; // System.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; // System.Text.Decoder struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26; // System.Text.DecoderFallback struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60; // System.Text.EncoderFallback struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63; // System.Text.Encoding struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4; // System.Text.RegularExpressions.Regex[] struct RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53; // System.Text.StringBuilder struct StringBuilder_t; // System.Threading.AsyncLocal`1 struct AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A; // System.Threading.ContextCallback struct ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676; // System.Threading.EventWaitHandle struct EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98; // System.Threading.ExecutionContext struct ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70; // System.Threading.InternalThread struct InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192; // System.Threading.ManualResetEvent struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048; // System.Threading.Tasks.Task struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2; // System.Threading.Tasks.Task`1 struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87; // System.Threading.Thread struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7; // System.Threading.ThreadStart struct ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF; // System.Threading.Timer struct Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553; // System.Threading.WaitCallback struct WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC; // System.Threading.WaitHandle struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6; // System.Type struct Type_t; // System.Type[] struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F; // System.UInt16[] struct UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E; // System.Uri struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E; // System.Uri/UriInfo struct UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E; // System.UriBuilder struct UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905; // System.UriParser struct UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC; // System.Version struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017; extern RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var; extern RuntimeClass* ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var; extern RuntimeClass* AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_il2cpp_TypeInfo_var; extern RuntimeClass* AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var; extern RuntimeClass* Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B_il2cpp_TypeInfo_var; extern RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var; extern RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var; extern RuntimeClass* CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var; extern RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var; extern RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var; extern RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var; extern RuntimeClass* CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var; extern RuntimeClass* CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_il2cpp_TypeInfo_var; extern RuntimeClass* CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var; extern RuntimeClass* CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396_il2cpp_TypeInfo_var; extern RuntimeClass* CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var; extern RuntimeClass* Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var; extern RuntimeClass* CredentialEnumerator_t49CCE6816AB3062B27C0640100310C75F881F8D4_il2cpp_TypeInfo_var; extern RuntimeClass* CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C_il2cpp_TypeInfo_var; extern RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var; extern RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var; extern RuntimeClass* DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE_il2cpp_TypeInfo_var; extern RuntimeClass* DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var; extern RuntimeClass* DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var; extern RuntimeClass* DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_il2cpp_TypeInfo_var; extern RuntimeClass* DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_il2cpp_TypeInfo_var; extern RuntimeClass* Dns_t0E6B5B77C654107F106B577875FE899BAF8ADCF9_il2cpp_TypeInfo_var; extern RuntimeClass* EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D_il2cpp_TypeInfo_var; extern RuntimeClass* EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern RuntimeClass* FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_il2cpp_TypeInfo_var; extern RuntimeClass* FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var; extern RuntimeClass* FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_il2cpp_TypeInfo_var; extern RuntimeClass* FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325_il2cpp_TypeInfo_var; extern RuntimeClass* FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766_il2cpp_TypeInfo_var; extern RuntimeClass* FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var; extern RuntimeClass* FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3_il2cpp_TypeInfo_var; extern RuntimeClass* FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1_il2cpp_TypeInfo_var; extern RuntimeClass* FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876_il2cpp_TypeInfo_var; extern RuntimeClass* FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_il2cpp_TypeInfo_var; extern RuntimeClass* FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61_il2cpp_TypeInfo_var; extern RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var; extern RuntimeClass* GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588_il2cpp_TypeInfo_var; extern RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var; extern RuntimeClass* HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var; extern RuntimeClass* HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2_il2cpp_TypeInfo_var; extern RuntimeClass* HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var; extern RuntimeClass* HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E_il2cpp_TypeInfo_var; extern RuntimeClass* HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012_il2cpp_TypeInfo_var; extern RuntimeClass* HttpStatusCode_tEEC31491D56EE5BDB252F07906878274FD22AC0C_il2cpp_TypeInfo_var; extern RuntimeClass* HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var; extern RuntimeClass* HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var; extern RuntimeClass* HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951_il2cpp_TypeInfo_var; extern RuntimeClass* IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var; extern RuntimeClass* ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54_il2cpp_TypeInfo_var; extern RuntimeClass* ICredentialsU5BU5D_t9392DAC5D43E13A7142056D21759B362C7C29864_il2cpp_TypeInfo_var; extern RuntimeClass* ICredentials_t1A41F1096B037CAB53AE01434DF0747881455344_il2cpp_TypeInfo_var; extern RuntimeClass* IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var; extern RuntimeClass* IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var; extern RuntimeClass* IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var; extern RuntimeClass* IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3_il2cpp_TypeInfo_var; extern RuntimeClass* IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var; extern RuntimeClass* IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var; extern RuntimeClass* IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D_il2cpp_TypeInfo_var; extern RuntimeClass* IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var; extern RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var; extern RuntimeClass* LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var; extern RuntimeClass* Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var; extern RuntimeClass* ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var; extern RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var; extern RuntimeClass* MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var; extern RuntimeClass* MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_il2cpp_TypeInfo_var; extern RuntimeClass* NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062_il2cpp_TypeInfo_var; extern RuntimeClass* NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA_il2cpp_TypeInfo_var; extern RuntimeClass* NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var; extern RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var; extern RuntimeClass* NtlmAuthState_tF501EE09345DFAE6FD7B4D8EBBE77292514DFA83_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var; extern RuntimeClass* OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var; extern RuntimeClass* PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A_il2cpp_TypeInfo_var; extern RuntimeClass* ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_il2cpp_TypeInfo_var; extern RuntimeClass* ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE_il2cpp_TypeInfo_var; extern RuntimeClass* RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55_il2cpp_TypeInfo_var; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern RuntimeClass* ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var; extern RuntimeClass* SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F_il2cpp_TypeInfo_var; extern RuntimeClass* SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var; extern RuntimeClass* Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var; extern RuntimeClass* StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC_il2cpp_TypeInfo_var; extern RuntimeClass* StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_il2cpp_TypeInfo_var; extern RuntimeClass* Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern RuntimeClass* StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB_il2cpp_TypeInfo_var; extern RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F_il2cpp_TypeInfo_var; extern RuntimeClass* ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var; extern RuntimeClass* ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF_il2cpp_TypeInfo_var; extern RuntimeClass* Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B_il2cpp_TypeInfo_var; extern RuntimeClass* UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905_il2cpp_TypeInfo_var; extern RuntimeClass* Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var; extern RuntimeClass* ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var; extern RuntimeClass* Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var; extern RuntimeClass* WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC_il2cpp_TypeInfo_var; extern RuntimeClass* WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var; extern RuntimeClass* WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_il2cpp_TypeInfo_var; extern RuntimeClass* WebExceptionStatus_t97365CBADE462C1E2A1A0FACF18F3B111900F8DC_il2cpp_TypeInfo_var; extern RuntimeClass* WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var; extern RuntimeClass* WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var; extern RuntimeClass* WebProxyWrapper_t47B30DCD77853C5079F4944A6FCA329026D84E3B_il2cpp_TypeInfo_var; extern RuntimeClass* WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var; extern RuntimeClass* WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD_il2cpp_TypeInfo_var; extern RuntimeClass* WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49_il2cpp_TypeInfo_var; extern RuntimeClass* X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____98A44A6F8606AE6F23FE230286C1D6FBCC407226_10_FieldInfo_var; extern String_t* _stringLiteral008451A05E1E7AA32C75119DF950D405265E0904; extern String_t* _stringLiteral01FE2F4F4453F3A2AC035B6B08CD67A1C7432C41; extern String_t* _stringLiteral026EAC853E081A2793439A30EF3A00433E26F261; extern String_t* _stringLiteral02910FE72AEF1E79D1CE552B0125FE9D6E734463; extern String_t* _stringLiteral02A7B2EDD06BE0F3CD289994F70617717F8259D8; extern String_t* _stringLiteral0455F8AC4B1909159BFE3F6E3928F5B40D9B8561; extern String_t* _stringLiteral058E795E5144E2167AFBB625540D6015D3188222; extern String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9; extern String_t* _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3; extern String_t* _stringLiteral08845F37413D9AC5F89E3CFB8993776DC22AE978; extern String_t* _stringLiteral088E29B0AB0079560DEA5D3E5AEB2F7868AF661E; extern String_t* _stringLiteral08DBD353B54D2F9A28CEE8A0276FB35150FFDC93; extern String_t* _stringLiteral091B0CE42EB0BD96169EA00B16DD938F6D63AC95; extern String_t* _stringLiteral0A92FAB3230134CCA6EADD9898325B9B2AE67998; extern String_t* _stringLiteral0CE13782E9AC74EF50B0F764C0721DE2A4AE3187; extern String_t* _stringLiteral0F6843DF8A781F571C4F25F2A43F1B4E4F66DABF; extern String_t* _stringLiteral0FEACC1CF81D99AC0A403F06D6BCC72941631800; extern String_t* _stringLiteral10B12D00A7D3C421266B22114A2233F8F8621481; extern String_t* _stringLiteral1102B412CA0FD4A8FA762E06EB1DF72D9C6FAF4F; extern String_t* _stringLiteral11D00F6ED181AFBAE6281CF892E585DCEE85B274; extern String_t* _stringLiteral124A65C4B69218E19C3C3A7964D9775DC6B18E3D; extern String_t* _stringLiteral128BD538F35FAD3ED5C5272A80EA0D169319C507; extern String_t* _stringLiteral1381623C9D3016F59EA1737075683A0B2AB1B717; extern String_t* _stringLiteral150956358DFB2DD051536F24C362ED507F77CC3A; extern String_t* _stringLiteral151B29CC0AD3831F21EA6FBF8E09726387C045C1; extern String_t* _stringLiteral153D7A58B3A3E898FCBDD04C462AF308414BD09D; extern String_t* _stringLiteral15CB30CDC71BD1544B358719C2D01E57BDFCCDB2; extern String_t* _stringLiteral1665E0819A2B29488E46D6252FD0DD09C4F53C23; extern String_t* _stringLiteral170C6D2E56E8B4E9EC094B58AFE212EC6E8296A6; extern String_t* _stringLiteral177429157553DBB71C8BAB30AAC57A62D268CC1C; extern String_t* _stringLiteral17D5230C5C3EFBFD8F88364E50BF1DD1C710460D; extern String_t* _stringLiteral1945CA5513CF77B8240E53495BA7A26E86ACACA7; extern String_t* _stringLiteral1AA9813C28324613AEA29F0818C0EA6DADF00B0B; extern String_t* _stringLiteral1C32F34E0876E026AB90CFA65C2314284833749B; extern String_t* _stringLiteral1C5721CD81708A571E26BF1BE0D0DDB56448CCAE; extern String_t* _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F; extern String_t* _stringLiteral1D9DD6D4AA75F897343C457647B1F68FDEDAF330; extern String_t* _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441; extern String_t* _stringLiteral22B673A0FA436B68DAB20715D47B289C7DDD8AEB; extern String_t* _stringLiteral23679056DEECF55F0297F2A78060FC6724083DD8; extern String_t* _stringLiteral23C38AF9210DEDCB21D2BC4A38CD0D97FAF49022; extern String_t* _stringLiteral23D614E8B38A7FAD4D78E4583E371494DCD65714; extern String_t* _stringLiteral240AF118F2416A43862EAB1BE06240E6FFB3434F; extern String_t* _stringLiteral26013BCCBA39D56F3505ECD08B5AABDC74EF7701; extern String_t* _stringLiteral26B47E3D825258AE534F85838D81E93DDD46DB1F; extern String_t* _stringLiteral28ED3A797DA3C48C309A4EF792147F3C56CFEC40; extern String_t* _stringLiteral2923F6FA36614586EA09B4424B438915CC1B9B67; extern String_t* _stringLiteral2AA236C6BF7006B4297BC727B7C5738B68FC5483; extern String_t* _stringLiteral2B24D45FC35A156981B37EC34E29D99633F90CEB; extern String_t* _stringLiteral2B95F78105EF2C633342524D5D02D8F1BE98BCF5; extern String_t* _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56; extern String_t* _stringLiteral2C743CA76B5FF26374732B33A172BC6386B3AAB3; extern String_t* _stringLiteral2C96E0206AB9AD2A0FAD4F5144E786D6EE16C28A; extern String_t* _stringLiteral2DA600BF9404843107A9531694F654E5662959E0; extern String_t* _stringLiteral30225E8B618765B7204DCA93D2D248C64177E912; extern String_t* _stringLiteral326B72CE927B07CFA39F06820ADFFA19F1A8EBA8; extern String_t* _stringLiteral328EDDD1778E639466776BD1D766598F33A484B1; extern String_t* _stringLiteral33C2C4E55F3C5A0A3047FA4FECAB35BC2B3D80D1; extern String_t* _stringLiteral363BAEA9CBA210AFAC6D7A556FCA596E30C46333; extern String_t* _stringLiteral36FFF63CCBCD7BF96AC9014E3E482702FC2B02D4; extern String_t* _stringLiteral38F93D32853ECA4603A582EB7A404079E10B855D; extern String_t* _stringLiteral3960EC4CA5FB5E5D8CDB2CC1C5121C003E426517; extern String_t* _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727; extern String_t* _stringLiteral3AD0E3698278F45B2AF94445396E9865F213F617; extern String_t* _stringLiteral3D42C5C29816D1AB0DB1AD18C7F0AA56E996D5FD; extern String_t* _stringLiteral3E3F0E962F867AD813F671D456BDDD81D1256820; extern String_t* _stringLiteral3E610A822745A7648A28DDC376BB31E9D961B787; extern String_t* _stringLiteral3F66052A107EAF9BAE7CAD0F61FB462F47EC2C47; extern String_t* _stringLiteral41B8930881FAAC38B911F64848D4844B7858EA1A; extern String_t* _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8; extern String_t* _stringLiteral421CEFC1C553ACCF8E4FB06460052332CC7C1BD2; extern String_t* _stringLiteral4312B9CDC22A0D8CF25AB213C9D034CEE9CE16EE; extern String_t* _stringLiteral4397CEF5A30768E16EDAB23DBE0963BA7D88EE58; extern String_t* _stringLiteral45D9C92D21A59AD29945BAB4A3CC15EE6489F7D5; extern String_t* _stringLiteral4756081595FF9366E8B59C094AEBF3DF53A8FC98; extern String_t* _stringLiteral47FDD58BEE4DC86DF2B978107102A22B9C44345B; extern String_t* _stringLiteral49AFA7EB90EE7B404B57E1A5794642BD6DE0BD7E; extern String_t* _stringLiteral49B7551A883BCE52B41B634D0B3DAAC21A6D8033; extern String_t* _stringLiteral4A79BD00448BAAD864AA37F5D6D5B74BACE69207; extern String_t* _stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC; extern String_t* _stringLiteral4B84B15BFF6EE5796152495A230E45E3D7E947D9; extern String_t* _stringLiteral4C14F0CE65A8E2864021F3C1503E883ABA44D331; extern String_t* _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5; extern String_t* _stringLiteral4DC841370E2DDF7E95BD1CD7ACECC4D4B75A1FFC; extern String_t* _stringLiteral511993D3C99719E38A6779073019DACD7178DDB9; extern String_t* _stringLiteral519E39132BB98418CC0483CC446CCF5F3C8DCFFE; extern String_t* _stringLiteral5273F65411B64BF397DE1959C6F564A72192BE6B; extern String_t* _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651; extern String_t* _stringLiteral54EA2969DA479B149E8A6B085DA421DE3EEBF664; extern String_t* _stringLiteral565E73C9AC39169F5F71237EE063C2FE77BBCD4A; extern String_t* _stringLiteral56D3C9490BE2608AC36F5A4805BFEC2F21F7F982; extern String_t* _stringLiteral5730C2986790DB24F5C4F5FD712D2406D6EB9F7C; extern String_t* _stringLiteral58385B3FBA0471CB7C233041F9D15C4B6CCF18FE; extern String_t* _stringLiteral5860C8458788E44E7636FA364548E067049A0D7B; extern String_t* _stringLiteral58FC1BE971A32518B08BB4967F47C3E29FC379B9; extern String_t* _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F; extern String_t* _stringLiteral5BEE6642BBFA60C55E24C40941412E8BEEEB4AEB; extern String_t* _stringLiteral5D91B4E10D22F94DC11529E40B0739080519C473; extern String_t* _stringLiteral5E25CE007AA95EA2EA8B158AEE9C630A32EA5616; extern String_t* _stringLiteral5E9EEC4188690CEF8D020CFF89C224D947E0F614; extern String_t* _stringLiteral5FE2FFA6FCDD2124FF294E176F200F3F8F63CCED; extern String_t* _stringLiteral61FF81C30AA3C76E78AFEA62B2E3BD1DFA49E854; extern String_t* _stringLiteral622F97CEA8EB6E482F142BE82105B0F4EC355E06; extern String_t* _stringLiteral63351A736C766C359FC75466F16B11CB35031C2D; extern String_t* _stringLiteral6512EE1541E9A6C52D5BF7CF465332E8DF25EA3C; extern String_t* _stringLiteral6949190F4D016636E330A059F2A09CB768ADD546; extern String_t* _stringLiteral699B2FB0910CCC7C0854D17A2041A907709ED3C1; extern String_t* _stringLiteral69A7BE7D74E8B54EF69683EB73C3ADDBE24661A5; extern String_t* _stringLiteral6A38FD4FCFF02813CE77B3E6A7BB18A4A71406C9; extern String_t* _stringLiteral6A80189E05C50F7C97B5B50F352A5A2970AA4A1A; extern String_t* _stringLiteral6AB57F0FBEF5DAD262A88773B17356F50BE78D20; extern String_t* _stringLiteral6AC4338BB79AC3C4906CE72BAFA4A59D6E305BE8; extern String_t* _stringLiteral6AF03BBE2191F77A20BDE160F71887F205A96446; extern String_t* _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA; extern String_t* _stringLiteral6C8AB939E128BDE48BD3E5D6AC21C29EA1E72CEA; extern String_t* _stringLiteral6DCD4CE23D88E2EE9568BA546C007C63D9131C1B; extern String_t* _stringLiteral6E288959D3443BCEC62386F7D9014542F6872829; extern String_t* _stringLiteral6E9816A8E9D0388EECDB52866188C04E75E4B1B3; extern String_t* _stringLiteral6EA707797D1BBB27E2551608727598E7F8310E94; extern String_t* _stringLiteral6EB0C61201A96AFC99CBF180F1C8D93C0A9FD8C8; extern String_t* _stringLiteral7138A51661947B19B5088DA5A2BFEDE2876F49B9; extern String_t* _stringLiteral7150571A54B44C391F859E9A55886998868CB208; extern String_t* _stringLiteral735CF1665D0FD36F4865E4BC7439ABE369572E04; extern String_t* _stringLiteral74445F4C7B17E5B88465751CFFDA63D2A87ED653; extern String_t* _stringLiteral75EAB44C241CF123C3AEDE9D915356465D72E7B0; extern String_t* _stringLiteral7616BB87BD05F6439E3672BA1B2BE55D5BEB68B3; extern String_t* _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255; extern String_t* _stringLiteral7DB2323AF37E1841807C6590CD0597B920564B93; extern String_t* _stringLiteral7E8B1D0FC088BB90DBBE8A2DBD8D00105AEBFDF3; extern String_t* _stringLiteral7EF95F14AF3E24B8942C944144D6749C5ACA09D7; extern String_t* _stringLiteral7F766C6F05D754D0477CE93E38BBF48F07890CBE; extern String_t* _stringLiteral81F0C4AB9B5679964EAB3692A28C6DAA905D6FC9; extern String_t* _stringLiteral82E66A95E95921650488B31E15D5AD3C278F1EA7; extern String_t* _stringLiteral86DD1CF45142E904CB2E99C2721FAC3CA198C6CA; extern String_t* _stringLiteral88087292ED82E26F3EB824D0BFFC05CCF7A30F8D; extern String_t* _stringLiteral89ACF6FF8008B775EEDD2455290C9FA6FCDD71B9; extern String_t* _stringLiteral89FF19F2EC7CA0B9940CD5E0B7A4698B2CF15FE9; extern String_t* _stringLiteral8C41B1E8B6CFFEA477F2E56412C2A5E60666EB0C; extern String_t* _stringLiteral8DB707CCCC3BC3FE1760A43A4D948E0ABAAB0BDB; extern String_t* _stringLiteral8EC2D449A1EA44870D3BBBAA004A29D8BEA96D89; extern String_t* _stringLiteral900746C9C9566013E71F10C950D06871266E1BDF; extern String_t* _stringLiteral909AE6E2E78BBE40E5F4CB0728891FDB2324155D; extern String_t* _stringLiteral91E15DFD33A8977326EC3048FFFCF2851F9AB5D0; extern String_t* _stringLiteral91FD1DFED8364F154A419BB30F47511380D2A0E0; extern String_t* _stringLiteral98BE478B044C162AB3D992120EF006367B04CACB; extern String_t* _stringLiteral9A53B0819E7B65CEBDD2F94AD43011AC678D3FC3; extern String_t* _stringLiteral9A87E6B354F5E627F11BA7520E8705AB50EABD93; extern String_t* _stringLiteral9B09C51972B24AAF8BFF4E23301B40DA54C025B6; extern String_t* _stringLiteral9B10914D8B0A097ACE7176E8973F5C3DEE92BB44; extern String_t* _stringLiteral9C75315090E3B05CD3A7DA58F554343216F55A85; extern String_t* _stringLiteral9D29977C73C8784F355CB9576D15D60DED3D52E1; extern String_t* _stringLiteral9DDB47DD68B2E0185B36CD1FA06034612843D2BF; extern String_t* _stringLiteral9EEDF37BF78E18EE9CDBBA6B3F6D2E164C4D6AB0; extern String_t* _stringLiteral9F1250B644CEFB5B0A4205BB716C8060A16FB177; extern String_t* _stringLiteralA00D9C70E43CB04A0929B71DA92C6117979D4F3B; extern String_t* _stringLiteralA0BFC876D68FE7AEA700DA5EA8925ABAC6F2F794; extern String_t* _stringLiteralA16C5BBE4BF996740F257AA1E81BD57E4C52C8DD; extern String_t* _stringLiteralA26FE7E9EF9887A92BBCC605CF8D49A42CC2DD9F; extern String_t* _stringLiteralA32AF8DD50F23E8B50BD6798ABEC874FD69C6C55; extern String_t* _stringLiteralA5DE1F3322EE9D5A8EF9E6B6021B7715D19B0D33; extern String_t* _stringLiteralA693C5F2AE7AF0469029EA2413CFF465F90917CC; extern String_t* _stringLiteralA6F47E00E036C5589EB12E237894B37FB015D365; extern String_t* _stringLiteralA7C7F9A9A31A50E599304185DBB7D26D497AA640; extern String_t* _stringLiteralA99BE3DA0C9DA2F3C64500B5EF8A8E48F503D127; extern String_t* _stringLiteralAA23673CEE156D4324DE3B031ACB342A4C7B49EC; extern String_t* _stringLiteralAAF67685A1D81108695F45293BF84F12A0C9CB46; extern String_t* _stringLiteralAE63E40E79C41B51AD77C929AF72404A444197F2; extern String_t* _stringLiteralAE6CF5C8329C015351352821950DA3F6BD08B094; extern String_t* _stringLiteralAEE370B0F123573C06763F70D30C8890721694C4; extern String_t* _stringLiteralAF6425AC7E06625C8E037F9115F3A0A57F6AD7EE; extern String_t* _stringLiteralB0FD5CE22E40509CE266014F3C489B5FB22F95C5; extern String_t* _stringLiteralB10CF8B1502CF42A8B7387392AA7097048C9ACB6; extern String_t* _stringLiteralB12710F707F5B0BD7D806E7154E2A0C315984F9B; extern String_t* _stringLiteralB1ACB798C5BCC45C8E733181DF953701C6619D8F; extern String_t* _stringLiteralB1B6A990A239A42CBC7A9304B61A1A19D097C957; extern String_t* _stringLiteralB4999C4A31E286F6A86FF2FCF36BE0D99C2E1ACC; extern String_t* _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C; extern String_t* _stringLiteralB773BED04A48DE200B96981BB79467413A222066; extern String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6; extern String_t* _stringLiteralB85BD6C9FED2DA523635AF82C96E032386A98D02; extern String_t* _stringLiteralB8EDAA16B74F8F7FE28BC7366F087C31F5DC347A; extern String_t* _stringLiteralBA8AB5A0280B953AA97435FF8946CBCBB2755A27; extern String_t* _stringLiteralBB54DB510A92908A5A4DF79FC1AD1EAE8DF50EC3; extern String_t* _stringLiteralBC4513F45FF582BF2B472198C16B29B61F8100EB; extern String_t* _stringLiteralBD564DB5D5CC358EB0E3523D3E03041739F230D5; extern String_t* _stringLiteralBE325701619D15D9B91F900D60E3081AD6F43117; extern String_t* _stringLiteralBE591269E96263FE450EF74421A96C4AD9175EB9; extern String_t* _stringLiteralBF167B8644FF067EF2FA43BA1F4A0C34D70EE8A0; extern String_t* _stringLiteralBFBAF8B2D1CDF92BF83857FE1748C0F68DE03D47; extern String_t* _stringLiteralC158015E87D69A7FB5248157A5240D40B1B2E84A; extern String_t* _stringLiteralC1A85E4799CDCEDE854A2E3A705E2D774F78AB05; extern String_t* _stringLiteralC1EE90CE47627FE6D2B1C3915C005F896AEE4639; extern String_t* _stringLiteralC26F2E56BBAF085FDF3C1762D8CC47AC302F26C0; extern String_t* _stringLiteralC473522983F2C8C9D1314E458224363889268373; extern String_t* _stringLiteralC48A9F5244FF2D1E0EF6E226066E693E57942434; extern String_t* _stringLiteralC494434058D2459DF68B485E6C06706E665B7DF6; extern String_t* _stringLiteralC4ECA4702BBD3334F2AF696C9113056AD66A8D93; extern String_t* _stringLiteralC5E3651083142A3684BB7C93CA6E4C9314CA8007; extern String_t* _stringLiteralC662180230CAD14787D4AB7E77AA08681CE783FA; extern String_t* _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97; extern String_t* _stringLiteralC6FC42C72609142B300B076BEFED5623027F3481; extern String_t* _stringLiteralC7B3F95BF9308565981380C557FCB0BC1E12659E; extern String_t* _stringLiteralC8CCC6FA96FA714CF5A4C33E0D18CDCDF978C13C; extern String_t* _stringLiteralC958F6B394780D077332D5518926C2E933A19298; extern String_t* _stringLiteralCA07EC6EFF36E9B9AE8489080A044C88782377E1; extern String_t* _stringLiteralCA546E369BEECAAE3968C126FCCB8B5415E4AE84; extern String_t* _stringLiteralCA73AB65568CD125C2D27A22BBD9E863C10B675D; extern String_t* _stringLiteralCA7EE01243735E42F6DA460F6D4363F15926ABB1; extern String_t* _stringLiteralCB0CB170D106F8E8D5AF1E05BBDBD3A96A7DE197; extern String_t* _stringLiteralCBAAA18133A5EA571BBA33BEBE1A8CC7E93344F9; extern String_t* _stringLiteralCD8EF3034359C3DC0F47B24C786D253503E1BE42; extern String_t* _stringLiteralCF2288C461420DA1AE39BD82B4F2DC1C4FFDCEFD; extern String_t* _stringLiteralD032AA31DFCD173A27B60C46AA06FC8C157B2FE2; extern String_t* _stringLiteralD1CEA344353E26BA6F1565ED661D94F610CE9E4F; extern String_t* _stringLiteralD219C68101F532DE10ADD2CF42FB9DBECA73D3BE; extern String_t* _stringLiteralD2D586849E53CFD2F880934665669C695A79C230; extern String_t* _stringLiteralD2FD2A50C1A375BEB79E19EC25E0A1496B8C4176; extern String_t* _stringLiteralD43134CB1CE397F6BCEB0059EDFFA36BB6FDCEE5; extern String_t* _stringLiteralD6A7A355E5C0E829B337A547B8B4F6DE1244C89A; extern String_t* _stringLiteralD6F5636098CD458CE9D22939F8E3E8DEAB0E9BD0; extern String_t* _stringLiteralD735AA9C3860C41C9121B317C696C7A451FA170F; extern String_t* _stringLiteralD7509DC6464D16ABCC5A1ED96EAA696C66E13F18; extern String_t* _stringLiteralD799BAE6088A90139B415FCCB011D540531DF83B; extern String_t* _stringLiteralD8884A98B05D902F579ADC14A00F11EE881C7658; extern String_t* _stringLiteralD8A137C21303D5CDFAF674A6D77269E2B8A33D34; extern String_t* _stringLiteralD91E1888F2DC09F11A876E25966A6FBD32B9CD87; extern String_t* _stringLiteralD9AD5ED8B1480644A52A8C0A7BCE324C4A5874C3; extern String_t* _stringLiteralD9D2517A1D0D33304AE6C53F33B46407BF315F8F; extern String_t* _stringLiteralDA18D02D9A384EC87B2924AA70BB99B190DFA12C; extern String_t* _stringLiteralDA38860CB875CB64092E402D80D9FE29C4865B18; extern String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; extern String_t* _stringLiteralDA92D2A3A62C3F3412D4F9569C5C7479B7D128DC; extern String_t* _stringLiteralDB3D405B10675998C030223177D42E71B4E7A312; extern String_t* _stringLiteralDB3EECAE58759D4594ADCF0C7E1DBDD1375AD4E4; extern String_t* _stringLiteralDC573A47ACA875AAA79618871337D7F6C56FA72F; extern String_t* _stringLiteralDDE3CAADF1DECA83359DDFAB22D3E521EC8AF534; extern String_t* _stringLiteralDDF8A55C683EE58C6268B4264ACB1D703195D588; extern String_t* _stringLiteralDE1338853DA05E0B2EF334C6D2A1BD4EFD32B464; extern String_t* _stringLiteralDE7CD5823C33B39B65D269DFDE87F91332DF120F; extern String_t* _stringLiteralDEDECE9FD5695DF933056CBE96D25F6B3069F79B; extern String_t* _stringLiteralDF6BF0C022B56E830B697D4F21ECC28A47ACB848; extern String_t* _stringLiteralDFCD1C1FEA09B8D4C26E8B5B70623F96B2221EED; extern String_t* _stringLiteralE134CA0BF97313DD354F55E40BBFB4377825436E; extern String_t* _stringLiteralE16310C1DF343ABDBC857B3B6F3F7CC31CE433FE; extern String_t* _stringLiteralE19F651F452D556E37148394C2E69437D02F9429; extern String_t* _stringLiteralE1DB27719E1DA7A308FA42034692C6550ECCF2EF; extern String_t* _stringLiteralE1E499698DD72C752FF7CF7D36DD4541A9C624C2; extern String_t* _stringLiteralE4F1F95871F748B862EEDD86950D03FB862D60D9; extern String_t* _stringLiteralE4F81994FED009C24D31EFD799E2D47A74A60F1F; extern String_t* _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25; extern String_t* _stringLiteralE562F69EC36E625116376F376D991E41613E9BF3; extern String_t* _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A; extern String_t* _stringLiteralE73CAE7DFACEFCEF71FBF26A30B14FB6F485D82D; extern String_t* _stringLiteralE7B85E7369BA50B83804EBF39E9612010E5B9FCD; extern String_t* _stringLiteralE831587CE6B144104ADA4BA02B6E5C9B8D9716B5; extern String_t* _stringLiteralE85293208A555629936EA25D2F5B5F0B66F9F902; extern String_t* _stringLiteralE8D64F89B171B92A7FF4F6D29AFA8340EEC39E5D; extern String_t* _stringLiteralE9C45563358E813F157BA81B33143542165BA84E; extern String_t* _stringLiteralE9CACE35E90B037B0140E79E5BFF9090459AEF6C; extern String_t* _stringLiteralEB9A4BC1C0C153E4E4B042A79113B815B7E3021D; extern String_t* _stringLiteralEC56FA5D7585AED49C23BA126BCB1DAC19CFCA11; extern String_t* _stringLiteralEEF590EA8E09A0DEC8BF8485DB690A374FACFE2A; extern String_t* _stringLiteralEF87DBA9F02640BB01F99FB9A179E2A8E08A5E81; extern String_t* _stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1; extern String_t* _stringLiteralF0344BD6A7AF5F43108E4C9FCCD2FFBD60DFF7D4; extern String_t* _stringLiteralF07EA20E44175D8597A0629B88839DC18660C130; extern String_t* _stringLiteralF0CA4D65ED1C33DDFB85A263A727A6947C10A12F; extern String_t* _stringLiteralF1E14133ADAED8A21362D9DB7EEC1C6B36A081AF; extern String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5; extern String_t* _stringLiteralF34BA0AA70B16E4EE008653E46FE1939106E56BC; extern String_t* _stringLiteralF37309F7945570661F77E09CA3151FDF959BBDA4; extern String_t* _stringLiteralF5C3342662AFEA2711580B08345FFDFF91BFC8A2; extern String_t* _stringLiteralF67236BF5AB91F14FA8C71F76D17D5D6741E3D7B; extern String_t* _stringLiteralF73E110427648014568F7144031A6D48060EAB0A; extern String_t* _stringLiteralF74F09AA942E1648BB192DAFB49F91766DA68406; extern String_t* _stringLiteralF974F88936DD7E057700691BFB1C4ECB052E2784; extern String_t* _stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049; extern String_t* _stringLiteralFD35D5A1C8C8B04A6C1D2E2EAB8C4FA15027F731; extern String_t* _stringLiteralFE035157CDA20B361CE30613E29B5D6F1A46B5FC; extern String_t* _stringLiteralFE8D4F9C9603142E757AEB549769E232E1DE3989; extern String_t* _stringLiteralFF9F1FF32120D8B893C1DED522D49590353B29A6; extern const RuntimeMethod* Action_1_Invoke_m25501B02ECA680749841E48EEA596F763A82F475_RuntimeMethod_var; extern const RuntimeMethod* Array_BinarySearch_TisString_t_m9A4F4DA2128EEF6EE7E3E3B9FF1D1597E3E11A8F_RuntimeMethod_var; extern const RuntimeMethod* Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62_RuntimeMethod_var; extern const RuntimeMethod* Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A_RuntimeMethod_var; extern const RuntimeMethod* CookieCollectionEnumerator_System_Collections_IEnumerator_MoveNext_m8136554DDFD93AA8E272ED8D736C5F999AF5D013_RuntimeMethod_var; extern const RuntimeMethod* CookieCollectionEnumerator_System_Collections_IEnumerator_get_Current_mA14163AE9BDD398876E89ABAA64BB74E3B8FA191_RuntimeMethod_var; extern const RuntimeMethod* CookieContainer_Add_m572E4D2301BCDA7230B609BB973DD26B3A8919CB_RuntimeMethod_var; extern const RuntimeMethod* CookieContainer_CookieCutter_mADA24F94B27FB05389BA946003ED7EDAA189F354_RuntimeMethod_var; extern const RuntimeMethod* CookieContainer_GetCookieHeader_mA2EB16AC10DD286DE35850CC5E30B3BA013BA201_RuntimeMethod_var; extern const RuntimeMethod* CredentialCache_GetCredential_mEF462E8963337DD086A23FE29BD3331392BC7D31_RuntimeMethod_var; extern const RuntimeMethod* CredentialEnumerator_System_Collections_IEnumerator_MoveNext_mF9F41920B98480A4B6CC15F85F48656215D25929_RuntimeMethod_var; extern const RuntimeMethod* CredentialEnumerator_System_Collections_IEnumerator_get_Current_mC93DEB2F430B8021425ECF9E0F274B7FB9A96163_RuntimeMethod_var; extern const RuntimeMethod* DigestSession_Authenticate_m1C0007969F13A13582B8C3A34E2C9B8B69DD9F4B_RuntimeMethod_var; extern const RuntimeMethod* Dns_Error_11001_m783146DF96023BA4CAD30F55D8DC527D2ABBCB72_RuntimeMethod_var; extern const RuntimeMethod* Dns_GetHostByName_m1DD689606F93DAAB12896C4D3CA6A33731A4CE62_RuntimeMethod_var; extern const RuntimeMethod* Dns_GetHostEntry_m50722383BDFDC19FB1589A5FC4BCBE5ACDB52D38_RuntimeMethod_var; extern const RuntimeMethod* Dns_GetHostEntry_mEACB9ADFF37EBC9B353155EB8F0290F7CB9E1574_RuntimeMethod_var; extern const RuntimeMethod* EndPoint_Create_m98FBA607C33234AC35DF79DB6494D13AED7A501C_RuntimeMethod_var; extern const RuntimeMethod* EndPoint_Serialize_m118001AAA9AC84B4B28E8267055A7173D8C1F376_RuntimeMethod_var; extern const RuntimeMethod* EndPoint_get_AddressFamily_m7B7DC3AE75480FCA543AE5434EFA8C8C09450C66_RuntimeMethod_var; extern const RuntimeMethod* FileWebRequest_Abort_m4D9C32A2562AB52492209A48684F058BC8472C46_RuntimeMethod_var; extern const RuntimeMethod* FileWebRequest_BeginGetResponse_m732EFA479296BDC1D46D8E37FA7B33269D247ECB_RuntimeMethod_var; extern const RuntimeMethod* FileWebRequest_EndGetResponse_m6A58398EE9B8272AE8C029F02EE51CBBE9A18FC4_RuntimeMethod_var; extern const RuntimeMethod* FileWebRequest_GetRequestStreamCallback_mCC6AEA46D613AA7B5035F4C5C27E848DC601951C_RuntimeMethod_var; extern const RuntimeMethod* FileWebRequest_GetResponseCallback_m1C0A747466A03A05FF9D6D45456DFAFEEA38BF48_RuntimeMethod_var; extern const RuntimeMethod* FileWebRequest_GetResponse_mEAFD8EB429590C17D9C05DF51D359FCC192D4441_RuntimeMethod_var; extern const RuntimeMethod* FileWebRequest__ctor_m6BF9BF0E17060D4E719795DE5742BFFC65D34C6B_RuntimeMethod_var; extern const RuntimeMethod* FileWebRequest_set_Method_m32BF16EF8A89289FF51C525CB3A6A064DBB0D928_RuntimeMethod_var; extern const RuntimeMethod* FileWebResponse_CheckDisposed_mBFB7D3AE3076481274D4541E7DE2D2A618FE1668_RuntimeMethod_var; extern const RuntimeMethod* FileWebResponse__ctor_mD521D067A1815BD4E42DE18E13B82FC6EAB58379_RuntimeMethod_var; extern const RuntimeMethod* FileWebStream_BeginRead_m1E98F98D1956A77B4CBD4F111EC895A855C291D8_RuntimeMethod_var; extern const RuntimeMethod* FileWebStream_BeginWrite_mD2E9B62CE8C7FF3A16763BB128E6AC9E31C985D0_RuntimeMethod_var; extern const RuntimeMethod* FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7_RuntimeMethod_var; extern const RuntimeMethod* FileWebStream_EndRead_mD4F843221DB3767E3CFB3E052E24E9CC94135302_RuntimeMethod_var; extern const RuntimeMethod* FileWebStream_EndWrite_m9505A80B585F611DE18E22C9ACC319FB901E6A94_RuntimeMethod_var; extern const RuntimeMethod* FileWebStream_Read_mBA56658D84F3C5742FE812D1A7AD58116541C779_RuntimeMethod_var; extern const RuntimeMethod* FileWebStream_Write_m79C3CB2CE195D5348D313E6CFA6C8F4394E9681F_RuntimeMethod_var; extern const RuntimeMethod* FtpDataStream_BeginRead_mEEAADD29F26DA75251B19A1DE5B3BB7C93BED878_RuntimeMethod_var; extern const RuntimeMethod* FtpDataStream_BeginWrite_m9821709E59E6AB80D93AB96D958B471094E559FF_RuntimeMethod_var; extern const RuntimeMethod* FtpDataStream_CheckDisposed_mDAC19E619B52C0B99A39D0389E169F91C60D3223_RuntimeMethod_var; extern const RuntimeMethod* FtpDataStream_EndRead_m31C45E96D472378578177FE6B3462C5F9D6825B0_RuntimeMethod_var; extern const RuntimeMethod* FtpDataStream_EndWrite_mB52EB72A18391AB4D2006F56E3C4DAE93A763013_RuntimeMethod_var; extern const RuntimeMethod* FtpDataStream_ReadInternal_m6B12FB682996AF91251EDF9AD48C6E210940F58C_RuntimeMethod_var; extern const RuntimeMethod* FtpDataStream_Read_mB7A950B65C2DFBF77DC4C6BADA54D305A7E7147F_RuntimeMethod_var; extern const RuntimeMethod* FtpDataStream_Seek_m64901779BB7BBD40E2712F8E1C53739B9C3E85B2_RuntimeMethod_var; extern const RuntimeMethod* FtpDataStream_WriteInternal_m48FFED7DE74442D4A054980178EFA682ADD1DFAD_RuntimeMethod_var; extern const RuntimeMethod* FtpDataStream_Write_m71533890AA8F39755804490543E71B80BD83913E_RuntimeMethod_var; extern const RuntimeMethod* FtpDataStream__ctor_mF09B0FF4BE69DC0064E5F36F0218DBEBF5F45242_RuntimeMethod_var; extern const RuntimeMethod* FtpDataStream_get_Length_m9CCB9EFF3E1B33E77839AEB6700F4DE8F84A1DE8_RuntimeMethod_var; extern const RuntimeMethod* FtpDataStream_get_Position_m6CDC34240321FC639CCC8717B01EB67658ECCAD2_RuntimeMethod_var; extern const RuntimeMethod* FtpDataStream_set_Position_m0823E809E38E2249D4FD8184D2EDC1F7F1453914_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_Authenticate_m6B9F5FFB6B0EBE3F4A0584F25C998AB9F4D71F47_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_BeginGetResponse_mE6A43B19053316B4E46AD0678703F6AC11C7BBD5_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_CWDAndSetFileName_m3FA0ED89F9E45000C3D4B3EAA84F1C69AC82D651_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_CheckFinalState_mBFA7619CACD7FFBEAD849F529C8A3E74DE188DD6_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_CheckRequestStarted_mE2F7C55F1C2336F72427F555928407B422CDA9FC_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_EndGetResponse_m49797B90C1534EC441A7C992D95A7BD214CFFC5A_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_GetInitialPath_m531532216675BF5160601E2556E355DC1A170509_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_GetPortV4_m6F36994507B5C2B30D789328A994E3885E8AFDCD_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_GetPortV6_mA094F4C0AF8F6EC263FC4D316A369215FE0A0FC1_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_InitDataConnection_m01EDFD17F5B156FC7F5FC8D200229BDDAD7C2F7D_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_InitiateSecureConnection_m88DF28A0C8D2D8D90B20040FCA410690A5563507_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_OpenControlConnection_m143BB42EF1FE2277BB50C13608717C5112867050_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_OpenDataConnection_mEB04E52AE7262CDDE0D9006380562C346C61F053_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_ProcessMethod_mC9EABE7E320BA557675B3C6C790CF602DAA4B461_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_ProcessRequest_mC53550C545A65C2DBCD5E16C18F1CDCF7F38C36E_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_ResolveHost_mD451D8BE1720AD61B3883DA5DC9A38E7A1BF8CBF_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_SetType_m66589B1AFB2130C24277BA3B79DE3A1F4EE8BE42_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_SetupPassiveConnection_mAB5AEEE20E2A560626CB27D7F4339C621DD4178D_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_get_Headers_mDB12E6279EFB79535CE1CBCD2D627956807A3521_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_set_Credentials_mD1E83921438DC48BD8E2D7F3C3DEE15059D978A7_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_set_Method_mA2A58D774AC0985D2C8243E8738324EEAD2ED9A3_RuntimeMethod_var; extern const RuntimeMethod* FtpWebResponse_CheckDisposed_m0A317BF997BD0814F07EBFA1A7F75E939A7286D9_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_mAACB403C7CEBA7EFECE15D9DF1D989696AACB1D6_RuntimeMethod_var; extern const RuntimeMethod* HeaderInfoTable_ParseMultiValue_mF581CA5C6C9D338CC17232EC49C4471DB5DFC014_RuntimeMethod_var; extern const RuntimeMethod* HeaderInfoTable_ParseSingleValue_mCE6140F9CE345D6AF51B89C7D8C42E6C7AC41EA0_RuntimeMethod_var; extern const RuntimeMethod* HttpWebRequest_BeginGetResponse_m0EA99EDC3B42DE701F4B7BD934B2AB64A8402E24_RuntimeMethod_var; extern const RuntimeMethod* HttpWebRequest_CheckFinalStatus_mB909A62E1A79FF8C3F35BB77AC0E0A962659FDEB_RuntimeMethod_var; extern const RuntimeMethod* HttpWebRequest_CheckIfForceWrite_mBF53A01F9A3E8C5D4B9E2A9DFB199735A6C779A8_RuntimeMethod_var; extern const RuntimeMethod* HttpWebRequest_CheckRequestStarted_m00912EA98FC3C1CAEC6E649112812FCEA7BFC29A_RuntimeMethod_var; extern const RuntimeMethod* HttpWebRequest_EndGetResponse_m369F10A4A440250B6C4D68733C114E76E53FF8B7_RuntimeMethod_var; extern const RuntimeMethod* HttpWebRequest_Redirect_mF1F5EE5C923D0092D3ADB53041F54CDD160ED63D_RuntimeMethod_var; extern const RuntimeMethod* HttpWebRequest_U3CSetWriteStreamInnerU3Eb__259_0_m3B0D4BBE9BB1F4D71011BBB91DD7A818BCF5093D_RuntimeMethod_var; extern const RuntimeMethod* HttpWebRequest_U3CSetWriteStreamU3Eb__258_0_m689A341FF765F4153D7C4CFDB3575B99F51C8753_RuntimeMethod_var; extern const RuntimeMethod* HttpWebRequest_U3CSetWriteStreamU3Eb__258_1_m847FB17EF2DCDDA745EC1643F6865D45461FEEAF_RuntimeMethod_var; extern const RuntimeMethod* HttpWebRequest__ctor_m71D51512F53504F6BCBCFBCBBCB5D803357145D0_RuntimeMethod_var; extern const RuntimeMethod* HttpWebRequest_set_Method_m154B81F2000B62CEC73F33F06702342AA969AD05_RuntimeMethod_var; extern const RuntimeMethod* HttpWebResponse_CheckDisposed_m383DF4B8F57388E9405FEDE07F0E1848C4FDE656_RuntimeMethod_var; extern const RuntimeMethod* HttpWebResponse__ctor_m02A0D053BCD86AC08A8137DDAFB5124631D4A0FD_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var; extern const RuntimeMethod* Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec__DisplayClass238_0_U3CBeginGetResponseU3Eb__0_mFB1C76811A1A93E823A4AACCA64A54B3B81D5AFB_RuntimeMethod_var; extern const RuntimeType* CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_0_0_0_var; extern const RuntimeType* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var; extern const RuntimeType* HttpStatusCode_tEEC31491D56EE5BDB252F07906878274FD22AC0C_0_0_0_var; extern const RuntimeType* IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_0_0_0_var; extern const RuntimeType* IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_0_0_0_var; extern const RuntimeType* Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var; extern const RuntimeType* Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_0_0_0_var; extern const RuntimeType* WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_0_0_0_var; extern const RuntimeType* X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_0_0_0_var; extern const uint32_t AuthorizationState_CheckAuthorization_m3666C54139C31E92978AA15558606A9C74328838_MetadataUsageId; extern const uint32_t AuthorizationState_Reset_m230C3EC7F9B07163838BB8E5594DB71DC7DAD5EF_MetadataUsageId; extern const uint32_t AuthorizationState_ToString_m91603A74B89DD49A7CD4B9878309E458BD7F002A_MetadataUsageId; extern const uint32_t CookieCollectionEnumerator_System_Collections_IEnumerator_MoveNext_m8136554DDFD93AA8E272ED8D736C5F999AF5D013_MetadataUsageId; extern const uint32_t CookieCollectionEnumerator_System_Collections_IEnumerator_get_Current_mA14163AE9BDD398876E89ABAA64BB74E3B8FA191_MetadataUsageId; extern const uint32_t CookieContainer_Add_m572E4D2301BCDA7230B609BB973DD26B3A8919CB_MetadataUsageId; extern const uint32_t CookieContainer_AgeCookies_m2BBBB116D6410A9A0B1306925D4B6D3E05470D1A_MetadataUsageId; extern const uint32_t CookieContainer_BuildCookieCollectionFromDomainMatches_mC8552CA07116BD9DCE1AE8613BC3B3E4BBA9ABD4_MetadataUsageId; extern const uint32_t CookieContainer_CookieCutter_mADA24F94B27FB05389BA946003ED7EDAA189F354_MetadataUsageId; extern const uint32_t CookieContainer_GetCookieHeader_mA2EB16AC10DD286DE35850CC5E30B3BA013BA201_MetadataUsageId; extern const uint32_t CookieContainer_GetCookieHeader_mF2ECF0C3600C1E60C052F013945B1AEDA20E3043_MetadataUsageId; extern const uint32_t CookieContainer_InternalGetCookies_m6E1FBE5C833548C44424A78A26A3B29F8F355060_MetadataUsageId; extern const uint32_t CookieContainer_IsLocalDomain_mBCA6F78ACBDBFC6048639D46B4118276A8911CEF_MetadataUsageId; extern const uint32_t CookieContainer__cctor_m26A8B244BB006A342938DD1037DF1B395032E0CB_MetadataUsageId; extern const uint32_t CookieContainer__ctor_m4FD264ED607530C02A9BA429752A35CD30E7757F_MetadataUsageId; extern const uint32_t CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E_MetadataUsageId; extern const uint32_t CookieParser_Get_m6F73326137558E34D6A8E0A17087D695935A1DCB_MetadataUsageId; extern const uint32_t CookieParser__ctor_m8C62BEB643059ECACC2C4B77437EE0C94139892E_MetadataUsageId; extern const uint32_t CookieTokenizer_Extract_mD4CE4CE75004FB9C95FCB1261A71388B57D91923_MetadataUsageId; extern const uint32_t CookieTokenizer_FindNext_mAD07CF5740E4A378DF612F39E8CCC3A3DDD67893_MetadataUsageId; extern const uint32_t CookieTokenizer_Reset_mB89B6F3BE2EB80AEC371478E29F4E168B28907C6_MetadataUsageId; extern const uint32_t CookieTokenizer_TokenFromName_m8E22C8CA7624DFF127467125784D29A933DE2F13_MetadataUsageId; extern const uint32_t CookieTokenizer__cctor_mCEE0B2E5538111FE412AC035A34F1FE485426A1E_MetadataUsageId; extern const uint32_t CredentialCache_GetCredential_mEF462E8963337DD086A23FE29BD3331392BC7D31_MetadataUsageId; extern const uint32_t CredentialCache_GetEnumerator_mCB2C2FC1328BC78821E20F722A938514BC21AF18_MetadataUsageId; extern const uint32_t CredentialCache_get_DefaultCredentials_m669684689D1F69432F33D9B1E0ECF53080BB8CDC_MetadataUsageId; extern const uint32_t CredentialEnumerator_System_Collections_IEnumerator_MoveNext_mF9F41920B98480A4B6CC15F85F48656215D25929_MetadataUsageId; extern const uint32_t CredentialEnumerator_System_Collections_IEnumerator_get_Current_mC93DEB2F430B8021425ECF9E0F274B7FB9A96163_MetadataUsageId; extern const uint32_t CredentialEnumerator__ctor_mFEA5AF2277762B7B3BCE0EEB2831623513EF04A4_MetadataUsageId; extern const uint32_t CredentialKey_Equals_mB4218DD05063FD63A9B4F8500AA804BA9B8C79C7_MetadataUsageId; extern const uint32_t CredentialKey_Match_m1C64CC841C7EFAB6AD88723DFA20474E9E8DCD7A_MetadataUsageId; extern const uint32_t CredentialKey_ToString_m231E0D5FABDFDBEF0DA07A077B4266904DFD3F15_MetadataUsageId; extern const uint32_t DefaultCertificatePolicy_CheckValidationResult_m4930A18F4166A08C30BF9C3C98995131C7A5CCF9_MetadataUsageId; extern const uint32_t DelegatePInvokeWrapper_HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E_MetadataUsageId; extern const uint32_t DigestClient_Authenticate_m0C6C5FE40CE62D4FA55602F477D4EECF06499E8F_MetadataUsageId; extern const uint32_t DigestClient_CheckExpired_m8ECFF48D8181543D7F30FBEE58B77DC74697E69E_MetadataUsageId; extern const uint32_t DigestClient_PreAuthenticate_m9313A621AC25CAD692FE69FEF4FBDA67CB928A4E_MetadataUsageId; extern const uint32_t DigestClient__cctor_m83D4B0C23F0BC8FD56EAEE8E5BDF8C49CB3762EF_MetadataUsageId; extern const uint32_t DigestClient_get_AuthenticationType_m98D67B57BC002F0E212DCFE2874188DA1C19938F_MetadataUsageId; extern const uint32_t DigestClient_get_Cache_mD21C23E491E91D373228286A2CB5C3B9BD8297AC_MetadataUsageId; extern const uint32_t DigestHeaderParser_Parse_m4A113BB2F01B1A78DBE87A2A3A410DCA4B80ABD6_MetadataUsageId; extern const uint32_t DigestHeaderParser__cctor_m4EAE91B385D21D21D68FFEC7354DBF833D42A3FE_MetadataUsageId; extern const uint32_t DigestHeaderParser__ctor_m2ADAEF1523A97365F7BF7AD22A66C024DC681E98_MetadataUsageId; extern const uint32_t DigestSession_Authenticate_m1C0007969F13A13582B8C3A34E2C9B8B69DD9F4B_MetadataUsageId; extern const uint32_t DigestSession_HA1_mEB10EC1F97D4DC02DCA15949A5AB54F8AE76915E_MetadataUsageId; extern const uint32_t DigestSession_HA2_m7AF033BCEB85E978E01B373539BEFC6600BF4367_MetadataUsageId; extern const uint32_t DigestSession_HashToHexString_mAA63C018C6B6C03553D2B10BB53951CDD2C373F4_MetadataUsageId; extern const uint32_t DigestSession_Parse_m6038F8460AEE41DD5B665A243AAC7B9610CF9148_MetadataUsageId; extern const uint32_t DigestSession_Response_m9C300C7739E6E2D657FAB42D70CB5E80BDBD359D_MetadataUsageId; extern const uint32_t DigestSession__cctor_m1E6BD9E0E46DFED5E0AFCC1F78465A7B7E845790_MetadataUsageId; extern const uint32_t DigestSession__ctor_m06994A3FF60DD8161A52AF52FA1E8191CC6C9A40_MetadataUsageId; extern const uint32_t DigestSession_get_CNonce_mB04BF50D26C87468DB829B56C19194841504D668_MetadataUsageId; extern const uint32_t Dns_Error_11001_m783146DF96023BA4CAD30F55D8DC527D2ABBCB72_MetadataUsageId; extern const uint32_t Dns_GetHostByAddressFromString_mBE5EF710810CFA07D13ADB525AAA34D32E040681_MetadataUsageId; extern const uint32_t Dns_GetHostByName_m1DD689606F93DAAB12896C4D3CA6A33731A4CE62_MetadataUsageId; extern const uint32_t Dns_GetHostEntry_m50722383BDFDC19FB1589A5FC4BCBE5ACDB52D38_MetadataUsageId; extern const uint32_t Dns_GetHostEntry_mEACB9ADFF37EBC9B353155EB8F0290F7CB9E1574_MetadataUsageId; extern const uint32_t Dns_GetHostName_m64F06885E07F05B7FF1AA4F07DD14D2BDC5D6EF2_MetadataUsageId; extern const uint32_t Dns_hostent_to_IPHostEntry_mCD03D1D4689BF1B272CB8212506C4C853C6D06C3_MetadataUsageId; extern const uint32_t EndPoint_Create_m98FBA607C33234AC35DF79DB6494D13AED7A501C_MetadataUsageId; extern const uint32_t EndPoint_Serialize_m118001AAA9AC84B4B28E8267055A7173D8C1F376_MetadataUsageId; extern const uint32_t EndPoint_get_AddressFamily_m7B7DC3AE75480FCA543AE5434EFA8C8C09450C66_MetadataUsageId; extern const uint32_t ExceptionHelper_get_MethodNotImplementedException_m607FF8B70BAE0BB51B306CC3282A08B59C657D84_MetadataUsageId; extern const uint32_t ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B_MetadataUsageId; extern const uint32_t ExceptionHelper_get_RequestAbortedException_mF16472EEA30F955657004FF4A1D0EA8B6D1B9945_MetadataUsageId; extern const uint32_t FileWebRequestCreator_Create_m5A5314BCF6AA30E63196C05A64ECE6EA11D4E545_MetadataUsageId; extern const uint32_t FileWebRequest_Abort_m4D9C32A2562AB52492209A48684F058BC8472C46_MetadataUsageId; extern const uint32_t FileWebRequest_BeginGetResponse_m732EFA479296BDC1D46D8E37FA7B33269D247ECB_MetadataUsageId; extern const uint32_t FileWebRequest_EndGetResponse_m6A58398EE9B8272AE8C029F02EE51CBBE9A18FC4_MetadataUsageId; extern const uint32_t FileWebRequest_GetObjectData_mC8A7DDCA00C0E3ADADB267284F196C4EE9E8D3BB_MetadataUsageId; extern const uint32_t FileWebRequest_GetRequestStreamCallback_mCC6AEA46D613AA7B5035F4C5C27E848DC601951C_MetadataUsageId; extern const uint32_t FileWebRequest_GetResponseCallback_m1C0A747466A03A05FF9D6D45456DFAFEEA38BF48_MetadataUsageId; extern const uint32_t FileWebRequest_GetResponse_mEAFD8EB429590C17D9C05DF51D359FCC192D4441_MetadataUsageId; extern const uint32_t FileWebRequest__cctor_m98058ED26B0744413A32327D2FF6778E4B52D5F4_MetadataUsageId; extern const uint32_t FileWebRequest__ctor_m1FFFB33A0414E016669B3179FF16F141FA6E838D_MetadataUsageId; extern const uint32_t FileWebRequest__ctor_m6BF9BF0E17060D4E719795DE5742BFFC65D34C6B_MetadataUsageId; extern const uint32_t FileWebRequest_set_Method_m32BF16EF8A89289FF51C525CB3A6A064DBB0D928_MetadataUsageId; extern const uint32_t FileWebResponse_CheckDisposed_mBFB7D3AE3076481274D4541E7DE2D2A618FE1668_MetadataUsageId; extern const uint32_t FileWebResponse_Close_mBD2FC4D7E4EDE7C10648E463201E1A1DDEE7D551_MetadataUsageId; extern const uint32_t FileWebResponse_GetObjectData_m1553AB318AB78A871A047F1D842356776B283E4F_MetadataUsageId; extern const uint32_t FileWebResponse_System_Net_ICloseEx_CloseEx_mEB324E8E15B8A2D26F34220B88A2667EEBB02C8A_MetadataUsageId; extern const uint32_t FileWebResponse__ctor_m8596AAABC73AFAF749351F4B0D2CBFB9214726C1_MetadataUsageId; extern const uint32_t FileWebResponse__ctor_mD521D067A1815BD4E42DE18E13B82FC6EAB58379_MetadataUsageId; extern const uint32_t FileWebStream_BeginRead_m1E98F98D1956A77B4CBD4F111EC895A855C291D8_MetadataUsageId; extern const uint32_t FileWebStream_BeginWrite_mD2E9B62CE8C7FF3A16763BB128E6AC9E31C985D0_MetadataUsageId; extern const uint32_t FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7_MetadataUsageId; extern const uint32_t FileWebStream_EndRead_mD4F843221DB3767E3CFB3E052E24E9CC94135302_MetadataUsageId; extern const uint32_t FileWebStream_EndWrite_m9505A80B585F611DE18E22C9ACC319FB901E6A94_MetadataUsageId; extern const uint32_t FileWebStream_Read_mBA56658D84F3C5742FE812D1A7AD58116541C779_MetadataUsageId; extern const uint32_t FileWebStream_Write_m79C3CB2CE195D5348D313E6CFA6C8F4394E9681F_MetadataUsageId; extern const uint32_t FileWebStream__ctor_m087F956637DD4C2FCE8247EC13021B1E75B35609_MetadataUsageId; extern const uint32_t FileWebStream__ctor_m80D7CF5508F845D57EF371DD820A480A53D5C27C_MetadataUsageId; extern const uint32_t FtpAsyncResult_DoCallback_m2CD255A8D9A268136870E4B12C6780AB661C0F29_MetadataUsageId; extern const uint32_t FtpAsyncResult__ctor_mD5DCF150E676F2C987D5429910F2E5AFF525F3C2_MetadataUsageId; extern const uint32_t FtpAsyncResult_get_AsyncWaitHandle_mC08458AAB6A57D7EF090255ECD3AA3A74A782DFB_MetadataUsageId; extern const uint32_t FtpDataStream_BeginRead_mEEAADD29F26DA75251B19A1DE5B3BB7C93BED878_MetadataUsageId; extern const uint32_t FtpDataStream_BeginWrite_m9821709E59E6AB80D93AB96D958B471094E559FF_MetadataUsageId; extern const uint32_t FtpDataStream_CheckDisposed_mDAC19E619B52C0B99A39D0389E169F91C60D3223_MetadataUsageId; extern const uint32_t FtpDataStream_EndRead_m31C45E96D472378578177FE6B3462C5F9D6825B0_MetadataUsageId; extern const uint32_t FtpDataStream_EndWrite_mB52EB72A18391AB4D2006F56E3C4DAE93A763013_MetadataUsageId; extern const uint32_t FtpDataStream_ReadInternal_m6B12FB682996AF91251EDF9AD48C6E210940F58C_MetadataUsageId; extern const uint32_t FtpDataStream_Read_mB7A950B65C2DFBF77DC4C6BADA54D305A7E7147F_MetadataUsageId; extern const uint32_t FtpDataStream_Seek_m64901779BB7BBD40E2712F8E1C53739B9C3E85B2_MetadataUsageId; extern const uint32_t FtpDataStream_System_IDisposable_Dispose_m83433EE88E4290FBBF0094FE7BFC152B5372F5D7_MetadataUsageId; extern const uint32_t FtpDataStream_WriteInternal_m48FFED7DE74442D4A054980178EFA682ADD1DFAD_MetadataUsageId; extern const uint32_t FtpDataStream_Write_m71533890AA8F39755804490543E71B80BD83913E_MetadataUsageId; extern const uint32_t FtpDataStream__ctor_mF09B0FF4BE69DC0064E5F36F0218DBEBF5F45242_MetadataUsageId; extern const uint32_t FtpDataStream_get_Length_m9CCB9EFF3E1B33E77839AEB6700F4DE8F84A1DE8_MetadataUsageId; extern const uint32_t FtpDataStream_get_Position_m6CDC34240321FC639CCC8717B01EB67658ECCAD2_MetadataUsageId; extern const uint32_t FtpDataStream_set_Position_m0823E809E38E2249D4FD8184D2EDC1F7F1453914_MetadataUsageId; extern const uint32_t FtpRequestCreator_Create_mB9CD950EDF1B3F06F7C928E490806C12FB1D7306_MetadataUsageId; extern const uint32_t FtpWebRequest_Abort_m691CBAD2BC5A53A175C7B9FE3022EC31BF01BF56_MetadataUsageId; extern const uint32_t FtpWebRequest_Authenticate_m6B9F5FFB6B0EBE3F4A0584F25C998AB9F4D71F47_MetadataUsageId; extern const uint32_t FtpWebRequest_BeginGetResponse_mE6A43B19053316B4E46AD0678703F6AC11C7BBD5_MetadataUsageId; extern const uint32_t FtpWebRequest_CWDAndSetFileName_m3FA0ED89F9E45000C3D4B3EAA84F1C69AC82D651_MetadataUsageId; extern const uint32_t FtpWebRequest_ChangeToSSLSocket_m69CC650428A401F11220C4E628B6BEEACD4A7B37_MetadataUsageId; extern const uint32_t FtpWebRequest_CheckFinalState_mBFA7619CACD7FFBEAD849F529C8A3E74DE188DD6_MetadataUsageId; extern const uint32_t FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448_MetadataUsageId; extern const uint32_t FtpWebRequest_CheckRequestStarted_mE2F7C55F1C2336F72427F555928407B422CDA9FC_MetadataUsageId; extern const uint32_t FtpWebRequest_CloseControlConnection_mFAFF520F6D482E69E10DF94D5222DE80D91BD9C9_MetadataUsageId; extern const uint32_t FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2_MetadataUsageId; extern const uint32_t FtpWebRequest_DownloadData_m55106450E3E3F681D5981C546D5DBBA7B71F2DB1_MetadataUsageId; extern const uint32_t FtpWebRequest_EndGetResponse_m49797B90C1534EC441A7C992D95A7BD214CFFC5A_MetadataUsageId; extern const uint32_t FtpWebRequest_FormatAddressV6_mB7302D6DEB6DC8E21371197F62CB5657A8A536ED_MetadataUsageId; extern const uint32_t FtpWebRequest_FormatAddress_m2D6011B8BD6AFF1A752E5221B9D47878B623A2B0_MetadataUsageId; extern const uint32_t FtpWebRequest_GetInitialPath_m531532216675BF5160601E2556E355DC1A170509_MetadataUsageId; extern const uint32_t FtpWebRequest_GetMustImplement_m79C3B2BE8F675D8FAD0AC9E3680119D8611FD4BC_MetadataUsageId; extern const uint32_t FtpWebRequest_GetPortV4_m6F36994507B5C2B30D789328A994E3885E8AFDCD_MetadataUsageId; extern const uint32_t FtpWebRequest_GetPortV6_mA094F4C0AF8F6EC263FC4D316A369215FE0A0FC1_MetadataUsageId; extern const uint32_t FtpWebRequest_GetRemoteFolderPath_mE31E9E8EF80FB88D0EC39522F273B8015021FB96_MetadataUsageId; extern const uint32_t FtpWebRequest_GetResponseStatus_mE6AE01C7632FFB197CC1BC42FF298CE84C4CAA71_MetadataUsageId; extern const uint32_t FtpWebRequest_GetServicePoint_m694D1A7B63F66B08E4C63E056D1C85130862801B_MetadataUsageId; extern const uint32_t FtpWebRequest_InitDataConnection_m01EDFD17F5B156FC7F5FC8D200229BDDAD7C2F7D_MetadataUsageId; extern const uint32_t FtpWebRequest_InitiateSecureConnection_m88DF28A0C8D2D8D90B20040FCA410690A5563507_MetadataUsageId; extern const uint32_t FtpWebRequest_OpenControlConnection_m143BB42EF1FE2277BB50C13608717C5112867050_MetadataUsageId; extern const uint32_t FtpWebRequest_OpenDataConnection_mEB04E52AE7262CDDE0D9006380562C346C61F053_MetadataUsageId; extern const uint32_t FtpWebRequest_ProcessMethod_mC9EABE7E320BA557675B3C6C790CF602DAA4B461_MetadataUsageId; extern const uint32_t FtpWebRequest_ProcessRequest_mC53550C545A65C2DBCD5E16C18F1CDCF7F38C36E_MetadataUsageId; extern const uint32_t FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_MetadataUsageId; extern const uint32_t FtpWebRequest_ResolveHost_mD451D8BE1720AD61B3883DA5DC9A38E7A1BF8CBF_MetadataUsageId; extern const uint32_t FtpWebRequest_SendCommand_mCF855EE30A2FE15FC3002FC2EE110FF6A13A15EE_MetadataUsageId; extern const uint32_t FtpWebRequest_ServiceNotAvailable_mEE53E7521D71B5A537573CF9864AB7511EA03540_MetadataUsageId; extern const uint32_t FtpWebRequest_SetType_m66589B1AFB2130C24277BA3B79DE3A1F4EE8BE42_MetadataUsageId; extern const uint32_t FtpWebRequest_SetupPassiveConnection_mAB5AEEE20E2A560626CB27D7F4339C621DD4178D_MetadataUsageId; extern const uint32_t FtpWebRequest_UploadData_mFC6158C1FCD99C028CAF774AFCA8E5300BABEC7E_MetadataUsageId; extern const uint32_t FtpWebRequest__cctor_m3652EDD67F0C55207C33B710F1DA9808E1D31AFB_MetadataUsageId; extern const uint32_t FtpWebRequest__ctor_mEB166EB5A1F20FC008DA66D46AADE550EE176892_MetadataUsageId; extern const uint32_t FtpWebRequest_get_DataType_m54415C5105533554C3EAF93B27601FFA92053BBD_MetadataUsageId; extern const uint32_t FtpWebRequest_get_Headers_mDB12E6279EFB79535CE1CBCD2D627956807A3521_MetadataUsageId; extern const uint32_t FtpWebRequest_set_Credentials_mD1E83921438DC48BD8E2D7F3C3DEE15059D978A7_MetadataUsageId; extern const uint32_t FtpWebRequest_set_Method_mA2A58D774AC0985D2C8243E8738324EEAD2ED9A3_MetadataUsageId; extern const uint32_t FtpWebResponse_CheckDisposed_m0A317BF997BD0814F07EBFA1A7F75E939A7286D9_MetadataUsageId; extern const uint32_t FtpWebResponse_Close_mB0BF790B7D0778CAE04A2D0B28CBA7B3590914E9_MetadataUsageId; extern const uint32_t FtpWebResponse_GetResponseStream_mC281E3E56940B9EBFE6C5631E84E801AF63B2ECA_MetadataUsageId; extern const uint32_t FtpWebResponse__ctor_mDA2BCCB288F43E4C85DE4B3CC3946278C0D552A5_MetadataUsageId; extern const uint32_t FtpWebResponse__ctor_mEAD8EF85A256E43AFDE1C769FCCF6D22A228ADAB_MetadataUsageId; extern const uint32_t FtpWebResponse_get_Headers_m52AA9B0A938A337A4E4A2692499D43151229E9C2_MetadataUsageId; extern const uint32_t GlobalProxySelection_GetEmptyWebProxy_m66C1CA6E4480F45F78145DD23AB51A59B5A246AD_MetadataUsageId; extern const uint32_t GlobalProxySelection_get_Select_mE826A34EB04E3906E699A317417506C89551F54B_MetadataUsageId; extern const uint32_t HeaderInfoTable_ParseMultiValue_mF581CA5C6C9D338CC17232EC49C4471DB5DFC014_MetadataUsageId; extern const uint32_t HeaderInfoTable_ParseSingleValue_mCE6140F9CE345D6AF51B89C7D8C42E6C7AC41EA0_MetadataUsageId; extern const uint32_t HeaderInfoTable__cctor_mE96A69FD8B8F938623442DCD661EA5FB8E608B16_MetadataUsageId; extern const uint32_t HeaderInfoTable_get_Item_m87D6C7DCC3A5EA433F038365677E93B311A41885_MetadataUsageId; extern const uint32_t HttpContinueDelegate_BeginInvoke_mF1CB048D9AA5D611AF3EE3E34CF997F7DBA88756_MetadataUsageId; extern const uint32_t HttpRequestCreator_Create_mE3E077C98503C150AA328D4EED41FE9F8F518F46_MetadataUsageId; extern const uint32_t HttpVersion__cctor_m19EB2E84E83F160B93594A35BB6C96C5B50D6856_MetadataUsageId; extern const uint32_t HttpWebRequest_Abort_mA4AB694069860078313AE2CE0A0D3C53246729E4_MetadataUsageId; extern const uint32_t HttpWebRequest_BeginGetResponse_m0EA99EDC3B42DE701F4B7BD934B2AB64A8402E24_MetadataUsageId; extern const uint32_t HttpWebRequest_CheckFinalStatus_mB909A62E1A79FF8C3F35BB77AC0E0A962659FDEB_MetadataUsageId; extern const uint32_t HttpWebRequest_CheckRequestStarted_m00912EA98FC3C1CAEC6E649112812FCEA7BFC29A_MetadataUsageId; extern const uint32_t HttpWebRequest_CheckSendError_m5CB98C2EFFB6BB6D42B245E3ADAD39F279C05493_MetadataUsageId; extern const uint32_t HttpWebRequest_DoPreAuthenticate_mBE233826F26FBE74A082061249EDF89BB3552385_MetadataUsageId; extern const uint32_t HttpWebRequest_EndGetResponse_m369F10A4A440250B6C4D68733C114E76E53FF8B7_MetadataUsageId; extern const uint32_t HttpWebRequest_GetHeaders_m319AC2C16CFC0B301ECA426CC40F2AA8F3CF7DFD_MetadataUsageId; extern const uint32_t HttpWebRequest_GetObjectData_mF600B207AECA50F8B6ACB8D4C29366A6ABE36C45_MetadataUsageId; extern const uint32_t HttpWebRequest_GetRequestHeaders_m47644427DDBA230A0478632AC33393CA464DDA5B_MetadataUsageId; extern const uint32_t HttpWebRequest_GetResponse_m454DDC78C1CF4903EB136C62912BE7045CB9842E_MetadataUsageId; extern const uint32_t HttpWebRequest_GetServicePoint_m2F4A5E8A7A723C3CA97203FE2A4D9913EAC185E6_MetadataUsageId; extern const uint32_t HttpWebRequest_HandleNtlmAuth_mF5F364BBAE5DF8F6E9946C8718DAE9DA5D27E647_MetadataUsageId; extern const uint32_t HttpWebRequest_Redirect_mF1F5EE5C923D0092D3ADB53041F54CDD160ED63D_MetadataUsageId; extern const uint32_t HttpWebRequest_RewriteRedirectToGet_m7E0D7EBC6D67FB8076A6359A1DCF58CDD8755CAE_MetadataUsageId; extern const uint32_t HttpWebRequest_SetResponseData_m736088F0B44101F0D449344A847BC93A375A1E82_MetadataUsageId; extern const uint32_t HttpWebRequest_SetResponseError_mC8539F337100ADEE994AA66EB522CD613CA5E662_MetadataUsageId; extern const uint32_t HttpWebRequest_SetWriteStreamError_m3D42F4578892CD6BC1DA7D9725AA0A170D14929C_MetadataUsageId; extern const uint32_t HttpWebRequest_SetWriteStreamError_mE08E9FA673BF5E1CA66EC85FFBA2E60F471A3996_MetadataUsageId; extern const uint32_t HttpWebRequest_SetWriteStreamInner_m06C6A0D763A33F9ABC63B18F9D2EF0E5F8BCA9A5_MetadataUsageId; extern const uint32_t HttpWebRequest_SetWriteStream_m29E07109D09FD86A4F92CC87C126A85C115F9FF2_MetadataUsageId; extern const uint32_t HttpWebRequest_U3CSetWriteStreamU3Eb__258_0_m689A341FF765F4153D7C4CFDB3575B99F51C8753_MetadataUsageId; extern const uint32_t HttpWebRequest__cctor_mA59FB9F51019C563A3B276B79A1131CFDBE0035D_MetadataUsageId; extern const uint32_t HttpWebRequest__ctor_m71D51512F53504F6BCBCFBCBBCB5D803357145D0_MetadataUsageId; extern const uint32_t HttpWebRequest__ctor_m85AA1BD537DCDBF3B1BCD75F6C93C6AA8B831D7F_MetadataUsageId; extern const uint32_t HttpWebRequest__ctor_m85CA8AA15E849598BC5ED6217805CBDF8D5BAA0E_MetadataUsageId; extern const uint32_t HttpWebRequest_get_ClientCertificates_m239FFF990299759F455517EA50A50C1B13EC8369_MetadataUsageId; extern const uint32_t HttpWebRequest_get_MethodWithBuffer_mE9AF8BE21607A369A44E11F61E3196E0D52162AF_MetadataUsageId; extern const uint32_t HttpWebRequest_get_TransferEncoding_m436C0B3A86E8691EAF985FD363DDA0656007977E_MetadataUsageId; extern const uint32_t HttpWebRequest_set_Method_m154B81F2000B62CEC73F33F06702342AA969AD05_MetadataUsageId; extern const uint32_t HttpWebResponse_CheckDisposed_m383DF4B8F57388E9405FEDE07F0E1848C4FDE656_MetadataUsageId; extern const uint32_t HttpWebResponse_FillCookies_mDD48C6065E74539F96BB15FB001A6EBB62FFA21A_MetadataUsageId; extern const uint32_t HttpWebResponse_GetObjectData_m5D679A30BC506D7C6B83205AD4ABA033C7C90464_MetadataUsageId; extern const uint32_t HttpWebResponse_GetResponseStream_mD8A0A4AD18EFA0B2E4EF5D32D7D0142333D1A6D9_MetadataUsageId; extern const uint32_t HttpWebResponse_ReadAll_m923351A4BDB45CA1C1D7400B11BA943A595C0427_MetadataUsageId; extern const uint32_t HttpWebResponse__ctor_m02A0D053BCD86AC08A8137DDAFB5124631D4A0FD_MetadataUsageId; extern const uint32_t HttpWebResponse__ctor_mD2B0C901BE236627237148B60DA663994BDE3E14_MetadataUsageId; extern const uint32_t HttpWebResponse__ctor_mDCEB34153A3638C433069B4E4E18D873E730404A_MetadataUsageId; extern const uint32_t ReadDelegate_BeginInvoke_mCCE971E5339DAF04E6A830A06123F9F34B1F2403_MetadataUsageId; extern const uint32_t U3CU3Ec__DisplayClass238_0_U3CBeginGetResponseU3Eb__0_mFB1C76811A1A93E823A4AACCA64A54B3B81D5AFB_MetadataUsageId; extern const uint32_t WriteDelegate_BeginInvoke_m74A2F49D05650DA0FD9F5A2F1D8B8785D2128E7D_MetadataUsageId; struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com; struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke; struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com; struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234_marshaled_com; struct MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234_marshaled_pinvoke; struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_com; struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; struct RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55; struct HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2; struct HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012; struct ICredentialsU5BU5D_t9392DAC5D43E13A7142056D21759B362C7C29864; struct IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3; struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H #ifndef MONOTLSPROVIDER_TDCD056C5BBBE59ED6BAF63F25952B406C1143C27_H #define MONOTLSPROVIDER_TDCD056C5BBBE59ED6BAF63F25952B406C1143C27_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Interface.MonoTlsProvider struct MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOTLSPROVIDER_TDCD056C5BBBE59ED6BAF63F25952B406C1143C27_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H #define ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_0; // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_2; // System.Object System.Collections.ArrayList::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__items_0() { return static_cast(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____items_0)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((&____items_0), value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_3), value); } }; struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___emptyArray_5; public: inline static int32_t get_offset_of_emptyArray_5() { return static_cast(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_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((&___emptyArray_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H #ifndef COLLECTIONBASE_TF5D4583FF325726066A9803839A04E9C0084ED01_H #define COLLECTIONBASE_TF5D4583FF325726066A9803839A04E9C0084ED01_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.CollectionBase struct CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.CollectionBase::list ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01, ___list_0)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_list_0() const { return ___list_0; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLECTIONBASE_TF5D4583FF325726066A9803839A04E9C0084ED01_H #ifndef LIST_1_TE8032E48C661C350FF9550E9063D595C0AB25CD3_H #define LIST_1_TE8032E48C661C350FF9550E9063D595C0AB25CD3_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 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(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((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(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(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(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((&____syncRoot_4), 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(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((&____emptyArray_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_TE8032E48C661C350FF9550E9063D595C0AB25CD3_H #ifndef NAMEOBJECTCOLLECTIONBASE_T593D97BF1A2AEA0C7FC1684B447BF92A5383883D_H #define NAMEOBJECTCOLLECTIONBASE_T593D97BF1A2AEA0C7FC1684B447BF92A5383883D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.NameObjectCollectionBase struct NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D : public RuntimeObject { public: // System.Boolean System.Collections.Specialized.NameObjectCollectionBase::_readOnly bool ____readOnly_0; // System.Collections.ArrayList System.Collections.Specialized.NameObjectCollectionBase::_entriesArray ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____entriesArray_1; // System.Collections.IEqualityComparer System.Collections.Specialized.NameObjectCollectionBase::_keyComparer RuntimeObject* ____keyComparer_2; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.NameObjectCollectionBase::_entriesTable Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____entriesTable_3; // System.Collections.Specialized.NameObjectCollectionBase_NameObjectEntry modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.NameObjectCollectionBase::_nullKeyEntry NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * ____nullKeyEntry_4; // System.Runtime.Serialization.SerializationInfo System.Collections.Specialized.NameObjectCollectionBase::_serializationInfo SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ____serializationInfo_5; // System.Int32 System.Collections.Specialized.NameObjectCollectionBase::_version int32_t ____version_6; // System.Object System.Collections.Specialized.NameObjectCollectionBase::_syncRoot RuntimeObject * ____syncRoot_7; public: inline static int32_t get_offset_of__readOnly_0() { return static_cast(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____readOnly_0)); } inline bool get__readOnly_0() const { return ____readOnly_0; } inline bool* get_address_of__readOnly_0() { return &____readOnly_0; } inline void set__readOnly_0(bool value) { ____readOnly_0 = value; } inline static int32_t get_offset_of__entriesArray_1() { return static_cast(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____entriesArray_1)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__entriesArray_1() const { return ____entriesArray_1; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__entriesArray_1() { return &____entriesArray_1; } inline void set__entriesArray_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ____entriesArray_1 = value; Il2CppCodeGenWriteBarrier((&____entriesArray_1), value); } inline static int32_t get_offset_of__keyComparer_2() { return static_cast(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____keyComparer_2)); } inline RuntimeObject* get__keyComparer_2() const { return ____keyComparer_2; } inline RuntimeObject** get_address_of__keyComparer_2() { return &____keyComparer_2; } inline void set__keyComparer_2(RuntimeObject* value) { ____keyComparer_2 = value; Il2CppCodeGenWriteBarrier((&____keyComparer_2), value); } inline static int32_t get_offset_of__entriesTable_3() { return static_cast(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____entriesTable_3)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__entriesTable_3() const { return ____entriesTable_3; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__entriesTable_3() { return &____entriesTable_3; } inline void set__entriesTable_3(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ____entriesTable_3 = value; Il2CppCodeGenWriteBarrier((&____entriesTable_3), value); } inline static int32_t get_offset_of__nullKeyEntry_4() { return static_cast(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____nullKeyEntry_4)); } inline NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * get__nullKeyEntry_4() const { return ____nullKeyEntry_4; } inline NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 ** get_address_of__nullKeyEntry_4() { return &____nullKeyEntry_4; } inline void set__nullKeyEntry_4(NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * value) { ____nullKeyEntry_4 = value; Il2CppCodeGenWriteBarrier((&____nullKeyEntry_4), value); } inline static int32_t get_offset_of__serializationInfo_5() { return static_cast(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____serializationInfo_5)); } inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * get__serializationInfo_5() const { return ____serializationInfo_5; } inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** get_address_of__serializationInfo_5() { return &____serializationInfo_5; } inline void set__serializationInfo_5(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * value) { ____serializationInfo_5 = value; Il2CppCodeGenWriteBarrier((&____serializationInfo_5), value); } inline static int32_t get_offset_of__version_6() { return static_cast(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____version_6)); } inline int32_t get__version_6() const { return ____version_6; } inline int32_t* get_address_of__version_6() { return &____version_6; } inline void set__version_6(int32_t value) { ____version_6 = value; } inline static int32_t get_offset_of__syncRoot_7() { return static_cast(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____syncRoot_7)); } inline RuntimeObject * get__syncRoot_7() const { return ____syncRoot_7; } inline RuntimeObject ** get_address_of__syncRoot_7() { return &____syncRoot_7; } inline void set__syncRoot_7(RuntimeObject * value) { ____syncRoot_7 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_7), value); } }; struct NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_StaticFields { public: // System.StringComparer System.Collections.Specialized.NameObjectCollectionBase::defaultComparer StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ___defaultComparer_8; public: inline static int32_t get_offset_of_defaultComparer_8() { return static_cast(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_StaticFields, ___defaultComparer_8)); } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get_defaultComparer_8() const { return ___defaultComparer_8; } inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of_defaultComparer_8() { return &___defaultComparer_8; } inline void set_defaultComparer_8(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value) { ___defaultComparer_8 = value; Il2CppCodeGenWriteBarrier((&___defaultComparer_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMEOBJECTCOLLECTIONBASE_T593D97BF1A2AEA0C7FC1684B447BF92A5383883D_H #ifndef STRINGCOLLECTION_TFF1A487B535F709103604F9DBC2C63FEB1434EFB_H #define STRINGCOLLECTION_TFF1A487B535F709103604F9DBC2C63FEB1434EFB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.StringCollection struct StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.Specialized.StringCollection::data ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___data_0; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB, ___data_0)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_data_0() const { return ___data_0; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_data_0() { return &___data_0; } inline void set_data_0(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((&___data_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCOLLECTION_TFF1A487B535F709103604F9DBC2C63FEB1434EFB_H #ifndef EVENTARGS_T8E6CA180BE0E56674C6407011A94BAF7C757352E_H #define EVENTARGS_T8E6CA180BE0E56674C6407011A94BAF7C757352E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventArgs struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E : public RuntimeObject { public: public: }; struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields, ___Empty_0)); } inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * get_Empty_0() const { return ___Empty_0; } inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTARGS_T8E6CA180BE0E56674C6407011A94BAF7C757352E_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(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((&____className_1), value); } inline static int32_t get_offset_of__message_2() { return static_cast(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((&____message_2), value); } inline static int32_t get_offset_of__data_3() { return static_cast(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((&____data_3), value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(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((&____innerException_4), value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(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((&____helpURL_5), value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(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((&____stackTrace_6), value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(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((&____stackTraceString_7), value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(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((&____remoteStackTraceString_8), value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(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(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((&____dynamicMethods_10), value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(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(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((&____source_12), value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(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((&____safeSerializationManager_13), value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(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((&___captured_traces_14), value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(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((&___native_trace_ips_15), 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(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((&___s_EDILock_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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; intptr_t* ___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; intptr_t* ___native_trace_ips_15; }; #endif // EXCEPTION_T_H #ifndef CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H #define CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((&___numInfo_10), value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((&___dateTimeInfo_11), value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); } inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((&___textInfo_12), value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((&___m_name_13), value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((&___englishname_14), value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((&___nativename_15), value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((&___iso3lang_16), value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((&___iso2lang_17), value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((&___win3lang_18), value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((&___territory_19), value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((&___native_calendar_names_20), value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); } inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((&___compareInfo_21), value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); } inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; } inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((&___calendar_24), value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((&___parent_culture_25), value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((&___cached_serialized_form_27), value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); } inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((&___m_cultureData_28), value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((&___invariant_culture_info_0), value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((&___shared_table_lock_1), value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((&___default_current_culture_2), value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((&___s_DefaultThreadCurrentUICulture_33), value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((&___s_DefaultThreadCurrentCulture_34), value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((&___shared_by_number_35), value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((&___shared_by_name_36), value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10; DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11; TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; uint8_t* ___cached_serialized_form_27; CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10; DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11; TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; uint8_t* ___cached_serialized_form_27; CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; #endif // CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H #ifndef MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H #define MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(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((&____identity_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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; }; #endif // MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H #ifndef AUTHORIZATION_T6AA17F42B60530EEB99AABAF32E48F292BE2125B_H #define AUTHORIZATION_T6AA17F42B60530EEB99AABAF32E48F292BE2125B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Authorization struct Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B : public RuntimeObject { public: // System.String System.Net.Authorization::m_Message String_t* ___m_Message_0; // System.Boolean System.Net.Authorization::m_Complete bool ___m_Complete_1; // System.String System.Net.Authorization::ModuleAuthenticationType String_t* ___ModuleAuthenticationType_2; public: inline static int32_t get_offset_of_m_Message_0() { return static_cast(offsetof(Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B, ___m_Message_0)); } inline String_t* get_m_Message_0() const { return ___m_Message_0; } inline String_t** get_address_of_m_Message_0() { return &___m_Message_0; } inline void set_m_Message_0(String_t* value) { ___m_Message_0 = value; Il2CppCodeGenWriteBarrier((&___m_Message_0), value); } inline static int32_t get_offset_of_m_Complete_1() { return static_cast(offsetof(Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B, ___m_Complete_1)); } inline bool get_m_Complete_1() const { return ___m_Complete_1; } inline bool* get_address_of_m_Complete_1() { return &___m_Complete_1; } inline void set_m_Complete_1(bool value) { ___m_Complete_1 = value; } inline static int32_t get_offset_of_ModuleAuthenticationType_2() { return static_cast(offsetof(Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B, ___ModuleAuthenticationType_2)); } inline String_t* get_ModuleAuthenticationType_2() const { return ___ModuleAuthenticationType_2; } inline String_t** get_address_of_ModuleAuthenticationType_2() { return &___ModuleAuthenticationType_2; } inline void set_ModuleAuthenticationType_2(String_t* value) { ___ModuleAuthenticationType_2 = value; Il2CppCodeGenWriteBarrier((&___ModuleAuthenticationType_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHORIZATION_T6AA17F42B60530EEB99AABAF32E48F292BE2125B_H #ifndef CASEINSENSITIVEASCII_TAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_H #define CASEINSENSITIVEASCII_TAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CaseInsensitiveAscii struct CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B : public RuntimeObject { public: public: }; struct CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields { public: // System.Net.CaseInsensitiveAscii System.Net.CaseInsensitiveAscii::StaticInstance CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * ___StaticInstance_0; // System.Byte[] System.Net.CaseInsensitiveAscii::AsciiToLower ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___AsciiToLower_1; public: inline static int32_t get_offset_of_StaticInstance_0() { return static_cast(offsetof(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields, ___StaticInstance_0)); } inline CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * get_StaticInstance_0() const { return ___StaticInstance_0; } inline CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B ** get_address_of_StaticInstance_0() { return &___StaticInstance_0; } inline void set_StaticInstance_0(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * value) { ___StaticInstance_0 = value; Il2CppCodeGenWriteBarrier((&___StaticInstance_0), value); } inline static int32_t get_offset_of_AsciiToLower_1() { return static_cast(offsetof(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields, ___AsciiToLower_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_AsciiToLower_1() const { return ___AsciiToLower_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_AsciiToLower_1() { return &___AsciiToLower_1; } inline void set_AsciiToLower_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___AsciiToLower_1 = value; Il2CppCodeGenWriteBarrier((&___AsciiToLower_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CASEINSENSITIVEASCII_TAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_H #ifndef COOKIECOLLECTIONENUMERATOR_TDADB2721F8B45D4F815C846DCE2EF92E3760A48D_H #define COOKIECOLLECTIONENUMERATOR_TDADB2721F8B45D4F815C846DCE2EF92E3760A48D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CookieCollection_CookieCollectionEnumerator struct CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D : public RuntimeObject { public: // System.Net.CookieCollection System.Net.CookieCollection_CookieCollectionEnumerator::m_cookies CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___m_cookies_0; // System.Int32 System.Net.CookieCollection_CookieCollectionEnumerator::m_count int32_t ___m_count_1; // System.Int32 System.Net.CookieCollection_CookieCollectionEnumerator::m_index int32_t ___m_index_2; // System.Int32 System.Net.CookieCollection_CookieCollectionEnumerator::m_version int32_t ___m_version_3; public: inline static int32_t get_offset_of_m_cookies_0() { return static_cast(offsetof(CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D, ___m_cookies_0)); } inline CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * get_m_cookies_0() const { return ___m_cookies_0; } inline CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 ** get_address_of_m_cookies_0() { return &___m_cookies_0; } inline void set_m_cookies_0(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * value) { ___m_cookies_0 = value; Il2CppCodeGenWriteBarrier((&___m_cookies_0), value); } inline static int32_t get_offset_of_m_count_1() { return static_cast(offsetof(CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D, ___m_count_1)); } inline int32_t get_m_count_1() const { return ___m_count_1; } inline int32_t* get_address_of_m_count_1() { return &___m_count_1; } inline void set_m_count_1(int32_t value) { ___m_count_1 = value; } inline static int32_t get_offset_of_m_index_2() { return static_cast(offsetof(CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D, ___m_index_2)); } inline int32_t get_m_index_2() const { return ___m_index_2; } inline int32_t* get_address_of_m_index_2() { return &___m_index_2; } inline void set_m_index_2(int32_t value) { ___m_index_2 = value; } inline static int32_t get_offset_of_m_version_3() { return static_cast(offsetof(CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D, ___m_version_3)); } inline int32_t get_m_version_3() const { return ___m_version_3; } inline int32_t* get_address_of_m_version_3() { return &___m_version_3; } inline void set_m_version_3(int32_t value) { ___m_version_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COOKIECOLLECTIONENUMERATOR_TDADB2721F8B45D4F815C846DCE2EF92E3760A48D_H #ifndef COOKIECONTAINER_T7E062D04BAED9F3B30DDEC14B09660BB506A2A73_H #define COOKIECONTAINER_T7E062D04BAED9F3B30DDEC14B09660BB506A2A73_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CookieContainer struct CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 : public RuntimeObject { public: // System.Collections.Hashtable System.Net.CookieContainer::m_domainTable Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___m_domainTable_1; // System.Int32 System.Net.CookieContainer::m_maxCookieSize int32_t ___m_maxCookieSize_2; // System.Int32 System.Net.CookieContainer::m_maxCookies int32_t ___m_maxCookies_3; // System.Int32 System.Net.CookieContainer::m_maxCookiesPerDomain int32_t ___m_maxCookiesPerDomain_4; // System.Int32 System.Net.CookieContainer::m_count int32_t ___m_count_5; // System.String System.Net.CookieContainer::m_fqdnMyDomain String_t* ___m_fqdnMyDomain_6; public: inline static int32_t get_offset_of_m_domainTable_1() { return static_cast(offsetof(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73, ___m_domainTable_1)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_m_domainTable_1() const { return ___m_domainTable_1; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_m_domainTable_1() { return &___m_domainTable_1; } inline void set_m_domainTable_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___m_domainTable_1 = value; Il2CppCodeGenWriteBarrier((&___m_domainTable_1), value); } inline static int32_t get_offset_of_m_maxCookieSize_2() { return static_cast(offsetof(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73, ___m_maxCookieSize_2)); } inline int32_t get_m_maxCookieSize_2() const { return ___m_maxCookieSize_2; } inline int32_t* get_address_of_m_maxCookieSize_2() { return &___m_maxCookieSize_2; } inline void set_m_maxCookieSize_2(int32_t value) { ___m_maxCookieSize_2 = value; } inline static int32_t get_offset_of_m_maxCookies_3() { return static_cast(offsetof(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73, ___m_maxCookies_3)); } inline int32_t get_m_maxCookies_3() const { return ___m_maxCookies_3; } inline int32_t* get_address_of_m_maxCookies_3() { return &___m_maxCookies_3; } inline void set_m_maxCookies_3(int32_t value) { ___m_maxCookies_3 = value; } inline static int32_t get_offset_of_m_maxCookiesPerDomain_4() { return static_cast(offsetof(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73, ___m_maxCookiesPerDomain_4)); } inline int32_t get_m_maxCookiesPerDomain_4() const { return ___m_maxCookiesPerDomain_4; } inline int32_t* get_address_of_m_maxCookiesPerDomain_4() { return &___m_maxCookiesPerDomain_4; } inline void set_m_maxCookiesPerDomain_4(int32_t value) { ___m_maxCookiesPerDomain_4 = value; } inline static int32_t get_offset_of_m_count_5() { return static_cast(offsetof(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73, ___m_count_5)); } inline int32_t get_m_count_5() const { return ___m_count_5; } inline int32_t* get_address_of_m_count_5() { return &___m_count_5; } inline void set_m_count_5(int32_t value) { ___m_count_5 = value; } inline static int32_t get_offset_of_m_fqdnMyDomain_6() { return static_cast(offsetof(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73, ___m_fqdnMyDomain_6)); } inline String_t* get_m_fqdnMyDomain_6() const { return ___m_fqdnMyDomain_6; } inline String_t** get_address_of_m_fqdnMyDomain_6() { return &___m_fqdnMyDomain_6; } inline void set_m_fqdnMyDomain_6(String_t* value) { ___m_fqdnMyDomain_6 = value; Il2CppCodeGenWriteBarrier((&___m_fqdnMyDomain_6), value); } }; struct CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_StaticFields { public: // System.Net.HeaderVariantInfo[] System.Net.CookieContainer::HeaderInfo HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012* ___HeaderInfo_0; public: inline static int32_t get_offset_of_HeaderInfo_0() { return static_cast(offsetof(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_StaticFields, ___HeaderInfo_0)); } inline HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012* get_HeaderInfo_0() const { return ___HeaderInfo_0; } inline HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012** get_address_of_HeaderInfo_0() { return &___HeaderInfo_0; } inline void set_HeaderInfo_0(HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012* value) { ___HeaderInfo_0 = value; Il2CppCodeGenWriteBarrier((&___HeaderInfo_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COOKIECONTAINER_T7E062D04BAED9F3B30DDEC14B09660BB506A2A73_H #ifndef COOKIEPARSER_T6034725CF7B5A3842FEC753620D331478F74B396_H #define COOKIEPARSER_T6034725CF7B5A3842FEC753620D331478F74B396_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CookieParser struct CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396 : public RuntimeObject { public: // System.Net.CookieTokenizer System.Net.CookieParser::m_tokenizer CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * ___m_tokenizer_0; public: inline static int32_t get_offset_of_m_tokenizer_0() { return static_cast(offsetof(CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396, ___m_tokenizer_0)); } inline CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * get_m_tokenizer_0() const { return ___m_tokenizer_0; } inline CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD ** get_address_of_m_tokenizer_0() { return &___m_tokenizer_0; } inline void set_m_tokenizer_0(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * value) { ___m_tokenizer_0 = value; Il2CppCodeGenWriteBarrier((&___m_tokenizer_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COOKIEPARSER_T6034725CF7B5A3842FEC753620D331478F74B396_H #ifndef CREDENTIALCACHE_T5AB6054A54B30F44BC5746C09E6524F947E7904D_H #define CREDENTIALCACHE_T5AB6054A54B30F44BC5746C09E6524F947E7904D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CredentialCache struct CredentialCache_t5AB6054A54B30F44BC5746C09E6524F947E7904D : public RuntimeObject { public: // System.Collections.Hashtable System.Net.CredentialCache::cache Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___cache_0; // System.Collections.Hashtable System.Net.CredentialCache::cacheForHosts Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___cacheForHosts_1; // System.Int32 System.Net.CredentialCache::m_version int32_t ___m_version_2; public: inline static int32_t get_offset_of_cache_0() { return static_cast(offsetof(CredentialCache_t5AB6054A54B30F44BC5746C09E6524F947E7904D, ___cache_0)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_cache_0() const { return ___cache_0; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_cache_0() { return &___cache_0; } inline void set_cache_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___cache_0 = value; Il2CppCodeGenWriteBarrier((&___cache_0), value); } inline static int32_t get_offset_of_cacheForHosts_1() { return static_cast(offsetof(CredentialCache_t5AB6054A54B30F44BC5746C09E6524F947E7904D, ___cacheForHosts_1)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_cacheForHosts_1() const { return ___cacheForHosts_1; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_cacheForHosts_1() { return &___cacheForHosts_1; } inline void set_cacheForHosts_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___cacheForHosts_1 = value; Il2CppCodeGenWriteBarrier((&___cacheForHosts_1), value); } inline static int32_t get_offset_of_m_version_2() { return static_cast(offsetof(CredentialCache_t5AB6054A54B30F44BC5746C09E6524F947E7904D, ___m_version_2)); } inline int32_t get_m_version_2() const { return ___m_version_2; } inline int32_t* get_address_of_m_version_2() { return &___m_version_2; } inline void set_m_version_2(int32_t value) { ___m_version_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CREDENTIALCACHE_T5AB6054A54B30F44BC5746C09E6524F947E7904D_H #ifndef CREDENTIALENUMERATOR_T49CCE6816AB3062B27C0640100310C75F881F8D4_H #define CREDENTIALENUMERATOR_T49CCE6816AB3062B27C0640100310C75F881F8D4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CredentialCache_CredentialEnumerator struct CredentialEnumerator_t49CCE6816AB3062B27C0640100310C75F881F8D4 : public RuntimeObject { public: // System.Net.CredentialCache System.Net.CredentialCache_CredentialEnumerator::m_cache CredentialCache_t5AB6054A54B30F44BC5746C09E6524F947E7904D * ___m_cache_0; // System.Net.ICredentials[] System.Net.CredentialCache_CredentialEnumerator::m_array ICredentialsU5BU5D_t9392DAC5D43E13A7142056D21759B362C7C29864* ___m_array_1; // System.Int32 System.Net.CredentialCache_CredentialEnumerator::m_index int32_t ___m_index_2; // System.Int32 System.Net.CredentialCache_CredentialEnumerator::m_version int32_t ___m_version_3; public: inline static int32_t get_offset_of_m_cache_0() { return static_cast(offsetof(CredentialEnumerator_t49CCE6816AB3062B27C0640100310C75F881F8D4, ___m_cache_0)); } inline CredentialCache_t5AB6054A54B30F44BC5746C09E6524F947E7904D * get_m_cache_0() const { return ___m_cache_0; } inline CredentialCache_t5AB6054A54B30F44BC5746C09E6524F947E7904D ** get_address_of_m_cache_0() { return &___m_cache_0; } inline void set_m_cache_0(CredentialCache_t5AB6054A54B30F44BC5746C09E6524F947E7904D * value) { ___m_cache_0 = value; Il2CppCodeGenWriteBarrier((&___m_cache_0), value); } inline static int32_t get_offset_of_m_array_1() { return static_cast(offsetof(CredentialEnumerator_t49CCE6816AB3062B27C0640100310C75F881F8D4, ___m_array_1)); } inline ICredentialsU5BU5D_t9392DAC5D43E13A7142056D21759B362C7C29864* get_m_array_1() const { return ___m_array_1; } inline ICredentialsU5BU5D_t9392DAC5D43E13A7142056D21759B362C7C29864** get_address_of_m_array_1() { return &___m_array_1; } inline void set_m_array_1(ICredentialsU5BU5D_t9392DAC5D43E13A7142056D21759B362C7C29864* value) { ___m_array_1 = value; Il2CppCodeGenWriteBarrier((&___m_array_1), value); } inline static int32_t get_offset_of_m_index_2() { return static_cast(offsetof(CredentialEnumerator_t49CCE6816AB3062B27C0640100310C75F881F8D4, ___m_index_2)); } inline int32_t get_m_index_2() const { return ___m_index_2; } inline int32_t* get_address_of_m_index_2() { return &___m_index_2; } inline void set_m_index_2(int32_t value) { ___m_index_2 = value; } inline static int32_t get_offset_of_m_version_3() { return static_cast(offsetof(CredentialEnumerator_t49CCE6816AB3062B27C0640100310C75F881F8D4, ___m_version_3)); } inline int32_t get_m_version_3() const { return ___m_version_3; } inline int32_t* get_address_of_m_version_3() { return &___m_version_3; } inline void set_m_version_3(int32_t value) { ___m_version_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CREDENTIALENUMERATOR_T49CCE6816AB3062B27C0640100310C75F881F8D4_H #ifndef CREDENTIALKEY_TD9C85C1EAB00553C6E95149C27483A28ACD5988C_H #define CREDENTIALKEY_TD9C85C1EAB00553C6E95149C27483A28ACD5988C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CredentialKey struct CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C : public RuntimeObject { public: // System.Uri System.Net.CredentialKey::UriPrefix Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___UriPrefix_0; // System.Int32 System.Net.CredentialKey::UriPrefixLength int32_t ___UriPrefixLength_1; // System.String System.Net.CredentialKey::AuthenticationType String_t* ___AuthenticationType_2; // System.Int32 System.Net.CredentialKey::m_HashCode int32_t ___m_HashCode_3; // System.Boolean System.Net.CredentialKey::m_ComputedHashCode bool ___m_ComputedHashCode_4; public: inline static int32_t get_offset_of_UriPrefix_0() { return static_cast(offsetof(CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C, ___UriPrefix_0)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_UriPrefix_0() const { return ___UriPrefix_0; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_UriPrefix_0() { return &___UriPrefix_0; } inline void set_UriPrefix_0(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ___UriPrefix_0 = value; Il2CppCodeGenWriteBarrier((&___UriPrefix_0), value); } inline static int32_t get_offset_of_UriPrefixLength_1() { return static_cast(offsetof(CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C, ___UriPrefixLength_1)); } inline int32_t get_UriPrefixLength_1() const { return ___UriPrefixLength_1; } inline int32_t* get_address_of_UriPrefixLength_1() { return &___UriPrefixLength_1; } inline void set_UriPrefixLength_1(int32_t value) { ___UriPrefixLength_1 = value; } inline static int32_t get_offset_of_AuthenticationType_2() { return static_cast(offsetof(CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C, ___AuthenticationType_2)); } inline String_t* get_AuthenticationType_2() const { return ___AuthenticationType_2; } inline String_t** get_address_of_AuthenticationType_2() { return &___AuthenticationType_2; } inline void set_AuthenticationType_2(String_t* value) { ___AuthenticationType_2 = value; Il2CppCodeGenWriteBarrier((&___AuthenticationType_2), value); } inline static int32_t get_offset_of_m_HashCode_3() { return static_cast(offsetof(CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C, ___m_HashCode_3)); } inline int32_t get_m_HashCode_3() const { return ___m_HashCode_3; } inline int32_t* get_address_of_m_HashCode_3() { return &___m_HashCode_3; } inline void set_m_HashCode_3(int32_t value) { ___m_HashCode_3 = value; } inline static int32_t get_offset_of_m_ComputedHashCode_4() { return static_cast(offsetof(CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C, ___m_ComputedHashCode_4)); } inline bool get_m_ComputedHashCode_4() const { return ___m_ComputedHashCode_4; } inline bool* get_address_of_m_ComputedHashCode_4() { return &___m_ComputedHashCode_4; } inline void set_m_ComputedHashCode_4(bool value) { ___m_ComputedHashCode_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CREDENTIALKEY_TD9C85C1EAB00553C6E95149C27483A28ACD5988C_H #ifndef DEFAULTCERTIFICATEPOLICY_T2B28BF921CE86F4956EF998580E48C314B14A674_H #define DEFAULTCERTIFICATEPOLICY_T2B28BF921CE86F4956EF998580E48C314B14A674_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.DefaultCertificatePolicy struct DefaultCertificatePolicy_t2B28BF921CE86F4956EF998580E48C314B14A674 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTCERTIFICATEPOLICY_T2B28BF921CE86F4956EF998580E48C314B14A674_H #ifndef DIGESTCLIENT_T2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_H #define DIGESTCLIENT_T2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.DigestClient struct DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C : public RuntimeObject { public: public: }; struct DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_StaticFields { public: // System.Collections.Hashtable System.Net.DigestClient::cache Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___cache_0; public: inline static int32_t get_offset_of_cache_0() { return static_cast(offsetof(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_StaticFields, ___cache_0)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_cache_0() const { return ___cache_0; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_cache_0() { return &___cache_0; } inline void set_cache_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___cache_0 = value; Il2CppCodeGenWriteBarrier((&___cache_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIGESTCLIENT_T2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_H #ifndef DIGESTHEADERPARSER_T86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_H #define DIGESTHEADERPARSER_T86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.DigestHeaderParser struct DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 : public RuntimeObject { public: // System.String System.Net.DigestHeaderParser::header String_t* ___header_0; // System.Int32 System.Net.DigestHeaderParser::length int32_t ___length_1; // System.Int32 System.Net.DigestHeaderParser::pos int32_t ___pos_2; // System.String[] System.Net.DigestHeaderParser::values StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___values_4; public: inline static int32_t get_offset_of_header_0() { return static_cast(offsetof(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9, ___header_0)); } inline String_t* get_header_0() const { return ___header_0; } inline String_t** get_address_of_header_0() { return &___header_0; } inline void set_header_0(String_t* value) { ___header_0 = value; Il2CppCodeGenWriteBarrier((&___header_0), value); } inline static int32_t get_offset_of_length_1() { return static_cast(offsetof(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9, ___length_1)); } inline int32_t get_length_1() const { return ___length_1; } inline int32_t* get_address_of_length_1() { return &___length_1; } inline void set_length_1(int32_t value) { ___length_1 = value; } inline static int32_t get_offset_of_pos_2() { return static_cast(offsetof(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9, ___pos_2)); } inline int32_t get_pos_2() const { return ___pos_2; } inline int32_t* get_address_of_pos_2() { return &___pos_2; } inline void set_pos_2(int32_t value) { ___pos_2 = value; } inline static int32_t get_offset_of_values_4() { return static_cast(offsetof(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9, ___values_4)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_values_4() const { return ___values_4; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_values_4() { return &___values_4; } inline void set_values_4(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___values_4 = value; Il2CppCodeGenWriteBarrier((&___values_4), value); } }; struct DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_StaticFields { public: // System.String[] System.Net.DigestHeaderParser::keywords StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___keywords_3; public: inline static int32_t get_offset_of_keywords_3() { return static_cast(offsetof(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_StaticFields, ___keywords_3)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_keywords_3() const { return ___keywords_3; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_keywords_3() { return &___keywords_3; } inline void set_keywords_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___keywords_3 = value; Il2CppCodeGenWriteBarrier((&___keywords_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIGESTHEADERPARSER_T86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_H #ifndef DNS_T0E6B5B77C654107F106B577875FE899BAF8ADCF9_H #define DNS_T0E6B5B77C654107F106B577875FE899BAF8ADCF9_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Dns struct Dns_t0E6B5B77C654107F106B577875FE899BAF8ADCF9 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DNS_T0E6B5B77C654107F106B577875FE899BAF8ADCF9_H #ifndef EMPTYWEBPROXY_TF6CEF11A280246455534D46AD1710271B8BEE22D_H #define EMPTYWEBPROXY_TF6CEF11A280246455534D46AD1710271B8BEE22D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.EmptyWebProxy struct EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D : public RuntimeObject { public: // System.Net.ICredentials System.Net.EmptyWebProxy::m_credentials RuntimeObject* ___m_credentials_0; public: inline static int32_t get_offset_of_m_credentials_0() { return static_cast(offsetof(EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D, ___m_credentials_0)); } inline RuntimeObject* get_m_credentials_0() const { return ___m_credentials_0; } inline RuntimeObject** get_address_of_m_credentials_0() { return &___m_credentials_0; } inline void set_m_credentials_0(RuntimeObject* value) { ___m_credentials_0 = value; Il2CppCodeGenWriteBarrier((&___m_credentials_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EMPTYWEBPROXY_TF6CEF11A280246455534D46AD1710271B8BEE22D_H #ifndef ENDPOINT_TD87FCEF2780A951E8CE8D808C345FBF2C088D980_H #define ENDPOINT_TD87FCEF2780A951E8CE8D808C345FBF2C088D980_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.EndPoint struct EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENDPOINT_TD87FCEF2780A951E8CE8D808C345FBF2C088D980_H #ifndef EXCEPTIONHELPER_T30F26B61D1E58922E85A71F240DE9AE0D3D4EC43_H #define EXCEPTIONHELPER_T30F26B61D1E58922E85A71F240DE9AE0D3D4EC43_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ExceptionHelper struct ExceptionHelper_t30F26B61D1E58922E85A71F240DE9AE0D3D4EC43 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTIONHELPER_T30F26B61D1E58922E85A71F240DE9AE0D3D4EC43_H #ifndef FILEWEBREQUESTCREATOR_TC02A1A70722C45B078D759F22AE10256A6900C6D_H #define FILEWEBREQUESTCREATOR_TC02A1A70722C45B078D759F22AE10256A6900C6D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FileWebRequestCreator struct FileWebRequestCreator_tC02A1A70722C45B078D759F22AE10256A6900C6D : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEWEBREQUESTCREATOR_TC02A1A70722C45B078D759F22AE10256A6900C6D_H #ifndef FTPASYNCRESULT_TB318D495766A9449055B1D8C8C801095CF2CDEA3_H #define FTPASYNCRESULT_TB318D495766A9449055B1D8C8C801095CF2CDEA3_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FtpAsyncResult struct FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 : public RuntimeObject { public: // System.Net.FtpWebResponse System.Net.FtpAsyncResult::response FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * ___response_0; // System.Threading.ManualResetEvent System.Net.FtpAsyncResult::waitHandle ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___waitHandle_1; // System.Exception System.Net.FtpAsyncResult::exception Exception_t * ___exception_2; // System.AsyncCallback System.Net.FtpAsyncResult::callback AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback_3; // System.IO.Stream System.Net.FtpAsyncResult::stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_4; // System.Object System.Net.FtpAsyncResult::state RuntimeObject * ___state_5; // System.Boolean System.Net.FtpAsyncResult::completed bool ___completed_6; // System.Boolean System.Net.FtpAsyncResult::synch bool ___synch_7; // System.Object System.Net.FtpAsyncResult::locker RuntimeObject * ___locker_8; public: inline static int32_t get_offset_of_response_0() { return static_cast(offsetof(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3, ___response_0)); } inline FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * get_response_0() const { return ___response_0; } inline FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 ** get_address_of_response_0() { return &___response_0; } inline void set_response_0(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * value) { ___response_0 = value; Il2CppCodeGenWriteBarrier((&___response_0), value); } inline static int32_t get_offset_of_waitHandle_1() { return static_cast(offsetof(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3, ___waitHandle_1)); } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_waitHandle_1() const { return ___waitHandle_1; } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_waitHandle_1() { return &___waitHandle_1; } inline void set_waitHandle_1(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value) { ___waitHandle_1 = value; Il2CppCodeGenWriteBarrier((&___waitHandle_1), value); } inline static int32_t get_offset_of_exception_2() { return static_cast(offsetof(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3, ___exception_2)); } inline Exception_t * get_exception_2() const { return ___exception_2; } inline Exception_t ** get_address_of_exception_2() { return &___exception_2; } inline void set_exception_2(Exception_t * value) { ___exception_2 = value; Il2CppCodeGenWriteBarrier((&___exception_2), value); } inline static int32_t get_offset_of_callback_3() { return static_cast(offsetof(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3, ___callback_3)); } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_callback_3() const { return ___callback_3; } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_callback_3() { return &___callback_3; } inline void set_callback_3(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value) { ___callback_3 = value; Il2CppCodeGenWriteBarrier((&___callback_3), value); } inline static int32_t get_offset_of_stream_4() { return static_cast(offsetof(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3, ___stream_4)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_4() const { return ___stream_4; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_4() { return &___stream_4; } inline void set_stream_4(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___stream_4 = value; Il2CppCodeGenWriteBarrier((&___stream_4), value); } inline static int32_t get_offset_of_state_5() { return static_cast(offsetof(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3, ___state_5)); } inline RuntimeObject * get_state_5() const { return ___state_5; } inline RuntimeObject ** get_address_of_state_5() { return &___state_5; } inline void set_state_5(RuntimeObject * value) { ___state_5 = value; Il2CppCodeGenWriteBarrier((&___state_5), value); } inline static int32_t get_offset_of_completed_6() { return static_cast(offsetof(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3, ___completed_6)); } inline bool get_completed_6() const { return ___completed_6; } inline bool* get_address_of_completed_6() { return &___completed_6; } inline void set_completed_6(bool value) { ___completed_6 = value; } inline static int32_t get_offset_of_synch_7() { return static_cast(offsetof(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3, ___synch_7)); } inline bool get_synch_7() const { return ___synch_7; } inline bool* get_address_of_synch_7() { return &___synch_7; } inline void set_synch_7(bool value) { ___synch_7 = value; } inline static int32_t get_offset_of_locker_8() { return static_cast(offsetof(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3, ___locker_8)); } inline RuntimeObject * get_locker_8() const { return ___locker_8; } inline RuntimeObject ** get_address_of_locker_8() { return &___locker_8; } inline void set_locker_8(RuntimeObject * value) { ___locker_8 = value; Il2CppCodeGenWriteBarrier((&___locker_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FTPASYNCRESULT_TB318D495766A9449055B1D8C8C801095CF2CDEA3_H #ifndef FTPREQUESTCREATOR_T2C5CC32221C790FB648AF6276DA861B4ABAC357F_H #define FTPREQUESTCREATOR_T2C5CC32221C790FB648AF6276DA861B4ABAC357F_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FtpRequestCreator struct FtpRequestCreator_t2C5CC32221C790FB648AF6276DA861B4ABAC357F : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FTPREQUESTCREATOR_T2C5CC32221C790FB648AF6276DA861B4ABAC357F_H #ifndef GLOBALPROXYSELECTION_T86396D399ECF560B700387026E2491C588E786E1_H #define GLOBALPROXYSELECTION_T86396D399ECF560B700387026E2491C588E786E1_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.GlobalProxySelection struct GlobalProxySelection_t86396D399ECF560B700387026E2491C588E786E1 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GLOBALPROXYSELECTION_T86396D399ECF560B700387026E2491C588E786E1_H #ifndef HEADERINFO_T08A38618F1A42BEE66373512B83B804DAEAF2EB8_H #define HEADERINFO_T08A38618F1A42BEE66373512B83B804DAEAF2EB8_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HeaderInfo struct HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 : public RuntimeObject { public: // System.Boolean System.Net.HeaderInfo::IsRequestRestricted bool ___IsRequestRestricted_0; // System.Boolean System.Net.HeaderInfo::IsResponseRestricted bool ___IsResponseRestricted_1; // System.Net.HeaderParser System.Net.HeaderInfo::Parser HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * ___Parser_2; // System.String System.Net.HeaderInfo::HeaderName String_t* ___HeaderName_3; // System.Boolean System.Net.HeaderInfo::AllowMultiValues bool ___AllowMultiValues_4; public: inline static int32_t get_offset_of_IsRequestRestricted_0() { return static_cast(offsetof(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8, ___IsRequestRestricted_0)); } inline bool get_IsRequestRestricted_0() const { return ___IsRequestRestricted_0; } inline bool* get_address_of_IsRequestRestricted_0() { return &___IsRequestRestricted_0; } inline void set_IsRequestRestricted_0(bool value) { ___IsRequestRestricted_0 = value; } inline static int32_t get_offset_of_IsResponseRestricted_1() { return static_cast(offsetof(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8, ___IsResponseRestricted_1)); } inline bool get_IsResponseRestricted_1() const { return ___IsResponseRestricted_1; } inline bool* get_address_of_IsResponseRestricted_1() { return &___IsResponseRestricted_1; } inline void set_IsResponseRestricted_1(bool value) { ___IsResponseRestricted_1 = value; } inline static int32_t get_offset_of_Parser_2() { return static_cast(offsetof(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8, ___Parser_2)); } inline HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * get_Parser_2() const { return ___Parser_2; } inline HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E ** get_address_of_Parser_2() { return &___Parser_2; } inline void set_Parser_2(HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * value) { ___Parser_2 = value; Il2CppCodeGenWriteBarrier((&___Parser_2), value); } inline static int32_t get_offset_of_HeaderName_3() { return static_cast(offsetof(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8, ___HeaderName_3)); } inline String_t* get_HeaderName_3() const { return ___HeaderName_3; } inline String_t** get_address_of_HeaderName_3() { return &___HeaderName_3; } inline void set_HeaderName_3(String_t* value) { ___HeaderName_3 = value; Il2CppCodeGenWriteBarrier((&___HeaderName_3), value); } inline static int32_t get_offset_of_AllowMultiValues_4() { return static_cast(offsetof(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8, ___AllowMultiValues_4)); } inline bool get_AllowMultiValues_4() const { return ___AllowMultiValues_4; } inline bool* get_address_of_AllowMultiValues_4() { return &___AllowMultiValues_4; } inline void set_AllowMultiValues_4(bool value) { ___AllowMultiValues_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HEADERINFO_T08A38618F1A42BEE66373512B83B804DAEAF2EB8_H #ifndef HEADERINFOTABLE_T16B4CA77715B871579C8DE60EBD92E8EDD332BAF_H #define HEADERINFOTABLE_T16B4CA77715B871579C8DE60EBD92E8EDD332BAF_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HeaderInfoTable struct HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF : public RuntimeObject { public: public: }; struct HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields { public: // System.Collections.Hashtable System.Net.HeaderInfoTable::HeaderHashTable Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___HeaderHashTable_0; // System.Net.HeaderInfo System.Net.HeaderInfoTable::UnknownHeaderInfo HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * ___UnknownHeaderInfo_1; // System.Net.HeaderParser System.Net.HeaderInfoTable::SingleParser HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * ___SingleParser_2; // System.Net.HeaderParser System.Net.HeaderInfoTable::MultiParser HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * ___MultiParser_3; public: inline static int32_t get_offset_of_HeaderHashTable_0() { return static_cast(offsetof(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields, ___HeaderHashTable_0)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_HeaderHashTable_0() const { return ___HeaderHashTable_0; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_HeaderHashTable_0() { return &___HeaderHashTable_0; } inline void set_HeaderHashTable_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___HeaderHashTable_0 = value; Il2CppCodeGenWriteBarrier((&___HeaderHashTable_0), value); } inline static int32_t get_offset_of_UnknownHeaderInfo_1() { return static_cast(offsetof(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields, ___UnknownHeaderInfo_1)); } inline HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * get_UnknownHeaderInfo_1() const { return ___UnknownHeaderInfo_1; } inline HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 ** get_address_of_UnknownHeaderInfo_1() { return &___UnknownHeaderInfo_1; } inline void set_UnknownHeaderInfo_1(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * value) { ___UnknownHeaderInfo_1 = value; Il2CppCodeGenWriteBarrier((&___UnknownHeaderInfo_1), value); } inline static int32_t get_offset_of_SingleParser_2() { return static_cast(offsetof(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields, ___SingleParser_2)); } inline HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * get_SingleParser_2() const { return ___SingleParser_2; } inline HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E ** get_address_of_SingleParser_2() { return &___SingleParser_2; } inline void set_SingleParser_2(HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * value) { ___SingleParser_2 = value; Il2CppCodeGenWriteBarrier((&___SingleParser_2), value); } inline static int32_t get_offset_of_MultiParser_3() { return static_cast(offsetof(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields, ___MultiParser_3)); } inline HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * get_MultiParser_3() const { return ___MultiParser_3; } inline HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E ** get_address_of_MultiParser_3() { return &___MultiParser_3; } inline void set_MultiParser_3(HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * value) { ___MultiParser_3 = value; Il2CppCodeGenWriteBarrier((&___MultiParser_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HEADERINFOTABLE_T16B4CA77715B871579C8DE60EBD92E8EDD332BAF_H #ifndef HTTPREQUESTCREATOR_TE16C19B09EAACE12BEBA0427796314523601EB1D_H #define HTTPREQUESTCREATOR_TE16C19B09EAACE12BEBA0427796314523601EB1D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpRequestCreator struct HttpRequestCreator_tE16C19B09EAACE12BEBA0427796314523601EB1D : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPREQUESTCREATOR_TE16C19B09EAACE12BEBA0427796314523601EB1D_H #ifndef HTTPVERSION_T6B721B3C551822DC30BA4586D4B46D1C7C2483D1_H #define HTTPVERSION_T6B721B3C551822DC30BA4586D4B46D1C7C2483D1_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpVersion struct HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1 : public RuntimeObject { public: public: }; struct HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields { public: // System.Version System.Net.HttpVersion::Version10 Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___Version10_0; // System.Version System.Net.HttpVersion::Version11 Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___Version11_1; public: inline static int32_t get_offset_of_Version10_0() { return static_cast(offsetof(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields, ___Version10_0)); } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_Version10_0() const { return ___Version10_0; } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_Version10_0() { return &___Version10_0; } inline void set_Version10_0(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value) { ___Version10_0 = value; Il2CppCodeGenWriteBarrier((&___Version10_0), value); } inline static int32_t get_offset_of_Version11_1() { return static_cast(offsetof(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields, ___Version11_1)); } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_Version11_1() const { return ___Version11_1; } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_Version11_1() { return &___Version11_1; } inline void set_Version11_1(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value) { ___Version11_1 = value; Il2CppCodeGenWriteBarrier((&___Version11_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPVERSION_T6B721B3C551822DC30BA4586D4B46D1C7C2483D1_H #ifndef U3CU3EC__DISPLAYCLASS238_0_T772E96E52BE401D5422C8A540FC1B812F2D9B87B_H #define U3CU3EC__DISPLAYCLASS238_0_T772E96E52BE401D5422C8A540FC1B812F2D9B87B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpWebRequest_<>c__DisplayClass238_0 struct U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B : public RuntimeObject { public: // System.Net.WebAsyncResult System.Net.HttpWebRequest_<>c__DisplayClass238_0::aread WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___aread_0; // System.Net.HttpWebRequest System.Net.HttpWebRequest_<>c__DisplayClass238_0::<>4__this HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_aread_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B, ___aread_0)); } inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * get_aread_0() const { return ___aread_0; } inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE ** get_address_of_aread_0() { return &___aread_0; } inline void set_aread_0(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * value) { ___aread_0 = value; Il2CppCodeGenWriteBarrier((&___aread_0), value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B, ___U3CU3E4__this_1)); } inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS238_0_T772E96E52BE401D5422C8A540FC1B812F2D9B87B_H #ifndef IPHOSTENTRY_TB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D_H #define IPHOSTENTRY_TB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.IPHostEntry struct IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D : public RuntimeObject { public: // System.String System.Net.IPHostEntry::hostName String_t* ___hostName_0; // System.String[] System.Net.IPHostEntry::aliases StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___aliases_1; // System.Net.IPAddress[] System.Net.IPHostEntry::addressList IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* ___addressList_2; // System.Boolean System.Net.IPHostEntry::isTrustedHost bool ___isTrustedHost_3; public: inline static int32_t get_offset_of_hostName_0() { return static_cast(offsetof(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D, ___hostName_0)); } inline String_t* get_hostName_0() const { return ___hostName_0; } inline String_t** get_address_of_hostName_0() { return &___hostName_0; } inline void set_hostName_0(String_t* value) { ___hostName_0 = value; Il2CppCodeGenWriteBarrier((&___hostName_0), value); } inline static int32_t get_offset_of_aliases_1() { return static_cast(offsetof(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D, ___aliases_1)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_aliases_1() const { return ___aliases_1; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_aliases_1() { return &___aliases_1; } inline void set_aliases_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___aliases_1 = value; Il2CppCodeGenWriteBarrier((&___aliases_1), value); } inline static int32_t get_offset_of_addressList_2() { return static_cast(offsetof(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D, ___addressList_2)); } inline IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* get_addressList_2() const { return ___addressList_2; } inline IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3** get_address_of_addressList_2() { return &___addressList_2; } inline void set_addressList_2(IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* value) { ___addressList_2 = value; Il2CppCodeGenWriteBarrier((&___addressList_2), value); } inline static int32_t get_offset_of_isTrustedHost_3() { return static_cast(offsetof(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D, ___isTrustedHost_3)); } inline bool get_isTrustedHost_3() const { return ___isTrustedHost_3; } inline bool* get_address_of_isTrustedHost_3() { return &___isTrustedHost_3; } inline void set_isTrustedHost_3(bool value) { ___isTrustedHost_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IPHOSTENTRY_TB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D_H #ifndef LAZYASYNCRESULT_T6D867D275402699126BB3DC89093BD94CFFDA5D3_H #define LAZYASYNCRESULT_T6D867D275402699126BB3DC89093BD94CFFDA5D3_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.LazyAsyncResult struct LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 : public RuntimeObject { public: // System.Object System.Net.LazyAsyncResult::m_AsyncObject RuntimeObject * ___m_AsyncObject_1; // System.Object System.Net.LazyAsyncResult::m_AsyncState RuntimeObject * ___m_AsyncState_2; // System.AsyncCallback System.Net.LazyAsyncResult::m_AsyncCallback AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___m_AsyncCallback_3; // System.Object System.Net.LazyAsyncResult::m_Result RuntimeObject * ___m_Result_4; // System.Int32 System.Net.LazyAsyncResult::m_IntCompleted int32_t ___m_IntCompleted_5; // System.Boolean System.Net.LazyAsyncResult::m_UserEvent bool ___m_UserEvent_6; // System.Object System.Net.LazyAsyncResult::m_Event RuntimeObject * ___m_Event_7; public: inline static int32_t get_offset_of_m_AsyncObject_1() { return static_cast(offsetof(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3, ___m_AsyncObject_1)); } inline RuntimeObject * get_m_AsyncObject_1() const { return ___m_AsyncObject_1; } inline RuntimeObject ** get_address_of_m_AsyncObject_1() { return &___m_AsyncObject_1; } inline void set_m_AsyncObject_1(RuntimeObject * value) { ___m_AsyncObject_1 = value; Il2CppCodeGenWriteBarrier((&___m_AsyncObject_1), value); } inline static int32_t get_offset_of_m_AsyncState_2() { return static_cast(offsetof(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3, ___m_AsyncState_2)); } inline RuntimeObject * get_m_AsyncState_2() const { return ___m_AsyncState_2; } inline RuntimeObject ** get_address_of_m_AsyncState_2() { return &___m_AsyncState_2; } inline void set_m_AsyncState_2(RuntimeObject * value) { ___m_AsyncState_2 = value; Il2CppCodeGenWriteBarrier((&___m_AsyncState_2), value); } inline static int32_t get_offset_of_m_AsyncCallback_3() { return static_cast(offsetof(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3, ___m_AsyncCallback_3)); } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_m_AsyncCallback_3() const { return ___m_AsyncCallback_3; } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_m_AsyncCallback_3() { return &___m_AsyncCallback_3; } inline void set_m_AsyncCallback_3(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value) { ___m_AsyncCallback_3 = value; Il2CppCodeGenWriteBarrier((&___m_AsyncCallback_3), value); } inline static int32_t get_offset_of_m_Result_4() { return static_cast(offsetof(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3, ___m_Result_4)); } inline RuntimeObject * get_m_Result_4() const { return ___m_Result_4; } inline RuntimeObject ** get_address_of_m_Result_4() { return &___m_Result_4; } inline void set_m_Result_4(RuntimeObject * value) { ___m_Result_4 = value; Il2CppCodeGenWriteBarrier((&___m_Result_4), value); } inline static int32_t get_offset_of_m_IntCompleted_5() { return static_cast(offsetof(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3, ___m_IntCompleted_5)); } inline int32_t get_m_IntCompleted_5() const { return ___m_IntCompleted_5; } inline int32_t* get_address_of_m_IntCompleted_5() { return &___m_IntCompleted_5; } inline void set_m_IntCompleted_5(int32_t value) { ___m_IntCompleted_5 = value; } inline static int32_t get_offset_of_m_UserEvent_6() { return static_cast(offsetof(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3, ___m_UserEvent_6)); } inline bool get_m_UserEvent_6() const { return ___m_UserEvent_6; } inline bool* get_address_of_m_UserEvent_6() { return &___m_UserEvent_6; } inline void set_m_UserEvent_6(bool value) { ___m_UserEvent_6 = value; } inline static int32_t get_offset_of_m_Event_7() { return static_cast(offsetof(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3, ___m_Event_7)); } inline RuntimeObject * get_m_Event_7() const { return ___m_Event_7; } inline RuntimeObject ** get_address_of_m_Event_7() { return &___m_Event_7; } inline void set_m_Event_7(RuntimeObject * value) { ___m_Event_7 = value; Il2CppCodeGenWriteBarrier((&___m_Event_7), value); } }; struct LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3_ThreadStaticFields { public: // System.Net.LazyAsyncResult_ThreadContext System.Net.LazyAsyncResult::t_ThreadContext ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * ___t_ThreadContext_0; public: inline static int32_t get_offset_of_t_ThreadContext_0() { return static_cast(offsetof(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3_ThreadStaticFields, ___t_ThreadContext_0)); } inline ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * get_t_ThreadContext_0() const { return ___t_ThreadContext_0; } inline ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 ** get_address_of_t_ThreadContext_0() { return &___t_ThreadContext_0; } inline void set_t_ThreadContext_0(ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * value) { ___t_ThreadContext_0 = value; Il2CppCodeGenWriteBarrier((&___t_ThreadContext_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LAZYASYNCRESULT_T6D867D275402699126BB3DC89093BD94CFFDA5D3_H #ifndef LOGGING_T16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_H #define LOGGING_T16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Logging struct Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70 : public RuntimeObject { public: public: }; struct Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_StaticFields { public: // System.Boolean System.Net.Logging::On bool ___On_0; public: inline static int32_t get_offset_of_On_0() { return static_cast(offsetof(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_StaticFields, ___On_0)); } inline bool get_On_0() const { return ___On_0; } inline bool* get_address_of_On_0() { return &___On_0; } inline void set_On_0(bool value) { ___On_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGGING_T16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_H #ifndef NETWORKCREDENTIAL_TA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062_H #define NETWORKCREDENTIAL_TA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.NetworkCredential struct NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 : public RuntimeObject { public: // System.String System.Net.NetworkCredential::m_domain String_t* ___m_domain_0; // System.String System.Net.NetworkCredential::m_userName String_t* ___m_userName_1; // System.Security.SecureString System.Net.NetworkCredential::m_password SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * ___m_password_2; public: inline static int32_t get_offset_of_m_domain_0() { return static_cast(offsetof(NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062, ___m_domain_0)); } inline String_t* get_m_domain_0() const { return ___m_domain_0; } inline String_t** get_address_of_m_domain_0() { return &___m_domain_0; } inline void set_m_domain_0(String_t* value) { ___m_domain_0 = value; Il2CppCodeGenWriteBarrier((&___m_domain_0), value); } inline static int32_t get_offset_of_m_userName_1() { return static_cast(offsetof(NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062, ___m_userName_1)); } inline String_t* get_m_userName_1() const { return ___m_userName_1; } inline String_t** get_address_of_m_userName_1() { return &___m_userName_1; } inline void set_m_userName_1(String_t* value) { ___m_userName_1 = value; Il2CppCodeGenWriteBarrier((&___m_userName_1), value); } inline static int32_t get_offset_of_m_password_2() { return static_cast(offsetof(NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062, ___m_password_2)); } inline SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * get_m_password_2() const { return ___m_password_2; } inline SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 ** get_address_of_m_password_2() { return &___m_password_2; } inline void set_m_password_2(SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * value) { ___m_password_2 = value; Il2CppCodeGenWriteBarrier((&___m_password_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETWORKCREDENTIAL_TA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062_H #ifndef IPGLOBALPROPERTIES_T7E7512A45C7685568CA6214D97F31262B754285C_H #define IPGLOBALPROPERTIES_T7E7512A45C7685568CA6214D97F31262B754285C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.NetworkInformation.IPGlobalProperties struct IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IPGLOBALPROPERTIES_T7E7512A45C7685568CA6214D97F31262B754285C_H #ifndef PATHLIST_TE89F0E044B0D96268DB20C9B0FC852C690C2DC8A_H #define PATHLIST_TE89F0E044B0D96268DB20C9B0FC852C690C2DC8A_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.PathList struct PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A : public RuntimeObject { public: // System.Collections.SortedList System.Net.PathList::m_list SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * ___m_list_0; public: inline static int32_t get_offset_of_m_list_0() { return static_cast(offsetof(PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A, ___m_list_0)); } inline SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * get_m_list_0() const { return ___m_list_0; } inline SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E ** get_address_of_m_list_0() { return &___m_list_0; } inline void set_m_list_0(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * value) { ___m_list_0 = value; Il2CppCodeGenWriteBarrier((&___m_list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATHLIST_TE89F0E044B0D96268DB20C9B0FC852C690C2DC8A_H #ifndef SERVERCERTVALIDATIONCALLBACK_T431E949AECAE20901007813737F5B26311F5F9FB_H #define SERVERCERTVALIDATIONCALLBACK_T431E949AECAE20901007813737F5B26311F5F9FB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ServerCertValidationCallback struct ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB : public RuntimeObject { public: // System.Net.Security.RemoteCertificateValidationCallback System.Net.ServerCertValidationCallback::m_ValidationCallback RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * ___m_ValidationCallback_0; // System.Threading.ExecutionContext System.Net.ServerCertValidationCallback::m_Context ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___m_Context_1; public: inline static int32_t get_offset_of_m_ValidationCallback_0() { return static_cast(offsetof(ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB, ___m_ValidationCallback_0)); } inline RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * get_m_ValidationCallback_0() const { return ___m_ValidationCallback_0; } inline RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E ** get_address_of_m_ValidationCallback_0() { return &___m_ValidationCallback_0; } inline void set_m_ValidationCallback_0(RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * value) { ___m_ValidationCallback_0 = value; Il2CppCodeGenWriteBarrier((&___m_ValidationCallback_0), value); } inline static int32_t get_offset_of_m_Context_1() { return static_cast(offsetof(ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB, ___m_Context_1)); } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_m_Context_1() const { return ___m_Context_1; } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_m_Context_1() { return &___m_Context_1; } inline void set_m_Context_1(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value) { ___m_Context_1 = value; Il2CppCodeGenWriteBarrier((&___m_Context_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERVERCERTVALIDATIONCALLBACK_T431E949AECAE20901007813737F5B26311F5F9FB_H #ifndef SOCKETADDRESS_TFD1A629405590229D8DAA15D03083147B767C969_H #define SOCKETADDRESS_TFD1A629405590229D8DAA15D03083147B767C969_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.SocketAddress struct SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 : public RuntimeObject { public: // System.Int32 System.Net.SocketAddress::m_Size int32_t ___m_Size_0; // System.Byte[] System.Net.SocketAddress::m_Buffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_Buffer_1; // System.Boolean System.Net.SocketAddress::m_changed bool ___m_changed_2; // System.Int32 System.Net.SocketAddress::m_hash int32_t ___m_hash_3; public: inline static int32_t get_offset_of_m_Size_0() { return static_cast(offsetof(SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969, ___m_Size_0)); } inline int32_t get_m_Size_0() const { return ___m_Size_0; } inline int32_t* get_address_of_m_Size_0() { return &___m_Size_0; } inline void set_m_Size_0(int32_t value) { ___m_Size_0 = value; } inline static int32_t get_offset_of_m_Buffer_1() { return static_cast(offsetof(SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969, ___m_Buffer_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_Buffer_1() const { return ___m_Buffer_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_Buffer_1() { return &___m_Buffer_1; } inline void set_m_Buffer_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___m_Buffer_1 = value; Il2CppCodeGenWriteBarrier((&___m_Buffer_1), value); } inline static int32_t get_offset_of_m_changed_2() { return static_cast(offsetof(SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969, ___m_changed_2)); } inline bool get_m_changed_2() const { return ___m_changed_2; } inline bool* get_address_of_m_changed_2() { return &___m_changed_2; } inline void set_m_changed_2(bool value) { ___m_changed_2 = value; } inline static int32_t get_offset_of_m_hash_3() { return static_cast(offsetof(SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969, ___m_hash_3)); } inline int32_t get_m_hash_3() const { return ___m_hash_3; } inline int32_t* get_address_of_m_hash_3() { return &___m_hash_3; } inline void set_m_hash_3(int32_t value) { ___m_hash_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETADDRESS_TFD1A629405590229D8DAA15D03083147B767C969_H #ifndef WEBPROXY_T075305900B1D4D8BC8FAB08852842E42BC000417_H #define WEBPROXY_T075305900B1D4D8BC8FAB08852842E42BC000417_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebProxy struct WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 : public RuntimeObject { public: // System.Boolean System.Net.WebProxy::_UseRegistry bool ____UseRegistry_0; // System.Boolean System.Net.WebProxy::_BypassOnLocal bool ____BypassOnLocal_1; // System.Boolean System.Net.WebProxy::m_EnableAutoproxy bool ___m_EnableAutoproxy_2; // System.Uri System.Net.WebProxy::_ProxyAddress Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ____ProxyAddress_3; // System.Collections.ArrayList System.Net.WebProxy::_BypassList ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____BypassList_4; // System.Net.ICredentials System.Net.WebProxy::_Credentials RuntimeObject* ____Credentials_5; // System.Text.RegularExpressions.Regex[] System.Net.WebProxy::_RegExBypassList RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53* ____RegExBypassList_6; // System.Collections.Hashtable System.Net.WebProxy::_ProxyHostAddresses Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____ProxyHostAddresses_7; // System.Net.AutoWebProxyScriptEngine System.Net.WebProxy::m_ScriptEngine AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * ___m_ScriptEngine_8; public: inline static int32_t get_offset_of__UseRegistry_0() { return static_cast(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ____UseRegistry_0)); } inline bool get__UseRegistry_0() const { return ____UseRegistry_0; } inline bool* get_address_of__UseRegistry_0() { return &____UseRegistry_0; } inline void set__UseRegistry_0(bool value) { ____UseRegistry_0 = value; } inline static int32_t get_offset_of__BypassOnLocal_1() { return static_cast(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ____BypassOnLocal_1)); } inline bool get__BypassOnLocal_1() const { return ____BypassOnLocal_1; } inline bool* get_address_of__BypassOnLocal_1() { return &____BypassOnLocal_1; } inline void set__BypassOnLocal_1(bool value) { ____BypassOnLocal_1 = value; } inline static int32_t get_offset_of_m_EnableAutoproxy_2() { return static_cast(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ___m_EnableAutoproxy_2)); } inline bool get_m_EnableAutoproxy_2() const { return ___m_EnableAutoproxy_2; } inline bool* get_address_of_m_EnableAutoproxy_2() { return &___m_EnableAutoproxy_2; } inline void set_m_EnableAutoproxy_2(bool value) { ___m_EnableAutoproxy_2 = value; } inline static int32_t get_offset_of__ProxyAddress_3() { return static_cast(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ____ProxyAddress_3)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get__ProxyAddress_3() const { return ____ProxyAddress_3; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of__ProxyAddress_3() { return &____ProxyAddress_3; } inline void set__ProxyAddress_3(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ____ProxyAddress_3 = value; Il2CppCodeGenWriteBarrier((&____ProxyAddress_3), value); } inline static int32_t get_offset_of__BypassList_4() { return static_cast(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ____BypassList_4)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__BypassList_4() const { return ____BypassList_4; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__BypassList_4() { return &____BypassList_4; } inline void set__BypassList_4(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ____BypassList_4 = value; Il2CppCodeGenWriteBarrier((&____BypassList_4), value); } inline static int32_t get_offset_of__Credentials_5() { return static_cast(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ____Credentials_5)); } inline RuntimeObject* get__Credentials_5() const { return ____Credentials_5; } inline RuntimeObject** get_address_of__Credentials_5() { return &____Credentials_5; } inline void set__Credentials_5(RuntimeObject* value) { ____Credentials_5 = value; Il2CppCodeGenWriteBarrier((&____Credentials_5), value); } inline static int32_t get_offset_of__RegExBypassList_6() { return static_cast(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ____RegExBypassList_6)); } inline RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53* get__RegExBypassList_6() const { return ____RegExBypassList_6; } inline RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53** get_address_of__RegExBypassList_6() { return &____RegExBypassList_6; } inline void set__RegExBypassList_6(RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53* value) { ____RegExBypassList_6 = value; Il2CppCodeGenWriteBarrier((&____RegExBypassList_6), value); } inline static int32_t get_offset_of__ProxyHostAddresses_7() { return static_cast(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ____ProxyHostAddresses_7)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__ProxyHostAddresses_7() const { return ____ProxyHostAddresses_7; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__ProxyHostAddresses_7() { return &____ProxyHostAddresses_7; } inline void set__ProxyHostAddresses_7(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ____ProxyHostAddresses_7 = value; Il2CppCodeGenWriteBarrier((&____ProxyHostAddresses_7), value); } inline static int32_t get_offset_of_m_ScriptEngine_8() { return static_cast(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ___m_ScriptEngine_8)); } inline AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * get_m_ScriptEngine_8() const { return ___m_ScriptEngine_8; } inline AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 ** get_address_of_m_ScriptEngine_8() { return &___m_ScriptEngine_8; } inline void set_m_ScriptEngine_8(AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * value) { ___m_ScriptEngine_8 = value; Il2CppCodeGenWriteBarrier((&___m_ScriptEngine_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBPROXY_T075305900B1D4D8BC8FAB08852842E42BC000417_H #ifndef WEBPROXYWRAPPEROPAQUE_T6CC216364481C2A8254832AA0897F770BB494A62_H #define WEBPROXYWRAPPEROPAQUE_T6CC216364481C2A8254832AA0897F770BB494A62_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebRequest_WebProxyWrapperOpaque struct WebProxyWrapperOpaque_t6CC216364481C2A8254832AA0897F770BB494A62 : public RuntimeObject { public: // System.Net.WebProxy System.Net.WebRequest_WebProxyWrapperOpaque::webProxy WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * ___webProxy_0; public: inline static int32_t get_offset_of_webProxy_0() { return static_cast(offsetof(WebProxyWrapperOpaque_t6CC216364481C2A8254832AA0897F770BB494A62, ___webProxy_0)); } inline WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * get_webProxy_0() const { return ___webProxy_0; } inline WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 ** get_address_of_webProxy_0() { return &___webProxy_0; } inline void set_webProxy_0(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * value) { ___webProxy_0 = value; Il2CppCodeGenWriteBarrier((&___webProxy_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBPROXYWRAPPEROPAQUE_T6CC216364481C2A8254832AA0897F770BB494A62_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef CRITICALFINALIZEROBJECT_T8B006E1DEE084E781F5C0F3283E9226E28894DD9_H #define CRITICALFINALIZEROBJECT_T8B006E1DEE084E781F5C0F3283E9226E28894DD9_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRITICALFINALIZEROBJECT_T8B006E1DEE084E781F5C0F3283E9226E28894DD9_H #ifndef SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H #define SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_3; // System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember int32_t ___m_currMember_4; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter RuntimeObject* ___m_converter_5; // System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName String_t* ___m_fullTypeName_6; // System.String System.Runtime.Serialization.SerializationInfo::m_assemName String_t* ___m_assemName_7; // System.Type System.Runtime.Serialization.SerializationInfo::objectType Type_t * ___objectType_8; // System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit bool ___isFullTypeNameSetExplicit_9; // System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit bool ___isAssemblyNameSetExplicit_10; // System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust bool ___requireSameTokenInPartialTrust_11; public: inline static int32_t get_offset_of_m_members_0() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_0)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; } inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___m_members_0 = value; Il2CppCodeGenWriteBarrier((&___m_members_0), value); } inline static int32_t get_offset_of_m_data_1() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_1)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; } inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___m_data_1 = value; Il2CppCodeGenWriteBarrier((&___m_data_1), value); } inline static int32_t get_offset_of_m_types_2() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_2)); } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; } inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value) { ___m_types_2 = value; Il2CppCodeGenWriteBarrier((&___m_types_2), value); } inline static int32_t get_offset_of_m_nameToIndex_3() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_3)); } inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_3() const { return ___m_nameToIndex_3; } inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_3() { return &___m_nameToIndex_3; } inline void set_m_nameToIndex_3(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value) { ___m_nameToIndex_3 = value; Il2CppCodeGenWriteBarrier((&___m_nameToIndex_3), value); } inline static int32_t get_offset_of_m_currMember_4() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_4)); } inline int32_t get_m_currMember_4() const { return ___m_currMember_4; } inline int32_t* get_address_of_m_currMember_4() { return &___m_currMember_4; } inline void set_m_currMember_4(int32_t value) { ___m_currMember_4 = value; } inline static int32_t get_offset_of_m_converter_5() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_5)); } inline RuntimeObject* get_m_converter_5() const { return ___m_converter_5; } inline RuntimeObject** get_address_of_m_converter_5() { return &___m_converter_5; } inline void set_m_converter_5(RuntimeObject* value) { ___m_converter_5 = value; Il2CppCodeGenWriteBarrier((&___m_converter_5), value); } inline static int32_t get_offset_of_m_fullTypeName_6() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_6)); } inline String_t* get_m_fullTypeName_6() const { return ___m_fullTypeName_6; } inline String_t** get_address_of_m_fullTypeName_6() { return &___m_fullTypeName_6; } inline void set_m_fullTypeName_6(String_t* value) { ___m_fullTypeName_6 = value; Il2CppCodeGenWriteBarrier((&___m_fullTypeName_6), value); } inline static int32_t get_offset_of_m_assemName_7() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_7)); } inline String_t* get_m_assemName_7() const { return ___m_assemName_7; } inline String_t** get_address_of_m_assemName_7() { return &___m_assemName_7; } inline void set_m_assemName_7(String_t* value) { ___m_assemName_7 = value; Il2CppCodeGenWriteBarrier((&___m_assemName_7), value); } inline static int32_t get_offset_of_objectType_8() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_8)); } inline Type_t * get_objectType_8() const { return ___objectType_8; } inline Type_t ** get_address_of_objectType_8() { return &___objectType_8; } inline void set_objectType_8(Type_t * value) { ___objectType_8 = value; Il2CppCodeGenWriteBarrier((&___objectType_8), value); } inline static int32_t get_offset_of_isFullTypeNameSetExplicit_9() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_9)); } inline bool get_isFullTypeNameSetExplicit_9() const { return ___isFullTypeNameSetExplicit_9; } inline bool* get_address_of_isFullTypeNameSetExplicit_9() { return &___isFullTypeNameSetExplicit_9; } inline void set_isFullTypeNameSetExplicit_9(bool value) { ___isFullTypeNameSetExplicit_9 = value; } inline static int32_t get_offset_of_isAssemblyNameSetExplicit_10() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_10)); } inline bool get_isAssemblyNameSetExplicit_10() const { return ___isAssemblyNameSetExplicit_10; } inline bool* get_address_of_isAssemblyNameSetExplicit_10() { return &___isAssemblyNameSetExplicit_10; } inline void set_isAssemblyNameSetExplicit_10(bool value) { ___isAssemblyNameSetExplicit_10 = value; } inline static int32_t get_offset_of_requireSameTokenInPartialTrust_11() { return static_cast(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_11)); } inline bool get_requireSameTokenInPartialTrust_11() const { return ___requireSameTokenInPartialTrust_11; } inline bool* get_address_of_requireSameTokenInPartialTrust_11() { return &___requireSameTokenInPartialTrust_11; } inline void set_requireSameTokenInPartialTrust_11(bool value) { ___requireSameTokenInPartialTrust_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H #ifndef HASHALGORITHM_T65659695B16C0BBF05707BF45191A97DC156D6BA_H #define HASHALGORITHM_T65659695B16C0BBF05707BF45191A97DC156D6BA_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue int32_t ___HashSizeValue_0; // System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___HashValue_1; // System.Int32 System.Security.Cryptography.HashAlgorithm::State int32_t ___State_2; // System.Boolean System.Security.Cryptography.HashAlgorithm::m_bDisposed bool ___m_bDisposed_3; public: inline static int32_t get_offset_of_HashSizeValue_0() { return static_cast(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___HashSizeValue_0)); } inline int32_t get_HashSizeValue_0() const { return ___HashSizeValue_0; } inline int32_t* get_address_of_HashSizeValue_0() { return &___HashSizeValue_0; } inline void set_HashSizeValue_0(int32_t value) { ___HashSizeValue_0 = value; } inline static int32_t get_offset_of_HashValue_1() { return static_cast(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___HashValue_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_HashValue_1() const { return ___HashValue_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_HashValue_1() { return &___HashValue_1; } inline void set_HashValue_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___HashValue_1 = value; Il2CppCodeGenWriteBarrier((&___HashValue_1), value); } inline static int32_t get_offset_of_State_2() { return static_cast(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___State_2)); } inline int32_t get_State_2() const { return ___State_2; } inline int32_t* get_address_of_State_2() { return &___State_2; } inline void set_State_2(int32_t value) { ___State_2 = value; } inline static int32_t get_offset_of_m_bDisposed_3() { return static_cast(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___m_bDisposed_3)); } inline bool get_m_bDisposed_3() const { return ___m_bDisposed_3; } inline bool* get_address_of_m_bDisposed_3() { return &___m_bDisposed_3; } inline void set_m_bDisposed_3(bool value) { ___m_bDisposed_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHALGORITHM_T65659695B16C0BBF05707BF45191A97DC156D6BA_H #ifndef RANDOMNUMBERGENERATOR_T12277F7F965BA79C54E4B3BFABD27A5FFB725EE2_H #define RANDOMNUMBERGENERATOR_T12277F7F965BA79C54E4B3BFABD27A5FFB725EE2_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RANDOMNUMBERGENERATOR_T12277F7F965BA79C54E4B3BFABD27A5FFB725EE2_H #ifndef X509CERTIFICATE_T6859B8914E252B6831D6F59A2A720CD23F7FA7B2_H #define X509CERTIFICATE_T6859B8914E252B6831D6F59A2A720CD23F7FA7B2_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 : public RuntimeObject { public: // System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate::impl X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * ___impl_0; // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::hideDates bool ___hideDates_1; // System.String System.Security.Cryptography.X509Certificates.X509Certificate::issuer_name String_t* ___issuer_name_2; // System.String System.Security.Cryptography.X509Certificates.X509Certificate::subject_name String_t* ___subject_name_3; public: inline static int32_t get_offset_of_impl_0() { return static_cast(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___impl_0)); } inline X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * get_impl_0() const { return ___impl_0; } inline X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 ** get_address_of_impl_0() { return &___impl_0; } inline void set_impl_0(X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * value) { ___impl_0 = value; Il2CppCodeGenWriteBarrier((&___impl_0), value); } inline static int32_t get_offset_of_hideDates_1() { return static_cast(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___hideDates_1)); } inline bool get_hideDates_1() const { return ___hideDates_1; } inline bool* get_address_of_hideDates_1() { return &___hideDates_1; } inline void set_hideDates_1(bool value) { ___hideDates_1 = value; } inline static int32_t get_offset_of_issuer_name_2() { return static_cast(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___issuer_name_2)); } inline String_t* get_issuer_name_2() const { return ___issuer_name_2; } inline String_t** get_address_of_issuer_name_2() { return &___issuer_name_2; } inline void set_issuer_name_2(String_t* value) { ___issuer_name_2 = value; Il2CppCodeGenWriteBarrier((&___issuer_name_2), value); } inline static int32_t get_offset_of_subject_name_3() { return static_cast(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___subject_name_3)); } inline String_t* get_subject_name_3() const { return ___subject_name_3; } inline String_t** get_address_of_subject_name_3() { return &___subject_name_3; } inline void set_subject_name_3(String_t* value) { ___subject_name_3 = value; Il2CppCodeGenWriteBarrier((&___subject_name_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATE_T6859B8914E252B6831D6F59A2A720CD23F7FA7B2_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(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(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(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((&___Empty_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H #define ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Encoding struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_9; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_10; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_11; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_12; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_13; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_14; public: inline static int32_t get_offset_of_m_codePage_9() { return static_cast(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) { ___m_codePage_9 = value; } inline static int32_t get_offset_of_dataItem_10() { return static_cast(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) { ___dataItem_10 = value; Il2CppCodeGenWriteBarrier((&___dataItem_10), value); } inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast(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) { ___m_deserializedFromEverett_11 = value; } inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast(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) { ___m_isReadOnly_12 = value; } inline static int32_t get_offset_of_encoderFallback_13() { return static_cast(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) { ___encoderFallback_13 = value; Il2CppCodeGenWriteBarrier((&___encoderFallback_13), value); } inline static int32_t get_offset_of_decoderFallback_14() { return static_cast(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) { ___decoderFallback_14 = value; Il2CppCodeGenWriteBarrier((&___decoderFallback_14), value); } }; 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 RuntimeObject * ___s_InternalSyncObject_15; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(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((&___defaultEncoding_0), value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(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((&___unicodeEncoding_1), value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(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((&___bigEndianUnicode_2), value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(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((&___utf7Encoding_3), value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(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((&___utf8Encoding_4), value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(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((&___utf32Encoding_5), value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(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((&___asciiEncoding_6), value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(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((&___latin1Encoding_7), value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(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((&___encodings_8), value); } inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast(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) { ___s_InternalSyncObject_15 = value; Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(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((&___m_ChunkChars_0), value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(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((&___m_ChunkPrevious_1), value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(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(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(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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef URIBUILDER_T5823C3516668F40DA57B8F41E2AF01261B988905_H #define URIBUILDER_T5823C3516668F40DA57B8F41E2AF01261B988905_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UriBuilder struct UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 : public RuntimeObject { public: // System.Boolean System.UriBuilder::_changed bool ____changed_0; // System.String System.UriBuilder::_fragment String_t* ____fragment_1; // System.String System.UriBuilder::_host String_t* ____host_2; // System.String System.UriBuilder::_password String_t* ____password_3; // System.String System.UriBuilder::_path String_t* ____path_4; // System.Int32 System.UriBuilder::_port int32_t ____port_5; // System.String System.UriBuilder::_query String_t* ____query_6; // System.String System.UriBuilder::_scheme String_t* ____scheme_7; // System.String System.UriBuilder::_schemeDelimiter String_t* ____schemeDelimiter_8; // System.Uri System.UriBuilder::_uri Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ____uri_9; // System.String System.UriBuilder::_username String_t* ____username_10; public: inline static int32_t get_offset_of__changed_0() { return static_cast(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____changed_0)); } inline bool get__changed_0() const { return ____changed_0; } inline bool* get_address_of__changed_0() { return &____changed_0; } inline void set__changed_0(bool value) { ____changed_0 = value; } inline static int32_t get_offset_of__fragment_1() { return static_cast(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____fragment_1)); } inline String_t* get__fragment_1() const { return ____fragment_1; } inline String_t** get_address_of__fragment_1() { return &____fragment_1; } inline void set__fragment_1(String_t* value) { ____fragment_1 = value; Il2CppCodeGenWriteBarrier((&____fragment_1), value); } inline static int32_t get_offset_of__host_2() { return static_cast(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____host_2)); } inline String_t* get__host_2() const { return ____host_2; } inline String_t** get_address_of__host_2() { return &____host_2; } inline void set__host_2(String_t* value) { ____host_2 = value; Il2CppCodeGenWriteBarrier((&____host_2), value); } inline static int32_t get_offset_of__password_3() { return static_cast(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____password_3)); } inline String_t* get__password_3() const { return ____password_3; } inline String_t** get_address_of__password_3() { return &____password_3; } inline void set__password_3(String_t* value) { ____password_3 = value; Il2CppCodeGenWriteBarrier((&____password_3), value); } inline static int32_t get_offset_of__path_4() { return static_cast(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____path_4)); } inline String_t* get__path_4() const { return ____path_4; } inline String_t** get_address_of__path_4() { return &____path_4; } inline void set__path_4(String_t* value) { ____path_4 = value; Il2CppCodeGenWriteBarrier((&____path_4), value); } inline static int32_t get_offset_of__port_5() { return static_cast(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____port_5)); } inline int32_t get__port_5() const { return ____port_5; } inline int32_t* get_address_of__port_5() { return &____port_5; } inline void set__port_5(int32_t value) { ____port_5 = value; } inline static int32_t get_offset_of__query_6() { return static_cast(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____query_6)); } inline String_t* get__query_6() const { return ____query_6; } inline String_t** get_address_of__query_6() { return &____query_6; } inline void set__query_6(String_t* value) { ____query_6 = value; Il2CppCodeGenWriteBarrier((&____query_6), value); } inline static int32_t get_offset_of__scheme_7() { return static_cast(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____scheme_7)); } inline String_t* get__scheme_7() const { return ____scheme_7; } inline String_t** get_address_of__scheme_7() { return &____scheme_7; } inline void set__scheme_7(String_t* value) { ____scheme_7 = value; Il2CppCodeGenWriteBarrier((&____scheme_7), value); } inline static int32_t get_offset_of__schemeDelimiter_8() { return static_cast(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____schemeDelimiter_8)); } inline String_t* get__schemeDelimiter_8() const { return ____schemeDelimiter_8; } inline String_t** get_address_of__schemeDelimiter_8() { return &____schemeDelimiter_8; } inline void set__schemeDelimiter_8(String_t* value) { ____schemeDelimiter_8 = value; Il2CppCodeGenWriteBarrier((&____schemeDelimiter_8), value); } inline static int32_t get_offset_of__uri_9() { return static_cast(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____uri_9)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get__uri_9() const { return ____uri_9; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of__uri_9() { return &____uri_9; } inline void set__uri_9(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ____uri_9 = value; Il2CppCodeGenWriteBarrier((&____uri_9), value); } inline static int32_t get_offset_of__username_10() { return static_cast(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____username_10)); } inline String_t* get__username_10() const { return ____username_10; } inline String_t** get_address_of__username_10() { return &____username_10; } inline void set__username_10(String_t* value) { ____username_10 = value; Il2CppCodeGenWriteBarrier((&____username_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URIBUILDER_T5823C3516668F40DA57B8F41E2AF01261B988905_H #ifndef VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H #define VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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 { }; #endif // VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H #ifndef VERSION_TDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_H #define VERSION_TDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Version struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD : public RuntimeObject { public: // System.Int32 System.Version::_Major int32_t ____Major_0; // System.Int32 System.Version::_Minor int32_t ____Minor_1; // System.Int32 System.Version::_Build int32_t ____Build_2; // System.Int32 System.Version::_Revision int32_t ____Revision_3; public: inline static int32_t get_offset_of__Major_0() { return static_cast(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Major_0)); } inline int32_t get__Major_0() const { return ____Major_0; } inline int32_t* get_address_of__Major_0() { return &____Major_0; } inline void set__Major_0(int32_t value) { ____Major_0 = value; } inline static int32_t get_offset_of__Minor_1() { return static_cast(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Minor_1)); } inline int32_t get__Minor_1() const { return ____Minor_1; } inline int32_t* get_address_of__Minor_1() { return &____Minor_1; } inline void set__Minor_1(int32_t value) { ____Minor_1 = value; } inline static int32_t get_offset_of__Build_2() { return static_cast(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Build_2)); } inline int32_t get__Build_2() const { return ____Build_2; } inline int32_t* get_address_of__Build_2() { return &____Build_2; } inline void set__Build_2(int32_t value) { ____Build_2 = value; } inline static int32_t get_offset_of__Revision_3() { return static_cast(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Revision_3)); } inline int32_t get__Revision_3() const { return ____Revision_3; } inline int32_t* get_address_of__Revision_3() { return &____Revision_3; } inline void set__Revision_3(int32_t value) { ____Revision_3 = value; } }; struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_StaticFields { public: // System.Char[] System.Version::SeparatorsArray CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___SeparatorsArray_4; public: inline static int32_t get_offset_of_SeparatorsArray_4() { return static_cast(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_StaticFields, ___SeparatorsArray_4)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_SeparatorsArray_4() const { return ___SeparatorsArray_4; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_SeparatorsArray_4() { return &___SeparatorsArray_4; } inline void set_SeparatorsArray_4(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___SeparatorsArray_4 = value; Il2CppCodeGenWriteBarrier((&___SeparatorsArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VERSION_TDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_H #ifndef __STATICARRAYINITTYPESIZEU3D12_T6EBCA221EDFF79F50821238316CFA0302EE70E48_H #define __STATICARRAYINITTYPESIZEU3D12_T6EBCA221EDFF79F50821238316CFA0302EE70E48_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ___StaticArrayInitTypeSizeU3D12 struct __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48__padding[12]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D12_T6EBCA221EDFF79F50821238316CFA0302EE70E48_H #ifndef __STATICARRAYINITTYPESIZEU3D128_T4A42759E6E25B0C61E6036A661F4344DE92C2905_H #define __STATICARRAYINITTYPESIZEU3D128_T4A42759E6E25B0C61E6036A661F4344DE92C2905_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ___StaticArrayInitTypeSizeU3D128 struct __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905__padding[128]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D128_T4A42759E6E25B0C61E6036A661F4344DE92C2905_H #ifndef __STATICARRAYINITTYPESIZEU3D14_TC5D421D768E79910C98FB4504BA3B07E43FA77F0_H #define __STATICARRAYINITTYPESIZEU3D14_TC5D421D768E79910C98FB4504BA3B07E43FA77F0_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ___StaticArrayInitTypeSizeU3D14 struct __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0__padding[14]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D14_TC5D421D768E79910C98FB4504BA3B07E43FA77F0_H #ifndef __STATICARRAYINITTYPESIZEU3D256_T548520FAA2CCFC11107E283BF9E43588FAE5F6C7_H #define __STATICARRAYINITTYPESIZEU3D256_T548520FAA2CCFC11107E283BF9E43588FAE5F6C7_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ___StaticArrayInitTypeSizeU3D256 struct __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7__padding[256]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D256_T548520FAA2CCFC11107E283BF9E43588FAE5F6C7_H #ifndef __STATICARRAYINITTYPESIZEU3D3_T4D597C014C0C24F294DC84275F0264DCFCD4C575_H #define __STATICARRAYINITTYPESIZEU3D3_T4D597C014C0C24F294DC84275F0264DCFCD4C575_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ___StaticArrayInitTypeSizeU3D3 struct __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575__padding[3]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D3_T4D597C014C0C24F294DC84275F0264DCFCD4C575_H #ifndef __STATICARRAYINITTYPESIZEU3D32_T5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA_H #define __STATICARRAYINITTYPESIZEU3D32_T5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ___StaticArrayInitTypeSizeU3D32 struct __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA__padding[32]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D32_T5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA_H #ifndef __STATICARRAYINITTYPESIZEU3D44_TE99A9434272A367C976B32D1235A23DA85CC9671_H #define __STATICARRAYINITTYPESIZEU3D44_TE99A9434272A367C976B32D1235A23DA85CC9671_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ___StaticArrayInitTypeSizeU3D44 struct __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671__padding[44]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D44_TE99A9434272A367C976B32D1235A23DA85CC9671_H #ifndef __STATICARRAYINITTYPESIZEU3D6_TB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F_H #define __STATICARRAYINITTYPESIZEU3D6_TB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ___StaticArrayInitTypeSizeU3D6 struct __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F__padding[6]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D6_TB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F_H #ifndef __STATICARRAYINITTYPESIZEU3D9_TAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB_H #define __STATICARRAYINITTYPESIZEU3D9_TAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ___StaticArrayInitTypeSizeU3D9 struct __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB__padding[9]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D9_TAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB_H #ifndef BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H #define BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(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(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((&___TrueString_5), value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(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((&___FalseString_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H #ifndef BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H #define BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H #ifndef CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H #define CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(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(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((&___categoryForLatin1_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H #ifndef DICTIONARYENTRY_TB5348A26B94274FCC1DD77185BD5946E283B11A4_H #define DICTIONARYENTRY_TB5348A26B94274FCC1DD77185BD5946E283B11A4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.DictionaryEntry struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____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((&____key_0), value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____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((&____value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; #endif // DICTIONARYENTRY_TB5348A26B94274FCC1DD77185BD5946E283B11A4_H #ifndef NAMEVALUECOLLECTION_T7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1_H #define NAMEVALUECOLLECTION_T7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.NameValueCollection struct NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 : public NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D { public: // System.String[] System.Collections.Specialized.NameValueCollection::_all StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____all_9; // System.String[] System.Collections.Specialized.NameValueCollection::_allKeys StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____allKeys_10; public: inline static int32_t get_offset_of__all_9() { return static_cast(offsetof(NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1, ____all_9)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__all_9() const { return ____all_9; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__all_9() { return &____all_9; } inline void set__all_9(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ____all_9 = value; Il2CppCodeGenWriteBarrier((&____all_9), value); } inline static int32_t get_offset_of__allKeys_10() { return static_cast(offsetof(NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1, ____allKeys_10)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__allKeys_10() const { return ____allKeys_10; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__allKeys_10() { return &____allKeys_10; } inline void set__allKeys_10(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ____allKeys_10 = value; Il2CppCodeGenWriteBarrier((&____allKeys_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMEVALUECOLLECTION_T7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1_H #ifndef DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H #define DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTime struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((&___DaysToMonth365_29), value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((&___DaysToMonth366_30), value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___MaxValue_32 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H #ifndef DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H #define DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H #ifndef ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H #define ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(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((&___enumSeperatorCharArray_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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 { }; #endif // ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H #ifndef STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H #define STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(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((&____activeReadWriteTask_2), value); } inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast(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((&____asyncActiveSemaphore_3), 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(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((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H #ifndef TEXTREADER_T7DF8314B601D202ECFEDF623093A87BFDAB58D0A_H #define TEXTREADER_T7DF8314B601D202ECFEDF623093A87BFDAB58D0A_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextReader struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { public: public: }; struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields { public: // System.Func`2 System.IO.TextReader::_ReadLineDelegate Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * ____ReadLineDelegate_1; // System.Func`2 System.IO.TextReader::_ReadDelegate Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * ____ReadDelegate_2; // System.IO.TextReader System.IO.TextReader::Null TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___Null_3; public: inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadLineDelegate_1)); } inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; } inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; } inline void set__ReadLineDelegate_1(Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * value) { ____ReadLineDelegate_1 = value; Il2CppCodeGenWriteBarrier((&____ReadLineDelegate_1), value); } inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadDelegate_2)); } inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * get__ReadDelegate_2() const { return ____ReadDelegate_2; } inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; } inline void set__ReadDelegate_2(Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * value) { ____ReadDelegate_2 = value; Il2CppCodeGenWriteBarrier((&____ReadDelegate_2), value); } inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ___Null_3)); } inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_Null_3() const { return ___Null_3; } inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((&___Null_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTREADER_T7DF8314B601D202ECFEDF623093A87BFDAB58D0A_H #ifndef INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H #define INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H #ifndef INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H #define INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(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(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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef IPENDPOINT_TCD29981135F7B1989C3845BF455AD44EBC13DE3F_H #define IPENDPOINT_TCD29981135F7B1989C3845BF455AD44EBC13DE3F_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.IPEndPoint struct IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F : public EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 { public: // System.Net.IPAddress System.Net.IPEndPoint::m_Address IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___m_Address_0; // System.Int32 System.Net.IPEndPoint::m_Port int32_t ___m_Port_1; public: inline static int32_t get_offset_of_m_Address_0() { return static_cast(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F, ___m_Address_0)); } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_m_Address_0() const { return ___m_Address_0; } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_m_Address_0() { return &___m_Address_0; } inline void set_m_Address_0(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value) { ___m_Address_0 = value; Il2CppCodeGenWriteBarrier((&___m_Address_0), value); } inline static int32_t get_offset_of_m_Port_1() { return static_cast(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F, ___m_Port_1)); } inline int32_t get_m_Port_1() const { return ___m_Port_1; } inline int32_t* get_address_of_m_Port_1() { return &___m_Port_1; } inline void set_m_Port_1(int32_t value) { ___m_Port_1 = value; } }; struct IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields { public: // System.Net.IPEndPoint System.Net.IPEndPoint::Any IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___Any_2; // System.Net.IPEndPoint System.Net.IPEndPoint::IPv6Any IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___IPv6Any_3; public: inline static int32_t get_offset_of_Any_2() { return static_cast(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields, ___Any_2)); } inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * get_Any_2() const { return ___Any_2; } inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F ** get_address_of_Any_2() { return &___Any_2; } inline void set_Any_2(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * value) { ___Any_2 = value; Il2CppCodeGenWriteBarrier((&___Any_2), value); } inline static int32_t get_offset_of_IPv6Any_3() { return static_cast(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields, ___IPv6Any_3)); } inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * get_IPv6Any_3() const { return ___IPv6Any_3; } inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F ** get_address_of_IPv6Any_3() { return &___IPv6Any_3; } inline void set_IPv6Any_3(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * value) { ___IPv6Any_3 = value; Il2CppCodeGenWriteBarrier((&___IPv6Any_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IPENDPOINT_TCD29981135F7B1989C3845BF455AD44EBC13DE3F_H #ifndef SYSTEMNETWORKCREDENTIAL_T99999F24C6F16257357D06725EC0365F1666875F_H #define SYSTEMNETWORKCREDENTIAL_T99999F24C6F16257357D06725EC0365F1666875F_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.SystemNetworkCredential struct SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F : public NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 { public: public: }; struct SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F_StaticFields { public: // System.Net.SystemNetworkCredential System.Net.SystemNetworkCredential::defaultCredential SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F * ___defaultCredential_3; public: inline static int32_t get_offset_of_defaultCredential_3() { return static_cast(offsetof(SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F_StaticFields, ___defaultCredential_3)); } inline SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F * get_defaultCredential_3() const { return ___defaultCredential_3; } inline SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F ** get_address_of_defaultCredential_3() { return &___defaultCredential_3; } inline void set_defaultCredential_3(SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F * value) { ___defaultCredential_3 = value; Il2CppCodeGenWriteBarrier((&___defaultCredential_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMNETWORKCREDENTIAL_T99999F24C6F16257357D06725EC0365F1666875F_H #ifndef WEBPROXYWRAPPER_T47B30DCD77853C5079F4944A6FCA329026D84E3B_H #define WEBPROXYWRAPPER_T47B30DCD77853C5079F4944A6FCA329026D84E3B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebRequest_WebProxyWrapper struct WebProxyWrapper_t47B30DCD77853C5079F4944A6FCA329026D84E3B : public WebProxyWrapperOpaque_t6CC216364481C2A8254832AA0897F770BB494A62 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBPROXYWRAPPER_T47B30DCD77853C5079F4944A6FCA329026D84E3B_H #ifndef WEBRESPONSE_T5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD_H #define WEBRESPONSE_T5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebResponse struct WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBRESPONSE_T5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD_H #ifndef NULLABLE_1_T9E6A67BECE376F0623B5C857F5674A0311C41793_H #define NULLABLE_1_T9E6A67BECE376F0623B5C857F5674A0311C41793_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 { public: // T System.Nullable`1::value bool ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T9E6A67BECE376F0623B5C857F5674A0311C41793_H #ifndef MD5_TCED753745572EC20FE5D31D15F132736B5343EE6_H #define MD5_TCED753745572EC20FE5D31D15F132736B5343EE6_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.MD5 struct MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MD5_TCED753745572EC20FE5D31D15F132736B5343EE6_H #ifndef X509CERTIFICATECOLLECTION_T824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_H #define X509CERTIFICATECOLLECTION_T824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 : public CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATECOLLECTION_T824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_H #ifndef SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H #define SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H #ifndef SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H #define SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H #ifndef THREAD_TF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_H #define THREAD_TF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.Thread struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 : public CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 { public: // System.Threading.InternalThread System.Threading.Thread::internal_thread InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * ___internal_thread_6; // System.Object System.Threading.Thread::m_ThreadStartArg RuntimeObject * ___m_ThreadStartArg_7; // System.Object System.Threading.Thread::pending_exception RuntimeObject * ___pending_exception_8; // System.Security.Principal.IPrincipal System.Threading.Thread::principal RuntimeObject* ___principal_9; // System.Int32 System.Threading.Thread::principal_version int32_t ___principal_version_10; // System.MulticastDelegate System.Threading.Thread::m_Delegate MulticastDelegate_t * ___m_Delegate_12; // System.Threading.ExecutionContext System.Threading.Thread::m_ExecutionContext ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___m_ExecutionContext_13; // System.Boolean System.Threading.Thread::m_ExecutionContextBelongsToOuterScope bool ___m_ExecutionContextBelongsToOuterScope_14; public: inline static int32_t get_offset_of_internal_thread_6() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___internal_thread_6)); } inline InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * get_internal_thread_6() const { return ___internal_thread_6; } inline InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 ** get_address_of_internal_thread_6() { return &___internal_thread_6; } inline void set_internal_thread_6(InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * value) { ___internal_thread_6 = value; Il2CppCodeGenWriteBarrier((&___internal_thread_6), value); } inline static int32_t get_offset_of_m_ThreadStartArg_7() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ThreadStartArg_7)); } inline RuntimeObject * get_m_ThreadStartArg_7() const { return ___m_ThreadStartArg_7; } inline RuntimeObject ** get_address_of_m_ThreadStartArg_7() { return &___m_ThreadStartArg_7; } inline void set_m_ThreadStartArg_7(RuntimeObject * value) { ___m_ThreadStartArg_7 = value; Il2CppCodeGenWriteBarrier((&___m_ThreadStartArg_7), value); } inline static int32_t get_offset_of_pending_exception_8() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___pending_exception_8)); } inline RuntimeObject * get_pending_exception_8() const { return ___pending_exception_8; } inline RuntimeObject ** get_address_of_pending_exception_8() { return &___pending_exception_8; } inline void set_pending_exception_8(RuntimeObject * value) { ___pending_exception_8 = value; Il2CppCodeGenWriteBarrier((&___pending_exception_8), value); } inline static int32_t get_offset_of_principal_9() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___principal_9)); } inline RuntimeObject* get_principal_9() const { return ___principal_9; } inline RuntimeObject** get_address_of_principal_9() { return &___principal_9; } inline void set_principal_9(RuntimeObject* value) { ___principal_9 = value; Il2CppCodeGenWriteBarrier((&___principal_9), value); } inline static int32_t get_offset_of_principal_version_10() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___principal_version_10)); } inline int32_t get_principal_version_10() const { return ___principal_version_10; } inline int32_t* get_address_of_principal_version_10() { return &___principal_version_10; } inline void set_principal_version_10(int32_t value) { ___principal_version_10 = value; } inline static int32_t get_offset_of_m_Delegate_12() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_Delegate_12)); } inline MulticastDelegate_t * get_m_Delegate_12() const { return ___m_Delegate_12; } inline MulticastDelegate_t ** get_address_of_m_Delegate_12() { return &___m_Delegate_12; } inline void set_m_Delegate_12(MulticastDelegate_t * value) { ___m_Delegate_12 = value; Il2CppCodeGenWriteBarrier((&___m_Delegate_12), value); } inline static int32_t get_offset_of_m_ExecutionContext_13() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ExecutionContext_13)); } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_m_ExecutionContext_13() const { return ___m_ExecutionContext_13; } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_m_ExecutionContext_13() { return &___m_ExecutionContext_13; } inline void set_m_ExecutionContext_13(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value) { ___m_ExecutionContext_13 = value; Il2CppCodeGenWriteBarrier((&___m_ExecutionContext_13), value); } inline static int32_t get_offset_of_m_ExecutionContextBelongsToOuterScope_14() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ExecutionContextBelongsToOuterScope_14)); } inline bool get_m_ExecutionContextBelongsToOuterScope_14() const { return ___m_ExecutionContextBelongsToOuterScope_14; } inline bool* get_address_of_m_ExecutionContextBelongsToOuterScope_14() { return &___m_ExecutionContextBelongsToOuterScope_14; } inline void set_m_ExecutionContextBelongsToOuterScope_14(bool value) { ___m_ExecutionContextBelongsToOuterScope_14 = value; } }; struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields { public: // System.LocalDataStoreMgr System.Threading.Thread::s_LocalDataStoreMgr LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * ___s_LocalDataStoreMgr_0; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentCulture AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * ___s_asyncLocalCurrentCulture_4; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentUICulture AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * ___s_asyncLocalCurrentUICulture_5; public: inline static int32_t get_offset_of_s_LocalDataStoreMgr_0() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_LocalDataStoreMgr_0)); } inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * get_s_LocalDataStoreMgr_0() const { return ___s_LocalDataStoreMgr_0; } inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 ** get_address_of_s_LocalDataStoreMgr_0() { return &___s_LocalDataStoreMgr_0; } inline void set_s_LocalDataStoreMgr_0(LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * value) { ___s_LocalDataStoreMgr_0 = value; Il2CppCodeGenWriteBarrier((&___s_LocalDataStoreMgr_0), value); } inline static int32_t get_offset_of_s_asyncLocalCurrentCulture_4() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_asyncLocalCurrentCulture_4)); } inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * get_s_asyncLocalCurrentCulture_4() const { return ___s_asyncLocalCurrentCulture_4; } inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A ** get_address_of_s_asyncLocalCurrentCulture_4() { return &___s_asyncLocalCurrentCulture_4; } inline void set_s_asyncLocalCurrentCulture_4(AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * value) { ___s_asyncLocalCurrentCulture_4 = value; Il2CppCodeGenWriteBarrier((&___s_asyncLocalCurrentCulture_4), value); } inline static int32_t get_offset_of_s_asyncLocalCurrentUICulture_5() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_asyncLocalCurrentUICulture_5)); } inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * get_s_asyncLocalCurrentUICulture_5() const { return ___s_asyncLocalCurrentUICulture_5; } inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A ** get_address_of_s_asyncLocalCurrentUICulture_5() { return &___s_asyncLocalCurrentUICulture_5; } inline void set_s_asyncLocalCurrentUICulture_5(AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * value) { ___s_asyncLocalCurrentUICulture_5 = value; Il2CppCodeGenWriteBarrier((&___s_asyncLocalCurrentUICulture_5), value); } }; struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields { public: // System.LocalDataStoreHolder System.Threading.Thread::s_LocalDataStore LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * ___s_LocalDataStore_1; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentCulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_CurrentCulture_2; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentUICulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_CurrentUICulture_3; // System.Threading.Thread System.Threading.Thread::current_thread Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * ___current_thread_11; public: inline static int32_t get_offset_of_s_LocalDataStore_1() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___s_LocalDataStore_1)); } inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * get_s_LocalDataStore_1() const { return ___s_LocalDataStore_1; } inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 ** get_address_of_s_LocalDataStore_1() { return &___s_LocalDataStore_1; } inline void set_s_LocalDataStore_1(LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * value) { ___s_LocalDataStore_1 = value; Il2CppCodeGenWriteBarrier((&___s_LocalDataStore_1), value); } inline static int32_t get_offset_of_m_CurrentCulture_2() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___m_CurrentCulture_2)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_CurrentCulture_2() const { return ___m_CurrentCulture_2; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_CurrentCulture_2() { return &___m_CurrentCulture_2; } inline void set_m_CurrentCulture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___m_CurrentCulture_2 = value; Il2CppCodeGenWriteBarrier((&___m_CurrentCulture_2), value); } inline static int32_t get_offset_of_m_CurrentUICulture_3() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___m_CurrentUICulture_3)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_CurrentUICulture_3() const { return ___m_CurrentUICulture_3; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_CurrentUICulture_3() { return &___m_CurrentUICulture_3; } inline void set_m_CurrentUICulture_3(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___m_CurrentUICulture_3 = value; Il2CppCodeGenWriteBarrier((&___m_CurrentUICulture_3), value); } inline static int32_t get_offset_of_current_thread_11() { return static_cast(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___current_thread_11)); } inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * get_current_thread_11() const { return ___current_thread_11; } inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 ** get_address_of_current_thread_11() { return &___current_thread_11; } inline void set_current_thread_11(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * value) { ___current_thread_11 = value; Il2CppCodeGenWriteBarrier((&___current_thread_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREAD_TF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_H #ifndef UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H #define UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H #ifndef VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H #define VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017 { public: union { struct { }; uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_TD3F45A95FC1F3A32916F221D83F290D182AD6291_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_TD3F45A95FC1F3A32916F221D83F290D182AD6291_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields { public: // ___StaticArrayInitTypeSizeU3D14 ::0283A6AF88802AB45989B29549915BEA0F6CD515 __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 ___0283A6AF88802AB45989B29549915BEA0F6CD515_0; // System.Int64 ::03F4297FCC30D0FD5E420E5D26E7FA711167C7EF int64_t ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; // ___StaticArrayInitTypeSizeU3D9 ::1A39764B112685485A5BA7B2880D878B858C1A7A __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB ___1A39764B112685485A5BA7B2880D878B858C1A7A_2; // ___StaticArrayInitTypeSizeU3D3 ::1A84029C80CB5518379F199F53FF08A7B764F8FD __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; // ___StaticArrayInitTypeSizeU3D12 ::3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; // ___StaticArrayInitTypeSizeU3D32 ::59F5BD34B6C013DEACC784F69C67E95150033A84 __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___59F5BD34B6C013DEACC784F69C67E95150033A84_5; // ___StaticArrayInitTypeSizeU3D6 ::5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6; // ___StaticArrayInitTypeSizeU3D9 ::6D49C9D487D7AD3491ECE08732D68A593CC2038D __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7; // ___StaticArrayInitTypeSizeU3D128 ::6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8; // ___StaticArrayInitTypeSizeU3D44 ::8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3 __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9; // System.Int64 ::98A44A6F8606AE6F23FE230286C1D6FBCC407226 int64_t ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10; // ___StaticArrayInitTypeSizeU3D32 ::C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536 __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11; // ___StaticArrayInitTypeSizeU3D128 ::CCEEADA43268372341F81AE0C9208C6856441C04 __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 ___CCEEADA43268372341F81AE0C9208C6856441C04_12; // System.Int64 ::E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78 int64_t ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13; // ___StaticArrayInitTypeSizeU3D32 ::EC5842B3154E1AF94500B57220EB9F684BCCC42A __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14; // ___StaticArrayInitTypeSizeU3D256 ::EEAFE8C6E1AB017237567305EE925C976CDB6458 __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15; public: inline static int32_t get_offset_of_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___0283A6AF88802AB45989B29549915BEA0F6CD515_0)); } inline __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 get_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() const { return ___0283A6AF88802AB45989B29549915BEA0F6CD515_0; } inline __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 * get_address_of_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() { return &___0283A6AF88802AB45989B29549915BEA0F6CD515_0; } inline void set_U30283A6AF88802AB45989B29549915BEA0F6CD515_0(__StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 value) { ___0283A6AF88802AB45989B29549915BEA0F6CD515_0 = value; } inline static int32_t get_offset_of_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1)); } inline int64_t get_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() const { return ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; } inline int64_t* get_address_of_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() { return &___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; } inline void set_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1(int64_t value) { ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1 = value; } inline static int32_t get_offset_of_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___1A39764B112685485A5BA7B2880D878B858C1A7A_2)); } inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB get_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() const { return ___1A39764B112685485A5BA7B2880D878B858C1A7A_2; } inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB * get_address_of_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() { return &___1A39764B112685485A5BA7B2880D878B858C1A7A_2; } inline void set_U31A39764B112685485A5BA7B2880D878B858C1A7A_2(__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB value) { ___1A39764B112685485A5BA7B2880D878B858C1A7A_2 = value; } inline static int32_t get_offset_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3)); } inline __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 get_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() const { return ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; } inline __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 * get_address_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() { return &___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; } inline void set_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3(__StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 value) { ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3 = value; } inline static int32_t get_offset_of_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4)); } inline __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 get_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() const { return ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; } inline __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 * get_address_of_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() { return &___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; } inline void set_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4(__StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 value) { ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4 = value; } inline static int32_t get_offset_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___59F5BD34B6C013DEACC784F69C67E95150033A84_5)); } inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_U359F5BD34B6C013DEACC784F69C67E95150033A84_5() const { return ___59F5BD34B6C013DEACC784F69C67E95150033A84_5; } inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_5() { return &___59F5BD34B6C013DEACC784F69C67E95150033A84_5; } inline void set_U359F5BD34B6C013DEACC784F69C67E95150033A84_5(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value) { ___59F5BD34B6C013DEACC784F69C67E95150033A84_5 = value; } inline static int32_t get_offset_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6)); } inline __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F get_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6() const { return ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6; } inline __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F * get_address_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6() { return &___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6; } inline void set_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6(__StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F value) { ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6 = value; } inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7)); } inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7; } inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7; } inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7(__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB value) { ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7 = value; } inline static int32_t get_offset_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8)); } inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 get_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8() const { return ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8; } inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 * get_address_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8() { return &___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8; } inline void set_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8(__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 value) { ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8 = value; } inline static int32_t get_offset_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9)); } inline __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 get_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9() const { return ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9; } inline __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 * get_address_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9() { return &___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9; } inline void set_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9(__StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 value) { ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9 = value; } inline static int32_t get_offset_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10)); } inline int64_t get_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10() const { return ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10; } inline int64_t* get_address_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10() { return &___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10; } inline void set_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10(int64_t value) { ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10 = value; } inline static int32_t get_offset_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11)); } inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11() const { return ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11; } inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11() { return &___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11; } inline void set_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value) { ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11 = value; } inline static int32_t get_offset_of_CCEEADA43268372341F81AE0C9208C6856441C04_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___CCEEADA43268372341F81AE0C9208C6856441C04_12)); } inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 get_CCEEADA43268372341F81AE0C9208C6856441C04_12() const { return ___CCEEADA43268372341F81AE0C9208C6856441C04_12; } inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 * get_address_of_CCEEADA43268372341F81AE0C9208C6856441C04_12() { return &___CCEEADA43268372341F81AE0C9208C6856441C04_12; } inline void set_CCEEADA43268372341F81AE0C9208C6856441C04_12(__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 value) { ___CCEEADA43268372341F81AE0C9208C6856441C04_12 = value; } inline static int32_t get_offset_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13)); } inline int64_t get_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13() const { return ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13; } inline int64_t* get_address_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13() { return &___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13; } inline void set_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13(int64_t value) { ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13 = value; } inline static int32_t get_offset_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14)); } inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14() const { return ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14; } inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14() { return &___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14; } inline void set_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value) { ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14 = value; } inline static int32_t get_offset_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15)); } inline __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 get_EEAFE8C6E1AB017237567305EE925C976CDB6458_15() const { return ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15; } inline __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 * get_address_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_15() { return &___EEAFE8C6E1AB017237567305EE925C976CDB6458_15; } inline void set_EEAFE8C6E1AB017237567305EE925C976CDB6458_15(__StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 value) { ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_TD3F45A95FC1F3A32916F221D83F290D182AD6291_H #ifndef TLSPROTOCOLS_T25D1B0EFE5CC77B30D19258E7AC462AB4D828163_H #define TLSPROTOCOLS_T25D1B0EFE5CC77B30D19258E7AC462AB4D828163_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Interface.TlsProtocols struct TlsProtocols_t25D1B0EFE5CC77B30D19258E7AC462AB4D828163 { public: // System.Int32 Mono.Security.Interface.TlsProtocols::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TlsProtocols_t25D1B0EFE5CC77B30D19258E7AC462AB4D828163, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TLSPROTOCOLS_T25D1B0EFE5CC77B30D19258E7AC462AB4D828163_H #ifndef ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H #define ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(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((&___m_paramName_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H #ifndef HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H #define HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject { public: // System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___buckets_0; // System.Int32 System.Collections.Hashtable::count int32_t ___count_1; // System.Int32 System.Collections.Hashtable::occupancy int32_t ___occupancy_2; // System.Int32 System.Collections.Hashtable::loadsize int32_t ___loadsize_3; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_4; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version int32_t ___version_5; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress bool ___isWriterInProgress_6; // System.Collections.ICollection System.Collections.Hashtable::keys RuntimeObject* ___keys_7; // System.Collections.ICollection System.Collections.Hashtable::values RuntimeObject* ___values_8; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_9; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject * ____syncRoot_10; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_0)); } inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_0() const { return ___buckets_0; } inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((&___buckets_0), value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } inline static int32_t get_offset_of_occupancy_2() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___occupancy_2)); } inline int32_t get_occupancy_2() const { return ___occupancy_2; } inline int32_t* get_address_of_occupancy_2() { return &___occupancy_2; } inline void set_occupancy_2(int32_t value) { ___occupancy_2 = value; } inline static int32_t get_offset_of_loadsize_3() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadsize_3)); } inline int32_t get_loadsize_3() const { return ___loadsize_3; } inline int32_t* get_address_of_loadsize_3() { return &___loadsize_3; } inline void set_loadsize_3(int32_t value) { ___loadsize_3 = value; } inline static int32_t get_offset_of_loadFactor_4() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadFactor_4)); } inline float get_loadFactor_4() const { return ___loadFactor_4; } inline float* get_address_of_loadFactor_4() { return &___loadFactor_4; } inline void set_loadFactor_4(float value) { ___loadFactor_4 = value; } inline static int32_t get_offset_of_version_5() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___version_5)); } inline int32_t get_version_5() const { return ___version_5; } inline int32_t* get_address_of_version_5() { return &___version_5; } inline void set_version_5(int32_t value) { ___version_5 = value; } inline static int32_t get_offset_of_isWriterInProgress_6() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___isWriterInProgress_6)); } inline bool get_isWriterInProgress_6() const { return ___isWriterInProgress_6; } inline bool* get_address_of_isWriterInProgress_6() { return &___isWriterInProgress_6; } inline void set_isWriterInProgress_6(bool value) { ___isWriterInProgress_6 = value; } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___keys_7)); } inline RuntimeObject* get_keys_7() const { return ___keys_7; } inline RuntimeObject** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(RuntimeObject* value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((&___keys_7), value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___values_8)); } inline RuntimeObject* get_values_8() const { return ___values_8; } inline RuntimeObject** get_address_of_values_8() { return &___values_8; } inline void set_values_8(RuntimeObject* value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((&___values_8), value); } inline static int32_t get_offset_of__keycomparer_9() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____keycomparer_9)); } inline RuntimeObject* get__keycomparer_9() const { return ____keycomparer_9; } inline RuntimeObject** get_address_of__keycomparer_9() { return &____keycomparer_9; } inline void set__keycomparer_9(RuntimeObject* value) { ____keycomparer_9 = value; Il2CppCodeGenWriteBarrier((&____keycomparer_9), value); } inline static int32_t get_offset_of__syncRoot_10() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____syncRoot_10)); } inline RuntimeObject * get__syncRoot_10() const { return ____syncRoot_10; } inline RuntimeObject ** get_address_of__syncRoot_10() { return &____syncRoot_10; } inline void set__syncRoot_10(RuntimeObject * value) { ____syncRoot_10 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H #ifndef DELEGATE_T_H #define DELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(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(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(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((&___m_target_2), value); } inline static int32_t get_offset_of_method_3() { return static_cast(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(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(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(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(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((&___method_info_7), value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(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((&___original_method_info_8), value); } inline static int32_t get_offset_of_data_9() { return static_cast(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((&___data_9), value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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; }; #endif // DELEGATE_T_H #ifndef FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H #define FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.FormatException struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H #ifndef DATETIMESTYLES_TD09B34DB3747CD91D8AAA1238C7595845715301E_H #define DATETIMESTYLES_TD09B34DB3747CD91D8AAA1238C7595845715301E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.DateTimeStyles struct DateTimeStyles_tD09B34DB3747CD91D8AAA1238C7595845715301E { public: // System.Int32 System.Globalization.DateTimeStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeStyles_tD09B34DB3747CD91D8AAA1238C7595845715301E, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMESTYLES_TD09B34DB3747CD91D8AAA1238C7595845715301E_H #ifndef NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H #define NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.NumberStyles struct NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H #ifndef COMPRESSIONMODE_TA81E7327FA16C35AE7E4DF2C914F7FA17BD5CA5C_H #define COMPRESSIONMODE_TA81E7327FA16C35AE7E4DF2C914F7FA17BD5CA5C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Compression.CompressionMode struct CompressionMode_tA81E7327FA16C35AE7E4DF2C914F7FA17BD5CA5C { public: // System.Int32 System.IO.Compression.CompressionMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompressionMode_tA81E7327FA16C35AE7E4DF2C914F7FA17BD5CA5C, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPRESSIONMODE_TA81E7327FA16C35AE7E4DF2C914F7FA17BD5CA5C_H #ifndef GZIPSTREAM_T8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588_H #define GZIPSTREAM_T8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Compression.GZipStream struct GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.IO.Compression.DeflateStream System.IO.Compression.GZipStream::_deflateStream DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * ____deflateStream_4; public: inline static int32_t get_offset_of__deflateStream_4() { return static_cast(offsetof(GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588, ____deflateStream_4)); } inline DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * get__deflateStream_4() const { return ____deflateStream_4; } inline DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE ** get_address_of__deflateStream_4() { return &____deflateStream_4; } inline void set__deflateStream_4(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * value) { ____deflateStream_4 = value; Il2CppCodeGenWriteBarrier((&____deflateStream_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GZIPSTREAM_T8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588_H #ifndef FILEACCESS_T31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_H #define FILEACCESS_T31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileAccess struct FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6 { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEACCESS_T31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_H #ifndef FILEMODE_TD19D05B1E6CAF201F88401B04FDB25227664C419_H #define FILEMODE_TD19D05B1E6CAF201F88401B04FDB25227664C419_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileMode struct FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419 { public: // System.Int32 System.IO.FileMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEMODE_TD19D05B1E6CAF201F88401B04FDB25227664C419_H #ifndef FILESHARE_T9AA8473BBE5DD8532CEAF3F48F26DA5A25A93684_H #define FILESHARE_T9AA8473BBE5DD8532CEAF3F48F26DA5A25A93684_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileShare struct FileShare_t9AA8473BBE5DD8532CEAF3F48F26DA5A25A93684 { public: // System.Int32 System.IO.FileShare::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileShare_t9AA8473BBE5DD8532CEAF3F48F26DA5A25A93684, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESHARE_T9AA8473BBE5DD8532CEAF3F48F26DA5A25A93684_H #ifndef IOEXCEPTION_T60E052020EDE4D3075F57A1DCC224FF8864354BA_H #define IOEXCEPTION_T60E052020EDE4D3075F57A1DCC224FF8864354BA_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.IOException struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA, ____maybeFullPath_17)); } inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; } inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; } inline void set__maybeFullPath_17(String_t* value) { ____maybeFullPath_17 = value; Il2CppCodeGenWriteBarrier((&____maybeFullPath_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IOEXCEPTION_T60E052020EDE4D3075F57A1DCC224FF8864354BA_H #ifndef MEMORYSTREAM_T495F44B85E6B4DDE2BB7E17DE963256A74E2298C_H #define MEMORYSTREAM_T495F44B85E6B4DDE2BB7E17DE963256A74E2298C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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.IO.MemoryStream::_lastReadTask Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * ____lastReadTask_13; public: inline static int32_t get_offset_of__buffer_4() { return static_cast(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((&____buffer_4), value); } inline static int32_t get_offset_of__origin_5() { return static_cast(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(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(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(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(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(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(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(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(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((&____lastReadTask_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMORYSTREAM_T495F44B85E6B4DDE2BB7E17DE963256A74E2298C_H #ifndef SEEKORIGIN_TAC0AF155E3D8B36359FAD8A95FACA23169D55BB3_H #define SEEKORIGIN_TAC0AF155E3D8B36359FAD8A95FACA23169D55BB3_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.SeekOrigin struct SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3 { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SEEKORIGIN_TAC0AF155E3D8B36359FAD8A95FACA23169D55BB3_H #ifndef STREAMREADER_T62E68063760DCD2FC036AE132DE69C24B7ED001E_H #define STREAMREADER_T62E68063760DCD2FC036AE132DE69C24B7ED001E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StreamReader struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E : public TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A { public: // System.IO.Stream System.IO.StreamReader::stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_5; // System.Text.Encoding System.IO.StreamReader::encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_6; // System.Text.Decoder System.IO.StreamReader::decoder Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___decoder_7; // System.Byte[] System.IO.StreamReader::byteBuffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuffer_8; // System.Char[] System.IO.StreamReader::charBuffer CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___charBuffer_9; // System.Byte[] System.IO.StreamReader::_preamble ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____preamble_10; // System.Int32 System.IO.StreamReader::charPos int32_t ___charPos_11; // System.Int32 System.IO.StreamReader::charLen int32_t ___charLen_12; // System.Int32 System.IO.StreamReader::byteLen int32_t ___byteLen_13; // System.Int32 System.IO.StreamReader::bytePos int32_t ___bytePos_14; // System.Int32 System.IO.StreamReader::_maxCharsPerBuffer int32_t ____maxCharsPerBuffer_15; // System.Boolean System.IO.StreamReader::_detectEncoding bool ____detectEncoding_16; // System.Boolean System.IO.StreamReader::_checkPreamble bool ____checkPreamble_17; // System.Boolean System.IO.StreamReader::_isBlocked bool ____isBlocked_18; // System.Boolean System.IO.StreamReader::_closable bool ____closable_19; // System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamReader::_asyncReadTask Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ____asyncReadTask_20; public: inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___stream_5)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_5() const { return ___stream_5; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((&___stream_5), value); } inline static int32_t get_offset_of_encoding_6() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___encoding_6)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_6() const { return ___encoding_6; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_6() { return &___encoding_6; } inline void set_encoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___encoding_6 = value; Il2CppCodeGenWriteBarrier((&___encoding_6), value); } inline static int32_t get_offset_of_decoder_7() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___decoder_7)); } inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * get_decoder_7() const { return ___decoder_7; } inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 ** get_address_of_decoder_7() { return &___decoder_7; } inline void set_decoder_7(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * value) { ___decoder_7 = value; Il2CppCodeGenWriteBarrier((&___decoder_7), value); } inline static int32_t get_offset_of_byteBuffer_8() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___byteBuffer_8)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_byteBuffer_8() const { return ___byteBuffer_8; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_byteBuffer_8() { return &___byteBuffer_8; } inline void set_byteBuffer_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___byteBuffer_8 = value; Il2CppCodeGenWriteBarrier((&___byteBuffer_8), value); } inline static int32_t get_offset_of_charBuffer_9() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charBuffer_9)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_charBuffer_9() const { return ___charBuffer_9; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_charBuffer_9() { return &___charBuffer_9; } inline void set_charBuffer_9(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___charBuffer_9 = value; Il2CppCodeGenWriteBarrier((&___charBuffer_9), value); } inline static int32_t get_offset_of__preamble_10() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____preamble_10)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__preamble_10() const { return ____preamble_10; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__preamble_10() { return &____preamble_10; } inline void set__preamble_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____preamble_10 = value; Il2CppCodeGenWriteBarrier((&____preamble_10), value); } inline static int32_t get_offset_of_charPos_11() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charPos_11)); } inline int32_t get_charPos_11() const { return ___charPos_11; } inline int32_t* get_address_of_charPos_11() { return &___charPos_11; } inline void set_charPos_11(int32_t value) { ___charPos_11 = value; } inline static int32_t get_offset_of_charLen_12() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charLen_12)); } inline int32_t get_charLen_12() const { return ___charLen_12; } inline int32_t* get_address_of_charLen_12() { return &___charLen_12; } inline void set_charLen_12(int32_t value) { ___charLen_12 = value; } inline static int32_t get_offset_of_byteLen_13() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___byteLen_13)); } inline int32_t get_byteLen_13() const { return ___byteLen_13; } inline int32_t* get_address_of_byteLen_13() { return &___byteLen_13; } inline void set_byteLen_13(int32_t value) { ___byteLen_13 = value; } inline static int32_t get_offset_of_bytePos_14() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___bytePos_14)); } inline int32_t get_bytePos_14() const { return ___bytePos_14; } inline int32_t* get_address_of_bytePos_14() { return &___bytePos_14; } inline void set_bytePos_14(int32_t value) { ___bytePos_14 = value; } inline static int32_t get_offset_of__maxCharsPerBuffer_15() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____maxCharsPerBuffer_15)); } inline int32_t get__maxCharsPerBuffer_15() const { return ____maxCharsPerBuffer_15; } inline int32_t* get_address_of__maxCharsPerBuffer_15() { return &____maxCharsPerBuffer_15; } inline void set__maxCharsPerBuffer_15(int32_t value) { ____maxCharsPerBuffer_15 = value; } inline static int32_t get_offset_of__detectEncoding_16() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____detectEncoding_16)); } inline bool get__detectEncoding_16() const { return ____detectEncoding_16; } inline bool* get_address_of__detectEncoding_16() { return &____detectEncoding_16; } inline void set__detectEncoding_16(bool value) { ____detectEncoding_16 = value; } inline static int32_t get_offset_of__checkPreamble_17() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____checkPreamble_17)); } inline bool get__checkPreamble_17() const { return ____checkPreamble_17; } inline bool* get_address_of__checkPreamble_17() { return &____checkPreamble_17; } inline void set__checkPreamble_17(bool value) { ____checkPreamble_17 = value; } inline static int32_t get_offset_of__isBlocked_18() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____isBlocked_18)); } inline bool get__isBlocked_18() const { return ____isBlocked_18; } inline bool* get_address_of__isBlocked_18() { return &____isBlocked_18; } inline void set__isBlocked_18(bool value) { ____isBlocked_18 = value; } inline static int32_t get_offset_of__closable_19() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____closable_19)); } inline bool get__closable_19() const { return ____closable_19; } inline bool* get_address_of__closable_19() { return &____closable_19; } inline void set__closable_19(bool value) { ____closable_19 = value; } inline static int32_t get_offset_of__asyncReadTask_20() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____asyncReadTask_20)); } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get__asyncReadTask_20() const { return ____asyncReadTask_20; } inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of__asyncReadTask_20() { return &____asyncReadTask_20; } inline void set__asyncReadTask_20(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value) { ____asyncReadTask_20 = value; Il2CppCodeGenWriteBarrier((&____asyncReadTask_20), value); } }; struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_StaticFields { public: // System.IO.StreamReader System.IO.StreamReader::Null StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___Null_4; public: inline static int32_t get_offset_of_Null_4() { return static_cast(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_StaticFields, ___Null_4)); } inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * get_Null_4() const { return ___Null_4; } inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E ** get_address_of_Null_4() { return &___Null_4; } inline void set_Null_4(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * value) { ___Null_4 = value; Il2CppCodeGenWriteBarrier((&___Null_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMREADER_T62E68063760DCD2FC036AE132DE69C24B7ED001E_H #ifndef INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H #define INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidOperationException struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H #ifndef CLOSEEXSTATE_T7AD30E3EACEBBAF7661B1AC45F7BC018DA33E429_H #define CLOSEEXSTATE_T7AD30E3EACEBBAF7661B1AC45F7BC018DA33E429_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CloseExState struct CloseExState_t7AD30E3EACEBBAF7661B1AC45F7BC018DA33E429 { public: // System.Int32 System.Net.CloseExState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CloseExState_t7AD30E3EACEBBAF7661B1AC45F7BC018DA33E429, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLOSEEXSTATE_T7AD30E3EACEBBAF7661B1AC45F7BC018DA33E429_H #ifndef COOKIECOLLECTION_T69ADF0ABD99419E54AB4740B341D94F443D995A3_H #define COOKIECOLLECTION_T69ADF0ABD99419E54AB4740B341D94F443D995A3_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CookieCollection struct CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 : public RuntimeObject { public: // System.Int32 System.Net.CookieCollection::m_version int32_t ___m_version_0; // System.Collections.ArrayList System.Net.CookieCollection::m_list ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___m_list_1; // System.DateTime System.Net.CookieCollection::m_TimeStamp DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_TimeStamp_2; // System.Boolean System.Net.CookieCollection::m_has_other_versions bool ___m_has_other_versions_3; // System.Boolean System.Net.CookieCollection::m_IsReadOnly bool ___m_IsReadOnly_4; public: inline static int32_t get_offset_of_m_version_0() { return static_cast(offsetof(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3, ___m_version_0)); } inline int32_t get_m_version_0() const { return ___m_version_0; } inline int32_t* get_address_of_m_version_0() { return &___m_version_0; } inline void set_m_version_0(int32_t value) { ___m_version_0 = value; } inline static int32_t get_offset_of_m_list_1() { return static_cast(offsetof(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3, ___m_list_1)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_m_list_1() const { return ___m_list_1; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_m_list_1() { return &___m_list_1; } inline void set_m_list_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___m_list_1 = value; Il2CppCodeGenWriteBarrier((&___m_list_1), value); } inline static int32_t get_offset_of_m_TimeStamp_2() { return static_cast(offsetof(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3, ___m_TimeStamp_2)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_TimeStamp_2() const { return ___m_TimeStamp_2; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_TimeStamp_2() { return &___m_TimeStamp_2; } inline void set_m_TimeStamp_2(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___m_TimeStamp_2 = value; } inline static int32_t get_offset_of_m_has_other_versions_3() { return static_cast(offsetof(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3, ___m_has_other_versions_3)); } inline bool get_m_has_other_versions_3() const { return ___m_has_other_versions_3; } inline bool* get_address_of_m_has_other_versions_3() { return &___m_has_other_versions_3; } inline void set_m_has_other_versions_3(bool value) { ___m_has_other_versions_3 = value; } inline static int32_t get_offset_of_m_IsReadOnly_4() { return static_cast(offsetof(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3, ___m_IsReadOnly_4)); } inline bool get_m_IsReadOnly_4() const { return ___m_IsReadOnly_4; } inline bool* get_address_of_m_IsReadOnly_4() { return &___m_IsReadOnly_4; } inline void set_m_IsReadOnly_4(bool value) { ___m_IsReadOnly_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COOKIECOLLECTION_T69ADF0ABD99419E54AB4740B341D94F443D995A3_H #ifndef STAMP_T06B0F70FA36D78E86543007609E79740E8BB87BE_H #define STAMP_T06B0F70FA36D78E86543007609E79740E8BB87BE_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CookieCollection_Stamp struct Stamp_t06B0F70FA36D78E86543007609E79740E8BB87BE { public: // System.Int32 System.Net.CookieCollection_Stamp::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Stamp_t06B0F70FA36D78E86543007609E79740E8BB87BE, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STAMP_T06B0F70FA36D78E86543007609E79740E8BB87BE_H #ifndef COOKIETOKEN_TB2F88831DE62615EAABB9CBF6CCFDFCD0A0D88B8_H #define COOKIETOKEN_TB2F88831DE62615EAABB9CBF6CCFDFCD0A0D88B8_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CookieToken struct CookieToken_tB2F88831DE62615EAABB9CBF6CCFDFCD0A0D88B8 { public: // System.Int32 System.Net.CookieToken::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CookieToken_tB2F88831DE62615EAABB9CBF6CCFDFCD0A0D88B8, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COOKIETOKEN_TB2F88831DE62615EAABB9CBF6CCFDFCD0A0D88B8_H #ifndef COOKIEVARIANT_T896D38AC6FBE01ADFB532B04C5E0E19842256CFC_H #define COOKIEVARIANT_T896D38AC6FBE01ADFB532B04C5E0E19842256CFC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CookieVariant struct CookieVariant_t896D38AC6FBE01ADFB532B04C5E0E19842256CFC { public: // System.Int32 System.Net.CookieVariant::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CookieVariant_t896D38AC6FBE01ADFB532B04C5E0E19842256CFC, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COOKIEVARIANT_T896D38AC6FBE01ADFB532B04C5E0E19842256CFC_H #ifndef DECOMPRESSIONMETHODS_T828950DA24A3D2B4A635E51125685CDB629ED51D_H #define DECOMPRESSIONMETHODS_T828950DA24A3D2B4A635E51125685CDB629ED51D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.DecompressionMethods struct DecompressionMethods_t828950DA24A3D2B4A635E51125685CDB629ED51D { public: // System.Int32 System.Net.DecompressionMethods::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DecompressionMethods_t828950DA24A3D2B4A635E51125685CDB629ED51D, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECOMPRESSIONMETHODS_T828950DA24A3D2B4A635E51125685CDB629ED51D_H #ifndef DIGESTSESSION_TCFF843AD732355E50F57213B29E91E9016A17627_H #define DIGESTSESSION_TCFF843AD732355E50F57213B29E91E9016A17627_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.DigestSession struct DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 : public RuntimeObject { public: // System.DateTime System.Net.DigestSession::lastUse DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___lastUse_1; // System.Int32 System.Net.DigestSession::_nc int32_t ____nc_2; // System.Security.Cryptography.HashAlgorithm System.Net.DigestSession::hash HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___hash_3; // System.Net.DigestHeaderParser System.Net.DigestSession::parser DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * ___parser_4; // System.String System.Net.DigestSession::_cnonce String_t* ____cnonce_5; public: inline static int32_t get_offset_of_lastUse_1() { return static_cast(offsetof(DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627, ___lastUse_1)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_lastUse_1() const { return ___lastUse_1; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_lastUse_1() { return &___lastUse_1; } inline void set_lastUse_1(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___lastUse_1 = value; } inline static int32_t get_offset_of__nc_2() { return static_cast(offsetof(DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627, ____nc_2)); } inline int32_t get__nc_2() const { return ____nc_2; } inline int32_t* get_address_of__nc_2() { return &____nc_2; } inline void set__nc_2(int32_t value) { ____nc_2 = value; } inline static int32_t get_offset_of_hash_3() { return static_cast(offsetof(DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627, ___hash_3)); } inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * get_hash_3() const { return ___hash_3; } inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA ** get_address_of_hash_3() { return &___hash_3; } inline void set_hash_3(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * value) { ___hash_3 = value; Il2CppCodeGenWriteBarrier((&___hash_3), value); } inline static int32_t get_offset_of_parser_4() { return static_cast(offsetof(DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627, ___parser_4)); } inline DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * get_parser_4() const { return ___parser_4; } inline DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 ** get_address_of_parser_4() { return &___parser_4; } inline void set_parser_4(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * value) { ___parser_4 = value; Il2CppCodeGenWriteBarrier((&___parser_4), value); } inline static int32_t get_offset_of__cnonce_5() { return static_cast(offsetof(DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627, ____cnonce_5)); } inline String_t* get__cnonce_5() const { return ____cnonce_5; } inline String_t** get_address_of__cnonce_5() { return &____cnonce_5; } inline void set__cnonce_5(String_t* value) { ____cnonce_5 = value; Il2CppCodeGenWriteBarrier((&____cnonce_5), value); } }; struct DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_StaticFields { public: // System.Security.Cryptography.RandomNumberGenerator System.Net.DigestSession::rng RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ___rng_0; public: inline static int32_t get_offset_of_rng_0() { return static_cast(offsetof(DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_StaticFields, ___rng_0)); } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get_rng_0() const { return ___rng_0; } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of_rng_0() { return &___rng_0; } inline void set_rng_0(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value) { ___rng_0 = value; Il2CppCodeGenWriteBarrier((&___rng_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIGESTSESSION_TCFF843AD732355E50F57213B29E91E9016A17627_H #ifndef FTPDATASTREAM_TBF423F55CA0947ED2BF909BEA79DA349338DD3B1_H #define FTPDATASTREAM_TBF423F55CA0947ED2BF909BEA79DA349338DD3B1_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FtpDataStream struct FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.Net.FtpWebRequest System.Net.FtpDataStream::request FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * ___request_4; // System.IO.Stream System.Net.FtpDataStream::networkStream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___networkStream_5; // System.Boolean System.Net.FtpDataStream::disposed bool ___disposed_6; // System.Boolean System.Net.FtpDataStream::isRead bool ___isRead_7; // System.Int32 System.Net.FtpDataStream::totalRead int32_t ___totalRead_8; public: inline static int32_t get_offset_of_request_4() { return static_cast(offsetof(FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1, ___request_4)); } inline FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * get_request_4() const { return ___request_4; } inline FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA ** get_address_of_request_4() { return &___request_4; } inline void set_request_4(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * value) { ___request_4 = value; Il2CppCodeGenWriteBarrier((&___request_4), value); } inline static int32_t get_offset_of_networkStream_5() { return static_cast(offsetof(FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1, ___networkStream_5)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_networkStream_5() const { return ___networkStream_5; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_networkStream_5() { return &___networkStream_5; } inline void set_networkStream_5(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___networkStream_5 = value; Il2CppCodeGenWriteBarrier((&___networkStream_5), value); } inline static int32_t get_offset_of_disposed_6() { return static_cast(offsetof(FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1, ___disposed_6)); } inline bool get_disposed_6() const { return ___disposed_6; } inline bool* get_address_of_disposed_6() { return &___disposed_6; } inline void set_disposed_6(bool value) { ___disposed_6 = value; } inline static int32_t get_offset_of_isRead_7() { return static_cast(offsetof(FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1, ___isRead_7)); } inline bool get_isRead_7() const { return ___isRead_7; } inline bool* get_address_of_isRead_7() { return &___isRead_7; } inline void set_isRead_7(bool value) { ___isRead_7 = value; } inline static int32_t get_offset_of_totalRead_8() { return static_cast(offsetof(FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1, ___totalRead_8)); } inline int32_t get_totalRead_8() const { return ___totalRead_8; } inline int32_t* get_address_of_totalRead_8() { return &___totalRead_8; } inline void set_totalRead_8(int32_t value) { ___totalRead_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FTPDATASTREAM_TBF423F55CA0947ED2BF909BEA79DA349338DD3B1_H #ifndef FTPSTATUSCODE_T25AB6DADF4DE44C0973C59F53A7D797F009F8C67_H #define FTPSTATUSCODE_T25AB6DADF4DE44C0973C59F53A7D797F009F8C67_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FtpStatusCode struct FtpStatusCode_t25AB6DADF4DE44C0973C59F53A7D797F009F8C67 { public: // System.Int32 System.Net.FtpStatusCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FtpStatusCode_t25AB6DADF4DE44C0973C59F53A7D797F009F8C67, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FTPSTATUSCODE_T25AB6DADF4DE44C0973C59F53A7D797F009F8C67_H #ifndef REQUESTSTATE_T850C56F50136642DB235E32D764586B31C248731_H #define REQUESTSTATE_T850C56F50136642DB235E32D764586B31C248731_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FtpWebRequest_RequestState struct RequestState_t850C56F50136642DB235E32D764586B31C248731 { public: // System.Int32 System.Net.FtpWebRequest_RequestState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RequestState_t850C56F50136642DB235E32D764586B31C248731, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REQUESTSTATE_T850C56F50136642DB235E32D764586B31C248731_H #ifndef HTTPREQUESTHEADER_T796D2FA1B84E45F31604A0BE5DE90CAE66712654_H #define HTTPREQUESTHEADER_T796D2FA1B84E45F31604A0BE5DE90CAE66712654_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpRequestHeader struct HttpRequestHeader_t796D2FA1B84E45F31604A0BE5DE90CAE66712654 { public: // System.Int32 System.Net.HttpRequestHeader::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HttpRequestHeader_t796D2FA1B84E45F31604A0BE5DE90CAE66712654, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPREQUESTHEADER_T796D2FA1B84E45F31604A0BE5DE90CAE66712654_H #ifndef HTTPSTATUSCODE_TEEC31491D56EE5BDB252F07906878274FD22AC0C_H #define HTTPSTATUSCODE_TEEC31491D56EE5BDB252F07906878274FD22AC0C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpStatusCode struct HttpStatusCode_tEEC31491D56EE5BDB252F07906878274FD22AC0C { public: // System.Int32 System.Net.HttpStatusCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HttpStatusCode_tEEC31491D56EE5BDB252F07906878274FD22AC0C, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPSTATUSCODE_TEEC31491D56EE5BDB252F07906878274FD22AC0C_H #ifndef NTLMAUTHSTATE_TF501EE09345DFAE6FD7B4D8EBBE77292514DFA83_H #define NTLMAUTHSTATE_TF501EE09345DFAE6FD7B4D8EBBE77292514DFA83_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpWebRequest_NtlmAuthState struct NtlmAuthState_tF501EE09345DFAE6FD7B4D8EBBE77292514DFA83 { public: // System.Int32 System.Net.HttpWebRequest_NtlmAuthState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NtlmAuthState_tF501EE09345DFAE6FD7B4D8EBBE77292514DFA83, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NTLMAUTHSTATE_TF501EE09345DFAE6FD7B4D8EBBE77292514DFA83_H #ifndef READSTATE_T4A38DE8AC8A5473133060405B3A00021D4422114_H #define READSTATE_T4A38DE8AC8A5473133060405B3A00021D4422114_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ReadState struct ReadState_t4A38DE8AC8A5473133060405B3A00021D4422114 { public: // System.Int32 System.Net.ReadState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReadState_t4A38DE8AC8A5473133060405B3A00021D4422114, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // READSTATE_T4A38DE8AC8A5473133060405B3A00021D4422114_H #ifndef AUTHENTICATEDSTREAM_T3DD09B1EB437BE77A9B0536EC26005B6914BF501_H #define AUTHENTICATEDSTREAM_T3DD09B1EB437BE77A9B0536EC26005B6914BF501_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Security.AuthenticatedStream struct AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.IO.Stream System.Net.Security.AuthenticatedStream::_InnerStream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ____InnerStream_4; // System.Boolean System.Net.Security.AuthenticatedStream::_LeaveStreamOpen bool ____LeaveStreamOpen_5; public: inline static int32_t get_offset_of__InnerStream_4() { return static_cast(offsetof(AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501, ____InnerStream_4)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get__InnerStream_4() const { return ____InnerStream_4; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of__InnerStream_4() { return &____InnerStream_4; } inline void set__InnerStream_4(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ____InnerStream_4 = value; Il2CppCodeGenWriteBarrier((&____InnerStream_4), value); } inline static int32_t get_offset_of__LeaveStreamOpen_5() { return static_cast(offsetof(AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501, ____LeaveStreamOpen_5)); } inline bool get__LeaveStreamOpen_5() const { return ____LeaveStreamOpen_5; } inline bool* get_address_of__LeaveStreamOpen_5() { return &____LeaveStreamOpen_5; } inline void set__LeaveStreamOpen_5(bool value) { ____LeaveStreamOpen_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHENTICATEDSTREAM_T3DD09B1EB437BE77A9B0536EC26005B6914BF501_H #ifndef AUTHENTICATIONLEVEL_TC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B_H #define AUTHENTICATIONLEVEL_TC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Security.AuthenticationLevel struct AuthenticationLevel_tC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B { public: // System.Int32 System.Net.Security.AuthenticationLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AuthenticationLevel_tC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHENTICATIONLEVEL_TC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B_H #ifndef SSLPOLICYERRORS_TD39D8AA1FDBFBC6745122C5A899F10A1C9258671_H #define SSLPOLICYERRORS_TD39D8AA1FDBFBC6745122C5A899F10A1C9258671_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Security.SslPolicyErrors struct SslPolicyErrors_tD39D8AA1FDBFBC6745122C5A899F10A1C9258671 { public: // System.Int32 System.Net.Security.SslPolicyErrors::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SslPolicyErrors_tD39D8AA1FDBFBC6745122C5A899F10A1C9258671, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SSLPOLICYERRORS_TD39D8AA1FDBFBC6745122C5A899F10A1C9258671_H #ifndef SERVICEPOINT_T5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4_H #define SERVICEPOINT_T5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ServicePoint struct ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 : public RuntimeObject { public: // System.Uri System.Net.ServicePoint::uri Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri_0; // System.Int32 System.Net.ServicePoint::connectionLimit int32_t ___connectionLimit_1; // System.Int32 System.Net.ServicePoint::maxIdleTime int32_t ___maxIdleTime_2; // System.Int32 System.Net.ServicePoint::currentConnections int32_t ___currentConnections_3; // System.DateTime System.Net.ServicePoint::idleSince DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___idleSince_4; // System.DateTime System.Net.ServicePoint::lastDnsResolve DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___lastDnsResolve_5; // System.Version System.Net.ServicePoint::protocolVersion Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___protocolVersion_6; // System.Net.IPHostEntry System.Net.ServicePoint::host IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * ___host_7; // System.Boolean System.Net.ServicePoint::usesProxy bool ___usesProxy_8; // System.Collections.Generic.Dictionary`2 System.Net.ServicePoint::groups Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * ___groups_9; // System.Boolean System.Net.ServicePoint::sendContinue bool ___sendContinue_10; // System.Boolean System.Net.ServicePoint::useConnect bool ___useConnect_11; // System.Object System.Net.ServicePoint::hostE RuntimeObject * ___hostE_12; // System.Boolean System.Net.ServicePoint::useNagle bool ___useNagle_13; // System.Net.BindIPEndPoint System.Net.ServicePoint::endPointCallback BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * ___endPointCallback_14; // System.Boolean System.Net.ServicePoint::tcp_keepalive bool ___tcp_keepalive_15; // System.Int32 System.Net.ServicePoint::tcp_keepalive_time int32_t ___tcp_keepalive_time_16; // System.Int32 System.Net.ServicePoint::tcp_keepalive_interval int32_t ___tcp_keepalive_interval_17; // System.Threading.Timer System.Net.ServicePoint::idleTimer Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * ___idleTimer_18; // System.Object System.Net.ServicePoint::m_ServerCertificateOrBytes RuntimeObject * ___m_ServerCertificateOrBytes_19; // System.Object System.Net.ServicePoint::m_ClientCertificateOrBytes RuntimeObject * ___m_ClientCertificateOrBytes_20; public: inline static int32_t get_offset_of_uri_0() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___uri_0)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_uri_0() const { return ___uri_0; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_uri_0() { return &___uri_0; } inline void set_uri_0(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ___uri_0 = value; Il2CppCodeGenWriteBarrier((&___uri_0), value); } inline static int32_t get_offset_of_connectionLimit_1() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___connectionLimit_1)); } inline int32_t get_connectionLimit_1() const { return ___connectionLimit_1; } inline int32_t* get_address_of_connectionLimit_1() { return &___connectionLimit_1; } inline void set_connectionLimit_1(int32_t value) { ___connectionLimit_1 = value; } inline static int32_t get_offset_of_maxIdleTime_2() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___maxIdleTime_2)); } inline int32_t get_maxIdleTime_2() const { return ___maxIdleTime_2; } inline int32_t* get_address_of_maxIdleTime_2() { return &___maxIdleTime_2; } inline void set_maxIdleTime_2(int32_t value) { ___maxIdleTime_2 = value; } inline static int32_t get_offset_of_currentConnections_3() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___currentConnections_3)); } inline int32_t get_currentConnections_3() const { return ___currentConnections_3; } inline int32_t* get_address_of_currentConnections_3() { return &___currentConnections_3; } inline void set_currentConnections_3(int32_t value) { ___currentConnections_3 = value; } inline static int32_t get_offset_of_idleSince_4() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___idleSince_4)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_idleSince_4() const { return ___idleSince_4; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_idleSince_4() { return &___idleSince_4; } inline void set_idleSince_4(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___idleSince_4 = value; } inline static int32_t get_offset_of_lastDnsResolve_5() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___lastDnsResolve_5)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_lastDnsResolve_5() const { return ___lastDnsResolve_5; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_lastDnsResolve_5() { return &___lastDnsResolve_5; } inline void set_lastDnsResolve_5(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___lastDnsResolve_5 = value; } inline static int32_t get_offset_of_protocolVersion_6() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___protocolVersion_6)); } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_protocolVersion_6() const { return ___protocolVersion_6; } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_protocolVersion_6() { return &___protocolVersion_6; } inline void set_protocolVersion_6(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value) { ___protocolVersion_6 = value; Il2CppCodeGenWriteBarrier((&___protocolVersion_6), value); } inline static int32_t get_offset_of_host_7() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___host_7)); } inline IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * get_host_7() const { return ___host_7; } inline IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D ** get_address_of_host_7() { return &___host_7; } inline void set_host_7(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * value) { ___host_7 = value; Il2CppCodeGenWriteBarrier((&___host_7), value); } inline static int32_t get_offset_of_usesProxy_8() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___usesProxy_8)); } inline bool get_usesProxy_8() const { return ___usesProxy_8; } inline bool* get_address_of_usesProxy_8() { return &___usesProxy_8; } inline void set_usesProxy_8(bool value) { ___usesProxy_8 = value; } inline static int32_t get_offset_of_groups_9() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___groups_9)); } inline Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * get_groups_9() const { return ___groups_9; } inline Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 ** get_address_of_groups_9() { return &___groups_9; } inline void set_groups_9(Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * value) { ___groups_9 = value; Il2CppCodeGenWriteBarrier((&___groups_9), value); } inline static int32_t get_offset_of_sendContinue_10() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___sendContinue_10)); } inline bool get_sendContinue_10() const { return ___sendContinue_10; } inline bool* get_address_of_sendContinue_10() { return &___sendContinue_10; } inline void set_sendContinue_10(bool value) { ___sendContinue_10 = value; } inline static int32_t get_offset_of_useConnect_11() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___useConnect_11)); } inline bool get_useConnect_11() const { return ___useConnect_11; } inline bool* get_address_of_useConnect_11() { return &___useConnect_11; } inline void set_useConnect_11(bool value) { ___useConnect_11 = value; } inline static int32_t get_offset_of_hostE_12() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___hostE_12)); } inline RuntimeObject * get_hostE_12() const { return ___hostE_12; } inline RuntimeObject ** get_address_of_hostE_12() { return &___hostE_12; } inline void set_hostE_12(RuntimeObject * value) { ___hostE_12 = value; Il2CppCodeGenWriteBarrier((&___hostE_12), value); } inline static int32_t get_offset_of_useNagle_13() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___useNagle_13)); } inline bool get_useNagle_13() const { return ___useNagle_13; } inline bool* get_address_of_useNagle_13() { return &___useNagle_13; } inline void set_useNagle_13(bool value) { ___useNagle_13 = value; } inline static int32_t get_offset_of_endPointCallback_14() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___endPointCallback_14)); } inline BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * get_endPointCallback_14() const { return ___endPointCallback_14; } inline BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 ** get_address_of_endPointCallback_14() { return &___endPointCallback_14; } inline void set_endPointCallback_14(BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * value) { ___endPointCallback_14 = value; Il2CppCodeGenWriteBarrier((&___endPointCallback_14), value); } inline static int32_t get_offset_of_tcp_keepalive_15() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___tcp_keepalive_15)); } inline bool get_tcp_keepalive_15() const { return ___tcp_keepalive_15; } inline bool* get_address_of_tcp_keepalive_15() { return &___tcp_keepalive_15; } inline void set_tcp_keepalive_15(bool value) { ___tcp_keepalive_15 = value; } inline static int32_t get_offset_of_tcp_keepalive_time_16() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___tcp_keepalive_time_16)); } inline int32_t get_tcp_keepalive_time_16() const { return ___tcp_keepalive_time_16; } inline int32_t* get_address_of_tcp_keepalive_time_16() { return &___tcp_keepalive_time_16; } inline void set_tcp_keepalive_time_16(int32_t value) { ___tcp_keepalive_time_16 = value; } inline static int32_t get_offset_of_tcp_keepalive_interval_17() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___tcp_keepalive_interval_17)); } inline int32_t get_tcp_keepalive_interval_17() const { return ___tcp_keepalive_interval_17; } inline int32_t* get_address_of_tcp_keepalive_interval_17() { return &___tcp_keepalive_interval_17; } inline void set_tcp_keepalive_interval_17(int32_t value) { ___tcp_keepalive_interval_17 = value; } inline static int32_t get_offset_of_idleTimer_18() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___idleTimer_18)); } inline Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * get_idleTimer_18() const { return ___idleTimer_18; } inline Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 ** get_address_of_idleTimer_18() { return &___idleTimer_18; } inline void set_idleTimer_18(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * value) { ___idleTimer_18 = value; Il2CppCodeGenWriteBarrier((&___idleTimer_18), value); } inline static int32_t get_offset_of_m_ServerCertificateOrBytes_19() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___m_ServerCertificateOrBytes_19)); } inline RuntimeObject * get_m_ServerCertificateOrBytes_19() const { return ___m_ServerCertificateOrBytes_19; } inline RuntimeObject ** get_address_of_m_ServerCertificateOrBytes_19() { return &___m_ServerCertificateOrBytes_19; } inline void set_m_ServerCertificateOrBytes_19(RuntimeObject * value) { ___m_ServerCertificateOrBytes_19 = value; Il2CppCodeGenWriteBarrier((&___m_ServerCertificateOrBytes_19), value); } inline static int32_t get_offset_of_m_ClientCertificateOrBytes_20() { return static_cast(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___m_ClientCertificateOrBytes_20)); } inline RuntimeObject * get_m_ClientCertificateOrBytes_20() const { return ___m_ClientCertificateOrBytes_20; } inline RuntimeObject ** get_address_of_m_ClientCertificateOrBytes_20() { return &___m_ClientCertificateOrBytes_20; } inline void set_m_ClientCertificateOrBytes_20(RuntimeObject * value) { ___m_ClientCertificateOrBytes_20 = value; Il2CppCodeGenWriteBarrier((&___m_ClientCertificateOrBytes_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERVICEPOINT_T5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4_H #ifndef SIMPLEASYNCRESULT_TA572851810F8E279EE9E5378A6D9A538B1822FC6_H #define SIMPLEASYNCRESULT_TA572851810F8E279EE9E5378A6D9A538B1822FC6_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.SimpleAsyncResult struct SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 : public RuntimeObject { public: // System.Threading.ManualResetEvent System.Net.SimpleAsyncResult::handle ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___handle_0; // System.Boolean System.Net.SimpleAsyncResult::synch bool ___synch_1; // System.Boolean System.Net.SimpleAsyncResult::isCompleted bool ___isCompleted_2; // System.Net.SimpleAsyncCallback System.Net.SimpleAsyncResult::cb SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * ___cb_3; // System.Object System.Net.SimpleAsyncResult::state RuntimeObject * ___state_4; // System.Boolean System.Net.SimpleAsyncResult::callbackDone bool ___callbackDone_5; // System.Exception System.Net.SimpleAsyncResult::exc Exception_t * ___exc_6; // System.Object System.Net.SimpleAsyncResult::locker RuntimeObject * ___locker_7; // System.Nullable`1 System.Net.SimpleAsyncResult::user_read_synch Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 ___user_read_synch_8; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___handle_0)); } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_handle_0() const { return ___handle_0; } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value) { ___handle_0 = value; Il2CppCodeGenWriteBarrier((&___handle_0), value); } inline static int32_t get_offset_of_synch_1() { return static_cast(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___synch_1)); } inline bool get_synch_1() const { return ___synch_1; } inline bool* get_address_of_synch_1() { return &___synch_1; } inline void set_synch_1(bool value) { ___synch_1 = value; } inline static int32_t get_offset_of_isCompleted_2() { return static_cast(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___isCompleted_2)); } inline bool get_isCompleted_2() const { return ___isCompleted_2; } inline bool* get_address_of_isCompleted_2() { return &___isCompleted_2; } inline void set_isCompleted_2(bool value) { ___isCompleted_2 = value; } inline static int32_t get_offset_of_cb_3() { return static_cast(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___cb_3)); } inline SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * get_cb_3() const { return ___cb_3; } inline SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F ** get_address_of_cb_3() { return &___cb_3; } inline void set_cb_3(SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * value) { ___cb_3 = value; Il2CppCodeGenWriteBarrier((&___cb_3), value); } inline static int32_t get_offset_of_state_4() { return static_cast(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___state_4)); } inline RuntimeObject * get_state_4() const { return ___state_4; } inline RuntimeObject ** get_address_of_state_4() { return &___state_4; } inline void set_state_4(RuntimeObject * value) { ___state_4 = value; Il2CppCodeGenWriteBarrier((&___state_4), value); } inline static int32_t get_offset_of_callbackDone_5() { return static_cast(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___callbackDone_5)); } inline bool get_callbackDone_5() const { return ___callbackDone_5; } inline bool* get_address_of_callbackDone_5() { return &___callbackDone_5; } inline void set_callbackDone_5(bool value) { ___callbackDone_5 = value; } inline static int32_t get_offset_of_exc_6() { return static_cast(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___exc_6)); } inline Exception_t * get_exc_6() const { return ___exc_6; } inline Exception_t ** get_address_of_exc_6() { return &___exc_6; } inline void set_exc_6(Exception_t * value) { ___exc_6 = value; Il2CppCodeGenWriteBarrier((&___exc_6), value); } inline static int32_t get_offset_of_locker_7() { return static_cast(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___locker_7)); } inline RuntimeObject * get_locker_7() const { return ___locker_7; } inline RuntimeObject ** get_address_of_locker_7() { return &___locker_7; } inline void set_locker_7(RuntimeObject * value) { ___locker_7 = value; Il2CppCodeGenWriteBarrier((&___locker_7), value); } inline static int32_t get_offset_of_user_read_synch_8() { return static_cast(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___user_read_synch_8)); } inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 get_user_read_synch_8() const { return ___user_read_synch_8; } inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * get_address_of_user_read_synch_8() { return &___user_read_synch_8; } inline void set_user_read_synch_8(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 value) { ___user_read_synch_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SIMPLEASYNCRESULT_TA572851810F8E279EE9E5378A6D9A538B1822FC6_H #ifndef ADDRESSFAMILY_TFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E_H #define ADDRESSFAMILY_TFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.AddressFamily struct AddressFamily_tFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E { public: // System.Int32 System.Net.Sockets.AddressFamily::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AddressFamily_tFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ADDRESSFAMILY_TFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E_H #ifndef NETWORKSTREAM_T362D0CD0C74C2F5CBD02905C9422E4240872ADCA_H #define NETWORKSTREAM_T362D0CD0C74C2F5CBD02905C9422E4240872ADCA_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.NetworkStream struct NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.Net.Sockets.Socket System.Net.Sockets.NetworkStream::m_StreamSocket Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___m_StreamSocket_4; // System.Boolean System.Net.Sockets.NetworkStream::m_Readable bool ___m_Readable_5; // System.Boolean System.Net.Sockets.NetworkStream::m_Writeable bool ___m_Writeable_6; // System.Boolean System.Net.Sockets.NetworkStream::m_OwnsSocket bool ___m_OwnsSocket_7; // System.Int32 System.Net.Sockets.NetworkStream::m_CloseTimeout int32_t ___m_CloseTimeout_8; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.NetworkStream::m_CleanedUp bool ___m_CleanedUp_9; // System.Int32 System.Net.Sockets.NetworkStream::m_CurrentReadTimeout int32_t ___m_CurrentReadTimeout_10; // System.Int32 System.Net.Sockets.NetworkStream::m_CurrentWriteTimeout int32_t ___m_CurrentWriteTimeout_11; public: inline static int32_t get_offset_of_m_StreamSocket_4() { return static_cast(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_StreamSocket_4)); } inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * get_m_StreamSocket_4() const { return ___m_StreamSocket_4; } inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 ** get_address_of_m_StreamSocket_4() { return &___m_StreamSocket_4; } inline void set_m_StreamSocket_4(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * value) { ___m_StreamSocket_4 = value; Il2CppCodeGenWriteBarrier((&___m_StreamSocket_4), value); } inline static int32_t get_offset_of_m_Readable_5() { return static_cast(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_Readable_5)); } inline bool get_m_Readable_5() const { return ___m_Readable_5; } inline bool* get_address_of_m_Readable_5() { return &___m_Readable_5; } inline void set_m_Readable_5(bool value) { ___m_Readable_5 = value; } inline static int32_t get_offset_of_m_Writeable_6() { return static_cast(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_Writeable_6)); } inline bool get_m_Writeable_6() const { return ___m_Writeable_6; } inline bool* get_address_of_m_Writeable_6() { return &___m_Writeable_6; } inline void set_m_Writeable_6(bool value) { ___m_Writeable_6 = value; } inline static int32_t get_offset_of_m_OwnsSocket_7() { return static_cast(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_OwnsSocket_7)); } inline bool get_m_OwnsSocket_7() const { return ___m_OwnsSocket_7; } inline bool* get_address_of_m_OwnsSocket_7() { return &___m_OwnsSocket_7; } inline void set_m_OwnsSocket_7(bool value) { ___m_OwnsSocket_7 = value; } inline static int32_t get_offset_of_m_CloseTimeout_8() { return static_cast(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_CloseTimeout_8)); } inline int32_t get_m_CloseTimeout_8() const { return ___m_CloseTimeout_8; } inline int32_t* get_address_of_m_CloseTimeout_8() { return &___m_CloseTimeout_8; } inline void set_m_CloseTimeout_8(int32_t value) { ___m_CloseTimeout_8 = value; } inline static int32_t get_offset_of_m_CleanedUp_9() { return static_cast(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_CleanedUp_9)); } inline bool get_m_CleanedUp_9() const { return ___m_CleanedUp_9; } inline bool* get_address_of_m_CleanedUp_9() { return &___m_CleanedUp_9; } inline void set_m_CleanedUp_9(bool value) { ___m_CleanedUp_9 = value; } inline static int32_t get_offset_of_m_CurrentReadTimeout_10() { return static_cast(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_CurrentReadTimeout_10)); } inline int32_t get_m_CurrentReadTimeout_10() const { return ___m_CurrentReadTimeout_10; } inline int32_t* get_address_of_m_CurrentReadTimeout_10() { return &___m_CurrentReadTimeout_10; } inline void set_m_CurrentReadTimeout_10(int32_t value) { ___m_CurrentReadTimeout_10 = value; } inline static int32_t get_offset_of_m_CurrentWriteTimeout_11() { return static_cast(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_CurrentWriteTimeout_11)); } inline int32_t get_m_CurrentWriteTimeout_11() const { return ___m_CurrentWriteTimeout_11; } inline int32_t* get_address_of_m_CurrentWriteTimeout_11() { return &___m_CurrentWriteTimeout_11; } inline void set_m_CurrentWriteTimeout_11(int32_t value) { ___m_CurrentWriteTimeout_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETWORKSTREAM_T362D0CD0C74C2F5CBD02905C9422E4240872ADCA_H #ifndef PROTOCOLTYPE_T20E72BC88D85E41793731DC987F8F04F312D66DD_H #define PROTOCOLTYPE_T20E72BC88D85E41793731DC987F8F04F312D66DD_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.ProtocolType struct ProtocolType_t20E72BC88D85E41793731DC987F8F04F312D66DD { public: // System.Int32 System.Net.Sockets.ProtocolType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ProtocolType_t20E72BC88D85E41793731DC987F8F04F312D66DD, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROTOCOLTYPE_T20E72BC88D85E41793731DC987F8F04F312D66DD_H #ifndef SOCKETTYPE_TCD56A18D4C7B43BF166E5C8B4B456BD646DF5775_H #define SOCKETTYPE_TCD56A18D4C7B43BF166E5C8B4B456BD646DF5775_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SocketType struct SocketType_tCD56A18D4C7B43BF166E5C8B4B456BD646DF5775 { public: // System.Int32 System.Net.Sockets.SocketType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketType_tCD56A18D4C7B43BF166E5C8B4B456BD646DF5775, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETTYPE_TCD56A18D4C7B43BF166E5C8B4B456BD646DF5775_H #ifndef NTLMAUTHSTATE_TEDDC6AC65C3D7223EB1A1360D852CDEA2F3A251D_H #define NTLMAUTHSTATE_TEDDC6AC65C3D7223EB1A1360D852CDEA2F3A251D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebConnection_NtlmAuthState struct NtlmAuthState_tEDDC6AC65C3D7223EB1A1360D852CDEA2F3A251D { public: // System.Int32 System.Net.WebConnection_NtlmAuthState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NtlmAuthState_tEDDC6AC65C3D7223EB1A1360D852CDEA2F3A251D, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NTLMAUTHSTATE_TEDDC6AC65C3D7223EB1A1360D852CDEA2F3A251D_H #ifndef WEBCONNECTIONSTREAM_T537F33BF6D8999D67791D02F8E6DE6448F2A31FC_H #define WEBCONNECTIONSTREAM_T537F33BF6D8999D67791D02F8E6DE6448F2A31FC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebConnectionStream struct WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.Boolean System.Net.WebConnectionStream::isRead bool ___isRead_5; // System.Net.WebConnection System.Net.WebConnectionStream::cnc WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___cnc_6; // System.Net.HttpWebRequest System.Net.WebConnectionStream::request HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request_7; // System.Byte[] System.Net.WebConnectionStream::readBuffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___readBuffer_8; // System.Int32 System.Net.WebConnectionStream::readBufferOffset int32_t ___readBufferOffset_9; // System.Int32 System.Net.WebConnectionStream::readBufferSize int32_t ___readBufferSize_10; // System.Int32 System.Net.WebConnectionStream::stream_length int32_t ___stream_length_11; // System.Int64 System.Net.WebConnectionStream::contentLength int64_t ___contentLength_12; // System.Int64 System.Net.WebConnectionStream::totalRead int64_t ___totalRead_13; // System.Int64 System.Net.WebConnectionStream::totalWritten int64_t ___totalWritten_14; // System.Boolean System.Net.WebConnectionStream::nextReadCalled bool ___nextReadCalled_15; // System.Int32 System.Net.WebConnectionStream::pendingReads int32_t ___pendingReads_16; // System.Int32 System.Net.WebConnectionStream::pendingWrites int32_t ___pendingWrites_17; // System.Threading.ManualResetEvent System.Net.WebConnectionStream::pending ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___pending_18; // System.Boolean System.Net.WebConnectionStream::allowBuffering bool ___allowBuffering_19; // System.Boolean System.Net.WebConnectionStream::sendChunked bool ___sendChunked_20; // System.IO.MemoryStream System.Net.WebConnectionStream::writeBuffer MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ___writeBuffer_21; // System.Boolean System.Net.WebConnectionStream::requestWritten bool ___requestWritten_22; // System.Byte[] System.Net.WebConnectionStream::headers ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___headers_23; // System.Boolean System.Net.WebConnectionStream::disposed bool ___disposed_24; // System.Boolean System.Net.WebConnectionStream::headersSent bool ___headersSent_25; // System.Object System.Net.WebConnectionStream::locker RuntimeObject * ___locker_26; // System.Boolean System.Net.WebConnectionStream::initRead bool ___initRead_27; // System.Boolean System.Net.WebConnectionStream::read_eof bool ___read_eof_28; // System.Boolean System.Net.WebConnectionStream::complete_request_written bool ___complete_request_written_29; // System.Int32 System.Net.WebConnectionStream::read_timeout int32_t ___read_timeout_30; // System.Int32 System.Net.WebConnectionStream::write_timeout int32_t ___write_timeout_31; // System.AsyncCallback System.Net.WebConnectionStream::cb_wrapper AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb_wrapper_32; // System.Boolean System.Net.WebConnectionStream::IgnoreIOErrors bool ___IgnoreIOErrors_33; // System.Boolean System.Net.WebConnectionStream::k__BackingField bool ___U3CGetResponseOnCloseU3Ek__BackingField_34; public: inline static int32_t get_offset_of_isRead_5() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___isRead_5)); } inline bool get_isRead_5() const { return ___isRead_5; } inline bool* get_address_of_isRead_5() { return &___isRead_5; } inline void set_isRead_5(bool value) { ___isRead_5 = value; } inline static int32_t get_offset_of_cnc_6() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___cnc_6)); } inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * get_cnc_6() const { return ___cnc_6; } inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 ** get_address_of_cnc_6() { return &___cnc_6; } inline void set_cnc_6(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * value) { ___cnc_6 = value; Il2CppCodeGenWriteBarrier((&___cnc_6), value); } inline static int32_t get_offset_of_request_7() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___request_7)); } inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get_request_7() const { return ___request_7; } inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of_request_7() { return &___request_7; } inline void set_request_7(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value) { ___request_7 = value; Il2CppCodeGenWriteBarrier((&___request_7), value); } inline static int32_t get_offset_of_readBuffer_8() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___readBuffer_8)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_readBuffer_8() const { return ___readBuffer_8; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_readBuffer_8() { return &___readBuffer_8; } inline void set_readBuffer_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___readBuffer_8 = value; Il2CppCodeGenWriteBarrier((&___readBuffer_8), value); } inline static int32_t get_offset_of_readBufferOffset_9() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___readBufferOffset_9)); } inline int32_t get_readBufferOffset_9() const { return ___readBufferOffset_9; } inline int32_t* get_address_of_readBufferOffset_9() { return &___readBufferOffset_9; } inline void set_readBufferOffset_9(int32_t value) { ___readBufferOffset_9 = value; } inline static int32_t get_offset_of_readBufferSize_10() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___readBufferSize_10)); } inline int32_t get_readBufferSize_10() const { return ___readBufferSize_10; } inline int32_t* get_address_of_readBufferSize_10() { return &___readBufferSize_10; } inline void set_readBufferSize_10(int32_t value) { ___readBufferSize_10 = value; } inline static int32_t get_offset_of_stream_length_11() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___stream_length_11)); } inline int32_t get_stream_length_11() const { return ___stream_length_11; } inline int32_t* get_address_of_stream_length_11() { return &___stream_length_11; } inline void set_stream_length_11(int32_t value) { ___stream_length_11 = value; } inline static int32_t get_offset_of_contentLength_12() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___contentLength_12)); } inline int64_t get_contentLength_12() const { return ___contentLength_12; } inline int64_t* get_address_of_contentLength_12() { return &___contentLength_12; } inline void set_contentLength_12(int64_t value) { ___contentLength_12 = value; } inline static int32_t get_offset_of_totalRead_13() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___totalRead_13)); } inline int64_t get_totalRead_13() const { return ___totalRead_13; } inline int64_t* get_address_of_totalRead_13() { return &___totalRead_13; } inline void set_totalRead_13(int64_t value) { ___totalRead_13 = value; } inline static int32_t get_offset_of_totalWritten_14() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___totalWritten_14)); } inline int64_t get_totalWritten_14() const { return ___totalWritten_14; } inline int64_t* get_address_of_totalWritten_14() { return &___totalWritten_14; } inline void set_totalWritten_14(int64_t value) { ___totalWritten_14 = value; } inline static int32_t get_offset_of_nextReadCalled_15() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___nextReadCalled_15)); } inline bool get_nextReadCalled_15() const { return ___nextReadCalled_15; } inline bool* get_address_of_nextReadCalled_15() { return &___nextReadCalled_15; } inline void set_nextReadCalled_15(bool value) { ___nextReadCalled_15 = value; } inline static int32_t get_offset_of_pendingReads_16() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___pendingReads_16)); } inline int32_t get_pendingReads_16() const { return ___pendingReads_16; } inline int32_t* get_address_of_pendingReads_16() { return &___pendingReads_16; } inline void set_pendingReads_16(int32_t value) { ___pendingReads_16 = value; } inline static int32_t get_offset_of_pendingWrites_17() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___pendingWrites_17)); } inline int32_t get_pendingWrites_17() const { return ___pendingWrites_17; } inline int32_t* get_address_of_pendingWrites_17() { return &___pendingWrites_17; } inline void set_pendingWrites_17(int32_t value) { ___pendingWrites_17 = value; } inline static int32_t get_offset_of_pending_18() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___pending_18)); } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_pending_18() const { return ___pending_18; } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_pending_18() { return &___pending_18; } inline void set_pending_18(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value) { ___pending_18 = value; Il2CppCodeGenWriteBarrier((&___pending_18), value); } inline static int32_t get_offset_of_allowBuffering_19() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___allowBuffering_19)); } inline bool get_allowBuffering_19() const { return ___allowBuffering_19; } inline bool* get_address_of_allowBuffering_19() { return &___allowBuffering_19; } inline void set_allowBuffering_19(bool value) { ___allowBuffering_19 = value; } inline static int32_t get_offset_of_sendChunked_20() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___sendChunked_20)); } inline bool get_sendChunked_20() const { return ___sendChunked_20; } inline bool* get_address_of_sendChunked_20() { return &___sendChunked_20; } inline void set_sendChunked_20(bool value) { ___sendChunked_20 = value; } inline static int32_t get_offset_of_writeBuffer_21() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___writeBuffer_21)); } inline MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * get_writeBuffer_21() const { return ___writeBuffer_21; } inline MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C ** get_address_of_writeBuffer_21() { return &___writeBuffer_21; } inline void set_writeBuffer_21(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * value) { ___writeBuffer_21 = value; Il2CppCodeGenWriteBarrier((&___writeBuffer_21), value); } inline static int32_t get_offset_of_requestWritten_22() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___requestWritten_22)); } inline bool get_requestWritten_22() const { return ___requestWritten_22; } inline bool* get_address_of_requestWritten_22() { return &___requestWritten_22; } inline void set_requestWritten_22(bool value) { ___requestWritten_22 = value; } inline static int32_t get_offset_of_headers_23() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___headers_23)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_headers_23() const { return ___headers_23; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_headers_23() { return &___headers_23; } inline void set_headers_23(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___headers_23 = value; Il2CppCodeGenWriteBarrier((&___headers_23), value); } inline static int32_t get_offset_of_disposed_24() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___disposed_24)); } inline bool get_disposed_24() const { return ___disposed_24; } inline bool* get_address_of_disposed_24() { return &___disposed_24; } inline void set_disposed_24(bool value) { ___disposed_24 = value; } inline static int32_t get_offset_of_headersSent_25() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___headersSent_25)); } inline bool get_headersSent_25() const { return ___headersSent_25; } inline bool* get_address_of_headersSent_25() { return &___headersSent_25; } inline void set_headersSent_25(bool value) { ___headersSent_25 = value; } inline static int32_t get_offset_of_locker_26() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___locker_26)); } inline RuntimeObject * get_locker_26() const { return ___locker_26; } inline RuntimeObject ** get_address_of_locker_26() { return &___locker_26; } inline void set_locker_26(RuntimeObject * value) { ___locker_26 = value; Il2CppCodeGenWriteBarrier((&___locker_26), value); } inline static int32_t get_offset_of_initRead_27() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___initRead_27)); } inline bool get_initRead_27() const { return ___initRead_27; } inline bool* get_address_of_initRead_27() { return &___initRead_27; } inline void set_initRead_27(bool value) { ___initRead_27 = value; } inline static int32_t get_offset_of_read_eof_28() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___read_eof_28)); } inline bool get_read_eof_28() const { return ___read_eof_28; } inline bool* get_address_of_read_eof_28() { return &___read_eof_28; } inline void set_read_eof_28(bool value) { ___read_eof_28 = value; } inline static int32_t get_offset_of_complete_request_written_29() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___complete_request_written_29)); } inline bool get_complete_request_written_29() const { return ___complete_request_written_29; } inline bool* get_address_of_complete_request_written_29() { return &___complete_request_written_29; } inline void set_complete_request_written_29(bool value) { ___complete_request_written_29 = value; } inline static int32_t get_offset_of_read_timeout_30() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___read_timeout_30)); } inline int32_t get_read_timeout_30() const { return ___read_timeout_30; } inline int32_t* get_address_of_read_timeout_30() { return &___read_timeout_30; } inline void set_read_timeout_30(int32_t value) { ___read_timeout_30 = value; } inline static int32_t get_offset_of_write_timeout_31() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___write_timeout_31)); } inline int32_t get_write_timeout_31() const { return ___write_timeout_31; } inline int32_t* get_address_of_write_timeout_31() { return &___write_timeout_31; } inline void set_write_timeout_31(int32_t value) { ___write_timeout_31 = value; } inline static int32_t get_offset_of_cb_wrapper_32() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___cb_wrapper_32)); } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_cb_wrapper_32() const { return ___cb_wrapper_32; } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_cb_wrapper_32() { return &___cb_wrapper_32; } inline void set_cb_wrapper_32(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value) { ___cb_wrapper_32 = value; Il2CppCodeGenWriteBarrier((&___cb_wrapper_32), value); } inline static int32_t get_offset_of_IgnoreIOErrors_33() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___IgnoreIOErrors_33)); } inline bool get_IgnoreIOErrors_33() const { return ___IgnoreIOErrors_33; } inline bool* get_address_of_IgnoreIOErrors_33() { return &___IgnoreIOErrors_33; } inline void set_IgnoreIOErrors_33(bool value) { ___IgnoreIOErrors_33 = value; } inline static int32_t get_offset_of_U3CGetResponseOnCloseU3Ek__BackingField_34() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___U3CGetResponseOnCloseU3Ek__BackingField_34)); } inline bool get_U3CGetResponseOnCloseU3Ek__BackingField_34() const { return ___U3CGetResponseOnCloseU3Ek__BackingField_34; } inline bool* get_address_of_U3CGetResponseOnCloseU3Ek__BackingField_34() { return &___U3CGetResponseOnCloseU3Ek__BackingField_34; } inline void set_U3CGetResponseOnCloseU3Ek__BackingField_34(bool value) { ___U3CGetResponseOnCloseU3Ek__BackingField_34 = value; } }; struct WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_StaticFields { public: // System.Byte[] System.Net.WebConnectionStream::crlf ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___crlf_4; public: inline static int32_t get_offset_of_crlf_4() { return static_cast(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_StaticFields, ___crlf_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_crlf_4() const { return ___crlf_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_crlf_4() { return &___crlf_4; } inline void set_crlf_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___crlf_4 = value; Il2CppCodeGenWriteBarrier((&___crlf_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBCONNECTIONSTREAM_T537F33BF6D8999D67791D02F8E6DE6448F2A31FC_H #ifndef WEBEXCEPTIONINTERNALSTATUS_T2B50725020F5BAB7DCBE324ADF308881FEB3B64D_H #define WEBEXCEPTIONINTERNALSTATUS_T2B50725020F5BAB7DCBE324ADF308881FEB3B64D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebExceptionInternalStatus struct WebExceptionInternalStatus_t2B50725020F5BAB7DCBE324ADF308881FEB3B64D { public: // System.Int32 System.Net.WebExceptionInternalStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebExceptionInternalStatus_t2B50725020F5BAB7DCBE324ADF308881FEB3B64D, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBEXCEPTIONINTERNALSTATUS_T2B50725020F5BAB7DCBE324ADF308881FEB3B64D_H #ifndef WEBEXCEPTIONSTATUS_T97365CBADE462C1E2A1A0FACF18F3B111900F8DC_H #define WEBEXCEPTIONSTATUS_T97365CBADE462C1E2A1A0FACF18F3B111900F8DC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebExceptionStatus struct WebExceptionStatus_t97365CBADE462C1E2A1A0FACF18F3B111900F8DC { public: // System.Int32 System.Net.WebExceptionStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebExceptionStatus_t97365CBADE462C1E2A1A0FACF18F3B111900F8DC, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBEXCEPTIONSTATUS_T97365CBADE462C1E2A1A0FACF18F3B111900F8DC_H #ifndef WEBHEADERCOLLECTIONTYPE_T2994510EB856AC407AB0757A9814CDF80185A862_H #define WEBHEADERCOLLECTIONTYPE_T2994510EB856AC407AB0757A9814CDF80185A862_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebHeaderCollectionType struct WebHeaderCollectionType_t2994510EB856AC407AB0757A9814CDF80185A862 { public: // System.UInt16 System.Net.WebHeaderCollectionType::value__ uint16_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebHeaderCollectionType_t2994510EB856AC407AB0757A9814CDF80185A862, ___value___2)); } inline uint16_t get_value___2() const { return ___value___2; } inline uint16_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint16_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBHEADERCOLLECTIONTYPE_T2994510EB856AC407AB0757A9814CDF80185A862_H #ifndef NOTIMPLEMENTEDEXCEPTION_T8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_H #define NOTIMPLEMENTEDEXCEPTION_T8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotImplementedException struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTIMPLEMENTEDEXCEPTION_T8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_H #ifndef NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H #define NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H #ifndef NULLABLE_1_T3290384E361396B3724B88B498CBF637D7E87B78_H #define NULLABLE_1_T3290384E361396B3724B88B498CBF637D7E87B78_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 { public: // T System.Nullable`1::value DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78, ___value_0)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_value_0() const { return ___value_0; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T3290384E361396B3724B88B498CBF637D7E87B78_H #ifndef OUTOFMEMORYEXCEPTION_T2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_H #define OUTOFMEMORYEXCEPTION_T2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.OutOfMemoryException struct OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OUTOFMEMORYEXCEPTION_T2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_H #ifndef BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H #define BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H #ifndef EXTERNALEXCEPTION_T68841FD169C0CB00CC950EDA7E2A59540D65B1CE_H #define EXTERNALEXCEPTION_T68841FD169C0CB00CC950EDA7E2A59540D65B1CE_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.ExternalException struct ExternalException_t68841FD169C0CB00CC950EDA7E2A59540D65B1CE : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXTERNALEXCEPTION_T68841FD169C0CB00CC950EDA7E2A59540D65B1CE_H #ifndef SAFEHANDLE_T1E326D75E23FD5BB6D40BA322298FDC6526CC383_H #define SAFEHANDLE_T1E326D75E23FD5BB6D40BA322298FDC6526CC383_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.SafeHandle struct SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 : public CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 { public: // System.IntPtr System.Runtime.InteropServices.SafeHandle::handle intptr_t ___handle_0; // System.Int32 System.Runtime.InteropServices.SafeHandle::_state int32_t ____state_1; // System.Boolean System.Runtime.InteropServices.SafeHandle::_ownsHandle bool ____ownsHandle_2; // System.Boolean System.Runtime.InteropServices.SafeHandle::_fullyInitialized bool ____fullyInitialized_3; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } inline static int32_t get_offset_of__state_1() { return static_cast(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____state_1)); } inline int32_t get__state_1() const { return ____state_1; } inline int32_t* get_address_of__state_1() { return &____state_1; } inline void set__state_1(int32_t value) { ____state_1 = value; } inline static int32_t get_offset_of__ownsHandle_2() { return static_cast(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____ownsHandle_2)); } inline bool get__ownsHandle_2() const { return ____ownsHandle_2; } inline bool* get_address_of__ownsHandle_2() { return &____ownsHandle_2; } inline void set__ownsHandle_2(bool value) { ____ownsHandle_2 = value; } inline static int32_t get_offset_of__fullyInitialized_3() { return static_cast(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____fullyInitialized_3)); } inline bool get__fullyInitialized_3() const { return ____fullyInitialized_3; } inline bool* get_address_of__fullyInitialized_3() { return &____fullyInitialized_3; } inline void set__fullyInitialized_3(bool value) { ____fullyInitialized_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SAFEHANDLE_T1E326D75E23FD5BB6D40BA322298FDC6526CC383_H #ifndef STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H #define STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H #ifndef RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H #define RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H #ifndef RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H #define RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H #ifndef SSLPROTOCOLS_TDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_H #define SSLPROTOCOLS_TDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Authentication.SslProtocols struct SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE { public: // System.Int32 System.Security.Authentication.SslProtocols::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SSLPROTOCOLS_TDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_H #ifndef TOKENIMPERSONATIONLEVEL_TED478ED25688E978F79556E1A2335F7262023D26_H #define TOKENIMPERSONATIONLEVEL_TED478ED25688E978F79556E1A2335F7262023D26_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Principal.TokenImpersonationLevel struct TokenImpersonationLevel_tED478ED25688E978F79556E1A2335F7262023D26 { public: // System.Int32 System.Security.Principal.TokenImpersonationLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TokenImpersonationLevel_tED478ED25688E978F79556E1A2335F7262023D26, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOKENIMPERSONATIONLEVEL_TED478ED25688E978F79556E1A2335F7262023D26_H #ifndef STACKOVERFLOWEXCEPTION_T8F10DDD924B10951FCA8CC166684A13DC6C7BFDC_H #define STACKOVERFLOWEXCEPTION_T8F10DDD924B10951FCA8CC166684A13DC6C7BFDC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.StackOverflowException struct StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACKOVERFLOWEXCEPTION_T8F10DDD924B10951FCA8CC166684A13DC6C7BFDC_H #ifndef STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H #define STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H #ifndef THREADABORTEXCEPTION_T0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_H #define THREADABORTEXCEPTION_T0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ThreadAbortException struct ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADABORTEXCEPTION_T0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_H #ifndef WAITHANDLE_TFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_H #define WAITHANDLE_TFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.WaitHandle struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { public: // System.IntPtr System.Threading.WaitHandle::waitHandle intptr_t ___waitHandle_3; // Microsoft.Win32.SafeHandles.SafeWaitHandle modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.WaitHandle::safeWaitHandle SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * ___safeWaitHandle_4; // System.Boolean System.Threading.WaitHandle::hasThreadAffinity bool ___hasThreadAffinity_5; public: inline static int32_t get_offset_of_waitHandle_3() { return static_cast(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___waitHandle_3)); } inline intptr_t get_waitHandle_3() const { return ___waitHandle_3; } inline intptr_t* get_address_of_waitHandle_3() { return &___waitHandle_3; } inline void set_waitHandle_3(intptr_t value) { ___waitHandle_3 = value; } inline static int32_t get_offset_of_safeWaitHandle_4() { return static_cast(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___safeWaitHandle_4)); } inline SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * get_safeWaitHandle_4() const { return ___safeWaitHandle_4; } inline SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 ** get_address_of_safeWaitHandle_4() { return &___safeWaitHandle_4; } inline void set_safeWaitHandle_4(SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * value) { ___safeWaitHandle_4 = value; Il2CppCodeGenWriteBarrier((&___safeWaitHandle_4), value); } inline static int32_t get_offset_of_hasThreadAffinity_5() { return static_cast(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___hasThreadAffinity_5)); } inline bool get_hasThreadAffinity_5() const { return ___hasThreadAffinity_5; } inline bool* get_address_of_hasThreadAffinity_5() { return &___hasThreadAffinity_5; } inline void set_hasThreadAffinity_5(bool value) { ___hasThreadAffinity_5 = value; } }; struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_StaticFields { public: // System.IntPtr System.Threading.WaitHandle::InvalidHandle intptr_t ___InvalidHandle_10; public: inline static int32_t get_offset_of_InvalidHandle_10() { return static_cast(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_StaticFields, ___InvalidHandle_10)); } inline intptr_t get_InvalidHandle_10() const { return ___InvalidHandle_10; } inline intptr_t* get_address_of_InvalidHandle_10() { return &___InvalidHandle_10; } inline void set_InvalidHandle_10(intptr_t value) { ___InvalidHandle_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Threading.WaitHandle struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_pinvoke : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // Native definition for COM marshalling of System.Threading.WaitHandle struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_com : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; #endif // WAITHANDLE_TFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_H #ifndef TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H #define TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(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(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(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(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(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(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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H #ifndef FLAGS_TEBE7CABEBD13F16920D6950B384EB8F988250A2A_H #define FLAGS_TEBE7CABEBD13F16920D6950B384EB8F988250A2A_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FLAGS_TEBE7CABEBD13F16920D6950B384EB8F988250A2A_H #ifndef URIIDNSCOPE_TE1574B39C7492C761EFE2FC12DDE82DE013AC9D1_H #define URIIDNSCOPE_TE1574B39C7492C761EFE2FC12DDE82DE013AC9D1_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URIIDNSCOPE_TE1574B39C7492C761EFE2FC12DDE82DE013AC9D1_H #ifndef URIKIND_T26D0760DDF148ADC939FECD934C0B9FF5C71EA08_H #define URIKIND_T26D0760DDF148ADC939FECD934C0B9FF5C71EA08_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URIKIND_T26D0760DDF148ADC939FECD934C0B9FF5C71EA08_H #ifndef SAFEHANDLEZEROORMINUSONEISINVALID_T779A965C82098677DF1ED10A134DBCDEC8AACB8E_H #define SAFEHANDLEZEROORMINUSONEISINVALID_T779A965C82098677DF1ED10A134DBCDEC8AACB8E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid struct SafeHandleZeroOrMinusOneIsInvalid_t779A965C82098677DF1ED10A134DBCDEC8AACB8E : public SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SAFEHANDLEZEROORMINUSONEISINVALID_T779A965C82098677DF1ED10A134DBCDEC8AACB8E_H #ifndef ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H #define ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H #ifndef ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H #define ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((&___m_actualValue_19), value); } }; struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((&____rangeMessage_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H #ifndef WIN32EXCEPTION_TB05BE97AB4CADD54DF96C0109689F0ECA7517668_H #define WIN32EXCEPTION_TB05BE97AB4CADD54DF96C0109689F0ECA7517668_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.Win32Exception struct Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 : public ExternalException_t68841FD169C0CB00CC950EDA7E2A59540D65B1CE { public: // System.Int32 System.ComponentModel.Win32Exception::nativeErrorCode int32_t ___nativeErrorCode_17; public: inline static int32_t get_offset_of_nativeErrorCode_17() { return static_cast(offsetof(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668, ___nativeErrorCode_17)); } inline int32_t get_nativeErrorCode_17() const { return ___nativeErrorCode_17; } inline int32_t* get_address_of_nativeErrorCode_17() { return &___nativeErrorCode_17; } inline void set_nativeErrorCode_17(int32_t value) { ___nativeErrorCode_17 = value; } }; struct Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields { public: // System.Boolean System.ComponentModel.Win32Exception::s_ErrorMessagesInitialized bool ___s_ErrorMessagesInitialized_18; // System.Collections.Generic.Dictionary`2 System.ComponentModel.Win32Exception::s_ErrorMessage Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * ___s_ErrorMessage_19; public: inline static int32_t get_offset_of_s_ErrorMessagesInitialized_18() { return static_cast(offsetof(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields, ___s_ErrorMessagesInitialized_18)); } inline bool get_s_ErrorMessagesInitialized_18() const { return ___s_ErrorMessagesInitialized_18; } inline bool* get_address_of_s_ErrorMessagesInitialized_18() { return &___s_ErrorMessagesInitialized_18; } inline void set_s_ErrorMessagesInitialized_18(bool value) { ___s_ErrorMessagesInitialized_18 = value; } inline static int32_t get_offset_of_s_ErrorMessage_19() { return static_cast(offsetof(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields, ___s_ErrorMessage_19)); } inline Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * get_s_ErrorMessage_19() const { return ___s_ErrorMessage_19; } inline Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C ** get_address_of_s_ErrorMessage_19() { return &___s_ErrorMessage_19; } inline void set_s_ErrorMessage_19(Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * value) { ___s_ErrorMessage_19 = value; Il2CppCodeGenWriteBarrier((&___s_ErrorMessage_19), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WIN32EXCEPTION_TB05BE97AB4CADD54DF96C0109689F0ECA7517668_H #ifndef NUMBERFORMATINFO_TFDF57037EBC5BC833D0A53EF0327B805994860A8_H #define NUMBERFORMATINFO_TFDF57037EBC5BC833D0A53EF0327B805994860A8_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.NumberFormatInfo struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 : public RuntimeObject { public: // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___numberGroupSizes_1; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___currencyGroupSizes_2; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___percentGroupSizes_3; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_4; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_5; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_6; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_9; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_10; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_11; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_12; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_15; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_16; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_17; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_18; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___nativeDigits_19; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_20; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_21; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_22; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_23; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_24; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_27; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_28; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_29; // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_30; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_31; // System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant bool ___m_isInvariant_32; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_34; public: inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSizes_1)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; } inline void set_numberGroupSizes_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___numberGroupSizes_1 = value; Il2CppCodeGenWriteBarrier((&___numberGroupSizes_1), value); } inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSizes_2)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; } inline void set_currencyGroupSizes_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___currencyGroupSizes_2 = value; Il2CppCodeGenWriteBarrier((&___currencyGroupSizes_2), value); } inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSizes_3)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; } inline void set_percentGroupSizes_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___percentGroupSizes_3 = value; Il2CppCodeGenWriteBarrier((&___percentGroupSizes_3), value); } inline static int32_t get_offset_of_positiveSign_4() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveSign_4)); } inline String_t* get_positiveSign_4() const { return ___positiveSign_4; } inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; } inline void set_positiveSign_4(String_t* value) { ___positiveSign_4 = value; Il2CppCodeGenWriteBarrier((&___positiveSign_4), value); } inline static int32_t get_offset_of_negativeSign_5() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeSign_5)); } inline String_t* get_negativeSign_5() const { return ___negativeSign_5; } inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; } inline void set_negativeSign_5(String_t* value) { ___negativeSign_5 = value; Il2CppCodeGenWriteBarrier((&___negativeSign_5), value); } inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalSeparator_6)); } inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; } inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; } inline void set_numberDecimalSeparator_6(String_t* value) { ___numberDecimalSeparator_6 = value; Il2CppCodeGenWriteBarrier((&___numberDecimalSeparator_6), value); } inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSeparator_7)); } inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; } inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; } inline void set_numberGroupSeparator_7(String_t* value) { ___numberGroupSeparator_7 = value; Il2CppCodeGenWriteBarrier((&___numberGroupSeparator_7), value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSeparator_8)); } inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; } inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; } inline void set_currencyGroupSeparator_8(String_t* value) { ___currencyGroupSeparator_8 = value; Il2CppCodeGenWriteBarrier((&___currencyGroupSeparator_8), value); } inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalSeparator_9)); } inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; } inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; } inline void set_currencyDecimalSeparator_9(String_t* value) { ___currencyDecimalSeparator_9 = value; Il2CppCodeGenWriteBarrier((&___currencyDecimalSeparator_9), value); } inline static int32_t get_offset_of_currencySymbol_10() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencySymbol_10)); } inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; } inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; } inline void set_currencySymbol_10(String_t* value) { ___currencySymbol_10 = value; Il2CppCodeGenWriteBarrier((&___currencySymbol_10), value); } inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___ansiCurrencySymbol_11)); } inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; } inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; } inline void set_ansiCurrencySymbol_11(String_t* value) { ___ansiCurrencySymbol_11 = value; Il2CppCodeGenWriteBarrier((&___ansiCurrencySymbol_11), value); } inline static int32_t get_offset_of_nanSymbol_12() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nanSymbol_12)); } inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; } inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; } inline void set_nanSymbol_12(String_t* value) { ___nanSymbol_12 = value; Il2CppCodeGenWriteBarrier((&___nanSymbol_12), value); } inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveInfinitySymbol_13)); } inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; } inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; } inline void set_positiveInfinitySymbol_13(String_t* value) { ___positiveInfinitySymbol_13 = value; Il2CppCodeGenWriteBarrier((&___positiveInfinitySymbol_13), value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeInfinitySymbol_14)); } inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; } inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; } inline void set_negativeInfinitySymbol_14(String_t* value) { ___negativeInfinitySymbol_14 = value; Il2CppCodeGenWriteBarrier((&___negativeInfinitySymbol_14), value); } inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalSeparator_15)); } inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; } inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; } inline void set_percentDecimalSeparator_15(String_t* value) { ___percentDecimalSeparator_15 = value; Il2CppCodeGenWriteBarrier((&___percentDecimalSeparator_15), value); } inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSeparator_16)); } inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; } inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; } inline void set_percentGroupSeparator_16(String_t* value) { ___percentGroupSeparator_16 = value; Il2CppCodeGenWriteBarrier((&___percentGroupSeparator_16), value); } inline static int32_t get_offset_of_percentSymbol_17() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentSymbol_17)); } inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; } inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; } inline void set_percentSymbol_17(String_t* value) { ___percentSymbol_17 = value; Il2CppCodeGenWriteBarrier((&___percentSymbol_17), value); } inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___perMilleSymbol_18)); } inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; } inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; } inline void set_perMilleSymbol_18(String_t* value) { ___perMilleSymbol_18 = value; Il2CppCodeGenWriteBarrier((&___perMilleSymbol_18), value); } inline static int32_t get_offset_of_nativeDigits_19() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nativeDigits_19)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_nativeDigits_19() const { return ___nativeDigits_19; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_nativeDigits_19() { return &___nativeDigits_19; } inline void set_nativeDigits_19(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___nativeDigits_19 = value; Il2CppCodeGenWriteBarrier((&___nativeDigits_19), value); } inline static int32_t get_offset_of_m_dataItem_20() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_dataItem_20)); } inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; } inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; } inline void set_m_dataItem_20(int32_t value) { ___m_dataItem_20 = value; } inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalDigits_21)); } inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; } inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; } inline void set_numberDecimalDigits_21(int32_t value) { ___numberDecimalDigits_21 = value; } inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalDigits_22)); } inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; } inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; } inline void set_currencyDecimalDigits_22(int32_t value) { ___currencyDecimalDigits_22 = value; } inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyPositivePattern_23)); } inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; } inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; } inline void set_currencyPositivePattern_23(int32_t value) { ___currencyPositivePattern_23 = value; } inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyNegativePattern_24)); } inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; } inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; } inline void set_currencyNegativePattern_24(int32_t value) { ___currencyNegativePattern_24 = value; } inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberNegativePattern_25)); } inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; } inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; } inline void set_numberNegativePattern_25(int32_t value) { ___numberNegativePattern_25 = value; } inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentPositivePattern_26)); } inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; } inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; } inline void set_percentPositivePattern_26(int32_t value) { ___percentPositivePattern_26 = value; } inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentNegativePattern_27)); } inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; } inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; } inline void set_percentNegativePattern_27(int32_t value) { ___percentNegativePattern_27 = value; } inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalDigits_28)); } inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; } inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; } inline void set_percentDecimalDigits_28(int32_t value) { ___percentDecimalDigits_28 = value; } inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___digitSubstitution_29)); } inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; } inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; } inline void set_digitSubstitution_29(int32_t value) { ___digitSubstitution_29 = value; } inline static int32_t get_offset_of_isReadOnly_30() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___isReadOnly_30)); } inline bool get_isReadOnly_30() const { return ___isReadOnly_30; } inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; } inline void set_isReadOnly_30(bool value) { ___isReadOnly_30 = value; } inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_useUserOverride_31)); } inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; } inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; } inline void set_m_useUserOverride_31(bool value) { ___m_useUserOverride_31 = value; } inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_isInvariant_32)); } inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; } inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; } inline void set_m_isInvariant_32(bool value) { ___m_isInvariant_32 = value; } inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsNumber_33)); } inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; } inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; } inline void set_validForParseAsNumber_33(bool value) { ___validForParseAsNumber_33 = value; } inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsCurrency_34)); } inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; } inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; } inline void set_validForParseAsCurrency_34(bool value) { ___validForParseAsCurrency_34 = value; } }; struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields { public: // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___invariantInfo_0; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields, ___invariantInfo_0)); } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_invariantInfo_0() const { return ___invariantInfo_0; } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((&___invariantInfo_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NUMBERFORMATINFO_TFDF57037EBC5BC833D0A53EF0327B805994860A8_H #ifndef DEFLATESTREAM_T31630A254BA2F3626DA55B570FE488DFF4A227FE_H #define DEFLATESTREAM_T31630A254BA2F3626DA55B570FE488DFF4A227FE_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Compression.DeflateStream struct DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.IO.Stream System.IO.Compression.DeflateStream::base_stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___base_stream_4; // System.IO.Compression.CompressionMode System.IO.Compression.DeflateStream::mode int32_t ___mode_5; // System.Boolean System.IO.Compression.DeflateStream::leaveOpen bool ___leaveOpen_6; // System.Boolean System.IO.Compression.DeflateStream::disposed bool ___disposed_7; // System.IO.Compression.DeflateStreamNative System.IO.Compression.DeflateStream::native DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * ___native_8; public: inline static int32_t get_offset_of_base_stream_4() { return static_cast(offsetof(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE, ___base_stream_4)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_base_stream_4() const { return ___base_stream_4; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_base_stream_4() { return &___base_stream_4; } inline void set_base_stream_4(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___base_stream_4 = value; Il2CppCodeGenWriteBarrier((&___base_stream_4), value); } inline static int32_t get_offset_of_mode_5() { return static_cast(offsetof(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE, ___mode_5)); } inline int32_t get_mode_5() const { return ___mode_5; } inline int32_t* get_address_of_mode_5() { return &___mode_5; } inline void set_mode_5(int32_t value) { ___mode_5 = value; } inline static int32_t get_offset_of_leaveOpen_6() { return static_cast(offsetof(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE, ___leaveOpen_6)); } inline bool get_leaveOpen_6() const { return ___leaveOpen_6; } inline bool* get_address_of_leaveOpen_6() { return &___leaveOpen_6; } inline void set_leaveOpen_6(bool value) { ___leaveOpen_6 = value; } inline static int32_t get_offset_of_disposed_7() { return static_cast(offsetof(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE, ___disposed_7)); } inline bool get_disposed_7() const { return ___disposed_7; } inline bool* get_address_of_disposed_7() { return &___disposed_7; } inline void set_disposed_7(bool value) { ___disposed_7 = value; } inline static int32_t get_offset_of_native_8() { return static_cast(offsetof(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE, ___native_8)); } inline DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * get_native_8() const { return ___native_8; } inline DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB ** get_address_of_native_8() { return &___native_8; } inline void set_native_8(DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * value) { ___native_8 = value; Il2CppCodeGenWriteBarrier((&___native_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFLATESTREAM_T31630A254BA2F3626DA55B570FE488DFF4A227FE_H #ifndef FILESTREAM_TA770BF9AF0906644D43C81B962C7DBC3BC79A418_H #define FILESTREAM_TA770BF9AF0906644D43C81B962C7DBC3BC79A418_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileStream struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_6; // System.String System.IO.FileStream::name String_t* ___name_7; // Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * ___safeHandle_8; // System.Boolean System.IO.FileStream::isExposed bool ___isExposed_9; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_10; // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_11; // System.Boolean System.IO.FileStream::owner bool ___owner_12; // System.Boolean System.IO.FileStream::async bool ___async_13; // System.Boolean System.IO.FileStream::canseek bool ___canseek_14; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_15; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_16; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_17; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_18; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_19; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_20; public: inline static int32_t get_offset_of_buf_6() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_6)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_6() const { return ___buf_6; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_6() { return &___buf_6; } inline void set_buf_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___buf_6 = value; Il2CppCodeGenWriteBarrier((&___buf_6), value); } inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___name_7)); } inline String_t* get_name_7() const { return ___name_7; } inline String_t** get_address_of_name_7() { return &___name_7; } inline void set_name_7(String_t* value) { ___name_7 = value; Il2CppCodeGenWriteBarrier((&___name_7), value); } inline static int32_t get_offset_of_safeHandle_8() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___safeHandle_8)); } inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * get_safeHandle_8() const { return ___safeHandle_8; } inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB ** get_address_of_safeHandle_8() { return &___safeHandle_8; } inline void set_safeHandle_8(SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * value) { ___safeHandle_8 = value; Il2CppCodeGenWriteBarrier((&___safeHandle_8), value); } inline static int32_t get_offset_of_isExposed_9() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___isExposed_9)); } inline bool get_isExposed_9() const { return ___isExposed_9; } inline bool* get_address_of_isExposed_9() { return &___isExposed_9; } inline void set_isExposed_9(bool value) { ___isExposed_9 = value; } inline static int32_t get_offset_of_append_startpos_10() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___append_startpos_10)); } inline int64_t get_append_startpos_10() const { return ___append_startpos_10; } inline int64_t* get_address_of_append_startpos_10() { return &___append_startpos_10; } inline void set_append_startpos_10(int64_t value) { ___append_startpos_10 = value; } inline static int32_t get_offset_of_access_11() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___access_11)); } inline int32_t get_access_11() const { return ___access_11; } inline int32_t* get_address_of_access_11() { return &___access_11; } inline void set_access_11(int32_t value) { ___access_11 = value; } inline static int32_t get_offset_of_owner_12() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___owner_12)); } inline bool get_owner_12() const { return ___owner_12; } inline bool* get_address_of_owner_12() { return &___owner_12; } inline void set_owner_12(bool value) { ___owner_12 = value; } inline static int32_t get_offset_of_async_13() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___async_13)); } inline bool get_async_13() const { return ___async_13; } inline bool* get_address_of_async_13() { return &___async_13; } inline void set_async_13(bool value) { ___async_13 = value; } inline static int32_t get_offset_of_canseek_14() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___canseek_14)); } inline bool get_canseek_14() const { return ___canseek_14; } inline bool* get_address_of_canseek_14() { return &___canseek_14; } inline void set_canseek_14(bool value) { ___canseek_14 = value; } inline static int32_t get_offset_of_anonymous_15() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___anonymous_15)); } inline bool get_anonymous_15() const { return ___anonymous_15; } inline bool* get_address_of_anonymous_15() { return &___anonymous_15; } inline void set_anonymous_15(bool value) { ___anonymous_15 = value; } inline static int32_t get_offset_of_buf_dirty_16() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_dirty_16)); } inline bool get_buf_dirty_16() const { return ___buf_dirty_16; } inline bool* get_address_of_buf_dirty_16() { return &___buf_dirty_16; } inline void set_buf_dirty_16(bool value) { ___buf_dirty_16 = value; } inline static int32_t get_offset_of_buf_size_17() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_size_17)); } inline int32_t get_buf_size_17() const { return ___buf_size_17; } inline int32_t* get_address_of_buf_size_17() { return &___buf_size_17; } inline void set_buf_size_17(int32_t value) { ___buf_size_17 = value; } inline static int32_t get_offset_of_buf_length_18() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_length_18)); } inline int32_t get_buf_length_18() const { return ___buf_length_18; } inline int32_t* get_address_of_buf_length_18() { return &___buf_length_18; } inline void set_buf_length_18(int32_t value) { ___buf_length_18 = value; } inline static int32_t get_offset_of_buf_offset_19() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_offset_19)); } inline int32_t get_buf_offset_19() const { return ___buf_offset_19; } inline int32_t* get_address_of_buf_offset_19() { return &___buf_offset_19; } inline void set_buf_offset_19(int32_t value) { ___buf_offset_19 = value; } inline static int32_t get_offset_of_buf_start_20() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_start_20)); } inline int64_t get_buf_start_20() const { return ___buf_start_20; } inline int64_t* get_address_of_buf_start_20() { return &___buf_start_20; } inline void set_buf_start_20(int64_t value) { ___buf_start_20 = value; } }; struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields { public: // System.Byte[] System.IO.FileStream::buf_recycle ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_recycle_4; // System.Object System.IO.FileStream::buf_recycle_lock RuntimeObject * ___buf_recycle_lock_5; public: inline static int32_t get_offset_of_buf_recycle_4() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_recycle_4() const { return ___buf_recycle_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_recycle_4() { return &___buf_recycle_4; } inline void set_buf_recycle_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___buf_recycle_4 = value; Il2CppCodeGenWriteBarrier((&___buf_recycle_4), value); } inline static int32_t get_offset_of_buf_recycle_lock_5() { return static_cast(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_lock_5)); } inline RuntimeObject * get_buf_recycle_lock_5() const { return ___buf_recycle_lock_5; } inline RuntimeObject ** get_address_of_buf_recycle_lock_5() { return &___buf_recycle_lock_5; } inline void set_buf_recycle_lock_5(RuntimeObject * value) { ___buf_recycle_lock_5 = value; Il2CppCodeGenWriteBarrier((&___buf_recycle_lock_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESTREAM_TA770BF9AF0906644D43C81B962C7DBC3BC79A418_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(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((&___delegates_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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; }; #endif // MULTICASTDELEGATE_T_H #ifndef COOKIE_T595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_H #define COOKIE_T595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Cookie struct Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 : public RuntimeObject { public: // System.String System.Net.Cookie::m_comment String_t* ___m_comment_4; // System.Uri System.Net.Cookie::m_commentUri Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___m_commentUri_5; // System.Net.CookieVariant System.Net.Cookie::m_cookieVariant int32_t ___m_cookieVariant_6; // System.Boolean System.Net.Cookie::m_discard bool ___m_discard_7; // System.String System.Net.Cookie::m_domain String_t* ___m_domain_8; // System.Boolean System.Net.Cookie::m_domain_implicit bool ___m_domain_implicit_9; // System.DateTime System.Net.Cookie::m_expires DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_expires_10; // System.String System.Net.Cookie::m_name String_t* ___m_name_11; // System.String System.Net.Cookie::m_path String_t* ___m_path_12; // System.Boolean System.Net.Cookie::m_path_implicit bool ___m_path_implicit_13; // System.String System.Net.Cookie::m_port String_t* ___m_port_14; // System.Boolean System.Net.Cookie::m_port_implicit bool ___m_port_implicit_15; // System.Int32[] System.Net.Cookie::m_port_list Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___m_port_list_16; // System.Boolean System.Net.Cookie::m_secure bool ___m_secure_17; // System.Boolean System.Net.Cookie::m_httpOnly bool ___m_httpOnly_18; // System.DateTime System.Net.Cookie::m_timeStamp DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_timeStamp_19; // System.String System.Net.Cookie::m_value String_t* ___m_value_20; // System.Int32 System.Net.Cookie::m_version int32_t ___m_version_21; // System.String System.Net.Cookie::m_domainKey String_t* ___m_domainKey_22; // System.Boolean System.Net.Cookie::IsQuotedVersion bool ___IsQuotedVersion_23; // System.Boolean System.Net.Cookie::IsQuotedDomain bool ___IsQuotedDomain_24; public: inline static int32_t get_offset_of_m_comment_4() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_comment_4)); } inline String_t* get_m_comment_4() const { return ___m_comment_4; } inline String_t** get_address_of_m_comment_4() { return &___m_comment_4; } inline void set_m_comment_4(String_t* value) { ___m_comment_4 = value; Il2CppCodeGenWriteBarrier((&___m_comment_4), value); } inline static int32_t get_offset_of_m_commentUri_5() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_commentUri_5)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_m_commentUri_5() const { return ___m_commentUri_5; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_m_commentUri_5() { return &___m_commentUri_5; } inline void set_m_commentUri_5(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ___m_commentUri_5 = value; Il2CppCodeGenWriteBarrier((&___m_commentUri_5), value); } inline static int32_t get_offset_of_m_cookieVariant_6() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_cookieVariant_6)); } inline int32_t get_m_cookieVariant_6() const { return ___m_cookieVariant_6; } inline int32_t* get_address_of_m_cookieVariant_6() { return &___m_cookieVariant_6; } inline void set_m_cookieVariant_6(int32_t value) { ___m_cookieVariant_6 = value; } inline static int32_t get_offset_of_m_discard_7() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_discard_7)); } inline bool get_m_discard_7() const { return ___m_discard_7; } inline bool* get_address_of_m_discard_7() { return &___m_discard_7; } inline void set_m_discard_7(bool value) { ___m_discard_7 = value; } inline static int32_t get_offset_of_m_domain_8() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_domain_8)); } inline String_t* get_m_domain_8() const { return ___m_domain_8; } inline String_t** get_address_of_m_domain_8() { return &___m_domain_8; } inline void set_m_domain_8(String_t* value) { ___m_domain_8 = value; Il2CppCodeGenWriteBarrier((&___m_domain_8), value); } inline static int32_t get_offset_of_m_domain_implicit_9() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_domain_implicit_9)); } inline bool get_m_domain_implicit_9() const { return ___m_domain_implicit_9; } inline bool* get_address_of_m_domain_implicit_9() { return &___m_domain_implicit_9; } inline void set_m_domain_implicit_9(bool value) { ___m_domain_implicit_9 = value; } inline static int32_t get_offset_of_m_expires_10() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_expires_10)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_expires_10() const { return ___m_expires_10; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_expires_10() { return &___m_expires_10; } inline void set_m_expires_10(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___m_expires_10 = value; } inline static int32_t get_offset_of_m_name_11() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_name_11)); } inline String_t* get_m_name_11() const { return ___m_name_11; } inline String_t** get_address_of_m_name_11() { return &___m_name_11; } inline void set_m_name_11(String_t* value) { ___m_name_11 = value; Il2CppCodeGenWriteBarrier((&___m_name_11), value); } inline static int32_t get_offset_of_m_path_12() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_path_12)); } inline String_t* get_m_path_12() const { return ___m_path_12; } inline String_t** get_address_of_m_path_12() { return &___m_path_12; } inline void set_m_path_12(String_t* value) { ___m_path_12 = value; Il2CppCodeGenWriteBarrier((&___m_path_12), value); } inline static int32_t get_offset_of_m_path_implicit_13() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_path_implicit_13)); } inline bool get_m_path_implicit_13() const { return ___m_path_implicit_13; } inline bool* get_address_of_m_path_implicit_13() { return &___m_path_implicit_13; } inline void set_m_path_implicit_13(bool value) { ___m_path_implicit_13 = value; } inline static int32_t get_offset_of_m_port_14() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_port_14)); } inline String_t* get_m_port_14() const { return ___m_port_14; } inline String_t** get_address_of_m_port_14() { return &___m_port_14; } inline void set_m_port_14(String_t* value) { ___m_port_14 = value; Il2CppCodeGenWriteBarrier((&___m_port_14), value); } inline static int32_t get_offset_of_m_port_implicit_15() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_port_implicit_15)); } inline bool get_m_port_implicit_15() const { return ___m_port_implicit_15; } inline bool* get_address_of_m_port_implicit_15() { return &___m_port_implicit_15; } inline void set_m_port_implicit_15(bool value) { ___m_port_implicit_15 = value; } inline static int32_t get_offset_of_m_port_list_16() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_port_list_16)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_m_port_list_16() const { return ___m_port_list_16; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_m_port_list_16() { return &___m_port_list_16; } inline void set_m_port_list_16(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___m_port_list_16 = value; Il2CppCodeGenWriteBarrier((&___m_port_list_16), value); } inline static int32_t get_offset_of_m_secure_17() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_secure_17)); } inline bool get_m_secure_17() const { return ___m_secure_17; } inline bool* get_address_of_m_secure_17() { return &___m_secure_17; } inline void set_m_secure_17(bool value) { ___m_secure_17 = value; } inline static int32_t get_offset_of_m_httpOnly_18() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_httpOnly_18)); } inline bool get_m_httpOnly_18() const { return ___m_httpOnly_18; } inline bool* get_address_of_m_httpOnly_18() { return &___m_httpOnly_18; } inline void set_m_httpOnly_18(bool value) { ___m_httpOnly_18 = value; } inline static int32_t get_offset_of_m_timeStamp_19() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_timeStamp_19)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_timeStamp_19() const { return ___m_timeStamp_19; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_timeStamp_19() { return &___m_timeStamp_19; } inline void set_m_timeStamp_19(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___m_timeStamp_19 = value; } inline static int32_t get_offset_of_m_value_20() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_value_20)); } inline String_t* get_m_value_20() const { return ___m_value_20; } inline String_t** get_address_of_m_value_20() { return &___m_value_20; } inline void set_m_value_20(String_t* value) { ___m_value_20 = value; Il2CppCodeGenWriteBarrier((&___m_value_20), value); } inline static int32_t get_offset_of_m_version_21() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_version_21)); } inline int32_t get_m_version_21() const { return ___m_version_21; } inline int32_t* get_address_of_m_version_21() { return &___m_version_21; } inline void set_m_version_21(int32_t value) { ___m_version_21 = value; } inline static int32_t get_offset_of_m_domainKey_22() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_domainKey_22)); } inline String_t* get_m_domainKey_22() const { return ___m_domainKey_22; } inline String_t** get_address_of_m_domainKey_22() { return &___m_domainKey_22; } inline void set_m_domainKey_22(String_t* value) { ___m_domainKey_22 = value; Il2CppCodeGenWriteBarrier((&___m_domainKey_22), value); } inline static int32_t get_offset_of_IsQuotedVersion_23() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___IsQuotedVersion_23)); } inline bool get_IsQuotedVersion_23() const { return ___IsQuotedVersion_23; } inline bool* get_address_of_IsQuotedVersion_23() { return &___IsQuotedVersion_23; } inline void set_IsQuotedVersion_23(bool value) { ___IsQuotedVersion_23 = value; } inline static int32_t get_offset_of_IsQuotedDomain_24() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___IsQuotedDomain_24)); } inline bool get_IsQuotedDomain_24() const { return ___IsQuotedDomain_24; } inline bool* get_address_of_IsQuotedDomain_24() { return &___IsQuotedDomain_24; } inline void set_IsQuotedDomain_24(bool value) { ___IsQuotedDomain_24 = value; } }; struct Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields { public: // System.Char[] System.Net.Cookie::PortSplitDelimiters CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___PortSplitDelimiters_0; // System.Char[] System.Net.Cookie::Reserved2Name CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___Reserved2Name_1; // System.Char[] System.Net.Cookie::Reserved2Value CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___Reserved2Value_2; // System.Net.Comparer System.Net.Cookie::staticComparer Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * ___staticComparer_3; public: inline static int32_t get_offset_of_PortSplitDelimiters_0() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields, ___PortSplitDelimiters_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_PortSplitDelimiters_0() const { return ___PortSplitDelimiters_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_PortSplitDelimiters_0() { return &___PortSplitDelimiters_0; } inline void set_PortSplitDelimiters_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___PortSplitDelimiters_0 = value; Il2CppCodeGenWriteBarrier((&___PortSplitDelimiters_0), value); } inline static int32_t get_offset_of_Reserved2Name_1() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields, ___Reserved2Name_1)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_Reserved2Name_1() const { return ___Reserved2Name_1; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_Reserved2Name_1() { return &___Reserved2Name_1; } inline void set_Reserved2Name_1(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___Reserved2Name_1 = value; Il2CppCodeGenWriteBarrier((&___Reserved2Name_1), value); } inline static int32_t get_offset_of_Reserved2Value_2() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields, ___Reserved2Value_2)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_Reserved2Value_2() const { return ___Reserved2Value_2; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_Reserved2Value_2() { return &___Reserved2Value_2; } inline void set_Reserved2Value_2(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___Reserved2Value_2 = value; Il2CppCodeGenWriteBarrier((&___Reserved2Value_2), value); } inline static int32_t get_offset_of_staticComparer_3() { return static_cast(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields, ___staticComparer_3)); } inline Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * get_staticComparer_3() const { return ___staticComparer_3; } inline Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB ** get_address_of_staticComparer_3() { return &___staticComparer_3; } inline void set_staticComparer_3(Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * value) { ___staticComparer_3 = value; Il2CppCodeGenWriteBarrier((&___staticComparer_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COOKIE_T595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_H #ifndef COOKIEEXCEPTION_T1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_H #define COOKIEEXCEPTION_T1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CookieException struct CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 : public FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COOKIEEXCEPTION_T1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_H #ifndef COOKIETOKENIZER_T5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_H #define COOKIETOKENIZER_T5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CookieTokenizer struct CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD : public RuntimeObject { public: // System.Boolean System.Net.CookieTokenizer::m_eofCookie bool ___m_eofCookie_0; // System.Int32 System.Net.CookieTokenizer::m_index int32_t ___m_index_1; // System.Int32 System.Net.CookieTokenizer::m_length int32_t ___m_length_2; // System.String System.Net.CookieTokenizer::m_name String_t* ___m_name_3; // System.Boolean System.Net.CookieTokenizer::m_quoted bool ___m_quoted_4; // System.Int32 System.Net.CookieTokenizer::m_start int32_t ___m_start_5; // System.Net.CookieToken System.Net.CookieTokenizer::m_token int32_t ___m_token_6; // System.Int32 System.Net.CookieTokenizer::m_tokenLength int32_t ___m_tokenLength_7; // System.String System.Net.CookieTokenizer::m_tokenStream String_t* ___m_tokenStream_8; // System.String System.Net.CookieTokenizer::m_value String_t* ___m_value_9; public: inline static int32_t get_offset_of_m_eofCookie_0() { return static_cast(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD, ___m_eofCookie_0)); } inline bool get_m_eofCookie_0() const { return ___m_eofCookie_0; } inline bool* get_address_of_m_eofCookie_0() { return &___m_eofCookie_0; } inline void set_m_eofCookie_0(bool value) { ___m_eofCookie_0 = value; } inline static int32_t get_offset_of_m_index_1() { return static_cast(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD, ___m_index_1)); } inline int32_t get_m_index_1() const { return ___m_index_1; } inline int32_t* get_address_of_m_index_1() { return &___m_index_1; } inline void set_m_index_1(int32_t value) { ___m_index_1 = value; } inline static int32_t get_offset_of_m_length_2() { return static_cast(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD, ___m_length_2)); } inline int32_t get_m_length_2() const { return ___m_length_2; } inline int32_t* get_address_of_m_length_2() { return &___m_length_2; } inline void set_m_length_2(int32_t value) { ___m_length_2 = value; } inline static int32_t get_offset_of_m_name_3() { return static_cast(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD, ___m_name_3)); } inline String_t* get_m_name_3() const { return ___m_name_3; } inline String_t** get_address_of_m_name_3() { return &___m_name_3; } inline void set_m_name_3(String_t* value) { ___m_name_3 = value; Il2CppCodeGenWriteBarrier((&___m_name_3), value); } inline static int32_t get_offset_of_m_quoted_4() { return static_cast(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD, ___m_quoted_4)); } inline bool get_m_quoted_4() const { return ___m_quoted_4; } inline bool* get_address_of_m_quoted_4() { return &___m_quoted_4; } inline void set_m_quoted_4(bool value) { ___m_quoted_4 = value; } inline static int32_t get_offset_of_m_start_5() { return static_cast(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD, ___m_start_5)); } inline int32_t get_m_start_5() const { return ___m_start_5; } inline int32_t* get_address_of_m_start_5() { return &___m_start_5; } inline void set_m_start_5(int32_t value) { ___m_start_5 = value; } inline static int32_t get_offset_of_m_token_6() { return static_cast(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD, ___m_token_6)); } inline int32_t get_m_token_6() const { return ___m_token_6; } inline int32_t* get_address_of_m_token_6() { return &___m_token_6; } inline void set_m_token_6(int32_t value) { ___m_token_6 = value; } inline static int32_t get_offset_of_m_tokenLength_7() { return static_cast(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD, ___m_tokenLength_7)); } inline int32_t get_m_tokenLength_7() const { return ___m_tokenLength_7; } inline int32_t* get_address_of_m_tokenLength_7() { return &___m_tokenLength_7; } inline void set_m_tokenLength_7(int32_t value) { ___m_tokenLength_7 = value; } inline static int32_t get_offset_of_m_tokenStream_8() { return static_cast(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD, ___m_tokenStream_8)); } inline String_t* get_m_tokenStream_8() const { return ___m_tokenStream_8; } inline String_t** get_address_of_m_tokenStream_8() { return &___m_tokenStream_8; } inline void set_m_tokenStream_8(String_t* value) { ___m_tokenStream_8 = value; Il2CppCodeGenWriteBarrier((&___m_tokenStream_8), value); } inline static int32_t get_offset_of_m_value_9() { return static_cast(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD, ___m_value_9)); } inline String_t* get_m_value_9() const { return ___m_value_9; } inline String_t** get_address_of_m_value_9() { return &___m_value_9; } inline void set_m_value_9(String_t* value) { ___m_value_9 = value; Il2CppCodeGenWriteBarrier((&___m_value_9), value); } }; struct CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_StaticFields { public: // System.Net.CookieTokenizer_RecognizedAttribute[] System.Net.CookieTokenizer::RecognizedAttributes RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* ___RecognizedAttributes_10; // System.Net.CookieTokenizer_RecognizedAttribute[] System.Net.CookieTokenizer::RecognizedServerAttributes RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* ___RecognizedServerAttributes_11; public: inline static int32_t get_offset_of_RecognizedAttributes_10() { return static_cast(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_StaticFields, ___RecognizedAttributes_10)); } inline RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* get_RecognizedAttributes_10() const { return ___RecognizedAttributes_10; } inline RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55** get_address_of_RecognizedAttributes_10() { return &___RecognizedAttributes_10; } inline void set_RecognizedAttributes_10(RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* value) { ___RecognizedAttributes_10 = value; Il2CppCodeGenWriteBarrier((&___RecognizedAttributes_10), value); } inline static int32_t get_offset_of_RecognizedServerAttributes_11() { return static_cast(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_StaticFields, ___RecognizedServerAttributes_11)); } inline RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* get_RecognizedServerAttributes_11() const { return ___RecognizedServerAttributes_11; } inline RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55** get_address_of_RecognizedServerAttributes_11() { return &___RecognizedServerAttributes_11; } inline void set_RecognizedServerAttributes_11(RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* value) { ___RecognizedServerAttributes_11 = value; Il2CppCodeGenWriteBarrier((&___RecognizedServerAttributes_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COOKIETOKENIZER_T5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_H #ifndef RECOGNIZEDATTRIBUTE_T300D9F628CDAED6F665BFE996936B9CE0FA0D95B_H #define RECOGNIZEDATTRIBUTE_T300D9F628CDAED6F665BFE996936B9CE0FA0D95B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CookieTokenizer_RecognizedAttribute struct RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B { public: // System.String System.Net.CookieTokenizer_RecognizedAttribute::m_name String_t* ___m_name_0; // System.Net.CookieToken System.Net.CookieTokenizer_RecognizedAttribute::m_token int32_t ___m_token_1; public: inline static int32_t get_offset_of_m_name_0() { return static_cast(offsetof(RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B, ___m_name_0)); } inline String_t* get_m_name_0() const { return ___m_name_0; } inline String_t** get_address_of_m_name_0() { return &___m_name_0; } inline void set_m_name_0(String_t* value) { ___m_name_0 = value; Il2CppCodeGenWriteBarrier((&___m_name_0), value); } inline static int32_t get_offset_of_m_token_1() { return static_cast(offsetof(RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B, ___m_token_1)); } inline int32_t get_m_token_1() const { return ___m_token_1; } inline int32_t* get_address_of_m_token_1() { return &___m_token_1; } inline void set_m_token_1(int32_t value) { ___m_token_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Net.CookieTokenizer/RecognizedAttribute struct RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshaled_pinvoke { char* ___m_name_0; int32_t ___m_token_1; }; // Native definition for COM marshalling of System.Net.CookieTokenizer/RecognizedAttribute struct RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshaled_com { Il2CppChar* ___m_name_0; int32_t ___m_token_1; }; #endif // RECOGNIZEDATTRIBUTE_T300D9F628CDAED6F665BFE996936B9CE0FA0D95B_H #ifndef FILEWEBRESPONSE_T0F58570D82C33733C9D899AB113B862803A5C325_H #define FILEWEBRESPONSE_T0F58570D82C33733C9D899AB113B862803A5C325_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FileWebResponse struct FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 : public WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD { public: // System.Boolean System.Net.FileWebResponse::m_closed bool ___m_closed_1; // System.Int64 System.Net.FileWebResponse::m_contentLength int64_t ___m_contentLength_2; // System.IO.FileAccess System.Net.FileWebResponse::m_fileAccess int32_t ___m_fileAccess_3; // System.Net.WebHeaderCollection System.Net.FileWebResponse::m_headers WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___m_headers_4; // System.IO.Stream System.Net.FileWebResponse::m_stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___m_stream_5; // System.Uri System.Net.FileWebResponse::m_uri Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___m_uri_6; public: inline static int32_t get_offset_of_m_closed_1() { return static_cast(offsetof(FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325, ___m_closed_1)); } inline bool get_m_closed_1() const { return ___m_closed_1; } inline bool* get_address_of_m_closed_1() { return &___m_closed_1; } inline void set_m_closed_1(bool value) { ___m_closed_1 = value; } inline static int32_t get_offset_of_m_contentLength_2() { return static_cast(offsetof(FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325, ___m_contentLength_2)); } inline int64_t get_m_contentLength_2() const { return ___m_contentLength_2; } inline int64_t* get_address_of_m_contentLength_2() { return &___m_contentLength_2; } inline void set_m_contentLength_2(int64_t value) { ___m_contentLength_2 = value; } inline static int32_t get_offset_of_m_fileAccess_3() { return static_cast(offsetof(FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325, ___m_fileAccess_3)); } inline int32_t get_m_fileAccess_3() const { return ___m_fileAccess_3; } inline int32_t* get_address_of_m_fileAccess_3() { return &___m_fileAccess_3; } inline void set_m_fileAccess_3(int32_t value) { ___m_fileAccess_3 = value; } inline static int32_t get_offset_of_m_headers_4() { return static_cast(offsetof(FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325, ___m_headers_4)); } inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * get_m_headers_4() const { return ___m_headers_4; } inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 ** get_address_of_m_headers_4() { return &___m_headers_4; } inline void set_m_headers_4(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * value) { ___m_headers_4 = value; Il2CppCodeGenWriteBarrier((&___m_headers_4), value); } inline static int32_t get_offset_of_m_stream_5() { return static_cast(offsetof(FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325, ___m_stream_5)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_m_stream_5() const { return ___m_stream_5; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_m_stream_5() { return &___m_stream_5; } inline void set_m_stream_5(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___m_stream_5 = value; Il2CppCodeGenWriteBarrier((&___m_stream_5), value); } inline static int32_t get_offset_of_m_uri_6() { return static_cast(offsetof(FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325, ___m_uri_6)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_m_uri_6() const { return ___m_uri_6; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_m_uri_6() { return &___m_uri_6; } inline void set_m_uri_6(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ___m_uri_6 = value; Il2CppCodeGenWriteBarrier((&___m_uri_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEWEBRESPONSE_T0F58570D82C33733C9D899AB113B862803A5C325_H #ifndef FTPSTATUS_TC736CA78D396A33659145A9183F15038E66B2876_H #define FTPSTATUS_TC736CA78D396A33659145A9183F15038E66B2876_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FtpStatus struct FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 : public RuntimeObject { public: // System.Net.FtpStatusCode System.Net.FtpStatus::statusCode int32_t ___statusCode_0; // System.String System.Net.FtpStatus::statusDescription String_t* ___statusDescription_1; public: inline static int32_t get_offset_of_statusCode_0() { return static_cast(offsetof(FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876, ___statusCode_0)); } inline int32_t get_statusCode_0() const { return ___statusCode_0; } inline int32_t* get_address_of_statusCode_0() { return &___statusCode_0; } inline void set_statusCode_0(int32_t value) { ___statusCode_0 = value; } inline static int32_t get_offset_of_statusDescription_1() { return static_cast(offsetof(FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876, ___statusDescription_1)); } inline String_t* get_statusDescription_1() const { return ___statusDescription_1; } inline String_t** get_address_of_statusDescription_1() { return &___statusDescription_1; } inline void set_statusDescription_1(String_t* value) { ___statusDescription_1 = value; Il2CppCodeGenWriteBarrier((&___statusDescription_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FTPSTATUS_TC736CA78D396A33659145A9183F15038E66B2876_H #ifndef FTPWEBRESPONSE_T8775110950F0637C1A8A495892122865F05FC205_H #define FTPWEBRESPONSE_T8775110950F0637C1A8A495892122865F05FC205_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FtpWebResponse struct FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 : public WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD { public: // System.IO.Stream System.Net.FtpWebResponse::stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_1; // System.Uri System.Net.FtpWebResponse::uri Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri_2; // System.Net.FtpStatusCode System.Net.FtpWebResponse::statusCode int32_t ___statusCode_3; // System.DateTime System.Net.FtpWebResponse::lastModified DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___lastModified_4; // System.String System.Net.FtpWebResponse::bannerMessage String_t* ___bannerMessage_5; // System.String System.Net.FtpWebResponse::welcomeMessage String_t* ___welcomeMessage_6; // System.String System.Net.FtpWebResponse::exitMessage String_t* ___exitMessage_7; // System.String System.Net.FtpWebResponse::statusDescription String_t* ___statusDescription_8; // System.String System.Net.FtpWebResponse::method String_t* ___method_9; // System.Boolean System.Net.FtpWebResponse::disposed bool ___disposed_10; // System.Net.FtpWebRequest System.Net.FtpWebResponse::request FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * ___request_11; // System.Int64 System.Net.FtpWebResponse::contentLength int64_t ___contentLength_12; public: inline static int32_t get_offset_of_stream_1() { return static_cast(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___stream_1)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_1() const { return ___stream_1; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_1() { return &___stream_1; } inline void set_stream_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___stream_1 = value; Il2CppCodeGenWriteBarrier((&___stream_1), value); } inline static int32_t get_offset_of_uri_2() { return static_cast(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___uri_2)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_uri_2() const { return ___uri_2; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_uri_2() { return &___uri_2; } inline void set_uri_2(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ___uri_2 = value; Il2CppCodeGenWriteBarrier((&___uri_2), value); } inline static int32_t get_offset_of_statusCode_3() { return static_cast(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___statusCode_3)); } inline int32_t get_statusCode_3() const { return ___statusCode_3; } inline int32_t* get_address_of_statusCode_3() { return &___statusCode_3; } inline void set_statusCode_3(int32_t value) { ___statusCode_3 = value; } inline static int32_t get_offset_of_lastModified_4() { return static_cast(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___lastModified_4)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_lastModified_4() const { return ___lastModified_4; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_lastModified_4() { return &___lastModified_4; } inline void set_lastModified_4(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___lastModified_4 = value; } inline static int32_t get_offset_of_bannerMessage_5() { return static_cast(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___bannerMessage_5)); } inline String_t* get_bannerMessage_5() const { return ___bannerMessage_5; } inline String_t** get_address_of_bannerMessage_5() { return &___bannerMessage_5; } inline void set_bannerMessage_5(String_t* value) { ___bannerMessage_5 = value; Il2CppCodeGenWriteBarrier((&___bannerMessage_5), value); } inline static int32_t get_offset_of_welcomeMessage_6() { return static_cast(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___welcomeMessage_6)); } inline String_t* get_welcomeMessage_6() const { return ___welcomeMessage_6; } inline String_t** get_address_of_welcomeMessage_6() { return &___welcomeMessage_6; } inline void set_welcomeMessage_6(String_t* value) { ___welcomeMessage_6 = value; Il2CppCodeGenWriteBarrier((&___welcomeMessage_6), value); } inline static int32_t get_offset_of_exitMessage_7() { return static_cast(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___exitMessage_7)); } inline String_t* get_exitMessage_7() const { return ___exitMessage_7; } inline String_t** get_address_of_exitMessage_7() { return &___exitMessage_7; } inline void set_exitMessage_7(String_t* value) { ___exitMessage_7 = value; Il2CppCodeGenWriteBarrier((&___exitMessage_7), value); } inline static int32_t get_offset_of_statusDescription_8() { return static_cast(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___statusDescription_8)); } inline String_t* get_statusDescription_8() const { return ___statusDescription_8; } inline String_t** get_address_of_statusDescription_8() { return &___statusDescription_8; } inline void set_statusDescription_8(String_t* value) { ___statusDescription_8 = value; Il2CppCodeGenWriteBarrier((&___statusDescription_8), value); } inline static int32_t get_offset_of_method_9() { return static_cast(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___method_9)); } inline String_t* get_method_9() const { return ___method_9; } inline String_t** get_address_of_method_9() { return &___method_9; } inline void set_method_9(String_t* value) { ___method_9 = value; Il2CppCodeGenWriteBarrier((&___method_9), value); } inline static int32_t get_offset_of_disposed_10() { return static_cast(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___disposed_10)); } inline bool get_disposed_10() const { return ___disposed_10; } inline bool* get_address_of_disposed_10() { return &___disposed_10; } inline void set_disposed_10(bool value) { ___disposed_10 = value; } inline static int32_t get_offset_of_request_11() { return static_cast(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___request_11)); } inline FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * get_request_11() const { return ___request_11; } inline FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA ** get_address_of_request_11() { return &___request_11; } inline void set_request_11(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * value) { ___request_11 = value; Il2CppCodeGenWriteBarrier((&___request_11), value); } inline static int32_t get_offset_of_contentLength_12() { return static_cast(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___contentLength_12)); } inline int64_t get_contentLength_12() const { return ___contentLength_12; } inline int64_t* get_address_of_contentLength_12() { return &___contentLength_12; } inline void set_contentLength_12(int64_t value) { ___contentLength_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FTPWEBRESPONSE_T8775110950F0637C1A8A495892122865F05FC205_H #ifndef HEADERVARIANTINFO_TFF12EDB71F2B9508779B160689F99BA209DA9E64_H #define HEADERVARIANTINFO_TFF12EDB71F2B9508779B160689F99BA209DA9E64_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HeaderVariantInfo struct HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 { public: // System.String System.Net.HeaderVariantInfo::m_name String_t* ___m_name_0; // System.Net.CookieVariant System.Net.HeaderVariantInfo::m_variant int32_t ___m_variant_1; public: inline static int32_t get_offset_of_m_name_0() { return static_cast(offsetof(HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64, ___m_name_0)); } inline String_t* get_m_name_0() const { return ___m_name_0; } inline String_t** get_address_of_m_name_0() { return &___m_name_0; } inline void set_m_name_0(String_t* value) { ___m_name_0 = value; Il2CppCodeGenWriteBarrier((&___m_name_0), value); } inline static int32_t get_offset_of_m_variant_1() { return static_cast(offsetof(HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64, ___m_variant_1)); } inline int32_t get_m_variant_1() const { return ___m_variant_1; } inline int32_t* get_address_of_m_variant_1() { return &___m_variant_1; } inline void set_m_variant_1(int32_t value) { ___m_variant_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Net.HeaderVariantInfo struct HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshaled_pinvoke { char* ___m_name_0; int32_t ___m_variant_1; }; // Native definition for COM marshalling of System.Net.HeaderVariantInfo struct HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshaled_com { Il2CppChar* ___m_name_0; int32_t ___m_variant_1; }; #endif // HEADERVARIANTINFO_TFF12EDB71F2B9508779B160689F99BA209DA9E64_H #ifndef AUTHORIZATIONSTATE_T5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_H #define AUTHORIZATIONSTATE_T5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpWebRequest_AuthorizationState struct AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB { public: // System.Net.HttpWebRequest System.Net.HttpWebRequest_AuthorizationState::request HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request_0; // System.Boolean System.Net.HttpWebRequest_AuthorizationState::isProxy bool ___isProxy_1; // System.Boolean System.Net.HttpWebRequest_AuthorizationState::isCompleted bool ___isCompleted_2; // System.Net.HttpWebRequest_NtlmAuthState System.Net.HttpWebRequest_AuthorizationState::ntlm_auth_state int32_t ___ntlm_auth_state_3; public: inline static int32_t get_offset_of_request_0() { return static_cast(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___request_0)); } inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get_request_0() const { return ___request_0; } inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of_request_0() { return &___request_0; } inline void set_request_0(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value) { ___request_0 = value; Il2CppCodeGenWriteBarrier((&___request_0), value); } inline static int32_t get_offset_of_isProxy_1() { return static_cast(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___isProxy_1)); } inline bool get_isProxy_1() const { return ___isProxy_1; } inline bool* get_address_of_isProxy_1() { return &___isProxy_1; } inline void set_isProxy_1(bool value) { ___isProxy_1 = value; } inline static int32_t get_offset_of_isCompleted_2() { return static_cast(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___isCompleted_2)); } inline bool get_isCompleted_2() const { return ___isCompleted_2; } inline bool* get_address_of_isCompleted_2() { return &___isCompleted_2; } inline void set_isCompleted_2(bool value) { ___isCompleted_2 = value; } inline static int32_t get_offset_of_ntlm_auth_state_3() { return static_cast(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___ntlm_auth_state_3)); } inline int32_t get_ntlm_auth_state_3() const { return ___ntlm_auth_state_3; } inline int32_t* get_address_of_ntlm_auth_state_3() { return &___ntlm_auth_state_3; } inline void set_ntlm_auth_state_3(int32_t value) { ___ntlm_auth_state_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_pinvoke { HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request_0; int32_t ___isProxy_1; int32_t ___isCompleted_2; int32_t ___ntlm_auth_state_3; }; // Native definition for COM marshalling of System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_com { HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request_0; int32_t ___isProxy_1; int32_t ___isCompleted_2; int32_t ___ntlm_auth_state_3; }; #endif // AUTHORIZATIONSTATE_T5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_H #ifndef HTTPWEBRESPONSE_T34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951_H #define HTTPWEBRESPONSE_T34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpWebResponse struct HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 : public WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD { public: // System.Uri System.Net.HttpWebResponse::uri Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri_1; // System.Net.WebHeaderCollection System.Net.HttpWebResponse::webHeaders WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___webHeaders_2; // System.Net.CookieCollection System.Net.HttpWebResponse::cookieCollection CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___cookieCollection_3; // System.String System.Net.HttpWebResponse::method String_t* ___method_4; // System.Version System.Net.HttpWebResponse::version Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_5; // System.Net.HttpStatusCode System.Net.HttpWebResponse::statusCode int32_t ___statusCode_6; // System.String System.Net.HttpWebResponse::statusDescription String_t* ___statusDescription_7; // System.Int64 System.Net.HttpWebResponse::contentLength int64_t ___contentLength_8; // System.String System.Net.HttpWebResponse::contentType String_t* ___contentType_9; // System.Net.CookieContainer System.Net.HttpWebResponse::cookie_container CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * ___cookie_container_10; // System.Boolean System.Net.HttpWebResponse::disposed bool ___disposed_11; // System.IO.Stream System.Net.HttpWebResponse::stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_12; public: inline static int32_t get_offset_of_uri_1() { return static_cast(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___uri_1)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_uri_1() const { return ___uri_1; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_uri_1() { return &___uri_1; } inline void set_uri_1(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ___uri_1 = value; Il2CppCodeGenWriteBarrier((&___uri_1), value); } inline static int32_t get_offset_of_webHeaders_2() { return static_cast(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___webHeaders_2)); } inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * get_webHeaders_2() const { return ___webHeaders_2; } inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 ** get_address_of_webHeaders_2() { return &___webHeaders_2; } inline void set_webHeaders_2(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * value) { ___webHeaders_2 = value; Il2CppCodeGenWriteBarrier((&___webHeaders_2), value); } inline static int32_t get_offset_of_cookieCollection_3() { return static_cast(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___cookieCollection_3)); } inline CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * get_cookieCollection_3() const { return ___cookieCollection_3; } inline CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 ** get_address_of_cookieCollection_3() { return &___cookieCollection_3; } inline void set_cookieCollection_3(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * value) { ___cookieCollection_3 = value; Il2CppCodeGenWriteBarrier((&___cookieCollection_3), value); } inline static int32_t get_offset_of_method_4() { return static_cast(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___method_4)); } inline String_t* get_method_4() const { return ___method_4; } inline String_t** get_address_of_method_4() { return &___method_4; } inline void set_method_4(String_t* value) { ___method_4 = value; Il2CppCodeGenWriteBarrier((&___method_4), value); } inline static int32_t get_offset_of_version_5() { return static_cast(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___version_5)); } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_version_5() const { return ___version_5; } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_version_5() { return &___version_5; } inline void set_version_5(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value) { ___version_5 = value; Il2CppCodeGenWriteBarrier((&___version_5), value); } inline static int32_t get_offset_of_statusCode_6() { return static_cast(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___statusCode_6)); } inline int32_t get_statusCode_6() const { return ___statusCode_6; } inline int32_t* get_address_of_statusCode_6() { return &___statusCode_6; } inline void set_statusCode_6(int32_t value) { ___statusCode_6 = value; } inline static int32_t get_offset_of_statusDescription_7() { return static_cast(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___statusDescription_7)); } inline String_t* get_statusDescription_7() const { return ___statusDescription_7; } inline String_t** get_address_of_statusDescription_7() { return &___statusDescription_7; } inline void set_statusDescription_7(String_t* value) { ___statusDescription_7 = value; Il2CppCodeGenWriteBarrier((&___statusDescription_7), value); } inline static int32_t get_offset_of_contentLength_8() { return static_cast(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___contentLength_8)); } inline int64_t get_contentLength_8() const { return ___contentLength_8; } inline int64_t* get_address_of_contentLength_8() { return &___contentLength_8; } inline void set_contentLength_8(int64_t value) { ___contentLength_8 = value; } inline static int32_t get_offset_of_contentType_9() { return static_cast(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___contentType_9)); } inline String_t* get_contentType_9() const { return ___contentType_9; } inline String_t** get_address_of_contentType_9() { return &___contentType_9; } inline void set_contentType_9(String_t* value) { ___contentType_9 = value; Il2CppCodeGenWriteBarrier((&___contentType_9), value); } inline static int32_t get_offset_of_cookie_container_10() { return static_cast(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___cookie_container_10)); } inline CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * get_cookie_container_10() const { return ___cookie_container_10; } inline CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 ** get_address_of_cookie_container_10() { return &___cookie_container_10; } inline void set_cookie_container_10(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * value) { ___cookie_container_10 = value; Il2CppCodeGenWriteBarrier((&___cookie_container_10), value); } inline static int32_t get_offset_of_disposed_11() { return static_cast(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___disposed_11)); } inline bool get_disposed_11() const { return ___disposed_11; } inline bool* get_address_of_disposed_11() { return &___disposed_11; } inline void set_disposed_11(bool value) { ___disposed_11 = value; } inline static int32_t get_offset_of_stream_12() { return static_cast(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___stream_12)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_12() const { return ___stream_12; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_12() { return &___stream_12; } inline void set_stream_12(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___stream_12 = value; Il2CppCodeGenWriteBarrier((&___stream_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPWEBRESPONSE_T34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951_H #ifndef IPADDRESS_T77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_H #define IPADDRESS_T77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.IPAddress struct IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE : public RuntimeObject { public: // System.Int64 System.Net.IPAddress::m_Address int64_t ___m_Address_5; // System.String System.Net.IPAddress::m_ToString String_t* ___m_ToString_6; // System.Net.Sockets.AddressFamily System.Net.IPAddress::m_Family int32_t ___m_Family_10; // System.UInt16[] System.Net.IPAddress::m_Numbers UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* ___m_Numbers_11; // System.Int64 System.Net.IPAddress::m_ScopeId int64_t ___m_ScopeId_12; // System.Int32 System.Net.IPAddress::m_HashCode int32_t ___m_HashCode_13; public: inline static int32_t get_offset_of_m_Address_5() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_Address_5)); } inline int64_t get_m_Address_5() const { return ___m_Address_5; } inline int64_t* get_address_of_m_Address_5() { return &___m_Address_5; } inline void set_m_Address_5(int64_t value) { ___m_Address_5 = value; } inline static int32_t get_offset_of_m_ToString_6() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_ToString_6)); } inline String_t* get_m_ToString_6() const { return ___m_ToString_6; } inline String_t** get_address_of_m_ToString_6() { return &___m_ToString_6; } inline void set_m_ToString_6(String_t* value) { ___m_ToString_6 = value; Il2CppCodeGenWriteBarrier((&___m_ToString_6), value); } inline static int32_t get_offset_of_m_Family_10() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_Family_10)); } inline int32_t get_m_Family_10() const { return ___m_Family_10; } inline int32_t* get_address_of_m_Family_10() { return &___m_Family_10; } inline void set_m_Family_10(int32_t value) { ___m_Family_10 = value; } inline static int32_t get_offset_of_m_Numbers_11() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_Numbers_11)); } inline UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* get_m_Numbers_11() const { return ___m_Numbers_11; } inline UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E** get_address_of_m_Numbers_11() { return &___m_Numbers_11; } inline void set_m_Numbers_11(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* value) { ___m_Numbers_11 = value; Il2CppCodeGenWriteBarrier((&___m_Numbers_11), value); } inline static int32_t get_offset_of_m_ScopeId_12() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_ScopeId_12)); } inline int64_t get_m_ScopeId_12() const { return ___m_ScopeId_12; } inline int64_t* get_address_of_m_ScopeId_12() { return &___m_ScopeId_12; } inline void set_m_ScopeId_12(int64_t value) { ___m_ScopeId_12 = value; } inline static int32_t get_offset_of_m_HashCode_13() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_HashCode_13)); } inline int32_t get_m_HashCode_13() const { return ___m_HashCode_13; } inline int32_t* get_address_of_m_HashCode_13() { return &___m_HashCode_13; } inline void set_m_HashCode_13(int32_t value) { ___m_HashCode_13 = value; } }; struct IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields { public: // System.Net.IPAddress System.Net.IPAddress::Any IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___Any_0; // System.Net.IPAddress System.Net.IPAddress::Loopback IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___Loopback_1; // System.Net.IPAddress System.Net.IPAddress::Broadcast IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___Broadcast_2; // System.Net.IPAddress System.Net.IPAddress::None IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___None_3; // System.Net.IPAddress System.Net.IPAddress::IPv6Any IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___IPv6Any_7; // System.Net.IPAddress System.Net.IPAddress::IPv6Loopback IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___IPv6Loopback_8; // System.Net.IPAddress System.Net.IPAddress::IPv6None IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___IPv6None_9; public: inline static int32_t get_offset_of_Any_0() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___Any_0)); } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_Any_0() const { return ___Any_0; } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_Any_0() { return &___Any_0; } inline void set_Any_0(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value) { ___Any_0 = value; Il2CppCodeGenWriteBarrier((&___Any_0), value); } inline static int32_t get_offset_of_Loopback_1() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___Loopback_1)); } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_Loopback_1() const { return ___Loopback_1; } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_Loopback_1() { return &___Loopback_1; } inline void set_Loopback_1(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value) { ___Loopback_1 = value; Il2CppCodeGenWriteBarrier((&___Loopback_1), value); } inline static int32_t get_offset_of_Broadcast_2() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___Broadcast_2)); } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_Broadcast_2() const { return ___Broadcast_2; } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_Broadcast_2() { return &___Broadcast_2; } inline void set_Broadcast_2(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value) { ___Broadcast_2 = value; Il2CppCodeGenWriteBarrier((&___Broadcast_2), value); } inline static int32_t get_offset_of_None_3() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___None_3)); } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_None_3() const { return ___None_3; } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_None_3() { return &___None_3; } inline void set_None_3(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value) { ___None_3 = value; Il2CppCodeGenWriteBarrier((&___None_3), value); } inline static int32_t get_offset_of_IPv6Any_7() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___IPv6Any_7)); } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_IPv6Any_7() const { return ___IPv6Any_7; } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_IPv6Any_7() { return &___IPv6Any_7; } inline void set_IPv6Any_7(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value) { ___IPv6Any_7 = value; Il2CppCodeGenWriteBarrier((&___IPv6Any_7), value); } inline static int32_t get_offset_of_IPv6Loopback_8() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___IPv6Loopback_8)); } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_IPv6Loopback_8() const { return ___IPv6Loopback_8; } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_IPv6Loopback_8() { return &___IPv6Loopback_8; } inline void set_IPv6Loopback_8(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value) { ___IPv6Loopback_8 = value; Il2CppCodeGenWriteBarrier((&___IPv6Loopback_8), value); } inline static int32_t get_offset_of_IPv6None_9() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___IPv6None_9)); } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_IPv6None_9() const { return ___IPv6None_9; } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_IPv6None_9() { return &___IPv6None_9; } inline void set_IPv6None_9(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value) { ___IPv6None_9 = value; Il2CppCodeGenWriteBarrier((&___IPv6None_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IPADDRESS_T77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_H #ifndef PROTOCOLVIOLATIONEXCEPTION_T287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_H #define PROTOCOLVIOLATIONEXCEPTION_T287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ProtocolViolationException struct ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROTOCOLVIOLATIONEXCEPTION_T287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_H #ifndef SOCKET_T47148BFA7740C9C45A69F2F3722F734B9DCA45D8_H #define SOCKET_T47148BFA7740C9C45A69F2F3722F734B9DCA45D8_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.Socket struct Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 : public RuntimeObject { public: // System.Boolean System.Net.Sockets.Socket::is_closed bool ___is_closed_6; // System.Boolean System.Net.Sockets.Socket::is_listening bool ___is_listening_7; // System.Boolean System.Net.Sockets.Socket::useOverlappedIO bool ___useOverlappedIO_8; // System.Int32 System.Net.Sockets.Socket::linger_timeout int32_t ___linger_timeout_9; // System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::addressFamily int32_t ___addressFamily_10; // System.Net.Sockets.SocketType System.Net.Sockets.Socket::socketType int32_t ___socketType_11; // System.Net.Sockets.ProtocolType System.Net.Sockets.Socket::protocolType int32_t ___protocolType_12; // System.Net.Sockets.SafeSocketHandle System.Net.Sockets.Socket::m_Handle SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___m_Handle_13; // System.Net.EndPoint System.Net.Sockets.Socket::seed_endpoint EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___seed_endpoint_14; // System.Threading.SemaphoreSlim System.Net.Sockets.Socket::ReadSem SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ___ReadSem_15; // System.Threading.SemaphoreSlim System.Net.Sockets.Socket::WriteSem SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ___WriteSem_16; // System.Boolean System.Net.Sockets.Socket::is_blocking bool ___is_blocking_17; // System.Boolean System.Net.Sockets.Socket::is_bound bool ___is_bound_18; // System.Boolean System.Net.Sockets.Socket::is_connected bool ___is_connected_19; // System.Int32 System.Net.Sockets.Socket::m_IntCleanedUp int32_t ___m_IntCleanedUp_20; // System.Boolean System.Net.Sockets.Socket::connect_in_progress bool ___connect_in_progress_21; public: inline static int32_t get_offset_of_is_closed_6() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_closed_6)); } inline bool get_is_closed_6() const { return ___is_closed_6; } inline bool* get_address_of_is_closed_6() { return &___is_closed_6; } inline void set_is_closed_6(bool value) { ___is_closed_6 = value; } inline static int32_t get_offset_of_is_listening_7() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_listening_7)); } inline bool get_is_listening_7() const { return ___is_listening_7; } inline bool* get_address_of_is_listening_7() { return &___is_listening_7; } inline void set_is_listening_7(bool value) { ___is_listening_7 = value; } inline static int32_t get_offset_of_useOverlappedIO_8() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___useOverlappedIO_8)); } inline bool get_useOverlappedIO_8() const { return ___useOverlappedIO_8; } inline bool* get_address_of_useOverlappedIO_8() { return &___useOverlappedIO_8; } inline void set_useOverlappedIO_8(bool value) { ___useOverlappedIO_8 = value; } inline static int32_t get_offset_of_linger_timeout_9() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___linger_timeout_9)); } inline int32_t get_linger_timeout_9() const { return ___linger_timeout_9; } inline int32_t* get_address_of_linger_timeout_9() { return &___linger_timeout_9; } inline void set_linger_timeout_9(int32_t value) { ___linger_timeout_9 = value; } inline static int32_t get_offset_of_addressFamily_10() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___addressFamily_10)); } inline int32_t get_addressFamily_10() const { return ___addressFamily_10; } inline int32_t* get_address_of_addressFamily_10() { return &___addressFamily_10; } inline void set_addressFamily_10(int32_t value) { ___addressFamily_10 = value; } inline static int32_t get_offset_of_socketType_11() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___socketType_11)); } inline int32_t get_socketType_11() const { return ___socketType_11; } inline int32_t* get_address_of_socketType_11() { return &___socketType_11; } inline void set_socketType_11(int32_t value) { ___socketType_11 = value; } inline static int32_t get_offset_of_protocolType_12() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___protocolType_12)); } inline int32_t get_protocolType_12() const { return ___protocolType_12; } inline int32_t* get_address_of_protocolType_12() { return &___protocolType_12; } inline void set_protocolType_12(int32_t value) { ___protocolType_12 = value; } inline static int32_t get_offset_of_m_Handle_13() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___m_Handle_13)); } inline SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * get_m_Handle_13() const { return ___m_Handle_13; } inline SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A ** get_address_of_m_Handle_13() { return &___m_Handle_13; } inline void set_m_Handle_13(SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * value) { ___m_Handle_13 = value; Il2CppCodeGenWriteBarrier((&___m_Handle_13), value); } inline static int32_t get_offset_of_seed_endpoint_14() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___seed_endpoint_14)); } inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * get_seed_endpoint_14() const { return ___seed_endpoint_14; } inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** get_address_of_seed_endpoint_14() { return &___seed_endpoint_14; } inline void set_seed_endpoint_14(EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * value) { ___seed_endpoint_14 = value; Il2CppCodeGenWriteBarrier((&___seed_endpoint_14), value); } inline static int32_t get_offset_of_ReadSem_15() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___ReadSem_15)); } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get_ReadSem_15() const { return ___ReadSem_15; } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of_ReadSem_15() { return &___ReadSem_15; } inline void set_ReadSem_15(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value) { ___ReadSem_15 = value; Il2CppCodeGenWriteBarrier((&___ReadSem_15), value); } inline static int32_t get_offset_of_WriteSem_16() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___WriteSem_16)); } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get_WriteSem_16() const { return ___WriteSem_16; } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of_WriteSem_16() { return &___WriteSem_16; } inline void set_WriteSem_16(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value) { ___WriteSem_16 = value; Il2CppCodeGenWriteBarrier((&___WriteSem_16), value); } inline static int32_t get_offset_of_is_blocking_17() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_blocking_17)); } inline bool get_is_blocking_17() const { return ___is_blocking_17; } inline bool* get_address_of_is_blocking_17() { return &___is_blocking_17; } inline void set_is_blocking_17(bool value) { ___is_blocking_17 = value; } inline static int32_t get_offset_of_is_bound_18() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_bound_18)); } inline bool get_is_bound_18() const { return ___is_bound_18; } inline bool* get_address_of_is_bound_18() { return &___is_bound_18; } inline void set_is_bound_18(bool value) { ___is_bound_18 = value; } inline static int32_t get_offset_of_is_connected_19() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_connected_19)); } inline bool get_is_connected_19() const { return ___is_connected_19; } inline bool* get_address_of_is_connected_19() { return &___is_connected_19; } inline void set_is_connected_19(bool value) { ___is_connected_19 = value; } inline static int32_t get_offset_of_m_IntCleanedUp_20() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___m_IntCleanedUp_20)); } inline int32_t get_m_IntCleanedUp_20() const { return ___m_IntCleanedUp_20; } inline int32_t* get_address_of_m_IntCleanedUp_20() { return &___m_IntCleanedUp_20; } inline void set_m_IntCleanedUp_20(int32_t value) { ___m_IntCleanedUp_20 = value; } inline static int32_t get_offset_of_connect_in_progress_21() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___connect_in_progress_21)); } inline bool get_connect_in_progress_21() const { return ___connect_in_progress_21; } inline bool* get_address_of_connect_in_progress_21() { return &___connect_in_progress_21; } inline void set_connect_in_progress_21(bool value) { ___connect_in_progress_21 = value; } }; struct Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields { public: // System.Object System.Net.Sockets.Socket::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_0; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_SupportsIPv4 bool ___s_SupportsIPv4_1; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_SupportsIPv6 bool ___s_SupportsIPv6_2; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_OSSupportsIPv6 bool ___s_OSSupportsIPv6_3; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_Initialized bool ___s_Initialized_4; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_LoggingEnabled bool ___s_LoggingEnabled_5; // System.AsyncCallback System.Net.Sockets.Socket::AcceptAsyncCallback AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___AcceptAsyncCallback_22; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginAcceptCallback IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginAcceptCallback_23; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginAcceptReceiveCallback IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginAcceptReceiveCallback_24; // System.AsyncCallback System.Net.Sockets.Socket::ConnectAsyncCallback AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___ConnectAsyncCallback_25; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginConnectCallback IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginConnectCallback_26; // System.AsyncCallback System.Net.Sockets.Socket::DisconnectAsyncCallback AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___DisconnectAsyncCallback_27; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginDisconnectCallback IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginDisconnectCallback_28; // System.AsyncCallback System.Net.Sockets.Socket::ReceiveAsyncCallback AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___ReceiveAsyncCallback_29; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveCallback IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginReceiveCallback_30; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveGenericCallback IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginReceiveGenericCallback_31; // System.AsyncCallback System.Net.Sockets.Socket::ReceiveFromAsyncCallback AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___ReceiveFromAsyncCallback_32; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveFromCallback IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginReceiveFromCallback_33; // System.AsyncCallback System.Net.Sockets.Socket::SendAsyncCallback AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___SendAsyncCallback_34; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginSendGenericCallback IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginSendGenericCallback_35; // System.AsyncCallback System.Net.Sockets.Socket::SendToAsyncCallback AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___SendToAsyncCallback_36; public: inline static int32_t get_offset_of_s_InternalSyncObject_0() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_InternalSyncObject_0)); } inline RuntimeObject * get_s_InternalSyncObject_0() const { return ___s_InternalSyncObject_0; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_0() { return &___s_InternalSyncObject_0; } inline void set_s_InternalSyncObject_0(RuntimeObject * value) { ___s_InternalSyncObject_0 = value; Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_0), value); } inline static int32_t get_offset_of_s_SupportsIPv4_1() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_SupportsIPv4_1)); } inline bool get_s_SupportsIPv4_1() const { return ___s_SupportsIPv4_1; } inline bool* get_address_of_s_SupportsIPv4_1() { return &___s_SupportsIPv4_1; } inline void set_s_SupportsIPv4_1(bool value) { ___s_SupportsIPv4_1 = value; } inline static int32_t get_offset_of_s_SupportsIPv6_2() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_SupportsIPv6_2)); } inline bool get_s_SupportsIPv6_2() const { return ___s_SupportsIPv6_2; } inline bool* get_address_of_s_SupportsIPv6_2() { return &___s_SupportsIPv6_2; } inline void set_s_SupportsIPv6_2(bool value) { ___s_SupportsIPv6_2 = value; } inline static int32_t get_offset_of_s_OSSupportsIPv6_3() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_OSSupportsIPv6_3)); } inline bool get_s_OSSupportsIPv6_3() const { return ___s_OSSupportsIPv6_3; } inline bool* get_address_of_s_OSSupportsIPv6_3() { return &___s_OSSupportsIPv6_3; } inline void set_s_OSSupportsIPv6_3(bool value) { ___s_OSSupportsIPv6_3 = value; } inline static int32_t get_offset_of_s_Initialized_4() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_Initialized_4)); } inline bool get_s_Initialized_4() const { return ___s_Initialized_4; } inline bool* get_address_of_s_Initialized_4() { return &___s_Initialized_4; } inline void set_s_Initialized_4(bool value) { ___s_Initialized_4 = value; } inline static int32_t get_offset_of_s_LoggingEnabled_5() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_LoggingEnabled_5)); } inline bool get_s_LoggingEnabled_5() const { return ___s_LoggingEnabled_5; } inline bool* get_address_of_s_LoggingEnabled_5() { return &___s_LoggingEnabled_5; } inline void set_s_LoggingEnabled_5(bool value) { ___s_LoggingEnabled_5 = value; } inline static int32_t get_offset_of_AcceptAsyncCallback_22() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___AcceptAsyncCallback_22)); } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_AcceptAsyncCallback_22() const { return ___AcceptAsyncCallback_22; } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_AcceptAsyncCallback_22() { return &___AcceptAsyncCallback_22; } inline void set_AcceptAsyncCallback_22(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value) { ___AcceptAsyncCallback_22 = value; Il2CppCodeGenWriteBarrier((&___AcceptAsyncCallback_22), value); } inline static int32_t get_offset_of_BeginAcceptCallback_23() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginAcceptCallback_23)); } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginAcceptCallback_23() const { return ___BeginAcceptCallback_23; } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginAcceptCallback_23() { return &___BeginAcceptCallback_23; } inline void set_BeginAcceptCallback_23(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value) { ___BeginAcceptCallback_23 = value; Il2CppCodeGenWriteBarrier((&___BeginAcceptCallback_23), value); } inline static int32_t get_offset_of_BeginAcceptReceiveCallback_24() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginAcceptReceiveCallback_24)); } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginAcceptReceiveCallback_24() const { return ___BeginAcceptReceiveCallback_24; } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginAcceptReceiveCallback_24() { return &___BeginAcceptReceiveCallback_24; } inline void set_BeginAcceptReceiveCallback_24(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value) { ___BeginAcceptReceiveCallback_24 = value; Il2CppCodeGenWriteBarrier((&___BeginAcceptReceiveCallback_24), value); } inline static int32_t get_offset_of_ConnectAsyncCallback_25() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___ConnectAsyncCallback_25)); } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_ConnectAsyncCallback_25() const { return ___ConnectAsyncCallback_25; } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_ConnectAsyncCallback_25() { return &___ConnectAsyncCallback_25; } inline void set_ConnectAsyncCallback_25(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value) { ___ConnectAsyncCallback_25 = value; Il2CppCodeGenWriteBarrier((&___ConnectAsyncCallback_25), value); } inline static int32_t get_offset_of_BeginConnectCallback_26() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginConnectCallback_26)); } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginConnectCallback_26() const { return ___BeginConnectCallback_26; } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginConnectCallback_26() { return &___BeginConnectCallback_26; } inline void set_BeginConnectCallback_26(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value) { ___BeginConnectCallback_26 = value; Il2CppCodeGenWriteBarrier((&___BeginConnectCallback_26), value); } inline static int32_t get_offset_of_DisconnectAsyncCallback_27() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___DisconnectAsyncCallback_27)); } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_DisconnectAsyncCallback_27() const { return ___DisconnectAsyncCallback_27; } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_DisconnectAsyncCallback_27() { return &___DisconnectAsyncCallback_27; } inline void set_DisconnectAsyncCallback_27(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value) { ___DisconnectAsyncCallback_27 = value; Il2CppCodeGenWriteBarrier((&___DisconnectAsyncCallback_27), value); } inline static int32_t get_offset_of_BeginDisconnectCallback_28() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginDisconnectCallback_28)); } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginDisconnectCallback_28() const { return ___BeginDisconnectCallback_28; } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginDisconnectCallback_28() { return &___BeginDisconnectCallback_28; } inline void set_BeginDisconnectCallback_28(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value) { ___BeginDisconnectCallback_28 = value; Il2CppCodeGenWriteBarrier((&___BeginDisconnectCallback_28), value); } inline static int32_t get_offset_of_ReceiveAsyncCallback_29() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___ReceiveAsyncCallback_29)); } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_ReceiveAsyncCallback_29() const { return ___ReceiveAsyncCallback_29; } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_ReceiveAsyncCallback_29() { return &___ReceiveAsyncCallback_29; } inline void set_ReceiveAsyncCallback_29(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value) { ___ReceiveAsyncCallback_29 = value; Il2CppCodeGenWriteBarrier((&___ReceiveAsyncCallback_29), value); } inline static int32_t get_offset_of_BeginReceiveCallback_30() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginReceiveCallback_30)); } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginReceiveCallback_30() const { return ___BeginReceiveCallback_30; } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginReceiveCallback_30() { return &___BeginReceiveCallback_30; } inline void set_BeginReceiveCallback_30(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value) { ___BeginReceiveCallback_30 = value; Il2CppCodeGenWriteBarrier((&___BeginReceiveCallback_30), value); } inline static int32_t get_offset_of_BeginReceiveGenericCallback_31() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginReceiveGenericCallback_31)); } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginReceiveGenericCallback_31() const { return ___BeginReceiveGenericCallback_31; } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginReceiveGenericCallback_31() { return &___BeginReceiveGenericCallback_31; } inline void set_BeginReceiveGenericCallback_31(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value) { ___BeginReceiveGenericCallback_31 = value; Il2CppCodeGenWriteBarrier((&___BeginReceiveGenericCallback_31), value); } inline static int32_t get_offset_of_ReceiveFromAsyncCallback_32() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___ReceiveFromAsyncCallback_32)); } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_ReceiveFromAsyncCallback_32() const { return ___ReceiveFromAsyncCallback_32; } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_ReceiveFromAsyncCallback_32() { return &___ReceiveFromAsyncCallback_32; } inline void set_ReceiveFromAsyncCallback_32(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value) { ___ReceiveFromAsyncCallback_32 = value; Il2CppCodeGenWriteBarrier((&___ReceiveFromAsyncCallback_32), value); } inline static int32_t get_offset_of_BeginReceiveFromCallback_33() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginReceiveFromCallback_33)); } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginReceiveFromCallback_33() const { return ___BeginReceiveFromCallback_33; } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginReceiveFromCallback_33() { return &___BeginReceiveFromCallback_33; } inline void set_BeginReceiveFromCallback_33(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value) { ___BeginReceiveFromCallback_33 = value; Il2CppCodeGenWriteBarrier((&___BeginReceiveFromCallback_33), value); } inline static int32_t get_offset_of_SendAsyncCallback_34() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___SendAsyncCallback_34)); } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_SendAsyncCallback_34() const { return ___SendAsyncCallback_34; } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_SendAsyncCallback_34() { return &___SendAsyncCallback_34; } inline void set_SendAsyncCallback_34(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value) { ___SendAsyncCallback_34 = value; Il2CppCodeGenWriteBarrier((&___SendAsyncCallback_34), value); } inline static int32_t get_offset_of_BeginSendGenericCallback_35() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginSendGenericCallback_35)); } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginSendGenericCallback_35() const { return ___BeginSendGenericCallback_35; } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginSendGenericCallback_35() { return &___BeginSendGenericCallback_35; } inline void set_BeginSendGenericCallback_35(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value) { ___BeginSendGenericCallback_35 = value; Il2CppCodeGenWriteBarrier((&___BeginSendGenericCallback_35), value); } inline static int32_t get_offset_of_SendToAsyncCallback_36() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___SendToAsyncCallback_36)); } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_SendToAsyncCallback_36() const { return ___SendToAsyncCallback_36; } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_SendToAsyncCallback_36() { return &___SendToAsyncCallback_36; } inline void set_SendToAsyncCallback_36(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value) { ___SendToAsyncCallback_36 = value; Il2CppCodeGenWriteBarrier((&___SendToAsyncCallback_36), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKET_T47148BFA7740C9C45A69F2F3722F734B9DCA45D8_H #ifndef WEBASYNCRESULT_TF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_H #define WEBASYNCRESULT_TF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebAsyncResult struct WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE : public SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 { public: // System.Int32 System.Net.WebAsyncResult::nbytes int32_t ___nbytes_9; // System.IAsyncResult System.Net.WebAsyncResult::innerAsyncResult RuntimeObject* ___innerAsyncResult_10; // System.Net.HttpWebResponse System.Net.WebAsyncResult::response HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * ___response_11; // System.IO.Stream System.Net.WebAsyncResult::writeStream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___writeStream_12; // System.Byte[] System.Net.WebAsyncResult::buffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_13; // System.Int32 System.Net.WebAsyncResult::offset int32_t ___offset_14; // System.Int32 System.Net.WebAsyncResult::size int32_t ___size_15; // System.Boolean System.Net.WebAsyncResult::EndCalled bool ___EndCalled_16; // System.Boolean System.Net.WebAsyncResult::AsyncWriteAll bool ___AsyncWriteAll_17; // System.Net.HttpWebRequest System.Net.WebAsyncResult::AsyncObject HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___AsyncObject_18; public: inline static int32_t get_offset_of_nbytes_9() { return static_cast(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___nbytes_9)); } inline int32_t get_nbytes_9() const { return ___nbytes_9; } inline int32_t* get_address_of_nbytes_9() { return &___nbytes_9; } inline void set_nbytes_9(int32_t value) { ___nbytes_9 = value; } inline static int32_t get_offset_of_innerAsyncResult_10() { return static_cast(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___innerAsyncResult_10)); } inline RuntimeObject* get_innerAsyncResult_10() const { return ___innerAsyncResult_10; } inline RuntimeObject** get_address_of_innerAsyncResult_10() { return &___innerAsyncResult_10; } inline void set_innerAsyncResult_10(RuntimeObject* value) { ___innerAsyncResult_10 = value; Il2CppCodeGenWriteBarrier((&___innerAsyncResult_10), value); } inline static int32_t get_offset_of_response_11() { return static_cast(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___response_11)); } inline HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * get_response_11() const { return ___response_11; } inline HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 ** get_address_of_response_11() { return &___response_11; } inline void set_response_11(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * value) { ___response_11 = value; Il2CppCodeGenWriteBarrier((&___response_11), value); } inline static int32_t get_offset_of_writeStream_12() { return static_cast(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___writeStream_12)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_writeStream_12() const { return ___writeStream_12; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_writeStream_12() { return &___writeStream_12; } inline void set_writeStream_12(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___writeStream_12 = value; Il2CppCodeGenWriteBarrier((&___writeStream_12), value); } inline static int32_t get_offset_of_buffer_13() { return static_cast(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___buffer_13)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_13() const { return ___buffer_13; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_13() { return &___buffer_13; } inline void set_buffer_13(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___buffer_13 = value; Il2CppCodeGenWriteBarrier((&___buffer_13), value); } inline static int32_t get_offset_of_offset_14() { return static_cast(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___offset_14)); } inline int32_t get_offset_14() const { return ___offset_14; } inline int32_t* get_address_of_offset_14() { return &___offset_14; } inline void set_offset_14(int32_t value) { ___offset_14 = value; } inline static int32_t get_offset_of_size_15() { return static_cast(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___size_15)); } inline int32_t get_size_15() const { return ___size_15; } inline int32_t* get_address_of_size_15() { return &___size_15; } inline void set_size_15(int32_t value) { ___size_15 = value; } inline static int32_t get_offset_of_EndCalled_16() { return static_cast(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___EndCalled_16)); } inline bool get_EndCalled_16() const { return ___EndCalled_16; } inline bool* get_address_of_EndCalled_16() { return &___EndCalled_16; } inline void set_EndCalled_16(bool value) { ___EndCalled_16 = value; } inline static int32_t get_offset_of_AsyncWriteAll_17() { return static_cast(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___AsyncWriteAll_17)); } inline bool get_AsyncWriteAll_17() const { return ___AsyncWriteAll_17; } inline bool* get_address_of_AsyncWriteAll_17() { return &___AsyncWriteAll_17; } inline void set_AsyncWriteAll_17(bool value) { ___AsyncWriteAll_17 = value; } inline static int32_t get_offset_of_AsyncObject_18() { return static_cast(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___AsyncObject_18)); } inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get_AsyncObject_18() const { return ___AsyncObject_18; } inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of_AsyncObject_18() { return &___AsyncObject_18; } inline void set_AsyncObject_18(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value) { ___AsyncObject_18 = value; Il2CppCodeGenWriteBarrier((&___AsyncObject_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBASYNCRESULT_TF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_H #ifndef WEBCONNECTION_TEB76AEE17361D28CBAD4033026A71DA89289C243_H #define WEBCONNECTION_TEB76AEE17361D28CBAD4033026A71DA89289C243_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebConnection struct WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 : public RuntimeObject { public: // System.Net.ServicePoint System.Net.WebConnection::sPoint ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___sPoint_0; // System.IO.Stream System.Net.WebConnection::nstream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___nstream_1; // System.Net.Sockets.Socket System.Net.WebConnection::socket Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___socket_2; // System.Object System.Net.WebConnection::socketLock RuntimeObject * ___socketLock_3; // System.Net.IWebConnectionState System.Net.WebConnection::state RuntimeObject* ___state_4; // System.Net.WebExceptionStatus System.Net.WebConnection::status int32_t ___status_5; // System.Boolean System.Net.WebConnection::keepAlive bool ___keepAlive_6; // System.Byte[] System.Net.WebConnection::buffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_7; // System.EventHandler System.Net.WebConnection::abortHandler EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___abortHandler_8; // System.Net.WebConnection_AbortHelper System.Net.WebConnection::abortHelper AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81 * ___abortHelper_9; // System.Net.WebConnectionData System.Net.WebConnection::Data WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * ___Data_10; // System.Boolean System.Net.WebConnection::chunkedRead bool ___chunkedRead_11; // System.Net.MonoChunkStream System.Net.WebConnection::chunkStream MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * ___chunkStream_12; // System.Collections.Queue System.Net.WebConnection::queue Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * ___queue_13; // System.Boolean System.Net.WebConnection::reused bool ___reused_14; // System.Int32 System.Net.WebConnection::position int32_t ___position_15; // System.Net.HttpWebRequest System.Net.WebConnection::priority_request HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___priority_request_16; // System.Net.NetworkCredential System.Net.WebConnection::ntlm_credentials NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * ___ntlm_credentials_17; // System.Boolean System.Net.WebConnection::ntlm_authenticated bool ___ntlm_authenticated_18; // System.Boolean System.Net.WebConnection::unsafe_sharing bool ___unsafe_sharing_19; // System.Net.WebConnection_NtlmAuthState System.Net.WebConnection::connect_ntlm_auth_state int32_t ___connect_ntlm_auth_state_20; // System.Net.HttpWebRequest System.Net.WebConnection::connect_request HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___connect_request_21; // System.Exception System.Net.WebConnection::connect_exception Exception_t * ___connect_exception_22; // Mono.Net.Security.MonoTlsStream System.Net.WebConnection::tlsStream MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171 * ___tlsStream_23; public: inline static int32_t get_offset_of_sPoint_0() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___sPoint_0)); } inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * get_sPoint_0() const { return ___sPoint_0; } inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 ** get_address_of_sPoint_0() { return &___sPoint_0; } inline void set_sPoint_0(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * value) { ___sPoint_0 = value; Il2CppCodeGenWriteBarrier((&___sPoint_0), value); } inline static int32_t get_offset_of_nstream_1() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___nstream_1)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_nstream_1() const { return ___nstream_1; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_nstream_1() { return &___nstream_1; } inline void set_nstream_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___nstream_1 = value; Il2CppCodeGenWriteBarrier((&___nstream_1), value); } inline static int32_t get_offset_of_socket_2() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___socket_2)); } inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * get_socket_2() const { return ___socket_2; } inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 ** get_address_of_socket_2() { return &___socket_2; } inline void set_socket_2(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * value) { ___socket_2 = value; Il2CppCodeGenWriteBarrier((&___socket_2), value); } inline static int32_t get_offset_of_socketLock_3() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___socketLock_3)); } inline RuntimeObject * get_socketLock_3() const { return ___socketLock_3; } inline RuntimeObject ** get_address_of_socketLock_3() { return &___socketLock_3; } inline void set_socketLock_3(RuntimeObject * value) { ___socketLock_3 = value; Il2CppCodeGenWriteBarrier((&___socketLock_3), value); } inline static int32_t get_offset_of_state_4() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___state_4)); } inline RuntimeObject* get_state_4() const { return ___state_4; } inline RuntimeObject** get_address_of_state_4() { return &___state_4; } inline void set_state_4(RuntimeObject* value) { ___state_4 = value; Il2CppCodeGenWriteBarrier((&___state_4), value); } inline static int32_t get_offset_of_status_5() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___status_5)); } inline int32_t get_status_5() const { return ___status_5; } inline int32_t* get_address_of_status_5() { return &___status_5; } inline void set_status_5(int32_t value) { ___status_5 = value; } inline static int32_t get_offset_of_keepAlive_6() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___keepAlive_6)); } inline bool get_keepAlive_6() const { return ___keepAlive_6; } inline bool* get_address_of_keepAlive_6() { return &___keepAlive_6; } inline void set_keepAlive_6(bool value) { ___keepAlive_6 = value; } inline static int32_t get_offset_of_buffer_7() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___buffer_7)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_7() const { return ___buffer_7; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_7() { return &___buffer_7; } inline void set_buffer_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___buffer_7 = value; Il2CppCodeGenWriteBarrier((&___buffer_7), value); } inline static int32_t get_offset_of_abortHandler_8() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___abortHandler_8)); } inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_abortHandler_8() const { return ___abortHandler_8; } inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** get_address_of_abortHandler_8() { return &___abortHandler_8; } inline void set_abortHandler_8(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value) { ___abortHandler_8 = value; Il2CppCodeGenWriteBarrier((&___abortHandler_8), value); } inline static int32_t get_offset_of_abortHelper_9() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___abortHelper_9)); } inline AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81 * get_abortHelper_9() const { return ___abortHelper_9; } inline AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81 ** get_address_of_abortHelper_9() { return &___abortHelper_9; } inline void set_abortHelper_9(AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81 * value) { ___abortHelper_9 = value; Il2CppCodeGenWriteBarrier((&___abortHelper_9), value); } inline static int32_t get_offset_of_Data_10() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___Data_10)); } inline WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * get_Data_10() const { return ___Data_10; } inline WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC ** get_address_of_Data_10() { return &___Data_10; } inline void set_Data_10(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * value) { ___Data_10 = value; Il2CppCodeGenWriteBarrier((&___Data_10), value); } inline static int32_t get_offset_of_chunkedRead_11() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___chunkedRead_11)); } inline bool get_chunkedRead_11() const { return ___chunkedRead_11; } inline bool* get_address_of_chunkedRead_11() { return &___chunkedRead_11; } inline void set_chunkedRead_11(bool value) { ___chunkedRead_11 = value; } inline static int32_t get_offset_of_chunkStream_12() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___chunkStream_12)); } inline MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * get_chunkStream_12() const { return ___chunkStream_12; } inline MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 ** get_address_of_chunkStream_12() { return &___chunkStream_12; } inline void set_chunkStream_12(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * value) { ___chunkStream_12 = value; Il2CppCodeGenWriteBarrier((&___chunkStream_12), value); } inline static int32_t get_offset_of_queue_13() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___queue_13)); } inline Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * get_queue_13() const { return ___queue_13; } inline Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 ** get_address_of_queue_13() { return &___queue_13; } inline void set_queue_13(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * value) { ___queue_13 = value; Il2CppCodeGenWriteBarrier((&___queue_13), value); } inline static int32_t get_offset_of_reused_14() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___reused_14)); } inline bool get_reused_14() const { return ___reused_14; } inline bool* get_address_of_reused_14() { return &___reused_14; } inline void set_reused_14(bool value) { ___reused_14 = value; } inline static int32_t get_offset_of_position_15() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___position_15)); } inline int32_t get_position_15() const { return ___position_15; } inline int32_t* get_address_of_position_15() { return &___position_15; } inline void set_position_15(int32_t value) { ___position_15 = value; } inline static int32_t get_offset_of_priority_request_16() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___priority_request_16)); } inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get_priority_request_16() const { return ___priority_request_16; } inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of_priority_request_16() { return &___priority_request_16; } inline void set_priority_request_16(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value) { ___priority_request_16 = value; Il2CppCodeGenWriteBarrier((&___priority_request_16), value); } inline static int32_t get_offset_of_ntlm_credentials_17() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___ntlm_credentials_17)); } inline NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * get_ntlm_credentials_17() const { return ___ntlm_credentials_17; } inline NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 ** get_address_of_ntlm_credentials_17() { return &___ntlm_credentials_17; } inline void set_ntlm_credentials_17(NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * value) { ___ntlm_credentials_17 = value; Il2CppCodeGenWriteBarrier((&___ntlm_credentials_17), value); } inline static int32_t get_offset_of_ntlm_authenticated_18() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___ntlm_authenticated_18)); } inline bool get_ntlm_authenticated_18() const { return ___ntlm_authenticated_18; } inline bool* get_address_of_ntlm_authenticated_18() { return &___ntlm_authenticated_18; } inline void set_ntlm_authenticated_18(bool value) { ___ntlm_authenticated_18 = value; } inline static int32_t get_offset_of_unsafe_sharing_19() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___unsafe_sharing_19)); } inline bool get_unsafe_sharing_19() const { return ___unsafe_sharing_19; } inline bool* get_address_of_unsafe_sharing_19() { return &___unsafe_sharing_19; } inline void set_unsafe_sharing_19(bool value) { ___unsafe_sharing_19 = value; } inline static int32_t get_offset_of_connect_ntlm_auth_state_20() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___connect_ntlm_auth_state_20)); } inline int32_t get_connect_ntlm_auth_state_20() const { return ___connect_ntlm_auth_state_20; } inline int32_t* get_address_of_connect_ntlm_auth_state_20() { return &___connect_ntlm_auth_state_20; } inline void set_connect_ntlm_auth_state_20(int32_t value) { ___connect_ntlm_auth_state_20 = value; } inline static int32_t get_offset_of_connect_request_21() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___connect_request_21)); } inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get_connect_request_21() const { return ___connect_request_21; } inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of_connect_request_21() { return &___connect_request_21; } inline void set_connect_request_21(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value) { ___connect_request_21 = value; Il2CppCodeGenWriteBarrier((&___connect_request_21), value); } inline static int32_t get_offset_of_connect_exception_22() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___connect_exception_22)); } inline Exception_t * get_connect_exception_22() const { return ___connect_exception_22; } inline Exception_t ** get_address_of_connect_exception_22() { return &___connect_exception_22; } inline void set_connect_exception_22(Exception_t * value) { ___connect_exception_22 = value; Il2CppCodeGenWriteBarrier((&___connect_exception_22), value); } inline static int32_t get_offset_of_tlsStream_23() { return static_cast(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___tlsStream_23)); } inline MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171 * get_tlsStream_23() const { return ___tlsStream_23; } inline MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171 ** get_address_of_tlsStream_23() { return &___tlsStream_23; } inline void set_tlsStream_23(MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171 * value) { ___tlsStream_23 = value; Il2CppCodeGenWriteBarrier((&___tlsStream_23), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBCONNECTION_TEB76AEE17361D28CBAD4033026A71DA89289C243_H #ifndef WEBCONNECTIONDATA_TC9286455629F1E9E2BA0CA8AB6958DF931299CCC_H #define WEBCONNECTIONDATA_TC9286455629F1E9E2BA0CA8AB6958DF931299CCC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebConnectionData struct WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC : public RuntimeObject { public: // System.Net.HttpWebRequest System.Net.WebConnectionData::_request HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ____request_0; // System.Int32 System.Net.WebConnectionData::StatusCode int32_t ___StatusCode_1; // System.String System.Net.WebConnectionData::StatusDescription String_t* ___StatusDescription_2; // System.Net.WebHeaderCollection System.Net.WebConnectionData::Headers WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___Headers_3; // System.Version System.Net.WebConnectionData::Version Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___Version_4; // System.Version System.Net.WebConnectionData::ProxyVersion Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___ProxyVersion_5; // System.IO.Stream System.Net.WebConnectionData::stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_6; // System.String[] System.Net.WebConnectionData::Challenge StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___Challenge_7; // System.Net.ReadState System.Net.WebConnectionData::_readState int32_t ____readState_8; public: inline static int32_t get_offset_of__request_0() { return static_cast(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ____request_0)); } inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get__request_0() const { return ____request_0; } inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of__request_0() { return &____request_0; } inline void set__request_0(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value) { ____request_0 = value; Il2CppCodeGenWriteBarrier((&____request_0), value); } inline static int32_t get_offset_of_StatusCode_1() { return static_cast(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ___StatusCode_1)); } inline int32_t get_StatusCode_1() const { return ___StatusCode_1; } inline int32_t* get_address_of_StatusCode_1() { return &___StatusCode_1; } inline void set_StatusCode_1(int32_t value) { ___StatusCode_1 = value; } inline static int32_t get_offset_of_StatusDescription_2() { return static_cast(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ___StatusDescription_2)); } inline String_t* get_StatusDescription_2() const { return ___StatusDescription_2; } inline String_t** get_address_of_StatusDescription_2() { return &___StatusDescription_2; } inline void set_StatusDescription_2(String_t* value) { ___StatusDescription_2 = value; Il2CppCodeGenWriteBarrier((&___StatusDescription_2), value); } inline static int32_t get_offset_of_Headers_3() { return static_cast(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ___Headers_3)); } inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * get_Headers_3() const { return ___Headers_3; } inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 ** get_address_of_Headers_3() { return &___Headers_3; } inline void set_Headers_3(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * value) { ___Headers_3 = value; Il2CppCodeGenWriteBarrier((&___Headers_3), value); } inline static int32_t get_offset_of_Version_4() { return static_cast(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ___Version_4)); } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_Version_4() const { return ___Version_4; } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_Version_4() { return &___Version_4; } inline void set_Version_4(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value) { ___Version_4 = value; Il2CppCodeGenWriteBarrier((&___Version_4), value); } inline static int32_t get_offset_of_ProxyVersion_5() { return static_cast(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ___ProxyVersion_5)); } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_ProxyVersion_5() const { return ___ProxyVersion_5; } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_ProxyVersion_5() { return &___ProxyVersion_5; } inline void set_ProxyVersion_5(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value) { ___ProxyVersion_5 = value; Il2CppCodeGenWriteBarrier((&___ProxyVersion_5), value); } inline static int32_t get_offset_of_stream_6() { return static_cast(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ___stream_6)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_6() const { return ___stream_6; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_6() { return &___stream_6; } inline void set_stream_6(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___stream_6 = value; Il2CppCodeGenWriteBarrier((&___stream_6), value); } inline static int32_t get_offset_of_Challenge_7() { return static_cast(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ___Challenge_7)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_Challenge_7() const { return ___Challenge_7; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_Challenge_7() { return &___Challenge_7; } inline void set_Challenge_7(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___Challenge_7 = value; Il2CppCodeGenWriteBarrier((&___Challenge_7), value); } inline static int32_t get_offset_of__readState_8() { return static_cast(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ____readState_8)); } inline int32_t get__readState_8() const { return ____readState_8; } inline int32_t* get_address_of__readState_8() { return &____readState_8; } inline void set__readState_8(int32_t value) { ____readState_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBCONNECTIONDATA_TC9286455629F1E9E2BA0CA8AB6958DF931299CCC_H #ifndef WEBEXCEPTION_TD400C9DEBEBB6AEDA77500E634D20692E27A993D_H #define WEBEXCEPTION_TD400C9DEBEBB6AEDA77500E634D20692E27A993D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebException struct WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 { public: // System.Net.WebExceptionStatus System.Net.WebException::m_Status int32_t ___m_Status_17; // System.Net.WebResponse System.Net.WebException::m_Response WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___m_Response_18; // System.Net.WebExceptionInternalStatus System.Net.WebException::m_InternalStatus int32_t ___m_InternalStatus_19; public: inline static int32_t get_offset_of_m_Status_17() { return static_cast(offsetof(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D, ___m_Status_17)); } inline int32_t get_m_Status_17() const { return ___m_Status_17; } inline int32_t* get_address_of_m_Status_17() { return &___m_Status_17; } inline void set_m_Status_17(int32_t value) { ___m_Status_17 = value; } inline static int32_t get_offset_of_m_Response_18() { return static_cast(offsetof(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D, ___m_Response_18)); } inline WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * get_m_Response_18() const { return ___m_Response_18; } inline WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD ** get_address_of_m_Response_18() { return &___m_Response_18; } inline void set_m_Response_18(WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * value) { ___m_Response_18 = value; Il2CppCodeGenWriteBarrier((&___m_Response_18), value); } inline static int32_t get_offset_of_m_InternalStatus_19() { return static_cast(offsetof(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D, ___m_InternalStatus_19)); } inline int32_t get_m_InternalStatus_19() const { return ___m_InternalStatus_19; } inline int32_t* get_address_of_m_InternalStatus_19() { return &___m_InternalStatus_19; } inline void set_m_InternalStatus_19(int32_t value) { ___m_InternalStatus_19 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBEXCEPTION_TD400C9DEBEBB6AEDA77500E634D20692E27A993D_H #ifndef WEBHEADERCOLLECTION_TB57EC4CD795CACE87271D6887BBED385DC37B304_H #define WEBHEADERCOLLECTION_TB57EC4CD795CACE87271D6887BBED385DC37B304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebHeaderCollection struct WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 : public NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 { public: // System.String[] System.Net.WebHeaderCollection::m_CommonHeaders StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_CommonHeaders_12; // System.Int32 System.Net.WebHeaderCollection::m_NumCommonHeaders int32_t ___m_NumCommonHeaders_13; // System.Collections.Specialized.NameValueCollection System.Net.WebHeaderCollection::m_InnerCollection NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * ___m_InnerCollection_16; // System.Net.WebHeaderCollectionType System.Net.WebHeaderCollection::m_Type uint16_t ___m_Type_17; public: inline static int32_t get_offset_of_m_CommonHeaders_12() { return static_cast(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304, ___m_CommonHeaders_12)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_CommonHeaders_12() const { return ___m_CommonHeaders_12; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_CommonHeaders_12() { return &___m_CommonHeaders_12; } inline void set_m_CommonHeaders_12(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___m_CommonHeaders_12 = value; Il2CppCodeGenWriteBarrier((&___m_CommonHeaders_12), value); } inline static int32_t get_offset_of_m_NumCommonHeaders_13() { return static_cast(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304, ___m_NumCommonHeaders_13)); } inline int32_t get_m_NumCommonHeaders_13() const { return ___m_NumCommonHeaders_13; } inline int32_t* get_address_of_m_NumCommonHeaders_13() { return &___m_NumCommonHeaders_13; } inline void set_m_NumCommonHeaders_13(int32_t value) { ___m_NumCommonHeaders_13 = value; } inline static int32_t get_offset_of_m_InnerCollection_16() { return static_cast(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304, ___m_InnerCollection_16)); } inline NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * get_m_InnerCollection_16() const { return ___m_InnerCollection_16; } inline NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 ** get_address_of_m_InnerCollection_16() { return &___m_InnerCollection_16; } inline void set_m_InnerCollection_16(NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * value) { ___m_InnerCollection_16 = value; Il2CppCodeGenWriteBarrier((&___m_InnerCollection_16), value); } inline static int32_t get_offset_of_m_Type_17() { return static_cast(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304, ___m_Type_17)); } inline uint16_t get_m_Type_17() const { return ___m_Type_17; } inline uint16_t* get_address_of_m_Type_17() { return &___m_Type_17; } inline void set_m_Type_17(uint16_t value) { ___m_Type_17 = value; } }; struct WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields { public: // System.Net.HeaderInfoTable System.Net.WebHeaderCollection::HInfo HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF * ___HInfo_11; // System.String[] System.Net.WebHeaderCollection::s_CommonHeaderNames StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___s_CommonHeaderNames_14; // System.SByte[] System.Net.WebHeaderCollection::s_CommonHeaderHints SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* ___s_CommonHeaderHints_15; // System.Char[] System.Net.WebHeaderCollection::HttpTrimCharacters CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___HttpTrimCharacters_18; // System.Net.WebHeaderCollection_RfcChar[] System.Net.WebHeaderCollection::RfcCharMap RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E* ___RfcCharMap_19; public: inline static int32_t get_offset_of_HInfo_11() { return static_cast(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields, ___HInfo_11)); } inline HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF * get_HInfo_11() const { return ___HInfo_11; } inline HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF ** get_address_of_HInfo_11() { return &___HInfo_11; } inline void set_HInfo_11(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF * value) { ___HInfo_11 = value; Il2CppCodeGenWriteBarrier((&___HInfo_11), value); } inline static int32_t get_offset_of_s_CommonHeaderNames_14() { return static_cast(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields, ___s_CommonHeaderNames_14)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_s_CommonHeaderNames_14() const { return ___s_CommonHeaderNames_14; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_s_CommonHeaderNames_14() { return &___s_CommonHeaderNames_14; } inline void set_s_CommonHeaderNames_14(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___s_CommonHeaderNames_14 = value; Il2CppCodeGenWriteBarrier((&___s_CommonHeaderNames_14), value); } inline static int32_t get_offset_of_s_CommonHeaderHints_15() { return static_cast(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields, ___s_CommonHeaderHints_15)); } inline SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* get_s_CommonHeaderHints_15() const { return ___s_CommonHeaderHints_15; } inline SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889** get_address_of_s_CommonHeaderHints_15() { return &___s_CommonHeaderHints_15; } inline void set_s_CommonHeaderHints_15(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* value) { ___s_CommonHeaderHints_15 = value; Il2CppCodeGenWriteBarrier((&___s_CommonHeaderHints_15), value); } inline static int32_t get_offset_of_HttpTrimCharacters_18() { return static_cast(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields, ___HttpTrimCharacters_18)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_HttpTrimCharacters_18() const { return ___HttpTrimCharacters_18; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_HttpTrimCharacters_18() { return &___HttpTrimCharacters_18; } inline void set_HttpTrimCharacters_18(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___HttpTrimCharacters_18 = value; Il2CppCodeGenWriteBarrier((&___HttpTrimCharacters_18), value); } inline static int32_t get_offset_of_RfcCharMap_19() { return static_cast(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields, ___RfcCharMap_19)); } inline RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E* get_RfcCharMap_19() const { return ___RfcCharMap_19; } inline RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E** get_address_of_RfcCharMap_19() { return &___RfcCharMap_19; } inline void set_RfcCharMap_19(RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E* value) { ___RfcCharMap_19 = value; Il2CppCodeGenWriteBarrier((&___RfcCharMap_19), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBHEADERCOLLECTION_TB57EC4CD795CACE87271D6887BBED385DC37B304_H #ifndef WEBREQUEST_T5668DA48802E9FE2F1DE5F5A770B218608B918C8_H #define WEBREQUEST_T5668DA48802E9FE2F1DE5F5A770B218608B918C8_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebRequest struct WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { public: // System.Net.Security.AuthenticationLevel System.Net.WebRequest::m_AuthenticationLevel int32_t ___m_AuthenticationLevel_4; // System.Security.Principal.TokenImpersonationLevel System.Net.WebRequest::m_ImpersonationLevel int32_t ___m_ImpersonationLevel_5; // System.Net.Cache.RequestCachePolicy System.Net.WebRequest::m_CachePolicy RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * ___m_CachePolicy_6; // System.Net.Cache.RequestCacheProtocol System.Net.WebRequest::m_CacheProtocol RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * ___m_CacheProtocol_7; // System.Net.Cache.RequestCacheBinding System.Net.WebRequest::m_CacheBinding RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * ___m_CacheBinding_8; public: inline static int32_t get_offset_of_m_AuthenticationLevel_4() { return static_cast(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_AuthenticationLevel_4)); } inline int32_t get_m_AuthenticationLevel_4() const { return ___m_AuthenticationLevel_4; } inline int32_t* get_address_of_m_AuthenticationLevel_4() { return &___m_AuthenticationLevel_4; } inline void set_m_AuthenticationLevel_4(int32_t value) { ___m_AuthenticationLevel_4 = value; } inline static int32_t get_offset_of_m_ImpersonationLevel_5() { return static_cast(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_ImpersonationLevel_5)); } inline int32_t get_m_ImpersonationLevel_5() const { return ___m_ImpersonationLevel_5; } inline int32_t* get_address_of_m_ImpersonationLevel_5() { return &___m_ImpersonationLevel_5; } inline void set_m_ImpersonationLevel_5(int32_t value) { ___m_ImpersonationLevel_5 = value; } inline static int32_t get_offset_of_m_CachePolicy_6() { return static_cast(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_CachePolicy_6)); } inline RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * get_m_CachePolicy_6() const { return ___m_CachePolicy_6; } inline RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 ** get_address_of_m_CachePolicy_6() { return &___m_CachePolicy_6; } inline void set_m_CachePolicy_6(RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * value) { ___m_CachePolicy_6 = value; Il2CppCodeGenWriteBarrier((&___m_CachePolicy_6), value); } inline static int32_t get_offset_of_m_CacheProtocol_7() { return static_cast(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_CacheProtocol_7)); } inline RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * get_m_CacheProtocol_7() const { return ___m_CacheProtocol_7; } inline RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D ** get_address_of_m_CacheProtocol_7() { return &___m_CacheProtocol_7; } inline void set_m_CacheProtocol_7(RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * value) { ___m_CacheProtocol_7 = value; Il2CppCodeGenWriteBarrier((&___m_CacheProtocol_7), value); } inline static int32_t get_offset_of_m_CacheBinding_8() { return static_cast(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_CacheBinding_8)); } inline RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * get_m_CacheBinding_8() const { return ___m_CacheBinding_8; } inline RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 ** get_address_of_m_CacheBinding_8() { return &___m_CacheBinding_8; } inline void set_m_CacheBinding_8(RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * value) { ___m_CacheBinding_8 = value; Il2CppCodeGenWriteBarrier((&___m_CacheBinding_8), value); } }; struct WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields { public: // System.Collections.ArrayList modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_PrefixList ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___s_PrefixList_1; // System.Object System.Net.WebRequest::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_2; // System.Net.TimerThread_Queue System.Net.WebRequest::s_DefaultTimerQueue Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * ___s_DefaultTimerQueue_3; // System.Net.WebRequest_DesignerWebRequestCreate System.Net.WebRequest::webRequestCreate DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 * ___webRequestCreate_9; // System.Net.IWebProxy modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxy RuntimeObject* ___s_DefaultWebProxy_10; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxyInitialized bool ___s_DefaultWebProxyInitialized_11; public: inline static int32_t get_offset_of_s_PrefixList_1() { return static_cast(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_PrefixList_1)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_s_PrefixList_1() const { return ___s_PrefixList_1; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_s_PrefixList_1() { return &___s_PrefixList_1; } inline void set_s_PrefixList_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___s_PrefixList_1 = value; Il2CppCodeGenWriteBarrier((&___s_PrefixList_1), value); } inline static int32_t get_offset_of_s_InternalSyncObject_2() { return static_cast(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_InternalSyncObject_2)); } inline RuntimeObject * get_s_InternalSyncObject_2() const { return ___s_InternalSyncObject_2; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_2() { return &___s_InternalSyncObject_2; } inline void set_s_InternalSyncObject_2(RuntimeObject * value) { ___s_InternalSyncObject_2 = value; Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_2), value); } inline static int32_t get_offset_of_s_DefaultTimerQueue_3() { return static_cast(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_DefaultTimerQueue_3)); } inline Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * get_s_DefaultTimerQueue_3() const { return ___s_DefaultTimerQueue_3; } inline Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 ** get_address_of_s_DefaultTimerQueue_3() { return &___s_DefaultTimerQueue_3; } inline void set_s_DefaultTimerQueue_3(Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * value) { ___s_DefaultTimerQueue_3 = value; Il2CppCodeGenWriteBarrier((&___s_DefaultTimerQueue_3), value); } inline static int32_t get_offset_of_webRequestCreate_9() { return static_cast(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___webRequestCreate_9)); } inline DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 * get_webRequestCreate_9() const { return ___webRequestCreate_9; } inline DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 ** get_address_of_webRequestCreate_9() { return &___webRequestCreate_9; } inline void set_webRequestCreate_9(DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 * value) { ___webRequestCreate_9 = value; Il2CppCodeGenWriteBarrier((&___webRequestCreate_9), value); } inline static int32_t get_offset_of_s_DefaultWebProxy_10() { return static_cast(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_DefaultWebProxy_10)); } inline RuntimeObject* get_s_DefaultWebProxy_10() const { return ___s_DefaultWebProxy_10; } inline RuntimeObject** get_address_of_s_DefaultWebProxy_10() { return &___s_DefaultWebProxy_10; } inline void set_s_DefaultWebProxy_10(RuntimeObject* value) { ___s_DefaultWebProxy_10 = value; Il2CppCodeGenWriteBarrier((&___s_DefaultWebProxy_10), value); } inline static int32_t get_offset_of_s_DefaultWebProxyInitialized_11() { return static_cast(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_DefaultWebProxyInitialized_11)); } inline bool get_s_DefaultWebProxyInitialized_11() const { return ___s_DefaultWebProxyInitialized_11; } inline bool* get_address_of_s_DefaultWebProxyInitialized_11() { return &___s_DefaultWebProxyInitialized_11; } inline void set_s_DefaultWebProxyInitialized_11(bool value) { ___s_DefaultWebProxyInitialized_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBREQUEST_T5668DA48802E9FE2F1DE5F5A770B218608B918C8_H #ifndef NULLABLE_1_T601798BE10C3F3F37B6755E475BB1B3760DCBB10_H #define NULLABLE_1_T601798BE10C3F3F37B6755E475BB1B3760DCBB10_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Nullable`1 struct Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLE_1_T601798BE10C3F3F37B6755E475BB1B3760DCBB10_H #ifndef OBJECTDISPOSEDEXCEPTION_TF68E471ECD1419AD7C51137B742837395F50B69A_H #define OBJECTDISPOSEDEXCEPTION_TF68E471ECD1419AD7C51137B742837395F50B69A_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ObjectDisposedException struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 { public: // System.String System.ObjectDisposedException::objectName String_t* ___objectName_17; public: inline static int32_t get_offset_of_objectName_17() { return static_cast(offsetof(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A, ___objectName_17)); } inline String_t* get_objectName_17() const { return ___objectName_17; } inline String_t** get_address_of_objectName_17() { return &___objectName_17; } inline void set_objectName_17(String_t* value) { ___objectName_17 = value; Il2CppCodeGenWriteBarrier((&___objectName_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTDISPOSEDEXCEPTION_TF68E471ECD1419AD7C51137B742837395F50B69A_H #ifndef ASYNCRESULT_TCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_H #define ASYNCRESULT_TCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.AsyncResult struct AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 : public RuntimeObject { public: // System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_state RuntimeObject * ___async_state_0; // System.Threading.WaitHandle System.Runtime.Remoting.Messaging.AsyncResult::handle WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * ___handle_1; // System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_delegate RuntimeObject * ___async_delegate_2; // System.IntPtr System.Runtime.Remoting.Messaging.AsyncResult::data intptr_t ___data_3; // System.Object System.Runtime.Remoting.Messaging.AsyncResult::object_data RuntimeObject * ___object_data_4; // System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::sync_completed bool ___sync_completed_5; // System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::completed bool ___completed_6; // System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::endinvoke_called bool ___endinvoke_called_7; // System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_callback RuntimeObject * ___async_callback_8; // System.Threading.ExecutionContext System.Runtime.Remoting.Messaging.AsyncResult::current ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___current_9; // System.Threading.ExecutionContext System.Runtime.Remoting.Messaging.AsyncResult::original ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___original_10; // System.Int64 System.Runtime.Remoting.Messaging.AsyncResult::add_time int64_t ___add_time_11; // System.Runtime.Remoting.Messaging.MonoMethodMessage System.Runtime.Remoting.Messaging.AsyncResult::call_message MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234 * ___call_message_12; // System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.AsyncResult::message_ctrl RuntimeObject* ___message_ctrl_13; // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.AsyncResult::reply_message RuntimeObject* ___reply_message_14; // System.Threading.WaitCallback System.Runtime.Remoting.Messaging.AsyncResult::orig_cb WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___orig_cb_15; public: inline static int32_t get_offset_of_async_state_0() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___async_state_0)); } inline RuntimeObject * get_async_state_0() const { return ___async_state_0; } inline RuntimeObject ** get_address_of_async_state_0() { return &___async_state_0; } inline void set_async_state_0(RuntimeObject * value) { ___async_state_0 = value; Il2CppCodeGenWriteBarrier((&___async_state_0), value); } inline static int32_t get_offset_of_handle_1() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___handle_1)); } inline WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * get_handle_1() const { return ___handle_1; } inline WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 ** get_address_of_handle_1() { return &___handle_1; } inline void set_handle_1(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * value) { ___handle_1 = value; Il2CppCodeGenWriteBarrier((&___handle_1), value); } inline static int32_t get_offset_of_async_delegate_2() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___async_delegate_2)); } inline RuntimeObject * get_async_delegate_2() const { return ___async_delegate_2; } inline RuntimeObject ** get_address_of_async_delegate_2() { return &___async_delegate_2; } inline void set_async_delegate_2(RuntimeObject * value) { ___async_delegate_2 = value; Il2CppCodeGenWriteBarrier((&___async_delegate_2), value); } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___data_3)); } inline intptr_t get_data_3() const { return ___data_3; } inline intptr_t* get_address_of_data_3() { return &___data_3; } inline void set_data_3(intptr_t value) { ___data_3 = value; } inline static int32_t get_offset_of_object_data_4() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___object_data_4)); } inline RuntimeObject * get_object_data_4() const { return ___object_data_4; } inline RuntimeObject ** get_address_of_object_data_4() { return &___object_data_4; } inline void set_object_data_4(RuntimeObject * value) { ___object_data_4 = value; Il2CppCodeGenWriteBarrier((&___object_data_4), value); } inline static int32_t get_offset_of_sync_completed_5() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___sync_completed_5)); } inline bool get_sync_completed_5() const { return ___sync_completed_5; } inline bool* get_address_of_sync_completed_5() { return &___sync_completed_5; } inline void set_sync_completed_5(bool value) { ___sync_completed_5 = value; } inline static int32_t get_offset_of_completed_6() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___completed_6)); } inline bool get_completed_6() const { return ___completed_6; } inline bool* get_address_of_completed_6() { return &___completed_6; } inline void set_completed_6(bool value) { ___completed_6 = value; } inline static int32_t get_offset_of_endinvoke_called_7() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___endinvoke_called_7)); } inline bool get_endinvoke_called_7() const { return ___endinvoke_called_7; } inline bool* get_address_of_endinvoke_called_7() { return &___endinvoke_called_7; } inline void set_endinvoke_called_7(bool value) { ___endinvoke_called_7 = value; } inline static int32_t get_offset_of_async_callback_8() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___async_callback_8)); } inline RuntimeObject * get_async_callback_8() const { return ___async_callback_8; } inline RuntimeObject ** get_address_of_async_callback_8() { return &___async_callback_8; } inline void set_async_callback_8(RuntimeObject * value) { ___async_callback_8 = value; Il2CppCodeGenWriteBarrier((&___async_callback_8), value); } inline static int32_t get_offset_of_current_9() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___current_9)); } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_current_9() const { return ___current_9; } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_current_9() { return &___current_9; } inline void set_current_9(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value) { ___current_9 = value; Il2CppCodeGenWriteBarrier((&___current_9), value); } inline static int32_t get_offset_of_original_10() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___original_10)); } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_original_10() const { return ___original_10; } inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_original_10() { return &___original_10; } inline void set_original_10(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value) { ___original_10 = value; Il2CppCodeGenWriteBarrier((&___original_10), value); } inline static int32_t get_offset_of_add_time_11() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___add_time_11)); } inline int64_t get_add_time_11() const { return ___add_time_11; } inline int64_t* get_address_of_add_time_11() { return &___add_time_11; } inline void set_add_time_11(int64_t value) { ___add_time_11 = value; } inline static int32_t get_offset_of_call_message_12() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___call_message_12)); } inline MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234 * get_call_message_12() const { return ___call_message_12; } inline MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234 ** get_address_of_call_message_12() { return &___call_message_12; } inline void set_call_message_12(MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234 * value) { ___call_message_12 = value; Il2CppCodeGenWriteBarrier((&___call_message_12), value); } inline static int32_t get_offset_of_message_ctrl_13() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___message_ctrl_13)); } inline RuntimeObject* get_message_ctrl_13() const { return ___message_ctrl_13; } inline RuntimeObject** get_address_of_message_ctrl_13() { return &___message_ctrl_13; } inline void set_message_ctrl_13(RuntimeObject* value) { ___message_ctrl_13 = value; Il2CppCodeGenWriteBarrier((&___message_ctrl_13), value); } inline static int32_t get_offset_of_reply_message_14() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___reply_message_14)); } inline RuntimeObject* get_reply_message_14() const { return ___reply_message_14; } inline RuntimeObject** get_address_of_reply_message_14() { return &___reply_message_14; } inline void set_reply_message_14(RuntimeObject* value) { ___reply_message_14 = value; Il2CppCodeGenWriteBarrier((&___reply_message_14), value); } inline static int32_t get_offset_of_orig_cb_15() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___orig_cb_15)); } inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * get_orig_cb_15() const { return ___orig_cb_15; } inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC ** get_address_of_orig_cb_15() { return &___orig_cb_15; } inline void set_orig_cb_15(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * value) { ___orig_cb_15 = value; Il2CppCodeGenWriteBarrier((&___orig_cb_15), value); } }; struct AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_StaticFields { public: // System.Threading.ContextCallback System.Runtime.Remoting.Messaging.AsyncResult::ccb ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___ccb_16; public: inline static int32_t get_offset_of_ccb_16() { return static_cast(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_StaticFields, ___ccb_16)); } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * get_ccb_16() const { return ___ccb_16; } inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 ** get_address_of_ccb_16() { return &___ccb_16; } inline void set_ccb_16(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * value) { ___ccb_16 = value; Il2CppCodeGenWriteBarrier((&___ccb_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Runtime.Remoting.Messaging.AsyncResult struct AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_marshaled_pinvoke { Il2CppIUnknown* ___async_state_0; WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_pinvoke ___handle_1; Il2CppIUnknown* ___async_delegate_2; intptr_t ___data_3; Il2CppIUnknown* ___object_data_4; int32_t ___sync_completed_5; int32_t ___completed_6; int32_t ___endinvoke_called_7; Il2CppIUnknown* ___async_callback_8; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___current_9; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___original_10; int64_t ___add_time_11; MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234_marshaled_pinvoke* ___call_message_12; RuntimeObject* ___message_ctrl_13; RuntimeObject* ___reply_message_14; Il2CppMethodPointer ___orig_cb_15; }; // Native definition for COM marshalling of System.Runtime.Remoting.Messaging.AsyncResult struct AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_marshaled_com { Il2CppIUnknown* ___async_state_0; WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_com* ___handle_1; Il2CppIUnknown* ___async_delegate_2; intptr_t ___data_3; Il2CppIUnknown* ___object_data_4; int32_t ___sync_completed_5; int32_t ___completed_6; int32_t ___endinvoke_called_7; Il2CppIUnknown* ___async_callback_8; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___current_9; ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___original_10; int64_t ___add_time_11; MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234_marshaled_com* ___call_message_12; RuntimeObject* ___message_ctrl_13; RuntimeObject* ___reply_message_14; Il2CppMethodPointer ___orig_cb_15; }; #endif // ASYNCRESULT_TCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_H #ifndef STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H #define STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContext struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 { public: // System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext RuntimeObject * ___m_additionalContext_0; // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state int32_t ___m_state_1; public: inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); } inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; } inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; } inline void set_m_additionalContext_0(RuntimeObject * value) { ___m_additionalContext_0 = value; Il2CppCodeGenWriteBarrier((&___m_additionalContext_0), value); } inline static int32_t get_offset_of_m_state_1() { return static_cast(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); } inline int32_t get_m_state_1() const { return ___m_state_1; } inline int32_t* get_address_of_m_state_1() { return &___m_state_1; } inline void set_m_state_1(int32_t value) { ___m_state_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; #endif // STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H #ifndef EVENTWAITHANDLE_T7603BF1D3D30FE42DD07A450C8D09E2684DC4D98_H #define EVENTWAITHANDLE_T7603BF1D3D30FE42DD07A450C8D09E2684DC4D98_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.EventWaitHandle struct EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 : public WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTWAITHANDLE_T7603BF1D3D30FE42DD07A450C8D09E2684DC4D98_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_0), value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((&___FilterName_1), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_2), value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((&___Missing_3), value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_5), value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((&___defaultBinder_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef URI_T87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_H #define URI_T87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Uri struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_13; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_14; // System.UriParser System.Uri::m_Syntax UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___m_Syntax_15; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_16; // System.Uri_Flags System.Uri::m_Flags uint64_t ___m_Flags_17; // System.Uri_UriInfo System.Uri::m_Info UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * ___m_Info_18; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_19; public: inline static int32_t get_offset_of_m_String_13() { return static_cast(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) { ___m_String_13 = value; Il2CppCodeGenWriteBarrier((&___m_String_13), value); } inline static int32_t get_offset_of_m_originalUnicodeString_14() { return static_cast(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) { ___m_originalUnicodeString_14 = value; Il2CppCodeGenWriteBarrier((&___m_originalUnicodeString_14), value); } inline static int32_t get_offset_of_m_Syntax_15() { return static_cast(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) { ___m_Syntax_15 = value; Il2CppCodeGenWriteBarrier((&___m_Syntax_15), value); } inline static int32_t get_offset_of_m_DnsSafeHost_16() { return static_cast(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) { ___m_DnsSafeHost_16 = value; Il2CppCodeGenWriteBarrier((&___m_DnsSafeHost_16), value); } inline static int32_t get_offset_of_m_Flags_17() { return static_cast(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) { ___m_Flags_17 = value; } inline static int32_t get_offset_of_m_Info_18() { return static_cast(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) { ___m_Info_18 = value; Il2CppCodeGenWriteBarrier((&___m_Info_18), value); } inline static int32_t get_offset_of_m_iriParsing_19() { return static_cast(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) { ___m_iriParsing_19 = value; } }; 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 bool ___s_ConfigInitialized_20; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_21; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_22; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_23; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_24; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_25; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_26; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___HexLowerChars_27; // System.Char[] System.Uri::_WSchars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ____WSchars_28; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(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((&___UriSchemeFile_0), value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(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((&___UriSchemeFtp_1), value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(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((&___UriSchemeGopher_2), value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(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((&___UriSchemeHttp_3), value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(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((&___UriSchemeHttps_4), value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(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((&___UriSchemeWs_5), value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(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((&___UriSchemeWss_6), value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(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((&___UriSchemeMailto_7), value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(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((&___UriSchemeNews_8), value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(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((&___UriSchemeNntp_9), value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(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((&___UriSchemeNetTcp_10), value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(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((&___UriSchemeNetPipe_11), value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(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((&___SchemeDelimiter_12), value); } inline static int32_t get_offset_of_s_ConfigInitialized_20() { return static_cast(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) { ___s_ConfigInitialized_20 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_21() { return static_cast(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) { ___s_ConfigInitializing_21 = value; } inline static int32_t get_offset_of_s_IdnScope_22() { return static_cast(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) { ___s_IdnScope_22 = value; } inline static int32_t get_offset_of_s_IriParsing_23() { return static_cast(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) { ___s_IriParsing_23 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_24() { return static_cast(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) { ___useDotNetRelativeOrAbsolute_24 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_25() { return static_cast(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) { ___IsWindowsFileSystem_25 = value; } inline static int32_t get_offset_of_s_initLock_26() { return static_cast(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) { ___s_initLock_26 = value; Il2CppCodeGenWriteBarrier((&___s_initLock_26), value); } inline static int32_t get_offset_of_HexLowerChars_27() { return static_cast(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) { ___HexLowerChars_27 = value; Il2CppCodeGenWriteBarrier((&___HexLowerChars_27), value); } inline static int32_t get_offset_of__WSchars_28() { return static_cast(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) { ____WSchars_28 = value; Il2CppCodeGenWriteBarrier((&____WSchars_28), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URI_T87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_H #ifndef SAFEFILEHANDLE_TE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB_H #define SAFEFILEHANDLE_TE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB : public SafeHandleZeroOrMinusOneIsInvalid_t779A965C82098677DF1ED10A134DBCDEC8AACB8E { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SAFEFILEHANDLE_TE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB_H #ifndef MONOTLSSETTINGS_T5905C7532C92A87F88C8F3440165DF8AA49A1BBF_H #define MONOTLSSETTINGS_T5905C7532C92A87F88C8F3440165DF8AA49A1BBF_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF : public RuntimeObject { public: // Mono.Security.Interface.MonoRemoteCertificateValidationCallback Mono.Security.Interface.MonoTlsSettings::k__BackingField MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6 * ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; // Mono.Security.Interface.MonoLocalCertificateSelectionCallback Mono.Security.Interface.MonoTlsSettings::k__BackingField MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A * ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; // System.Nullable`1 Mono.Security.Interface.MonoTlsSettings::k__BackingField Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 ___U3CCertificateValidationTimeU3Ek__BackingField_2; // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Security.Interface.MonoTlsSettings::k__BackingField X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___U3CTrustAnchorsU3Ek__BackingField_3; // System.Object Mono.Security.Interface.MonoTlsSettings::k__BackingField RuntimeObject * ___U3CUserSettingsU3Ek__BackingField_4; // System.String[] Mono.Security.Interface.MonoTlsSettings::k__BackingField StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___U3CCertificateSearchPathsU3Ek__BackingField_5; // System.Boolean Mono.Security.Interface.MonoTlsSettings::k__BackingField bool ___U3CSendCloseNotifyU3Ek__BackingField_6; // System.Nullable`1 Mono.Security.Interface.MonoTlsSettings::k__BackingField Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10 ___U3CEnabledProtocolsU3Ek__BackingField_7; // Mono.Security.Interface.CipherSuiteCode[] Mono.Security.Interface.MonoTlsSettings::k__BackingField CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4* ___U3CEnabledCiphersU3Ek__BackingField_8; // System.Boolean Mono.Security.Interface.MonoTlsSettings::cloned bool ___cloned_9; // System.Boolean Mono.Security.Interface.MonoTlsSettings::checkCertName bool ___checkCertName_10; // System.Boolean Mono.Security.Interface.MonoTlsSettings::checkCertRevocationStatus bool ___checkCertRevocationStatus_11; // System.Nullable`1 Mono.Security.Interface.MonoTlsSettings::useServicePointManagerCallback Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 ___useServicePointManagerCallback_12; // System.Boolean Mono.Security.Interface.MonoTlsSettings::skipSystemValidators bool ___skipSystemValidators_13; // System.Boolean Mono.Security.Interface.MonoTlsSettings::callbackNeedsChain bool ___callbackNeedsChain_14; // Mono.Security.Interface.ICertificateValidator Mono.Security.Interface.MonoTlsSettings::certificateValidator RuntimeObject* ___certificateValidator_15; public: inline static int32_t get_offset_of_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0)); } inline MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6 * get_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0() const { return ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; } inline MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6 ** get_address_of_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0() { return &___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; } inline void set_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0(MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6 * value) { ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((&___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0), value); } inline static int32_t get_offset_of_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1)); } inline MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A * get_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() const { return ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; } inline MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A ** get_address_of_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() { return &___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; } inline void set_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1(MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A * value) { ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1), value); } inline static int32_t get_offset_of_U3CCertificateValidationTimeU3Ek__BackingField_2() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CCertificateValidationTimeU3Ek__BackingField_2)); } inline Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 get_U3CCertificateValidationTimeU3Ek__BackingField_2() const { return ___U3CCertificateValidationTimeU3Ek__BackingField_2; } inline Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * get_address_of_U3CCertificateValidationTimeU3Ek__BackingField_2() { return &___U3CCertificateValidationTimeU3Ek__BackingField_2; } inline void set_U3CCertificateValidationTimeU3Ek__BackingField_2(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 value) { ___U3CCertificateValidationTimeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CTrustAnchorsU3Ek__BackingField_3() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CTrustAnchorsU3Ek__BackingField_3)); } inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * get_U3CTrustAnchorsU3Ek__BackingField_3() const { return ___U3CTrustAnchorsU3Ek__BackingField_3; } inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 ** get_address_of_U3CTrustAnchorsU3Ek__BackingField_3() { return &___U3CTrustAnchorsU3Ek__BackingField_3; } inline void set_U3CTrustAnchorsU3Ek__BackingField_3(X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * value) { ___U3CTrustAnchorsU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((&___U3CTrustAnchorsU3Ek__BackingField_3), value); } inline static int32_t get_offset_of_U3CUserSettingsU3Ek__BackingField_4() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CUserSettingsU3Ek__BackingField_4)); } inline RuntimeObject * get_U3CUserSettingsU3Ek__BackingField_4() const { return ___U3CUserSettingsU3Ek__BackingField_4; } inline RuntimeObject ** get_address_of_U3CUserSettingsU3Ek__BackingField_4() { return &___U3CUserSettingsU3Ek__BackingField_4; } inline void set_U3CUserSettingsU3Ek__BackingField_4(RuntimeObject * value) { ___U3CUserSettingsU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((&___U3CUserSettingsU3Ek__BackingField_4), value); } inline static int32_t get_offset_of_U3CCertificateSearchPathsU3Ek__BackingField_5() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CCertificateSearchPathsU3Ek__BackingField_5)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_U3CCertificateSearchPathsU3Ek__BackingField_5() const { return ___U3CCertificateSearchPathsU3Ek__BackingField_5; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_U3CCertificateSearchPathsU3Ek__BackingField_5() { return &___U3CCertificateSearchPathsU3Ek__BackingField_5; } inline void set_U3CCertificateSearchPathsU3Ek__BackingField_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___U3CCertificateSearchPathsU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((&___U3CCertificateSearchPathsU3Ek__BackingField_5), value); } inline static int32_t get_offset_of_U3CSendCloseNotifyU3Ek__BackingField_6() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CSendCloseNotifyU3Ek__BackingField_6)); } inline bool get_U3CSendCloseNotifyU3Ek__BackingField_6() const { return ___U3CSendCloseNotifyU3Ek__BackingField_6; } inline bool* get_address_of_U3CSendCloseNotifyU3Ek__BackingField_6() { return &___U3CSendCloseNotifyU3Ek__BackingField_6; } inline void set_U3CSendCloseNotifyU3Ek__BackingField_6(bool value) { ___U3CSendCloseNotifyU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CEnabledProtocolsU3Ek__BackingField_7() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CEnabledProtocolsU3Ek__BackingField_7)); } inline Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10 get_U3CEnabledProtocolsU3Ek__BackingField_7() const { return ___U3CEnabledProtocolsU3Ek__BackingField_7; } inline Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10 * get_address_of_U3CEnabledProtocolsU3Ek__BackingField_7() { return &___U3CEnabledProtocolsU3Ek__BackingField_7; } inline void set_U3CEnabledProtocolsU3Ek__BackingField_7(Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10 value) { ___U3CEnabledProtocolsU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CEnabledCiphersU3Ek__BackingField_8() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CEnabledCiphersU3Ek__BackingField_8)); } inline CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4* get_U3CEnabledCiphersU3Ek__BackingField_8() const { return ___U3CEnabledCiphersU3Ek__BackingField_8; } inline CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4** get_address_of_U3CEnabledCiphersU3Ek__BackingField_8() { return &___U3CEnabledCiphersU3Ek__BackingField_8; } inline void set_U3CEnabledCiphersU3Ek__BackingField_8(CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4* value) { ___U3CEnabledCiphersU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((&___U3CEnabledCiphersU3Ek__BackingField_8), value); } inline static int32_t get_offset_of_cloned_9() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___cloned_9)); } inline bool get_cloned_9() const { return ___cloned_9; } inline bool* get_address_of_cloned_9() { return &___cloned_9; } inline void set_cloned_9(bool value) { ___cloned_9 = value; } inline static int32_t get_offset_of_checkCertName_10() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___checkCertName_10)); } inline bool get_checkCertName_10() const { return ___checkCertName_10; } inline bool* get_address_of_checkCertName_10() { return &___checkCertName_10; } inline void set_checkCertName_10(bool value) { ___checkCertName_10 = value; } inline static int32_t get_offset_of_checkCertRevocationStatus_11() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___checkCertRevocationStatus_11)); } inline bool get_checkCertRevocationStatus_11() const { return ___checkCertRevocationStatus_11; } inline bool* get_address_of_checkCertRevocationStatus_11() { return &___checkCertRevocationStatus_11; } inline void set_checkCertRevocationStatus_11(bool value) { ___checkCertRevocationStatus_11 = value; } inline static int32_t get_offset_of_useServicePointManagerCallback_12() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___useServicePointManagerCallback_12)); } inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 get_useServicePointManagerCallback_12() const { return ___useServicePointManagerCallback_12; } inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * get_address_of_useServicePointManagerCallback_12() { return &___useServicePointManagerCallback_12; } inline void set_useServicePointManagerCallback_12(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 value) { ___useServicePointManagerCallback_12 = value; } inline static int32_t get_offset_of_skipSystemValidators_13() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___skipSystemValidators_13)); } inline bool get_skipSystemValidators_13() const { return ___skipSystemValidators_13; } inline bool* get_address_of_skipSystemValidators_13() { return &___skipSystemValidators_13; } inline void set_skipSystemValidators_13(bool value) { ___skipSystemValidators_13 = value; } inline static int32_t get_offset_of_callbackNeedsChain_14() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___callbackNeedsChain_14)); } inline bool get_callbackNeedsChain_14() const { return ___callbackNeedsChain_14; } inline bool* get_address_of_callbackNeedsChain_14() { return &___callbackNeedsChain_14; } inline void set_callbackNeedsChain_14(bool value) { ___callbackNeedsChain_14 = value; } inline static int32_t get_offset_of_certificateValidator_15() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___certificateValidator_15)); } inline RuntimeObject* get_certificateValidator_15() const { return ___certificateValidator_15; } inline RuntimeObject** get_address_of_certificateValidator_15() { return &___certificateValidator_15; } inline void set_certificateValidator_15(RuntimeObject* value) { ___certificateValidator_15 = value; Il2CppCodeGenWriteBarrier((&___certificateValidator_15), value); } }; struct MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF_StaticFields { public: // Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::defaultSettings MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___defaultSettings_16; public: inline static int32_t get_offset_of_defaultSettings_16() { return static_cast(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF_StaticFields, ___defaultSettings_16)); } inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * get_defaultSettings_16() const { return ___defaultSettings_16; } inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF ** get_address_of_defaultSettings_16() { return &___defaultSettings_16; } inline void set_defaultSettings_16(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * value) { ___defaultSettings_16 = value; Il2CppCodeGenWriteBarrier((&___defaultSettings_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOTLSSETTINGS_T5905C7532C92A87F88C8F3440165DF8AA49A1BBF_H #ifndef ACTION_1_TC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621_H #define ACTION_1_TC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_TC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621_H #ifndef ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H #define ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H #ifndef EVENTHANDLER_T2B84E745E28BA26C49C4E99A387FC3B534D1110C_H #define EVENTHANDLER_T2B84E745E28BA26C49C4E99A387FC3B534D1110C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventHandler struct EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTHANDLER_T2B84E745E28BA26C49C4E99A387FC3B534D1110C_H #ifndef FUNC_2_TF6A6FE235E53230F712003180A1DBAF19C50FC61_H #define FUNC_2_TF6A6FE235E53230F712003180A1DBAF19C50FC61_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_TF6A6FE235E53230F712003180A1DBAF19C50FC61_H #ifndef FILEWEBREQUEST_T198368018F8EBC18AD1A835D585A4B8E235C6E4F_H #define FILEWEBREQUEST_T198368018F8EBC18AD1A835D585A4B8E235C6E4F_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FileWebRequest struct FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F : public WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 { public: // System.String System.Net.FileWebRequest::m_connectionGroupName String_t* ___m_connectionGroupName_14; // System.Int64 System.Net.FileWebRequest::m_contentLength int64_t ___m_contentLength_15; // System.Net.ICredentials System.Net.FileWebRequest::m_credentials RuntimeObject* ___m_credentials_16; // System.IO.FileAccess System.Net.FileWebRequest::m_fileAccess int32_t ___m_fileAccess_17; // System.Net.WebHeaderCollection System.Net.FileWebRequest::m_headers WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___m_headers_18; // System.String System.Net.FileWebRequest::m_method String_t* ___m_method_19; // System.Net.IWebProxy System.Net.FileWebRequest::m_proxy RuntimeObject* ___m_proxy_20; // System.Threading.ManualResetEvent System.Net.FileWebRequest::m_readerEvent ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_readerEvent_21; // System.Boolean System.Net.FileWebRequest::m_readPending bool ___m_readPending_22; // System.Net.WebResponse System.Net.FileWebRequest::m_response WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___m_response_23; // System.IO.Stream System.Net.FileWebRequest::m_stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___m_stream_24; // System.Boolean System.Net.FileWebRequest::m_syncHint bool ___m_syncHint_25; // System.Int32 System.Net.FileWebRequest::m_timeout int32_t ___m_timeout_26; // System.Uri System.Net.FileWebRequest::m_uri Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___m_uri_27; // System.Boolean System.Net.FileWebRequest::m_writePending bool ___m_writePending_28; // System.Boolean System.Net.FileWebRequest::m_writing bool ___m_writing_29; // System.Net.LazyAsyncResult System.Net.FileWebRequest::m_WriteAResult LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * ___m_WriteAResult_30; // System.Net.LazyAsyncResult System.Net.FileWebRequest::m_ReadAResult LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * ___m_ReadAResult_31; // System.Int32 System.Net.FileWebRequest::m_Aborted int32_t ___m_Aborted_32; public: inline static int32_t get_offset_of_m_connectionGroupName_14() { return static_cast(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_connectionGroupName_14)); } inline String_t* get_m_connectionGroupName_14() const { return ___m_connectionGroupName_14; } inline String_t** get_address_of_m_connectionGroupName_14() { return &___m_connectionGroupName_14; } inline void set_m_connectionGroupName_14(String_t* value) { ___m_connectionGroupName_14 = value; Il2CppCodeGenWriteBarrier((&___m_connectionGroupName_14), value); } inline static int32_t get_offset_of_m_contentLength_15() { return static_cast(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_contentLength_15)); } inline int64_t get_m_contentLength_15() const { return ___m_contentLength_15; } inline int64_t* get_address_of_m_contentLength_15() { return &___m_contentLength_15; } inline void set_m_contentLength_15(int64_t value) { ___m_contentLength_15 = value; } inline static int32_t get_offset_of_m_credentials_16() { return static_cast(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_credentials_16)); } inline RuntimeObject* get_m_credentials_16() const { return ___m_credentials_16; } inline RuntimeObject** get_address_of_m_credentials_16() { return &___m_credentials_16; } inline void set_m_credentials_16(RuntimeObject* value) { ___m_credentials_16 = value; Il2CppCodeGenWriteBarrier((&___m_credentials_16), value); } inline static int32_t get_offset_of_m_fileAccess_17() { return static_cast(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_fileAccess_17)); } inline int32_t get_m_fileAccess_17() const { return ___m_fileAccess_17; } inline int32_t* get_address_of_m_fileAccess_17() { return &___m_fileAccess_17; } inline void set_m_fileAccess_17(int32_t value) { ___m_fileAccess_17 = value; } inline static int32_t get_offset_of_m_headers_18() { return static_cast(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_headers_18)); } inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * get_m_headers_18() const { return ___m_headers_18; } inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 ** get_address_of_m_headers_18() { return &___m_headers_18; } inline void set_m_headers_18(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * value) { ___m_headers_18 = value; Il2CppCodeGenWriteBarrier((&___m_headers_18), value); } inline static int32_t get_offset_of_m_method_19() { return static_cast(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_method_19)); } inline String_t* get_m_method_19() const { return ___m_method_19; } inline String_t** get_address_of_m_method_19() { return &___m_method_19; } inline void set_m_method_19(String_t* value) { ___m_method_19 = value; Il2CppCodeGenWriteBarrier((&___m_method_19), value); } inline static int32_t get_offset_of_m_proxy_20() { return static_cast(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_proxy_20)); } inline RuntimeObject* get_m_proxy_20() const { return ___m_proxy_20; } inline RuntimeObject** get_address_of_m_proxy_20() { return &___m_proxy_20; } inline void set_m_proxy_20(RuntimeObject* value) { ___m_proxy_20 = value; Il2CppCodeGenWriteBarrier((&___m_proxy_20), value); } inline static int32_t get_offset_of_m_readerEvent_21() { return static_cast(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_readerEvent_21)); } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_m_readerEvent_21() const { return ___m_readerEvent_21; } inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_m_readerEvent_21() { return &___m_readerEvent_21; } inline void set_m_readerEvent_21(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value) { ___m_readerEvent_21 = value; Il2CppCodeGenWriteBarrier((&___m_readerEvent_21), value); } inline static int32_t get_offset_of_m_readPending_22() { return static_cast(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_readPending_22)); } inline bool get_m_readPending_22() const { return ___m_readPending_22; } inline bool* get_address_of_m_readPending_22() { return &___m_readPending_22; } inline void set_m_readPending_22(bool value) { ___m_readPending_22 = value; } inline static int32_t get_offset_of_m_response_23() { return static_cast(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_response_23)); } inline WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * get_m_response_23() const { return ___m_response_23; } inline WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD ** get_address_of_m_response_23() { return &___m_response_23; } inline void set_m_response_23(WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * value) { ___m_response_23 = value; Il2CppCodeGenWriteBarrier((&___m_response_23), value); } inline static int32_t get_offset_of_m_stream_24() { return static_cast(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_stream_24)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_m_stream_24() const { return ___m_stream_24; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_m_stream_24() { return &___m_stream_24; } inline void set_m_stream_24(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___m_stream_24 = value; Il2CppCodeGenWriteBarrier((&___m_stream_24), value); } inline static int32_t get_offset_of_m_syncHint_25() { return static_cast(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_syncHint_25)); } inline bool get_m_syncHint_25() const { return ___m_syncHint_25; } inline bool* get_address_of_m_syncHint_25() { return &___m_syncHint_25; } inline void set_m_syncHint_25(bool value) { ___m_syncHint_25 = value; } inline static int32_t get_offset_of_m_timeout_26() { return static_cast(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_timeout_26)); } inline int32_t get_m_timeout_26() const { return ___m_timeout_26; } inline int32_t* get_address_of_m_timeout_26() { return &___m_timeout_26; } inline void set_m_timeout_26(int32_t value) { ___m_timeout_26 = value; } inline static int32_t get_offset_of_m_uri_27() { return static_cast(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_uri_27)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_m_uri_27() const { return ___m_uri_27; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_m_uri_27() { return &___m_uri_27; } inline void set_m_uri_27(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ___m_uri_27 = value; Il2CppCodeGenWriteBarrier((&___m_uri_27), value); } inline static int32_t get_offset_of_m_writePending_28() { return static_cast(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_writePending_28)); } inline bool get_m_writePending_28() const { return ___m_writePending_28; } inline bool* get_address_of_m_writePending_28() { return &___m_writePending_28; } inline void set_m_writePending_28(bool value) { ___m_writePending_28 = value; } inline static int32_t get_offset_of_m_writing_29() { return static_cast(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_writing_29)); } inline bool get_m_writing_29() const { return ___m_writing_29; } inline bool* get_address_of_m_writing_29() { return &___m_writing_29; } inline void set_m_writing_29(bool value) { ___m_writing_29 = value; } inline static int32_t get_offset_of_m_WriteAResult_30() { return static_cast(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_WriteAResult_30)); } inline LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * get_m_WriteAResult_30() const { return ___m_WriteAResult_30; } inline LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 ** get_address_of_m_WriteAResult_30() { return &___m_WriteAResult_30; } inline void set_m_WriteAResult_30(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * value) { ___m_WriteAResult_30 = value; Il2CppCodeGenWriteBarrier((&___m_WriteAResult_30), value); } inline static int32_t get_offset_of_m_ReadAResult_31() { return static_cast(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_ReadAResult_31)); } inline LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * get_m_ReadAResult_31() const { return ___m_ReadAResult_31; } inline LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 ** get_address_of_m_ReadAResult_31() { return &___m_ReadAResult_31; } inline void set_m_ReadAResult_31(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * value) { ___m_ReadAResult_31 = value; Il2CppCodeGenWriteBarrier((&___m_ReadAResult_31), value); } inline static int32_t get_offset_of_m_Aborted_32() { return static_cast(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_Aborted_32)); } inline int32_t get_m_Aborted_32() const { return ___m_Aborted_32; } inline int32_t* get_address_of_m_Aborted_32() { return &___m_Aborted_32; } inline void set_m_Aborted_32(int32_t value) { ___m_Aborted_32 = value; } }; struct FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_StaticFields { public: // System.Threading.WaitCallback System.Net.FileWebRequest::s_GetRequestStreamCallback WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___s_GetRequestStreamCallback_12; // System.Threading.WaitCallback System.Net.FileWebRequest::s_GetResponseCallback WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___s_GetResponseCallback_13; public: inline static int32_t get_offset_of_s_GetRequestStreamCallback_12() { return static_cast(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_StaticFields, ___s_GetRequestStreamCallback_12)); } inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * get_s_GetRequestStreamCallback_12() const { return ___s_GetRequestStreamCallback_12; } inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC ** get_address_of_s_GetRequestStreamCallback_12() { return &___s_GetRequestStreamCallback_12; } inline void set_s_GetRequestStreamCallback_12(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * value) { ___s_GetRequestStreamCallback_12 = value; Il2CppCodeGenWriteBarrier((&___s_GetRequestStreamCallback_12), value); } inline static int32_t get_offset_of_s_GetResponseCallback_13() { return static_cast(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_StaticFields, ___s_GetResponseCallback_13)); } inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * get_s_GetResponseCallback_13() const { return ___s_GetResponseCallback_13; } inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC ** get_address_of_s_GetResponseCallback_13() { return &___s_GetResponseCallback_13; } inline void set_s_GetResponseCallback_13(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * value) { ___s_GetResponseCallback_13 = value; Il2CppCodeGenWriteBarrier((&___s_GetResponseCallback_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEWEBREQUEST_T198368018F8EBC18AD1A835D585A4B8E235C6E4F_H #ifndef FILEWEBSTREAM_T67DDC539EC81FFB9F3615EBE17649E53E1CCA766_H #define FILEWEBSTREAM_T67DDC539EC81FFB9F3615EBE17649E53E1CCA766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FileWebStream struct FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 : public FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 { public: // System.Net.FileWebRequest System.Net.FileWebStream::m_request FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * ___m_request_21; public: inline static int32_t get_offset_of_m_request_21() { return static_cast(offsetof(FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766, ___m_request_21)); } inline FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * get_m_request_21() const { return ___m_request_21; } inline FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F ** get_address_of_m_request_21() { return &___m_request_21; } inline void set_m_request_21(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * value) { ___m_request_21 = value; Il2CppCodeGenWriteBarrier((&___m_request_21), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEWEBSTREAM_T67DDC539EC81FFB9F3615EBE17649E53E1CCA766_H #ifndef READDELEGATE_TBC77AE628966A21E63D8BB344BC3D7C79441A6DE_H #define READDELEGATE_TBC77AE628966A21E63D8BB344BC3D7C79441A6DE_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FtpDataStream_ReadDelegate struct ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // READDELEGATE_TBC77AE628966A21E63D8BB344BC3D7C79441A6DE_H #ifndef WRITEDELEGATE_TCA763F3444D2578FB21239EDFC1C3632E469FC49_H #define WRITEDELEGATE_TCA763F3444D2578FB21239EDFC1C3632E469FC49_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FtpDataStream_WriteDelegate struct WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WRITEDELEGATE_TCA763F3444D2578FB21239EDFC1C3632E469FC49_H #ifndef FTPWEBREQUEST_T9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_H #define FTPWEBREQUEST_T9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FtpWebRequest struct FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA : public WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 { public: // System.Uri System.Net.FtpWebRequest::requestUri Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___requestUri_12; // System.String System.Net.FtpWebRequest::file_name String_t* ___file_name_13; // System.Net.ServicePoint System.Net.FtpWebRequest::servicePoint ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___servicePoint_14; // System.IO.Stream System.Net.FtpWebRequest::origDataStream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___origDataStream_15; // System.IO.Stream System.Net.FtpWebRequest::dataStream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___dataStream_16; // System.IO.Stream System.Net.FtpWebRequest::controlStream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___controlStream_17; // System.IO.StreamReader System.Net.FtpWebRequest::controlReader StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___controlReader_18; // System.Net.NetworkCredential System.Net.FtpWebRequest::credentials NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * ___credentials_19; // System.Net.IPHostEntry System.Net.FtpWebRequest::hostEntry IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * ___hostEntry_20; // System.Net.IPEndPoint System.Net.FtpWebRequest::localEndPoint IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___localEndPoint_21; // System.Net.IPEndPoint System.Net.FtpWebRequest::remoteEndPoint IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___remoteEndPoint_22; // System.Net.IWebProxy System.Net.FtpWebRequest::proxy RuntimeObject* ___proxy_23; // System.Int32 System.Net.FtpWebRequest::timeout int32_t ___timeout_24; // System.Int32 System.Net.FtpWebRequest::rwTimeout int32_t ___rwTimeout_25; // System.Int64 System.Net.FtpWebRequest::offset int64_t ___offset_26; // System.Boolean System.Net.FtpWebRequest::binary bool ___binary_27; // System.Boolean System.Net.FtpWebRequest::enableSsl bool ___enableSsl_28; // System.Boolean System.Net.FtpWebRequest::usePassive bool ___usePassive_29; // System.Boolean System.Net.FtpWebRequest::keepAlive bool ___keepAlive_30; // System.String System.Net.FtpWebRequest::method String_t* ___method_31; // System.String System.Net.FtpWebRequest::renameTo String_t* ___renameTo_32; // System.Object System.Net.FtpWebRequest::locker RuntimeObject * ___locker_33; // System.Net.FtpWebRequest_RequestState System.Net.FtpWebRequest::requestState int32_t ___requestState_34; // System.Net.FtpAsyncResult System.Net.FtpWebRequest::asyncResult FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * ___asyncResult_35; // System.Net.FtpWebResponse System.Net.FtpWebRequest::ftpResponse FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * ___ftpResponse_36; // System.IO.Stream System.Net.FtpWebRequest::requestStream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___requestStream_37; // System.String System.Net.FtpWebRequest::initial_path String_t* ___initial_path_38; // System.Text.Encoding System.Net.FtpWebRequest::dataEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___dataEncoding_40; public: inline static int32_t get_offset_of_requestUri_12() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___requestUri_12)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_requestUri_12() const { return ___requestUri_12; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_requestUri_12() { return &___requestUri_12; } inline void set_requestUri_12(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ___requestUri_12 = value; Il2CppCodeGenWriteBarrier((&___requestUri_12), value); } inline static int32_t get_offset_of_file_name_13() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___file_name_13)); } inline String_t* get_file_name_13() const { return ___file_name_13; } inline String_t** get_address_of_file_name_13() { return &___file_name_13; } inline void set_file_name_13(String_t* value) { ___file_name_13 = value; Il2CppCodeGenWriteBarrier((&___file_name_13), value); } inline static int32_t get_offset_of_servicePoint_14() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___servicePoint_14)); } inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * get_servicePoint_14() const { return ___servicePoint_14; } inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 ** get_address_of_servicePoint_14() { return &___servicePoint_14; } inline void set_servicePoint_14(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * value) { ___servicePoint_14 = value; Il2CppCodeGenWriteBarrier((&___servicePoint_14), value); } inline static int32_t get_offset_of_origDataStream_15() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___origDataStream_15)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_origDataStream_15() const { return ___origDataStream_15; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_origDataStream_15() { return &___origDataStream_15; } inline void set_origDataStream_15(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___origDataStream_15 = value; Il2CppCodeGenWriteBarrier((&___origDataStream_15), value); } inline static int32_t get_offset_of_dataStream_16() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___dataStream_16)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_dataStream_16() const { return ___dataStream_16; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_dataStream_16() { return &___dataStream_16; } inline void set_dataStream_16(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___dataStream_16 = value; Il2CppCodeGenWriteBarrier((&___dataStream_16), value); } inline static int32_t get_offset_of_controlStream_17() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___controlStream_17)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_controlStream_17() const { return ___controlStream_17; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_controlStream_17() { return &___controlStream_17; } inline void set_controlStream_17(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___controlStream_17 = value; Il2CppCodeGenWriteBarrier((&___controlStream_17), value); } inline static int32_t get_offset_of_controlReader_18() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___controlReader_18)); } inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * get_controlReader_18() const { return ___controlReader_18; } inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E ** get_address_of_controlReader_18() { return &___controlReader_18; } inline void set_controlReader_18(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * value) { ___controlReader_18 = value; Il2CppCodeGenWriteBarrier((&___controlReader_18), value); } inline static int32_t get_offset_of_credentials_19() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___credentials_19)); } inline NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * get_credentials_19() const { return ___credentials_19; } inline NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 ** get_address_of_credentials_19() { return &___credentials_19; } inline void set_credentials_19(NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * value) { ___credentials_19 = value; Il2CppCodeGenWriteBarrier((&___credentials_19), value); } inline static int32_t get_offset_of_hostEntry_20() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___hostEntry_20)); } inline IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * get_hostEntry_20() const { return ___hostEntry_20; } inline IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D ** get_address_of_hostEntry_20() { return &___hostEntry_20; } inline void set_hostEntry_20(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * value) { ___hostEntry_20 = value; Il2CppCodeGenWriteBarrier((&___hostEntry_20), value); } inline static int32_t get_offset_of_localEndPoint_21() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___localEndPoint_21)); } inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * get_localEndPoint_21() const { return ___localEndPoint_21; } inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F ** get_address_of_localEndPoint_21() { return &___localEndPoint_21; } inline void set_localEndPoint_21(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * value) { ___localEndPoint_21 = value; Il2CppCodeGenWriteBarrier((&___localEndPoint_21), value); } inline static int32_t get_offset_of_remoteEndPoint_22() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___remoteEndPoint_22)); } inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * get_remoteEndPoint_22() const { return ___remoteEndPoint_22; } inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F ** get_address_of_remoteEndPoint_22() { return &___remoteEndPoint_22; } inline void set_remoteEndPoint_22(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * value) { ___remoteEndPoint_22 = value; Il2CppCodeGenWriteBarrier((&___remoteEndPoint_22), value); } inline static int32_t get_offset_of_proxy_23() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___proxy_23)); } inline RuntimeObject* get_proxy_23() const { return ___proxy_23; } inline RuntimeObject** get_address_of_proxy_23() { return &___proxy_23; } inline void set_proxy_23(RuntimeObject* value) { ___proxy_23 = value; Il2CppCodeGenWriteBarrier((&___proxy_23), value); } inline static int32_t get_offset_of_timeout_24() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___timeout_24)); } inline int32_t get_timeout_24() const { return ___timeout_24; } inline int32_t* get_address_of_timeout_24() { return &___timeout_24; } inline void set_timeout_24(int32_t value) { ___timeout_24 = value; } inline static int32_t get_offset_of_rwTimeout_25() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___rwTimeout_25)); } inline int32_t get_rwTimeout_25() const { return ___rwTimeout_25; } inline int32_t* get_address_of_rwTimeout_25() { return &___rwTimeout_25; } inline void set_rwTimeout_25(int32_t value) { ___rwTimeout_25 = value; } inline static int32_t get_offset_of_offset_26() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___offset_26)); } inline int64_t get_offset_26() const { return ___offset_26; } inline int64_t* get_address_of_offset_26() { return &___offset_26; } inline void set_offset_26(int64_t value) { ___offset_26 = value; } inline static int32_t get_offset_of_binary_27() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___binary_27)); } inline bool get_binary_27() const { return ___binary_27; } inline bool* get_address_of_binary_27() { return &___binary_27; } inline void set_binary_27(bool value) { ___binary_27 = value; } inline static int32_t get_offset_of_enableSsl_28() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___enableSsl_28)); } inline bool get_enableSsl_28() const { return ___enableSsl_28; } inline bool* get_address_of_enableSsl_28() { return &___enableSsl_28; } inline void set_enableSsl_28(bool value) { ___enableSsl_28 = value; } inline static int32_t get_offset_of_usePassive_29() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___usePassive_29)); } inline bool get_usePassive_29() const { return ___usePassive_29; } inline bool* get_address_of_usePassive_29() { return &___usePassive_29; } inline void set_usePassive_29(bool value) { ___usePassive_29 = value; } inline static int32_t get_offset_of_keepAlive_30() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___keepAlive_30)); } inline bool get_keepAlive_30() const { return ___keepAlive_30; } inline bool* get_address_of_keepAlive_30() { return &___keepAlive_30; } inline void set_keepAlive_30(bool value) { ___keepAlive_30 = value; } inline static int32_t get_offset_of_method_31() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___method_31)); } inline String_t* get_method_31() const { return ___method_31; } inline String_t** get_address_of_method_31() { return &___method_31; } inline void set_method_31(String_t* value) { ___method_31 = value; Il2CppCodeGenWriteBarrier((&___method_31), value); } inline static int32_t get_offset_of_renameTo_32() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___renameTo_32)); } inline String_t* get_renameTo_32() const { return ___renameTo_32; } inline String_t** get_address_of_renameTo_32() { return &___renameTo_32; } inline void set_renameTo_32(String_t* value) { ___renameTo_32 = value; Il2CppCodeGenWriteBarrier((&___renameTo_32), value); } inline static int32_t get_offset_of_locker_33() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___locker_33)); } inline RuntimeObject * get_locker_33() const { return ___locker_33; } inline RuntimeObject ** get_address_of_locker_33() { return &___locker_33; } inline void set_locker_33(RuntimeObject * value) { ___locker_33 = value; Il2CppCodeGenWriteBarrier((&___locker_33), value); } inline static int32_t get_offset_of_requestState_34() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___requestState_34)); } inline int32_t get_requestState_34() const { return ___requestState_34; } inline int32_t* get_address_of_requestState_34() { return &___requestState_34; } inline void set_requestState_34(int32_t value) { ___requestState_34 = value; } inline static int32_t get_offset_of_asyncResult_35() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___asyncResult_35)); } inline FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * get_asyncResult_35() const { return ___asyncResult_35; } inline FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 ** get_address_of_asyncResult_35() { return &___asyncResult_35; } inline void set_asyncResult_35(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * value) { ___asyncResult_35 = value; Il2CppCodeGenWriteBarrier((&___asyncResult_35), value); } inline static int32_t get_offset_of_ftpResponse_36() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___ftpResponse_36)); } inline FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * get_ftpResponse_36() const { return ___ftpResponse_36; } inline FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 ** get_address_of_ftpResponse_36() { return &___ftpResponse_36; } inline void set_ftpResponse_36(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * value) { ___ftpResponse_36 = value; Il2CppCodeGenWriteBarrier((&___ftpResponse_36), value); } inline static int32_t get_offset_of_requestStream_37() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___requestStream_37)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_requestStream_37() const { return ___requestStream_37; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_requestStream_37() { return &___requestStream_37; } inline void set_requestStream_37(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___requestStream_37 = value; Il2CppCodeGenWriteBarrier((&___requestStream_37), value); } inline static int32_t get_offset_of_initial_path_38() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___initial_path_38)); } inline String_t* get_initial_path_38() const { return ___initial_path_38; } inline String_t** get_address_of_initial_path_38() { return &___initial_path_38; } inline void set_initial_path_38(String_t* value) { ___initial_path_38 = value; Il2CppCodeGenWriteBarrier((&___initial_path_38), value); } inline static int32_t get_offset_of_dataEncoding_40() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___dataEncoding_40)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_dataEncoding_40() const { return ___dataEncoding_40; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_dataEncoding_40() { return &___dataEncoding_40; } inline void set_dataEncoding_40(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___dataEncoding_40 = value; Il2CppCodeGenWriteBarrier((&___dataEncoding_40), value); } }; struct FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_StaticFields { public: // System.String[] System.Net.FtpWebRequest::supportedCommands StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___supportedCommands_39; public: inline static int32_t get_offset_of_supportedCommands_39() { return static_cast(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_StaticFields, ___supportedCommands_39)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_supportedCommands_39() const { return ___supportedCommands_39; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_supportedCommands_39() { return &___supportedCommands_39; } inline void set_supportedCommands_39(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___supportedCommands_39 = value; Il2CppCodeGenWriteBarrier((&___supportedCommands_39), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FTPWEBREQUEST_T9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_H #ifndef HEADERPARSER_T6B59FF0FD79FFD511A019AE5383DCEF641BA822E_H #define HEADERPARSER_T6B59FF0FD79FFD511A019AE5383DCEF641BA822E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HeaderParser struct HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HEADERPARSER_T6B59FF0FD79FFD511A019AE5383DCEF641BA822E_H #ifndef HTTPCONTINUEDELEGATE_T38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC_H #define HTTPCONTINUEDELEGATE_T38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpContinueDelegate struct HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPCONTINUEDELEGATE_T38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC_H #ifndef HTTPWEBREQUEST_T5B5BFA163B5AD6134620F315940CE3631D7FAAE0_H #define HTTPWEBREQUEST_T5B5BFA163B5AD6134620F315940CE3631D7FAAE0_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpWebRequest struct HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 : public WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 { public: // System.Uri System.Net.HttpWebRequest::requestUri Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___requestUri_12; // System.Uri System.Net.HttpWebRequest::actualUri Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___actualUri_13; // System.Boolean System.Net.HttpWebRequest::hostChanged bool ___hostChanged_14; // System.Boolean System.Net.HttpWebRequest::allowAutoRedirect bool ___allowAutoRedirect_15; // System.Boolean System.Net.HttpWebRequest::allowBuffering bool ___allowBuffering_16; // System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.HttpWebRequest::certificates X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___certificates_17; // System.String System.Net.HttpWebRequest::connectionGroup String_t* ___connectionGroup_18; // System.Boolean System.Net.HttpWebRequest::haveContentLength bool ___haveContentLength_19; // System.Int64 System.Net.HttpWebRequest::contentLength int64_t ___contentLength_20; // System.Net.HttpContinueDelegate System.Net.HttpWebRequest::continueDelegate HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * ___continueDelegate_21; // System.Net.CookieContainer System.Net.HttpWebRequest::cookieContainer CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * ___cookieContainer_22; // System.Net.ICredentials System.Net.HttpWebRequest::credentials RuntimeObject* ___credentials_23; // System.Boolean System.Net.HttpWebRequest::haveResponse bool ___haveResponse_24; // System.Boolean System.Net.HttpWebRequest::haveRequest bool ___haveRequest_25; // System.Boolean System.Net.HttpWebRequest::requestSent bool ___requestSent_26; // System.Net.WebHeaderCollection System.Net.HttpWebRequest::webHeaders WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___webHeaders_27; // System.Boolean System.Net.HttpWebRequest::keepAlive bool ___keepAlive_28; // System.Int32 System.Net.HttpWebRequest::maxAutoRedirect int32_t ___maxAutoRedirect_29; // System.String System.Net.HttpWebRequest::mediaType String_t* ___mediaType_30; // System.String System.Net.HttpWebRequest::method String_t* ___method_31; // System.String System.Net.HttpWebRequest::initialMethod String_t* ___initialMethod_32; // System.Boolean System.Net.HttpWebRequest::pipelined bool ___pipelined_33; // System.Boolean System.Net.HttpWebRequest::preAuthenticate bool ___preAuthenticate_34; // System.Boolean System.Net.HttpWebRequest::usedPreAuth bool ___usedPreAuth_35; // System.Version System.Net.HttpWebRequest::version Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_36; // System.Boolean System.Net.HttpWebRequest::force_version bool ___force_version_37; // System.Version System.Net.HttpWebRequest::actualVersion Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___actualVersion_38; // System.Net.IWebProxy System.Net.HttpWebRequest::proxy RuntimeObject* ___proxy_39; // System.Boolean System.Net.HttpWebRequest::sendChunked bool ___sendChunked_40; // System.Net.ServicePoint System.Net.HttpWebRequest::servicePoint ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___servicePoint_41; // System.Int32 System.Net.HttpWebRequest::timeout int32_t ___timeout_42; // System.Net.WebConnectionStream System.Net.HttpWebRequest::writeStream WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * ___writeStream_43; // System.Net.HttpWebResponse System.Net.HttpWebRequest::webResponse HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * ___webResponse_44; // System.Net.WebAsyncResult System.Net.HttpWebRequest::asyncWrite WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___asyncWrite_45; // System.Net.WebAsyncResult System.Net.HttpWebRequest::asyncRead WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___asyncRead_46; // System.EventHandler System.Net.HttpWebRequest::abortHandler EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___abortHandler_47; // System.Int32 System.Net.HttpWebRequest::aborted int32_t ___aborted_48; // System.Boolean System.Net.HttpWebRequest::gotRequestStream bool ___gotRequestStream_49; // System.Int32 System.Net.HttpWebRequest::redirects int32_t ___redirects_50; // System.Boolean System.Net.HttpWebRequest::expectContinue bool ___expectContinue_51; // System.Byte[] System.Net.HttpWebRequest::bodyBuffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bodyBuffer_52; // System.Int32 System.Net.HttpWebRequest::bodyBufferLength int32_t ___bodyBufferLength_53; // System.Boolean System.Net.HttpWebRequest::getResponseCalled bool ___getResponseCalled_54; // System.Exception System.Net.HttpWebRequest::saved_exc Exception_t * ___saved_exc_55; // System.Object System.Net.HttpWebRequest::locker RuntimeObject * ___locker_56; // System.Boolean System.Net.HttpWebRequest::finished_reading bool ___finished_reading_57; // System.Net.WebConnection System.Net.HttpWebRequest::WebConnection WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___WebConnection_58; // System.Net.DecompressionMethods System.Net.HttpWebRequest::auto_decomp int32_t ___auto_decomp_59; // System.Int32 System.Net.HttpWebRequest::readWriteTimeout int32_t ___readWriteTimeout_61; // Mono.Security.Interface.MonoTlsProvider System.Net.HttpWebRequest::tlsProvider MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___tlsProvider_62; // Mono.Security.Interface.MonoTlsSettings System.Net.HttpWebRequest::tlsSettings MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___tlsSettings_63; // System.Net.ServerCertValidationCallback System.Net.HttpWebRequest::certValidationCallback ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * ___certValidationCallback_64; // System.Net.HttpWebRequest_AuthorizationState System.Net.HttpWebRequest::auth_state AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB ___auth_state_65; // System.Net.HttpWebRequest_AuthorizationState System.Net.HttpWebRequest::proxy_auth_state AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB ___proxy_auth_state_66; // System.String System.Net.HttpWebRequest::host String_t* ___host_67; // System.Action`1 System.Net.HttpWebRequest::ResendContentFactory Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * ___ResendContentFactory_68; // System.Boolean System.Net.HttpWebRequest::k__BackingField bool ___U3CThrowOnErrorU3Ek__BackingField_69; // System.Boolean System.Net.HttpWebRequest::unsafe_auth_blah bool ___unsafe_auth_blah_70; // System.Boolean System.Net.HttpWebRequest::k__BackingField bool ___U3CReuseConnectionU3Ek__BackingField_71; // System.Net.WebConnection System.Net.HttpWebRequest::StoredConnection WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___StoredConnection_72; public: inline static int32_t get_offset_of_requestUri_12() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___requestUri_12)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_requestUri_12() const { return ___requestUri_12; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_requestUri_12() { return &___requestUri_12; } inline void set_requestUri_12(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ___requestUri_12 = value; Il2CppCodeGenWriteBarrier((&___requestUri_12), value); } inline static int32_t get_offset_of_actualUri_13() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___actualUri_13)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_actualUri_13() const { return ___actualUri_13; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_actualUri_13() { return &___actualUri_13; } inline void set_actualUri_13(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ___actualUri_13 = value; Il2CppCodeGenWriteBarrier((&___actualUri_13), value); } inline static int32_t get_offset_of_hostChanged_14() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___hostChanged_14)); } inline bool get_hostChanged_14() const { return ___hostChanged_14; } inline bool* get_address_of_hostChanged_14() { return &___hostChanged_14; } inline void set_hostChanged_14(bool value) { ___hostChanged_14 = value; } inline static int32_t get_offset_of_allowAutoRedirect_15() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___allowAutoRedirect_15)); } inline bool get_allowAutoRedirect_15() const { return ___allowAutoRedirect_15; } inline bool* get_address_of_allowAutoRedirect_15() { return &___allowAutoRedirect_15; } inline void set_allowAutoRedirect_15(bool value) { ___allowAutoRedirect_15 = value; } inline static int32_t get_offset_of_allowBuffering_16() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___allowBuffering_16)); } inline bool get_allowBuffering_16() const { return ___allowBuffering_16; } inline bool* get_address_of_allowBuffering_16() { return &___allowBuffering_16; } inline void set_allowBuffering_16(bool value) { ___allowBuffering_16 = value; } inline static int32_t get_offset_of_certificates_17() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___certificates_17)); } inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * get_certificates_17() const { return ___certificates_17; } inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 ** get_address_of_certificates_17() { return &___certificates_17; } inline void set_certificates_17(X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * value) { ___certificates_17 = value; Il2CppCodeGenWriteBarrier((&___certificates_17), value); } inline static int32_t get_offset_of_connectionGroup_18() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___connectionGroup_18)); } inline String_t* get_connectionGroup_18() const { return ___connectionGroup_18; } inline String_t** get_address_of_connectionGroup_18() { return &___connectionGroup_18; } inline void set_connectionGroup_18(String_t* value) { ___connectionGroup_18 = value; Il2CppCodeGenWriteBarrier((&___connectionGroup_18), value); } inline static int32_t get_offset_of_haveContentLength_19() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___haveContentLength_19)); } inline bool get_haveContentLength_19() const { return ___haveContentLength_19; } inline bool* get_address_of_haveContentLength_19() { return &___haveContentLength_19; } inline void set_haveContentLength_19(bool value) { ___haveContentLength_19 = value; } inline static int32_t get_offset_of_contentLength_20() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___contentLength_20)); } inline int64_t get_contentLength_20() const { return ___contentLength_20; } inline int64_t* get_address_of_contentLength_20() { return &___contentLength_20; } inline void set_contentLength_20(int64_t value) { ___contentLength_20 = value; } inline static int32_t get_offset_of_continueDelegate_21() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___continueDelegate_21)); } inline HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * get_continueDelegate_21() const { return ___continueDelegate_21; } inline HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC ** get_address_of_continueDelegate_21() { return &___continueDelegate_21; } inline void set_continueDelegate_21(HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * value) { ___continueDelegate_21 = value; Il2CppCodeGenWriteBarrier((&___continueDelegate_21), value); } inline static int32_t get_offset_of_cookieContainer_22() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___cookieContainer_22)); } inline CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * get_cookieContainer_22() const { return ___cookieContainer_22; } inline CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 ** get_address_of_cookieContainer_22() { return &___cookieContainer_22; } inline void set_cookieContainer_22(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * value) { ___cookieContainer_22 = value; Il2CppCodeGenWriteBarrier((&___cookieContainer_22), value); } inline static int32_t get_offset_of_credentials_23() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___credentials_23)); } inline RuntimeObject* get_credentials_23() const { return ___credentials_23; } inline RuntimeObject** get_address_of_credentials_23() { return &___credentials_23; } inline void set_credentials_23(RuntimeObject* value) { ___credentials_23 = value; Il2CppCodeGenWriteBarrier((&___credentials_23), value); } inline static int32_t get_offset_of_haveResponse_24() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___haveResponse_24)); } inline bool get_haveResponse_24() const { return ___haveResponse_24; } inline bool* get_address_of_haveResponse_24() { return &___haveResponse_24; } inline void set_haveResponse_24(bool value) { ___haveResponse_24 = value; } inline static int32_t get_offset_of_haveRequest_25() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___haveRequest_25)); } inline bool get_haveRequest_25() const { return ___haveRequest_25; } inline bool* get_address_of_haveRequest_25() { return &___haveRequest_25; } inline void set_haveRequest_25(bool value) { ___haveRequest_25 = value; } inline static int32_t get_offset_of_requestSent_26() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___requestSent_26)); } inline bool get_requestSent_26() const { return ___requestSent_26; } inline bool* get_address_of_requestSent_26() { return &___requestSent_26; } inline void set_requestSent_26(bool value) { ___requestSent_26 = value; } inline static int32_t get_offset_of_webHeaders_27() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___webHeaders_27)); } inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * get_webHeaders_27() const { return ___webHeaders_27; } inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 ** get_address_of_webHeaders_27() { return &___webHeaders_27; } inline void set_webHeaders_27(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * value) { ___webHeaders_27 = value; Il2CppCodeGenWriteBarrier((&___webHeaders_27), value); } inline static int32_t get_offset_of_keepAlive_28() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___keepAlive_28)); } inline bool get_keepAlive_28() const { return ___keepAlive_28; } inline bool* get_address_of_keepAlive_28() { return &___keepAlive_28; } inline void set_keepAlive_28(bool value) { ___keepAlive_28 = value; } inline static int32_t get_offset_of_maxAutoRedirect_29() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___maxAutoRedirect_29)); } inline int32_t get_maxAutoRedirect_29() const { return ___maxAutoRedirect_29; } inline int32_t* get_address_of_maxAutoRedirect_29() { return &___maxAutoRedirect_29; } inline void set_maxAutoRedirect_29(int32_t value) { ___maxAutoRedirect_29 = value; } inline static int32_t get_offset_of_mediaType_30() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___mediaType_30)); } inline String_t* get_mediaType_30() const { return ___mediaType_30; } inline String_t** get_address_of_mediaType_30() { return &___mediaType_30; } inline void set_mediaType_30(String_t* value) { ___mediaType_30 = value; Il2CppCodeGenWriteBarrier((&___mediaType_30), value); } inline static int32_t get_offset_of_method_31() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___method_31)); } inline String_t* get_method_31() const { return ___method_31; } inline String_t** get_address_of_method_31() { return &___method_31; } inline void set_method_31(String_t* value) { ___method_31 = value; Il2CppCodeGenWriteBarrier((&___method_31), value); } inline static int32_t get_offset_of_initialMethod_32() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___initialMethod_32)); } inline String_t* get_initialMethod_32() const { return ___initialMethod_32; } inline String_t** get_address_of_initialMethod_32() { return &___initialMethod_32; } inline void set_initialMethod_32(String_t* value) { ___initialMethod_32 = value; Il2CppCodeGenWriteBarrier((&___initialMethod_32), value); } inline static int32_t get_offset_of_pipelined_33() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___pipelined_33)); } inline bool get_pipelined_33() const { return ___pipelined_33; } inline bool* get_address_of_pipelined_33() { return &___pipelined_33; } inline void set_pipelined_33(bool value) { ___pipelined_33 = value; } inline static int32_t get_offset_of_preAuthenticate_34() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___preAuthenticate_34)); } inline bool get_preAuthenticate_34() const { return ___preAuthenticate_34; } inline bool* get_address_of_preAuthenticate_34() { return &___preAuthenticate_34; } inline void set_preAuthenticate_34(bool value) { ___preAuthenticate_34 = value; } inline static int32_t get_offset_of_usedPreAuth_35() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___usedPreAuth_35)); } inline bool get_usedPreAuth_35() const { return ___usedPreAuth_35; } inline bool* get_address_of_usedPreAuth_35() { return &___usedPreAuth_35; } inline void set_usedPreAuth_35(bool value) { ___usedPreAuth_35 = value; } inline static int32_t get_offset_of_version_36() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___version_36)); } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_version_36() const { return ___version_36; } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_version_36() { return &___version_36; } inline void set_version_36(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value) { ___version_36 = value; Il2CppCodeGenWriteBarrier((&___version_36), value); } inline static int32_t get_offset_of_force_version_37() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___force_version_37)); } inline bool get_force_version_37() const { return ___force_version_37; } inline bool* get_address_of_force_version_37() { return &___force_version_37; } inline void set_force_version_37(bool value) { ___force_version_37 = value; } inline static int32_t get_offset_of_actualVersion_38() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___actualVersion_38)); } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_actualVersion_38() const { return ___actualVersion_38; } inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_actualVersion_38() { return &___actualVersion_38; } inline void set_actualVersion_38(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value) { ___actualVersion_38 = value; Il2CppCodeGenWriteBarrier((&___actualVersion_38), value); } inline static int32_t get_offset_of_proxy_39() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___proxy_39)); } inline RuntimeObject* get_proxy_39() const { return ___proxy_39; } inline RuntimeObject** get_address_of_proxy_39() { return &___proxy_39; } inline void set_proxy_39(RuntimeObject* value) { ___proxy_39 = value; Il2CppCodeGenWriteBarrier((&___proxy_39), value); } inline static int32_t get_offset_of_sendChunked_40() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___sendChunked_40)); } inline bool get_sendChunked_40() const { return ___sendChunked_40; } inline bool* get_address_of_sendChunked_40() { return &___sendChunked_40; } inline void set_sendChunked_40(bool value) { ___sendChunked_40 = value; } inline static int32_t get_offset_of_servicePoint_41() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___servicePoint_41)); } inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * get_servicePoint_41() const { return ___servicePoint_41; } inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 ** get_address_of_servicePoint_41() { return &___servicePoint_41; } inline void set_servicePoint_41(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * value) { ___servicePoint_41 = value; Il2CppCodeGenWriteBarrier((&___servicePoint_41), value); } inline static int32_t get_offset_of_timeout_42() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___timeout_42)); } inline int32_t get_timeout_42() const { return ___timeout_42; } inline int32_t* get_address_of_timeout_42() { return &___timeout_42; } inline void set_timeout_42(int32_t value) { ___timeout_42 = value; } inline static int32_t get_offset_of_writeStream_43() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___writeStream_43)); } inline WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * get_writeStream_43() const { return ___writeStream_43; } inline WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC ** get_address_of_writeStream_43() { return &___writeStream_43; } inline void set_writeStream_43(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * value) { ___writeStream_43 = value; Il2CppCodeGenWriteBarrier((&___writeStream_43), value); } inline static int32_t get_offset_of_webResponse_44() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___webResponse_44)); } inline HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * get_webResponse_44() const { return ___webResponse_44; } inline HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 ** get_address_of_webResponse_44() { return &___webResponse_44; } inline void set_webResponse_44(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * value) { ___webResponse_44 = value; Il2CppCodeGenWriteBarrier((&___webResponse_44), value); } inline static int32_t get_offset_of_asyncWrite_45() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___asyncWrite_45)); } inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * get_asyncWrite_45() const { return ___asyncWrite_45; } inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE ** get_address_of_asyncWrite_45() { return &___asyncWrite_45; } inline void set_asyncWrite_45(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * value) { ___asyncWrite_45 = value; Il2CppCodeGenWriteBarrier((&___asyncWrite_45), value); } inline static int32_t get_offset_of_asyncRead_46() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___asyncRead_46)); } inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * get_asyncRead_46() const { return ___asyncRead_46; } inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE ** get_address_of_asyncRead_46() { return &___asyncRead_46; } inline void set_asyncRead_46(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * value) { ___asyncRead_46 = value; Il2CppCodeGenWriteBarrier((&___asyncRead_46), value); } inline static int32_t get_offset_of_abortHandler_47() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___abortHandler_47)); } inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_abortHandler_47() const { return ___abortHandler_47; } inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** get_address_of_abortHandler_47() { return &___abortHandler_47; } inline void set_abortHandler_47(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value) { ___abortHandler_47 = value; Il2CppCodeGenWriteBarrier((&___abortHandler_47), value); } inline static int32_t get_offset_of_aborted_48() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___aborted_48)); } inline int32_t get_aborted_48() const { return ___aborted_48; } inline int32_t* get_address_of_aborted_48() { return &___aborted_48; } inline void set_aborted_48(int32_t value) { ___aborted_48 = value; } inline static int32_t get_offset_of_gotRequestStream_49() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___gotRequestStream_49)); } inline bool get_gotRequestStream_49() const { return ___gotRequestStream_49; } inline bool* get_address_of_gotRequestStream_49() { return &___gotRequestStream_49; } inline void set_gotRequestStream_49(bool value) { ___gotRequestStream_49 = value; } inline static int32_t get_offset_of_redirects_50() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___redirects_50)); } inline int32_t get_redirects_50() const { return ___redirects_50; } inline int32_t* get_address_of_redirects_50() { return &___redirects_50; } inline void set_redirects_50(int32_t value) { ___redirects_50 = value; } inline static int32_t get_offset_of_expectContinue_51() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___expectContinue_51)); } inline bool get_expectContinue_51() const { return ___expectContinue_51; } inline bool* get_address_of_expectContinue_51() { return &___expectContinue_51; } inline void set_expectContinue_51(bool value) { ___expectContinue_51 = value; } inline static int32_t get_offset_of_bodyBuffer_52() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___bodyBuffer_52)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_bodyBuffer_52() const { return ___bodyBuffer_52; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_bodyBuffer_52() { return &___bodyBuffer_52; } inline void set_bodyBuffer_52(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___bodyBuffer_52 = value; Il2CppCodeGenWriteBarrier((&___bodyBuffer_52), value); } inline static int32_t get_offset_of_bodyBufferLength_53() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___bodyBufferLength_53)); } inline int32_t get_bodyBufferLength_53() const { return ___bodyBufferLength_53; } inline int32_t* get_address_of_bodyBufferLength_53() { return &___bodyBufferLength_53; } inline void set_bodyBufferLength_53(int32_t value) { ___bodyBufferLength_53 = value; } inline static int32_t get_offset_of_getResponseCalled_54() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___getResponseCalled_54)); } inline bool get_getResponseCalled_54() const { return ___getResponseCalled_54; } inline bool* get_address_of_getResponseCalled_54() { return &___getResponseCalled_54; } inline void set_getResponseCalled_54(bool value) { ___getResponseCalled_54 = value; } inline static int32_t get_offset_of_saved_exc_55() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___saved_exc_55)); } inline Exception_t * get_saved_exc_55() const { return ___saved_exc_55; } inline Exception_t ** get_address_of_saved_exc_55() { return &___saved_exc_55; } inline void set_saved_exc_55(Exception_t * value) { ___saved_exc_55 = value; Il2CppCodeGenWriteBarrier((&___saved_exc_55), value); } inline static int32_t get_offset_of_locker_56() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___locker_56)); } inline RuntimeObject * get_locker_56() const { return ___locker_56; } inline RuntimeObject ** get_address_of_locker_56() { return &___locker_56; } inline void set_locker_56(RuntimeObject * value) { ___locker_56 = value; Il2CppCodeGenWriteBarrier((&___locker_56), value); } inline static int32_t get_offset_of_finished_reading_57() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___finished_reading_57)); } inline bool get_finished_reading_57() const { return ___finished_reading_57; } inline bool* get_address_of_finished_reading_57() { return &___finished_reading_57; } inline void set_finished_reading_57(bool value) { ___finished_reading_57 = value; } inline static int32_t get_offset_of_WebConnection_58() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___WebConnection_58)); } inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * get_WebConnection_58() const { return ___WebConnection_58; } inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 ** get_address_of_WebConnection_58() { return &___WebConnection_58; } inline void set_WebConnection_58(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * value) { ___WebConnection_58 = value; Il2CppCodeGenWriteBarrier((&___WebConnection_58), value); } inline static int32_t get_offset_of_auto_decomp_59() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___auto_decomp_59)); } inline int32_t get_auto_decomp_59() const { return ___auto_decomp_59; } inline int32_t* get_address_of_auto_decomp_59() { return &___auto_decomp_59; } inline void set_auto_decomp_59(int32_t value) { ___auto_decomp_59 = value; } inline static int32_t get_offset_of_readWriteTimeout_61() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___readWriteTimeout_61)); } inline int32_t get_readWriteTimeout_61() const { return ___readWriteTimeout_61; } inline int32_t* get_address_of_readWriteTimeout_61() { return &___readWriteTimeout_61; } inline void set_readWriteTimeout_61(int32_t value) { ___readWriteTimeout_61 = value; } inline static int32_t get_offset_of_tlsProvider_62() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___tlsProvider_62)); } inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * get_tlsProvider_62() const { return ___tlsProvider_62; } inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 ** get_address_of_tlsProvider_62() { return &___tlsProvider_62; } inline void set_tlsProvider_62(MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * value) { ___tlsProvider_62 = value; Il2CppCodeGenWriteBarrier((&___tlsProvider_62), value); } inline static int32_t get_offset_of_tlsSettings_63() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___tlsSettings_63)); } inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * get_tlsSettings_63() const { return ___tlsSettings_63; } inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF ** get_address_of_tlsSettings_63() { return &___tlsSettings_63; } inline void set_tlsSettings_63(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * value) { ___tlsSettings_63 = value; Il2CppCodeGenWriteBarrier((&___tlsSettings_63), value); } inline static int32_t get_offset_of_certValidationCallback_64() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___certValidationCallback_64)); } inline ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * get_certValidationCallback_64() const { return ___certValidationCallback_64; } inline ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB ** get_address_of_certValidationCallback_64() { return &___certValidationCallback_64; } inline void set_certValidationCallback_64(ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * value) { ___certValidationCallback_64 = value; Il2CppCodeGenWriteBarrier((&___certValidationCallback_64), value); } inline static int32_t get_offset_of_auth_state_65() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___auth_state_65)); } inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB get_auth_state_65() const { return ___auth_state_65; } inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * get_address_of_auth_state_65() { return &___auth_state_65; } inline void set_auth_state_65(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB value) { ___auth_state_65 = value; } inline static int32_t get_offset_of_proxy_auth_state_66() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___proxy_auth_state_66)); } inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB get_proxy_auth_state_66() const { return ___proxy_auth_state_66; } inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * get_address_of_proxy_auth_state_66() { return &___proxy_auth_state_66; } inline void set_proxy_auth_state_66(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB value) { ___proxy_auth_state_66 = value; } inline static int32_t get_offset_of_host_67() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___host_67)); } inline String_t* get_host_67() const { return ___host_67; } inline String_t** get_address_of_host_67() { return &___host_67; } inline void set_host_67(String_t* value) { ___host_67 = value; Il2CppCodeGenWriteBarrier((&___host_67), value); } inline static int32_t get_offset_of_ResendContentFactory_68() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___ResendContentFactory_68)); } inline Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * get_ResendContentFactory_68() const { return ___ResendContentFactory_68; } inline Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 ** get_address_of_ResendContentFactory_68() { return &___ResendContentFactory_68; } inline void set_ResendContentFactory_68(Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * value) { ___ResendContentFactory_68 = value; Il2CppCodeGenWriteBarrier((&___ResendContentFactory_68), value); } inline static int32_t get_offset_of_U3CThrowOnErrorU3Ek__BackingField_69() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___U3CThrowOnErrorU3Ek__BackingField_69)); } inline bool get_U3CThrowOnErrorU3Ek__BackingField_69() const { return ___U3CThrowOnErrorU3Ek__BackingField_69; } inline bool* get_address_of_U3CThrowOnErrorU3Ek__BackingField_69() { return &___U3CThrowOnErrorU3Ek__BackingField_69; } inline void set_U3CThrowOnErrorU3Ek__BackingField_69(bool value) { ___U3CThrowOnErrorU3Ek__BackingField_69 = value; } inline static int32_t get_offset_of_unsafe_auth_blah_70() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___unsafe_auth_blah_70)); } inline bool get_unsafe_auth_blah_70() const { return ___unsafe_auth_blah_70; } inline bool* get_address_of_unsafe_auth_blah_70() { return &___unsafe_auth_blah_70; } inline void set_unsafe_auth_blah_70(bool value) { ___unsafe_auth_blah_70 = value; } inline static int32_t get_offset_of_U3CReuseConnectionU3Ek__BackingField_71() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___U3CReuseConnectionU3Ek__BackingField_71)); } inline bool get_U3CReuseConnectionU3Ek__BackingField_71() const { return ___U3CReuseConnectionU3Ek__BackingField_71; } inline bool* get_address_of_U3CReuseConnectionU3Ek__BackingField_71() { return &___U3CReuseConnectionU3Ek__BackingField_71; } inline void set_U3CReuseConnectionU3Ek__BackingField_71(bool value) { ___U3CReuseConnectionU3Ek__BackingField_71 = value; } inline static int32_t get_offset_of_StoredConnection_72() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___StoredConnection_72)); } inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * get_StoredConnection_72() const { return ___StoredConnection_72; } inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 ** get_address_of_StoredConnection_72() { return &___StoredConnection_72; } inline void set_StoredConnection_72(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * value) { ___StoredConnection_72 = value; Il2CppCodeGenWriteBarrier((&___StoredConnection_72), value); } }; struct HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_StaticFields { public: // System.Int32 System.Net.HttpWebRequest::defaultMaxResponseHeadersLength int32_t ___defaultMaxResponseHeadersLength_60; public: inline static int32_t get_offset_of_defaultMaxResponseHeadersLength_60() { return static_cast(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_StaticFields, ___defaultMaxResponseHeadersLength_60)); } inline int32_t get_defaultMaxResponseHeadersLength_60() const { return ___defaultMaxResponseHeadersLength_60; } inline int32_t* get_address_of_defaultMaxResponseHeadersLength_60() { return &___defaultMaxResponseHeadersLength_60; } inline void set_defaultMaxResponseHeadersLength_60(int32_t value) { ___defaultMaxResponseHeadersLength_60 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPWEBREQUEST_T5B5BFA163B5AD6134620F315940CE3631D7FAAE0_H #ifndef REMOTECERTIFICATEVALIDATIONCALLBACK_T9C6BA19681BAA3CD78E6674293A57FF5DF62831E_H #define REMOTECERTIFICATEVALIDATIONCALLBACK_T9C6BA19681BAA3CD78E6674293A57FF5DF62831E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Security.RemoteCertificateValidationCallback struct RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REMOTECERTIFICATEVALIDATIONCALLBACK_T9C6BA19681BAA3CD78E6674293A57FF5DF62831E_H #ifndef SIMPLEASYNCCALLBACK_T690665AFDCBDEBA379B6F4CD213CB4BB8570F83F_H #define SIMPLEASYNCCALLBACK_T690665AFDCBDEBA379B6F4CD213CB4BB8570F83F_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.SimpleAsyncCallback struct SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SIMPLEASYNCCALLBACK_T690665AFDCBDEBA379B6F4CD213CB4BB8570F83F_H #ifndef SOCKETEXCEPTION_T75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_H #define SOCKETEXCEPTION_T75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SocketException struct SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 : public Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 { public: // System.Net.EndPoint System.Net.Sockets.SocketException::m_EndPoint EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___m_EndPoint_20; public: inline static int32_t get_offset_of_m_EndPoint_20() { return static_cast(offsetof(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5, ___m_EndPoint_20)); } inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * get_m_EndPoint_20() const { return ___m_EndPoint_20; } inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** get_address_of_m_EndPoint_20() { return &___m_EndPoint_20; } inline void set_m_EndPoint_20(EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * value) { ___m_EndPoint_20 = value; Il2CppCodeGenWriteBarrier((&___m_EndPoint_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETEXCEPTION_T75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_H #ifndef MANUALRESETEVENT_TDFAF117B200ECA4CCF4FD09593F949A016D55408_H #define MANUALRESETEVENT_TDFAF117B200ECA4CCF4FD09593F949A016D55408_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ManualResetEvent struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 : public EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MANUALRESETEVENT_TDFAF117B200ECA4CCF4FD09593F949A016D55408_H #ifndef THREADSTART_T09FFA4371E4B2A713F212B157CC9B8B61983B5BF_H #define THREADSTART_T09FFA4371E4B2A713F212B157CC9B8B61983B5BF_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ThreadStart struct ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADSTART_T09FFA4371E4B2A713F212B157CC9B8B61983B5BF_H #ifndef WAITCALLBACK_T61C5F053CAC7A7FE923208EFA060693D7997B4EC_H #define WAITCALLBACK_T61C5F053CAC7A7FE923208EFA060693D7997B4EC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.WaitCallback struct WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WAITCALLBACK_T61C5F053CAC7A7FE923208EFA060693D7997B4EC_H // 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(m_Items + index, 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(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(m_Items + index, 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(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.Net.HeaderVariantInfo[] struct HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012 : public RuntimeArray { public: ALIGN_FIELD (8) HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 m_Items[1]; public: inline HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * 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, HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_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, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Net.CookieTokenizer_RecognizedAttribute[] struct RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55 : public RuntimeArray { public: ALIGN_FIELD (8) RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B m_Items[1]; public: inline RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * 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, RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B value) { m_Items[index] = value; } }; // System.Net.ICredentials[] struct ICredentialsU5BU5D_t9392DAC5D43E13A7142056D21759B362C7C29864 : 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(m_Items + index, 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(m_Items + index, value); } }; // 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.Net.IPAddress[] struct IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3 : public RuntimeArray { public: ALIGN_FIELD (8) IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * m_Items[1]; public: inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** 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, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_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, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Net.HeaderInfo[] struct HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2 : public RuntimeArray { public: ALIGN_FIELD (8) HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * m_Items[1]; public: inline HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 ** 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, HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Void System.Collections.Generic.List`1::.ctor() 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::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * p0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) extern "C" IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Int32 System.Array::BinarySearch(!!0[],!!0) extern "C" IL2CPP_METHOD_ATTR int32_t Array_BinarySearch_TisRuntimeObject_m44F22A9ADAA9F817E895064D21CB88752CAA2CBD_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* p0, RuntimeObject * p1, const RuntimeMethod* method); // !!0[] System.Array::Empty() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared (const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, bool p0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Func_2__ctor_m5153AE6EE06BA488EF3D92A0DCF7E4EF530961B5_gshared (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_gshared (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method); // System.Int32 System.Net.CookieCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, const RuntimeMethod* method); // System.String SR::GetString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7 (String_t* ___name0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* p0, const RuntimeMethod* method); // System.Net.Cookie System.Net.CookieCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * CookieCollection_get_Item_mB4DA63640CCA0D270DBF03376BCF0CA3CF3F0D0E (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, const RuntimeMethod* method); // System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.IPGlobalProperties::InternalGetIPGlobalProperties() extern "C" IL2CPP_METHOD_ATTR IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C * IPGlobalProperties_InternalGetIPGlobalProperties_m74758C4E4DB69BA34CE6923E5C640D335BC6E014 (const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018 (String_t* __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * p0, bool* p1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * p0, const RuntimeMethod* method); // System.String System.Net.Cookie::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Value_m5DF850D18AEA9A7CA9F9F5B4B1B320263B7F13C1 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method); // System.String SR::GetString(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39 (String_t* ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method); // System.Void System.Net.CookieException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.Net.Cookie::get_DomainKey() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_DomainKey_m6DC689AB2C187491DD1DBFE80E107E26CBDB5F52 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method); // System.Void System.Net.PathList::.ctor() extern "C" IL2CPP_METHOD_ATTR void PathList__ctor_m348955CF169886F712B4BD462E969C9384FF35A6 (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * __this, const RuntimeMethod* method); // System.Void System.Net.CookieContainer::AddRemoveDomain(System.String,System.Net.PathList) extern "C" IL2CPP_METHOD_ATTR void CookieContainer_AddRemoveDomain_m8747F844BC7F2C50C3A38B5E1A51758D4858A0AB (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, String_t* ___key0, PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * ___value1, const RuntimeMethod* method); // System.Int32 System.Net.PathList::GetCookiesCount() extern "C" IL2CPP_METHOD_ATTR int32_t PathList_GetCookiesCount_m7A36C47755CB15B66BADD71407EB8DEA1CA443FF (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * __this, const RuntimeMethod* method); // System.Object System.Net.PathList::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * PathList_get_SyncRoot_m715772A2BE6064727FE7B137BED3D7C31AC6B90A (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * __this, const RuntimeMethod* method); // System.String System.Net.Cookie::get_Path() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method); // System.Object System.Net.PathList::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * PathList_get_Item_m5D18254EBB9626DA8BF4251E48956BA92F16431E (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * __this, String_t* ___s0, const RuntimeMethod* method); // System.Void System.Net.CookieCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void CookieCollection__ctor_m3742A309F3C387A152B388E2A46E8EB3D820131E (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, const RuntimeMethod* method); // System.Void System.Net.PathList::set_Item(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void PathList_set_Item_mA12DBC255C0037FB70894D0F23A2CF6645ABB8DF (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * __this, String_t* ___s0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::get_Expired() extern "C" IL2CPP_METHOD_ATTR bool Cookie_get_Expired_mC7B425406394B3C5452630B76F1E779B71808EDA (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method); // System.Int32 System.Net.CookieCollection::IndexOf(System.Net.Cookie) extern "C" IL2CPP_METHOD_ATTR int32_t CookieCollection_IndexOf_m919B3286409A7C63D5AD9C1D3048257B8066FD6F (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * ___cookie0, const RuntimeMethod* method); // System.Void System.Net.CookieCollection::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CookieCollection_RemoveAt_mB89E1B734380A12611B8CD2F93B6871A2D25B628 (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, int32_t ___idx0, const RuntimeMethod* method); // System.Boolean System.Net.CookieContainer::AgeCookies(System.String) extern "C" IL2CPP_METHOD_ATTR bool CookieContainer_AgeCookies_m2BBBB116D6410A9A0B1306925D4B6D3E05470D1A (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, String_t* ___domain0, const RuntimeMethod* method); // System.Int32 System.Net.CookieCollection::InternalAdd(System.Net.Cookie,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t CookieCollection_InternalAdd_mEEA78DBAAEDD94E32D6EE1F04D2A79754F39C525 (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * ___cookie0, bool ___isStrict1, const RuntimeMethod* method); // System.Void System.Net.CookieException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void CookieException__ctor_mE455FA1BD5B59790C19D97BFA1C790F3FF233CD2 (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500 (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6 (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, const RuntimeMethod* method); // System.Collections.ICollection System.Net.PathList::get_Values() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PathList_get_Values_mE785B5F28E224DC2C98B547757D6696952F0BD71 (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * __this, const RuntimeMethod* method); // System.Int32 System.Net.CookieContainer::ExpireCollection(System.Net.CookieCollection) extern "C" IL2CPP_METHOD_ATTR int32_t CookieContainer_ExpireCollection_m3175EDCCA821274D54D895F702A92B49BCA194B4 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___cc0, const RuntimeMethod* method); // System.DateTime System.Net.CookieCollection::TimeStamp(System.Net.CookieCollection/Stamp) extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 CookieCollection_TimeStamp_mC5B474E91B4D14A75BCF7A83883BFFD46F41DE8A (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, int32_t ___how0, const RuntimeMethod* method); // System.Boolean System.DateTime::op_LessThan(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_LessThan_m75DE4F8CC5F5EE392829A9B37C5C98B7FC97061A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 p0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 p1, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D p0, const RuntimeMethod* method); // System.Int32 System.Net.PathList::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t PathList_get_Count_m834587A0CE483A4864CAEC4F449576A614505085 (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * __this, const RuntimeMethod* method); // System.Array System.Array::CreateInstance(System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_mE3FF1559BCD06302A7DA79FCE32232941AC38F3F (Type_t * p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA (RuntimeArray * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Array::Sort(System.Array,System.Array) extern "C" IL2CPP_METHOD_ATTR void Array_Sort_m82F14E448023AE35C0A0E97D83C0E05B1CA3022E (RuntimeArray * p0, RuntimeArray * p1, const RuntimeMethod* method); // System.Object System.Array::GetValue(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m9B1409D22139722A3149AC49ABCF558A2E066544 (RuntimeArray * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D (RuntimeArray * __this, const RuntimeMethod* method); // System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_Equality_m5715465D90806F5305BBA5F690377819C55AF084 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 p0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 p1, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064 (String_t* p0, int32_t p1, String_t* p2, int32_t p3, int32_t p4, int32_t p5, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m13262358217AD2C119FD1B9733C3C0289D608512 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* p0, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.String System.Net.HeaderVariantInfo::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* HeaderVariantInfo_get_Name_m663FC3E423EA3BFE1F1742533C0A83B4FACEB7AF (HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * __this, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442 (String_t* p0, String_t* p1, int32_t p2, const RuntimeMethod* method); // System.Net.CookieVariant System.Net.HeaderVariantInfo::get_Variant() extern "C" IL2CPP_METHOD_ATTR int32_t HeaderVariantInfo_get_Variant_mB25F862C65883D77BD9B88197C3198B62A1BCD31 (HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * __this, const RuntimeMethod* method); // System.String System.Uri::get_Host() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method); // System.Boolean System.Net.CookieContainer::IsLocalDomain(System.String) extern "C" IL2CPP_METHOD_ATTR bool CookieContainer_IsLocalDomain_mBCA6F78ACBDBFC6048639D46B4118276A8911CEF (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, String_t* ___host0, const RuntimeMethod* method); // System.Void System.Net.CookieParser::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CookieParser__ctor_m8C62BEB643059ECACC2C4B77437EE0C94139892E (CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396 * __this, String_t* ___cookieString0, const RuntimeMethod* method); // System.Net.Cookie System.Net.CookieParser::Get() extern "C" IL2CPP_METHOD_ATTR Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * CookieParser_Get_m6F73326137558E34D6A8E0A17087D695935A1DCB (CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396 * __this, const RuntimeMethod* method); // System.String System.Net.Cookie::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Name_mB5D7C54A81F9DE0CC2A28C34A8E1A6728706CF1F (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method); // System.Boolean System.Net.ValidationHelper::IsBlankString(System.String) extern "C" IL2CPP_METHOD_ATTR bool ValidationHelper_IsBlankString_m78C3603B0E8C93CAD3FB945CA57C3E4729A09B89 (String_t* ___stringValue0, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::VerifySetDefaults(System.Net.CookieVariant,System.Uri,System.Boolean,System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, int32_t ___variant0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri1, bool ___isLocalDomain2, String_t* ___localDomain3, bool ___set_default4, bool ___isThrow5, const RuntimeMethod* method); // System.String System.Uri::get_AbsoluteUri() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_AbsoluteUri_m4326730E572E7E3874021E802813EB6F49F7F99E (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method); // System.Collections.IEnumerator System.Net.CookieCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CookieCollection_GetEnumerator_m744F05CAE90510145E97197016AD7DA9EAF85687 (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, const RuntimeMethod* method); // System.Void System.Net.CookieContainer::Add(System.Net.Cookie,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CookieContainer_Add_m572E4D2301BCDA7230B609BB973DD26B3A8919CB (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * ___cookie0, bool ___throwOnError1, const RuntimeMethod* method); // System.String System.Uri::get_Scheme() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method); // System.Int32 System.Uri::get_Port() extern "C" IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.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.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, String_t* p0, const RuntimeMethod* method) { (( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, String_t*, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, p0, method); } // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mC378BF6308D9D6A19AFA397CBD7046B2ED9B340B (String_t* __this, Il2CppChar p0, int32_t p1, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D (String_t* __this, Il2CppChar p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Net.CookieContainer::BuildCookieCollectionFromDomainMatches(System.Uri,System.Boolean,System.Int32,System.Net.CookieCollection,System.Collections.Generic.List`1,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CookieContainer_BuildCookieCollectionFromDomainMatches_mC8552CA07116BD9DCE1AE8613BC3B3E4BBA9ABD4 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, bool ___isSecure1, int32_t ___port2, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___cookies3, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___domainAttribute4, bool ___matchOnlyPlainCookie5, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline String_t* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, int32_t p0, const RuntimeMethod* method) { return (( String_t* (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared)(__this, p0, method); } // System.Collections.IEnumerator System.Net.PathList::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PathList_GetEnumerator_m75D1F5AD9B3CC5617C0509F45E240C6A52226B76 (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * __this, const RuntimeMethod* method); // System.String System.Uri::get_AbsolutePath() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method); // System.String System.Net.CookieParser::CheckQuoted(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E (String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Net.CookieContainer::MergeUpdateCollections(System.Net.CookieCollection,System.Net.CookieCollection,System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CookieContainer_MergeUpdateCollections_m233953DFEDBC596ED2CE02756EBCB540AF99F5C3 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___destination0, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___source1, int32_t ___port2, bool ___isSecure3, bool ___isPlainOnly4, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared)(__this, method); } // System.Net.CookieVariant System.Net.Cookie::get_Variant() extern "C" IL2CPP_METHOD_ATTR int32_t Cookie_get_Variant_m6FDA5BC7A2071B73CA7163197349952BC959272B (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method); // System.Int32[] System.Net.Cookie::get_PortList() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* Cookie_get_PortList_mF0990322FC7C48A15E551DEBA407FD680343BB73 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::get_Secure() extern "C" IL2CPP_METHOD_ATTR bool Cookie_get_Secure_mE6212C848C54547AB92F7F57A8B3C87C6B94E67D (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::op_Equality(System.Uri,System.Uri) extern "C" IL2CPP_METHOD_ATTR bool Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri10, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri21, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* p0, const RuntimeMethod* method); // System.String System.Net.CookieContainer::GetCookieHeader(System.Uri,System.String&) extern "C" IL2CPP_METHOD_ATTR String_t* CookieContainer_GetCookieHeader_mF2ECF0C3600C1E60C052F013945B1AEDA20E3043 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, String_t** ___optCookie21, const RuntimeMethod* method); // System.Net.CookieCollection System.Net.CookieContainer::InternalGetCookies(System.Uri) extern "C" IL2CPP_METHOD_ATTR CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * CookieContainer_InternalGetCookies_m6E1FBE5C833548C44424A78A26A3B29F8F355060 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.Boolean System.Net.CookieCollection::get_IsOtherVersionSeen() extern "C" IL2CPP_METHOD_ATTR bool CookieCollection_get_IsOtherVersionSeen_mE8923C5F17A64DD450124524D7E93576095CD9FE (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, const RuntimeMethod* method); // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo() extern "C" IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D (const RuntimeMethod* method); // System.String System.Int32::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5 (int32_t* __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.Net.HeaderVariantInfo::.ctor(System.String,System.Net.CookieVariant) extern "C" IL2CPP_METHOD_ATTR void HeaderVariantInfo__ctor_mAD64A49F3014F465CAFB0530158218EF432CD49D (HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * __this, String_t* ___name0, int32_t ___variant1, const RuntimeMethod* method); // System.Void System.FormatException::.ctor() extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m6DAD3E32EE0445420B4893EA683425AC3441609B (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14 (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m4DC702D2EF54A4AD4F704A7217680A4897292DE8 (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, String_t* p0, Exception_t * p1, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_mDC141C414E24BE865FC8853970BF83C5B8C7676C (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * p0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 p1, const RuntimeMethod* method); // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * p0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 p1, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CookieTokenizer__ctor_mD6B2EFD3CD57C3351A4A70A4DB9285CC4FE69BE3 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, String_t* ___tokenStream0, const RuntimeMethod* method); // System.Net.CookieToken System.Net.CookieTokenizer::Next(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t CookieTokenizer_Next_mB6360231D04FAB9D6D55CFE9932FB2AA453C07D7 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, bool ___first0, bool ___parseResponseCookies1, const RuntimeMethod* method); // System.Void System.Net.Cookie::.ctor() extern "C" IL2CPP_METHOD_ATTR void Cookie__ctor_m4C6213C74DBEE7EA95551715F3121F0F59169D16 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method); // System.String System.Net.CookieTokenizer::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* CookieTokenizer_get_Name_m40F65BE2B473F8D9DF41F9655CB8C8C063702F45 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::InternalSetName(System.String) extern "C" IL2CPP_METHOD_ATTR bool Cookie_InternalSetName_m119BC4E6C4D01CCF3E10E00D1D0E1A9B3F7F418F (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Net.CookieTokenizer::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Value_mD408DC9C452695090A5BFDA8D7977E49868408FC (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Net.CookieToken System.Net.CookieTokenizer::get_Token() extern "C" IL2CPP_METHOD_ATTR int32_t CookieTokenizer_get_Token_mD7509919959F8F3F36E1124D1724DD108A4293E1 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Comment(System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Comment_m10F753185E557E8658D73EDE181CCE4A5F2CD40B (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Uri::TryCreate(System.String,System.UriKind,System.Uri&) extern "C" IL2CPP_METHOD_ATTR bool Uri_TryCreate_mEEB6736FEDAF52AAE36ACC1EA1EC8CEBB7C52DAB (String_t* ___uriString0, int32_t ___uriKind1, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** ___result2, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_CommentUri(System.Uri) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_CommentUri_m46237697CECCF00DB08599F660CB7A9CB541BDF2 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Domain(System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Domain_m22FD40A6FA2856E7F8B2B4871951C7DD8CB91E65 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Net.CookieTokenizer::get_Quoted() extern "C" IL2CPP_METHOD_ATTR bool CookieTokenizer_get_Quoted_m85EF95144AE52CD3806F0EC6DA5FF2782E2D485E (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method); // System.Boolean System.DateTime::TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime&) extern "C" IL2CPP_METHOD_ATTR bool DateTime_TryParse_m4C5B905D8A9883947A9A45009C1A8184472E7D7B (String_t* p0, RuntimeObject* p1, int32_t p2, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * p3, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Expires(System.DateTime) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Expires_m0F85D1F054D826308A938C91E2DAB39C24305387 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method); // System.Boolean System.Int32::TryParse(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Int32_TryParse_m03D31CAB7050E8286A8A90711C896B181006AD00 (String_t* p0, int32_t* p1, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Now() extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2 (const RuntimeMethod* method); // System.DateTime System.DateTime::AddSeconds(System.Double) extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddSeconds_m36DC8835432569A70AC5120359527350DD65D6B2 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, double p0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Path(System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Path_mA51AE39D41EA9A1A6B47C6A735EE9C490CAB02FD (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Port(System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Port_mFB8C36FFE4B7D5F19D21A7285D209B3CD44C0DDC (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Version(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Version_m4059439CDC5C879D40FB23F89ED92872CB1C8E13 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Discard(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Discard_m7BB3C2B8C6B690EFA7507C4740146D17F63F1476 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Secure(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Secure_m38C704F5197C73361544277682E19121C535EB3C (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_HttpOnly(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_HttpOnly_mF5A41D2239EB04FE3EFF9152F2AB3CEA409BD377 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Net.CookieTokenizer::get_Eof() extern "C" IL2CPP_METHOD_ATTR bool CookieTokenizer_get_Eof_m4D8AC607938FD5A53077EC6740CF330D4AF1A56E (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method); // System.Boolean System.Net.CookieTokenizer::get_EndOfCookie() extern "C" IL2CPP_METHOD_ATTR bool CookieTokenizer_get_EndOfCookie_m673AA89F67DC8CF668FE3F11A1F42EF3B97CB059 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.String System.String::Trim() extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D (String_t* __this, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B (Il2CppChar p0, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer::set_Quoted(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CookieTokenizer_set_Quoted_mA9F1C8D83636764A94A9C28E2DF7DFC717828E50 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer::Reset() extern "C" IL2CPP_METHOD_ATTR void CookieTokenizer_Reset_mB89B6F3BE2EB80AEC371478E29F4E168B28907C6 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method); // System.Net.CookieToken System.Net.CookieTokenizer::FindNext(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t CookieTokenizer_FindNext_mAD07CF5740E4A378DF612F39E8CCC3A3DDD67893 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, bool ___ignoreComma0, bool ___ignoreEquals1, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer::set_EndOfCookie(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CookieTokenizer_set_EndOfCookie_m91466800EAC6AFD37F94FD48EB3346E4537AFD38 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, bool ___value0, const RuntimeMethod* method); // System.String System.Net.CookieTokenizer::Extract() extern "C" IL2CPP_METHOD_ATTR String_t* CookieTokenizer_Extract_mD4CE4CE75004FB9C95FCB1261A71388B57D91923 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void CookieTokenizer_set_Name_m106FF4EA1A9CE21940F8FE4278678ED68F5CD7B9 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, String_t* ___value0, const RuntimeMethod* method); // System.Net.CookieToken System.Net.CookieTokenizer::TokenFromName(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t CookieTokenizer_TokenFromName_m8E22C8CA7624DFF127467125784D29A933DE2F13 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, bool ___parseResponseCookies0, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer::set_Token(System.Net.CookieToken) extern "C" IL2CPP_METHOD_ATTR void CookieTokenizer_set_Token_mD121F89BA0D5939F882F3021421E3D0D8E2905B7 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void CookieTokenizer_set_Value_m97EB3043C3D61CB4852B9FFFC2A592A3F61E08AC (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Net.CookieTokenizer/RecognizedAttribute::IsEqualTo(System.String) extern "C" IL2CPP_METHOD_ATTR bool RecognizedAttribute_IsEqualTo_m95160542C060E5E1B15293D8A1542B87EC1DFF26 (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * __this, String_t* ___value0, const RuntimeMethod* method); // System.Net.CookieToken System.Net.CookieTokenizer/RecognizedAttribute::get_Token() extern "C" IL2CPP_METHOD_ATTR int32_t RecognizedAttribute_get_Token_m13B79924B7636CE8E1E4BF149B93B28D1C5E74E6 (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * __this, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer/RecognizedAttribute::.ctor(System.String,System.Net.CookieToken) extern "C" IL2CPP_METHOD_ATTR void RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389 (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * __this, String_t* ___name0, int32_t ___token1, const RuntimeMethod* method); // System.Boolean System.Net.CredentialKey::Match(System.Uri,System.String) extern "C" IL2CPP_METHOD_ATTR bool CredentialKey_Match_m1C64CC841C7EFAB6AD88723DFA20474E9E8DCD7A (CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, String_t* ___authenticationType1, const RuntimeMethod* method); // System.Void System.Net.CredentialCache/CredentialEnumerator::.ctor(System.Net.CredentialCache,System.Collections.Hashtable,System.Collections.Hashtable,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CredentialEnumerator__ctor_mFEA5AF2277762B7B3BCE0EEB2831623513EF04A4 (CredentialEnumerator_t49CCE6816AB3062B27C0640100310C75F881F8D4 * __this, CredentialCache_t5AB6054A54B30F44BC5746C09E6524F947E7904D * ___cache0, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___table1, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___hostTable2, int32_t ___version3, const RuntimeMethod* method); // System.Boolean System.Net.CredentialKey::IsPrefix(System.Uri,System.Uri) extern "C" IL2CPP_METHOD_ATTR bool CredentialKey_IsPrefix_m098265BA2840455176949532EF209B56C63841CF (CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___prefixUri1, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.String System.String::ToUpperInvariant() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToUpperInvariant_m0AA42416F4CACA4D0E3B89D97E534D88AB136338 (String_t* __this, const RuntimeMethod* method); // System.String System.Net.ValidationHelper::ToString(System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* ValidationHelper_ToString_m586E67462CCCED7B0CE4A4EB68ED1B9C74448BDE (RuntimeObject * ___objectValue0, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* p0, const RuntimeMethod* method); // System.Net.Security.RemoteCertificateValidationCallback System.Net.ServicePointManager::get_ServerCertificateValidationCallback() extern "C" IL2CPP_METHOD_ATTR RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * ServicePointManager_get_ServerCertificateValidationCallback_m4C07359BE5DC24B1A5CF508F1ACF5CE359735A5E (const RuntimeMethod* method); // System.Void System.Net.DigestClient::CheckExpired(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DigestClient_CheckExpired_m8ECFF48D8181543D7F30FBEE58B77DC74697E69E (int32_t ___count0, const RuntimeMethod* method); // System.DateTime System.DateTime::get_UtcNow() extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1 (const RuntimeMethod* method); // System.DateTime System.Net.DigestSession::get_LastUse() extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DigestSession_get_LastUse_mEA7467CEF9E9025D7589C09084F922C31CC3FA51 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method); // System.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTime_op_Subtraction_m8005DCC8F0F183AC1335F87A82FDF92926CC5021 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 p0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 p1, const RuntimeMethod* method); // System.Int64 System.TimeSpan::get_Ticks() extern "C" IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6 (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * __this, const RuntimeMethod* method); // System.String System.String::ToLower() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Net.DigestSession::.ctor() extern "C" IL2CPP_METHOD_ATTR void DigestSession__ctor_m06994A3FF60DD8161A52AF52FA1E8191CC6C9A40 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method); // System.Boolean System.Net.DigestSession::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR bool DigestSession_Parse_m6038F8460AEE41DD5B665A243AAC7B9610CF9148 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, String_t* ___challenge0, const RuntimeMethod* method); // System.Uri System.Net.HttpWebRequest::get_Address() extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method); // System.String System.Net.DigestSession::get_Nonce() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_Nonce_mC2916B0AE01116DBC2F6049A3567E91B6EB2352A (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method); // System.Collections.Hashtable System.Net.DigestClient::get_Cache() extern "C" IL2CPP_METHOD_ATTR Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * DigestClient_get_Cache_mD21C23E491E91D373228286A2CB5C3B9BD8297AC (const RuntimeMethod* method); // System.Net.Authorization System.Net.DigestSession::Authenticate(System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * DigestSession_Authenticate_m1C0007969F13A13582B8C3A34E2C9B8B69DD9F4B (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method); // System.Collections.Hashtable System.Collections.Hashtable::Synchronized(System.Collections.Hashtable) extern "C" IL2CPP_METHOD_ATTR Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * Hashtable_Synchronized_mC8C9F5D223078C699FD738B48A4A760549C2221E (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * p0, const RuntimeMethod* method); // System.Boolean System.Net.DigestHeaderParser::GetKeywordAndValue(System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR bool DigestHeaderParser_GetKeywordAndValue_mBF56EC9DAEC31A972C59D0A5A5259A1CAF3E5916 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, String_t** ___key0, String_t** ___value1, const RuntimeMethod* method); // System.Void System.Net.DigestHeaderParser::SkipWhitespace() extern "C" IL2CPP_METHOD_ATTR void DigestHeaderParser_SkipWhitespace_mBAA74D4C0C146DF01D3C2A4BC7BA63DD5587AA7F (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) inline int32_t Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* p0, String_t* p1, const RuntimeMethod* method) { return (( int32_t (*) (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t*, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370_gshared)(p0, p1, method); } // System.String System.Net.DigestHeaderParser::get_Realm() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Realm_m5D1157C54C58F7923BF35E9F2218439452D2FE27 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method); // System.String System.Net.DigestHeaderParser::get_Nonce() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Nonce_m33694EB039AD8DDD35559DB23B20A8278B16DBB9 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method); // System.String System.Net.DigestHeaderParser::GetKey() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_GetKey_m3C3F0B41AF90B6F5B5974328AD09862300886B89 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method); // System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator::Create() extern "C" IL2CPP_METHOD_ATTR RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * RandomNumberGenerator_Create_mB84B1BA538B29D0679F310D3B574A7D5BAA890C4 (const RuntimeMethod* method); // System.String System.Net.DigestHeaderParser::get_Algorithm() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Algorithm_mAEAF383FD70679A5A09381E65268CB33F0FBD06D (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method); // System.String System.Net.DigestHeaderParser::get_Opaque() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Opaque_mF4C837019B521E45655DEAA4768DEA4F45A5B7D3 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method); // System.String System.Net.DigestHeaderParser::get_QOP() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_QOP_m217B778DCFD49BB7CEA628EE322709281697C3F2 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method); // System.String System.Convert::ToBase64String(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p0, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E (RuntimeArray * p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Net.DigestHeaderParser::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void DigestHeaderParser__ctor_m2ADAEF1523A97365F7BF7AD22A66C024DC681E98 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, String_t* ___header0, const RuntimeMethod* method); // System.Boolean System.Net.DigestHeaderParser::Parse() extern "C" IL2CPP_METHOD_ATTR bool DigestHeaderParser_Parse_m4A113BB2F01B1A78DBE87A2A3A410DCA4B80ABD6 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method); // System.String System.String::ToUpper() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2 (String_t* __this, const RuntimeMethod* method); // System.Security.Cryptography.MD5 System.Security.Cryptography.MD5::Create() extern "C" IL2CPP_METHOD_ATTR MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 * MD5_Create_m87EB14601AD6AF168032C29DA938E18454CA05AE (const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_ASCII() extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E (const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m5F54DEEC2138DAC5587E05890F97866DB78E75BA (uint8_t* __this, String_t* p0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method); // System.String System.Net.DigestSession::get_Realm() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_Realm_mEB7255CA20B7EFD001137925C4D398F3540AF7AC (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99 (String_t* p0, RuntimeObject * p1, RuntimeObject * p2, RuntimeObject * p3, const RuntimeMethod* method); // System.String System.Net.DigestSession::get_Algorithm() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_Algorithm_mEE985ABCF93E119F068C515B76CBEFD1E5876C26 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method); // System.String System.Net.DigestSession::HashToHexString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_HashToHexString_mAA63C018C6B6C03553D2B10BB53951CDD2C373F4 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, String_t* ___toBeHashed0, const RuntimeMethod* method); // System.String System.Net.DigestSession::get_CNonce() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_CNonce_mB04BF50D26C87468DB829B56C19194841504D668 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method); // System.String System.Uri::get_PathAndQuery() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A (String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.String System.Net.DigestSession::get_QOP() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_QOP_mDFC0081BF37821E87B0E2953E9DD673763E327F4 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method); // System.String System.Net.DigestSession::HA1(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_HA1_mEB10EC1F97D4DC02DCA15949A5AB54F8AE76915E (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, String_t* ___username0, String_t* ___password1, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m5A125A41C41701E41FA0C4CC52CADBC73C1C96D8 (int32_t* __this, String_t* p0, const RuntimeMethod* method); // System.String System.Net.DigestSession::HA2(System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_HA2_m7AF033BCEB85E978E01B373539BEFC6600BF4367 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___webRequest0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::get_UserName() extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_UserName_mB24F789533CB16575AEA19A420BA69FAC3AA97F7 (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::get_Password() extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Password_m8F9352FAD45233DCD5EC42056D10E49DA3900BF6 (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D (StringBuilder_t * __this, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.String System.Net.DigestSession::Response(System.String,System.String,System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_Response_m9C300C7739E6E2D657FAB42D70CB5E80BDBD359D (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, String_t* ___username0, String_t* ___password1, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___webRequest2, const RuntimeMethod* method); // System.String System.Net.DigestSession::get_Opaque() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_Opaque_m8901237D3CE432C9D223CC59570BF54B1B399B34 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Length(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Net.Authorization::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Authorization__ctor_m9941BCA4BC1EFE3789A173469D3453A02FA96C55 (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * __this, String_t* ___token0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Net.Sockets.SocketException::.ctor(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void SocketException__ctor_m68F7126C5B5AD6C6E1EF8A06DE8F5068D6A46002 (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * __this, int32_t ___error0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.Net.IPHostEntry::.ctor() extern "C" IL2CPP_METHOD_ATTR void IPHostEntry__ctor_m539B6CE87B29D7B23A4F46C73BF7D6BB74D0331F (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, const RuntimeMethod* method); // System.Void System.Net.IPHostEntry::set_HostName(System.String) extern "C" IL2CPP_METHOD_ATTR void IPHostEntry_set_HostName_mE132ABF58C3C4C28A58A48132698FA99F55C328D (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.IPHostEntry::set_Aliases(System.String[]) extern "C" IL2CPP_METHOD_ATTR void IPHostEntry_set_Aliases_m4D05E9F3D5C6FD0996C86816B36B1DF9BE79D8ED (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___value0, const RuntimeMethod* method); // System.Net.IPAddress System.Net.IPAddress::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * IPAddress_Parse_mB8537FC76C7BA7482713F289B4EC4C3ED919D273 (String_t* ___ipString0, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::get_SupportsIPv6() extern "C" IL2CPP_METHOD_ATTR bool Socket_get_SupportsIPv6_m76AE5D0EA624C0AEB6EFAE0E56B3956C9A734FA4 (const RuntimeMethod* method); // System.Net.Sockets.AddressFamily System.Net.IPAddress::get_AddressFamily() extern "C" IL2CPP_METHOD_ATTR int32_t IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693 (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::get_SupportsIPv4() extern "C" IL2CPP_METHOD_ATTR bool Socket_get_SupportsIPv4_m2D8B6C4B1E1359F09B4C8C422B2AF38A39C41F81 (const RuntimeMethod* method); // System.Void System.Net.Dns::Error_11001(System.String) extern "C" IL2CPP_METHOD_ATTR void Dns_Error_11001_m783146DF96023BA4CAD30F55D8DC527D2ABBCB72 (String_t* ___hostName0, const RuntimeMethod* method); // System.Void System.Net.IPHostEntry::set_AddressList(System.Net.IPAddress[]) extern "C" IL2CPP_METHOD_ATTR void IPHostEntry_set_AddressList_m057A9B8FA93A129A0DAF5222231BD155B774B50B (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* ___value0, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::get_FamilyHint() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_FamilyHint_m9C8E3739473BE1AF6E8FDD6FD3579BE5A9675224 (const RuntimeMethod* method); // System.Boolean System.Net.Dns::GetHostByAddr_internal(System.String,System.String&,System.String[]&,System.String[]&,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Dns_GetHostByAddr_internal_mCB4425B47D6768392E20C80C4EE1C5E28956663D (String_t* ___addr0, String_t** ___h_name1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___h_aliases2, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___h_addr_list3, int32_t ___hint4, const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.Dns::hostent_to_IPHostEntry(System.String,System.String,System.String[],System.String[]) extern "C" IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * Dns_hostent_to_IPHostEntry_mCD03D1D4689BF1B272CB8212506C4C853C6D06C3 (String_t* ___originalHostName0, String_t* ___h_name1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___h_aliases2, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___h_addrlist3, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Boolean System.Net.IPAddress::TryParse(System.String,System.Net.IPAddress&) extern "C" IL2CPP_METHOD_ATTR bool IPAddress_TryParse_m3F9E06DEEC1600AF06B7C91C3DD03218F2E242FA (String_t* ___ipString0, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** ___address1, const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.Net.IPAddress) extern "C" IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * Dns_GetHostEntry_mEACB9ADFF37EBC9B353155EB8F0290F7CB9E1574 (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___address0, const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.Dns::GetHostByName(System.String) extern "C" IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * Dns_GetHostByName_m1DD689606F93DAAB12896C4D3CA6A33731A4CE62 (String_t* ___hostName0, const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.Dns::GetHostByAddressFromString(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * Dns_GetHostByAddressFromString_mBE5EF710810CFA07D13ADB525AAA34D32E040681 (String_t* ___address0, bool ___parse1, const RuntimeMethod* method); // System.Boolean System.Net.Dns::GetHostByName_internal(System.String,System.String&,System.String[]&,System.String[]&,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Dns_GetHostByName_internal_mFEA5DFFBD99C1E7364B146B0F95FDE3F5DA67EC8 (String_t* ___host0, String_t** ___h_name1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___h_aliases2, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___h_addr_list3, int32_t ___hint4, const RuntimeMethod* method); // System.Boolean System.Net.Dns::GetHostName_internal(System.String&) extern "C" IL2CPP_METHOD_ATTR bool Dns_GetHostName_internal_m69BF784F0F6C595AFC4B0027E8EB0D465B6845F6 (String_t** ___h_name0, const RuntimeMethod* method); // System.NotImplementedException System.Net.ExceptionHelper::get_PropertyNotImplementedException() extern "C" IL2CPP_METHOD_ATTR NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B (const RuntimeMethod* method); // System.NotImplementedException System.Net.ExceptionHelper::get_MethodNotImplementedException() extern "C" IL2CPP_METHOD_ATTR NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * ExceptionHelper_get_MethodNotImplementedException_m607FF8B70BAE0BB51B306CC3282A08B59C657D84 (const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, String_t* p0, const RuntimeMethod* method); // System.String System.Net.NetRes::GetWebStatusString(System.String,System.Net.WebExceptionStatus) extern "C" IL2CPP_METHOD_ATTR String_t* NetRes_GetWebStatusString_m507D1110F525757C699C6F95A3AA4B8AD41BED81 (String_t* ___Res0, int32_t ___Status1, const RuntimeMethod* method); // System.Void System.Net.WebException::.ctor(System.String,System.Net.WebExceptionStatus) extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, int32_t ___status1, const RuntimeMethod* method); // System.Void System.Net.WebRequest::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebRequest__ctor_mFF46D19A613D1A8E5E9318DEFA794B18AC206D57 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Net.WebHeaderCollection::.ctor(System.Net.WebHeaderCollectionType) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection__ctor_mD9851B680C175978BABED32CA813D66553B5DB48 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, uint16_t ___type0, const RuntimeMethod* method); // System.Void System.Net.WebRequest::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void WebRequest__ctor_mD4C70AB50E522A71C1B47263DD8714FC3B52A3C1 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, Type_t * p1, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, const RuntimeMethod* method); // System.Int64 System.Runtime.Serialization.SerializationInfo::GetInt64(System.String) extern "C" IL2CPP_METHOD_ATTR int64_t SerializationInfo_GetInt64_mD9FB62CFBEC90A544B95912AB9FA24377AC17E54 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, RuntimeObject * p1, Type_t * p2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, int64_t p1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, bool p1, const RuntimeMethod* method); // System.Void System.Net.WebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void WebRequest_GetObjectData_m06BD9D15936178B48D44F18C02CD94EE21DD1CF0 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method); // System.Boolean System.Net.FileWebRequest::get_Aborted() extern "C" IL2CPP_METHOD_ATTR bool FileWebRequest_get_Aborted_mD504D723802D217E3F741C68EF2576AFC2C0006F (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method); // System.Net.WebException System.Net.ExceptionHelper::get_RequestAbortedException() extern "C" IL2CPP_METHOD_ATTR WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * ExceptionHelper_get_RequestAbortedException_mF16472EEA30F955657004FF4A1D0EA8B6D1B9945 (const RuntimeMethod* method); // System.Void System.Net.LazyAsyncResult::.ctor(System.Object,System.Object,System.AsyncCallback) extern "C" IL2CPP_METHOD_ATTR void LazyAsyncResult__ctor_m82813DEB58A29BCB413D351D5047203CCE9AEB38 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, RuntimeObject * ___myObject0, RuntimeObject * ___myState1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___myCallBack2, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPool::QueueUserWorkItem(System.Threading.WaitCallback,System.Object) extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_QueueUserWorkItem_mF344DA7B44CDBE8C7163C1539D429F27E8553185 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Object System.Net.LazyAsyncResult::InternalWaitForCompletion() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * LazyAsyncResult_InternalWaitForCompletion_m4761B180266391141ACD1E689FE0D640E72F4736 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, const RuntimeMethod* method); // System.String System.Net.NetRes::GetWebStatusString(System.Net.WebExceptionStatus) extern "C" IL2CPP_METHOD_ATTR String_t* NetRes_GetWebStatusString_m2CFCB5E90D95E0D2D99BDFBBA47B5A5328A0D9E8 (int32_t ___Status0, const RuntimeMethod* method); // System.Object System.Net.LazyAsyncResult::get_AsyncObject() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * LazyAsyncResult_get_AsyncObject_mA91273208B3DCE1E9830B3CB028298D40C635059 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, const RuntimeMethod* method); // System.String System.Uri::get_LocalPath() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method); // System.Void System.Net.FileWebStream::.ctor(System.Net.FileWebRequest,System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) extern "C" IL2CPP_METHOD_ATTR void FileWebStream__ctor_m80D7CF5508F845D57EF371DD820A480A53D5C27C (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * ___request0, String_t* ___path1, int32_t ___mode2, int32_t ___access3, int32_t ___sharing4, const RuntimeMethod* method); // System.Void System.Net.WebException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_m864B9642C3D47B5ED0CDA9397ACB8CC70D2B9E4E (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.Net.LazyAsyncResult::InvokeCallback(System.Object) extern "C" IL2CPP_METHOD_ATTR void LazyAsyncResult_InvokeCallback_m61F2403E47B10A03CA2CCE45D5DB1C5033A57C8B (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, RuntimeObject * ___result0, const RuntimeMethod* method); // System.Void System.Threading.ManualResetEvent::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1 (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * __this, bool p0, const RuntimeMethod* method); // System.Void System.Net.FileWebResponse::.ctor(System.Net.FileWebRequest,System.Uri,System.IO.FileAccess,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileWebResponse__ctor_mD521D067A1815BD4E42DE18E13B82FC6EAB58379 (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __this, FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * ___request0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri1, int32_t ___access2, bool ___asyncHint3, const RuntimeMethod* method); // System.Boolean System.Threading.EventWaitHandle::Set() extern "C" IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C (EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 * __this, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::Increment(System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Interlocked_Increment_mB6D391197444B8BFD30BAE1EDCF1A255CD2F292F (int32_t* p0, const RuntimeMethod* method); // System.Boolean System.Net.LazyAsyncResult::get_IsCompleted() extern "C" IL2CPP_METHOD_ATTR bool LazyAsyncResult_get_IsCompleted_mEEF37BB305FC8CD7F84584B88F38268D635E4CB1 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, const RuntimeMethod* method); // System.Void System.Threading.WaitCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void WaitCallback__ctor_m375A357FD7C64F4182FD88B8276D88FE5BE75B31 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Net.FileWebRequest::.ctor(System.Uri) extern "C" IL2CPP_METHOD_ATTR void FileWebRequest__ctor_m6BF9BF0E17060D4E719795DE5742BFFC65D34C6B (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method); // System.Void System.Net.WebResponse::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebResponse__ctor_m0A254FF1607AEACDAA102A8ABA8941A42B2929A6 (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * __this, const RuntimeMethod* method); // System.Void System.Net.FileWebStream::.ctor(System.Net.FileWebRequest,System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileWebStream__ctor_m087F956637DD4C2FCE8247EC13021B1E75B35609 (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * ___request0, String_t* ___path1, int32_t ___mode2, int32_t ___access3, int32_t ___sharing4, int32_t ___length5, bool ___async6, const RuntimeMethod* method); // System.String System.Int64::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m25F3F61DC30EAF186B76BD91F83083BDDDE82B2A (int64_t* __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.Net.WebHeaderCollection::AddInternal(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_AddInternal_m6D3C568730974B187804895F8F3DAA50AB37C6A8 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Void System.Net.WebException::.ctor(System.String,System.Exception,System.Net.WebExceptionStatus,System.Net.WebResponse) extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___status2, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response3, const RuntimeMethod* method); // System.Void System.Net.WebResponse::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void WebResponse__ctor_mC4FCBBBB946A8703F5279A1390D56A50CBE7164B (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method); // System.Void System.Net.WebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void WebResponse_GetObjectData_m52CD293C2D47F35D8FF1EA2769D272E48398EB4A (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method); // System.Void System.Net.FileWebResponse::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void FileWebResponse_CheckDisposed_mBFB7D3AE3076481274D4541E7DE2D2A618FE1668 (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __this, const RuntimeMethod* method); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9 (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_mB254658F1E758D76B41C942CB91BDF38FD544C83 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* p0, int32_t p1, int32_t p2, int32_t p3, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_m75BC3CA273E035FF462FB6EEFC603391DAEE444E (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* p0, int32_t p1, int32_t p2, int32_t p3, int32_t p4, bool p5, const RuntimeMethod* method); // System.Void System.Net.FileWebRequest::UnblockReader() extern "C" IL2CPP_METHOD_ATTR void FileWebRequest_UnblockReader_m9E687E8F4413F2727339A41C3DE03A7D8ADBEDE3 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method); // System.Void System.IO.FileStream::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileStream_Dispose_m54203A9581D731325AC51AAFB9165A59962184B3 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, bool p0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::Close() extern "C" IL2CPP_METHOD_ATTR void SafeHandle_Close_m284B185A04D5FB0A23F55B333737B7DF2CBE1F80 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method); // System.Void System.Net.FileWebStream::CheckError() extern "C" IL2CPP_METHOD_ATTR void FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7 (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, const RuntimeMethod* method); // System.Int32 System.IO.FileStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t FileStream_Read_m03CC42C965C1ABD9E859B682C188831F1483E792 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void System.IO.FileStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void FileStream_Write_m6DFFBB4E21D32645656E7A0A5ACC2D11257B4147 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.IAsyncResult System.IO.FileStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FileStream_BeginRead_m455B17567FFD35796274787760433B42393C2883 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p0, int32_t p1, int32_t p2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * p3, RuntimeObject * p4, const RuntimeMethod* method); // System.Int32 System.IO.FileStream::EndRead(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t FileStream_EndRead_mB1860DAE801D6E017580F3B37B7E6864CBD64E06 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.IAsyncResult System.IO.FileStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FileStream_BeginWrite_m6B4C4865AC0DDAF81AE2627B9C94ABDC7E6C6019 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p0, int32_t p1, int32_t p2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * p3, RuntimeObject * p4, const RuntimeMethod* method); // System.Void System.IO.FileStream::EndWrite(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void FileStream_EndWrite_mCFC76CE52C16D6242CE2EF0E71301C1CC9D8062D (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Boolean System.Net.FtpAsyncResult::get_IsCompleted() extern "C" IL2CPP_METHOD_ATTR bool FtpAsyncResult_get_IsCompleted_m8DD6A535074516E8CF8CCBAF395EA828D73816E7 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method); // System.Threading.WaitHandle System.Net.FtpAsyncResult::get_AsyncWaitHandle() extern "C" IL2CPP_METHOD_ATTR WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * FtpAsyncResult_get_AsyncWaitHandle_mC08458AAB6A57D7EF090255ECD3AA3A74A782DFB (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpAsyncResult::DoCallback() extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult_DoCallback_m2CD255A8D9A268136870E4B12C6780AB661C0F29 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Exception,System.Net.FtpWebResponse) extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_mF07269B2D75F2605607C46DA9AB3ECCA2D78637C (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, bool ___synch0, Exception_t * ___exc1, FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * ___response2, const RuntimeMethod* method); // System.Void System.AsyncCallback::Invoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void AsyncCallback_Invoke_m1830E56CD41BDD255C144AA16A9426EEE301617C (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.IO.Stream::.ctor() extern "C" IL2CPP_METHOD_ATTR void Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::CheckIfAborted() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Void System.Net.ProtocolViolationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ProtocolViolationException__ctor_m36E802912D318858D2D98F929722AACA1A2EC38C (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::CloseDataConnection() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CloseDataConnection_mCEE5CE6EC33BB0F936AE05E6D9333AA31DAC75A3 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::SetTransferCompleted() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_SetTransferCompleted_m946259A63A4CB3249F7C2544BEC30BE32C0C58C5 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Void System.Net.FtpDataStream::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_CheckDisposed_mDAC19E619B52C0B99A39D0389E169F91C60D3223 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpDataStream/ReadDelegate::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ReadDelegate__ctor_m846902BA329986F9EA8FF6CC7882B2E90D7227CF (ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.Net.FtpDataStream/ReadDelegate::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ReadDelegate_BeginInvoke_mCCE971E5339DAF04E6A830A06123F9F34B1F2403 (ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method); // System.Int32 System.Net.FtpDataStream/ReadDelegate::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t ReadDelegate_EndInvoke_m81D23E1BBCCA7A4358439D8FA8703BD1DD0E51F1 (ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * __this, RuntimeObject* ___result0, const RuntimeMethod* method); // System.Int32 System.Net.FtpWebRequest::get_ReadWriteTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t FtpWebRequest_get_ReadWriteTimeout_m458E1E82DD62016025BCE60D6C5C4AB35A4B2D41 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Void System.Net.ProtocolViolationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ProtocolViolationException__ctor_m9E1CE4D0A1DBB0EAE0BE6C7C026154C789F41A49 (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * __this, const RuntimeMethod* method); // System.Void System.Net.FtpDataStream/WriteDelegate::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void WriteDelegate__ctor_mEA287F4C0CA3BBF6E313D227555374667713465F (WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.Net.FtpDataStream/WriteDelegate::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WriteDelegate_BeginInvoke_m74A2F49D05650DA0FD9F5A2F1D8B8785D2128E7D (WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method); // System.Void System.Net.FtpDataStream/WriteDelegate::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void WriteDelegate_EndInvoke_mE7E6F50CA22059FB6DB1B65AB9D6949F90DC98E8 (WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * __this, RuntimeObject* ___result0, const RuntimeMethod* method); // System.Void System.Object::Finalize() extern "C" IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) extern "C" IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 (RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::.ctor(System.Uri) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest__ctor_mEB166EB5A1F20FC008DA66D46AADE550EE176892 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 (const RuntimeMethod* method); // System.Net.IWebProxy System.Net.GlobalProxySelection::get_Select() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GlobalProxySelection_get_Select_mE826A34EB04E3906E699A317417506C89551F54B (const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4 (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::CheckRequestStarted() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CheckRequestStarted_mE2F7C55F1C2336F72427F555928407B422CDA9FC (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510 (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m77591C20EDA3ADEE2FAF1987321D686E249326C5 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, const RuntimeMethod* method); // System.Exception System.Net.FtpWebRequest::GetMustImplement() extern "C" IL2CPP_METHOD_ATTR Exception_t * FtpWebRequest_GetMustImplement_m79C3B2BE8F675D8FAD0AC9E3680119D8611FD4BC (const RuntimeMethod* method); // System.Int32 System.Array::BinarySearch(!!0[],!!0) inline int32_t Array_BinarySearch_TisString_t_m9A4F4DA2128EEF6EE7E3E3B9FF1D1597E3E11A8F (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* p0, String_t* p1, const RuntimeMethod* method) { return (( int32_t (*) (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t*, const RuntimeMethod*))Array_BinarySearch_TisRuntimeObject_m44F22A9ADAA9F817E895064D21CB88752CAA2CBD_gshared)(p0, p1, method); } // System.Net.ServicePoint System.Net.FtpWebRequest::GetServicePoint() extern "C" IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * FtpWebRequest_GetServicePoint_m694D1A7B63F66B08E4C63E056D1C85130862801B (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::CheckFinalState() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CheckFinalState_mBFA7619CACD7FFBEAD849F529C8A3E74DE188DD6 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Net.FtpWebRequest/RequestState System.Net.FtpWebRequest::get_State() extern "C" IL2CPP_METHOD_ATTR int32_t FtpWebRequest_get_State_mAE91E31E999A0B10CE3CB3BEDCF103DA3FE26D3D (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // !!0[] System.Array::Empty() inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62 (const RuntimeMethod* method) { return (( StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared)(method); } // System.Net.FtpStatus System.Net.FtpWebRequest::SendCommand(System.Boolean,System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * FtpWebRequest_SendCommand_mCF855EE30A2FE15FC3002FC2EE110FF6A13A15EE (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, bool ___waitResponse0, String_t* ___command1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___parameters2, const RuntimeMethod* method); // System.Boolean System.Net.FtpWebRequest::InFinalState() extern "C" IL2CPP_METHOD_ATTR bool FtpWebRequest_InFinalState_m7265E200C6F624D300195E3BA4528986D1269FB6 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::set_State(System.Net.FtpWebRequest/RequestState) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::.ctor(System.Net.FtpWebRequest,System.Uri,System.String,System.Net.FtpStatusCode,System.String) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse__ctor_mEAD8EF85A256E43AFDE1C769FCCF6D22A228ADAB (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * ___request0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri1, String_t* ___method2, int32_t ___statusCode3, String_t* ___statusDescription4, const RuntimeMethod* method); // System.Void System.Net.FtpAsyncResult::.ctor(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult__ctor_mD5DCF150E676F2C987D5429910F2E5AFF525F3C2 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method); // System.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Net.FtpWebResponse) extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_m5CDB4ABAF063E7D511DBB69F6D6700D96ABA9E3D (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, bool ___synch0, FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * ___response1, const RuntimeMethod* method); // System.Void System.Threading.ThreadStart::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ThreadStart__ctor_m692348FEAEBAF381D62984EE95B217CC024A77D5 (ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Threading.Thread::.ctor(System.Threading.ThreadStart) extern "C" IL2CPP_METHOD_ATTR void Thread__ctor_m36A33B990160C4499E991D288341CA325AE66DDD (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * p0, const RuntimeMethod* method); // System.Void System.Threading.Thread::set_IsBackground(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Thread_set_IsBackground_mF62551A195DCB09D44E512F52916145E39362D39 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, bool p0, const RuntimeMethod* method); // System.Void System.Threading.Thread::Start() extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void Thread_Start_mE2AC4744AFD147FDC84E8D9317B4E3AB890BC2D6 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Net.FtpAsyncResult::WaitUntilComplete(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool FtpAsyncResult_WaitUntilComplete_mB0A55CC17C7AF43C3E92D3CFBA32D9BD4A13DC3E (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, int32_t ___timeout0, bool ___exitContext1, const RuntimeMethod* method); // System.Boolean System.Net.FtpAsyncResult::get_GotException() extern "C" IL2CPP_METHOD_ATTR bool FtpAsyncResult_get_GotException_mAC09EE00EE24A4BE52C8117CEE71D8B22478C241 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method); // System.Exception System.Net.FtpAsyncResult::get_Exception() extern "C" IL2CPP_METHOD_ATTR Exception_t * FtpAsyncResult_get_Exception_m0CF10C4FA3504A36AFEDFC554D69B14A86456DFB (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method); // System.Net.FtpWebResponse System.Net.FtpAsyncResult::get_Response() extern "C" IL2CPP_METHOD_ATTR FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * FtpAsyncResult_get_Response_mE18C57EB29F762D942BAC2737C3E005444CE96A0 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method); // System.Net.ServicePoint System.Net.ServicePointManager::FindServicePoint(System.Uri,System.Net.IWebProxy) extern "C" IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ServicePointManager_FindServicePoint_m9941E847AA8745D9CEC1CCB2559BD0348B3B58BF (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___address0, RuntimeObject* ___proxy1, const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.ServicePoint::get_HostEntry() extern "C" IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * ServicePoint_get_HostEntry_m4E5041ADAA7460C26495A44337032E9732B49A74 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpStatus::.ctor(System.Net.FtpStatusCode,System.String) extern "C" IL2CPP_METHOD_ATTR void FtpStatus__ctor_mC95929791FE1B1A415BA073ABA99B040B8E30092 (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * __this, int32_t ___statusCode0, String_t* ___statusDescription1, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::UpdateStatus(System.Net.FtpStatus) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_UpdateStatus_m63E1E366CDEADBF20BD30D41CB77E9B723EAE355 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * ___status0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::.ctor(System.Net.FtpWebRequest,System.Uri,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse__ctor_mDA2BCCB288F43E4C85DE4B3CC3946278C0D552A5 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * ___request0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri1, String_t* ___method2, bool ___keepAlive3, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::ProcessMethod() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_ProcessMethod_mC9EABE7E320BA557675B3C6C790CF602DAA4B461 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Boolean System.Net.ServicePoint::get_UsesProxy() extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_UsesProxy_mE9FA562F253495145951E40663A0020A81C4E0B2 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::SetCompleteWithError(System.Exception) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_SetCompleteWithError_mCAD8855318D9C05C6D2EFF0CA58C964AD0EC47A5 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Exception_t * ___exc0, const RuntimeMethod* method); // System.Boolean System.Net.FtpWebRequest::InProgress() extern "C" IL2CPP_METHOD_ATTR bool FtpWebRequest_InProgress_mB3C30F4635E943E86ACD2B89EB10E203409A32F5 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Net.FtpStatus System.Net.FtpWebRequest::GetResponseStatus() extern "C" IL2CPP_METHOD_ATTR FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * FtpWebRequest_GetResponseStatus_mE6AE01C7632FFB197CC1BC42FF298CE84C4CAA71 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Boolean System.Net.FtpWebResponse::IsFinal() extern "C" IL2CPP_METHOD_ATTR bool FtpWebResponse_IsFinal_m0D47181A2DB04567196AD438FE81EB7C102ED5D5 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, const RuntimeMethod* method); // System.String System.Net.FtpWebRequest::get_DataType() extern "C" IL2CPP_METHOD_ATTR String_t* FtpWebRequest_get_DataType_m54415C5105533554C3EAF93B27601FFA92053BBD (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Net.FtpStatus System.Net.FtpWebRequest::SendCommand(System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, String_t* ___command0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___parameters1, const RuntimeMethod* method); // System.Net.FtpStatusCode System.Net.FtpStatus::get_StatusCode() extern "C" IL2CPP_METHOD_ATTR int32_t FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * __this, const RuntimeMethod* method); // System.Exception System.Net.FtpWebRequest::CreateExceptionFromResponse(System.Net.FtpStatus) extern "C" IL2CPP_METHOD_ATTR Exception_t * FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * ___status0, const RuntimeMethod* method); // System.String System.Uri::UnescapeDataString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_UnescapeDataString_mE1F40FC5CA3FF03DEE9EB01E3D8BD502D36A284D (String_t* ___stringToUnescape0, const RuntimeMethod* method); // System.Void System.UriBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void UriBuilder__ctor_mFC8729DAB4291B5B6500207C85DCB3985B46BB52 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, const RuntimeMethod* method); // System.Void System.UriBuilder::set_Scheme(System.String) extern "C" IL2CPP_METHOD_ATTR void UriBuilder_set_Scheme_mD20C10C2D43C0C2C96D9098BE4331D46FCC45921 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.UriBuilder::set_Host(System.String) extern "C" IL2CPP_METHOD_ATTR void UriBuilder_set_Host_m7213BE98F62DE6A099EA8EEFF479949C5F1EA680 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.UriBuilder::set_Path(System.String) extern "C" IL2CPP_METHOD_ATTR void UriBuilder_set_Path_mB5E891CD6B419F1310178B20F5E47E49D0F828E8 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Uri System.UriBuilder::get_Uri() extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * UriBuilder_get_Uri_mDCABA4CD1D05D4B9C4CBA063BC7CA94EE6CCC631 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.Uri,System.String) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, String_t* ___relativeUri1, const RuntimeMethod* method); // System.String System.Net.FtpWebRequest::GetRemoteFolderPath(System.Uri) extern "C" IL2CPP_METHOD_ATTR String_t* FtpWebRequest_GetRemoteFolderPath_mE31E9E8EF80FB88D0EC39522F273B8015021FB96 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* p0, const RuntimeMethod* method); // System.Net.WebRequest System.Net.WebRequest::Create(System.Uri) extern "C" IL2CPP_METHOD_ATTR WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * WebRequest_Create_m35EB35D743484ADC1FB4FEB5062B657C849455A9 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___requestUri0, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::set_Address(System.Uri) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_Address_mCCCDF96D97783479D8B6731B0CCCE0365E3A5414 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method); // System.Void System.Net.FtpDataStream::.ctor(System.Net.FtpWebRequest,System.IO.Stream,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FtpDataStream__ctor_mF09B0FF4BE69DC0064E5F36F0218DBEBF5F45242 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * ___request0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream1, bool ___isRead2, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::set_Stream(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_set_Stream_mA775583F5D86B8BC121372286E8C38FE25644A26 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___value0, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::set_StatusCode(System.Net.FtpStatusCode) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_set_StatusCode_m989B71AB45CCC1BE2F3DAC64AE2A6FB8BDFBD543 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::ResolveHost() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_ResolveHost_mD451D8BE1720AD61B3883DA5DC9A38E7A1BF8CBF (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::OpenControlConnection() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_OpenControlConnection_m143BB42EF1FE2277BB50C13608717C5112867050 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::CWDAndSetFileName(System.Uri) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CWDAndSetFileName_m3FA0ED89F9E45000C3D4B3EAA84F1C69AC82D651 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::SetType() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_SetType_m66589B1AFB2130C24277BA3B79DE3A1F4EE8BE42 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.UInt32 ::ComputeStringHash(System.String) extern "C" IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m7C7DB27BC4297A74A96AC53E1EDD3E7415DFB874 (String_t* ___s0, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::DownloadData() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_DownloadData_m55106450E3E3F681D5981C546D5DBBA7B71F2DB1 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::UploadData() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_UploadData_mFC6158C1FCD99C028CAF774AFCA8E5300BABEC7E (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::ProcessSimpleMethod() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0 (Exception_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::CloseControlConnection() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CloseControlConnection_mFAFF520F6D482E69E10DF94D5222DE80D91BD9C9 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.String System.Net.FtpStatus::get_StatusDescription() extern "C" IL2CPP_METHOD_ATTR String_t* FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38 (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * __this, const RuntimeMethod* method); // System.Boolean System.Char::IsDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsDigit_m29508E0B60DAE54350BDC3DED0D42895DBA4087E (Il2CppChar p0, const RuntimeMethod* method); // System.Void System.Net.WebException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_m8F6829889F5E750BCF48159ADDFC37DF38825C42 (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Int64::TryParse(System.String,System.Int64&) extern "C" IL2CPP_METHOD_ATTR bool Int64_TryParse_m5C60567D82BACC7D9C18F7A9A83025FC94AD0E95 (String_t* p0, int64_t* p1, const RuntimeMethod* method); // System.DateTime System.DateTime::ParseExact(System.String,System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ParseExact_m4F38666EAE122CB8C743160778696BA78B659C56 (String_t* p0, String_t* p1, RuntimeObject* p2, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::set_LastModified(System.DateTime) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_set_LastModified_mB6EDC20C4EB44B35E8C52C8532C80631EAF6C78D (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::OpenDataConnection() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_OpenDataConnection_mEB04E52AE7262CDDE0D9006380562C346C61F053 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Void System.Net.FtpAsyncResult::set_Stream(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult_set_Stream_m579BE18BE605BAD98105FD37B4A0C3CAA5FD8BD0 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___value0, const RuntimeMethod* method); // System.Net.IPAddress[] System.Net.IPHostEntry::get_AddressList() extern "C" IL2CPP_METHOD_ATTR IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* IPHostEntry_get_AddressList_m975824502A0B08158C90378007A1E3B6AEFCBE56 (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::.ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType) extern "C" IL2CPP_METHOD_ATTR void Socket__ctor_mE89CA86721C20DB5F3D00D3E6340A17C039A8F83 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___addressFamily0, int32_t ___socketType1, int32_t ___protocolType2, const RuntimeMethod* method); // System.Void System.Net.IPEndPoint::.ctor(System.Net.IPAddress,System.Int32) extern "C" IL2CPP_METHOD_ATTR void IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845 (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * __this, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___address0, int32_t ___port1, const RuntimeMethod* method); // System.Net.ServicePoint System.Net.FtpWebRequest::get_ServicePoint() extern "C" IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * FtpWebRequest_get_ServicePoint_m9905A072551D262F6125C6F805186887E3E564BB (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Boolean System.Net.ServicePoint::CallEndPointDelegate(System.Net.Sockets.Socket,System.Net.IPEndPoint) extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_CallEndPointDelegate_m4F7022C05DDBEC54192935519387B7D7022F1EB3 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___sock0, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___remote1, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Close() extern "C" IL2CPP_METHOD_ATTR void Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Connect(System.Net.EndPoint) extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_m06F14E236617A4BA22146BEC4334E24ED39D8536 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___remoteEP0, const RuntimeMethod* method); // System.Net.EndPoint System.Net.Sockets.Socket::get_LocalEndPoint() extern "C" IL2CPP_METHOD_ATTR EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * Socket_get_LocalEndPoint_m5BA68FA5F390F1F8913FA78F919FD9364B669E9C (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.NetworkStream::.ctor(System.Net.Sockets.Socket) extern "C" IL2CPP_METHOD_ATTR void NetworkStream__ctor_mF392CFFC6F5768612164FBD9C3041D7269FEDF62 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___socket0, const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void StreamReader__ctor_mF319C927A1274118E912D93F2EB2AAE4DA17E3DC (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * p0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * p1, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::Authenticate() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_Authenticate_m6B9F5FFB6B0EBE3F4A0584F25C998AB9F4D71F47 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_Default() extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_Default_m625C78C2A9A8504B8BA4141994412513DC470CE2 (const RuntimeMethod* method); // System.String System.Net.FtpWebRequest::GetInitialPath(System.Net.FtpStatus) extern "C" IL2CPP_METHOD_ATTR String_t* FtpWebRequest_GetInitialPath_m531532216675BF5160601E2556E355DC1A170509 (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * ___status0, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Net.FtpWebRequest::GetPortV4(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t FtpWebRequest_GetPortV4_m6F36994507B5C2B30D789328A994E3885E8AFDCD (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, String_t* ___responseString0, const RuntimeMethod* method); // System.Int32 System.Net.FtpWebRequest::GetPortV6(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t FtpWebRequest_GetPortV6_mA094F4C0AF8F6EC263FC4D316A369215FE0A0FC1 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, String_t* ___responseString0, const RuntimeMethod* method); // System.Net.IPAddress System.Net.IPEndPoint::get_Address() extern "C" IL2CPP_METHOD_ATTR IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * IPEndPoint_get_Address_m01D2AB4ACC29D3E3A79D3D2A207CE3063336F2A4 (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * p0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF p1, const RuntimeMethod* method); // System.Boolean System.Char::IsNumber(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Char_IsNumber_m6E7E5B9BD0DBF69581B6B08D25752D9CC29C97B1 (String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mD97407CDB2EE7955D3079D19DA2BD731F83920B7 (String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mC924D20DC71F85A7106D9DD09BF41497C6816E20 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mB68D58347DE1545BF338A8435E2567C9EAB5905E (String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Byte[] System.Net.IPAddress::GetAddressBytes() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* IPAddress_GetAddressBytes_mC41BB4B3EAEE51DBB2A2115EC2DD87D7587355D2 (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Byte) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m4B3D765122247E2EBDA4E3870A86C26DCCCC8717 (StringBuilder_t * __this, uint8_t p0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar p0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::.ctor(System.Net.FtpWebRequest,System.Uri,System.String,System.Net.FtpStatus) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse__ctor_m14AE71384600E877A903006445068AB50EF06486 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * ___request0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri1, String_t* ___method2, FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * ___status3, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::CloseConnection() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CloseConnection_m9BC7A24A7A6166ACCC1CACE4CF22CFA6E7BCEC00 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Exception) extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_mD743363CDB181114AD06522C51750064823D681C (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, bool ___synch0, Exception_t * ___exc1, const RuntimeMethod* method); // System.Net.Sockets.Socket System.Net.FtpWebRequest::SetupPassiveConnection(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * FtpWebRequest_SetupPassiveConnection_mAB5AEEE20E2A560626CB27D7F4339C621DD4178D (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, String_t* ___statusDescription0, bool ___ipv61, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Bind(System.Net.EndPoint) extern "C" IL2CPP_METHOD_ATTR void Socket_Bind_m839E8CD90EEB61CE1AE5274224F9049A7D4C7A30 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___localEP0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Listen(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Socket_Listen_m2926E72970BEAACEBD9C140E89DE47A523BAB540 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___backlog0, const RuntimeMethod* method); // System.Int32 System.Net.IPEndPoint::get_Port() extern "C" IL2CPP_METHOD_ATTR int32_t IPEndPoint_get_Port_mC1FBFBB50CEDC03F683C9EB23C2ACECCB5AE3DA9 (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * __this, const RuntimeMethod* method); // System.String System.Net.FtpWebRequest::FormatAddress(System.Net.IPAddress,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* FtpWebRequest_FormatAddress_m2D6011B8BD6AFF1A752E5221B9D47878B623A2B0 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___address0, int32_t ___Port1, const RuntimeMethod* method); // System.String System.Net.FtpWebRequest::FormatAddressV6(System.Net.IPAddress,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* FtpWebRequest_FormatAddressV6_mB7302D6DEB6DC8E21371197F62CB5657A8A536ED (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___address0, int32_t ___port1, const RuntimeMethod* method); // System.Net.Sockets.Socket System.Net.FtpWebRequest::InitDataConnection() extern "C" IL2CPP_METHOD_ATTR Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * FtpWebRequest_InitDataConnection_m01EDFD17F5B156FC7F5FC8D200229BDDAD7C2F7D (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.String System.Int64::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m8210E39355A227AE15DD391EB810AA9B6AB8B26C (int64_t* __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.NetworkStream::.ctor(System.Net.Sockets.Socket,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NetworkStream__ctor_m9629E0E9BD6011BA4E7E923B71410EC3A611FE83 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___socket0, bool ___ownsSocket1, const RuntimeMethod* method); // System.Boolean System.Net.FtpWebRequest::get_EnableSsl() extern "C" IL2CPP_METHOD_ATTR bool FtpWebRequest_get_EnableSsl_m0498BFBEA644C093A7BF1DB8B2593928409F8113 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Boolean System.Net.FtpWebRequest::ChangeToSSLSocket(System.IO.Stream&) extern "C" IL2CPP_METHOD_ATTR bool FtpWebRequest_ChangeToSSLSocket_m69CC650428A401F11220C4E628B6BEEACD4A7B37 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** ___stream0, const RuntimeMethod* method); // System.Net.Sockets.Socket System.Net.Sockets.Socket::Accept() extern "C" IL2CPP_METHOD_ATTR Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * Socket_Accept_mDF6F7AA1AD7C6E5AB1154C94BF6C7294B7E410A7 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::get_Domain() extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Domain_m096C68D5EC6640C73900B1EE6BF1CFBB14D30F4A (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* p0, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::set_BannerMessage(System.String) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_set_BannerMessage_m3997D6D98C13E490AA77535904E63DE3D5E3BB83 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::InitiateSecureConnection(System.IO.Stream&) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_InitiateSecureConnection_m88DF28A0C8D2D8D90B20040FCA410690A5563507 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** ___stream0, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::set_WelcomeMessage(System.String) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_set_WelcomeMessage_m6E9779B2F708B38908DA4126B4A6398B1D93676A (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.String::Join(System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Join_m49371BED70248F0FCE970CB4F2E39E9A688AAFA4 (String_t* p0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* p1, const RuntimeMethod* method); // System.String Locale::GetText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324 (String_t* p0, const RuntimeMethod* method); // System.Net.FtpStatus System.Net.FtpWebRequest::ServiceNotAvailable() extern "C" IL2CPP_METHOD_ATTR FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * FtpWebRequest_ServiceNotAvailable_mEE53E7521D71B5A537573CF9864AB7511EA03540 (const RuntimeMethod* method); // System.String System.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02 (int32_t* __this, const RuntimeMethod* method); // System.String System.Environment::get_NewLine() extern "C" IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318 (const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49 (String_t* __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::GetProviderInternal() extern "C" IL2CPP_METHOD_ATTR MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * MonoTlsProviderFactory_GetProviderInternal_m39B343490A04AEA1AA38A90180E1B3BB1FB09020 (const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::CopyDefaultSettings() extern "C" IL2CPP_METHOD_ATTR MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * MonoTlsSettings_CopyDefaultSettings_m4CE2BE44BF064124CFD98CEF44E76FD5D6EA0AD2 (const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996 (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, bool p0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *, bool, const RuntimeMethod*))Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996_gshared)(__this, p0, method); } // System.Void Mono.Security.Interface.MonoTlsSettings::set_UseServicePointManagerCallback(System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR void MonoTlsSettings_set_UseServicePointManagerCallback_m3982FDDB084256E77E18F9A3E42E91E65F6F699B (MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * __this, Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 p0, const RuntimeMethod* method); // System.Void System.Net.WebHeaderCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection__ctor_mDE789C8E11131B5FB1FD5FF79382893DE73E8752 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::OperationCompleted() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_OperationCompleted_m130241F4F4B2BC102AA8327C8542058344A482DD (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_CheckDisposed_m0A317BF997BD0814F07EBFA1A7F75E939A7286D9 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, const RuntimeMethod* method); // System.Net.IWebProxy System.Net.WebRequest::get_DefaultWebProxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebRequest_get_DefaultWebProxy_m65F367761268F3797F96B8BE99F85FF8CB1C117A (const RuntimeMethod* method); // System.Net.IWebProxy System.Net.GlobalProxySelection::GetEmptyWebProxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GlobalProxySelection_GetEmptyWebProxy_m66C1CA6E4480F45F78145DD23AB51A59B5A246AD (const RuntimeMethod* method); // System.Net.WebProxy System.Net.WebRequest/WebProxyWrapper::get_WebProxy() extern "C" IL2CPP_METHOD_ATTR WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * WebProxyWrapper_get_WebProxy_m64892D5D4C1D1C4A11188F1549D2762AF50A5EE8 (WebProxyWrapper_t47B30DCD77853C5079F4944A6FCA329026D84E3B * __this, const RuntimeMethod* method); // System.Void System.Net.EmptyWebProxy::.ctor() extern "C" IL2CPP_METHOD_ATTR void EmptyWebProxy__ctor_m1087116F8816BF3AD6D7ADE134F1579659AA00A5 (EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.StringCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringCollection__ctor_m4358E3B91F6861DD166CAC4BD9B2D353FDA5FA14 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.StringCollection::Add(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t StringCollection_Add_mF15C799896470DD2C807334107ADFD01C8BAF497 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.StringCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t StringCollection_get_Count_m4307EBE5F76A894AE550321977CE58DDDFCB85BF (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.StringCollection::CopyTo(System.String[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringCollection_CopyTo_m22FDAD087DBC9ACAC1C2BD3614AD448C173F8893 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.Net.HeaderInfo::.ctor(System.String,System.Boolean,System.Boolean,System.Boolean,System.Net.HeaderParser) extern "C" IL2CPP_METHOD_ATTR void HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119 (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * __this, String_t* ___name0, bool ___requestRestricted1, bool ___responseRestricted2, bool ___multi3, HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * ___p4, const RuntimeMethod* method); // System.Void System.Net.HeaderParser::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void HeaderParser__ctor_m3505961B694DA7A327216C93C9ECF14883F0FD76 (HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Int32,System.Collections.IEqualityComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m99DEEBD0F97806D7B365F2BF4ED68D775BFCED8D (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, int32_t p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::.ctor(System.Uri) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest__ctor_m85AA1BD537DCDBF3B1BCD75F6C93C6AA8B831D7F (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method); // System.Void System.Version::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Version__ctor_mC2880C190E158700B0C114D4CC921C0D240DAA9C (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Net.IWebProxy System.Net.WebRequest::get_InternalDefaultWebProxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebRequest_get_InternalDefaultWebProxy_m13E2CAB3FE298CF26023A3626454FE989CF687C7 (const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::set_ThrowOnError(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_ThrowOnError_m7A186C503E47933A82ABC3AA32081213004BF0FD (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::ResetAuthorization() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_ResetAuthorization_mAA12582B7D5B809AFFA7559AEA5582AADD6B23AF (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfo::GetBoolean(System.String) extern "C" IL2CPP_METHOD_ATTR bool SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest/AuthorizationState::.ctor(System.Net.HttpWebRequest,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AuthorizationState__ctor_m69A0EFF9B7497316A6F0FE2896C466CDDE89E88D (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, bool ___isProxy1, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest::get_MethodWithBuffer() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_MethodWithBuffer_mE9AF8BE21607A369A44E11F61E3196E0D52162AF (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void X509CertificateCollection__ctor_m3CEEDA1CDA93234E6E78DFB6563738B050AFF6CA (X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * __this, const RuntimeMethod* method); // System.String System.Uri::get_Authority() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Authority_m8C0B264FFF519F0D0C2CB3F9B6B0E87D2F3835C1 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::CheckRequestStarted() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_CheckRequestStarted_m00912EA98FC3C1CAEC6E649112812FCEA7BFC29A (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method); // System.Net.ServicePoint System.Net.HttpWebRequest::GetServicePoint() extern "C" IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * HttpWebRequest_GetServicePoint_m2F4A5E8A7A723C3CA97203FE2A4D9913EAC185E6 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method); // System.String System.Collections.Specialized.NameValueCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean System.Net.ServicePoint::get_UseConnect() extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_UseConnect_m6268CF09927CD113B8841A7CE26C668D55428AB0 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method); // System.Boolean System.Net.WebConnectionStream::get_RequestWritten() extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_get_RequestWritten_m218A69F08D7F29940B7DA23F28277D39EB5E7BBF (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest::get_InternalAllowBuffering() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_InternalAllowBuffering_m07B77C80FEB9822A91DD23A4E99139566385717E (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method); // System.Int32 System.Net.WebConnectionStream::get_WriteBufferLength() extern "C" IL2CPP_METHOD_ATTR int32_t WebConnectionStream_get_WriteBufferLength_mD4DAA8A0B6D4E7DBD9E881F92EF8CE34BC52E4BD (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::set_InternalContentLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_InternalContentLength_mCFA62AC5AC5C3221C14746EC8E8F49A8CF76BD91 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Boolean System.Net.WebConnectionStream::WriteRequestAsync(System.Net.SimpleAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_WriteRequestAsync_mAF66F0E7EC2A86DF96BBA24993405C5939A340DF (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___result0, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest/<>c__DisplayClass238_0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass238_0__ctor_mD79C17473C69332138DD6687ACFBB34293B3380D (U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B * __this, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest::get_Aborted() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method); // System.String System.Net.HttpWebRequest::get_TransferEncoding() extern "C" IL2CPP_METHOD_ATTR String_t* HttpWebRequest_get_TransferEncoding_m436C0B3A86E8691EAF985FD363DDA0656007977E (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102 (RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Net.WebAsyncResult::.ctor(System.Net.HttpWebRequest,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult__ctor_m6EA6C98BA6787E27A7CA2D3734A532203CFCF9BC (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb1, RuntimeObject * ___state2, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mAACB403C7CEBA7EFECE15D9DF1D989696AACB1D6 (Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method) { (( void (*) (Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m5153AE6EE06BA488EF3D92A0DCF7E4EF530961B5_gshared)(__this, p0, p1, method); } // System.Void System.Net.SimpleAsyncCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncCallback__ctor_mFA405D6E610A3F840791BCDA86AE86F3E379A160 (SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Net.SimpleAsyncResult::RunWithLock(System.Object,System.Func`2,System.Net.SimpleAsyncCallback) extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_RunWithLock_m655921C66982E0DE1E965BE5200E209D2E99455F (RuntimeObject * ___locker0, Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * ___func1, SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * ___callback2, const RuntimeMethod* method); // System.Boolean System.Net.SimpleAsyncResult::WaitUntilComplete(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool SimpleAsyncResult_WaitUntilComplete_m3BC73AAAEEBC3DEBF9DAFE05623E351ECECAA8F2 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, int32_t ___timeout0, bool ___exitContext1, const RuntimeMethod* method); // System.Boolean System.Net.SimpleAsyncResult::get_GotException() extern "C" IL2CPP_METHOD_ATTR bool SimpleAsyncResult_get_GotException_mB061909763EFE1FCC63C6671B91FD3C0841AAF95 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method); // System.Exception System.Net.SimpleAsyncResult::get_Exception() extern "C" IL2CPP_METHOD_ATTR Exception_t * SimpleAsyncResult_get_Exception_mC8615919B40C4193415211FDA85A71FCC3776CB8 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method); // System.Net.HttpWebResponse System.Net.WebAsyncResult::get_Response() extern "C" IL2CPP_METHOD_ATTR HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * WebAsyncResult_get_Response_m6818FF52F360BF871709663B7E4465BDDD1C5F9F (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::CompareExchange(System.Int32&,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03 (int32_t* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void System.EventHandler::Invoke(System.Object,System.EventArgs) extern "C" IL2CPP_METHOD_ATTR void EventHandler_Invoke_mD23D5EFEA562A05C5EACDD3E91EEDD2BF6C22800 (EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * __this, RuntimeObject * p0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * p1, const RuntimeMethod* method); // System.Boolean System.Net.SimpleAsyncResult::get_IsCompleted() extern "C" IL2CPP_METHOD_ATTR bool SimpleAsyncResult_get_IsCompleted_m949C52DCF37C33C0F75CC49A53A8AF8A528470E4 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method); // System.Void System.Net.SimpleAsyncResult::SetCompleted(System.Boolean,System.Exception) extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, bool ___synch0, Exception_t * ___e1, const RuntimeMethod* method); // System.Void System.Net.WebAsyncResult::DoCallback() extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, const RuntimeMethod* method); // System.Void System.Net.HttpContinueDelegate::Invoke(System.Int32,System.Net.WebHeaderCollection) extern "C" IL2CPP_METHOD_ATTR void HttpContinueDelegate_Invoke_m7465E6EC8142D0BCC30F80634F840CE31819FA5D (HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * __this, int32_t ___StatusCode0, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___httpHeaders1, const RuntimeMethod* method); // System.Void System.Net.WebHeaderCollection::RemoveInternal(System.String) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::RewriteRedirectToGet() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_RewriteRedirectToGet_m7E0D7EBC6D67FB8076A6359A1DCF58CDD8755CAE (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method); // System.String System.Net.HttpWebRequest::get_Host() extern "C" IL2CPP_METHOD_ATTR String_t* HttpWebRequest_get_Host_m633144DD18EC28C5D4CE2F34B57C29D64A4A9DB5 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method); // System.Void System.Net.WebHeaderCollection::ChangeInternal(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_ChangeInternal_m928070E0755835B74AED3A0E6120974DA7794D87 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Net.HttpWebRequest/NtlmAuthState System.Net.HttpWebRequest/AuthorizationState::get_NtlmAuthState() extern "C" IL2CPP_METHOD_ATTR int32_t AuthorizationState_get_NtlmAuthState_m85358EBAA7327835F1111AE210C1666F96A9DF1A (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, const RuntimeMethod* method); // System.Void System.Net.WebHeaderCollection::SetInternal(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_SetInternal_mFB16D4B140F7B3136B1B9AB8785DD3FD9A83FA90 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Boolean System.Version::op_Equality(System.Version,System.Version) extern "C" IL2CPP_METHOD_ATTR bool Version_op_Equality_m9E4E82DB85F13E3C19AB5D4AF94C4F399971374D (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * p0, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * p1, const RuntimeMethod* method); // System.Boolean System.Net.ServicePoint::get_SendContinue() extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_SendContinue_m71ED43C3FABD7B7CFF2628FA3D022D6454CF3482 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest::get_ProxyQuery() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ProxyQuery_mD028E8C29538FC20E736D0BD10828F5C59418F46 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28 (String_t* __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.String System.Net.CookieContainer::GetCookieHeader(System.Uri) extern "C" IL2CPP_METHOD_ATTR String_t* CookieContainer_GetCookieHeader_mA2EB16AC10DD286DE35850CC5E30B3BA013BA201 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::DoPreAuthenticate() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_DoPreAuthenticate_mBE233826F26FBE74A082061249EDF89BB3552385 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method); // System.Net.Authorization System.Net.AuthenticationManager::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * AuthenticationManager_PreAuthenticate_m625603CBFC92809B25C76C1741EDB2BE45844C85 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___request0, RuntimeObject* ___credentials1, const RuntimeMethod* method); // System.String System.Net.Authorization::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* Authorization_get_Message_m6A7AC7EC2D323624178328B3922110CB02A1BD6A (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameValueCollection::set_Item(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void NameValueCollection_set_Item_mD7117BA970BD749C64FC5D5352530E422B754ADA (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Void System.Net.WebException::.ctor(System.String,System.Net.WebExceptionStatus,System.Net.WebExceptionInternalStatus,System.Exception) extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_mF114A99C978130324670C44162A2C737F2EC7502 (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, int32_t ___status1, int32_t ___internalStatus2, Exception_t * ___innerException3, const RuntimeMethod* method); // System.Boolean System.Version::op_Inequality(System.Version,System.Version) extern "C" IL2CPP_METHOD_ATTR bool Version_op_Inequality_mBF83F266057D2C028BA2F423372DA7E738B25CD0 (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * p0, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * p1, const RuntimeMethod* method); // System.Boolean System.Version::op_LessThan(System.Version,System.Version) extern "C" IL2CPP_METHOD_ATTR bool Version_op_LessThan_mEE4DE91646EDC7245FD486D1D3E2322B651E7028 (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * p0, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * p1, const RuntimeMethod* method); // System.Int32 System.Version::get_Major() extern "C" IL2CPP_METHOD_ATTR int32_t Version_get_Major_m7A6BEEF367674B8C06B15F6675AFF0C32CCEE87C (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * __this, const RuntimeMethod* method); // System.Int32 System.Version::get_Minor() extern "C" IL2CPP_METHOD_ATTR int32_t Version_get_Minor_mCBAFA7052D1786A47B4BA971E7193A4EB9A7D059 (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m23742FE1E3C60341F37C243EB6BEE06AE444C774 (StringBuilder_t * __this, String_t* p0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* p1, const RuntimeMethod* method); // System.String System.Net.HttpWebRequest::GetHeaders() extern "C" IL2CPP_METHOD_ATTR String_t* HttpWebRequest_GetHeaders_m319AC2C16CFC0B301ECA426CC40F2AA8F3CF7DFD (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method); // System.Void System.Net.WebConnectionStream::set_SendChunked(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_set_SendChunked_m19B2E66DBE0EF896D562173B18F7DA62E707E61B (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.WebConnectionStream::SetHeadersAsync(System.Boolean,System.Net.SimpleAsyncCallback) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_SetHeadersAsync_m324EBB0943F5676D8D6281420656151FA3BF7067 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, bool ___setInternalLength0, SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * ___callback1, const RuntimeMethod* method); // System.Void System.Net.SimpleAsyncResult::Run(System.Func`2,System.Net.SimpleAsyncCallback) extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_Run_mB2CE1B656262473514A7548311D4DB4353E40235 (Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * ___func0, SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * ___callback1, const RuntimeMethod* method); // System.Net.WebExceptionStatus System.Net.WebException::get_Status() extern "C" IL2CPP_METHOD_ATTR int32_t WebException_get_Status_m1B70EF872E650D6C3B320EDE858FEC1136914D09 (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::SetWriteStreamError(System.Net.WebExceptionStatus,System.Exception) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_SetWriteStreamError_mE08E9FA673BF5E1CA66EC85FFBA2E60F471A3996 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, int32_t ___status0, Exception_t * ___exc1, const RuntimeMethod* method); // System.Boolean System.Net.WebConnectionStream::get_CompleteRequestWritten() extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_get_CompleteRequestWritten_m2CE66E5BAD797C5DE04C188041418DEDDDA62FD6 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method); // System.Void System.Net.HttpWebResponse::ReadAll() extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_ReadAll_m923351A4BDB45CA1C1D7400B11BA943A595C0427 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method); // System.Net.WebConnection System.Net.WebConnectionStream::get_Connection() extern "C" IL2CPP_METHOD_ATTR WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * WebConnectionStream_get_Connection_m9FFDC48DE0FE144443431EEB715D1DA5B460067C (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method); // System.Void System.Net.WebConnection::set_PriorityRequest(System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR void WebConnection_set_PriorityRequest_m261005EABEA126F531BA07E90632A61B0510B59F (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___value0, const RuntimeMethod* method); // System.Void System.Net.WebConnection::set_NtlmCredential(System.Net.NetworkCredential) extern "C" IL2CPP_METHOD_ATTR void WebConnection_set_NtlmCredential_mFE95AC3455BD8EFE7405E250398B6ED5E6694B71 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * ___value0, const RuntimeMethod* method); // System.Void System.Net.WebConnection::set_UnsafeAuthenticatedConnectionSharing(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void WebConnection_set_UnsafeAuthenticatedConnectionSharing_mBD2DA6D3E5F146D699DEB5591368EBBE61BC4EC0 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.WebAsyncResult::Reset() extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_Reset_m3B142ACDC3BFE35A218591922F758670BEB11206 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, const RuntimeMethod* method); // System.Void System.Net.HttpWebResponse::.ctor(System.Uri,System.String,System.Net.WebConnectionData,System.Net.CookieContainer) extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse__ctor_mDCEB34153A3638C433069B4E4E18D873E730404A (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, String_t* ___method1, WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * ___data2, CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * ___container3, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::CheckSendError(System.Net.WebConnectionData) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_CheckSendError_m5CB98C2EFFB6BB6D42B245E3ADAD39F279C05493 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * ___data0, const RuntimeMethod* method); // System.Void System.Net.WebAsyncResult::.ctor(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult__ctor_mFFB94D1263D8551987455464D3114E8155A05F34 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb0, RuntimeObject * ___state1, const RuntimeMethod* method); // System.Void System.Net.WebAsyncResult::SetCompleted(System.Boolean,System.Net.HttpWebResponse) extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_SetCompleted_mF8A8341373BAC0363A9767483652110A0B5F6F12 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, bool ___synch0, HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * ___response1, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest::CheckFinalStatus(System.Net.WebAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_CheckFinalStatus_mB909A62E1A79FF8C3F35BB77AC0E0A962659FDEB (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___result0, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest/AuthorizationState::get_IsNtlmAuthenticated() extern "C" IL2CPP_METHOD_ATTR bool AuthorizationState_get_IsNtlmAuthenticated_m39FC6F759B98257680358063C545937FCA343078 (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, const RuntimeMethod* method); // System.Void System.Net.WebConnection::set_NtlmAuthenticated(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void WebConnection_set_NtlmAuthenticated_m4B88457A4ABFE610A9013AD61A5C86F1C507C5AC (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.WebConnectionStream::KillBuffer() extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_KillBuffer_mBD0C22CE84EF1C481E495CD0593C0CFB13F16191 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest::HandleNtlmAuth(System.Net.WebAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_HandleNtlmAuth_mF5F364BBAE5DF8F6E9946C8718DAE9DA5D27E647 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___r0, const RuntimeMethod* method); // System.EventHandler System.Net.ServicePoint::SendRequest(System.Net.HttpWebRequest,System.String) extern "C" IL2CPP_METHOD_ATTR EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ServicePoint_SendRequest_m42288B1C75082D703C9E702854EADEB825B969C3 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, String_t* ___groupName1, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest/AuthorizationState::CheckAuthorization(System.Net.WebResponse,System.Net.HttpStatusCode) extern "C" IL2CPP_METHOD_ATTR bool AuthorizationState_CheckAuthorization_m3666C54139C31E92978AA15558606A9C74328838 (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response0, int32_t ___code1, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest/AuthorizationState::get_IsCompleted() extern "C" IL2CPP_METHOD_ATTR bool AuthorizationState_get_IsCompleted_m2C818782DEE865E74E773910167CCA5718F0A017 (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest::CheckAuthorization(System.Net.WebResponse,System.Net.HttpStatusCode) extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_CheckAuthorization_m19026B770747E1221AD6C0D561DDD9CF59D1AD07 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response0, int32_t ___code1, const RuntimeMethod* method); // System.Byte[] System.Net.WebConnectionStream::get_WriteBuffer() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* WebConnectionStream_get_WriteBuffer_mC6D3C2B28B56729F7C6E5BF61C2A82CF4CBB3903 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() extern "C" IL2CPP_METHOD_ATTR void MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2 (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) inline void Action_1_Invoke_m25501B02ECA680749841E48EEA596F763A82F475 (Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * p0, const RuntimeMethod* method) { (( void (*) (Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 *, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *, const RuntimeMethod*))Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_gshared)(__this, p0, method); } // System.Boolean System.Net.HttpWebRequest::get_ThrowOnError() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ThrowOnError_mF2D67420F1F5F49D18F42B36732FD7404F877D62 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method); // System.Void System.Net.WebConnectionStream::InternalClose() extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_InternalClose_mF5ECD5234F76E70A038B625D690F83D33C5224ED (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest::Redirect(System.Net.WebAsyncResult,System.Net.HttpStatusCode,System.Net.WebResponse) extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_Redirect_mF1F5EE5C923D0092D3ADB53041F54CDD160ED63D (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___result0, int32_t ___code1, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response2, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest/AuthorizationState::Reset() extern "C" IL2CPP_METHOD_ATTR void AuthorizationState_Reset_m230C3EC7F9B07163838BB8E5594DB71DC7DAD5EF (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::SetWriteStreamError(System.Exception) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_SetWriteStreamError_m3D42F4578892CD6BC1DA7D9725AA0A170D14929C (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, Exception_t * ___exc0, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::SetWriteStreamInner(System.Net.SimpleAsyncCallback) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_SetWriteStreamInner_m06C6A0D763A33F9ABC63B18F9D2EF0E5F8BCA9A5 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * ___callback0, const RuntimeMethod* method); // System.Boolean System.Net.SimpleAsyncResult::get_CompletedSynchronouslyPeek() extern "C" IL2CPP_METHOD_ATTR bool SimpleAsyncResult_get_CompletedSynchronouslyPeek_mA560945DA091E2620A1ED0022CB5E9379C529A8E (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method); // System.Void System.Net.WebAsyncResult::SetCompleted(System.Boolean,System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_SetCompleted_m9A6A27BE905BAFA2CC24B3827C3C36023243F117 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, bool ___synch0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___writeStream1, const RuntimeMethod* method); // System.Net.Authorization System.Net.AuthenticationManager::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * AuthenticationManager_Authenticate_m8EED4B5369B40410D5282064C3A7F82A54E82103 (String_t* ___challenge0, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___request1, RuntimeObject* ___credentials2, const RuntimeMethod* method); // System.Boolean System.Net.Authorization::get_Complete() extern "C" IL2CPP_METHOD_ATTR bool Authorization_get_Complete_m95AEF29BEC17BF1D514997E29AF5D6027058D25B (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * __this, const RuntimeMethod* method); // System.String System.Net.HttpWebRequest/AuthorizationState::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* AuthorizationState_ToString_m91603A74B89DD49A7CD4B9878309E458BD7F002A (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, const RuntimeMethod* method); // System.Void System.Net.HttpWebResponse::FillCookies() extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_FillCookies_mDD48C6065E74539F96BB15FB001A6EBB62FFA21A (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method); // System.Net.HttpWebRequest System.Net.WebConnectionData::get_request() extern "C" IL2CPP_METHOD_ATTR HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF (WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * __this, const RuntimeMethod* method); // System.Net.DecompressionMethods System.Net.HttpWebRequest::get_AutomaticDecompression() extern "C" IL2CPP_METHOD_ATTR int32_t HttpWebRequest_get_AutomaticDecompression_m4954C9D4E3112B527C94A73B330C4224BAD1D60C (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method); // System.Void System.IO.Compression.GZipStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode) extern "C" IL2CPP_METHOD_ATTR void GZipStream__ctor_m9C3683B47B672DF5A75101E7F81CC2DD24083A3F (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, const RuntimeMethod* method); // System.Void System.Net.WebHeaderCollection::Remove(System.Net.HttpRequestHeader) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_Remove_m10C592B12EC07F33161B71FB0C2DE0112C0041DF (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, int32_t ___header0, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode) extern "C" IL2CPP_METHOD_ATTR void DeflateStream__ctor_m5AB204CE24A3BFE0C2B6352EBF402C4D9F261EFF (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, const RuntimeMethod* method); // System.Void System.Net.HttpWebResponse::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_CheckDisposed_m383DF4B8F57388E9405FEDE07F0E1848C4FDE656 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method); // System.Void System.Net.WebConnectionStream::ReadAll() extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_ReadAll_m2DB26220CA17BA940A59E0C83202E19CB3F348D7 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String,System.String,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43 (String_t* p0, String_t* p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Net.WebResponse::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void WebResponse_Dispose_mD37AF3FE467717A008830A34E72215D3DBC244EC (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * __this, bool ___disposing0, const RuntimeMethod* method); // System.Net.CookieCollection System.Net.CookieContainer::CookieCutter(System.Uri,System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * CookieContainer_CookieCutter_mADA24F94B27FB05389BA946003ED7EDAA189F354 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, String_t* ___headerName1, String_t* ___setCookieHeader2, bool ___isThrow3, const RuntimeMethod* method); // System.Void System.Net.CookieCollection::Add(System.Net.CookieCollection) extern "C" IL2CPP_METHOD_ATTR void CookieCollection_Add_m0E25B9BA3B73C80B357B7AF8143350AB84D38CD8 (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___cookies0, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.CookieCollection_CookieCollectionEnumerator::.ctor(System.Net.CookieCollection) extern "C" IL2CPP_METHOD_ATTR void CookieCollectionEnumerator__ctor_m8C55845548C7E5591CC2F53838F3117A635911CB (CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D * __this, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___cookies0, const RuntimeMethod* method) { { __this->set_m_index_2((-1)); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_0 = ___cookies0; __this->set_m_cookies_0(L_0); CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_1 = ___cookies0; NullCheck(L_1); int32_t L_2 = CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA(L_1, /*hidden argument*/NULL); __this->set_m_count_1(L_2); CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_3 = ___cookies0; NullCheck(L_3); int32_t L_4 = L_3->get_m_version_0(); __this->set_m_version_3(L_4); return; } } // System.Object System.Net.CookieCollection_CookieCollectionEnumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CookieCollectionEnumerator_System_Collections_IEnumerator_get_Current_mA14163AE9BDD398876E89ABAA64BB74E3B8FA191 (CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieCollectionEnumerator_System_Collections_IEnumerator_get_Current_mA14163AE9BDD398876E89ABAA64BB74E3B8FA191_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_index_2(); if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0017; } } { int32_t L_1 = __this->get_m_index_2(); int32_t L_2 = __this->get_m_count_1(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0027; } } IL_0017: { String_t* L_3 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, CookieCollectionEnumerator_System_Collections_IEnumerator_get_Current_mA14163AE9BDD398876E89ABAA64BB74E3B8FA191_RuntimeMethod_var); } IL_0027: { int32_t L_5 = __this->get_m_version_3(); CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_6 = __this->get_m_cookies_0(); NullCheck(L_6); int32_t L_7 = L_6->get_m_version_0(); if ((((int32_t)L_5) == ((int32_t)L_7))) { goto IL_004a; } } { String_t* L_8 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*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, NULL, CookieCollectionEnumerator_System_Collections_IEnumerator_get_Current_mA14163AE9BDD398876E89ABAA64BB74E3B8FA191_RuntimeMethod_var); } IL_004a: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_10 = __this->get_m_cookies_0(); int32_t L_11 = __this->get_m_index_2(); NullCheck(L_10); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_12 = CookieCollection_get_Item_mB4DA63640CCA0D270DBF03376BCF0CA3CF3F0D0E(L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Boolean System.Net.CookieCollection_CookieCollectionEnumerator::System.Collections.IEnumerator.MoveNext() extern "C" IL2CPP_METHOD_ATTR bool CookieCollectionEnumerator_System_Collections_IEnumerator_MoveNext_m8136554DDFD93AA8E272ED8D736C5F999AF5D013 (CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieCollectionEnumerator_System_Collections_IEnumerator_MoveNext_m8136554DDFD93AA8E272ED8D736C5F999AF5D013_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_m_version_3(); CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_1 = __this->get_m_cookies_0(); NullCheck(L_1); int32_t L_2 = L_1->get_m_version_0(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_0023; } } { String_t* L_3 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, CookieCollectionEnumerator_System_Collections_IEnumerator_MoveNext_m8136554DDFD93AA8E272ED8D736C5F999AF5D013_RuntimeMethod_var); } IL_0023: { int32_t L_5 = __this->get_m_index_2(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); int32_t L_6 = V_0; __this->set_m_index_2(L_6); int32_t L_7 = V_0; int32_t L_8 = __this->get_m_count_1(); if ((((int32_t)L_7) >= ((int32_t)L_8))) { goto IL_003e; } } { return (bool)1; } IL_003e: { int32_t L_9 = __this->get_m_count_1(); __this->set_m_index_2(L_9); return (bool)0; } } // System.Void System.Net.CookieCollection_CookieCollectionEnumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void CookieCollectionEnumerator_System_Collections_IEnumerator_Reset_mB2ABB3AC007745755ED5B2E1A453F1A83465B1CB (CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D * __this, const RuntimeMethod* method) { { __this->set_m_index_2((-1)); 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 #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.Void System.Net.CookieContainer::.ctor() extern "C" IL2CPP_METHOD_ATTR void CookieContainer__ctor_m4FD264ED607530C02A9BA429752A35CD30E7757F (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieContainer__ctor_m4FD264ED607530C02A9BA429752A35CD30E7757F_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var); Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_0, /*hidden argument*/NULL); __this->set_m_domainTable_1(L_0); __this->set_m_maxCookieSize_2(((int32_t)4096)); __this->set_m_maxCookies_3(((int32_t)300)); __this->set_m_maxCookiesPerDomain_4(((int32_t)20)); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_fqdnMyDomain_6(L_1); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C * L_2 = IPGlobalProperties_InternalGetIPGlobalProperties_m74758C4E4DB69BA34CE6923E5C640D335BC6E014(/*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Net.NetworkInformation.IPGlobalProperties::get_DomainName() */, L_2); V_0 = L_3; String_t* L_4 = V_0; if (!L_4) { goto IL_0062; } } { String_t* L_5 = V_0; NullCheck(L_5); int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) <= ((int32_t)1))) { goto IL_0062; } } { String_t* L_7 = V_0; String_t* L_8 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, L_7, /*hidden argument*/NULL); __this->set_m_fqdnMyDomain_6(L_8); } IL_0062: { return; } } // System.Void System.Net.CookieContainer::AddRemoveDomain(System.String,System.Net.PathList) extern "C" IL2CPP_METHOD_ATTR void CookieContainer_AddRemoveDomain_m8747F844BC7F2C50C3A38B5E1A51758D4858A0AB (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, String_t* ___key0, PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * ___value1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_m_domainTable_1(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(31 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0); V_0 = L_1; V_1 = (bool)0; } IL_000e: try { // begin try (depth: 1) { RuntimeObject * L_2 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL); PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_3 = ___value1; if (L_3) { goto IL_0027; } } IL_0019: { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = __this->get_m_domainTable_1(); String_t* L_5 = ___key0; NullCheck(L_4); VirtActionInvoker1< RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_4, L_5); IL2CPP_LEAVE(0x40, FINALLY_0036); } IL_0027: { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_6 = __this->get_m_domainTable_1(); String_t* L_7 = ___key0; PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_8 = ___value1; NullCheck(L_6); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_6, L_7, L_8); IL2CPP_LEAVE(0x40, FINALLY_0036); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0036; } FINALLY_0036: { // begin finally (depth: 1) { bool L_9 = V_1; if (!L_9) { goto IL_003f; } } IL_0039: { RuntimeObject * L_10 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_10, /*hidden argument*/NULL); } IL_003f: { IL2CPP_END_FINALLY(54) } } // end finally (depth: 1) IL2CPP_CLEANUP(54) { IL2CPP_JUMP_TBL(0x40, IL_0040) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0040: { return; } } // System.Void System.Net.CookieContainer::Add(System.Net.Cookie,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CookieContainer_Add_m572E4D2301BCDA7230B609BB973DD26B3A8919CB (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * ___cookie0, bool ___throwOnError1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieContainer_Add_m572E4D2301BCDA7230B609BB973DD26B3A8919CB_MetadataUsageId); s_Il2CppMethodInitialized = true; } PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * V_0 = NULL; int32_t V_1 = 0; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_2 = NULL; RuntimeObject * V_3 = NULL; bool V_4 = false; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_5 = NULL; int32_t V_6 = 0; Exception_t * V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_0 = ___cookie0; NullCheck(L_0); String_t* L_1 = Cookie_get_Value_m5DF850D18AEA9A7CA9F9F5B4B1B320263B7F13C1(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL); int32_t L_3 = __this->get_m_maxCookieSize_2(); if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_0044; } } { bool L_4 = ___throwOnError1; if (!L_4) { goto IL_0043; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_7 = ___cookie0; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(0), (RuntimeObject *)L_8); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_6; int32_t L_10 = __this->get_m_maxCookieSize_2(); int32_t L_11 = L_10; RuntimeObject * L_12 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_11); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_12); (L_9)->SetAt(static_cast(1), (RuntimeObject *)L_12); String_t* L_13 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralB1ACB798C5BCC45C8E733181DF953701C6619D8F, L_9, /*hidden argument*/NULL); CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_14 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var); CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, CookieContainer_Add_m572E4D2301BCDA7230B609BB973DD26B3A8919CB_RuntimeMethod_var); } IL_0043: { return; } IL_0044: { } IL_0045: try { // begin try (depth: 1) { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_15 = __this->get_m_domainTable_1(); NullCheck(L_15); RuntimeObject * L_16 = VirtFuncInvoker0< RuntimeObject * >::Invoke(31 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_15); V_3 = L_16; V_4 = (bool)0; } IL_0054: try { // begin try (depth: 2) { RuntimeObject * L_17 = V_3; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_17, (bool*)(&V_4), /*hidden argument*/NULL); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_18 = __this->get_m_domainTable_1(); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_19 = ___cookie0; NullCheck(L_19); String_t* L_20 = Cookie_get_DomainKey_m6DC689AB2C187491DD1DBFE80E107E26CBDB5F52(L_19, /*hidden argument*/NULL); NullCheck(L_18); RuntimeObject * L_21 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_18, L_20); V_0 = ((PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A *)CastclassClass((RuntimeObject*)L_21, PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A_il2cpp_TypeInfo_var)); PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_22 = V_0; if (L_22) { goto IL_0089; } } IL_0076: { PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_23 = (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A *)il2cpp_codegen_object_new(PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A_il2cpp_TypeInfo_var); PathList__ctor_m348955CF169886F712B4BD462E969C9384FF35A6(L_23, /*hidden argument*/NULL); V_0 = L_23; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_24 = ___cookie0; NullCheck(L_24); String_t* L_25 = Cookie_get_DomainKey_m6DC689AB2C187491DD1DBFE80E107E26CBDB5F52(L_24, /*hidden argument*/NULL); PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_26 = V_0; CookieContainer_AddRemoveDomain_m8747F844BC7F2C50C3A38B5E1A51758D4858A0AB(__this, L_25, L_26, /*hidden argument*/NULL); } IL_0089: { IL2CPP_LEAVE(0x96, FINALLY_008b); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008b; } FINALLY_008b: { // begin finally (depth: 2) { bool L_27 = V_4; if (!L_27) { goto IL_0095; } } IL_008f: { RuntimeObject * L_28 = V_3; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_28, /*hidden argument*/NULL); } IL_0095: { IL2CPP_END_FINALLY(139) } } // end finally (depth: 2) IL2CPP_CLEANUP(139) { IL2CPP_JUMP_TBL(0x96, IL_0096) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0096: { PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_29 = V_0; NullCheck(L_29); int32_t L_30 = PathList_GetCookiesCount_m7A36C47755CB15B66BADD71407EB8DEA1CA443FF(L_29, /*hidden argument*/NULL); V_1 = L_30; PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_31 = V_0; NullCheck(L_31); RuntimeObject * L_32 = PathList_get_SyncRoot_m715772A2BE6064727FE7B137BED3D7C31AC6B90A(L_31, /*hidden argument*/NULL); V_3 = L_32; V_4 = (bool)0; } IL_00a7: try { // begin try (depth: 2) { RuntimeObject * L_33 = V_3; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_33, (bool*)(&V_4), /*hidden argument*/NULL); PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_34 = V_0; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_35 = ___cookie0; NullCheck(L_35); String_t* L_36 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6(L_35, /*hidden argument*/NULL); NullCheck(L_34); RuntimeObject * L_37 = PathList_get_Item_m5D18254EBB9626DA8BF4251E48956BA92F16431E(L_34, L_36, /*hidden argument*/NULL); V_2 = ((CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)CastclassClass((RuntimeObject*)L_37, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var)); CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_38 = V_2; if (L_38) { goto IL_00d7; } } IL_00c4: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_39 = (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)il2cpp_codegen_object_new(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var); CookieCollection__ctor_m3742A309F3C387A152B388E2A46E8EB3D820131E(L_39, /*hidden argument*/NULL); V_2 = L_39; PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_40 = V_0; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_41 = ___cookie0; NullCheck(L_41); String_t* L_42 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6(L_41, /*hidden argument*/NULL); CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_43 = V_2; NullCheck(L_40); PathList_set_Item_mA12DBC255C0037FB70894D0F23A2CF6645ABB8DF(L_40, L_42, L_43, /*hidden argument*/NULL); } IL_00d7: { IL2CPP_LEAVE(0xE4, FINALLY_00d9); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d9; } FINALLY_00d9: { // begin finally (depth: 2) { bool L_44 = V_4; if (!L_44) { goto IL_00e3; } } IL_00dd: { RuntimeObject * L_45 = V_3; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_45, /*hidden argument*/NULL); } IL_00e3: { IL2CPP_END_FINALLY(217) } } // end finally (depth: 2) IL2CPP_CLEANUP(217) { IL2CPP_JUMP_TBL(0xE4, IL_00e4) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00e4: { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_46 = ___cookie0; NullCheck(L_46); bool L_47 = Cookie_get_Expired_mC7B425406394B3C5452630B76F1E779B71808EDA(L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_012d; } } IL_00ec: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_48 = V_2; V_5 = L_48; V_4 = (bool)0; } IL_00f2: try { // begin try (depth: 2) { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_49 = V_5; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_49, (bool*)(&V_4), /*hidden argument*/NULL); CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_50 = V_2; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_51 = ___cookie0; NullCheck(L_50); int32_t L_52 = CookieCollection_IndexOf_m919B3286409A7C63D5AD9C1D3048257B8066FD6F(L_50, L_51, /*hidden argument*/NULL); V_6 = L_52; int32_t L_53 = V_6; if ((((int32_t)L_53) == ((int32_t)(-1)))) { goto IL_011f; } } IL_0109: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_54 = V_2; int32_t L_55 = V_6; NullCheck(L_54); CookieCollection_RemoveAt_mB89E1B734380A12611B8CD2F93B6871A2D25B628(L_54, L_55, /*hidden argument*/NULL); int32_t L_56 = __this->get_m_count_5(); __this->set_m_count_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)1))); } IL_011f: { IL2CPP_LEAVE(0x194, FINALLY_0121); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0121; } FINALLY_0121: { // begin finally (depth: 2) { bool L_57 = V_4; if (!L_57) { goto IL_012c; } } IL_0125: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_58 = V_5; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_58, /*hidden argument*/NULL); } IL_012c: { IL2CPP_END_FINALLY(289) } } // end finally (depth: 2) IL2CPP_CLEANUP(289) { IL2CPP_JUMP_TBL(0x194, IL_0194) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_012d: { int32_t L_59 = V_1; int32_t L_60 = __this->get_m_maxCookiesPerDomain_4(); if ((((int32_t)L_59) < ((int32_t)L_60))) { goto IL_0149; } } IL_0136: { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_61 = ___cookie0; NullCheck(L_61); String_t* L_62 = Cookie_get_DomainKey_m6DC689AB2C187491DD1DBFE80E107E26CBDB5F52(L_61, /*hidden argument*/NULL); bool L_63 = CookieContainer_AgeCookies_m2BBBB116D6410A9A0B1306925D4B6D3E05470D1A(__this, L_62, /*hidden argument*/NULL); if (L_63) { goto IL_0149; } } IL_0144: { goto IL_01cc; } IL_0149: { int32_t L_64 = __this->get_m_count_5(); int32_t L_65 = __this->get_m_maxCookies_3(); if ((((int32_t)L_64) < ((int32_t)L_65))) { goto IL_0162; } } IL_0157: { bool L_66 = CookieContainer_AgeCookies_m2BBBB116D6410A9A0B1306925D4B6D3E05470D1A(__this, (String_t*)NULL, /*hidden argument*/NULL); if (L_66) { goto IL_0162; } } IL_0160: { goto IL_01cc; } IL_0162: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_67 = V_2; V_5 = L_67; V_4 = (bool)0; } IL_0168: try { // begin try (depth: 2) CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_68 = V_5; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_68, (bool*)(&V_4), /*hidden argument*/NULL); int32_t L_69 = __this->get_m_count_5(); CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_70 = V_2; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_71 = ___cookie0; NullCheck(L_70); int32_t L_72 = CookieCollection_InternalAdd_mEEA78DBAAEDD94E32D6EE1F04D2A79754F39C525(L_70, L_71, (bool)1, /*hidden argument*/NULL); __this->set_m_count_5(((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)L_72))); IL2CPP_LEAVE(0x194, FINALLY_0188); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0188; } FINALLY_0188: { // begin finally (depth: 2) { bool L_73 = V_4; if (!L_73) { goto IL_0193; } } IL_018c: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_74 = V_5; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_74, /*hidden argument*/NULL); } IL_0193: { IL2CPP_END_FINALLY(392) } } // end finally (depth: 2) IL2CPP_CLEANUP(392) { IL2CPP_JUMP_TBL(0x194, IL_0194) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0194: { goto IL_01cc; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0196; throw e; } CATCH_0196: { // begin catch(System.Exception) { V_7 = ((Exception_t *)__exception_local); Exception_t * L_75 = V_7; if (((ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 *)IsInstSealed((RuntimeObject*)L_75, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var))) { goto IL_01b3; } } IL_01a1: { Exception_t * L_76 = V_7; if (((StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC *)IsInstSealed((RuntimeObject*)L_76, StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC_il2cpp_TypeInfo_var))) { goto IL_01b3; } } IL_01aa: { Exception_t * L_77 = V_7; if (!((OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 *)IsInstClass((RuntimeObject*)L_77, OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var))) { goto IL_01b5; } } IL_01b3: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, CookieContainer_Add_m572E4D2301BCDA7230B609BB973DD26B3A8919CB_RuntimeMethod_var); } IL_01b5: { bool L_78 = ___throwOnError1; if (!L_78) { goto IL_01ca; } } IL_01b8: { String_t* L_79 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralA5DE1F3322EE9D5A8EF9E6B6021B7715D19B0D33, /*hidden argument*/NULL); Exception_t * L_80 = V_7; CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_81 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var); CookieException__ctor_mE455FA1BD5B59790C19D97BFA1C790F3FF233CD2(L_81, L_79, L_80, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, NULL, CookieContainer_Add_m572E4D2301BCDA7230B609BB973DD26B3A8919CB_RuntimeMethod_var); } IL_01ca: { goto IL_01cc; } } // end catch (depth: 1) IL_01cc: { return; } } // System.Boolean System.Net.CookieContainer::AgeCookies(System.String) extern "C" IL2CPP_METHOD_ATTR bool CookieContainer_AgeCookies_m2BBBB116D6410A9A0B1306925D4B6D3E05470D1A (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, String_t* ___domain0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieContainer_AgeCookies_m2BBBB116D6410A9A0B1306925D4B6D3E05470D1A_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_1; memset(&V_1, 0, sizeof(V_1)); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_2; memset(&V_2, 0, sizeof(V_2)); CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_3 = NULL; PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; float V_7 = 0.0f; RuntimeObject * V_8 = NULL; bool V_9 = false; RuntimeObject* V_10 = NULL; DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 V_11; memset(&V_11, 0, sizeof(V_11)); int32_t V_12 = 0; RuntimeObject * V_13 = NULL; bool V_14 = false; RuntimeObject* V_15 = NULL; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_16 = NULL; RuntimeObject* V_17 = NULL; RuntimeArray * V_18 = NULL; RuntimeArray * V_19 = NULL; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_20 = NULL; int32_t V_21 = 0; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_22 = NULL; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_23 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { int32_t L_0 = __this->get_m_maxCookies_3(); if (!L_0) { goto IL_0010; } } { int32_t L_1 = __this->get_m_maxCookiesPerDomain_4(); if (L_1) { goto IL_0024; } } IL_0010: { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var); Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_2, /*hidden argument*/NULL); __this->set_m_domainTable_1(L_2); __this->set_m_count_5(0); return (bool)0; } IL_0024: { V_0 = 0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MaxValue_32(); V_1 = L_3; V_3 = (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)NULL; V_5 = 0; V_6 = 0; V_7 = (1.0f); int32_t L_4 = __this->get_m_count_5(); int32_t L_5 = __this->get_m_maxCookies_3(); if ((((int32_t)L_4) <= ((int32_t)L_5))) { goto IL_005a; } } { int32_t L_6 = __this->get_m_maxCookies_3(); int32_t L_7 = __this->get_m_count_5(); V_7 = ((float)((float)(((float)((float)L_6)))/(float)(((float)((float)L_7))))); } IL_005a: { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_8 = __this->get_m_domainTable_1(); NullCheck(L_8); RuntimeObject * L_9 = VirtFuncInvoker0< RuntimeObject * >::Invoke(31 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_8); V_8 = L_9; V_9 = (bool)0; } IL_006a: try { // begin try (depth: 1) { RuntimeObject * L_10 = V_8; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_10, (bool*)(&V_9), /*hidden argument*/NULL); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_11 = __this->get_m_domainTable_1(); NullCheck(L_11); RuntimeObject* L_12 = VirtFuncInvoker0< RuntimeObject* >::Invoke(24 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_11); V_10 = L_12; } IL_0080: try { // begin try (depth: 2) { goto IL_02ec; } IL_0085: { RuntimeObject* L_13 = V_10; NullCheck(L_13); RuntimeObject * L_14 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_13); V_11 = ((*(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)UnBox(L_14, DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var)))); String_t* L_15 = ___domain0; if (L_15) { goto IL_00b3; } } IL_0096: { RuntimeObject * L_16 = DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_11), /*hidden argument*/NULL); RuntimeObject * L_17 = DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_11), /*hidden argument*/NULL); V_4 = ((PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A *)CastclassClass((RuntimeObject*)L_17, PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A_il2cpp_TypeInfo_var)); goto IL_00c6; } IL_00b3: { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_18 = __this->get_m_domainTable_1(); String_t* L_19 = ___domain0; NullCheck(L_18); RuntimeObject * L_20 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_18, L_19); V_4 = ((PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A *)CastclassClass((RuntimeObject*)L_20, PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A_il2cpp_TypeInfo_var)); } IL_00c6: { V_5 = 0; PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_21 = V_4; NullCheck(L_21); RuntimeObject * L_22 = PathList_get_SyncRoot_m715772A2BE6064727FE7B137BED3D7C31AC6B90A(L_21, /*hidden argument*/NULL); V_13 = L_22; V_14 = (bool)0; } IL_00d5: try { // begin try (depth: 3) { RuntimeObject * L_23 = V_13; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_23, (bool*)(&V_14), /*hidden argument*/NULL); PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_24 = V_4; NullCheck(L_24); RuntimeObject* L_25 = PathList_get_Values_mE785B5F28E224DC2C98B547757D6696952F0BD71(L_24, /*hidden argument*/NULL); NullCheck(L_25); RuntimeObject* L_26 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_25); V_15 = L_26; } IL_00ec: try { // begin try (depth: 4) { goto IL_0147; } IL_00ee: { RuntimeObject* L_27 = V_15; NullCheck(L_27); RuntimeObject * L_28 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_27); V_16 = ((CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)CastclassClass((RuntimeObject*)L_28, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var)); CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_29 = V_16; int32_t L_30 = CookieContainer_ExpireCollection_m3175EDCCA821274D54D895F702A92B49BCA194B4(__this, L_29, /*hidden argument*/NULL); V_6 = L_30; int32_t L_31 = V_0; int32_t L_32 = V_6; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); int32_t L_33 = __this->get_m_count_5(); int32_t L_34 = V_6; __this->set_m_count_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)L_34))); int32_t L_35 = V_5; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_36 = V_16; NullCheck(L_36); int32_t L_37 = CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA(L_36, /*hidden argument*/NULL); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_37)); CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_38 = V_16; NullCheck(L_38); int32_t L_39 = CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA(L_38, /*hidden argument*/NULL); if ((((int32_t)L_39) <= ((int32_t)0))) { goto IL_0147; } } IL_0130: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_40 = V_16; NullCheck(L_40); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_41 = CookieCollection_TimeStamp_mC5B474E91B4D14A75BCF7A83883BFFD46F41DE8A(L_40, 0, /*hidden argument*/NULL); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_42 = L_41; V_2 = L_42; DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_43 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); bool L_44 = DateTime_op_LessThan_m75DE4F8CC5F5EE392829A9B37C5C98B7FC97061A(L_42, L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_0147; } } IL_0142: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_45 = V_16; V_3 = L_45; DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_46 = V_2; V_1 = L_46; } IL_0147: { RuntimeObject* L_47 = V_15; NullCheck(L_47); bool L_48 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_47); if (L_48) { goto IL_00ee; } } IL_0150: { IL2CPP_LEAVE(0x173, FINALLY_0152); } } // end try (depth: 4) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0152; } FINALLY_0152: { // begin finally (depth: 4) { RuntimeObject* L_49 = V_15; V_17 = ((RuntimeObject*)IsInst((RuntimeObject*)L_49, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_50 = V_17; if (!L_50) { goto IL_0166; } } IL_015f: { RuntimeObject* L_51 = V_17; NullCheck(L_51); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_51); } IL_0166: { IL2CPP_END_FINALLY(338) } } // end finally (depth: 4) IL2CPP_CLEANUP(338) { IL2CPP_END_CLEANUP(0x173, FINALLY_0167); IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0167; } FINALLY_0167: { // begin finally (depth: 3) { bool L_52 = V_14; if (!L_52) { goto IL_0172; } } IL_016b: { RuntimeObject * L_53 = V_13; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_53, /*hidden argument*/NULL); } IL_0172: { IL2CPP_END_FINALLY(359) } } // end finally (depth: 3) IL2CPP_CLEANUP(359) { IL2CPP_JUMP_TBL(0x173, IL_0173) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0173: { int32_t L_54 = V_5; float L_55 = V_7; int32_t L_56 = __this->get_m_maxCookiesPerDomain_4(); int32_t L_57 = __this->get_m_maxCookies_3(); IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var); int32_t L_58 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_56, L_57, /*hidden argument*/NULL); int32_t L_59 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525((((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)(((float)((float)L_54))), (float)L_55))))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1)), /*hidden argument*/NULL); V_12 = L_59; int32_t L_60 = V_5; int32_t L_61 = V_12; if ((((int32_t)L_60) <= ((int32_t)L_61))) { goto IL_02ec; } } IL_019d: { PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_62 = V_4; NullCheck(L_62); RuntimeObject * L_63 = PathList_get_SyncRoot_m715772A2BE6064727FE7B137BED3D7C31AC6B90A(L_62, /*hidden argument*/NULL); V_13 = L_63; V_14 = (bool)0; } IL_01a9: try { // begin try (depth: 3) { RuntimeObject * L_64 = V_13; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_64, (bool*)(&V_14), /*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_65 = { reinterpret_cast (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_66 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_65, /*hidden argument*/NULL); PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_67 = V_4; NullCheck(L_67); int32_t L_68 = PathList_get_Count_m834587A0CE483A4864CAEC4F449576A614505085(L_67, /*hidden argument*/NULL); RuntimeArray * L_69 = Array_CreateInstance_mE3FF1559BCD06302A7DA79FCE32232941AC38F3F(L_66, L_68, /*hidden argument*/NULL); V_18 = L_69; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_70 = { reinterpret_cast (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var) }; Type_t * L_71 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_70, /*hidden argument*/NULL); PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_72 = V_4; NullCheck(L_72); int32_t L_73 = PathList_get_Count_m834587A0CE483A4864CAEC4F449576A614505085(L_72, /*hidden argument*/NULL); RuntimeArray * L_74 = Array_CreateInstance_mE3FF1559BCD06302A7DA79FCE32232941AC38F3F(L_71, L_73, /*hidden argument*/NULL); V_19 = L_74; PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_75 = V_4; NullCheck(L_75); RuntimeObject* L_76 = PathList_get_Values_mE785B5F28E224DC2C98B547757D6696952F0BD71(L_75, /*hidden argument*/NULL); NullCheck(L_76); RuntimeObject* L_77 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_76); V_15 = L_77; } IL_01f0: try { // begin try (depth: 4) { goto IL_0227; } IL_01f2: { RuntimeObject* L_78 = V_15; NullCheck(L_78); RuntimeObject * L_79 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_78); V_20 = ((CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)CastclassClass((RuntimeObject*)L_79, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var)); RuntimeArray * L_80 = V_19; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_81 = V_20; NullCheck(L_81); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_82 = CookieCollection_TimeStamp_mC5B474E91B4D14A75BCF7A83883BFFD46F41DE8A(L_81, 0, /*hidden argument*/NULL); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_83 = L_82; RuntimeObject * L_84 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_83); int32_t L_85 = V_6; NullCheck(L_80); Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA(L_80, L_84, L_85, /*hidden argument*/NULL); RuntimeArray * L_86 = V_18; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_87 = V_20; int32_t L_88 = V_6; NullCheck(L_86); Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA(L_86, L_87, L_88, /*hidden argument*/NULL); int32_t L_89 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1)); } IL_0227: { RuntimeObject* L_90 = V_15; NullCheck(L_90); bool L_91 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_90); if (L_91) { goto IL_01f2; } } IL_0230: { IL2CPP_LEAVE(0x253, FINALLY_0232); } } // end try (depth: 4) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0232; } FINALLY_0232: { // begin finally (depth: 4) { RuntimeObject* L_92 = V_15; V_17 = ((RuntimeObject*)IsInst((RuntimeObject*)L_92, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_93 = V_17; if (!L_93) { goto IL_0246; } } IL_023f: { RuntimeObject* L_94 = V_17; NullCheck(L_94); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_94); } IL_0246: { IL2CPP_END_FINALLY(562) } } // end finally (depth: 4) IL2CPP_CLEANUP(562) { IL2CPP_END_CLEANUP(0x253, FINALLY_0247); IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0247; } FINALLY_0247: { // begin finally (depth: 3) { bool L_95 = V_14; if (!L_95) { goto IL_0252; } } IL_024b: { RuntimeObject * L_96 = V_13; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_96, /*hidden argument*/NULL); } IL_0252: { IL2CPP_END_FINALLY(583) } } // end finally (depth: 3) IL2CPP_CLEANUP(583) { IL2CPP_JUMP_TBL(0x253, IL_0253) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0253: { RuntimeArray * L_97 = V_19; RuntimeArray * L_98 = V_18; Array_Sort_m82F14E448023AE35C0A0E97D83C0E05B1CA3022E(L_97, L_98, /*hidden argument*/NULL); V_6 = 0; V_21 = 0; goto IL_02d0; } IL_0264: { RuntimeArray * L_99 = V_18; int32_t L_100 = V_21; NullCheck(L_99); RuntimeObject * L_101 = Array_GetValue_m9B1409D22139722A3149AC49ABCF558A2E066544(L_99, L_100, /*hidden argument*/NULL); V_22 = ((CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)CastclassClass((RuntimeObject*)L_101, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var)); CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_102 = V_22; V_23 = L_102; V_14 = (bool)0; } IL_027b: try { // begin try (depth: 3) { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_103 = V_23; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_103, (bool*)(&V_14), /*hidden argument*/NULL); goto IL_02a6; } IL_0286: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_104 = V_22; NullCheck(L_104); CookieCollection_RemoveAt_mB89E1B734380A12611B8CD2F93B6871A2D25B628(L_104, 0, /*hidden argument*/NULL); int32_t L_105 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_105, (int32_t)1)); int32_t L_106 = __this->get_m_count_5(); __this->set_m_count_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_106, (int32_t)1))); int32_t L_107 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)1)); } IL_02a6: { int32_t L_108 = V_5; int32_t L_109 = V_12; if ((((int32_t)L_108) <= ((int32_t)L_109))) { goto IL_02b6; } } IL_02ac: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_110 = V_22; NullCheck(L_110); int32_t L_111 = CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA(L_110, /*hidden argument*/NULL); if ((((int32_t)L_111) > ((int32_t)0))) { goto IL_0286; } } IL_02b6: { IL2CPP_LEAVE(0x2C4, FINALLY_02b8); } } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_02b8; } FINALLY_02b8: { // begin finally (depth: 3) { bool L_112 = V_14; if (!L_112) { goto IL_02c3; } } IL_02bc: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_113 = V_23; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_113, /*hidden argument*/NULL); } IL_02c3: { IL2CPP_END_FINALLY(696) } } // end finally (depth: 3) IL2CPP_CLEANUP(696) { IL2CPP_JUMP_TBL(0x2C4, IL_02c4) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_02c4: { int32_t L_114 = V_5; int32_t L_115 = V_12; if ((((int32_t)L_114) <= ((int32_t)L_115))) { goto IL_02db; } } IL_02ca: { int32_t L_116 = V_21; V_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1)); } IL_02d0: { int32_t L_117 = V_21; RuntimeArray * L_118 = V_18; NullCheck(L_118); int32_t L_119 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_118, /*hidden argument*/NULL); if ((((int32_t)L_117) < ((int32_t)L_119))) { goto IL_0264; } } IL_02db: { int32_t L_120 = V_5; int32_t L_121 = V_12; if ((((int32_t)L_120) <= ((int32_t)L_121))) { goto IL_02ec; } } IL_02e1: { String_t* L_122 = ___domain0; if (!L_122) { goto IL_02ec; } } IL_02e4: { V_14 = (bool)0; IL2CPP_LEAVE(0x381, FINALLY_02fa); } IL_02ec: { RuntimeObject* L_123 = V_10; NullCheck(L_123); bool L_124 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_123); if (L_124) { goto IL_0085; } } IL_02f8: { IL2CPP_LEAVE(0x31B, FINALLY_02fa); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_02fa; } FINALLY_02fa: { // begin finally (depth: 2) { RuntimeObject* L_125 = V_10; V_17 = ((RuntimeObject*)IsInst((RuntimeObject*)L_125, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_126 = V_17; if (!L_126) { goto IL_030e; } } IL_0307: { RuntimeObject* L_127 = V_17; NullCheck(L_127); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_127); } IL_030e: { IL2CPP_END_FINALLY(762) } } // end finally (depth: 2) IL2CPP_CLEANUP(762) { IL2CPP_END_CLEANUP(0x381, FINALLY_030f); IL2CPP_END_CLEANUP(0x31B, FINALLY_030f); IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_030f; } FINALLY_030f: { // begin finally (depth: 1) { bool L_128 = V_9; if (!L_128) { goto IL_031a; } } IL_0313: { RuntimeObject * L_129 = V_8; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_129, /*hidden argument*/NULL); } IL_031a: { IL2CPP_END_FINALLY(783) } } // end finally (depth: 1) IL2CPP_CLEANUP(783) { IL2CPP_JUMP_TBL(0x381, IL_0381) IL2CPP_JUMP_TBL(0x31B, IL_031b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_031b: { String_t* L_130 = ___domain0; if (!L_130) { goto IL_0320; } } { return (bool)1; } IL_0320: { int32_t L_131 = V_0; if (!L_131) { goto IL_0325; } } { return (bool)1; } IL_0325: { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_132 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_133 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MaxValue_32(); bool L_134 = DateTime_op_Equality_m5715465D90806F5305BBA5F690377819C55AF084(L_132, L_133, /*hidden argument*/NULL); if (!L_134) { goto IL_0334; } } { return (bool)0; } IL_0334: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_135 = V_3; V_23 = L_135; V_9 = (bool)0; } IL_033a: try { // begin try (depth: 1) { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_136 = V_23; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_136, (bool*)(&V_9), /*hidden argument*/NULL); goto IL_035a; } IL_0345: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_137 = V_3; NullCheck(L_137); CookieCollection_RemoveAt_mB89E1B734380A12611B8CD2F93B6871A2D25B628(L_137, 0, /*hidden argument*/NULL); int32_t L_138 = __this->get_m_count_5(); __this->set_m_count_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_138, (int32_t)1))); } IL_035a: { int32_t L_139 = __this->get_m_count_5(); int32_t L_140 = __this->get_m_maxCookies_3(); if ((((int32_t)L_139) < ((int32_t)L_140))) { goto IL_0371; } } IL_0368: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_141 = V_3; NullCheck(L_141); int32_t L_142 = CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA(L_141, /*hidden argument*/NULL); if ((((int32_t)L_142) > ((int32_t)0))) { goto IL_0345; } } IL_0371: { IL2CPP_LEAVE(0x37F, FINALLY_0373); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0373; } FINALLY_0373: { // begin finally (depth: 1) { bool L_143 = V_9; if (!L_143) { goto IL_037e; } } IL_0377: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_144 = V_23; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_144, /*hidden argument*/NULL); } IL_037e: { IL2CPP_END_FINALLY(883) } } // end finally (depth: 1) IL2CPP_CLEANUP(883) { IL2CPP_JUMP_TBL(0x37F, IL_037f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_037f: { return (bool)1; } IL_0381: { bool L_145 = V_14; return L_145; } } // System.Int32 System.Net.CookieContainer::ExpireCollection(System.Net.CookieCollection) extern "C" IL2CPP_METHOD_ATTR int32_t CookieContainer_ExpireCollection_m3175EDCCA821274D54D895F702A92B49BCA194B4 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___cc0, const RuntimeMethod* method) { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_0 = ___cc0; V_0 = L_0; V_1 = (bool)0; } IL_0004: try { // begin try (depth: 1) { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL); CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_2 = ___cc0; NullCheck(L_2); int32_t L_3 = CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA(L_2, /*hidden argument*/NULL); V_2 = L_3; int32_t L_4 = V_2; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); goto IL_0032; } IL_0019: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_5 = ___cc0; int32_t L_6 = V_3; NullCheck(L_5); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_7 = CookieCollection_get_Item_mB4DA63640CCA0D270DBF03376BCF0CA3CF3F0D0E(L_5, L_6, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = Cookie_get_Expired_mC7B425406394B3C5452630B76F1E779B71808EDA(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_002e; } } IL_0027: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_9 = ___cc0; int32_t L_10 = V_3; NullCheck(L_9); CookieCollection_RemoveAt_mB89E1B734380A12611B8CD2F93B6871A2D25B628(L_9, L_10, /*hidden argument*/NULL); } IL_002e: { int32_t L_11 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); } IL_0032: { int32_t L_12 = V_3; if ((((int32_t)L_12) >= ((int32_t)0))) { goto IL_0019; } } IL_0036: { int32_t L_13 = V_2; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_14 = ___cc0; NullCheck(L_14); int32_t L_15 = CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA(L_14, /*hidden argument*/NULL); V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_15)); IL2CPP_LEAVE(0x4C, FINALLY_0042); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0042; } FINALLY_0042: { // begin finally (depth: 1) { bool L_16 = V_1; if (!L_16) { goto IL_004b; } } IL_0045: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_17 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_17, /*hidden argument*/NULL); } IL_004b: { IL2CPP_END_FINALLY(66) } } // end finally (depth: 1) IL2CPP_CLEANUP(66) { IL2CPP_JUMP_TBL(0x4C, IL_004c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004c: { int32_t L_18 = V_4; return L_18; } } // System.Boolean System.Net.CookieContainer::IsLocalDomain(System.String) extern "C" IL2CPP_METHOD_ATTR bool CookieContainer_IsLocalDomain_mBCA6F78ACBDBFC6048639D46B4118276A8911CEF (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, String_t* ___host0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieContainer_IsLocalDomain_mBCA6F78ACBDBFC6048639D46B4118276A8911CEF_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { String_t* L_0 = ___host0; NullCheck(L_0); int32_t L_1 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_0, ((int32_t)46), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_000f; } } { return (bool)1; } IL_000f: { String_t* L_3 = ___host0; bool L_4 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_3, _stringLiteral4B84B15BFF6EE5796152495A230E45E3D7E947D9, /*hidden argument*/NULL); if (L_4) { goto IL_0036; } } { String_t* L_5 = ___host0; bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, _stringLiteral363BAEA9CBA210AFAC6D7A556FCA596E30C46333, /*hidden argument*/NULL); if (L_6) { goto IL_0036; } } { String_t* L_7 = ___host0; bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, _stringLiteral98BE478B044C162AB3D992120EF006367B04CACB, /*hidden argument*/NULL); if (!L_8) { goto IL_0038; } } IL_0036: { return (bool)1; } IL_0038: { String_t* L_9 = __this->get_m_fqdnMyDomain_6(); String_t* L_10 = ___host0; int32_t L_11 = V_0; String_t* L_12 = __this->get_m_fqdnMyDomain_6(); NullCheck(L_12); int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_12, /*hidden argument*/NULL); int32_t L_14 = String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064(L_9, 0, L_10, L_11, L_13, 5, /*hidden argument*/NULL); if (L_14) { goto IL_0056; } } { return (bool)1; } IL_0056: { String_t* L_15 = ___host0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = L_16; NullCheck(L_17); (L_17)->SetAt(static_cast(0), (Il2CppChar)((int32_t)46)); NullCheck(L_15); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_15, L_17, /*hidden argument*/NULL); V_1 = L_18; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = V_1; if (!L_19) { goto IL_0105; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = V_1; NullCheck(L_20); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length))))) == ((uint32_t)4)))) { goto IL_0105; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = V_1; NullCheck(L_21); int32_t L_22 = 0; String_t* L_23 = (L_21)->GetAt(static_cast(L_22)); bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, _stringLiteral008451A05E1E7AA32C75119DF950D405265E0904, /*hidden argument*/NULL); if (!L_24) { goto IL_0105; } } { V_2 = 1; goto IL_00fb; } IL_008a: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = V_1; int32_t L_26 = V_2; NullCheck(L_25); int32_t L_27 = L_26; String_t* L_28 = (L_25)->GetAt(static_cast(L_27)); NullCheck(L_28); int32_t L_29 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_28, /*hidden argument*/NULL); V_3 = L_29; int32_t L_30 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1))) { case 0: { goto IL_00dd; } case 1: { goto IL_00c3; } case 2: { goto IL_00a9; } } } { goto IL_00ff; } IL_00a9: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_31 = V_1; int32_t L_32 = V_2; NullCheck(L_31); int32_t L_33 = L_32; String_t* L_34 = (L_31)->GetAt(static_cast(L_33)); NullCheck(L_34); Il2CppChar L_35 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_34, 2, /*hidden argument*/NULL); if ((((int32_t)L_35) < ((int32_t)((int32_t)48)))) { goto IL_00ff; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_36 = V_1; int32_t L_37 = V_2; NullCheck(L_36); int32_t L_38 = L_37; String_t* L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_39); Il2CppChar L_40 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_39, 2, /*hidden argument*/NULL); if ((((int32_t)L_40) > ((int32_t)((int32_t)57)))) { goto IL_00ff; } } IL_00c3: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_41 = V_1; int32_t L_42 = V_2; NullCheck(L_41); int32_t L_43 = L_42; String_t* L_44 = (L_41)->GetAt(static_cast(L_43)); NullCheck(L_44); Il2CppChar L_45 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_44, 1, /*hidden argument*/NULL); if ((((int32_t)L_45) < ((int32_t)((int32_t)48)))) { goto IL_00ff; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_46 = V_1; int32_t L_47 = V_2; NullCheck(L_46); int32_t L_48 = L_47; String_t* L_49 = (L_46)->GetAt(static_cast(L_48)); NullCheck(L_49); Il2CppChar L_50 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_49, 1, /*hidden argument*/NULL); if ((((int32_t)L_50) > ((int32_t)((int32_t)57)))) { goto IL_00ff; } } IL_00dd: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_51 = V_1; int32_t L_52 = V_2; NullCheck(L_51); int32_t L_53 = L_52; String_t* L_54 = (L_51)->GetAt(static_cast(L_53)); NullCheck(L_54); Il2CppChar L_55 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_54, 0, /*hidden argument*/NULL); if ((((int32_t)L_55) < ((int32_t)((int32_t)48)))) { goto IL_00ff; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_56 = V_1; int32_t L_57 = V_2; NullCheck(L_56); int32_t L_58 = L_57; String_t* L_59 = (L_56)->GetAt(static_cast(L_58)); NullCheck(L_59); Il2CppChar L_60 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_59, 0, /*hidden argument*/NULL); if ((((int32_t)L_60) > ((int32_t)((int32_t)57)))) { goto IL_00ff; } } { int32_t L_61 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_00fb: { int32_t L_62 = V_2; if ((((int32_t)L_62) < ((int32_t)4))) { goto IL_008a; } } IL_00ff: { int32_t L_63 = V_2; if ((!(((uint32_t)L_63) == ((uint32_t)4)))) { goto IL_0105; } } { return (bool)1; } IL_0105: { return (bool)0; } } // System.Net.CookieCollection System.Net.CookieContainer::CookieCutter(System.Uri,System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * CookieContainer_CookieCutter_mADA24F94B27FB05389BA946003ED7EDAA189F354 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, String_t* ___headerName1, String_t* ___setCookieHeader2, bool ___isThrow3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieContainer_CookieCutter_mADA24F94B27FB05389BA946003ED7EDAA189F354_MetadataUsageId); s_Il2CppMethodInitialized = true; } CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; int32_t V_3 = 0; CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396 * V_4 = NULL; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * V_5 = NULL; Exception_t * V_6 = NULL; RuntimeObject* V_7 = NULL; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * V_8 = NULL; RuntimeObject* V_9 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_0 = (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)il2cpp_codegen_object_new(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var); CookieCollection__ctor_m3742A309F3C387A152B388E2A46E8EB3D820131E(L_0, /*hidden argument*/NULL); V_0 = L_0; V_1 = 0; String_t* L_1 = ___headerName1; if (L_1) { goto IL_000f; } } { V_1 = 2; goto IL_004b; } IL_000f: { V_3 = 0; goto IL_0041; } IL_0013: { String_t* L_2 = ___headerName1; IL2CPP_RUNTIME_CLASS_INIT(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_il2cpp_TypeInfo_var); HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012* L_3 = ((CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_StaticFields*)il2cpp_codegen_static_fields_for(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_il2cpp_TypeInfo_var))->get_HeaderInfo_0(); int32_t L_4 = V_3; NullCheck(L_3); String_t* L_5 = HeaderVariantInfo_get_Name_m663FC3E423EA3BFE1F1742533C0A83B4FACEB7AF((HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 *)((L_3)->GetAddressAt(static_cast(L_4))), /*hidden argument*/NULL); int32_t L_6 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_2, L_5, 5, /*hidden argument*/NULL); if (L_6) { goto IL_003d; } } { IL2CPP_RUNTIME_CLASS_INIT(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_il2cpp_TypeInfo_var); HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012* L_7 = ((CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_StaticFields*)il2cpp_codegen_static_fields_for(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_il2cpp_TypeInfo_var))->get_HeaderInfo_0(); int32_t L_8 = V_3; NullCheck(L_7); int32_t L_9 = HeaderVariantInfo_get_Variant_mB25F862C65883D77BD9B88197C3198B62A1BCD31((HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 *)((L_7)->GetAddressAt(static_cast(L_8))), /*hidden argument*/NULL); V_1 = L_9; } IL_003d: { int32_t L_10 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0041: { int32_t L_11 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_il2cpp_TypeInfo_var); HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012* L_12 = ((CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_StaticFields*)il2cpp_codegen_static_fields_for(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_il2cpp_TypeInfo_var))->get_HeaderInfo_0(); NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))))) { goto IL_0013; } } IL_004b: { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_13 = ___uri0; NullCheck(L_13); String_t* L_14 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_13, /*hidden argument*/NULL); bool L_15 = CookieContainer_IsLocalDomain_mBCA6F78ACBDBFC6048639D46B4118276A8911CEF(__this, L_14, /*hidden argument*/NULL); V_2 = L_15; } IL_0058: try { // begin try (depth: 1) { String_t* L_16 = ___setCookieHeader2; CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396 * L_17 = (CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396 *)il2cpp_codegen_object_new(CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396_il2cpp_TypeInfo_var); CookieParser__ctor_m8C62BEB643059ECACC2C4B77437EE0C94139892E(L_17, L_16, /*hidden argument*/NULL); V_4 = L_17; } IL_0060: { CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396 * L_18 = V_4; NullCheck(L_18); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_19 = CookieParser_Get_m6F73326137558E34D6A8E0A17087D695935A1DCB(L_18, /*hidden argument*/NULL); V_5 = L_19; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_20 = V_5; if (!L_20) { goto IL_00b0; } } IL_006d: { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_21 = V_5; NullCheck(L_21); String_t* L_22 = Cookie_get_Name_mB5D7C54A81F9DE0CC2A28C34A8E1A6728706CF1F(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var); bool L_23 = ValidationHelper_IsBlankString_m78C3603B0E8C93CAD3FB945CA57C3E4729A09B89(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_008f; } } IL_007b: { bool L_24 = ___isThrow3; if (!L_24) { goto IL_0060; } } IL_007f: { String_t* L_25 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralD6A7A355E5C0E829B337A547B8B4F6DE1244C89A, /*hidden argument*/NULL); CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_26 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var); CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, NULL, CookieContainer_CookieCutter_mADA24F94B27FB05389BA946003ED7EDAA189F354_RuntimeMethod_var); } IL_008f: { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_27 = V_5; int32_t L_28 = V_1; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_29 = ___uri0; bool L_30 = V_2; String_t* L_31 = __this->get_m_fqdnMyDomain_6(); bool L_32 = ___isThrow3; NullCheck(L_27); bool L_33 = Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC(L_27, L_28, L_29, L_30, L_31, (bool)1, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_0060; } } IL_00a4: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_34 = V_0; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_35 = V_5; NullCheck(L_34); CookieCollection_InternalAdd_mEEA78DBAAEDD94E32D6EE1F04D2A79754F39C525(L_34, L_35, (bool)1, /*hidden argument*/NULL); goto IL_0060; } IL_00b0: { goto IL_00f8; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00b2; throw e; } CATCH_00b2: { // begin catch(System.Exception) { V_6 = ((Exception_t *)__exception_local); Exception_t * L_36 = V_6; if (((ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 *)IsInstSealed((RuntimeObject*)L_36, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var))) { goto IL_00cf; } } IL_00bd: { Exception_t * L_37 = V_6; if (((StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC *)IsInstSealed((RuntimeObject*)L_37, StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC_il2cpp_TypeInfo_var))) { goto IL_00cf; } } IL_00c6: { Exception_t * L_38 = V_6; if (!((OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 *)IsInstClass((RuntimeObject*)L_38, OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var))) { goto IL_00d1; } } IL_00cf: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, CookieContainer_CookieCutter_mADA24F94B27FB05389BA946003ED7EDAA189F354_RuntimeMethod_var); } IL_00d1: { bool L_39 = ___isThrow3; if (!L_39) { goto IL_00f6; } } IL_00d5: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_40 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_41 = L_40; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_42 = ___uri0; NullCheck(L_42); String_t* L_43 = Uri_get_AbsoluteUri_m4326730E572E7E3874021E802813EB6F49F7F99E(L_42, /*hidden argument*/NULL); NullCheck(L_41); ArrayElementTypeCheck (L_41, L_43); (L_41)->SetAt(static_cast(0), (RuntimeObject *)L_43); String_t* L_44 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral82E66A95E95921650488B31E15D5AD3C278F1EA7, L_41, /*hidden argument*/NULL); Exception_t * L_45 = V_6; CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_46 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var); CookieException__ctor_mE455FA1BD5B59790C19D97BFA1C790F3FF233CD2(L_46, L_44, L_45, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, NULL, CookieContainer_CookieCutter_mADA24F94B27FB05389BA946003ED7EDAA189F354_RuntimeMethod_var); } IL_00f6: { goto IL_00f8; } } // end catch (depth: 1) IL_00f8: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_47 = V_0; NullCheck(L_47); RuntimeObject* L_48 = CookieCollection_GetEnumerator_m744F05CAE90510145E97197016AD7DA9EAF85687(L_47, /*hidden argument*/NULL); V_7 = L_48; } IL_0100: try { // begin try (depth: 1) { goto IL_011a; } IL_0102: { RuntimeObject* L_49 = V_7; NullCheck(L_49); RuntimeObject * L_50 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_49); V_8 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)CastclassSealed((RuntimeObject*)L_50, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var)); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_51 = V_8; bool L_52 = ___isThrow3; CookieContainer_Add_m572E4D2301BCDA7230B609BB973DD26B3A8919CB(__this, L_51, L_52, /*hidden argument*/NULL); } IL_011a: { RuntimeObject* L_53 = V_7; NullCheck(L_53); bool L_54 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_53); if (L_54) { goto IL_0102; } } IL_0123: { IL2CPP_LEAVE(0x13A, FINALLY_0125); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0125; } FINALLY_0125: { // begin finally (depth: 1) { RuntimeObject* L_55 = V_7; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_55, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_56 = V_9; if (!L_56) { goto IL_0139; } } IL_0132: { RuntimeObject* L_57 = V_9; NullCheck(L_57); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_57); } IL_0139: { IL2CPP_END_FINALLY(293) } } // end finally (depth: 1) IL2CPP_CLEANUP(293) { IL2CPP_JUMP_TBL(0x13A, IL_013a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_013a: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_58 = V_0; return L_58; } } // System.Net.CookieCollection System.Net.CookieContainer::InternalGetCookies(System.Uri) extern "C" IL2CPP_METHOD_ATTR CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * CookieContainer_InternalGetCookies_m6E1FBE5C833548C44424A78A26A3B29F8F355060 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieContainer_InternalGetCookies_m6E1FBE5C833548C44424A78A26A3B29F8F355060_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_2 = NULL; List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * V_3 = NULL; List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * V_4 = NULL; String_t* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0; NullCheck(L_0); String_t* L_1 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); String_t* L_2 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_UriSchemeHttps_4(); bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = ___uri0; NullCheck(L_4); int32_t L_5 = Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C(L_4, /*hidden argument*/NULL); V_1 = L_5; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_6 = (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)il2cpp_codegen_object_new(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var); CookieCollection__ctor_m3742A309F3C387A152B388E2A46E8EB3D820131E(L_6, /*hidden argument*/NULL); V_2 = L_6; List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_7 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var); List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06(L_7, /*hidden argument*/List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var); V_3 = L_7; List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_8 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var); List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06(L_8, /*hidden argument*/List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var); V_4 = L_8; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_9 = ___uri0; NullCheck(L_9); String_t* L_10 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_9, /*hidden argument*/NULL); V_5 = L_10; List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_11 = V_3; String_t* L_12 = V_5; NullCheck(L_11); List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_11, L_12, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var); List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_13 = V_3; String_t* L_14 = V_5; String_t* L_15 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, L_14, /*hidden argument*/NULL); NullCheck(L_13); List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_13, L_15, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var); String_t* L_16 = V_5; NullCheck(L_16); int32_t L_17 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_16, ((int32_t)46), /*hidden argument*/NULL); V_6 = L_17; int32_t L_18 = V_6; if ((!(((uint32_t)L_18) == ((uint32_t)(-1))))) { goto IL_0099; } } { String_t* L_19 = __this->get_m_fqdnMyDomain_6(); if (!L_19) { goto IL_010a; } } { String_t* L_20 = __this->get_m_fqdnMyDomain_6(); NullCheck(L_20); int32_t L_21 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_010a; } } { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_22 = V_3; String_t* L_23 = V_5; String_t* L_24 = __this->get_m_fqdnMyDomain_6(); String_t* L_25 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_23, L_24, /*hidden argument*/NULL); NullCheck(L_22); List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_22, L_25, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var); List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_26 = V_3; String_t* L_27 = __this->get_m_fqdnMyDomain_6(); NullCheck(L_26); List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_26, L_27, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var); goto IL_010a; } IL_0099: { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_28 = V_3; String_t* L_29 = V_5; int32_t L_30 = V_6; NullCheck(L_29); String_t* L_31 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_29, L_30, /*hidden argument*/NULL); NullCheck(L_28); List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_28, L_31, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var); String_t* L_32 = V_5; NullCheck(L_32); int32_t L_33 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_32, /*hidden argument*/NULL); if ((((int32_t)L_33) <= ((int32_t)2))) { goto IL_010a; } } { String_t* L_34 = V_5; String_t* L_35 = V_5; NullCheck(L_35); int32_t L_36 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_35, /*hidden argument*/NULL); NullCheck(L_34); int32_t L_37 = String_LastIndexOf_mC378BF6308D9D6A19AFA397CBD7046B2ED9B340B(L_34, ((int32_t)46), ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)2)), /*hidden argument*/NULL); V_7 = L_37; int32_t L_38 = V_7; if ((((int32_t)L_38) <= ((int32_t)0))) { goto IL_00da; } } { String_t* L_39 = V_5; int32_t L_40 = V_7; NullCheck(L_39); int32_t L_41 = String_LastIndexOf_mC378BF6308D9D6A19AFA397CBD7046B2ED9B340B(L_39, ((int32_t)46), ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1)), /*hidden argument*/NULL); V_7 = L_41; } IL_00da: { int32_t L_42 = V_7; if ((((int32_t)L_42) == ((int32_t)(-1)))) { goto IL_010a; } } { goto IL_00f1; } IL_00e1: { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_43 = V_4; String_t* L_44 = V_5; int32_t L_45 = V_6; NullCheck(L_44); String_t* L_46 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_44, L_45, /*hidden argument*/NULL); NullCheck(L_43); List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_43, L_46, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var); } IL_00f1: { int32_t L_47 = V_6; int32_t L_48 = V_7; if ((((int32_t)L_47) >= ((int32_t)L_48))) { goto IL_010a; } } { String_t* L_49 = V_5; int32_t L_50 = V_6; NullCheck(L_49); int32_t L_51 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_49, ((int32_t)46), ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)), /*hidden argument*/NULL); int32_t L_52 = L_51; V_6 = L_52; if ((!(((uint32_t)L_52) == ((uint32_t)(-1))))) { goto IL_00e1; } } IL_010a: { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_53 = ___uri0; bool L_54 = V_0; int32_t L_55 = V_1; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_56 = V_2; List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_57 = V_3; CookieContainer_BuildCookieCollectionFromDomainMatches_mC8552CA07116BD9DCE1AE8613BC3B3E4BBA9ABD4(__this, L_53, L_54, L_55, L_56, L_57, (bool)0, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_58 = ___uri0; bool L_59 = V_0; int32_t L_60 = V_1; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_61 = V_2; List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_62 = V_4; CookieContainer_BuildCookieCollectionFromDomainMatches_mC8552CA07116BD9DCE1AE8613BC3B3E4BBA9ABD4(__this, L_58, L_59, L_60, L_61, L_62, (bool)1, /*hidden argument*/NULL); CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_63 = V_2; return L_63; } } // System.Void System.Net.CookieContainer::BuildCookieCollectionFromDomainMatches(System.Uri,System.Boolean,System.Int32,System.Net.CookieCollection,System.Collections.Generic.List`1,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CookieContainer_BuildCookieCollectionFromDomainMatches_mC8552CA07116BD9DCE1AE8613BC3B3E4BBA9ABD4 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, bool ___isSecure1, int32_t ___port2, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___cookies3, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___domainAttribute4, bool ___matchOnlyPlainCookie5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieContainer_BuildCookieCollectionFromDomainMatches_mC8552CA07116BD9DCE1AE8613BC3B3E4BBA9ABD4_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; bool V_2 = false; PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * V_3 = NULL; RuntimeObject * V_4 = NULL; bool V_5 = false; RuntimeObject* V_6 = NULL; DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 V_7; memset(&V_7, 0, sizeof(V_7)); String_t* V_8 = NULL; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_9 = NULL; RuntimeObject* V_10 = NULL; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_11 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { V_0 = 0; goto IL_0154; } IL_0007: { V_1 = (bool)0; V_2 = (bool)0; Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_m_domainTable_1(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(31 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0); V_4 = L_1; V_5 = (bool)0; } IL_001b: try { // begin try (depth: 1) RuntimeObject * L_2 = V_4; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_5), /*hidden argument*/NULL); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = __this->get_m_domainTable_1(); List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_4 = ___domainAttribute4; int32_t L_5 = V_0; NullCheck(L_4); String_t* L_6 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED(L_4, L_5, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var); NullCheck(L_3); RuntimeObject * L_7 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_3, L_6); V_3 = ((PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A *)CastclassClass((RuntimeObject*)L_7, PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A_il2cpp_TypeInfo_var)); IL2CPP_LEAVE(0x4B, FINALLY_003f); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003f; } FINALLY_003f: { // begin finally (depth: 1) { bool L_8 = V_5; if (!L_8) { goto IL_004a; } } IL_0043: { RuntimeObject * L_9 = V_4; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_9, /*hidden argument*/NULL); } IL_004a: { IL2CPP_END_FINALLY(63) } } // end finally (depth: 1) IL2CPP_CLEANUP(63) { IL2CPP_JUMP_TBL(0x4B, IL_004b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004b: { PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_10 = V_3; if (!L_10) { goto IL_0150; } } { PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_11 = V_3; NullCheck(L_11); RuntimeObject * L_12 = PathList_get_SyncRoot_m715772A2BE6064727FE7B137BED3D7C31AC6B90A(L_11, /*hidden argument*/NULL); V_4 = L_12; V_5 = (bool)0; } IL_005c: try { // begin try (depth: 1) { RuntimeObject * L_13 = V_4; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_13, (bool*)(&V_5), /*hidden argument*/NULL); PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_14 = V_3; NullCheck(L_14); RuntimeObject* L_15 = PathList_GetEnumerator_m75D1F5AD9B3CC5617C0509F45E240C6A52226B76(L_14, /*hidden argument*/NULL); V_6 = L_15; } IL_006d: try { // begin try (depth: 2) { goto IL_00dd; } IL_006f: { RuntimeObject* L_16 = V_6; NullCheck(L_16); RuntimeObject * L_17 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_16); V_7 = ((*(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)UnBox(L_17, DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var)))); RuntimeObject * L_18 = DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_7), /*hidden argument*/NULL); V_8 = ((String_t*)CastclassSealed((RuntimeObject*)L_18, String_t_il2cpp_TypeInfo_var)); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_19 = ___uri0; NullCheck(L_19); String_t* L_20 = Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31(L_19, /*hidden argument*/NULL); String_t* L_21 = V_8; String_t* L_22 = CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E(L_21, /*hidden argument*/NULL); NullCheck(L_20); bool L_23 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_20, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00d8; } } IL_009f: { V_1 = (bool)1; RuntimeObject * L_24 = DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_7), /*hidden argument*/NULL); V_9 = ((CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)CastclassClass((RuntimeObject*)L_24, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var)); CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_25 = V_9; NullCheck(L_25); CookieCollection_TimeStamp_mC5B474E91B4D14A75BCF7A83883BFFD46F41DE8A(L_25, 1, /*hidden argument*/NULL); CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_26 = ___cookies3; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_27 = V_9; int32_t L_28 = ___port2; bool L_29 = ___isSecure1; bool L_30 = ___matchOnlyPlainCookie5; CookieContainer_MergeUpdateCollections_m233953DFEDBC596ED2CE02756EBCB540AF99F5C3(__this, L_26, L_27, L_28, L_29, L_30, /*hidden argument*/NULL); String_t* L_31 = V_8; bool L_32 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_31, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL); if (!L_32) { goto IL_00dd; } } IL_00d4: { V_2 = (bool)1; goto IL_00dd; } IL_00d8: { bool L_33 = V_1; if (!L_33) { goto IL_00dd; } } IL_00db: { IL2CPP_LEAVE(0x109, FINALLY_00e8); } IL_00dd: { RuntimeObject* L_34 = V_6; NullCheck(L_34); bool L_35 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_34); if (L_35) { goto IL_006f; } } IL_00e6: { IL2CPP_LEAVE(0x109, FINALLY_00e8); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e8; } FINALLY_00e8: { // begin finally (depth: 2) { RuntimeObject* L_36 = V_6; V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_37 = V_10; if (!L_37) { goto IL_00fc; } } IL_00f5: { RuntimeObject* L_38 = V_10; NullCheck(L_38); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_38); } IL_00fc: { IL2CPP_END_FINALLY(232) } } // end finally (depth: 2) IL2CPP_CLEANUP(232) { IL2CPP_END_CLEANUP(0x109, FINALLY_00fd); IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00fd; } FINALLY_00fd: { // begin finally (depth: 1) { bool L_39 = V_5; if (!L_39) { goto IL_0108; } } IL_0101: { RuntimeObject * L_40 = V_4; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_40, /*hidden argument*/NULL); } IL_0108: { IL2CPP_END_FINALLY(253) } } // end finally (depth: 1) IL2CPP_CLEANUP(253) { IL2CPP_JUMP_TBL(0x109, IL_0109) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0109: { bool L_41 = V_2; if (L_41) { goto IL_0139; } } { PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_42 = V_3; NullCheck(L_42); RuntimeObject * L_43 = PathList_get_Item_m5D18254EBB9626DA8BF4251E48956BA92F16431E(L_42, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL); V_11 = ((CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)CastclassClass((RuntimeObject*)L_43, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var)); CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_44 = V_11; if (!L_44) { goto IL_0139; } } { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_45 = V_11; NullCheck(L_45); CookieCollection_TimeStamp_mC5B474E91B4D14A75BCF7A83883BFFD46F41DE8A(L_45, 1, /*hidden argument*/NULL); CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_46 = ___cookies3; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_47 = V_11; int32_t L_48 = ___port2; bool L_49 = ___isSecure1; bool L_50 = ___matchOnlyPlainCookie5; CookieContainer_MergeUpdateCollections_m233953DFEDBC596ED2CE02756EBCB540AF99F5C3(__this, L_46, L_47, L_48, L_49, L_50, /*hidden argument*/NULL); } IL_0139: { PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_51 = V_3; NullCheck(L_51); int32_t L_52 = PathList_get_Count_m834587A0CE483A4864CAEC4F449576A614505085(L_51, /*hidden argument*/NULL); if (L_52) { goto IL_0150; } } { List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_53 = ___domainAttribute4; int32_t L_54 = V_0; NullCheck(L_53); String_t* L_55 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED(L_53, L_54, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var); CookieContainer_AddRemoveDomain_m8747F844BC7F2C50C3A38B5E1A51758D4858A0AB(__this, L_55, (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A *)NULL, /*hidden argument*/NULL); } IL_0150: { int32_t L_56 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0154: { int32_t L_57 = V_0; List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_58 = ___domainAttribute4; NullCheck(L_58); int32_t L_59 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4(L_58, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var); if ((((int32_t)L_57) < ((int32_t)L_59))) { goto IL_0007; } } { return; } } // System.Void System.Net.CookieContainer::MergeUpdateCollections(System.Net.CookieCollection,System.Net.CookieCollection,System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CookieContainer_MergeUpdateCollections_m233953DFEDBC596ED2CE02756EBCB540AF99F5C3 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___destination0, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___source1, int32_t ___port2, bool ___isSecure3, bool ___isPlainOnly4, const RuntimeMethod* method) { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; bool V_3 = false; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * V_4 = NULL; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_5 = NULL; int32_t V_6 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_0 = ___source1; V_0 = L_0; V_1 = (bool)0; } IL_0004: try { // begin try (depth: 1) { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL); V_2 = 0; goto IL_00a5; } IL_0013: { V_3 = (bool)0; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_2 = ___source1; int32_t L_3 = V_2; NullCheck(L_2); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_4 = CookieCollection_get_Item_mB4DA63640CCA0D270DBF03376BCF0CA3CF3F0D0E(L_2, L_3, /*hidden argument*/NULL); V_4 = L_4; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_5 = V_4; NullCheck(L_5); bool L_6 = Cookie_get_Expired_mC7B425406394B3C5452630B76F1E779B71808EDA(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0042; } } IL_0027: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_7 = ___source1; int32_t L_8 = V_2; NullCheck(L_7); CookieCollection_RemoveAt_mB89E1B734380A12611B8CD2F93B6871A2D25B628(L_7, L_8, /*hidden argument*/NULL); int32_t L_9 = __this->get_m_count_5(); __this->set_m_count_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); goto IL_00a1; } IL_0042: { bool L_11 = ___isPlainOnly4; if (!L_11) { goto IL_0050; } } IL_0046: { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_12 = V_4; NullCheck(L_12); int32_t L_13 = Cookie_get_Variant_m6FDA5BC7A2071B73CA7163197349952BC959272B(L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)1)))) { goto IL_0085; } } IL_0050: { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_14 = V_4; NullCheck(L_14); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = Cookie_get_PortList_mF0990322FC7C48A15E551DEBA407FD680343BB73(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0083; } } IL_0059: { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_16 = V_4; NullCheck(L_16); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_17 = Cookie_get_PortList_mF0990322FC7C48A15E551DEBA407FD680343BB73(L_16, /*hidden argument*/NULL); V_5 = L_17; V_6 = 0; goto IL_0079; } IL_0067: { Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_18 = V_5; int32_t L_19 = V_6; NullCheck(L_18); int32_t L_20 = L_19; int32_t L_21 = (L_18)->GetAt(static_cast(L_20)); int32_t L_22 = ___port2; if ((!(((uint32_t)L_21) == ((uint32_t)L_22)))) { goto IL_0073; } } IL_006f: { V_3 = (bool)1; goto IL_0085; } IL_0073: { int32_t L_23 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0079: { int32_t L_24 = V_6; Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_25 = V_5; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length))))))) { goto IL_0067; } } IL_0081: { goto IL_0085; } IL_0083: { V_3 = (bool)1; } IL_0085: { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_26 = V_4; NullCheck(L_26); bool L_27 = Cookie_get_Secure_mE6212C848C54547AB92F7F57A8B3C87C6B94E67D(L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0094; } } IL_008e: { bool L_28 = ___isSecure3; if (L_28) { goto IL_0094; } } IL_0092: { V_3 = (bool)0; } IL_0094: { bool L_29 = V_3; if (!L_29) { goto IL_00a1; } } IL_0097: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_30 = ___destination0; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_31 = V_4; NullCheck(L_30); CookieCollection_InternalAdd_mEEA78DBAAEDD94E32D6EE1F04D2A79754F39C525(L_30, L_31, (bool)0, /*hidden argument*/NULL); } IL_00a1: { int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_00a5: { int32_t L_33 = V_2; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_34 = ___source1; NullCheck(L_34); int32_t L_35 = CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA(L_34, /*hidden argument*/NULL); if ((((int32_t)L_33) < ((int32_t)L_35))) { goto IL_0013; } } IL_00b1: { IL2CPP_LEAVE(0xBD, FINALLY_00b3); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b3; } FINALLY_00b3: { // begin finally (depth: 1) { bool L_36 = V_1; if (!L_36) { goto IL_00bc; } } IL_00b6: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_37 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_37, /*hidden argument*/NULL); } IL_00bc: { IL2CPP_END_FINALLY(179) } } // end finally (depth: 1) IL2CPP_CLEANUP(179) { IL2CPP_JUMP_TBL(0xBD, IL_00bd) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00bd: { return; } } // System.String System.Net.CookieContainer::GetCookieHeader(System.Uri) extern "C" IL2CPP_METHOD_ATTR String_t* CookieContainer_GetCookieHeader_mA2EB16AC10DD286DE35850CC5E30B3BA013BA201 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieContainer_GetCookieHeader_mA2EB16AC10DD286DE35850CC5E30B3BA013BA201_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); bool L_1 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F(L_0, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, CookieContainer_GetCookieHeader_mA2EB16AC10DD286DE35850CC5E30B3BA013BA201_RuntimeMethod_var); } IL_0014: { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___uri0; String_t* L_4 = CookieContainer_GetCookieHeader_mF2ECF0C3600C1E60C052F013945B1AEDA20E3043(__this, L_3, (String_t**)(&V_0), /*hidden argument*/NULL); return L_4; } } // System.String System.Net.CookieContainer::GetCookieHeader(System.Uri,System.StringU26) extern "C" IL2CPP_METHOD_ATTR String_t* CookieContainer_GetCookieHeader_mF2ECF0C3600C1E60C052F013945B1AEDA20E3043 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, String_t** ___optCookie21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieContainer_GetCookieHeader_mF2ECF0C3600C1E60C052F013945B1AEDA20E3043_MetadataUsageId); s_Il2CppMethodInitialized = true; } CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* V_3 = NULL; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * V_4 = NULL; RuntimeObject* V_5 = NULL; int32_t V_6 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); String_t** G_B10_0 = NULL; String_t** G_B9_0 = NULL; String_t* G_B11_0 = NULL; String_t** G_B11_1 = NULL; { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_1 = CookieContainer_InternalGetCookies_m6E1FBE5C833548C44424A78A26A3B29F8F355060(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_1 = L_2; String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_2 = L_3; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_4 = V_0; NullCheck(L_4); RuntimeObject* L_5 = CookieCollection_GetEnumerator_m744F05CAE90510145E97197016AD7DA9EAF85687(L_4, /*hidden argument*/NULL); V_3 = L_5; } IL_001b: try { // begin try (depth: 1) { goto IL_003f; } IL_001d: { RuntimeObject* L_6 = V_3; NullCheck(L_6); RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_6); V_4 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)CastclassSealed((RuntimeObject*)L_7, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var)); String_t* L_8 = V_1; String_t* L_9 = V_2; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_10 = V_4; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); String_t* L_12 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_8, L_9, L_11, /*hidden argument*/NULL); V_1 = L_12; V_2 = _stringLiteralD2D586849E53CFD2F880934665669C695A79C230; } IL_003f: { RuntimeObject* L_13 = V_3; NullCheck(L_13); bool L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_001d; } } IL_0047: { IL2CPP_LEAVE(0x5D, FINALLY_0049); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_5; if (!L_16) { goto IL_005c; } } IL_0055: { RuntimeObject* L_17 = V_5; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_17); } IL_005c: { IL2CPP_END_FINALLY(73) } } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_JUMP_TBL(0x5D, IL_005d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005d: { String_t** L_18 = ___optCookie21; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_19 = V_0; NullCheck(L_19); bool L_20 = CookieCollection_get_IsOtherVersionSeen_mE8923C5F17A64DD450124524D7E93576095CD9FE(L_19, /*hidden argument*/NULL); G_B9_0 = L_18; if (L_20) { G_B10_0 = L_18; goto IL_006d; } } { String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B11_0 = L_21; G_B11_1 = G_B9_0; goto IL_0086; } IL_006d: { V_6 = 1; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_22 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); String_t* L_23 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&V_6), L_22, /*hidden argument*/NULL); String_t* L_24 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralC6FC42C72609142B300B076BEFED5623027F3481, L_23, /*hidden argument*/NULL); G_B11_0 = L_24; G_B11_1 = G_B10_0; } IL_0086: { *((RuntimeObject **)G_B11_1) = (RuntimeObject *)G_B11_0; Il2CppCodeGenWriteBarrier((RuntimeObject **)G_B11_1, (RuntimeObject *)G_B11_0); String_t* L_25 = V_1; return L_25; } } // System.Void System.Net.CookieContainer::.cctor() extern "C" IL2CPP_METHOD_ATTR void CookieContainer__cctor_m26A8B244BB006A342938DD1037DF1B395032E0CB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieContainer__cctor_m26A8B244BB006A342938DD1037DF1B395032E0CB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012* L_0 = (HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012*)SZArrayNew(HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012_il2cpp_TypeInfo_var, (uint32_t)2); HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012* L_1 = L_0; HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 L_2; memset(&L_2, 0, sizeof(L_2)); HeaderVariantInfo__ctor_mAD64A49F3014F465CAFB0530158218EF432CD49D((&L_2), _stringLiteralDA18D02D9A384EC87B2924AA70BB99B190DFA12C, 2, /*hidden argument*/NULL); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 )L_2); HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012* L_3 = L_1; HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 L_4; memset(&L_4, 0, sizeof(L_4)); HeaderVariantInfo__ctor_mAD64A49F3014F465CAFB0530158218EF432CD49D((&L_4), _stringLiteralE9CACE35E90B037B0140E79E5BFF9090459AEF6C, 3, /*hidden argument*/NULL); NullCheck(L_3); (L_3)->SetAt(static_cast(1), (HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 )L_4); ((CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_StaticFields*)il2cpp_codegen_static_fields_for(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_il2cpp_TypeInfo_var))->set_HeaderInfo_0(L_3); 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.Void System.Net.CookieException::.ctor() extern "C" IL2CPP_METHOD_ATTR void CookieException__ctor_m75DDC43119C2CC7281EE61CF116B4B6CA7C0A35E (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * __this, const RuntimeMethod* method) { { FormatException__ctor_m6DAD3E32EE0445420B4893EA683425AC3441609B(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.CookieException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.CookieException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void CookieException__ctor_mE455FA1BD5B59790C19D97BFA1C790F3FF233CD2 (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___inner1; FormatException__ctor_m4DC702D2EF54A4AD4F704A7217680A4897292DE8(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.CookieException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void CookieException__ctor_m06B64C33C3BED301B52C09B59C59B0C6933F8495 (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1; FormatException__ctor_mDC141C414E24BE865FC8853970BF83C5B8C7676C(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.CookieException::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void CookieException_System_Runtime_Serialization_ISerializable_GetObjectData_m8DF4F39BFE904F6E496ACDCB30D29E1AC231C09F (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1; Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.CookieException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void CookieException_GetObjectData_m14EBAD80E96AF641B838F61E498562E8C12CC1EB (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1; Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6(__this, L_0, L_1, /*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 // System.Void System.Net.CookieParser::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CookieParser__ctor_m8C62BEB643059ECACC2C4B77437EE0C94139892E (CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396 * __this, String_t* ___cookieString0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieParser__ctor_m8C62BEB643059ECACC2C4B77437EE0C94139892E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); String_t* L_0 = ___cookieString0; CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_1 = (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD *)il2cpp_codegen_object_new(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var); CookieTokenizer__ctor_mD6B2EFD3CD57C3351A4A70A4DB9285CC4FE69BE3(L_1, L_0, /*hidden argument*/NULL); __this->set_m_tokenizer_0(L_1); return; } } // System.Net.Cookie System.Net.CookieParser::Get() extern "C" IL2CPP_METHOD_ATTR Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * CookieParser_Get_m6F73326137558E34D6A8E0A17087D695935A1DCB (CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieParser_Get_m6F73326137558E34D6A8E0A17087D695935A1DCB_MetadataUsageId); s_Il2CppMethodInitialized = true; } Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * V_0 = NULL; bool V_1 = false; bool V_2 = false; bool V_3 = false; bool V_4 = false; bool V_5 = false; bool V_6 = false; bool V_7 = false; bool V_8 = false; bool V_9 = false; int32_t V_10 = 0; int32_t V_11 = 0; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_12 = NULL; DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_13; memset(&V_13, 0, sizeof(V_13)); int32_t V_14 = 0; DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_15; memset(&V_15, 0, sizeof(V_15)); int32_t V_16 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { V_0 = (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)NULL; V_1 = (bool)0; V_2 = (bool)0; V_3 = (bool)0; V_4 = (bool)0; V_5 = (bool)0; V_6 = (bool)0; V_7 = (bool)0; V_8 = (bool)0; V_9 = (bool)0; } IL_001a: { CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_0 = __this->get_m_tokenizer_0(); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_1 = V_0; NullCheck(L_0); int32_t L_2 = CookieTokenizer_Next_mB6360231D04FAB9D6D55CFE9932FB2AA453C07D7(L_0, (bool)((((RuntimeObject*)(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0), (bool)1, /*hidden argument*/NULL); V_10 = L_2; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_3 = V_0; if (L_3) { goto IL_0074; } } { int32_t L_4 = V_10; if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_0039; } } { int32_t L_5 = V_10; if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_0074; } } IL_0039: { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_6 = (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)il2cpp_codegen_object_new(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var); Cookie__ctor_m4C6213C74DBEE7EA95551715F3121F0F59169D16(L_6, /*hidden argument*/NULL); V_0 = L_6; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_7 = V_0; CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_8 = __this->get_m_tokenizer_0(); NullCheck(L_8); String_t* L_9 = CookieTokenizer_get_Name_m40F65BE2B473F8D9DF41F9655CB8C8C063702F45(L_8, /*hidden argument*/NULL); NullCheck(L_7); bool L_10 = Cookie_InternalSetName_m119BC4E6C4D01CCF3E10E00D1D0E1A9B3F7F418F(L_7, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_005e; } } { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_11 = V_0; String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_11); Cookie_InternalSetName_m119BC4E6C4D01CCF3E10E00D1D0E1A9B3F7F418F(L_11, L_12, /*hidden argument*/NULL); } IL_005e: { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_13 = V_0; CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_14 = __this->get_m_tokenizer_0(); NullCheck(L_14); String_t* L_15 = CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22(L_14, /*hidden argument*/NULL); NullCheck(L_13); Cookie_set_Value_mD408DC9C452695090A5BFDA8D7977E49868408FC(L_13, L_15, /*hidden argument*/NULL); goto IL_02f4; } IL_0074: { int32_t L_16 = V_10; if ((((int32_t)L_16) == ((int32_t)1))) { goto IL_0086; } } { int32_t L_17 = V_10; if ((((int32_t)L_17) == ((int32_t)2))) { goto IL_028e; } } { goto IL_02f4; } IL_0086: { CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_18 = __this->get_m_tokenizer_0(); NullCheck(L_18); int32_t L_19 = CookieTokenizer_get_Token_mD7509919959F8F3F36E1124D1724DD108A4293E1(L_18, /*hidden argument*/NULL); V_11 = L_19; int32_t L_20 = V_11; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)7))) { case 0: { goto IL_00d5; } case 1: { goto IL_00f3; } case 2: { goto IL_02f4; } case 3: { goto IL_02f4; } case 4: { goto IL_0125; } case 5: { goto IL_0159; } case 6: { goto IL_01a0; } case 7: { goto IL_01f0; } case 8: { goto IL_0210; } case 9: { goto IL_02f4; } case 10: { goto IL_02f4; } case 11: { goto IL_02f4; } case 12: { goto IL_0242; } } } { goto IL_02f4; } IL_00d5: { bool L_21 = V_1; if (L_21) { goto IL_02f4; } } { V_1 = (bool)1; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_22 = V_0; CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_23 = __this->get_m_tokenizer_0(); NullCheck(L_23); String_t* L_24 = CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22(L_23, /*hidden argument*/NULL); NullCheck(L_22); Cookie_set_Comment_m10F753185E557E8658D73EDE181CCE4A5F2CD40B(L_22, L_24, /*hidden argument*/NULL); goto IL_02f4; } IL_00f3: { bool L_25 = V_2; if (L_25) { goto IL_02f4; } } { V_2 = (bool)1; CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_26 = __this->get_m_tokenizer_0(); NullCheck(L_26); String_t* L_27 = CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22(L_26, /*hidden argument*/NULL); String_t* L_28 = CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E(L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); bool L_29 = Uri_TryCreate_mEEB6736FEDAF52AAE36ACC1EA1EC8CEBB7C52DAB(L_28, 1, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E **)(&V_12), /*hidden argument*/NULL); if (!L_29) { goto IL_02f4; } } { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_30 = V_0; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_31 = V_12; NullCheck(L_30); Cookie_set_CommentUri_m46237697CECCF00DB08599F660CB7A9CB541BDF2(L_30, L_31, /*hidden argument*/NULL); goto IL_02f4; } IL_0125: { bool L_32 = V_3; if (L_32) { goto IL_02f4; } } { V_3 = (bool)1; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_33 = V_0; CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_34 = __this->get_m_tokenizer_0(); NullCheck(L_34); String_t* L_35 = CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22(L_34, /*hidden argument*/NULL); String_t* L_36 = CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E(L_35, /*hidden argument*/NULL); NullCheck(L_33); Cookie_set_Domain_m22FD40A6FA2856E7F8B2B4871951C7DD8CB91E65(L_33, L_36, /*hidden argument*/NULL); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_37 = V_0; CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_38 = __this->get_m_tokenizer_0(); NullCheck(L_38); bool L_39 = CookieTokenizer_get_Quoted_m85EF95144AE52CD3806F0EC6DA5FF2782E2D485E(L_38, /*hidden argument*/NULL); NullCheck(L_37); L_37->set_IsQuotedDomain_24(L_39); goto IL_02f4; } IL_0159: { bool L_40 = V_4; if (L_40) { goto IL_02f4; } } { V_4 = (bool)1; CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_41 = __this->get_m_tokenizer_0(); NullCheck(L_41); String_t* L_42 = CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22(L_41, /*hidden argument*/NULL); String_t* L_43 = CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E(L_42, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_44 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); bool L_45 = DateTime_TryParse_m4C5B905D8A9883947A9A45009C1A8184472E7D7B(L_43, L_44, 7, (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_13), /*hidden argument*/NULL); if (!L_45) { goto IL_018f; } } { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_46 = V_0; DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_47 = V_13; NullCheck(L_46); Cookie_set_Expires_m0F85D1F054D826308A938C91E2DAB39C24305387(L_46, L_47, /*hidden argument*/NULL); goto IL_02f4; } IL_018f: { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_48 = V_0; String_t* L_49 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_48); Cookie_InternalSetName_m119BC4E6C4D01CCF3E10E00D1D0E1A9B3F7F418F(L_48, L_49, /*hidden argument*/NULL); goto IL_02f4; } IL_01a0: { bool L_50 = V_4; if (L_50) { goto IL_02f4; } } { V_4 = (bool)1; CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_51 = __this->get_m_tokenizer_0(); NullCheck(L_51); String_t* L_52 = CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22(L_51, /*hidden argument*/NULL); String_t* L_53 = CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E(L_52, /*hidden argument*/NULL); bool L_54 = Int32_TryParse_m03D31CAB7050E8286A8A90711C896B181006AD00(L_53, (int32_t*)(&V_14), /*hidden argument*/NULL); if (!L_54) { goto IL_01df; } } { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_55 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_56 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL); V_15 = L_56; int32_t L_57 = V_14; DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_58 = DateTime_AddSeconds_m36DC8835432569A70AC5120359527350DD65D6B2((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_15), (((double)((double)L_57))), /*hidden argument*/NULL); NullCheck(L_55); Cookie_set_Expires_m0F85D1F054D826308A938C91E2DAB39C24305387(L_55, L_58, /*hidden argument*/NULL); goto IL_02f4; } IL_01df: { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_59 = V_0; String_t* L_60 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_59); Cookie_InternalSetName_m119BC4E6C4D01CCF3E10E00D1D0E1A9B3F7F418F(L_59, L_60, /*hidden argument*/NULL); goto IL_02f4; } IL_01f0: { bool L_61 = V_5; if (L_61) { goto IL_02f4; } } { V_5 = (bool)1; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_62 = V_0; CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_63 = __this->get_m_tokenizer_0(); NullCheck(L_63); String_t* L_64 = CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22(L_63, /*hidden argument*/NULL); NullCheck(L_62); Cookie_set_Path_mA51AE39D41EA9A1A6B47C6A735EE9C490CAB02FD(L_62, L_64, /*hidden argument*/NULL); goto IL_02f4; } IL_0210: { bool L_65 = V_6; if (L_65) { goto IL_02f4; } } { V_6 = (bool)1; } IL_021a: try { // begin try (depth: 1) Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_66 = V_0; CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_67 = __this->get_m_tokenizer_0(); NullCheck(L_67); String_t* L_68 = CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22(L_67, /*hidden argument*/NULL); NullCheck(L_66); Cookie_set_Port_mFB8C36FFE4B7D5F19D21A7285D209B3CD44C0DDC(L_66, L_68, /*hidden argument*/NULL); goto IL_02f4; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0230; throw e; } CATCH_0230: { // begin catch(System.Object) Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_69 = V_0; String_t* L_70 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_69); Cookie_InternalSetName_m119BC4E6C4D01CCF3E10E00D1D0E1A9B3F7F418F(L_69, L_70, /*hidden argument*/NULL); goto IL_02f4; } // end catch (depth: 1) IL_0242: { bool L_71 = V_7; if (L_71) { goto IL_02f4; } } { V_7 = (bool)1; CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_72 = __this->get_m_tokenizer_0(); NullCheck(L_72); String_t* L_73 = CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22(L_72, /*hidden argument*/NULL); String_t* L_74 = CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E(L_73, /*hidden argument*/NULL); bool L_75 = Int32_TryParse_m03D31CAB7050E8286A8A90711C896B181006AD00(L_74, (int32_t*)(&V_16), /*hidden argument*/NULL); if (!L_75) { goto IL_0280; } } { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_76 = V_0; int32_t L_77 = V_16; NullCheck(L_76); Cookie_set_Version_m4059439CDC5C879D40FB23F89ED92872CB1C8E13(L_76, L_77, /*hidden argument*/NULL); Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_78 = V_0; CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_79 = __this->get_m_tokenizer_0(); NullCheck(L_79); bool L_80 = CookieTokenizer_get_Quoted_m85EF95144AE52CD3806F0EC6DA5FF2782E2D485E(L_79, /*hidden argument*/NULL); NullCheck(L_78); L_78->set_IsQuotedVersion_23(L_80); goto IL_02f4; } IL_0280: { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_81 = V_0; String_t* L_82 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_81); Cookie_InternalSetName_m119BC4E6C4D01CCF3E10E00D1D0E1A9B3F7F418F(L_81, L_82, /*hidden argument*/NULL); goto IL_02f4; } IL_028e: { CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_83 = __this->get_m_tokenizer_0(); NullCheck(L_83); int32_t L_84 = CookieTokenizer_get_Token_mD7509919959F8F3F36E1124D1724DD108A4293E1(L_83, /*hidden argument*/NULL); V_11 = L_84; int32_t L_85 = V_11; if ((((int32_t)L_85) == ((int32_t)((int32_t)10)))) { goto IL_02b9; } } { int32_t L_86 = V_11; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)((int32_t)15)))) { case 0: { goto IL_02e2; } case 1: { goto IL_02c9; } case 2: { goto IL_02d9; } } } { goto IL_02f4; } IL_02b9: { bool L_87 = V_9; if (L_87) { goto IL_02f4; } } { V_9 = (bool)1; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_88 = V_0; NullCheck(L_88); Cookie_set_Discard_m7BB3C2B8C6B690EFA7507C4740146D17F63F1476(L_88, (bool)1, /*hidden argument*/NULL); goto IL_02f4; } IL_02c9: { bool L_89 = V_8; if (L_89) { goto IL_02f4; } } { V_8 = (bool)1; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_90 = V_0; NullCheck(L_90); Cookie_set_Secure_m38C704F5197C73361544277682E19121C535EB3C(L_90, (bool)1, /*hidden argument*/NULL); goto IL_02f4; } IL_02d9: { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_91 = V_0; NullCheck(L_91); Cookie_set_HttpOnly_mF5A41D2239EB04FE3EFF9152F2AB3CEA409BD377(L_91, (bool)1, /*hidden argument*/NULL); goto IL_02f4; } IL_02e2: { bool L_92 = V_6; if (L_92) { goto IL_02f4; } } { V_6 = (bool)1; Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_93 = V_0; String_t* L_94 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_93); Cookie_set_Port_mFB8C36FFE4B7D5F19D21A7285D209B3CD44C0DDC(L_93, L_94, /*hidden argument*/NULL); } IL_02f4: { CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_95 = __this->get_m_tokenizer_0(); NullCheck(L_95); bool L_96 = CookieTokenizer_get_Eof_m4D8AC607938FD5A53077EC6740CF330D4AF1A56E(L_95, /*hidden argument*/NULL); if (L_96) { goto IL_0311; } } { CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_97 = __this->get_m_tokenizer_0(); NullCheck(L_97); bool L_98 = CookieTokenizer_get_EndOfCookie_m673AA89F67DC8CF668FE3F11A1F42EF3B97CB059(L_97, /*hidden argument*/NULL); if (!L_98) { goto IL_001a; } } IL_0311: { Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_99 = V_0; return L_99; } } // System.String System.Net.CookieParser::CheckQuoted(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)2))) { goto IL_0026; } } { String_t* L_2 = ___value0; NullCheck(L_2); Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)34))))) { goto IL_0026; } } { String_t* L_4 = ___value0; String_t* L_5 = ___value0; NullCheck(L_5); int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_5, /*hidden argument*/NULL); NullCheck(L_4); Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)((int32_t)34)))) { goto IL_0028; } } IL_0026: { String_t* L_8 = ___value0; return L_8; } IL_0028: { String_t* L_9 = ___value0; NullCheck(L_9); int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) == ((int32_t)2))) { goto IL_0041; } } { String_t* L_11 = ___value0; String_t* L_12 = ___value0; NullCheck(L_12); int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_12, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_14 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_11, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)2)), /*hidden argument*/NULL); return L_14; } IL_0041: { String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_15; } } #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 // System.Void System.Net.CookieTokenizer::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CookieTokenizer__ctor_mD6B2EFD3CD57C3351A4A70A4DB9285CC4FE69BE3 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, String_t* ___tokenStream0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); String_t* L_0 = ___tokenStream0; NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL); __this->set_m_length_2(L_1); String_t* L_2 = ___tokenStream0; __this->set_m_tokenStream_8(L_2); return; } } // System.Boolean System.Net.CookieTokenizer::get_EndOfCookie() extern "C" IL2CPP_METHOD_ATTR bool CookieTokenizer_get_EndOfCookie_m673AA89F67DC8CF668FE3F11A1F42EF3B97CB059 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_eofCookie_0(); return L_0; } } // System.Void System.Net.CookieTokenizer::set_EndOfCookie(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CookieTokenizer_set_EndOfCookie_m91466800EAC6AFD37F94FD48EB3346E4537AFD38 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_eofCookie_0(L_0); return; } } // System.Boolean System.Net.CookieTokenizer::get_Eof() extern "C" IL2CPP_METHOD_ATTR bool CookieTokenizer_get_Eof_m4D8AC607938FD5A53077EC6740CF330D4AF1A56E (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_index_1(); int32_t L_1 = __this->get_m_length_2(); return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.String System.Net.CookieTokenizer::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* CookieTokenizer_get_Name_m40F65BE2B473F8D9DF41F9655CB8C8C063702F45 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_3(); return L_0; } } // System.Void System.Net.CookieTokenizer::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void CookieTokenizer_set_Name_m106FF4EA1A9CE21940F8FE4278678ED68F5CD7B9 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_name_3(L_0); return; } } // System.Boolean System.Net.CookieTokenizer::get_Quoted() extern "C" IL2CPP_METHOD_ATTR bool CookieTokenizer_get_Quoted_m85EF95144AE52CD3806F0EC6DA5FF2782E2D485E (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_quoted_4(); return L_0; } } // System.Void System.Net.CookieTokenizer::set_Quoted(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CookieTokenizer_set_Quoted_mA9F1C8D83636764A94A9C28E2DF7DFC717828E50 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_quoted_4(L_0); return; } } // System.Net.CookieToken System.Net.CookieTokenizer::get_Token() extern "C" IL2CPP_METHOD_ATTR int32_t CookieTokenizer_get_Token_mD7509919959F8F3F36E1124D1724DD108A4293E1 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_token_6(); return L_0; } } // System.Void System.Net.CookieTokenizer::set_Token(System.Net.CookieToken) extern "C" IL2CPP_METHOD_ATTR void CookieTokenizer_set_Token_mD121F89BA0D5939F882F3021421E3D0D8E2905B7 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_token_6(L_0); return; } } // System.String System.Net.CookieTokenizer::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_value_9(); return L_0; } } // System.Void System.Net.CookieTokenizer::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void CookieTokenizer_set_Value_m97EB3043C3D61CB4852B9FFFC2A592A3F61E08AC (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_value_9(L_0); return; } } // System.String System.Net.CookieTokenizer::Extract() extern "C" IL2CPP_METHOD_ATTR String_t* CookieTokenizer_Extract_mD4CE4CE75004FB9C95FCB1261A71388B57D91923 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieTokenizer_Extract_mD4CE4CE75004FB9C95FCB1261A71388B57D91923_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_0; int32_t L_1 = __this->get_m_tokenLength_7(); if (!L_1) { goto IL_0035; } } { String_t* L_2 = __this->get_m_tokenStream_8(); int32_t L_3 = __this->get_m_start_5(); int32_t L_4 = __this->get_m_tokenLength_7(); NullCheck(L_2); String_t* L_5 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_2, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; bool L_6 = CookieTokenizer_get_Quoted_m85EF95144AE52CD3806F0EC6DA5FF2782E2D485E(__this, /*hidden argument*/NULL); if (L_6) { goto IL_0035; } } { String_t* L_7 = V_0; NullCheck(L_7); String_t* L_8 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_7, /*hidden argument*/NULL); V_0 = L_8; } IL_0035: { String_t* L_9 = V_0; return L_9; } } // System.Net.CookieToken System.Net.CookieTokenizer::FindNext(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t CookieTokenizer_FindNext_mAD07CF5740E4A378DF612F39E8CCC3A3DDD67893 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, bool ___ignoreComma0, bool ___ignoreEquals1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieTokenizer_FindNext_mAD07CF5740E4A378DF612F39E8CCC3A3DDD67893_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; Il2CppChar V_3 = 0x0; Il2CppChar V_4 = 0x0; { __this->set_m_tokenLength_7(0); int32_t L_0 = __this->get_m_index_1(); __this->set_m_start_5(L_0); goto IL_0031; } IL_0015: { int32_t L_1 = __this->get_m_index_1(); __this->set_m_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))); int32_t L_2 = __this->get_m_start_5(); __this->set_m_start_5(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); } IL_0031: { int32_t L_3 = __this->get_m_index_1(); int32_t L_4 = __this->get_m_length_2(); if ((((int32_t)L_3) >= ((int32_t)L_4))) { goto IL_0057; } } { String_t* L_5 = __this->get_m_tokenStream_8(); int32_t L_6 = __this->get_m_index_1(); NullCheck(L_5); Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); bool L_8 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0015; } } IL_0057: { V_0 = 5; V_1 = 1; bool L_9 = CookieTokenizer_get_Eof_m4D8AC607938FD5A53077EC6740CF330D4AF1A56E(__this, /*hidden argument*/NULL); if (L_9) { goto IL_01f4; } } { String_t* L_10 = __this->get_m_tokenStream_8(); int32_t L_11 = __this->get_m_index_1(); NullCheck(L_10); Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, L_11, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)34))))) { goto IL_015a; } } { CookieTokenizer_set_Quoted_mA9F1C8D83636764A94A9C28E2DF7DFC717828E50(__this, (bool)1, /*hidden argument*/NULL); int32_t L_13 = __this->get_m_index_1(); __this->set_m_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); V_2 = (bool)0; goto IL_00cd; } IL_0097: { String_t* L_14 = __this->get_m_tokenStream_8(); int32_t L_15 = __this->get_m_index_1(); NullCheck(L_14); Il2CppChar L_16 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, L_15, /*hidden argument*/NULL); V_3 = L_16; bool L_17 = V_2; if (L_17) { goto IL_00b1; } } { Il2CppChar L_18 = V_3; if ((((int32_t)L_18) == ((int32_t)((int32_t)34)))) { goto IL_00db; } } IL_00b1: { bool L_19 = V_2; if (!L_19) { goto IL_00b8; } } { V_2 = (bool)0; goto IL_00bf; } IL_00b8: { Il2CppChar L_20 = V_3; if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)92))))) { goto IL_00bf; } } { V_2 = (bool)1; } IL_00bf: { int32_t L_21 = __this->get_m_index_1(); __this->set_m_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1))); } IL_00cd: { int32_t L_22 = __this->get_m_index_1(); int32_t L_23 = __this->get_m_length_2(); if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_0097; } } IL_00db: { int32_t L_24 = __this->get_m_index_1(); int32_t L_25 = __this->get_m_length_2(); if ((((int32_t)L_24) >= ((int32_t)L_25))) { goto IL_00f7; } } { int32_t L_26 = __this->get_m_index_1(); __this->set_m_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1))); } IL_00f7: { int32_t L_27 = __this->get_m_index_1(); int32_t L_28 = __this->get_m_start_5(); __this->set_m_tokenLength_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28))); V_1 = 0; ___ignoreComma0 = (bool)0; goto IL_015a; } IL_0111: { String_t* L_29 = __this->get_m_tokenStream_8(); int32_t L_30 = __this->get_m_index_1(); NullCheck(L_29); Il2CppChar L_31 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_29, L_30, /*hidden argument*/NULL); if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)44))))) { goto IL_013e; } } { int32_t L_32 = __this->get_m_index_1(); __this->set_m_start_5(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1))); __this->set_m_tokenLength_7((-1)); ___ignoreComma0 = (bool)0; } IL_013e: { int32_t L_33 = __this->get_m_index_1(); __this->set_m_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))); int32_t L_34 = __this->get_m_tokenLength_7(); int32_t L_35 = V_1; __this->set_m_tokenLength_7(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))); } IL_015a: { int32_t L_36 = __this->get_m_index_1(); int32_t L_37 = __this->get_m_length_2(); if ((((int32_t)L_36) >= ((int32_t)L_37))) { goto IL_01b3; } } { String_t* L_38 = __this->get_m_tokenStream_8(); int32_t L_39 = __this->get_m_index_1(); NullCheck(L_38); Il2CppChar L_40 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_38, L_39, /*hidden argument*/NULL); if ((((int32_t)L_40) == ((int32_t)((int32_t)59)))) { goto IL_01b3; } } { bool L_41 = ___ignoreEquals1; if (L_41) { goto IL_0195; } } { String_t* L_42 = __this->get_m_tokenStream_8(); int32_t L_43 = __this->get_m_index_1(); NullCheck(L_42); Il2CppChar L_44 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_42, L_43, /*hidden argument*/NULL); if ((((int32_t)L_44) == ((int32_t)((int32_t)61)))) { goto IL_01b3; } } IL_0195: { bool L_45 = ___ignoreComma0; if (L_45) { goto IL_0111; } } { String_t* L_46 = __this->get_m_tokenStream_8(); int32_t L_47 = __this->get_m_index_1(); NullCheck(L_46); Il2CppChar L_48 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_46, L_47, /*hidden argument*/NULL); if ((!(((uint32_t)L_48) == ((uint32_t)((int32_t)44))))) { goto IL_0111; } } IL_01b3: { bool L_49 = CookieTokenizer_get_Eof_m4D8AC607938FD5A53077EC6740CF330D4AF1A56E(__this, /*hidden argument*/NULL); if (L_49) { goto IL_01f4; } } { String_t* L_50 = __this->get_m_tokenStream_8(); int32_t L_51 = __this->get_m_index_1(); NullCheck(L_50); Il2CppChar L_52 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_50, L_51, /*hidden argument*/NULL); V_4 = L_52; Il2CppChar L_53 = V_4; if ((((int32_t)L_53) == ((int32_t)((int32_t)59)))) { goto IL_01dc; } } { Il2CppChar L_54 = V_4; if ((((int32_t)L_54) == ((int32_t)((int32_t)61)))) { goto IL_01e0; } } { goto IL_01e4; } IL_01dc: { V_0 = 3; goto IL_01e6; } IL_01e0: { V_0 = 6; goto IL_01e6; } IL_01e4: { V_0 = 4; } IL_01e6: { int32_t L_55 = __this->get_m_index_1(); __this->set_m_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1))); } IL_01f4: { int32_t L_56 = V_0; return L_56; } } // System.Net.CookieToken System.Net.CookieTokenizer::Next(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t CookieTokenizer_Next_mB6360231D04FAB9D6D55CFE9932FB2AA453C07D7 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, bool ___first0, bool ___parseResponseCookies1, const RuntimeMethod* method) { int32_t V_0 = 0; String_t* V_1 = NULL; CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * G_B13_0 = NULL; CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * G_B12_0 = NULL; int32_t G_B14_0 = 0; CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * G_B14_1 = NULL; { CookieTokenizer_Reset_mB89B6F3BE2EB80AEC371478E29F4E168B28907C6(__this, /*hidden argument*/NULL); int32_t L_0 = CookieTokenizer_FindNext_mAD07CF5740E4A378DF612F39E8CCC3A3DDD67893(__this, (bool)0, (bool)0, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((!(((uint32_t)L_1) == ((uint32_t)4)))) { goto IL_001a; } } { CookieTokenizer_set_EndOfCookie_m91466800EAC6AFD37F94FD48EB3346E4537AFD38(__this, (bool)1, /*hidden argument*/NULL); } IL_001a: { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)5))) { goto IL_0022; } } { int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)4)))) { goto IL_0049; } } IL_0022: { String_t* L_4 = CookieTokenizer_Extract_mD4CE4CE75004FB9C95FCB1261A71388B57D91923(__this, /*hidden argument*/NULL); String_t* L_5 = L_4; V_1 = L_5; CookieTokenizer_set_Name_m106FF4EA1A9CE21940F8FE4278678ED68F5CD7B9(__this, L_5, /*hidden argument*/NULL); String_t* L_6 = V_1; NullCheck(L_6); int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0047; } } { bool L_8 = ___parseResponseCookies1; int32_t L_9 = CookieTokenizer_TokenFromName_m8E22C8CA7624DFF127467125784D29A933DE2F13(__this, L_8, /*hidden argument*/NULL); CookieTokenizer_set_Token_mD121F89BA0D5939F882F3021421E3D0D8E2905B7(__this, L_9, /*hidden argument*/NULL); return (int32_t)(2); } IL_0047: { int32_t L_10 = V_0; return L_10; } IL_0049: { String_t* L_11 = CookieTokenizer_Extract_mD4CE4CE75004FB9C95FCB1261A71388B57D91923(__this, /*hidden argument*/NULL); CookieTokenizer_set_Name_m106FF4EA1A9CE21940F8FE4278678ED68F5CD7B9(__this, L_11, /*hidden argument*/NULL); bool L_12 = ___first0; if (!L_12) { goto IL_0062; } } { CookieTokenizer_set_Token_mD121F89BA0D5939F882F3021421E3D0D8E2905B7(__this, ((int32_t)9), /*hidden argument*/NULL); goto IL_006f; } IL_0062: { bool L_13 = ___parseResponseCookies1; int32_t L_14 = CookieTokenizer_TokenFromName_m8E22C8CA7624DFF127467125784D29A933DE2F13(__this, L_13, /*hidden argument*/NULL); CookieTokenizer_set_Token_mD121F89BA0D5939F882F3021421E3D0D8E2905B7(__this, L_14, /*hidden argument*/NULL); } IL_006f: { int32_t L_15 = V_0; if ((!(((uint32_t)L_15) == ((uint32_t)6)))) { goto IL_00a4; } } { bool L_16 = ___first0; G_B12_0 = __this; if (L_16) { G_B13_0 = __this; goto IL_0083; } } { int32_t L_17 = CookieTokenizer_get_Token_mD7509919959F8F3F36E1124D1724DD108A4293E1(__this, /*hidden argument*/NULL); G_B14_0 = ((((int32_t)L_17) == ((int32_t)((int32_t)12)))? 1 : 0); G_B14_1 = G_B12_0; goto IL_0084; } IL_0083: { G_B14_0 = 0; G_B14_1 = G_B13_0; } IL_0084: { NullCheck(G_B14_1); int32_t L_18 = CookieTokenizer_FindNext_mAD07CF5740E4A378DF612F39E8CCC3A3DDD67893(G_B14_1, (bool)G_B14_0, (bool)1, /*hidden argument*/NULL); V_0 = L_18; int32_t L_19 = V_0; if ((!(((uint32_t)L_19) == ((uint32_t)4)))) { goto IL_0096; } } { CookieTokenizer_set_EndOfCookie_m91466800EAC6AFD37F94FD48EB3346E4537AFD38(__this, (bool)1, /*hidden argument*/NULL); } IL_0096: { String_t* L_20 = CookieTokenizer_Extract_mD4CE4CE75004FB9C95FCB1261A71388B57D91923(__this, /*hidden argument*/NULL); CookieTokenizer_set_Value_m97EB3043C3D61CB4852B9FFFC2A592A3F61E08AC(__this, L_20, /*hidden argument*/NULL); return (int32_t)(1); } IL_00a4: { return (int32_t)(2); } } // System.Void System.Net.CookieTokenizer::Reset() extern "C" IL2CPP_METHOD_ATTR void CookieTokenizer_Reset_mB89B6F3BE2EB80AEC371478E29F4E168B28907C6 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieTokenizer_Reset_mB89B6F3BE2EB80AEC371478E29F4E168B28907C6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_eofCookie_0((bool)0); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_name_3(L_0); __this->set_m_quoted_4((bool)0); int32_t L_1 = __this->get_m_index_1(); __this->set_m_start_5(L_1); __this->set_m_token_6(0); __this->set_m_tokenLength_7(0); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_value_9(L_2); return; } } // System.Net.CookieToken System.Net.CookieTokenizer::TokenFromName(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t CookieTokenizer_TokenFromName_m8E22C8CA7624DFF127467125784D29A933DE2F13 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, bool ___parseResponseCookies0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieTokenizer_TokenFromName_m8E22C8CA7624DFF127467125784D29A933DE2F13_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = ___parseResponseCookies0; if (L_0) { goto IL_0040; } } { V_0 = 0; goto IL_0034; } IL_0007: { IL2CPP_RUNTIME_CLASS_INIT(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_1 = ((CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var))->get_RecognizedServerAttributes_11(); int32_t L_2 = V_0; NullCheck(L_1); String_t* L_3 = CookieTokenizer_get_Name_m40F65BE2B473F8D9DF41F9655CB8C8C063702F45(__this, /*hidden argument*/NULL); bool L_4 = RecognizedAttribute_IsEqualTo_m95160542C060E5E1B15293D8A1542B87EC1DFF26((RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B *)((L_1)->GetAddressAt(static_cast(L_2))), L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0030; } } { IL2CPP_RUNTIME_CLASS_INIT(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_5 = ((CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var))->get_RecognizedServerAttributes_11(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = RecognizedAttribute_get_Token_m13B79924B7636CE8E1E4BF149B93B28D1C5E74E6((RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B *)((L_5)->GetAddressAt(static_cast(L_6))), /*hidden argument*/NULL); return L_7; } IL_0030: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0034: { int32_t L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_10 = ((CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var))->get_RecognizedServerAttributes_11(); NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))) { goto IL_0007; } } { goto IL_007b; } IL_0040: { V_1 = 0; goto IL_0071; } IL_0044: { IL2CPP_RUNTIME_CLASS_INIT(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_11 = ((CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var))->get_RecognizedAttributes_10(); int32_t L_12 = V_1; NullCheck(L_11); String_t* L_13 = CookieTokenizer_get_Name_m40F65BE2B473F8D9DF41F9655CB8C8C063702F45(__this, /*hidden argument*/NULL); bool L_14 = RecognizedAttribute_IsEqualTo_m95160542C060E5E1B15293D8A1542B87EC1DFF26((RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B *)((L_11)->GetAddressAt(static_cast(L_12))), L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_006d; } } { IL2CPP_RUNTIME_CLASS_INIT(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_15 = ((CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var))->get_RecognizedAttributes_10(); int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = RecognizedAttribute_get_Token_m13B79924B7636CE8E1E4BF149B93B28D1C5E74E6((RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B *)((L_15)->GetAddressAt(static_cast(L_16))), /*hidden argument*/NULL); return L_17; } IL_006d: { int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0071: { int32_t L_19 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_20 = ((CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var))->get_RecognizedAttributes_10(); NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length))))))) { goto IL_0044; } } IL_007b: { return (int32_t)(((int32_t)18)); } } // System.Void System.Net.CookieTokenizer::.cctor() extern "C" IL2CPP_METHOD_ATTR void CookieTokenizer__cctor_mCEE0B2E5538111FE412AC035A34F1FE485426A1E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieTokenizer__cctor_mCEE0B2E5538111FE412AC035A34F1FE485426A1E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_0 = (RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55*)SZArrayNew(RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55_il2cpp_TypeInfo_var, (uint32_t)((int32_t)11)); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_1 = L_0; RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_2; memset(&L_2, 0, sizeof(L_2)); RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_2), _stringLiteral519E39132BB98418CC0483CC446CCF5F3C8DCFFE, ((int32_t)14), /*hidden argument*/NULL); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_2); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_3 = L_1; RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_4; memset(&L_4, 0, sizeof(L_4)); RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_4), _stringLiteral33C2C4E55F3C5A0A3047FA4FECAB35BC2B3D80D1, ((int32_t)13), /*hidden argument*/NULL); NullCheck(L_3); (L_3)->SetAt(static_cast(1), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_4); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_5 = L_3; RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_6; memset(&L_6, 0, sizeof(L_6)); RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_6), _stringLiteralA99BE3DA0C9DA2F3C64500B5EF8A8E48F503D127, ((int32_t)12), /*hidden argument*/NULL); NullCheck(L_5); (L_5)->SetAt(static_cast(2), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_6); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_7 = L_5; RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_8; memset(&L_8, 0, sizeof(L_8)); RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_8), _stringLiteral2DA600BF9404843107A9531694F654E5662959E0, ((int32_t)19), /*hidden argument*/NULL); NullCheck(L_7); (L_7)->SetAt(static_cast(3), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_8); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_9 = L_7; RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_10; memset(&L_10, 0, sizeof(L_10)); RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_10), _stringLiteral9B10914D8B0A097ACE7176E8973F5C3DEE92BB44, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_9); (L_9)->SetAt(static_cast(4), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_10); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_11 = L_9; RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_12; memset(&L_12, 0, sizeof(L_12)); RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_12), _stringLiteralAE6CF5C8329C015351352821950DA3F6BD08B094, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_11); (L_11)->SetAt(static_cast(5), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_12); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_13 = L_11; RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_14; memset(&L_14, 0, sizeof(L_14)); RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_14), _stringLiteral36FFF63CCBCD7BF96AC9014E3E482702FC2B02D4, ((int32_t)10), /*hidden argument*/NULL); NullCheck(L_13); (L_13)->SetAt(static_cast(6), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_14); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_15 = L_13; RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_16; memset(&L_16, 0, sizeof(L_16)); RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_16), _stringLiteralFE035157CDA20B361CE30613E29B5D6F1A46B5FC, ((int32_t)15), /*hidden argument*/NULL); NullCheck(L_15); (L_15)->SetAt(static_cast(7), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_16); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_17 = L_15; RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_18; memset(&L_18, 0, sizeof(L_18)); RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_18), _stringLiteral153D7A58B3A3E898FCBDD04C462AF308414BD09D, 7, /*hidden argument*/NULL); NullCheck(L_17); (L_17)->SetAt(static_cast(8), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_18); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_19 = L_17; RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_20; memset(&L_20, 0, sizeof(L_20)); RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_20), _stringLiteralD9AD5ED8B1480644A52A8C0A7BCE324C4A5874C3, 8, /*hidden argument*/NULL); NullCheck(L_19); (L_19)->SetAt(static_cast(((int32_t)9)), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_20); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_21 = L_19; RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_22; memset(&L_22, 0, sizeof(L_22)); RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_22), _stringLiteral151B29CC0AD3831F21EA6FBF8E09726387C045C1, ((int32_t)17), /*hidden argument*/NULL); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)10)), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_22); ((CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var))->set_RecognizedAttributes_10(L_21); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_23 = (RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55*)SZArrayNew(RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55_il2cpp_TypeInfo_var, (uint32_t)5); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_24 = L_23; RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_25; memset(&L_25, 0, sizeof(L_25)); RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_25), _stringLiteral3D42C5C29816D1AB0DB1AD18C7F0AA56E996D5FD, ((int32_t)14), /*hidden argument*/NULL); NullCheck(L_24); (L_24)->SetAt(static_cast(0), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_25); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_26 = L_24; RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_27; memset(&L_27, 0, sizeof(L_27)); RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_27), _stringLiteral9F1250B644CEFB5B0A4205BB716C8060A16FB177, ((int32_t)19), /*hidden argument*/NULL); NullCheck(L_26); (L_26)->SetAt(static_cast(1), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_27); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_28 = L_26; RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_29; memset(&L_29, 0, sizeof(L_29)); RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_29), _stringLiteral900746C9C9566013E71F10C950D06871266E1BDF, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_28); (L_28)->SetAt(static_cast(2), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_29); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_30 = L_28; RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_31; memset(&L_31, 0, sizeof(L_31)); RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_31), _stringLiteralA7C7F9A9A31A50E599304185DBB7D26D497AA640, ((int32_t)15), /*hidden argument*/NULL); NullCheck(L_30); (L_30)->SetAt(static_cast(3), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_31); RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_32 = L_30; RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_33; memset(&L_33, 0, sizeof(L_33)); RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_33), _stringLiteralA32AF8DD50F23E8B50BD6798ABEC874FD69C6C55, ((int32_t)17), /*hidden argument*/NULL); NullCheck(L_32); (L_32)->SetAt(static_cast(4), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_33); ((CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var))->set_RecognizedServerAttributes_11(L_32); 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: System.Net.CookieTokenizer/RecognizedAttribute extern "C" void RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshal_pinvoke(const RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B& unmarshaled, RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshaled_pinvoke& marshaled) { marshaled.___m_name_0 = il2cpp_codegen_marshal_string(unmarshaled.get_m_name_0()); marshaled.___m_token_1 = unmarshaled.get_m_token_1(); } extern "C" void RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshal_pinvoke_back(const RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshaled_pinvoke& marshaled, RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B& unmarshaled) { unmarshaled.set_m_name_0(il2cpp_codegen_marshal_string_result(marshaled.___m_name_0)); int32_t unmarshaled_m_token_temp_1 = 0; unmarshaled_m_token_temp_1 = marshaled.___m_token_1; unmarshaled.set_m_token_1(unmarshaled_m_token_temp_1); } // Conversion method for clean up from marshalling of: System.Net.CookieTokenizer/RecognizedAttribute extern "C" void RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshal_pinvoke_cleanup(RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___m_name_0); marshaled.___m_name_0 = NULL; } // Conversion methods for marshalling of: System.Net.CookieTokenizer/RecognizedAttribute extern "C" void RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshal_com(const RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B& unmarshaled, RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshaled_com& marshaled) { marshaled.___m_name_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_m_name_0()); marshaled.___m_token_1 = unmarshaled.get_m_token_1(); } extern "C" void RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshal_com_back(const RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshaled_com& marshaled, RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B& unmarshaled) { unmarshaled.set_m_name_0(il2cpp_codegen_marshal_bstring_result(marshaled.___m_name_0)); int32_t unmarshaled_m_token_temp_1 = 0; unmarshaled_m_token_temp_1 = marshaled.___m_token_1; unmarshaled.set_m_token_1(unmarshaled_m_token_temp_1); } // Conversion method for clean up from marshalling of: System.Net.CookieTokenizer/RecognizedAttribute extern "C" void RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshal_com_cleanup(RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___m_name_0); marshaled.___m_name_0 = NULL; } // System.Void System.Net.CookieTokenizer_RecognizedAttribute::.ctor(System.String,System.Net.CookieToken) extern "C" IL2CPP_METHOD_ATTR void RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389 (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * __this, String_t* ___name0, int32_t ___token1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; __this->set_m_name_0(L_0); int32_t L_1 = ___token1; __this->set_m_token_1(L_1); return; } } extern "C" void RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, int32_t ___token1, const RuntimeMethod* method) { RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * _thisAdjusted = reinterpret_cast(__this + 1); RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389(_thisAdjusted, ___name0, ___token1, method); } // System.Net.CookieToken System.Net.CookieTokenizer_RecognizedAttribute::get_Token() extern "C" IL2CPP_METHOD_ATTR int32_t RecognizedAttribute_get_Token_m13B79924B7636CE8E1E4BF149B93B28D1C5E74E6 (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_token_1(); return L_0; } } extern "C" int32_t RecognizedAttribute_get_Token_m13B79924B7636CE8E1E4BF149B93B28D1C5E74E6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * _thisAdjusted = reinterpret_cast(__this + 1); return RecognizedAttribute_get_Token_m13B79924B7636CE8E1E4BF149B93B28D1C5E74E6(_thisAdjusted, method); } // System.Boolean System.Net.CookieTokenizer_RecognizedAttribute::IsEqualTo(System.String) extern "C" IL2CPP_METHOD_ATTR bool RecognizedAttribute_IsEqualTo_m95160542C060E5E1B15293D8A1542B87EC1DFF26 (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_0(); String_t* L_1 = ___value0; int32_t L_2 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_0, L_1, 5, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } extern "C" bool RecognizedAttribute_IsEqualTo_m95160542C060E5E1B15293D8A1542B87EC1DFF26_AdjustorThunk (RuntimeObject * __this, String_t* ___value0, const RuntimeMethod* method) { RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * _thisAdjusted = reinterpret_cast(__this + 1); return RecognizedAttribute_IsEqualTo_m95160542C060E5E1B15293D8A1542B87EC1DFF26(_thisAdjusted, ___value0, method); } #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 // System.Net.NetworkCredential System.Net.CredentialCache::GetCredential(System.Uri,System.String) extern "C" IL2CPP_METHOD_ATTR NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * CredentialCache_GetCredential_mEF462E8963337DD086A23FE29BD3331392BC7D31 (CredentialCache_t5AB6054A54B30F44BC5746C09E6524F947E7904D * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uriPrefix0, String_t* ___authType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CredentialCache_GetCredential_mEF462E8963337DD086A23FE29BD3331392BC7D31_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * V_1 = NULL; RuntimeObject* V_2 = NULL; CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C * V_3 = NULL; int32_t V_4 = 0; { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uriPrefix0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); bool L_1 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F(L_0, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral89FF19F2EC7CA0B9940CD5E0B7A4698B2CF15FE9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, CredentialCache_GetCredential_mEF462E8963337DD086A23FE29BD3331392BC7D31_RuntimeMethod_var); } IL_0014: { String_t* L_3 = ___authType1; if (L_3) { goto IL_0022; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteral0FEACC1CF81D99AC0A403F06D6BCC72941631800, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, CredentialCache_GetCredential_mEF462E8963337DD086A23FE29BD3331392BC7D31_RuntimeMethod_var); } IL_0022: { V_0 = (-1); V_1 = (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 *)NULL; Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_5 = __this->get_cache_0(); NullCheck(L_5); RuntimeObject* L_6 = VirtFuncInvoker0< RuntimeObject* >::Invoke(24 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_5); V_2 = L_6; goto IL_0066; } IL_0034: { RuntimeObject* L_7 = V_2; NullCheck(L_7); RuntimeObject * L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionaryEnumerator::get_Key() */, IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var, L_7); V_3 = ((CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C *)CastclassClass((RuntimeObject*)L_8, CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C_il2cpp_TypeInfo_var)); CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C * L_9 = V_3; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_10 = ___uriPrefix0; String_t* L_11 = ___authType1; NullCheck(L_9); bool L_12 = CredentialKey_Match_m1C64CC841C7EFAB6AD88723DFA20474E9E8DCD7A(L_9, L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0066; } } { CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C * L_13 = V_3; NullCheck(L_13); int32_t L_14 = L_13->get_UriPrefixLength_1(); V_4 = L_14; int32_t L_15 = V_4; int32_t L_16 = V_0; if ((((int32_t)L_15) <= ((int32_t)L_16))) { goto IL_0066; } } { int32_t L_17 = V_4; V_0 = L_17; RuntimeObject* L_18 = V_2; NullCheck(L_18); RuntimeObject * L_19 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var, L_18); V_1 = ((NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 *)CastclassClass((RuntimeObject*)L_19, NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062_il2cpp_TypeInfo_var)); } IL_0066: { RuntimeObject* L_20 = V_2; NullCheck(L_20); bool L_21 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_20); if (L_21) { goto IL_0034; } } { NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_22 = V_1; return L_22; } } // System.Collections.IEnumerator System.Net.CredentialCache::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CredentialCache_GetEnumerator_mCB2C2FC1328BC78821E20F722A938514BC21AF18 (CredentialCache_t5AB6054A54B30F44BC5746C09E6524F947E7904D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CredentialCache_GetEnumerator_mCB2C2FC1328BC78821E20F722A938514BC21AF18_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_cache_0(); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_cacheForHosts_1(); int32_t L_2 = __this->get_m_version_2(); CredentialEnumerator_t49CCE6816AB3062B27C0640100310C75F881F8D4 * L_3 = (CredentialEnumerator_t49CCE6816AB3062B27C0640100310C75F881F8D4 *)il2cpp_codegen_object_new(CredentialEnumerator_t49CCE6816AB3062B27C0640100310C75F881F8D4_il2cpp_TypeInfo_var); CredentialEnumerator__ctor_mFEA5AF2277762B7B3BCE0EEB2831623513EF04A4(L_3, __this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Net.ICredentials System.Net.CredentialCache::get_DefaultCredentials() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CredentialCache_get_DefaultCredentials_m669684689D1F69432F33D9B1E0ECF53080BB8CDC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CredentialCache_get_DefaultCredentials_m669684689D1F69432F33D9B1E0ECF53080BB8CDC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F_il2cpp_TypeInfo_var); SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F * L_0 = ((SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F_StaticFields*)il2cpp_codegen_static_fields_for(SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F_il2cpp_TypeInfo_var))->get_defaultCredential_3(); return L_0; } } #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.Void System.Net.CredentialCache_CredentialEnumerator::.ctor(System.Net.CredentialCache,System.Collections.Hashtable,System.Collections.Hashtable,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CredentialEnumerator__ctor_mFEA5AF2277762B7B3BCE0EEB2831623513EF04A4 (CredentialEnumerator_t49CCE6816AB3062B27C0640100310C75F881F8D4 * __this, CredentialCache_t5AB6054A54B30F44BC5746C09E6524F947E7904D * ___cache0, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___table1, Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___hostTable2, int32_t ___version3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CredentialEnumerator__ctor_mFEA5AF2277762B7B3BCE0EEB2831623513EF04A4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_index_2((-1)); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); CredentialCache_t5AB6054A54B30F44BC5746C09E6524F947E7904D * L_0 = ___cache0; __this->set_m_cache_0(L_0); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = ___table1; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(32 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_1); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = ___hostTable2; NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(32 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_3); ICredentialsU5BU5D_t9392DAC5D43E13A7142056D21759B362C7C29864* L_5 = (ICredentialsU5BU5D_t9392DAC5D43E13A7142056D21759B362C7C29864*)SZArrayNew(ICredentialsU5BU5D_t9392DAC5D43E13A7142056D21759B362C7C29864_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_4))); __this->set_m_array_1(L_5); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_6 = ___table1; NullCheck(L_6); RuntimeObject* L_7 = VirtFuncInvoker0< RuntimeObject* >::Invoke(29 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_6); ICredentialsU5BU5D_t9392DAC5D43E13A7142056D21759B362C7C29864* L_8 = __this->get_m_array_1(); NullCheck(L_7); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(0 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54_il2cpp_TypeInfo_var, L_7, (RuntimeArray *)(RuntimeArray *)L_8, 0); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_9 = ___hostTable2; NullCheck(L_9); RuntimeObject* L_10 = VirtFuncInvoker0< RuntimeObject* >::Invoke(29 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_9); ICredentialsU5BU5D_t9392DAC5D43E13A7142056D21759B362C7C29864* L_11 = __this->get_m_array_1(); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_12 = ___table1; NullCheck(L_12); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(32 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_12); NullCheck(L_10); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(0 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54_il2cpp_TypeInfo_var, L_10, (RuntimeArray *)(RuntimeArray *)L_11, L_13); int32_t L_14 = ___version3; __this->set_m_version_3(L_14); return; } } // System.Object System.Net.CredentialCache_CredentialEnumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CredentialEnumerator_System_Collections_IEnumerator_get_Current_mC93DEB2F430B8021425ECF9E0F274B7FB9A96163 (CredentialEnumerator_t49CCE6816AB3062B27C0640100310C75F881F8D4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CredentialEnumerator_System_Collections_IEnumerator_get_Current_mC93DEB2F430B8021425ECF9E0F274B7FB9A96163_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_index_2(); if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0019; } } { int32_t L_1 = __this->get_m_index_2(); ICredentialsU5BU5D_t9392DAC5D43E13A7142056D21759B362C7C29864* L_2 = __this->get_m_array_1(); NullCheck(L_2); if ((((int32_t)L_1) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0029; } } IL_0019: { String_t* L_3 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, CredentialEnumerator_System_Collections_IEnumerator_get_Current_mC93DEB2F430B8021425ECF9E0F274B7FB9A96163_RuntimeMethod_var); } IL_0029: { int32_t L_5 = __this->get_m_version_3(); CredentialCache_t5AB6054A54B30F44BC5746C09E6524F947E7904D * L_6 = __this->get_m_cache_0(); NullCheck(L_6); int32_t L_7 = L_6->get_m_version_2(); if ((((int32_t)L_5) == ((int32_t)L_7))) { goto IL_004c; } } { String_t* L_8 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*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, NULL, CredentialEnumerator_System_Collections_IEnumerator_get_Current_mC93DEB2F430B8021425ECF9E0F274B7FB9A96163_RuntimeMethod_var); } IL_004c: { ICredentialsU5BU5D_t9392DAC5D43E13A7142056D21759B362C7C29864* L_10 = __this->get_m_array_1(); int32_t L_11 = __this->get_m_index_2(); NullCheck(L_10); int32_t L_12 = L_11; RuntimeObject* L_13 = (L_10)->GetAt(static_cast(L_12)); return L_13; } } // System.Boolean System.Net.CredentialCache_CredentialEnumerator::System.Collections.IEnumerator.MoveNext() extern "C" IL2CPP_METHOD_ATTR bool CredentialEnumerator_System_Collections_IEnumerator_MoveNext_mF9F41920B98480A4B6CC15F85F48656215D25929 (CredentialEnumerator_t49CCE6816AB3062B27C0640100310C75F881F8D4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CredentialEnumerator_System_Collections_IEnumerator_MoveNext_mF9F41920B98480A4B6CC15F85F48656215D25929_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_m_version_3(); CredentialCache_t5AB6054A54B30F44BC5746C09E6524F947E7904D * L_1 = __this->get_m_cache_0(); NullCheck(L_1); int32_t L_2 = L_1->get_m_version_2(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_0023; } } { String_t* L_3 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, CredentialEnumerator_System_Collections_IEnumerator_MoveNext_mF9F41920B98480A4B6CC15F85F48656215D25929_RuntimeMethod_var); } IL_0023: { int32_t L_5 = __this->get_m_index_2(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); int32_t L_6 = V_0; __this->set_m_index_2(L_6); int32_t L_7 = V_0; ICredentialsU5BU5D_t9392DAC5D43E13A7142056D21759B362C7C29864* L_8 = __this->get_m_array_1(); NullCheck(L_8); if ((((int32_t)L_7) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))))) { goto IL_0040; } } { return (bool)1; } IL_0040: { ICredentialsU5BU5D_t9392DAC5D43E13A7142056D21759B362C7C29864* L_9 = __this->get_m_array_1(); NullCheck(L_9); __this->set_m_index_2((((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))); return (bool)0; } } // System.Void System.Net.CredentialCache_CredentialEnumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void CredentialEnumerator_System_Collections_IEnumerator_Reset_m7F16C5285309C14698CCBC01B23DCB3753CFB8EC (CredentialEnumerator_t49CCE6816AB3062B27C0640100310C75F881F8D4 * __this, const RuntimeMethod* method) { { __this->set_m_index_2((-1)); 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.Boolean System.Net.CredentialKey::Match(System.Uri,System.String) extern "C" IL2CPP_METHOD_ATTR bool CredentialKey_Match_m1C64CC841C7EFAB6AD88723DFA20474E9E8DCD7A (CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, String_t* ___authenticationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CredentialKey_Match_m1C64CC841C7EFAB6AD88723DFA20474E9E8DCD7A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); bool L_1 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F(L_0, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL); if (L_1) { goto IL_000c; } } { String_t* L_2 = ___authenticationType1; if (L_2) { goto IL_000e; } } IL_000c: { return (bool)0; } IL_000e: { String_t* L_3 = ___authenticationType1; String_t* L_4 = __this->get_AuthenticationType_2(); int32_t L_5 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_3, L_4, 5, /*hidden argument*/NULL); if (!L_5) { goto IL_001f; } } { return (bool)0; } IL_001f: { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = ___uri0; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_7 = __this->get_UriPrefix_0(); bool L_8 = CredentialKey_IsPrefix_m098265BA2840455176949532EF209B56C63841CF(__this, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Boolean System.Net.CredentialKey::IsPrefix(System.Uri,System.Uri) extern "C" IL2CPP_METHOD_ATTR bool CredentialKey_IsPrefix_m098265BA2840455176949532EF209B56C63841CF (CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___prefixUri1, const RuntimeMethod* method) { int32_t V_0 = 0; { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___prefixUri1; NullCheck(L_0); String_t* L_1 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_0, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = ___uri0; NullCheck(L_2); String_t* L_3 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_2, /*hidden argument*/NULL); bool L_4 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_1, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0034; } } { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = ___prefixUri1; NullCheck(L_5); String_t* L_6 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_5, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_7 = ___uri0; NullCheck(L_7); String_t* L_8 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_7, /*hidden argument*/NULL); bool L_9 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_6, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0034; } } { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_10 = ___prefixUri1; NullCheck(L_10); int32_t L_11 = Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C(L_10, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_12 = ___uri0; NullCheck(L_12); int32_t L_13 = Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) == ((int32_t)L_13))) { goto IL_0036; } } IL_0034: { return (bool)0; } IL_0036: { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_14 = ___prefixUri1; NullCheck(L_14); String_t* L_15 = Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31(L_14, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59(L_15, ((int32_t)47), /*hidden argument*/NULL); V_0 = L_16; int32_t L_17 = V_0; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_18 = ___uri0; NullCheck(L_18); String_t* L_19 = Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31(L_18, /*hidden argument*/NULL); NullCheck(L_19); int32_t L_20 = String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59(L_19, ((int32_t)47), /*hidden argument*/NULL); if ((((int32_t)L_17) <= ((int32_t)L_20))) { goto IL_0056; } } { return (bool)0; } IL_0056: { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_21 = ___uri0; NullCheck(L_21); String_t* L_22 = Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31(L_21, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_23 = ___prefixUri1; NullCheck(L_23); String_t* L_24 = Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31(L_23, /*hidden argument*/NULL); int32_t L_25 = V_0; int32_t L_26 = String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064(L_22, 0, L_24, 0, L_25, 5, /*hidden argument*/NULL); return (bool)((((int32_t)L_26) == ((int32_t)0))? 1 : 0); } } // System.Int32 System.Net.CredentialKey::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t CredentialKey_GetHashCode_m6B68CBEC462887D5A7928ADDC1DEF0C0BED6BBEB (CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_ComputedHashCode_4(); if (L_0) { goto IL_0038; } } { String_t* L_1 = __this->get_AuthenticationType_2(); NullCheck(L_1); String_t* L_2 = String_ToUpperInvariant_m0AA42416F4CACA4D0E3B89D97E534D88AB136338(L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_2); int32_t L_4 = __this->get_UriPrefixLength_1(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = __this->get_UriPrefix_0(); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_5); __this->set_m_HashCode_3(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)), (int32_t)L_6))); __this->set_m_ComputedHashCode_4((bool)1); } IL_0038: { int32_t L_7 = __this->get_m_HashCode_3(); return L_7; } } // System.Boolean System.Net.CredentialKey::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool CredentialKey_Equals_mB4218DD05063FD63A9B4F8500AA804BA9B8C79C7 (CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C * __this, RuntimeObject * ___comparand0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CredentialKey_Equals_mB4218DD05063FD63A9B4F8500AA804BA9B8C79C7_MetadataUsageId); s_Il2CppMethodInitialized = true; } CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C * V_0 = NULL; { RuntimeObject * L_0 = ___comparand0; V_0 = ((CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C *)IsInstClass((RuntimeObject*)L_0, CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___comparand0; if (L_1) { goto IL_000c; } } { return (bool)0; } IL_000c: { String_t* L_2 = __this->get_AuthenticationType_2(); CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get_AuthenticationType_2(); int32_t L_5 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_2, L_4, 5, /*hidden argument*/NULL); if (L_5) { goto IL_0032; } } { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = __this->get_UriPrefix_0(); CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C * L_7 = V_0; NullCheck(L_7); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_8 = L_7->get_UriPrefix_0(); NullCheck(L_6); bool L_9 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_6, L_8); return L_9; } IL_0032: { return (bool)0; } } // System.String System.Net.CredentialKey::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* CredentialKey_ToString_m231E0D5FABDFDBEF0DA07A077B4266904DFD3F15 (CredentialKey_tD9C85C1EAB00553C6E95149C27483A28ACD5988C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CredentialKey_ToString_m231E0D5FABDFDBEF0DA07A077B4266904DFD3F15_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)6); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1; int32_t* L_3 = __this->get_address_of_UriPrefixLength_1(); NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_4 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); String_t* L_5 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)L_3, L_4, /*hidden argument*/NULL); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_5); (L_2)->SetAt(static_cast(1), (String_t*)L_5); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_2; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteralC473522983F2C8C9D1314E458224363889268373); (L_6)->SetAt(static_cast(2), (String_t*)_stringLiteralC473522983F2C8C9D1314E458224363889268373); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_8 = __this->get_UriPrefix_0(); IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var); String_t* L_9 = ValidationHelper_ToString_m586E67462CCCED7B0CE4A4EB68ED1B9C74448BDE(L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(3), (String_t*)L_9); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_7; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9); (L_10)->SetAt(static_cast(4), (String_t*)_stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = L_10; String_t* L_12 = __this->get_AuthenticationType_2(); String_t* L_13 = ValidationHelper_ToString_m586E67462CCCED7B0CE4A4EB68ED1B9C74448BDE(L_12, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(5), (String_t*)L_13); String_t* L_14 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_11, /*hidden argument*/NULL); return L_14; } } #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 // System.Boolean System.Net.DefaultCertificatePolicy::CheckValidationResult(System.Net.ServicePoint,System.Security.Cryptography.X509Certificates.X509Certificate,System.Net.WebRequest,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool DefaultCertificatePolicy_CheckValidationResult_m4930A18F4166A08C30BF9C3C98995131C7A5CCF9 (DefaultCertificatePolicy_t2B28BF921CE86F4956EF998580E48C314B14A674 * __this, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___point0, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___certificate1, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___request2, int32_t ___certificateProblem3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultCertificatePolicy_CheckValidationResult_m4930A18F4166A08C30BF9C3C98995131C7A5CCF9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var); RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * L_0 = ServicePointManager_get_ServerCertificateValidationCallback_m4C07359BE5DC24B1A5CF508F1ACF5CE359735A5E(/*hidden argument*/NULL); if (!L_0) { goto IL_0009; } } { return (bool)1; } IL_0009: { int32_t L_1 = ___certificateProblem3; if ((((int32_t)L_1) == ((int32_t)((int32_t)-2146762495)))) { goto IL_0016; } } { int32_t L_2 = ___certificateProblem3; if (L_2) { goto IL_0018; } } IL_0016: { return (bool)1; } IL_0018: { return (bool)0; } } #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.Collections.Hashtable System.Net.DigestClient::get_Cache() extern "C" IL2CPP_METHOD_ATTR Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * DigestClient_get_Cache_mD21C23E491E91D373228286A2CB5C3B9BD8297AC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestClient_get_Cache_mD21C23E491E91D373228286A2CB5C3B9BD8297AC_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = ((DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var))->get_cache_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(31 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0); V_0 = L_1; V_1 = (bool)0; } IL_000d: try { // begin try (depth: 1) RuntimeObject * L_2 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = ((DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var))->get_cache_0(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(32 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_3); DigestClient_CheckExpired_m8ECFF48D8181543D7F30FBEE58B77DC74697E69E(L_4, /*hidden argument*/NULL); IL2CPP_LEAVE(0x30, FINALLY_0026); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0026; } FINALLY_0026: { // begin finally (depth: 1) { bool L_5 = V_1; if (!L_5) { goto IL_002f; } } IL_0029: { RuntimeObject * L_6 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL); } IL_002f: { IL2CPP_END_FINALLY(38) } } // end finally (depth: 1) IL2CPP_CLEANUP(38) { IL2CPP_JUMP_TBL(0x30, IL_0030) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0030: { IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_7 = ((DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var))->get_cache_0(); return L_7; } } // System.Void System.Net.DigestClient::CheckExpired(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DigestClient_CheckExpired_m8ECFF48D8181543D7F30FBEE58B77DC74697E69E (int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestClient_CheckExpired_m8ECFF48D8181543D7F30FBEE58B77DC74697E69E_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0; memset(&V_0, 0, sizeof(V_0)); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_1; memset(&V_1, 0, sizeof(V_1)); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_2 = NULL; RuntimeObject* V_3 = NULL; int32_t V_4 = 0; DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * V_5 = NULL; TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_6; memset(&V_6, 0, sizeof(V_6)); RuntimeObject* V_7 = NULL; int32_t V_8 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { int32_t L_0 = ___count0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)10)))) { goto IL_0006; } } { return; } IL_0006: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MaxValue_32(); V_0 = L_1; DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL); V_1 = L_2; V_2 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = ((DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var))->get_cache_0(); NullCheck(L_3); RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(28 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_3); NullCheck(L_4); RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_4); V_3 = L_5; } IL_0024: try { // begin try (depth: 1) { goto IL_009a; } IL_0026: { RuntimeObject* L_6 = V_3; NullCheck(L_6); RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_6); V_4 = ((*(int32_t*)((int32_t*)UnBox(L_7, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))); IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_8 = ((DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var))->get_cache_0(); int32_t L_9 = V_4; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); RuntimeObject * L_12 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_8, L_11); V_5 = ((DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 *)CastclassClass((RuntimeObject*)L_12, DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_il2cpp_TypeInfo_var)); DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_13 = V_5; NullCheck(L_13); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_14 = DigestSession_get_LastUse_mEA7467CEF9E9025D7589C09084F922C31CC3FA51(L_13, /*hidden argument*/NULL); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); bool L_16 = DateTime_op_LessThan_m75DE4F8CC5F5EE392829A9B37C5C98B7FC97061A(L_14, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009a; } } IL_005a: { DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_17 = V_5; NullCheck(L_17); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_18 = DigestSession_get_LastUse_mEA7467CEF9E9025D7589C09084F922C31CC3FA51(L_17, /*hidden argument*/NULL); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_19 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_20 = DateTime_op_Subtraction_m8005DCC8F0F183AC1335F87A82FDF92926CC5021(L_18, L_19, /*hidden argument*/NULL); V_6 = L_20; int64_t L_21 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_6), /*hidden argument*/NULL); if ((((int64_t)L_21) <= ((int64_t)((int64_t)6000000000LL)))) { goto IL_009a; } } IL_007b: { DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_22 = V_5; NullCheck(L_22); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_23 = DigestSession_get_LastUse_mEA7467CEF9E9025D7589C09084F922C31CC3FA51(L_22, /*hidden argument*/NULL); V_0 = L_23; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_24 = V_2; if (L_24) { goto IL_008c; } } IL_0086: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_25 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_25, /*hidden argument*/NULL); V_2 = L_25; } IL_008c: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_26 = V_2; int32_t L_27 = V_4; int32_t L_28 = L_27; RuntimeObject * L_29 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_28); NullCheck(L_26); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_26, L_29); } IL_009a: { RuntimeObject* L_30 = V_3; NullCheck(L_30); bool L_31 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_30); if (L_31) { goto IL_0026; } } IL_00a2: { IL2CPP_LEAVE(0xB8, FINALLY_00a4); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a4; } FINALLY_00a4: { // begin finally (depth: 1) { RuntimeObject* L_32 = V_3; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_32, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_33 = V_7; if (!L_33) { goto IL_00b7; } } IL_00b0: { RuntimeObject* L_34 = V_7; NullCheck(L_34); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_34); } IL_00b7: { IL2CPP_END_FINALLY(164) } } // end finally (depth: 1) IL2CPP_CLEANUP(164) { IL2CPP_JUMP_TBL(0xB8, IL_00b8) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b8: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_35 = V_2; if (!L_35) { goto IL_0100; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_36 = V_2; NullCheck(L_36); RuntimeObject* L_37 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_36); V_3 = L_37; } IL_00c2: try { // begin try (depth: 1) { goto IL_00e2; } IL_00c4: { RuntimeObject* L_38 = V_3; NullCheck(L_38); RuntimeObject * L_39 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_38); V_8 = ((*(int32_t*)((int32_t*)UnBox(L_39, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))); IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_40 = ((DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var))->get_cache_0(); int32_t L_41 = V_8; int32_t L_42 = L_41; RuntimeObject * L_43 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_42); NullCheck(L_40); VirtActionInvoker1< RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_40, L_43); } IL_00e2: { RuntimeObject* L_44 = V_3; NullCheck(L_44); bool L_45 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_44); if (L_45) { goto IL_00c4; } } IL_00ea: { IL2CPP_LEAVE(0x100, FINALLY_00ec); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ec; } FINALLY_00ec: { // begin finally (depth: 1) { RuntimeObject* L_46 = V_3; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_46, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_47 = V_7; if (!L_47) { goto IL_00ff; } } IL_00f8: { RuntimeObject* L_48 = V_7; NullCheck(L_48); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_48); } IL_00ff: { IL2CPP_END_FINALLY(236) } } // end finally (depth: 1) IL2CPP_CLEANUP(236) { IL2CPP_JUMP_TBL(0x100, IL_0100) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0100: { return; } } // System.Net.Authorization System.Net.DigestClient::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * DigestClient_Authenticate_m0C6C5FE40CE62D4FA55602F477D4EECF06499E8F (DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C * __this, String_t* ___challenge0, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___webRequest1, RuntimeObject* ___credentials2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestClient_Authenticate_m0C6C5FE40CE62D4FA55602F477D4EECF06499E8F_MetadataUsageId); s_Il2CppMethodInitialized = true; } HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * V_0 = NULL; DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * V_1 = NULL; int32_t V_2 = 0; DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * V_3 = NULL; bool V_4 = false; { RuntimeObject* L_0 = ___credentials2; if (!L_0) { goto IL_0006; } } { String_t* L_1 = ___challenge0; if (L_1) { goto IL_0008; } } IL_0006: { return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL; } IL_0008: { String_t* L_2 = ___challenge0; NullCheck(L_2); String_t* L_3 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_2, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_3, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_4, _stringLiteral2923F6FA36614586EA09B4424B438915CC1B9B67, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0022; } } { return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL; } IL_0022: { WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_6 = ___webRequest1; V_0 = ((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)IsInstClass((RuntimeObject*)L_6, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var)); HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_7 = V_0; if (L_7) { goto IL_002e; } } { return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL; } IL_002e: { DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_8 = (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 *)il2cpp_codegen_object_new(DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_il2cpp_TypeInfo_var); DigestSession__ctor_m06994A3FF60DD8161A52AF52FA1E8191CC6C9A40(L_8, /*hidden argument*/NULL); V_1 = L_8; DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_9 = V_1; String_t* L_10 = ___challenge0; NullCheck(L_9); bool L_11 = DigestSession_Parse_m6038F8460AEE41DD5B665A243AAC7B9610CF9148(L_9, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_003f; } } { return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL; } IL_003f: { HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_12 = V_0; NullCheck(L_12); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_13 = HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B(L_12, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_13); RuntimeObject* L_15 = ___credentials2; NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_15); DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_17 = V_1; NullCheck(L_17); String_t* L_18 = DigestSession_get_Nonce_mC2916B0AE01116DBC2F6049A3567E91B6EB2352A(L_17, /*hidden argument*/NULL); NullCheck(L_18); int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_18); V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_14^(int32_t)L_16))^(int32_t)L_19)); IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_20 = DigestClient_get_Cache_mD21C23E491E91D373228286A2CB5C3B9BD8297AC(/*hidden argument*/NULL); int32_t L_21 = V_2; int32_t L_22 = L_21; RuntimeObject * L_23 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_22); NullCheck(L_20); RuntimeObject * L_24 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_20, L_23); V_3 = ((DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 *)CastclassClass((RuntimeObject*)L_24, DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_il2cpp_TypeInfo_var)); DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_25 = V_3; V_4 = (bool)((((RuntimeObject*)(DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 *)L_25) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_26 = V_4; if (!L_26) { goto IL_0082; } } { DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_27 = V_1; V_3 = L_27; goto IL_008d; } IL_0082: { DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_28 = V_3; String_t* L_29 = ___challenge0; NullCheck(L_28); bool L_30 = DigestSession_Parse_m6038F8460AEE41DD5B665A243AAC7B9610CF9148(L_28, L_29, /*hidden argument*/NULL); if (L_30) { goto IL_008d; } } { return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL; } IL_008d: { bool L_31 = V_4; if (!L_31) { goto IL_00a2; } } { IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_32 = DigestClient_get_Cache_mD21C23E491E91D373228286A2CB5C3B9BD8297AC(/*hidden argument*/NULL); int32_t L_33 = V_2; int32_t L_34 = L_33; RuntimeObject * L_35 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_34); DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_36 = V_3; NullCheck(L_32); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_32, L_35, L_36); } IL_00a2: { DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_37 = V_3; WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_38 = ___webRequest1; RuntimeObject* L_39 = ___credentials2; NullCheck(L_37); Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_40 = DigestSession_Authenticate_m1C0007969F13A13582B8C3A34E2C9B8B69DD9F4B(L_37, L_38, L_39, /*hidden argument*/NULL); return L_40; } } // System.Net.Authorization System.Net.DigestClient::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * DigestClient_PreAuthenticate_m9313A621AC25CAD692FE69FEF4FBDA67CB928A4E (DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C * __this, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestClient_PreAuthenticate_m9313A621AC25CAD692FE69FEF4FBDA67CB928A4E_MetadataUsageId); s_Il2CppMethodInitialized = true; } HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * V_0 = NULL; int32_t V_1 = 0; DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * V_2 = NULL; { WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_0 = ___webRequest0; V_0 = ((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)IsInstClass((RuntimeObject*)L_0, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var)); HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_1 = V_0; if (L_1) { goto IL_000c; } } { return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL; } IL_000c: { RuntimeObject* L_2 = ___credentials1; if (L_2) { goto IL_0011; } } { return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL; } IL_0011: { HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_3 = V_0; NullCheck(L_3); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B(L_3, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_4); RuntimeObject* L_6 = ___credentials1; NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_6); V_1 = ((int32_t)((int32_t)L_5^(int32_t)L_7)); IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_8 = DigestClient_get_Cache_mD21C23E491E91D373228286A2CB5C3B9BD8297AC(/*hidden argument*/NULL); int32_t L_9 = V_1; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); RuntimeObject * L_12 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_8, L_11); V_2 = ((DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 *)CastclassClass((RuntimeObject*)L_12, DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_il2cpp_TypeInfo_var)); DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_13 = V_2; if (L_13) { goto IL_003f; } } { return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL; } IL_003f: { DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_14 = V_2; WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_15 = ___webRequest0; RuntimeObject* L_16 = ___credentials1; NullCheck(L_14); Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_17 = DigestSession_Authenticate_m1C0007969F13A13582B8C3A34E2C9B8B69DD9F4B(L_14, L_15, L_16, /*hidden argument*/NULL); return L_17; } } // System.String System.Net.DigestClient::get_AuthenticationType() extern "C" IL2CPP_METHOD_ATTR String_t* DigestClient_get_AuthenticationType_m98D67B57BC002F0E212DCFE2874188DA1C19938F (DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestClient_get_AuthenticationType_m98D67B57BC002F0E212DCFE2874188DA1C19938F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral47FDD58BEE4DC86DF2B978107102A22B9C44345B; } } // System.Void System.Net.DigestClient::.ctor() extern "C" IL2CPP_METHOD_ATTR void DigestClient__ctor_m2C794DF081C69CEFC4E828E346F801C0B59B275B (DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.DigestClient::.cctor() extern "C" IL2CPP_METHOD_ATTR void DigestClient__cctor_m83D4B0C23F0BC8FD56EAEE8E5BDF8C49CB3762EF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestClient__cctor_m83D4B0C23F0BC8FD56EAEE8E5BDF8C49CB3762EF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var); Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_0, /*hidden argument*/NULL); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = Hashtable_Synchronized_mC8C9F5D223078C699FD738B48A4A760549C2221E(L_0, /*hidden argument*/NULL); ((DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var))->set_cache_0(L_1); 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.Void System.Net.DigestHeaderParser::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void DigestHeaderParser__ctor_m2ADAEF1523A97365F7BF7AD22A66C024DC681E98 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, String_t* ___header0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestHeaderParser__ctor_m2ADAEF1523A97365F7BF7AD22A66C024DC681E98_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_il2cpp_TypeInfo_var); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ((DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_StaticFields*)il2cpp_codegen_static_fields_for(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_il2cpp_TypeInfo_var))->get_keywords_3(); NullCheck(L_0); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))); __this->set_values_4(L_1); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); String_t* L_2 = ___header0; NullCheck(L_2); String_t* L_3 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_2, /*hidden argument*/NULL); __this->set_header_0(L_3); return; } } // System.String System.Net.DigestHeaderParser::get_Realm() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Realm_m5D1157C54C58F7923BF35E9F2218439452D2FE27 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method) { { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_values_4(); NullCheck(L_0); int32_t L_1 = 0; String_t* L_2 = (L_0)->GetAt(static_cast(L_1)); return L_2; } } // System.String System.Net.DigestHeaderParser::get_Opaque() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Opaque_mF4C837019B521E45655DEAA4768DEA4F45A5B7D3 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method) { { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_values_4(); NullCheck(L_0); int32_t L_1 = 1; String_t* L_2 = (L_0)->GetAt(static_cast(L_1)); return L_2; } } // System.String System.Net.DigestHeaderParser::get_Nonce() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Nonce_m33694EB039AD8DDD35559DB23B20A8278B16DBB9 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method) { { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_values_4(); NullCheck(L_0); int32_t L_1 = 2; String_t* L_2 = (L_0)->GetAt(static_cast(L_1)); return L_2; } } // System.String System.Net.DigestHeaderParser::get_Algorithm() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Algorithm_mAEAF383FD70679A5A09381E65268CB33F0FBD06D (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method) { { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_values_4(); NullCheck(L_0); int32_t L_1 = 3; String_t* L_2 = (L_0)->GetAt(static_cast(L_1)); return L_2; } } // System.String System.Net.DigestHeaderParser::get_QOP() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_QOP_m217B778DCFD49BB7CEA628EE322709281697C3F2 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method) { { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_values_4(); NullCheck(L_0); int32_t L_1 = 4; String_t* L_2 = (L_0)->GetAt(static_cast(L_1)); return L_2; } } // System.Boolean System.Net.DigestHeaderParser::Parse() extern "C" IL2CPP_METHOD_ATTR bool DigestHeaderParser_Parse_m4A113BB2F01B1A78DBE87A2A3A410DCA4B80ABD6 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestHeaderParser_Parse_m4A113BB2F01B1A78DBE87A2A3A410DCA4B80ABD6_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = __this->get_header_0(); NullCheck(L_0); String_t* L_1 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_1, _stringLiteralA693C5F2AE7AF0469029EA2413CFF465F90917CC, /*hidden argument*/NULL); if (L_2) { goto IL_0019; } } { return (bool)0; } IL_0019: { __this->set_pos_2(6); String_t* L_3 = __this->get_header_0(); NullCheck(L_3); int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_3, /*hidden argument*/NULL); __this->set_length_1(L_4); goto IL_009d; } IL_0033: { bool L_5 = DigestHeaderParser_GetKeywordAndValue_mBF56EC9DAEC31A972C59D0A5A5259A1CAF3E5916(__this, (String_t**)(&V_0), (String_t**)(&V_1), /*hidden argument*/NULL); if (L_5) { goto IL_0041; } } { return (bool)0; } IL_0041: { DigestHeaderParser_SkipWhitespace_mBAA74D4C0C146DF01D3C2A4BC7BA63DD5587AA7F(__this, /*hidden argument*/NULL); int32_t L_6 = __this->get_pos_2(); int32_t L_7 = __this->get_length_1(); if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_0078; } } { String_t* L_8 = __this->get_header_0(); int32_t L_9 = __this->get_pos_2(); NullCheck(L_8); Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, L_9, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)44))))) { goto IL_0078; } } { int32_t L_11 = __this->get_pos_2(); __this->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); } IL_0078: { IL2CPP_RUNTIME_CLASS_INIT(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_il2cpp_TypeInfo_var); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = ((DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_StaticFields*)il2cpp_codegen_static_fields_for(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_il2cpp_TypeInfo_var))->get_keywords_3(); String_t* L_13 = V_0; int32_t L_14 = Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A(L_12, L_13, /*hidden argument*/Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A_RuntimeMethod_var); V_2 = L_14; int32_t L_15 = V_2; if ((((int32_t)L_15) == ((int32_t)(-1)))) { goto IL_009d; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = __this->get_values_4(); int32_t L_17 = V_2; NullCheck(L_16); int32_t L_18 = L_17; String_t* L_19 = (L_16)->GetAt(static_cast(L_18)); if (!L_19) { goto IL_0094; } } { return (bool)0; } IL_0094: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = __this->get_values_4(); int32_t L_21 = V_2; String_t* L_22 = V_1; NullCheck(L_20); ArrayElementTypeCheck (L_20, L_22); (L_20)->SetAt(static_cast(L_21), (String_t*)L_22); } IL_009d: { int32_t L_23 = __this->get_pos_2(); int32_t L_24 = __this->get_length_1(); if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0033; } } { String_t* L_25 = DigestHeaderParser_get_Realm_m5D1157C54C58F7923BF35E9F2218439452D2FE27(__this, /*hidden argument*/NULL); if (!L_25) { goto IL_00bb; } } { String_t* L_26 = DigestHeaderParser_get_Nonce_m33694EB039AD8DDD35559DB23B20A8278B16DBB9(__this, /*hidden argument*/NULL); if (L_26) { goto IL_00bd; } } IL_00bb: { return (bool)0; } IL_00bd: { return (bool)1; } } // System.Void System.Net.DigestHeaderParser::SkipWhitespace() extern "C" IL2CPP_METHOD_ATTR void DigestHeaderParser_SkipWhitespace_mBAA74D4C0C146DF01D3C2A4BC7BA63DD5587AA7F (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method) { Il2CppChar V_0 = 0x0; int32_t V_1 = 0; { V_0 = ((int32_t)32); goto IL_0022; } IL_0005: { String_t* L_0 = __this->get_header_0(); int32_t L_1 = __this->get_pos_2(); V_1 = L_1; int32_t L_2 = V_1; __this->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_1; NullCheck(L_0); Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0022: { int32_t L_5 = __this->get_pos_2(); int32_t L_6 = __this->get_length_1(); if ((((int32_t)L_5) >= ((int32_t)L_6))) { goto IL_0044; } } { Il2CppChar L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)32)))) { goto IL_0005; } } { Il2CppChar L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)9)))) { goto IL_0005; } } { Il2CppChar L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)13)))) { goto IL_0005; } } { Il2CppChar L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)10)))) { goto IL_0005; } } IL_0044: { int32_t L_11 = __this->get_pos_2(); __this->set_pos_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1))); return; } } // System.String System.Net.DigestHeaderParser::GetKey() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_GetKey_m3C3F0B41AF90B6F5B5974328AD09862300886B89 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { DigestHeaderParser_SkipWhitespace_mBAA74D4C0C146DF01D3C2A4BC7BA63DD5587AA7F(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get_pos_2(); V_0 = L_0; goto IL_001d; } IL_000f: { int32_t L_1 = __this->get_pos_2(); __this->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))); } IL_001d: { int32_t L_2 = __this->get_pos_2(); int32_t L_3 = __this->get_length_1(); if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_0040; } } { String_t* L_4 = __this->get_header_0(); int32_t L_5 = __this->get_pos_2(); NullCheck(L_4); Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_5, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)61))))) { goto IL_000f; } } IL_0040: { String_t* L_7 = __this->get_header_0(); int32_t L_8 = V_0; int32_t L_9 = __this->get_pos_2(); int32_t L_10 = V_0; NullCheck(L_7); String_t* L_11 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_7, L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_11, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_12, /*hidden argument*/NULL); return L_13; } } // System.Boolean System.Net.DigestHeaderParser::GetKeywordAndValue(System.StringU26,System.StringU26) extern "C" IL2CPP_METHOD_ATTR bool DigestHeaderParser_GetKeywordAndValue_mBF56EC9DAEC31A972C59D0A5A5259A1CAF3E5916 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, String_t** ___key0, String_t** ___value1, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; int32_t G_B23_0 = 0; DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * G_B23_1 = NULL; int32_t G_B22_0 = 0; DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * G_B22_1 = NULL; int32_t G_B24_0 = 0; int32_t G_B24_1 = 0; DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * G_B24_2 = NULL; { String_t** L_0 = ___key0; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL); String_t** L_1 = ___value1; *((RuntimeObject **)L_1) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)L_1, (RuntimeObject *)NULL); String_t** L_2 = ___key0; String_t* L_3 = DigestHeaderParser_GetKey_m3C3F0B41AF90B6F5B5974328AD09862300886B89(__this, /*hidden argument*/NULL); *((RuntimeObject **)L_2) = (RuntimeObject *)L_3; Il2CppCodeGenWriteBarrier((RuntimeObject **)L_2, (RuntimeObject *)L_3); int32_t L_4 = __this->get_pos_2(); int32_t L_5 = __this->get_length_1(); if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_001e; } } { return (bool)0; } IL_001e: { DigestHeaderParser_SkipWhitespace_mBAA74D4C0C146DF01D3C2A4BC7BA63DD5587AA7F(__this, /*hidden argument*/NULL); int32_t L_6 = __this->get_pos_2(); int32_t L_7 = __this->get_length_1(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))) >= ((int32_t)L_7))) { goto IL_0054; } } { String_t* L_8 = __this->get_header_0(); int32_t L_9 = __this->get_pos_2(); V_2 = L_9; int32_t L_10 = V_2; __this->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); int32_t L_11 = V_2; NullCheck(L_8); Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, L_11, /*hidden argument*/NULL); if ((((int32_t)L_12) == ((int32_t)((int32_t)61)))) { goto IL_0056; } } IL_0054: { return (bool)0; } IL_0056: { DigestHeaderParser_SkipWhitespace_mBAA74D4C0C146DF01D3C2A4BC7BA63DD5587AA7F(__this, /*hidden argument*/NULL); int32_t L_13 = __this->get_pos_2(); int32_t L_14 = __this->get_length_1(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))) < ((int32_t)L_14))) { goto IL_006e; } } { return (bool)0; } IL_006e: { V_0 = (bool)0; String_t* L_15 = __this->get_header_0(); int32_t L_16 = __this->get_pos_2(); NullCheck(L_15); Il2CppChar L_17 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_15, L_16, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)34))))) { goto IL_0095; } } { int32_t L_18 = __this->get_pos_2(); __this->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); V_0 = (bool)1; } IL_0095: { int32_t L_19 = __this->get_pos_2(); V_1 = L_19; bool L_20 = V_0; if (!L_20) { goto IL_00c3; } } { String_t* L_21 = __this->get_header_0(); int32_t L_22 = __this->get_pos_2(); NullCheck(L_21); int32_t L_23 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_21, ((int32_t)34), L_22, /*hidden argument*/NULL); __this->set_pos_2(L_23); int32_t L_24 = __this->get_pos_2(); if ((!(((uint32_t)L_24) == ((uint32_t)(-1))))) { goto IL_0120; } } { return (bool)0; } IL_00c3: { String_t* L_25 = __this->get_header_0(); int32_t L_26 = __this->get_pos_2(); NullCheck(L_25); Il2CppChar L_27 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_25, L_26, /*hidden argument*/NULL); V_3 = L_27; Il2CppChar L_28 = V_3; if ((((int32_t)L_28) == ((int32_t)((int32_t)44)))) { goto IL_0107; } } { Il2CppChar L_29 = V_3; if ((((int32_t)L_29) == ((int32_t)((int32_t)32)))) { goto IL_0107; } } { Il2CppChar L_30 = V_3; if ((((int32_t)L_30) == ((int32_t)((int32_t)9)))) { goto IL_0107; } } { Il2CppChar L_31 = V_3; if ((((int32_t)L_31) == ((int32_t)((int32_t)13)))) { goto IL_0107; } } { Il2CppChar L_32 = V_3; if ((((int32_t)L_32) == ((int32_t)((int32_t)10)))) { goto IL_0107; } } { int32_t L_33 = __this->get_pos_2(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); int32_t L_34 = V_2; __this->set_pos_2(L_34); int32_t L_35 = V_2; int32_t L_36 = __this->get_length_1(); if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_00c3; } } IL_0107: { int32_t L_37 = __this->get_pos_2(); int32_t L_38 = __this->get_length_1(); if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0120; } } { int32_t L_39 = V_1; int32_t L_40 = __this->get_pos_2(); if ((!(((uint32_t)L_39) == ((uint32_t)L_40)))) { goto IL_0120; } } { return (bool)0; } IL_0120: { String_t** L_41 = ___value1; String_t* L_42 = __this->get_header_0(); int32_t L_43 = V_1; int32_t L_44 = __this->get_pos_2(); int32_t L_45 = V_1; NullCheck(L_42); String_t* L_46 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_42, L_43, ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)), /*hidden argument*/NULL); *((RuntimeObject **)L_41) = (RuntimeObject *)L_46; Il2CppCodeGenWriteBarrier((RuntimeObject **)L_41, (RuntimeObject *)L_46); int32_t L_47 = __this->get_pos_2(); bool L_48 = V_0; G_B22_0 = L_47; G_B22_1 = __this; if (L_48) { G_B23_0 = L_47; G_B23_1 = __this; goto IL_0143; } } { G_B24_0 = 1; G_B24_1 = G_B22_0; G_B24_2 = G_B22_1; goto IL_0144; } IL_0143: { G_B24_0 = 2; G_B24_1 = G_B23_0; G_B24_2 = G_B23_1; } IL_0144: { NullCheck(G_B24_2); G_B24_2->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)G_B24_1, (int32_t)G_B24_0))); return (bool)1; } } // System.Void System.Net.DigestHeaderParser::.cctor() extern "C" IL2CPP_METHOD_ATTR void DigestHeaderParser__cctor_m4EAE91B385D21D21D68FFEC7354DBF833D42A3FE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestHeaderParser__cctor_m4EAE91B385D21D21D68FFEC7354DBF833D42A3FE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral5BEE6642BBFA60C55E24C40941412E8BEEEB4AEB); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteral5BEE6642BBFA60C55E24C40941412E8BEEEB4AEB); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral23679056DEECF55F0297F2A78060FC6724083DD8); (L_2)->SetAt(static_cast(1), (String_t*)_stringLiteral23679056DEECF55F0297F2A78060FC6724083DD8); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral49AFA7EB90EE7B404B57E1A5794642BD6DE0BD7E); (L_3)->SetAt(static_cast(2), (String_t*)_stringLiteral49AFA7EB90EE7B404B57E1A5794642BD6DE0BD7E); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral9A53B0819E7B65CEBDD2F94AD43011AC678D3FC3); (L_4)->SetAt(static_cast(3), (String_t*)_stringLiteral9A53B0819E7B65CEBDD2F94AD43011AC678D3FC3); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteralD9D2517A1D0D33304AE6C53F33B46407BF315F8F); (L_5)->SetAt(static_cast(4), (String_t*)_stringLiteralD9D2517A1D0D33304AE6C53F33B46407BF315F8F); ((DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_StaticFields*)il2cpp_codegen_static_fields_for(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_il2cpp_TypeInfo_var))->set_keywords_3(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.Void System.Net.DigestSession::.cctor() extern "C" IL2CPP_METHOD_ATTR void DigestSession__cctor_m1E6BD9E0E46DFED5E0AFCC1F78465A7B7E845790 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestSession__cctor_m1E6BD9E0E46DFED5E0AFCC1F78465A7B7E845790_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_0 = RandomNumberGenerator_Create_mB84B1BA538B29D0679F310D3B574A7D5BAA890C4(/*hidden argument*/NULL); ((DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_StaticFields*)il2cpp_codegen_static_fields_for(DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_il2cpp_TypeInfo_var))->set_rng_0(L_0); return; } } // System.Void System.Net.DigestSession::.ctor() extern "C" IL2CPP_METHOD_ATTR void DigestSession__ctor_m06994A3FF60DD8161A52AF52FA1E8191CC6C9A40 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestSession__ctor_m06994A3FF60DD8161A52AF52FA1E8191CC6C9A40_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); __this->set__nc_2(1); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL); __this->set_lastUse_1(L_0); return; } } // System.String System.Net.DigestSession::get_Algorithm() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_Algorithm_mEE985ABCF93E119F068C515B76CBEFD1E5876C26 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method) { { DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * L_0 = __this->get_parser_4(); NullCheck(L_0); String_t* L_1 = DigestHeaderParser_get_Algorithm_mAEAF383FD70679A5A09381E65268CB33F0FBD06D(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.DigestSession::get_Realm() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_Realm_mEB7255CA20B7EFD001137925C4D398F3540AF7AC (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method) { { DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * L_0 = __this->get_parser_4(); NullCheck(L_0); String_t* L_1 = DigestHeaderParser_get_Realm_m5D1157C54C58F7923BF35E9F2218439452D2FE27(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.DigestSession::get_Nonce() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_Nonce_mC2916B0AE01116DBC2F6049A3567E91B6EB2352A (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method) { { DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * L_0 = __this->get_parser_4(); NullCheck(L_0); String_t* L_1 = DigestHeaderParser_get_Nonce_m33694EB039AD8DDD35559DB23B20A8278B16DBB9(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.DigestSession::get_Opaque() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_Opaque_m8901237D3CE432C9D223CC59570BF54B1B399B34 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method) { { DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * L_0 = __this->get_parser_4(); NullCheck(L_0); String_t* L_1 = DigestHeaderParser_get_Opaque_mF4C837019B521E45655DEAA4768DEA4F45A5B7D3(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.DigestSession::get_QOP() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_QOP_mDFC0081BF37821E87B0E2953E9DD673763E327F4 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method) { { DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * L_0 = __this->get_parser_4(); NullCheck(L_0); String_t* L_1 = DigestHeaderParser_get_QOP_m217B778DCFD49BB7CEA628EE322709281697C3F2(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.DigestSession::get_CNonce() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_CNonce_mB04BF50D26C87468DB829B56C19194841504D668 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestSession_get_CNonce_mB04BF50D26C87468DB829B56C19194841504D668_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; { String_t* L_0 = __this->get__cnonce_5(); if (L_0) { goto IL_0031; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)15)); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_il2cpp_TypeInfo_var); RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_2 = ((DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_StaticFields*)il2cpp_codegen_static_fields_for(DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_il2cpp_TypeInfo_var))->get_rng_0(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0; NullCheck(L_2); VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_2, L_3); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); String_t* L_5 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_4, /*hidden argument*/NULL); __this->set__cnonce_5(L_5); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_0; NullCheck(L_7); Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_6, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), /*hidden argument*/NULL); } IL_0031: { String_t* L_8 = __this->get__cnonce_5(); return L_8; } } // System.Boolean System.Net.DigestSession::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR bool DigestSession_Parse_m6038F8460AEE41DD5B665A243AAC7B9610CF9148 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, String_t* ___challenge0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestSession_Parse_m6038F8460AEE41DD5B665A243AAC7B9610CF9148_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___challenge0; DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * L_1 = (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 *)il2cpp_codegen_object_new(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_il2cpp_TypeInfo_var); DigestHeaderParser__ctor_m2ADAEF1523A97365F7BF7AD22A66C024DC681E98(L_1, L_0, /*hidden argument*/NULL); __this->set_parser_4(L_1); DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * L_2 = __this->get_parser_4(); NullCheck(L_2); bool L_3 = DigestHeaderParser_Parse_m4A113BB2F01B1A78DBE87A2A3A410DCA4B80ABD6(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001b; } } { return (bool)0; } IL_001b: { DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * L_4 = __this->get_parser_4(); NullCheck(L_4); String_t* L_5 = DigestHeaderParser_get_Algorithm_mAEAF383FD70679A5A09381E65268CB33F0FBD06D(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0044; } } { DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * L_6 = __this->get_parser_4(); NullCheck(L_6); String_t* L_7 = DigestHeaderParser_get_Algorithm_mAEAF383FD70679A5A09381E65268CB33F0FBD06D(L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2(L_7, /*hidden argument*/NULL); NullCheck(L_8); bool L_9 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_8, _stringLiteralB773BED04A48DE200B96981BB79467413A222066, /*hidden argument*/NULL); if (!L_9) { goto IL_004f; } } IL_0044: { MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 * L_10 = MD5_Create_m87EB14601AD6AF168032C29DA938E18454CA05AE(/*hidden argument*/NULL); __this->set_hash_3(L_10); } IL_004f: { return (bool)1; } } // System.String System.Net.DigestSession::HashToHexString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_HashToHexString_mAA63C018C6B6C03553D2B10BB53951CDD2C373F4 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, String_t* ___toBeHashed0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestSession_HashToHexString_mAA63C018C6B6C03553D2B10BB53951CDD2C373F4_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; int32_t V_2 = 0; uint8_t V_3 = 0x0; { HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_0 = __this->get_hash_3(); if (L_0) { goto IL_000a; } } { return (String_t*)NULL; } IL_000a: { HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_1 = __this->get_hash_3(); NullCheck(L_1); VirtActionInvoker0::Invoke(16 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_1); HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_2 = __this->get_hash_3(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL); String_t* L_4 = ___toBeHashed0; NullCheck(L_3); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(16 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_3, L_4); NullCheck(L_2); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_2, L_5, /*hidden argument*/NULL); StringBuilder_t * L_7 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_7, /*hidden argument*/NULL); V_0 = L_7; V_1 = L_6; V_2 = 0; goto IL_0051; } IL_0036: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_1; int32_t L_9 = V_2; NullCheck(L_8); int32_t L_10 = L_9; uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); V_3 = L_11; StringBuilder_t * L_12 = V_0; String_t* L_13 = Byte_ToString_m5F54DEEC2138DAC5587E05890F97866DB78E75BA((uint8_t*)(&V_3), _stringLiteralD43134CB1CE397F6BCEB0059EDFFA36BB6FDCEE5, /*hidden argument*/NULL); NullCheck(L_12); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_12, L_13, /*hidden argument*/NULL); int32_t L_14 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0051: { int32_t L_15 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_1; NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))))) { goto IL_0036; } } { StringBuilder_t * L_17 = V_0; NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_17); return L_18; } } // System.String System.Net.DigestSession::HA1(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_HA1_mEB10EC1F97D4DC02DCA15949A5AB54F8AE76915E (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, String_t* ___username0, String_t* ___password1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestSession_HA1_mEB10EC1F97D4DC02DCA15949A5AB54F8AE76915E_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___username0; String_t* L_1 = DigestSession_get_Realm_mEB7255CA20B7EFD001137925C4D398F3540AF7AC(__this, /*hidden argument*/NULL); String_t* L_2 = ___password1; String_t* L_3 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteral2B95F78105EF2C633342524D5D02D8F1BE98BCF5, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = DigestSession_get_Algorithm_mEE985ABCF93E119F068C515B76CBEFD1E5876C26(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_0050; } } { String_t* L_5 = DigestSession_get_Algorithm_mEE985ABCF93E119F068C515B76CBEFD1E5876C26(__this, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_5, /*hidden argument*/NULL); bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, _stringLiteralD735AA9C3860C41C9121B317C696C7A451FA170F, /*hidden argument*/NULL); if (!L_7) { goto IL_0050; } } { String_t* L_8 = V_0; String_t* L_9 = DigestSession_HashToHexString_mAA63C018C6B6C03553D2B10BB53951CDD2C373F4(__this, L_8, /*hidden argument*/NULL); String_t* L_10 = DigestSession_get_Nonce_mC2916B0AE01116DBC2F6049A3567E91B6EB2352A(__this, /*hidden argument*/NULL); String_t* L_11 = DigestSession_get_CNonce_mB04BF50D26C87468DB829B56C19194841504D668(__this, /*hidden argument*/NULL); String_t* L_12 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteral2B95F78105EF2C633342524D5D02D8F1BE98BCF5, L_9, L_10, L_11, /*hidden argument*/NULL); V_0 = L_12; } IL_0050: { String_t* L_13 = V_0; String_t* L_14 = DigestSession_HashToHexString_mAA63C018C6B6C03553D2B10BB53951CDD2C373F4(__this, L_13, /*hidden argument*/NULL); return L_14; } } // System.String System.Net.DigestSession::HA2(System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_HA2_m7AF033BCEB85E978E01B373539BEFC6600BF4367 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___webRequest0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestSession_HA2_m7AF033BCEB85E978E01B373539BEFC6600BF4367_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_0 = ___webRequest0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Net.WebRequest::get_Method() */, L_0); HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_2 = ___webRequest0; NullCheck(L_2); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = VirtFuncInvoker0< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(11 /* System.Uri System.Net.WebRequest::get_RequestUri() */, L_2); NullCheck(L_3); String_t* L_4 = Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384(L_3, /*hidden argument*/NULL); String_t* L_5 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralE7B85E7369BA50B83804EBF39E9612010E5B9FCD, L_1, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = DigestSession_get_QOP_mDFC0081BF37821E87B0E2953E9DD673763E327F4(__this, /*hidden argument*/NULL); String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, _stringLiteral22B673A0FA436B68DAB20715D47B289C7DDD8AEB, /*hidden argument*/NULL); String_t* L_7 = V_0; String_t* L_8 = DigestSession_HashToHexString_mAA63C018C6B6C03553D2B10BB53951CDD2C373F4(__this, L_7, /*hidden argument*/NULL); return L_8; } } // System.String System.Net.DigestSession::Response(System.String,System.String,System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_Response_m9C300C7739E6E2D657FAB42D70CB5E80BDBD359D (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, String_t* ___username0, String_t* ___password1, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___webRequest2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestSession_Response_m9C300C7739E6E2D657FAB42D70CB5E80BDBD359D_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___username0; String_t* L_1 = ___password1; String_t* L_2 = DigestSession_HA1_mEB10EC1F97D4DC02DCA15949A5AB54F8AE76915E(__this, L_0, L_1, /*hidden argument*/NULL); String_t* L_3 = DigestSession_get_Nonce_mC2916B0AE01116DBC2F6049A3567E91B6EB2352A(__this, /*hidden argument*/NULL); String_t* L_4 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralE1DB27719E1DA7A308FA42034692C6550ECCF2EF, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = DigestSession_get_QOP_mDFC0081BF37821E87B0E2953E9DD673763E327F4(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_004e; } } { String_t* L_6 = V_0; int32_t* L_7 = __this->get_address_of__nc_2(); String_t* L_8 = Int32_ToString_m5A125A41C41701E41FA0C4CC52CADBC73C1C96D8((int32_t*)L_7, _stringLiteral150956358DFB2DD051536F24C362ED507F77CC3A, /*hidden argument*/NULL); String_t* L_9 = DigestSession_get_CNonce_mB04BF50D26C87468DB829B56C19194841504D668(__this, /*hidden argument*/NULL); String_t* L_10 = DigestSession_get_QOP_mDFC0081BF37821E87B0E2953E9DD673763E327F4(__this, /*hidden argument*/NULL); String_t* L_11 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteral75EAB44C241CF123C3AEDE9D915356465D72E7B0, L_8, L_9, L_10, /*hidden argument*/NULL); String_t* L_12 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_6, L_11, /*hidden argument*/NULL); V_0 = L_12; } IL_004e: { String_t* L_13 = V_0; HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_14 = ___webRequest2; String_t* L_15 = DigestSession_HA2_m7AF033BCEB85E978E01B373539BEFC6600BF4367(__this, L_14, /*hidden argument*/NULL); String_t* L_16 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_13, L_15, /*hidden argument*/NULL); V_0 = L_16; String_t* L_17 = V_0; String_t* L_18 = DigestSession_HashToHexString_mAA63C018C6B6C03553D2B10BB53951CDD2C373F4(__this, L_17, /*hidden argument*/NULL); return L_18; } } // System.Net.Authorization System.Net.DigestSession::Authenticate(System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * DigestSession_Authenticate_m1C0007969F13A13582B8C3A34E2C9B8B69DD9F4B (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestSession_Authenticate_m1C0007969F13A13582B8C3A34E2C9B8B69DD9F4B_MetadataUsageId); s_Il2CppMethodInitialized = true; } HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * V_0 = NULL; NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; StringBuilder_t * V_4 = NULL; DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * V_5 = NULL; bool V_6 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * L_0 = __this->get_parser_4(); if (L_0) { goto IL_000e; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DigestSession_Authenticate_m1C0007969F13A13582B8C3A34E2C9B8B69DD9F4B_RuntimeMethod_var); } IL_000e: { WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_2 = ___webRequest0; V_0 = ((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)IsInstClass((RuntimeObject*)L_2, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var)); HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_3 = V_0; if (L_3) { goto IL_001a; } } { return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL; } IL_001a: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL); __this->set_lastUse_1(L_4); RuntimeObject* L_5 = ___credentials1; HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_6 = V_0; NullCheck(L_6); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_7 = VirtFuncInvoker0< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(11 /* System.Uri System.Net.WebRequest::get_RequestUri() */, L_6); NullCheck(L_5); NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_8 = InterfaceFuncInvoker2< NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t* >::Invoke(0 /* System.Net.NetworkCredential System.Net.ICredentials::GetCredential(System.Uri,System.String) */, ICredentials_t1A41F1096B037CAB53AE01434DF0747881455344_il2cpp_TypeInfo_var, L_5, L_7, _stringLiteral2923F6FA36614586EA09B4424B438915CC1B9B67); V_1 = L_8; NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_9 = V_1; if (L_9) { goto IL_003c; } } { return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL; } IL_003c: { NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_10 = V_1; NullCheck(L_10); String_t* L_11 = NetworkCredential_get_UserName_mB24F789533CB16575AEA19A420BA69FAC3AA97F7(L_10, /*hidden argument*/NULL); V_2 = L_11; String_t* L_12 = V_2; if (!L_12) { goto IL_0053; } } { String_t* L_13 = V_2; bool L_14 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_13, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_14) { goto IL_0055; } } IL_0053: { return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL; } IL_0055: { NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_15 = V_1; NullCheck(L_15); String_t* L_16 = NetworkCredential_get_Password_m8F9352FAD45233DCD5EC42056D10E49DA3900BF6(L_15, /*hidden argument*/NULL); V_3 = L_16; StringBuilder_t * L_17 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_17, /*hidden argument*/NULL); V_4 = L_17; StringBuilder_t * L_18 = V_4; String_t* L_19 = V_2; NullCheck(L_18); StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_18, _stringLiteral7150571A54B44C391F859E9A55886998868CB208, L_19, /*hidden argument*/NULL); StringBuilder_t * L_20 = V_4; String_t* L_21 = DigestSession_get_Realm_mEB7255CA20B7EFD001137925C4D398F3540AF7AC(__this, /*hidden argument*/NULL); NullCheck(L_20); StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_20, _stringLiteralE4F1F95871F748B862EEDD86950D03FB862D60D9, L_21, /*hidden argument*/NULL); StringBuilder_t * L_22 = V_4; String_t* L_23 = DigestSession_get_Nonce_mC2916B0AE01116DBC2F6049A3567E91B6EB2352A(__this, /*hidden argument*/NULL); NullCheck(L_22); StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_22, _stringLiteral54EA2969DA479B149E8A6B085DA421DE3EEBF664, L_23, /*hidden argument*/NULL); StringBuilder_t * L_24 = V_4; HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_25 = V_0; NullCheck(L_25); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_26 = HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B(L_25, /*hidden argument*/NULL); NullCheck(L_26); String_t* L_27 = Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384(L_26, /*hidden argument*/NULL); NullCheck(L_24); StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_24, _stringLiteral8C41B1E8B6CFFEA477F2E56412C2A5E60666EB0C, L_27, /*hidden argument*/NULL); String_t* L_28 = DigestSession_get_Algorithm_mEE985ABCF93E119F068C515B76CBEFD1E5876C26(__this, /*hidden argument*/NULL); if (!L_28) { goto IL_00ca; } } { StringBuilder_t * L_29 = V_4; String_t* L_30 = DigestSession_get_Algorithm_mEE985ABCF93E119F068C515B76CBEFD1E5876C26(__this, /*hidden argument*/NULL); NullCheck(L_29); StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_29, _stringLiteral128BD538F35FAD3ED5C5272A80EA0D169319C507, L_30, /*hidden argument*/NULL); } IL_00ca: { StringBuilder_t * L_31 = V_4; String_t* L_32 = V_2; String_t* L_33 = V_3; HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_34 = V_0; String_t* L_35 = DigestSession_Response_m9C300C7739E6E2D657FAB42D70CB5E80BDBD359D(__this, L_32, L_33, L_34, /*hidden argument*/NULL); NullCheck(L_31); StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_31, _stringLiteralF0344BD6A7AF5F43108E4C9FCCD2FFBD60DFF7D4, L_35, /*hidden argument*/NULL); String_t* L_36 = DigestSession_get_QOP_mDFC0081BF37821E87B0E2953E9DD673763E327F4(__this, /*hidden argument*/NULL); if (!L_36) { goto IL_00fb; } } { StringBuilder_t * L_37 = V_4; String_t* L_38 = DigestSession_get_QOP_mDFC0081BF37821E87B0E2953E9DD673763E327F4(__this, /*hidden argument*/NULL); NullCheck(L_37); StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_37, _stringLiteral565E73C9AC39169F5F71237EE063C2FE77BBCD4A, L_38, /*hidden argument*/NULL); } IL_00fb: { V_5 = __this; V_6 = (bool)0; } IL_0101: try { // begin try (depth: 1) { DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_39 = V_5; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_39, (bool*)(&V_6), /*hidden argument*/NULL); String_t* L_40 = DigestSession_get_QOP_mDFC0081BF37821E87B0E2953E9DD673763E327F4(__this, /*hidden argument*/NULL); if (!L_40) { goto IL_0138; } } IL_0112: { StringBuilder_t * L_41 = V_4; int32_t L_42 = __this->get__nc_2(); int32_t L_43 = L_42; RuntimeObject * L_44 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_43); NullCheck(L_41); StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_41, _stringLiteralC158015E87D69A7FB5248157A5240D40B1B2E84A, L_44, /*hidden argument*/NULL); int32_t L_45 = __this->get__nc_2(); __this->set__nc_2(((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1))); } IL_0138: { IL2CPP_LEAVE(0x146, FINALLY_013a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_013a; } FINALLY_013a: { // begin finally (depth: 1) { bool L_46 = V_6; if (!L_46) { goto IL_0145; } } IL_013e: { DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_47 = V_5; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_47, /*hidden argument*/NULL); } IL_0145: { IL2CPP_END_FINALLY(314) } } // end finally (depth: 1) IL2CPP_CLEANUP(314) { IL2CPP_JUMP_TBL(0x146, IL_0146) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0146: { String_t* L_48 = DigestSession_get_CNonce_mB04BF50D26C87468DB829B56C19194841504D668(__this, /*hidden argument*/NULL); if (!L_48) { goto IL_0161; } } { StringBuilder_t * L_49 = V_4; String_t* L_50 = DigestSession_get_CNonce_mB04BF50D26C87468DB829B56C19194841504D668(__this, /*hidden argument*/NULL); NullCheck(L_49); StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_49, _stringLiteral1381623C9D3016F59EA1737075683A0B2AB1B717, L_50, /*hidden argument*/NULL); } IL_0161: { String_t* L_51 = DigestSession_get_Opaque_m8901237D3CE432C9D223CC59570BF54B1B399B34(__this, /*hidden argument*/NULL); if (!L_51) { goto IL_017c; } } { StringBuilder_t * L_52 = V_4; String_t* L_53 = DigestSession_get_Opaque_m8901237D3CE432C9D223CC59570BF54B1B399B34(__this, /*hidden argument*/NULL); NullCheck(L_52); StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_52, _stringLiteral0F6843DF8A781F571C4F25F2A43F1B4E4F66DABF, L_53, /*hidden argument*/NULL); } IL_017c: { StringBuilder_t * L_54 = V_4; StringBuilder_t * L_55 = L_54; NullCheck(L_55); int32_t L_56 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_55, /*hidden argument*/NULL); NullCheck(L_55); StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_55, ((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)2)), /*hidden argument*/NULL); StringBuilder_t * L_57 = V_4; NullCheck(L_57); String_t* L_58 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_57); Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_59 = (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)il2cpp_codegen_object_new(Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B_il2cpp_TypeInfo_var); Authorization__ctor_m9941BCA4BC1EFE3789A173469D3453A02FA96C55(L_59, L_58, /*hidden argument*/NULL); return L_59; } } // System.DateTime System.Net.DigestSession::get_LastUse() extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DigestSession_get_LastUse_mEA7467CEF9E9025D7589C09084F922C31CC3FA51 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method) { { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = __this->get_lastUse_1(); return L_0; } } #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.Void System.Net.Dns::.cctor() extern "C" IL2CPP_METHOD_ATTR void Dns__cctor_m470222B3A9EDC417D6616C7AC7225F50496A22EB (const RuntimeMethod* method) { { return; } } // System.Boolean System.Net.Dns::GetHostByName_internal(System.String,System.StringU26,System.String[]U26,System.String[]U26,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Dns_GetHostByName_internal_mFEA5DFFBD99C1E7364B146B0F95FDE3F5DA67EC8 (String_t* ___host0, String_t** ___h_name1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___h_aliases2, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___h_addr_list3, int32_t ___hint4, const RuntimeMethod* method) { typedef bool (*Dns_GetHostByName_internal_mFEA5DFFBD99C1E7364B146B0F95FDE3F5DA67EC8_ftn) (String_t*, String_t**, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E**, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E**, int32_t); using namespace il2cpp::icalls; return ((Dns_GetHostByName_internal_mFEA5DFFBD99C1E7364B146B0F95FDE3F5DA67EC8_ftn)System::System::Net::Dns::GetHostByName40) (___host0, ___h_name1, ___h_aliases2, ___h_addr_list3, ___hint4); } // System.Boolean System.Net.Dns::GetHostByAddr_internal(System.String,System.StringU26,System.String[]U26,System.String[]U26,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Dns_GetHostByAddr_internal_mCB4425B47D6768392E20C80C4EE1C5E28956663D (String_t* ___addr0, String_t** ___h_name1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___h_aliases2, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___h_addr_list3, int32_t ___hint4, const RuntimeMethod* method) { typedef bool (*Dns_GetHostByAddr_internal_mCB4425B47D6768392E20C80C4EE1C5E28956663D_ftn) (String_t*, String_t**, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E**, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E**, int32_t); using namespace il2cpp::icalls; return ((Dns_GetHostByAddr_internal_mCB4425B47D6768392E20C80C4EE1C5E28956663D_ftn)System::System::Net::Dns::GetHostByAddr40) (___addr0, ___h_name1, ___h_aliases2, ___h_addr_list3, ___hint4); } // System.Boolean System.Net.Dns::GetHostName_internal(System.StringU26) extern "C" IL2CPP_METHOD_ATTR bool Dns_GetHostName_internal_m69BF784F0F6C595AFC4B0027E8EB0D465B6845F6 (String_t** ___h_name0, const RuntimeMethod* method) { typedef bool (*Dns_GetHostName_internal_m69BF784F0F6C595AFC4B0027E8EB0D465B6845F6_ftn) (String_t**); using namespace il2cpp::icalls; return ((Dns_GetHostName_internal_m69BF784F0F6C595AFC4B0027E8EB0D465B6845F6_ftn)System::System::Net::Dns::GetHostName) (___h_name0); } // System.Void System.Net.Dns::Error_11001(System.String) extern "C" IL2CPP_METHOD_ATTR void Dns_Error_11001_m783146DF96023BA4CAD30F55D8DC527D2ABBCB72 (String_t* ___hostName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Dns_Error_11001_m783146DF96023BA4CAD30F55D8DC527D2ABBCB72_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___hostName0; String_t* L_1 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralEC56FA5D7585AED49C23BA126BCB1DAC19CFCA11, L_0, /*hidden argument*/NULL); SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_2 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var); SocketException__ctor_m68F7126C5B5AD6C6E1EF8A06DE8F5068D6A46002(L_2, ((int32_t)11001), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Dns_Error_11001_m783146DF96023BA4CAD30F55D8DC527D2ABBCB72_RuntimeMethod_var); } } // System.Net.IPHostEntry System.Net.Dns::hostent_to_IPHostEntry(System.String,System.String,System.String[],System.String[]) extern "C" IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * Dns_hostent_to_IPHostEntry_mCD03D1D4689BF1B272CB8212506C4C853C6D06C3 (String_t* ___originalHostName0, String_t* ___h_name1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___h_aliases2, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___h_addrlist3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Dns_hostent_to_IPHostEntry_mCD03D1D4689BF1B272CB8212506C4C853C6D06C3_MetadataUsageId); s_Il2CppMethodInitialized = true; } IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * V_0 = NULL; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_1 = NULL; int32_t V_2 = 0; IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_0 = (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D *)il2cpp_codegen_object_new(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D_il2cpp_TypeInfo_var); IPHostEntry__ctor_m539B6CE87B29D7B23A4F46C73BF7D6BB74D0331F(L_0, /*hidden argument*/NULL); V_0 = L_0; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_1, /*hidden argument*/NULL); V_1 = L_1; IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_2 = V_0; String_t* L_3 = ___h_name1; NullCheck(L_2); IPHostEntry_set_HostName_mE132ABF58C3C4C28A58A48132698FA99F55C328D(L_2, L_3, /*hidden argument*/NULL); IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_4 = V_0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = ___h_aliases2; NullCheck(L_4); IPHostEntry_set_Aliases_m4D05E9F3D5C6FD0996C86816B36B1DF9BE79D8ED(L_4, L_5, /*hidden argument*/NULL); V_2 = 0; goto IL_005a; } IL_001e: { } IL_001f: try { // begin try (depth: 1) { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = ___h_addrlist3; int32_t L_7 = V_2; NullCheck(L_6); int32_t L_8 = L_7; String_t* L_9 = (L_6)->GetAt(static_cast(L_8)); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var); IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_10 = IPAddress_Parse_mB8537FC76C7BA7482713F289B4EC4C3ED919D273(L_9, /*hidden argument*/NULL); V_3 = L_10; IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var); bool L_11 = Socket_get_SupportsIPv6_m76AE5D0EA624C0AEB6EFAE0E56B3956C9A734FA4(/*hidden argument*/NULL); if (!L_11) { goto IL_0039; } } IL_002f: { IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_12 = V_3; NullCheck(L_12); int32_t L_13 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693(L_12, /*hidden argument*/NULL); if ((((int32_t)L_13) == ((int32_t)((int32_t)23)))) { goto IL_0049; } } IL_0039: { IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var); bool L_14 = Socket_get_SupportsIPv4_m2D8B6C4B1E1359F09B4C8C422B2AF38A39C41F81(/*hidden argument*/NULL); if (!L_14) { goto IL_0051; } } IL_0040: { IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_15 = V_3; NullCheck(L_15); int32_t L_16 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693(L_15, /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)2)))) { goto IL_0051; } } IL_0049: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_17 = V_1; IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_18 = V_3; NullCheck(L_17); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_17, L_18); } IL_0051: { goto IL_0056; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0053; throw e; } CATCH_0053: { // begin catch(System.ArgumentNullException) goto IL_0056; } // end catch (depth: 1) IL_0056: { int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_005a: { int32_t L_20 = V_2; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = ___h_addrlist3; NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))) { goto IL_001e; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_22 = V_1; NullCheck(L_22); int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_22); if (L_23) { goto IL_006e; } } { String_t* L_24 = ___originalHostName0; IL2CPP_RUNTIME_CLASS_INIT(Dns_t0E6B5B77C654107F106B577875FE899BAF8ADCF9_il2cpp_TypeInfo_var); Dns_Error_11001_m783146DF96023BA4CAD30F55D8DC527D2ABBCB72(L_24, /*hidden argument*/NULL); } IL_006e: { IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_25 = V_0; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_26 = V_1; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_27 = { reinterpret_cast (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_28 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_27, /*hidden argument*/NULL); NullCheck(L_26); RuntimeArray * L_29 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(45 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_26, L_28); NullCheck(L_25); IPHostEntry_set_AddressList_m057A9B8FA93A129A0DAF5222231BD155B774B50B(L_25, ((IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3*)IsInst((RuntimeObject*)L_29, IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_30 = V_0; return L_30; } } // System.Net.IPHostEntry System.Net.Dns::GetHostByAddressFromString(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * Dns_GetHostByAddressFromString_mBE5EF710810CFA07D13ADB525AAA34D32E040681 (String_t* ___address0, bool ___parse1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Dns_GetHostByAddressFromString_mBE5EF710810CFA07D13ADB525AAA34D32E040681_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL; { String_t* L_0 = ___address0; NullCheck(L_0); bool L_1 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_0, _stringLiteralE562F69EC36E625116376F376D991E41613E9BF3, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { ___address0 = _stringLiteral4B84B15BFF6EE5796152495A230E45E3D7E947D9; ___parse1 = (bool)0; } IL_0017: { bool L_2 = ___parse1; if (!L_2) { goto IL_0021; } } { String_t* L_3 = ___address0; IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var); IPAddress_Parse_mB8537FC76C7BA7482713F289B4EC4C3ED919D273(L_3, /*hidden argument*/NULL); } IL_0021: { String_t* L_4 = ___address0; IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var); int32_t L_5 = Socket_get_FamilyHint_m9C8E3739473BE1AF6E8FDD6FD3579BE5A9675224(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Dns_t0E6B5B77C654107F106B577875FE899BAF8ADCF9_il2cpp_TypeInfo_var); bool L_6 = Dns_GetHostByAddr_internal_mCB4425B47D6768392E20C80C4EE1C5E28956663D(L_4, (String_t**)(&V_0), (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E**)(&V_1), (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E**)(&V_2), L_5, /*hidden argument*/NULL); if (L_6) { goto IL_003a; } } { String_t* L_7 = ___address0; IL2CPP_RUNTIME_CLASS_INIT(Dns_t0E6B5B77C654107F106B577875FE899BAF8ADCF9_il2cpp_TypeInfo_var); Dns_Error_11001_m783146DF96023BA4CAD30F55D8DC527D2ABBCB72(L_7, /*hidden argument*/NULL); } IL_003a: { String_t* L_8 = ___address0; String_t* L_9 = V_0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = V_1; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Dns_t0E6B5B77C654107F106B577875FE899BAF8ADCF9_il2cpp_TypeInfo_var); IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_12 = Dns_hostent_to_IPHostEntry_mCD03D1D4689BF1B272CB8212506C4C853C6D06C3(L_8, L_9, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.String) extern "C" IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * Dns_GetHostEntry_m50722383BDFDC19FB1589A5FC4BCBE5ACDB52D38 (String_t* ___hostNameOrAddress0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Dns_GetHostEntry_m50722383BDFDC19FB1589A5FC4BCBE5ACDB52D38_MetadataUsageId); s_Il2CppMethodInitialized = true; } IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * V_0 = NULL; { String_t* L_0 = ___hostNameOrAddress0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralB85BD6C9FED2DA523635AF82C96E032386A98D02, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Dns_GetHostEntry_m50722383BDFDC19FB1589A5FC4BCBE5ACDB52D38_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___hostNameOrAddress0; bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteralE562F69EC36E625116376F376D991E41613E9BF3, /*hidden argument*/NULL); if (L_3) { goto IL_0028; } } { String_t* L_4 = ___hostNameOrAddress0; bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteralDF6BF0C022B56E830B697D4F21ECC28A47ACB848, /*hidden argument*/NULL); if (!L_5) { goto IL_0038; } } IL_0028: { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, _stringLiteralB0FD5CE22E40509CE266014F3C489B5FB22F95C5, _stringLiteralB85BD6C9FED2DA523635AF82C96E032386A98D02, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, Dns_GetHostEntry_m50722383BDFDC19FB1589A5FC4BCBE5ACDB52D38_RuntimeMethod_var); } IL_0038: { String_t* L_7 = ___hostNameOrAddress0; NullCheck(L_7); int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0052; } } { String_t* L_9 = ___hostNameOrAddress0; IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var); bool L_10 = IPAddress_TryParse_m3F9E06DEEC1600AF06B7C91C3DD03218F2E242FA(L_9, (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE **)(&V_0), /*hidden argument*/NULL); if (!L_10) { goto IL_0052; } } { IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Dns_t0E6B5B77C654107F106B577875FE899BAF8ADCF9_il2cpp_TypeInfo_var); IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_12 = Dns_GetHostEntry_mEACB9ADFF37EBC9B353155EB8F0290F7CB9E1574(L_11, /*hidden argument*/NULL); return L_12; } IL_0052: { String_t* L_13 = ___hostNameOrAddress0; IL2CPP_RUNTIME_CLASS_INIT(Dns_t0E6B5B77C654107F106B577875FE899BAF8ADCF9_il2cpp_TypeInfo_var); IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_14 = Dns_GetHostByName_m1DD689606F93DAAB12896C4D3CA6A33731A4CE62(L_13, /*hidden argument*/NULL); return L_14; } } // System.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.Net.IPAddress) extern "C" IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * Dns_GetHostEntry_mEACB9ADFF37EBC9B353155EB8F0290F7CB9E1574 (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___address0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Dns_GetHostEntry_mEACB9ADFF37EBC9B353155EB8F0290F7CB9E1574_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_0 = ___address0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralC662180230CAD14787D4AB7E77AA08681CE783FA, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Dns_GetHostEntry_mEACB9ADFF37EBC9B353155EB8F0290F7CB9E1574_RuntimeMethod_var); } IL_000e: { IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_2 = ___address0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(Dns_t0E6B5B77C654107F106B577875FE899BAF8ADCF9_il2cpp_TypeInfo_var); IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_4 = Dns_GetHostByAddressFromString_mBE5EF710810CFA07D13ADB525AAA34D32E040681(L_3, (bool)0, /*hidden argument*/NULL); return L_4; } } // System.Net.IPHostEntry System.Net.Dns::GetHostByName(System.String) extern "C" IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * Dns_GetHostByName_m1DD689606F93DAAB12896C4D3CA6A33731A4CE62 (String_t* ___hostName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Dns_GetHostByName_m1DD689606F93DAAB12896C4D3CA6A33731A4CE62_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL; { String_t* L_0 = ___hostName0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralCF2288C461420DA1AE39BD82B4F2DC1C4FFDCEFD, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Dns_GetHostByName_m1DD689606F93DAAB12896C4D3CA6A33731A4CE62_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___hostName0; IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var); int32_t L_3 = Socket_get_FamilyHint_m9C8E3739473BE1AF6E8FDD6FD3579BE5A9675224(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Dns_t0E6B5B77C654107F106B577875FE899BAF8ADCF9_il2cpp_TypeInfo_var); bool L_4 = Dns_GetHostByName_internal_mFEA5DFFBD99C1E7364B146B0F95FDE3F5DA67EC8(L_2, (String_t**)(&V_0), (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E**)(&V_1), (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E**)(&V_2), L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0027; } } { String_t* L_5 = ___hostName0; IL2CPP_RUNTIME_CLASS_INIT(Dns_t0E6B5B77C654107F106B577875FE899BAF8ADCF9_il2cpp_TypeInfo_var); Dns_Error_11001_m783146DF96023BA4CAD30F55D8DC527D2ABBCB72(L_5, /*hidden argument*/NULL); } IL_0027: { String_t* L_6 = ___hostName0; String_t* L_7 = V_0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = V_1; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Dns_t0E6B5B77C654107F106B577875FE899BAF8ADCF9_il2cpp_TypeInfo_var); IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_10 = Dns_hostent_to_IPHostEntry_mCD03D1D4689BF1B272CB8212506C4C853C6D06C3(L_6, L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.String System.Net.Dns::GetHostName() extern "C" IL2CPP_METHOD_ATTR String_t* Dns_GetHostName_m64F06885E07F05B7FF1AA4F07DD14D2BDC5D6EF2 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Dns_GetHostName_m64F06885E07F05B7FF1AA4F07DD14D2BDC5D6EF2_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Dns_t0E6B5B77C654107F106B577875FE899BAF8ADCF9_il2cpp_TypeInfo_var); bool L_0 = Dns_GetHostName_internal_m69BF784F0F6C595AFC4B0027E8EB0D465B6845F6((String_t**)(&V_0), /*hidden argument*/NULL); if (L_0) { goto IL_000f; } } { String_t* L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Dns_t0E6B5B77C654107F106B577875FE899BAF8ADCF9_il2cpp_TypeInfo_var); Dns_Error_11001_m783146DF96023BA4CAD30F55D8DC527D2ABBCB72(L_1, /*hidden argument*/NULL); } IL_000f: { String_t* L_2 = V_0; return L_2; } } #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.Void System.Net.EmptyWebProxy::.ctor() extern "C" IL2CPP_METHOD_ATTR void EmptyWebProxy__ctor_m1087116F8816BF3AD6D7ADE134F1579659AA00A5 (EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Uri System.Net.EmptyWebProxy::GetProxy(System.Uri) extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * EmptyWebProxy_GetProxy_m41932E59E773523BF705A1FDFD168CAB61F9C4FC (EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method) { { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0; return L_0; } } // System.Boolean System.Net.EmptyWebProxy::IsBypassed(System.Uri) extern "C" IL2CPP_METHOD_ATTR bool EmptyWebProxy_IsBypassed_m91E4C131B35CBE9CE062B93710BC938A608CC445 (EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method) { { return (bool)1; } } // System.Net.ICredentials System.Net.EmptyWebProxy::get_Credentials() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* EmptyWebProxy_get_Credentials_m624E63FE5144320D0B7EEE5F46658E7565B0FC5E (EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_m_credentials_0(); return L_0; } } #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.Net.Sockets.AddressFamily System.Net.EndPoint::get_AddressFamily() extern "C" IL2CPP_METHOD_ATTR int32_t EndPoint_get_AddressFamily_m7B7DC3AE75480FCA543AE5434EFA8C8C09450C66 (EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EndPoint_get_AddressFamily_m7B7DC3AE75480FCA543AE5434EFA8C8C09450C66_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, EndPoint_get_AddressFamily_m7B7DC3AE75480FCA543AE5434EFA8C8C09450C66_RuntimeMethod_var); } } // System.Net.SocketAddress System.Net.EndPoint::Serialize() extern "C" IL2CPP_METHOD_ATTR SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * EndPoint_Serialize_m118001AAA9AC84B4B28E8267055A7173D8C1F376 (EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EndPoint_Serialize_m118001AAA9AC84B4B28E8267055A7173D8C1F376_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_MethodNotImplementedException_m607FF8B70BAE0BB51B306CC3282A08B59C657D84(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, EndPoint_Serialize_m118001AAA9AC84B4B28E8267055A7173D8C1F376_RuntimeMethod_var); } } // System.Net.EndPoint System.Net.EndPoint::Create(System.Net.SocketAddress) extern "C" IL2CPP_METHOD_ATTR EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * EndPoint_Create_m98FBA607C33234AC35DF79DB6494D13AED7A501C (EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * __this, SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * ___socketAddress0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EndPoint_Create_m98FBA607C33234AC35DF79DB6494D13AED7A501C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_MethodNotImplementedException_m607FF8B70BAE0BB51B306CC3282A08B59C657D84(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, EndPoint_Create_m98FBA607C33234AC35DF79DB6494D13AED7A501C_RuntimeMethod_var); } } // System.Void System.Net.EndPoint::.ctor() extern "C" IL2CPP_METHOD_ATTR void EndPoint__ctor_mFCD3A4BB994F59D40A3A94A6F1DEC4A731CC8776 (EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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 // System.NotImplementedException System.Net.ExceptionHelper::get_MethodNotImplementedException() extern "C" IL2CPP_METHOD_ATTR NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * ExceptionHelper_get_MethodNotImplementedException_m607FF8B70BAE0BB51B306CC3282A08B59C657D84 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExceptionHelper_get_MethodNotImplementedException_m607FF8B70BAE0BB51B306CC3282A08B59C657D84_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralC1A85E4799CDCEDE854A2E3A705E2D774F78AB05, /*hidden argument*/NULL); NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_1 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.NotImplementedException System.Net.ExceptionHelper::get_PropertyNotImplementedException() extern "C" IL2CPP_METHOD_ATTR NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral02A7B2EDD06BE0F3CD289994F70617717F8259D8, /*hidden argument*/NULL); NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_1 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Net.WebException System.Net.ExceptionHelper::get_RequestAbortedException() extern "C" IL2CPP_METHOD_ATTR WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * ExceptionHelper_get_RequestAbortedException_mF16472EEA30F955657004FF4A1D0EA8B6D1B9945 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExceptionHelper_get_RequestAbortedException_mF16472EEA30F955657004FF4A1D0EA8B6D1B9945_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = NetRes_GetWebStatusString_m507D1110F525757C699C6F95A3AA4B8AD41BED81(_stringLiteralA26FE7E9EF9887A92BBCC605CF8D49A42CC2DD9F, 6, /*hidden argument*/NULL); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_1 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_1, L_0, 6, /*hidden argument*/NULL); 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 // System.Void System.Net.FileWebRequest::.ctor(System.Uri) extern "C" IL2CPP_METHOD_ATTR void FileWebRequest__ctor_m6BF9BF0E17060D4E719795DE5742BFFC65D34C6B (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest__ctor_m6BF9BF0E17060D4E719795DE5742BFFC65D34C6B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_method_19(_stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1); __this->set_m_timeout_26(((int32_t)100000)); IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var); WebRequest__ctor_mFF46D19A613D1A8E5E9318DEFA794B18AC206D57(__this, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0; NullCheck(L_0); String_t* L_1 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); String_t* L_2 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_UriSchemeFile_0(); if ((((RuntimeObject*)(String_t*)L_1) == ((RuntimeObject*)(String_t*)L_2))) { goto IL_0034; } } { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_3, _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, FileWebRequest__ctor_m6BF9BF0E17060D4E719795DE5742BFFC65D34C6B_RuntimeMethod_var); } IL_0034: { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = ___uri0; __this->set_m_uri_27(L_4); __this->set_m_fileAccess_17(1); WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_5 = (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *)il2cpp_codegen_object_new(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var); WebHeaderCollection__ctor_mD9851B680C175978BABED32CA813D66553B5DB48(L_5, ((int32_t)9), /*hidden argument*/NULL); __this->set_m_headers_18(L_5); return; } } // System.Void System.Net.FileWebRequest::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FileWebRequest__ctor_m1FFFB33A0414E016669B3179FF16F141FA6E838D (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest__ctor_m1FFFB33A0414E016669B3179FF16F141FA6E838D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_m_method_19(_stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1); __this->set_m_timeout_26(((int32_t)100000)); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1; IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var); WebRequest__ctor_mD4C70AB50E522A71C1B47263DD8714FC3B52A3C1(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___serializationInfo0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteral26B47E3D825258AE534F85838D81E93DDD46DB1F, L_4, /*hidden argument*/NULL); __this->set_m_headers_18(((WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *)CastclassClass((RuntimeObject*)L_5, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___serializationInfo0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast (IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_0_0_0_var) }; Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject * L_9 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_6, _stringLiteralD799BAE6088A90139B415FCCB011D540531DF83B, L_8, /*hidden argument*/NULL); __this->set_m_proxy_20(((RuntimeObject*)Castclass((RuntimeObject*)L_9, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___serializationInfo0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_11 = { reinterpret_cast (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var) }; Type_t * L_12 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_11, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject * L_13 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_10, _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56, L_12, /*hidden argument*/NULL); __this->set_m_uri_27(((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)CastclassClass((RuntimeObject*)L_13, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_14 = ___serializationInfo0; NullCheck(L_14); String_t* L_15 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_14, _stringLiteralD7509DC6464D16ABCC5A1ED96EAA696C66E13F18, /*hidden argument*/NULL); __this->set_m_connectionGroupName_14(L_15); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_16 = ___serializationInfo0; NullCheck(L_16); String_t* L_17 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_16, _stringLiteralBFBAF8B2D1CDF92BF83857FE1748C0F68DE03D47, /*hidden argument*/NULL); __this->set_m_method_19(L_17); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_18 = ___serializationInfo0; NullCheck(L_18); int64_t L_19 = SerializationInfo_GetInt64_mD9FB62CFBEC90A544B95912AB9FA24377AC17E54(L_18, _stringLiteral4DC841370E2DDF7E95BD1CD7ACECC4D4B75A1FFC, /*hidden argument*/NULL); __this->set_m_contentLength_15(L_19); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_20 = ___serializationInfo0; NullCheck(L_20); int32_t L_21 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_20, _stringLiteral56D3C9490BE2608AC36F5A4805BFEC2F21F7F982, /*hidden argument*/NULL); __this->set_m_timeout_26(L_21); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_22 = ___serializationInfo0; NullCheck(L_22); int32_t L_23 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_22, _stringLiteralC494434058D2459DF68B485E6C06706E665B7DF6, /*hidden argument*/NULL); __this->set_m_fileAccess_17(L_23); return; } } // System.Void System.Net.FileWebRequest::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FileWebRequest_System_Runtime_Serialization_ISerializable_GetObjectData_m9B6440775FE50243D85010EB8F8D6DDBFE8A3BE4 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1; VirtActionInvoker2< SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 >::Invoke(7 /* System.Void System.Net.WebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, __this, L_0, L_1); return; } } // System.Void System.Net.FileWebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FileWebRequest_GetObjectData_mC8A7DDCA00C0E3ADADB267284F196C4EE9E8D3BB (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_GetObjectData_mC8A7DDCA00C0E3ADADB267284F196C4EE9E8D3BB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0; WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_1 = __this->get_m_headers_18(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL); NullCheck(L_0); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_0, _stringLiteral26B47E3D825258AE534F85838D81E93DDD46DB1F, L_1, L_3, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___serializationInfo0; RuntimeObject* L_5 = __this->get_m_proxy_20(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast (IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_0_0_0_var) }; Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL); NullCheck(L_4); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_4, _stringLiteralD799BAE6088A90139B415FCCB011D540531DF83B, L_5, L_7, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ___serializationInfo0; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_9 = __this->get_m_uri_27(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var) }; Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL); NullCheck(L_8); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_8, _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56, L_9, L_11, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_12 = ___serializationInfo0; String_t* L_13 = __this->get_m_connectionGroupName_14(); NullCheck(L_12); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_12, _stringLiteralD7509DC6464D16ABCC5A1ED96EAA696C66E13F18, L_13, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_14 = ___serializationInfo0; String_t* L_15 = __this->get_m_method_19(); NullCheck(L_14); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_14, _stringLiteralBFBAF8B2D1CDF92BF83857FE1748C0F68DE03D47, L_15, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_16 = ___serializationInfo0; int64_t L_17 = __this->get_m_contentLength_15(); NullCheck(L_16); SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4(L_16, _stringLiteral4DC841370E2DDF7E95BD1CD7ACECC4D4B75A1FFC, L_17, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_18 = ___serializationInfo0; int32_t L_19 = __this->get_m_timeout_26(); NullCheck(L_18); SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_18, _stringLiteral56D3C9490BE2608AC36F5A4805BFEC2F21F7F982, L_19, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_20 = ___serializationInfo0; int32_t L_21 = __this->get_m_fileAccess_17(); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_il2cpp_TypeInfo_var, &L_22); NullCheck(L_20); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_20, _stringLiteralC494434058D2459DF68B485E6C06706E665B7DF6, L_23, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_24 = ___serializationInfo0; NullCheck(L_24); SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_24, _stringLiteral3E3F0E962F867AD813F671D456BDDD81D1256820, (bool)0, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_25 = ___serializationInfo0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_26 = ___streamingContext1; WebRequest_GetObjectData_m06BD9D15936178B48D44F18C02CD94EE21DD1CF0(__this, L_25, L_26, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.FileWebRequest::get_Aborted() extern "C" IL2CPP_METHOD_ATTR bool FileWebRequest_get_Aborted_mD504D723802D217E3F741C68EF2576AFC2C0006F (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_Aborted_32(); return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0); } } // System.Int64 System.Net.FileWebRequest::get_ContentLength() extern "C" IL2CPP_METHOD_ATTR int64_t FileWebRequest_get_ContentLength_m800308A4F32CD0B6389A810764D18A0323D7B7FB (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_contentLength_15(); return L_0; } } // System.Net.ICredentials System.Net.FileWebRequest::get_Credentials() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FileWebRequest_get_Credentials_mDD1372F437967AE47434F9D2AB5F664D78C048C7 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_m_credentials_16(); return L_0; } } // System.Void System.Net.FileWebRequest::set_Credentials(System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR void FileWebRequest_set_Credentials_m8EE215489E1A24C07D17FD889AA7BFB048C85880 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_m_credentials_16(L_0); return; } } // System.Net.WebHeaderCollection System.Net.FileWebRequest::get_Headers() extern "C" IL2CPP_METHOD_ATTR WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * FileWebRequest_get_Headers_m9BA4614B57050AE9194C2230A6FF67219A3E154E (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method) { { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_0 = __this->get_m_headers_18(); return L_0; } } // System.String System.Net.FileWebRequest::get_Method() extern "C" IL2CPP_METHOD_ATTR String_t* FileWebRequest_get_Method_m50624190C4FDA089E7F59960957AA99085C8080B (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_method_19(); return L_0; } } // System.Void System.Net.FileWebRequest::set_Method(System.String) extern "C" IL2CPP_METHOD_ATTR void FileWebRequest_set_Method_m32BF16EF8A89289FF51C525CB3A6A064DBB0D928 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_set_Method_m32BF16EF8A89289FF51C525CB3A6A064DBB0D928_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var); bool L_1 = ValidationHelper_IsBlankString_m78C3603B0E8C93CAD3FB945CA57C3E4729A09B89(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001d; } } { String_t* L_2 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral7F766C6F05D754D0477CE93E38BBF48F07890CBE, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_3, L_2, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, FileWebRequest_set_Method_m32BF16EF8A89289FF51C525CB3A6A064DBB0D928_RuntimeMethod_var); } IL_001d: { String_t* L_4 = ___value0; __this->set_m_method_19(L_4); return; } } // System.Net.IWebProxy System.Net.FileWebRequest::get_Proxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FileWebRequest_get_Proxy_m8203954105C9FBF9EB56B2A754F2F96171B93761 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_m_proxy_20(); return L_0; } } // System.Void System.Net.FileWebRequest::set_Proxy(System.Net.IWebProxy) extern "C" IL2CPP_METHOD_ATTR void FileWebRequest_set_Proxy_m78A09160BB27BF371468CD2C3C68264F161C520C (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_m_proxy_20(L_0); return; } } // System.Int32 System.Net.FileWebRequest::get_Timeout() extern "C" IL2CPP_METHOD_ATTR int32_t FileWebRequest_get_Timeout_m3D63C561D9DE899E1308B9DBFD6AAC7474CC23EB (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_timeout_26(); return L_0; } } // System.Uri System.Net.FileWebRequest::get_RequestUri() extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * FileWebRequest_get_RequestUri_mBCD5888CB07435AE4F99082298CADCEF24A93F53 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method) { { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_m_uri_27(); return L_0; } } // System.IAsyncResult System.Net.FileWebRequest::BeginGetResponse(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FileWebRequest_BeginGetResponse_m732EFA479296BDC1D46D8E37FA7B33269D247ECB (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_BeginGetResponse_m732EFA479296BDC1D46D8E37FA7B33269D247ECB_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) try { // begin try (depth: 2) { bool L_0 = FileWebRequest_get_Aborted_mD504D723802D217E3F741C68EF2576AFC2C0006F(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000e; } } IL_0008: { WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_1 = ExceptionHelper_get_RequestAbortedException_mF16472EEA30F955657004FF4A1D0EA8B6D1B9945(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, FileWebRequest_BeginGetResponse_m732EFA479296BDC1D46D8E37FA7B33269D247ECB_RuntimeMethod_var); } IL_000e: { V_0 = __this; V_1 = (bool)0; } IL_0012: try { // begin try (depth: 3) { FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_2 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL); bool L_3 = __this->get_m_readPending_22(); if (!L_3) { goto IL_0032; } } IL_0022: { String_t* L_4 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral8EC2D449A1EA44870D3BBBAA004A29D8BEA96D89, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_5 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, FileWebRequest_BeginGetResponse_m732EFA479296BDC1D46D8E37FA7B33269D247ECB_RuntimeMethod_var); } IL_0032: { __this->set_m_readPending_22((bool)1); IL2CPP_LEAVE(0x45, FINALLY_003b); } } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003b; } FINALLY_003b: { // begin finally (depth: 3) { bool L_6 = V_1; if (!L_6) { goto IL_0044; } } IL_003e: { FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_7 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_7, /*hidden argument*/NULL); } IL_0044: { IL2CPP_END_FINALLY(59) } } // end finally (depth: 3) IL2CPP_CLEANUP(59) { IL2CPP_JUMP_TBL(0x45, IL_0045) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0045: { RuntimeObject * L_8 = ___state1; AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_9 = ___callback0; LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_10 = (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 *)il2cpp_codegen_object_new(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3_il2cpp_TypeInfo_var); LazyAsyncResult__ctor_m82813DEB58A29BCB413D351D5047203CCE9AEB38(L_10, __this, L_8, L_9, /*hidden argument*/NULL); __this->set_m_WriteAResult_30(L_10); IL2CPP_RUNTIME_CLASS_INIT(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_il2cpp_TypeInfo_var); WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_11 = ((FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_StaticFields*)il2cpp_codegen_static_fields_for(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_il2cpp_TypeInfo_var))->get_s_GetResponseCallback_13(); LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_12 = __this->get_m_WriteAResult_30(); ThreadPool_QueueUserWorkItem_mF344DA7B44CDBE8C7163C1539D429F27E8553185(L_11, L_12, /*hidden argument*/NULL); IL2CPP_LEAVE(0x70, FINALLY_006f); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0066; throw e; } CATCH_0066: { // begin catch(System.Exception) IL2CPP_RUNTIME_CLASS_INIT(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var); bool L_13 = ((Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var))->get_On_0(); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, FileWebRequest_BeginGetResponse_m732EFA479296BDC1D46D8E37FA7B33269D247ECB_RuntimeMethod_var); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006f; } FINALLY_006f: { // begin finally (depth: 1) IL2CPP_END_FINALLY(111) } // end finally (depth: 1) IL2CPP_CLEANUP(111) { IL2CPP_JUMP_TBL(0x70, IL_0070) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0070: { LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_14 = __this->get_m_WriteAResult_30(); return L_14; } } // System.Net.WebResponse System.Net.FileWebRequest::EndGetResponse(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * FileWebRequest_EndGetResponse_m6A58398EE9B8272AE8C029F02EE51CBBE9A18FC4 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_EndGetResponse_m6A58398EE9B8272AE8C029F02EE51CBBE9A18FC4_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * V_0 = NULL; LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * V_1 = NULL; RuntimeObject * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * G_B5_0 = NULL; IL_0000: try { // begin try (depth: 1) try { // begin try (depth: 2) { RuntimeObject* L_0 = ___asyncResult0; V_1 = ((LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 *)IsInstClass((RuntimeObject*)L_0, LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = ___asyncResult0; if (!L_1) { goto IL_000d; } } IL_000a: { LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_2 = V_1; if (L_2) { goto IL_0031; } } IL_000d: { RuntimeObject* L_3 = ___asyncResult0; if (!L_3) { goto IL_0026; } } IL_0010: { String_t* L_4 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral5E9EEC4188690CEF8D020CFF89C224D947E0F614, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_5, L_4, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL); G_B5_0 = L_5; goto IL_0030; } IL_0026: { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_6 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_6, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL); G_B5_0 = ((ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)(L_6)); } IL_0030: { IL2CPP_RAISE_MANAGED_EXCEPTION(G_B5_0, NULL, FileWebRequest_EndGetResponse_m6A58398EE9B8272AE8C029F02EE51CBBE9A18FC4_RuntimeMethod_var); } IL_0031: { LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_7 = V_1; NullCheck(L_7); RuntimeObject * L_8 = LazyAsyncResult_InternalWaitForCompletion_m4761B180266391141ACD1E689FE0D640E72F4736(L_7, /*hidden argument*/NULL); V_2 = L_8; RuntimeObject * L_9 = V_2; if (!((Exception_t *)IsInstClass((RuntimeObject*)L_9, Exception_t_il2cpp_TypeInfo_var))) { goto IL_0047; } } IL_0040: { RuntimeObject * L_10 = V_2; IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t *)CastclassClass((RuntimeObject*)L_10, Exception_t_il2cpp_TypeInfo_var)), NULL, FileWebRequest_EndGetResponse_m6A58398EE9B8272AE8C029F02EE51CBBE9A18FC4_RuntimeMethod_var); } IL_0047: { RuntimeObject * L_11 = V_2; V_0 = ((WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *)CastclassClass((RuntimeObject*)L_11, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD_il2cpp_TypeInfo_var)); __this->set_m_readPending_22((bool)0); IL2CPP_LEAVE(0x61, FINALLY_0060); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0057; throw e; } CATCH_0057: { // begin catch(System.Exception) IL2CPP_RUNTIME_CLASS_INIT(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var); bool L_12 = ((Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var))->get_On_0(); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, FileWebRequest_EndGetResponse_m6A58398EE9B8272AE8C029F02EE51CBBE9A18FC4_RuntimeMethod_var); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0060; } FINALLY_0060: { // begin finally (depth: 1) IL2CPP_END_FINALLY(96) } // end finally (depth: 1) IL2CPP_CLEANUP(96) { IL2CPP_JUMP_TBL(0x61, IL_0061) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0061: { WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_13 = V_0; return L_13; } } // System.Net.WebResponse System.Net.FileWebRequest::GetResponse() extern "C" IL2CPP_METHOD_ATTR WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * FileWebRequest_GetResponse_mEAFD8EB429590C17D9C05DF51D359FCC192D4441 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_GetResponse_mEAFD8EB429590C17D9C05DF51D359FCC192D4441_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { __this->set_m_syncHint_25((bool)1); } IL_0007: try { // begin try (depth: 1) try { // begin try (depth: 2) { RuntimeObject* L_0 = VirtFuncInvoker2< RuntimeObject*, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *, RuntimeObject * >::Invoke(20 /* System.IAsyncResult System.Net.WebRequest::BeginGetResponse(System.AsyncCallback,System.Object) */, __this, (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)NULL, NULL); V_0 = L_0; int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Int32 System.Net.WebRequest::get_Timeout() */, __this); if ((((int32_t)L_1) == ((int32_t)(-1)))) { goto IL_005f; } } IL_0019: { RuntimeObject* L_2 = V_0; NullCheck(L_2); bool L_3 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var, L_2); if (L_3) { goto IL_005f; } } IL_0021: { RuntimeObject* L_4 = V_0; NullCheck(L_4); WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_5 = InterfaceFuncInvoker0< WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var, L_4); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Int32 System.Net.WebRequest::get_Timeout() */, __this); NullCheck(L_5); bool L_7 = VirtFuncInvoker2< bool, int32_t, bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_5, L_6, (bool)0); if (!L_7) { goto IL_003d; } } IL_0035: { RuntimeObject* L_8 = V_0; NullCheck(L_8); bool L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var, L_8); if (L_9) { goto IL_005f; } } IL_003d: { WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_10 = __this->get_m_response_23(); if (!L_10) { goto IL_0050; } } IL_0045: { WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_11 = __this->get_m_response_23(); NullCheck(L_11); VirtActionInvoker0::Invoke(9 /* System.Void System.Net.WebResponse::Close() */, L_11); } IL_0050: { String_t* L_12 = NetRes_GetWebStatusString_m2CFCB5E90D95E0D2D99BDFBBA47B5A5328A0D9E8(((int32_t)14), /*hidden argument*/NULL); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_13 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_13, L_12, ((int32_t)14), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, NULL, FileWebRequest_GetResponse_mEAFD8EB429590C17D9C05DF51D359FCC192D4441_RuntimeMethod_var); } IL_005f: { IL2CPP_LEAVE(0x6B, FINALLY_006a); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0061; throw e; } CATCH_0061: { // begin catch(System.Exception) IL2CPP_RUNTIME_CLASS_INIT(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var); bool L_14 = ((Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var))->get_On_0(); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, FileWebRequest_GetResponse_mEAFD8EB429590C17D9C05DF51D359FCC192D4441_RuntimeMethod_var); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006a; } FINALLY_006a: { // begin finally (depth: 1) IL2CPP_END_FINALLY(106) } // end finally (depth: 1) IL2CPP_CLEANUP(106) { IL2CPP_JUMP_TBL(0x6B, IL_006b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_006b: { RuntimeObject* L_15 = V_0; WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_16 = VirtFuncInvoker1< WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *, RuntimeObject* >::Invoke(21 /* System.Net.WebResponse System.Net.WebRequest::EndGetResponse(System.IAsyncResult) */, __this, L_15); return L_16; } } // System.Void System.Net.FileWebRequest::GetRequestStreamCallback(System.Object) extern "C" IL2CPP_METHOD_ATTR void FileWebRequest_GetRequestStreamCallback_mCC6AEA46D613AA7B5035F4C5C27E848DC601951C (RuntimeObject * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_GetRequestStreamCallback_mCC6AEA46D613AA7B5035F4C5C27E848DC601951C_MetadataUsageId); s_Il2CppMethodInitialized = true; } LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * V_0 = NULL; FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * V_1 = NULL; Exception_t * V_2 = NULL; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = ___state0; V_0 = ((LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 *)CastclassClass((RuntimeObject*)L_0, LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3_il2cpp_TypeInfo_var)); LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_1 = V_0; NullCheck(L_1); RuntimeObject * L_2 = LazyAsyncResult_get_AsyncObject_mA91273208B3DCE1E9830B3CB028298D40C635059(L_1, /*hidden argument*/NULL); V_1 = ((FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F *)CastclassClass((RuntimeObject*)L_2, FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_il2cpp_TypeInfo_var)); } IL_0013: try { // begin try (depth: 1) { FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_3 = V_1; NullCheck(L_3); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = L_3->get_m_stream_24(); if (L_4) { goto IL_0043; } } IL_001b: { FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_5 = V_1; FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_6 = V_1; FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_7 = V_1; NullCheck(L_7); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_8 = L_7->get_m_uri_27(); NullCheck(L_8); String_t* L_9 = Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0(L_8, /*hidden argument*/NULL); FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * L_10 = (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 *)il2cpp_codegen_object_new(FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766_il2cpp_TypeInfo_var); FileWebStream__ctor_m80D7CF5508F845D57EF371DD820A480A53D5C27C(L_10, L_6, L_9, 2, 2, 1, /*hidden argument*/NULL); NullCheck(L_5); L_5->set_m_stream_24(L_10); FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_11 = V_1; NullCheck(L_11); L_11->set_m_fileAccess_17(2); FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_12 = V_1; NullCheck(L_12); L_12->set_m_writing_29((bool)1); } IL_0043: { goto IL_005c; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0045; throw e; } CATCH_0045: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); Exception_t * L_13 = V_2; NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_13); Exception_t * L_15 = V_2; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_16 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_m864B9642C3D47B5ED0CDA9397ACB8CC70D2B9E4E(L_16, L_14, L_15, /*hidden argument*/NULL); V_3 = L_16; LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_17 = V_0; Exception_t * L_18 = V_3; NullCheck(L_17); LazyAsyncResult_InvokeCallback_m61F2403E47B10A03CA2CCE45D5DB1C5033A57C8B(L_17, L_18, /*hidden argument*/NULL); goto IL_0068; } // end catch (depth: 1) IL_005c: { LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_19 = V_0; FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_20 = V_1; NullCheck(L_20); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_21 = L_20->get_m_stream_24(); NullCheck(L_19); LazyAsyncResult_InvokeCallback_m61F2403E47B10A03CA2CCE45D5DB1C5033A57C8B(L_19, L_21, /*hidden argument*/NULL); } IL_0068: { return; } } // System.Void System.Net.FileWebRequest::GetResponseCallback(System.Object) extern "C" IL2CPP_METHOD_ATTR void FileWebRequest_GetResponseCallback_m1C0A747466A03A05FF9D6D45456DFAFEEA38BF48 (RuntimeObject * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_GetResponseCallback_m1C0A747466A03A05FF9D6D45456DFAFEEA38BF48_MetadataUsageId); s_Il2CppMethodInitialized = true; } LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * V_0 = NULL; FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * V_1 = NULL; FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * V_2 = NULL; bool V_3 = false; Exception_t * V_4 = NULL; Exception_t * 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); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = ___state0; V_0 = ((LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 *)CastclassClass((RuntimeObject*)L_0, LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3_il2cpp_TypeInfo_var)); LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_1 = V_0; NullCheck(L_1); RuntimeObject * L_2 = LazyAsyncResult_get_AsyncObject_mA91273208B3DCE1E9830B3CB028298D40C635059(L_1, /*hidden argument*/NULL); V_1 = ((FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F *)CastclassClass((RuntimeObject*)L_2, FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_il2cpp_TypeInfo_var)); FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_3 = V_1; NullCheck(L_3); bool L_4 = L_3->get_m_writePending_28(); if (L_4) { goto IL_0023; } } { FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_5 = V_1; NullCheck(L_5); bool L_6 = L_5->get_m_writing_29(); if (!L_6) { goto IL_0057; } } IL_0023: { FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_7 = V_1; V_2 = L_7; V_3 = (bool)0; } IL_0027: try { // begin try (depth: 1) { FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_8 = V_2; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_8, (bool*)(&V_3), /*hidden argument*/NULL); FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_9 = V_1; NullCheck(L_9); bool L_10 = L_9->get_m_writePending_28(); if (L_10) { goto IL_003f; } } IL_0037: { FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_11 = V_1; NullCheck(L_11); bool L_12 = L_11->get_m_writing_29(); if (!L_12) { goto IL_004b; } } IL_003f: { FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_13 = V_1; ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_14 = (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)il2cpp_codegen_object_new(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var); ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1(L_14, (bool)0, /*hidden argument*/NULL); NullCheck(L_13); L_13->set_m_readerEvent_21(L_14); } IL_004b: { IL2CPP_LEAVE(0x57, FINALLY_004d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004d; } FINALLY_004d: { // begin finally (depth: 1) { bool L_15 = V_3; if (!L_15) { goto IL_0056; } } IL_0050: { FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_16 = V_2; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_16, /*hidden argument*/NULL); } IL_0056: { IL2CPP_END_FINALLY(77) } } // end finally (depth: 1) IL2CPP_CLEANUP(77) { IL2CPP_JUMP_TBL(0x57, IL_0057) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0057: { FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_17 = V_1; NullCheck(L_17); ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_18 = L_17->get_m_readerEvent_21(); if (!L_18) { goto IL_006b; } } { FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_19 = V_1; NullCheck(L_19); ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_20 = L_19->get_m_readerEvent_21(); NullCheck(L_20); VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_20); } IL_006b: { } IL_006c: try { // begin try (depth: 1) { FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_21 = V_1; NullCheck(L_21); WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_22 = L_21->get_m_response_23(); if (L_22) { goto IL_0095; } } IL_0074: { FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_23 = V_1; FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_24 = V_1; FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_25 = V_1; NullCheck(L_25); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_26 = L_25->get_m_uri_27(); FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_27 = V_1; NullCheck(L_27); int32_t L_28 = L_27->get_m_fileAccess_17(); FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_29 = V_1; NullCheck(L_29); bool L_30 = L_29->get_m_syncHint_25(); FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * L_31 = (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 *)il2cpp_codegen_object_new(FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325_il2cpp_TypeInfo_var); FileWebResponse__ctor_mD521D067A1815BD4E42DE18E13B82FC6EAB58379(L_31, L_24, L_26, L_28, (bool)((((int32_t)L_30) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); NullCheck(L_23); L_23->set_m_response_23(L_31); } IL_0095: { goto IL_00b3; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0097; throw e; } CATCH_0097: { // begin catch(System.Exception) V_4 = ((Exception_t *)__exception_local); Exception_t * L_32 = V_4; NullCheck(L_32); String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_32); Exception_t * L_34 = V_4; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_35 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_m864B9642C3D47B5ED0CDA9397ACB8CC70D2B9E4E(L_35, L_33, L_34, /*hidden argument*/NULL); V_5 = L_35; LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_36 = V_0; Exception_t * L_37 = V_5; NullCheck(L_36); LazyAsyncResult_InvokeCallback_m61F2403E47B10A03CA2CCE45D5DB1C5033A57C8B(L_36, L_37, /*hidden argument*/NULL); goto IL_00bf; } // end catch (depth: 1) IL_00b3: { LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_38 = V_0; FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_39 = V_1; NullCheck(L_39); WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_40 = L_39->get_m_response_23(); NullCheck(L_38); LazyAsyncResult_InvokeCallback_m61F2403E47B10A03CA2CCE45D5DB1C5033A57C8B(L_38, L_40, /*hidden argument*/NULL); } IL_00bf: { return; } } // System.Void System.Net.FileWebRequest::UnblockReader() extern "C" IL2CPP_METHOD_ATTR void FileWebRequest_UnblockReader_m9E687E8F4413F2727339A41C3DE03A7D8ADBEDE3 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method) { FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; V_1 = (bool)0; } IL_0004: try { // begin try (depth: 1) { FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_0 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_1), /*hidden argument*/NULL); ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_1 = __this->get_m_readerEvent_21(); if (!L_1) { goto IL_0020; } } IL_0014: { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_2 = __this->get_m_readerEvent_21(); NullCheck(L_2); EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C(L_2, /*hidden argument*/NULL); } IL_0020: { IL2CPP_LEAVE(0x2C, FINALLY_0022); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0022; } FINALLY_0022: { // begin finally (depth: 1) { bool L_3 = V_1; if (!L_3) { goto IL_002b; } } IL_0025: { FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_4 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_4, /*hidden argument*/NULL); } IL_002b: { IL2CPP_END_FINALLY(34) } } // end finally (depth: 1) IL2CPP_CLEANUP(34) { IL2CPP_JUMP_TBL(0x2C, IL_002c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002c: { __this->set_m_writing_29((bool)0); return; } } // System.Void System.Net.FileWebRequest::Abort() extern "C" IL2CPP_METHOD_ATTR void FileWebRequest_Abort_m4D9C32A2562AB52492209A48684F058BC8472C46 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_Abort_m4D9C32A2562AB52492209A48684F058BC8472C46_MetadataUsageId); s_Il2CppMethodInitialized = true; } LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * V_0 = NULL; LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * V_1 = NULL; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * V_2 = NULL; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var); bool L_0 = ((Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var))->get_On_0(); } IL_0007: try { // begin try (depth: 1) try { // begin try (depth: 2) { int32_t* L_1 = __this->get_address_of_m_Aborted_32(); int32_t L_2 = Interlocked_Increment_mB6D391197444B8BFD30BAE1EDCF1A255CD2F292F((int32_t*)L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_009b; } } IL_0018: { LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_3 = __this->get_m_ReadAResult_31(); V_0 = L_3; LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_4 = __this->get_m_WriteAResult_30(); V_1 = L_4; String_t* L_5 = NetRes_GetWebStatusString_m507D1110F525757C699C6F95A3AA4B8AD41BED81(_stringLiteralA26FE7E9EF9887A92BBCC605CF8D49A42CC2DD9F, 6, /*hidden argument*/NULL); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_6 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_6, L_5, 6, /*hidden argument*/NULL); V_2 = L_6; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_7 = __this->get_m_stream_24(); V_3 = L_7; LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_8 = V_0; if (!L_8) { goto IL_0051; } } IL_0042: { LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_9 = V_0; NullCheck(L_9); bool L_10 = LazyAsyncResult_get_IsCompleted_mEEF37BB305FC8CD7F84584B88F38268D635E4CB1(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0051; } } IL_004a: { LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_11 = V_0; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_12 = V_2; NullCheck(L_11); LazyAsyncResult_InvokeCallback_m61F2403E47B10A03CA2CCE45D5DB1C5033A57C8B(L_11, L_12, /*hidden argument*/NULL); } IL_0051: { LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_13 = V_1; if (!L_13) { goto IL_0063; } } IL_0054: { LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_14 = V_1; NullCheck(L_14); bool L_15 = LazyAsyncResult_get_IsCompleted_mEEF37BB305FC8CD7F84584B88F38268D635E4CB1(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0063; } } IL_005c: { LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_16 = V_1; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_17 = V_2; NullCheck(L_16); LazyAsyncResult_InvokeCallback_m61F2403E47B10A03CA2CCE45D5DB1C5033A57C8B(L_16, L_17, /*hidden argument*/NULL); } IL_0063: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_18 = V_3; if (!L_18) { goto IL_0082; } } IL_0066: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_19 = V_3; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_19, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var))) { goto IL_007c; } } IL_006e: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_20 = V_3; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_20, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var))); InterfaceActionInvoker1< int32_t >::Invoke(0 /* System.Void System.Net.ICloseEx::CloseEx(System.Net.CloseExState) */, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_20, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var)), 1); goto IL_0082; } IL_007c: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_21 = V_3; NullCheck(L_21); VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_21); } IL_0082: { WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_22 = __this->get_m_response_23(); if (!L_22) { goto IL_009b; } } IL_008a: { WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_23 = __this->get_m_response_23(); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_23, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var))); InterfaceActionInvoker1< int32_t >::Invoke(0 /* System.Void System.Net.ICloseEx::CloseEx(System.Net.CloseExState) */, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_23, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var)), 1); } IL_009b: { IL2CPP_LEAVE(0xA7, FINALLY_00a6); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_009d; throw e; } CATCH_009d: { // begin catch(System.Exception) IL2CPP_RUNTIME_CLASS_INIT(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var); bool L_24 = ((Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var))->get_On_0(); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, FileWebRequest_Abort_m4D9C32A2562AB52492209A48684F058BC8472C46_RuntimeMethod_var); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a6; } FINALLY_00a6: { // begin finally (depth: 1) IL2CPP_END_FINALLY(166) } // end finally (depth: 1) IL2CPP_CLEANUP(166) { IL2CPP_JUMP_TBL(0xA7, IL_00a7) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a7: { return; } } // System.Void System.Net.FileWebRequest::.cctor() extern "C" IL2CPP_METHOD_ATTR void FileWebRequest__cctor_m98058ED26B0744413A32327D2FF6778E4B52D5F4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest__cctor_m98058ED26B0744413A32327D2FF6778E4B52D5F4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_0 = (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC *)il2cpp_codegen_object_new(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC_il2cpp_TypeInfo_var); WaitCallback__ctor_m375A357FD7C64F4182FD88B8276D88FE5BE75B31(L_0, NULL, (intptr_t)((intptr_t)FileWebRequest_GetRequestStreamCallback_mCC6AEA46D613AA7B5035F4C5C27E848DC601951C_RuntimeMethod_var), /*hidden argument*/NULL); ((FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_StaticFields*)il2cpp_codegen_static_fields_for(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_il2cpp_TypeInfo_var))->set_s_GetRequestStreamCallback_12(L_0); WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_1 = (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC *)il2cpp_codegen_object_new(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC_il2cpp_TypeInfo_var); WaitCallback__ctor_m375A357FD7C64F4182FD88B8276D88FE5BE75B31(L_1, NULL, (intptr_t)((intptr_t)FileWebRequest_GetResponseCallback_m1C0A747466A03A05FF9D6D45456DFAFEEA38BF48_RuntimeMethod_var), /*hidden argument*/NULL); ((FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_StaticFields*)il2cpp_codegen_static_fields_for(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_il2cpp_TypeInfo_var))->set_s_GetResponseCallback_13(L_1); 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.Void System.Net.FileWebRequestCreator::.ctor() extern "C" IL2CPP_METHOD_ATTR void FileWebRequestCreator__ctor_m550EAB9632992C942E14D5B34C48FA6196595B9B (FileWebRequestCreator_tC02A1A70722C45B078D759F22AE10256A6900C6D * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Net.WebRequest System.Net.FileWebRequestCreator::Create(System.Uri) extern "C" IL2CPP_METHOD_ATTR WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * FileWebRequestCreator_Create_m5A5314BCF6AA30E63196C05A64ECE6EA11D4E545 (FileWebRequestCreator_tC02A1A70722C45B078D759F22AE10256A6900C6D * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequestCreator_Create_m5A5314BCF6AA30E63196C05A64ECE6EA11D4E545_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0; FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_1 = (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F *)il2cpp_codegen_object_new(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_il2cpp_TypeInfo_var); FileWebRequest__ctor_m6BF9BF0E17060D4E719795DE5742BFFC65D34C6B(L_1, L_0, /*hidden argument*/NULL); 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 // System.Void System.Net.FileWebResponse::.ctor(System.Net.FileWebRequest,System.Uri,System.IO.FileAccess,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileWebResponse__ctor_mD521D067A1815BD4E42DE18E13B82FC6EAB58379 (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __this, FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * ___request0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri1, int32_t ___access2, bool ___asyncHint3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebResponse__ctor_mD521D067A1815BD4E42DE18E13B82FC6EAB58379_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { WebResponse__ctor_m0A254FF1607AEACDAA102A8ABA8941A42B2929A6(__this, /*hidden argument*/NULL); } IL_0006: try { // begin try (depth: 1) { int32_t L_0 = ___access2; __this->set_m_fileAccess_3(L_0); int32_t L_1 = ___access2; if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_001e; } } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = ((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields*)il2cpp_codegen_static_fields_for(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var))->get_Null_1(); __this->set_m_stream_5(L_2); goto IL_004b; } IL_001e: { FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_3 = ___request0; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = ___uri1; NullCheck(L_4); String_t* L_5 = Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0(L_4, /*hidden argument*/NULL); bool L_6 = ___asyncHint3; FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * L_7 = (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 *)il2cpp_codegen_object_new(FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766_il2cpp_TypeInfo_var); FileWebStream__ctor_m087F956637DD4C2FCE8247EC13021B1E75B35609(L_7, L_3, L_5, 3, 1, 1, ((int32_t)8192), L_6, /*hidden argument*/NULL); __this->set_m_stream_5(L_7); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = __this->get_m_stream_5(); NullCheck(L_8); int64_t L_9 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_8); __this->set_m_contentLength_2(L_9); } IL_004b: { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_10 = (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *)il2cpp_codegen_object_new(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var); WebHeaderCollection__ctor_mD9851B680C175978BABED32CA813D66553B5DB48(L_10, ((int32_t)10), /*hidden argument*/NULL); __this->set_m_headers_4(L_10); WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_11 = __this->get_m_headers_4(); int64_t* L_12 = __this->get_address_of_m_contentLength_2(); NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_13 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); String_t* L_14 = Int64_ToString_m25F3F61DC30EAF186B76BD91F83083BDDDE82B2A((int64_t*)L_12, L_13, /*hidden argument*/NULL); NullCheck(L_11); WebHeaderCollection_AddInternal_m6D3C568730974B187804895F8F3DAA50AB37C6A8(L_11, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA, L_14, /*hidden argument*/NULL); WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_15 = __this->get_m_headers_4(); NullCheck(L_15); WebHeaderCollection_AddInternal_m6D3C568730974B187804895F8F3DAA50AB37C6A8(L_15, _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255, _stringLiteral10B12D00A7D3C421266B22114A2233F8F8621481, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_16 = ___uri1; __this->set_m_uri_6(L_16); goto IL_00a6; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0096; throw e; } CATCH_0096: { // begin catch(System.Exception) V_0 = ((Exception_t *)__exception_local); Exception_t * L_17 = V_0; NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_17); Exception_t * L_19 = V_0; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_20 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_20, L_18, L_19, 2, (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, NULL, FileWebResponse__ctor_mD521D067A1815BD4E42DE18E13B82FC6EAB58379_RuntimeMethod_var); } // end catch (depth: 1) IL_00a6: { return; } } // System.Void System.Net.FileWebResponse::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FileWebResponse__ctor_m8596AAABC73AFAF749351F4B0D2CBFB9214726C1 (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebResponse__ctor_m8596AAABC73AFAF749351F4B0D2CBFB9214726C1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1; WebResponse__ctor_mC4FCBBBB946A8703F5279A1390D56A50CBE7164B(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___serializationInfo0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteral26B47E3D825258AE534F85838D81E93DDD46DB1F, L_4, /*hidden argument*/NULL); __this->set_m_headers_4(((WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *)CastclassClass((RuntimeObject*)L_5, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___serializationInfo0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var) }; Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject * L_9 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_6, _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56, L_8, /*hidden argument*/NULL); __this->set_m_uri_6(((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)CastclassClass((RuntimeObject*)L_9, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___serializationInfo0; NullCheck(L_10); int64_t L_11 = SerializationInfo_GetInt64_mD9FB62CFBEC90A544B95912AB9FA24377AC17E54(L_10, _stringLiteral4DC841370E2DDF7E95BD1CD7ACECC4D4B75A1FFC, /*hidden argument*/NULL); __this->set_m_contentLength_2(L_11); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_12 = ___serializationInfo0; NullCheck(L_12); int32_t L_13 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_12, _stringLiteralC494434058D2459DF68B485E6C06706E665B7DF6, /*hidden argument*/NULL); __this->set_m_fileAccess_3(L_13); return; } } // System.Void System.Net.FileWebResponse::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FileWebResponse_System_Runtime_Serialization_ISerializable_GetObjectData_m1A6DD095E9F848AD3951E80A670DA080CED12BCB (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1; VirtActionInvoker2< SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 >::Invoke(8 /* System.Void System.Net.WebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, __this, L_0, L_1); return; } } // System.Void System.Net.FileWebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FileWebResponse_GetObjectData_m1553AB318AB78A871A047F1D842356776B283E4F (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebResponse_GetObjectData_m1553AB318AB78A871A047F1D842356776B283E4F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0; WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_1 = __this->get_m_headers_4(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL); NullCheck(L_0); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_0, _stringLiteral26B47E3D825258AE534F85838D81E93DDD46DB1F, L_1, L_3, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___serializationInfo0; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = __this->get_m_uri_6(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var) }; Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL); NullCheck(L_4); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_4, _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56, L_5, L_7, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ___serializationInfo0; int64_t L_9 = __this->get_m_contentLength_2(); NullCheck(L_8); SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4(L_8, _stringLiteral4DC841370E2DDF7E95BD1CD7ACECC4D4B75A1FFC, L_9, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___serializationInfo0; int32_t L_11 = __this->get_m_fileAccess_3(); int32_t L_12 = L_11; RuntimeObject * L_13 = Box(FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_il2cpp_TypeInfo_var, &L_12); NullCheck(L_10); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_10, _stringLiteralC494434058D2459DF68B485E6C06706E665B7DF6, L_13, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_14 = ___serializationInfo0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_15 = ___streamingContext1; WebResponse_GetObjectData_m52CD293C2D47F35D8FF1EA2769D272E48398EB4A(__this, L_14, L_15, /*hidden argument*/NULL); return; } } // System.Net.WebHeaderCollection System.Net.FileWebResponse::get_Headers() extern "C" IL2CPP_METHOD_ATTR WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * FileWebResponse_get_Headers_mED687B91BCD025BC991E927AF5AC3DFE8FD2E194 (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __this, const RuntimeMethod* method) { { FileWebResponse_CheckDisposed_mBFB7D3AE3076481274D4541E7DE2D2A618FE1668(__this, /*hidden argument*/NULL); WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_0 = __this->get_m_headers_4(); return L_0; } } // System.Uri System.Net.FileWebResponse::get_ResponseUri() extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * FileWebResponse_get_ResponseUri_m94E4F93BBB5029EA98B8D98B1EF23CB868D77F0A (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __this, const RuntimeMethod* method) { { FileWebResponse_CheckDisposed_mBFB7D3AE3076481274D4541E7DE2D2A618FE1668(__this, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_m_uri_6(); return L_0; } } // System.Void System.Net.FileWebResponse::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void FileWebResponse_CheckDisposed_mBFB7D3AE3076481274D4541E7DE2D2A618FE1668 (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebResponse_CheckDisposed_mBFB7D3AE3076481274D4541E7DE2D2A618FE1668_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_closed_1(); if (!L_0) { goto IL_0019; } } { Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_3 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, FileWebResponse_CheckDisposed_mBFB7D3AE3076481274D4541E7DE2D2A618FE1668_RuntimeMethod_var); } IL_0019: { return; } } // System.Void System.Net.FileWebResponse::Close() extern "C" IL2CPP_METHOD_ATTR void FileWebResponse_Close_mBD2FC4D7E4EDE7C10648E463201E1A1DDEE7D551 (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebResponse_Close_mBD2FC4D7E4EDE7C10648E463201E1A1DDEE7D551_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InterfaceActionInvoker1< int32_t >::Invoke(0 /* System.Void System.Net.ICloseEx::CloseEx(System.Net.CloseExState) */, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var, __this, 0); return; } } // System.Void System.Net.FileWebResponse::System.Net.ICloseEx.CloseEx(System.Net.CloseExState) extern "C" IL2CPP_METHOD_ATTR void FileWebResponse_System_Net_ICloseEx_CloseEx_mEB324E8E15B8A2D26F34220B88A2667EEBB02C8A (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __this, int32_t ___closeState0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebResponse_System_Net_ICloseEx_CloseEx_mEB324E8E15B8A2D26F34220B88A2667EEBB02C8A_MetadataUsageId); s_Il2CppMethodInitialized = true; } Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { bool L_0 = __this->get_m_closed_1(); if (L_0) { goto IL_003c; } } IL_0008: { __this->set_m_closed_1((bool)1); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_m_stream_5(); V_0 = L_1; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = V_0; if (!L_2) { goto IL_003c; } } IL_0019: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = V_0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_3, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var))) { goto IL_002f; } } IL_0021: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = V_0; int32_t L_5 = ___closeState0; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_4, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var))); InterfaceActionInvoker1< int32_t >::Invoke(0 /* System.Void System.Net.ICloseEx::CloseEx(System.Net.CloseExState) */, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_4, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var)), L_5); goto IL_0035; } IL_002f: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = V_0; NullCheck(L_6); VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_6); } IL_0035: { __this->set_m_stream_5((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL); } IL_003c: { IL2CPP_LEAVE(0x3F, FINALLY_003e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003e; } FINALLY_003e: { // begin finally (depth: 1) IL2CPP_END_FINALLY(62) } // end finally (depth: 1) IL2CPP_CLEANUP(62) { IL2CPP_JUMP_TBL(0x3F, IL_003f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003f: { return; } } // System.IO.Stream System.Net.FileWebResponse::GetResponseStream() extern "C" IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * FileWebResponse_GetResponseStream_m08EC4326BF8E2BAD5F0F26FF2D80B3B0318BA4E5 (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __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); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) FileWebResponse_CheckDisposed_mBFB7D3AE3076481274D4541E7DE2D2A618FE1668(__this, /*hidden argument*/NULL); IL2CPP_LEAVE(0x9, FINALLY_0008); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0008; } FINALLY_0008: { // begin finally (depth: 1) IL2CPP_END_FINALLY(8) } // end finally (depth: 1) IL2CPP_CLEANUP(8) { IL2CPP_JUMP_TBL(0x9, IL_0009) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0009: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_m_stream_5(); return L_0; } } #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.Void System.Net.FileWebStream::.ctor(System.Net.FileWebRequest,System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) extern "C" IL2CPP_METHOD_ATTR void FileWebStream__ctor_m80D7CF5508F845D57EF371DD820A480A53D5C27C (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * ___request0, String_t* ___path1, int32_t ___mode2, int32_t ___access3, int32_t ___sharing4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebStream__ctor_m80D7CF5508F845D57EF371DD820A480A53D5C27C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path1; int32_t L_1 = ___mode2; int32_t L_2 = ___access3; int32_t L_3 = ___sharing4; IL2CPP_RUNTIME_CLASS_INIT(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var); FileStream__ctor_mB254658F1E758D76B41C942CB91BDF38FD544C83(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_4 = ___request0; __this->set_m_request_21(L_4); return; } } // System.Void System.Net.FileWebStream::.ctor(System.Net.FileWebRequest,System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileWebStream__ctor_m087F956637DD4C2FCE8247EC13021B1E75B35609 (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * ___request0, String_t* ___path1, int32_t ___mode2, int32_t ___access3, int32_t ___sharing4, int32_t ___length5, bool ___async6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebStream__ctor_m087F956637DD4C2FCE8247EC13021B1E75B35609_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path1; int32_t L_1 = ___mode2; int32_t L_2 = ___access3; int32_t L_3 = ___sharing4; int32_t L_4 = ___length5; bool L_5 = ___async6; IL2CPP_RUNTIME_CLASS_INIT(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var); FileStream__ctor_m75BC3CA273E035FF462FB6EEFC603391DAEE444E(__this, L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_6 = ___request0; __this->set_m_request_21(L_6); return; } } // System.Void System.Net.FileWebStream::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileWebStream_Dispose_mC797EE18FAAF3613C73EF95AB81D1E9C0EE9A40A (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, bool ___disposing0, 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); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { bool L_0 = ___disposing0; if (!L_0) { goto IL_0016; } } IL_0003: { FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_1 = __this->get_m_request_21(); if (!L_1) { goto IL_0016; } } IL_000b: { FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_2 = __this->get_m_request_21(); NullCheck(L_2); FileWebRequest_UnblockReader_m9E687E8F4413F2727339A41C3DE03A7D8ADBEDE3(L_2, /*hidden argument*/NULL); } IL_0016: { IL2CPP_LEAVE(0x20, FINALLY_0018); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0018; } FINALLY_0018: { // begin finally (depth: 1) bool L_3 = ___disposing0; FileStream_Dispose_m54203A9581D731325AC51AAFB9165A59962184B3(__this, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(24) } // end finally (depth: 1) IL2CPP_CLEANUP(24) { IL2CPP_JUMP_TBL(0x20, IL_0020) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0020: { return; } } // System.Void System.Net.FileWebStream::System.Net.ICloseEx.CloseEx(System.Net.CloseExState) extern "C" IL2CPP_METHOD_ATTR void FileWebStream_System_Net_ICloseEx_CloseEx_mDB04D260B47E82C6161F2D65EA9EE8A832D03D18 (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, int32_t ___closeState0, const RuntimeMethod* method) { { int32_t L_0 = ___closeState0; if (!((int32_t)((int32_t)L_0&(int32_t)1))) { goto IL_0011; } } { SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_1 = VirtFuncInvoker0< SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * >::Invoke(29 /* Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::get_SafeFileHandle() */, __this); NullCheck(L_1); SafeHandle_Close_m284B185A04D5FB0A23F55B333737B7DF2CBE1F80(L_1, /*hidden argument*/NULL); return; } IL_0011: { VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, __this); return; } } // System.Int32 System.Net.FileWebStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t FileWebStream_Read_mBA56658D84F3C5742FE812D1A7AD58116541C779 (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebStream_Read_mBA56658D84F3C5742FE812D1A7AD58116541C779_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7(__this, /*hidden argument*/NULL); } IL_0006: try { // begin try (depth: 1) ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___size2; int32_t L_3 = FileStream_Read_m03CC42C965C1ABD9E859B682C188831F1483E792(__this, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_001b; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0012; throw e; } CATCH_0012: { // begin catch(System.Object) FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, FileWebStream_Read_mBA56658D84F3C5742FE812D1A7AD58116541C779_RuntimeMethod_var); } // end catch (depth: 1) IL_001b: { int32_t L_4 = V_0; return L_4; } } // System.Void System.Net.FileWebStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void FileWebStream_Write_m79C3CB2CE195D5348D313E6CFA6C8F4394E9681F (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebStream_Write_m79C3CB2CE195D5348D313E6CFA6C8F4394E9681F_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7(__this, /*hidden argument*/NULL); } IL_0006: try { // begin try (depth: 1) ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___size2; FileStream_Write_m6DFFBB4E21D32645656E7A0A5ACC2D11257B4147(__this, L_0, L_1, L_2, /*hidden argument*/NULL); goto IL_001a; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0011; throw e; } CATCH_0011: { // begin catch(System.Object) FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, FileWebStream_Write_m79C3CB2CE195D5348D313E6CFA6C8F4394E9681F_RuntimeMethod_var); } // end catch (depth: 1) IL_001a: { return; } } // System.IAsyncResult System.Net.FileWebStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FileWebStream_BeginRead_m1E98F98D1956A77B4CBD4F111EC895A855C291D8 (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebStream_BeginRead_m1E98F98D1956A77B4CBD4F111EC895A855C291D8_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7(__this, /*hidden argument*/NULL); } IL_0006: try { // begin try (depth: 1) ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___size2; AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_3 = ___callback3; RuntimeObject * L_4 = ___state4; RuntimeObject* L_5 = FileStream_BeginRead_m455B17567FFD35796274787760433B42393C2883(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; goto IL_001f; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0016; throw e; } CATCH_0016: { // begin catch(System.Object) FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, FileWebStream_BeginRead_m1E98F98D1956A77B4CBD4F111EC895A855C291D8_RuntimeMethod_var); } // end catch (depth: 1) IL_001f: { RuntimeObject* L_6 = V_0; return L_6; } } // System.Int32 System.Net.FileWebStream::EndRead(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t FileWebStream_EndRead_mD4F843221DB3767E3CFB3E052E24E9CC94135302 (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, RuntimeObject* ___ar0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebStream_EndRead_mD4F843221DB3767E3CFB3E052E24E9CC94135302_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) RuntimeObject* L_0 = ___ar0; int32_t L_1 = FileStream_EndRead_mB1860DAE801D6E017580F3B37B7E6864CBD64E06(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_0013; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_000a; throw e; } CATCH_000a: { // begin catch(System.Object) FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, FileWebStream_EndRead_mD4F843221DB3767E3CFB3E052E24E9CC94135302_RuntimeMethod_var); } // end catch (depth: 1) IL_0013: { int32_t L_2 = V_0; return L_2; } } // System.IAsyncResult System.Net.FileWebStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FileWebStream_BeginWrite_mD2E9B62CE8C7FF3A16763BB128E6AC9E31C985D0 (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebStream_BeginWrite_mD2E9B62CE8C7FF3A16763BB128E6AC9E31C985D0_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7(__this, /*hidden argument*/NULL); } IL_0006: try { // begin try (depth: 1) ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___size2; AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_3 = ___callback3; RuntimeObject * L_4 = ___state4; RuntimeObject* L_5 = FileStream_BeginWrite_m6B4C4865AC0DDAF81AE2627B9C94ABDC7E6C6019(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; goto IL_001f; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0016; throw e; } CATCH_0016: { // begin catch(System.Object) FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, FileWebStream_BeginWrite_mD2E9B62CE8C7FF3A16763BB128E6AC9E31C985D0_RuntimeMethod_var); } // end catch (depth: 1) IL_001f: { RuntimeObject* L_6 = V_0; return L_6; } } // System.Void System.Net.FileWebStream::EndWrite(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void FileWebStream_EndWrite_m9505A80B585F611DE18E22C9ACC319FB901E6A94 (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, RuntimeObject* ___ar0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebStream_EndWrite_m9505A80B585F611DE18E22C9ACC319FB901E6A94_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) RuntimeObject* L_0 = ___ar0; FileStream_EndWrite_mCFC76CE52C16D6242CE2EF0E71301C1CC9D8062D(__this, L_0, /*hidden argument*/NULL); goto IL_0012; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0009; throw e; } CATCH_0009: { // begin catch(System.Object) FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, FileWebStream_EndWrite_m9505A80B585F611DE18E22C9ACC319FB901E6A94_RuntimeMethod_var); } // end catch (depth: 1) IL_0012: { return; } } // System.Void System.Net.FileWebStream::CheckError() extern "C" IL2CPP_METHOD_ATTR void FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7 (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_0 = __this->get_m_request_21(); NullCheck(L_0); bool L_1 = FileWebRequest_get_Aborted_mD504D723802D217E3F741C68EF2576AFC2C0006F(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001f; } } { String_t* L_2 = NetRes_GetWebStatusString_m507D1110F525757C699C6F95A3AA4B8AD41BED81(_stringLiteralA26FE7E9EF9887A92BBCC605CF8D49A42CC2DD9F, 6, /*hidden argument*/NULL); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_3 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_3, L_2, 6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7_RuntimeMethod_var); } IL_001f: { 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.Void System.Net.FtpAsyncResult::.ctor(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult__ctor_mD5DCF150E676F2C987D5429910F2E5AFF525F3C2 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpAsyncResult__ctor_mD5DCF150E676F2C987D5429910F2E5AFF525F3C2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL); __this->set_locker_8(L_0); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_1 = ___callback0; __this->set_callback_3(L_1); RuntimeObject * L_2 = ___state1; __this->set_state_5(L_2); return; } } // System.Object System.Net.FtpAsyncResult::get_AsyncState() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * FtpAsyncResult_get_AsyncState_m5B82CF4D3039FA4269A2C9C67915EC03A30C1CF7 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_state_5(); return L_0; } } // System.Threading.WaitHandle System.Net.FtpAsyncResult::get_AsyncWaitHandle() extern "C" IL2CPP_METHOD_ATTR WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * FtpAsyncResult_get_AsyncWaitHandle_mC08458AAB6A57D7EF090255ECD3AA3A74A782DFB (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpAsyncResult_get_AsyncWaitHandle_mC08458AAB6A57D7EF090255ECD3AA3A74A782DFB_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = __this->get_locker_8(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL); ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_2 = __this->get_waitHandle_1(); if (L_2) { goto IL_0025; } } IL_0019: { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_3 = (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)il2cpp_codegen_object_new(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var); ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1(L_3, (bool)0, /*hidden argument*/NULL); __this->set_waitHandle_1(L_3); } IL_0025: { IL2CPP_LEAVE(0x31, FINALLY_0027); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0027; } FINALLY_0027: { // begin finally (depth: 1) { bool L_4 = V_1; if (!L_4) { goto IL_0030; } } IL_002a: { RuntimeObject * L_5 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_5, /*hidden argument*/NULL); } IL_0030: { IL2CPP_END_FINALLY(39) } } // end finally (depth: 1) IL2CPP_CLEANUP(39) { IL2CPP_JUMP_TBL(0x31, IL_0031) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0031: { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_6 = __this->get_waitHandle_1(); return L_6; } } // System.Boolean System.Net.FtpAsyncResult::get_CompletedSynchronously() extern "C" IL2CPP_METHOD_ATTR bool FtpAsyncResult_get_CompletedSynchronously_m25F6107E415BAFB99A94CD2DCC334E244BCD8EA8 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_synch_7(); return L_0; } } // System.Boolean System.Net.FtpAsyncResult::get_IsCompleted() extern "C" IL2CPP_METHOD_ATTR bool FtpAsyncResult_get_IsCompleted_m8DD6A535074516E8CF8CCBAF395EA828D73816E7 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = __this->get_locker_8(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 1) RuntimeObject * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL); bool L_2 = __this->get_completed_6(); V_2 = L_2; IL2CPP_LEAVE(0x24, FINALLY_001a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001a; } FINALLY_001a: { // begin finally (depth: 1) { bool L_3 = V_1; if (!L_3) { goto IL_0023; } } IL_001d: { RuntimeObject * L_4 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_4, /*hidden argument*/NULL); } IL_0023: { IL2CPP_END_FINALLY(26) } } // end finally (depth: 1) IL2CPP_CLEANUP(26) { IL2CPP_JUMP_TBL(0x24, IL_0024) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0024: { bool L_5 = V_2; return L_5; } } // System.Boolean System.Net.FtpAsyncResult::get_GotException() extern "C" IL2CPP_METHOD_ATTR bool FtpAsyncResult_get_GotException_mAC09EE00EE24A4BE52C8117CEE71D8B22478C241 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get_exception_2(); return (bool)((!(((RuntimeObject*)(Exception_t *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Exception System.Net.FtpAsyncResult::get_Exception() extern "C" IL2CPP_METHOD_ATTR Exception_t * FtpAsyncResult_get_Exception_m0CF10C4FA3504A36AFEDFC554D69B14A86456DFB (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get_exception_2(); return L_0; } } // System.Net.FtpWebResponse System.Net.FtpAsyncResult::get_Response() extern "C" IL2CPP_METHOD_ATTR FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * FtpAsyncResult_get_Response_mE18C57EB29F762D942BAC2737C3E005444CE96A0 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method) { { FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_0 = __this->get_response_0(); return L_0; } } // System.Void System.Net.FtpAsyncResult::set_Stream(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult_set_Stream_m579BE18BE605BAD98105FD37B4A0C3CAA5FD8BD0 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___value0, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___value0; __this->set_stream_4(L_0); return; } } // System.Boolean System.Net.FtpAsyncResult::WaitUntilComplete(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool FtpAsyncResult_WaitUntilComplete_mB0A55CC17C7AF43C3E92D3CFBA32D9BD4A13DC3E (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, int32_t ___timeout0, bool ___exitContext1, const RuntimeMethod* method) { { bool L_0 = FtpAsyncResult_get_IsCompleted_m8DD6A535074516E8CF8CCBAF395EA828D73816E7(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { return (bool)1; } IL_000a: { WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_1 = FtpAsyncResult_get_AsyncWaitHandle_mC08458AAB6A57D7EF090255ECD3AA3A74A782DFB(__this, /*hidden argument*/NULL); int32_t L_2 = ___timeout0; bool L_3 = ___exitContext1; NullCheck(L_1); bool L_4 = VirtFuncInvoker2< bool, int32_t, bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_1, L_2, L_3); return L_4; } } // System.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Exception,System.Net.FtpWebResponse) extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_mF07269B2D75F2605607C46DA9AB3ECCA2D78637C (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, bool ___synch0, Exception_t * ___exc1, FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * ___response2, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { bool L_0 = ___synch0; __this->set_synch_7(L_0); Exception_t * L_1 = ___exc1; __this->set_exception_2(L_1); FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_2 = ___response2; __this->set_response_0(L_2); RuntimeObject * L_3 = __this->get_locker_8(); V_0 = L_3; V_1 = (bool)0; } IL_001e: try { // begin try (depth: 1) { RuntimeObject * L_4 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_4, (bool*)(&V_1), /*hidden argument*/NULL); __this->set_completed_6((bool)1); ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_5 = __this->get_waitHandle_1(); if (!L_5) { goto IL_0041; } } IL_0035: { ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_6 = __this->get_waitHandle_1(); NullCheck(L_6); EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C(L_6, /*hidden argument*/NULL); } IL_0041: { IL2CPP_LEAVE(0x4D, FINALLY_0043); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0043; } FINALLY_0043: { // begin finally (depth: 1) { bool L_7 = V_1; if (!L_7) { goto IL_004c; } } IL_0046: { RuntimeObject * L_8 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_8, /*hidden argument*/NULL); } IL_004c: { IL2CPP_END_FINALLY(67) } } // end finally (depth: 1) IL2CPP_CLEANUP(67) { IL2CPP_JUMP_TBL(0x4D, IL_004d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004d: { FtpAsyncResult_DoCallback_m2CD255A8D9A268136870E4B12C6780AB661C0F29(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Net.FtpWebResponse) extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_m5CDB4ABAF063E7D511DBB69F6D6700D96ABA9E3D (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, bool ___synch0, FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * ___response1, const RuntimeMethod* method) { { bool L_0 = ___synch0; FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_1 = ___response1; FtpAsyncResult_SetCompleted_mF07269B2D75F2605607C46DA9AB3ECCA2D78637C(__this, L_0, (Exception_t *)NULL, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Exception) extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_mD743363CDB181114AD06522C51750064823D681C (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, bool ___synch0, Exception_t * ___exc1, const RuntimeMethod* method) { { bool L_0 = ___synch0; Exception_t * L_1 = ___exc1; FtpAsyncResult_SetCompleted_mF07269B2D75F2605607C46DA9AB3ECCA2D78637C(__this, L_0, L_1, (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpAsyncResult::DoCallback() extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult_DoCallback_m2CD255A8D9A268136870E4B12C6780AB661C0F29 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpAsyncResult_DoCallback_m2CD255A8D9A268136870E4B12C6780AB661C0F29_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_0 = __this->get_callback_3(); if (!L_0) { goto IL_0019; } } IL_0008: try { // begin try (depth: 1) AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_1 = __this->get_callback_3(); NullCheck(L_1); AsyncCallback_Invoke_m1830E56CD41BDD255C144AA16A9426EEE301617C(L_1, __this, /*hidden argument*/NULL); goto IL_0019; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0016; throw e; } CATCH_0016: { // begin catch(System.Exception) goto IL_0019; } // end catch (depth: 1) IL_0019: { 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.Void System.Net.FtpDataStream::.ctor(System.Net.FtpWebRequest,System.IO.Stream,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FtpDataStream__ctor_mF09B0FF4BE69DC0064E5F36F0218DBEBF5F45242 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * ___request0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream1, bool ___isRead2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream__ctor_mF09B0FF4BE69DC0064E5F36F0218DBEBF5F45242_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var); Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL); FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_0 = ___request0; if (L_0) { goto IL_0014; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral088E29B0AB0079560DEA5D3E5AEB2F7868AF661E, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, FtpDataStream__ctor_mF09B0FF4BE69DC0064E5F36F0218DBEBF5F45242_RuntimeMethod_var); } IL_0014: { FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_2 = ___request0; __this->set_request_4(L_2); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = ___stream1; __this->set_networkStream_5(L_3); bool L_4 = ___isRead2; __this->set_isRead_7(L_4); return; } } // System.Boolean System.Net.FtpDataStream::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool FtpDataStream_get_CanRead_m0768B2C88C55F7F53AC3A6CD4C35FBD417517458 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isRead_7(); return L_0; } } // System.Boolean System.Net.FtpDataStream::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool FtpDataStream_get_CanWrite_m255C84C5696D678D545C55520200EDAAAE653AA0 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isRead_7(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Net.FtpDataStream::get_CanSeek() extern "C" IL2CPP_METHOD_ATTR bool FtpDataStream_get_CanSeek_mB690A1820BF58BC7766BE9D0A59C22506E82EA3F (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Int64 System.Net.FtpDataStream::get_Length() extern "C" IL2CPP_METHOD_ATTR int64_t FtpDataStream_get_Length_m9CCB9EFF3E1B33E77839AEB6700F4DE8F84A1DE8 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_get_Length_m9CCB9EFF3E1B33E77839AEB6700F4DE8F84A1DE8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, FtpDataStream_get_Length_m9CCB9EFF3E1B33E77839AEB6700F4DE8F84A1DE8_RuntimeMethod_var); } } // System.Int64 System.Net.FtpDataStream::get_Position() extern "C" IL2CPP_METHOD_ATTR int64_t FtpDataStream_get_Position_m6CDC34240321FC639CCC8717B01EB67658ECCAD2 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_get_Position_m6CDC34240321FC639CCC8717B01EB67658ECCAD2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, FtpDataStream_get_Position_m6CDC34240321FC639CCC8717B01EB67658ECCAD2_RuntimeMethod_var); } } // System.Void System.Net.FtpDataStream::set_Position(System.Int64) extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_set_Position_m0823E809E38E2249D4FD8184D2EDC1F7F1453914 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_set_Position_m0823E809E38E2249D4FD8184D2EDC1F7F1453914_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, FtpDataStream_set_Position_m0823E809E38E2249D4FD8184D2EDC1F7F1453914_RuntimeMethod_var); } } // System.Void System.Net.FtpDataStream::Close() extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_Close_mEEF28BD2C7B96369AB3D394D2558B2B8099F7550 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(16 /* System.Void System.IO.Stream::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.Void System.Net.FtpDataStream::Flush() extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_Flush_m5183E9154746A712E4464CF101E4D341EDDCAE3D (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, const RuntimeMethod* method) { { return; } } // System.Int64 System.Net.FtpDataStream::Seek(System.Int64,System.IO.SeekOrigin) extern "C" IL2CPP_METHOD_ATTR int64_t FtpDataStream_Seek_m64901779BB7BBD40E2712F8E1C53739B9C3E85B2 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_Seek_m64901779BB7BBD40E2712F8E1C53739B9C3E85B2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, FtpDataStream_Seek_m64901779BB7BBD40E2712F8E1C53739B9C3E85B2_RuntimeMethod_var); } } // System.Int32 System.Net.FtpDataStream::ReadInternal(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t FtpDataStream_ReadInternal_m6B12FB682996AF91251EDF9AD48C6E210940F58C (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_ReadInternal_m6B12FB682996AF91251EDF9AD48C6E210940F58C_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { V_0 = 0; FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_0 = __this->get_request_4(); NullCheck(L_0); FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448(L_0, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_networkStream_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0; int32_t L_3 = ___offset1; int32_t L_4 = ___size2; NullCheck(L_1); int32_t L_5 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(25 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, L_3, L_4); V_0 = L_5; goto IL_002a; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001e; throw e; } CATCH_001e: { // begin catch(System.IO.IOException) ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * L_6 = (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB *)il2cpp_codegen_object_new(ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_il2cpp_TypeInfo_var); ProtocolViolationException__ctor_m36E802912D318858D2D98F929722AACA1A2EC38C(L_6, _stringLiteral9A87E6B354F5E627F11BA7520E8705AB50EABD93, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, FtpDataStream_ReadInternal_m6B12FB682996AF91251EDF9AD48C6E210940F58C_RuntimeMethod_var); } // end catch (depth: 1) IL_002a: { int32_t L_7 = __this->get_totalRead_8(); int32_t L_8 = V_0; __this->set_totalRead_8(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8))); int32_t L_9 = V_0; if (L_9) { goto IL_0058; } } { __this->set_networkStream_5((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL); FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_10 = __this->get_request_4(); NullCheck(L_10); FtpWebRequest_CloseDataConnection_mCEE5CE6EC33BB0F936AE05E6D9333AA31DAC75A3(L_10, /*hidden argument*/NULL); FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_11 = __this->get_request_4(); NullCheck(L_11); FtpWebRequest_SetTransferCompleted_m946259A63A4CB3249F7C2544BEC30BE32C0C58C5(L_11, /*hidden argument*/NULL); } IL_0058: { int32_t L_12 = V_0; return L_12; } } // System.IAsyncResult System.Net.FtpDataStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FtpDataStream_BeginRead_mEEAADD29F26DA75251B19A1DE5B3BB7C93BED878 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb3, RuntimeObject * ___state4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_BeginRead_mEEAADD29F26DA75251B19A1DE5B3BB7C93BED878_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FtpDataStream_CheckDisposed_mDAC19E619B52C0B99A39D0389E169F91C60D3223(__this, /*hidden argument*/NULL); bool L_0 = __this->get_isRead_7(); if (L_0) { goto IL_0014; } } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, FtpDataStream_BeginRead_mEEAADD29F26DA75251B19A1DE5B3BB7C93BED878_RuntimeMethod_var); } IL_0014: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0; if (L_2) { goto IL_0022; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, FtpDataStream_BeginRead_mEEAADD29F26DA75251B19A1DE5B3BB7C93BED878_RuntimeMethod_var); } IL_0022: { int32_t L_4 = ___offset1; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_002c; } } { int32_t L_5 = ___offset1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___buffer0; NullCheck(L_6); if ((((int32_t)L_5) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))))) { goto IL_0037; } } IL_002c: { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_7, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, FtpDataStream_BeginRead_mEEAADD29F26DA75251B19A1DE5B3BB7C93BED878_RuntimeMethod_var); } IL_0037: { int32_t L_8 = ___size2; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_0043; } } { int32_t L_9 = ___size2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___buffer0; NullCheck(L_10); int32_t L_11 = ___offset1; if ((((int32_t)L_9) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), (int32_t)L_11))))) { goto IL_004e; } } IL_0043: { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_12, _stringLiteralAA23673CEE156D4324DE3B031ACB342A4C7B49EC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, FtpDataStream_BeginRead_mEEAADD29F26DA75251B19A1DE5B3BB7C93BED878_RuntimeMethod_var); } IL_004e: { ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * L_13 = (ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE *)il2cpp_codegen_object_new(ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE_il2cpp_TypeInfo_var); ReadDelegate__ctor_m846902BA329986F9EA8FF6CC7882B2E90D7227CF(L_13, __this, (intptr_t)((intptr_t)FtpDataStream_ReadInternal_m6B12FB682996AF91251EDF9AD48C6E210940F58C_RuntimeMethod_var), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___buffer0; int32_t L_15 = ___offset1; int32_t L_16 = ___size2; AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_17 = ___cb3; RuntimeObject * L_18 = ___state4; NullCheck(L_13); RuntimeObject* L_19 = ReadDelegate_BeginInvoke_mCCE971E5339DAF04E6A830A06123F9F34B1F2403(L_13, L_14, L_15, L_16, L_17, L_18, /*hidden argument*/NULL); return L_19; } } // System.Int32 System.Net.FtpDataStream::EndRead(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t FtpDataStream_EndRead_m31C45E96D472378578177FE6B3462C5F9D6825B0 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_EndRead_m31C45E96D472378578177FE6B3462C5F9D6825B0_MetadataUsageId); s_Il2CppMethodInitialized = true; } AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * G_B4_0 = NULL; AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * G_B3_0 = NULL; ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * G_B6_0 = NULL; ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * G_B5_0 = NULL; { RuntimeObject* L_0 = ___asyncResult0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, FtpDataStream_EndRead_m31C45E96D472378578177FE6B3462C5F9D6825B0_RuntimeMethod_var); } IL_000e: { RuntimeObject* L_2 = ___asyncResult0; AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * L_3 = ((AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 *)IsInstClass((RuntimeObject*)L_2, AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_il2cpp_TypeInfo_var)); G_B3_0 = L_3; if (L_3) { G_B4_0 = L_3; goto IL_0027; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_4, _stringLiteral421CEFC1C553ACCF8E4FB06460052332CC7C1BD2, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, FtpDataStream_EndRead_m31C45E96D472378578177FE6B3462C5F9D6825B0_RuntimeMethod_var); } IL_0027: { NullCheck(G_B4_0); RuntimeObject * L_5 = VirtFuncInvoker0< RuntimeObject * >::Invoke(16 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, G_B4_0); ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * L_6 = ((ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE *)IsInstSealed((RuntimeObject*)L_5, ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE_il2cpp_TypeInfo_var)); G_B5_0 = L_6; if (L_6) { G_B6_0 = L_6; goto IL_0044; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, _stringLiteral421CEFC1C553ACCF8E4FB06460052332CC7C1BD2, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, FtpDataStream_EndRead_m31C45E96D472378578177FE6B3462C5F9D6825B0_RuntimeMethod_var); } IL_0044: { RuntimeObject* L_8 = ___asyncResult0; NullCheck(G_B6_0); int32_t L_9 = ReadDelegate_EndInvoke_m81D23E1BBCCA7A4358439D8FA8703BD1DD0E51F1(G_B6_0, L_8, /*hidden argument*/NULL); return L_9; } } // System.Int32 System.Net.FtpDataStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t FtpDataStream_Read_mB7A950B65C2DFBF77DC4C6BADA54D305A7E7147F (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_Read_mB7A950B65C2DFBF77DC4C6BADA54D305A7E7147F_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_0 = __this->get_request_4(); NullCheck(L_0); FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448(L_0, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___size2; RuntimeObject* L_4 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *, RuntimeObject * >::Invoke(18 /* System.IAsyncResult System.IO.Stream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, __this, L_1, L_2, L_3, (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)NULL, NULL); V_0 = L_4; RuntimeObject* L_5 = V_0; NullCheck(L_5); bool L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var, L_5); if (L_6) { goto IL_0045; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_8 = InterfaceFuncInvoker0< WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var, L_7); FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_9 = __this->get_request_4(); NullCheck(L_9); int32_t L_10 = FtpWebRequest_get_ReadWriteTimeout_m458E1E82DD62016025BCE60D6C5C4AB35A4B2D41(L_9, /*hidden argument*/NULL); NullCheck(L_8); bool L_11 = VirtFuncInvoker2< bool, int32_t, bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_8, L_10, (bool)0); if (L_11) { goto IL_0045; } } { WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_12 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_12, _stringLiteralB8EDAA16B74F8F7FE28BC7366F087C31F5DC347A, ((int32_t)14), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, FtpDataStream_Read_mB7A950B65C2DFBF77DC4C6BADA54D305A7E7147F_RuntimeMethod_var); } IL_0045: { RuntimeObject* L_13 = V_0; int32_t L_14 = VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(19 /* System.Int32 System.IO.Stream::EndRead(System.IAsyncResult) */, __this, L_13); return L_14; } } // System.Void System.Net.FtpDataStream::WriteInternal(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_WriteInternal_m48FFED7DE74442D4A054980178EFA682ADD1DFAD (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_WriteInternal_m48FFED7DE74442D4A054980178EFA682ADD1DFAD_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_0 = __this->get_request_4(); NullCheck(L_0); FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448(L_0, /*hidden argument*/NULL); } IL_000b: try { // begin try (depth: 1) Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_networkStream_5(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0; int32_t L_3 = ___offset1; int32_t L_4 = ___size2; NullCheck(L_1); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, L_3, L_4); goto IL_0022; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001b; throw e; } CATCH_001b: { // begin catch(System.IO.IOException) ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * L_5 = (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB *)il2cpp_codegen_object_new(ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_il2cpp_TypeInfo_var); ProtocolViolationException__ctor_m9E1CE4D0A1DBB0EAE0BE6C7C026154C789F41A49(L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, FtpDataStream_WriteInternal_m48FFED7DE74442D4A054980178EFA682ADD1DFAD_RuntimeMethod_var); } // end catch (depth: 1) IL_0022: { return; } } // System.IAsyncResult System.Net.FtpDataStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FtpDataStream_BeginWrite_m9821709E59E6AB80D93AB96D958B471094E559FF (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb3, RuntimeObject * ___state4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_BeginWrite_m9821709E59E6AB80D93AB96D958B471094E559FF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FtpDataStream_CheckDisposed_mDAC19E619B52C0B99A39D0389E169F91C60D3223(__this, /*hidden argument*/NULL); bool L_0 = __this->get_isRead_7(); if (!L_0) { goto IL_0014; } } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, FtpDataStream_BeginWrite_m9821709E59E6AB80D93AB96D958B471094E559FF_RuntimeMethod_var); } IL_0014: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0; if (L_2) { goto IL_0022; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, FtpDataStream_BeginWrite_m9821709E59E6AB80D93AB96D958B471094E559FF_RuntimeMethod_var); } IL_0022: { int32_t L_4 = ___offset1; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_002c; } } { int32_t L_5 = ___offset1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___buffer0; NullCheck(L_6); if ((((int32_t)L_5) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))))) { goto IL_0037; } } IL_002c: { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_7, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, FtpDataStream_BeginWrite_m9821709E59E6AB80D93AB96D958B471094E559FF_RuntimeMethod_var); } IL_0037: { int32_t L_8 = ___size2; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_0043; } } { int32_t L_9 = ___size2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___buffer0; NullCheck(L_10); int32_t L_11 = ___offset1; if ((((int32_t)L_9) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), (int32_t)L_11))))) { goto IL_004e; } } IL_0043: { ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_12, _stringLiteralAA23673CEE156D4324DE3B031ACB342A4C7B49EC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, FtpDataStream_BeginWrite_m9821709E59E6AB80D93AB96D958B471094E559FF_RuntimeMethod_var); } IL_004e: { WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * L_13 = (WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 *)il2cpp_codegen_object_new(WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49_il2cpp_TypeInfo_var); WriteDelegate__ctor_mEA287F4C0CA3BBF6E313D227555374667713465F(L_13, __this, (intptr_t)((intptr_t)FtpDataStream_WriteInternal_m48FFED7DE74442D4A054980178EFA682ADD1DFAD_RuntimeMethod_var), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___buffer0; int32_t L_15 = ___offset1; int32_t L_16 = ___size2; AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_17 = ___cb3; RuntimeObject * L_18 = ___state4; NullCheck(L_13); RuntimeObject* L_19 = WriteDelegate_BeginInvoke_m74A2F49D05650DA0FD9F5A2F1D8B8785D2128E7D(L_13, L_14, L_15, L_16, L_17, L_18, /*hidden argument*/NULL); return L_19; } } // System.Void System.Net.FtpDataStream::EndWrite(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_EndWrite_mB52EB72A18391AB4D2006F56E3C4DAE93A763013 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_EndWrite_mB52EB72A18391AB4D2006F56E3C4DAE93A763013_MetadataUsageId); s_Il2CppMethodInitialized = true; } AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * G_B4_0 = NULL; AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * G_B3_0 = NULL; WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * G_B6_0 = NULL; WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * G_B5_0 = NULL; { RuntimeObject* L_0 = ___asyncResult0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, FtpDataStream_EndWrite_mB52EB72A18391AB4D2006F56E3C4DAE93A763013_RuntimeMethod_var); } IL_000e: { RuntimeObject* L_2 = ___asyncResult0; AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * L_3 = ((AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 *)IsInstClass((RuntimeObject*)L_2, AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_il2cpp_TypeInfo_var)); G_B3_0 = L_3; if (L_3) { G_B4_0 = L_3; goto IL_0027; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_4, _stringLiteral1C5721CD81708A571E26BF1BE0D0DDB56448CCAE, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, FtpDataStream_EndWrite_mB52EB72A18391AB4D2006F56E3C4DAE93A763013_RuntimeMethod_var); } IL_0027: { NullCheck(G_B4_0); RuntimeObject * L_5 = VirtFuncInvoker0< RuntimeObject * >::Invoke(16 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, G_B4_0); WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * L_6 = ((WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 *)IsInstSealed((RuntimeObject*)L_5, WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49_il2cpp_TypeInfo_var)); G_B5_0 = L_6; if (L_6) { G_B6_0 = L_6; goto IL_0044; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, _stringLiteral1C5721CD81708A571E26BF1BE0D0DDB56448CCAE, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, FtpDataStream_EndWrite_mB52EB72A18391AB4D2006F56E3C4DAE93A763013_RuntimeMethod_var); } IL_0044: { RuntimeObject* L_8 = ___asyncResult0; NullCheck(G_B6_0); WriteDelegate_EndInvoke_mE7E6F50CA22059FB6DB1B65AB9D6949F90DC98E8(G_B6_0, L_8, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpDataStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_Write_m71533890AA8F39755804490543E71B80BD83913E (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_Write_m71533890AA8F39755804490543E71B80BD83913E_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_0 = __this->get_request_4(); NullCheck(L_0); FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448(L_0, /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___size2; RuntimeObject* L_4 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *, RuntimeObject * >::Invoke(21 /* System.IAsyncResult System.IO.Stream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, __this, L_1, L_2, L_3, (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)NULL, NULL); V_0 = L_4; RuntimeObject* L_5 = V_0; NullCheck(L_5); bool L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var, L_5); if (L_6) { goto IL_0045; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_8 = InterfaceFuncInvoker0< WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var, L_7); FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_9 = __this->get_request_4(); NullCheck(L_9); int32_t L_10 = FtpWebRequest_get_ReadWriteTimeout_m458E1E82DD62016025BCE60D6C5C4AB35A4B2D41(L_9, /*hidden argument*/NULL); NullCheck(L_8); bool L_11 = VirtFuncInvoker2< bool, int32_t, bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_8, L_10, (bool)0); if (L_11) { goto IL_0045; } } { WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_12 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_12, _stringLiteralB8EDAA16B74F8F7FE28BC7366F087C31F5DC347A, ((int32_t)14), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, FtpDataStream_Write_m71533890AA8F39755804490543E71B80BD83913E_RuntimeMethod_var); } IL_0045: { RuntimeObject* L_13 = V_0; VirtActionInvoker1< RuntimeObject* >::Invoke(22 /* System.Void System.IO.Stream::EndWrite(System.IAsyncResult) */, __this, L_13); return; } } // System.Void System.Net.FtpDataStream::Finalize() extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_Finalize_m3B44D4E773EA453C805C227A092E9D3EBD976699 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __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); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) VirtActionInvoker1< bool >::Invoke(16 /* System.Void System.IO.Stream::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x10, FINALLY_0009); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0009; } FINALLY_0009: { // begin finally (depth: 1) Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(9) } // end finally (depth: 1) IL2CPP_CLEANUP(9) { IL2CPP_JUMP_TBL(0x10, IL_0010) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0010: { return; } } // System.Void System.Net.FtpDataStream::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_System_IDisposable_Dispose_m83433EE88E4290FBBF0094FE7BFC152B5372F5D7 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_System_IDisposable_Dispose_m83433EE88E4290FBBF0094FE7BFC152B5372F5D7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { VirtActionInvoker1< bool >::Invoke(16 /* System.Void System.IO.Stream::Dispose(System.Boolean) */, __this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var); GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpDataStream::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_Dispose_m5CC13B4A96E66BAC0CEDBCAA29FF22CC9A80C7C9 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = __this->get_disposed_6(); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { __this->set_disposed_6((bool)1); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_networkStream_5(); if (!L_1) { goto IL_003c; } } { FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_2 = __this->get_request_4(); NullCheck(L_2); FtpWebRequest_CloseDataConnection_mCEE5CE6EC33BB0F936AE05E6D9333AA31DAC75A3(L_2, /*hidden argument*/NULL); FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_3 = __this->get_request_4(); NullCheck(L_3); FtpWebRequest_SetTransferCompleted_m946259A63A4CB3249F7C2544BEC30BE32C0C58C5(L_3, /*hidden argument*/NULL); __this->set_request_4((FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA *)NULL); __this->set_networkStream_5((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL); } IL_003c: { return; } } // System.Void System.Net.FtpDataStream::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_CheckDisposed_mDAC19E619B52C0B99A39D0389E169F91C60D3223 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_CheckDisposed_mDAC19E619B52C0B99A39D0389E169F91C60D3223_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_6(); if (!L_0) { goto IL_0019; } } { Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_3 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, FtpDataStream_CheckDisposed_mDAC19E619B52C0B99A39D0389E169F91C60D3223_RuntimeMethod_var); } IL_0019: { 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 extern "C" int32_t DelegatePInvokeWrapper_ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE (ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(uint8_t*, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter U27___buffer0U27 to native representation uint8_t* ____buffer0_marshaled = NULL; if (___buffer0 != NULL) { ____buffer0_marshaled = reinterpret_cast((___buffer0)->GetAddressAtUnchecked(0)); } // Native function invocation int32_t returnValue = il2cppPInvokeFunc(____buffer0_marshaled, ___offset1, ___size2); return returnValue; } // System.Void System.Net.FtpDataStream_ReadDelegate::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ReadDelegate__ctor_m846902BA329986F9EA8FF6CC7882B2E90D7227CF (ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Int32 System.Net.FtpDataStream_ReadDelegate::Invoke(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ReadDelegate_Invoke_mA7FEC53DC12EACEC121E0D774B9975F3FFED9F6A (ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { int32_t result = 0; DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11(); if (delegatesToInvoke != NULL) { il2cpp_array_size_t length = delegatesToInvoke->max_length; for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast(i)); Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___offset1, ___size2, targetMethod); } } else if (___parameterCount != 3) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___size2); else result = GenericVirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___size2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___buffer0, ___offset1, ___size2); else result = VirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___buffer0, ___offset1, ___size2); } } } else { typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___buffer0, ___offset1, ___size2); else result = GenericVirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___buffer0, ___offset1, ___size2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___buffer0, ___offset1, ___size2); else result = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___buffer0, ___offset1, ___size2); } } } else { typedef int32_t (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___offset1, ___size2, targetMethod); } } } } else { Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___offset1, ___size2, targetMethod); } } else if (___parameterCount != 3) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___size2); else result = GenericVirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___size2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___buffer0, ___offset1, ___size2); else result = VirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___buffer0, ___offset1, ___size2); } } } else { typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___buffer0, ___offset1, ___size2); else result = GenericVirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___buffer0, ___offset1, ___size2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___buffer0, ___offset1, ___size2); else result = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___buffer0, ___offset1, ___size2); } } } else { typedef int32_t (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___offset1, ___size2, targetMethod); } } } return result; } // System.IAsyncResult System.Net.FtpDataStream_ReadDelegate::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ReadDelegate_BeginInvoke_mCCE971E5339DAF04E6A830A06123F9F34B1F2403 (ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReadDelegate_BeginInvoke_mCCE971E5339DAF04E6A830A06123F9F34B1F2403_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___buffer0; __d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___offset1); __d_args[2] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___size2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Int32 System.Net.FtpDataStream_ReadDelegate::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t ReadDelegate_EndInvoke_m81D23E1BBCCA7A4358439D8FA8703BD1DD0E51F1 (ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result); } #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 extern "C" void DelegatePInvokeWrapper_WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 (WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(uint8_t*, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter U27___buffer0U27 to native representation uint8_t* ____buffer0_marshaled = NULL; if (___buffer0 != NULL) { ____buffer0_marshaled = reinterpret_cast((___buffer0)->GetAddressAtUnchecked(0)); } // Native function invocation il2cppPInvokeFunc(____buffer0_marshaled, ___offset1, ___size2); } // System.Void System.Net.FtpDataStream_WriteDelegate::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void WriteDelegate__ctor_mEA287F4C0CA3BBF6E313D227555374667713465F (WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Net.FtpDataStream_WriteDelegate::Invoke(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void WriteDelegate_Invoke_mD9872838A4842408C195451743E99C88BA3DB32D (WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11(); if (delegatesToInvoke != NULL) { il2cpp_array_size_t length = delegatesToInvoke->max_length; for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast(i)); Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef void (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___offset1, ___size2, targetMethod); } } else if (___parameterCount != 3) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___size2); else GenericVirtActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___size2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___buffer0, ___offset1, ___size2); else VirtActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___buffer0, ___offset1, ___size2); } } } else { typedef void (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef void (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___buffer0, ___offset1, ___size2); else GenericVirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___buffer0, ___offset1, ___size2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___buffer0, ___offset1, ___size2); else VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___buffer0, ___offset1, ___size2); } } } else { typedef void (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___offset1, ___size2, targetMethod); } } } } else { Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef void (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___offset1, ___size2, targetMethod); } } else if (___parameterCount != 3) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___size2); else GenericVirtActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___size2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___buffer0, ___offset1, ___size2); else VirtActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___buffer0, ___offset1, ___size2); } } } else { typedef void (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef void (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___buffer0, ___offset1, ___size2); else GenericVirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___buffer0, ___offset1, ___size2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___buffer0, ___offset1, ___size2); else VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___buffer0, ___offset1, ___size2); } } } else { typedef void (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___offset1, ___size2, targetMethod); } } } } // System.IAsyncResult System.Net.FtpDataStream_WriteDelegate::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WriteDelegate_BeginInvoke_m74A2F49D05650DA0FD9F5A2F1D8B8785D2128E7D (WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WriteDelegate_BeginInvoke_m74A2F49D05650DA0FD9F5A2F1D8B8785D2128E7D_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___buffer0; __d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___offset1); __d_args[2] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___size2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Net.FtpDataStream_WriteDelegate::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void WriteDelegate_EndInvoke_mE7E6F50CA22059FB6DB1B65AB9D6949F90DC98E8 (WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Net.WebRequest System.Net.FtpRequestCreator::Create(System.Uri) extern "C" IL2CPP_METHOD_ATTR WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * FtpRequestCreator_Create_mB9CD950EDF1B3F06F7C928E490806C12FB1D7306 (FtpRequestCreator_t2C5CC32221C790FB648AF6276DA861B4ABAC357F * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpRequestCreator_Create_mB9CD950EDF1B3F06F7C928E490806C12FB1D7306_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0; FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_1 = (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA *)il2cpp_codegen_object_new(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_il2cpp_TypeInfo_var); FtpWebRequest__ctor_mEB166EB5A1F20FC008DA66D46AADE550EE176892(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Net.FtpRequestCreator::.ctor() extern "C" IL2CPP_METHOD_ATTR void FtpRequestCreator__ctor_m0DACF33EF40A75AE489FEF288DC61837FFFA8BEF (FtpRequestCreator_t2C5CC32221C790FB648AF6276DA861B4ABAC357F * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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 // System.Void System.Net.FtpStatus::.ctor(System.Net.FtpStatusCode,System.String) extern "C" IL2CPP_METHOD_ATTR void FtpStatus__ctor_mC95929791FE1B1A415BA073ABA99B040B8E30092 (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * __this, int32_t ___statusCode0, String_t* ___statusDescription1, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___statusCode0; __this->set_statusCode_0(L_0); String_t* L_1 = ___statusDescription1; __this->set_statusDescription_1(L_1); return; } } // System.Net.FtpStatusCode System.Net.FtpStatus::get_StatusCode() extern "C" IL2CPP_METHOD_ATTR int32_t FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_statusCode_0(); return L_0; } } // System.String System.Net.FtpStatus::get_StatusDescription() extern "C" IL2CPP_METHOD_ATTR String_t* FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38 (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_statusDescription_1(); return L_0; } } #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 // System.Void System.Net.FtpWebRequest::.ctor(System.Uri) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest__ctor_mEB166EB5A1F20FC008DA66D46AADE550EE176892 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest__ctor_mEB166EB5A1F20FC008DA66D46AADE550EE176892_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_timeout_24(((int32_t)100000)); __this->set_rwTimeout_25(((int32_t)300000)); __this->set_binary_27((bool)1); __this->set_usePassive_29((bool)1); __this->set_method_31(_stringLiteralFD35D5A1C8C8B04A6C1D2E2EAB8C4FA15027F731); RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL); __this->set_locker_33(L_0); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL); __this->set_dataEncoding_40(L_1); IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var); WebRequest__ctor_mFF46D19A613D1A8E5E9318DEFA794B18AC206D57(__this, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = ___uri0; __this->set_requestUri_12(L_2); RuntimeObject* L_3 = GlobalProxySelection_get_Select_mE826A34EB04E3906E699A317417506C89551F54B(/*hidden argument*/NULL); __this->set_proxy_23(L_3); return; } } // System.Exception System.Net.FtpWebRequest::GetMustImplement() extern "C" IL2CPP_METHOD_ATTR Exception_t * FtpWebRequest_GetMustImplement_m79C3B2BE8F675D8FAD0AC9E3680119D8611FD4BC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_GetMustImplement_m79C3B2BE8F675D8FAD0AC9E3680119D8611FD4BC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); return L_0; } } // System.Int64 System.Net.FtpWebRequest::get_ContentLength() extern "C" IL2CPP_METHOD_ATTR int64_t FtpWebRequest_get_ContentLength_m0AA54320A4411A8189956A8F748D26190F33388F (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { { return (((int64_t)((int64_t)0))); } } // System.Net.ICredentials System.Net.FtpWebRequest::get_Credentials() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FtpWebRequest_get_Credentials_m04E1ED23DB92946B86D7032624EA2873486F403A (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { { NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_0 = __this->get_credentials_19(); return L_0; } } // System.Void System.Net.FtpWebRequest::set_Credentials(System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_set_Credentials_mD1E83921438DC48BD8E2D7F3C3DEE15059D978A7 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_set_Credentials_mD1E83921438DC48BD8E2D7F3C3DEE15059D978A7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FtpWebRequest_CheckRequestStarted_mE2F7C55F1C2336F72427F555928407B422CDA9FC(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___value0; if (L_0) { goto IL_000f; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, FtpWebRequest_set_Credentials_mD1E83921438DC48BD8E2D7F3C3DEE15059D978A7_RuntimeMethod_var); } IL_000f: { RuntimeObject* L_2 = ___value0; if (((NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 *)IsInstClass((RuntimeObject*)L_2, NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062_il2cpp_TypeInfo_var))) { goto IL_001d; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m77591C20EDA3ADEE2FAF1987321D686E249326C5(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, FtpWebRequest_set_Credentials_mD1E83921438DC48BD8E2D7F3C3DEE15059D978A7_RuntimeMethod_var); } IL_001d: { RuntimeObject* L_4 = ___value0; __this->set_credentials_19(((NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 *)IsInstClass((RuntimeObject*)L_4, NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062_il2cpp_TypeInfo_var))); return; } } // System.Boolean System.Net.FtpWebRequest::get_EnableSsl() extern "C" IL2CPP_METHOD_ATTR bool FtpWebRequest_get_EnableSsl_m0498BFBEA644C093A7BF1DB8B2593928409F8113 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_enableSsl_28(); return L_0; } } // System.Net.WebHeaderCollection System.Net.FtpWebRequest::get_Headers() extern "C" IL2CPP_METHOD_ATTR WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * FtpWebRequest_get_Headers_mDB12E6279EFB79535CE1CBCD2D627956807A3521 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_get_Headers_mDB12E6279EFB79535CE1CBCD2D627956807A3521_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_il2cpp_TypeInfo_var); Exception_t * L_0 = FtpWebRequest_GetMustImplement_m79C3B2BE8F675D8FAD0AC9E3680119D8611FD4BC(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, FtpWebRequest_get_Headers_mDB12E6279EFB79535CE1CBCD2D627956807A3521_RuntimeMethod_var); } } // System.String System.Net.FtpWebRequest::get_Method() extern "C" IL2CPP_METHOD_ATTR String_t* FtpWebRequest_get_Method_mE29B55B62D53DEE7E4D4E7BF6957ED61E9C96F1C (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_method_31(); return L_0; } } // System.Void System.Net.FtpWebRequest::set_Method(System.String) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_set_Method_mA2A58D774AC0985D2C8243E8738324EEAD2ED9A3 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_set_Method_mA2A58D774AC0985D2C8243E8738324EEAD2ED9A3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FtpWebRequest_CheckRequestStarted_mE2F7C55F1C2336F72427F555928407B422CDA9FC(__this, /*hidden argument*/NULL); String_t* L_0 = ___value0; if (L_0) { goto IL_0014; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF5C3342662AFEA2711580B08345FFDFF91BFC8A2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, FtpWebRequest_set_Method_mA2A58D774AC0985D2C8243E8738324EEAD2ED9A3_RuntimeMethod_var); } IL_0014: { String_t* L_2 = ___value0; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002a; } } { IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_il2cpp_TypeInfo_var); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = ((FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_StaticFields*)il2cpp_codegen_static_fields_for(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_il2cpp_TypeInfo_var))->get_supportedCommands_39(); String_t* L_5 = ___value0; int32_t L_6 = Array_BinarySearch_TisString_t_m9A4F4DA2128EEF6EE7E3E3B9FF1D1597E3E11A8F(L_4, L_5, /*hidden argument*/Array_BinarySearch_TisString_t_m9A4F4DA2128EEF6EE7E3E3B9FF1D1597E3E11A8F_RuntimeMethod_var); if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_003a; } } IL_002a: { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, _stringLiteralE8D64F89B171B92A7FF4F6D29AFA8340EEC39E5D, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, FtpWebRequest_set_Method_mA2A58D774AC0985D2C8243E8738324EEAD2ED9A3_RuntimeMethod_var); } IL_003a: { String_t* L_8 = ___value0; __this->set_method_31(L_8); return; } } // System.Net.IWebProxy System.Net.FtpWebRequest::get_Proxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FtpWebRequest_get_Proxy_m6CDABF236AC1D990E8BB4AA7C9F66DEB34D4F334 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_proxy_23(); return L_0; } } // System.Void System.Net.FtpWebRequest::set_Proxy(System.Net.IWebProxy) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_set_Proxy_mF7CC08D21016FCD7BE68651DBE29A3A0188E0292 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { FtpWebRequest_CheckRequestStarted_mE2F7C55F1C2336F72427F555928407B422CDA9FC(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___value0; __this->set_proxy_23(L_0); return; } } // System.Int32 System.Net.FtpWebRequest::get_ReadWriteTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t FtpWebRequest_get_ReadWriteTimeout_m458E1E82DD62016025BCE60D6C5C4AB35A4B2D41 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_rwTimeout_25(); return L_0; } } // System.Uri System.Net.FtpWebRequest::get_RequestUri() extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * FtpWebRequest_get_RequestUri_m3E3FDDE1DA51122A2C78D30010A605473D68A93A (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_requestUri_12(); return L_0; } } // System.Net.ServicePoint System.Net.FtpWebRequest::get_ServicePoint() extern "C" IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * FtpWebRequest_get_ServicePoint_m9905A072551D262F6125C6F805186887E3E564BB (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { { ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_0 = FtpWebRequest_GetServicePoint_m694D1A7B63F66B08E4C63E056D1C85130862801B(__this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Net.FtpWebRequest::get_Timeout() extern "C" IL2CPP_METHOD_ATTR int32_t FtpWebRequest_get_Timeout_m7DC75E6E9E0184FBE36DB5876C75FA24FE8D487C (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_timeout_24(); return L_0; } } // System.String System.Net.FtpWebRequest::get_DataType() extern "C" IL2CPP_METHOD_ATTR String_t* FtpWebRequest_get_DataType_m54415C5105533554C3EAF93B27601FFA92053BBD (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_get_DataType_m54415C5105533554C3EAF93B27601FFA92053BBD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_binary_27(); if (L_0) { goto IL_000e; } } { return _stringLiteral6DCD4CE23D88E2EE9568BA546C007C63D9131C1B; } IL_000e: { return _stringLiteralCA73AB65568CD125C2D27A22BBD9E863C10B675D; } } // System.Net.FtpWebRequest_RequestState System.Net.FtpWebRequest::get_State() extern "C" IL2CPP_METHOD_ATTR int32_t FtpWebRequest_get_State_mAE91E31E999A0B10CE3CB3BEDCF103DA3FE26D3D (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = __this->get_locker_33(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 1) RuntimeObject * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL); int32_t L_2 = __this->get_requestState_34(); V_2 = L_2; IL2CPP_LEAVE(0x24, FINALLY_001a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001a; } FINALLY_001a: { // begin finally (depth: 1) { bool L_3 = V_1; if (!L_3) { goto IL_0023; } } IL_001d: { RuntimeObject * L_4 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_4, /*hidden argument*/NULL); } IL_0023: { IL2CPP_END_FINALLY(26) } } // end finally (depth: 1) IL2CPP_CLEANUP(26) { IL2CPP_JUMP_TBL(0x24, IL_0024) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0024: { int32_t L_5 = V_2; return L_5; } } // System.Void System.Net.FtpWebRequest::set_State(System.Net.FtpWebRequest_RequestState) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, int32_t ___value0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = __this->get_locker_33(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 1) RuntimeObject * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL); FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448(__this, /*hidden argument*/NULL); FtpWebRequest_CheckFinalState_mBFA7619CACD7FFBEAD849F529C8A3E74DE188DD6(__this, /*hidden argument*/NULL); int32_t L_2 = ___value0; __this->set_requestState_34(L_2); IL2CPP_LEAVE(0x30, FINALLY_0026); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0026; } FINALLY_0026: { // begin finally (depth: 1) { bool L_3 = V_1; if (!L_3) { goto IL_002f; } } IL_0029: { RuntimeObject * L_4 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_4, /*hidden argument*/NULL); } IL_002f: { IL2CPP_END_FINALLY(38) } } // end finally (depth: 1) IL2CPP_CLEANUP(38) { IL2CPP_JUMP_TBL(0x30, IL_0030) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0030: { return; } } // System.Void System.Net.FtpWebRequest::Abort() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_Abort_m691CBAD2BC5A53A175C7B9FE3022EC31BF01BF56 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_Abort_m691CBAD2BC5A53A175C7B9FE3022EC31BF01BF56_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = __this->get_locker_33(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL); int32_t L_2 = FtpWebRequest_get_State_mAE91E31E999A0B10CE3CB3BEDCF103DA3FE26D3D(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)5)))) { goto IL_002c; } } IL_001a: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62(/*hidden argument*/Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62_RuntimeMethod_var); FtpWebRequest_SendCommand_mCF855EE30A2FE15FC3002FC2EE110FF6A13A15EE(__this, (bool)0, _stringLiteral08845F37413D9AC5F89E3CFB8993776DC22AE978, L_3, /*hidden argument*/NULL); } IL_002c: { bool L_4 = FtpWebRequest_InFinalState_m7265E200C6F624D300195E3BA4528986D1269FB6(__this, /*hidden argument*/NULL); if (L_4) { goto IL_005d; } } IL_0034: { FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 7, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = __this->get_requestUri_12(); String_t* L_6 = __this->get_method_31(); FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_7 = (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 *)il2cpp_codegen_object_new(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205_il2cpp_TypeInfo_var); FtpWebResponse__ctor_mEAD8EF85A256E43AFDE1C769FCCF6D22A228ADAB(L_7, __this, L_5, L_6, ((int32_t)552), _stringLiteral240AF118F2416A43862EAB1BE06240E6FFB3434F, /*hidden argument*/NULL); __this->set_ftpResponse_36(L_7); } IL_005d: { IL2CPP_LEAVE(0x69, FINALLY_005f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005f; } FINALLY_005f: { // begin finally (depth: 1) { bool L_8 = V_1; if (!L_8) { goto IL_0068; } } IL_0062: { RuntimeObject * L_9 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_9, /*hidden argument*/NULL); } IL_0068: { IL2CPP_END_FINALLY(95) } } // end finally (depth: 1) IL2CPP_CLEANUP(95) { IL2CPP_JUMP_TBL(0x69, IL_0069) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0069: { return; } } // System.IAsyncResult System.Net.FtpWebRequest::BeginGetResponse(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FtpWebRequest_BeginGetResponse_mE6A43B19053316B4E46AD0678703F6AC11C7BBD5 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_BeginGetResponse_mE6A43B19053316B4E46AD0678703F6AC11C7BBD5_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_0 = __this->get_asyncResult_35(); if (!L_0) { goto IL_0020; } } { FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_1 = __this->get_asyncResult_35(); NullCheck(L_1); bool L_2 = FtpAsyncResult_get_IsCompleted_m8DD6A535074516E8CF8CCBAF395EA828D73816E7(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0020; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, _stringLiteralDDE3CAADF1DECA83359DDFAB22D3E521EC8AF534, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, FtpWebRequest_BeginGetResponse_mE6A43B19053316B4E46AD0678703F6AC11C7BBD5_RuntimeMethod_var); } IL_0020: { FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448(__this, /*hidden argument*/NULL); AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_4 = ___callback0; RuntimeObject * L_5 = ___state1; FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_6 = (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 *)il2cpp_codegen_object_new(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3_il2cpp_TypeInfo_var); FtpAsyncResult__ctor_mD5DCF150E676F2C987D5429910F2E5AFF525F3C2(L_6, L_4, L_5, /*hidden argument*/NULL); __this->set_asyncResult_35(L_6); RuntimeObject * L_7 = __this->get_locker_33(); V_0 = L_7; V_1 = (bool)0; } IL_003c: try { // begin try (depth: 1) { RuntimeObject * L_8 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_8, (bool*)(&V_1), /*hidden argument*/NULL); bool L_9 = FtpWebRequest_InFinalState_m7265E200C6F624D300195E3BA4528986D1269FB6(__this, /*hidden argument*/NULL); if (!L_9) { goto IL_0060; } } IL_004c: { FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_10 = __this->get_asyncResult_35(); FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_11 = __this->get_ftpResponse_36(); NullCheck(L_10); FtpAsyncResult_SetCompleted_m5CDB4ABAF063E7D511DBB69F6D6700D96ABA9E3D(L_10, (bool)1, L_11, /*hidden argument*/NULL); IL2CPP_LEAVE(0x98, FINALLY_008e); } IL_0060: { int32_t L_12 = FtpWebRequest_get_State_mAE91E31E999A0B10CE3CB3BEDCF103DA3FE26D3D(__this, /*hidden argument*/NULL); if (L_12) { goto IL_006f; } } IL_0068: { FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 1, /*hidden argument*/NULL); } IL_006f: { ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * L_13 = (ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF *)il2cpp_codegen_object_new(ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF_il2cpp_TypeInfo_var); ThreadStart__ctor_m692348FEAEBAF381D62984EE95B217CC024A77D5(L_13, __this, (intptr_t)((intptr_t)FtpWebRequest_ProcessRequest_mC53550C545A65C2DBCD5E16C18F1CDCF7F38C36E_RuntimeMethod_var), /*hidden argument*/NULL); Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_14 = (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)il2cpp_codegen_object_new(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var); Thread__ctor_m36A33B990160C4499E991D288341CA325AE66DDD(L_14, L_13, /*hidden argument*/NULL); Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_15 = L_14; NullCheck(L_15); Thread_set_IsBackground_mF62551A195DCB09D44E512F52916145E39362D39(L_15, (bool)1, /*hidden argument*/NULL); NullCheck(L_15); Thread_Start_mE2AC4744AFD147FDC84E8D9317B4E3AB890BC2D6(L_15, /*hidden argument*/NULL); IL2CPP_LEAVE(0x98, FINALLY_008e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008e; } FINALLY_008e: { // begin finally (depth: 1) { bool L_16 = V_1; if (!L_16) { goto IL_0097; } } IL_0091: { RuntimeObject * L_17 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_17, /*hidden argument*/NULL); } IL_0097: { IL2CPP_END_FINALLY(142) } } // end finally (depth: 1) IL2CPP_CLEANUP(142) { IL2CPP_JUMP_TBL(0x98, IL_0098) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0098: { FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_18 = __this->get_asyncResult_35(); return L_18; } } // System.Net.WebResponse System.Net.FtpWebRequest::EndGetResponse(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * FtpWebRequest_EndGetResponse_m49797B90C1534EC441A7C992D95A7BD214CFFC5A (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_EndGetResponse_m49797B90C1534EC441A7C992D95A7BD214CFFC5A_MetadataUsageId); s_Il2CppMethodInitialized = true; } FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * V_0 = NULL; { RuntimeObject* L_0 = ___asyncResult0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral49B7551A883BCE52B41B634D0B3DAAC21A6D8033, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, FtpWebRequest_EndGetResponse_m49797B90C1534EC441A7C992D95A7BD214CFFC5A_RuntimeMethod_var); } IL_000e: { RuntimeObject* L_2 = ___asyncResult0; if (!((FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 *)IsInstClass((RuntimeObject*)L_2, FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3_il2cpp_TypeInfo_var))) { goto IL_001f; } } { RuntimeObject* L_3 = ___asyncResult0; FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_4 = __this->get_asyncResult_35(); if ((((RuntimeObject*)(RuntimeObject*)L_3) == ((RuntimeObject*)(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 *)L_4))) { goto IL_002a; } } IL_001f: { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, _stringLiteralAF6425AC7E06625C8E037F9115F3A0A57F6AD7EE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, FtpWebRequest_EndGetResponse_m49797B90C1534EC441A7C992D95A7BD214CFFC5A_RuntimeMethod_var); } IL_002a: { RuntimeObject* L_6 = ___asyncResult0; V_0 = ((FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 *)CastclassClass((RuntimeObject*)L_6, FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3_il2cpp_TypeInfo_var)); FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_7 = V_0; int32_t L_8 = __this->get_timeout_24(); NullCheck(L_7); bool L_9 = FtpAsyncResult_WaitUntilComplete_mB0A55CC17C7AF43C3E92D3CFBA32D9BD4A13DC3E(L_7, L_8, (bool)0, /*hidden argument*/NULL); if (L_9) { goto IL_0053; } } { VirtActionInvoker0::Invoke(22 /* System.Void System.Net.WebRequest::Abort() */, __this); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_10 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_10, _stringLiteral45D9C92D21A59AD29945BAB4A3CC15EE6489F7D5, ((int32_t)14), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, FtpWebRequest_EndGetResponse_m49797B90C1534EC441A7C992D95A7BD214CFFC5A_RuntimeMethod_var); } IL_0053: { FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448(__this, /*hidden argument*/NULL); ___asyncResult0 = (RuntimeObject*)NULL; FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_11 = V_0; NullCheck(L_11); bool L_12 = FtpAsyncResult_get_GotException_mAC09EE00EE24A4BE52C8117CEE71D8B22478C241(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_006b; } } { FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_13 = V_0; NullCheck(L_13); Exception_t * L_14 = FtpAsyncResult_get_Exception_m0CF10C4FA3504A36AFEDFC554D69B14A86456DFB(L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, FtpWebRequest_EndGetResponse_m49797B90C1534EC441A7C992D95A7BD214CFFC5A_RuntimeMethod_var); } IL_006b: { FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_15 = V_0; NullCheck(L_15); FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_16 = FtpAsyncResult_get_Response_mE18C57EB29F762D942BAC2737C3E005444CE96A0(L_15, /*hidden argument*/NULL); return L_16; } } // System.Net.WebResponse System.Net.FtpWebRequest::GetResponse() extern "C" IL2CPP_METHOD_ATTR WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * FtpWebRequest_GetResponse_m57C04A16B9E8D09980AEB3B001424DC8C9606D94 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = VirtFuncInvoker2< RuntimeObject*, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *, RuntimeObject * >::Invoke(20 /* System.IAsyncResult System.Net.WebRequest::BeginGetResponse(System.AsyncCallback,System.Object) */, __this, (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)NULL, NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_2 = VirtFuncInvoker1< WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *, RuntimeObject* >::Invoke(21 /* System.Net.WebResponse System.Net.WebRequest::EndGetResponse(System.IAsyncResult) */, __this, L_1); return L_2; } } // System.Net.ServicePoint System.Net.FtpWebRequest::GetServicePoint() extern "C" IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * FtpWebRequest_GetServicePoint_m694D1A7B63F66B08E4C63E056D1C85130862801B (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_GetServicePoint_m694D1A7B63F66B08E4C63E056D1C85130862801B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_0 = __this->get_servicePoint_14(); if (L_0) { goto IL_001f; } } { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = __this->get_requestUri_12(); RuntimeObject* L_2 = __this->get_proxy_23(); IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var); ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_3 = ServicePointManager_FindServicePoint_m9941E847AA8745D9CEC1CCB2559BD0348B3B58BF(L_1, L_2, /*hidden argument*/NULL); __this->set_servicePoint_14(L_3); } IL_001f: { ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_4 = __this->get_servicePoint_14(); return L_4; } } // System.Void System.Net.FtpWebRequest::ResolveHost() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_ResolveHost_mD451D8BE1720AD61B3883DA5DC9A38E7A1BF8CBF (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_ResolveHost_mD451D8BE1720AD61B3883DA5DC9A38E7A1BF8CBF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448(__this, /*hidden argument*/NULL); ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_0 = FtpWebRequest_GetServicePoint_m694D1A7B63F66B08E4C63E056D1C85130862801B(__this, /*hidden argument*/NULL); NullCheck(L_0); IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_1 = ServicePoint_get_HostEntry_m4E5041ADAA7460C26495A44337032E9732B49A74(L_0, /*hidden argument*/NULL); __this->set_hostEntry_20(L_1); IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_2 = __this->get_hostEntry_20(); if (L_2) { goto IL_0057; } } { FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_3 = __this->get_ftpResponse_36(); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_4 = (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 *)il2cpp_codegen_object_new(FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876_il2cpp_TypeInfo_var); FtpStatus__ctor_mC95929791FE1B1A415BA073ABA99B040B8E30092(L_4, ((int32_t)451), _stringLiteral74445F4C7B17E5B88465751CFFDA63D2A87ED653, /*hidden argument*/NULL); NullCheck(L_3); FtpWebResponse_UpdateStatus_m63E1E366CDEADBF20BD30D41CB77E9B723EAE355(L_3, L_4, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = __this->get_requestUri_12(); String_t* L_6 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteralDE7CD5823C33B39B65D269DFDE87F91332DF120F, L_5, /*hidden argument*/NULL); FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_7 = __this->get_ftpResponse_36(); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_8 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_8, L_6, (Exception_t *)NULL, 1, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, FtpWebRequest_ResolveHost_mD451D8BE1720AD61B3883DA5DC9A38E7A1BF8CBF_RuntimeMethod_var); } IL_0057: { return; } } // System.Void System.Net.FtpWebRequest::ProcessRequest() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_ProcessRequest_mC53550C545A65C2DBCD5E16C18F1CDCF7F38C36E (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_ProcessRequest_mC53550C545A65C2DBCD5E16C18F1CDCF7F38C36E_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { int32_t L_0 = FtpWebRequest_get_State_mAE91E31E999A0B10CE3CB3BEDCF103DA3FE26D3D(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_005f; } } { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = __this->get_requestUri_12(); String_t* L_2 = __this->get_method_31(); bool L_3 = __this->get_keepAlive_30(); FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_4 = (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 *)il2cpp_codegen_object_new(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205_il2cpp_TypeInfo_var); FtpWebResponse__ctor_mDA2BCCB288F43E4C85DE4B3CC3946278C0D552A5(L_4, __this, L_1, L_2, L_3, /*hidden argument*/NULL); __this->set_ftpResponse_36(L_4); } IL_0027: try { // begin try (depth: 1) FtpWebRequest_ProcessMethod_mC9EABE7E320BA557675B3C6C790CF602DAA4B461(__this, /*hidden argument*/NULL); FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_5 = __this->get_asyncResult_35(); FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_6 = __this->get_ftpResponse_36(); NullCheck(L_5); FtpAsyncResult_SetCompleted_m5CDB4ABAF063E7D511DBB69F6D6700D96ABA9E3D(L_5, (bool)0, L_6, /*hidden argument*/NULL); goto IL_00a0; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0041; throw e; } CATCH_0041: { // begin catch(System.Exception) { V_0 = ((Exception_t *)__exception_local); ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_7 = FtpWebRequest_GetServicePoint_m694D1A7B63F66B08E4C63E056D1C85130862801B(__this, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = ServicePoint_get_UsesProxy_mE9FA562F253495145951E40663A0020A81C4E0B2(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0056; } } IL_004f: { FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 8, /*hidden argument*/NULL); } IL_0056: { Exception_t * L_9 = V_0; FtpWebRequest_SetCompleteWithError_mCAD8855318D9C05C6D2EFF0CA58C964AD0EC47A5(__this, L_9, /*hidden argument*/NULL); goto IL_00a0; } } // end catch (depth: 1) IL_005f: { bool L_10 = FtpWebRequest_InProgress_mB3C30F4635E943E86ACD2B89EB10E203409A32F5(__this, /*hidden argument*/NULL); if (!L_10) { goto IL_008e; } } { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_11 = FtpWebRequest_GetResponseStatus_mE6AE01C7632FFB197CC1BC42FF298CE84C4CAA71(__this, /*hidden argument*/NULL); V_1 = L_11; FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_12 = __this->get_ftpResponse_36(); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_13 = V_1; NullCheck(L_12); FtpWebResponse_UpdateStatus_m63E1E366CDEADBF20BD30D41CB77E9B723EAE355(L_12, L_13, /*hidden argument*/NULL); FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_14 = __this->get_ftpResponse_36(); NullCheck(L_14); bool L_15 = FtpWebResponse_IsFinal_m0D47181A2DB04567196AD438FE81EB7C102ED5D5(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_008e; } } { FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 6, /*hidden argument*/NULL); } IL_008e: { FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_16 = __this->get_asyncResult_35(); FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_17 = __this->get_ftpResponse_36(); NullCheck(L_16); FtpAsyncResult_SetCompleted_m5CDB4ABAF063E7D511DBB69F6D6700D96ABA9E3D(L_16, (bool)0, L_17, /*hidden argument*/NULL); } IL_00a0: { return; } } // System.Void System.Net.FtpWebRequest::SetType() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_SetType_m66589B1AFB2130C24277BA3B79DE3A1F4EE8BE42 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_SetType_m66589B1AFB2130C24277BA3B79DE3A1F4EE8BE42_MetadataUsageId); s_Il2CppMethodInitialized = true; } FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * V_0 = NULL; { bool L_0 = __this->get_binary_27(); if (!L_0) { goto IL_0045; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1; String_t* L_3 = FtpWebRequest_get_DataType_m54415C5105533554C3EAF93B27601FFA92053BBD(__this, /*hidden argument*/NULL); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_4 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, _stringLiteral6E9816A8E9D0388EECDB52866188C04E75E4B1B3, L_2, /*hidden argument*/NULL); V_0 = L_4; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)((int32_t)200)))) { goto IL_003d; } } { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) < ((int32_t)((int32_t)300)))) { goto IL_0045; } } IL_003d: { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_9 = V_0; Exception_t * L_10 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, FtpWebRequest_SetType_m66589B1AFB2130C24277BA3B79DE3A1F4EE8BE42_RuntimeMethod_var); } IL_0045: { return; } } // System.String System.Net.FtpWebRequest::GetRemoteFolderPath(System.Uri) extern "C" IL2CPP_METHOD_ATTR String_t* FtpWebRequest_GetRemoteFolderPath_mE31E9E8EF80FB88D0EC39522F273B8015021FB96 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_GetRemoteFolderPath_mE31E9E8EF80FB88D0EC39522F273B8015021FB96_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0; NullCheck(L_0); String_t* L_1 = Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); String_t* L_2 = Uri_UnescapeDataString_mE1F40FC5CA3FF03DEE9EB01E3D8BD502D36A284D(L_1, /*hidden argument*/NULL); V_1 = L_2; String_t* L_3 = __this->get_initial_path_38(); if (!L_3) { goto IL_0026; } } { String_t* L_4 = __this->get_initial_path_38(); bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL); if (!L_5) { goto IL_002a; } } IL_0026: { String_t* L_6 = V_1; V_0 = L_6; goto IL_0075; } IL_002a: { String_t* L_7 = V_1; NullCheck(L_7); Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)47))))) { goto IL_003d; } } { String_t* L_9 = V_1; NullCheck(L_9); String_t* L_10 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_9, 1, /*hidden argument*/NULL); V_1 = L_10; } IL_003d: { UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * L_11 = (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 *)il2cpp_codegen_object_new(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905_il2cpp_TypeInfo_var); UriBuilder__ctor_mFC8729DAB4291B5B6500207C85DCB3985B46BB52(L_11, /*hidden argument*/NULL); UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * L_12 = L_11; NullCheck(L_12); UriBuilder_set_Scheme_mD20C10C2D43C0C2C96D9098BE4331D46FCC45921(L_12, _stringLiteral7616BB87BD05F6439E3672BA1B2BE55D5BEB68B3, /*hidden argument*/NULL); UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * L_13 = L_12; NullCheck(L_13); UriBuilder_set_Host_m7213BE98F62DE6A099EA8EEFF479949C5F1EA680(L_13, _stringLiteralB10CF8B1502CF42A8B7387392AA7097048C9ACB6, /*hidden argument*/NULL); UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * L_14 = L_13; String_t* L_15 = __this->get_initial_path_38(); NullCheck(L_14); UriBuilder_set_Path_mB5E891CD6B419F1310178B20F5E47E49D0F828E8(L_14, L_15, /*hidden argument*/NULL); NullCheck(L_14); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_16 = UriBuilder_get_Uri_mDCABA4CD1D05D4B9C4CBA063BC7CA94EE6CCC631(L_14, /*hidden argument*/NULL); String_t* L_17 = V_1; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_18 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E(L_18, L_16, L_17, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_19 = Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0(L_18, /*hidden argument*/NULL); V_0 = L_19; } IL_0075: { String_t* L_20 = V_0; NullCheck(L_20); int32_t L_21 = String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59(L_20, ((int32_t)47), /*hidden argument*/NULL); V_2 = L_21; int32_t L_22 = V_2; if ((!(((uint32_t)L_22) == ((uint32_t)(-1))))) { goto IL_0084; } } { return (String_t*)NULL; } IL_0084: { String_t* L_23 = V_0; int32_t L_24 = V_2; NullCheck(L_23); String_t* L_25 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_23, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)), /*hidden argument*/NULL); return L_25; } } // System.Void System.Net.FtpWebRequest::CWDAndSetFileName(System.Uri) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CWDAndSetFileName_m3FA0ED89F9E45000C3D4B3EAA84F1C69AC82D651 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_CWDAndSetFileName_m3FA0ED89F9E45000C3D4B3EAA84F1C69AC82D651_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * V_1 = NULL; int32_t V_2 = 0; { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0; String_t* L_1 = FtpWebRequest_GetRemoteFolderPath_mE31E9E8EF80FB88D0EC39522F273B8015021FB96(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; if (!L_2) { goto IL_006e; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3; String_t* L_5 = V_0; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (String_t*)L_5); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_6 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, _stringLiteral2C96E0206AB9AD2A0FAD4F5144E786D6EE16C28A, L_4, /*hidden argument*/NULL); V_1 = L_6; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_7 = V_1; NullCheck(L_7); int32_t L_8 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) < ((int32_t)((int32_t)200)))) { goto IL_003b; } } { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_9 = V_1; NullCheck(L_9); int32_t L_10 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) < ((int32_t)((int32_t)300)))) { goto IL_0043; } } IL_003b: { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_11 = V_1; Exception_t * L_12 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, FtpWebRequest_CWDAndSetFileName_m3FA0ED89F9E45000C3D4B3EAA84F1C69AC82D651_RuntimeMethod_var); } IL_0043: { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_13 = ___uri0; NullCheck(L_13); String_t* L_14 = Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0(L_13, /*hidden argument*/NULL); NullCheck(L_14); int32_t L_15 = String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59(L_14, ((int32_t)47), /*hidden argument*/NULL); V_2 = L_15; int32_t L_16 = V_2; if ((((int32_t)L_16) < ((int32_t)0))) { goto IL_006e; } } { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_17 = ___uri0; NullCheck(L_17); String_t* L_18 = Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0(L_17, /*hidden argument*/NULL); int32_t L_19 = V_2; NullCheck(L_18); String_t* L_20 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); String_t* L_21 = Uri_UnescapeDataString_mE1F40FC5CA3FF03DEE9EB01E3D8BD502D36A284D(L_20, /*hidden argument*/NULL); __this->set_file_name_13(L_21); } IL_006e: { return; } } // System.Void System.Net.FtpWebRequest::ProcessMethod() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_ProcessMethod_mC9EABE7E320BA557675B3C6C790CF602DAA4B461 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_ProcessMethod_mC9EABE7E320BA557675B3C6C790CF602DAA4B461_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * V_0 = NULL; String_t* V_1 = NULL; uint32_t V_2 = 0; { ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_0 = FtpWebRequest_GetServicePoint_m694D1A7B63F66B08E4C63E056D1C85130862801B(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = ServicePoint_get_UsesProxy_mE9FA562F253495145951E40663A0020A81C4E0B2(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0087; } } { String_t* L_2 = __this->get_method_31(); bool L_3 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_2, _stringLiteralFD35D5A1C8C8B04A6C1D2E2EAB8C4FA15027F731, /*hidden argument*/NULL); if (!L_3) { goto IL_002a; } } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_4 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_4, _stringLiteral08DBD353B54D2F9A28CEE8A0276FB35150FFDC93, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, FtpWebRequest_ProcessMethod_mC9EABE7E320BA557675B3C6C790CF602DAA4B461_RuntimeMethod_var); } IL_002a: { RuntimeObject* L_5 = __this->get_proxy_23(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = __this->get_requestUri_12(); NullCheck(L_5); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_7 = InterfaceFuncInvoker1< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(0 /* System.Uri System.Net.IWebProxy::GetProxy(System.Uri) */, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var, L_5, L_6); IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var); WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_8 = WebRequest_Create_m35EB35D743484ADC1FB4FEB5062B657C849455A9(L_7, /*hidden argument*/NULL); HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_9 = ((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)CastclassClass((RuntimeObject*)L_8, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var)); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_10 = __this->get_requestUri_12(); NullCheck(L_9); HttpWebRequest_set_Address_mCCCDF96D97783479D8B6731B0CCCE0365E3A5414(L_9, L_10, /*hidden argument*/NULL); __this->set_requestState_34(6); NullCheck(L_9); WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_11 = VirtFuncInvoker0< WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * >::Invoke(19 /* System.Net.WebResponse System.Net.WebRequest::GetResponse() */, L_9); V_0 = L_11; FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_12 = __this->get_ftpResponse_36(); WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_13 = V_0; NullCheck(L_13); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_14 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(11 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_13); FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * L_15 = (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 *)il2cpp_codegen_object_new(FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1_il2cpp_TypeInfo_var); FtpDataStream__ctor_mF09B0FF4BE69DC0064E5F36F0218DBEBF5F45242(L_15, __this, L_14, (bool)1, /*hidden argument*/NULL); NullCheck(L_12); FtpWebResponse_set_Stream_mA775583F5D86B8BC121372286E8C38FE25644A26(L_12, L_15, /*hidden argument*/NULL); FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_16 = __this->get_ftpResponse_36(); NullCheck(L_16); FtpWebResponse_set_StatusCode_m989B71AB45CCC1BE2F3DAC64AE2A6FB8BDFBD543(L_16, ((int32_t)200), /*hidden argument*/NULL); return; } IL_0087: { FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 2, /*hidden argument*/NULL); FtpWebRequest_ResolveHost_mD451D8BE1720AD61B3883DA5DC9A38E7A1BF8CBF(__this, /*hidden argument*/NULL); FtpWebRequest_OpenControlConnection_m143BB42EF1FE2277BB50C13608717C5112867050(__this, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_17 = __this->get_requestUri_12(); FtpWebRequest_CWDAndSetFileName_m3FA0ED89F9E45000C3D4B3EAA84F1C69AC82D651(__this, L_17, /*hidden argument*/NULL); FtpWebRequest_SetType_m66589B1AFB2130C24277BA3B79DE3A1F4EE8BE42(__this, /*hidden argument*/NULL); String_t* L_18 = __this->get_method_31(); V_1 = L_18; String_t* L_19 = V_1; uint32_t L_20 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m7C7DB27BC4297A74A96AC53E1EDD3E7415DFB874(L_19, /*hidden argument*/NULL); V_2 = L_20; uint32_t L_21 = V_2; if ((!(((uint32_t)L_21) <= ((uint32_t)((int32_t)1636987420))))) { goto IL_0116; } } { uint32_t L_22 = V_2; if ((!(((uint32_t)L_22) <= ((uint32_t)((int32_t)172932033))))) { goto IL_00f0; } } { uint32_t L_23 = V_2; if ((((int32_t)L_23) == ((int32_t)((int32_t)61167622)))) { goto IL_01c7; } } { uint32_t L_24 = V_2; if ((((int32_t)L_24) == ((int32_t)((int32_t)111500479)))) { goto IL_01b5; } } { uint32_t L_25 = V_2; if ((((int32_t)L_25) == ((int32_t)((int32_t)172932033)))) { goto IL_018b; } } { goto IL_0248; } IL_00f0: { uint32_t L_26 = V_2; if ((((int32_t)L_26) == ((int32_t)((int32_t)540800083)))) { goto IL_0212; } } { uint32_t L_27 = V_2; if ((((int32_t)L_27) == ((int32_t)((int32_t)1414193175)))) { goto IL_0203; } } { uint32_t L_28 = V_2; if ((((int32_t)L_28) == ((int32_t)((int32_t)1636987420)))) { goto IL_01d6; } } { goto IL_0248; } IL_0116: { uint32_t L_29 = V_2; if ((!(((uint32_t)L_29) <= ((uint32_t)((int32_t)-1708872540))))) { goto IL_0141; } } { uint32_t L_30 = V_2; if ((((int32_t)L_30) == ((int32_t)((int32_t)-2104514709)))) { goto IL_01a0; } } { uint32_t L_31 = V_2; if ((((int32_t)L_31) == ((int32_t)((int32_t)-2102073603)))) { goto IL_0221; } } { uint32_t L_32 = V_2; if ((((int32_t)L_32) == ((int32_t)((int32_t)-1708872540)))) { goto IL_01f4; } } { goto IL_0248; } IL_0141: { uint32_t L_33 = V_2; if ((((int32_t)L_33) == ((int32_t)((int32_t)-1165828937)))) { goto IL_01e5; } } { uint32_t L_34 = V_2; if ((((int32_t)L_34) == ((int32_t)((int32_t)-334409030)))) { goto IL_0161; } } { uint32_t L_35 = V_2; if ((((int32_t)L_35) == ((int32_t)((int32_t)-177056040)))) { goto IL_0176; } } { goto IL_0248; } IL_0161: { String_t* L_36 = V_1; bool L_37 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_36, _stringLiteralFD35D5A1C8C8B04A6C1D2E2EAB8C4FA15027F731, /*hidden argument*/NULL); if (L_37) { goto IL_0230; } } { goto IL_0248; } IL_0176: { String_t* L_38 = V_1; bool L_39 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_38, _stringLiteralEEF590EA8E09A0DEC8BF8485DB690A374FACFE2A, /*hidden argument*/NULL); if (L_39) { goto IL_0230; } } { goto IL_0248; } IL_018b: { String_t* L_40 = V_1; bool L_41 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_40, _stringLiteral735CF1665D0FD36F4865E4BC7439ABE369572E04, /*hidden argument*/NULL); if (L_41) { goto IL_0230; } } { goto IL_0248; } IL_01a0: { String_t* L_42 = V_1; bool L_43 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_42, _stringLiteral5273F65411B64BF397DE1959C6F564A72192BE6B, /*hidden argument*/NULL); if (L_43) { goto IL_0238; } } { goto IL_0248; } IL_01b5: { String_t* L_44 = V_1; bool L_45 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_44, _stringLiteral0455F8AC4B1909159BFE3F6E3928F5B40D9B8561, /*hidden argument*/NULL); if (L_45) { goto IL_0238; } } { goto IL_0248; } IL_01c7: { String_t* L_46 = V_1; bool L_47 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_46, _stringLiteralF34BA0AA70B16E4EE008653E46FE1939106E56BC, /*hidden argument*/NULL); if (L_47) { goto IL_0238; } } { goto IL_0248; } IL_01d6: { String_t* L_48 = V_1; bool L_49 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_48, _stringLiteral88087292ED82E26F3EB824D0BFFC05CCF7A30F8D, /*hidden argument*/NULL); if (L_49) { goto IL_0240; } } { goto IL_0248; } IL_01e5: { String_t* L_50 = V_1; bool L_51 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_50, _stringLiteral6A38FD4FCFF02813CE77B3E6A7BB18A4A71406C9, /*hidden argument*/NULL); if (L_51) { goto IL_0240; } } { goto IL_0248; } IL_01f4: { String_t* L_52 = V_1; bool L_53 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_52, _stringLiteralF73E110427648014568F7144031A6D48060EAB0A, /*hidden argument*/NULL); if (L_53) { goto IL_0240; } } { goto IL_0248; } IL_0203: { String_t* L_54 = V_1; bool L_55 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_54, _stringLiteral1665E0819A2B29488E46D6252FD0DD09C4F53C23, /*hidden argument*/NULL); if (L_55) { goto IL_0240; } } { goto IL_0248; } IL_0212: { String_t* L_56 = V_1; bool L_57 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_56, _stringLiteral4756081595FF9366E8B59C094AEBF3DF53A8FC98, /*hidden argument*/NULL); if (L_57) { goto IL_0240; } } { goto IL_0248; } IL_0221: { String_t* L_58 = V_1; bool L_59 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_58, _stringLiteral23D614E8B38A7FAD4D78E4583E371494DCD65714, /*hidden argument*/NULL); if (L_59) { goto IL_0240; } } { goto IL_0248; } IL_0230: { FtpWebRequest_DownloadData_m55106450E3E3F681D5981C546D5DBBA7B71F2DB1(__this, /*hidden argument*/NULL); goto IL_025e; } IL_0238: { FtpWebRequest_UploadData_mFC6158C1FCD99C028CAF774AFCA8E5300BABEC7E(__this, /*hidden argument*/NULL); goto IL_025e; } IL_0240: { FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573(__this, /*hidden argument*/NULL); goto IL_025e; } IL_0248: { String_t* L_60 = __this->get_method_31(); String_t* L_61 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral6EA707797D1BBB27E2551608727598E7F8310E94, L_60, /*hidden argument*/NULL); Exception_t * L_62 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_62, L_61, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_62, NULL, FtpWebRequest_ProcessMethod_mC9EABE7E320BA557675B3C6C790CF602DAA4B461_RuntimeMethod_var); } IL_025e: { FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpWebRequest::CloseControlConnection() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CloseControlConnection_mFAFF520F6D482E69E10DF94D5222DE80D91BD9C9 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_CloseControlConnection_mFAFF520F6D482E69E10DF94D5222DE80D91BD9C9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_controlStream_17(); if (!L_0) { goto IL_002b; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62(/*hidden argument*/Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62_RuntimeMethod_var); FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, _stringLiteral5860C8458788E44E7636FA364548E067049A0D7B, L_1, /*hidden argument*/NULL); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get_controlStream_17(); NullCheck(L_2); VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_2); __this->set_controlStream_17((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL); } IL_002b: { return; } } // System.Void System.Net.FtpWebRequest::CloseDataConnection() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CloseDataConnection_mCEE5CE6EC33BB0F936AE05E6D9333AA31DAC75A3 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_origDataStream_15(); if (!L_0) { goto IL_001a; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_origDataStream_15(); NullCheck(L_1); VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_1); __this->set_origDataStream_15((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL); } IL_001a: { return; } } // System.Void System.Net.FtpWebRequest::CloseConnection() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CloseConnection_m9BC7A24A7A6166ACCC1CACE4CF22CFA6E7BCEC00 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { { FtpWebRequest_CloseControlConnection_mFAFF520F6D482E69E10DF94D5222DE80D91BD9C9(__this, /*hidden argument*/NULL); FtpWebRequest_CloseDataConnection_mCEE5CE6EC33BB0F936AE05E6D9333AA31DAC75A3(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpWebRequest::ProcessSimpleMethod() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_MetadataUsageId); s_Il2CppMethodInitialized = true; } FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int64_t V_5 = 0; int32_t G_B35_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B35_1 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B35_2 = NULL; String_t* G_B35_3 = NULL; FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * G_B35_4 = NULL; int32_t G_B34_0 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B34_1 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B34_2 = NULL; String_t* G_B34_3 = NULL; FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * G_B34_4 = NULL; String_t* G_B36_0 = NULL; int32_t G_B36_1 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B36_2 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B36_3 = NULL; String_t* G_B36_4 = NULL; FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * G_B36_5 = NULL; { FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 5, /*hidden argument*/NULL); String_t* L_0 = __this->get_method_31(); bool L_1 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_0, _stringLiteralF73E110427648014568F7144031A6D48060EAB0A, /*hidden argument*/NULL); if (!L_1) { goto IL_0024; } } { __this->set_method_31(_stringLiteralF73E110427648014568F7144031A6D48060EAB0A); } IL_0024: { String_t* L_2 = __this->get_method_31(); bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteral4756081595FF9366E8B59C094AEBF3DF53A8FC98, /*hidden argument*/NULL); if (!L_3) { goto IL_0041; } } { __this->set_method_31(_stringLiteralE19F651F452D556E37148394C2E69437D02F9429); } IL_0041: { String_t* L_4 = __this->get_method_31(); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_5; String_t* L_7 = __this->get_file_name_13(); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(0), (String_t*)L_7); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_8 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, L_4, L_6, /*hidden argument*/NULL); V_0 = L_8; FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_9 = __this->get_ftpResponse_36(); IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_10 = ((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields*)il2cpp_codegen_static_fields_for(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var))->get_Null_1(); NullCheck(L_9); FtpWebResponse_set_Stream_mA775583F5D86B8BC121372286E8C38FE25644A26(L_9, L_10, /*hidden argument*/NULL); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_11 = V_0; NullCheck(L_11); String_t* L_12 = FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38(L_11, /*hidden argument*/NULL); V_1 = L_12; String_t* L_13 = __this->get_method_31(); V_2 = L_13; String_t* L_14 = V_2; bool L_15 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_14, _stringLiteral88087292ED82E26F3EB824D0BFFC05CCF7A30F8D, /*hidden argument*/NULL); if (L_15) { goto IL_00dd; } } { String_t* L_16 = V_2; bool L_17 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_16, _stringLiteral6A38FD4FCFF02813CE77B3E6A7BB18A4A71406C9, /*hidden argument*/NULL); if (L_17) { goto IL_016e; } } { String_t* L_18 = V_2; bool L_19 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_18, _stringLiteral1665E0819A2B29488E46D6252FD0DD09C4F53C23, /*hidden argument*/NULL); if (L_19) { goto IL_01a5; } } { String_t* L_20 = V_2; bool L_21 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_20, _stringLiteral2C96E0206AB9AD2A0FAD4F5144E786D6EE16C28A, /*hidden argument*/NULL); if (L_21) { goto IL_01bd; } } { String_t* L_22 = V_2; bool L_23 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_22, _stringLiteralE19F651F452D556E37148394C2E69437D02F9429, /*hidden argument*/NULL); if (L_23) { goto IL_0204; } } { String_t* L_24 = V_2; bool L_25 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_24, _stringLiteral23D614E8B38A7FAD4D78E4583E371494DCD65714, /*hidden argument*/NULL); if (L_25) { goto IL_0263; } } { goto IL_0278; } IL_00dd: { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_26 = V_0; NullCheck(L_26); int32_t L_27 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_26, /*hidden argument*/NULL); if ((((int32_t)L_27) == ((int32_t)((int32_t)213)))) { goto IL_00f2; } } { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_28 = V_0; Exception_t * L_29 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, NULL, FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_RuntimeMethod_var); } IL_00f2: { V_3 = 4; V_4 = 0; goto IL_0103; } IL_00f9: { int32_t L_30 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); int32_t L_31 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0103: { int32_t L_32 = V_3; String_t* L_33 = V_1; NullCheck(L_33); int32_t L_34 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_33, /*hidden argument*/NULL); if ((((int32_t)L_32) >= ((int32_t)L_34))) { goto IL_011a; } } { String_t* L_35 = V_1; int32_t L_36 = V_3; NullCheck(L_35); Il2CppChar L_37 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_35, L_36, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); bool L_38 = Char_IsDigit_m29508E0B60DAE54350BDC3DED0D42895DBA4087E(L_37, /*hidden argument*/NULL); if (L_38) { goto IL_00f9; } } IL_011a: { int32_t L_39 = V_4; if (L_39) { goto IL_0134; } } { String_t* L_40 = __this->get_method_31(); String_t* L_41 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralAE63E40E79C41B51AD77C929AF72404A444197F2, L_40, /*hidden argument*/NULL); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_42 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_m8F6829889F5E750BCF48159ADDFC37DF38825C42(L_42, L_41, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, NULL, FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_RuntimeMethod_var); } IL_0134: { String_t* L_43 = V_1; int32_t L_44 = V_4; NullCheck(L_43); String_t* L_45 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_43, 4, L_44, /*hidden argument*/NULL); bool L_46 = Int64_TryParse_m5C60567D82BACC7D9C18F7A9A83025FC94AD0E95(L_45, (int64_t*)(&V_5), /*hidden argument*/NULL); if (L_46) { goto IL_015c; } } { String_t* L_47 = __this->get_method_31(); String_t* L_48 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralAE63E40E79C41B51AD77C929AF72404A444197F2, L_47, /*hidden argument*/NULL); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_49 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_m8F6829889F5E750BCF48159ADDFC37DF38825C42(L_49, L_48, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, NULL, FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_RuntimeMethod_var); } IL_015c: { FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_50 = __this->get_ftpResponse_36(); int64_t L_51 = V_5; NullCheck(L_50); L_50->set_contentLength_12(L_51); goto IL_0278; } IL_016e: { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_52 = V_0; NullCheck(L_52); int32_t L_53 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_52, /*hidden argument*/NULL); if ((((int32_t)L_53) == ((int32_t)((int32_t)213)))) { goto IL_0183; } } { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_54 = V_0; Exception_t * L_55 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_54, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, NULL, FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_RuntimeMethod_var); } IL_0183: { FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_56 = __this->get_ftpResponse_36(); String_t* L_57 = V_1; NullCheck(L_57); String_t* L_58 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_57, 4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_59 = DateTime_ParseExact_m4F38666EAE122CB8C743160778696BA78B659C56(L_58, _stringLiteral30225E8B618765B7204DCA93D2D248C64177E912, (RuntimeObject*)NULL, /*hidden argument*/NULL); NullCheck(L_56); FtpWebResponse_set_LastModified_mB6EDC20C4EB44B35E8C52C8532C80631EAF6C78D(L_56, L_59, /*hidden argument*/NULL); goto IL_0278; } IL_01a5: { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_60 = V_0; NullCheck(L_60); int32_t L_61 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_60, /*hidden argument*/NULL); if ((((int32_t)L_61) == ((int32_t)((int32_t)257)))) { goto IL_0278; } } { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_62 = V_0; Exception_t * L_63 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_62, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, NULL, FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_RuntimeMethod_var); } IL_01bd: { __this->set_method_31(_stringLiteralF73E110427648014568F7144031A6D48060EAB0A); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_64 = V_0; NullCheck(L_64); int32_t L_65 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_64, /*hidden argument*/NULL); if ((((int32_t)L_65) == ((int32_t)((int32_t)250)))) { goto IL_01dd; } } { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_66 = V_0; Exception_t * L_67 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_66, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_67, NULL, FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_RuntimeMethod_var); } IL_01dd: { String_t* L_68 = __this->get_method_31(); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_69 = Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62(/*hidden argument*/Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62_RuntimeMethod_var); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_70 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, L_68, L_69, /*hidden argument*/NULL); V_0 = L_70; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_71 = V_0; NullCheck(L_71); int32_t L_72 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_71, /*hidden argument*/NULL); if ((((int32_t)L_72) == ((int32_t)((int32_t)257)))) { goto IL_0278; } } { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_73 = V_0; Exception_t * L_74 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_73, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_74, NULL, FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_RuntimeMethod_var); } IL_0204: { __this->set_method_31(_stringLiteral4756081595FF9366E8B59C094AEBF3DF53A8FC98); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_75 = V_0; NullCheck(L_75); int32_t L_76 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_75, /*hidden argument*/NULL); if ((((int32_t)L_76) == ((int32_t)((int32_t)350)))) { goto IL_0224; } } { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_77 = V_0; Exception_t * L_78 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_77, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_78, NULL, FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_RuntimeMethod_var); } IL_0224: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_79 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_80 = L_79; String_t* L_81 = __this->get_renameTo_32(); G_B34_0 = 0; G_B34_1 = L_80; G_B34_2 = L_80; G_B34_3 = _stringLiteral9D29977C73C8784F355CB9576D15D60DED3D52E1; G_B34_4 = __this; if (L_81) { G_B35_0 = 0; G_B35_1 = L_80; G_B35_2 = L_80; G_B35_3 = _stringLiteral9D29977C73C8784F355CB9576D15D60DED3D52E1; G_B35_4 = __this; goto IL_0241; } } { String_t* L_82 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B36_0 = L_82; G_B36_1 = G_B34_0; G_B36_2 = G_B34_1; G_B36_3 = G_B34_2; G_B36_4 = G_B34_3; G_B36_5 = G_B34_4; goto IL_0247; } IL_0241: { String_t* L_83 = __this->get_renameTo_32(); G_B36_0 = L_83; G_B36_1 = G_B35_0; G_B36_2 = G_B35_1; G_B36_3 = G_B35_2; G_B36_4 = G_B35_3; G_B36_5 = G_B35_4; } IL_0247: { NullCheck(G_B36_2); ArrayElementTypeCheck (G_B36_2, G_B36_0); (G_B36_2)->SetAt(static_cast(G_B36_1), (String_t*)G_B36_0); NullCheck(G_B36_5); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_84 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(G_B36_5, G_B36_4, G_B36_3, /*hidden argument*/NULL); V_0 = L_84; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_85 = V_0; NullCheck(L_85); int32_t L_86 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_85, /*hidden argument*/NULL); if ((((int32_t)L_86) == ((int32_t)((int32_t)250)))) { goto IL_0278; } } { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_87 = V_0; Exception_t * L_88 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_87, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_88, NULL, FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_RuntimeMethod_var); } IL_0263: { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_89 = V_0; NullCheck(L_89); int32_t L_90 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_89, /*hidden argument*/NULL); if ((((int32_t)L_90) == ((int32_t)((int32_t)250)))) { goto IL_0278; } } { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_91 = V_0; Exception_t * L_92 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_91, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_92, NULL, FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_RuntimeMethod_var); } IL_0278: { FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 6, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpWebRequest::UploadData() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_UploadData_mFC6158C1FCD99C028CAF774AFCA8E5300BABEC7E (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_UploadData_mFC6158C1FCD99C028CAF774AFCA8E5300BABEC7E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 4, /*hidden argument*/NULL); FtpWebRequest_OpenDataConnection_mEB04E52AE7262CDDE0D9006380562C346C61F053(__this, /*hidden argument*/NULL); FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 5, /*hidden argument*/NULL); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_dataStream_16(); FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * L_1 = (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 *)il2cpp_codegen_object_new(FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1_il2cpp_TypeInfo_var); FtpDataStream__ctor_mF09B0FF4BE69DC0064E5F36F0218DBEBF5F45242(L_1, __this, L_0, (bool)0, /*hidden argument*/NULL); __this->set_requestStream_37(L_1); FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_2 = __this->get_asyncResult_35(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = __this->get_requestStream_37(); NullCheck(L_2); FtpAsyncResult_set_Stream_m579BE18BE605BAD98105FD37B4A0C3CAA5FD8BD0(L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpWebRequest::DownloadData() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_DownloadData_m55106450E3E3F681D5981C546D5DBBA7B71F2DB1 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_DownloadData_m55106450E3E3F681D5981C546D5DBBA7B71F2DB1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 4, /*hidden argument*/NULL); FtpWebRequest_OpenDataConnection_mEB04E52AE7262CDDE0D9006380562C346C61F053(__this, /*hidden argument*/NULL); FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 5, /*hidden argument*/NULL); FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_0 = __this->get_ftpResponse_36(); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_dataStream_16(); FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * L_2 = (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 *)il2cpp_codegen_object_new(FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1_il2cpp_TypeInfo_var); FtpDataStream__ctor_mF09B0FF4BE69DC0064E5F36F0218DBEBF5F45242(L_2, __this, L_1, (bool)1, /*hidden argument*/NULL); NullCheck(L_0); FtpWebResponse_set_Stream_mA775583F5D86B8BC121372286E8C38FE25644A26(L_0, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpWebRequest::CheckRequestStarted() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CheckRequestStarted_mE2F7C55F1C2336F72427F555928407B422CDA9FC (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_CheckRequestStarted_mE2F7C55F1C2336F72427F555928407B422CDA9FC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = FtpWebRequest_get_State_mAE91E31E999A0B10CE3CB3BEDCF103DA3FE26D3D(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, _stringLiteralE16310C1DF343ABDBC857B3B6F3F7CC31CE433FE, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, FtpWebRequest_CheckRequestStarted_mE2F7C55F1C2336F72427F555928407B422CDA9FC_RuntimeMethod_var); } IL_0013: { return; } } // System.Void System.Net.FtpWebRequest::OpenControlConnection() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_OpenControlConnection_m143BB42EF1FE2277BB50C13608717C5112867050 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_OpenControlConnection_m143BB42EF1FE2277BB50C13608717C5112867050_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * V_1 = NULL; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * V_2 = NULL; IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* V_3 = NULL; int32_t V_4 = 0; IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * 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); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { V_0 = (Exception_t *)NULL; V_1 = (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)NULL; IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_0 = __this->get_hostEntry_20(); NullCheck(L_0); IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_1 = IPHostEntry_get_AddressList_m975824502A0B08158C90378007A1E3B6AEFCBE56(L_0, /*hidden argument*/NULL); V_3 = L_1; V_4 = 0; goto IL_0091; } IL_0015: { IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_2 = V_3; int32_t L_3 = V_4; NullCheck(L_2); int32_t L_4 = L_3; IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_5 = (L_2)->GetAt(static_cast(L_4)); V_5 = L_5; IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_6 = V_5; NullCheck(L_6); int32_t L_7 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693(L_6, /*hidden argument*/NULL); Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_8 = (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)il2cpp_codegen_object_new(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var); Socket__ctor_mE89CA86721C20DB5F3D00D3E6340A17C039A8F83(L_8, L_7, 1, 6, /*hidden argument*/NULL); V_1 = L_8; IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_9 = V_5; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_10 = __this->get_requestUri_12(); NullCheck(L_10); int32_t L_11 = Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C(L_10, /*hidden argument*/NULL); IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_12 = (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)il2cpp_codegen_object_new(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var); IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845(L_12, L_9, L_11, /*hidden argument*/NULL); __this->set_remoteEndPoint_22(L_12); ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_13 = FtpWebRequest_get_ServicePoint_m9905A072551D262F6125C6F805186887E3E564BB(__this, /*hidden argument*/NULL); Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_14 = V_1; IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_15 = __this->get_remoteEndPoint_22(); NullCheck(L_13); bool L_16 = ServicePoint_CallEndPointDelegate_m4F7022C05DDBEC54192935519387B7D7022F1EB3(L_13, L_14, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0060; } } { Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_17 = V_1; NullCheck(L_17); Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_17, /*hidden argument*/NULL); V_1 = (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)NULL; goto IL_008b; } IL_0060: { } IL_0061: try { // begin try (depth: 1) Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_18 = V_1; IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_19 = __this->get_remoteEndPoint_22(); NullCheck(L_18); Socket_Connect_m06F14E236617A4BA22146BEC4334E24ED39D8536(L_18, L_19, /*hidden argument*/NULL); Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_20 = V_1; NullCheck(L_20); EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_21 = Socket_get_LocalEndPoint_m5BA68FA5F390F1F8913FA78F919FD9364B669E9C(L_20, /*hidden argument*/NULL); __this->set_localEndPoint_21(((IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)CastclassClass((RuntimeObject*)L_21, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var))); goto IL_009b; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0080; throw e; } CATCH_0080: { // begin catch(System.Net.Sockets.SocketException) V_0 = ((SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)__exception_local); Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_22 = V_1; NullCheck(L_22); Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_22, /*hidden argument*/NULL); V_1 = (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)NULL; goto IL_008b; } // end catch (depth: 1) IL_008b: { int32_t L_23 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0091: { int32_t L_24 = V_4; IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_25 = V_3; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length))))))) { goto IL_0015; } } IL_009b: { Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_26 = V_1; if (L_26) { goto IL_00b2; } } { Exception_t * L_27 = V_0; FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_28 = __this->get_ftpResponse_36(); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_29 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_29, _stringLiteral9C75315090E3B05CD3A7DA58F554343216F55A85, L_27, ((int32_t)16), L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, NULL, FtpWebRequest_OpenControlConnection_m143BB42EF1FE2277BB50C13608717C5112867050_RuntimeMethod_var); } IL_00b2: { Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_30 = V_1; NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * L_31 = (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA *)il2cpp_codegen_object_new(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA_il2cpp_TypeInfo_var); NetworkStream__ctor_mF392CFFC6F5768612164FBD9C3041D7269FEDF62(L_31, L_30, /*hidden argument*/NULL); __this->set_controlStream_17(L_31); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_32 = __this->get_controlStream_17(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_33 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL); StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_34 = (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E *)il2cpp_codegen_object_new(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_il2cpp_TypeInfo_var); StreamReader__ctor_mF319C927A1274118E912D93F2EB2AAE4DA17E3DC(L_34, L_32, L_33, /*hidden argument*/NULL); __this->set_controlReader_18(L_34); FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 3, /*hidden argument*/NULL); FtpWebRequest_Authenticate_m6B9F5FFB6B0EBE3F4A0584F25C998AB9F4D71F47(__this, /*hidden argument*/NULL); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_35 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_36 = L_35; NullCheck(L_36); ArrayElementTypeCheck (L_36, _stringLiteral81F0C4AB9B5679964EAB3692A28C6DAA905D6FC9); (L_36)->SetAt(static_cast(0), (String_t*)_stringLiteral81F0C4AB9B5679964EAB3692A28C6DAA905D6FC9); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_37 = L_36; NullCheck(L_37); ArrayElementTypeCheck (L_37, _stringLiteralDB3D405B10675998C030223177D42E71B4E7A312); (L_37)->SetAt(static_cast(1), (String_t*)_stringLiteralDB3D405B10675998C030223177D42E71B4E7A312); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_38 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, _stringLiteral1D9DD6D4AA75F897343C457647B1F68FDEDAF330, L_37, /*hidden argument*/NULL); V_2 = L_38; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_39 = V_2; NullCheck(L_39); int32_t L_40 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_39, /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)((int32_t)200)))) { goto IL_011d; } } { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_41 = V_2; NullCheck(L_41); int32_t L_42 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_41, /*hidden argument*/NULL); if ((((int32_t)L_42) <= ((int32_t)((int32_t)300)))) { goto IL_012a; } } IL_011d: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_43 = Encoding_get_Default_m625C78C2A9A8504B8BA4141994412513DC470CE2(/*hidden argument*/NULL); __this->set_dataEncoding_40(L_43); goto IL_0135; } IL_012a: { Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_44 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL); __this->set_dataEncoding_40(L_44); } IL_0135: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_45 = Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62(/*hidden argument*/Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62_RuntimeMethod_var); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_46 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, _stringLiteralF73E110427648014568F7144031A6D48060EAB0A, L_45, /*hidden argument*/NULL); V_2 = L_46; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_47 = V_2; IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_il2cpp_TypeInfo_var); String_t* L_48 = FtpWebRequest_GetInitialPath_m531532216675BF5160601E2556E355DC1A170509(L_47, /*hidden argument*/NULL); __this->set_initial_path_38(L_48); return; } } // System.String System.Net.FtpWebRequest::GetInitialPath(System.Net.FtpStatus) extern "C" IL2CPP_METHOD_ATTR String_t* FtpWebRequest_GetInitialPath_m531532216675BF5160601E2556E355DC1A170509 (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * ___status0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_GetInitialPath_m531532216675BF5160601E2556E355DC1A170509_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; int32_t V_2 = 0; { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_0 = ___status0; NullCheck(L_0); int32_t L_1 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)((int32_t)200)))) { goto IL_0025; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) > ((int32_t)((int32_t)300)))) { goto IL_0025; } } { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_4 = ___status0; NullCheck(L_4); String_t* L_5 = FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) > ((int32_t)4))) { goto IL_003f; } } IL_0025: { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_7 = ___status0; NullCheck(L_7); String_t* L_8 = FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38(L_7, /*hidden argument*/NULL); String_t* L_9 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral63351A736C766C359FC75466F16B11CB35031C2D, L_8, /*hidden argument*/NULL); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_10 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_10, L_9, (Exception_t *)NULL, ((int32_t)16), (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, FtpWebRequest_GetInitialPath_m531532216675BF5160601E2556E355DC1A170509_RuntimeMethod_var); } IL_003f: { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_11 = ___status0; NullCheck(L_11); String_t* L_12 = FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38(L_11, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_12, 4, /*hidden argument*/NULL); V_1 = L_13; String_t* L_14 = V_1; NullCheck(L_14); Il2CppChar L_15 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)34))))) { goto IL_008a; } } { String_t* L_16 = V_1; NullCheck(L_16); int32_t L_17 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_16, ((int32_t)34), 1, /*hidden argument*/NULL); V_2 = L_17; int32_t L_18 = V_2; if ((!(((uint32_t)L_18) == ((uint32_t)(-1))))) { goto IL_007f; } } { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_19 = ___status0; NullCheck(L_19); String_t* L_20 = FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38(L_19, /*hidden argument*/NULL); String_t* L_21 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralE1E499698DD72C752FF7CF7D36DD4541A9C624C2, L_20, /*hidden argument*/NULL); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_22 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_22, L_21, (Exception_t *)NULL, ((int32_t)16), (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, NULL, FtpWebRequest_GetInitialPath_m531532216675BF5160601E2556E355DC1A170509_RuntimeMethod_var); } IL_007f: { String_t* L_23 = V_1; int32_t L_24 = V_2; NullCheck(L_23); String_t* L_25 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_23, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_25; } IL_008a: { String_t* L_26 = V_1; NullCheck(L_26); bool L_27 = String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99(L_26, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL); if (L_27) { goto IL_00a3; } } { String_t* L_28 = V_1; String_t* L_29 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_28, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL); V_1 = L_29; } IL_00a3: { String_t* L_30 = V_1; return L_30; } } // System.Net.Sockets.Socket System.Net.FtpWebRequest::SetupPassiveConnection(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * FtpWebRequest_SetupPassiveConnection_mAB5AEEE20E2A560626CB27D7F4339C621DD4178D (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, String_t* ___statusDescription0, bool ___ipv61, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_SetupPassiveConnection_mAB5AEEE20E2A560626CB27D7F4339C621DD4178D_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * V_2 = NULL; Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); int32_t G_B5_0 = 0; { String_t* L_0 = ___statusDescription0; V_0 = L_0; String_t* L_1 = V_0; NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) >= ((int32_t)4))) { goto IL_0016; } } { WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_3 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_m8F6829889F5E750BCF48159ADDFC37DF38825C42(L_3, _stringLiteralB4999C4A31E286F6A86FF2FCF36BE0D99C2E1ACC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, FtpWebRequest_SetupPassiveConnection_mAB5AEEE20E2A560626CB27D7F4339C621DD4178D_RuntimeMethod_var); } IL_0016: { bool L_4 = ___ipv61; if (L_4) { goto IL_0022; } } { String_t* L_5 = V_0; int32_t L_6 = FtpWebRequest_GetPortV4_m6F36994507B5C2B30D789328A994E3885E8AFDCD(__this, L_5, /*hidden argument*/NULL); G_B5_0 = L_6; goto IL_0029; } IL_0022: { String_t* L_7 = V_0; int32_t L_8 = FtpWebRequest_GetPortV6_mA094F4C0AF8F6EC263FC4D316A369215FE0A0FC1(__this, L_7, /*hidden argument*/NULL); G_B5_0 = L_8; } IL_0029: { V_1 = G_B5_0; int32_t L_9 = V_1; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_0036; } } { int32_t L_10 = V_1; if ((((int32_t)L_10) <= ((int32_t)((int32_t)65535)))) { goto IL_0041; } } IL_0036: { WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_11 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_m8F6829889F5E750BCF48159ADDFC37DF38825C42(L_11, _stringLiteralB4999C4A31E286F6A86FF2FCF36BE0D99C2E1ACC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, FtpWebRequest_SetupPassiveConnection_mAB5AEEE20E2A560626CB27D7F4339C621DD4178D_RuntimeMethod_var); } IL_0041: { IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_12 = __this->get_remoteEndPoint_22(); NullCheck(L_12); IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_13 = IPEndPoint_get_Address_m01D2AB4ACC29D3E3A79D3D2A207CE3063336F2A4(L_12, /*hidden argument*/NULL); int32_t L_14 = V_1; IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_15 = (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)il2cpp_codegen_object_new(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var); IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845(L_15, L_13, L_14, /*hidden argument*/NULL); V_2 = L_15; IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_16 = V_2; NullCheck(L_16); int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Net.Sockets.AddressFamily System.Net.EndPoint::get_AddressFamily() */, L_16); Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_18 = (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)il2cpp_codegen_object_new(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var); Socket__ctor_mE89CA86721C20DB5F3D00D3E6340A17C039A8F83(L_18, L_17, 1, 6, /*hidden argument*/NULL); V_3 = L_18; } IL_0061: try { // begin try (depth: 1) Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_19 = V_3; IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_20 = V_2; NullCheck(L_19); Socket_Connect_m06F14E236617A4BA22146BEC4334E24ED39D8536(L_19, L_20, /*hidden argument*/NULL); goto IL_007c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_006a; throw e; } CATCH_006a: { // begin catch(System.Net.Sockets.SocketException) Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_21 = V_3; NullCheck(L_21); Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_21, /*hidden argument*/NULL); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_22 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_m8F6829889F5E750BCF48159ADDFC37DF38825C42(L_22, _stringLiteralB4999C4A31E286F6A86FF2FCF36BE0D99C2E1ACC, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, NULL, FtpWebRequest_SetupPassiveConnection_mAB5AEEE20E2A560626CB27D7F4339C621DD4178D_RuntimeMethod_var); } // end catch (depth: 1) IL_007c: { Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_23 = V_3; return L_23; } } // System.Int32 System.Net.FtpWebRequest::GetPortV4(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t FtpWebRequest_GetPortV4_m6F36994507B5C2B30D789328A994E3885E8AFDCD (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, String_t* ___responseString0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_GetPortV4_m6F36994507B5C2B30D789328A994E3885E8AFDCD_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = ___responseString0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = L_1; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____98A44A6F8606AE6F23FE230286C1D6FBCC407226_10_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); NullCheck(L_0); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_0, L_2, /*hidden argument*/NULL); V_0 = L_4; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = V_0; NullCheck(L_5); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))) > ((int32_t)7))) { goto IL_0038; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6; String_t* L_8 = ___responseString0; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (RuntimeObject *)L_8); String_t* L_9 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralD032AA31DFCD173A27B60C46AA06FC8C157B2FE2, L_7, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_10 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, FtpWebRequest_GetPortV4_m6F36994507B5C2B30D789328A994E3885E8AFDCD_RuntimeMethod_var); } IL_0038: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = V_0; NullCheck(L_11); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))), (int32_t)1)); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = V_0; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; String_t* L_15 = (L_12)->GetAt(static_cast(L_14)); bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_15, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (L_16) { goto IL_0058; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = V_0; int32_t L_18 = V_1; NullCheck(L_17); int32_t L_19 = L_18; String_t* L_20 = (L_17)->GetAt(static_cast(L_19)); IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); bool L_21 = Char_IsNumber_m6E7E5B9BD0DBF69581B6B08D25752D9CC29C97B1(L_20, 0, /*hidden argument*/NULL); if (L_21) { goto IL_005c; } } IL_0058: { int32_t L_22 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)); } IL_005c: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = V_0; int32_t L_24 = V_1; int32_t L_25 = L_24; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)); NullCheck(L_23); int32_t L_26 = L_25; String_t* L_27 = (L_23)->GetAt(static_cast(L_26)); NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_28 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); uint8_t L_29 = Convert_ToByte_mD97407CDB2EE7955D3079D19DA2BD731F83920B7(L_27, L_28, /*hidden argument*/NULL); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_30 = V_0; int32_t L_31 = V_1; int32_t L_32 = L_31; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1)); NullCheck(L_30); int32_t L_33 = L_32; String_t* L_34 = (L_30)->GetAt(static_cast(L_33)); NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_35 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); uint8_t L_36 = Convert_ToByte_mD97407CDB2EE7955D3079D19DA2BD731F83920B7(L_34, L_35, /*hidden argument*/NULL); return ((int32_t)((int32_t)L_29|(int32_t)((int32_t)((int32_t)L_36<<(int32_t)8)))); } } // System.Int32 System.Net.FtpWebRequest::GetPortV6(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t FtpWebRequest_GetPortV6_mA094F4C0AF8F6EC263FC4D316A369215FE0A0FC1 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, String_t* ___responseString0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_GetPortV6_mA094F4C0AF8F6EC263FC4D316A369215FE0A0FC1_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL; { String_t* L_0 = ___responseString0; NullCheck(L_0); int32_t L_1 = String_LastIndexOf_mC924D20DC71F85A7106D9DD09BF41497C6816E20(L_0, _stringLiteral28ED3A797DA3C48C309A4EF792147F3C56CFEC40, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = ___responseString0; NullCheck(L_2); int32_t L_3 = String_LastIndexOf_mC924D20DC71F85A7106D9DD09BF41497C6816E20(L_2, _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0020; } } { int32_t L_5 = V_1; int32_t L_6 = V_0; if ((((int32_t)L_5) > ((int32_t)L_6))) { goto IL_003a; } } IL_0020: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_7; String_t* L_9 = ___responseString0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (RuntimeObject *)L_9); String_t* L_10 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralD032AA31DFCD173A27B60C46AA06FC8C157B2FE2, L_8, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_11 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, FtpWebRequest_GetPortV6_mA094F4C0AF8F6EC263FC4D316A369215FE0A0FC1_RuntimeMethod_var); } IL_003a: { String_t* L_12 = ___responseString0; int32_t L_13 = V_0; int32_t L_14 = V_1; int32_t L_15 = V_0; NullCheck(L_12); String_t* L_16 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_12, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)), (int32_t)1)), /*hidden argument*/NULL); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_18 = L_17; NullCheck(L_18); (L_18)->SetAt(static_cast(0), (Il2CppChar)((int32_t)124)); NullCheck(L_16); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_16, L_18, /*hidden argument*/NULL); V_2 = L_19; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = V_2; NullCheck(L_20); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length))))) >= ((int32_t)4))) { goto IL_0079; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_21; String_t* L_23 = ___responseString0; NullCheck(L_22); ArrayElementTypeCheck (L_22, L_23); (L_22)->SetAt(static_cast(0), (RuntimeObject *)L_23); String_t* L_24 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralD032AA31DFCD173A27B60C46AA06FC8C157B2FE2, L_22, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_25 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, NULL, FtpWebRequest_GetPortV6_mA094F4C0AF8F6EC263FC4D316A369215FE0A0FC1_RuntimeMethod_var); } IL_0079: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_26 = V_2; NullCheck(L_26); int32_t L_27 = 3; String_t* L_28 = (L_26)->GetAt(static_cast(L_27)); NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_29 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); int32_t L_30 = Convert_ToInt32_mB68D58347DE1545BF338A8435E2567C9EAB5905E(L_28, L_29, /*hidden argument*/NULL); return L_30; } } // System.String System.Net.FtpWebRequest::FormatAddress(System.Net.IPAddress,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* FtpWebRequest_FormatAddress_m2D6011B8BD6AFF1A752E5221B9D47878B623A2B0 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___address0, int32_t ___Port1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_FormatAddress_m2D6011B8BD6AFF1A752E5221B9D47878B623A2B0_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL; int32_t V_2 = 0; uint8_t V_3 = 0x0; { IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_0 = ___address0; NullCheck(L_0); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = IPAddress_GetAddressBytes_mC41BB4B3EAEE51DBB2A2115EC2DD87D7587355D2(L_0, /*hidden argument*/NULL); StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_2, ((int32_t)32), /*hidden argument*/NULL); V_0 = L_2; V_1 = L_1; V_2 = 0; goto IL_002c; } IL_0013: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_1; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); V_3 = L_6; StringBuilder_t * L_7 = V_0; uint8_t L_8 = V_3; NullCheck(L_7); StringBuilder_Append_m4B3D765122247E2EBDA4E3870A86C26DCCCC8717(L_7, L_8, /*hidden argument*/NULL); StringBuilder_t * L_9 = V_0; NullCheck(L_9); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_9, ((int32_t)44), /*hidden argument*/NULL); int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_002c: { int32_t L_11 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_1; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))))) { goto IL_0013; } } { StringBuilder_t * L_13 = V_0; int32_t L_14 = ___Port1; NullCheck(L_13); StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84(L_13, ((int32_t)((int32_t)L_14/(int32_t)((int32_t)256))), /*hidden argument*/NULL); StringBuilder_t * L_15 = V_0; NullCheck(L_15); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_15, ((int32_t)44), /*hidden argument*/NULL); StringBuilder_t * L_16 = V_0; int32_t L_17 = ___Port1; NullCheck(L_16); StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84(L_16, ((int32_t)((int32_t)L_17%(int32_t)((int32_t)256))), /*hidden argument*/NULL); StringBuilder_t * L_18 = V_0; NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18); return L_19; } } // System.String System.Net.FtpWebRequest::FormatAddressV6(System.Net.IPAddress,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* FtpWebRequest_FormatAddressV6_mB7302D6DEB6DC8E21371197F62CB5657A8A536ED (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___address0, int32_t ___port1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_FormatAddressV6_mB7302D6DEB6DC8E21371197F62CB5657A8A536ED_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_0, ((int32_t)43), /*hidden argument*/NULL); IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_1 = ___address0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); V_0 = L_2; StringBuilder_t * L_3 = L_0; NullCheck(L_3); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_3, _stringLiteralE831587CE6B144104ADA4BA02B6E5C9B8D9716B5, /*hidden argument*/NULL); StringBuilder_t * L_4 = L_3; String_t* L_5 = V_0; NullCheck(L_4); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_4, L_5, /*hidden argument*/NULL); StringBuilder_t * L_6 = L_4; NullCheck(L_6); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_6, ((int32_t)124), /*hidden argument*/NULL); StringBuilder_t * L_7 = L_6; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_8 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); String_t* L_9 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&___port1), L_8, /*hidden argument*/NULL); NullCheck(L_7); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_7, L_9, /*hidden argument*/NULL); StringBuilder_t * L_10 = L_7; NullCheck(L_10); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_10, ((int32_t)124), /*hidden argument*/NULL); NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); return L_11; } } // System.Exception System.Net.FtpWebRequest::CreateExceptionFromResponse(System.Net.FtpStatus) extern "C" IL2CPP_METHOD_ATTR Exception_t * FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * ___status0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2_MetadataUsageId); s_Il2CppMethodInitialized = true; } FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * V_0 = NULL; { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_requestUri_12(); String_t* L_1 = __this->get_method_31(); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_2 = ___status0; FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_3 = (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 *)il2cpp_codegen_object_new(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205_il2cpp_TypeInfo_var); FtpWebResponse__ctor_m14AE71384600E877A903006445068AB50EF06486(L_3, __this, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_4 = ___status0; NullCheck(L_4); String_t* L_5 = FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38(L_4, /*hidden argument*/NULL); String_t* L_6 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral5FE2FFA6FCDD2124FF294E176F200F3F8F63CCED, L_5, /*hidden argument*/NULL); FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_7 = V_0; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_8 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_8, L_6, (Exception_t *)NULL, 7, L_7, /*hidden argument*/NULL); return L_8; } } // System.Void System.Net.FtpWebRequest::SetTransferCompleted() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_SetTransferCompleted_m946259A63A4CB3249F7C2544BEC30BE32C0C58C5 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * V_0 = NULL; { bool L_0 = FtpWebRequest_InFinalState_m7265E200C6F624D300195E3BA4528986D1269FB6(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 6, /*hidden argument*/NULL); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_1 = FtpWebRequest_GetResponseStatus_mE6AE01C7632FFB197CC1BC42FF298CE84C4CAA71(__this, /*hidden argument*/NULL); V_0 = L_1; FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_2 = __this->get_ftpResponse_36(); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_3 = V_0; NullCheck(L_2); FtpWebResponse_UpdateStatus_m63E1E366CDEADBF20BD30D41CB77E9B723EAE355(L_2, L_3, /*hidden argument*/NULL); bool L_4 = __this->get_keepAlive_30(); if (L_4) { goto IL_0031; } } { FtpWebRequest_CloseConnection_m9BC7A24A7A6166ACCC1CACE4CF22CFA6E7BCEC00(__this, /*hidden argument*/NULL); } IL_0031: { return; } } // System.Void System.Net.FtpWebRequest::OperationCompleted() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_OperationCompleted_m130241F4F4B2BC102AA8327C8542058344A482DD (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_keepAlive_30(); if (L_0) { goto IL_000e; } } { FtpWebRequest_CloseConnection_m9BC7A24A7A6166ACCC1CACE4CF22CFA6E7BCEC00(__this, /*hidden argument*/NULL); } IL_000e: { return; } } // System.Void System.Net.FtpWebRequest::SetCompleteWithError(System.Exception) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_SetCompleteWithError_mCAD8855318D9C05C6D2EFF0CA58C964AD0EC47A5 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Exception_t * ___exc0, const RuntimeMethod* method) { { FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_0 = __this->get_asyncResult_35(); if (!L_0) { goto IL_0015; } } { FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_1 = __this->get_asyncResult_35(); Exception_t * L_2 = ___exc0; NullCheck(L_1); FtpAsyncResult_SetCompleted_mD743363CDB181114AD06522C51750064823D681C(L_1, (bool)0, L_2, /*hidden argument*/NULL); } IL_0015: { return; } } // System.Net.Sockets.Socket System.Net.FtpWebRequest::InitDataConnection() extern "C" IL2CPP_METHOD_ATTR Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * FtpWebRequest_InitDataConnection_m01EDFD17F5B156FC7F5FC8D200229BDDAD7C2F7D (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_InitDataConnection_m01EDFD17F5B156FC7F5FC8D200229BDDAD7C2F7D_MetadataUsageId); s_Il2CppMethodInitialized = true; } FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * V_0 = NULL; bool V_1 = false; Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * V_2 = NULL; IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * V_3 = NULL; String_t* V_4 = NULL; SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * 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); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * G_B3_0 = NULL; FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * G_B2_0 = NULL; String_t* G_B4_0 = NULL; FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * G_B4_1 = NULL; int32_t G_B6_0 = 0; int32_t G_B5_0 = 0; int32_t G_B7_0 = 0; int32_t G_B7_1 = 0; String_t* G_B16_0 = NULL; FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * G_B18_0 = NULL; FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * G_B17_0 = NULL; String_t* G_B19_0 = NULL; FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * G_B19_1 = NULL; { IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_0 = __this->get_remoteEndPoint_22(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Net.Sockets.AddressFamily System.Net.EndPoint::get_AddressFamily() */, L_0); V_1 = (bool)((((int32_t)L_1) == ((int32_t)((int32_t)23)))? 1 : 0); bool L_2 = __this->get_usePassive_29(); if (!L_2) { goto IL_0060; } } { bool L_3 = V_1; G_B2_0 = __this; if (L_3) { G_B3_0 = __this; goto IL_0023; } } { G_B4_0 = _stringLiteral6A80189E05C50F7C97B5B50F352A5A2970AA4A1A; G_B4_1 = G_B2_0; goto IL_0028; } IL_0023: { G_B4_0 = _stringLiteral622F97CEA8EB6E482F142BE82105B0F4EC355E06; G_B4_1 = G_B3_0; } IL_0028: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62(/*hidden argument*/Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62_RuntimeMethod_var); NullCheck(G_B4_1); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_5 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(G_B4_1, G_B4_0, L_4, /*hidden argument*/NULL); V_0 = L_5; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_6, /*hidden argument*/NULL); bool L_8 = V_1; G_B5_0 = L_7; if (L_8) { G_B6_0 = L_7; goto IL_0043; } } { G_B7_0 = ((int32_t)227); G_B7_1 = G_B5_0; goto IL_0048; } IL_0043: { G_B7_0 = ((int32_t)229); G_B7_1 = G_B6_0; } IL_0048: { if ((((int32_t)G_B7_1) == ((int32_t)G_B7_0))) { goto IL_0052; } } { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_9 = V_0; Exception_t * L_10 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, FtpWebRequest_InitDataConnection_m01EDFD17F5B156FC7F5FC8D200229BDDAD7C2F7D_RuntimeMethod_var); } IL_0052: { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_11 = V_0; NullCheck(L_11); String_t* L_12 = FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38(L_11, /*hidden argument*/NULL); bool L_13 = V_1; Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_14 = FtpWebRequest_SetupPassiveConnection_mAB5AEEE20E2A560626CB27D7F4339C621DD4178D(__this, L_12, L_13, /*hidden argument*/NULL); return L_14; } IL_0060: { IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_15 = __this->get_remoteEndPoint_22(); NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Net.Sockets.AddressFamily System.Net.EndPoint::get_AddressFamily() */, L_15); Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_17 = (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)il2cpp_codegen_object_new(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var); Socket__ctor_mE89CA86721C20DB5F3D00D3E6340A17C039A8F83(L_17, L_16, 1, 6, /*hidden argument*/NULL); V_2 = L_17; } IL_0073: try { // begin try (depth: 1) Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_18 = V_2; IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_19 = __this->get_localEndPoint_21(); NullCheck(L_19); IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_20 = IPEndPoint_get_Address_m01D2AB4ACC29D3E3A79D3D2A207CE3063336F2A4(L_19, /*hidden argument*/NULL); IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_21 = (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)il2cpp_codegen_object_new(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var); IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845(L_21, L_20, 0, /*hidden argument*/NULL); NullCheck(L_18); Socket_Bind_m839E8CD90EEB61CE1AE5274224F9049A7D4C7A30(L_18, L_21, /*hidden argument*/NULL); Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_22 = V_2; NullCheck(L_22); Socket_Listen_m2926E72970BEAACEBD9C140E89DE47A523BAB540(L_22, 1, /*hidden argument*/NULL); goto IL_00a8; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0093; throw e; } CATCH_0093: { // begin catch(System.Net.Sockets.SocketException) V_5 = ((SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)__exception_local); Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_23 = V_2; NullCheck(L_23); Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_23, /*hidden argument*/NULL); SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_24 = V_5; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_25 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_m864B9642C3D47B5ED0CDA9397ACB8CC70D2B9E4E(L_25, _stringLiteralB1B6A990A239A42CBC7A9304B61A1A19D097C957, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, NULL, FtpWebRequest_InitDataConnection_m01EDFD17F5B156FC7F5FC8D200229BDDAD7C2F7D_RuntimeMethod_var); } // end catch (depth: 1) IL_00a8: { Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_26 = V_2; NullCheck(L_26); EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_27 = Socket_get_LocalEndPoint_m5BA68FA5F390F1F8913FA78F919FD9364B669E9C(L_26, /*hidden argument*/NULL); V_3 = ((IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)CastclassClass((RuntimeObject*)L_27, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var)); bool L_28 = V_1; if (L_28) { goto IL_00cb; } } { IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_29 = V_3; NullCheck(L_29); IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_30 = IPEndPoint_get_Address_m01D2AB4ACC29D3E3A79D3D2A207CE3063336F2A4(L_29, /*hidden argument*/NULL); IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_31 = V_3; NullCheck(L_31); int32_t L_32 = IPEndPoint_get_Port_mC1FBFBB50CEDC03F683C9EB23C2ACECCB5AE3DA9(L_31, /*hidden argument*/NULL); String_t* L_33 = FtpWebRequest_FormatAddress_m2D6011B8BD6AFF1A752E5221B9D47878B623A2B0(__this, L_30, L_32, /*hidden argument*/NULL); G_B16_0 = L_33; goto IL_00dd; } IL_00cb: { IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_34 = V_3; NullCheck(L_34); IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_35 = IPEndPoint_get_Address_m01D2AB4ACC29D3E3A79D3D2A207CE3063336F2A4(L_34, /*hidden argument*/NULL); IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_36 = V_3; NullCheck(L_36); int32_t L_37 = IPEndPoint_get_Port_mC1FBFBB50CEDC03F683C9EB23C2ACECCB5AE3DA9(L_36, /*hidden argument*/NULL); String_t* L_38 = FtpWebRequest_FormatAddressV6_mB7302D6DEB6DC8E21371197F62CB5657A8A536ED(__this, L_35, L_37, /*hidden argument*/NULL); G_B16_0 = L_38; } IL_00dd: { V_4 = G_B16_0; bool L_39 = V_1; G_B17_0 = __this; if (L_39) { G_B18_0 = __this; goto IL_00ea; } } { G_B19_0 = _stringLiteral124A65C4B69218E19C3C3A7964D9775DC6B18E3D; G_B19_1 = G_B17_0; goto IL_00ef; } IL_00ea: { G_B19_0 = _stringLiteral6AF03BBE2191F77A20BDE160F71887F205A96446; G_B19_1 = G_B18_0; } IL_00ef: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_40 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_41 = L_40; String_t* L_42 = V_4; NullCheck(L_41); ArrayElementTypeCheck (L_41, L_42); (L_41)->SetAt(static_cast(0), (String_t*)L_42); NullCheck(G_B19_1); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_43 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(G_B19_1, G_B19_0, L_41, /*hidden argument*/NULL); V_0 = L_43; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_44 = V_0; NullCheck(L_44); int32_t L_45 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_44, /*hidden argument*/NULL); if ((((int32_t)L_45) == ((int32_t)((int32_t)200)))) { goto IL_011b; } } { Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_46 = V_2; NullCheck(L_46); Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_46, /*hidden argument*/NULL); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_47 = V_0; Exception_t * L_48 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_47, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_48, NULL, FtpWebRequest_InitDataConnection_m01EDFD17F5B156FC7F5FC8D200229BDDAD7C2F7D_RuntimeMethod_var); } IL_011b: { Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_49 = V_2; return L_49; } } // System.Void System.Net.FtpWebRequest::OpenDataConnection() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_OpenDataConnection_mEB04E52AE7262CDDE0D9006380562C346C61F053 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_OpenDataConnection_mEB04E52AE7262CDDE0D9006380562C346C61F053_MetadataUsageId); s_Il2CppMethodInitialized = true; } FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * V_0 = NULL; Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * V_1 = NULL; Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = FtpWebRequest_InitDataConnection_m01EDFD17F5B156FC7F5FC8D200229BDDAD7C2F7D(__this, /*hidden argument*/NULL); V_1 = L_0; int64_t L_1 = __this->get_offset_26(); if ((((int64_t)L_1) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0046; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2; int64_t* L_4 = __this->get_address_of_offset_26(); String_t* L_5 = Int64_ToString_m8210E39355A227AE15DD391EB810AA9B6AB8B26C((int64_t*)L_4, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(0), (String_t*)L_5); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_6 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, _stringLiteralCBAAA18133A5EA571BBA33BEBE1A8CC7E93344F9, L_3, /*hidden argument*/NULL); V_0 = L_6; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)((int32_t)350)))) { goto IL_0046; } } { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_9 = V_0; Exception_t * L_10 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, FtpWebRequest_OpenDataConnection_mEB04E52AE7262CDDE0D9006380562C346C61F053_RuntimeMethod_var); } IL_0046: { String_t* L_11 = __this->get_method_31(); bool L_12 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_11, _stringLiteralEEF590EA8E09A0DEC8BF8485DB690A374FACFE2A, /*hidden argument*/NULL); if (!L_12) { goto IL_009a; } } { String_t* L_13 = __this->get_method_31(); bool L_14 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_13, _stringLiteral735CF1665D0FD36F4865E4BC7439ABE369572E04, /*hidden argument*/NULL); if (!L_14) { goto IL_009a; } } { String_t* L_15 = __this->get_method_31(); bool L_16 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_15, _stringLiteralF34BA0AA70B16E4EE008653E46FE1939106E56BC, /*hidden argument*/NULL); if (!L_16) { goto IL_009a; } } { String_t* L_17 = __this->get_method_31(); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = L_18; String_t* L_20 = __this->get_file_name_13(); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_20); (L_19)->SetAt(static_cast(0), (String_t*)L_20); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_21 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, L_17, L_19, /*hidden argument*/NULL); V_0 = L_21; goto IL_00ac; } IL_009a: { String_t* L_22 = __this->get_method_31(); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62(/*hidden argument*/Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62_RuntimeMethod_var); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_24 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, L_22, L_23, /*hidden argument*/NULL); V_0 = L_24; } IL_00ac: { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_25 = V_0; NullCheck(L_25); int32_t L_26 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_25, /*hidden argument*/NULL); if ((((int32_t)L_26) == ((int32_t)((int32_t)150)))) { goto IL_00cb; } } { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_27 = V_0; NullCheck(L_27); int32_t L_28 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_27, /*hidden argument*/NULL); if ((((int32_t)L_28) == ((int32_t)((int32_t)125)))) { goto IL_00cb; } } { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_29 = V_0; Exception_t * L_30 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, NULL, FtpWebRequest_OpenDataConnection_mEB04E52AE7262CDDE0D9006380562C346C61F053_RuntimeMethod_var); } IL_00cb: { bool L_31 = __this->get_usePassive_29(); if (!L_31) { goto IL_0103; } } { Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_32 = V_1; NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * L_33 = (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA *)il2cpp_codegen_object_new(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA_il2cpp_TypeInfo_var); NetworkStream__ctor_m9629E0E9BD6011BA4E7E923B71410EC3A611FE83(L_33, L_32, (bool)1, /*hidden argument*/NULL); __this->set_origDataStream_15(L_33); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_34 = __this->get_origDataStream_15(); __this->set_dataStream_16(L_34); bool L_35 = FtpWebRequest_get_EnableSsl_m0498BFBEA644C093A7BF1DB8B2593928409F8113(__this, /*hidden argument*/NULL); if (!L_35) { goto IL_015d; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** L_36 = __this->get_address_of_dataStream_16(); FtpWebRequest_ChangeToSSLSocket_m69CC650428A401F11220C4E628B6BEEACD4A7B37(__this, (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 **)L_36, /*hidden argument*/NULL); goto IL_015d; } IL_0103: { V_2 = (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)NULL; } IL_0105: try { // begin try (depth: 1) Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_37 = V_1; NullCheck(L_37); Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_38 = Socket_Accept_mDF6F7AA1AD7C6E5AB1154C94BF6C7294B7E410A7(L_37, /*hidden argument*/NULL); V_2 = L_38; goto IL_0129; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_010e; throw e; } CATCH_010e: { // begin catch(System.Net.Sockets.SocketException) { Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_39 = V_1; NullCheck(L_39); Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_39, /*hidden argument*/NULL); Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_40 = V_2; if (!L_40) { goto IL_011e; } } IL_0118: { Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_41 = V_2; NullCheck(L_41); Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_41, /*hidden argument*/NULL); } IL_011e: { ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * L_42 = (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB *)il2cpp_codegen_object_new(ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_il2cpp_TypeInfo_var); ProtocolViolationException__ctor_m36E802912D318858D2D98F929722AACA1A2EC38C(L_42, _stringLiteral15CB30CDC71BD1544B358719C2D01E57BDFCCDB2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, NULL, FtpWebRequest_OpenDataConnection_mEB04E52AE7262CDDE0D9006380562C346C61F053_RuntimeMethod_var); } } // end catch (depth: 1) IL_0129: { Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_43 = V_1; NullCheck(L_43); Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_43, /*hidden argument*/NULL); Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_44 = V_2; NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * L_45 = (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA *)il2cpp_codegen_object_new(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA_il2cpp_TypeInfo_var); NetworkStream__ctor_m9629E0E9BD6011BA4E7E923B71410EC3A611FE83(L_45, L_44, (bool)1, /*hidden argument*/NULL); __this->set_origDataStream_15(L_45); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_46 = __this->get_origDataStream_15(); __this->set_dataStream_16(L_46); bool L_47 = FtpWebRequest_get_EnableSsl_m0498BFBEA644C093A7BF1DB8B2593928409F8113(__this, /*hidden argument*/NULL); if (!L_47) { goto IL_015d; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** L_48 = __this->get_address_of_dataStream_16(); FtpWebRequest_ChangeToSSLSocket_m69CC650428A401F11220C4E628B6BEEACD4A7B37(__this, (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 **)L_48, /*hidden argument*/NULL); } IL_015d: { FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_49 = __this->get_ftpResponse_36(); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_50 = V_0; NullCheck(L_49); FtpWebResponse_UpdateStatus_m63E1E366CDEADBF20BD30D41CB77E9B723EAE355(L_49, L_50, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpWebRequest::Authenticate() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_Authenticate_m6B9F5FFB6B0EBE3F4A0584F25C998AB9F4D71F47 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_Authenticate_m6B9F5FFB6B0EBE3F4A0584F25C998AB9F4D71F47_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; { V_0 = (String_t*)NULL; V_1 = (String_t*)NULL; V_2 = (String_t*)NULL; NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_0 = __this->get_credentials_19(); if (!L_0) { goto IL_0032; } } { NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_1 = __this->get_credentials_19(); NullCheck(L_1); String_t* L_2 = NetworkCredential_get_UserName_mB24F789533CB16575AEA19A420BA69FAC3AA97F7(L_1, /*hidden argument*/NULL); V_0 = L_2; NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_3 = __this->get_credentials_19(); NullCheck(L_3); String_t* L_4 = NetworkCredential_get_Password_m8F9352FAD45233DCD5EC42056D10E49DA3900BF6(L_3, /*hidden argument*/NULL); V_1 = L_4; NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_5 = __this->get_credentials_19(); NullCheck(L_5); String_t* L_6 = NetworkCredential_get_Domain_m096C68D5EC6640C73900B1EE6BF1CFBB14D30F4A(L_5, /*hidden argument*/NULL); V_2 = L_6; } IL_0032: { String_t* L_7 = V_0; if (L_7) { goto IL_003b; } } { V_0 = _stringLiteral0A92FAB3230134CCA6EADD9898325B9B2AE67998; } IL_003b: { String_t* L_8 = V_1; if (L_8) { goto IL_0044; } } { V_1 = _stringLiteralC958F6B394780D077332D5518926C2E933A19298; } IL_0044: { String_t* L_9 = V_2; bool L_10 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0059; } } { String_t* L_11 = V_2; String_t* L_12 = V_0; String_t* L_13 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_11, _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3, L_12, /*hidden argument*/NULL); V_0 = L_13; } IL_0059: { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_14 = FtpWebRequest_GetResponseStatus_mE6AE01C7632FFB197CC1BC42FF298CE84C4CAA71(__this, /*hidden argument*/NULL); V_3 = L_14; FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_15 = __this->get_ftpResponse_36(); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_16 = V_3; NullCheck(L_16); String_t* L_17 = FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38(L_16, /*hidden argument*/NULL); NullCheck(L_15); FtpWebResponse_set_BannerMessage_m3997D6D98C13E490AA77535904E63DE3D5E3BB83(L_15, L_17, /*hidden argument*/NULL); bool L_18 = FtpWebRequest_get_EnableSsl_m0498BFBEA644C093A7BF1DB8B2593928409F8113(__this, /*hidden argument*/NULL); if (!L_18) { goto IL_0126; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** L_19 = __this->get_address_of_controlStream_17(); FtpWebRequest_InitiateSecureConnection_m88DF28A0C8D2D8D90B20040FCA410690A5563507(__this, (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 **)L_19, /*hidden argument*/NULL); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_20 = __this->get_controlStream_17(); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_21 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL); StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_22 = (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E *)il2cpp_codegen_object_new(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_il2cpp_TypeInfo_var); StreamReader__ctor_mF319C927A1274118E912D93F2EB2AAE4DA17E3DC(L_22, L_20, L_21, /*hidden argument*/NULL); __this->set_controlReader_18(L_22); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = L_23; NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C); (L_24)->SetAt(static_cast(0), (String_t*)_stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_25 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, _stringLiteralCD8EF3034359C3DC0F47B24C786D253503E1BE42, L_24, /*hidden argument*/NULL); V_3 = L_25; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_26 = V_3; NullCheck(L_26); int32_t L_27 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_26, /*hidden argument*/NULL); V_4 = L_27; int32_t L_28 = V_4; if ((((int32_t)L_28) < ((int32_t)((int32_t)200)))) { goto IL_00d2; } } { int32_t L_29 = V_4; if ((((int32_t)L_29) < ((int32_t)((int32_t)300)))) { goto IL_00da; } } IL_00d2: { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_30 = V_3; Exception_t * L_31 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_30, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, NULL, FtpWebRequest_Authenticate_m6B9F5FFB6B0EBE3F4A0584F25C998AB9F4D71F47_RuntimeMethod_var); } IL_00da: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_32 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_33 = L_32; NullCheck(L_33); ArrayElementTypeCheck (L_33, _stringLiteral511993D3C99719E38A6779073019DACD7178DDB9); (L_33)->SetAt(static_cast(0), (String_t*)_stringLiteral511993D3C99719E38A6779073019DACD7178DDB9); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_34 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, _stringLiteralEF87DBA9F02640BB01F99FB9A179E2A8E08A5E81, L_33, /*hidden argument*/NULL); V_3 = L_34; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_35 = V_3; NullCheck(L_35); int32_t L_36 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_35, /*hidden argument*/NULL); V_4 = L_36; int32_t L_37 = V_4; if ((((int32_t)L_37) < ((int32_t)((int32_t)200)))) { goto IL_010e; } } { int32_t L_38 = V_4; if ((((int32_t)L_38) < ((int32_t)((int32_t)300)))) { goto IL_0116; } } IL_010e: { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_39 = V_3; Exception_t * L_40 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_39, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, NULL, FtpWebRequest_Authenticate_m6B9F5FFB6B0EBE3F4A0584F25C998AB9F4D71F47_RuntimeMethod_var); } IL_0116: { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_41 = (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 *)il2cpp_codegen_object_new(FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876_il2cpp_TypeInfo_var); FtpStatus__ctor_mC95929791FE1B1A415BA073ABA99B040B8E30092(L_41, ((int32_t)220), _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); V_3 = L_41; } IL_0126: { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_42 = V_3; NullCheck(L_42); int32_t L_43 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_42, /*hidden argument*/NULL); if ((((int32_t)L_43) == ((int32_t)((int32_t)220)))) { goto IL_013b; } } { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_44 = V_3; Exception_t * L_45 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_44, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, NULL, FtpWebRequest_Authenticate_m6B9F5FFB6B0EBE3F4A0584F25C998AB9F4D71F47_RuntimeMethod_var); } IL_013b: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_46 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_47 = L_46; String_t* L_48 = V_0; NullCheck(L_47); ArrayElementTypeCheck (L_47, L_48); (L_47)->SetAt(static_cast(0), (String_t*)L_48); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_49 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, _stringLiteral6EB0C61201A96AFC99CBF180F1C8D93C0A9FD8C8, L_47, /*hidden argument*/NULL); V_3 = L_49; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_50 = V_3; NullCheck(L_50); int32_t L_51 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_50, /*hidden argument*/NULL); V_5 = L_51; int32_t L_52 = V_5; if ((((int32_t)L_52) == ((int32_t)((int32_t)230)))) { goto IL_019e; } } { int32_t L_53 = V_5; if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)331))))) { goto IL_0196; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_54 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_55 = L_54; String_t* L_56 = V_1; NullCheck(L_55); ArrayElementTypeCheck (L_55, L_56); (L_55)->SetAt(static_cast(0), (String_t*)L_56); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_57 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, _stringLiteralBD564DB5D5CC358EB0E3523D3E03041739F230D5, L_55, /*hidden argument*/NULL); V_3 = L_57; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_58 = V_3; NullCheck(L_58); int32_t L_59 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_58, /*hidden argument*/NULL); if ((((int32_t)L_59) == ((int32_t)((int32_t)230)))) { goto IL_019e; } } { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_60 = V_3; Exception_t * L_61 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_60, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_61, NULL, FtpWebRequest_Authenticate_m6B9F5FFB6B0EBE3F4A0584F25C998AB9F4D71F47_RuntimeMethod_var); } IL_0196: { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_62 = V_3; Exception_t * L_63 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_62, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, NULL, FtpWebRequest_Authenticate_m6B9F5FFB6B0EBE3F4A0584F25C998AB9F4D71F47_RuntimeMethod_var); } IL_019e: { FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_64 = __this->get_ftpResponse_36(); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_65 = V_3; NullCheck(L_65); String_t* L_66 = FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38(L_65, /*hidden argument*/NULL); NullCheck(L_64); FtpWebResponse_set_WelcomeMessage_m6E9779B2F708B38908DA4126B4A6398B1D93676A(L_64, L_66, /*hidden argument*/NULL); FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_67 = __this->get_ftpResponse_36(); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_68 = V_3; NullCheck(L_67); FtpWebResponse_UpdateStatus_m63E1E366CDEADBF20BD30D41CB77E9B723EAE355(L_67, L_68, /*hidden argument*/NULL); return; } } // System.Net.FtpStatus System.Net.FtpWebRequest::SendCommand(System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, String_t* ___command0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___parameters1, const RuntimeMethod* method) { { String_t* L_0 = ___command0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___parameters1; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_2 = FtpWebRequest_SendCommand_mCF855EE30A2FE15FC3002FC2EE110FF6A13A15EE(__this, (bool)1, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Net.FtpStatus System.Net.FtpWebRequest::SendCommand(System.Boolean,System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * FtpWebRequest_SendCommand_mCF855EE30A2FE15FC3002FC2EE110FF6A13A15EE (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, bool ___waitResponse0, String_t* ___command1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___parameters2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_SendCommand_mCF855EE30A2FE15FC3002FC2EE110FF6A13A15EE_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; String_t* V_1 = NULL; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * V_2 = NULL; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___command1; V_1 = L_0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___parameters2; NullCheck(L_1); if (!(((RuntimeArray *)L_1)->max_length)) { goto IL_001d; } } { String_t* L_2 = V_1; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = ___parameters2; String_t* L_4 = String_Join_m49371BED70248F0FCE970CB4F2E39E9A688AAFA4(_stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_3, /*hidden argument*/NULL); String_t* L_5 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_2, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_4, /*hidden argument*/NULL); V_1 = L_5; } IL_001d: { String_t* L_6 = V_1; String_t* L_7 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_6, _stringLiteralBA8AB5A0280B953AA97435FF8946CBCBB2755A27, /*hidden argument*/NULL); V_1 = L_7; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_8 = __this->get_dataEncoding_40(); String_t* L_9 = V_1; NullCheck(L_8); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(16 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_8, L_9); V_0 = L_10; } IL_0036: try { // begin try (depth: 1) Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_11 = __this->get_controlStream_17(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_0; NullCheck(L_13); NullCheck(L_11); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_11, L_12, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))); goto IL_005b; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0048; throw e; } CATCH_0048: { // begin catch(System.IO.IOException) FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_14 = (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 *)il2cpp_codegen_object_new(FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876_il2cpp_TypeInfo_var); FtpStatus__ctor_mC95929791FE1B1A415BA073ABA99B040B8E30092(L_14, ((int32_t)421), _stringLiteral41B8930881FAAC38B911F64848D4844B7858EA1A, /*hidden argument*/NULL); V_3 = L_14; goto IL_007d; } // end catch (depth: 1) IL_005b: { bool L_15 = ___waitResponse0; if (L_15) { goto IL_0060; } } { return (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 *)NULL; } IL_0060: { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_16 = FtpWebRequest_GetResponseStatus_mE6AE01C7632FFB197CC1BC42FF298CE84C4CAA71(__this, /*hidden argument*/NULL); V_2 = L_16; FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_17 = __this->get_ftpResponse_36(); if (!L_17) { goto IL_007b; } } { FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_18 = __this->get_ftpResponse_36(); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_19 = V_2; NullCheck(L_18); FtpWebResponse_UpdateStatus_m63E1E366CDEADBF20BD30D41CB77E9B723EAE355(L_18, L_19, /*hidden argument*/NULL); } IL_007b: { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_20 = V_2; return L_20; } IL_007d: { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_21 = V_3; return L_21; } } // System.Net.FtpStatus System.Net.FtpWebRequest::ServiceNotAvailable() extern "C" IL2CPP_METHOD_ATTR FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * FtpWebRequest_ServiceNotAvailable_mEE53E7521D71B5A537573CF9864AB7511EA03540 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_ServiceNotAvailable_mEE53E7521D71B5A537573CF9864AB7511EA03540_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral5D91B4E10D22F94DC11529E40B0739080519C473, /*hidden argument*/NULL); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_1 = (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 *)il2cpp_codegen_object_new(FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876_il2cpp_TypeInfo_var); FtpStatus__ctor_mC95929791FE1B1A415BA073ABA99B040B8E30092(L_1, ((int32_t)421), L_0, /*hidden argument*/NULL); return L_1; } } // System.Net.FtpStatus System.Net.FtpWebRequest::GetResponseStatus() extern "C" IL2CPP_METHOD_ATTR FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * FtpWebRequest_GetResponseStatus_mE6AE01C7632FFB197CC1BC42FF298CE84C4CAA71 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_GetResponseStatus_mE6AE01C7632FFB197CC1BC42FF298CE84C4CAA71_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; String_t* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { V_0 = (String_t*)NULL; } IL_0002: try { // begin try (depth: 1) StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_0 = __this->get_controlReader_18(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.TextReader::ReadLine() */, L_0); V_0 = L_1; goto IL_0013; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0010; throw e; } CATCH_0010: { // begin catch(System.IO.IOException) goto IL_0013; } // end catch (depth: 1) IL_0013: { String_t* L_2 = V_0; if (!L_2) { goto IL_001f; } } { String_t* L_3 = V_0; NullCheck(L_3); int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) >= ((int32_t)3))) { goto IL_0025; } } IL_001f: { IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_il2cpp_TypeInfo_var); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_5 = FtpWebRequest_ServiceNotAvailable_mEE53E7521D71B5A537573CF9864AB7511EA03540(/*hidden argument*/NULL); return L_5; } IL_0025: { String_t* L_6 = V_0; NullCheck(L_6); String_t* L_7 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_6, 0, 3, /*hidden argument*/NULL); bool L_8 = Int32_TryParse_m03D31CAB7050E8286A8A90711C896B181006AD00(L_7, (int32_t*)(&V_1), /*hidden argument*/NULL); if (L_8) { goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_il2cpp_TypeInfo_var); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_9 = FtpWebRequest_ServiceNotAvailable_mEE53E7521D71B5A537573CF9864AB7511EA03540(/*hidden argument*/NULL); return L_9; } IL_003c: { String_t* L_10 = V_0; NullCheck(L_10); int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_10, /*hidden argument*/NULL); if ((((int32_t)L_11) <= ((int32_t)3))) { goto IL_0097; } } { String_t* L_12 = V_0; NullCheck(L_12); Il2CppChar L_13 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, 3, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)45))))) { goto IL_0097; } } { V_2 = (String_t*)NULL; String_t* L_14 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(&V_1), /*hidden argument*/NULL); String_t* L_15 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_14, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL); V_3 = L_15; } IL_0064: { V_2 = (String_t*)NULL; } IL_0066: try { // begin try (depth: 1) StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_16 = __this->get_controlReader_18(); NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.TextReader::ReadLine() */, L_16); V_2 = L_17; goto IL_0077; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0074; throw e; } CATCH_0074: { // begin catch(System.IO.IOException) goto IL_0077; } // end catch (depth: 1) IL_0077: { String_t* L_18 = V_2; if (L_18) { goto IL_0080; } } { IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_il2cpp_TypeInfo_var); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_19 = FtpWebRequest_ServiceNotAvailable_mEE53E7521D71B5A537573CF9864AB7511EA03540(/*hidden argument*/NULL); return L_19; } IL_0080: { String_t* L_20 = V_0; String_t* L_21 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL); String_t* L_22 = V_2; String_t* L_23 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_20, L_21, L_22, /*hidden argument*/NULL); V_0 = L_23; String_t* L_24 = V_2; String_t* L_25 = V_3; NullCheck(L_24); bool L_26 = String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49(L_24, L_25, 4, /*hidden argument*/NULL); if (!L_26) { goto IL_0064; } } IL_0097: { int32_t L_27 = V_1; String_t* L_28 = V_0; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_29 = (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 *)il2cpp_codegen_object_new(FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876_il2cpp_TypeInfo_var); FtpStatus__ctor_mC95929791FE1B1A415BA073ABA99B040B8E30092(L_29, L_27, L_28, /*hidden argument*/NULL); return L_29; } } // System.Void System.Net.FtpWebRequest::InitiateSecureConnection(System.IO.StreamU26) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_InitiateSecureConnection_m88DF28A0C8D2D8D90B20040FCA410690A5563507 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_InitiateSecureConnection_m88DF28A0C8D2D8D90B20040FCA410690A5563507_MetadataUsageId); s_Il2CppMethodInitialized = true; } FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * V_0 = NULL; { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteralD91E1888F2DC09F11A876E25966A6FBD32B9CD87); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteralD91E1888F2DC09F11A876E25966A6FBD32B9CD87); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_2 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, _stringLiteral4A79BD00448BAAD864AA37F5D6D5B74BACE69207, L_1, /*hidden argument*/NULL); V_0 = L_2; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)((int32_t)234)))) { goto IL_002f; } } { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_5 = V_0; Exception_t * L_6 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, FtpWebRequest_InitiateSecureConnection_m88DF28A0C8D2D8D90B20040FCA410690A5563507_RuntimeMethod_var); } IL_002f: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** L_7 = ___stream0; FtpWebRequest_ChangeToSSLSocket_m69CC650428A401F11220C4E628B6BEEACD4A7B37(__this, (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 **)L_7, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.FtpWebRequest::ChangeToSSLSocket(System.IO.StreamU26) extern "C" IL2CPP_METHOD_ATTR bool FtpWebRequest_ChangeToSSLSocket_m69CC650428A401F11220C4E628B6BEEACD4A7B37 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_ChangeToSSLSocket_m69CC650428A401F11220C4E628B6BEEACD4A7B37_MetadataUsageId); s_Il2CppMethodInitialized = true; } MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * V_0 = NULL; RuntimeObject* V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_il2cpp_TypeInfo_var); MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * L_0 = MonoTlsProviderFactory_GetProviderInternal_m39B343490A04AEA1AA38A90180E1B3BB1FB09020(/*hidden argument*/NULL); MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_1 = MonoTlsSettings_CopyDefaultSettings_m4CE2BE44BF064124CFD98CEF44E76FD5D6EA0AD2(/*hidden argument*/NULL); V_0 = L_1; MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_2 = V_0; Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 L_3; memset(&L_3, 0, sizeof(L_3)); Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996((&L_3), (bool)1, /*hidden argument*/Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996_RuntimeMethod_var); NullCheck(L_2); MonoTlsSettings_set_UseServicePointManagerCallback_m3982FDDB084256E77E18F9A3E42E91E65F6F699B(L_2, L_3, /*hidden argument*/NULL); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** L_4 = ___stream0; Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = *((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 **)L_4); MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_6 = V_0; NullCheck(L_0); RuntimeObject* L_7 = VirtFuncInvoker3< RuntimeObject*, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *, bool, MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * >::Invoke(10 /* Mono.Security.Interface.IMonoSslStream Mono.Security.Interface.MonoTlsProvider::CreateSslStream(System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsSettings) */, L_0, L_5, (bool)1, L_6); V_1 = L_7; RuntimeObject* L_8 = V_1; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_9 = __this->get_requestUri_12(); NullCheck(L_9); String_t* L_10 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_9, /*hidden argument*/NULL); NullCheck(L_8); InterfaceActionInvoker4< String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, int32_t, bool >::Invoke(0 /* System.Void Mono.Security.Interface.IMonoSslStream::AuthenticateAsClient(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean) */, IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var, L_8, L_10, (X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *)NULL, ((int32_t)240), (bool)0); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** L_11 = ___stream0; RuntimeObject* L_12 = V_1; NullCheck(L_12); AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501 * L_13 = InterfaceFuncInvoker0< AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501 * >::Invoke(12 /* System.Net.Security.AuthenticatedStream Mono.Security.Interface.IMonoSslStream::get_AuthenticatedStream() */, IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var, L_12); *((RuntimeObject **)L_11) = (RuntimeObject *)L_13; Il2CppCodeGenWriteBarrier((RuntimeObject **)L_11, (RuntimeObject *)L_13); return (bool)1; } } // System.Boolean System.Net.FtpWebRequest::InFinalState() extern "C" IL2CPP_METHOD_ATTR bool FtpWebRequest_InFinalState_m7265E200C6F624D300195E3BA4528986D1269FB6 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { { int32_t L_0 = FtpWebRequest_get_State_mAE91E31E999A0B10CE3CB3BEDCF103DA3FE26D3D(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)7))) { goto IL_001c; } } { int32_t L_1 = FtpWebRequest_get_State_mAE91E31E999A0B10CE3CB3BEDCF103DA3FE26D3D(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)8))) { goto IL_001c; } } { int32_t L_2 = FtpWebRequest_get_State_mAE91E31E999A0B10CE3CB3BEDCF103DA3FE26D3D(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)6))? 1 : 0); } IL_001c: { return (bool)1; } } // System.Boolean System.Net.FtpWebRequest::InProgress() extern "C" IL2CPP_METHOD_ATTR bool FtpWebRequest_InProgress_mB3C30F4635E943E86ACD2B89EB10E203409A32F5 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { { int32_t L_0 = FtpWebRequest_get_State_mAE91E31E999A0B10CE3CB3BEDCF103DA3FE26D3D(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { bool L_1 = FtpWebRequest_InFinalState_m7265E200C6F624D300195E3BA4528986D1269FB6(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } IL_0012: { return (bool)0; } } // System.Void System.Net.FtpWebRequest::CheckIfAborted() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = FtpWebRequest_get_State_mAE91E31E999A0B10CE3CB3BEDCF103DA3FE26D3D(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)7)))) { goto IL_0015; } } { WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_1 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_1, _stringLiteral89ACF6FF8008B775EEDD2455290C9FA6FCDD71B9, 6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448_RuntimeMethod_var); } IL_0015: { return; } } // System.Void System.Net.FtpWebRequest::CheckFinalState() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CheckFinalState_mBFA7619CACD7FFBEAD849F529C8A3E74DE188DD6 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_CheckFinalState_mBFA7619CACD7FFBEAD849F529C8A3E74DE188DD6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = FtpWebRequest_InFinalState_m7265E200C6F624D300195E3BA4528986D1269FB6(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, _stringLiteral23C38AF9210DEDCB21D2BC4A38CD0D97FAF49022, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, FtpWebRequest_CheckFinalState_mBFA7619CACD7FFBEAD849F529C8A3E74DE188DD6_RuntimeMethod_var); } IL_0013: { return; } } // System.Void System.Net.FtpWebRequest::.cctor() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest__cctor_m3652EDD67F0C55207C33B710F1DA9808E1D31AFB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest__cctor_m3652EDD67F0C55207C33B710F1DA9808E1D31AFB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13)); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral5273F65411B64BF397DE1959C6F564A72192BE6B); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteral5273F65411B64BF397DE1959C6F564A72192BE6B); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral23D614E8B38A7FAD4D78E4583E371494DCD65714); (L_2)->SetAt(static_cast(1), (String_t*)_stringLiteral23D614E8B38A7FAD4D78E4583E371494DCD65714); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral735CF1665D0FD36F4865E4BC7439ABE369572E04); (L_3)->SetAt(static_cast(2), (String_t*)_stringLiteral735CF1665D0FD36F4865E4BC7439ABE369572E04); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral6A38FD4FCFF02813CE77B3E6A7BB18A4A71406C9); (L_4)->SetAt(static_cast(3), (String_t*)_stringLiteral6A38FD4FCFF02813CE77B3E6A7BB18A4A71406C9); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral1665E0819A2B29488E46D6252FD0DD09C4F53C23); (L_5)->SetAt(static_cast(4), (String_t*)_stringLiteral1665E0819A2B29488E46D6252FD0DD09C4F53C23); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteralEEF590EA8E09A0DEC8BF8485DB690A374FACFE2A); (L_6)->SetAt(static_cast(5), (String_t*)_stringLiteralEEF590EA8E09A0DEC8BF8485DB690A374FACFE2A); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralF73E110427648014568F7144031A6D48060EAB0A); (L_7)->SetAt(static_cast(6), (String_t*)_stringLiteralF73E110427648014568F7144031A6D48060EAB0A); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral4756081595FF9366E8B59C094AEBF3DF53A8FC98); (L_8)->SetAt(static_cast(7), (String_t*)_stringLiteral4756081595FF9366E8B59C094AEBF3DF53A8FC98); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteralFD35D5A1C8C8B04A6C1D2E2EAB8C4FA15027F731); (L_9)->SetAt(static_cast(8), (String_t*)_stringLiteralFD35D5A1C8C8B04A6C1D2E2EAB8C4FA15027F731); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral326B72CE927B07CFA39F06820ADFFA19F1A8EBA8); (L_10)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteral326B72CE927B07CFA39F06820ADFFA19F1A8EBA8); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral88087292ED82E26F3EB824D0BFFC05CCF7A30F8D); (L_11)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral88087292ED82E26F3EB824D0BFFC05CCF7A30F8D); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral0455F8AC4B1909159BFE3F6E3928F5B40D9B8561); (L_12)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteral0455F8AC4B1909159BFE3F6E3928F5B40D9B8561); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = L_12; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteralF34BA0AA70B16E4EE008653E46FE1939106E56BC); (L_13)->SetAt(static_cast(((int32_t)12)), (String_t*)_stringLiteralF34BA0AA70B16E4EE008653E46FE1939106E56BC); ((FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_StaticFields*)il2cpp_codegen_static_fields_for(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_il2cpp_TypeInfo_var))->set_supportedCommands_39(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 #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.Void System.Net.FtpWebResponse::.ctor(System.Net.FtpWebRequest,System.Uri,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse__ctor_mDA2BCCB288F43E4C85DE4B3CC3946278C0D552A5 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * ___request0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri1, String_t* ___method2, bool ___keepAlive3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebResponse__ctor_mDA2BCCB288F43E4C85DE4B3CC3946278C0D552A5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31(); __this->set_lastModified_4(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_bannerMessage_5(L_1); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_welcomeMessage_6(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_exitMessage_7(L_3); __this->set_contentLength_12((((int64_t)((int64_t)(-1))))); WebResponse__ctor_m0A254FF1607AEACDAA102A8ABA8941A42B2929A6(__this, /*hidden argument*/NULL); FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_4 = ___request0; __this->set_request_11(L_4); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = ___uri1; __this->set_uri_2(L_5); String_t* L_6 = ___method2; __this->set_method_9(L_6); return; } } // System.Void System.Net.FtpWebResponse::.ctor(System.Net.FtpWebRequest,System.Uri,System.String,System.Net.FtpStatusCode,System.String) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse__ctor_mEAD8EF85A256E43AFDE1C769FCCF6D22A228ADAB (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * ___request0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri1, String_t* ___method2, int32_t ___statusCode3, String_t* ___statusDescription4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebResponse__ctor_mEAD8EF85A256E43AFDE1C769FCCF6D22A228ADAB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31(); __this->set_lastModified_4(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_bannerMessage_5(L_1); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_welcomeMessage_6(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_exitMessage_7(L_3); __this->set_contentLength_12((((int64_t)((int64_t)(-1))))); WebResponse__ctor_m0A254FF1607AEACDAA102A8ABA8941A42B2929A6(__this, /*hidden argument*/NULL); FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_4 = ___request0; __this->set_request_11(L_4); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = ___uri1; __this->set_uri_2(L_5); String_t* L_6 = ___method2; __this->set_method_9(L_6); int32_t L_7 = ___statusCode3; __this->set_statusCode_3(L_7); String_t* L_8 = ___statusDescription4; __this->set_statusDescription_8(L_8); return; } } // System.Void System.Net.FtpWebResponse::.ctor(System.Net.FtpWebRequest,System.Uri,System.String,System.Net.FtpStatus) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse__ctor_m14AE71384600E877A903006445068AB50EF06486 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * ___request0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri1, String_t* ___method2, FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * ___status3, const RuntimeMethod* method) { { FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_0 = ___request0; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = ___uri1; String_t* L_2 = ___method2; FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_3 = ___status3; NullCheck(L_3); int32_t L_4 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_3, /*hidden argument*/NULL); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_5 = ___status3; NullCheck(L_5); String_t* L_6 = FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38(L_5, /*hidden argument*/NULL); FtpWebResponse__ctor_mEAD8EF85A256E43AFDE1C769FCCF6D22A228ADAB(__this, L_0, L_1, L_2, L_4, L_6, /*hidden argument*/NULL); return; } } // System.Net.WebHeaderCollection System.Net.FtpWebResponse::get_Headers() extern "C" IL2CPP_METHOD_ATTR WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * FtpWebResponse_get_Headers_m52AA9B0A938A337A4E4A2692499D43151229E9C2 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebResponse_get_Headers_m52AA9B0A938A337A4E4A2692499D43151229E9C2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_0 = (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *)il2cpp_codegen_object_new(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var); WebHeaderCollection__ctor_mDE789C8E11131B5FB1FD5FF79382893DE73E8752(L_0, /*hidden argument*/NULL); return L_0; } } // System.Uri System.Net.FtpWebResponse::get_ResponseUri() extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * FtpWebResponse_get_ResponseUri_mBEE3839232C9E8D6BC74C4419292279D576D70EE (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, const RuntimeMethod* method) { { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_uri_2(); return L_0; } } // System.Void System.Net.FtpWebResponse::set_LastModified(System.DateTime) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_set_LastModified_mB6EDC20C4EB44B35E8C52C8532C80631EAF6C78D (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method) { { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0; __this->set_lastModified_4(L_0); return; } } // System.Void System.Net.FtpWebResponse::set_BannerMessage(System.String) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_set_BannerMessage_m3997D6D98C13E490AA77535904E63DE3D5E3BB83 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_bannerMessage_5(L_0); return; } } // System.Void System.Net.FtpWebResponse::set_WelcomeMessage(System.String) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_set_WelcomeMessage_m6E9779B2F708B38908DA4126B4A6398B1D93676A (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_welcomeMessage_6(L_0); return; } } // System.Void System.Net.FtpWebResponse::set_StatusCode(System.Net.FtpStatusCode) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_set_StatusCode_m989B71AB45CCC1BE2F3DAC64AE2A6FB8BDFBD543 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_statusCode_3(L_0); return; } } // System.Void System.Net.FtpWebResponse::Close() extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_Close_mB0BF790B7D0778CAE04A2D0B28CBA7B3590914E9 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebResponse_Close_mB0BF790B7D0778CAE04A2D0B28CBA7B3590914E9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_10(); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { __this->set_disposed_10((bool)1); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_stream_1(); if (!L_1) { goto IL_003b; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get_stream_1(); NullCheck(L_2); VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_2); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = __this->get_stream_1(); IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = ((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields*)il2cpp_codegen_static_fields_for(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var))->get_Null_1(); if ((!(((RuntimeObject*)(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)L_3) == ((RuntimeObject*)(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)L_4)))) { goto IL_003b; } } { FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_5 = __this->get_request_11(); NullCheck(L_5); FtpWebRequest_OperationCompleted_m130241F4F4B2BC102AA8327C8542058344A482DD(L_5, /*hidden argument*/NULL); } IL_003b: { __this->set_stream_1((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL); return; } } // System.IO.Stream System.Net.FtpWebResponse::GetResponseStream() extern "C" IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * FtpWebResponse_GetResponseStream_mC281E3E56940B9EBFE6C5631E84E801AF63B2ECA (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebResponse_GetResponseStream_mC281E3E56940B9EBFE6C5631E84E801AF63B2ECA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_1(); if (L_0) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = ((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields*)il2cpp_codegen_static_fields_for(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var))->get_Null_1(); return L_1; } IL_000e: { String_t* L_2 = __this->get_method_9(); bool L_3 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_2, _stringLiteralFD35D5A1C8C8B04A6C1D2E2EAB8C4FA15027F731, /*hidden argument*/NULL); if (!L_3) { goto IL_0038; } } { String_t* L_4 = __this->get_method_9(); bool L_5 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_4, _stringLiteralEEF590EA8E09A0DEC8BF8485DB690A374FACFE2A, /*hidden argument*/NULL); if (!L_5) { goto IL_0038; } } { FtpWebResponse_CheckDisposed_m0A317BF997BD0814F07EBFA1A7F75E939A7286D9(__this, /*hidden argument*/NULL); } IL_0038: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = __this->get_stream_1(); return L_6; } } // System.Void System.Net.FtpWebResponse::set_Stream(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_set_Stream_mA775583F5D86B8BC121372286E8C38FE25644A26 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___value0, const RuntimeMethod* method) { { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___value0; __this->set_stream_1(L_0); return; } } // System.Void System.Net.FtpWebResponse::UpdateStatus(System.Net.FtpStatus) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_UpdateStatus_m63E1E366CDEADBF20BD30D41CB77E9B723EAE355 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * ___status0, const RuntimeMethod* method) { { FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_0 = ___status0; NullCheck(L_0); int32_t L_1 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D(L_0, /*hidden argument*/NULL); __this->set_statusCode_3(L_1); FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_2 = ___status0; NullCheck(L_2); String_t* L_3 = FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38(L_2, /*hidden argument*/NULL); __this->set_statusDescription_8(L_3); return; } } // System.Void System.Net.FtpWebResponse::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_CheckDisposed_m0A317BF997BD0814F07EBFA1A7F75E939A7286D9 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebResponse_CheckDisposed_m0A317BF997BD0814F07EBFA1A7F75E939A7286D9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_10(); if (!L_0) { goto IL_0019; } } { Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_3 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, FtpWebResponse_CheckDisposed_m0A317BF997BD0814F07EBFA1A7F75E939A7286D9_RuntimeMethod_var); } IL_0019: { return; } } // System.Boolean System.Net.FtpWebResponse::IsFinal() extern "C" IL2CPP_METHOD_ATTR bool FtpWebResponse_IsFinal_m0D47181A2DB04567196AD438FE81EB7C102ED5D5 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_statusCode_3(); return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)((int32_t)200)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } #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.Net.IWebProxy System.Net.GlobalProxySelection::get_Select() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GlobalProxySelection_get_Select_mE826A34EB04E3906E699A317417506C89551F54B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GlobalProxySelection_get_Select_mE826A34EB04E3906E699A317417506C89551F54B_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; WebProxyWrapper_t47B30DCD77853C5079F4944A6FCA329026D84E3B * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var); RuntimeObject* L_0 = WebRequest_get_DefaultWebProxy_m65F367761268F3797F96B8BE99F85FF8CB1C117A(/*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; if (L_1) { goto IL_000f; } } { RuntimeObject* L_2 = GlobalProxySelection_GetEmptyWebProxy_m66C1CA6E4480F45F78145DD23AB51A59B5A246AD(/*hidden argument*/NULL); return L_2; } IL_000f: { RuntimeObject* L_3 = V_0; V_1 = ((WebProxyWrapper_t47B30DCD77853C5079F4944A6FCA329026D84E3B *)IsInstClass((RuntimeObject*)L_3, WebProxyWrapper_t47B30DCD77853C5079F4944A6FCA329026D84E3B_il2cpp_TypeInfo_var)); WebProxyWrapper_t47B30DCD77853C5079F4944A6FCA329026D84E3B * L_4 = V_1; if (!L_4) { goto IL_0020; } } { WebProxyWrapper_t47B30DCD77853C5079F4944A6FCA329026D84E3B * L_5 = V_1; NullCheck(L_5); WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * L_6 = WebProxyWrapper_get_WebProxy_m64892D5D4C1D1C4A11188F1549D2762AF50A5EE8(L_5, /*hidden argument*/NULL); return L_6; } IL_0020: { RuntimeObject* L_7 = V_0; return L_7; } } // System.Net.IWebProxy System.Net.GlobalProxySelection::GetEmptyWebProxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GlobalProxySelection_GetEmptyWebProxy_m66C1CA6E4480F45F78145DD23AB51A59B5A246AD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GlobalProxySelection_GetEmptyWebProxy_m66C1CA6E4480F45F78145DD23AB51A59B5A246AD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D * L_0 = (EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D *)il2cpp_codegen_object_new(EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D_il2cpp_TypeInfo_var); EmptyWebProxy__ctor_m1087116F8816BF3AD6D7ADE134F1579659AA00A5(L_0, /*hidden argument*/NULL); return L_0; } } #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.Void System.Net.HeaderInfo::.ctor(System.String,System.Boolean,System.Boolean,System.Boolean,System.Net.HeaderParser) extern "C" IL2CPP_METHOD_ATTR void HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119 (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * __this, String_t* ___name0, bool ___requestRestricted1, bool ___responseRestricted2, bool ___multi3, HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * ___p4, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_HeaderName_3(L_0); bool L_1 = ___requestRestricted1; __this->set_IsRequestRestricted_0(L_1); bool L_2 = ___responseRestricted2; __this->set_IsResponseRestricted_1(L_2); HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_3 = ___p4; __this->set_Parser_2(L_3); bool L_4 = ___multi3; __this->set_AllowMultiValues_4(L_4); 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[] System.Net.HeaderInfoTable::ParseSingleValue(System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* HeaderInfoTable_ParseSingleValue_mCE6140F9CE345D6AF51B89C7D8C42E6C7AC41EA0 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HeaderInfoTable_ParseSingleValue_mCE6140F9CE345D6AF51B89C7D8C42E6C7AC41EA0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0; String_t* L_2 = ___value0; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (String_t*)L_2); return L_1; } } // System.String[] System.Net.HeaderInfoTable::ParseMultiValue(System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* HeaderInfoTable_ParseMultiValue_mF581CA5C6C9D338CC17232EC49C4471DB5DFC014 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HeaderInfoTable_ParseMultiValue_mF581CA5C6C9D338CC17232EC49C4471DB5DFC014_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_3 = NULL; String_t* V_4 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_5 = NULL; int32_t V_6 = 0; { StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * L_0 = (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB *)il2cpp_codegen_object_new(StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB_il2cpp_TypeInfo_var); StringCollection__ctor_m4358E3B91F6861DD166CAC4BD9B2D353FDA5FA14(L_0, /*hidden argument*/NULL); V_0 = L_0; V_1 = (bool)0; V_2 = 0; String_t* L_1 = ___value0; NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_2); V_3 = L_3; V_6 = 0; goto IL_006e; } IL_001b: { String_t* L_4 = ___value0; int32_t L_5 = V_6; NullCheck(L_4); Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_5, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)34))))) { goto IL_002e; } } { bool L_7 = V_1; V_1 = (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0); goto IL_0059; } IL_002e: { String_t* L_8 = ___value0; int32_t L_9 = V_6; NullCheck(L_8); Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, L_9, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)44))))) { goto IL_0059; } } { bool L_11 = V_1; if (L_11) { goto IL_0059; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = V_3; int32_t L_13 = V_2; String_t* L_14 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_12, 0, L_13, /*hidden argument*/NULL); V_4 = L_14; StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * L_15 = V_0; String_t* L_16 = V_4; NullCheck(L_16); String_t* L_17 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_16, /*hidden argument*/NULL); NullCheck(L_15); StringCollection_Add_mF15C799896470DD2C807334107ADFD01C8BAF497(L_15, L_17, /*hidden argument*/NULL); V_2 = 0; goto IL_0068; } IL_0059: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_18 = V_3; int32_t L_19 = V_2; int32_t L_20 = L_19; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); String_t* L_21 = ___value0; int32_t L_22 = V_6; NullCheck(L_21); Il2CppChar L_23 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_21, L_22, /*hidden argument*/NULL); NullCheck(L_18); (L_18)->SetAt(static_cast(L_20), (Il2CppChar)L_23); } IL_0068: { int32_t L_24 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_006e: { int32_t L_25 = V_6; String_t* L_26 = ___value0; NullCheck(L_26); int32_t L_27 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_26, /*hidden argument*/NULL); if ((((int32_t)L_25) < ((int32_t)L_27))) { goto IL_001b; } } { int32_t L_28 = V_2; if (!L_28) { goto IL_0093; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = V_3; int32_t L_30 = V_2; String_t* L_31 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_29, 0, L_30, /*hidden argument*/NULL); V_4 = L_31; StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * L_32 = V_0; String_t* L_33 = V_4; NullCheck(L_33); String_t* L_34 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_33, /*hidden argument*/NULL); NullCheck(L_32); StringCollection_Add_mF15C799896470DD2C807334107ADFD01C8BAF497(L_32, L_34, /*hidden argument*/NULL); } IL_0093: { StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * L_35 = V_0; NullCheck(L_35); int32_t L_36 = StringCollection_get_Count_m4307EBE5F76A894AE550321977CE58DDDFCB85BF(L_35, /*hidden argument*/NULL); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_37 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_36); V_5 = L_37; StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * L_38 = V_0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_39 = V_5; NullCheck(L_38); StringCollection_CopyTo_m22FDAD087DBC9ACAC1C2BD3614AD448C173F8893(L_38, L_39, 0, /*hidden argument*/NULL); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_40 = V_5; return L_40; } } // System.Void System.Net.HeaderInfoTable::.cctor() extern "C" IL2CPP_METHOD_ATTR void HeaderInfoTable__cctor_mE96A69FD8B8F938623442DCD661EA5FB8E608B16 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HeaderInfoTable__cctor_mE96A69FD8B8F938623442DCD661EA5FB8E608B16_MetadataUsageId); s_Il2CppMethodInitialized = true; } HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_1 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_2 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_2, L_0, (bool)0, (bool)0, (bool)0, L_1, /*hidden argument*/NULL); ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->set_UnknownHeaderInfo_1(L_2); HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_3 = (HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E *)il2cpp_codegen_object_new(HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E_il2cpp_TypeInfo_var); HeaderParser__ctor_m3505961B694DA7A327216C93C9ECF14883F0FD76(L_3, NULL, (intptr_t)((intptr_t)HeaderInfoTable_ParseSingleValue_mCE6140F9CE345D6AF51B89C7D8C42E6C7AC41EA0_RuntimeMethod_var), /*hidden argument*/NULL); ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->set_SingleParser_2(L_3); HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_4 = (HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E *)il2cpp_codegen_object_new(HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E_il2cpp_TypeInfo_var); HeaderParser__ctor_m3505961B694DA7A327216C93C9ECF14883F0FD76(L_4, NULL, (intptr_t)((intptr_t)HeaderInfoTable_ParseMultiValue_mF581CA5C6C9D338CC17232EC49C4471DB5DFC014_RuntimeMethod_var), /*hidden argument*/NULL); ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->set_MultiParser_3(L_4); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_5 = (HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2*)SZArrayNew(HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)52)); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_6 = L_5; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_7 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_8 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_8, _stringLiteralFF9F1FF32120D8B893C1DED522D49590353B29A6, (bool)0, (bool)0, (bool)0, L_7, /*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(0), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_8); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_9 = L_6; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_10 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_11 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_11, _stringLiteral3AD0E3698278F45B2AF94445396E9865F213F617, (bool)0, (bool)0, (bool)1, L_10, /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAt(static_cast(1), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_11); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_12 = L_9; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_13 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_14 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_14, _stringLiteralBB54DB510A92908A5A4DF79FC1AD1EAE8DF50EC3, (bool)1, (bool)0, (bool)1, L_13, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_14); (L_12)->SetAt(static_cast(2), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_14); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_15 = L_12; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_16 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_17 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_17, _stringLiteral5E25CE007AA95EA2EA8B158AEE9C630A32EA5616, (bool)0, (bool)0, (bool)1, L_16, /*hidden argument*/NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_17); (L_15)->SetAt(static_cast(3), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_17); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_18 = L_15; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_19 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_20 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_20, _stringLiteral02910FE72AEF1E79D1CE552B0125FE9D6E734463, (bool)0, (bool)0, (bool)1, L_19, /*hidden argument*/NULL); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_20); (L_18)->SetAt(static_cast(4), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_20); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_21 = L_18; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_22 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_23 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_23, _stringLiteralAAF67685A1D81108695F45293BF84F12A0C9CB46, (bool)0, (bool)0, (bool)1, L_22, /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_23); (L_21)->SetAt(static_cast(5), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_23); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_24 = L_21; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_25 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_26 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_26, _stringLiteral177429157553DBB71C8BAB30AAC57A62D268CC1C, (bool)0, (bool)0, (bool)1, L_25, /*hidden argument*/NULL); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_26); (L_24)->SetAt(static_cast(6), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_26); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_27 = L_24; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_28 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_29 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_29, _stringLiteral58385B3FBA0471CB7C233041F9D15C4B6CCF18FE, (bool)0, (bool)0, (bool)1, L_28, /*hidden argument*/NULL); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_29); (L_27)->SetAt(static_cast(7), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_29); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_30 = L_27; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_31 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_32 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_32, _stringLiteralE4F81994FED009C24D31EFD799E2D47A74A60F1F, (bool)0, (bool)0, (bool)1, L_31, /*hidden argument*/NULL); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_32); (L_30)->SetAt(static_cast(8), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_32); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_33 = L_30; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_34 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_35 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_35, _stringLiteral6512EE1541E9A6C52D5BF7CF465332E8DF25EA3C, (bool)1, (bool)0, (bool)1, L_34, /*hidden argument*/NULL); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_35); (L_33)->SetAt(static_cast(((int32_t)9)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_35); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_36 = L_33; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_37 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_38 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_38, _stringLiteralE73CAE7DFACEFCEF71FBF26A30B14FB6F485D82D, (bool)0, (bool)0, (bool)0, L_37, /*hidden argument*/NULL); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_38); (L_36)->SetAt(static_cast(((int32_t)10)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_38); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_39 = L_36; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_40 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_41 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_41, _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255, (bool)1, (bool)0, (bool)0, L_40, /*hidden argument*/NULL); NullCheck(L_39); ArrayElementTypeCheck (L_39, L_41); (L_39)->SetAt(static_cast(((int32_t)11)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_41); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_42 = L_39; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_43 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_44 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_44, _stringLiteral9B09C51972B24AAF8BFF4E23301B40DA54C025B6, (bool)0, (bool)0, (bool)1, L_43, /*hidden argument*/NULL); NullCheck(L_42); ArrayElementTypeCheck (L_42, L_44); (L_42)->SetAt(static_cast(((int32_t)12)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_44); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_45 = L_42; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_46 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_47 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_47, _stringLiteralD8A137C21303D5CDFAF674A6D77269E2B8A33D34, (bool)0, (bool)0, (bool)0, L_46, /*hidden argument*/NULL); NullCheck(L_45); ArrayElementTypeCheck (L_45, L_47); (L_45)->SetAt(static_cast(((int32_t)13)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_47); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_48 = L_45; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_49 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_50 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_50, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA, (bool)1, (bool)1, (bool)0, L_49, /*hidden argument*/NULL); NullCheck(L_48); ArrayElementTypeCheck (L_48, L_50); (L_48)->SetAt(static_cast(((int32_t)14)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_50); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_51 = L_48; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_52 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_53 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_53, _stringLiteralDC573A47ACA875AAA79618871337D7F6C56FA72F, (bool)0, (bool)0, (bool)1, L_52, /*hidden argument*/NULL); NullCheck(L_51); ArrayElementTypeCheck (L_51, L_53); (L_51)->SetAt(static_cast(((int32_t)15)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_53); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_54 = L_51; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_55 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_56 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_56, _stringLiteral91FD1DFED8364F154A419BB30F47511380D2A0E0, (bool)0, (bool)0, (bool)1, L_55, /*hidden argument*/NULL); NullCheck(L_54); ArrayElementTypeCheck (L_54, L_56); (L_54)->SetAt(static_cast(((int32_t)16)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_56); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_57 = L_54; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_58 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_59 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_59, _stringLiteralBE591269E96263FE450EF74421A96C4AD9175EB9, (bool)0, (bool)0, (bool)0, L_58, /*hidden argument*/NULL); NullCheck(L_57); ArrayElementTypeCheck (L_57, L_59); (L_57)->SetAt(static_cast(((int32_t)17)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_59); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_60 = L_57; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_61 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_62 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_62, _stringLiteralEB9A4BC1C0C153E4E4B042A79113B815B7E3021D, (bool)1, (bool)0, (bool)0, L_61, /*hidden argument*/NULL); NullCheck(L_60); ArrayElementTypeCheck (L_60, L_62); (L_60)->SetAt(static_cast(((int32_t)18)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_62); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_63 = L_60; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_64 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_65 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_65, _stringLiteral11D00F6ED181AFBAE6281CF892E585DCEE85B274, (bool)0, (bool)0, (bool)0, L_64, /*hidden argument*/NULL); NullCheck(L_63); ArrayElementTypeCheck (L_63, L_65); (L_63)->SetAt(static_cast(((int32_t)19)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_65); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_66 = L_63; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_67 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_68 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_68, _stringLiteral58FC1BE971A32518B08BB4967F47C3E29FC379B9, (bool)1, (bool)0, (bool)1, L_67, /*hidden argument*/NULL); NullCheck(L_66); ArrayElementTypeCheck (L_66, L_68); (L_66)->SetAt(static_cast(((int32_t)20)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_68); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_69 = L_66; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_70 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_71 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_71, _stringLiteralA99BE3DA0C9DA2F3C64500B5EF8A8E48F503D127, (bool)0, (bool)0, (bool)0, L_70, /*hidden argument*/NULL); NullCheck(L_69); ArrayElementTypeCheck (L_69, L_71); (L_69)->SetAt(static_cast(((int32_t)21)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_71); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_72 = L_69; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_73 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_74 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_74, _stringLiteral3F66052A107EAF9BAE7CAD0F61FB462F47EC2C47, (bool)0, (bool)0, (bool)0, L_73, /*hidden argument*/NULL); NullCheck(L_72); ArrayElementTypeCheck (L_72, L_74); (L_72)->SetAt(static_cast(((int32_t)22)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_74); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_75 = L_72; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_76 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_77 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_77, _stringLiteral3960EC4CA5FB5E5D8CDB2CC1C5121C003E426517, (bool)1, (bool)0, (bool)0, L_76, /*hidden argument*/NULL); NullCheck(L_75); ArrayElementTypeCheck (L_75, L_77); (L_75)->SetAt(static_cast(((int32_t)23)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_77); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_78 = L_75; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_79 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_80 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_80, _stringLiteralC4ECA4702BBD3334F2AF696C9113056AD66A8D93, (bool)0, (bool)0, (bool)1, L_79, /*hidden argument*/NULL); NullCheck(L_78); ArrayElementTypeCheck (L_78, L_80); (L_78)->SetAt(static_cast(((int32_t)24)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_80); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_81 = L_78; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_82 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_83 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_83, _stringLiteral3E610A822745A7648A28DDC376BB31E9D961B787, (bool)0, (bool)0, (bool)0, L_82, /*hidden argument*/NULL); NullCheck(L_81); ArrayElementTypeCheck (L_81, L_83); (L_81)->SetAt(static_cast(((int32_t)25)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_83); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_84 = L_81; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_85 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_86 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_86, _stringLiteral2C743CA76B5FF26374732B33A172BC6386B3AAB3, (bool)0, (bool)0, (bool)1, L_85, /*hidden argument*/NULL); NullCheck(L_84); ArrayElementTypeCheck (L_84, L_86); (L_84)->SetAt(static_cast(((int32_t)26)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_86); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_87 = L_84; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_88 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_89 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_89, _stringLiteralDE1338853DA05E0B2EF334C6D2A1BD4EFD32B464, (bool)1, (bool)0, (bool)0, L_88, /*hidden argument*/NULL); NullCheck(L_87); ArrayElementTypeCheck (L_87, L_89); (L_87)->SetAt(static_cast(((int32_t)27)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_89); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_90 = L_87; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_91 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_92 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_92, _stringLiteralF07EA20E44175D8597A0629B88839DC18660C130, (bool)0, (bool)0, (bool)0, L_91, /*hidden argument*/NULL); NullCheck(L_90); ArrayElementTypeCheck (L_90, L_92); (L_90)->SetAt(static_cast(((int32_t)28)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_92); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_93 = L_90; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_94 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_95 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_95, _stringLiteral7E8B1D0FC088BB90DBBE8A2DBD8D00105AEBFDF3, (bool)0, (bool)1, (bool)0, L_94, /*hidden argument*/NULL); NullCheck(L_93); ArrayElementTypeCheck (L_93, L_95); (L_93)->SetAt(static_cast(((int32_t)29)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_95); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_96 = L_93; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_97 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_98 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_98, _stringLiteralD219C68101F532DE10ADD2CF42FB9DBECA73D3BE, (bool)0, (bool)0, (bool)0, L_97, /*hidden argument*/NULL); NullCheck(L_96); ArrayElementTypeCheck (L_96, L_98); (L_96)->SetAt(static_cast(((int32_t)30)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_98); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_99 = L_96; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_100 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_101 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_101, _stringLiteral4312B9CDC22A0D8CF25AB213C9D034CEE9CE16EE, (bool)0, (bool)0, (bool)0, L_100, /*hidden argument*/NULL); NullCheck(L_99); ArrayElementTypeCheck (L_99, L_101); (L_99)->SetAt(static_cast(((int32_t)31)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_101); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_102 = L_99; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_103 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_104 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_104, _stringLiteralAEE370B0F123573C06763F70D30C8890721694C4, (bool)0, (bool)0, (bool)0, L_103, /*hidden argument*/NULL); NullCheck(L_102); ArrayElementTypeCheck (L_102, L_104); (L_102)->SetAt(static_cast(((int32_t)32)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_104); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_105 = L_102; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_106 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_107 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_107, _stringLiteral38F93D32853ECA4603A582EB7A404079E10B855D, (bool)0, (bool)0, (bool)1, L_106, /*hidden argument*/NULL); NullCheck(L_105); ArrayElementTypeCheck (L_105, L_107); (L_105)->SetAt(static_cast(((int32_t)33)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_107); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_108 = L_105; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_109 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_110 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_110, _stringLiteral0CE13782E9AC74EF50B0F764C0721DE2A4AE3187, (bool)0, (bool)0, (bool)1, L_109, /*hidden argument*/NULL); NullCheck(L_108); ArrayElementTypeCheck (L_108, L_110); (L_108)->SetAt(static_cast(((int32_t)34)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_110); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_111 = L_108; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_112 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_113 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_113, _stringLiteralD2FD2A50C1A375BEB79E19EC25E0A1496B8C4176, (bool)0, (bool)0, (bool)1, L_112, /*hidden argument*/NULL); NullCheck(L_111); ArrayElementTypeCheck (L_111, L_113); (L_111)->SetAt(static_cast(((int32_t)35)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_113); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_114 = L_111; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_115 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_116 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_116, _stringLiteral6C8AB939E128BDE48BD3E5D6AC21C29EA1E72CEA, (bool)1, (bool)0, (bool)1, L_115, /*hidden argument*/NULL); NullCheck(L_114); ArrayElementTypeCheck (L_114, L_116); (L_114)->SetAt(static_cast(((int32_t)36)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_116); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_117 = L_114; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_118 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_119 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_119, _stringLiteralA16C5BBE4BF996740F257AA1E81BD57E4C52C8DD, (bool)1, (bool)0, (bool)1, L_118, /*hidden argument*/NULL); NullCheck(L_117); ArrayElementTypeCheck (L_117, L_119); (L_117)->SetAt(static_cast(((int32_t)37)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_119); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_120 = L_117; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_121 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_122 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_122, _stringLiteral699B2FB0910CCC7C0854D17A2041A907709ED3C1, (bool)1, (bool)0, (bool)0, L_121, /*hidden argument*/NULL); NullCheck(L_120); ArrayElementTypeCheck (L_120, L_122); (L_120)->SetAt(static_cast(((int32_t)38)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_122); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_123 = L_120; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_124 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_125 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_125, _stringLiteralDEDECE9FD5695DF933056CBE96D25F6B3069F79B, (bool)0, (bool)0, (bool)0, L_124, /*hidden argument*/NULL); NullCheck(L_123); ArrayElementTypeCheck (L_123, L_125); (L_123)->SetAt(static_cast(((int32_t)39)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_125); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_126 = L_123; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_127 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_128 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_128, _stringLiteralCB0CB170D106F8E8D5AF1E05BBDBD3A96A7DE197, (bool)0, (bool)0, (bool)0, L_127, /*hidden argument*/NULL); NullCheck(L_126); ArrayElementTypeCheck (L_126, L_128); (L_126)->SetAt(static_cast(((int32_t)40)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_128); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_129 = L_126; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_130 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_131 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_131, _stringLiteralDA18D02D9A384EC87B2924AA70BB99B190DFA12C, (bool)0, (bool)0, (bool)1, L_130, /*hidden argument*/NULL); NullCheck(L_129); ArrayElementTypeCheck (L_129, L_131); (L_129)->SetAt(static_cast(((int32_t)41)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_131); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_132 = L_129; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_133 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_134 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_134, _stringLiteralE9CACE35E90B037B0140E79E5BFF9090459AEF6C, (bool)0, (bool)0, (bool)1, L_133, /*hidden argument*/NULL); NullCheck(L_132); ArrayElementTypeCheck (L_132, L_134); (L_132)->SetAt(static_cast(((int32_t)42)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_134); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_135 = L_132; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_136 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_137 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_137, _stringLiteral1945CA5513CF77B8240E53495BA7A26E86ACACA7, (bool)0, (bool)0, (bool)1, L_136, /*hidden argument*/NULL); NullCheck(L_135); ArrayElementTypeCheck (L_135, L_137); (L_135)->SetAt(static_cast(((int32_t)43)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_137); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_138 = L_135; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_139 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_140 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_140, _stringLiteral26013BCCBA39D56F3505ECD08B5AABDC74EF7701, (bool)0, (bool)0, (bool)1, L_139, /*hidden argument*/NULL); NullCheck(L_138); ArrayElementTypeCheck (L_138, L_140); (L_138)->SetAt(static_cast(((int32_t)44)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_140); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_141 = L_138; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_142 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_143 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_143, _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5, (bool)1, (bool)1, (bool)1, L_142, /*hidden argument*/NULL); NullCheck(L_141); ArrayElementTypeCheck (L_141, L_143); (L_141)->SetAt(static_cast(((int32_t)45)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_143); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_144 = L_141; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_145 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_146 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_146, _stringLiteralA6F47E00E036C5589EB12E237894B37FB015D365, (bool)0, (bool)0, (bool)1, L_145, /*hidden argument*/NULL); NullCheck(L_144); ArrayElementTypeCheck (L_144, L_146); (L_144)->SetAt(static_cast(((int32_t)46)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_146); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_147 = L_144; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_148 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_149 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_149, _stringLiteral170C6D2E56E8B4E9EC094B58AFE212EC6E8296A6, (bool)1, (bool)0, (bool)0, L_148, /*hidden argument*/NULL); NullCheck(L_147); ArrayElementTypeCheck (L_147, L_149); (L_147)->SetAt(static_cast(((int32_t)47)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_149); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_150 = L_147; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_151 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_152 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_152, _stringLiteral69A7BE7D74E8B54EF69683EB73C3ADDBE24661A5, (bool)0, (bool)0, (bool)1, L_151, /*hidden argument*/NULL); NullCheck(L_150); ArrayElementTypeCheck (L_150, L_152); (L_150)->SetAt(static_cast(((int32_t)48)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_152); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_153 = L_150; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_154 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_155 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_155, _stringLiteral2B24D45FC35A156981B37EC34E29D99633F90CEB, (bool)0, (bool)0, (bool)1, L_154, /*hidden argument*/NULL); NullCheck(L_153); ArrayElementTypeCheck (L_153, L_155); (L_153)->SetAt(static_cast(((int32_t)49)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_155); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_156 = L_153; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_157 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_158 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_158, _stringLiteralE9C45563358E813F157BA81B33143542165BA84E, (bool)0, (bool)0, (bool)1, L_157, /*hidden argument*/NULL); NullCheck(L_156); ArrayElementTypeCheck (L_156, L_158); (L_156)->SetAt(static_cast(((int32_t)50)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_158); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_159 = L_156; HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_160 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2(); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_161 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var); HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_161, _stringLiteral91E15DFD33A8977326EC3048FFFCF2851F9AB5D0, (bool)0, (bool)1, (bool)1, L_160, /*hidden argument*/NULL); NullCheck(L_159); ArrayElementTypeCheck (L_159, L_161); (L_159)->SetAt(static_cast(((int32_t)51)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_161); V_0 = L_159; HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_162 = V_0; NullCheck(L_162); IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var); CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * L_163 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_StaticInstance_0(); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_164 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var); Hashtable__ctor_m99DEEBD0F97806D7B365F2BF4ED68D775BFCED8D(L_164, ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_162)->max_length)))), (int32_t)2)), L_163, /*hidden argument*/NULL); ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->set_HeaderHashTable_0(L_164); V_1 = 0; goto IL_04e1; } IL_04c8: { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_165 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_HeaderHashTable_0(); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_166 = V_0; int32_t L_167 = V_1; NullCheck(L_166); int32_t L_168 = L_167; HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_169 = (L_166)->GetAt(static_cast(L_168)); NullCheck(L_169); String_t* L_170 = L_169->get_HeaderName_3(); HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_171 = V_0; int32_t L_172 = V_1; NullCheck(L_171); int32_t L_173 = L_172; HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_174 = (L_171)->GetAt(static_cast(L_173)); NullCheck(L_165); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_165, L_170, L_174); int32_t L_175 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_175, (int32_t)1)); } IL_04e1: { int32_t L_176 = V_1; HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_177 = V_0; NullCheck(L_177); if ((((int32_t)L_176) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_177)->max_length))))))) { goto IL_04c8; } } { return; } } // System.Net.HeaderInfo System.Net.HeaderInfoTable::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * HeaderInfoTable_get_Item_m87D6C7DCC3A5EA433F038365677E93B311A41885 (HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HeaderInfoTable_get_Item_m87D6C7DCC3A5EA433F038365677E93B311A41885_MetadataUsageId); s_Il2CppMethodInitialized = true; } HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_HeaderHashTable_0(); String_t* L_1 = ___name0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1); V_0 = ((HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)CastclassClass((RuntimeObject*)L_2, HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var)); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_3 = V_0; if (L_3) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var); HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_4 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_UnknownHeaderInfo_1(); return L_4; } IL_001a: { HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_5 = V_0; return L_5; } } // System.Void System.Net.HeaderInfoTable::.ctor() extern "C" IL2CPP_METHOD_ATTR void HeaderInfoTable__ctor_m7CAFD794EF41A0799F26DF974DBC848A03275531 (HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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 extern "C" StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* DelegatePInvokeWrapper_HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E (HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DelegatePInvokeWrapper_HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E_MetadataUsageId); s_Il2CppMethodInitialized = true; } typedef char** (DEFAULT_CALL *PInvokeFunc)(char*); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter U27___value0U27 to native representation char* ____value0_marshaled = NULL; ____value0_marshaled = il2cpp_codegen_marshal_string(___value0); // Native function invocation char** returnValue = il2cppPInvokeFunc(____value0_marshaled); // Marshaling of return value back from native representation StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* _returnValue_unmarshaled = NULL; if (returnValue != NULL) { if (_returnValue_unmarshaled == NULL) { _returnValue_unmarshaled = reinterpret_cast(SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, 1)); } il2cpp_array_size_t _arrayLength = (_returnValue_unmarshaled)->max_length; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++) { String_t* _returnValue_i__unmarshaled = NULL; _returnValue_i__unmarshaled = il2cpp_codegen_marshal_string_result((returnValue)[i]); (_returnValue_unmarshaled)->SetAtUnchecked(static_cast(i), _returnValue_i__unmarshaled); } } // Marshaling cleanup of return value native representation if (returnValue != NULL) { const il2cpp_array_size_t returnValue_CleanupLoopCount = 1; for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(returnValue_CleanupLoopCount); i++) { il2cpp_codegen_marshal_free((returnValue)[i]); (returnValue)[i] = NULL; } il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; } // Marshaling cleanup of parameter U27___value0U27 native representation il2cpp_codegen_marshal_free(____value0_marshaled); ____value0_marshaled = NULL; return _returnValue_unmarshaled; } // System.Void System.Net.HeaderParser::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void HeaderParser__ctor_m3505961B694DA7A327216C93C9ECF14883F0FD76 (HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.String[] System.Net.HeaderParser::Invoke(System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* HeaderParser_Invoke_m9B1C027C8642CE3AA54366690471A23E181D41B6 (HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * __this, String_t* ___value0, const RuntimeMethod* method) { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* result = NULL; DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11(); if (delegatesToInvoke != NULL) { il2cpp_array_size_t length = delegatesToInvoke->max_length; for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast(i)); Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*FunctionPointerType) (String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___value0, targetMethod); } else { // closed typedef StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*FunctionPointerType) (void*, String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___value0, targetMethod); } } else if (___parameterCount != 1) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(targetMethod, ___value0); else result = GenericVirtFuncInvoker0< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(targetMethod, ___value0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___value0); else result = VirtFuncInvoker0< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___value0); } } } else { typedef StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*FunctionPointerType) (String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___value0, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*FunctionPointerType) (String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___value0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t* >::Invoke(targetMethod, targetThis, ___value0); else result = GenericVirtFuncInvoker1< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t* >::Invoke(targetMethod, targetThis, ___value0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___value0); else result = VirtFuncInvoker1< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___value0); } } } else { typedef StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*FunctionPointerType) (void*, String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___value0, targetMethod); } } } } else { Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*FunctionPointerType) (String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___value0, targetMethod); } else { // closed typedef StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*FunctionPointerType) (void*, String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___value0, targetMethod); } } else if (___parameterCount != 1) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(targetMethod, ___value0); else result = GenericVirtFuncInvoker0< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(targetMethod, ___value0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___value0); else result = VirtFuncInvoker0< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___value0); } } } else { typedef StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*FunctionPointerType) (String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___value0, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*FunctionPointerType) (String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___value0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t* >::Invoke(targetMethod, targetThis, ___value0); else result = GenericVirtFuncInvoker1< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t* >::Invoke(targetMethod, targetThis, ___value0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___value0); else result = VirtFuncInvoker1< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___value0); } } } else { typedef StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*FunctionPointerType) (void*, String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___value0, targetMethod); } } } return result; } // System.IAsyncResult System.Net.HeaderParser::BeginInvoke(System.String,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HeaderParser_BeginInvoke_m9FD2F44038291DA86379F725BB39C636E9442D6E (HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * __this, String_t* ___value0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___value0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.String[] System.Net.HeaderParser::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* HeaderParser_EndInvoke_m357E4BCDE566A5DCB07B1F07F6EEC3F0BBD05E8A (HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)__result; } #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: System.Net.HeaderVariantInfo extern "C" void HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshal_pinvoke(const HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64& unmarshaled, HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshaled_pinvoke& marshaled) { marshaled.___m_name_0 = il2cpp_codegen_marshal_string(unmarshaled.get_m_name_0()); marshaled.___m_variant_1 = unmarshaled.get_m_variant_1(); } extern "C" void HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshal_pinvoke_back(const HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshaled_pinvoke& marshaled, HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64& unmarshaled) { unmarshaled.set_m_name_0(il2cpp_codegen_marshal_string_result(marshaled.___m_name_0)); int32_t unmarshaled_m_variant_temp_1 = 0; unmarshaled_m_variant_temp_1 = marshaled.___m_variant_1; unmarshaled.set_m_variant_1(unmarshaled_m_variant_temp_1); } // Conversion method for clean up from marshalling of: System.Net.HeaderVariantInfo extern "C" void HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshal_pinvoke_cleanup(HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___m_name_0); marshaled.___m_name_0 = NULL; } // Conversion methods for marshalling of: System.Net.HeaderVariantInfo extern "C" void HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshal_com(const HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64& unmarshaled, HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshaled_com& marshaled) { marshaled.___m_name_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_m_name_0()); marshaled.___m_variant_1 = unmarshaled.get_m_variant_1(); } extern "C" void HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshal_com_back(const HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshaled_com& marshaled, HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64& unmarshaled) { unmarshaled.set_m_name_0(il2cpp_codegen_marshal_bstring_result(marshaled.___m_name_0)); int32_t unmarshaled_m_variant_temp_1 = 0; unmarshaled_m_variant_temp_1 = marshaled.___m_variant_1; unmarshaled.set_m_variant_1(unmarshaled_m_variant_temp_1); } // Conversion method for clean up from marshalling of: System.Net.HeaderVariantInfo extern "C" void HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshal_com_cleanup(HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___m_name_0); marshaled.___m_name_0 = NULL; } // System.Void System.Net.HeaderVariantInfo::.ctor(System.String,System.Net.CookieVariant) extern "C" IL2CPP_METHOD_ATTR void HeaderVariantInfo__ctor_mAD64A49F3014F465CAFB0530158218EF432CD49D (HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * __this, String_t* ___name0, int32_t ___variant1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; __this->set_m_name_0(L_0); int32_t L_1 = ___variant1; __this->set_m_variant_1(L_1); return; } } extern "C" void HeaderVariantInfo__ctor_mAD64A49F3014F465CAFB0530158218EF432CD49D_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, int32_t ___variant1, const RuntimeMethod* method) { HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * _thisAdjusted = reinterpret_cast(__this + 1); HeaderVariantInfo__ctor_mAD64A49F3014F465CAFB0530158218EF432CD49D(_thisAdjusted, ___name0, ___variant1, method); } // System.String System.Net.HeaderVariantInfo::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* HeaderVariantInfo_get_Name_m663FC3E423EA3BFE1F1742533C0A83B4FACEB7AF (HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_0(); return L_0; } } extern "C" String_t* HeaderVariantInfo_get_Name_m663FC3E423EA3BFE1F1742533C0A83B4FACEB7AF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * _thisAdjusted = reinterpret_cast(__this + 1); return HeaderVariantInfo_get_Name_m663FC3E423EA3BFE1F1742533C0A83B4FACEB7AF(_thisAdjusted, method); } // System.Net.CookieVariant System.Net.HeaderVariantInfo::get_Variant() extern "C" IL2CPP_METHOD_ATTR int32_t HeaderVariantInfo_get_Variant_mB25F862C65883D77BD9B88197C3198B62A1BCD31 (HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_variant_1(); return L_0; } } extern "C" int32_t HeaderVariantInfo_get_Variant_mB25F862C65883D77BD9B88197C3198B62A1BCD31_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * _thisAdjusted = reinterpret_cast(__this + 1); return HeaderVariantInfo_get_Variant_mB25F862C65883D77BD9B88197C3198B62A1BCD31(_thisAdjusted, method); } #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.Void System.Net.HttpContinueDelegate::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void HttpContinueDelegate__ctor_mC817FD28C7108C204818C2A6127FF4B6231FF828 (HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Net.HttpContinueDelegate::Invoke(System.Int32,System.Net.WebHeaderCollection) extern "C" IL2CPP_METHOD_ATTR void HttpContinueDelegate_Invoke_m7465E6EC8142D0BCC30F80634F840CE31819FA5D (HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * __this, int32_t ___StatusCode0, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___httpHeaders1, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11(); if (delegatesToInvoke != NULL) { il2cpp_array_size_t length = delegatesToInvoke->max_length; for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast(i)); Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___StatusCode0, ___httpHeaders1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___StatusCode0, ___httpHeaders1, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef void (*FunctionPointerType) (int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___StatusCode0, ___httpHeaders1, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * >::Invoke(targetMethod, targetThis, ___StatusCode0, ___httpHeaders1); else GenericVirtActionInvoker2< int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * >::Invoke(targetMethod, targetThis, ___StatusCode0, ___httpHeaders1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___StatusCode0, ___httpHeaders1); else VirtActionInvoker2< int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___StatusCode0, ___httpHeaders1); } } } else { typedef void (*FunctionPointerType) (void*, int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___StatusCode0, ___httpHeaders1, targetMethod); } } } } else { Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___StatusCode0, ___httpHeaders1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___StatusCode0, ___httpHeaders1, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef void (*FunctionPointerType) (int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___StatusCode0, ___httpHeaders1, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * >::Invoke(targetMethod, targetThis, ___StatusCode0, ___httpHeaders1); else GenericVirtActionInvoker2< int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * >::Invoke(targetMethod, targetThis, ___StatusCode0, ___httpHeaders1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___StatusCode0, ___httpHeaders1); else VirtActionInvoker2< int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___StatusCode0, ___httpHeaders1); } } } else { typedef void (*FunctionPointerType) (void*, int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___StatusCode0, ___httpHeaders1, targetMethod); } } } } // System.IAsyncResult System.Net.HttpContinueDelegate::BeginInvoke(System.Int32,System.Net.WebHeaderCollection,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HttpContinueDelegate_BeginInvoke_mF1CB048D9AA5D611AF3EE3E34CF997F7DBA88756 (HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * __this, int32_t ___StatusCode0, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___httpHeaders1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpContinueDelegate_BeginInvoke_mF1CB048D9AA5D611AF3EE3E34CF997F7DBA88756_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___StatusCode0); __d_args[1] = ___httpHeaders1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Net.HttpContinueDelegate::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void HttpContinueDelegate_EndInvoke_m821E27D3BD6CFAFEA5A2D4DFD5A29D0F01728999 (HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #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.Void System.Net.HttpRequestCreator::.ctor() extern "C" IL2CPP_METHOD_ATTR void HttpRequestCreator__ctor_m2B7DE24FCB9C1814F8972B4B167127F86DB1BF39 (HttpRequestCreator_tE16C19B09EAACE12BEBA0427796314523601EB1D * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Net.WebRequest System.Net.HttpRequestCreator::Create(System.Uri) extern "C" IL2CPP_METHOD_ATTR WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * HttpRequestCreator_Create_mE3E077C98503C150AA328D4EED41FE9F8F518F46 (HttpRequestCreator_tE16C19B09EAACE12BEBA0427796314523601EB1D * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpRequestCreator_Create_mE3E077C98503C150AA328D4EED41FE9F8F518F46_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0; HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_1 = (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)il2cpp_codegen_object_new(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var); HttpWebRequest__ctor_m85AA1BD537DCDBF3B1BCD75F6C93C6AA8B831D7F(L_1, L_0, /*hidden argument*/NULL); 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 #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 // System.Void System.Net.HttpVersion::.cctor() extern "C" IL2CPP_METHOD_ATTR void HttpVersion__cctor_m19EB2E84E83F160B93594A35BB6C96C5B50D6856 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpVersion__cctor_m19EB2E84E83F160B93594A35BB6C96C5B50D6856_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_0 = (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)il2cpp_codegen_object_new(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var); Version__ctor_mC2880C190E158700B0C114D4CC921C0D240DAA9C(L_0, 1, 0, /*hidden argument*/NULL); ((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->set_Version10_0(L_0); Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_1 = (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)il2cpp_codegen_object_new(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var); Version__ctor_mC2880C190E158700B0C114D4CC921C0D240DAA9C(L_1, 1, 1, /*hidden argument*/NULL); ((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->set_Version11_1(L_1); 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.Void System.Net.HttpWebRequest::.cctor() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest__cctor_mA59FB9F51019C563A3B276B79A1131CFDBE0035D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest__cctor_mA59FB9F51019C563A3B276B79A1131CFDBE0035D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var))->set_defaultMaxResponseHeadersLength_60(((int32_t)65536)); return; } } // System.Void System.Net.HttpWebRequest::.ctor(System.Uri) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest__ctor_m85AA1BD537DCDBF3B1BCD75F6C93C6AA8B831D7F (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest__ctor_m85AA1BD537DCDBF3B1BCD75F6C93C6AA8B831D7F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_allowAutoRedirect_15((bool)1); __this->set_allowBuffering_16((bool)1); __this->set_contentLength_20((((int64_t)((int64_t)(-1))))); __this->set_keepAlive_28((bool)1); __this->set_maxAutoRedirect_29(((int32_t)50)); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_mediaType_30(L_0); __this->set_method_31(_stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1); __this->set_initialMethod_32(_stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1); __this->set_pipelined_33((bool)1); IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var); Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_1 = ((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->get_Version11_1(); __this->set_version_36(L_1); __this->set_timeout_42(((int32_t)100000)); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_2, /*hidden argument*/NULL); __this->set_locker_56(L_2); __this->set_readWriteTimeout_61(((int32_t)300000)); IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var); WebRequest__ctor_mFF46D19A613D1A8E5E9318DEFA794B18AC206D57(__this, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___uri0; __this->set_requestUri_12(L_3); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = ___uri0; __this->set_actualUri_13(L_4); RuntimeObject* L_5 = WebRequest_get_InternalDefaultWebProxy_m13E2CAB3FE298CF26023A3626454FE989CF687C7(/*hidden argument*/NULL); __this->set_proxy_39(L_5); WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_6 = (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *)il2cpp_codegen_object_new(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var); WebHeaderCollection__ctor_mD9851B680C175978BABED32CA813D66553B5DB48(L_6, 3, /*hidden argument*/NULL); __this->set_webHeaders_27(L_6); HttpWebRequest_set_ThrowOnError_m7A186C503E47933A82ABC3AA32081213004BF0FD(__this, (bool)1, /*hidden argument*/NULL); HttpWebRequest_ResetAuthorization_mAA12582B7D5B809AFFA7559AEA5582AADD6B23AF(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.HttpWebRequest::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest__ctor_m85CA8AA15E849598BC5ED6217805CBDF8D5BAA0E (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest__ctor_m85CA8AA15E849598BC5ED6217805CBDF8D5BAA0E_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * V_0 = NULL; { __this->set_allowAutoRedirect_15((bool)1); __this->set_allowBuffering_16((bool)1); __this->set_contentLength_20((((int64_t)((int64_t)(-1))))); __this->set_keepAlive_28((bool)1); __this->set_maxAutoRedirect_29(((int32_t)50)); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_mediaType_30(L_0); __this->set_method_31(_stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1); __this->set_initialMethod_32(_stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1); __this->set_pipelined_33((bool)1); IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var); Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_1 = ((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->get_Version11_1(); __this->set_version_36(L_1); __this->set_timeout_42(((int32_t)100000)); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_2, /*hidden argument*/NULL); __this->set_locker_56(L_2); __this->set_readWriteTimeout_61(((int32_t)300000)); IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var); WebRequest__ctor_mFF46D19A613D1A8E5E9318DEFA794B18AC206D57(__this, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_3 = ___serializationInfo0; V_0 = L_3; SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = V_0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL); NullCheck(L_4); RuntimeObject * L_7 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_4, _stringLiteralDB3EECAE58759D4594ADCF0C7E1DBDD1375AD4E4, L_6, /*hidden argument*/NULL); __this->set_requestUri_12(((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)CastclassClass((RuntimeObject*)L_7, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = V_0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_9 = { reinterpret_cast (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var) }; Type_t * L_10 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_9, /*hidden argument*/NULL); NullCheck(L_8); RuntimeObject * L_11 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_8, _stringLiteralA00D9C70E43CB04A0929B71DA92C6117979D4F3B, L_10, /*hidden argument*/NULL); __this->set_actualUri_13(((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)CastclassClass((RuntimeObject*)L_11, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_12 = V_0; NullCheck(L_12); bool L_13 = SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455(L_12, _stringLiteralC26F2E56BBAF085FDF3C1762D8CC47AC302F26C0, /*hidden argument*/NULL); __this->set_allowAutoRedirect_15(L_13); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_14 = V_0; NullCheck(L_14); bool L_15 = SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455(L_14, _stringLiteralBC4513F45FF582BF2B472198C16B29B61F8100EB, /*hidden argument*/NULL); __this->set_allowBuffering_16(L_15); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_16 = V_0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_17 = { reinterpret_cast (X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_0_0_0_var) }; Type_t * L_18 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_17, /*hidden argument*/NULL); NullCheck(L_16); RuntimeObject * L_19 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_16, _stringLiteral1102B412CA0FD4A8FA762E06EB1DF72D9C6FAF4F, L_18, /*hidden argument*/NULL); __this->set_certificates_17(((X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *)CastclassClass((RuntimeObject*)L_19, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_il2cpp_TypeInfo_var))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_20 = V_0; NullCheck(L_20); String_t* L_21 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_20, _stringLiteral4397CEF5A30768E16EDAB23DBE0963BA7D88EE58, /*hidden argument*/NULL); __this->set_connectionGroup_18(L_21); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_22 = V_0; NullCheck(L_22); int64_t L_23 = SerializationInfo_GetInt64_mD9FB62CFBEC90A544B95912AB9FA24377AC17E54(L_22, _stringLiteral4DC841370E2DDF7E95BD1CD7ACECC4D4B75A1FFC, /*hidden argument*/NULL); __this->set_contentLength_20(L_23); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_24 = V_0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_25 = { reinterpret_cast (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_0_0_0_var) }; Type_t * L_26 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_25, /*hidden argument*/NULL); NullCheck(L_24); RuntimeObject * L_27 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_24, _stringLiteral8DB707CCCC3BC3FE1760A43A4D948E0ABAAB0BDB, L_26, /*hidden argument*/NULL); __this->set_webHeaders_27(((WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *)CastclassClass((RuntimeObject*)L_27, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_28 = V_0; NullCheck(L_28); bool L_29 = SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455(L_28, _stringLiteralF0CA4D65ED1C33DDFB85A263A727A6947C10A12F, /*hidden argument*/NULL); __this->set_keepAlive_28(L_29); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_30 = V_0; NullCheck(L_30); int32_t L_31 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_30, _stringLiteralC1EE90CE47627FE6D2B1C3915C005F896AEE4639, /*hidden argument*/NULL); __this->set_maxAutoRedirect_29(L_31); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_32 = V_0; NullCheck(L_32); String_t* L_33 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_32, _stringLiteralF974F88936DD7E057700691BFB1C4ECB052E2784, /*hidden argument*/NULL); __this->set_mediaType_30(L_33); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_34 = V_0; NullCheck(L_34); String_t* L_35 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_34, _stringLiteralBFBAF8B2D1CDF92BF83857FE1748C0F68DE03D47, /*hidden argument*/NULL); __this->set_method_31(L_35); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_36 = V_0; NullCheck(L_36); String_t* L_37 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_36, _stringLiteralDFCD1C1FEA09B8D4C26E8B5B70623F96B2221EED, /*hidden argument*/NULL); __this->set_initialMethod_32(L_37); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_38 = V_0; NullCheck(L_38); bool L_39 = SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455(L_38, _stringLiteralC7B3F95BF9308565981380C557FCB0BC1E12659E, /*hidden argument*/NULL); __this->set_pipelined_33(L_39); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_40 = V_0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_41 = { reinterpret_cast (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_0_0_0_var) }; Type_t * L_42 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_41, /*hidden argument*/NULL); NullCheck(L_40); RuntimeObject * L_43 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_40, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, L_42, /*hidden argument*/NULL); __this->set_version_36(((Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)CastclassSealed((RuntimeObject*)L_43, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_44 = V_0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_45 = { reinterpret_cast (IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_0_0_0_var) }; Type_t * L_46 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_45, /*hidden argument*/NULL); NullCheck(L_44); RuntimeObject * L_47 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_44, _stringLiteralD799BAE6088A90139B415FCCB011D540531DF83B, L_46, /*hidden argument*/NULL); __this->set_proxy_39(((RuntimeObject*)Castclass((RuntimeObject*)L_47, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_48 = V_0; NullCheck(L_48); bool L_49 = SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455(L_48, _stringLiteral909AE6E2E78BBE40E5F4CB0728891FDB2324155D, /*hidden argument*/NULL); __this->set_sendChunked_40(L_49); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_50 = V_0; NullCheck(L_50); int32_t L_51 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_50, _stringLiteral56D3C9490BE2608AC36F5A4805BFEC2F21F7F982, /*hidden argument*/NULL); __this->set_timeout_42(L_51); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_52 = V_0; NullCheck(L_52); int32_t L_53 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_52, _stringLiteralF1E14133ADAED8A21362D9DB7EEC1C6B36A081AF, /*hidden argument*/NULL); __this->set_redirects_50(L_53); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_54 = V_0; NullCheck(L_54); String_t* L_55 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_54, _stringLiteral86DD1CF45142E904CB2E99C2721FAC3CA198C6CA, /*hidden argument*/NULL); __this->set_host_67(L_55); HttpWebRequest_ResetAuthorization_mAA12582B7D5B809AFFA7559AEA5582AADD6B23AF(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.HttpWebRequest::ResetAuthorization() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_ResetAuthorization_mAA12582B7D5B809AFFA7559AEA5582AADD6B23AF (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB L_0; memset(&L_0, 0, sizeof(L_0)); AuthorizationState__ctor_m69A0EFF9B7497316A6F0FE2896C466CDDE89E88D((&L_0), __this, (bool)0, /*hidden argument*/NULL); __this->set_auth_state_65(L_0); AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB L_1; memset(&L_1, 0, sizeof(L_1)); AuthorizationState__ctor_m69A0EFF9B7497316A6F0FE2896C466CDDE89E88D((&L_1), __this, (bool)1, /*hidden argument*/NULL); __this->set_proxy_auth_state_66(L_1); return; } } // System.Uri System.Net.HttpWebRequest::get_Address() extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_actualUri_13(); return L_0; } } // System.Void System.Net.HttpWebRequest::set_Address(System.Uri) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_Address_mCCCDF96D97783479D8B6731B0CCCE0365E3A5414 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method) { { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___value0; __this->set_actualUri_13(L_0); return; } } // System.Boolean System.Net.HttpWebRequest::get_AllowWriteStreamBuffering() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_AllowWriteStreamBuffering_m2D65460C721D22AB1EF7AF4E5C6FCBB686D0BCD9 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_allowBuffering_16(); return L_0; } } // System.Net.DecompressionMethods System.Net.HttpWebRequest::get_AutomaticDecompression() extern "C" IL2CPP_METHOD_ATTR int32_t HttpWebRequest_get_AutomaticDecompression_m4954C9D4E3112B527C94A73B330C4224BAD1D60C (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_auto_decomp_59(); return L_0; } } // System.Boolean System.Net.HttpWebRequest::get_InternalAllowBuffering() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_InternalAllowBuffering_m07B77C80FEB9822A91DD23A4E99139566385717E (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_allowBuffering_16(); if (!L_0) { goto IL_000f; } } { bool L_1 = HttpWebRequest_get_MethodWithBuffer_mE9AF8BE21607A369A44E11F61E3196E0D52162AF(__this, /*hidden argument*/NULL); return L_1; } IL_000f: { return (bool)0; } } // System.Boolean System.Net.HttpWebRequest::get_MethodWithBuffer() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_MethodWithBuffer_mE9AF8BE21607A369A44E11F61E3196E0D52162AF (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_get_MethodWithBuffer_mE9AF8BE21607A369A44E11F61E3196E0D52162AF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_method_31(); bool L_1 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_0, _stringLiteral7138A51661947B19B5088DA5A2BFEDE2876F49B9, /*hidden argument*/NULL); if (!L_1) { goto IL_0059; } } { String_t* L_2 = __this->get_method_31(); bool L_3 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_2, _stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1, /*hidden argument*/NULL); if (!L_3) { goto IL_0059; } } { String_t* L_4 = __this->get_method_31(); bool L_5 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_4, _stringLiteralBF167B8644FF067EF2FA43BA1F4A0C34D70EE8A0, /*hidden argument*/NULL); if (!L_5) { goto IL_0059; } } { String_t* L_6 = __this->get_method_31(); bool L_7 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_6, _stringLiteral6E288959D3443BCEC62386F7D9014542F6872829, /*hidden argument*/NULL); if (!L_7) { goto IL_0059; } } { String_t* L_8 = __this->get_method_31(); bool L_9 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_8, _stringLiteralDDF8A55C683EE58C6268B4264ACB1D703195D588, /*hidden argument*/NULL); return L_9; } IL_0059: { return (bool)0; } } // Mono.Security.Interface.MonoTlsProvider System.Net.HttpWebRequest::get_TlsProvider() extern "C" IL2CPP_METHOD_ATTR MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * HttpWebRequest_get_TlsProvider_mFCE9A829570049B9CF3909E9F1C12BA2E8B0986D (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * L_0 = __this->get_tlsProvider_62(); return L_0; } } // Mono.Security.Interface.MonoTlsSettings System.Net.HttpWebRequest::get_TlsSettings() extern "C" IL2CPP_METHOD_ATTR MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * HttpWebRequest_get_TlsSettings_mDA609544717DB6962B35893BB1C9D95E62B0B660 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_0 = __this->get_tlsSettings_63(); return L_0; } } // System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.HttpWebRequest::get_ClientCertificates() extern "C" IL2CPP_METHOD_ATTR X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * HttpWebRequest_get_ClientCertificates_m239FFF990299759F455517EA50A50C1B13EC8369 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_get_ClientCertificates_m239FFF990299759F455517EA50A50C1B13EC8369_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_0 = __this->get_certificates_17(); if (L_0) { goto IL_0013; } } { X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_1 = (X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *)il2cpp_codegen_object_new(X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_il2cpp_TypeInfo_var); X509CertificateCollection__ctor_m3CEEDA1CDA93234E6E78DFB6563738B050AFF6CA(L_1, /*hidden argument*/NULL); __this->set_certificates_17(L_1); } IL_0013: { X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_2 = __this->get_certificates_17(); return L_2; } } // System.Int64 System.Net.HttpWebRequest::get_ContentLength() extern "C" IL2CPP_METHOD_ATTR int64_t HttpWebRequest_get_ContentLength_mDE1AA61292E10EB999C75B81791D495E3BE6D1CF (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_contentLength_20(); return L_0; } } // System.Void System.Net.HttpWebRequest::set_InternalContentLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_InternalContentLength_mCFA62AC5AC5C3221C14746EC8E8F49A8CF76BD91 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set_contentLength_20(L_0); return; } } // System.Boolean System.Net.HttpWebRequest::get_ThrowOnError() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ThrowOnError_mF2D67420F1F5F49D18F42B36732FD7404F877D62 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CThrowOnErrorU3Ek__BackingField_69(); return L_0; } } // System.Void System.Net.HttpWebRequest::set_ThrowOnError(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_ThrowOnError_m7A186C503E47933A82ABC3AA32081213004BF0FD (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CThrowOnErrorU3Ek__BackingField_69(L_0); return; } } // System.Net.ICredentials System.Net.HttpWebRequest::get_Credentials() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HttpWebRequest_get_Credentials_m84A4D1C82C242F5BFC1AA194B223EEC1008180C0 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_credentials_23(); return L_0; } } // System.Void System.Net.HttpWebRequest::set_Credentials(System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_Credentials_mA3E490BDADC985AFF8F66C33DC142E732CE19FA0 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_credentials_23(L_0); return; } } // System.Net.WebHeaderCollection System.Net.HttpWebRequest::get_Headers() extern "C" IL2CPP_METHOD_ATTR WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * HttpWebRequest_get_Headers_m7DFB50F041CB8C24804468E20FB81CF347A42EA5 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_0 = __this->get_webHeaders_27(); return L_0; } } // System.String System.Net.HttpWebRequest::get_Host() extern "C" IL2CPP_METHOD_ATTR String_t* HttpWebRequest_get_Host_m633144DD18EC28C5D4CE2F34B57C29D64A4A9DB5 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_host_67(); if (L_0) { goto IL_0014; } } { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = __this->get_actualUri_13(); NullCheck(L_1); String_t* L_2 = Uri_get_Authority_m8C0B264FFF519F0D0C2CB3F9B6B0E87D2F3835C1(L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { String_t* L_3 = __this->get_host_67(); return L_3; } } // System.Boolean System.Net.HttpWebRequest::get_KeepAlive() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_KeepAlive_mF11B5750CC9FED8F7C43C3317B88BA8E8258E274 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_keepAlive_28(); return L_0; } } // System.Int32 System.Net.HttpWebRequest::get_ReadWriteTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t HttpWebRequest_get_ReadWriteTimeout_m86E1F5472AAB426943817D16339BF5651E0AC841 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_readWriteTimeout_61(); return L_0; } } // System.String System.Net.HttpWebRequest::get_Method() extern "C" IL2CPP_METHOD_ATTR String_t* HttpWebRequest_get_Method_m4D22C932A83FA972952BCAB099FB0DCD4B999656 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_method_31(); return L_0; } } // System.Void System.Net.HttpWebRequest::set_Method(System.String) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_Method_m154B81F2000B62CEC73F33F06702342AA969AD05 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_set_Method_m154B81F2000B62CEC73F33F06702342AA969AD05_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (!L_0) { goto IL_0015; } } { String_t* L_1 = ___value0; NullCheck(L_1); String_t* L_2 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_1, /*hidden argument*/NULL); bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_3) { goto IL_0020; } } IL_0015: { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteral9DDB47DD68B2E0185B36CD1FA06034612843D2BF, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, HttpWebRequest_set_Method_m154B81F2000B62CEC73F33F06702342AA969AD05_RuntimeMethod_var); } IL_0020: { String_t* L_5 = ___value0; NullCheck(L_5); String_t* L_6 = String_ToUpperInvariant_m0AA42416F4CACA4D0E3B89D97E534D88AB136338(L_5, /*hidden argument*/NULL); __this->set_method_31(L_6); String_t* L_7 = __this->get_method_31(); bool L_8 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_7, _stringLiteral7138A51661947B19B5088DA5A2BFEDE2876F49B9, /*hidden argument*/NULL); if (!L_8) { goto IL_00c6; } } { String_t* L_9 = __this->get_method_31(); bool L_10 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_9, _stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1, /*hidden argument*/NULL); if (!L_10) { goto IL_00c6; } } { String_t* L_11 = __this->get_method_31(); bool L_12 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_11, _stringLiteral61FF81C30AA3C76E78AFEA62B2E3BD1DFA49E854, /*hidden argument*/NULL); if (!L_12) { goto IL_00c6; } } { String_t* L_13 = __this->get_method_31(); bool L_14 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_13, _stringLiteral091B0CE42EB0BD96169EA00B16DD938F6D63AC95, /*hidden argument*/NULL); if (!L_14) { goto IL_00c6; } } { String_t* L_15 = __this->get_method_31(); bool L_16 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_15, _stringLiteralD6F5636098CD458CE9D22939F8E3E8DEAB0E9BD0, /*hidden argument*/NULL); if (!L_16) { goto IL_00c6; } } { String_t* L_17 = __this->get_method_31(); bool L_18 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_17, _stringLiteral6E288959D3443BCEC62386F7D9014542F6872829, /*hidden argument*/NULL); if (!L_18) { goto IL_00c6; } } { String_t* L_19 = __this->get_method_31(); bool L_20 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_19, _stringLiteralDDF8A55C683EE58C6268B4264ACB1D703195D588, /*hidden argument*/NULL); if (!L_20) { goto IL_00c6; } } { String_t* L_21 = __this->get_method_31(); bool L_22 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_21, _stringLiteralBF167B8644FF067EF2FA43BA1F4A0C34D70EE8A0, /*hidden argument*/NULL); if (!L_22) { goto IL_00c6; } } { String_t* L_23 = ___value0; __this->set_method_31(L_23); } IL_00c6: { return; } } // System.Net.IWebProxy System.Net.HttpWebRequest::get_Proxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HttpWebRequest_get_Proxy_m7A15A867DC40F657A16C7BF29D09BB04C687D820 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_proxy_39(); return L_0; } } // System.Void System.Net.HttpWebRequest::set_Proxy(System.Net.IWebProxy) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_Proxy_mF768E22BDC7250BE336D21EAF3DA4F7F324FEF1B (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { HttpWebRequest_CheckRequestStarted_m00912EA98FC3C1CAEC6E649112812FCEA7BFC29A(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___value0; __this->set_proxy_39(L_0); __this->set_servicePoint_41((ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *)NULL); HttpWebRequest_GetServicePoint_m2F4A5E8A7A723C3CA97203FE2A4D9913EAC185E6(__this, /*hidden argument*/NULL); return; } } // System.Uri System.Net.HttpWebRequest::get_RequestUri() extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HttpWebRequest_get_RequestUri_mBA502B40475588F2C878FA463DB0EDD64964E083 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_requestUri_12(); return L_0; } } // System.Boolean System.Net.HttpWebRequest::get_SendChunked() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_SendChunked_mA44BAA89D8F887C53638D792B9B35A92AAE46FB3 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_sendChunked_40(); return L_0; } } // System.Net.ServicePoint System.Net.HttpWebRequest::get_ServicePoint() extern "C" IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * HttpWebRequest_get_ServicePoint_m7E95E58719904639C79F9420F080A3F94BAB63EC (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_0 = HttpWebRequest_GetServicePoint_m2F4A5E8A7A723C3CA97203FE2A4D9913EAC185E6(__this, /*hidden argument*/NULL); return L_0; } } // System.Net.ServicePoint System.Net.HttpWebRequest::get_ServicePointNoLock() extern "C" IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * HttpWebRequest_get_ServicePointNoLock_m6749645299E6A6C85445E9B7F2DAD248FC6FA1E1 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_0 = __this->get_servicePoint_41(); return L_0; } } // System.Int32 System.Net.HttpWebRequest::get_Timeout() extern "C" IL2CPP_METHOD_ATTR int32_t HttpWebRequest_get_Timeout_m867759720DA1C376875E81FA1948D4298FC8FDED (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_timeout_42(); return L_0; } } // System.String System.Net.HttpWebRequest::get_TransferEncoding() extern "C" IL2CPP_METHOD_ATTR String_t* HttpWebRequest_get_TransferEncoding_m436C0B3A86E8691EAF985FD363DDA0656007977E (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_get_TransferEncoding_m436C0B3A86E8691EAF985FD363DDA0656007977E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_0 = __this->get_webHeaders_27(); NullCheck(L_0); String_t* L_1 = NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC(L_0, _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Net.HttpWebRequest::get_UnsafeAuthenticatedConnectionSharing() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_UnsafeAuthenticatedConnectionSharing_m8A85B953FA637C240BA16D027451D3CA1F6ECFBE (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_unsafe_auth_blah_70(); return L_0; } } // System.Boolean System.Net.HttpWebRequest::get_ExpectContinue() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ExpectContinue_m80EDFA10BD4E39A93C3C575A836F67BBA092E5EC (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_expectContinue_51(); return L_0; } } // System.Void System.Net.HttpWebRequest::set_ExpectContinue(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_ExpectContinue_mAADC5EE3EA03A70686991FD0BAF0833E74EC0DEC (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_expectContinue_51(L_0); return; } } // System.Uri System.Net.HttpWebRequest::get_AuthUri() extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HttpWebRequest_get_AuthUri_mCEEC6FB9771FF5DBD1BD7C00A47DE121C1D2B728 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_actualUri_13(); return L_0; } } // System.Boolean System.Net.HttpWebRequest::get_ProxyQuery() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ProxyQuery_mD028E8C29538FC20E736D0BD10828F5C59418F46 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_0 = __this->get_servicePoint_41(); NullCheck(L_0); bool L_1 = ServicePoint_get_UsesProxy_mE9FA562F253495145951E40663A0020A81C4E0B2(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_2 = __this->get_servicePoint_41(); NullCheck(L_2); bool L_3 = ServicePoint_get_UseConnect_m6268CF09927CD113B8841A7CE26C668D55428AB0(L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_001c: { return (bool)0; } } // System.Net.ServerCertValidationCallback System.Net.HttpWebRequest::get_ServerCertValidationCallback() extern "C" IL2CPP_METHOD_ATTR ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * HttpWebRequest_get_ServerCertValidationCallback_mE535B7C3510E634EF8B2E2C9698BE4069D376619 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * L_0 = __this->get_certValidationCallback_64(); return L_0; } } // System.Net.ServicePoint System.Net.HttpWebRequest::GetServicePoint() extern "C" IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * HttpWebRequest_GetServicePoint_m2F4A5E8A7A723C3CA97203FE2A4D9913EAC185E6 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_GetServicePoint_m2F4A5E8A7A723C3CA97203FE2A4D9913EAC185E6_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = __this->get_locker_56(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL); bool L_2 = __this->get_hostChanged_14(); if (L_2) { goto IL_0021; } } IL_0019: { ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_3 = __this->get_servicePoint_41(); if (L_3) { goto IL_003f; } } IL_0021: { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = __this->get_actualUri_13(); RuntimeObject* L_5 = __this->get_proxy_39(); IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var); ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_6 = ServicePointManager_FindServicePoint_m9941E847AA8745D9CEC1CCB2559BD0348B3B58BF(L_4, L_5, /*hidden argument*/NULL); __this->set_servicePoint_41(L_6); __this->set_hostChanged_14((bool)0); } IL_003f: { IL2CPP_LEAVE(0x4B, FINALLY_0041); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0041; } FINALLY_0041: { // begin finally (depth: 1) { bool L_7 = V_1; if (!L_7) { goto IL_004a; } } IL_0044: { RuntimeObject * L_8 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_8, /*hidden argument*/NULL); } IL_004a: { IL2CPP_END_FINALLY(65) } } // end finally (depth: 1) IL2CPP_CLEANUP(65) { IL2CPP_JUMP_TBL(0x4B, IL_004b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004b: { ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_9 = __this->get_servicePoint_41(); return L_9; } } // System.Boolean System.Net.HttpWebRequest::CheckIfForceWrite(System.Net.SimpleAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_CheckIfForceWrite_mBF53A01F9A3E8C5D4B9E2A9DFB199735A6C779A8 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___result0, const RuntimeMethod* method) { { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_0 = __this->get_writeStream_43(); if (!L_0) { goto IL_001d; } } { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_1 = __this->get_writeStream_43(); NullCheck(L_1); bool L_2 = WebConnectionStream_get_RequestWritten_m218A69F08D7F29940B7DA23F28277D39EB5E7BBF(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001d; } } { bool L_3 = HttpWebRequest_get_InternalAllowBuffering_m07B77C80FEB9822A91DD23A4E99139566385717E(__this, /*hidden argument*/NULL); if (L_3) { goto IL_001f; } } IL_001d: { return (bool)0; } IL_001f: { int64_t L_4 = __this->get_contentLength_20(); if ((((int64_t)L_4) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0046; } } { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_5 = __this->get_writeStream_43(); NullCheck(L_5); bool L_6 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_5); if (!L_6) { goto IL_0046; } } { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_7 = __this->get_writeStream_43(); NullCheck(L_7); int32_t L_8 = WebConnectionStream_get_WriteBufferLength_mD4DAA8A0B6D4E7DBD9E881F92EF8CE34BC52E4BD(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_0046; } } { return (bool)0; } IL_0046: { int64_t L_9 = __this->get_contentLength_20(); if ((((int64_t)L_9) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0070; } } { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_10 = __this->get_writeStream_43(); NullCheck(L_10); int32_t L_11 = WebConnectionStream_get_WriteBufferLength_mD4DAA8A0B6D4E7DBD9E881F92EF8CE34BC52E4BD(L_10, /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)0))) { goto IL_0070; } } { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_12 = __this->get_writeStream_43(); NullCheck(L_12); int32_t L_13 = WebConnectionStream_get_WriteBufferLength_mD4DAA8A0B6D4E7DBD9E881F92EF8CE34BC52E4BD(L_12, /*hidden argument*/NULL); HttpWebRequest_set_InternalContentLength_mCFA62AC5AC5C3221C14746EC8E8F49A8CF76BD91(__this, (((int64_t)((int64_t)L_13))), /*hidden argument*/NULL); } IL_0070: { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_14 = __this->get_writeStream_43(); NullCheck(L_14); int32_t L_15 = WebConnectionStream_get_WriteBufferLength_mD4DAA8A0B6D4E7DBD9E881F92EF8CE34BC52E4BD(L_14, /*hidden argument*/NULL); int64_t L_16 = __this->get_contentLength_20(); if ((((int64_t)(((int64_t)((int64_t)L_15)))) == ((int64_t)L_16))) { goto IL_009b; } } { int64_t L_17 = __this->get_contentLength_20(); if ((!(((uint64_t)L_17) == ((uint64_t)(((int64_t)((int64_t)(-1)))))))) { goto IL_00a8; } } { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_18 = __this->get_writeStream_43(); NullCheck(L_18); bool L_19 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_18); if (L_19) { goto IL_00a8; } } IL_009b: { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_20 = __this->get_writeStream_43(); SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_21 = ___result0; NullCheck(L_20); bool L_22 = WebConnectionStream_WriteRequestAsync_mAF66F0E7EC2A86DF96BBA24993405C5939A340DF(L_20, L_21, /*hidden argument*/NULL); return L_22; } IL_00a8: { return (bool)0; } } // System.IAsyncResult System.Net.HttpWebRequest::BeginGetResponse(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HttpWebRequest_BeginGetResponse_m0EA99EDC3B42DE701F4B7BD934B2AB64A8402E24 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_BeginGetResponse_m0EA99EDC3B42DE701F4B7BD934B2AB64A8402E24_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B * V_0 = NULL; String_t* V_1 = NULL; { U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B * L_0 = (U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass238_0__ctor_mD79C17473C69332138DD6687ACFBB34293B3380D(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B * L_1 = V_0; NullCheck(L_1); L_1->set_U3CU3E4__this_1(__this); bool L_2 = HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0021; } } { WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_3 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_3, _stringLiteral7EF95F14AF3E24B8942C944144D6749C5ACA09D7, 6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, HttpWebRequest_BeginGetResponse_m0EA99EDC3B42DE701F4B7BD934B2AB64A8402E24_RuntimeMethod_var); } IL_0021: { String_t* L_4 = __this->get_method_31(); if (L_4) { goto IL_0034; } } { ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * L_5 = (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB *)il2cpp_codegen_object_new(ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_il2cpp_TypeInfo_var); ProtocolViolationException__ctor_m36E802912D318858D2D98F929722AACA1A2EC38C(L_5, _stringLiteral17D5230C5C3EFBFD8F88364E50BF1DD1C710460D, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, HttpWebRequest_BeginGetResponse_m0EA99EDC3B42DE701F4B7BD934B2AB64A8402E24_RuntimeMethod_var); } IL_0034: { String_t* L_6 = HttpWebRequest_get_TransferEncoding_m436C0B3A86E8691EAF985FD363DDA0656007977E(__this, /*hidden argument*/NULL); V_1 = L_6; bool L_7 = __this->get_sendChunked_40(); if (L_7) { goto IL_0063; } } { String_t* L_8 = V_1; if (!L_8) { goto IL_0063; } } { String_t* L_9 = V_1; NullCheck(L_9); String_t* L_10 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_9, /*hidden argument*/NULL); bool L_11 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_10, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_11) { goto IL_0063; } } { ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * L_12 = (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB *)il2cpp_codegen_object_new(ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_il2cpp_TypeInfo_var); ProtocolViolationException__ctor_m36E802912D318858D2D98F929722AACA1A2EC38C(L_12, _stringLiteral1C32F34E0876E026AB90CFA65C2314284833749B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, HttpWebRequest_BeginGetResponse_m0EA99EDC3B42DE701F4B7BD934B2AB64A8402E24_RuntimeMethod_var); } IL_0063: { RuntimeObject * L_13 = __this->get_locker_56(); Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_13, /*hidden argument*/NULL); __this->set_getResponseCalled_54((bool)1); WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_14 = __this->get_asyncRead_46(); if (!L_14) { goto IL_009b; } } { bool L_15 = __this->get_haveResponse_24(); if (L_15) { goto IL_009b; } } { RuntimeObject * L_16 = __this->get_locker_56(); Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_16, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_17 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_17, _stringLiteralCA07EC6EFF36E9B9AE8489080A044C88782377E1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, NULL, HttpWebRequest_BeginGetResponse_m0EA99EDC3B42DE701F4B7BD934B2AB64A8402E24_RuntimeMethod_var); } IL_009b: { AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_18 = ___callback0; RuntimeObject * L_19 = ___state1; WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_20 = (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)il2cpp_codegen_object_new(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var); WebAsyncResult__ctor_m6EA6C98BA6787E27A7CA2D3734A532203CFCF9BC(L_20, __this, L_18, L_19, /*hidden argument*/NULL); __this->set_asyncRead_46(L_20); U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B * L_21 = V_0; WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_22 = __this->get_asyncRead_46(); NullCheck(L_21); L_21->set_aread_0(L_22); String_t* L_23 = __this->get_method_31(); __this->set_initialMethod_32(L_23); RuntimeObject * L_24 = __this->get_locker_56(); Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * L_25 = (Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 *)il2cpp_codegen_object_new(Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61_il2cpp_TypeInfo_var); Func_2__ctor_mAACB403C7CEBA7EFECE15D9DF1D989696AACB1D6(L_25, __this, (intptr_t)((intptr_t)HttpWebRequest_CheckIfForceWrite_mBF53A01F9A3E8C5D4B9E2A9DFB199735A6C779A8_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mAACB403C7CEBA7EFECE15D9DF1D989696AACB1D6_RuntimeMethod_var); U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B * L_26 = V_0; SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * L_27 = (SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F *)il2cpp_codegen_object_new(SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F_il2cpp_TypeInfo_var); SimpleAsyncCallback__ctor_mFA405D6E610A3F840791BCDA86AE86F3E379A160(L_27, L_26, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass238_0_U3CBeginGetResponseU3Eb__0_mFB1C76811A1A93E823A4AACCA64A54B3B81D5AFB_RuntimeMethod_var), /*hidden argument*/NULL); SimpleAsyncResult_RunWithLock_m655921C66982E0DE1E965BE5200E209D2E99455F(L_24, L_25, L_27, /*hidden argument*/NULL); U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B * L_28 = V_0; NullCheck(L_28); WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_29 = L_28->get_aread_0(); return L_29; } } // System.Net.WebResponse System.Net.HttpWebRequest::EndGetResponse(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * HttpWebRequest_EndGetResponse_m369F10A4A440250B6C4D68733C114E76E53FF8B7 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_EndGetResponse_m369F10A4A440250B6C4D68733C114E76E53FF8B7_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_0 = NULL; { RuntimeObject* L_0 = ___asyncResult0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, HttpWebRequest_EndGetResponse_m369F10A4A440250B6C4D68733C114E76E53FF8B7_RuntimeMethod_var); } IL_000e: { RuntimeObject* L_2 = ___asyncResult0; V_0 = ((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)IsInstClass((RuntimeObject*)L_2, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var)); WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_3 = V_0; if (L_3) { goto IL_0028; } } { ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_4, _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, HttpWebRequest_EndGetResponse_m369F10A4A440250B6C4D68733C114E76E53FF8B7_RuntimeMethod_var); } IL_0028: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_5 = V_0; int32_t L_6 = __this->get_timeout_42(); NullCheck(L_5); bool L_7 = SimpleAsyncResult_WaitUntilComplete_m3BC73AAAEEBC3DEBF9DAFE05623E351ECECAA8F2(L_5, L_6, (bool)0, /*hidden argument*/NULL); if (L_7) { goto IL_004a; } } { VirtActionInvoker0::Invoke(22 /* System.Void System.Net.WebRequest::Abort() */, __this); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_8 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_8, _stringLiteral2AA236C6BF7006B4297BC727B7C5738B68FC5483, ((int32_t)14), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, HttpWebRequest_EndGetResponse_m369F10A4A440250B6C4D68733C114E76E53FF8B7_RuntimeMethod_var); } IL_004a: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_9 = V_0; NullCheck(L_9); bool L_10 = SimpleAsyncResult_get_GotException_mB061909763EFE1FCC63C6671B91FD3C0841AAF95(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0059; } } { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_11 = V_0; NullCheck(L_11); Exception_t * L_12 = SimpleAsyncResult_get_Exception_mC8615919B40C4193415211FDA85A71FCC3776CB8(L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, HttpWebRequest_EndGetResponse_m369F10A4A440250B6C4D68733C114E76E53FF8B7_RuntimeMethod_var); } IL_0059: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_13 = V_0; NullCheck(L_13); HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_14 = WebAsyncResult_get_Response_m6818FF52F360BF871709663B7E4465BDDD1C5F9F(L_13, /*hidden argument*/NULL); return L_14; } } // System.Net.WebResponse System.Net.HttpWebRequest::GetResponse() extern "C" IL2CPP_METHOD_ATTR WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * HttpWebRequest_GetResponse_m454DDC78C1CF4903EB136C62912BE7045CB9842E (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_GetResponse_m454DDC78C1CF4903EB136C62912BE7045CB9842E_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_0 = NULL; { RuntimeObject* L_0 = VirtFuncInvoker2< RuntimeObject*, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *, RuntimeObject * >::Invoke(20 /* System.IAsyncResult System.Net.WebRequest::BeginGetResponse(System.AsyncCallback,System.Object) */, __this, (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)NULL, NULL); V_0 = ((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)CastclassClass((RuntimeObject*)L_0, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var)); WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_1 = V_0; WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_2 = VirtFuncInvoker1< WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *, RuntimeObject* >::Invoke(21 /* System.Net.WebResponse System.Net.WebRequest::EndGetResponse(System.IAsyncResult) */, __this, L_1); return L_2; } } // System.Boolean System.Net.HttpWebRequest::get_FinishedReading() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_FinishedReading_mA30B015AA206E345AF2297CA4741162A3AAE89CD (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_finished_reading_57(); return L_0; } } // System.Void System.Net.HttpWebRequest::set_FinishedReading(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_FinishedReading_m7996D990D5CC3E633495786FBC33530F8F28DE49 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_finished_reading_57(L_0); return; } } // System.Boolean System.Net.HttpWebRequest::get_Aborted() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { int32_t* L_0 = __this->get_address_of_aborted_48(); int32_t L_1 = Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03((int32_t*)L_0, 0, 0, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)1))? 1 : 0); } } // System.Void System.Net.HttpWebRequest::Abort() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_Abort_mA4AB694069860078313AE2CE0A0D3C53246729E4 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_Abort_mA4AB694069860078313AE2CE0A0D3C53246729E4_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_0 = NULL; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * V_1 = NULL; WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_2 = NULL; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { int32_t* L_0 = __this->get_address_of_aborted_48(); int32_t L_1 = Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03((int32_t*)L_0, 1, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0011; } } { return; } IL_0011: { bool L_2 = __this->get_haveResponse_24(); if (!L_2) { goto IL_0022; } } { bool L_3 = __this->get_finished_reading_57(); if (!L_3) { goto IL_0022; } } { return; } IL_0022: { __this->set_haveResponse_24((bool)1); EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_4 = __this->get_abortHandler_47(); if (!L_4) { goto IL_004e; } } IL_0031: try { // begin try (depth: 1) EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_5 = __this->get_abortHandler_47(); IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var); EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * L_6 = ((EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields*)il2cpp_codegen_static_fields_for(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var))->get_Empty_0(); NullCheck(L_5); EventHandler_Invoke_mD23D5EFEA562A05C5EACDD3E91EEDD2BF6C22800(L_5, __this, L_6, /*hidden argument*/NULL); goto IL_0047; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0044; throw e; } CATCH_0044: { // begin catch(System.Exception) goto IL_0047; } // end catch (depth: 1) IL_0047: { __this->set_abortHandler_47((EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C *)NULL); } IL_004e: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_7 = __this->get_asyncWrite_45(); if (!L_7) { goto IL_008b; } } { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_8 = __this->get_asyncWrite_45(); V_0 = L_8; WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_9 = V_0; NullCheck(L_9); bool L_10 = SimpleAsyncResult_get_IsCompleted_m949C52DCF37C33C0F75CC49A53A8AF8A528470E4(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0084; } } IL_0065: try { // begin try (depth: 1) WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_11 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_11, _stringLiteralE134CA0BF97313DD354F55E40BBFB4377825436E, 6, /*hidden argument*/NULL); V_1 = L_11; WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_12 = V_0; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_13 = V_1; NullCheck(L_12); SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_12, (bool)0, L_13, /*hidden argument*/NULL); WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_14 = V_0; NullCheck(L_14); WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_14, /*hidden argument*/NULL); goto IL_0084; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0081; throw e; } CATCH_0081: { // begin catch(System.Object) goto IL_0084; } // end catch (depth: 1) IL_0084: { __this->set_asyncWrite_45((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)NULL); } IL_008b: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_15 = __this->get_asyncRead_46(); if (!L_15) { goto IL_00c8; } } { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_16 = __this->get_asyncRead_46(); V_2 = L_16; WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_17 = V_2; NullCheck(L_17); bool L_18 = SimpleAsyncResult_get_IsCompleted_m949C52DCF37C33C0F75CC49A53A8AF8A528470E4(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_00c1; } } IL_00a2: try { // begin try (depth: 1) WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_19 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_19, _stringLiteralE134CA0BF97313DD354F55E40BBFB4377825436E, 6, /*hidden argument*/NULL); V_3 = L_19; WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_20 = V_2; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_21 = V_3; NullCheck(L_20); SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_20, (bool)0, L_21, /*hidden argument*/NULL); WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_22 = V_2; NullCheck(L_22); WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_22, /*hidden argument*/NULL); goto IL_00c1; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00be; throw e; } CATCH_00be: { // begin catch(System.Object) goto IL_00c1; } // end catch (depth: 1) IL_00c1: { __this->set_asyncRead_46((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)NULL); } IL_00c8: { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_23 = __this->get_writeStream_43(); if (!L_23) { goto IL_00e7; } } IL_00d0: try { // begin try (depth: 1) WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_24 = __this->get_writeStream_43(); NullCheck(L_24); VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_24); __this->set_writeStream_43((WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC *)NULL); goto IL_00e7; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00e4; throw e; } CATCH_00e4: { // begin catch(System.Object) goto IL_00e7; } // end catch (depth: 1) IL_00e7: { HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_25 = __this->get_webResponse_44(); if (!L_25) { goto IL_0106; } } IL_00ef: try { // begin try (depth: 1) HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_26 = __this->get_webResponse_44(); NullCheck(L_26); VirtActionInvoker0::Invoke(9 /* System.Void System.Net.WebResponse::Close() */, L_26); __this->set_webResponse_44((HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 *)NULL); goto IL_0106; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0103; throw e; } CATCH_0103: { // begin catch(System.Object) goto IL_0106; } // end catch (depth: 1) IL_0106: { return; } } // System.Void System.Net.HttpWebRequest::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_System_Runtime_Serialization_ISerializable_GetObjectData_m14EED4626353FF9CB5ABAC2978C2CA37890306AC (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1; VirtActionInvoker2< SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 >::Invoke(7 /* System.Void System.Net.WebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, __this, L_0, L_1); return; } } // System.Void System.Net.HttpWebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_GetObjectData_mF600B207AECA50F8B6ACB8D4C29366A6ABE36C45 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_GetObjectData_mF600B207AECA50F8B6ACB8D4C29366A6ABE36C45_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0; SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_1 = L_0; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = __this->get_requestUri_12(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL); NullCheck(L_1); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_1, _stringLiteralDB3EECAE58759D4594ADCF0C7E1DBDD1375AD4E4, L_2, L_4, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = L_1; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = __this->get_actualUri_13(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var) }; Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL); NullCheck(L_5); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_5, _stringLiteralA00D9C70E43CB04A0929B71DA92C6117979D4F3B, L_6, L_8, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_9 = L_5; bool L_10 = __this->get_allowAutoRedirect_15(); NullCheck(L_9); SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_9, _stringLiteralC26F2E56BBAF085FDF3C1762D8CC47AC302F26C0, L_10, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_11 = L_9; bool L_12 = __this->get_allowBuffering_16(); NullCheck(L_11); SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_11, _stringLiteralBC4513F45FF582BF2B472198C16B29B61F8100EB, L_12, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_13 = L_11; X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_14 = __this->get_certificates_17(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast (X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_0_0_0_var) }; Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL); NullCheck(L_13); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_13, _stringLiteral1102B412CA0FD4A8FA762E06EB1DF72D9C6FAF4F, L_14, L_16, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_17 = L_13; String_t* L_18 = __this->get_connectionGroup_18(); NullCheck(L_17); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_17, _stringLiteral4397CEF5A30768E16EDAB23DBE0963BA7D88EE58, L_18, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_19 = L_17; int64_t L_20 = __this->get_contentLength_20(); NullCheck(L_19); SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4(L_19, _stringLiteral4DC841370E2DDF7E95BD1CD7ACECC4D4B75A1FFC, L_20, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_21 = L_19; WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_22 = __this->get_webHeaders_27(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_0_0_0_var) }; Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_23, /*hidden argument*/NULL); NullCheck(L_21); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_21, _stringLiteral8DB707CCCC3BC3FE1760A43A4D948E0ABAAB0BDB, L_22, L_24, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_25 = L_21; bool L_26 = __this->get_keepAlive_28(); NullCheck(L_25); SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_25, _stringLiteralF0CA4D65ED1C33DDFB85A263A727A6947C10A12F, L_26, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_27 = L_25; int32_t L_28 = __this->get_maxAutoRedirect_29(); NullCheck(L_27); SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_27, _stringLiteralC1EE90CE47627FE6D2B1C3915C005F896AEE4639, L_28, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_29 = L_27; String_t* L_30 = __this->get_mediaType_30(); NullCheck(L_29); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_29, _stringLiteralF974F88936DD7E057700691BFB1C4ECB052E2784, L_30, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_31 = L_29; String_t* L_32 = __this->get_method_31(); NullCheck(L_31); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_31, _stringLiteralBFBAF8B2D1CDF92BF83857FE1748C0F68DE03D47, L_32, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_33 = L_31; String_t* L_34 = __this->get_initialMethod_32(); NullCheck(L_33); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_33, _stringLiteralDFCD1C1FEA09B8D4C26E8B5B70623F96B2221EED, L_34, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_35 = L_33; bool L_36 = __this->get_pipelined_33(); NullCheck(L_35); SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_35, _stringLiteralC7B3F95BF9308565981380C557FCB0BC1E12659E, L_36, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_37 = L_35; Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_38 = __this->get_version_36(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_39 = { reinterpret_cast (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_0_0_0_var) }; Type_t * L_40 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_39, /*hidden argument*/NULL); NullCheck(L_37); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_37, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, L_38, L_40, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_41 = L_37; RuntimeObject* L_42 = __this->get_proxy_39(); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_43 = { reinterpret_cast (IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_0_0_0_var) }; Type_t * L_44 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_43, /*hidden argument*/NULL); NullCheck(L_41); SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_41, _stringLiteralD799BAE6088A90139B415FCCB011D540531DF83B, L_42, L_44, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_45 = L_41; bool L_46 = __this->get_sendChunked_40(); NullCheck(L_45); SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_45, _stringLiteral909AE6E2E78BBE40E5F4CB0728891FDB2324155D, L_46, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_47 = L_45; int32_t L_48 = __this->get_timeout_42(); NullCheck(L_47); SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_47, _stringLiteral56D3C9490BE2608AC36F5A4805BFEC2F21F7F982, L_48, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_49 = L_47; int32_t L_50 = __this->get_redirects_50(); NullCheck(L_49); SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_49, _stringLiteralF1E14133ADAED8A21362D9DB7EEC1C6B36A081AF, L_50, /*hidden argument*/NULL); String_t* L_51 = __this->get_host_67(); NullCheck(L_49); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_49, _stringLiteral86DD1CF45142E904CB2E99C2721FAC3CA198C6CA, L_51, /*hidden argument*/NULL); return; } } // System.Void System.Net.HttpWebRequest::CheckRequestStarted() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_CheckRequestStarted_m00912EA98FC3C1CAEC6E649112812FCEA7BFC29A (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_CheckRequestStarted_m00912EA98FC3C1CAEC6E649112812FCEA7BFC29A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_requestSent_26(); if (!L_0) { goto IL_0013; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, _stringLiteralD8884A98B05D902F579ADC14A00F11EE881C7658, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, HttpWebRequest_CheckRequestStarted_m00912EA98FC3C1CAEC6E649112812FCEA7BFC29A_RuntimeMethod_var); } IL_0013: { return; } } // System.Void System.Net.HttpWebRequest::DoContinueDelegate(System.Int32,System.Net.WebHeaderCollection) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_DoContinueDelegate_m87792A631B5DE72413308FD1A96986862839B593 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, int32_t ___statusCode0, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___headers1, const RuntimeMethod* method) { { HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * L_0 = __this->get_continueDelegate_21(); if (!L_0) { goto IL_0015; } } { HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * L_1 = __this->get_continueDelegate_21(); int32_t L_2 = ___statusCode0; WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_3 = ___headers1; NullCheck(L_1); HttpContinueDelegate_Invoke_m7465E6EC8142D0BCC30F80634F840CE31819FA5D(L_1, L_2, L_3, /*hidden argument*/NULL); } IL_0015: { return; } } // System.Void System.Net.HttpWebRequest::RewriteRedirectToGet() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_RewriteRedirectToGet_m7E0D7EBC6D67FB8076A6359A1DCF58CDD8755CAE (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_RewriteRedirectToGet_m7E0D7EBC6D67FB8076A6359A1DCF58CDD8755CAE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_method_31(_stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1); WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_0 = __this->get_webHeaders_27(); NullCheck(L_0); WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_0, _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5, /*hidden argument*/NULL); __this->set_sendChunked_40((bool)0); return; } } // System.Boolean System.Net.HttpWebRequest::Redirect(System.Net.WebAsyncResult,System.Net.HttpStatusCode,System.Net.WebResponse) extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_Redirect_mF1F5EE5C923D0092D3ADB53041F54CDD160ED63D (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___result0, int32_t ___code1, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_Redirect_mF1F5EE5C923D0092D3ADB53041F54CDD160ED63D_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; String_t* V_1 = NULL; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * G_B26_0 = NULL; HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * G_B25_0 = NULL; int32_t G_B27_0 = 0; HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * G_B27_1 = NULL; { int32_t L_0 = __this->get_redirects_50(); __this->set_redirects_50(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); V_0 = (Exception_t *)NULL; V_1 = (String_t*)NULL; int32_t L_1 = ___code1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)300)))) { case 0: { goto IL_0040; } case 1: { goto IL_004d; } case 2: { goto IL_004d; } case 3: { goto IL_0067; } case 4: { goto IL_006f; } case 5: { goto IL_0071; } case 6: { goto IL_007e; } case 7: { goto IL_0094; } } } { goto IL_007e; } IL_0040: { WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_2 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_m8F6829889F5E750BCF48159ADDFC37DF38825C42(L_2, _stringLiteralF37309F7945570661F77E09CA3151FDF959BBDA4, /*hidden argument*/NULL); V_0 = L_2; goto IL_0094; } IL_004d: { String_t* L_3 = __this->get_method_31(); bool L_4 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_3, _stringLiteral61FF81C30AA3C76E78AFEA62B2E3BD1DFA49E854, /*hidden argument*/NULL); if (!L_4) { goto IL_0094; } } { HttpWebRequest_RewriteRedirectToGet_m7E0D7EBC6D67FB8076A6359A1DCF58CDD8755CAE(__this, /*hidden argument*/NULL); goto IL_0094; } IL_0067: { HttpWebRequest_RewriteRedirectToGet_m7E0D7EBC6D67FB8076A6359A1DCF58CDD8755CAE(__this, /*hidden argument*/NULL); goto IL_0094; } IL_006f: { return (bool)0; } IL_0071: { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_5 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_5, _stringLiteralC5E3651083142A3684BB7C93CA6E4C9314CA8007, /*hidden argument*/NULL); V_0 = L_5; goto IL_0094; } IL_007e: { int32_t L_6 = ___code1; int32_t L_7 = ((int32_t)L_6); RuntimeObject * L_8 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_7); String_t* L_9 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral01FE2F4F4453F3A2AC035B6B08CD67A1C7432C41, L_8, /*hidden argument*/NULL); ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * L_10 = (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB *)il2cpp_codegen_object_new(ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_il2cpp_TypeInfo_var); ProtocolViolationException__ctor_m36E802912D318858D2D98F929722AACA1A2EC38C(L_10, L_9, /*hidden argument*/NULL); V_0 = L_10; } IL_0094: { String_t* L_11 = __this->get_method_31(); bool L_12 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_11, _stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1, /*hidden argument*/NULL); if (!L_12) { goto IL_00d9; } } { bool L_13 = HttpWebRequest_get_InternalAllowBuffering_m07B77C80FEB9822A91DD23A4E99139566385717E(__this, /*hidden argument*/NULL); if (L_13) { goto IL_00d9; } } { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_14 = __this->get_writeStream_43(); NullCheck(L_14); int32_t L_15 = WebConnectionStream_get_WriteBufferLength_mD4DAA8A0B6D4E7DBD9E881F92EF8CE34BC52E4BD(L_14, /*hidden argument*/NULL); if ((((int32_t)L_15) > ((int32_t)0))) { goto IL_00c6; } } { int64_t L_16 = __this->get_contentLength_20(); if ((((int64_t)L_16) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_00d9; } } IL_00c6: { HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_17 = __this->get_webResponse_44(); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_18 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_18, _stringLiteralFE8D4F9C9603142E757AEB549769E232E1DE3989, (Exception_t *)NULL, 7, L_17, /*hidden argument*/NULL); V_0 = L_18; } IL_00d9: { Exception_t * L_19 = V_0; if (!L_19) { goto IL_00de; } } { Exception_t * L_20 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, NULL, HttpWebRequest_Redirect_mF1F5EE5C923D0092D3ADB53041F54CDD160ED63D_RuntimeMethod_var); } IL_00de: { bool L_21 = VirtFuncInvoker0< bool >::Invoke(23 /* System.Boolean System.Net.HttpWebRequest::get_AllowWriteStreamBuffering() */, __this); if (L_21) { goto IL_00f8; } } { String_t* L_22 = __this->get_method_31(); bool L_23 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_22, _stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1, /*hidden argument*/NULL); if (!L_23) { goto IL_0100; } } IL_00f8: { __this->set_contentLength_20((((int64_t)((int64_t)(-1))))); } IL_0100: { HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_24 = __this->get_webResponse_44(); NullCheck(L_24); WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_25 = VirtFuncInvoker0< WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * >::Invoke(13 /* System.Net.WebHeaderCollection System.Net.WebResponse::get_Headers() */, L_24); NullCheck(L_25); String_t* L_26 = NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC(L_25, _stringLiteralD219C68101F532DE10ADD2CF42FB9DBECA73D3BE, /*hidden argument*/NULL); V_1 = L_26; String_t* L_27 = V_1; if (L_27) { goto IL_0130; } } { int32_t L_28 = ___code1; int32_t L_29 = ((int32_t)L_28); RuntimeObject * L_30 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_29); String_t* L_31 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteralCA7EE01243735E42F6DA460F6D4363F15926ABB1, L_30, /*hidden argument*/NULL); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_32 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_32, L_31, 7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, NULL, HttpWebRequest_Redirect_mF1F5EE5C923D0092D3ADB53041F54CDD160ED63D_RuntimeMethod_var); } IL_0130: { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_33 = __this->get_actualUri_13(); V_2 = L_33; } IL_0137: try { // begin try (depth: 1) Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_34 = __this->get_actualUri_13(); String_t* L_35 = V_1; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_36 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E(L_36, L_34, L_35, /*hidden argument*/NULL); __this->set_actualUri_13(L_36); goto IL_0164; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_014b; throw e; } CATCH_014b: { // begin catch(System.Exception) String_t* L_37 = V_1; int32_t L_38 = ___code1; int32_t L_39 = ((int32_t)L_38); RuntimeObject * L_40 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_39); String_t* L_41 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralC8CCC6FA96FA714CF5A4C33E0D18CDCDF978C13C, L_37, L_40, /*hidden argument*/NULL); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_42 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_42, L_41, 7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, NULL, HttpWebRequest_Redirect_mF1F5EE5C923D0092D3ADB53041F54CDD160ED63D_RuntimeMethod_var); } // end catch (depth: 1) IL_0164: { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_43 = __this->get_actualUri_13(); NullCheck(L_43); String_t* L_44 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_43, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_45 = V_2; NullCheck(L_45); String_t* L_46 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_45, /*hidden argument*/NULL); bool L_47 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_44, L_46, /*hidden argument*/NULL); G_B25_0 = __this; if (L_47) { G_B26_0 = __this; goto IL_0190; } } { String_t* L_48 = HttpWebRequest_get_Host_m633144DD18EC28C5D4CE2F34B57C29D64A4A9DB5(__this, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_49 = V_2; NullCheck(L_49); String_t* L_50 = Uri_get_Authority_m8C0B264FFF519F0D0C2CB3F9B6B0E87D2F3835C1(L_49, /*hidden argument*/NULL); bool L_51 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_48, L_50, /*hidden argument*/NULL); G_B27_0 = ((int32_t)(L_51)); G_B27_1 = G_B25_0; goto IL_0191; } IL_0190: { G_B27_0 = 1; G_B27_1 = G_B26_0; } IL_0191: { NullCheck(G_B27_1); G_B27_1->set_hostChanged_14((bool)G_B27_0); return (bool)1; } } // System.String System.Net.HttpWebRequest::GetHeaders() extern "C" IL2CPP_METHOD_ATTR String_t* HttpWebRequest_GetHeaders_m319AC2C16CFC0B301ECA426CC40F2AA8F3CF7DFD (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_GetHeaders_m319AC2C16CFC0B301ECA426CC40F2AA8F3CF7DFD_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; String_t* V_2 = NULL; Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * V_3 = NULL; bool V_4 = false; String_t* V_5 = NULL; String_t* V_6 = NULL; String_t* G_B25_0 = NULL; WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B27_0 = NULL; WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B26_0 = NULL; String_t* G_B28_0 = NULL; WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B28_1 = NULL; int32_t G_B31_0 = 0; String_t* G_B49_0 = NULL; { V_0 = (bool)0; bool L_0 = __this->get_sendChunked_40(); if (!L_0) { goto IL_0036; } } { V_0 = (bool)1; WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_1 = __this->get_webHeaders_27(); NullCheck(L_1); WebHeaderCollection_ChangeInternal_m928070E0755835B74AED3A0E6120974DA7794D87(L_1, _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5, _stringLiteral7DB2323AF37E1841807C6590CD0597B920564B93, /*hidden argument*/NULL); WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_2 = __this->get_webHeaders_27(); NullCheck(L_2); WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_2, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA, /*hidden argument*/NULL); goto IL_0105; } IL_0036: { int64_t L_3 = __this->get_contentLength_20(); if ((((int64_t)L_3) == ((int64_t)(((int64_t)((int64_t)(-1))))))) { goto IL_00f5; } } { AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_4 = __this->get_address_of_auth_state_65(); int32_t L_5 = AuthorizationState_get_NtlmAuthState_m85358EBAA7327835F1111AE210C1666F96A9DF1A((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)1))) { goto IL_005f; } } { AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_6 = __this->get_address_of_proxy_auth_state_66(); int32_t L_7 = AuthorizationState_get_NtlmAuthState_m85358EBAA7327835F1111AE210C1666F96A9DF1A((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_6, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_00a2; } } IL_005f: { bool L_8 = __this->get_haveContentLength_19(); if (L_8) { goto IL_0079; } } { bool L_9 = __this->get_gotRequestStream_49(); if (L_9) { goto IL_0079; } } { int64_t L_10 = __this->get_contentLength_20(); if ((((int64_t)L_10) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0090; } } IL_0079: { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_11 = __this->get_webHeaders_27(); NullCheck(L_11); WebHeaderCollection_SetInternal_mFB16D4B140F7B3136B1B9AB8785DD3FD9A83FA90(L_11, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA, _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C, /*hidden argument*/NULL); goto IL_00e3; } IL_0090: { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_12 = __this->get_webHeaders_27(); NullCheck(L_12); WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_12, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA, /*hidden argument*/NULL); goto IL_00e3; } IL_00a2: { int64_t L_13 = __this->get_contentLength_20(); if ((((int64_t)L_13) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_00ae; } } { V_0 = (bool)1; } IL_00ae: { bool L_14 = __this->get_haveContentLength_19(); if (L_14) { goto IL_00c8; } } { bool L_15 = __this->get_gotRequestStream_49(); if (L_15) { goto IL_00c8; } } { int64_t L_16 = __this->get_contentLength_20(); if ((((int64_t)L_16) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_00e3; } } IL_00c8: { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_17 = __this->get_webHeaders_27(); int64_t* L_18 = __this->get_address_of_contentLength_20(); String_t* L_19 = Int64_ToString_m8210E39355A227AE15DD391EB810AA9B6AB8B26C((int64_t*)L_18, /*hidden argument*/NULL); NullCheck(L_17); WebHeaderCollection_SetInternal_mFB16D4B140F7B3136B1B9AB8785DD3FD9A83FA90(L_17, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA, L_19, /*hidden argument*/NULL); } IL_00e3: { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_20 = __this->get_webHeaders_27(); NullCheck(L_20); WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_20, _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5, /*hidden argument*/NULL); goto IL_0105; } IL_00f5: { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_21 = __this->get_webHeaders_27(); NullCheck(L_21); WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_21, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA, /*hidden argument*/NULL); } IL_0105: { Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_22 = __this->get_actualVersion_38(); IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var); Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_23 = ((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->get_Version11_1(); IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var); bool L_24 = Version_op_Equality_m9E4E82DB85F13E3C19AB5D4AF94C4F399971374D(L_22, L_23, /*hidden argument*/NULL); bool L_25 = V_0; if (!((int32_t)((int32_t)L_24&(int32_t)L_25))) { goto IL_0144; } } { ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_26 = __this->get_servicePoint_41(); NullCheck(L_26); bool L_27 = ServicePoint_get_SendContinue_m71ED43C3FABD7B7CFF2628FA3D022D6454CF3482(L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0144; } } { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_28 = __this->get_webHeaders_27(); NullCheck(L_28); WebHeaderCollection_ChangeInternal_m928070E0755835B74AED3A0E6120974DA7794D87(L_28, _stringLiteral58FC1BE971A32518B08BB4967F47C3E29FC379B9, _stringLiteral9EEDF37BF78E18EE9CDBBA6B3F6D2E164C4D6AB0, /*hidden argument*/NULL); __this->set_expectContinue_51((bool)1); goto IL_015b; } IL_0144: { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_29 = __this->get_webHeaders_27(); NullCheck(L_29); WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_29, _stringLiteral58FC1BE971A32518B08BB4967F47C3E29FC379B9, /*hidden argument*/NULL); __this->set_expectContinue_51((bool)0); } IL_015b: { bool L_30 = HttpWebRequest_get_ProxyQuery_mD028E8C29538FC20E736D0BD10828F5C59418F46(__this, /*hidden argument*/NULL); V_1 = L_30; bool L_31 = V_1; if (L_31) { goto IL_016c; } } { G_B25_0 = _stringLiteral6512EE1541E9A6C52D5BF7CF465332E8DF25EA3C; goto IL_0171; } IL_016c: { G_B25_0 = _stringLiteral6C8AB939E128BDE48BD3E5D6AC21C29EA1E72CEA; } IL_0171: { V_2 = G_B25_0; WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_32 = __this->get_webHeaders_27(); bool L_33 = V_1; G_B26_0 = L_32; if (!L_33) { G_B27_0 = L_32; goto IL_0182; } } { G_B28_0 = _stringLiteral6512EE1541E9A6C52D5BF7CF465332E8DF25EA3C; G_B28_1 = G_B26_0; goto IL_0187; } IL_0182: { G_B28_0 = _stringLiteral6C8AB939E128BDE48BD3E5D6AC21C29EA1E72CEA; G_B28_1 = G_B27_0; } IL_0187: { NullCheck(G_B28_1); WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(G_B28_1, G_B28_0, /*hidden argument*/NULL); ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_34 = __this->get_servicePoint_41(); NullCheck(L_34); Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_35 = VirtFuncInvoker0< Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * >::Invoke(4 /* System.Version System.Net.ServicePoint::get_ProtocolVersion() */, L_34); V_3 = L_35; Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_36 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var); bool L_37 = Version_op_Equality_m9E4E82DB85F13E3C19AB5D4AF94C4F399971374D(L_36, (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)NULL, /*hidden argument*/NULL); if (L_37) { goto IL_01ae; } } { Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_38 = V_3; IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var); Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_39 = ((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->get_Version10_0(); IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var); bool L_40 = Version_op_Equality_m9E4E82DB85F13E3C19AB5D4AF94C4F399971374D(L_38, L_39, /*hidden argument*/NULL); G_B31_0 = ((int32_t)(L_40)); goto IL_01af; } IL_01ae: { G_B31_0 = 1; } IL_01af: { V_4 = (bool)G_B31_0; bool L_41 = __this->get_keepAlive_28(); if (!L_41) { goto IL_0209; } } { Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_42 = __this->get_version_36(); IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var); Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_43 = ((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->get_Version10_0(); IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var); bool L_44 = Version_op_Equality_m9E4E82DB85F13E3C19AB5D4AF94C4F399971374D(L_42, L_43, /*hidden argument*/NULL); bool L_45 = V_4; if (!((int32_t)((int32_t)L_44|(int32_t)L_45))) { goto IL_0209; } } { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_46 = __this->get_webHeaders_27(); String_t* L_47 = V_2; NullCheck(L_46); String_t* L_48 = NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC(L_46, L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_01f6; } } { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_49 = __this->get_webHeaders_27(); String_t* L_50 = V_2; NullCheck(L_49); String_t* L_51 = NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC(L_49, L_50, /*hidden argument*/NULL); NullCheck(L_51); int32_t L_52 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(L_51, _stringLiteral6AC4338BB79AC3C4906CE72BAFA4A59D6E305BE8, 5, /*hidden argument*/NULL); if ((!(((uint32_t)L_52) == ((uint32_t)(-1))))) { goto IL_0234; } } IL_01f6: { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_53 = __this->get_webHeaders_27(); String_t* L_54 = V_2; NullCheck(L_53); WebHeaderCollection_ChangeInternal_m928070E0755835B74AED3A0E6120974DA7794D87(L_53, L_54, _stringLiteral6AC4338BB79AC3C4906CE72BAFA4A59D6E305BE8, /*hidden argument*/NULL); goto IL_0234; } IL_0209: { bool L_55 = __this->get_keepAlive_28(); if (L_55) { goto IL_0234; } } { Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_56 = __this->get_version_36(); IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var); Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_57 = ((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->get_Version11_1(); IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var); bool L_58 = Version_op_Equality_m9E4E82DB85F13E3C19AB5D4AF94C4F399971374D(L_56, L_57, /*hidden argument*/NULL); if (!L_58) { goto IL_0234; } } { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_59 = __this->get_webHeaders_27(); String_t* L_60 = V_2; NullCheck(L_59); WebHeaderCollection_ChangeInternal_m928070E0755835B74AED3A0E6120974DA7794D87(L_59, L_60, _stringLiteralDA38860CB875CB64092E402D80D9FE29C4865B18, /*hidden argument*/NULL); } IL_0234: { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_61 = __this->get_webHeaders_27(); String_t* L_62 = HttpWebRequest_get_Host_m633144DD18EC28C5D4CE2F34B57C29D64A4A9DB5(__this, /*hidden argument*/NULL); NullCheck(L_61); WebHeaderCollection_SetInternal_mFB16D4B140F7B3136B1B9AB8785DD3FD9A83FA90(L_61, _stringLiteral3960EC4CA5FB5E5D8CDB2CC1C5121C003E426517, L_62, /*hidden argument*/NULL); CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * L_63 = __this->get_cookieContainer_22(); if (!L_63) { goto IL_0297; } } { CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * L_64 = __this->get_cookieContainer_22(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_65 = __this->get_actualUri_13(); NullCheck(L_64); String_t* L_66 = CookieContainer_GetCookieHeader_mA2EB16AC10DD286DE35850CC5E30B3BA013BA201(L_64, L_65, /*hidden argument*/NULL); V_6 = L_66; String_t* L_67 = V_6; bool L_68 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_67, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_68) { goto IL_0287; } } { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_69 = __this->get_webHeaders_27(); String_t* L_70 = V_6; NullCheck(L_69); WebHeaderCollection_ChangeInternal_m928070E0755835B74AED3A0E6120974DA7794D87(L_69, _stringLiteralE4F81994FED009C24D31EFD799E2D47A74A60F1F, L_70, /*hidden argument*/NULL); goto IL_0297; } IL_0287: { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_71 = __this->get_webHeaders_27(); NullCheck(L_71); WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_71, _stringLiteralE4F81994FED009C24D31EFD799E2D47A74A60F1F, /*hidden argument*/NULL); } IL_0297: { V_5 = (String_t*)NULL; int32_t L_72 = __this->get_auto_decomp_59(); if (!((int32_t)((int32_t)L_72&(int32_t)1))) { goto IL_02ab; } } { V_5 = _stringLiteralCA546E369BEECAAE3968C126FCCB8B5415E4AE84; } IL_02ab: { int32_t L_73 = __this->get_auto_decomp_59(); if (!((int32_t)((int32_t)L_73&(int32_t)2))) { goto IL_02c7; } } { String_t* L_74 = V_5; if (L_74) { goto IL_02c0; } } { G_B49_0 = _stringLiteral1AA9813C28324613AEA29F0818C0EA6DADF00B0B; goto IL_02c5; } IL_02c0: { G_B49_0 = _stringLiteralA0BFC876D68FE7AEA700DA5EA8925ABAC6F2F794; } IL_02c5: { V_5 = G_B49_0; } IL_02c7: { String_t* L_75 = V_5; if (!L_75) { goto IL_02dd; } } { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_76 = __this->get_webHeaders_27(); String_t* L_77 = V_5; NullCheck(L_76); WebHeaderCollection_ChangeInternal_m928070E0755835B74AED3A0E6120974DA7794D87(L_76, _stringLiteral177429157553DBB71C8BAB30AAC57A62D268CC1C, L_77, /*hidden argument*/NULL); } IL_02dd: { bool L_78 = __this->get_usedPreAuth_35(); if (L_78) { goto IL_02f3; } } { bool L_79 = __this->get_preAuthenticate_34(); if (!L_79) { goto IL_02f3; } } { HttpWebRequest_DoPreAuthenticate_mBE233826F26FBE74A082061249EDF89BB3552385(__this, /*hidden argument*/NULL); } IL_02f3: { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_80 = __this->get_webHeaders_27(); NullCheck(L_80); String_t* L_81 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_80); return L_81; } } // System.Void System.Net.HttpWebRequest::DoPreAuthenticate() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_DoPreAuthenticate_mBE233826F26FBE74A082061249EDF89BB3552385 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_DoPreAuthenticate_mBE233826F26FBE74A082061249EDF89BB3552385_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * V_2 = NULL; String_t* V_3 = NULL; int32_t G_B3_0 = 0; RuntimeObject* G_B7_0 = NULL; String_t* G_B13_0 = NULL; { RuntimeObject* L_0 = __this->get_proxy_39(); if (!L_0) { goto IL_001e; } } { RuntimeObject* L_1 = __this->get_proxy_39(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = __this->get_actualUri_13(); NullCheck(L_1); bool L_3 = InterfaceFuncInvoker1< bool, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(1 /* System.Boolean System.Net.IWebProxy::IsBypassed(System.Uri) */, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var, L_1, L_2); G_B3_0 = ((((int32_t)L_3) == ((int32_t)0))? 1 : 0); goto IL_001f; } IL_001e: { G_B3_0 = 0; } IL_001f: { V_0 = (bool)G_B3_0; bool L_4 = V_0; if (!L_4) { goto IL_0038; } } { RuntimeObject* L_5 = __this->get_credentials_23(); if (L_5) { goto IL_0038; } } { RuntimeObject* L_6 = __this->get_proxy_39(); NullCheck(L_6); RuntimeObject* L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Net.ICredentials System.Net.IWebProxy::get_Credentials() */, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var, L_6); G_B7_0 = L_7; goto IL_003e; } IL_0038: { RuntimeObject* L_8 = __this->get_credentials_23(); G_B7_0 = L_8; } IL_003e: { V_1 = G_B7_0; RuntimeObject* L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var); Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_10 = AuthenticationManager_PreAuthenticate_m625603CBFC92809B25C76C1741EDB2BE45844C85(__this, L_9, /*hidden argument*/NULL); V_2 = L_10; Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_11 = V_2; if (L_11) { goto IL_004b; } } { return; } IL_004b: { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_12 = __this->get_webHeaders_27(); NullCheck(L_12); WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_12, _stringLiteralD2FD2A50C1A375BEB79E19EC25E0A1496B8C4176, /*hidden argument*/NULL); WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_13 = __this->get_webHeaders_27(); NullCheck(L_13); WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_13, _stringLiteral5E25CE007AA95EA2EA8B158AEE9C630A32EA5616, /*hidden argument*/NULL); bool L_14 = V_0; if (!L_14) { goto IL_0076; } } { RuntimeObject* L_15 = __this->get_credentials_23(); if (!L_15) { goto IL_007d; } } IL_0076: { G_B13_0 = _stringLiteral5E25CE007AA95EA2EA8B158AEE9C630A32EA5616; goto IL_0082; } IL_007d: { G_B13_0 = _stringLiteralD2FD2A50C1A375BEB79E19EC25E0A1496B8C4176; } IL_0082: { V_3 = G_B13_0; WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_16 = __this->get_webHeaders_27(); String_t* L_17 = V_3; Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_18 = V_2; NullCheck(L_18); String_t* L_19 = Authorization_get_Message_m6A7AC7EC2D323624178328B3922110CB02A1BD6A(L_18, /*hidden argument*/NULL); NullCheck(L_16); NameValueCollection_set_Item_mD7117BA970BD749C64FC5D5352530E422B754ADA(L_16, L_17, L_19, /*hidden argument*/NULL); __this->set_usedPreAuth_35((bool)1); return; } } // System.Void System.Net.HttpWebRequest::SetWriteStreamError(System.Net.WebExceptionStatus,System.Exception) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_SetWriteStreamError_mE08E9FA673BF5E1CA66EC85FFBA2E60F471A3996 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, int32_t ___status0, Exception_t * ___exc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_SetWriteStreamError_mE08E9FA673BF5E1CA66EC85FFBA2E60F471A3996_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_0 = NULL; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * V_1 = NULL; { bool L_0 = HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_1 = __this->get_asyncWrite_45(); V_0 = L_1; WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_2 = V_0; if (L_2) { goto IL_001a; } } { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_3 = __this->get_asyncRead_46(); V_0 = L_3; } IL_001a: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_4 = V_0; if (!L_4) { goto IL_0070; } } { Exception_t * L_5 = ___exc1; if (L_5) { goto IL_0039; } } { int32_t L_6 = ___status0; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(WebExceptionStatus_t97365CBADE462C1E2A1A0FACF18F3B111900F8DC_il2cpp_TypeInfo_var, &L_7); String_t* L_9 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral4C14F0CE65A8E2864021F3C1503E883ABA44D331, L_8, /*hidden argument*/NULL); int32_t L_10 = ___status0; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_11 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_11, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; goto IL_0062; } IL_0039: { Exception_t * L_12 = ___exc1; V_1 = ((WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)IsInstClass((RuntimeObject*)L_12, WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var)); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_13 = V_1; if (L_13) { goto IL_0062; } } { int32_t L_14 = ___status0; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(WebExceptionStatus_t97365CBADE462C1E2A1A0FACF18F3B111900F8DC_il2cpp_TypeInfo_var, &L_15); Exception_t * L_17 = ___exc1; NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_17); String_t* L_19 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteral6949190F4D016636E330A059F2A09CB768ADD546, L_16, L_18, /*hidden argument*/NULL); int32_t L_20 = ___status0; Exception_t * L_21 = ___exc1; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_22 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mF114A99C978130324670C44162A2C737F2EC7502(L_22, L_19, L_20, 0, L_21, /*hidden argument*/NULL); V_1 = L_22; } IL_0062: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_23 = V_0; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_24 = V_1; NullCheck(L_23); SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_23, (bool)0, L_24, /*hidden argument*/NULL); WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_25 = V_0; NullCheck(L_25); WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_25, /*hidden argument*/NULL); } IL_0070: { return; } } // System.Byte[] System.Net.HttpWebRequest::GetRequestHeaders() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HttpWebRequest_GetRequestHeaders_m47644427DDBA230A0478632AC33393CA464DDA5B (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_GetRequestHeaders_m47644427DDBA230A0478632AC33393CA464DDA5B_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = HttpWebRequest_get_ProxyQuery_mD028E8C29538FC20E736D0BD10828F5C59418F46(__this, /*hidden argument*/NULL); if (L_1) { goto IL_001c; } } { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = __this->get_actualUri_13(); NullCheck(L_2); String_t* L_3 = Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384(L_2, /*hidden argument*/NULL); V_1 = L_3; goto IL_0043; } IL_001c: { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = __this->get_actualUri_13(); NullCheck(L_4); String_t* L_5 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_4, /*hidden argument*/NULL); String_t* L_6 = HttpWebRequest_get_Host_m633144DD18EC28C5D4CE2F34B57C29D64A4A9DB5(__this, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_7 = __this->get_actualUri_13(); NullCheck(L_7); String_t* L_8 = Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384(L_7, /*hidden argument*/NULL); String_t* L_9 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteral328EDDD1778E639466776BD1D766598F33A484B1, L_5, L_6, L_8, /*hidden argument*/NULL); V_1 = L_9; } IL_0043: { bool L_10 = __this->get_force_version_37(); if (L_10) { goto IL_0089; } } { ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_11 = __this->get_servicePoint_41(); NullCheck(L_11); Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_12 = VirtFuncInvoker0< Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * >::Invoke(4 /* System.Version System.Net.ServicePoint::get_ProtocolVersion() */, L_11); IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var); bool L_13 = Version_op_Inequality_mBF83F266057D2C028BA2F423372DA7E738B25CD0(L_12, (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)NULL, /*hidden argument*/NULL); if (!L_13) { goto IL_0089; } } { ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_14 = __this->get_servicePoint_41(); NullCheck(L_14); Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_15 = VirtFuncInvoker0< Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * >::Invoke(4 /* System.Version System.Net.ServicePoint::get_ProtocolVersion() */, L_14); Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_16 = __this->get_version_36(); IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var); bool L_17 = Version_op_LessThan_mEE4DE91646EDC7245FD486D1D3E2322B651E7028(L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0089; } } { ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_18 = __this->get_servicePoint_41(); NullCheck(L_18); Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_19 = VirtFuncInvoker0< Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * >::Invoke(4 /* System.Version System.Net.ServicePoint::get_ProtocolVersion() */, L_18); __this->set_actualVersion_38(L_19); goto IL_0095; } IL_0089: { Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_20 = __this->get_version_36(); __this->set_actualVersion_38(L_20); } IL_0095: { StringBuilder_t * L_21 = V_0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = L_22; String_t* L_24 = __this->get_method_31(); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_24); (L_23)->SetAt(static_cast(0), (RuntimeObject *)L_24); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_23; String_t* L_26 = V_1; NullCheck(L_25); ArrayElementTypeCheck (L_25, L_26); (L_25)->SetAt(static_cast(1), (RuntimeObject *)L_26); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = L_25; Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_28 = __this->get_actualVersion_38(); NullCheck(L_28); int32_t L_29 = Version_get_Major_m7A6BEEF367674B8C06B15F6675AFF0C32CCEE87C(L_28, /*hidden argument*/NULL); int32_t L_30 = L_29; RuntimeObject * L_31 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_30); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_31); (L_27)->SetAt(static_cast(2), (RuntimeObject *)L_31); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_32 = L_27; Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_33 = __this->get_actualVersion_38(); NullCheck(L_33); int32_t L_34 = Version_get_Minor_mCBAFA7052D1786A47B4BA971E7193A4EB9A7D059(L_33, /*hidden argument*/NULL); int32_t L_35 = L_34; RuntimeObject * L_36 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_35); NullCheck(L_32); ArrayElementTypeCheck (L_32, L_36); (L_32)->SetAt(static_cast(3), (RuntimeObject *)L_36); NullCheck(L_21); StringBuilder_AppendFormat_m23742FE1E3C60341F37C243EB6BEE06AE444C774(L_21, _stringLiteral058E795E5144E2167AFBB625540D6015D3188222, L_32, /*hidden argument*/NULL); StringBuilder_t * L_37 = V_0; String_t* L_38 = HttpWebRequest_GetHeaders_m319AC2C16CFC0B301ECA426CC40F2AA8F3CF7DFD(__this, /*hidden argument*/NULL); NullCheck(L_37); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_37, L_38, /*hidden argument*/NULL); StringBuilder_t * L_39 = V_0; NullCheck(L_39); String_t* L_40 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_39); V_2 = L_40; Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_41 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL); String_t* L_42 = V_2; NullCheck(L_41); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(16 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_41, L_42); return L_43; } } // System.Void System.Net.HttpWebRequest::SetWriteStream(System.Net.WebConnectionStream) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_SetWriteStream_m29E07109D09FD86A4F92CC87C126A85C115F9FF2 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_SetWriteStream_m29E07109D09FD86A4F92CC87C126A85C115F9FF2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_1 = ___stream0; __this->set_writeStream_43(L_1); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_bodyBuffer_52(); if (!L_2) { goto IL_0041; } } { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_3 = __this->get_webHeaders_27(); NullCheck(L_3); WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_3, _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5, /*hidden argument*/NULL); int32_t L_4 = __this->get_bodyBufferLength_53(); __this->set_contentLength_20((((int64_t)((int64_t)L_4)))); WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_5 = __this->get_writeStream_43(); NullCheck(L_5); WebConnectionStream_set_SendChunked_m19B2E66DBE0EF896D562173B18F7DA62E707E61B(L_5, (bool)0, /*hidden argument*/NULL); } IL_0041: { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_6 = __this->get_writeStream_43(); SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * L_7 = (SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F *)il2cpp_codegen_object_new(SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F_il2cpp_TypeInfo_var); SimpleAsyncCallback__ctor_mFA405D6E610A3F840791BCDA86AE86F3E379A160(L_7, __this, (intptr_t)((intptr_t)HttpWebRequest_U3CSetWriteStreamU3Eb__258_0_m689A341FF765F4153D7C4CFDB3575B99F51C8753_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_6); WebConnectionStream_SetHeadersAsync_m324EBB0943F5676D8D6281420656151FA3BF7067(L_6, (bool)0, L_7, /*hidden argument*/NULL); return; } } // System.Void System.Net.HttpWebRequest::SetWriteStreamInner(System.Net.SimpleAsyncCallback) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_SetWriteStreamInner_m06C6A0D763A33F9ABC63B18F9D2EF0E5F8BCA9A5 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_SetWriteStreamInner_m06C6A0D763A33F9ABC63B18F9D2EF0E5F8BCA9A5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * L_0 = (Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 *)il2cpp_codegen_object_new(Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61_il2cpp_TypeInfo_var); Func_2__ctor_mAACB403C7CEBA7EFECE15D9DF1D989696AACB1D6(L_0, __this, (intptr_t)((intptr_t)HttpWebRequest_U3CSetWriteStreamInnerU3Eb__259_0_m3B0D4BBE9BB1F4D71011BBB91DD7A818BCF5093D_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mAACB403C7CEBA7EFECE15D9DF1D989696AACB1D6_RuntimeMethod_var); SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * L_1 = ___callback0; SimpleAsyncResult_Run_mB2CE1B656262473514A7548311D4DB4353E40235(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.HttpWebRequest::SetWriteStreamError(System.Exception) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_SetWriteStreamError_m3D42F4578892CD6BC1DA7D9725AA0A170D14929C (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, Exception_t * ___exc0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_SetWriteStreamError_m3D42F4578892CD6BC1DA7D9725AA0A170D14929C_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * V_0 = NULL; { Exception_t * L_0 = ___exc0; V_0 = ((WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)IsInstClass((RuntimeObject*)L_0, WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var)); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_1 = V_0; if (!L_1) { goto IL_0018; } } { WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_2 = V_0; NullCheck(L_2); int32_t L_3 = WebException_get_Status_m1B70EF872E650D6C3B320EDE858FEC1136914D09(L_2, /*hidden argument*/NULL); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_4 = V_0; HttpWebRequest_SetWriteStreamError_mE08E9FA673BF5E1CA66EC85FFBA2E60F471A3996(__this, L_3, L_4, /*hidden argument*/NULL); return; } IL_0018: { Exception_t * L_5 = ___exc0; HttpWebRequest_SetWriteStreamError_mE08E9FA673BF5E1CA66EC85FFBA2E60F471A3996(__this, 4, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Net.HttpWebRequest::SetResponseError(System.Net.WebExceptionStatus,System.Exception,System.String) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_SetResponseError_mC8539F337100ADEE994AA66EB522CD613CA5E662 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, int32_t ___status0, Exception_t * ___e1, String_t* ___where2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_SetResponseError_mC8539F337100ADEE994AA66EB522CD613CA5E662_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_3 = NULL; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { bool L_0 = HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { RuntimeObject * L_1 = __this->get_locker_56(); V_0 = L_1; V_1 = (bool)0; } IL_0012: try { // begin try (depth: 1) { RuntimeObject * L_2 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL); String_t* L_3 = ___where2; int32_t L_4 = ___status0; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(WebExceptionStatus_t97365CBADE462C1E2A1A0FACF18F3B111900F8DC_il2cpp_TypeInfo_var, &L_5); String_t* L_7 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralF67236BF5AB91F14FA8C71F76D17D5D6741E3D7B, L_3, L_6, /*hidden argument*/NULL); V_2 = L_7; WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_8 = __this->get_asyncRead_46(); V_3 = L_8; WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_9 = V_3; if (L_9) { goto IL_003d; } } IL_0036: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_10 = __this->get_asyncWrite_45(); V_3 = L_10; } IL_003d: { Exception_t * L_11 = ___e1; if (!((WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)IsInstClass((RuntimeObject*)L_11, WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var))) { goto IL_004f; } } IL_0045: { Exception_t * L_12 = ___e1; V_4 = ((WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)CastclassClass((RuntimeObject*)L_12, WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var)); goto IL_005a; } IL_004f: { String_t* L_13 = V_2; Exception_t * L_14 = ___e1; int32_t L_15 = ___status0; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_16 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_16, L_13, L_14, L_15, (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *)NULL, /*hidden argument*/NULL); V_4 = L_16; } IL_005a: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_17 = V_3; if (!L_17) { goto IL_009e; } } IL_005d: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_18 = V_3; NullCheck(L_18); bool L_19 = SimpleAsyncResult_get_IsCompleted_m949C52DCF37C33C0F75CC49A53A8AF8A528470E4(L_18, /*hidden argument*/NULL); if (L_19) { goto IL_0076; } } IL_0065: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_20 = V_3; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_21 = V_4; NullCheck(L_20); SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_20, (bool)0, L_21, /*hidden argument*/NULL); WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_22 = V_3; NullCheck(L_22); WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_22, /*hidden argument*/NULL); goto IL_0087; } IL_0076: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_23 = V_3; WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_24 = __this->get_asyncWrite_45(); if ((!(((RuntimeObject*)(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)L_23) == ((RuntimeObject*)(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)L_24)))) { goto IL_0087; } } IL_007f: { WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_25 = V_4; __this->set_saved_exc_55(L_25); } IL_0087: { __this->set_haveResponse_24((bool)1); __this->set_asyncRead_46((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)NULL); __this->set_asyncWrite_45((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)NULL); IL2CPP_LEAVE(0xB9, FINALLY_00af); } IL_009e: { __this->set_haveResponse_24((bool)1); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_26 = V_4; __this->set_saved_exc_55(L_26); IL2CPP_LEAVE(0xB9, FINALLY_00af); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00af; } FINALLY_00af: { // begin finally (depth: 1) { bool L_27 = V_1; if (!L_27) { goto IL_00b8; } } IL_00b2: { RuntimeObject * L_28 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_28, /*hidden argument*/NULL); } IL_00b8: { IL2CPP_END_FINALLY(175) } } // end finally (depth: 1) IL2CPP_CLEANUP(175) { IL2CPP_JUMP_TBL(0xB9, IL_00b9) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b9: { return; } } // System.Void System.Net.HttpWebRequest::CheckSendError(System.Net.WebConnectionData) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_CheckSendError_m5CB98C2EFFB6BB6D42B245E3ADAD39F279C05493 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_CheckSendError_m5CB98C2EFFB6BB6D42B245E3ADAD39F279C05493_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_0 = ___data0; NullCheck(L_0); int32_t L_1 = L_0->get_StatusCode_1(); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)((int32_t)400)))) { goto IL_001f; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)401)))) { goto IL_001f; } } { int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)407))))) { goto IL_0020; } } IL_001f: { return; } IL_0020: { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_5 = __this->get_writeStream_43(); if (!L_5) { goto IL_0091; } } { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_6 = __this->get_asyncRead_46(); if (L_6) { goto IL_0091; } } { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_7 = __this->get_writeStream_43(); NullCheck(L_7); bool L_8 = WebConnectionStream_get_CompleteRequestWritten_m2CE66E5BAD797C5DE04C188041418DEDDDA62FD6(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0091; } } { WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_9 = ___data0; NullCheck(L_9); String_t* L_10 = L_9->get_StatusDescription_2(); HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_11 = __this->get_webResponse_44(); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_12 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_12, L_10, (Exception_t *)NULL, 7, L_11, /*hidden argument*/NULL); __this->set_saved_exc_55(L_12); bool L_13 = __this->get_allowBuffering_16(); if (L_13) { goto IL_0079; } } { bool L_14 = __this->get_sendChunked_40(); if (L_14) { goto IL_0079; } } { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_15 = __this->get_writeStream_43(); NullCheck(L_15); int64_t L_16 = L_15->get_totalWritten_14(); int64_t L_17 = __this->get_contentLength_20(); if ((((int64_t)L_16) < ((int64_t)L_17))) { goto IL_0085; } } IL_0079: { HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_18 = __this->get_webResponse_44(); NullCheck(L_18); HttpWebResponse_ReadAll_m923351A4BDB45CA1C1D7400B11BA943A595C0427(L_18, /*hidden argument*/NULL); return; } IL_0085: { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_19 = __this->get_writeStream_43(); NullCheck(L_19); L_19->set_IgnoreIOErrors_33((bool)1); } IL_0091: { return; } } // System.Boolean System.Net.HttpWebRequest::HandleNtlmAuth(System.Net.WebAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_HandleNtlmAuth_mF5F364BBAE5DF8F6E9946C8718DAE9DA5D27E647 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___r0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_HandleNtlmAuth_mF5F364BBAE5DF8F6E9946C8718DAE9DA5D27E647_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * V_1 = NULL; WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * V_2 = NULL; RuntimeObject* V_3 = NULL; int32_t G_B3_0 = 0; RuntimeObject* G_B10_0 = NULL; { HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_0 = __this->get_webResponse_44(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Net.HttpStatusCode System.Net.HttpWebResponse::get_StatusCode() */, L_0); V_0 = (bool)((((int32_t)L_1) == ((int32_t)((int32_t)407)))? 1 : 0); bool L_2 = V_0; if (L_2) { goto IL_0023; } } { AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_3 = __this->get_address_of_auth_state_65(); int32_t L_4 = AuthorizationState_get_NtlmAuthState_m85358EBAA7327835F1111AE210C1666F96A9DF1A((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_3, /*hidden argument*/NULL); G_B3_0 = L_4; goto IL_002e; } IL_0023: { AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_5 = __this->get_address_of_proxy_auth_state_66(); int32_t L_6 = AuthorizationState_get_NtlmAuthState_m85358EBAA7327835F1111AE210C1666F96A9DF1A((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_5, /*hidden argument*/NULL); G_B3_0 = L_6; } IL_002e: { if (G_B3_0) { goto IL_0032; } } { return (bool)0; } IL_0032: { HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_7 = __this->get_webResponse_44(); NullCheck(L_7); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(11 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_7); V_1 = ((WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC *)IsInstClass((RuntimeObject*)L_8, WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_il2cpp_TypeInfo_var)); WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_9 = V_1; if (!L_9) { goto IL_0099; } } { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_10 = V_1; NullCheck(L_10); WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_11 = WebConnectionStream_get_Connection_m9FFDC48DE0FE144443431EEB715D1DA5B460067C(L_10, /*hidden argument*/NULL); V_2 = L_11; WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_12 = V_2; NullCheck(L_12); WebConnection_set_PriorityRequest_m261005EABEA126F531BA07E90632A61B0510B59F(L_12, __this, /*hidden argument*/NULL); bool L_13 = V_0; if (!L_13) { goto IL_006c; } } { RuntimeObject* L_14 = __this->get_proxy_39(); if (!L_14) { goto IL_006c; } } { RuntimeObject* L_15 = __this->get_proxy_39(); NullCheck(L_15); RuntimeObject* L_16 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Net.ICredentials System.Net.IWebProxy::get_Credentials() */, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var, L_15); G_B10_0 = L_16; goto IL_0072; } IL_006c: { RuntimeObject* L_17 = __this->get_credentials_23(); G_B10_0 = L_17; } IL_0072: { V_3 = G_B10_0; RuntimeObject* L_18 = V_3; if (!L_18) { goto IL_0099; } } { WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_19 = V_2; RuntimeObject* L_20 = V_3; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_21 = __this->get_requestUri_12(); NullCheck(L_20); NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_22 = InterfaceFuncInvoker2< NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t* >::Invoke(0 /* System.Net.NetworkCredential System.Net.ICredentials::GetCredential(System.Uri,System.String) */, ICredentials_t1A41F1096B037CAB53AE01434DF0747881455344_il2cpp_TypeInfo_var, L_20, L_21, _stringLiteral026EAC853E081A2793439A30EF3A00433E26F261); NullCheck(L_19); WebConnection_set_NtlmCredential_mFE95AC3455BD8EFE7405E250398B6ED5E6694B71(L_19, L_22, /*hidden argument*/NULL); WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_23 = V_2; bool L_24 = __this->get_unsafe_auth_blah_70(); NullCheck(L_23); WebConnection_set_UnsafeAuthenticatedConnectionSharing_mBD2DA6D3E5F146D699DEB5591368EBBE61BC4EC0(L_23, L_24, /*hidden argument*/NULL); } IL_0099: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_25 = ___r0; NullCheck(L_25); WebAsyncResult_Reset_m3B142ACDC3BFE35A218591922F758670BEB11206(L_25, /*hidden argument*/NULL); __this->set_finished_reading_57((bool)0); __this->set_haveResponse_24((bool)0); HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_26 = __this->get_webResponse_44(); NullCheck(L_26); HttpWebResponse_ReadAll_m923351A4BDB45CA1C1D7400B11BA943A595C0427(L_26, /*hidden argument*/NULL); __this->set_webResponse_44((HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 *)NULL); return (bool)1; } } // System.Void System.Net.HttpWebRequest::SetResponseData(System.Net.WebConnectionData) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_SetResponseData_m736088F0B44101F0D449344A847BC93A375A1E82 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_SetResponseData_m736088F0B44101F0D449344A847BC93A375A1E82_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * V_2 = NULL; WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_3 = NULL; bool V_4 = false; Exception_t * V_5 = NULL; bool V_6 = false; WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * V_7 = NULL; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * V_8 = NULL; Exception_t * V_9 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); int32_t G_B27_0 = 0; bool G_B32_0 = false; { RuntimeObject * L_0 = __this->get_locker_56(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL); bool L_2 = HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0031; } } IL_0019: { WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_3 = ___data0; NullCheck(L_3); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = L_3->get_stream_6(); if (!L_4) { goto IL_002c; } } IL_0021: { WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_5 = ___data0; NullCheck(L_5); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = L_5->get_stream_6(); NullCheck(L_6); VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_6); } IL_002c: { IL2CPP_LEAVE(0x2BC, FINALLY_02b2); } IL_0031: { V_2 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)NULL; } IL_0033: try { // begin try (depth: 2) Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_7 = __this->get_actualUri_13(); String_t* L_8 = __this->get_method_31(); WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_9 = ___data0; CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * L_10 = __this->get_cookieContainer_22(); HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_11 = (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 *)il2cpp_codegen_object_new(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951_il2cpp_TypeInfo_var); HttpWebResponse__ctor_mDCEB34153A3638C433069B4E4E18D873E730404A(L_11, L_7, L_8, L_9, L_10, /*hidden argument*/NULL); __this->set_webResponse_44(L_11); goto IL_007b; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0053; throw e; } CATCH_0053: { // begin catch(System.Exception) { V_5 = ((Exception_t *)__exception_local); Exception_t * L_12 = V_5; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_12); Exception_t * L_14 = V_5; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_15 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_15, L_13, L_14, 7, (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *)NULL, /*hidden argument*/NULL); V_2 = L_15; WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_16 = ___data0; NullCheck(L_16); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_17 = L_16->get_stream_6(); if (!L_17) { goto IL_0079; } } IL_006e: { WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_18 = ___data0; NullCheck(L_18); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_19 = L_18->get_stream_6(); NullCheck(L_19); VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_19); } IL_0079: { goto IL_007b; } } // end catch (depth: 2) IL_007b: { WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_20 = V_2; if (L_20) { goto IL_00bd; } } IL_007e: { String_t* L_21 = __this->get_method_31(); bool L_22 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_21, _stringLiteral61FF81C30AA3C76E78AFEA62B2E3BD1DFA49E854, /*hidden argument*/NULL); if (L_22) { goto IL_00a2; } } IL_0090: { String_t* L_23 = __this->get_method_31(); bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, _stringLiteral091B0CE42EB0BD96169EA00B16DD938F6D63AC95, /*hidden argument*/NULL); if (!L_24) { goto IL_00bd; } } IL_00a2: { WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_25 = ___data0; HttpWebRequest_CheckSendError_m5CB98C2EFFB6BB6D42B245E3ADAD39F279C05493(__this, L_25, /*hidden argument*/NULL); Exception_t * L_26 = __this->get_saved_exc_55(); if (!L_26) { goto IL_00bd; } } IL_00b1: { Exception_t * L_27 = __this->get_saved_exc_55(); V_2 = ((WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)CastclassClass((RuntimeObject*)L_27, WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var)); } IL_00bd: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_28 = __this->get_asyncRead_46(); V_3 = L_28; V_4 = (bool)0; WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_29 = V_3; if (L_29) { goto IL_00ea; } } IL_00ca: { HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_30 = __this->get_webResponse_44(); if (!L_30) { goto IL_00ea; } } IL_00d2: { V_4 = (bool)1; WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_31 = (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)il2cpp_codegen_object_new(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var); WebAsyncResult__ctor_mFFB94D1263D8551987455464D3114E8155A05F34(L_31, (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)NULL, NULL, /*hidden argument*/NULL); V_3 = L_31; WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_32 = V_3; HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_33 = __this->get_webResponse_44(); NullCheck(L_32); WebAsyncResult_SetCompleted_mF8A8341373BAC0363A9767483652110A0B5F6F12(L_32, (bool)0, L_33, /*hidden argument*/NULL); } IL_00ea: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_34 = V_3; if (!L_34) { goto IL_02b0; } } IL_00f0: { WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_35 = V_2; if (!L_35) { goto IL_0115; } } IL_00f3: { __this->set_haveResponse_24((bool)1); WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_36 = V_3; NullCheck(L_36); bool L_37 = SimpleAsyncResult_get_IsCompleted_m949C52DCF37C33C0F75CC49A53A8AF8A528470E4(L_36, /*hidden argument*/NULL); if (L_37) { goto IL_010a; } } IL_0102: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_38 = V_3; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_39 = V_2; NullCheck(L_38); SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_38, (bool)0, L_39, /*hidden argument*/NULL); } IL_010a: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_40 = V_3; NullCheck(L_40); WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_40, /*hidden argument*/NULL); IL2CPP_LEAVE(0x2BC, FINALLY_02b2); } IL_0115: { bool L_41 = HttpWebRequest_get_ProxyQuery_mD028E8C29538FC20E736D0BD10828F5C59418F46(__this, /*hidden argument*/NULL); if (!L_41) { goto IL_013b; } } IL_011d: { RuntimeObject* L_42 = __this->get_proxy_39(); if (!L_42) { goto IL_013b; } } IL_0125: { RuntimeObject* L_43 = __this->get_proxy_39(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_44 = __this->get_actualUri_13(); NullCheck(L_43); bool L_45 = InterfaceFuncInvoker1< bool, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(1 /* System.Boolean System.Net.IWebProxy::IsBypassed(System.Uri) */, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var, L_43, L_44); G_B27_0 = ((((int32_t)L_45) == ((int32_t)0))? 1 : 0); goto IL_013c; } IL_013b: { G_B27_0 = 0; } IL_013c: { V_6 = (bool)G_B27_0; } IL_013e: try { // begin try (depth: 2) { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_46 = V_3; bool L_47 = HttpWebRequest_CheckFinalStatus_mB909A62E1A79FF8C3F35BB77AC0E0A962659FDEB(__this, L_46, /*hidden argument*/NULL); if (L_47) { goto IL_01d4; } } IL_014a: { bool L_48 = V_6; if (L_48) { goto IL_015b; } } IL_014e: { AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_49 = __this->get_address_of_auth_state_65(); bool L_50 = AuthorizationState_get_IsNtlmAuthenticated_m39FC6F759B98257680358063C545937FCA343078((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_49, /*hidden argument*/NULL); G_B32_0 = L_50; goto IL_0166; } IL_015b: { AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_51 = __this->get_address_of_proxy_auth_state_66(); bool L_52 = AuthorizationState_get_IsNtlmAuthenticated_m39FC6F759B98257680358063C545937FCA343078((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_51, /*hidden argument*/NULL); G_B32_0 = L_52; } IL_0166: { if (!G_B32_0) { goto IL_01a5; } } IL_0168: { HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_53 = __this->get_webResponse_44(); if (!L_53) { goto IL_01a5; } } IL_0170: { HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_54 = __this->get_webResponse_44(); NullCheck(L_54); int32_t L_55 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Net.HttpStatusCode System.Net.HttpWebResponse::get_StatusCode() */, L_54); if ((((int32_t)L_55) >= ((int32_t)((int32_t)400)))) { goto IL_01a5; } } IL_0182: { HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_56 = __this->get_webResponse_44(); NullCheck(L_56); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_57 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(11 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_56); V_7 = ((WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC *)IsInstClass((RuntimeObject*)L_57, WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_il2cpp_TypeInfo_var)); WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_58 = V_7; if (!L_58) { goto IL_01a5; } } IL_0198: { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_59 = V_7; NullCheck(L_59); WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_60 = WebConnectionStream_get_Connection_m9FFDC48DE0FE144443431EEB715D1DA5B460067C(L_59, /*hidden argument*/NULL); NullCheck(L_60); WebConnection_set_NtlmAuthenticated_m4B88457A4ABFE610A9013AD61A5C86F1C507C5AC(L_60, (bool)1, /*hidden argument*/NULL); } IL_01a5: { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_61 = __this->get_writeStream_43(); if (!L_61) { goto IL_01b8; } } IL_01ad: { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_62 = __this->get_writeStream_43(); NullCheck(L_62); WebConnectionStream_KillBuffer_mBD0C22CE84EF1C481E495CD0593C0CFB13F16191(L_62, /*hidden argument*/NULL); } IL_01b8: { __this->set_haveResponse_24((bool)1); WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_63 = V_3; HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_64 = __this->get_webResponse_44(); NullCheck(L_63); WebAsyncResult_SetCompleted_mF8A8341373BAC0363A9767483652110A0B5F6F12(L_63, (bool)0, L_64, /*hidden argument*/NULL); WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_65 = V_3; NullCheck(L_65); WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_65, /*hidden argument*/NULL); goto IL_0253; } IL_01d4: { bool L_66 = __this->get_sendChunked_40(); if (!L_66) { goto IL_01f3; } } IL_01dc: { __this->set_sendChunked_40((bool)0); WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_67 = __this->get_webHeaders_27(); NullCheck(L_67); WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_67, _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5, /*hidden argument*/NULL); } IL_01f3: { HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_68 = __this->get_webResponse_44(); if (!L_68) { goto IL_0214; } } IL_01fb: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_69 = V_3; bool L_70 = HttpWebRequest_HandleNtlmAuth_mF5F364BBAE5DF8F6E9946C8718DAE9DA5D27E647(__this, L_69, /*hidden argument*/NULL); if (!L_70) { goto IL_0209; } } IL_0204: { IL2CPP_LEAVE(0x2BC, FINALLY_02b2); } IL_0209: { HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_71 = __this->get_webResponse_44(); NullCheck(L_71); VirtActionInvoker0::Invoke(9 /* System.Void System.Net.WebResponse::Close() */, L_71); } IL_0214: { __this->set_finished_reading_57((bool)0); __this->set_haveResponse_24((bool)0); __this->set_webResponse_44((HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 *)NULL); WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_72 = V_3; NullCheck(L_72); WebAsyncResult_Reset_m3B142ACDC3BFE35A218591922F758670BEB11206(L_72, /*hidden argument*/NULL); ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_73 = HttpWebRequest_GetServicePoint_m2F4A5E8A7A723C3CA97203FE2A4D9913EAC185E6(__this, /*hidden argument*/NULL); __this->set_servicePoint_41(L_73); ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_74 = __this->get_servicePoint_41(); String_t* L_75 = __this->get_connectionGroup_18(); NullCheck(L_74); EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_76 = ServicePoint_SendRequest_m42288B1C75082D703C9E702854EADEB825B969C3(L_74, __this, L_75, /*hidden argument*/NULL); __this->set_abortHandler_47(L_76); } IL_0253: { IL2CPP_LEAVE(0x2BC, FINALLY_02b2); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0255; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_027b; throw e; } CATCH_0255: { // begin catch(System.Net.WebException) { V_8 = ((WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)__exception_local); bool L_77 = V_4; if (!L_77) { goto IL_026a; } } IL_025b: { WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_78 = V_8; __this->set_saved_exc_55(L_78); __this->set_haveResponse_24((bool)1); } IL_026a: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_79 = V_3; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_80 = V_8; NullCheck(L_79); SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_79, (bool)0, L_80, /*hidden argument*/NULL); WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_81 = V_3; NullCheck(L_81); WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_81, /*hidden argument*/NULL); IL2CPP_LEAVE(0x2BC, FINALLY_02b2); } } // end catch (depth: 2) CATCH_027b: { // begin catch(System.Exception) { V_9 = ((Exception_t *)__exception_local); Exception_t * L_82 = V_9; NullCheck(L_82); String_t* L_83 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_82); Exception_t * L_84 = V_9; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_85 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_85, L_83, L_84, 7, (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *)NULL, /*hidden argument*/NULL); V_2 = L_85; bool L_86 = V_4; if (!L_86) { goto IL_02a0; } } IL_0292: { WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_87 = V_2; __this->set_saved_exc_55(L_87); __this->set_haveResponse_24((bool)1); } IL_02a0: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_88 = V_3; WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_89 = V_2; NullCheck(L_88); SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_88, (bool)0, L_89, /*hidden argument*/NULL); WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_90 = V_3; NullCheck(L_90); WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_90, /*hidden argument*/NULL); IL2CPP_LEAVE(0x2BC, FINALLY_02b2); } } // end catch (depth: 2) IL_02b0: { IL2CPP_LEAVE(0x2BC, FINALLY_02b2); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_02b2; } FINALLY_02b2: { // begin finally (depth: 1) { bool L_91 = V_1; if (!L_91) { goto IL_02bb; } } IL_02b5: { RuntimeObject * L_92 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_92, /*hidden argument*/NULL); } IL_02bb: { IL2CPP_END_FINALLY(690) } } // end finally (depth: 1) IL2CPP_CLEANUP(690) { IL2CPP_JUMP_TBL(0x2BC, IL_02bc) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_02bc: { return; } } // System.Boolean System.Net.HttpWebRequest::CheckAuthorization(System.Net.WebResponse,System.Net.HttpStatusCode) extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_CheckAuthorization_m19026B770747E1221AD6C0D561DDD9CF59D1AD07 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response0, int32_t ___code1, const RuntimeMethod* method) { { int32_t L_0 = ___code1; if (((((int32_t)L_0) == ((int32_t)((int32_t)407)))? 1 : 0)) { goto IL_0018; } } { AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_1 = __this->get_address_of_auth_state_65(); WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_2 = ___response0; int32_t L_3 = ___code1; bool L_4 = AuthorizationState_CheckAuthorization_m3666C54139C31E92978AA15558606A9C74328838((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_0018: { AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_5 = __this->get_address_of_proxy_auth_state_66(); WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_6 = ___response0; int32_t L_7 = ___code1; bool L_8 = AuthorizationState_CheckAuthorization_m3666C54139C31E92978AA15558606A9C74328838((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Boolean System.Net.HttpWebRequest::CheckFinalStatus(System.Net.WebAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_CheckFinalStatus_mB909A62E1A79FF8C3F35BB77AC0E0A962659FDEB (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_CheckFinalStatus_mB909A62E1A79FF8C3F35BB77AC0E0A962659FDEB_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_0 = ___result0; NullCheck(L_0); bool L_1 = SimpleAsyncResult_get_GotException_mB061909763EFE1FCC63C6671B91FD3C0841AAF95(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0016; } } { __this->set_bodyBuffer_52((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_2 = ___result0; NullCheck(L_2); Exception_t * L_3 = SimpleAsyncResult_get_Exception_mC8615919B40C4193415211FDA85A71FCC3776CB8(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, HttpWebRequest_CheckFinalStatus_mB909A62E1A79FF8C3F35BB77AC0E0A962659FDEB_RuntimeMethod_var); } IL_0016: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_4 = ___result0; NullCheck(L_4); Exception_t * L_5 = SimpleAsyncResult_get_Exception_mC8615919B40C4193415211FDA85A71FCC3776CB8(L_4, /*hidden argument*/NULL); V_0 = L_5; WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_6 = ___result0; NullCheck(L_6); HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_7 = WebAsyncResult_get_Response_m6818FF52F360BF871709663B7E4465BDDD1C5F9F(L_6, /*hidden argument*/NULL); V_1 = L_7; V_2 = 7; V_3 = 0; Exception_t * L_8 = V_0; if (L_8) { goto IL_025a; } } { HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_9 = __this->get_webResponse_44(); if (!L_9) { goto IL_025a; } } { HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_10 = __this->get_webResponse_44(); NullCheck(L_10); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Net.HttpStatusCode System.Net.HttpWebResponse::get_StatusCode() */, L_10); V_3 = L_11; AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_12 = __this->get_address_of_auth_state_65(); bool L_13 = AuthorizationState_get_IsCompleted_m2C818782DEE865E74E773910167CCA5718F0A017((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0062; } } { int32_t L_14 = V_3; if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)401))))) { goto IL_0062; } } { RuntimeObject* L_15 = __this->get_credentials_23(); if (L_15) { goto IL_0088; } } IL_0062: { bool L_16 = HttpWebRequest_get_ProxyQuery_mD028E8C29538FC20E736D0BD10828F5C59418F46(__this, /*hidden argument*/NULL); if (!L_16) { goto IL_019e; } } { AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_17 = __this->get_address_of_proxy_auth_state_66(); bool L_18 = AuthorizationState_get_IsCompleted_m2C818782DEE865E74E773910167CCA5718F0A017((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_17, /*hidden argument*/NULL); if (L_18) { goto IL_019e; } } { int32_t L_19 = V_3; if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)407))))) { goto IL_019e; } } IL_0088: { bool L_20 = __this->get_usedPreAuth_35(); if (L_20) { goto IL_019e; } } { HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_21 = __this->get_webResponse_44(); int32_t L_22 = V_3; bool L_23 = HttpWebRequest_CheckAuthorization_m19026B770747E1221AD6C0D561DDD9CF59D1AD07(__this, L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_019e; } } { bool L_24 = HttpWebRequest_get_MethodWithBuffer_mE9AF8BE21607A369A44E11F61E3196E0D52162AF(__this, /*hidden argument*/NULL); if (!L_24) { goto IL_0131; } } { bool L_25 = VirtFuncInvoker0< bool >::Invoke(23 /* System.Boolean System.Net.HttpWebRequest::get_AllowWriteStreamBuffering() */, __this); if (!L_25) { goto IL_00ea; } } { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_26 = __this->get_writeStream_43(); NullCheck(L_26); int32_t L_27 = WebConnectionStream_get_WriteBufferLength_mD4DAA8A0B6D4E7DBD9E881F92EF8CE34BC52E4BD(L_26, /*hidden argument*/NULL); if ((((int32_t)L_27) <= ((int32_t)0))) { goto IL_00e8; } } { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_28 = __this->get_writeStream_43(); NullCheck(L_28); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = WebConnectionStream_get_WriteBuffer_mC6D3C2B28B56729F7C6E5BF61C2A82CF4CBB3903(L_28, /*hidden argument*/NULL); __this->set_bodyBuffer_52(L_29); WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_30 = __this->get_writeStream_43(); NullCheck(L_30); int32_t L_31 = WebConnectionStream_get_WriteBufferLength_mD4DAA8A0B6D4E7DBD9E881F92EF8CE34BC52E4BD(L_30, /*hidden argument*/NULL); __this->set_bodyBufferLength_53(L_31); } IL_00e8: { return (bool)1; } IL_00ea: { Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * L_32 = __this->get_ResendContentFactory_68(); if (!L_32) { goto IL_015e; } } { MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_33 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var); MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2(L_33, /*hidden argument*/NULL); V_4 = L_33; } IL_00f9: try { // begin try (depth: 1) Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * L_34 = __this->get_ResendContentFactory_68(); MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_35 = V_4; NullCheck(L_34); Action_1_Invoke_m25501B02ECA680749841E48EEA596F763A82F475(L_34, L_35, /*hidden argument*/Action_1_Invoke_m25501B02ECA680749841E48EEA596F763A82F475_RuntimeMethod_var); MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_36 = V_4; NullCheck(L_36); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(32 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_36); __this->set_bodyBuffer_52(L_37); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = __this->get_bodyBuffer_52(); NullCheck(L_38); __this->set_bodyBufferLength_53((((int32_t)((int32_t)(((RuntimeArray *)L_38)->max_length))))); IL2CPP_LEAVE(0x12F, FINALLY_0123); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0123; } FINALLY_0123: { // begin finally (depth: 1) { MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_39 = V_4; if (!L_39) { goto IL_012e; } } IL_0127: { MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_40 = V_4; NullCheck(L_40); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_40); } IL_012e: { IL2CPP_END_FINALLY(291) } } // end finally (depth: 1) IL2CPP_CLEANUP(291) { IL2CPP_JUMP_TBL(0x12F, IL_012f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_012f: { return (bool)1; } IL_0131: { String_t* L_41 = __this->get_method_31(); bool L_42 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_41, _stringLiteral091B0CE42EB0BD96169EA00B16DD938F6D63AC95, /*hidden argument*/NULL); if (!L_42) { goto IL_015e; } } { String_t* L_43 = __this->get_method_31(); bool L_44 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_43, _stringLiteral61FF81C30AA3C76E78AFEA62B2E3BD1DFA49E854, /*hidden argument*/NULL); if (!L_44) { goto IL_015e; } } { __this->set_bodyBuffer_52((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); return (bool)1; } IL_015e: { bool L_45 = HttpWebRequest_get_ThrowOnError_mF2D67420F1F5F49D18F42B36732FD7404F877D62(__this, /*hidden argument*/NULL); if (L_45) { goto IL_0168; } } { return (bool)0; } IL_0168: { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_46 = __this->get_writeStream_43(); NullCheck(L_46); WebConnectionStream_InternalClose_mF5ECD5234F76E70A038B625D690F83D33C5224ED(L_46, /*hidden argument*/NULL); __this->set_writeStream_43((WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC *)NULL); HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_47 = __this->get_webResponse_44(); NullCheck(L_47); VirtActionInvoker0::Invoke(9 /* System.Void System.Net.WebResponse::Close() */, L_47); __this->set_webResponse_44((HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 *)NULL); __this->set_bodyBuffer_52((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_48 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_m8F6829889F5E750BCF48159ADDFC37DF38825C42(L_48, _stringLiteralE85293208A555629936EA25D2F5B5F0B66F9F902, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_48, NULL, HttpWebRequest_CheckFinalStatus_mB909A62E1A79FF8C3F35BB77AC0E0A962659FDEB_RuntimeMethod_var); } IL_019e: { __this->set_bodyBuffer_52((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); int32_t L_49 = V_3; if ((((int32_t)L_49) < ((int32_t)((int32_t)400)))) { goto IL_01e3; } } { int32_t L_50 = V_3; int32_t L_51 = ((int32_t)L_50); RuntimeObject * L_52 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_51); HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_53 = __this->get_webResponse_44(); NullCheck(L_53); String_t* L_54 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Net.HttpWebResponse::get_StatusDescription() */, L_53); String_t* L_55 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralF74F09AA942E1648BB192DAFB49F91766DA68406, L_52, L_54, /*hidden argument*/NULL); int32_t L_56 = V_2; HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_57 = __this->get_webResponse_44(); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_58 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_58, L_55, (Exception_t *)NULL, L_56, L_57, /*hidden argument*/NULL); V_0 = L_58; HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_59 = __this->get_webResponse_44(); NullCheck(L_59); HttpWebResponse_ReadAll_m923351A4BDB45CA1C1D7400B11BA943A595C0427(L_59, /*hidden argument*/NULL); goto IL_025a; } IL_01e3: { int32_t L_60 = V_3; if ((!(((uint32_t)L_60) == ((uint32_t)((int32_t)304))))) { goto IL_021e; } } { bool L_61 = __this->get_allowAutoRedirect_15(); if (!L_61) { goto IL_021e; } } { int32_t L_62 = V_3; int32_t L_63 = ((int32_t)L_62); RuntimeObject * L_64 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_63); HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_65 = __this->get_webResponse_44(); NullCheck(L_65); String_t* L_66 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Net.HttpWebResponse::get_StatusDescription() */, L_65); String_t* L_67 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralF74F09AA942E1648BB192DAFB49F91766DA68406, L_64, L_66, /*hidden argument*/NULL); int32_t L_68 = V_2; HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_69 = __this->get_webResponse_44(); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_70 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_70, L_67, (Exception_t *)NULL, L_68, L_69, /*hidden argument*/NULL); V_0 = L_70; goto IL_025a; } IL_021e: { int32_t L_71 = V_3; if ((((int32_t)L_71) < ((int32_t)((int32_t)300)))) { goto IL_025a; } } { bool L_72 = __this->get_allowAutoRedirect_15(); if (!L_72) { goto IL_025a; } } { int32_t L_73 = __this->get_redirects_50(); int32_t L_74 = __this->get_maxAutoRedirect_29(); if ((((int32_t)L_73) < ((int32_t)L_74))) { goto IL_025a; } } { int32_t L_75 = V_2; HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_76 = __this->get_webResponse_44(); WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_77 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var); WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_77, _stringLiteral6AB57F0FBEF5DAD262A88773B17356F50BE78D20, (Exception_t *)NULL, L_75, L_76, /*hidden argument*/NULL); V_0 = L_77; HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_78 = __this->get_webResponse_44(); NullCheck(L_78); HttpWebResponse_ReadAll_m923351A4BDB45CA1C1D7400B11BA943A595C0427(L_78, /*hidden argument*/NULL); } IL_025a: { __this->set_bodyBuffer_52((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); Exception_t * L_79 = V_0; if (L_79) { goto IL_0306; } } { V_5 = (bool)0; int32_t L_80 = V_3; V_6 = L_80; bool L_81 = __this->get_allowAutoRedirect_15(); if (!L_81) { goto IL_02e8; } } { int32_t L_82 = V_6; if ((((int32_t)L_82) < ((int32_t)((int32_t)300)))) { goto IL_02e8; } } { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_83 = ___result0; int32_t L_84 = V_3; HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_85 = __this->get_webResponse_44(); bool L_86 = HttpWebRequest_Redirect_mF1F5EE5C923D0092D3ADB53041F54CDD160ED63D(__this, L_83, L_84, L_85, /*hidden argument*/NULL); V_5 = L_86; bool L_87 = HttpWebRequest_get_InternalAllowBuffering_m07B77C80FEB9822A91DD23A4E99139566385717E(__this, /*hidden argument*/NULL); if (!L_87) { goto IL_02c6; } } { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_88 = __this->get_writeStream_43(); NullCheck(L_88); int32_t L_89 = WebConnectionStream_get_WriteBufferLength_mD4DAA8A0B6D4E7DBD9E881F92EF8CE34BC52E4BD(L_88, /*hidden argument*/NULL); if ((((int32_t)L_89) <= ((int32_t)0))) { goto IL_02c6; } } { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_90 = __this->get_writeStream_43(); NullCheck(L_90); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_91 = WebConnectionStream_get_WriteBuffer_mC6D3C2B28B56729F7C6E5BF61C2A82CF4CBB3903(L_90, /*hidden argument*/NULL); __this->set_bodyBuffer_52(L_91); WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_92 = __this->get_writeStream_43(); NullCheck(L_92); int32_t L_93 = WebConnectionStream_get_WriteBufferLength_mD4DAA8A0B6D4E7DBD9E881F92EF8CE34BC52E4BD(L_92, /*hidden argument*/NULL); __this->set_bodyBufferLength_53(L_93); } IL_02c6: { bool L_94 = V_5; if (!L_94) { goto IL_02e8; } } { bool L_95 = __this->get_unsafe_auth_blah_70(); if (L_95) { goto IL_02e8; } } { AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_96 = __this->get_address_of_auth_state_65(); AuthorizationState_Reset_m230C3EC7F9B07163838BB8E5594DB71DC7DAD5EF((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_96, /*hidden argument*/NULL); AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_97 = __this->get_address_of_proxy_auth_state_66(); AuthorizationState_Reset_m230C3EC7F9B07163838BB8E5594DB71DC7DAD5EF((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_97, /*hidden argument*/NULL); } IL_02e8: { HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_98 = V_1; if (!L_98) { goto IL_0303; } } { int32_t L_99 = V_6; if ((((int32_t)L_99) < ((int32_t)((int32_t)300)))) { goto IL_0303; } } { int32_t L_100 = V_6; if ((((int32_t)L_100) == ((int32_t)((int32_t)304)))) { goto IL_0303; } } { HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_101 = V_1; NullCheck(L_101); HttpWebResponse_ReadAll_m923351A4BDB45CA1C1D7400B11BA943A595C0427(L_101, /*hidden argument*/NULL); } IL_0303: { bool L_102 = V_5; return L_102; } IL_0306: { bool L_103 = HttpWebRequest_get_ThrowOnError_mF2D67420F1F5F49D18F42B36732FD7404F877D62(__this, /*hidden argument*/NULL); if (L_103) { goto IL_0310; } } { return (bool)0; } IL_0310: { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_104 = __this->get_writeStream_43(); if (!L_104) { goto IL_032a; } } { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_105 = __this->get_writeStream_43(); NullCheck(L_105); WebConnectionStream_InternalClose_mF5ECD5234F76E70A038B625D690F83D33C5224ED(L_105, /*hidden argument*/NULL); __this->set_writeStream_43((WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC *)NULL); } IL_032a: { __this->set_webResponse_44((HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 *)NULL); Exception_t * L_106 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_106, NULL, HttpWebRequest_CheckFinalStatus_mB909A62E1A79FF8C3F35BB77AC0E0A962659FDEB_RuntimeMethod_var); } } // System.Boolean System.Net.HttpWebRequest::get_ReuseConnection() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ReuseConnection_mC573AB22C2EBE0EB4FEAC99C7FE76A92B75E672F (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CReuseConnectionU3Ek__BackingField_71(); return L_0; } } // System.Void System.Net.HttpWebRequest::set_ReuseConnection(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_ReuseConnection_m9648C1902AB14FEB6908A9106113EEA91D688DB0 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CReuseConnectionU3Ek__BackingField_71(L_0); return; } } // System.Void System.Net.HttpWebRequest::b__258_0(System.Net.SimpleAsyncResult) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_U3CSetWriteStreamU3Eb__258_0_m689A341FF765F4153D7C4CFDB3575B99F51C8753 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_U3CSetWriteStreamU3Eb__258_0_m689A341FF765F4153D7C4CFDB3575B99F51C8753_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_0 = ___result0; NullCheck(L_0); bool L_1 = SimpleAsyncResult_get_GotException_mB061909763EFE1FCC63C6671B91FD3C0841AAF95(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0015; } } { SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_2 = ___result0; NullCheck(L_2); Exception_t * L_3 = SimpleAsyncResult_get_Exception_mC8615919B40C4193415211FDA85A71FCC3776CB8(L_2, /*hidden argument*/NULL); HttpWebRequest_SetWriteStreamError_m3D42F4578892CD6BC1DA7D9725AA0A170D14929C(__this, L_3, /*hidden argument*/NULL); return; } IL_0015: { __this->set_haveRequest_25((bool)1); SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * L_4 = (SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F *)il2cpp_codegen_object_new(SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F_il2cpp_TypeInfo_var); SimpleAsyncCallback__ctor_mFA405D6E610A3F840791BCDA86AE86F3E379A160(L_4, __this, (intptr_t)((intptr_t)HttpWebRequest_U3CSetWriteStreamU3Eb__258_1_m847FB17EF2DCDDA745EC1643F6865D45461FEEAF_RuntimeMethod_var), /*hidden argument*/NULL); HttpWebRequest_SetWriteStreamInner_m06C6A0D763A33F9ABC63B18F9D2EF0E5F8BCA9A5(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Net.HttpWebRequest::b__258_1(System.Net.SimpleAsyncResult) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_U3CSetWriteStreamU3Eb__258_1_m847FB17EF2DCDDA745EC1643F6865D45461FEEAF (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___inner0, const RuntimeMethod* method) { { SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_0 = ___inner0; NullCheck(L_0); bool L_1 = SimpleAsyncResult_get_GotException_mB061909763EFE1FCC63C6671B91FD3C0841AAF95(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0015; } } { SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_2 = ___inner0; NullCheck(L_2); Exception_t * L_3 = SimpleAsyncResult_get_Exception_mC8615919B40C4193415211FDA85A71FCC3776CB8(L_2, /*hidden argument*/NULL); HttpWebRequest_SetWriteStreamError_m3D42F4578892CD6BC1DA7D9725AA0A170D14929C(__this, L_3, /*hidden argument*/NULL); return; } IL_0015: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_4 = __this->get_asyncWrite_45(); if (!L_4) { goto IL_0046; } } { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_5 = __this->get_asyncWrite_45(); SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_6 = ___inner0; NullCheck(L_6); bool L_7 = SimpleAsyncResult_get_CompletedSynchronouslyPeek_mA560945DA091E2620A1ED0022CB5E9379C529A8E(L_6, /*hidden argument*/NULL); WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_8 = __this->get_writeStream_43(); NullCheck(L_5); WebAsyncResult_SetCompleted_m9A6A27BE905BAFA2CC24B3827C3C36023243F117(L_5, L_7, L_8, /*hidden argument*/NULL); WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_9 = __this->get_asyncWrite_45(); NullCheck(L_9); WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_9, /*hidden argument*/NULL); __this->set_asyncWrite_45((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)NULL); } IL_0046: { return; } } // System.Boolean System.Net.HttpWebRequest::b__259_0(System.Net.SimpleAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_U3CSetWriteStreamInnerU3Eb__259_0_m3B0D4BBE9BB1F4D71011BBB91DD7A818BCF5093D (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___result0, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_bodyBuffer_52(); if (!L_0) { goto IL_0050; } } { AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_1 = __this->get_address_of_auth_state_65(); int32_t L_2 = AuthorizationState_get_NtlmAuthState_m85358EBAA7327835F1111AE210C1666F96A9DF1A((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_007a; } } { AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_3 = __this->get_address_of_proxy_auth_state_66(); int32_t L_4 = AuthorizationState_get_NtlmAuthState_m85358EBAA7327835F1111AE210C1666F96A9DF1A((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_007a; } } { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_5 = __this->get_writeStream_43(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_bodyBuffer_52(); int32_t L_7 = __this->get_bodyBufferLength_53(); NullCheck(L_5); VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, 0, L_7); __this->set_bodyBuffer_52((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL); WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_8 = __this->get_writeStream_43(); NullCheck(L_8); VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_8); goto IL_007a; } IL_0050: { bool L_9 = HttpWebRequest_get_MethodWithBuffer_mE9AF8BE21607A369A44E11F61E3196E0D52162AF(__this, /*hidden argument*/NULL); if (!L_9) { goto IL_007a; } } { bool L_10 = __this->get_getResponseCalled_54(); if (!L_10) { goto IL_007a; } } { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_11 = __this->get_writeStream_43(); NullCheck(L_11); bool L_12 = WebConnectionStream_get_RequestWritten_m218A69F08D7F29940B7DA23F28277D39EB5E7BBF(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_007a; } } { WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_13 = __this->get_writeStream_43(); SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_14 = ___result0; NullCheck(L_13); bool L_15 = WebConnectionStream_WriteRequestAsync_mAF66F0E7EC2A86DF96BBA24993405C5939A340DF(L_13, L_14, /*hidden argument*/NULL); return L_15; } IL_007a: { return (bool)0; } } // System.Void System.Net.HttpWebRequest::.ctor() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest__ctor_m71D51512F53504F6BCBCFBCBBCB5D803357145D0 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest__ctor_m71D51512F53504F6BCBCFBCBBCB5D803357145D0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(HttpWebRequest__ctor_m71D51512F53504F6BCBCFBCBBCB5D803357145D0_RuntimeMethod_var); 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.Void System.Net.HttpWebRequest_<>c__DisplayClass238_0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass238_0__ctor_mD79C17473C69332138DD6687ACFBB34293B3380D (U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.HttpWebRequest_<>c__DisplayClass238_0::b__0(System.Net.SimpleAsyncResult) extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass238_0_U3CBeginGetResponseU3Eb__0_mFB1C76811A1A93E823A4AACCA64A54B3B81D5AFB (U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___inner0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass238_0_U3CBeginGetResponseU3Eb__0_mFB1C76811A1A93E823A4AACCA64A54B3B81D5AFB_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * V_1 = NULL; Exception_t * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_0 = ___inner0; NullCheck(L_0); bool L_1 = SimpleAsyncResult_get_CompletedSynchronouslyPeek_mA560945DA091E2620A1ED0022CB5E9379C529A8E(L_0, /*hidden argument*/NULL); V_0 = L_1; SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_2 = ___inner0; NullCheck(L_2); bool L_3 = SimpleAsyncResult_get_GotException_mB061909763EFE1FCC63C6671B91FD3C0841AAF95(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002d; } } { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_4 = __this->get_aread_0(); bool L_5 = V_0; SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_6 = ___inner0; NullCheck(L_6); Exception_t * L_7 = SimpleAsyncResult_get_Exception_mC8615919B40C4193415211FDA85A71FCC3776CB8(L_6, /*hidden argument*/NULL); NullCheck(L_4); SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_4, L_5, L_7, /*hidden argument*/NULL); WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_8 = __this->get_aread_0(); NullCheck(L_8); WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_8, /*hidden argument*/NULL); return; } IL_002d: { HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_9 = __this->get_U3CU3E4__this_1(); NullCheck(L_9); bool L_10 = L_9->get_haveResponse_24(); if (!L_10) { goto IL_00a4; } } { HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_11 = __this->get_U3CU3E4__this_1(); NullCheck(L_11); Exception_t * L_12 = L_11->get_saved_exc_55(); V_1 = L_12; HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_13 = __this->get_U3CU3E4__this_1(); NullCheck(L_13); HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_14 = L_13->get_webResponse_44(); if (!L_14) { goto IL_0088; } } { Exception_t * L_15 = V_1; if (L_15) { goto IL_006f; } } { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_16 = __this->get_aread_0(); bool L_17 = V_0; HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_18 = __this->get_U3CU3E4__this_1(); NullCheck(L_18); HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_19 = L_18->get_webResponse_44(); NullCheck(L_16); WebAsyncResult_SetCompleted_mF8A8341373BAC0363A9767483652110A0B5F6F12(L_16, L_17, L_19, /*hidden argument*/NULL); goto IL_007c; } IL_006f: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_20 = __this->get_aread_0(); bool L_21 = V_0; Exception_t * L_22 = V_1; NullCheck(L_20); SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_20, L_21, L_22, /*hidden argument*/NULL); } IL_007c: { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_23 = __this->get_aread_0(); NullCheck(L_23); WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_23, /*hidden argument*/NULL); return; } IL_0088: { Exception_t * L_24 = V_1; if (!L_24) { goto IL_00a4; } } { WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_25 = __this->get_aread_0(); bool L_26 = V_0; Exception_t * L_27 = V_1; NullCheck(L_25); SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_25, L_26, L_27, /*hidden argument*/NULL); WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_28 = __this->get_aread_0(); NullCheck(L_28); WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_28, /*hidden argument*/NULL); return; } IL_00a4: { HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_29 = __this->get_U3CU3E4__this_1(); NullCheck(L_29); bool L_30 = L_29->get_requestSent_26(); if (!L_30) { goto IL_00b2; } } { return; } IL_00b2: { } IL_00b3: try { // begin try (depth: 1) HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_31 = __this->get_U3CU3E4__this_1(); NullCheck(L_31); L_31->set_requestSent_26((bool)1); HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_32 = __this->get_U3CU3E4__this_1(); NullCheck(L_32); L_32->set_redirects_50(0); HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_33 = __this->get_U3CU3E4__this_1(); HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_34 = __this->get_U3CU3E4__this_1(); NullCheck(L_34); ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_35 = HttpWebRequest_GetServicePoint_m2F4A5E8A7A723C3CA97203FE2A4D9913EAC185E6(L_34, /*hidden argument*/NULL); NullCheck(L_33); L_33->set_servicePoint_41(L_35); HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_36 = __this->get_U3CU3E4__this_1(); HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_37 = __this->get_U3CU3E4__this_1(); NullCheck(L_37); ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_38 = L_37->get_servicePoint_41(); HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_39 = __this->get_U3CU3E4__this_1(); HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_40 = __this->get_U3CU3E4__this_1(); NullCheck(L_40); String_t* L_41 = L_40->get_connectionGroup_18(); NullCheck(L_38); EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_42 = ServicePoint_SendRequest_m42288B1C75082D703C9E702854EADEB825B969C3(L_38, L_39, L_41, /*hidden argument*/NULL); NullCheck(L_36); L_36->set_abortHandler_47(L_42); goto IL_012a; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_010f; throw e; } CATCH_010f: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_43 = __this->get_aread_0(); bool L_44 = V_0; Exception_t * L_45 = V_2; NullCheck(L_43); SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_43, L_44, L_45, /*hidden argument*/NULL); WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_46 = __this->get_aread_0(); NullCheck(L_46); WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_46, /*hidden argument*/NULL); goto IL_012a; } // end catch (depth: 1) IL_012a: { 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: System.Net.HttpWebRequest/AuthorizationState extern "C" void AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshal_pinvoke(const AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB& unmarshaled, AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_pinvoke& marshaled) { Exception_t* ___request_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'request' of type 'AuthorizationState': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___request_0Exception, NULL, NULL); } extern "C" void AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshal_pinvoke_back(const AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_pinvoke& marshaled, AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB& unmarshaled) { Exception_t* ___request_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'request' of type 'AuthorizationState': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___request_0Exception, NULL, NULL); } // Conversion method for clean up from marshalling of: System.Net.HttpWebRequest/AuthorizationState extern "C" void AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshal_pinvoke_cleanup(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Net.HttpWebRequest/AuthorizationState extern "C" void AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshal_com(const AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB& unmarshaled, AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_com& marshaled) { Exception_t* ___request_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'request' of type 'AuthorizationState': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___request_0Exception, NULL, NULL); } extern "C" void AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshal_com_back(const AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_com& marshaled, AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB& unmarshaled) { Exception_t* ___request_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'request' of type 'AuthorizationState': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___request_0Exception, NULL, NULL); } // Conversion method for clean up from marshalling of: System.Net.HttpWebRequest/AuthorizationState extern "C" void AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshal_com_cleanup(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_com& marshaled) { } // System.Boolean System.Net.HttpWebRequest_AuthorizationState::get_IsCompleted() extern "C" IL2CPP_METHOD_ATTR bool AuthorizationState_get_IsCompleted_m2C818782DEE865E74E773910167CCA5718F0A017 (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isCompleted_2(); return L_0; } } extern "C" bool AuthorizationState_get_IsCompleted_m2C818782DEE865E74E773910167CCA5718F0A017_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * _thisAdjusted = reinterpret_cast(__this + 1); return AuthorizationState_get_IsCompleted_m2C818782DEE865E74E773910167CCA5718F0A017(_thisAdjusted, method); } // System.Net.HttpWebRequest_NtlmAuthState System.Net.HttpWebRequest_AuthorizationState::get_NtlmAuthState() extern "C" IL2CPP_METHOD_ATTR int32_t AuthorizationState_get_NtlmAuthState_m85358EBAA7327835F1111AE210C1666F96A9DF1A (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_ntlm_auth_state_3(); return L_0; } } extern "C" int32_t AuthorizationState_get_NtlmAuthState_m85358EBAA7327835F1111AE210C1666F96A9DF1A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * _thisAdjusted = reinterpret_cast(__this + 1); return AuthorizationState_get_NtlmAuthState_m85358EBAA7327835F1111AE210C1666F96A9DF1A(_thisAdjusted, method); } // System.Boolean System.Net.HttpWebRequest_AuthorizationState::get_IsNtlmAuthenticated() extern "C" IL2CPP_METHOD_ATTR bool AuthorizationState_get_IsNtlmAuthenticated_m39FC6F759B98257680358063C545937FCA343078 (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isCompleted_2(); if (!L_0) { goto IL_0012; } } { int32_t L_1 = __this->get_ntlm_auth_state_3(); return (bool)((!(((uint32_t)L_1) <= ((uint32_t)0)))? 1 : 0); } IL_0012: { return (bool)0; } } extern "C" bool AuthorizationState_get_IsNtlmAuthenticated_m39FC6F759B98257680358063C545937FCA343078_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * _thisAdjusted = reinterpret_cast(__this + 1); return AuthorizationState_get_IsNtlmAuthenticated_m39FC6F759B98257680358063C545937FCA343078(_thisAdjusted, method); } // System.Void System.Net.HttpWebRequest_AuthorizationState::.ctor(System.Net.HttpWebRequest,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AuthorizationState__ctor_m69A0EFF9B7497316A6F0FE2896C466CDDE89E88D (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, bool ___isProxy1, const RuntimeMethod* method) { { HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_0 = ___request0; __this->set_request_0(L_0); bool L_1 = ___isProxy1; __this->set_isProxy_1(L_1); __this->set_isCompleted_2((bool)0); __this->set_ntlm_auth_state_3(0); return; } } extern "C" void AuthorizationState__ctor_m69A0EFF9B7497316A6F0FE2896C466CDDE89E88D_AdjustorThunk (RuntimeObject * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, bool ___isProxy1, const RuntimeMethod* method) { AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * _thisAdjusted = reinterpret_cast(__this + 1); AuthorizationState__ctor_m69A0EFF9B7497316A6F0FE2896C466CDDE89E88D(_thisAdjusted, ___request0, ___isProxy1, method); } // System.Boolean System.Net.HttpWebRequest_AuthorizationState::CheckAuthorization(System.Net.WebResponse,System.Net.HttpStatusCode) extern "C" IL2CPP_METHOD_ATTR bool AuthorizationState_CheckAuthorization_m3666C54139C31E92978AA15558606A9C74328838 (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response0, int32_t ___code1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AuthorizationState_CheckAuthorization_m3666C54139C31E92978AA15558606A9C74328838_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL; RuntimeObject* V_1 = NULL; Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * V_2 = NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_3 = NULL; int32_t V_4 = 0; WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B11_0 = NULL; WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B10_0 = NULL; String_t* G_B12_0 = NULL; WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B12_1 = NULL; RuntimeObject* G_B18_0 = NULL; WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B26_0 = NULL; WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B25_0 = NULL; String_t* G_B27_0 = NULL; WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B27_1 = NULL; { __this->set_isCompleted_2((bool)0); int32_t L_0 = ___code1; if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)401))))) { goto IL_001e; } } { HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_1 = __this->get_request_0(); NullCheck(L_1); RuntimeObject* L_2 = L_1->get_credentials_23(); if (L_2) { goto IL_001e; } } { return (bool)0; } IL_001e: { bool L_3 = __this->get_isProxy_1(); int32_t L_4 = ___code1; if ((((int32_t)L_3) == ((int32_t)((((int32_t)L_4) == ((int32_t)((int32_t)407)))? 1 : 0)))) { goto IL_0030; } } { return (bool)0; } IL_0030: { bool L_5 = __this->get_isProxy_1(); if (!L_5) { goto IL_0059; } } { HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_6 = __this->get_request_0(); NullCheck(L_6); RuntimeObject* L_7 = L_6->get_proxy_39(); if (!L_7) { goto IL_0057; } } { HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_8 = __this->get_request_0(); NullCheck(L_8); RuntimeObject* L_9 = L_8->get_proxy_39(); NullCheck(L_9); RuntimeObject* L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Net.ICredentials System.Net.IWebProxy::get_Credentials() */, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var, L_9); if (L_10) { goto IL_0059; } } IL_0057: { return (bool)0; } IL_0059: { WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_11 = ___response0; NullCheck(L_11); WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_12 = VirtFuncInvoker0< WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * >::Invoke(13 /* System.Net.WebHeaderCollection System.Net.WebResponse::get_Headers() */, L_11); bool L_13 = __this->get_isProxy_1(); G_B10_0 = L_12; if (L_13) { G_B11_0 = L_12; goto IL_006e; } } { G_B12_0 = _stringLiteral91E15DFD33A8977326EC3048FFFCF2851F9AB5D0; G_B12_1 = G_B10_0; goto IL_0073; } IL_006e: { G_B12_0 = _stringLiteral0CE13782E9AC74EF50B0F764C0721DE2A4AE3187; G_B12_1 = G_B11_0; } IL_0073: { NullCheck(G_B12_1); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = VirtFuncInvoker1< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t* >::Invoke(17 /* System.String[] System.Collections.Specialized.NameValueCollection::GetValues(System.String) */, G_B12_1, G_B12_0); V_0 = L_14; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = V_0; if (!L_15) { goto IL_0080; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = V_0; NullCheck(L_16); if ((((RuntimeArray *)L_16)->max_length)) { goto IL_0082; } } IL_0080: { return (bool)0; } IL_0082: { bool L_17 = __this->get_isProxy_1(); if (!L_17) { goto IL_009c; } } { HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_18 = __this->get_request_0(); NullCheck(L_18); RuntimeObject* L_19 = L_18->get_proxy_39(); NullCheck(L_19); RuntimeObject* L_20 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Net.ICredentials System.Net.IWebProxy::get_Credentials() */, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var, L_19); G_B18_0 = L_20; goto IL_00a7; } IL_009c: { HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_21 = __this->get_request_0(); NullCheck(L_21); RuntimeObject* L_22 = L_21->get_credentials_23(); G_B18_0 = L_22; } IL_00a7: { V_1 = G_B18_0; V_2 = (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = V_0; V_3 = L_23; V_4 = 0; goto IL_00cb; } IL_00b1: { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = V_3; int32_t L_25 = V_4; NullCheck(L_24); int32_t L_26 = L_25; String_t* L_27 = (L_24)->GetAt(static_cast(L_26)); HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_28 = __this->get_request_0(); RuntimeObject* L_29 = V_1; IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var); Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_30 = AuthenticationManager_Authenticate_m8EED4B5369B40410D5282064C3A7F82A54E82103(L_27, L_28, L_29, /*hidden argument*/NULL); V_2 = L_30; Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_31 = V_2; if (L_31) { goto IL_00d2; } } { int32_t L_32 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_00cb: { int32_t L_33 = V_4; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_34 = V_3; NullCheck(L_34); if ((((int32_t)L_33) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length))))))) { goto IL_00b1; } } IL_00d2: { Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_35 = V_2; if (L_35) { goto IL_00d7; } } { return (bool)0; } IL_00d7: { HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_36 = __this->get_request_0(); NullCheck(L_36); WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_37 = L_36->get_webHeaders_27(); bool L_38 = __this->get_isProxy_1(); G_B25_0 = L_37; if (L_38) { G_B26_0 = L_37; goto IL_00f1; } } { G_B27_0 = _stringLiteral5E25CE007AA95EA2EA8B158AEE9C630A32EA5616; G_B27_1 = G_B25_0; goto IL_00f6; } IL_00f1: { G_B27_0 = _stringLiteralD2FD2A50C1A375BEB79E19EC25E0A1496B8C4176; G_B27_1 = G_B26_0; } IL_00f6: { Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_39 = V_2; NullCheck(L_39); String_t* L_40 = Authorization_get_Message_m6A7AC7EC2D323624178328B3922110CB02A1BD6A(L_39, /*hidden argument*/NULL); NullCheck(G_B27_1); NameValueCollection_set_Item_mD7117BA970BD749C64FC5D5352530E422B754ADA(G_B27_1, G_B27_0, L_40, /*hidden argument*/NULL); Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_41 = V_2; NullCheck(L_41); bool L_42 = Authorization_get_Complete_m95AEF29BEC17BF1D514997E29AF5D6027058D25B(L_41, /*hidden argument*/NULL); __this->set_isCompleted_2(L_42); Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_43 = V_2; NullCheck(L_43); String_t* L_44 = L_43->get_ModuleAuthenticationType_2(); bool L_45 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_44, _stringLiteral026EAC853E081A2793439A30EF3A00433E26F261, /*hidden argument*/NULL); if (!L_45) { goto IL_012d; } } { int32_t L_46 = __this->get_ntlm_auth_state_3(); __this->set_ntlm_auth_state_3(((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1))); } IL_012d: { return (bool)1; } } extern "C" bool AuthorizationState_CheckAuthorization_m3666C54139C31E92978AA15558606A9C74328838_AdjustorThunk (RuntimeObject * __this, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response0, int32_t ___code1, const RuntimeMethod* method) { AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * _thisAdjusted = reinterpret_cast(__this + 1); return AuthorizationState_CheckAuthorization_m3666C54139C31E92978AA15558606A9C74328838(_thisAdjusted, ___response0, ___code1, method); } // System.Void System.Net.HttpWebRequest_AuthorizationState::Reset() extern "C" IL2CPP_METHOD_ATTR void AuthorizationState_Reset_m230C3EC7F9B07163838BB8E5594DB71DC7DAD5EF (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AuthorizationState_Reset_m230C3EC7F9B07163838BB8E5594DB71DC7DAD5EF_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B2_0 = NULL; WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B3_1 = NULL; { __this->set_isCompleted_2((bool)0); __this->set_ntlm_auth_state_3(0); HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_0 = __this->get_request_0(); NullCheck(L_0); WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_1 = L_0->get_webHeaders_27(); bool L_2 = __this->get_isProxy_1(); G_B1_0 = L_1; if (L_2) { G_B2_0 = L_1; goto IL_0028; } } { G_B3_0 = _stringLiteral5E25CE007AA95EA2EA8B158AEE9C630A32EA5616; G_B3_1 = G_B1_0; goto IL_002d; } IL_0028: { G_B3_0 = _stringLiteralD2FD2A50C1A375BEB79E19EC25E0A1496B8C4176; G_B3_1 = G_B2_0; } IL_002d: { NullCheck(G_B3_1); WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(G_B3_1, G_B3_0, /*hidden argument*/NULL); return; } } extern "C" void AuthorizationState_Reset_m230C3EC7F9B07163838BB8E5594DB71DC7DAD5EF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * _thisAdjusted = reinterpret_cast(__this + 1); AuthorizationState_Reset_m230C3EC7F9B07163838BB8E5594DB71DC7DAD5EF(_thisAdjusted, method); } // System.String System.Net.HttpWebRequest_AuthorizationState::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* AuthorizationState_ToString_m91603A74B89DD49A7CD4B9878309E458BD7F002A (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AuthorizationState_ToString_m91603A74B89DD49A7CD4B9878309E458BD7F002A_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B2_0 = NULL; String_t* G_B1_0 = NULL; String_t* G_B3_0 = NULL; String_t* G_B3_1 = NULL; { bool L_0 = __this->get_isProxy_1(); G_B1_0 = _stringLiteral5730C2986790DB24F5C4F5FD712D2406D6EB9F7C; if (L_0) { G_B2_0 = _stringLiteral5730C2986790DB24F5C4F5FD712D2406D6EB9F7C; goto IL_0014; } } { G_B3_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; G_B3_1 = G_B1_0; goto IL_0019; } IL_0014: { G_B3_0 = _stringLiteralD1CEA344353E26BA6F1565ED661D94F610CE9E4F; G_B3_1 = G_B2_0; } IL_0019: { bool L_1 = __this->get_isCompleted_2(); bool L_2 = L_1; RuntimeObject * L_3 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_2); int32_t L_4 = __this->get_ntlm_auth_state_3(); int32_t L_5 = L_4; RuntimeObject * L_6 = Box(NtlmAuthState_tF501EE09345DFAE6FD7B4D8EBBE77292514DFA83_il2cpp_TypeInfo_var, &L_5); String_t* L_7 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(G_B3_1, G_B3_0, L_3, L_6, /*hidden argument*/NULL); return L_7; } } extern "C" String_t* AuthorizationState_ToString_m91603A74B89DD49A7CD4B9878309E458BD7F002A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * _thisAdjusted = reinterpret_cast(__this + 1); return AuthorizationState_ToString_m91603A74B89DD49A7CD4B9878309E458BD7F002A(_thisAdjusted, method); } #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 // System.Void System.Net.HttpWebResponse::.ctor(System.Uri,System.String,System.Net.WebConnectionData,System.Net.CookieContainer) extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse__ctor_mDCEB34153A3638C433069B4E4E18D873E730404A (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, String_t* ___method1, WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * ___data2, CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * ___container3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebResponse__ctor_mDCEB34153A3638C433069B4E4E18D873E730404A_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { WebResponse__ctor_m0A254FF1607AEACDAA102A8ABA8941A42B2929A6(__this, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0; __this->set_uri_1(L_0); String_t* L_1 = ___method1; __this->set_method_4(L_1); WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_2 = ___data2; NullCheck(L_2); WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_3 = L_2->get_Headers_3(); __this->set_webHeaders_2(L_3); WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_4 = ___data2; NullCheck(L_4); Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_5 = L_4->get_Version_4(); __this->set_version_5(L_5); WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_6 = ___data2; NullCheck(L_6); int32_t L_7 = L_6->get_StatusCode_1(); __this->set_statusCode_6(L_7); WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_8 = ___data2; NullCheck(L_8); String_t* L_9 = L_8->get_StatusDescription_2(); __this->set_statusDescription_7(L_9); WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_10 = ___data2; NullCheck(L_10); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_11 = L_10->get_stream_6(); __this->set_stream_12(L_11); __this->set_contentLength_8((((int64_t)((int64_t)(-1))))); } IL_0058: try { // begin try (depth: 1) { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_12 = __this->get_webHeaders_2(); NullCheck(L_12); String_t* L_13 = NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC(L_12, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA, /*hidden argument*/NULL); V_1 = L_13; String_t* L_14 = V_1; bool L_15 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_007f; } } IL_0071: { String_t* L_16 = V_1; int64_t* L_17 = __this->get_address_of_contentLength_8(); bool L_18 = Int64_TryParse_m5C60567D82BACC7D9C18F7A9A83025FC94AD0E95(L_16, (int64_t*)L_17, /*hidden argument*/NULL); if (L_18) { goto IL_0087; } } IL_007f: { __this->set_contentLength_8((((int64_t)((int64_t)(-1))))); } IL_0087: { goto IL_0094; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0089; throw e; } CATCH_0089: { // begin catch(System.Exception) __this->set_contentLength_8((((int64_t)((int64_t)(-1))))); goto IL_0094; } // end catch (depth: 1) IL_0094: { CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * L_19 = ___container3; if (!L_19) { goto IL_00a6; } } { CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * L_20 = ___container3; __this->set_cookie_container_10(L_20); HttpWebResponse_FillCookies_mDD48C6065E74539F96BB15FB001A6EBB62FFA21A(__this, /*hidden argument*/NULL); } IL_00a6: { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_21 = __this->get_webHeaders_2(); NullCheck(L_21); String_t* L_22 = NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC(L_21, _stringLiteralDC573A47ACA875AAA79618871337D7F6C56FA72F, /*hidden argument*/NULL); V_0 = L_22; String_t* L_23 = V_0; bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, _stringLiteralCA546E369BEECAAE3968C126FCCB8B5415E4AE84, /*hidden argument*/NULL); if (!L_24) { goto IL_00f3; } } { WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_25 = ___data2; NullCheck(L_25); HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_26 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_25, /*hidden argument*/NULL); NullCheck(L_26); int32_t L_27 = HttpWebRequest_get_AutomaticDecompression_m4954C9D4E3112B527C94A73B330C4224BAD1D60C(L_26, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_27&(int32_t)1))) { goto IL_00f3; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_28 = __this->get_stream_12(); GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * L_29 = (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 *)il2cpp_codegen_object_new(GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588_il2cpp_TypeInfo_var); GZipStream__ctor_m9C3683B47B672DF5A75101E7F81CC2DD24083A3F(L_29, L_28, 0, /*hidden argument*/NULL); __this->set_stream_12(L_29); WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_30 = __this->get_webHeaders_2(); NullCheck(L_30); WebHeaderCollection_Remove_m10C592B12EC07F33161B71FB0C2DE0112C0041DF(L_30, ((int32_t)13), /*hidden argument*/NULL); return; } IL_00f3: { String_t* L_31 = V_0; bool L_32 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_31, _stringLiteral1AA9813C28324613AEA29F0818C0EA6DADF00B0B, /*hidden argument*/NULL); if (!L_32) { goto IL_012e; } } { WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_33 = ___data2; NullCheck(L_33); HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_34 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_33, /*hidden argument*/NULL); NullCheck(L_34); int32_t L_35 = HttpWebRequest_get_AutomaticDecompression_m4954C9D4E3112B527C94A73B330C4224BAD1D60C(L_34, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_35&(int32_t)2))) { goto IL_012e; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_36 = __this->get_stream_12(); DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_37 = (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE *)il2cpp_codegen_object_new(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE_il2cpp_TypeInfo_var); DeflateStream__ctor_m5AB204CE24A3BFE0C2B6352EBF402C4D9F261EFF(L_37, L_36, 0, /*hidden argument*/NULL); __this->set_stream_12(L_37); WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_38 = __this->get_webHeaders_2(); NullCheck(L_38); WebHeaderCollection_Remove_m10C592B12EC07F33161B71FB0C2DE0112C0041DF(L_38, ((int32_t)13), /*hidden argument*/NULL); } IL_012e: { return; } } // System.Void System.Net.HttpWebResponse::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse__ctor_mD2B0C901BE236627237148B60DA663994BDE3E14 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebResponse__ctor_mD2B0C901BE236627237148B60DA663994BDE3E14_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * V_0 = NULL; { WebResponse__ctor_m0A254FF1607AEACDAA102A8ABA8941A42B2929A6(__this, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0; V_0 = L_0; SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_1 = V_0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject * L_4 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_1, _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56, L_3, /*hidden argument*/NULL); __this->set_uri_1(((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)CastclassClass((RuntimeObject*)L_4, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = V_0; NullCheck(L_5); int64_t L_6 = SerializationInfo_GetInt64_mD9FB62CFBEC90A544B95912AB9FA24377AC17E54(L_5, _stringLiteral4DC841370E2DDF7E95BD1CD7ACECC4D4B75A1FFC, /*hidden argument*/NULL); __this->set_contentLength_8(L_6); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_7 = V_0; NullCheck(L_7); String_t* L_8 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_7, _stringLiteralBE325701619D15D9B91F900D60E3081AD6F43117, /*hidden argument*/NULL); __this->set_contentType_9(L_8); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_9 = V_0; NullCheck(L_9); String_t* L_10 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_9, _stringLiteralBFBAF8B2D1CDF92BF83857FE1748C0F68DE03D47, /*hidden argument*/NULL); __this->set_method_4(L_10); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_11 = V_0; NullCheck(L_11); String_t* L_12 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_11, _stringLiteralDA92D2A3A62C3F3412D4F9569C5C7479B7D128DC, /*hidden argument*/NULL); __this->set_statusDescription_7(L_12); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_13 = V_0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_0_0_0_var) }; Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_14, /*hidden argument*/NULL); NullCheck(L_13); RuntimeObject * L_16 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_13, _stringLiteralB12710F707F5B0BD7D806E7154E2A0C315984F9B, L_15, /*hidden argument*/NULL); __this->set_cookieCollection_3(((CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)CastclassClass((RuntimeObject*)L_16, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_17 = V_0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_18 = { reinterpret_cast (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_0_0_0_var) }; Type_t * L_19 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_18, /*hidden argument*/NULL); NullCheck(L_17); RuntimeObject * L_20 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_17, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, L_19, /*hidden argument*/NULL); __this->set_version_5(((Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)CastclassSealed((RuntimeObject*)L_20, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var))); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_21 = V_0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_22 = { reinterpret_cast (HttpStatusCode_tEEC31491D56EE5BDB252F07906878274FD22AC0C_0_0_0_var) }; Type_t * L_23 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_22, /*hidden argument*/NULL); NullCheck(L_21); RuntimeObject * L_24 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_21, _stringLiteralC48A9F5244FF2D1E0EF6E226066E693E57942434, L_23, /*hidden argument*/NULL); __this->set_statusCode_6(((*(int32_t*)((int32_t*)UnBox(L_24, HttpStatusCode_tEEC31491D56EE5BDB252F07906878274FD22AC0C_il2cpp_TypeInfo_var))))); return; } } // System.Net.WebHeaderCollection System.Net.HttpWebResponse::get_Headers() extern "C" IL2CPP_METHOD_ATTR WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * HttpWebResponse_get_Headers_mA95C5BDB594EA669DD70636C9D12FF7EA103F6CF (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method) { { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_0 = __this->get_webHeaders_2(); return L_0; } } // System.Uri System.Net.HttpWebResponse::get_ResponseUri() extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HttpWebResponse_get_ResponseUri_mF0B946A4DC0D07EB23DEC99D9EABE085DF48E9E3 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method) { { HttpWebResponse_CheckDisposed_m383DF4B8F57388E9405FEDE07F0E1848C4FDE656(__this, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_uri_1(); return L_0; } } // System.Net.HttpStatusCode System.Net.HttpWebResponse::get_StatusCode() extern "C" IL2CPP_METHOD_ATTR int32_t HttpWebResponse_get_StatusCode_mB4FCB57795F71FAD30C7DA8C95069ED7C99B3F48 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_statusCode_6(); return L_0; } } // System.String System.Net.HttpWebResponse::get_StatusDescription() extern "C" IL2CPP_METHOD_ATTR String_t* HttpWebResponse_get_StatusDescription_mDFCB59B4DACBCAD920888CE0D7F7614EF0963170 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method) { { HttpWebResponse_CheckDisposed_m383DF4B8F57388E9405FEDE07F0E1848C4FDE656(__this, /*hidden argument*/NULL); String_t* L_0 = __this->get_statusDescription_7(); return L_0; } } // System.Void System.Net.HttpWebResponse::ReadAll() extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_ReadAll_m923351A4BDB45CA1C1D7400B11BA943A595C0427 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebResponse_ReadAll_m923351A4BDB45CA1C1D7400B11BA943A595C0427_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_12(); V_0 = ((WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC *)IsInstClass((RuntimeObject*)L_0, WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_il2cpp_TypeInfo_var)); WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_1 = V_0; if (L_1) { goto IL_0010; } } { return; } IL_0010: { } IL_0011: try { // begin try (depth: 1) WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_2 = V_0; NullCheck(L_2); WebConnectionStream_ReadAll_m2DB26220CA17BA940A59E0C83202E19CB3F348D7(L_2, /*hidden argument*/NULL); goto IL_001c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0019; throw e; } CATCH_0019: { // begin catch(System.Object) goto IL_001c; } // end catch (depth: 1) IL_001c: { return; } } // System.IO.Stream System.Net.HttpWebResponse::GetResponseStream() extern "C" IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * HttpWebResponse_GetResponseStream_mD8A0A4AD18EFA0B2E4EF5D32D7D0142333D1A6D9 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebResponse_GetResponseStream_mD8A0A4AD18EFA0B2E4EF5D32D7D0142333D1A6D9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { HttpWebResponse_CheckDisposed_m383DF4B8F57388E9405FEDE07F0E1848C4FDE656(__this, /*hidden argument*/NULL); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_12(); if (L_0) { goto IL_0014; } } { IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = ((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields*)il2cpp_codegen_static_fields_for(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var))->get_Null_1(); return L_1; } IL_0014: { String_t* L_2 = __this->get_method_4(); bool L_3 = String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43(L_2, _stringLiteral7138A51661947B19B5088DA5A2BFEDE2876F49B9, 5, /*hidden argument*/NULL); if (!L_3) { goto IL_002d; } } { IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = ((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields*)il2cpp_codegen_static_fields_for(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var))->get_Null_1(); return L_4; } IL_002d: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = __this->get_stream_12(); return L_5; } } // System.Void System.Net.HttpWebResponse::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_System_Runtime_Serialization_ISerializable_GetObjectData_mC5CA65A8BFEA462265FB6B9AF12C34E54D39D2B6 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0; StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1; VirtActionInvoker2< SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 >::Invoke(8 /* System.Void System.Net.WebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, __this, L_0, L_1); return; } } // System.Void System.Net.HttpWebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_GetObjectData_m5D679A30BC506D7C6B83205AD4ABA033C7C90464 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebResponse_GetObjectData_m5D679A30BC506D7C6B83205AD4ABA033C7C90464_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0; SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_1 = L_0; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = __this->get_uri_1(); NullCheck(L_1); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_1, _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56, L_2, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_3 = L_1; int64_t L_4 = __this->get_contentLength_8(); NullCheck(L_3); SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4(L_3, _stringLiteral4DC841370E2DDF7E95BD1CD7ACECC4D4B75A1FFC, L_4, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = L_3; String_t* L_6 = __this->get_contentType_9(); NullCheck(L_5); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_5, _stringLiteralBE325701619D15D9B91F900D60E3081AD6F43117, L_6, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_7 = L_5; String_t* L_8 = __this->get_method_4(); NullCheck(L_7); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_7, _stringLiteralBFBAF8B2D1CDF92BF83857FE1748C0F68DE03D47, L_8, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_9 = L_7; String_t* L_10 = __this->get_statusDescription_7(); NullCheck(L_9); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_9, _stringLiteralDA92D2A3A62C3F3412D4F9569C5C7479B7D128DC, L_10, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_11 = L_9; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_12 = __this->get_cookieCollection_3(); NullCheck(L_11); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_11, _stringLiteralB12710F707F5B0BD7D806E7154E2A0C315984F9B, L_12, /*hidden argument*/NULL); SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_13 = L_11; Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_14 = __this->get_version_5(); NullCheck(L_13); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_13, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, L_14, /*hidden argument*/NULL); int32_t L_15 = __this->get_statusCode_6(); int32_t L_16 = L_15; RuntimeObject * L_17 = Box(HttpStatusCode_tEEC31491D56EE5BDB252F07906878274FD22AC0C_il2cpp_TypeInfo_var, &L_16); NullCheck(L_13); SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_13, _stringLiteralC48A9F5244FF2D1E0EF6E226066E693E57942434, L_17, /*hidden argument*/NULL); return; } } // System.Void System.Net.HttpWebResponse::Close() extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_Close_mE0B3DE806681D3F0C7E53842D99F1A5F65040523 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method) { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL; { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_12(); if (!L_0) { goto IL_001f; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_stream_12(); V_0 = L_1; __this->set_stream_12((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL); Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = V_0; if (!L_2) { goto IL_001f; } } { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = V_0; NullCheck(L_3); VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_3); } IL_001f: { return; } } // System.Void System.Net.HttpWebResponse::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_System_IDisposable_Dispose_m4C39C7DFB354D17F3C9A3FA6003C391C6BB1F7BA (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(10 /* System.Void System.Net.WebResponse::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.Void System.Net.HttpWebResponse::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_Dispose_mB696D8963ED9EAECF60D51D8330AC8A6F14721BB (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, bool ___disposing0, const RuntimeMethod* method) { { __this->set_disposed_11((bool)1); WebResponse_Dispose_mD37AF3FE467717A008830A34E72215D3DBC244EC(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Net.HttpWebResponse::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_CheckDisposed_m383DF4B8F57388E9405FEDE07F0E1848C4FDE656 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebResponse_CheckDisposed_m383DF4B8F57388E9405FEDE07F0E1848C4FDE656_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_11(); if (!L_0) { goto IL_0019; } } { Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_3 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, HttpWebResponse_CheckDisposed_m383DF4B8F57388E9405FEDE07F0E1848C4FDE656_RuntimeMethod_var); } IL_0019: { return; } } // System.Void System.Net.HttpWebResponse::FillCookies() extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_FillCookies_mDD48C6065E74539F96BB15FB001A6EBB62FFA21A (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebResponse_FillCookies_mDD48C6065E74539F96BB15FB001A6EBB62FFA21A_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_1 = NULL; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = -1; NO_UNUSED_WARNING (__leave_target); { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_0 = __this->get_webHeaders_2(); if (L_0) { goto IL_0009; } } { return; } IL_0009: { V_1 = (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)NULL; } IL_000b: try { // begin try (depth: 1) { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_1 = __this->get_webHeaders_2(); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(16 /* System.String System.Collections.Specialized.NameValueCollection::Get(System.String) */, L_1, _stringLiteralDA18D02D9A384EC87B2924AA70BB99B190DFA12C); V_0 = L_2; String_t* L_3 = V_0; if (!L_3) { goto IL_0038; } } IL_001f: { CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * L_4 = __this->get_cookie_container_10(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = __this->get_uri_1(); String_t* L_6 = V_0; NullCheck(L_4); CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_7 = CookieContainer_CookieCutter_mADA24F94B27FB05389BA946003ED7EDAA189F354(L_4, L_5, _stringLiteralDA18D02D9A384EC87B2924AA70BB99B190DFA12C, L_6, (bool)0, /*hidden argument*/NULL); V_1 = L_7; } IL_0038: { goto IL_003d; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_003a; throw e; } CATCH_003a: { // begin catch(System.Object) goto IL_003d; } // end catch (depth: 1) IL_003d: { } IL_003e: try { // begin try (depth: 1) { WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_8 = __this->get_webHeaders_2(); NullCheck(L_8); String_t* L_9 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(16 /* System.String System.Collections.Specialized.NameValueCollection::Get(System.String) */, L_8, _stringLiteralE9CACE35E90B037B0140E79E5BFF9090459AEF6C); V_0 = L_9; String_t* L_10 = V_0; if (!L_10) { goto IL_0081; } } IL_0052: { CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * L_11 = __this->get_cookie_container_10(); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_12 = __this->get_uri_1(); String_t* L_13 = V_0; NullCheck(L_11); CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_14 = CookieContainer_CookieCutter_mADA24F94B27FB05389BA946003ED7EDAA189F354(L_11, L_12, _stringLiteralE9CACE35E90B037B0140E79E5BFF9090459AEF6C, L_13, (bool)0, /*hidden argument*/NULL); V_2 = L_14; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_15 = V_1; if (!L_15) { goto IL_007f; } } IL_006e: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_16 = V_1; NullCheck(L_16); int32_t L_17 = CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_007f; } } IL_0076: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_18 = V_1; CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_19 = V_2; NullCheck(L_18); CookieCollection_Add_m0E25B9BA3B73C80B357B7AF8143350AB84D38CD8(L_18, L_19, /*hidden argument*/NULL); goto IL_0081; } IL_007f: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_20 = V_2; V_1 = L_20; } IL_0081: { goto IL_0086; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0083; throw e; } CATCH_0083: { // begin catch(System.Object) goto IL_0086; } // end catch (depth: 1) IL_0086: { CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_21 = V_1; __this->set_cookieCollection_3(L_21); return; } } // System.Void System.Net.HttpWebResponse::.ctor() extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse__ctor_m02A0D053BCD86AC08A8137DDAFB5124631D4A0FD (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebResponse__ctor_m02A0D053BCD86AC08A8137DDAFB5124631D4A0FD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(HttpWebResponse__ctor_m02A0D053BCD86AC08A8137DDAFB5124631D4A0FD_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif