#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include #include "icalls/System/System.Net/Dns.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 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 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 VirtFuncInvoker8 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, T8, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, 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 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 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); } }; 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); } }; 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 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 InterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R 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); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, 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 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); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Threading.AsyncLocal`1 struct AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Func`1 struct Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B; // System.Func`2,System.Threading.Tasks.Task`1>> struct Func_2_tACAF262312375D7D8F7883E8DA2431DDAF082BFA; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_tDEE867645E69404D726245A2F50CB5A3AF2B9D0E; // System.Func`2 struct Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20; // System.Collections.Generic.IList`1 struct IList_1_t54B152FB364EC47FC3BD440154FEB50A17503847; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t4C637A7731966BC90A187F079F9E026B019BBA33; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD; // System.Collections.Generic.Queue`1 struct Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64; // System.Collections.Generic.Queue`1 struct Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8; // System.Threading.Tasks.TaskFactory`1> struct TaskFactory_1_tC38251ED2F273F12DD35B9D834895E8343290094; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t7DD44A9526B3AA8390F26C62BD427ED2BD41D17C; // System.Threading.Tasks.Task`1> struct Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581; // System.Threading.Tasks.Task`1 struct Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // System.Threading.Tasks.Task`1 struct Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17; // System.Threading.Tasks.Task`1 struct Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // Mono.Net.CFProxy[] struct CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // Mono.Security.Interface.CipherSuiteCode[] struct CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Net.HeaderVariantInfo[] struct HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354; // System.Net.IPAddress[] struct IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; // Mono.Net.CFNetwork/GetProxyData[] struct GetProxyDataU5BU5D_tAE664CCE7152179F9AAD54C01F4FFB5C61F61425; // System.Net.CookieTokenizer/RecognizedAttribute[] struct RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // Mono.Security.ASN1 struct ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // Mono.Security.Interface.Alert struct Alert_t71FA13E7FE64597724FB0EE13B09ACF5EFBF5CD2; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.ComponentModel.ArrayConverter struct ArrayConverter_tFBDB50F33C968783C3D43A57A7EB5FD2E7105E03; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // System.Security.Cryptography.AsnEncodedData struct AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // Mono.Net.Security.AsyncHandshakeRequest struct AsyncHandshakeRequest_t62360F9C188072629CE59F0FDB937B96A5882222; // Mono.Net.Security.AsyncProtocolRequest struct AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947; // Mono.Net.Security.AsyncProtocolResult struct AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970; // Mono.Net.Security.AsyncReadOrWriteRequest struct AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81; // Mono.Net.Security.AsyncReadRequest struct AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA; // Mono.Net.Security.AsyncWriteRequest struct AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.Net.Security.AuthenticatedStream struct AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608; // System.Security.Authentication.AuthenticationException struct AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390; // System.Net.Authorization struct Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF; // System.Threading.AutoResetEvent struct AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D; // System.Net.AutoWebProxyScriptEngine struct AutoWebProxyScriptEngine_t66B44494A6732AF45DEE0D36F5B6D15D0D497D4A; // System.ComponentModel.BaseNumberConverter struct BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C; // System.Net.BasicClient struct BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE; // System.Net.BindIPEndPoint struct BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.ComponentModel.BooleanConverter struct BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D; // Mono.Net.Security.BufferOffsetSize struct BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD; // System.Net.BufferOffsetSize struct BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F; // Mono.Net.Security.BufferOffsetSize2 struct BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638; // System.Net.Configuration.BypassElementCollection struct BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91; // Mono.Net.CFArray struct CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C; // Mono.Net.CFDictionary struct CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D; // Mono.Net.CFObject struct CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB; // Mono.Net.CFProxy struct CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D; // Mono.Net.CFProxySettings struct CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB; // Mono.Net.CFRunLoop struct CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910; // Mono.Net.CFString struct CFString_tF284B68954B98D6C4A067BB348539B00C5D28920; // Mono.Net.CFUrl struct CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF; // System.Text.RegularExpressions.CachedCodeEntry struct CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Threading.CancellationTokenSource struct CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3; // System.Text.RegularExpressions.Capture struct Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6; // System.Net.CaseInsensitiveAscii struct CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA; // System.Collections.CaseInsensitiveComparer struct CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C; // System.Collections.CaseInsensitiveHashCodeProvider struct CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA; // Mono.Net.Security.ChainValidationHelper struct ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // System.Collections.CollectionBase struct CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB; // System.ComponentModel.CollectionConverter struct CollectionConverter_t422389A535F7B690A16B943213A57E6464DDA11A; // System.Net.NetworkInformation.CommonUnixIPGlobalProperties struct CommonUnixIPGlobalProperties_t74F6A363223CF97FAB9A43E71FEAF07F2681F928; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Net.Comparer struct Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F; // System.Collections.Specialized.CompatibleComparer struct CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F; // System.Configuration.ConfigurationElement struct ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA; // System.Configuration.ConfigurationPropertyCollection struct ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B; // System.Net.Configuration.ConnectionManagementElementCollection struct ConnectionManagementElementCollection_t6398255FE4916E59AC5841760AC6D8D28EC4728C; // System.Net.Configuration.ConnectionManagementSection struct ConnectionManagementSection_t3A29EBAF9E3B13F9886D2739ABE4AD89CA007987; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B; // System.Net.Cookie struct Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677; // System.Net.CookieCollection struct CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06; // System.Net.CookieContainer struct CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2; // System.Net.CookieException struct CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129; // System.Net.CookieParser struct CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5; // System.Net.CookieTokenizer struct CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.ComponentModel.DecimalConverter struct DecimalConverter_t3D45BF655409D3D62DEE576E557F17BF295E7F1C; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // System.Net.Configuration.DefaultProxySection struct DefaultProxySection_t3253AD6FC82F5374C16B845A65819B4C33F94A20; // System.Net.Configuration.DefaultProxySectionInternal struct DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE; // System.ComponentModel.DefaultValueAttribute struct DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6; // System.IO.Compression.DeflateStream struct DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5; // System.IO.Compression.DeflateStreamNative struct DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.ComponentModel.DescriptionAttribute struct DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA; // System.ComponentModel.DesignTimeVisibleAttribute struct DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A; // System.Diagnostics.DiagnosticsConfigurationHandler struct DiagnosticsConfigurationHandler_t69F37E22D4A4FD977D51999CA94F8DE2BFF2B741; // System.Net.DigestClient struct DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D; // System.Net.DigestHeaderParser struct DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97; // System.Net.DigestSession struct DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B; // System.ComponentModel.DisplayNameAttribute struct DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.Net.EndPoint struct EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA; // System.Threading.EventWaitHandle struct EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C; // System.Exception struct Exception_t; // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09; // System.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8; // System.Threading.ExecutionContext struct ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.Net.HttpContinueDelegate struct HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F; // System.Net.HttpWebRequest struct HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A; // System.Net.HttpWebResponse struct HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB; // System.Collections.Specialized.HybridDictionary struct HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Runtime.CompilerServices.IAsyncStateMachine struct IAsyncStateMachine_tAE063F84A60E1058FCA4E3EA9F555D3462641F7D; // System.Net.IAuthenticationModule struct IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98; // System.Net.ICertificatePolicy struct ICertificatePolicy_t7A9584DFA8196FE1962B2541877DB571C1FBF2C6; // Mono.Security.Interface.ICertificateValidator struct ICertificateValidator_tFDF5F2F2BBF1F6EE09772244D8D150C6EA143628; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IComparer struct IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0; // System.Net.ICredentialPolicy struct ICredentialPolicy_tE886EC3C9B9BCCAB1FB2308ED853846667FDA9F8; // System.Net.ICredentials struct ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691; // System.Runtime.Remoting.Messaging.IMessage struct IMessage_tFB62BF93B045EA3FA0278D55C5044B322E7B4545; // System.Runtime.Remoting.Messaging.IMessageCtrl struct IMessageCtrl_t343815B567A7293C85B61753266DCF852EB1748F; // Mono.Security.Interface.IMonoSslStream struct IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA; // System.Net.IPAddress struct IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE; // System.Net.IPEndPoint struct IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E; // System.Net.NetworkInformation.IPGlobalProperties struct IPGlobalProperties_tD2935E387BBC03382D35AD2B6288214CAB4095C5; // System.Net.IPHostEntry struct IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA; // System.Security.Principal.IPrincipal struct IPrincipal_t850ACE1F48327B64F266DD2C6FD8C5F56E4889E2; // System.Net.IWebProxy struct IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3; // System.Threading.InternalThread struct InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Net.Security.LocalCertSelectionCallback struct LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C; // System.LocalDataStoreHolder struct LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146; // System.LocalDataStoreMgr struct LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A; // System.Security.Cryptography.MD5 struct MD5_t6B7B1C4D40C383D0AD84BB8DDE4DE4B29BA627FB; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MethodInfo struct MethodInfo_t; // Mono.Net.Security.MobileAuthenticatedStream struct MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E; // Mono.Net.Security.MobileTlsContext struct MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF; // Mono.Security.Interface.MonoLocalCertificateSelectionCallback struct MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A; // System.Runtime.Remoting.Messaging.MonoMethodMessage struct MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC; // Mono.Security.Interface.MonoRemoteCertificateValidationCallback struct MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF; // Mono.Security.Interface.MonoTlsProvider struct MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7; // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21; // Mono.Net.Security.MonoTlsStream struct MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233; // System.MulticastDelegate struct MulticastDelegate_t; // System.Net.NetworkCredential struct NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686; // System.Net.NetworkInformation.NetworkInformationException struct NetworkInformationException_t1BA1B6E599C317CF3BBC965519238248C74211CF; // System.Net.Sockets.NetworkStream struct NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // System.Net.NtlmClient struct NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.ObjectDisposedException struct ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A; // System.Security.Cryptography.Oid struct Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800; // System.Security.Cryptography.OidCollection struct OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902; // System.Net.PathList struct PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // System.Text.RegularExpressions.RegexBoyerMoore struct RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2; // System.Text.RegularExpressions.RegexCode struct RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5; // System.Text.RegularExpressions.RegexPrefix struct RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301; // System.Text.RegularExpressions.RegexRunner struct RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934; // System.Text.RegularExpressions.RegexRunnerFactory struct RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96; // System.Net.Security.RemoteCertificateValidationCallback struct RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947; // System.Net.Cache.RequestCacheBinding struct RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447; // System.Net.Cache.RequestCachePolicy struct RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED; // System.Net.Cache.RequestCacheProtocol struct RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7; // System.Runtime.InteropServices.SafeHandle struct SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1; // System.Security.SecureString struct SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.Net.ServerCertValidationCallback struct ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA; // Mono.Net.Security.ServerCertValidationCallbackWrapper struct ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2; // System.Net.ServicePoint struct ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0; // System.Net.ServicePointScheduler struct ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7; // System.Text.RegularExpressions.SharedReference struct SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926; // System.Net.Sockets.SocketException struct SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88; // System.Collections.SortedList struct SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165; // System.Net.Security.SslStream struct SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49; // System.Threading.Tasks.StackGuard struct StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60; // System.Threading.Tasks.TaskFactory struct TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.Threading.Thread struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414; // System.Threading.ThreadStart struct ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687; // Mono.Security.Interface.TlsException struct TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9; // System.Type struct Type_t; // System.ComponentModel.TypeConverter struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // Mono.Security.Interface.ValidationResult struct ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23; // System.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319; // System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842; // System.WeakReference struct WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76; // System.Net.WebCompletionSource struct WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E; // System.Net.WebHeaderCollection struct WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4; // System.Net.WebOperation struct WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00; // System.Net.WebRequest struct WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E; // System.Net.WebRequestStream struct WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887; // System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension struct X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B; // System.Security.Cryptography.X509Certificates.X509CertificateImpl struct X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219; // System.Security.Cryptography.X509Certificates.X509CertificateImplCollection struct X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372; // System.Security.Cryptography.X509Certificates.X509Chain struct X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37; // System.Security.Cryptography.X509Certificates.X509ChainImpl struct X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE; // System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension struct X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B; // System.Security.Cryptography.X509Certificates.X509KeyUsageExtension struct X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227; // System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension struct X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567; // System.Xml.XmlNode struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1; // Mono.Net.CFNetwork/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675; // Mono.Net.CFNetwork/CFProxyAutoConfigurationResultCallback struct CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3; // Mono.Net.CFNetwork/CFWebProxy struct CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1; // Mono.Net.CFNetwork/GetProxyData struct GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16; // Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9; // Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass8_0 struct U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1; // System.Net.CookieCollection/CookieCollectionEnumerator struct CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014; // System.IO.Compression.DeflateStream/ReadMethod struct ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8; // System.IO.Compression.DeflateStream/WriteMethod struct WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3; // System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle struct SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03; // System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite struct UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0; // System.Net.TimerThread/Queue struct Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB; // System.ComponentModel.TypeConverter/StandardValuesCollection struct StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1; // Mono.Unity.UnityTls/unitytls_interface_struct struct unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; // System.Net.WebRequest/DesignerWebRequestCreate struct DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A; // System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator struct X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_create_t struct unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_raise_error_t struct unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_free_t struct unitytls_key_free_t_t796436B2DD6925783C4F8AC5A9DFE0AFDCF3348F; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_get_ref_t struct unitytls_key_get_ref_t_tA4527A35862139AC68FF8CE589FABA9908A82F44; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_parse_der_t struct unitytls_key_parse_der_t_tCC498957041D389728F1CEE96ACB1E04AB6A92B9; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_parse_pem_t struct unitytls_key_parse_pem_t_t584CCAA999DD14D5A50DCDFDECE5CC03C8A35EDC; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_random_generate_bytes_t struct unitytls_random_generate_bytes_t_tE10122C2833C33BF0D5870BEA0457A9F59668FCD; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_client_t struct unitytls_tlsctx_create_client_t_t392CE981A76E901BE383526D8C15DF78CCEF5391; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_server_t struct unitytls_tlsctx_create_server_t_t52277734E5E8AF14E87D1CE2D7DAD380EF9E7E6B; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_free_t struct unitytls_tlsctx_free_t_t41BC08DA97D5A34340E07BB8C1C3E33BE7D2E7FA; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_ciphersuite_t struct unitytls_tlsctx_get_ciphersuite_t_tD1454771F7951641A04DEE1E7811DFC492F887C4; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_protocol_t struct unitytls_tlsctx_get_protocol_t_tF62AF70145ACEE985AFA26ABDF9215C007B90FE6; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_notify_close_t struct unitytls_tlsctx_notify_close_t_t07B9BA3416AF6174CD4F6DB42C711B03EE80F4BB; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_process_handshake_t struct unitytls_tlsctx_process_handshake_t_tBD159E17C74F8D07C6D5E490A036E6852FD7603C; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_read_t struct unitytls_tlsctx_read_t_tB8FB5200270F48D3C48A6A2F9BB1FD1052FFC2D3; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_server_require_client_authentication_t struct unitytls_tlsctx_server_require_client_authentication_t_t5A70999E3FBA85F784654B34D369CB73DAECEABD; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_certificate_callback_t struct unitytls_tlsctx_set_certificate_callback_t_tA83128A449A933E6CB5C15595A67BEDAD1566AA1; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_supported_ciphersuites_t struct unitytls_tlsctx_set_supported_ciphersuites_t_tC529631EAFC3F46BBC2FD70565976FAA13DED55E; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_trace_callback_t struct unitytls_tlsctx_set_trace_callback_t_tAA0291D41818318537C7AF00C5A5EA84775735BF; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_x509verify_callback_t struct unitytls_tlsctx_set_x509verify_callback_t_t4160B581468D9F037A774B02EFA297FBF58974E4; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_write_t struct unitytls_tlsctx_write_t_t9346A860CE3FFC985144D67CC3D346C54AEE8AE9; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509_export_der_t struct unitytls_x509_export_der_t_t3987BCA1BE015ACB1547918725B2A0A3BC557EAC; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_der_t struct unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_t struct unitytls_x509list_append_t_t6ACB188079E58608A8A6D34FA7CD6425C9902AA0; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_create_t struct unitytls_x509list_create_t_t4DE950C418479FC46C6D1B1DDC19E4F6AF66F20F; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_free_t struct unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_ref_t struct unitytls_x509list_get_ref_t_tBC2FCC8641432B5F29FC8C36BA315BEBFA2841E3; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_x509_t struct unitytls_x509list_get_x509_t_tF46E7331F73091A58996810B3CC2523F58C23D25; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_default_ca_t struct unitytls_x509verify_default_ca_t_tA14966CBF65E11A062006DBEEC9E89D4A5DAAC97; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_explicit_ca_t struct unitytls_x509verify_explicit_ca_t_t01052F0ED7BCB86255D75E27FB97E5E329A7D316; IL2CPP_EXTERN_C RuntimeClass* ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CFString_tF284B68954B98D6C4A067BB348539B00C5D28920_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultCertificatePolicy_tD7D2E2AFA9C5648214DC0405BF1A86F234FBFCC5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EntryPointNotFoundException_tD0666CDCBD81C969BAAC14899569BFED2E05F9DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICertificatePolicy_t7A9584DFA8196FE1962B2541877DB571C1FBF2C6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IComparable_tFEDC50D0B9EA8DB2753CA1971AA5AB49AD3AC62C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NetworkInformationException_t1BA1B6E599C317CF3BBC965519238248C74211CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SystemCertificateValidator_t2C7C4B225D22259A73CDC5879CD4D4F6E5B871A5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* unitytls_error_code_tC425776568E0A522F720337294FF5226445A9E89_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____0283A6AF88802AB45989B29549915BEA0F6CD515_0_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____EEAFE8C6E1AB017237567305EE925C976CDB6458_15_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00BA07008DF3C343BD1A017A72B3A935EE36D10E; IL2CPP_EXTERN_C String_t* _stringLiteral0246E74AA05549B9148D32B5DCE40C7071F4F190; IL2CPP_EXTERN_C String_t* _stringLiteral0458562336F91AC3F0C3FE71A886E75CE5C8F84A; IL2CPP_EXTERN_C String_t* _stringLiteral04B549F273D5348A735167E5CAA8CE2941B7921B; IL2CPP_EXTERN_C String_t* _stringLiteral05A239D304E1CD9654D716DE8B8F8AD99E2AB53F; IL2CPP_EXTERN_C String_t* _stringLiteral05EB610FCC2B53833966AA8CE4B029154C502A88; IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; IL2CPP_EXTERN_C String_t* _stringLiteral089BF4912AA97AB767C677F0D767EC88070AE76B; IL2CPP_EXTERN_C String_t* _stringLiteral08F78B1140DE9B7FF7C3C57BB5C1F10BBD3B15CB; IL2CPP_EXTERN_C String_t* _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40; IL2CPP_EXTERN_C String_t* _stringLiteral0B31027F164515A1950B5D7471AE7856BE543763; IL2CPP_EXTERN_C String_t* _stringLiteral0BBF32E37A38CB4C85C7D8C51BE0820F8937DA43; IL2CPP_EXTERN_C String_t* _stringLiteral0C128E69E6792DFCDC320A8A4CCF22516623A383; IL2CPP_EXTERN_C String_t* _stringLiteral0CBADE8543F92DF670C549BE1A3C836260EAD8FD; IL2CPP_EXTERN_C String_t* _stringLiteral0D96C27192EF5D10E30137D67B481E604F79723D; IL2CPP_EXTERN_C String_t* _stringLiteral0DB56F6483E4C975A262FF33820A6BA3F49926F6; IL2CPP_EXTERN_C String_t* _stringLiteral0E0E07FBC53FA8C48B097E23C1F51253713BFE1D; IL2CPP_EXTERN_C String_t* _stringLiteral0F65BEA83D91EF5467097A153A76FFE6F7093CB0; IL2CPP_EXTERN_C String_t* _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69; IL2CPP_EXTERN_C String_t* _stringLiteral14766905080A42A4E1B372AB68C4494ECC1FEE82; IL2CPP_EXTERN_C String_t* _stringLiteral15C67A8A8A9F318E46444E449D08CD0953E3916D; IL2CPP_EXTERN_C String_t* _stringLiteral1673B4D06ED01C7C0212BB2E7412E02E9578984F; IL2CPP_EXTERN_C String_t* _stringLiteral16770065DAB8E218EBB0B0BB3BC4FE763DF3C18B; IL2CPP_EXTERN_C String_t* _stringLiteral17490F55601C1F90A7803263837FE3F21E759D69; IL2CPP_EXTERN_C String_t* _stringLiteral19088A5D4151B71A0151316584575959251E5B35; IL2CPP_EXTERN_C String_t* _stringLiteral1A0A3CA99318DA5D044663BE79A6F30B963858AF; IL2CPP_EXTERN_C String_t* _stringLiteral1A32BC28634B27F4841631C8EF1DA0FE41353EB4; IL2CPP_EXTERN_C String_t* _stringLiteral1A70C72C2EAB7DF012A9B747C7C9C67D128B6E63; IL2CPP_EXTERN_C String_t* _stringLiteral1B53921DDFB2D1E42EC639164D3866482F325D24; IL2CPP_EXTERN_C String_t* _stringLiteral1B9C2E56B6E7518DF358644E56A37604D9A7C17A; IL2CPP_EXTERN_C String_t* _stringLiteral1EC47CDC551021DF3F33288308AB1FEBAD868FBF; IL2CPP_EXTERN_C String_t* _stringLiteral1F40F39B9F659411903AC93DF93E8658291E5522; IL2CPP_EXTERN_C String_t* _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E; IL2CPP_EXTERN_C String_t* _stringLiteral20BFDEE599B675B43C275E62F4062F4333B183F9; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral2388F091C228023E790448E1E25A13FDA7A160F4; IL2CPP_EXTERN_C String_t* _stringLiteral244C3A134C2AC035AB58EF188A0D0B4BA1CEFA31; IL2CPP_EXTERN_C String_t* _stringLiteral25118FE7F36A19FBB74A9C6C22FCB9831E89F823; IL2CPP_EXTERN_C String_t* _stringLiteral2523CBFED84EF78578D85909448E8C0C4ECDA163; IL2CPP_EXTERN_C String_t* _stringLiteral2555543242A278889EA1F704BD696770579E9304; IL2CPP_EXTERN_C String_t* _stringLiteral26E994D822B48484B04399E5FFCFF2F3C1D25743; IL2CPP_EXTERN_C String_t* _stringLiteral29EA0A06B92EDE22790F4139E7345C7F90DE631D; IL2CPP_EXTERN_C String_t* _stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral2D33F3CC9AFA97ECECBBF5C0881C8F9C86690251; IL2CPP_EXTERN_C String_t* _stringLiteral2DA0AC110457767EB539C31A3B243D2C4C5C2D9D; IL2CPP_EXTERN_C String_t* _stringLiteral2F702D5B2C301BDBB6CE19F28860C6E51A6572FA; IL2CPP_EXTERN_C String_t* _stringLiteral2FF37A1EA8CCB473458EE51C4ACAF57C9AE7EA72; IL2CPP_EXTERN_C String_t* _stringLiteral335CA71010F7EFAB270E1E0D36EFB78000B60FF2; IL2CPP_EXTERN_C String_t* _stringLiteral37B0CDD9AFCF0A454D6D7D30AA3F6F64830D74F8; IL2CPP_EXTERN_C String_t* _stringLiteral38A29F0742E6F746BEAE82B7874F2F4A23D91741; IL2CPP_EXTERN_C String_t* _stringLiteral3B4DE3B84A7B6C21C5A8E0E27F479C4E8185FE4A; IL2CPP_EXTERN_C String_t* _stringLiteral3BB5322B02815376D2BC2E8BD2E9EF61131FBD38; IL2CPP_EXTERN_C String_t* _stringLiteral3C850BA1FC7F3581DBA2DD6DDF642D5C34A8C120; IL2CPP_EXTERN_C String_t* _stringLiteral3D2737372EFFA3B130DEF547A47746A1D1930E9F; IL2CPP_EXTERN_C String_t* _stringLiteral3D33D0610C7091655B30CCDF62ABD943C3D6E36B; IL2CPP_EXTERN_C String_t* _stringLiteral3EABD487498F0EB91EB77895338816266FA44C98; IL2CPP_EXTERN_C String_t* _stringLiteral3EBF7CFEC7929F196835D5D12FBBE2F845BF2A5F; IL2CPP_EXTERN_C String_t* _stringLiteral3EC6EE6DD2256DD3B8C906507025EE48AE0432AC; IL2CPP_EXTERN_C String_t* _stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B; IL2CPP_EXTERN_C String_t* _stringLiteral412993E49B10AEBEAAF97A839FB0FFFFBE635604; IL2CPP_EXTERN_C String_t* _stringLiteral416683232C98B46D3CB67F7E22FF1BE125144CB7; IL2CPP_EXTERN_C String_t* _stringLiteral42F629CC32087815BDEE088698E50CE910A82D86; IL2CPP_EXTERN_C String_t* _stringLiteral44B679A4FEA54FC0DBB1CECD512FC3FCFFE445F4; IL2CPP_EXTERN_C String_t* _stringLiteral4524D49B1044E4D0AA65B72EDA5242066333B67A; IL2CPP_EXTERN_C String_t* _stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5; IL2CPP_EXTERN_C String_t* _stringLiteral45C8D8D10E743A7498EA69AC9A2A779D48FEFD0C; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral4C22725C9E6B4F7CBB255320C6F9A96FCE950DFC; IL2CPP_EXTERN_C String_t* _stringLiteral4FF36361B676EDEE11E26DBD0B02D28B4DD6FEE5; IL2CPP_EXTERN_C String_t* _stringLiteral500D21E7233C4C01FF927BFDAC48F0106A82DAD3; IL2CPP_EXTERN_C String_t* _stringLiteral50ED994EAB5E4B5A327FC8D974EAB06E7CFA83A4; IL2CPP_EXTERN_C String_t* _stringLiteral5155147FA750BA527951AADBA3D05ED5D8F0E038; IL2CPP_EXTERN_C String_t* _stringLiteral52AE60C5690C0906F0A7072E3B98398AFF25C9C5; IL2CPP_EXTERN_C String_t* _stringLiteral53549F14C4C0C01E846937308C01413567514ED9; IL2CPP_EXTERN_C String_t* _stringLiteral53A9C66C6A443CBE89ABB4CC1F89ED3FCB6DF131; IL2CPP_EXTERN_C String_t* _stringLiteral53B6A8F4629CFB02CF5AFB3B1D3C6A5584EB8548; IL2CPP_EXTERN_C String_t* _stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4; IL2CPP_EXTERN_C String_t* _stringLiteral547999BA16094C3536189EA1CC631B96EFC47117; IL2CPP_EXTERN_C String_t* _stringLiteral56527A2300BB0A611AE7B1418C0BFCB781C48103; IL2CPP_EXTERN_C String_t* _stringLiteral57C2411D7466EB3172B6ADBF471154844F8FEA55; IL2CPP_EXTERN_C String_t* _stringLiteral59035792B7DAA31AEB540EB87E38CA344825D295; IL2CPP_EXTERN_C String_t* _stringLiteral59BD369CF985844B111CA4447943A285D359441C; IL2CPP_EXTERN_C String_t* _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78; IL2CPP_EXTERN_C String_t* _stringLiteral5B0AF7CA322B18CA0314E932B2A0B25258ABD0B0; IL2CPP_EXTERN_C String_t* _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B; IL2CPP_EXTERN_C String_t* _stringLiteral5BF96667530EA67F66934684E21D80177D05462F; IL2CPP_EXTERN_C String_t* _stringLiteral5C5EE883BE58477D29789770C77CED0740EA2109; IL2CPP_EXTERN_C String_t* _stringLiteral5DD947811BAB9B7A838C495330E7196D53D30F9F; IL2CPP_EXTERN_C String_t* _stringLiteral5DF5634099E210FAACAB500FEB3F80C226FE7C7F; IL2CPP_EXTERN_C String_t* _stringLiteral5EDC47BC71D706BB11343CC890323569C143CD50; IL2CPP_EXTERN_C String_t* _stringLiteral606F0CC71C796275607A15AAF1A3AA6B5E27B434; IL2CPP_EXTERN_C String_t* _stringLiteral61A2E25EECE5CA17D408DC393538F1767DE78408; IL2CPP_EXTERN_C String_t* _stringLiteral62C9A18CEF6E803000E9D0C74D3984F48861921F; IL2CPP_EXTERN_C String_t* _stringLiteral64260D9444D15A6248926D7B01F965DB0406844C; IL2CPP_EXTERN_C String_t* _stringLiteral6474EBE79D288AAD27635D1581EA921D28D400BC; IL2CPP_EXTERN_C String_t* _stringLiteral65577039DCAD14536876AB073E8CCCAECB3C91AD; IL2CPP_EXTERN_C String_t* _stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260; IL2CPP_EXTERN_C String_t* _stringLiteral67CA14AF410430EB82EB6D789234A71A1F71CF43; IL2CPP_EXTERN_C String_t* _stringLiteral683A95818280F9859694F418A2FD0A817678C9DB; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral6B188360294349CD1D94164DB9AE487200C503EE; IL2CPP_EXTERN_C String_t* _stringLiteral6B4F856E69D6E5B45A94AEE42FC8722881CEB575; IL2CPP_EXTERN_C String_t* _stringLiteral6B50EFF68A6BF17B8DE03339A4359AF08F480AAF; IL2CPP_EXTERN_C String_t* _stringLiteral6E34E505E342A11AE48ECA3D71434F8043A88EB6; IL2CPP_EXTERN_C String_t* _stringLiteral6EE6BFCFA9B2342B9FF2A513D72A69E2065C4446; IL2CPP_EXTERN_C String_t* _stringLiteral6F23583CEF03BB7DDB3E4BEFF341EA1FC85AB4D8; IL2CPP_EXTERN_C String_t* _stringLiteral71DF7060EBB2681C6A58BAD2AB05D4021E7B1E06; IL2CPP_EXTERN_C String_t* _stringLiteral74020BD9A892F9A7B8EBEEC52F4F89FE02752B31; IL2CPP_EXTERN_C String_t* _stringLiteral7453478D5DA9E53E5ECCD0865A2CD6927BAD940B; IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D; IL2CPP_EXTERN_C String_t* _stringLiteral75A224C696F223AD77F7C80741DBF005DA84E826; IL2CPP_EXTERN_C String_t* _stringLiteral76C3D4024DE9EE847070E35CC5A197DC21F66FEE; IL2CPP_EXTERN_C String_t* _stringLiteral78AA3FEC7FABE5D2D85E79B3553AC8122C40BF04; IL2CPP_EXTERN_C String_t* _stringLiteral79286C46F128302EE9B397D1B2EE804CA3E182BA; IL2CPP_EXTERN_C String_t* _stringLiteral7C2AB991735C660B6786443AF56195932AA7F9E7; IL2CPP_EXTERN_C String_t* _stringLiteral7C5B2C0D17D684D4380087821D68BB021A77AA5D; IL2CPP_EXTERN_C String_t* _stringLiteral80A61DF74E3132BFF8AB81A0843B4B50F8BD99B3; IL2CPP_EXTERN_C String_t* _stringLiteral80B8BD8C952DF4747A939211EB3E250030FF7705; IL2CPP_EXTERN_C String_t* _stringLiteral80F21D50E32EC9084847997A0C258C6A529DAC47; IL2CPP_EXTERN_C String_t* _stringLiteral81EB86A368F960F3D9C1CECA4B8419FF90C9C1EF; IL2CPP_EXTERN_C String_t* _stringLiteral830B64B4254C502C612E53C83DBEE6238E710499; IL2CPP_EXTERN_C String_t* _stringLiteral83344570C78814D060F98E8A28B9C1804B6D79F6; IL2CPP_EXTERN_C String_t* _stringLiteral83516AD985761BA568B2C46FFF23091999ACF73B; IL2CPP_EXTERN_C String_t* _stringLiteral85ED0BE3A863D3289C6B8C92A26E016A40E584F4; IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1; IL2CPP_EXTERN_C String_t* _stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral88B2EBB8B15244DE5EB3E8CCA28A8967EA0B6854; IL2CPP_EXTERN_C String_t* _stringLiteral88E3C436425EACB2A5AAA1F1DAA0E9E15389128D; IL2CPP_EXTERN_C String_t* _stringLiteral89487254CCF55296ACC80B8660A14ADE141E6868; IL2CPP_EXTERN_C String_t* _stringLiteral89C95FB6F8086AFCCD50B1B257669F2B17C047B7; IL2CPP_EXTERN_C String_t* _stringLiteral8A577A5A6848BEDC7A1DBA1211A06E627EEF0057; IL2CPP_EXTERN_C String_t* _stringLiteral8B3CFB4B560123030AE265CBD62C0BE39E1D8EC6; IL2CPP_EXTERN_C String_t* _stringLiteral8DA4EAD3AB3488B6B991EC70F2E6B411921C0761; IL2CPP_EXTERN_C String_t* _stringLiteral8E264486DFD68F8D2AC59C629355E7337C6392BF; IL2CPP_EXTERN_C String_t* _stringLiteral93954AC54959BCD46464E8152F221687F3B0E3B7; IL2CPP_EXTERN_C String_t* _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3; IL2CPP_EXTERN_C String_t* _stringLiteral95B4432B3C3526A7D6F1251C0238760D017B4551; IL2CPP_EXTERN_C String_t* _stringLiteral95E0BCC89582D0EEC7BEA5EEF50AA6E16AA82363; IL2CPP_EXTERN_C String_t* _stringLiteral963C37A58017767387FAD1CB7CBC89AB1B6144B7; IL2CPP_EXTERN_C String_t* _stringLiteral96E3756A772051F16CB6BFE9F426BDEF724B74D6; IL2CPP_EXTERN_C String_t* _stringLiteral976B982483DE4EA230E37374BE827A2DFB54B608; IL2CPP_EXTERN_C String_t* _stringLiteral9A12021E1E1850DBED762F93F651DB311B213542; IL2CPP_EXTERN_C String_t* _stringLiteral9AC527A8DF595B74718949B694ED69DE1F7D5017; IL2CPP_EXTERN_C String_t* _stringLiteral9B3475F606CB107F33CBA1170D1704C3465E95FB; IL2CPP_EXTERN_C String_t* _stringLiteral9B6EDF60999707E0620839BD57BDCF5CA110596D; IL2CPP_EXTERN_C String_t* _stringLiteral9C35BA15FC8288F6F7A229DD42F48D4FB70DCC2E; IL2CPP_EXTERN_C String_t* _stringLiteral9E192CBFAA90880EDB140B0E38603576582E0299; IL2CPP_EXTERN_C String_t* _stringLiteral9E1FB4D86910BF7A7E7519E39C812966ABC68478; IL2CPP_EXTERN_C String_t* _stringLiteral9EB642385221D006B3B8DB45C10F626FD2A3DB7C; IL2CPP_EXTERN_C String_t* _stringLiteral9F9806FFE6F4A87C47B8928195094F3727EF549C; IL2CPP_EXTERN_C String_t* _stringLiteralA006FCB4201934135FE5378132B66888869CBF16; IL2CPP_EXTERN_C String_t* _stringLiteralA01C4F4897E2641F90F7C00FF6187381E937B194; IL2CPP_EXTERN_C String_t* _stringLiteralA101A7F7136CB2500108D59D8CC97297A1A72750; IL2CPP_EXTERN_C String_t* _stringLiteralA25B69026A70D534621843E13AD9FBEBC01B0B2E; IL2CPP_EXTERN_C String_t* _stringLiteralA35F26C374625DBD9273208668D8592F3196E763; IL2CPP_EXTERN_C String_t* _stringLiteralA49C6C2328B9D2556E2655623DAC4AA452304C19; IL2CPP_EXTERN_C String_t* _stringLiteralA4BCB8F07D7B01D0ED0445AB3038F6DE65C11CB6; IL2CPP_EXTERN_C String_t* _stringLiteralA6A5FD7DF379E08BFFCC99E567489352CB086B03; IL2CPP_EXTERN_C String_t* _stringLiteralA6EAFAF4139980ACB770E237272125EB9180B7A6; IL2CPP_EXTERN_C String_t* _stringLiteralA8BCDFB664ED95346DE4342A8E251772B519ECDB; IL2CPP_EXTERN_C String_t* _stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B; IL2CPP_EXTERN_C String_t* _stringLiteralAA3C17520F9CE8CD4B1562131E4EADD43084B997; IL2CPP_EXTERN_C String_t* _stringLiteralABAF37018E1F5AB9652A5C3B02A63AB17FEB688D; IL2CPP_EXTERN_C String_t* _stringLiteralAC5FAB34CAFD1687727018F461EDF8300F449933; IL2CPP_EXTERN_C String_t* _stringLiteralACA7E3D2770ADAB061CBEB4B68128A012D6BA80C; IL2CPP_EXTERN_C String_t* _stringLiteralAD6CD2C36915DEB6A18BCF0F46B294FC1D97072F; IL2CPP_EXTERN_C String_t* _stringLiteralAF248E82BE9EBA1ADBF067429FAEE5A5B6E05A74; IL2CPP_EXTERN_C String_t* _stringLiteralB16364632FFDA7CF8AB0EF198C603812CB7ECD94; IL2CPP_EXTERN_C String_t* _stringLiteralB3B6FD28E314D30A8A29C4DF4D44104A679F811C; IL2CPP_EXTERN_C String_t* _stringLiteralB3D4D979A964E8C90CB80916312714D3B5C1E6A0; IL2CPP_EXTERN_C String_t* _stringLiteralB53E23262CA871DD51B621D069CC5E93A75BDAB6; IL2CPP_EXTERN_C String_t* _stringLiteralB7D1CAF9B55BE135BC8B1C459D2052FBCF135556; IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED; IL2CPP_EXTERN_C String_t* _stringLiteralB96B3E04F75007D82AC4524832422D3C1A9A90FA; IL2CPP_EXTERN_C String_t* _stringLiteralBBE682A549E4FD2504E5F2F69458189FB5C75139; IL2CPP_EXTERN_C String_t* _stringLiteralBBF163FD8DD06035AE1563932631B8D265F1290E; IL2CPP_EXTERN_C String_t* _stringLiteralBED4027F29BEC5EF843DEDD9DB6073C6DA60B8B4; IL2CPP_EXTERN_C String_t* _stringLiteralC243DE424D48EB9A752FBE966E15A28A4149A1F0; IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10; IL2CPP_EXTERN_C String_t* _stringLiteralC314CFCCFC2227C58A275C19171300597A034F25; IL2CPP_EXTERN_C String_t* _stringLiteralC470D48C046CBFF46DA268680C29701BDFF88855; IL2CPP_EXTERN_C String_t* _stringLiteralC55AFFA4599D7E7F1FE45BF21D72FD8E0E12E4B1; IL2CPP_EXTERN_C String_t* _stringLiteralC60811AD65D0557EF69DFB2F66D9621903D5B62A; IL2CPP_EXTERN_C String_t* _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; IL2CPP_EXTERN_C String_t* _stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F; IL2CPP_EXTERN_C String_t* _stringLiteralC9FB8C73B342D5B3C700EDA7C5212DD547D29E4E; IL2CPP_EXTERN_C String_t* _stringLiteralCA80D97E823D02887E6B0876376D067564152C0B; IL2CPP_EXTERN_C String_t* _stringLiteralCBB7B93A4D6667142D44F718736C9B14950ECE0D; IL2CPP_EXTERN_C String_t* _stringLiteralCD32F08BAB4EE365057213BCC6332DD39C2DE46B; IL2CPP_EXTERN_C String_t* _stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17; IL2CPP_EXTERN_C String_t* _stringLiteralCE2892956422830EFD61D6B1C95A865ED0BDFF66; IL2CPP_EXTERN_C String_t* _stringLiteralCE45673D09966C2FFF170C231DEE0C171C1B3282; IL2CPP_EXTERN_C String_t* _stringLiteralCE80573AC4DA94767D02B7DC6B37BCEF57872131; IL2CPP_EXTERN_C String_t* _stringLiteralCEE4BEC9969079A1DA2F65E0F044E4FF1AF5EEAE; IL2CPP_EXTERN_C String_t* _stringLiteralCF0CD765ACF4809502136C53ACFA60970F9AF5C0; IL2CPP_EXTERN_C String_t* _stringLiteralD252B930E829E7C8274E97CAA92250DE3E9543A8; IL2CPP_EXTERN_C String_t* _stringLiteralD30CDE84D4CFDAD1992F4DD1DBC71AE0074AAA08; IL2CPP_EXTERN_C String_t* _stringLiteralD431DA333CF96CF017F2C2FE0CE09A07D97C41C8; IL2CPP_EXTERN_C String_t* _stringLiteralD439A2AF66F6C6AED1BB52E97D3D6A74FEA76572; IL2CPP_EXTERN_C String_t* _stringLiteralD64AB8E29DF74155A1E28CF26F0F0B4D490521EB; IL2CPP_EXTERN_C String_t* _stringLiteralD64DE515DE159C401BB82652225D6BE22CDAD7A1; IL2CPP_EXTERN_C String_t* _stringLiteralD876381C7842FC064817DB19381771F177B78566; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDABBB9C036193D85D6C01708C64DD345BCE1FCC4; IL2CPP_EXTERN_C String_t* _stringLiteralDD93AF8A205AE54D6AE755FEEBC6B6221D3251CA; IL2CPP_EXTERN_C String_t* _stringLiteralDE873DB986C802AEB50AD8FEA9D8885FC21EDE3D; IL2CPP_EXTERN_C String_t* _stringLiteralDEB31152738116748FADCEF38CE0C9964DACCF2F; IL2CPP_EXTERN_C String_t* _stringLiteralDEFBB4C5FFC612E2462C0247CA58B1A032269A00; IL2CPP_EXTERN_C String_t* _stringLiteralDF19B3C0B045B5A7830D8EF6BB96C1ADCFC66A0C; IL2CPP_EXTERN_C String_t* _stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1; IL2CPP_EXTERN_C String_t* _stringLiteralE2554AA2E0C9DC24A5C7C498FC582750C82FEF05; IL2CPP_EXTERN_C String_t* _stringLiteralE290FE00878B1C01707983AAF8A6BB8464DFAB6D; IL2CPP_EXTERN_C String_t* _stringLiteralE2E90A74AF10748DDAB6F42388BD10A4D42D95BB; IL2CPP_EXTERN_C String_t* _stringLiteralE366688218C4FC506EA8269E62224B37209508EB; IL2CPP_EXTERN_C String_t* _stringLiteralE53FA8AE3620EED75A6DF3DDD631B0AB54CF04A5; IL2CPP_EXTERN_C String_t* _stringLiteralE64E6B72E9C44522A1D99B5C6A7F27EF33B44410; IL2CPP_EXTERN_C String_t* _stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52; IL2CPP_EXTERN_C String_t* _stringLiteralE7588330FD95920648414F0647540140E161ED03; IL2CPP_EXTERN_C String_t* _stringLiteralE7F2002E39D5228A8496A82B1F7CAC32E1BD0715; IL2CPP_EXTERN_C String_t* _stringLiteralE8258FE4B53775D781FF54E8010D50E54F753759; IL2CPP_EXTERN_C String_t* _stringLiteralE88DB4E2D9745BEEC1DC889BE603917DB0C37033; IL2CPP_EXTERN_C String_t* _stringLiteralE89A071ACB0713806DCC26E25CC3CC60C7AFAD95; IL2CPP_EXTERN_C String_t* _stringLiteralEDBBCE96E30F14D67FEFB0589C89F7A48EDA7C50; IL2CPP_EXTERN_C String_t* _stringLiteralEDDFDA94752EB5111EC566E5CAF709B7133C43DA; IL2CPP_EXTERN_C String_t* _stringLiteralEEC39E47345915D0F0F4BAB0D5236A4320B93BDF; IL2CPP_EXTERN_C String_t* _stringLiteralF1D4D5F6BD432588D11051164BC8602DF21B8DA7; IL2CPP_EXTERN_C String_t* _stringLiteralF1EEACFA3A7160DE8DF3C291D3A7AAFEFA11673C; IL2CPP_EXTERN_C String_t* _stringLiteralF206C6C8A315911695CAF8C633BEB02D35FCD459; IL2CPP_EXTERN_C String_t* _stringLiteralF208C1B404E187D47E94AA2BE77C385BE6E7DF62; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF41760006700B346FE970834ED6436CD21A1330F; IL2CPP_EXTERN_C String_t* _stringLiteralF47527D7B72D5957FA184B6B1B6A7A1A9A56BF37; IL2CPP_EXTERN_C String_t* _stringLiteralF4765352B67DACFC92B948B6D33BEDE083E987BD; IL2CPP_EXTERN_C String_t* _stringLiteralF48CBC363A61060125D8F8BF4E335BDCF8405F25; IL2CPP_EXTERN_C String_t* _stringLiteralF5FCF7BFB0603BEB0CFB789198783073B2306D9D; IL2CPP_EXTERN_C String_t* _stringLiteralF678DBEEE39BA115BA762E7766D189E0CD47CD41; IL2CPP_EXTERN_C String_t* _stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1; IL2CPP_EXTERN_C String_t* _stringLiteralFA254D4D1C509C2DFAEF4A34A32CEC0963B5152D; IL2CPP_EXTERN_C String_t* _stringLiteralFC44D888DF1DDE5EE5ECAE96833551C7FA2470A1; IL2CPP_EXTERN_C String_t* _stringLiteralFC82027EEEA4BFAD4FE7FBFDD886E7D82ADBEA69; IL2CPP_EXTERN_C String_t* _stringLiteralFE3675FAFB53B7D0852FDAF9861954C197EBF9C3; IL2CPP_EXTERN_C String_t* _stringLiteralFE55A44A4569E37676CECA70D4046727B22CA6A6; IL2CPP_EXTERN_C String_t* _stringLiteralFF0046B99C0F5DFE48BFA77D6703520FE5ECEB63; IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m204EA717B425B2D05BB91568E62A291F99E44F75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisString_t_m95B52FA434227E232449B6D38463479B1053F93C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsnEncodedData_CopyFrom_mA350785B8AF676AB7856E705FA2F2D20FD54CC46_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsnEncodedData_set_RawData_m867F92C32F87E4D8932D17EDF21785CA0FDA3BEA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_m59FC4F62158BFC430C70C54AC43DEC7DD4C695D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_m8AF3B67BD1CBE3BB03D592521C8398B593C829D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B_mF4EFC2CEA9990FB49B922D400616FD0D5547EB1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F_m14080B6364E31408F284BC603D8038754EBBFBD8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m15FB5420BC56DF2BF69D4FF444A9BDE1B70EFBD7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_mC7B991A490A8E1744B8E9C3FF3850B898791A094_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m2207C77B2606D2E3E263019428FB9A79D37B0F43_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticatedStream__ctor_mDE77A28CCC056362108DCDE9345EE3F6D73AF509_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationManager_Authenticate_mCBC9BBFA76A05EE0C0B447224E450B52651B6864_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationManager_PreAuthenticate_mF7BA8EC1AF8DE17923176DA17378DE690971D6B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferOffsetSize__ctor_mB7C0B812CB8178BA614001251D5C5905C08029BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection__ctor_m2047F6046437B6101F59D781474BF71CF5650979_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScriptThread_m0FA50C4A883C268F5271D35B19A155185E4CB0F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CFNetwork_GetProxiesForAutoConfigurationScript_mAFB0CAFB5430D43D579338BDB23ED1D1579B8529_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CFNetwork_GetProxiesForAutoConfigurationScript_mEF4B6C1622107767DDAD67BBD011D336402BBECB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CFNetwork_GetProxiesForURL_m39DED6AAB04D798738164C6227A15E4995776C51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CFNetwork_GetProxiesForUri_m132B589C370ACCD156AB18C53040B73AD7D9C2DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Capture__ctor_m72C4D0A93638E338515B280A289285A064F064C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ChainValidationHelper_DefaultSelectionCallback_m49276FF688CE25C4F5F94232C5CC4D3CE34132D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ChainValidationHelper_ValidateCertificate_mAB6BCD3C37B1ED5CA44B0DA7E3C7FE961D1F7A0C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CommonUnixIPGlobalProperties_get_DomainName_m413AC21C8FCF33C473D3360DD83E0F9CFB7662D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CompatibleComparer_GetHashCode_mEFB12FFF3B0A76548DF481D6922F2F21D31B30FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection__ctor_mFFAEA4E88F5C33B6DA8531C079C852A77FD04A19_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementSection__ctor_mE885788862A7E2BC030547954BE04682B5685B0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementSection_get_Properties_m5F5D4D565489088905ADC68D61267773F96F9419_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CookieCollection_Add_m79D156C7D15F4727B0C7936902E7D215B3E2AD5C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CookieCollection_Add_m81852BE25115EA44DEA8AC788666350ACBFF13E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CookieCollection_get_Item_m811D5D88284ADADB6200D9B6CE5BE74B7324A597_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CookieContainer_Add_m55B9F8F21934AD777CF5458D297DE11150C6302C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CookieContainer_CookieCutter_m9BFB21F49579F0D2B933977104E63BBBF48B6130_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CookieContainer_GetCookieHeader_m56FF8245FC28A3C8583AE0EEE8CF43A081D5CAB3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Cookie_set_Port_m8BA5AD268A143AE02AC42EB6457AECA645C2C298_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Cookie_set_Version_m4D43603189124EA1FDE4E8D45D65C60F1EB9B64E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Debug_CheckAndThrow_m7936E6C6DB91CE5DA2C88D80D6B06F48997024AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Debug_CheckAndThrow_m7A66A3C29F16FFAE652BD0BBC01B1160CC76EA66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection_Reset_mF0EA313119B553545063DFE5AF317D83D738D6C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection__ctor_m63DB700CA7C5B525DEB7B8B524E5836705310AAD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection_get_Properties_mFA1686FF919D5732D59AACA13AE5D5249D1701DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStreamNative_CheckResult_mC25C8CE190D90EC25A8AC13AC990B9EC000CB24A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStreamNative_UnmanagedRead_m0F9E6DBD04FD70318A33801F8FCC02CF06EA11B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStreamNative_UnmanagedWrite_m203E0AF8CE69E96F78BDD65BD95264F3D108C9EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_BeginRead_m69CDD1504AE38B8F4766859FA0464A331A9A001B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_BeginWrite_m47759EE85394FA74B5B0154D498A63EE5AF1A07D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_EndRead_m034BDABE4474F15CC509895870D1342A404C2657_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_EndWrite_mA1FE7301B0674A12D8E6B4E990F681DEBEE6BC57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_Flush_m176FFB733EB4E6FD62E4B65FB3AE2B2B80D092AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_ReadInternal_m882F12C6F1C86CEC12ABB35706DE0FA840BC20A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_Read_mB9791E904412D2543C3B4E8AEF25FB834E138910_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_Seek_mDCBF4E44FC0C823C05EA60A1A39595C97C0432A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_WriteInternal_mEFC6DAC36EBF0814AD00CA3C1E20AB3E3291F5BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_Write_m9C8AD65F630B91ADE7279F2C16F85182B6ACA38C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream__ctor_m873DC6E4C57B2EBD29F9277E10C90226813EB515_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_get_Length_m115B9AA6574EB2A96CF2CC44DAA5C317C079F806_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_get_Position_mE3B63A2C34C98EDE19F825CE76B51E63BCBC1D97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DeflateStream_set_Position_mAD18A821835DD1F44264A38512076B5D836347A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DiagnosticsConfigurationHandler_Create_m7C5E9A16FBA52442C7C79E67B2C7991FB51D2740_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DiagnosticsConfigurationHandler__ctor_mCD2A35E58C3715292B4CAC69DCA4DB9FDBCAF8A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DigestSession_Authenticate_m642CC2119FACF39B82D56274E4756CD30030C72B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dns_Error_11001_m9BE914794C941E89851DAFED4058718C37D7C612_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dns_GetHostAddresses_m03DF596F20ACED2C3F0DE74E954D5519FD08CC0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dns_GetHostByName_m072CBDF5FD14C53FB28738920C62F05B6A63ED67_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dns_GetHostEntry_m79A4886C6B5C1B415652D37EF22484CA530B35B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dns_GetHostEntry_m98DE64B6D1CA4D06C2354A17850E51B91FE52581_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mEE653047BDB3486ACC2E16DC6C3422A0BA48F01F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_mDEFFC768D9AAD376D27FC0FC1F7B57EE2E93479F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m8578F26F0FE72EDB6A0290D78944B3D4F34DBFAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m09F335835B58D17E36FCF69E20E02BFF3D40F53C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Dequeue_m483D04EEF420A99C2A50AE8DAC23AF2D9FD8C51C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Enqueue_mC1C5819B954FB9BD05D9007CC586ED6487CDFB7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1__ctor_m3F92F39284A76AF95F4839FC16C299CC34C97549_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_get_Count_mEA54A0FB2D708557BA0743ED774B5C572CDD05DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass13_0_U3CExecuteProxyAutoConfigurationURLU3Eb__0_m760B8D058BD2000E464142609711A90FAA7D71F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass5_0_U3CMonoToPublicU3Eb__0_m4103265ECFA6558EE594E7BC847723EB97443018_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass8_0_U3CMonoToInternalU3Eb__0_m3AE731A20AB6B949B0584AB838DF089C80602F4C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_0_0_0_var; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC_marshaled_com; struct MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC_marshaled_pinvoke; struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_com; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354; struct IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CModuleU3E_t0CE165C516AECF76E3A0EF2B889890DADDAC1F55 { public: public: }; // System.Object // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____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_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____items_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__items_1() const { return ____items_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____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_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____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_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____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_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____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_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____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_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____items_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__items_1() const { return ____items_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.Queue`1 struct Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; // System.Object System.Collections.Generic.Queue`1::_syncRoot RuntimeObject * ____syncRoot_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } inline static int32_t get_offset_of__syncRoot_5() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____syncRoot_5)); } inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; } inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; } inline void set__syncRoot_5(RuntimeObject * value) { ____syncRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value); } }; // System.Collections.Generic.Queue`1 struct Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array GetProxyDataU5BU5D_tAE664CCE7152179F9AAD54C01F4FFB5C61F61425* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; // System.Object System.Collections.Generic.Queue`1::_syncRoot RuntimeObject * ____syncRoot_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8, ____array_0)); } inline GetProxyDataU5BU5D_tAE664CCE7152179F9AAD54C01F4FFB5C61F61425* get__array_0() const { return ____array_0; } inline GetProxyDataU5BU5D_tAE664CCE7152179F9AAD54C01F4FFB5C61F61425** get_address_of__array_0() { return &____array_0; } inline void set__array_0(GetProxyDataU5BU5D_tAE664CCE7152179F9AAD54C01F4FFB5C61F61425* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } inline static int32_t get_offset_of__syncRoot_5() { return static_cast(offsetof(Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8, ____syncRoot_5)); } inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; } inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; } inline void set__syncRoot_5(RuntimeObject * value) { ____syncRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value); } }; // Mono.Security.ASN1 struct ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 : public RuntimeObject { public: // System.Byte Mono.Security.ASN1::m_nTag uint8_t ___m_nTag_0; // System.Byte[] Mono.Security.ASN1::m_aValue ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_aValue_1; // System.Collections.ArrayList Mono.Security.ASN1::elist ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___elist_2; public: inline static int32_t get_offset_of_m_nTag_0() { return static_cast(offsetof(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8, ___m_nTag_0)); } inline uint8_t get_m_nTag_0() const { return ___m_nTag_0; } inline uint8_t* get_address_of_m_nTag_0() { return &___m_nTag_0; } inline void set_m_nTag_0(uint8_t value) { ___m_nTag_0 = value; } inline static int32_t get_offset_of_m_aValue_1() { return static_cast(offsetof(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8, ___m_aValue_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_aValue_1() const { return ___m_aValue_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_aValue_1() { return &___m_aValue_1; } inline void set_m_aValue_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_aValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_aValue_1), (void*)value); } inline static int32_t get_offset_of_elist_2() { return static_cast(offsetof(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8, ___elist_2)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_elist_2() const { return ___elist_2; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_elist_2() { return &___elist_2; } inline void set_elist_2(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___elist_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___elist_2), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____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_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____items_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____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_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____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_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____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((void**)(&____syncRoot_3), (void*)value); } }; // System.Security.Cryptography.AsnEncodedData struct AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA : public RuntimeObject { public: // System.Security.Cryptography.Oid System.Security.Cryptography.AsnEncodedData::_oid Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * ____oid_0; // System.Byte[] System.Security.Cryptography.AsnEncodedData::_raw ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____raw_1; public: inline static int32_t get_offset_of__oid_0() { return static_cast(offsetof(AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA, ____oid_0)); } inline Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * get__oid_0() const { return ____oid_0; } inline Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 ** get_address_of__oid_0() { return &____oid_0; } inline void set__oid_0(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * value) { ____oid_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____oid_0), (void*)value); } inline static int32_t get_offset_of__raw_1() { return static_cast(offsetof(AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA, ____raw_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__raw_1() const { return ____raw_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__raw_1() { return &____raw_1; } inline void set__raw_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____raw_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____raw_1), (void*)value); } }; // Mono.Net.Security.AsyncProtocolRequest struct AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 : public RuntimeObject { public: // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.AsyncProtocolRequest::k__BackingField MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___U3CParentU3Ek__BackingField_0; // System.Boolean Mono.Net.Security.AsyncProtocolRequest::k__BackingField bool ___U3CRunSynchronouslyU3Ek__BackingField_1; // System.Int32 Mono.Net.Security.AsyncProtocolRequest::k__BackingField int32_t ___U3CUserResultU3Ek__BackingField_2; // System.Int32 Mono.Net.Security.AsyncProtocolRequest::Started int32_t ___Started_3; // System.Int32 Mono.Net.Security.AsyncProtocolRequest::RequestedSize int32_t ___RequestedSize_4; // System.Int32 Mono.Net.Security.AsyncProtocolRequest::WriteRequested int32_t ___WriteRequested_5; // System.Object Mono.Net.Security.AsyncProtocolRequest::locker RuntimeObject * ___locker_6; public: inline static int32_t get_offset_of_U3CParentU3Ek__BackingField_0() { return static_cast(offsetof(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947, ___U3CParentU3Ek__BackingField_0)); } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * get_U3CParentU3Ek__BackingField_0() const { return ___U3CParentU3Ek__BackingField_0; } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E ** get_address_of_U3CParentU3Ek__BackingField_0() { return &___U3CParentU3Ek__BackingField_0; } inline void set_U3CParentU3Ek__BackingField_0(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * value) { ___U3CParentU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CParentU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CRunSynchronouslyU3Ek__BackingField_1() { return static_cast(offsetof(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947, ___U3CRunSynchronouslyU3Ek__BackingField_1)); } inline bool get_U3CRunSynchronouslyU3Ek__BackingField_1() const { return ___U3CRunSynchronouslyU3Ek__BackingField_1; } inline bool* get_address_of_U3CRunSynchronouslyU3Ek__BackingField_1() { return &___U3CRunSynchronouslyU3Ek__BackingField_1; } inline void set_U3CRunSynchronouslyU3Ek__BackingField_1(bool value) { ___U3CRunSynchronouslyU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CUserResultU3Ek__BackingField_2() { return static_cast(offsetof(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947, ___U3CUserResultU3Ek__BackingField_2)); } inline int32_t get_U3CUserResultU3Ek__BackingField_2() const { return ___U3CUserResultU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CUserResultU3Ek__BackingField_2() { return &___U3CUserResultU3Ek__BackingField_2; } inline void set_U3CUserResultU3Ek__BackingField_2(int32_t value) { ___U3CUserResultU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_Started_3() { return static_cast(offsetof(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947, ___Started_3)); } inline int32_t get_Started_3() const { return ___Started_3; } inline int32_t* get_address_of_Started_3() { return &___Started_3; } inline void set_Started_3(int32_t value) { ___Started_3 = value; } inline static int32_t get_offset_of_RequestedSize_4() { return static_cast(offsetof(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947, ___RequestedSize_4)); } inline int32_t get_RequestedSize_4() const { return ___RequestedSize_4; } inline int32_t* get_address_of_RequestedSize_4() { return &___RequestedSize_4; } inline void set_RequestedSize_4(int32_t value) { ___RequestedSize_4 = value; } inline static int32_t get_offset_of_WriteRequested_5() { return static_cast(offsetof(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947, ___WriteRequested_5)); } inline int32_t get_WriteRequested_5() const { return ___WriteRequested_5; } inline int32_t* get_address_of_WriteRequested_5() { return &___WriteRequested_5; } inline void set_WriteRequested_5(int32_t value) { ___WriteRequested_5 = value; } inline static int32_t get_offset_of_locker_6() { return static_cast(offsetof(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947, ___locker_6)); } inline RuntimeObject * get_locker_6() const { return ___locker_6; } inline RuntimeObject ** get_address_of_locker_6() { return &___locker_6; } inline void set_locker_6(RuntimeObject * value) { ___locker_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___locker_6), (void*)value); } }; // Mono.Net.Security.AsyncProtocolResult struct AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 : public RuntimeObject { public: // System.Int32 Mono.Net.Security.AsyncProtocolResult::k__BackingField int32_t ___U3CUserResultU3Ek__BackingField_0; // System.Runtime.ExceptionServices.ExceptionDispatchInfo Mono.Net.Security.AsyncProtocolResult::k__BackingField ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ___U3CErrorU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CUserResultU3Ek__BackingField_0() { return static_cast(offsetof(AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970, ___U3CUserResultU3Ek__BackingField_0)); } inline int32_t get_U3CUserResultU3Ek__BackingField_0() const { return ___U3CUserResultU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CUserResultU3Ek__BackingField_0() { return &___U3CUserResultU3Ek__BackingField_0; } inline void set_U3CUserResultU3Ek__BackingField_0(int32_t value) { ___U3CUserResultU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CErrorU3Ek__BackingField_1() { return static_cast(offsetof(AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970, ___U3CErrorU3Ek__BackingField_1)); } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * get_U3CErrorU3Ek__BackingField_1() const { return ___U3CErrorU3Ek__BackingField_1; } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 ** get_address_of_U3CErrorU3Ek__BackingField_1() { return &___U3CErrorU3Ek__BackingField_1; } inline void set_U3CErrorU3Ek__BackingField_1(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * value) { ___U3CErrorU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CErrorU3Ek__BackingField_1), (void*)value); } }; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // System.Net.AuthenticationManager struct AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA : public RuntimeObject { public: public: }; // System.Net.Authorization struct Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF : 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_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF, ___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((void**)(&___m_Message_0), (void*)value); } inline static int32_t get_offset_of_m_Complete_1() { return static_cast(offsetof(Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF, ___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_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF, ___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((void**)(&___ModuleAuthenticationType_2), (void*)value); } }; // System.Net.AutoWebProxyScriptEngine struct AutoWebProxyScriptEngine_t66B44494A6732AF45DEE0D36F5B6D15D0D497D4A : public RuntimeObject { public: public: }; // System.Net.BasicClient struct BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE : public RuntimeObject { public: public: }; // Mono.Net.Security.BufferOffsetSize struct BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD : public RuntimeObject { public: // System.Byte[] Mono.Net.Security.BufferOffsetSize::Buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Buffer_0; // System.Int32 Mono.Net.Security.BufferOffsetSize::Offset int32_t ___Offset_1; // System.Int32 Mono.Net.Security.BufferOffsetSize::Size int32_t ___Size_2; // System.Int32 Mono.Net.Security.BufferOffsetSize::TotalBytes int32_t ___TotalBytes_3; // System.Boolean Mono.Net.Security.BufferOffsetSize::Complete bool ___Complete_4; public: inline static int32_t get_offset_of_Buffer_0() { return static_cast(offsetof(BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD, ___Buffer_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Buffer_0() const { return ___Buffer_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Buffer_0() { return &___Buffer_0; } inline void set_Buffer_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Buffer_0), (void*)value); } inline static int32_t get_offset_of_Offset_1() { return static_cast(offsetof(BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD, ___Offset_1)); } inline int32_t get_Offset_1() const { return ___Offset_1; } inline int32_t* get_address_of_Offset_1() { return &___Offset_1; } inline void set_Offset_1(int32_t value) { ___Offset_1 = value; } inline static int32_t get_offset_of_Size_2() { return static_cast(offsetof(BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD, ___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_TotalBytes_3() { return static_cast(offsetof(BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD, ___TotalBytes_3)); } inline int32_t get_TotalBytes_3() const { return ___TotalBytes_3; } inline int32_t* get_address_of_TotalBytes_3() { return &___TotalBytes_3; } inline void set_TotalBytes_3(int32_t value) { ___TotalBytes_3 = value; } inline static int32_t get_offset_of_Complete_4() { return static_cast(offsetof(BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD, ___Complete_4)); } inline bool get_Complete_4() const { return ___Complete_4; } inline bool* get_address_of_Complete_4() { return &___Complete_4; } inline void set_Complete_4(bool value) { ___Complete_4 = value; } }; // System.Net.BufferOffsetSize struct BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F : public RuntimeObject { public: // System.Byte[] System.Net.BufferOffsetSize::Buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Buffer_0; // System.Int32 System.Net.BufferOffsetSize::Offset int32_t ___Offset_1; // System.Int32 System.Net.BufferOffsetSize::Size int32_t ___Size_2; public: inline static int32_t get_offset_of_Buffer_0() { return static_cast(offsetof(BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F, ___Buffer_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Buffer_0() const { return ___Buffer_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Buffer_0() { return &___Buffer_0; } inline void set_Buffer_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Buffer_0), (void*)value); } inline static int32_t get_offset_of_Offset_1() { return static_cast(offsetof(BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F, ___Offset_1)); } inline int32_t get_Offset_1() const { return ___Offset_1; } inline int32_t* get_address_of_Offset_1() { return &___Offset_1; } inline void set_Offset_1(int32_t value) { ___Offset_1 = value; } inline static int32_t get_offset_of_Size_2() { return static_cast(offsetof(BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F, ___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; } }; // System.Security.Cryptography.CAPI struct CAPI_t6ECCFAA6567CD20171E0121618B73995625A261E : public RuntimeObject { public: public: }; // Mono.Net.CFNetwork struct CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC : public RuntimeObject { public: public: }; // System.Text.RegularExpressions.CachedCodeEntry struct CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 : public RuntimeObject { public: // System.String System.Text.RegularExpressions.CachedCodeEntry::_key String_t* ____key_0; // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.CachedCodeEntry::_code RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ____code_1; // System.Collections.Hashtable System.Text.RegularExpressions.CachedCodeEntry::_caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____caps_2; // System.Collections.Hashtable System.Text.RegularExpressions.CachedCodeEntry::_capnames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____capnames_3; // System.String[] System.Text.RegularExpressions.CachedCodeEntry::_capslist StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____capslist_4; // System.Int32 System.Text.RegularExpressions.CachedCodeEntry::_capsize int32_t ____capsize_5; // System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.CachedCodeEntry::_factory RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * ____factory_6; // System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.CachedCodeEntry::_runnerref ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * ____runnerref_7; // System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.CachedCodeEntry::_replref SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * ____replref_8; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____key_0)); } inline String_t* get__key_0() const { return ____key_0; } inline String_t** get_address_of__key_0() { return &____key_0; } inline void set__key_0(String_t* value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value); } inline static int32_t get_offset_of__code_1() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____code_1)); } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * get__code_1() const { return ____code_1; } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 ** get_address_of__code_1() { return &____code_1; } inline void set__code_1(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * value) { ____code_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____code_1), (void*)value); } inline static int32_t get_offset_of__caps_2() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____caps_2)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__caps_2() const { return ____caps_2; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__caps_2() { return &____caps_2; } inline void set__caps_2(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____caps_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_2), (void*)value); } inline static int32_t get_offset_of__capnames_3() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____capnames_3)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__capnames_3() const { return ____capnames_3; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__capnames_3() { return &____capnames_3; } inline void set__capnames_3(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____capnames_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____capnames_3), (void*)value); } inline static int32_t get_offset_of__capslist_4() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____capslist_4)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__capslist_4() const { return ____capslist_4; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__capslist_4() { return &____capslist_4; } inline void set__capslist_4(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____capslist_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____capslist_4), (void*)value); } inline static int32_t get_offset_of__capsize_5() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____capsize_5)); } inline int32_t get__capsize_5() const { return ____capsize_5; } inline int32_t* get_address_of__capsize_5() { return &____capsize_5; } inline void set__capsize_5(int32_t value) { ____capsize_5 = value; } inline static int32_t get_offset_of__factory_6() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____factory_6)); } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * get__factory_6() const { return ____factory_6; } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 ** get_address_of__factory_6() { return &____factory_6; } inline void set__factory_6(RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * value) { ____factory_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____factory_6), (void*)value); } inline static int32_t get_offset_of__runnerref_7() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____runnerref_7)); } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * get__runnerref_7() const { return ____runnerref_7; } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 ** get_address_of__runnerref_7() { return &____runnerref_7; } inline void set__runnerref_7(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * value) { ____runnerref_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____runnerref_7), (void*)value); } inline static int32_t get_offset_of__replref_8() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____replref_8)); } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * get__replref_8() const { return ____replref_8; } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 ** get_address_of__replref_8() { return &____replref_8; } inline void set__replref_8(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * value) { ____replref_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____replref_8), (void*)value); } }; // Mono.Net.Security.Private.CallbackHelpers struct CallbackHelpers_t5CD1CBE184009F63E4CFB87F01CB4E783576D4D7 : public RuntimeObject { public: public: }; // System.Text.RegularExpressions.Capture struct Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Capture::_text String_t* ____text_0; // System.Int32 System.Text.RegularExpressions.Capture::_index int32_t ____index_1; // System.Int32 System.Text.RegularExpressions.Capture::_length int32_t ____length_2; public: inline static int32_t get_offset_of__text_0() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____text_0)); } inline String_t* get__text_0() const { return ____text_0; } inline String_t** get_address_of__text_0() { return &____text_0; } inline void set__text_0(String_t* value) { ____text_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____text_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Net.CaseInsensitiveAscii struct CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA : public RuntimeObject { public: public: }; // System.Collections.CaseInsensitiveComparer struct CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C : public RuntimeObject { public: // System.Globalization.CompareInfo System.Collections.CaseInsensitiveComparer::m_compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___m_compareInfo_0; public: inline static int32_t get_offset_of_m_compareInfo_0() { return static_cast(offsetof(CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C, ___m_compareInfo_0)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_m_compareInfo_0() const { return ___m_compareInfo_0; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_m_compareInfo_0() { return &___m_compareInfo_0; } inline void set_m_compareInfo_0(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___m_compareInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_compareInfo_0), (void*)value); } }; // System.Collections.CaseInsensitiveHashCodeProvider struct CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA : public RuntimeObject { public: // System.Globalization.TextInfo System.Collections.CaseInsensitiveHashCodeProvider::m_text TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___m_text_0; public: inline static int32_t get_offset_of_m_text_0() { return static_cast(offsetof(CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA, ___m_text_0)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_m_text_0() const { return ___m_text_0; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_m_text_0() { return &___m_text_0; } inline void set_m_text_0(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___m_text_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_text_0), (void*)value); } }; // Mono.Unity.CertHelper struct CertHelper_t4EFA24C01095EC99968AE0F0DB0DEF26C85AC977 : public RuntimeObject { public: public: }; // Mono.Net.Security.ChainValidationHelper struct ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE : public RuntimeObject { public: // System.Object Mono.Net.Security.ChainValidationHelper::sender RuntimeObject * ___sender_0; // Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.ChainValidationHelper::settings MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings_1; // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.ChainValidationHelper::provider MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider_2; // System.Net.ServerCertValidationCallback Mono.Net.Security.ChainValidationHelper::certValidationCallback ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * ___certValidationCallback_3; // System.Net.Security.LocalCertSelectionCallback Mono.Net.Security.ChainValidationHelper::certSelectionCallback LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * ___certSelectionCallback_4; // Mono.Net.Security.ServerCertValidationCallbackWrapper Mono.Net.Security.ChainValidationHelper::callbackWrapper ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * ___callbackWrapper_5; // Mono.Net.Security.MonoTlsStream Mono.Net.Security.ChainValidationHelper::tlsStream MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * ___tlsStream_6; // System.Net.HttpWebRequest Mono.Net.Security.ChainValidationHelper::request HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_7; public: inline static int32_t get_offset_of_sender_0() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___sender_0)); } inline RuntimeObject * get_sender_0() const { return ___sender_0; } inline RuntimeObject ** get_address_of_sender_0() { return &___sender_0; } inline void set_sender_0(RuntimeObject * value) { ___sender_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___sender_0), (void*)value); } inline static int32_t get_offset_of_settings_1() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___settings_1)); } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * get_settings_1() const { return ___settings_1; } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** get_address_of_settings_1() { return &___settings_1; } inline void set_settings_1(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * value) { ___settings_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___settings_1), (void*)value); } inline static int32_t get_offset_of_provider_2() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___provider_2)); } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * get_provider_2() const { return ___provider_2; } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** get_address_of_provider_2() { return &___provider_2; } inline void set_provider_2(MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * value) { ___provider_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___provider_2), (void*)value); } inline static int32_t get_offset_of_certValidationCallback_3() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___certValidationCallback_3)); } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * get_certValidationCallback_3() const { return ___certValidationCallback_3; } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA ** get_address_of_certValidationCallback_3() { return &___certValidationCallback_3; } inline void set_certValidationCallback_3(ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * value) { ___certValidationCallback_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certValidationCallback_3), (void*)value); } inline static int32_t get_offset_of_certSelectionCallback_4() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___certSelectionCallback_4)); } inline LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * get_certSelectionCallback_4() const { return ___certSelectionCallback_4; } inline LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C ** get_address_of_certSelectionCallback_4() { return &___certSelectionCallback_4; } inline void set_certSelectionCallback_4(LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * value) { ___certSelectionCallback_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___certSelectionCallback_4), (void*)value); } inline static int32_t get_offset_of_callbackWrapper_5() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___callbackWrapper_5)); } inline ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * get_callbackWrapper_5() const { return ___callbackWrapper_5; } inline ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 ** get_address_of_callbackWrapper_5() { return &___callbackWrapper_5; } inline void set_callbackWrapper_5(ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * value) { ___callbackWrapper_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___callbackWrapper_5), (void*)value); } inline static int32_t get_offset_of_tlsStream_6() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___tlsStream_6)); } inline MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * get_tlsStream_6() const { return ___tlsStream_6; } inline MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 ** get_address_of_tlsStream_6() { return &___tlsStream_6; } inline void set_tlsStream_6(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * value) { ___tlsStream_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___tlsStream_6), (void*)value); } inline static int32_t get_offset_of_request_7() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___request_7)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_request_7() const { return ___request_7; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_request_7() { return &___request_7; } inline void set_request_7(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___request_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___request_7), (void*)value); } }; // System.Collections.CollectionBase struct CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.CollectionBase::list ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB, ___list_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_list_0() const { return ___list_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } }; // System.Net.Comparer struct Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F : public RuntimeObject { public: public: }; // System.Collections.Specialized.CompatibleComparer struct CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F : public RuntimeObject { public: // System.Collections.IComparer System.Collections.Specialized.CompatibleComparer::_comparer RuntimeObject* ____comparer_0; // System.Collections.IHashCodeProvider System.Collections.Specialized.CompatibleComparer::_hcp RuntimeObject* ____hcp_2; public: inline static int32_t get_offset_of__comparer_0() { return static_cast(offsetof(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F, ____comparer_0)); } inline RuntimeObject* get__comparer_0() const { return ____comparer_0; } inline RuntimeObject** get_address_of__comparer_0() { return &____comparer_0; } inline void set__comparer_0(RuntimeObject* value) { ____comparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____comparer_0), (void*)value); } inline static int32_t get_offset_of__hcp_2() { return static_cast(offsetof(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F, ____hcp_2)); } inline RuntimeObject* get__hcp_2() const { return ____hcp_2; } inline RuntimeObject** get_address_of__hcp_2() { return &____hcp_2; } inline void set__hcp_2(RuntimeObject* value) { ____hcp_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____hcp_2), (void*)value); } }; // System.Configuration.ConfigurationElement struct ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA : public RuntimeObject { public: public: }; // System.Configuration.ConfigurationPropertyCollection struct ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B : public RuntimeObject { public: public: }; // System.Net.CookieContainer struct CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 : public RuntimeObject { public: // System.Collections.Hashtable System.Net.CookieContainer::m_domainTable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___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_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2, ___m_domainTable_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_m_domainTable_1() const { return ___m_domainTable_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_m_domainTable_1() { return &___m_domainTable_1; } inline void set_m_domainTable_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___m_domainTable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_domainTable_1), (void*)value); } inline static int32_t get_offset_of_m_maxCookieSize_2() { return static_cast(offsetof(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2, ___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_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2, ___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_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2, ___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_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2, ___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_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2, ___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((void**)(&___m_fqdnMyDomain_6), (void*)value); } }; // System.Net.CookieParser struct CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5 : public RuntimeObject { public: // System.Net.CookieTokenizer System.Net.CookieParser::m_tokenizer CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * ___m_tokenizer_0; public: inline static int32_t get_offset_of_m_tokenizer_0() { return static_cast(offsetof(CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5, ___m_tokenizer_0)); } inline CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * get_m_tokenizer_0() const { return ___m_tokenizer_0; } inline CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA ** get_address_of_m_tokenizer_0() { return &___m_tokenizer_0; } inline void set_m_tokenizer_0(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * value) { ___m_tokenizer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_tokenizer_0), (void*)value); } }; // System.Net.CredentialCache struct CredentialCache_t0E9E576E138D9DC7D226E5B64D4AEEE0DD39024A : public RuntimeObject { public: public: }; // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 : public RuntimeObject { public: public: }; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : 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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___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_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___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_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___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; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___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_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___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_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Mono.Unity.Debug struct Debug_t8D242F476401B8048E288788155D226085058DBE : public RuntimeObject { public: public: }; // System.Net.DefaultCertificatePolicy struct DefaultCertificatePolicy_tD7D2E2AFA9C5648214DC0405BF1A86F234FBFCC5 : public RuntimeObject { public: public: }; // System.Net.Configuration.DefaultProxySectionInternal struct DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE : public RuntimeObject { public: // System.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::webProxy RuntimeObject* ___webProxy_0; public: inline static int32_t get_offset_of_webProxy_0() { return static_cast(offsetof(DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE, ___webProxy_0)); } inline RuntimeObject* get_webProxy_0() const { return ___webProxy_0; } inline RuntimeObject** get_address_of_webProxy_0() { return &___webProxy_0; } inline void set_webProxy_0(RuntimeObject* value) { ___webProxy_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___webProxy_0), (void*)value); } }; // System.Diagnostics.DiagnosticsConfigurationHandler struct DiagnosticsConfigurationHandler_t69F37E22D4A4FD977D51999CA94F8DE2BFF2B741 : public RuntimeObject { public: public: }; // System.Net.DigestClient struct DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D : public RuntimeObject { public: public: }; // System.Net.DigestHeaderParser struct DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 : 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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values_4; public: inline static int32_t get_offset_of_header_0() { return static_cast(offsetof(DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97, ___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((void**)(&___header_0), (void*)value); } inline static int32_t get_offset_of_length_1() { return static_cast(offsetof(DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97, ___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_t37F4520A3734F2EEC95B68040AFB676602B62D97, ___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_t37F4520A3734F2EEC95B68040AFB676602B62D97, ___values_4)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_values_4() const { return ___values_4; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_values_4() { return &___values_4; } inline void set_values_4(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___values_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_4), (void*)value); } }; // System.Net.Dns struct Dns_tCB8607B8262F88F28C6ADFA7485EDD669F00E3A0 : public RuntimeObject { public: public: }; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_9; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___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_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_13; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_14; public: inline static int32_t get_offset_of_m_codePage_9() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___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_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_10)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_10() const { return ___dataItem_10; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_10() { return &___dataItem_10; } inline void set_dataItem_10(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_10), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___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_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___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_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_13)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_13() const { return ___encoderFallback_13; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; } inline void set_encoderFallback_13(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_13), (void*)value); } inline static int32_t get_offset_of_decoderFallback_14() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_14)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_14() const { return ___decoderFallback_14; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; } inline void set_decoderFallback_14(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_14), (void*)value); } }; // System.Net.EndPoint struct EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA : public RuntimeObject { public: public: }; // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 : public RuntimeObject { public: // System.Exception System.Runtime.ExceptionServices.ExceptionDispatchInfo::m_Exception Exception_t * ___m_Exception_0; // System.Object System.Runtime.ExceptionServices.ExceptionDispatchInfo::m_stackTrace RuntimeObject * ___m_stackTrace_1; public: inline static int32_t get_offset_of_m_Exception_0() { return static_cast(offsetof(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09, ___m_Exception_0)); } inline Exception_t * get_m_Exception_0() const { return ___m_Exception_0; } inline Exception_t ** get_address_of_m_Exception_0() { return &___m_Exception_0; } inline void set_m_Exception_0(Exception_t * value) { ___m_Exception_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Exception_0), (void*)value); } inline static int32_t get_offset_of_m_stackTrace_1() { return static_cast(offsetof(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09, ___m_stackTrace_1)); } inline RuntimeObject * get_m_stackTrace_1() const { return ___m_stackTrace_1; } inline RuntimeObject ** get_address_of_m_stackTrace_1() { return &___m_stackTrace_1; } inline void set_m_stackTrace_1(RuntimeObject * value) { ___m_stackTrace_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stackTrace_1), (void*)value); } }; // System.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 : public RuntimeObject { public: // System.Text.RegularExpressions.RegexRunner System.Text.RegularExpressions.ExclusiveReference::_ref RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * ____ref_0; // System.Object System.Text.RegularExpressions.ExclusiveReference::_obj RuntimeObject * ____obj_1; // System.Int32 System.Text.RegularExpressions.ExclusiveReference::_locked int32_t ____locked_2; public: inline static int32_t get_offset_of__ref_0() { return static_cast(offsetof(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8, ____ref_0)); } inline RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * get__ref_0() const { return ____ref_0; } inline RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 ** get_address_of__ref_0() { return &____ref_0; } inline void set__ref_0(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * value) { ____ref_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____ref_0), (void*)value); } inline static int32_t get_offset_of__obj_1() { return static_cast(offsetof(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8, ____obj_1)); } inline RuntimeObject * get__obj_1() const { return ____obj_1; } inline RuntimeObject ** get_address_of__obj_1() { return &____obj_1; } inline void set__obj_1(RuntimeObject * value) { ____obj_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____obj_1), (void*)value); } inline static int32_t get_offset_of__locked_2() { return static_cast(offsetof(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8, ____locked_2)); } inline int32_t get__locked_2() const { return ____locked_2; } inline int32_t* get_address_of__locked_2() { return &____locked_2; } inline void set__locked_2(int32_t value) { ____locked_2 = value; } }; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue int32_t ___HashSizeValue_0; // System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___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_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31, ___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_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31, ___HashValue_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_HashValue_1() const { return ___HashValue_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_HashValue_1() { return &___HashValue_1; } inline void set_HashValue_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___HashValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___HashValue_1), (void*)value); } inline static int32_t get_offset_of_State_2() { return static_cast(offsetof(HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31, ___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_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31, ___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; } }; // System.Net.NetworkInformation.IPGlobalProperties struct IPGlobalProperties_tD2935E387BBC03382D35AD2B6288214CAB4095C5 : public RuntimeObject { public: public: }; // System.Net.IPHostEntry struct IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA : public RuntimeObject { public: // System.String System.Net.IPHostEntry::hostName String_t* ___hostName_0; // System.String[] System.Net.IPHostEntry::aliases StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___aliases_1; // System.Net.IPAddress[] System.Net.IPHostEntry::addressList IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ___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_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA, ___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((void**)(&___hostName_0), (void*)value); } inline static int32_t get_offset_of_aliases_1() { return static_cast(offsetof(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA, ___aliases_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_aliases_1() const { return ___aliases_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_aliases_1() { return &___aliases_1; } inline void set_aliases_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___aliases_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___aliases_1), (void*)value); } inline static int32_t get_offset_of_addressList_2() { return static_cast(offsetof(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA, ___addressList_2)); } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* get_addressList_2() const { return ___addressList_2; } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB** get_address_of_addressList_2() { return &___addressList_2; } inline void set_addressList_2(IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* value) { ___addressList_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___addressList_2), (void*)value); } inline static int32_t get_offset_of_isTrustedHost_3() { return static_cast(offsetof(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA, ___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; } }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : 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_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // Mono.Security.Interface.MonoTlsProvider struct MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 : public RuntimeObject { public: public: }; // System.Net.NetworkCredential struct NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 : 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_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * ___m_password_2; public: inline static int32_t get_offset_of_m_domain_0() { return static_cast(offsetof(NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686, ___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((void**)(&___m_domain_0), (void*)value); } inline static int32_t get_offset_of_m_userName_1() { return static_cast(offsetof(NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686, ___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((void**)(&___m_userName_1), (void*)value); } inline static int32_t get_offset_of_m_password_2() { return static_cast(offsetof(NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686, ___m_password_2)); } inline SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * get_m_password_2() const { return ___m_password_2; } inline SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 ** get_address_of_m_password_2() { return &___m_password_2; } inline void set_m_password_2(SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * value) { ___m_password_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_password_2), (void*)value); } }; // System.Net.NtlmClient struct NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8 : public RuntimeObject { public: // System.Net.IAuthenticationModule System.Net.NtlmClient::authObject RuntimeObject* ___authObject_0; public: inline static int32_t get_offset_of_authObject_0() { return static_cast(offsetof(NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8, ___authObject_0)); } inline RuntimeObject* get_authObject_0() const { return ___authObject_0; } inline RuntimeObject** get_address_of_authObject_0() { return &___authObject_0; } inline void set_authObject_0(RuntimeObject* value) { ___authObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___authObject_0), (void*)value); } }; // System.Net.PathList struct PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 : public RuntimeObject { public: // System.Collections.SortedList System.Net.PathList::m_list SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * ___m_list_0; public: inline static int32_t get_offset_of_m_list_0() { return static_cast(offsetof(PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21, ___m_list_0)); } inline SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * get_m_list_0() const { return ___m_list_0; } inline SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 ** get_address_of_m_list_0() { return &___m_list_0; } inline void set_m_list_0(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * value) { ___m_list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_list_0), (void*)value); } }; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 : public RuntimeObject { public: public: }; // System.Text.RegularExpressions.RegexCode struct RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 : public RuntimeObject { public: // System.Int32[] System.Text.RegularExpressions.RegexCode::_codes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____codes_0; // System.String[] System.Text.RegularExpressions.RegexCode::_strings StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____strings_1; // System.Int32 System.Text.RegularExpressions.RegexCode::_trackcount int32_t ____trackcount_2; // System.Collections.Hashtable System.Text.RegularExpressions.RegexCode::_caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____caps_3; // System.Int32 System.Text.RegularExpressions.RegexCode::_capsize int32_t ____capsize_4; // System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexCode::_fcPrefix RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * ____fcPrefix_5; // System.Text.RegularExpressions.RegexBoyerMoore System.Text.RegularExpressions.RegexCode::_bmPrefix RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * ____bmPrefix_6; // System.Int32 System.Text.RegularExpressions.RegexCode::_anchors int32_t ____anchors_7; // System.Boolean System.Text.RegularExpressions.RegexCode::_rightToLeft bool ____rightToLeft_8; public: inline static int32_t get_offset_of__codes_0() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____codes_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__codes_0() const { return ____codes_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__codes_0() { return &____codes_0; } inline void set__codes_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____codes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____codes_0), (void*)value); } inline static int32_t get_offset_of__strings_1() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____strings_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__strings_1() const { return ____strings_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__strings_1() { return &____strings_1; } inline void set__strings_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____strings_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____strings_1), (void*)value); } inline static int32_t get_offset_of__trackcount_2() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____trackcount_2)); } inline int32_t get__trackcount_2() const { return ____trackcount_2; } inline int32_t* get_address_of__trackcount_2() { return &____trackcount_2; } inline void set__trackcount_2(int32_t value) { ____trackcount_2 = value; } inline static int32_t get_offset_of__caps_3() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____caps_3)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__caps_3() const { return ____caps_3; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__caps_3() { return &____caps_3; } inline void set__caps_3(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____caps_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_3), (void*)value); } inline static int32_t get_offset_of__capsize_4() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____capsize_4)); } inline int32_t get__capsize_4() const { return ____capsize_4; } inline int32_t* get_address_of__capsize_4() { return &____capsize_4; } inline void set__capsize_4(int32_t value) { ____capsize_4 = value; } inline static int32_t get_offset_of__fcPrefix_5() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____fcPrefix_5)); } inline RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * get__fcPrefix_5() const { return ____fcPrefix_5; } inline RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 ** get_address_of__fcPrefix_5() { return &____fcPrefix_5; } inline void set__fcPrefix_5(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * value) { ____fcPrefix_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____fcPrefix_5), (void*)value); } inline static int32_t get_offset_of__bmPrefix_6() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____bmPrefix_6)); } inline RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * get__bmPrefix_6() const { return ____bmPrefix_6; } inline RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 ** get_address_of__bmPrefix_6() { return &____bmPrefix_6; } inline void set__bmPrefix_6(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * value) { ____bmPrefix_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____bmPrefix_6), (void*)value); } inline static int32_t get_offset_of__anchors_7() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____anchors_7)); } inline int32_t get__anchors_7() const { return ____anchors_7; } inline int32_t* get_address_of__anchors_7() { return &____anchors_7; } inline void set__anchors_7(int32_t value) { ____anchors_7 = value; } inline static int32_t get_offset_of__rightToLeft_8() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____rightToLeft_8)); } inline bool get__rightToLeft_8() const { return ____rightToLeft_8; } inline bool* get_address_of__rightToLeft_8() { return &____rightToLeft_8; } inline void set__rightToLeft_8(bool value) { ____rightToLeft_8 = value; } }; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___m_nameToIndex_6; // System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember int32_t ___m_currMember_7; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter RuntimeObject* ___m_converter_8; // System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName String_t* ___m_fullTypeName_9; // System.String System.Runtime.Serialization.SerializationInfo::m_assemName String_t* ___m_assemName_10; // System.Type System.Runtime.Serialization.SerializationInfo::objectType Type_t * ___objectType_11; // System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit bool ___isFullTypeNameSetExplicit_12; // System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit bool ___isAssemblyNameSetExplicit_13; // System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust bool ___requireSameTokenInPartialTrust_14; public: inline static int32_t get_offset_of_m_members_3() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_members_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_3() const { return ___m_members_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_3() { return &___m_members_3; } inline void set_m_members_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value); } inline static int32_t get_offset_of_m_data_4() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_data_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_4() const { return ___m_data_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_4() { return &___m_data_4; } inline void set_m_data_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value); } inline static int32_t get_offset_of_m_types_5() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_types_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_5() const { return ___m_types_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_5() { return &___m_types_5; } inline void set_m_types_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value); } inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_nameToIndex_6)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; } inline void set_m_nameToIndex_6(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___m_nameToIndex_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value); } inline static int32_t get_offset_of_m_currMember_7() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_currMember_7)); } inline int32_t get_m_currMember_7() const { return ___m_currMember_7; } inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; } inline void set_m_currMember_7(int32_t value) { ___m_currMember_7 = value; } inline static int32_t get_offset_of_m_converter_8() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_converter_8)); } inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; } inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; } inline void set_m_converter_8(RuntimeObject* value) { ___m_converter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value); } inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_fullTypeName_9)); } inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; } inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; } inline void set_m_fullTypeName_9(String_t* value) { ___m_fullTypeName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value); } inline static int32_t get_offset_of_m_assemName_10() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_assemName_10)); } inline String_t* get_m_assemName_10() const { return ___m_assemName_10; } inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; } inline void set_m_assemName_10(String_t* value) { ___m_assemName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value); } inline static int32_t get_offset_of_objectType_11() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___objectType_11)); } inline Type_t * get_objectType_11() const { return ___objectType_11; } inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; } inline void set_objectType_11(Type_t * value) { ___objectType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value); } inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isFullTypeNameSetExplicit_12)); } inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; } inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; } inline void set_isFullTypeNameSetExplicit_12(bool value) { ___isFullTypeNameSetExplicit_12 = value; } inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isAssemblyNameSetExplicit_13)); } inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; } inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; } inline void set_isAssemblyNameSetExplicit_13(bool value) { ___isAssemblyNameSetExplicit_13 = value; } inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___requireSameTokenInPartialTrust_14)); } inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; } inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; } inline void set_requireSameTokenInPartialTrust_14(bool value) { ___requireSameTokenInPartialTrust_14 = value; } }; // System.Net.ServerCertValidationCallback struct ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA : public RuntimeObject { public: // System.Net.Security.RemoteCertificateValidationCallback System.Net.ServerCertValidationCallback::m_ValidationCallback RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * ___m_ValidationCallback_0; // System.Threading.ExecutionContext System.Net.ServerCertValidationCallback::m_Context ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___m_Context_1; public: inline static int32_t get_offset_of_m_ValidationCallback_0() { return static_cast(offsetof(ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA, ___m_ValidationCallback_0)); } inline RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * get_m_ValidationCallback_0() const { return ___m_ValidationCallback_0; } inline RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 ** get_address_of_m_ValidationCallback_0() { return &___m_ValidationCallback_0; } inline void set_m_ValidationCallback_0(RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * value) { ___m_ValidationCallback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ValidationCallback_0), (void*)value); } inline static int32_t get_offset_of_m_Context_1() { return static_cast(offsetof(ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA, ___m_Context_1)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_m_Context_1() const { return ___m_Context_1; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_m_Context_1() { return &___m_Context_1; } inline void set_m_Context_1(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___m_Context_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Context_1), (void*)value); } }; // System.Text.RegularExpressions.SharedReference struct SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 : public RuntimeObject { public: // System.WeakReference System.Text.RegularExpressions.SharedReference::_ref WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * ____ref_0; // System.Int32 System.Text.RegularExpressions.SharedReference::_locked int32_t ____locked_1; public: inline static int32_t get_offset_of__ref_0() { return static_cast(offsetof(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926, ____ref_0)); } inline WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * get__ref_0() const { return ____ref_0; } inline WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 ** get_address_of__ref_0() { return &____ref_0; } inline void set__ref_0(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * value) { ____ref_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____ref_0), (void*)value); } inline static int32_t get_offset_of__locked_1() { return static_cast(offsetof(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926, ____locked_1)); } inline int32_t get__locked_1() const { return ____locked_1; } inline int32_t* get_address_of__locked_1() { return &____locked_1; } inline void set__locked_1(int32_t value) { ____locked_1 = value; } }; // 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; } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___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_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(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; } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 : public RuntimeObject { public: // System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate::impl X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * ___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_t6F3E94ED7C8FB33253E4705C76A40144E59F0553, ___impl_0)); } inline X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * get_impl_0() const { return ___impl_0; } inline X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 ** get_address_of_impl_0() { return &___impl_0; } inline void set_impl_0(X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * value) { ___impl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_0), (void*)value); } inline static int32_t get_offset_of_hideDates_1() { return static_cast(offsetof(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553, ___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_t6F3E94ED7C8FB33253E4705C76A40144E59F0553, ___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((void**)(&___issuer_name_2), (void*)value); } inline static int32_t get_offset_of_subject_name_3() { return static_cast(offsetof(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553, ___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((void**)(&___subject_name_3), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509CertificateImpl struct X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 : public RuntimeObject { public: // System.Byte[] System.Security.Cryptography.X509Certificates.X509CertificateImpl::cachedCertificateHash ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cachedCertificateHash_0; public: inline static int32_t get_offset_of_cachedCertificateHash_0() { return static_cast(offsetof(X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219, ___cachedCertificateHash_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cachedCertificateHash_0() const { return ___cachedCertificateHash_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cachedCertificateHash_0() { return &___cachedCertificateHash_0; } inline void set_cachedCertificateHash_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cachedCertificateHash_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedCertificateHash_0), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509CertificateImplCollection struct X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 : public RuntimeObject { public: // System.Collections.Generic.List`1 System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::list List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372, ___list_0)); } inline List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * get_list_0() const { return ___list_0; } inline List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509Chain struct X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 : public RuntimeObject { public: // System.Security.Cryptography.X509Certificates.X509ChainImpl System.Security.Cryptography.X509Certificates.X509Chain::impl X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * ___impl_0; public: inline static int32_t get_offset_of_impl_0() { return static_cast(offsetof(X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37, ___impl_0)); } inline X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * get_impl_0() const { return ___impl_0; } inline X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE ** get_address_of_impl_0() { return &___impl_0; } inline void set_impl_0(X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * value) { ___impl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_0), (void*)value); } }; // System.Xml.XmlNode struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parentNode_0; public: inline static int32_t get_offset_of_parentNode_0() { return static_cast(offsetof(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1, ___parentNode_0)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_parentNode_0() const { return ___parentNode_0; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_parentNode_0() { return &___parentNode_0; } inline void set_parentNode_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___parentNode_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parentNode_0), (void*)value); } }; // Mono.Net.CFNetwork/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 : public RuntimeObject { public: // Mono.Net.CFProxy[] Mono.Net.CFNetwork/<>c__DisplayClass13_0::proxies CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* ___proxies_0; // Mono.Net.CFRunLoop Mono.Net.CFNetwork/<>c__DisplayClass13_0::runLoop CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * ___runLoop_1; public: inline static int32_t get_offset_of_proxies_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675, ___proxies_0)); } inline CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* get_proxies_0() const { return ___proxies_0; } inline CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26** get_address_of_proxies_0() { return &___proxies_0; } inline void set_proxies_0(CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* value) { ___proxies_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___proxies_0), (void*)value); } inline static int32_t get_offset_of_runLoop_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675, ___runLoop_1)); } inline CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * get_runLoop_1() const { return ___runLoop_1; } inline CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 ** get_address_of_runLoop_1() { return &___runLoop_1; } inline void set_runLoop_1(CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * value) { ___runLoop_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___runLoop_1), (void*)value); } }; // Mono.Net.CFNetwork/CFWebProxy struct CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1 : public RuntimeObject { public: // System.Net.ICredentials Mono.Net.CFNetwork/CFWebProxy::credentials RuntimeObject* ___credentials_0; // System.Boolean Mono.Net.CFNetwork/CFWebProxy::userSpecified bool ___userSpecified_1; public: inline static int32_t get_offset_of_credentials_0() { return static_cast(offsetof(CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1, ___credentials_0)); } inline RuntimeObject* get_credentials_0() const { return ___credentials_0; } inline RuntimeObject** get_address_of_credentials_0() { return &___credentials_0; } inline void set_credentials_0(RuntimeObject* value) { ___credentials_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___credentials_0), (void*)value); } inline static int32_t get_offset_of_userSpecified_1() { return static_cast(offsetof(CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1, ___userSpecified_1)); } inline bool get_userSpecified_1() const { return ___userSpecified_1; } inline bool* get_address_of_userSpecified_1() { return &___userSpecified_1; } inline void set_userSpecified_1(bool value) { ___userSpecified_1 = value; } }; // Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9 : public RuntimeObject { public: // Mono.Security.Interface.MonoRemoteCertificateValidationCallback Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass5_0::callback MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * ___callback_0; public: inline static int32_t get_offset_of_callback_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9, ___callback_0)); } inline MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * get_callback_0() const { return ___callback_0; } inline MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF ** get_address_of_callback_0() { return &___callback_0; } inline void set_callback_0(MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * value) { ___callback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_0), (void*)value); } }; // Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass8_0 struct U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1 : public RuntimeObject { public: // Mono.Security.Interface.MonoLocalCertificateSelectionCallback Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass8_0::callback MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * ___callback_0; public: inline static int32_t get_offset_of_callback_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1, ___callback_0)); } inline MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * get_callback_0() const { return ___callback_0; } inline MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A ** get_address_of_callback_0() { return &___callback_0; } inline void set_callback_0(MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * value) { ___callback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_0), (void*)value); } }; // System.Net.CookieCollection/CookieCollectionEnumerator struct CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014 : public RuntimeObject { public: // System.Net.CookieCollection System.Net.CookieCollection/CookieCollectionEnumerator::m_cookies CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___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_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014, ___m_cookies_0)); } inline CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * get_m_cookies_0() const { return ___m_cookies_0; } inline CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 ** get_address_of_m_cookies_0() { return &___m_cookies_0; } inline void set_m_cookies_0(CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * value) { ___m_cookies_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cookies_0), (void*)value); } inline static int32_t get_offset_of_m_count_1() { return static_cast(offsetof(CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014, ___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_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014, ___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_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014, ___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; } }; // System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator struct X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2 : public RuntimeObject { public: // System.Collections.IEnumerator System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator::enumerator RuntimeObject* ___enumerator_0; public: inline static int32_t get_offset_of_enumerator_0() { return static_cast(offsetof(X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2, ___enumerator_0)); } inline RuntimeObject* get_enumerator_0() const { return ___enumerator_0; } inline RuntimeObject** get_address_of_enumerator_0() { return &___enumerator_0; } inline void set_enumerator_0(RuntimeObject* value) { ___enumerator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_0), (void*)value); } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> struct ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43, ___m_task_0)); } inline Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * get_m_task_0() const { return ___m_task_0; } inline Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2, ___m_task_0)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get_m_task_0() const { return ___m_task_0; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Nullable`1 struct Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 { 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_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___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_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___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; } }; // System.Nullable`1 struct Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 { 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_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___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_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___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; } }; // System.ValueTuple`2 struct ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE { public: // T1 System.ValueTuple`2::Item1 int32_t ___Item1_0; // T2 System.ValueTuple`2::Item2 bool ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE, ___Item1_0)); } inline int32_t get_Item1_0() const { return ___Item1_0; } inline int32_t* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(int32_t value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE, ___Item2_1)); } inline bool get_Item2_1() const { return ___Item2_1; } inline bool* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(bool value) { ___Item2_1 = value; } }; // Mono.Net.Security.AsyncHandshakeRequest struct AsyncHandshakeRequest_t62360F9C188072629CE59F0FDB937B96A5882222 : public AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 { public: public: }; // System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 { public: // System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine RuntimeObject* ___m_stateMachine_0; // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___m_defaultContextAction_1; public: inline static int32_t get_offset_of_m_stateMachine_0() { return static_cast(offsetof(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34, ___m_stateMachine_0)); } inline RuntimeObject* get_m_stateMachine_0() const { return ___m_stateMachine_0; } inline RuntimeObject** get_address_of_m_stateMachine_0() { return &___m_stateMachine_0; } inline void set_m_stateMachine_0(RuntimeObject* value) { ___m_stateMachine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateMachine_0), (void*)value); } inline static int32_t get_offset_of_m_defaultContextAction_1() { return static_cast(offsetof(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34, ___m_defaultContextAction_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_m_defaultContextAction_1() const { return ___m_defaultContextAction_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_m_defaultContextAction_1() { return &___m_defaultContextAction_1; } inline void set_m_defaultContextAction_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___m_defaultContextAction_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_defaultContextAction_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_pinvoke { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_com { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // Mono.Net.Security.AsyncReadOrWriteRequest struct AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 : public AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 { public: // Mono.Net.Security.BufferOffsetSize Mono.Net.Security.AsyncReadOrWriteRequest::k__BackingField BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * ___U3CUserBufferU3Ek__BackingField_7; // System.Int32 Mono.Net.Security.AsyncReadOrWriteRequest::k__BackingField int32_t ___U3CCurrentSizeU3Ek__BackingField_8; public: inline static int32_t get_offset_of_U3CUserBufferU3Ek__BackingField_7() { return static_cast(offsetof(AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81, ___U3CUserBufferU3Ek__BackingField_7)); } inline BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * get_U3CUserBufferU3Ek__BackingField_7() const { return ___U3CUserBufferU3Ek__BackingField_7; } inline BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD ** get_address_of_U3CUserBufferU3Ek__BackingField_7() { return &___U3CUserBufferU3Ek__BackingField_7; } inline void set_U3CUserBufferU3Ek__BackingField_7(BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * value) { ___U3CUserBufferU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUserBufferU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CCurrentSizeU3Ek__BackingField_8() { return static_cast(offsetof(AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81, ___U3CCurrentSizeU3Ek__BackingField_8)); } inline int32_t get_U3CCurrentSizeU3Ek__BackingField_8() const { return ___U3CCurrentSizeU3Ek__BackingField_8; } inline int32_t* get_address_of_U3CCurrentSizeU3Ek__BackingField_8() { return &___U3CCurrentSizeU3Ek__BackingField_8; } inline void set_U3CCurrentSizeU3Ek__BackingField_8(int32_t value) { ___U3CCurrentSizeU3Ek__BackingField_8 = value; } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { 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_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___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; } }; // Mono.Net.Security.BufferOffsetSize2 struct BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 : public BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD { public: // System.Int32 Mono.Net.Security.BufferOffsetSize2::InitialSize int32_t ___InitialSize_5; public: inline static int32_t get_offset_of_InitialSize_5() { return static_cast(offsetof(BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638, ___InitialSize_5)); } inline int32_t get_InitialSize_5() const { return ___InitialSize_5; } inline int32_t* get_address_of_InitialSize_5() { return &___InitialSize_5; } inline void set_InitialSize_5(int32_t value) { ___InitialSize_5 = value; } }; // System.Net.Configuration.BypassElement struct BypassElement_t037DE5FD6BD20EA2527F030909858B6CF3602D96 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { 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_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD { public: // System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; public: inline static int32_t get_offset_of_m_source_0() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD, ___m_source_0)); } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * get_m_source_0() const { return ___m_source_0; } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 ** get_address_of_m_source_0() { return &___m_source_0; } inline void set_m_source_0(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * value) { ___m_source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_pinvoke { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // Native definition for COM marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_com { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { 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_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___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; } }; // System.Net.NetworkInformation.CommonUnixIPGlobalProperties struct CommonUnixIPGlobalProperties_t74F6A363223CF97FAB9A43E71FEAF07F2681F928 : public IPGlobalProperties_tD2935E387BBC03382D35AD2B6288214CAB4095C5 { public: public: }; // System.Configuration.ConfigurationElementCollection struct ConfigurationElementCollection_t09097ED83C909F1481AEF6E4451CF7595AFA403E : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Configuration.ConfigurationSection struct ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Net.Configuration.ConnectionManagementElement struct ConnectionManagementElement_t815959D6EEDA090A8381EA9B9D9A3A9C451E3A11 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { 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_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___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; } }; // System.ComponentModel.DefaultValueAttribute struct DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Object System.ComponentModel.DefaultValueAttribute::value RuntimeObject * ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6, ___value_0)); } inline RuntimeObject * get_value_0() const { return ___value_0; } inline RuntimeObject ** get_address_of_value_0() { return &___value_0; } inline void set_value_0(RuntimeObject * value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_0), (void*)value); } }; // System.ComponentModel.DescriptionAttribute struct DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.DescriptionAttribute::description String_t* ___description_1; public: inline static int32_t get_offset_of_description_1() { return static_cast(offsetof(DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA, ___description_1)); } inline String_t* get_description_1() const { return ___description_1; } inline String_t** get_address_of_description_1() { return &___description_1; } inline void set_description_1(String_t* value) { ___description_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___description_1), (void*)value); } }; // System.ComponentModel.DesignTimeVisibleAttribute struct DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.DesignTimeVisibleAttribute::visible bool ___visible_0; public: inline static int32_t get_offset_of_visible_0() { return static_cast(offsetof(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A, ___visible_0)); } inline bool get_visible_0() const { return ___visible_0; } inline bool* get_address_of_visible_0() { return &___visible_0; } inline void set_visible_0(bool value) { ___visible_0 = value; } }; // System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 { 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_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____key_0)); } inline RuntimeObject * get__key_0() const { return ____key_0; } inline RuntimeObject ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(RuntimeObject * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____value_1)); } inline RuntimeObject * get__value_1() const { return ____value_1; } inline RuntimeObject ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(RuntimeObject * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // System.ComponentModel.DisplayNameAttribute struct DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.DisplayNameAttribute::_displayName String_t* ____displayName_1; public: inline static int32_t get_offset_of__displayName_1() { return static_cast(offsetof(DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85, ____displayName_1)); } inline String_t* get__displayName_1() const { return ____displayName_1; } inline String_t** get_address_of__displayName_1() { return &____displayName_1; } inline void set__displayName_1(String_t* value) { ____displayName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____displayName_1), (void*)value); } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { 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_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___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; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Runtime.InteropServices.GCHandle struct GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 { public: // System.Int32 System.Runtime.InteropServices.GCHandle::handle int32_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603, ___handle_0)); } inline int32_t get_handle_0() const { return ___handle_0; } inline int32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(int32_t value) { ___handle_0 = value; } }; // System.Net.IPEndPoint struct IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E : public EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA { public: // System.Net.IPAddress System.Net.IPEndPoint::m_Address IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___m_Address_2; // System.Int32 System.Net.IPEndPoint::m_Port int32_t ___m_Port_3; public: inline static int32_t get_offset_of_m_Address_2() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E, ___m_Address_2)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_m_Address_2() const { return ___m_Address_2; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_m_Address_2() { return &___m_Address_2; } inline void set_m_Address_2(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___m_Address_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Address_2), (void*)value); } inline static int32_t get_offset_of_m_Port_3() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E, ___m_Port_3)); } inline int32_t get_m_Port_3() const { return ___m_Port_3; } inline int32_t* get_address_of_m_Port_3() { return &___m_Port_3; } inline void set_m_Port_3(int32_t value) { ___m_Port_3 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { 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_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { 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_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(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; } }; // System.Security.Cryptography.MD5 struct MD5_t6B7B1C4D40C383D0AD84BB8DDE4DE4B29BA627FB : public HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 { public: public: }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { 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_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; // System.Net.SystemNetworkCredential struct SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F : public NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 { public: public: }; // System.Threading.Thread struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 : public CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 { public: // System.Threading.InternalThread System.Threading.Thread::internal_thread InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * ___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_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___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_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___internal_thread_6)); } inline InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * get_internal_thread_6() const { return ___internal_thread_6; } inline InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB ** get_address_of_internal_thread_6() { return &___internal_thread_6; } inline void set_internal_thread_6(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * value) { ___internal_thread_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___internal_thread_6), (void*)value); } inline static int32_t get_offset_of_m_ThreadStartArg_7() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___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((void**)(&___m_ThreadStartArg_7), (void*)value); } inline static int32_t get_offset_of_pending_exception_8() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___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((void**)(&___pending_exception_8), (void*)value); } inline static int32_t get_offset_of_principal_9() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___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((void**)(&___principal_9), (void*)value); } inline static int32_t get_offset_of_principal_version_10() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___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_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___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((void**)(&___m_Delegate_12), (void*)value); } inline static int32_t get_offset_of_m_ExecutionContext_13() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_ExecutionContext_13)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_m_ExecutionContext_13() const { return ___m_ExecutionContext_13; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_m_ExecutionContext_13() { return &___m_ExecutionContext_13; } inline void set_m_ExecutionContext_13(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___m_ExecutionContext_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ExecutionContext_13), (void*)value); } inline static int32_t get_offset_of_m_ExecutionContextBelongsToOuterScope_14() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___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; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { 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_tE60352A06233E4E69DD198BCC67142159F686B15, ___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; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // System.Security.Cryptography.X509Certificates.X509Certificate2Impl struct X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B : public X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 { public: public: }; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B : public CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB { public: public: }; // System.Security.Cryptography.X509Certificates.X509Extension struct X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 : public AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA { public: // System.Boolean System.Security.Cryptography.X509Certificates.X509Extension::_critical bool ____critical_2; public: inline static int32_t get_offset_of__critical_2() { return static_cast(offsetof(X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5, ____critical_2)); } inline bool get__critical_2() const { return ____critical_2; } inline bool* get_address_of__critical_2() { return &____critical_2; } inline void set__critical_2(bool value) { ____critical_2 = value; } }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=128 struct __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B__padding[128]; }; public: }; // /__StaticArrayInitTypeSize=14 struct __StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF__padding[14]; }; public: }; // /__StaticArrayInitTypeSize=256 struct __StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D__padding[256]; }; public: }; // /__StaticArrayInitTypeSize=3 struct __StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02__padding[3]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=44 struct __StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24__padding[44]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=9 struct __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71__padding[9]; }; public: }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C { public: // System.Threading.Tasks.Task System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_task Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C, ___m_task_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_task_0() const { return ___m_task_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_marshaled_pinvoke { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; int32_t ___m_continueOnCapturedContext_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_marshaled_com { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; int32_t ___m_continueOnCapturedContext_1; }; // Mono.Unity.UnityTls/unitytls_x509list struct unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D { public: union { struct { }; uint8_t unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D__padding[1]; }; public: }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1> struct AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8, ___m_task_2)); } inline Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * get_m_task_2() const { return ___m_task_2; } inline Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50, ___m_task_2)); } inline Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * get_m_task_2() const { return ___m_task_2; } inline Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020, ___m_task_2)); } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * get_m_task_2() const { return ___m_task_2; } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD, ___m_task_2)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_m_task_2() const { return ___m_task_2; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; // System.Nullable`1 struct Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D { public: // T System.Nullable`1::value DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___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_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___value_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_value_0() const { return ___value_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___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; } }; // struct U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0 : public RuntimeObject { public: public: }; // System.Net.Sockets.AddressFamily struct AddressFamily_tFCF4C888B95C069AB2D4720EC8C2E19453C28B33 { 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_tFCF4C888B95C069AB2D4720EC8C2E19453C28B33, ___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; } }; // Mono.Security.Interface.AlertDescription struct AlertDescription_tEBF01C815EF9A6D9E96170BB420A10BB249BAE8E { public: // System.Byte Mono.Security.Interface.AlertDescription::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AlertDescription_tEBF01C815EF9A6D9E96170BB420A10BB249BAE8E, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // System.Security.Cryptography.AsnDecodeStatus struct AsnDecodeStatus_tBE4ADA7C45EBFD656BFEE0F04CAEC70A1C1BD15E { public: // System.Int32 System.Security.Cryptography.AsnDecodeStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AsnDecodeStatus_tBE4ADA7C45EBFD656BFEE0F04CAEC70A1C1BD15E, ___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; } }; // Mono.Net.Security.AsyncOperationStatus struct AsyncOperationStatus_t3D73562182789C96268EA34AC77D6CEDA9EBC2E3 { public: // System.Int32 Mono.Net.Security.AsyncOperationStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AsyncOperationStatus_t3D73562182789C96268EA34AC77D6CEDA9EBC2E3, ___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; } }; // Mono.Net.Security.AsyncReadRequest struct AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA : public AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 { public: public: }; // Mono.Net.Security.AsyncWriteRequest struct AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA : public AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 { public: public: }; // System.Net.Security.AuthenticatedStream struct AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream System.Net.Security.AuthenticatedStream::_InnerStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____InnerStream_5; // System.Boolean System.Net.Security.AuthenticatedStream::_LeaveStreamOpen bool ____LeaveStreamOpen_6; public: inline static int32_t get_offset_of__InnerStream_5() { return static_cast(offsetof(AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608, ____InnerStream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__InnerStream_5() const { return ____InnerStream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__InnerStream_5() { return &____InnerStream_5; } inline void set__InnerStream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____InnerStream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____InnerStream_5), (void*)value); } inline static int32_t get_offset_of__LeaveStreamOpen_6() { return static_cast(offsetof(AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608, ____LeaveStreamOpen_6)); } inline bool get__LeaveStreamOpen_6() const { return ____LeaveStreamOpen_6; } inline bool* get_address_of__LeaveStreamOpen_6() { return &____LeaveStreamOpen_6; } inline void set__LeaveStreamOpen_6(bool value) { ____LeaveStreamOpen_6 = value; } }; // System.Net.Security.AuthenticationLevel struct AuthenticationLevel_tABDA8290B869DCA69B73080E99B1E3FE6F475165 { 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_tABDA8290B869DCA69B73080E99B1E3FE6F475165, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { 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_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.Configuration.BypassElementCollection struct BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91 : public ConfigurationElementCollection_t09097ED83C909F1481AEF6E4451CF7595AFA403E { public: public: }; // Mono.Net.CFObject struct CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB : public RuntimeObject { public: // System.IntPtr Mono.Net.CFObject::k__BackingField intptr_t ___U3CHandleU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CHandleU3Ek__BackingField_0() { return static_cast(offsetof(CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB, ___U3CHandleU3Ek__BackingField_0)); } inline intptr_t get_U3CHandleU3Ek__BackingField_0() const { return ___U3CHandleU3Ek__BackingField_0; } inline intptr_t* get_address_of_U3CHandleU3Ek__BackingField_0() { return &___U3CHandleU3Ek__BackingField_0; } inline void set_U3CHandleU3Ek__BackingField_0(intptr_t value) { ___U3CHandleU3Ek__BackingField_0 = value; } }; // Mono.Net.CFProxy struct CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D : public RuntimeObject { public: // Mono.Net.CFDictionary Mono.Net.CFProxy::settings CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * ___settings_13; public: inline static int32_t get_offset_of_settings_13() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D, ___settings_13)); } inline CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * get_settings_13() const { return ___settings_13; } inline CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D ** get_address_of_settings_13() { return &___settings_13; } inline void set_settings_13(CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * value) { ___settings_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___settings_13), (void*)value); } }; // Mono.Net.CFProxySettings struct CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB : public RuntimeObject { public: // Mono.Net.CFDictionary Mono.Net.CFProxySettings::settings CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * ___settings_6; public: inline static int32_t get_offset_of_settings_6() { return static_cast(offsetof(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB, ___settings_6)); } inline CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * get_settings_6() const { return ___settings_6; } inline CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D ** get_address_of_settings_6() { return &___settings_6; } inline void set_settings_6(CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * value) { ___settings_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___settings_6), (void*)value); } }; // Mono.Net.CFProxyType struct CFProxyType_tF65E80017A057F3EBA6E2E289765E89275F202E9 { public: // System.Int32 Mono.Net.CFProxyType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CFProxyType_tF65E80017A057F3EBA6E2E289765E89275F202E9, ___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; } }; // Mono.Net.CFRange struct CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 { public: // System.IntPtr Mono.Net.CFRange::Location intptr_t ___Location_0; // System.IntPtr Mono.Net.CFRange::Length intptr_t ___Length_1; public: inline static int32_t get_offset_of_Location_0() { return static_cast(offsetof(CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186, ___Location_0)); } inline intptr_t get_Location_0() const { return ___Location_0; } inline intptr_t* get_address_of_Location_0() { return &___Location_0; } inline void set_Location_0(intptr_t value) { ___Location_0 = value; } inline static int32_t get_offset_of_Length_1() { return static_cast(offsetof(CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186, ___Length_1)); } inline intptr_t get_Length_1() const { return ___Length_1; } inline intptr_t* get_address_of_Length_1() { return &___Length_1; } inline void set_Length_1(intptr_t value) { ___Length_1 = value; } }; // Mono.Net.CFStreamClientContext struct CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF { public: // System.IntPtr Mono.Net.CFStreamClientContext::Version intptr_t ___Version_0; // System.IntPtr Mono.Net.CFStreamClientContext::Info intptr_t ___Info_1; // System.IntPtr Mono.Net.CFStreamClientContext::Retain intptr_t ___Retain_2; // System.IntPtr Mono.Net.CFStreamClientContext::Release intptr_t ___Release_3; // System.IntPtr Mono.Net.CFStreamClientContext::CopyDescription intptr_t ___CopyDescription_4; public: inline static int32_t get_offset_of_Version_0() { return static_cast(offsetof(CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF, ___Version_0)); } inline intptr_t get_Version_0() const { return ___Version_0; } inline intptr_t* get_address_of_Version_0() { return &___Version_0; } inline void set_Version_0(intptr_t value) { ___Version_0 = value; } inline static int32_t get_offset_of_Info_1() { return static_cast(offsetof(CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF, ___Info_1)); } inline intptr_t get_Info_1() const { return ___Info_1; } inline intptr_t* get_address_of_Info_1() { return &___Info_1; } inline void set_Info_1(intptr_t value) { ___Info_1 = value; } inline static int32_t get_offset_of_Retain_2() { return static_cast(offsetof(CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF, ___Retain_2)); } inline intptr_t get_Retain_2() const { return ___Retain_2; } inline intptr_t* get_address_of_Retain_2() { return &___Retain_2; } inline void set_Retain_2(intptr_t value) { ___Retain_2 = value; } inline static int32_t get_offset_of_Release_3() { return static_cast(offsetof(CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF, ___Release_3)); } inline intptr_t get_Release_3() const { return ___Release_3; } inline intptr_t* get_address_of_Release_3() { return &___Release_3; } inline void set_Release_3(intptr_t value) { ___Release_3 = value; } inline static int32_t get_offset_of_CopyDescription_4() { return static_cast(offsetof(CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF, ___CopyDescription_4)); } inline intptr_t get_CopyDescription_4() const { return ___CopyDescription_4; } inline intptr_t* get_address_of_CopyDescription_4() { return &___CopyDescription_4; } inline void set_CopyDescription_4(intptr_t value) { ___CopyDescription_4 = value; } }; // System.Net.CloseExState struct CloseExState_t6D050294AF1B984467A6AF9E031A55765FAEE715 { 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_t6D050294AF1B984467A6AF9E031A55765FAEE715, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.Compression.CompressionMode struct CompressionMode_t8D7FCD23B345281B0B0F6668CDD65C6BA22B1081 { 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_t8D7FCD23B345281B0B0F6668CDD65C6BA22B1081, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.Configuration.ConnectionManagementElementCollection struct ConnectionManagementElementCollection_t6398255FE4916E59AC5841760AC6D8D28EC4728C : public ConfigurationElementCollection_t09097ED83C909F1481AEF6E4451CF7595AFA403E { public: public: }; // System.Net.Configuration.ConnectionManagementSection struct ConnectionManagementSection_t3A29EBAF9E3B13F9886D2739ABE4AD89CA007987 : public ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 { public: public: }; // System.Net.CookieCollection struct CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 : public RuntimeObject { public: // System.Int32 System.Net.CookieCollection::m_version int32_t ___m_version_0; // System.Collections.ArrayList System.Net.CookieCollection::m_list ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___m_list_1; // System.DateTime System.Net.CookieCollection::m_TimeStamp DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___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_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06, ___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_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06, ___m_list_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_m_list_1() const { return ___m_list_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_m_list_1() { return &___m_list_1; } inline void set_m_list_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___m_list_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_list_1), (void*)value); } inline static int32_t get_offset_of_m_TimeStamp_2() { return static_cast(offsetof(CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06, ___m_TimeStamp_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_TimeStamp_2() const { return ___m_TimeStamp_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_TimeStamp_2() { return &___m_TimeStamp_2; } inline void set_m_TimeStamp_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_TimeStamp_2 = value; } inline static int32_t get_offset_of_m_has_other_versions_3() { return static_cast(offsetof(CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06, ___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_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06, ___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; } }; // System.Net.CookieToken struct CookieToken_tBD532A435A4CA3813387EE31B5906C993A3F81DD { 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_tBD532A435A4CA3813387EE31B5906C993A3F81DD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.CookieVariant struct CookieVariant_tD627E5E4655DB30095BE805EB361BBCD7539463E { 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_tD627E5E4655DB30095BE805EB361BBCD7539463E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Globalization.DateTimeStyles struct DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4 { 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_t2E18E2817B83F518AD684A16EB44A96EE6E765D4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.DecompressionMethods struct DecompressionMethods_t76ACF45ED0A6BDCC13358657248D674BCC1015BC { 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_t76ACF45ED0A6BDCC13358657248D674BCC1015BC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.Configuration.DefaultProxySection struct DefaultProxySection_t3253AD6FC82F5374C16B845A65819B4C33F94A20 : public ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 { public: public: }; // System.IO.Compression.DeflateStreamNative struct DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 : public RuntimeObject { public: // System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite System.IO.Compression.DeflateStreamNative::feeder UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD * ___feeder_0; // System.IO.Stream System.IO.Compression.DeflateStreamNative::base_stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___base_stream_1; // System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle System.IO.Compression.DeflateStreamNative::z_stream SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * ___z_stream_2; // System.Runtime.InteropServices.GCHandle System.IO.Compression.DeflateStreamNative::data GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___data_3; // System.Boolean System.IO.Compression.DeflateStreamNative::disposed bool ___disposed_4; // System.Byte[] System.IO.Compression.DeflateStreamNative::io_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___io_buffer_5; public: inline static int32_t get_offset_of_feeder_0() { return static_cast(offsetof(DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879, ___feeder_0)); } inline UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD * get_feeder_0() const { return ___feeder_0; } inline UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD ** get_address_of_feeder_0() { return &___feeder_0; } inline void set_feeder_0(UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD * value) { ___feeder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___feeder_0), (void*)value); } inline static int32_t get_offset_of_base_stream_1() { return static_cast(offsetof(DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879, ___base_stream_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_base_stream_1() const { return ___base_stream_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_base_stream_1() { return &___base_stream_1; } inline void set_base_stream_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___base_stream_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___base_stream_1), (void*)value); } inline static int32_t get_offset_of_z_stream_2() { return static_cast(offsetof(DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879, ___z_stream_2)); } inline SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * get_z_stream_2() const { return ___z_stream_2; } inline SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 ** get_address_of_z_stream_2() { return &___z_stream_2; } inline void set_z_stream_2(SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * value) { ___z_stream_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___z_stream_2), (void*)value); } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879, ___data_3)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_data_3() const { return ___data_3; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_data_3() { return &___data_3; } inline void set_data_3(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___data_3 = value; } inline static int32_t get_offset_of_disposed_4() { return static_cast(offsetof(DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879, ___disposed_4)); } inline bool get_disposed_4() const { return ___disposed_4; } inline bool* get_address_of_disposed_4() { return &___disposed_4; } inline void set_disposed_4(bool value) { ___disposed_4 = value; } inline static int32_t get_offset_of_io_buffer_5() { return static_cast(offsetof(DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879, ___io_buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_io_buffer_5() const { return ___io_buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_io_buffer_5() { return &___io_buffer_5; } inline void set_io_buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___io_buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___io_buffer_5), (void*)value); } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___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((void**)(&___m_target_2), (void*)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((void**)(&___method_info_7), (void*)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((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)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; } }; // 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_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___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_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // System.Net.DigestSession struct DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B : public RuntimeObject { public: // System.DateTime System.Net.DigestSession::lastUse DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___lastUse_1; // System.Int32 System.Net.DigestSession::_nc int32_t ____nc_2; // System.Security.Cryptography.HashAlgorithm System.Net.DigestSession::hash HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * ___hash_3; // System.Net.DigestHeaderParser System.Net.DigestSession::parser DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * ___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_tAB0437378C11893460CA65ECECC390BC6596206B, ___lastUse_1)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_lastUse_1() const { return ___lastUse_1; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_lastUse_1() { return &___lastUse_1; } inline void set_lastUse_1(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___lastUse_1 = value; } inline static int32_t get_offset_of__nc_2() { return static_cast(offsetof(DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B, ____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_tAB0437378C11893460CA65ECECC390BC6596206B, ___hash_3)); } inline HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * get_hash_3() const { return ___hash_3; } inline HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 ** get_address_of_hash_3() { return &___hash_3; } inline void set_hash_3(HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * value) { ___hash_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___hash_3), (void*)value); } inline static int32_t get_offset_of_parser_4() { return static_cast(offsetof(DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B, ___parser_4)); } inline DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * get_parser_4() const { return ___parser_4; } inline DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 ** get_address_of_parser_4() { return &___parser_4; } inline void set_parser_4(DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * value) { ___parser_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___parser_4), (void*)value); } inline static int32_t get_offset_of__cnonce_5() { return static_cast(offsetof(DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B, ____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((void**)(&____cnonce_5), (void*)value); } }; // 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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___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((void**)(&____className_1), (void*)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((void**)(&____message_2), (void*)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((void**)(&____data_3), (void*)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((void**)(&____innerException_4), (void*)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((void**)(&____helpURL_5), (void*)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((void**)(&____stackTrace_6), (void*)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((void**)(&____stackTraceString_7), (void*)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((void**)(&____remoteStackTraceString_8), (void*)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((void**)(&____dynamicMethods_10), (void*)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((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC : public RuntimeObject { public: // System.Collections.Hashtable/bucket[] System.Collections.Hashtable::buckets bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* ___buckets_10; // System.Int32 System.Collections.Hashtable::count int32_t ___count_11; // System.Int32 System.Collections.Hashtable::occupancy int32_t ___occupancy_12; // System.Int32 System.Collections.Hashtable::loadsize int32_t ___loadsize_13; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_14; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version int32_t ___version_15; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress bool ___isWriterInProgress_16; // System.Collections.ICollection System.Collections.Hashtable::keys RuntimeObject* ___keys_17; // System.Collections.ICollection System.Collections.Hashtable::values RuntimeObject* ___values_18; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_19; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject * ____syncRoot_20; public: inline static int32_t get_offset_of_buckets_10() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___buckets_10)); } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* get_buckets_10() const { return ___buckets_10; } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190** get_address_of_buckets_10() { return &___buckets_10; } inline void set_buckets_10(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* value) { ___buckets_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value); } inline static int32_t get_offset_of_count_11() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___count_11)); } inline int32_t get_count_11() const { return ___count_11; } inline int32_t* get_address_of_count_11() { return &___count_11; } inline void set_count_11(int32_t value) { ___count_11 = value; } inline static int32_t get_offset_of_occupancy_12() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___occupancy_12)); } inline int32_t get_occupancy_12() const { return ___occupancy_12; } inline int32_t* get_address_of_occupancy_12() { return &___occupancy_12; } inline void set_occupancy_12(int32_t value) { ___occupancy_12 = value; } inline static int32_t get_offset_of_loadsize_13() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadsize_13)); } inline int32_t get_loadsize_13() const { return ___loadsize_13; } inline int32_t* get_address_of_loadsize_13() { return &___loadsize_13; } inline void set_loadsize_13(int32_t value) { ___loadsize_13 = value; } inline static int32_t get_offset_of_loadFactor_14() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadFactor_14)); } inline float get_loadFactor_14() const { return ___loadFactor_14; } inline float* get_address_of_loadFactor_14() { return &___loadFactor_14; } inline void set_loadFactor_14(float value) { ___loadFactor_14 = value; } inline static int32_t get_offset_of_version_15() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___version_15)); } inline int32_t get_version_15() const { return ___version_15; } inline int32_t* get_address_of_version_15() { return &___version_15; } inline void set_version_15(int32_t value) { ___version_15 = value; } inline static int32_t get_offset_of_isWriterInProgress_16() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___isWriterInProgress_16)); } inline bool get_isWriterInProgress_16() const { return ___isWriterInProgress_16; } inline bool* get_address_of_isWriterInProgress_16() { return &___isWriterInProgress_16; } inline void set_isWriterInProgress_16(bool value) { ___isWriterInProgress_16 = value; } inline static int32_t get_offset_of_keys_17() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___keys_17)); } inline RuntimeObject* get_keys_17() const { return ___keys_17; } inline RuntimeObject** get_address_of_keys_17() { return &___keys_17; } inline void set_keys_17(RuntimeObject* value) { ___keys_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_17), (void*)value); } inline static int32_t get_offset_of_values_18() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___values_18)); } inline RuntimeObject* get_values_18() const { return ___values_18; } inline RuntimeObject** get_address_of_values_18() { return &___values_18; } inline void set_values_18(RuntimeObject* value) { ___values_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_18), (void*)value); } inline static int32_t get_offset_of__keycomparer_19() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____keycomparer_19)); } inline RuntimeObject* get__keycomparer_19() const { return ____keycomparer_19; } inline RuntimeObject** get_address_of__keycomparer_19() { return &____keycomparer_19; } inline void set__keycomparer_19(RuntimeObject* value) { ____keycomparer_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_19), (void*)value); } inline static int32_t get_offset_of__syncRoot_20() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____syncRoot_20)); } inline RuntimeObject * get__syncRoot_20() const { return ____syncRoot_20; } inline RuntimeObject ** get_address_of__syncRoot_20() { return &____syncRoot_20; } inline void set__syncRoot_20(RuntimeObject * value) { ____syncRoot_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_20), (void*)value); } }; // System.Int32Enum struct Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C { public: // System.Int32 System.Int32Enum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C, ___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; } }; // Mono.Security.Interface.MonoSslPolicyErrors struct MonoSslPolicyErrors_t5C2169CB6F739F3F5BDB568BAB12A7286ABC34EC { public: // System.Int32 Mono.Security.Interface.MonoSslPolicyErrors::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MonoSslPolicyErrors_t5C2169CB6F739F3F5BDB568BAB12A7286ABC34EC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Globalization.NumberStyles struct NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594 { 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_t379EFBF2535E1C950DEC8042704BB663BF636594, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Cryptography.OidGroup struct OidGroup_tA8D8DA27353F8D70638E08569F65A34BCA3D5EB4 { public: // System.Int32 System.Security.Cryptography.OidGroup::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OidGroup_tA8D8DA27353F8D70638E08569F65A34BCA3D5EB4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { 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_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___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; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { 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_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___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; } }; // System.Runtime.InteropServices.SafeHandle struct SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B : public CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 { 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_tC07DCA2CABF6988953342757EFB1547363E5A36B, ___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_tC07DCA2CABF6988953342757EFB1547363E5A36B, ____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_tC07DCA2CABF6988953342757EFB1547363E5A36B, ____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_tC07DCA2CABF6988953342757EFB1547363E5A36B, ____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; } }; // System.Net.SecurityProtocolType struct SecurityProtocolType_t36284BDCD2A00BD074C900A689307107B5AEC001 { public: // System.Int32 System.Net.SecurityProtocolType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SecurityProtocolType_t36284BDCD2A00BD074C900A689307107B5AEC001, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.SeekOrigin struct SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F { 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_t4A91B37D046CD7A6578066059AE9F6269A888D4F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.ServicePoint struct ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 : public RuntimeObject { public: // System.Uri System.Net.ServicePoint::uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri_0; // System.DateTime System.Net.ServicePoint::lastDnsResolve DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___lastDnsResolve_1; // System.Version System.Net.ServicePoint::protocolVersion Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___protocolVersion_2; // System.Net.IPHostEntry System.Net.ServicePoint::host IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * ___host_3; // System.Boolean System.Net.ServicePoint::usesProxy bool ___usesProxy_4; // System.Boolean System.Net.ServicePoint::sendContinue bool ___sendContinue_5; // System.Boolean System.Net.ServicePoint::useConnect bool ___useConnect_6; // System.Object System.Net.ServicePoint::hostE RuntimeObject * ___hostE_7; // System.Boolean System.Net.ServicePoint::useNagle bool ___useNagle_8; // System.Net.BindIPEndPoint System.Net.ServicePoint::endPointCallback BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * ___endPointCallback_9; // System.Boolean System.Net.ServicePoint::tcp_keepalive bool ___tcp_keepalive_10; // System.Int32 System.Net.ServicePoint::tcp_keepalive_time int32_t ___tcp_keepalive_time_11; // System.Int32 System.Net.ServicePoint::tcp_keepalive_interval int32_t ___tcp_keepalive_interval_12; // System.Net.ServicePointScheduler System.Net.ServicePoint::k__BackingField ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * ___U3CSchedulerU3Ek__BackingField_13; // System.Object System.Net.ServicePoint::m_ServerCertificateOrBytes RuntimeObject * ___m_ServerCertificateOrBytes_14; // System.Object System.Net.ServicePoint::m_ClientCertificateOrBytes RuntimeObject * ___m_ClientCertificateOrBytes_15; public: inline static int32_t get_offset_of_uri_0() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___uri_0)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_uri_0() const { return ___uri_0; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_uri_0() { return &___uri_0; } inline void set_uri_0(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___uri_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_0), (void*)value); } inline static int32_t get_offset_of_lastDnsResolve_1() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___lastDnsResolve_1)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_lastDnsResolve_1() const { return ___lastDnsResolve_1; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_lastDnsResolve_1() { return &___lastDnsResolve_1; } inline void set_lastDnsResolve_1(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___lastDnsResolve_1 = value; } inline static int32_t get_offset_of_protocolVersion_2() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___protocolVersion_2)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_protocolVersion_2() const { return ___protocolVersion_2; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_protocolVersion_2() { return &___protocolVersion_2; } inline void set_protocolVersion_2(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___protocolVersion_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___protocolVersion_2), (void*)value); } inline static int32_t get_offset_of_host_3() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___host_3)); } inline IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * get_host_3() const { return ___host_3; } inline IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA ** get_address_of_host_3() { return &___host_3; } inline void set_host_3(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * value) { ___host_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___host_3), (void*)value); } inline static int32_t get_offset_of_usesProxy_4() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___usesProxy_4)); } inline bool get_usesProxy_4() const { return ___usesProxy_4; } inline bool* get_address_of_usesProxy_4() { return &___usesProxy_4; } inline void set_usesProxy_4(bool value) { ___usesProxy_4 = value; } inline static int32_t get_offset_of_sendContinue_5() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___sendContinue_5)); } inline bool get_sendContinue_5() const { return ___sendContinue_5; } inline bool* get_address_of_sendContinue_5() { return &___sendContinue_5; } inline void set_sendContinue_5(bool value) { ___sendContinue_5 = value; } inline static int32_t get_offset_of_useConnect_6() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___useConnect_6)); } inline bool get_useConnect_6() const { return ___useConnect_6; } inline bool* get_address_of_useConnect_6() { return &___useConnect_6; } inline void set_useConnect_6(bool value) { ___useConnect_6 = value; } inline static int32_t get_offset_of_hostE_7() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___hostE_7)); } inline RuntimeObject * get_hostE_7() const { return ___hostE_7; } inline RuntimeObject ** get_address_of_hostE_7() { return &___hostE_7; } inline void set_hostE_7(RuntimeObject * value) { ___hostE_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___hostE_7), (void*)value); } inline static int32_t get_offset_of_useNagle_8() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___useNagle_8)); } inline bool get_useNagle_8() const { return ___useNagle_8; } inline bool* get_address_of_useNagle_8() { return &___useNagle_8; } inline void set_useNagle_8(bool value) { ___useNagle_8 = value; } inline static int32_t get_offset_of_endPointCallback_9() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___endPointCallback_9)); } inline BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * get_endPointCallback_9() const { return ___endPointCallback_9; } inline BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 ** get_address_of_endPointCallback_9() { return &___endPointCallback_9; } inline void set_endPointCallback_9(BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * value) { ___endPointCallback_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___endPointCallback_9), (void*)value); } inline static int32_t get_offset_of_tcp_keepalive_10() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___tcp_keepalive_10)); } inline bool get_tcp_keepalive_10() const { return ___tcp_keepalive_10; } inline bool* get_address_of_tcp_keepalive_10() { return &___tcp_keepalive_10; } inline void set_tcp_keepalive_10(bool value) { ___tcp_keepalive_10 = value; } inline static int32_t get_offset_of_tcp_keepalive_time_11() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___tcp_keepalive_time_11)); } inline int32_t get_tcp_keepalive_time_11() const { return ___tcp_keepalive_time_11; } inline int32_t* get_address_of_tcp_keepalive_time_11() { return &___tcp_keepalive_time_11; } inline void set_tcp_keepalive_time_11(int32_t value) { ___tcp_keepalive_time_11 = value; } inline static int32_t get_offset_of_tcp_keepalive_interval_12() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___tcp_keepalive_interval_12)); } inline int32_t get_tcp_keepalive_interval_12() const { return ___tcp_keepalive_interval_12; } inline int32_t* get_address_of_tcp_keepalive_interval_12() { return &___tcp_keepalive_interval_12; } inline void set_tcp_keepalive_interval_12(int32_t value) { ___tcp_keepalive_interval_12 = value; } inline static int32_t get_offset_of_U3CSchedulerU3Ek__BackingField_13() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___U3CSchedulerU3Ek__BackingField_13)); } inline ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * get_U3CSchedulerU3Ek__BackingField_13() const { return ___U3CSchedulerU3Ek__BackingField_13; } inline ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 ** get_address_of_U3CSchedulerU3Ek__BackingField_13() { return &___U3CSchedulerU3Ek__BackingField_13; } inline void set_U3CSchedulerU3Ek__BackingField_13(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * value) { ___U3CSchedulerU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSchedulerU3Ek__BackingField_13), (void*)value); } inline static int32_t get_offset_of_m_ServerCertificateOrBytes_14() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___m_ServerCertificateOrBytes_14)); } inline RuntimeObject * get_m_ServerCertificateOrBytes_14() const { return ___m_ServerCertificateOrBytes_14; } inline RuntimeObject ** get_address_of_m_ServerCertificateOrBytes_14() { return &___m_ServerCertificateOrBytes_14; } inline void set_m_ServerCertificateOrBytes_14(RuntimeObject * value) { ___m_ServerCertificateOrBytes_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ServerCertificateOrBytes_14), (void*)value); } inline static int32_t get_offset_of_m_ClientCertificateOrBytes_15() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___m_ClientCertificateOrBytes_15)); } inline RuntimeObject * get_m_ClientCertificateOrBytes_15() const { return ___m_ClientCertificateOrBytes_15; } inline RuntimeObject ** get_address_of_m_ClientCertificateOrBytes_15() { return &___m_ClientCertificateOrBytes_15; } inline void set_m_ClientCertificateOrBytes_15(RuntimeObject * value) { ___m_ClientCertificateOrBytes_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ClientCertificateOrBytes_15), (void*)value); } }; // System.Net.Security.SslPolicyErrors struct SslPolicyErrors_t4C4942B3C78507D4E6891DBEFE60043B285CFBE4 { 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_t4C4942B3C78507D4E6891DBEFE60043B285CFBE4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3 { 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_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.StringComparison struct StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998 { 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_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_4; // System.Object System.Threading.Tasks.Task::m_action RuntimeObject * ___m_action_5; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject * ___m_stateObject_6; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___m_taskScheduler_7; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_parent_8; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_9; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject * ___m_continuationObject_28; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * ___m_contingentProperties_33; public: inline static int32_t get_offset_of_m_taskId_4() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskId_4)); } inline int32_t get_m_taskId_4() const { return ___m_taskId_4; } inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; } inline void set_m_taskId_4(int32_t value) { ___m_taskId_4 = value; } inline static int32_t get_offset_of_m_action_5() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_action_5)); } inline RuntimeObject * get_m_action_5() const { return ___m_action_5; } inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; } inline void set_m_action_5(RuntimeObject * value) { ___m_action_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_action_5), (void*)value); } inline static int32_t get_offset_of_m_stateObject_6() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateObject_6)); } inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; } inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; } inline void set_m_stateObject_6(RuntimeObject * value) { ___m_stateObject_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateObject_6), (void*)value); } inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskScheduler_7)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; } inline void set_m_taskScheduler_7(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___m_taskScheduler_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_7), (void*)value); } inline static int32_t get_offset_of_m_parent_8() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_parent_8)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_parent_8() const { return ___m_parent_8; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_parent_8() { return &___m_parent_8; } inline void set_m_parent_8(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_parent_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_parent_8), (void*)value); } inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateFlags_9)); } inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; } inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; } inline void set_m_stateFlags_9(int32_t value) { ___m_stateFlags_9 = value; } inline static int32_t get_offset_of_m_continuationObject_28() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_continuationObject_28)); } inline RuntimeObject * get_m_continuationObject_28() const { return ___m_continuationObject_28; } inline RuntimeObject ** get_address_of_m_continuationObject_28() { return &___m_continuationObject_28; } inline void set_m_continuationObject_28(RuntimeObject * value) { ___m_continuationObject_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_continuationObject_28), (void*)value); } inline static int32_t get_offset_of_m_contingentProperties_33() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_contingentProperties_33)); } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * get_m_contingentProperties_33() const { return ___m_contingentProperties_33; } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 ** get_address_of_m_contingentProperties_33() { return &___m_contingentProperties_33; } inline void set_m_contingentProperties_33(ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * value) { ___m_contingentProperties_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_33), (void*)value); } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { 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_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____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; } }; // Mono.Security.Interface.TlsProtocols struct TlsProtocols_t14C13F73C25A0E4CF94E13D5B44228F810D32183 { 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_t14C13F73C25A0E4CF94E13D5B44228F810D32183, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Principal.TokenImpersonationLevel struct TokenImpersonationLevel_t666D9E038A04949CBCDDDBA08E5FD612F3EE4838 { 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_t666D9E038A04949CBCDDDBA08E5FD612F3EE4838, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.ComponentModel.TypeConverter struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 : public RuntimeObject { public: public: }; // System.UriIdnScope struct UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D { 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_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriKind struct UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC { 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_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { 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_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * ___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_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___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_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___safeWaitHandle_4)); } inline SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * get_safeWaitHandle_4() const { return ___safeWaitHandle_4; } inline SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 ** get_address_of_safeWaitHandle_4() { return &___safeWaitHandle_4; } inline void set_safeWaitHandle_4(SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * value) { ___safeWaitHandle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeWaitHandle_4), (void*)value); } inline static int32_t get_offset_of_hasThreadAffinity_5() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___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; } }; // Native definition for P/Invoke marshalling of System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_pinvoke : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // Native definition for COM marshalling of System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_com : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // System.Net.WebExceptionStatus struct WebExceptionStatus_tF76E8FAA116C43DDF96AF8C8CE2D75C3587F31D9 { 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_tF76E8FAA116C43DDF96AF8C8CE2D75C3587F31D9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Cryptography.X509Certificates.X509KeyUsageFlags struct X509KeyUsageFlags_tA10D2E023BB8086E102AE4EBE10CF84656A18849 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(X509KeyUsageFlags_tA10D2E023BB8086E102AE4EBE10CF84656A18849, ___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; } }; // Mono.Net.CFNetwork/GetProxyData struct GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 : public RuntimeObject { public: // System.IntPtr Mono.Net.CFNetwork/GetProxyData::script intptr_t ___script_0; // System.IntPtr Mono.Net.CFNetwork/GetProxyData::targetUri intptr_t ___targetUri_1; // System.IntPtr Mono.Net.CFNetwork/GetProxyData::error intptr_t ___error_2; // System.IntPtr Mono.Net.CFNetwork/GetProxyData::result intptr_t ___result_3; // System.Threading.ManualResetEvent Mono.Net.CFNetwork/GetProxyData::evt ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___evt_4; public: inline static int32_t get_offset_of_script_0() { return static_cast(offsetof(GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16, ___script_0)); } inline intptr_t get_script_0() const { return ___script_0; } inline intptr_t* get_address_of_script_0() { return &___script_0; } inline void set_script_0(intptr_t value) { ___script_0 = value; } inline static int32_t get_offset_of_targetUri_1() { return static_cast(offsetof(GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16, ___targetUri_1)); } inline intptr_t get_targetUri_1() const { return ___targetUri_1; } inline intptr_t* get_address_of_targetUri_1() { return &___targetUri_1; } inline void set_targetUri_1(intptr_t value) { ___targetUri_1 = value; } inline static int32_t get_offset_of_error_2() { return static_cast(offsetof(GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16, ___error_2)); } inline intptr_t get_error_2() const { return ___error_2; } inline intptr_t* get_address_of_error_2() { return &___error_2; } inline void set_error_2(intptr_t value) { ___error_2 = value; } inline static int32_t get_offset_of_result_3() { return static_cast(offsetof(GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16, ___result_3)); } inline intptr_t get_result_3() const { return ___result_3; } inline intptr_t* get_address_of_result_3() { return &___result_3; } inline void set_result_3(intptr_t value) { ___result_3 = value; } inline static int32_t get_offset_of_evt_4() { return static_cast(offsetof(GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16, ___evt_4)); } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * get_evt_4() const { return ___evt_4; } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** get_address_of_evt_4() { return &___evt_4; } inline void set_evt_4(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * value) { ___evt_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___evt_4), (void*)value); } }; // System.Net.CookieCollection/Stamp struct Stamp_tED7A056051802537CE09E82747A8520C8907B76A { 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_tED7A056051802537CE09E82747A8520C8907B76A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.HttpWebRequest/NtlmAuthState struct NtlmAuthState_tB25DC6ECE6512540ECD9B75F3B047DA7E5976535 { 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_tB25DC6ECE6512540ECD9B75F3B047DA7E5976535, ___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; } }; // Mono.Unity.UnityTls/unitytls_error_code struct unitytls_error_code_tC425776568E0A522F720337294FF5226445A9E89 { public: // System.UInt32 Mono.Unity.UnityTls/unitytls_error_code::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(unitytls_error_code_tC425776568E0A522F720337294FF5226445A9E89, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // Mono.Unity.UnityTls/unitytls_protocol struct unitytls_protocol_t8E18DBA7D28280F405CA3104F9936BE9B543B89A { public: // System.UInt32 Mono.Unity.UnityTls/unitytls_protocol::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(unitytls_protocol_t8E18DBA7D28280F405CA3104F9936BE9B543B89A, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // Mono.Unity.UnityTls/unitytls_x509verify_result struct unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84 { public: // System.UInt32 Mono.Unity.UnityTls/unitytls_x509verify_result::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // System.Uri/Flags struct Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4 { 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_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4, ___value___2)); } inline uint64_t get_value___2() const { return ___value___2; } inline uint64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint64_t value) { ___value___2 = value; } }; // System.Nullable`1 struct Nullable_1_t64244F99361E39CBE565C5E89436C898F18DF5DC { 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_t64244F99361E39CBE565C5E89436C898F18DF5DC, ___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_t64244F99361E39CBE565C5E89436C898F18DF5DC, ___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; } }; // System.Nullable`1 struct Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 { 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_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39, ___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_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39, ___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; } }; // System.Nullable`1 struct Nullable_1_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD { 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_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD, ___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_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD, ___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; } }; // System.Threading.Tasks.Task`1> struct Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581, ___m_result_40)); } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 get_m_result_40() const { return ___m_result_40; } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 value) { ___m_result_40 = value; } }; // System.Threading.Tasks.Task`1 struct Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2, ___m_result_40)); } inline AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * get_m_result_40() const { return ___m_result_40; } inline AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 ** get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * value) { ___m_result_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_result_40), (void*)value); } }; // System.Runtime.Remoting.Messaging.AsyncResult struct AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B : 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_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * ___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_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___current_9; // System.Threading.ExecutionContext System.Runtime.Remoting.Messaging.AsyncResult::original ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___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_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * ___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_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___orig_cb_15; public: inline static int32_t get_offset_of_async_state_0() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___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((void**)(&___async_state_0), (void*)value); } inline static int32_t get_offset_of_handle_1() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___handle_1)); } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * get_handle_1() const { return ___handle_1; } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 ** get_address_of_handle_1() { return &___handle_1; } inline void set_handle_1(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * value) { ___handle_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___handle_1), (void*)value); } inline static int32_t get_offset_of_async_delegate_2() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___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((void**)(&___async_delegate_2), (void*)value); } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___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_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___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((void**)(&___object_data_4), (void*)value); } inline static int32_t get_offset_of_sync_completed_5() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___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_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___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_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___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_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___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((void**)(&___async_callback_8), (void*)value); } inline static int32_t get_offset_of_current_9() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___current_9)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_current_9() const { return ___current_9; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_current_9() { return &___current_9; } inline void set_current_9(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___current_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_9), (void*)value); } inline static int32_t get_offset_of_original_10() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___original_10)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_original_10() const { return ___original_10; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_original_10() { return &___original_10; } inline void set_original_10(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___original_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_10), (void*)value); } inline static int32_t get_offset_of_add_time_11() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___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_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___call_message_12)); } inline MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * get_call_message_12() const { return ___call_message_12; } inline MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC ** get_address_of_call_message_12() { return &___call_message_12; } inline void set_call_message_12(MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * value) { ___call_message_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___call_message_12), (void*)value); } inline static int32_t get_offset_of_message_ctrl_13() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___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((void**)(&___message_ctrl_13), (void*)value); } inline static int32_t get_offset_of_reply_message_14() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___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((void**)(&___reply_message_14), (void*)value); } inline static int32_t get_offset_of_orig_cb_15() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___orig_cb_15)); } inline WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * get_orig_cb_15() const { return ___orig_cb_15; } inline WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 ** get_address_of_orig_cb_15() { return &___orig_cb_15; } inline void set_orig_cb_15(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * value) { ___orig_cb_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___orig_cb_15), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.Remoting.Messaging.AsyncResult struct AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_marshaled_pinvoke { Il2CppIUnknown* ___async_state_0; WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_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_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___current_9; ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___original_10; int64_t ___add_time_11; MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC_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_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_marshaled_com { Il2CppIUnknown* ___async_state_0; WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_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_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___current_9; ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___original_10; int64_t ___add_time_11; MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC_marshaled_com* ___call_message_12; RuntimeObject* ___message_ctrl_13; RuntimeObject* ___reply_message_14; Il2CppMethodPointer ___orig_cb_15; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B { public: // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder::m_builder AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; public: inline static int32_t get_offset_of_m_builder_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B, ___m_builder_1)); } inline AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD get_m_builder_1() const { return ___m_builder_1; } inline AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * get_address_of_m_builder_1() { return &___m_builder_1; } inline void set_m_builder_1(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD value) { ___m_builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_builder_1))->___m_task_2), (void*)NULL); #endif } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_marshaled_pinvoke { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_marshaled_com { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; }; // System.ComponentModel.BaseNumberConverter struct BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: public: }; // System.ComponentModel.BooleanConverter struct BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: public: }; // Mono.Net.CFArray struct CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C : public CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB { public: public: }; // Mono.Net.CFDictionary struct CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D : public CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB { public: public: }; // Mono.Net.CFNumber struct CFNumber_t2F2BC460C20EF1D244895621966022BCBB4939AF : public CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB { public: public: }; // Mono.Net.CFRunLoop struct CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 : public CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB { public: public: }; // Mono.Net.CFString struct CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 : public CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB { public: // System.String Mono.Net.CFString::str String_t* ___str_1; public: inline static int32_t get_offset_of_str_1() { return static_cast(offsetof(CFString_tF284B68954B98D6C4A067BB348539B00C5D28920, ___str_1)); } inline String_t* get_str_1() const { return ___str_1; } inline String_t** get_address_of_str_1() { return &___str_1; } inline void set_str_1(String_t* value) { ___str_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_1), (void*)value); } }; // Mono.Net.CFUrl struct CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF : public CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB { public: public: }; // System.ComponentModel.CollectionConverter struct CollectionConverter_t422389A535F7B690A16B943213A57E6464DDA11A : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: public: }; // System.Net.Cookie struct Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 : public RuntimeObject { public: // System.String System.Net.Cookie::m_comment String_t* ___m_comment_4; // System.Uri System.Net.Cookie::m_commentUri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___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_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___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_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___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_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___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((void**)(&___m_comment_4), (void*)value); } inline static int32_t get_offset_of_m_commentUri_5() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_commentUri_5)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_m_commentUri_5() const { return ___m_commentUri_5; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_m_commentUri_5() { return &___m_commentUri_5; } inline void set_m_commentUri_5(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___m_commentUri_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_commentUri_5), (void*)value); } inline static int32_t get_offset_of_m_cookieVariant_6() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___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_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___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_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___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((void**)(&___m_domain_8), (void*)value); } inline static int32_t get_offset_of_m_domain_implicit_9() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___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_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_expires_10)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_expires_10() const { return ___m_expires_10; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_expires_10() { return &___m_expires_10; } inline void set_m_expires_10(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_expires_10 = value; } inline static int32_t get_offset_of_m_name_11() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___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((void**)(&___m_name_11), (void*)value); } inline static int32_t get_offset_of_m_path_12() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___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((void**)(&___m_path_12), (void*)value); } inline static int32_t get_offset_of_m_path_implicit_13() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___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_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___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((void**)(&___m_port_14), (void*)value); } inline static int32_t get_offset_of_m_port_implicit_15() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___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_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_port_list_16)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_m_port_list_16() const { return ___m_port_list_16; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_m_port_list_16() { return &___m_port_list_16; } inline void set_m_port_list_16(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___m_port_list_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_port_list_16), (void*)value); } inline static int32_t get_offset_of_m_secure_17() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___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_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___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_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_timeStamp_19)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_timeStamp_19() const { return ___m_timeStamp_19; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_timeStamp_19() { return &___m_timeStamp_19; } inline void set_m_timeStamp_19(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_timeStamp_19 = value; } inline static int32_t get_offset_of_m_value_20() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___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((void**)(&___m_value_20), (void*)value); } inline static int32_t get_offset_of_m_version_21() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___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_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___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((void**)(&___m_domainKey_22), (void*)value); } inline static int32_t get_offset_of_IsQuotedVersion_23() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___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_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___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; } }; // System.Net.CookieTokenizer struct CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA : 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_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA, ___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_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA, ___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_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA, ___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_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA, ___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((void**)(&___m_name_3), (void*)value); } inline static int32_t get_offset_of_m_quoted_4() { return static_cast(offsetof(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA, ___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_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA, ___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_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA, ___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_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA, ___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_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA, ___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((void**)(&___m_tokenStream_8), (void*)value); } inline static int32_t get_offset_of_m_value_9() { return static_cast(offsetof(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA, ___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((void**)(&___m_value_9), (void*)value); } }; // System.IO.Compression.DeflateStream struct DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream System.IO.Compression.DeflateStream::base_stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___base_stream_5; // System.IO.Compression.CompressionMode System.IO.Compression.DeflateStream::mode int32_t ___mode_6; // System.Boolean System.IO.Compression.DeflateStream::leaveOpen bool ___leaveOpen_7; // System.Boolean System.IO.Compression.DeflateStream::disposed bool ___disposed_8; // System.IO.Compression.DeflateStreamNative System.IO.Compression.DeflateStream::native DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * ___native_9; public: inline static int32_t get_offset_of_base_stream_5() { return static_cast(offsetof(DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5, ___base_stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_base_stream_5() const { return ___base_stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_base_stream_5() { return &___base_stream_5; } inline void set_base_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___base_stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___base_stream_5), (void*)value); } inline static int32_t get_offset_of_mode_6() { return static_cast(offsetof(DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5, ___mode_6)); } inline int32_t get_mode_6() const { return ___mode_6; } inline int32_t* get_address_of_mode_6() { return &___mode_6; } inline void set_mode_6(int32_t value) { ___mode_6 = value; } inline static int32_t get_offset_of_leaveOpen_7() { return static_cast(offsetof(DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5, ___leaveOpen_7)); } inline bool get_leaveOpen_7() const { return ___leaveOpen_7; } inline bool* get_address_of_leaveOpen_7() { return &___leaveOpen_7; } inline void set_leaveOpen_7(bool value) { ___leaveOpen_7 = value; } inline static int32_t get_offset_of_disposed_8() { return static_cast(offsetof(DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5, ___disposed_8)); } inline bool get_disposed_8() const { return ___disposed_8; } inline bool* get_address_of_disposed_8() { return &___disposed_8; } inline void set_disposed_8(bool value) { ___disposed_8 = value; } inline static int32_t get_offset_of_native_9() { return static_cast(offsetof(DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5, ___native_9)); } inline DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * get_native_9() const { return ___native_9; } inline DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 ** get_address_of_native_9() { return &___native_9; } inline void set_native_9(DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * value) { ___native_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_9), (void*)value); } }; // System.Threading.EventWaitHandle struct EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C : public WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 { public: public: }; // System.Net.HeaderVariantInfo struct HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 { 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_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3, ___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((void**)(&___m_name_0), (void*)value); } inline static int32_t get_offset_of_m_variant_1() { return static_cast(offsetof(HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3, ___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; } }; // Native definition for P/Invoke marshalling of System.Net.HeaderVariantInfo struct HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3_marshaled_pinvoke { char* ___m_name_0; int32_t ___m_variant_1; }; // Native definition for COM marshalling of System.Net.HeaderVariantInfo struct HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3_marshaled_com { Il2CppChar* ___m_name_0; int32_t ___m_variant_1; }; // System.Net.IPAddress struct IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE : 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_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___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_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___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_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___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((void**)(&___m_ToString_6), (void*)value); } inline static int32_t get_offset_of_m_Family_10() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___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_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_Numbers_11)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get_m_Numbers_11() const { return ___m_Numbers_11; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of_m_Numbers_11() { return &___m_Numbers_11; } inline void set_m_Numbers_11(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* value) { ___m_Numbers_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Numbers_11), (void*)value); } inline static int32_t get_offset_of_m_ScopeId_12() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___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_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___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; } }; // Mono.Net.Security.MobileAuthenticatedStream struct MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E : public AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 { public: // Mono.Net.Security.MobileTlsContext Mono.Net.Security.MobileAuthenticatedStream::xobileTlsContext MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * ___xobileTlsContext_7; // System.Runtime.ExceptionServices.ExceptionDispatchInfo Mono.Net.Security.MobileAuthenticatedStream::lastException ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ___lastException_8; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream::asyncHandshakeRequest AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncHandshakeRequest_9; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream::asyncReadRequest AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncReadRequest_10; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream::asyncWriteRequest AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncWriteRequest_11; // Mono.Net.Security.BufferOffsetSize2 Mono.Net.Security.MobileAuthenticatedStream::readBuffer BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * ___readBuffer_12; // Mono.Net.Security.BufferOffsetSize2 Mono.Net.Security.MobileAuthenticatedStream::writeBuffer BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * ___writeBuffer_13; // System.Object Mono.Net.Security.MobileAuthenticatedStream::ioLock RuntimeObject * ___ioLock_14; // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::closeRequested int32_t ___closeRequested_15; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream::shutdown bool ___shutdown_16; // System.Net.Security.SslStream Mono.Net.Security.MobileAuthenticatedStream::k__BackingField SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * ___U3CSslStreamU3Ek__BackingField_18; // Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.MobileAuthenticatedStream::k__BackingField MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___U3CSettingsU3Ek__BackingField_19; // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MobileAuthenticatedStream::k__BackingField MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___U3CProviderU3Ek__BackingField_20; // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::ID int32_t ___ID_22; public: inline static int32_t get_offset_of_xobileTlsContext_7() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___xobileTlsContext_7)); } inline MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * get_xobileTlsContext_7() const { return ___xobileTlsContext_7; } inline MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF ** get_address_of_xobileTlsContext_7() { return &___xobileTlsContext_7; } inline void set_xobileTlsContext_7(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * value) { ___xobileTlsContext_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___xobileTlsContext_7), (void*)value); } inline static int32_t get_offset_of_lastException_8() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___lastException_8)); } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * get_lastException_8() const { return ___lastException_8; } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 ** get_address_of_lastException_8() { return &___lastException_8; } inline void set_lastException_8(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * value) { ___lastException_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastException_8), (void*)value); } inline static int32_t get_offset_of_asyncHandshakeRequest_9() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___asyncHandshakeRequest_9)); } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * get_asyncHandshakeRequest_9() const { return ___asyncHandshakeRequest_9; } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** get_address_of_asyncHandshakeRequest_9() { return &___asyncHandshakeRequest_9; } inline void set_asyncHandshakeRequest_9(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * value) { ___asyncHandshakeRequest_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncHandshakeRequest_9), (void*)value); } inline static int32_t get_offset_of_asyncReadRequest_10() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___asyncReadRequest_10)); } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * get_asyncReadRequest_10() const { return ___asyncReadRequest_10; } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** get_address_of_asyncReadRequest_10() { return &___asyncReadRequest_10; } inline void set_asyncReadRequest_10(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * value) { ___asyncReadRequest_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncReadRequest_10), (void*)value); } inline static int32_t get_offset_of_asyncWriteRequest_11() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___asyncWriteRequest_11)); } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * get_asyncWriteRequest_11() const { return ___asyncWriteRequest_11; } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** get_address_of_asyncWriteRequest_11() { return &___asyncWriteRequest_11; } inline void set_asyncWriteRequest_11(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * value) { ___asyncWriteRequest_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncWriteRequest_11), (void*)value); } inline static int32_t get_offset_of_readBuffer_12() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___readBuffer_12)); } inline BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * get_readBuffer_12() const { return ___readBuffer_12; } inline BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 ** get_address_of_readBuffer_12() { return &___readBuffer_12; } inline void set_readBuffer_12(BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * value) { ___readBuffer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___readBuffer_12), (void*)value); } inline static int32_t get_offset_of_writeBuffer_13() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___writeBuffer_13)); } inline BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * get_writeBuffer_13() const { return ___writeBuffer_13; } inline BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 ** get_address_of_writeBuffer_13() { return &___writeBuffer_13; } inline void set_writeBuffer_13(BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * value) { ___writeBuffer_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___writeBuffer_13), (void*)value); } inline static int32_t get_offset_of_ioLock_14() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___ioLock_14)); } inline RuntimeObject * get_ioLock_14() const { return ___ioLock_14; } inline RuntimeObject ** get_address_of_ioLock_14() { return &___ioLock_14; } inline void set_ioLock_14(RuntimeObject * value) { ___ioLock_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ioLock_14), (void*)value); } inline static int32_t get_offset_of_closeRequested_15() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___closeRequested_15)); } inline int32_t get_closeRequested_15() const { return ___closeRequested_15; } inline int32_t* get_address_of_closeRequested_15() { return &___closeRequested_15; } inline void set_closeRequested_15(int32_t value) { ___closeRequested_15 = value; } inline static int32_t get_offset_of_shutdown_16() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___shutdown_16)); } inline bool get_shutdown_16() const { return ___shutdown_16; } inline bool* get_address_of_shutdown_16() { return &___shutdown_16; } inline void set_shutdown_16(bool value) { ___shutdown_16 = value; } inline static int32_t get_offset_of_U3CSslStreamU3Ek__BackingField_18() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___U3CSslStreamU3Ek__BackingField_18)); } inline SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * get_U3CSslStreamU3Ek__BackingField_18() const { return ___U3CSslStreamU3Ek__BackingField_18; } inline SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 ** get_address_of_U3CSslStreamU3Ek__BackingField_18() { return &___U3CSslStreamU3Ek__BackingField_18; } inline void set_U3CSslStreamU3Ek__BackingField_18(SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * value) { ___U3CSslStreamU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSslStreamU3Ek__BackingField_18), (void*)value); } inline static int32_t get_offset_of_U3CSettingsU3Ek__BackingField_19() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___U3CSettingsU3Ek__BackingField_19)); } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * get_U3CSettingsU3Ek__BackingField_19() const { return ___U3CSettingsU3Ek__BackingField_19; } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** get_address_of_U3CSettingsU3Ek__BackingField_19() { return &___U3CSettingsU3Ek__BackingField_19; } inline void set_U3CSettingsU3Ek__BackingField_19(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * value) { ___U3CSettingsU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSettingsU3Ek__BackingField_19), (void*)value); } inline static int32_t get_offset_of_U3CProviderU3Ek__BackingField_20() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___U3CProviderU3Ek__BackingField_20)); } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * get_U3CProviderU3Ek__BackingField_20() const { return ___U3CProviderU3Ek__BackingField_20; } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** get_address_of_U3CProviderU3Ek__BackingField_20() { return &___U3CProviderU3Ek__BackingField_20; } inline void set_U3CProviderU3Ek__BackingField_20(MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * value) { ___U3CProviderU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProviderU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_ID_22() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___ID_22)); } inline int32_t get_ID_22() const { return ___ID_22; } inline int32_t* get_address_of_ID_22() { return &___ID_22; } inline void set_ID_22(int32_t value) { ___ID_22 = value; } }; // Mono.Net.Security.MonoTlsStream struct MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 : public RuntimeObject { public: // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsStream::provider MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider_0; // System.Net.Sockets.NetworkStream Mono.Net.Security.MonoTlsStream::networkStream NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * ___networkStream_1; // System.Net.HttpWebRequest Mono.Net.Security.MonoTlsStream::request HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_2; // Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.MonoTlsStream::settings MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings_3; // Mono.Security.Interface.IMonoSslStream Mono.Net.Security.MonoTlsStream::sslStream RuntimeObject* ___sslStream_4; // System.Net.WebExceptionStatus Mono.Net.Security.MonoTlsStream::status int32_t ___status_5; // System.Boolean Mono.Net.Security.MonoTlsStream::k__BackingField bool ___U3CCertificateValidationFailedU3Ek__BackingField_6; public: inline static int32_t get_offset_of_provider_0() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___provider_0)); } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * get_provider_0() const { return ___provider_0; } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** get_address_of_provider_0() { return &___provider_0; } inline void set_provider_0(MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * value) { ___provider_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___provider_0), (void*)value); } inline static int32_t get_offset_of_networkStream_1() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___networkStream_1)); } inline NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * get_networkStream_1() const { return ___networkStream_1; } inline NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 ** get_address_of_networkStream_1() { return &___networkStream_1; } inline void set_networkStream_1(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * value) { ___networkStream_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___networkStream_1), (void*)value); } inline static int32_t get_offset_of_request_2() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___request_2)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_request_2() const { return ___request_2; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_request_2() { return &___request_2; } inline void set_request_2(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___request_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___request_2), (void*)value); } inline static int32_t get_offset_of_settings_3() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___settings_3)); } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * get_settings_3() const { return ___settings_3; } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** get_address_of_settings_3() { return &___settings_3; } inline void set_settings_3(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * value) { ___settings_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___settings_3), (void*)value); } inline static int32_t get_offset_of_sslStream_4() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___sslStream_4)); } inline RuntimeObject* get_sslStream_4() const { return ___sslStream_4; } inline RuntimeObject** get_address_of_sslStream_4() { return &___sslStream_4; } inline void set_sslStream_4(RuntimeObject* value) { ___sslStream_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sslStream_4), (void*)value); } inline static int32_t get_offset_of_status_5() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___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_U3CCertificateValidationFailedU3Ek__BackingField_6() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___U3CCertificateValidationFailedU3Ek__BackingField_6)); } inline bool get_U3CCertificateValidationFailedU3Ek__BackingField_6() const { return ___U3CCertificateValidationFailedU3Ek__BackingField_6; } inline bool* get_address_of_U3CCertificateValidationFailedU3Ek__BackingField_6() { return &___U3CCertificateValidationFailedU3Ek__BackingField_6; } inline void set_U3CCertificateValidationFailedU3Ek__BackingField_6(bool value) { ___U3CCertificateValidationFailedU3Ek__BackingField_6 = value; } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D : public RuntimeObject { public: // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___numberGroupSizes_1; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___currencyGroupSizes_2; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSizes_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; } inline void set_numberGroupSizes_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___numberGroupSizes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSizes_1), (void*)value); } inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSizes_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; } inline void set_currencyGroupSizes_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___currencyGroupSizes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSizes_2), (void*)value); } inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSizes_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; } inline void set_percentGroupSizes_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___percentGroupSizes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSizes_3), (void*)value); } inline static int32_t get_offset_of_positiveSign_4() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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((void**)(&___positiveSign_4), (void*)value); } inline static int32_t get_offset_of_negativeSign_5() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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((void**)(&___negativeSign_5), (void*)value); } inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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((void**)(&___numberDecimalSeparator_6), (void*)value); } inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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((void**)(&___numberGroupSeparator_7), (void*)value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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((void**)(&___currencyGroupSeparator_8), (void*)value); } inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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((void**)(&___currencyDecimalSeparator_9), (void*)value); } inline static int32_t get_offset_of_currencySymbol_10() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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((void**)(&___currencySymbol_10), (void*)value); } inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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((void**)(&___ansiCurrencySymbol_11), (void*)value); } inline static int32_t get_offset_of_nanSymbol_12() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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((void**)(&___nanSymbol_12), (void*)value); } inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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((void**)(&___positiveInfinitySymbol_13), (void*)value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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((void**)(&___negativeInfinitySymbol_14), (void*)value); } inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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((void**)(&___percentDecimalSeparator_15), (void*)value); } inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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((void**)(&___percentGroupSeparator_16), (void*)value); } inline static int32_t get_offset_of_percentSymbol_17() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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((void**)(&___percentSymbol_17), (void*)value); } inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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((void**)(&___perMilleSymbol_18), (void*)value); } inline static int32_t get_offset_of_nativeDigits_19() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nativeDigits_19)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_nativeDigits_19() const { return ___nativeDigits_19; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_nativeDigits_19() { return &___nativeDigits_19; } inline void set_nativeDigits_19(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___nativeDigits_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativeDigits_19), (void*)value); } inline static int32_t get_offset_of_m_dataItem_20() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___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; } }; // System.Security.Cryptography.Oid struct Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 : public RuntimeObject { public: // System.String System.Security.Cryptography.Oid::m_value String_t* ___m_value_0; // System.String System.Security.Cryptography.Oid::m_friendlyName String_t* ___m_friendlyName_1; // System.Security.Cryptography.OidGroup System.Security.Cryptography.Oid::m_group int32_t ___m_group_2; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800, ___m_value_0)); } inline String_t* get_m_value_0() const { return ___m_value_0; } inline String_t** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(String_t* value) { ___m_value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_value_0), (void*)value); } inline static int32_t get_offset_of_m_friendlyName_1() { return static_cast(offsetof(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800, ___m_friendlyName_1)); } inline String_t* get_m_friendlyName_1() const { return ___m_friendlyName_1; } inline String_t** get_address_of_m_friendlyName_1() { return &___m_friendlyName_1; } inline void set_m_friendlyName_1(String_t* value) { ___m_friendlyName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_friendlyName_1), (void*)value); } inline static int32_t get_offset_of_m_group_2() { return static_cast(offsetof(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800, ___m_group_2)); } inline int32_t get_m_group_2() const { return ___m_group_2; } inline int32_t* get_address_of_m_group_2() { return &___m_group_2; } inline void set_m_group_2(int32_t value) { ___m_group_2 = value; } }; // System.Net.ServicePointManager struct ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD : public RuntimeObject { public: public: }; // System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 { 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_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___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((void**)(&___m_additionalContext_0), (void*)value); } inline static int32_t get_offset_of_m_state_1() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___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; } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // Mono.Security.Interface.TlsException struct TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9 : public Exception_t { public: // Mono.Security.Interface.Alert Mono.Security.Interface.TlsException::alert Alert_t71FA13E7FE64597724FB0EE13B09ACF5EFBF5CD2 * ___alert_17; public: inline static int32_t get_offset_of_alert_17() { return static_cast(offsetof(TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9, ___alert_17)); } inline Alert_t71FA13E7FE64597724FB0EE13B09ACF5EFBF5CD2 * get_alert_17() const { return ___alert_17; } inline Alert_t71FA13E7FE64597724FB0EE13B09ACF5EFBF5CD2 ** get_address_of_alert_17() { return &___alert_17; } inline void set_alert_17(Alert_t71FA13E7FE64597724FB0EE13B09ACF5EFBF5CD2 * value) { ___alert_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___alert_17), (void*)value); } }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 : 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_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___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_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * ___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_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___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((void**)(&___m_String_13), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_14() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___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((void**)(&___m_originalUnicodeString_14), (void*)value); } inline static int32_t get_offset_of_m_Syntax_15() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Syntax_15)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_m_Syntax_15() const { return ___m_Syntax_15; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_m_Syntax_15() { return &___m_Syntax_15; } inline void set_m_Syntax_15(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___m_Syntax_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_15), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_16() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___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((void**)(&___m_DnsSafeHost_16), (void*)value); } inline static int32_t get_offset_of_m_Flags_17() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___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_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Info_18)); } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * get_m_Info_18() const { return ___m_Info_18; } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 ** get_address_of_m_Info_18() { return &___m_Info_18; } inline void set_m_Info_18(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * value) { ___m_Info_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_18), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_19() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___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; } }; // System.Net.WebRequest struct WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { 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_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ___m_CachePolicy_6; // System.Net.Cache.RequestCacheProtocol System.Net.WebRequest::m_CacheProtocol RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 * ___m_CacheProtocol_7; // System.Net.Cache.RequestCacheBinding System.Net.WebRequest::m_CacheBinding RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 * ___m_CacheBinding_8; public: inline static int32_t get_offset_of_m_AuthenticationLevel_4() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___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_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___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_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_CachePolicy_6)); } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * get_m_CachePolicy_6() const { return ___m_CachePolicy_6; } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED ** get_address_of_m_CachePolicy_6() { return &___m_CachePolicy_6; } inline void set_m_CachePolicy_6(RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * value) { ___m_CachePolicy_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachePolicy_6), (void*)value); } inline static int32_t get_offset_of_m_CacheProtocol_7() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_CacheProtocol_7)); } inline RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 * get_m_CacheProtocol_7() const { return ___m_CacheProtocol_7; } inline RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 ** get_address_of_m_CacheProtocol_7() { return &___m_CacheProtocol_7; } inline void set_m_CacheProtocol_7(RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 * value) { ___m_CacheProtocol_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CacheProtocol_7), (void*)value); } inline static int32_t get_offset_of_m_CacheBinding_8() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_CacheBinding_8)); } inline RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 * get_m_CacheBinding_8() const { return ___m_CacheBinding_8; } inline RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 ** get_address_of_m_CacheBinding_8() { return &___m_CacheBinding_8; } inline void set_m_CacheBinding_8(RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 * value) { ___m_CacheBinding_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CacheBinding_8), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension struct X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF : public X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 { public: // System.Boolean System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::_certificateAuthority bool ____certificateAuthority_5; // System.Boolean System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::_hasPathLengthConstraint bool ____hasPathLengthConstraint_6; // System.Int32 System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::_pathLengthConstraint int32_t ____pathLengthConstraint_7; // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::_status int32_t ____status_8; public: inline static int32_t get_offset_of__certificateAuthority_5() { return static_cast(offsetof(X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF, ____certificateAuthority_5)); } inline bool get__certificateAuthority_5() const { return ____certificateAuthority_5; } inline bool* get_address_of__certificateAuthority_5() { return &____certificateAuthority_5; } inline void set__certificateAuthority_5(bool value) { ____certificateAuthority_5 = value; } inline static int32_t get_offset_of__hasPathLengthConstraint_6() { return static_cast(offsetof(X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF, ____hasPathLengthConstraint_6)); } inline bool get__hasPathLengthConstraint_6() const { return ____hasPathLengthConstraint_6; } inline bool* get_address_of__hasPathLengthConstraint_6() { return &____hasPathLengthConstraint_6; } inline void set__hasPathLengthConstraint_6(bool value) { ____hasPathLengthConstraint_6 = value; } inline static int32_t get_offset_of__pathLengthConstraint_7() { return static_cast(offsetof(X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF, ____pathLengthConstraint_7)); } inline int32_t get__pathLengthConstraint_7() const { return ____pathLengthConstraint_7; } inline int32_t* get_address_of__pathLengthConstraint_7() { return &____pathLengthConstraint_7; } inline void set__pathLengthConstraint_7(int32_t value) { ____pathLengthConstraint_7 = value; } inline static int32_t get_offset_of__status_8() { return static_cast(offsetof(X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF, ____status_8)); } inline int32_t get__status_8() const { return ____status_8; } inline int32_t* get_address_of__status_8() { return &____status_8; } inline void set__status_8(int32_t value) { ____status_8 = value; } }; // System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension struct X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B : public X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 { public: // System.Security.Cryptography.OidCollection System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::_enhKeyUsage OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * ____enhKeyUsage_3; // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::_status int32_t ____status_4; public: inline static int32_t get_offset_of__enhKeyUsage_3() { return static_cast(offsetof(X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B, ____enhKeyUsage_3)); } inline OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * get__enhKeyUsage_3() const { return ____enhKeyUsage_3; } inline OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 ** get_address_of__enhKeyUsage_3() { return &____enhKeyUsage_3; } inline void set__enhKeyUsage_3(OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * value) { ____enhKeyUsage_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____enhKeyUsage_3), (void*)value); } inline static int32_t get_offset_of__status_4() { return static_cast(offsetof(X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B, ____status_4)); } inline int32_t get__status_4() const { return ____status_4; } inline int32_t* get_address_of__status_4() { return &____status_4; } inline void set__status_4(int32_t value) { ____status_4 = value; } }; // System.Security.Cryptography.X509Certificates.X509KeyUsageExtension struct X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227 : public X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 { public: // System.Security.Cryptography.X509Certificates.X509KeyUsageFlags System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::_keyUsages int32_t ____keyUsages_6; // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::_status int32_t ____status_7; public: inline static int32_t get_offset_of__keyUsages_6() { return static_cast(offsetof(X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227, ____keyUsages_6)); } inline int32_t get__keyUsages_6() const { return ____keyUsages_6; } inline int32_t* get_address_of__keyUsages_6() { return &____keyUsages_6; } inline void set__keyUsages_6(int32_t value) { ____keyUsages_6 = value; } inline static int32_t get_offset_of__status_7() { return static_cast(offsetof(X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227, ____status_7)); } inline int32_t get__status_7() const { return ____status_7; } inline int32_t* get_address_of__status_7() { return &____status_7; } inline void set__status_7(int32_t value) { ____status_7 = value; } }; // System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension struct X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567 : public X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 { public: // System.Byte[] System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::_subjectKeyIdentifier ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____subjectKeyIdentifier_5; // System.String System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::_ski String_t* ____ski_6; // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::_status int32_t ____status_7; public: inline static int32_t get_offset_of__subjectKeyIdentifier_5() { return static_cast(offsetof(X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567, ____subjectKeyIdentifier_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__subjectKeyIdentifier_5() const { return ____subjectKeyIdentifier_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__subjectKeyIdentifier_5() { return &____subjectKeyIdentifier_5; } inline void set__subjectKeyIdentifier_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____subjectKeyIdentifier_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____subjectKeyIdentifier_5), (void*)value); } inline static int32_t get_offset_of__ski_6() { return static_cast(offsetof(X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567, ____ski_6)); } inline String_t* get__ski_6() const { return ____ski_6; } inline String_t** get_address_of__ski_6() { return &____ski_6; } inline void set__ski_6(String_t* value) { ____ski_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____ski_6), (void*)value); } inline static int32_t get_offset_of__status_7() { return static_cast(offsetof(X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567, ____status_7)); } inline int32_t get__status_7() const { return ____status_7; } inline int32_t* get_address_of__status_7() { return &____status_7; } inline void set__status_7(int32_t value) { ____status_7 = value; } }; // Mono.Net.Security.AsyncProtocolRequest/d__25 struct U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B { public: // System.Int32 Mono.Net.Security.AsyncProtocolRequest/d__25::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1> Mono.Net.Security.AsyncProtocolRequest/d__25::<>t__builder AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 ___U3CU3Et__builder_1; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.AsyncProtocolRequest/d__25::<>4__this AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___U3CU3E4__this_2; // System.Threading.CancellationToken Mono.Net.Security.AsyncProtocolRequest/d__25::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_3; // System.Int32 Mono.Net.Security.AsyncProtocolRequest/d__25::5__1 int32_t ___U3CrequestedSizeU3E5__1_4; // System.Nullable`1 Mono.Net.Security.AsyncProtocolRequest/d__25::5__2 Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___U3CtotalReadU3E5__2_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter Mono.Net.Security.AsyncProtocolRequest/d__25::<>u__1 ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 ___U3CU3Eu__1_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B, ___U3CU3E4__this_2)); } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_cancellationToken_3() { return static_cast(offsetof(U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B, ___cancellationToken_3)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_3() const { return ___cancellationToken_3; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_3() { return &___cancellationToken_3; } inline void set_cancellationToken_3(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_3))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CrequestedSizeU3E5__1_4() { return static_cast(offsetof(U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B, ___U3CrequestedSizeU3E5__1_4)); } inline int32_t get_U3CrequestedSizeU3E5__1_4() const { return ___U3CrequestedSizeU3E5__1_4; } inline int32_t* get_address_of_U3CrequestedSizeU3E5__1_4() { return &___U3CrequestedSizeU3E5__1_4; } inline void set_U3CrequestedSizeU3E5__1_4(int32_t value) { ___U3CrequestedSizeU3E5__1_4 = value; } inline static int32_t get_offset_of_U3CtotalReadU3E5__2_5() { return static_cast(offsetof(U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B, ___U3CtotalReadU3E5__2_5)); } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 get_U3CtotalReadU3E5__2_5() const { return ___U3CtotalReadU3E5__2_5; } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * get_address_of_U3CtotalReadU3E5__2_5() { return &___U3CtotalReadU3E5__2_5; } inline void set_U3CtotalReadU3E5__2_5(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 value) { ___U3CtotalReadU3E5__2_5 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_6() { return static_cast(offsetof(U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B, ___U3CU3Eu__1_6)); } inline ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 get_U3CU3Eu__1_6() const { return ___U3CU3Eu__1_6; } inline ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * get_address_of_U3CU3Eu__1_6() { return &___U3CU3Eu__1_6; } inline void set_U3CU3Eu__1_6(ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 value) { ___U3CU3Eu__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); } }; // Mono.Net.Security.AsyncProtocolRequest/d__23 struct U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F { public: // System.Int32 Mono.Net.Security.AsyncProtocolRequest/d__23::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Mono.Net.Security.AsyncProtocolRequest/d__23::<>t__builder AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 ___U3CU3Et__builder_1; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.AsyncProtocolRequest/d__23::<>4__this AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___U3CU3E4__this_2; // System.Threading.CancellationToken Mono.Net.Security.AsyncProtocolRequest/d__23::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Mono.Net.Security.AsyncProtocolRequest/d__23::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F, ___U3CU3E4__this_2)); } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_cancellationToken_3() { return static_cast(offsetof(U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F, ___cancellationToken_3)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_3() const { return ___cancellationToken_3; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_3() { return &___cancellationToken_3; } inline void set_cancellationToken_3(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_3))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__1_4() { return static_cast(offsetof(U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F, ___U3CU3Eu__1_4)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_4() const { return ___U3CU3Eu__1_4; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_4() { return &___U3CU3Eu__1_4; } inline void set_U3CU3Eu__1_4(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); } }; // System.Net.CookieTokenizer/RecognizedAttribute struct RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A { 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_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A, ___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((void**)(&___m_name_0), (void*)value); } inline static int32_t get_offset_of_m_token_1() { return static_cast(offsetof(RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A, ___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; } }; // Native definition for P/Invoke marshalling of System.Net.CookieTokenizer/RecognizedAttribute struct RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A_marshaled_pinvoke { char* ___m_name_0; int32_t ___m_token_1; }; // Native definition for COM marshalling of System.Net.CookieTokenizer/RecognizedAttribute struct RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A_marshaled_com { Il2CppChar* ___m_name_0; int32_t ___m_token_1; }; // System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle struct SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 : public SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B { public: public: }; // System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 { public: // System.Net.HttpWebRequest System.Net.HttpWebRequest/AuthorizationState::request HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___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_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___request_0)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_request_0() const { return ___request_0; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_request_0() { return &___request_0; } inline void set_request_0(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___request_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___request_0), (void*)value); } inline static int32_t get_offset_of_isProxy_1() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___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_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___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_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___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; } }; // Native definition for P/Invoke marshalling of System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshaled_pinvoke { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___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_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshaled_com { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_0; int32_t ___isProxy_1; int32_t ___isCompleted_2; int32_t ___ntlm_auth_state_3; }; // Mono.Unity.UnityTls/unitytls_errorstate struct unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 { public: // System.UInt32 Mono.Unity.UnityTls/unitytls_errorstate::magic uint32_t ___magic_0; // Mono.Unity.UnityTls/unitytls_error_code Mono.Unity.UnityTls/unitytls_errorstate::code uint32_t ___code_1; // System.UInt64 Mono.Unity.UnityTls/unitytls_errorstate::reserved uint64_t ___reserved_2; public: inline static int32_t get_offset_of_magic_0() { return static_cast(offsetof(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499, ___magic_0)); } inline uint32_t get_magic_0() const { return ___magic_0; } inline uint32_t* get_address_of_magic_0() { return &___magic_0; } inline void set_magic_0(uint32_t value) { ___magic_0 = value; } inline static int32_t get_offset_of_code_1() { return static_cast(offsetof(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499, ___code_1)); } inline uint32_t get_code_1() const { return ___code_1; } inline uint32_t* get_address_of_code_1() { return &___code_1; } inline void set_code_1(uint32_t value) { ___code_1 = value; } inline static int32_t get_offset_of_reserved_2() { return static_cast(offsetof(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499, ___reserved_2)); } inline uint64_t get_reserved_2() const { return ___reserved_2; } inline uint64_t* get_address_of_reserved_2() { return &___reserved_2; } inline void set_reserved_2(uint64_t value) { ___reserved_2 = value; } }; // Mono.Unity.UnityTls/unitytls_tlsctx_protocolrange struct unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 { public: // Mono.Unity.UnityTls/unitytls_protocol Mono.Unity.UnityTls/unitytls_tlsctx_protocolrange::min uint32_t ___min_0; // Mono.Unity.UnityTls/unitytls_protocol Mono.Unity.UnityTls/unitytls_tlsctx_protocolrange::max uint32_t ___max_1; public: inline static int32_t get_offset_of_min_0() { return static_cast(offsetof(unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68, ___min_0)); } inline uint32_t get_min_0() const { return ___min_0; } inline uint32_t* get_address_of_min_0() { return &___min_0; } inline void set_min_0(uint32_t value) { ___min_0 = value; } inline static int32_t get_offset_of_max_1() { return static_cast(offsetof(unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68, ___max_1)); } inline uint32_t get_max_1() const { return ___max_1; } inline uint32_t* get_address_of_max_1() { return &___max_1; } inline void set_max_1(uint32_t value) { ___max_1 = value; } }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { 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_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.ComponentModel.ArrayConverter struct ArrayConverter_tFBDB50F33C968783C3D43A57A7EB5FD2E7105E03 : public CollectionConverter_t422389A535F7B690A16B943213A57E6464DDA11A { public: public: }; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // System.Security.Authentication.AuthenticationException struct AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Threading.AutoResetEvent struct AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D : public EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C { public: public: }; // System.Net.BindIPEndPoint struct BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 : public MulticastDelegate_t { public: public: }; // System.ComponentModel.DecimalConverter struct DecimalConverter_t3D45BF655409D3D62DEE576E557F17BF295E7F1C : public BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C { public: public: }; // System.Runtime.InteropServices.ExternalException struct ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Net.HttpWebRequest struct HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A : public WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E { public: // System.Uri System.Net.HttpWebRequest::requestUri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___requestUri_12; // System.Uri System.Net.HttpWebRequest::actualUri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___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_t2990976CAD6265665564A400870A381968AB706B * ___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_t84ADA70221E0AC5A340AD9D012F81C1683FC240F * ___continueDelegate_21; // System.Net.CookieContainer System.Net.HttpWebRequest::cookieContainer CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * ___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::requestSent bool ___requestSent_25; // System.Net.WebHeaderCollection System.Net.HttpWebRequest::webHeaders WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___webHeaders_26; // System.Boolean System.Net.HttpWebRequest::keepAlive bool ___keepAlive_27; // System.Int32 System.Net.HttpWebRequest::maxAutoRedirect int32_t ___maxAutoRedirect_28; // System.String System.Net.HttpWebRequest::mediaType String_t* ___mediaType_29; // System.String System.Net.HttpWebRequest::method String_t* ___method_30; // System.String System.Net.HttpWebRequest::initialMethod String_t* ___initialMethod_31; // System.Boolean System.Net.HttpWebRequest::pipelined bool ___pipelined_32; // System.Boolean System.Net.HttpWebRequest::preAuthenticate bool ___preAuthenticate_33; // System.Boolean System.Net.HttpWebRequest::usedPreAuth bool ___usedPreAuth_34; // System.Version System.Net.HttpWebRequest::version Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___version_35; // System.Boolean System.Net.HttpWebRequest::force_version bool ___force_version_36; // System.Version System.Net.HttpWebRequest::actualVersion Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___actualVersion_37; // System.Net.IWebProxy System.Net.HttpWebRequest::proxy RuntimeObject* ___proxy_38; // System.Boolean System.Net.HttpWebRequest::sendChunked bool ___sendChunked_39; // System.Net.ServicePoint System.Net.HttpWebRequest::servicePoint ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ___servicePoint_40; // System.Int32 System.Net.HttpWebRequest::timeout int32_t ___timeout_41; // System.Net.WebRequestStream System.Net.HttpWebRequest::writeStream WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * ___writeStream_42; // System.Net.HttpWebResponse System.Net.HttpWebRequest::webResponse HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * ___webResponse_43; // System.Net.WebCompletionSource System.Net.HttpWebRequest::responseTask WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * ___responseTask_44; // System.Net.WebOperation System.Net.HttpWebRequest::currentOperation WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___currentOperation_45; // System.Int32 System.Net.HttpWebRequest::aborted int32_t ___aborted_46; // System.Boolean System.Net.HttpWebRequest::gotRequestStream bool ___gotRequestStream_47; // System.Int32 System.Net.HttpWebRequest::redirects int32_t ___redirects_48; // System.Boolean System.Net.HttpWebRequest::expectContinue bool ___expectContinue_49; // System.Boolean System.Net.HttpWebRequest::getResponseCalled bool ___getResponseCalled_50; // System.Object System.Net.HttpWebRequest::locker RuntimeObject * ___locker_51; // System.Boolean System.Net.HttpWebRequest::finished_reading bool ___finished_reading_52; // System.Net.DecompressionMethods System.Net.HttpWebRequest::auto_decomp int32_t ___auto_decomp_53; // System.Int32 System.Net.HttpWebRequest::readWriteTimeout int32_t ___readWriteTimeout_55; // Mono.Security.Interface.MonoTlsProvider System.Net.HttpWebRequest::tlsProvider MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___tlsProvider_56; // Mono.Security.Interface.MonoTlsSettings System.Net.HttpWebRequest::tlsSettings MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___tlsSettings_57; // System.Net.ServerCertValidationCallback System.Net.HttpWebRequest::certValidationCallback ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * ___certValidationCallback_58; // System.Net.HttpWebRequest/AuthorizationState System.Net.HttpWebRequest::auth_state AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 ___auth_state_59; // System.Net.HttpWebRequest/AuthorizationState System.Net.HttpWebRequest::proxy_auth_state AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 ___proxy_auth_state_60; // System.String System.Net.HttpWebRequest::host String_t* ___host_61; // System.Func`2 System.Net.HttpWebRequest::ResendContentFactory Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 * ___ResendContentFactory_62; // System.Boolean System.Net.HttpWebRequest::k__BackingField bool ___U3CThrowOnErrorU3Ek__BackingField_63; // System.Boolean System.Net.HttpWebRequest::unsafe_auth_blah bool ___unsafe_auth_blah_64; public: inline static int32_t get_offset_of_requestUri_12() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___requestUri_12)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_requestUri_12() const { return ___requestUri_12; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_requestUri_12() { return &___requestUri_12; } inline void set_requestUri_12(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___requestUri_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___requestUri_12), (void*)value); } inline static int32_t get_offset_of_actualUri_13() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___actualUri_13)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_actualUri_13() const { return ___actualUri_13; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_actualUri_13() { return &___actualUri_13; } inline void set_actualUri_13(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___actualUri_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___actualUri_13), (void*)value); } inline static int32_t get_offset_of_hostChanged_14() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___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_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___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_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___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_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___certificates_17)); } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * get_certificates_17() const { return ___certificates_17; } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B ** get_address_of_certificates_17() { return &___certificates_17; } inline void set_certificates_17(X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * value) { ___certificates_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificates_17), (void*)value); } inline static int32_t get_offset_of_connectionGroup_18() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___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((void**)(&___connectionGroup_18), (void*)value); } inline static int32_t get_offset_of_haveContentLength_19() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___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_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___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_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___continueDelegate_21)); } inline HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F * get_continueDelegate_21() const { return ___continueDelegate_21; } inline HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F ** get_address_of_continueDelegate_21() { return &___continueDelegate_21; } inline void set_continueDelegate_21(HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F * value) { ___continueDelegate_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___continueDelegate_21), (void*)value); } inline static int32_t get_offset_of_cookieContainer_22() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___cookieContainer_22)); } inline CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * get_cookieContainer_22() const { return ___cookieContainer_22; } inline CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 ** get_address_of_cookieContainer_22() { return &___cookieContainer_22; } inline void set_cookieContainer_22(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * value) { ___cookieContainer_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___cookieContainer_22), (void*)value); } inline static int32_t get_offset_of_credentials_23() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___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((void**)(&___credentials_23), (void*)value); } inline static int32_t get_offset_of_haveResponse_24() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___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_requestSent_25() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___requestSent_25)); } inline bool get_requestSent_25() const { return ___requestSent_25; } inline bool* get_address_of_requestSent_25() { return &___requestSent_25; } inline void set_requestSent_25(bool value) { ___requestSent_25 = value; } inline static int32_t get_offset_of_webHeaders_26() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___webHeaders_26)); } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * get_webHeaders_26() const { return ___webHeaders_26; } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 ** get_address_of_webHeaders_26() { return &___webHeaders_26; } inline void set_webHeaders_26(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * value) { ___webHeaders_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___webHeaders_26), (void*)value); } inline static int32_t get_offset_of_keepAlive_27() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___keepAlive_27)); } inline bool get_keepAlive_27() const { return ___keepAlive_27; } inline bool* get_address_of_keepAlive_27() { return &___keepAlive_27; } inline void set_keepAlive_27(bool value) { ___keepAlive_27 = value; } inline static int32_t get_offset_of_maxAutoRedirect_28() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___maxAutoRedirect_28)); } inline int32_t get_maxAutoRedirect_28() const { return ___maxAutoRedirect_28; } inline int32_t* get_address_of_maxAutoRedirect_28() { return &___maxAutoRedirect_28; } inline void set_maxAutoRedirect_28(int32_t value) { ___maxAutoRedirect_28 = value; } inline static int32_t get_offset_of_mediaType_29() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___mediaType_29)); } inline String_t* get_mediaType_29() const { return ___mediaType_29; } inline String_t** get_address_of_mediaType_29() { return &___mediaType_29; } inline void set_mediaType_29(String_t* value) { ___mediaType_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___mediaType_29), (void*)value); } inline static int32_t get_offset_of_method_30() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___method_30)); } inline String_t* get_method_30() const { return ___method_30; } inline String_t** get_address_of_method_30() { return &___method_30; } inline void set_method_30(String_t* value) { ___method_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_30), (void*)value); } inline static int32_t get_offset_of_initialMethod_31() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___initialMethod_31)); } inline String_t* get_initialMethod_31() const { return ___initialMethod_31; } inline String_t** get_address_of_initialMethod_31() { return &___initialMethod_31; } inline void set_initialMethod_31(String_t* value) { ___initialMethod_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___initialMethod_31), (void*)value); } inline static int32_t get_offset_of_pipelined_32() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___pipelined_32)); } inline bool get_pipelined_32() const { return ___pipelined_32; } inline bool* get_address_of_pipelined_32() { return &___pipelined_32; } inline void set_pipelined_32(bool value) { ___pipelined_32 = value; } inline static int32_t get_offset_of_preAuthenticate_33() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___preAuthenticate_33)); } inline bool get_preAuthenticate_33() const { return ___preAuthenticate_33; } inline bool* get_address_of_preAuthenticate_33() { return &___preAuthenticate_33; } inline void set_preAuthenticate_33(bool value) { ___preAuthenticate_33 = value; } inline static int32_t get_offset_of_usedPreAuth_34() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___usedPreAuth_34)); } inline bool get_usedPreAuth_34() const { return ___usedPreAuth_34; } inline bool* get_address_of_usedPreAuth_34() { return &___usedPreAuth_34; } inline void set_usedPreAuth_34(bool value) { ___usedPreAuth_34 = value; } inline static int32_t get_offset_of_version_35() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___version_35)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_version_35() const { return ___version_35; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_version_35() { return &___version_35; } inline void set_version_35(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___version_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_35), (void*)value); } inline static int32_t get_offset_of_force_version_36() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___force_version_36)); } inline bool get_force_version_36() const { return ___force_version_36; } inline bool* get_address_of_force_version_36() { return &___force_version_36; } inline void set_force_version_36(bool value) { ___force_version_36 = value; } inline static int32_t get_offset_of_actualVersion_37() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___actualVersion_37)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_actualVersion_37() const { return ___actualVersion_37; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_actualVersion_37() { return &___actualVersion_37; } inline void set_actualVersion_37(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___actualVersion_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___actualVersion_37), (void*)value); } inline static int32_t get_offset_of_proxy_38() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___proxy_38)); } inline RuntimeObject* get_proxy_38() const { return ___proxy_38; } inline RuntimeObject** get_address_of_proxy_38() { return &___proxy_38; } inline void set_proxy_38(RuntimeObject* value) { ___proxy_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___proxy_38), (void*)value); } inline static int32_t get_offset_of_sendChunked_39() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___sendChunked_39)); } inline bool get_sendChunked_39() const { return ___sendChunked_39; } inline bool* get_address_of_sendChunked_39() { return &___sendChunked_39; } inline void set_sendChunked_39(bool value) { ___sendChunked_39 = value; } inline static int32_t get_offset_of_servicePoint_40() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___servicePoint_40)); } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * get_servicePoint_40() const { return ___servicePoint_40; } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 ** get_address_of_servicePoint_40() { return &___servicePoint_40; } inline void set_servicePoint_40(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * value) { ___servicePoint_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___servicePoint_40), (void*)value); } inline static int32_t get_offset_of_timeout_41() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___timeout_41)); } inline int32_t get_timeout_41() const { return ___timeout_41; } inline int32_t* get_address_of_timeout_41() { return &___timeout_41; } inline void set_timeout_41(int32_t value) { ___timeout_41 = value; } inline static int32_t get_offset_of_writeStream_42() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___writeStream_42)); } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * get_writeStream_42() const { return ___writeStream_42; } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 ** get_address_of_writeStream_42() { return &___writeStream_42; } inline void set_writeStream_42(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * value) { ___writeStream_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___writeStream_42), (void*)value); } inline static int32_t get_offset_of_webResponse_43() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___webResponse_43)); } inline HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * get_webResponse_43() const { return ___webResponse_43; } inline HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB ** get_address_of_webResponse_43() { return &___webResponse_43; } inline void set_webResponse_43(HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * value) { ___webResponse_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___webResponse_43), (void*)value); } inline static int32_t get_offset_of_responseTask_44() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___responseTask_44)); } inline WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * get_responseTask_44() const { return ___responseTask_44; } inline WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E ** get_address_of_responseTask_44() { return &___responseTask_44; } inline void set_responseTask_44(WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * value) { ___responseTask_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___responseTask_44), (void*)value); } inline static int32_t get_offset_of_currentOperation_45() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___currentOperation_45)); } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * get_currentOperation_45() const { return ___currentOperation_45; } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 ** get_address_of_currentOperation_45() { return &___currentOperation_45; } inline void set_currentOperation_45(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * value) { ___currentOperation_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentOperation_45), (void*)value); } inline static int32_t get_offset_of_aborted_46() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___aborted_46)); } inline int32_t get_aborted_46() const { return ___aborted_46; } inline int32_t* get_address_of_aborted_46() { return &___aborted_46; } inline void set_aborted_46(int32_t value) { ___aborted_46 = value; } inline static int32_t get_offset_of_gotRequestStream_47() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___gotRequestStream_47)); } inline bool get_gotRequestStream_47() const { return ___gotRequestStream_47; } inline bool* get_address_of_gotRequestStream_47() { return &___gotRequestStream_47; } inline void set_gotRequestStream_47(bool value) { ___gotRequestStream_47 = value; } inline static int32_t get_offset_of_redirects_48() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___redirects_48)); } inline int32_t get_redirects_48() const { return ___redirects_48; } inline int32_t* get_address_of_redirects_48() { return &___redirects_48; } inline void set_redirects_48(int32_t value) { ___redirects_48 = value; } inline static int32_t get_offset_of_expectContinue_49() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___expectContinue_49)); } inline bool get_expectContinue_49() const { return ___expectContinue_49; } inline bool* get_address_of_expectContinue_49() { return &___expectContinue_49; } inline void set_expectContinue_49(bool value) { ___expectContinue_49 = value; } inline static int32_t get_offset_of_getResponseCalled_50() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___getResponseCalled_50)); } inline bool get_getResponseCalled_50() const { return ___getResponseCalled_50; } inline bool* get_address_of_getResponseCalled_50() { return &___getResponseCalled_50; } inline void set_getResponseCalled_50(bool value) { ___getResponseCalled_50 = value; } inline static int32_t get_offset_of_locker_51() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___locker_51)); } inline RuntimeObject * get_locker_51() const { return ___locker_51; } inline RuntimeObject ** get_address_of_locker_51() { return &___locker_51; } inline void set_locker_51(RuntimeObject * value) { ___locker_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___locker_51), (void*)value); } inline static int32_t get_offset_of_finished_reading_52() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___finished_reading_52)); } inline bool get_finished_reading_52() const { return ___finished_reading_52; } inline bool* get_address_of_finished_reading_52() { return &___finished_reading_52; } inline void set_finished_reading_52(bool value) { ___finished_reading_52 = value; } inline static int32_t get_offset_of_auto_decomp_53() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___auto_decomp_53)); } inline int32_t get_auto_decomp_53() const { return ___auto_decomp_53; } inline int32_t* get_address_of_auto_decomp_53() { return &___auto_decomp_53; } inline void set_auto_decomp_53(int32_t value) { ___auto_decomp_53 = value; } inline static int32_t get_offset_of_readWriteTimeout_55() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___readWriteTimeout_55)); } inline int32_t get_readWriteTimeout_55() const { return ___readWriteTimeout_55; } inline int32_t* get_address_of_readWriteTimeout_55() { return &___readWriteTimeout_55; } inline void set_readWriteTimeout_55(int32_t value) { ___readWriteTimeout_55 = value; } inline static int32_t get_offset_of_tlsProvider_56() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___tlsProvider_56)); } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * get_tlsProvider_56() const { return ___tlsProvider_56; } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** get_address_of_tlsProvider_56() { return &___tlsProvider_56; } inline void set_tlsProvider_56(MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * value) { ___tlsProvider_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___tlsProvider_56), (void*)value); } inline static int32_t get_offset_of_tlsSettings_57() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___tlsSettings_57)); } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * get_tlsSettings_57() const { return ___tlsSettings_57; } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** get_address_of_tlsSettings_57() { return &___tlsSettings_57; } inline void set_tlsSettings_57(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * value) { ___tlsSettings_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___tlsSettings_57), (void*)value); } inline static int32_t get_offset_of_certValidationCallback_58() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___certValidationCallback_58)); } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * get_certValidationCallback_58() const { return ___certValidationCallback_58; } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA ** get_address_of_certValidationCallback_58() { return &___certValidationCallback_58; } inline void set_certValidationCallback_58(ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * value) { ___certValidationCallback_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___certValidationCallback_58), (void*)value); } inline static int32_t get_offset_of_auth_state_59() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___auth_state_59)); } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 get_auth_state_59() const { return ___auth_state_59; } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * get_address_of_auth_state_59() { return &___auth_state_59; } inline void set_auth_state_59(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 value) { ___auth_state_59 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___auth_state_59))->___request_0), (void*)NULL); } inline static int32_t get_offset_of_proxy_auth_state_60() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___proxy_auth_state_60)); } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 get_proxy_auth_state_60() const { return ___proxy_auth_state_60; } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * get_address_of_proxy_auth_state_60() { return &___proxy_auth_state_60; } inline void set_proxy_auth_state_60(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 value) { ___proxy_auth_state_60 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___proxy_auth_state_60))->___request_0), (void*)NULL); } inline static int32_t get_offset_of_host_61() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___host_61)); } inline String_t* get_host_61() const { return ___host_61; } inline String_t** get_address_of_host_61() { return &___host_61; } inline void set_host_61(String_t* value) { ___host_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___host_61), (void*)value); } inline static int32_t get_offset_of_ResendContentFactory_62() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___ResendContentFactory_62)); } inline Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 * get_ResendContentFactory_62() const { return ___ResendContentFactory_62; } inline Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 ** get_address_of_ResendContentFactory_62() { return &___ResendContentFactory_62; } inline void set_ResendContentFactory_62(Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 * value) { ___ResendContentFactory_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResendContentFactory_62), (void*)value); } inline static int32_t get_offset_of_U3CThrowOnErrorU3Ek__BackingField_63() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___U3CThrowOnErrorU3Ek__BackingField_63)); } inline bool get_U3CThrowOnErrorU3Ek__BackingField_63() const { return ___U3CThrowOnErrorU3Ek__BackingField_63; } inline bool* get_address_of_U3CThrowOnErrorU3Ek__BackingField_63() { return &___U3CThrowOnErrorU3Ek__BackingField_63; } inline void set_U3CThrowOnErrorU3Ek__BackingField_63(bool value) { ___U3CThrowOnErrorU3Ek__BackingField_63 = value; } inline static int32_t get_offset_of_unsafe_auth_blah_64() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___unsafe_auth_blah_64)); } inline bool get_unsafe_auth_blah_64() const { return ___unsafe_auth_blah_64; } inline bool* get_address_of_unsafe_auth_blah_64() { return &___unsafe_auth_blah_64; } inline void set_unsafe_auth_blah_64(bool value) { ___unsafe_auth_blah_64 = value; } }; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { 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_t09E5C01DA4748C36D703728C4668C5CDF3882EBA, ____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((void**)(&____maybeFullPath_17), (void*)value); } }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Net.Security.LocalCertSelectionCallback struct LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C : public MulticastDelegate_t { public: public: }; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA : public EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C { public: public: }; // Mono.Security.Interface.MonoLocalCertificateSelectionCallback struct MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A : public MulticastDelegate_t { public: public: }; // Mono.Security.Interface.MonoRemoteCertificateValidationCallback struct MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF : public MulticastDelegate_t { public: public: }; // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 : public RuntimeObject { public: // Mono.Security.Interface.MonoRemoteCertificateValidationCallback Mono.Security.Interface.MonoTlsSettings::k__BackingField MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; // Mono.Security.Interface.MonoLocalCertificateSelectionCallback Mono.Security.Interface.MonoTlsSettings::k__BackingField MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; // System.Nullable`1 Mono.Security.Interface.MonoTlsSettings::k__BackingField Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D ___U3CCertificateValidationTimeU3Ek__BackingField_2; // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Security.Interface.MonoTlsSettings::k__BackingField X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___U3CTrustAnchorsU3Ek__BackingField_3; // System.Object Mono.Security.Interface.MonoTlsSettings::k__BackingField RuntimeObject * ___U3CUserSettingsU3Ek__BackingField_4; // System.String[] Mono.Security.Interface.MonoTlsSettings::k__BackingField StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___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_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD ___U3CEnabledProtocolsU3Ek__BackingField_7; // Mono.Security.Interface.CipherSuiteCode[] Mono.Security.Interface.MonoTlsSettings::k__BackingField CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C* ___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_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___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_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0)); } inline MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * get_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0() const { return ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; } inline MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF ** get_address_of_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0() { return &___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; } inline void set_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0(MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * value) { ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1)); } inline MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * get_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() const { return ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; } inline MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A ** get_address_of_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() { return &___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; } inline void set_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1(MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * value) { ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CCertificateValidationTimeU3Ek__BackingField_2() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CCertificateValidationTimeU3Ek__BackingField_2)); } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D get_U3CCertificateValidationTimeU3Ek__BackingField_2() const { return ___U3CCertificateValidationTimeU3Ek__BackingField_2; } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * get_address_of_U3CCertificateValidationTimeU3Ek__BackingField_2() { return &___U3CCertificateValidationTimeU3Ek__BackingField_2; } inline void set_U3CCertificateValidationTimeU3Ek__BackingField_2(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D value) { ___U3CCertificateValidationTimeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CTrustAnchorsU3Ek__BackingField_3() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CTrustAnchorsU3Ek__BackingField_3)); } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * get_U3CTrustAnchorsU3Ek__BackingField_3() const { return ___U3CTrustAnchorsU3Ek__BackingField_3; } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B ** get_address_of_U3CTrustAnchorsU3Ek__BackingField_3() { return &___U3CTrustAnchorsU3Ek__BackingField_3; } inline void set_U3CTrustAnchorsU3Ek__BackingField_3(X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * value) { ___U3CTrustAnchorsU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTrustAnchorsU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CUserSettingsU3Ek__BackingField_4() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___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((void**)(&___U3CUserSettingsU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CCertificateSearchPathsU3Ek__BackingField_5() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CCertificateSearchPathsU3Ek__BackingField_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_U3CCertificateSearchPathsU3Ek__BackingField_5() const { return ___U3CCertificateSearchPathsU3Ek__BackingField_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_U3CCertificateSearchPathsU3Ek__BackingField_5() { return &___U3CCertificateSearchPathsU3Ek__BackingField_5; } inline void set_U3CCertificateSearchPathsU3Ek__BackingField_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___U3CCertificateSearchPathsU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCertificateSearchPathsU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CSendCloseNotifyU3Ek__BackingField_6() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___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_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CEnabledProtocolsU3Ek__BackingField_7)); } inline Nullable_1_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD get_U3CEnabledProtocolsU3Ek__BackingField_7() const { return ___U3CEnabledProtocolsU3Ek__BackingField_7; } inline Nullable_1_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD * get_address_of_U3CEnabledProtocolsU3Ek__BackingField_7() { return &___U3CEnabledProtocolsU3Ek__BackingField_7; } inline void set_U3CEnabledProtocolsU3Ek__BackingField_7(Nullable_1_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD value) { ___U3CEnabledProtocolsU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CEnabledCiphersU3Ek__BackingField_8() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CEnabledCiphersU3Ek__BackingField_8)); } inline CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C* get_U3CEnabledCiphersU3Ek__BackingField_8() const { return ___U3CEnabledCiphersU3Ek__BackingField_8; } inline CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C** get_address_of_U3CEnabledCiphersU3Ek__BackingField_8() { return &___U3CEnabledCiphersU3Ek__BackingField_8; } inline void set_U3CEnabledCiphersU3Ek__BackingField_8(CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C* value) { ___U3CEnabledCiphersU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEnabledCiphersU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_cloned_9() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___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_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___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_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___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_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___useServicePointManagerCallback_12)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_useServicePointManagerCallback_12() const { return ___useServicePointManagerCallback_12; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_useServicePointManagerCallback_12() { return &___useServicePointManagerCallback_12; } inline void set_useServicePointManagerCallback_12(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___useServicePointManagerCallback_12 = value; } inline static int32_t get_offset_of_skipSystemValidators_13() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___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_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___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_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___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((void**)(&___certificateValidator_15), (void*)value); } }; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.OutOfMemoryException struct OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Net.Security.RemoteCertificateValidationCallback struct RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 : public MulticastDelegate_t { public: public: }; // Mono.Net.Security.ServerCertValidationCallbackWrapper struct ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 : public MulticastDelegate_t { public: public: }; // System.StackOverflowException struct StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Threading.ThreadAbortException struct ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Threading.ThreadStart struct ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 : public MulticastDelegate_t { public: public: }; // System.TypeLoadException struct TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.TypeLoadException::ClassName String_t* ___ClassName_17; // System.String System.TypeLoadException::AssemblyName String_t* ___AssemblyName_18; // System.String System.TypeLoadException::MessageArg String_t* ___MessageArg_19; // System.Int32 System.TypeLoadException::ResourceId int32_t ___ResourceId_20; public: inline static int32_t get_offset_of_ClassName_17() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___ClassName_17)); } inline String_t* get_ClassName_17() const { return ___ClassName_17; } inline String_t** get_address_of_ClassName_17() { return &___ClassName_17; } inline void set_ClassName_17(String_t* value) { ___ClassName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClassName_17), (void*)value); } inline static int32_t get_offset_of_AssemblyName_18() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___AssemblyName_18)); } inline String_t* get_AssemblyName_18() const { return ___AssemblyName_18; } inline String_t** get_address_of_AssemblyName_18() { return &___AssemblyName_18; } inline void set_AssemblyName_18(String_t* value) { ___AssemblyName_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssemblyName_18), (void*)value); } inline static int32_t get_offset_of_MessageArg_19() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___MessageArg_19)); } inline String_t* get_MessageArg_19() const { return ___MessageArg_19; } inline String_t** get_address_of_MessageArg_19() { return &___MessageArg_19; } inline void set_MessageArg_19(String_t* value) { ___MessageArg_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___MessageArg_19), (void*)value); } inline static int32_t get_offset_of_ResourceId_20() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___ResourceId_20)); } inline int32_t get_ResourceId_20() const { return ___ResourceId_20; } inline int32_t* get_address_of_ResourceId_20() { return &___ResourceId_20; } inline void set_ResourceId_20(int32_t value) { ___ResourceId_20 = value; } }; // Mono.Security.Interface.ValidationResult struct ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 : public RuntimeObject { public: // System.Boolean Mono.Security.Interface.ValidationResult::trusted bool ___trusted_0; // System.Boolean Mono.Security.Interface.ValidationResult::user_denied bool ___user_denied_1; // System.Int32 Mono.Security.Interface.ValidationResult::error_code int32_t ___error_code_2; // System.Nullable`1 Mono.Security.Interface.ValidationResult::policy_errors Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 ___policy_errors_3; public: inline static int32_t get_offset_of_trusted_0() { return static_cast(offsetof(ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23, ___trusted_0)); } inline bool get_trusted_0() const { return ___trusted_0; } inline bool* get_address_of_trusted_0() { return &___trusted_0; } inline void set_trusted_0(bool value) { ___trusted_0 = value; } inline static int32_t get_offset_of_user_denied_1() { return static_cast(offsetof(ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23, ___user_denied_1)); } inline bool get_user_denied_1() const { return ___user_denied_1; } inline bool* get_address_of_user_denied_1() { return &___user_denied_1; } inline void set_user_denied_1(bool value) { ___user_denied_1 = value; } inline static int32_t get_offset_of_error_code_2() { return static_cast(offsetof(ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23, ___error_code_2)); } inline int32_t get_error_code_2() const { return ___error_code_2; } inline int32_t* get_address_of_error_code_2() { return &___error_code_2; } inline void set_error_code_2(int32_t value) { ___error_code_2 = value; } inline static int32_t get_offset_of_policy_errors_3() { return static_cast(offsetof(ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23, ___policy_errors_3)); } inline Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 get_policy_errors_3() const { return ___policy_errors_3; } inline Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 * get_address_of_policy_errors_3() { return &___policy_errors_3; } inline void set_policy_errors_3(Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 value) { ___policy_errors_3 = value; } }; // Mono.Net.Security.AsyncProtocolRequest/d__24 struct U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F { public: // System.Int32 Mono.Net.Security.AsyncProtocolRequest/d__24::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder Mono.Net.Security.AsyncProtocolRequest/d__24::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Threading.CancellationToken Mono.Net.Security.AsyncProtocolRequest/d__24::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.AsyncProtocolRequest/d__24::<>4__this AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___U3CU3E4__this_3; // Mono.Net.Security.AsyncOperationStatus Mono.Net.Security.AsyncProtocolRequest/d__24::5__1 int32_t ___U3CstatusU3E5__1_4; // Mono.Net.Security.AsyncOperationStatus Mono.Net.Security.AsyncProtocolRequest/d__24::5__2 int32_t ___U3CnewStatusU3E5__2_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> Mono.Net.Security.AsyncProtocolRequest/d__24::<>u__1 ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 ___U3CU3Eu__1_6; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Mono.Net.Security.AsyncProtocolRequest/d__24::<>u__2 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__2_7; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___U3CU3E4__this_3)); } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_U3CstatusU3E5__1_4() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___U3CstatusU3E5__1_4)); } inline int32_t get_U3CstatusU3E5__1_4() const { return ___U3CstatusU3E5__1_4; } inline int32_t* get_address_of_U3CstatusU3E5__1_4() { return &___U3CstatusU3E5__1_4; } inline void set_U3CstatusU3E5__1_4(int32_t value) { ___U3CstatusU3E5__1_4 = value; } inline static int32_t get_offset_of_U3CnewStatusU3E5__2_5() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___U3CnewStatusU3E5__2_5)); } inline int32_t get_U3CnewStatusU3E5__2_5() const { return ___U3CnewStatusU3E5__2_5; } inline int32_t* get_address_of_U3CnewStatusU3E5__2_5() { return &___U3CnewStatusU3E5__2_5; } inline void set_U3CnewStatusU3E5__2_5(int32_t value) { ___U3CnewStatusU3E5__2_5 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_6() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___U3CU3Eu__1_6)); } inline ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 get_U3CU3Eu__1_6() const { return ___U3CU3Eu__1_6; } inline ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 * get_address_of_U3CU3Eu__1_6() { return &___U3CU3Eu__1_6; } inline void set_U3CU3Eu__1_6(ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 value) { ___U3CU3Eu__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__2_7() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___U3CU3Eu__2_7)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__2_7() const { return ___U3CU3Eu__2_7; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__2_7() { return &___U3CU3Eu__2_7; } inline void set_U3CU3Eu__2_7(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__2_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_7))->___m_task_0), (void*)NULL); } }; // Mono.Net.CFNetwork/CFProxyAutoConfigurationResultCallback struct CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3 : public MulticastDelegate_t { public: public: }; // System.IO.Compression.DeflateStream/ReadMethod struct ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 : public MulticastDelegate_t { public: public: }; // System.IO.Compression.DeflateStream/WriteMethod struct WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 : public MulticastDelegate_t { public: public: }; // System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite struct UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct struct unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD : public RuntimeObject { public: // System.UInt64 Mono.Unity.UnityTls/unitytls_interface_struct::UNITYTLS_INVALID_HANDLE uint64_t ___UNITYTLS_INVALID_HANDLE_0; // Mono.Unity.UnityTls/unitytls_tlsctx_protocolrange Mono.Unity.UnityTls/unitytls_interface_struct::UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_create_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_errorstate_create unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 * ___unitytls_errorstate_create_2; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_raise_error_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_errorstate_raise_error unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E * ___unitytls_errorstate_raise_error_3; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_get_ref_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_key_get_ref unitytls_key_get_ref_t_tA4527A35862139AC68FF8CE589FABA9908A82F44 * ___unitytls_key_get_ref_4; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_parse_der_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_key_parse_der unitytls_key_parse_der_t_tCC498957041D389728F1CEE96ACB1E04AB6A92B9 * ___unitytls_key_parse_der_5; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_parse_pem_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_key_parse_pem unitytls_key_parse_pem_t_t584CCAA999DD14D5A50DCDFDECE5CC03C8A35EDC * ___unitytls_key_parse_pem_6; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_free_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_key_free unitytls_key_free_t_t796436B2DD6925783C4F8AC5A9DFE0AFDCF3348F * ___unitytls_key_free_7; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509_export_der_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509_export_der unitytls_x509_export_der_t_t3987BCA1BE015ACB1547918725B2A0A3BC557EAC * ___unitytls_x509_export_der_8; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_ref_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509list_get_ref unitytls_x509list_get_ref_t_tBC2FCC8641432B5F29FC8C36BA315BEBFA2841E3 * ___unitytls_x509list_get_ref_9; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_x509_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509list_get_x509 unitytls_x509list_get_x509_t_tF46E7331F73091A58996810B3CC2523F58C23D25 * ___unitytls_x509list_get_x509_10; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_create_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509list_create unitytls_x509list_create_t_t4DE950C418479FC46C6D1B1DDC19E4F6AF66F20F * ___unitytls_x509list_create_11; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509list_append unitytls_x509list_append_t_t6ACB188079E58608A8A6D34FA7CD6425C9902AA0 * ___unitytls_x509list_append_12; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_der_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509list_append_der unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E * ___unitytls_x509list_append_der_13; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_der_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509list_append_pem unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E * ___unitytls_x509list_append_pem_14; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_free_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509list_free unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2 * ___unitytls_x509list_free_15; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_default_ca_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509verify_default_ca unitytls_x509verify_default_ca_t_tA14966CBF65E11A062006DBEEC9E89D4A5DAAC97 * ___unitytls_x509verify_default_ca_16; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_explicit_ca_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509verify_explicit_ca unitytls_x509verify_explicit_ca_t_t01052F0ED7BCB86255D75E27FB97E5E329A7D316 * ___unitytls_x509verify_explicit_ca_17; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_server_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_create_server unitytls_tlsctx_create_server_t_t52277734E5E8AF14E87D1CE2D7DAD380EF9E7E6B * ___unitytls_tlsctx_create_server_18; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_client_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_create_client unitytls_tlsctx_create_client_t_t392CE981A76E901BE383526D8C15DF78CCEF5391 * ___unitytls_tlsctx_create_client_19; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_server_require_client_authentication_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_server_require_client_authentication unitytls_tlsctx_server_require_client_authentication_t_t5A70999E3FBA85F784654B34D369CB73DAECEABD * ___unitytls_tlsctx_server_require_client_authentication_20; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_certificate_callback_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_set_certificate_callback unitytls_tlsctx_set_certificate_callback_t_tA83128A449A933E6CB5C15595A67BEDAD1566AA1 * ___unitytls_tlsctx_set_certificate_callback_21; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_trace_callback_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_set_trace_callback unitytls_tlsctx_set_trace_callback_t_tAA0291D41818318537C7AF00C5A5EA84775735BF * ___unitytls_tlsctx_set_trace_callback_22; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_x509verify_callback_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_set_x509verify_callback unitytls_tlsctx_set_x509verify_callback_t_t4160B581468D9F037A774B02EFA297FBF58974E4 * ___unitytls_tlsctx_set_x509verify_callback_23; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_supported_ciphersuites_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_set_supported_ciphersuites unitytls_tlsctx_set_supported_ciphersuites_t_tC529631EAFC3F46BBC2FD70565976FAA13DED55E * ___unitytls_tlsctx_set_supported_ciphersuites_24; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_ciphersuite_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_get_ciphersuite unitytls_tlsctx_get_ciphersuite_t_tD1454771F7951641A04DEE1E7811DFC492F887C4 * ___unitytls_tlsctx_get_ciphersuite_25; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_protocol_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_get_protocol unitytls_tlsctx_get_protocol_t_tF62AF70145ACEE985AFA26ABDF9215C007B90FE6 * ___unitytls_tlsctx_get_protocol_26; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_process_handshake_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_process_handshake unitytls_tlsctx_process_handshake_t_tBD159E17C74F8D07C6D5E490A036E6852FD7603C * ___unitytls_tlsctx_process_handshake_27; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_read_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_read unitytls_tlsctx_read_t_tB8FB5200270F48D3C48A6A2F9BB1FD1052FFC2D3 * ___unitytls_tlsctx_read_28; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_write_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_write unitytls_tlsctx_write_t_t9346A860CE3FFC985144D67CC3D346C54AEE8AE9 * ___unitytls_tlsctx_write_29; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_notify_close_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_notify_close unitytls_tlsctx_notify_close_t_t07B9BA3416AF6174CD4F6DB42C711B03EE80F4BB * ___unitytls_tlsctx_notify_close_30; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_free_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_free unitytls_tlsctx_free_t_t41BC08DA97D5A34340E07BB8C1C3E33BE7D2E7FA * ___unitytls_tlsctx_free_31; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_random_generate_bytes_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_random_generate_bytes unitytls_random_generate_bytes_t_tE10122C2833C33BF0D5870BEA0457A9F59668FCD * ___unitytls_random_generate_bytes_32; public: inline static int32_t get_offset_of_UNITYTLS_INVALID_HANDLE_0() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___UNITYTLS_INVALID_HANDLE_0)); } inline uint64_t get_UNITYTLS_INVALID_HANDLE_0() const { return ___UNITYTLS_INVALID_HANDLE_0; } inline uint64_t* get_address_of_UNITYTLS_INVALID_HANDLE_0() { return &___UNITYTLS_INVALID_HANDLE_0; } inline void set_UNITYTLS_INVALID_HANDLE_0(uint64_t value) { ___UNITYTLS_INVALID_HANDLE_0 = value; } inline static int32_t get_offset_of_UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1)); } inline unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 get_UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1() const { return ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1; } inline unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 * get_address_of_UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1() { return &___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1; } inline void set_UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1(unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 value) { ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1 = value; } inline static int32_t get_offset_of_unitytls_errorstate_create_2() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_errorstate_create_2)); } inline unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 * get_unitytls_errorstate_create_2() const { return ___unitytls_errorstate_create_2; } inline unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 ** get_address_of_unitytls_errorstate_create_2() { return &___unitytls_errorstate_create_2; } inline void set_unitytls_errorstate_create_2(unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 * value) { ___unitytls_errorstate_create_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_errorstate_create_2), (void*)value); } inline static int32_t get_offset_of_unitytls_errorstate_raise_error_3() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_errorstate_raise_error_3)); } inline unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E * get_unitytls_errorstate_raise_error_3() const { return ___unitytls_errorstate_raise_error_3; } inline unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E ** get_address_of_unitytls_errorstate_raise_error_3() { return &___unitytls_errorstate_raise_error_3; } inline void set_unitytls_errorstate_raise_error_3(unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E * value) { ___unitytls_errorstate_raise_error_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_errorstate_raise_error_3), (void*)value); } inline static int32_t get_offset_of_unitytls_key_get_ref_4() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_key_get_ref_4)); } inline unitytls_key_get_ref_t_tA4527A35862139AC68FF8CE589FABA9908A82F44 * get_unitytls_key_get_ref_4() const { return ___unitytls_key_get_ref_4; } inline unitytls_key_get_ref_t_tA4527A35862139AC68FF8CE589FABA9908A82F44 ** get_address_of_unitytls_key_get_ref_4() { return &___unitytls_key_get_ref_4; } inline void set_unitytls_key_get_ref_4(unitytls_key_get_ref_t_tA4527A35862139AC68FF8CE589FABA9908A82F44 * value) { ___unitytls_key_get_ref_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_key_get_ref_4), (void*)value); } inline static int32_t get_offset_of_unitytls_key_parse_der_5() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_key_parse_der_5)); } inline unitytls_key_parse_der_t_tCC498957041D389728F1CEE96ACB1E04AB6A92B9 * get_unitytls_key_parse_der_5() const { return ___unitytls_key_parse_der_5; } inline unitytls_key_parse_der_t_tCC498957041D389728F1CEE96ACB1E04AB6A92B9 ** get_address_of_unitytls_key_parse_der_5() { return &___unitytls_key_parse_der_5; } inline void set_unitytls_key_parse_der_5(unitytls_key_parse_der_t_tCC498957041D389728F1CEE96ACB1E04AB6A92B9 * value) { ___unitytls_key_parse_der_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_key_parse_der_5), (void*)value); } inline static int32_t get_offset_of_unitytls_key_parse_pem_6() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_key_parse_pem_6)); } inline unitytls_key_parse_pem_t_t584CCAA999DD14D5A50DCDFDECE5CC03C8A35EDC * get_unitytls_key_parse_pem_6() const { return ___unitytls_key_parse_pem_6; } inline unitytls_key_parse_pem_t_t584CCAA999DD14D5A50DCDFDECE5CC03C8A35EDC ** get_address_of_unitytls_key_parse_pem_6() { return &___unitytls_key_parse_pem_6; } inline void set_unitytls_key_parse_pem_6(unitytls_key_parse_pem_t_t584CCAA999DD14D5A50DCDFDECE5CC03C8A35EDC * value) { ___unitytls_key_parse_pem_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_key_parse_pem_6), (void*)value); } inline static int32_t get_offset_of_unitytls_key_free_7() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_key_free_7)); } inline unitytls_key_free_t_t796436B2DD6925783C4F8AC5A9DFE0AFDCF3348F * get_unitytls_key_free_7() const { return ___unitytls_key_free_7; } inline unitytls_key_free_t_t796436B2DD6925783C4F8AC5A9DFE0AFDCF3348F ** get_address_of_unitytls_key_free_7() { return &___unitytls_key_free_7; } inline void set_unitytls_key_free_7(unitytls_key_free_t_t796436B2DD6925783C4F8AC5A9DFE0AFDCF3348F * value) { ___unitytls_key_free_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_key_free_7), (void*)value); } inline static int32_t get_offset_of_unitytls_x509_export_der_8() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509_export_der_8)); } inline unitytls_x509_export_der_t_t3987BCA1BE015ACB1547918725B2A0A3BC557EAC * get_unitytls_x509_export_der_8() const { return ___unitytls_x509_export_der_8; } inline unitytls_x509_export_der_t_t3987BCA1BE015ACB1547918725B2A0A3BC557EAC ** get_address_of_unitytls_x509_export_der_8() { return &___unitytls_x509_export_der_8; } inline void set_unitytls_x509_export_der_8(unitytls_x509_export_der_t_t3987BCA1BE015ACB1547918725B2A0A3BC557EAC * value) { ___unitytls_x509_export_der_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509_export_der_8), (void*)value); } inline static int32_t get_offset_of_unitytls_x509list_get_ref_9() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509list_get_ref_9)); } inline unitytls_x509list_get_ref_t_tBC2FCC8641432B5F29FC8C36BA315BEBFA2841E3 * get_unitytls_x509list_get_ref_9() const { return ___unitytls_x509list_get_ref_9; } inline unitytls_x509list_get_ref_t_tBC2FCC8641432B5F29FC8C36BA315BEBFA2841E3 ** get_address_of_unitytls_x509list_get_ref_9() { return &___unitytls_x509list_get_ref_9; } inline void set_unitytls_x509list_get_ref_9(unitytls_x509list_get_ref_t_tBC2FCC8641432B5F29FC8C36BA315BEBFA2841E3 * value) { ___unitytls_x509list_get_ref_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_get_ref_9), (void*)value); } inline static int32_t get_offset_of_unitytls_x509list_get_x509_10() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509list_get_x509_10)); } inline unitytls_x509list_get_x509_t_tF46E7331F73091A58996810B3CC2523F58C23D25 * get_unitytls_x509list_get_x509_10() const { return ___unitytls_x509list_get_x509_10; } inline unitytls_x509list_get_x509_t_tF46E7331F73091A58996810B3CC2523F58C23D25 ** get_address_of_unitytls_x509list_get_x509_10() { return &___unitytls_x509list_get_x509_10; } inline void set_unitytls_x509list_get_x509_10(unitytls_x509list_get_x509_t_tF46E7331F73091A58996810B3CC2523F58C23D25 * value) { ___unitytls_x509list_get_x509_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_get_x509_10), (void*)value); } inline static int32_t get_offset_of_unitytls_x509list_create_11() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509list_create_11)); } inline unitytls_x509list_create_t_t4DE950C418479FC46C6D1B1DDC19E4F6AF66F20F * get_unitytls_x509list_create_11() const { return ___unitytls_x509list_create_11; } inline unitytls_x509list_create_t_t4DE950C418479FC46C6D1B1DDC19E4F6AF66F20F ** get_address_of_unitytls_x509list_create_11() { return &___unitytls_x509list_create_11; } inline void set_unitytls_x509list_create_11(unitytls_x509list_create_t_t4DE950C418479FC46C6D1B1DDC19E4F6AF66F20F * value) { ___unitytls_x509list_create_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_create_11), (void*)value); } inline static int32_t get_offset_of_unitytls_x509list_append_12() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509list_append_12)); } inline unitytls_x509list_append_t_t6ACB188079E58608A8A6D34FA7CD6425C9902AA0 * get_unitytls_x509list_append_12() const { return ___unitytls_x509list_append_12; } inline unitytls_x509list_append_t_t6ACB188079E58608A8A6D34FA7CD6425C9902AA0 ** get_address_of_unitytls_x509list_append_12() { return &___unitytls_x509list_append_12; } inline void set_unitytls_x509list_append_12(unitytls_x509list_append_t_t6ACB188079E58608A8A6D34FA7CD6425C9902AA0 * value) { ___unitytls_x509list_append_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_append_12), (void*)value); } inline static int32_t get_offset_of_unitytls_x509list_append_der_13() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509list_append_der_13)); } inline unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E * get_unitytls_x509list_append_der_13() const { return ___unitytls_x509list_append_der_13; } inline unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E ** get_address_of_unitytls_x509list_append_der_13() { return &___unitytls_x509list_append_der_13; } inline void set_unitytls_x509list_append_der_13(unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E * value) { ___unitytls_x509list_append_der_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_append_der_13), (void*)value); } inline static int32_t get_offset_of_unitytls_x509list_append_pem_14() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509list_append_pem_14)); } inline unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E * get_unitytls_x509list_append_pem_14() const { return ___unitytls_x509list_append_pem_14; } inline unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E ** get_address_of_unitytls_x509list_append_pem_14() { return &___unitytls_x509list_append_pem_14; } inline void set_unitytls_x509list_append_pem_14(unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E * value) { ___unitytls_x509list_append_pem_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_append_pem_14), (void*)value); } inline static int32_t get_offset_of_unitytls_x509list_free_15() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509list_free_15)); } inline unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2 * get_unitytls_x509list_free_15() const { return ___unitytls_x509list_free_15; } inline unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2 ** get_address_of_unitytls_x509list_free_15() { return &___unitytls_x509list_free_15; } inline void set_unitytls_x509list_free_15(unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2 * value) { ___unitytls_x509list_free_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_free_15), (void*)value); } inline static int32_t get_offset_of_unitytls_x509verify_default_ca_16() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509verify_default_ca_16)); } inline unitytls_x509verify_default_ca_t_tA14966CBF65E11A062006DBEEC9E89D4A5DAAC97 * get_unitytls_x509verify_default_ca_16() const { return ___unitytls_x509verify_default_ca_16; } inline unitytls_x509verify_default_ca_t_tA14966CBF65E11A062006DBEEC9E89D4A5DAAC97 ** get_address_of_unitytls_x509verify_default_ca_16() { return &___unitytls_x509verify_default_ca_16; } inline void set_unitytls_x509verify_default_ca_16(unitytls_x509verify_default_ca_t_tA14966CBF65E11A062006DBEEC9E89D4A5DAAC97 * value) { ___unitytls_x509verify_default_ca_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509verify_default_ca_16), (void*)value); } inline static int32_t get_offset_of_unitytls_x509verify_explicit_ca_17() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509verify_explicit_ca_17)); } inline unitytls_x509verify_explicit_ca_t_t01052F0ED7BCB86255D75E27FB97E5E329A7D316 * get_unitytls_x509verify_explicit_ca_17() const { return ___unitytls_x509verify_explicit_ca_17; } inline unitytls_x509verify_explicit_ca_t_t01052F0ED7BCB86255D75E27FB97E5E329A7D316 ** get_address_of_unitytls_x509verify_explicit_ca_17() { return &___unitytls_x509verify_explicit_ca_17; } inline void set_unitytls_x509verify_explicit_ca_17(unitytls_x509verify_explicit_ca_t_t01052F0ED7BCB86255D75E27FB97E5E329A7D316 * value) { ___unitytls_x509verify_explicit_ca_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509verify_explicit_ca_17), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_create_server_18() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_create_server_18)); } inline unitytls_tlsctx_create_server_t_t52277734E5E8AF14E87D1CE2D7DAD380EF9E7E6B * get_unitytls_tlsctx_create_server_18() const { return ___unitytls_tlsctx_create_server_18; } inline unitytls_tlsctx_create_server_t_t52277734E5E8AF14E87D1CE2D7DAD380EF9E7E6B ** get_address_of_unitytls_tlsctx_create_server_18() { return &___unitytls_tlsctx_create_server_18; } inline void set_unitytls_tlsctx_create_server_18(unitytls_tlsctx_create_server_t_t52277734E5E8AF14E87D1CE2D7DAD380EF9E7E6B * value) { ___unitytls_tlsctx_create_server_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_create_server_18), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_create_client_19() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_create_client_19)); } inline unitytls_tlsctx_create_client_t_t392CE981A76E901BE383526D8C15DF78CCEF5391 * get_unitytls_tlsctx_create_client_19() const { return ___unitytls_tlsctx_create_client_19; } inline unitytls_tlsctx_create_client_t_t392CE981A76E901BE383526D8C15DF78CCEF5391 ** get_address_of_unitytls_tlsctx_create_client_19() { return &___unitytls_tlsctx_create_client_19; } inline void set_unitytls_tlsctx_create_client_19(unitytls_tlsctx_create_client_t_t392CE981A76E901BE383526D8C15DF78CCEF5391 * value) { ___unitytls_tlsctx_create_client_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_create_client_19), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_server_require_client_authentication_20() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_server_require_client_authentication_20)); } inline unitytls_tlsctx_server_require_client_authentication_t_t5A70999E3FBA85F784654B34D369CB73DAECEABD * get_unitytls_tlsctx_server_require_client_authentication_20() const { return ___unitytls_tlsctx_server_require_client_authentication_20; } inline unitytls_tlsctx_server_require_client_authentication_t_t5A70999E3FBA85F784654B34D369CB73DAECEABD ** get_address_of_unitytls_tlsctx_server_require_client_authentication_20() { return &___unitytls_tlsctx_server_require_client_authentication_20; } inline void set_unitytls_tlsctx_server_require_client_authentication_20(unitytls_tlsctx_server_require_client_authentication_t_t5A70999E3FBA85F784654B34D369CB73DAECEABD * value) { ___unitytls_tlsctx_server_require_client_authentication_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_server_require_client_authentication_20), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_set_certificate_callback_21() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_set_certificate_callback_21)); } inline unitytls_tlsctx_set_certificate_callback_t_tA83128A449A933E6CB5C15595A67BEDAD1566AA1 * get_unitytls_tlsctx_set_certificate_callback_21() const { return ___unitytls_tlsctx_set_certificate_callback_21; } inline unitytls_tlsctx_set_certificate_callback_t_tA83128A449A933E6CB5C15595A67BEDAD1566AA1 ** get_address_of_unitytls_tlsctx_set_certificate_callback_21() { return &___unitytls_tlsctx_set_certificate_callback_21; } inline void set_unitytls_tlsctx_set_certificate_callback_21(unitytls_tlsctx_set_certificate_callback_t_tA83128A449A933E6CB5C15595A67BEDAD1566AA1 * value) { ___unitytls_tlsctx_set_certificate_callback_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_set_certificate_callback_21), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_set_trace_callback_22() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_set_trace_callback_22)); } inline unitytls_tlsctx_set_trace_callback_t_tAA0291D41818318537C7AF00C5A5EA84775735BF * get_unitytls_tlsctx_set_trace_callback_22() const { return ___unitytls_tlsctx_set_trace_callback_22; } inline unitytls_tlsctx_set_trace_callback_t_tAA0291D41818318537C7AF00C5A5EA84775735BF ** get_address_of_unitytls_tlsctx_set_trace_callback_22() { return &___unitytls_tlsctx_set_trace_callback_22; } inline void set_unitytls_tlsctx_set_trace_callback_22(unitytls_tlsctx_set_trace_callback_t_tAA0291D41818318537C7AF00C5A5EA84775735BF * value) { ___unitytls_tlsctx_set_trace_callback_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_set_trace_callback_22), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_set_x509verify_callback_23() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_set_x509verify_callback_23)); } inline unitytls_tlsctx_set_x509verify_callback_t_t4160B581468D9F037A774B02EFA297FBF58974E4 * get_unitytls_tlsctx_set_x509verify_callback_23() const { return ___unitytls_tlsctx_set_x509verify_callback_23; } inline unitytls_tlsctx_set_x509verify_callback_t_t4160B581468D9F037A774B02EFA297FBF58974E4 ** get_address_of_unitytls_tlsctx_set_x509verify_callback_23() { return &___unitytls_tlsctx_set_x509verify_callback_23; } inline void set_unitytls_tlsctx_set_x509verify_callback_23(unitytls_tlsctx_set_x509verify_callback_t_t4160B581468D9F037A774B02EFA297FBF58974E4 * value) { ___unitytls_tlsctx_set_x509verify_callback_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_set_x509verify_callback_23), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_set_supported_ciphersuites_24() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_set_supported_ciphersuites_24)); } inline unitytls_tlsctx_set_supported_ciphersuites_t_tC529631EAFC3F46BBC2FD70565976FAA13DED55E * get_unitytls_tlsctx_set_supported_ciphersuites_24() const { return ___unitytls_tlsctx_set_supported_ciphersuites_24; } inline unitytls_tlsctx_set_supported_ciphersuites_t_tC529631EAFC3F46BBC2FD70565976FAA13DED55E ** get_address_of_unitytls_tlsctx_set_supported_ciphersuites_24() { return &___unitytls_tlsctx_set_supported_ciphersuites_24; } inline void set_unitytls_tlsctx_set_supported_ciphersuites_24(unitytls_tlsctx_set_supported_ciphersuites_t_tC529631EAFC3F46BBC2FD70565976FAA13DED55E * value) { ___unitytls_tlsctx_set_supported_ciphersuites_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_set_supported_ciphersuites_24), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_get_ciphersuite_25() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_get_ciphersuite_25)); } inline unitytls_tlsctx_get_ciphersuite_t_tD1454771F7951641A04DEE1E7811DFC492F887C4 * get_unitytls_tlsctx_get_ciphersuite_25() const { return ___unitytls_tlsctx_get_ciphersuite_25; } inline unitytls_tlsctx_get_ciphersuite_t_tD1454771F7951641A04DEE1E7811DFC492F887C4 ** get_address_of_unitytls_tlsctx_get_ciphersuite_25() { return &___unitytls_tlsctx_get_ciphersuite_25; } inline void set_unitytls_tlsctx_get_ciphersuite_25(unitytls_tlsctx_get_ciphersuite_t_tD1454771F7951641A04DEE1E7811DFC492F887C4 * value) { ___unitytls_tlsctx_get_ciphersuite_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_get_ciphersuite_25), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_get_protocol_26() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_get_protocol_26)); } inline unitytls_tlsctx_get_protocol_t_tF62AF70145ACEE985AFA26ABDF9215C007B90FE6 * get_unitytls_tlsctx_get_protocol_26() const { return ___unitytls_tlsctx_get_protocol_26; } inline unitytls_tlsctx_get_protocol_t_tF62AF70145ACEE985AFA26ABDF9215C007B90FE6 ** get_address_of_unitytls_tlsctx_get_protocol_26() { return &___unitytls_tlsctx_get_protocol_26; } inline void set_unitytls_tlsctx_get_protocol_26(unitytls_tlsctx_get_protocol_t_tF62AF70145ACEE985AFA26ABDF9215C007B90FE6 * value) { ___unitytls_tlsctx_get_protocol_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_get_protocol_26), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_process_handshake_27() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_process_handshake_27)); } inline unitytls_tlsctx_process_handshake_t_tBD159E17C74F8D07C6D5E490A036E6852FD7603C * get_unitytls_tlsctx_process_handshake_27() const { return ___unitytls_tlsctx_process_handshake_27; } inline unitytls_tlsctx_process_handshake_t_tBD159E17C74F8D07C6D5E490A036E6852FD7603C ** get_address_of_unitytls_tlsctx_process_handshake_27() { return &___unitytls_tlsctx_process_handshake_27; } inline void set_unitytls_tlsctx_process_handshake_27(unitytls_tlsctx_process_handshake_t_tBD159E17C74F8D07C6D5E490A036E6852FD7603C * value) { ___unitytls_tlsctx_process_handshake_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_process_handshake_27), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_read_28() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_read_28)); } inline unitytls_tlsctx_read_t_tB8FB5200270F48D3C48A6A2F9BB1FD1052FFC2D3 * get_unitytls_tlsctx_read_28() const { return ___unitytls_tlsctx_read_28; } inline unitytls_tlsctx_read_t_tB8FB5200270F48D3C48A6A2F9BB1FD1052FFC2D3 ** get_address_of_unitytls_tlsctx_read_28() { return &___unitytls_tlsctx_read_28; } inline void set_unitytls_tlsctx_read_28(unitytls_tlsctx_read_t_tB8FB5200270F48D3C48A6A2F9BB1FD1052FFC2D3 * value) { ___unitytls_tlsctx_read_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_read_28), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_write_29() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_write_29)); } inline unitytls_tlsctx_write_t_t9346A860CE3FFC985144D67CC3D346C54AEE8AE9 * get_unitytls_tlsctx_write_29() const { return ___unitytls_tlsctx_write_29; } inline unitytls_tlsctx_write_t_t9346A860CE3FFC985144D67CC3D346C54AEE8AE9 ** get_address_of_unitytls_tlsctx_write_29() { return &___unitytls_tlsctx_write_29; } inline void set_unitytls_tlsctx_write_29(unitytls_tlsctx_write_t_t9346A860CE3FFC985144D67CC3D346C54AEE8AE9 * value) { ___unitytls_tlsctx_write_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_write_29), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_notify_close_30() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_notify_close_30)); } inline unitytls_tlsctx_notify_close_t_t07B9BA3416AF6174CD4F6DB42C711B03EE80F4BB * get_unitytls_tlsctx_notify_close_30() const { return ___unitytls_tlsctx_notify_close_30; } inline unitytls_tlsctx_notify_close_t_t07B9BA3416AF6174CD4F6DB42C711B03EE80F4BB ** get_address_of_unitytls_tlsctx_notify_close_30() { return &___unitytls_tlsctx_notify_close_30; } inline void set_unitytls_tlsctx_notify_close_30(unitytls_tlsctx_notify_close_t_t07B9BA3416AF6174CD4F6DB42C711B03EE80F4BB * value) { ___unitytls_tlsctx_notify_close_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_notify_close_30), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_free_31() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_free_31)); } inline unitytls_tlsctx_free_t_t41BC08DA97D5A34340E07BB8C1C3E33BE7D2E7FA * get_unitytls_tlsctx_free_31() const { return ___unitytls_tlsctx_free_31; } inline unitytls_tlsctx_free_t_t41BC08DA97D5A34340E07BB8C1C3E33BE7D2E7FA ** get_address_of_unitytls_tlsctx_free_31() { return &___unitytls_tlsctx_free_31; } inline void set_unitytls_tlsctx_free_31(unitytls_tlsctx_free_t_t41BC08DA97D5A34340E07BB8C1C3E33BE7D2E7FA * value) { ___unitytls_tlsctx_free_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_free_31), (void*)value); } inline static int32_t get_offset_of_unitytls_random_generate_bytes_32() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_random_generate_bytes_32)); } inline unitytls_random_generate_bytes_t_tE10122C2833C33BF0D5870BEA0457A9F59668FCD * get_unitytls_random_generate_bytes_32() const { return ___unitytls_random_generate_bytes_32; } inline unitytls_random_generate_bytes_t_tE10122C2833C33BF0D5870BEA0457A9F59668FCD ** get_address_of_unitytls_random_generate_bytes_32() { return &___unitytls_random_generate_bytes_32; } inline void set_unitytls_random_generate_bytes_32(unitytls_random_generate_bytes_t_tE10122C2833C33BF0D5870BEA0457A9F59668FCD * value) { ___unitytls_random_generate_bytes_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_random_generate_bytes_32), (void*)value); } }; // Native definition for P/Invoke marshalling of Mono.Unity.UnityTls/unitytls_interface_struct struct unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD_marshaled_pinvoke { uint64_t ___UNITYTLS_INVALID_HANDLE_0; unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1; Il2CppMethodPointer ___unitytls_errorstate_create_2; Il2CppMethodPointer ___unitytls_errorstate_raise_error_3; Il2CppMethodPointer ___unitytls_key_get_ref_4; Il2CppMethodPointer ___unitytls_key_parse_der_5; Il2CppMethodPointer ___unitytls_key_parse_pem_6; Il2CppMethodPointer ___unitytls_key_free_7; Il2CppMethodPointer ___unitytls_x509_export_der_8; Il2CppMethodPointer ___unitytls_x509list_get_ref_9; Il2CppMethodPointer ___unitytls_x509list_get_x509_10; Il2CppMethodPointer ___unitytls_x509list_create_11; Il2CppMethodPointer ___unitytls_x509list_append_12; Il2CppMethodPointer ___unitytls_x509list_append_der_13; Il2CppMethodPointer ___unitytls_x509list_append_pem_14; Il2CppMethodPointer ___unitytls_x509list_free_15; Il2CppMethodPointer ___unitytls_x509verify_default_ca_16; Il2CppMethodPointer ___unitytls_x509verify_explicit_ca_17; Il2CppMethodPointer ___unitytls_tlsctx_create_server_18; Il2CppMethodPointer ___unitytls_tlsctx_create_client_19; Il2CppMethodPointer ___unitytls_tlsctx_server_require_client_authentication_20; Il2CppMethodPointer ___unitytls_tlsctx_set_certificate_callback_21; Il2CppMethodPointer ___unitytls_tlsctx_set_trace_callback_22; Il2CppMethodPointer ___unitytls_tlsctx_set_x509verify_callback_23; Il2CppMethodPointer ___unitytls_tlsctx_set_supported_ciphersuites_24; Il2CppMethodPointer ___unitytls_tlsctx_get_ciphersuite_25; Il2CppMethodPointer ___unitytls_tlsctx_get_protocol_26; Il2CppMethodPointer ___unitytls_tlsctx_process_handshake_27; Il2CppMethodPointer ___unitytls_tlsctx_read_28; Il2CppMethodPointer ___unitytls_tlsctx_write_29; Il2CppMethodPointer ___unitytls_tlsctx_notify_close_30; Il2CppMethodPointer ___unitytls_tlsctx_free_31; Il2CppMethodPointer ___unitytls_random_generate_bytes_32; }; // Native definition for COM marshalling of Mono.Unity.UnityTls/unitytls_interface_struct struct unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD_marshaled_com { uint64_t ___UNITYTLS_INVALID_HANDLE_0; unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1; Il2CppMethodPointer ___unitytls_errorstate_create_2; Il2CppMethodPointer ___unitytls_errorstate_raise_error_3; Il2CppMethodPointer ___unitytls_key_get_ref_4; Il2CppMethodPointer ___unitytls_key_parse_der_5; Il2CppMethodPointer ___unitytls_key_parse_pem_6; Il2CppMethodPointer ___unitytls_key_free_7; Il2CppMethodPointer ___unitytls_x509_export_der_8; Il2CppMethodPointer ___unitytls_x509list_get_ref_9; Il2CppMethodPointer ___unitytls_x509list_get_x509_10; Il2CppMethodPointer ___unitytls_x509list_create_11; Il2CppMethodPointer ___unitytls_x509list_append_12; Il2CppMethodPointer ___unitytls_x509list_append_der_13; Il2CppMethodPointer ___unitytls_x509list_append_pem_14; Il2CppMethodPointer ___unitytls_x509list_free_15; Il2CppMethodPointer ___unitytls_x509verify_default_ca_16; Il2CppMethodPointer ___unitytls_x509verify_explicit_ca_17; Il2CppMethodPointer ___unitytls_tlsctx_create_server_18; Il2CppMethodPointer ___unitytls_tlsctx_create_client_19; Il2CppMethodPointer ___unitytls_tlsctx_server_require_client_authentication_20; Il2CppMethodPointer ___unitytls_tlsctx_set_certificate_callback_21; Il2CppMethodPointer ___unitytls_tlsctx_set_trace_callback_22; Il2CppMethodPointer ___unitytls_tlsctx_set_x509verify_callback_23; Il2CppMethodPointer ___unitytls_tlsctx_set_supported_ciphersuites_24; Il2CppMethodPointer ___unitytls_tlsctx_get_ciphersuite_25; Il2CppMethodPointer ___unitytls_tlsctx_get_protocol_26; Il2CppMethodPointer ___unitytls_tlsctx_process_handshake_27; Il2CppMethodPointer ___unitytls_tlsctx_read_28; Il2CppMethodPointer ___unitytls_tlsctx_write_29; Il2CppMethodPointer ___unitytls_tlsctx_notify_close_30; Il2CppMethodPointer ___unitytls_tlsctx_free_31; Il2CppMethodPointer ___unitytls_random_generate_bytes_32; }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_der_t struct unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E : public MulticastDelegate_t { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { 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_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___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((void**)(&___m_actualValue_19), (void*)value); } }; // System.Net.CookieException struct CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 : public FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 { public: public: }; // System.EntryPointNotFoundException struct EntryPointNotFoundException_tD0666CDCBD81C969BAAC14899569BFED2E05F9DC : public TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7 { public: public: }; // System.ObjectDisposedException struct ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A : public InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB { 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_t29EF6F519F16BA477EC682F23E8344BB1E9A958A, ___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((void**)(&___objectName_17), (void*)value); } }; // System.ComponentModel.Win32Exception struct Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 : public ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783 { 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_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950, ___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; } }; // System.Net.NetworkInformation.NetworkInformationException struct NetworkInformationException_t1BA1B6E599C317CF3BBC965519238248C74211CF : public Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 { public: public: }; // System.Net.Sockets.SocketException struct SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 : public Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 { public: // System.Net.EndPoint System.Net.Sockets.SocketException::m_EndPoint EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___m_EndPoint_20; public: inline static int32_t get_offset_of_m_EndPoint_20() { return static_cast(offsetof(SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88, ___m_EndPoint_20)); } inline EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * get_m_EndPoint_20() const { return ___m_EndPoint_20; } inline EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** get_address_of_m_EndPoint_20() { return &___m_EndPoint_20; } inline void set_m_EndPoint_20(EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * value) { ___m_EndPoint_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_EndPoint_20), (void*)value); } }; // // // System.Object // System.Object // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_StaticFields, ____emptyArray_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__emptyArray_5() const { return ____emptyArray_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.Queue`1 // System.Collections.Generic.Queue`1 // System.Collections.Generic.Queue`1 // System.Collections.Generic.Queue`1 // Mono.Security.ASN1 // Mono.Security.ASN1 struct Il2CppArrayBounds; // System.Array struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_4; public: inline static int32_t get_offset_of_emptyArray_4() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields, ___emptyArray_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_4() const { return ___emptyArray_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_4() { return &___emptyArray_4; } inline void set_emptyArray_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value); } }; // System.Collections.ArrayList // System.Security.Cryptography.AsnEncodedData // System.Security.Cryptography.AsnEncodedData // Mono.Net.Security.AsyncProtocolRequest // Mono.Net.Security.AsyncProtocolRequest // Mono.Net.Security.AsyncProtocolResult // Mono.Net.Security.AsyncProtocolResult // System.Attribute // System.Attribute // System.Net.AuthenticationManager struct AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields { public: // System.Collections.ArrayList System.Net.AuthenticationManager::modules ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___modules_0; // System.Object System.Net.AuthenticationManager::locker RuntimeObject * ___locker_1; // System.Net.ICredentialPolicy System.Net.AuthenticationManager::credential_policy RuntimeObject* ___credential_policy_2; public: inline static int32_t get_offset_of_modules_0() { return static_cast(offsetof(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields, ___modules_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_modules_0() const { return ___modules_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_modules_0() { return &___modules_0; } inline void set_modules_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___modules_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___modules_0), (void*)value); } inline static int32_t get_offset_of_locker_1() { return static_cast(offsetof(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields, ___locker_1)); } inline RuntimeObject * get_locker_1() const { return ___locker_1; } inline RuntimeObject ** get_address_of_locker_1() { return &___locker_1; } inline void set_locker_1(RuntimeObject * value) { ___locker_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___locker_1), (void*)value); } inline static int32_t get_offset_of_credential_policy_2() { return static_cast(offsetof(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields, ___credential_policy_2)); } inline RuntimeObject* get_credential_policy_2() const { return ___credential_policy_2; } inline RuntimeObject** get_address_of_credential_policy_2() { return &___credential_policy_2; } inline void set_credential_policy_2(RuntimeObject* value) { ___credential_policy_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___credential_policy_2), (void*)value); } }; // System.Net.AuthenticationManager // System.Net.Authorization // System.Net.Authorization // System.Net.AutoWebProxyScriptEngine // System.Net.AutoWebProxyScriptEngine // System.Net.BasicClient // System.Net.BasicClient // Mono.Net.Security.BufferOffsetSize // Mono.Net.Security.BufferOffsetSize // System.Net.BufferOffsetSize // System.Net.BufferOffsetSize // System.Security.Cryptography.CAPI // System.Security.Cryptography.CAPI // Mono.Net.CFNetwork struct CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields { public: // System.Object Mono.Net.CFNetwork::lock_obj RuntimeObject * ___lock_obj_0; // System.Collections.Generic.Queue`1 Mono.Net.CFNetwork::get_proxy_queue Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * ___get_proxy_queue_1; // System.Threading.AutoResetEvent Mono.Net.CFNetwork::proxy_event AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * ___proxy_event_2; public: inline static int32_t get_offset_of_lock_obj_0() { return static_cast(offsetof(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields, ___lock_obj_0)); } inline RuntimeObject * get_lock_obj_0() const { return ___lock_obj_0; } inline RuntimeObject ** get_address_of_lock_obj_0() { return &___lock_obj_0; } inline void set_lock_obj_0(RuntimeObject * value) { ___lock_obj_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___lock_obj_0), (void*)value); } inline static int32_t get_offset_of_get_proxy_queue_1() { return static_cast(offsetof(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields, ___get_proxy_queue_1)); } inline Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * get_get_proxy_queue_1() const { return ___get_proxy_queue_1; } inline Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 ** get_address_of_get_proxy_queue_1() { return &___get_proxy_queue_1; } inline void set_get_proxy_queue_1(Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * value) { ___get_proxy_queue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___get_proxy_queue_1), (void*)value); } inline static int32_t get_offset_of_proxy_event_2() { return static_cast(offsetof(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields, ___proxy_event_2)); } inline AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * get_proxy_event_2() const { return ___proxy_event_2; } inline AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D ** get_address_of_proxy_event_2() { return &___proxy_event_2; } inline void set_proxy_event_2(AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * value) { ___proxy_event_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___proxy_event_2), (void*)value); } }; // Mono.Net.CFNetwork // System.Text.RegularExpressions.CachedCodeEntry // System.Text.RegularExpressions.CachedCodeEntry // Mono.Net.Security.Private.CallbackHelpers // Mono.Net.Security.Private.CallbackHelpers // System.Text.RegularExpressions.Capture // System.Text.RegularExpressions.Capture // System.Net.CaseInsensitiveAscii struct CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields { public: // System.Net.CaseInsensitiveAscii System.Net.CaseInsensitiveAscii::StaticInstance CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA * ___StaticInstance_0; // System.Byte[] System.Net.CaseInsensitiveAscii::AsciiToLower ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___AsciiToLower_1; public: inline static int32_t get_offset_of_StaticInstance_0() { return static_cast(offsetof(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields, ___StaticInstance_0)); } inline CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA * get_StaticInstance_0() const { return ___StaticInstance_0; } inline CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA ** get_address_of_StaticInstance_0() { return &___StaticInstance_0; } inline void set_StaticInstance_0(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA * value) { ___StaticInstance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___StaticInstance_0), (void*)value); } inline static int32_t get_offset_of_AsciiToLower_1() { return static_cast(offsetof(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields, ___AsciiToLower_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_AsciiToLower_1() const { return ___AsciiToLower_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_AsciiToLower_1() { return &___AsciiToLower_1; } inline void set_AsciiToLower_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___AsciiToLower_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___AsciiToLower_1), (void*)value); } }; // System.Net.CaseInsensitiveAscii // System.Collections.CaseInsensitiveComparer // System.Collections.CaseInsensitiveComparer // System.Collections.CaseInsensitiveHashCodeProvider // System.Collections.CaseInsensitiveHashCodeProvider // Mono.Unity.CertHelper // Mono.Unity.CertHelper // Mono.Net.Security.ChainValidationHelper // Mono.Net.Security.ChainValidationHelper // System.Collections.CollectionBase // System.Collections.CollectionBase // System.Net.Comparer // System.Net.Comparer // System.Collections.Specialized.CompatibleComparer struct CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_StaticFields { public: // System.Collections.IComparer modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.CompatibleComparer::defaultComparer RuntimeObject* ___defaultComparer_1; // System.Collections.IHashCodeProvider modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.CompatibleComparer::defaultHashProvider RuntimeObject* ___defaultHashProvider_3; public: inline static int32_t get_offset_of_defaultComparer_1() { return static_cast(offsetof(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_StaticFields, ___defaultComparer_1)); } inline RuntimeObject* get_defaultComparer_1() const { return ___defaultComparer_1; } inline RuntimeObject** get_address_of_defaultComparer_1() { return &___defaultComparer_1; } inline void set_defaultComparer_1(RuntimeObject* value) { ___defaultComparer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_1), (void*)value); } inline static int32_t get_offset_of_defaultHashProvider_3() { return static_cast(offsetof(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_StaticFields, ___defaultHashProvider_3)); } inline RuntimeObject* get_defaultHashProvider_3() const { return ___defaultHashProvider_3; } inline RuntimeObject** get_address_of_defaultHashProvider_3() { return &___defaultHashProvider_3; } inline void set_defaultHashProvider_3(RuntimeObject* value) { ___defaultHashProvider_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultHashProvider_3), (void*)value); } }; // System.Collections.Specialized.CompatibleComparer // System.Configuration.ConfigurationElement // System.Configuration.ConfigurationElement // System.Configuration.ConfigurationPropertyCollection // System.Configuration.ConfigurationPropertyCollection // System.Net.CookieContainer struct CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_StaticFields { public: // System.Net.HeaderVariantInfo[] System.Net.CookieContainer::HeaderInfo HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354* ___HeaderInfo_0; public: inline static int32_t get_offset_of_HeaderInfo_0() { return static_cast(offsetof(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_StaticFields, ___HeaderInfo_0)); } inline HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354* get_HeaderInfo_0() const { return ___HeaderInfo_0; } inline HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354** get_address_of_HeaderInfo_0() { return &___HeaderInfo_0; } inline void set_HeaderInfo_0(HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354* value) { ___HeaderInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___HeaderInfo_0), (void*)value); } }; // System.Net.CookieContainer // System.Net.CookieParser // System.Net.CookieParser // System.Net.CredentialCache // System.Net.CredentialCache // System.Runtime.ConstrainedExecution.CriticalFinalizerObject // System.Runtime.ConstrainedExecution.CriticalFinalizerObject // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___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_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___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_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_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((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_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; } }; // System.Globalization.CultureInfo // Mono.Unity.Debug // Mono.Unity.Debug // System.Net.DefaultCertificatePolicy // System.Net.DefaultCertificatePolicy // System.Net.Configuration.DefaultProxySectionInternal struct DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_StaticFields { public: // System.Object System.Net.Configuration.DefaultProxySectionInternal::classSyncObject RuntimeObject * ___classSyncObject_1; public: inline static int32_t get_offset_of_classSyncObject_1() { return static_cast(offsetof(DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_StaticFields, ___classSyncObject_1)); } inline RuntimeObject * get_classSyncObject_1() const { return ___classSyncObject_1; } inline RuntimeObject ** get_address_of_classSyncObject_1() { return &___classSyncObject_1; } inline void set_classSyncObject_1(RuntimeObject * value) { ___classSyncObject_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___classSyncObject_1), (void*)value); } }; // System.Net.Configuration.DefaultProxySectionInternal // System.Diagnostics.DiagnosticsConfigurationHandler // System.Diagnostics.DiagnosticsConfigurationHandler // System.Net.DigestClient struct DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_StaticFields { public: // System.Collections.Hashtable System.Net.DigestClient::cache Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___cache_0; public: inline static int32_t get_offset_of_cache_0() { return static_cast(offsetof(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_StaticFields, ___cache_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_cache_0() const { return ___cache_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_cache_0() { return &___cache_0; } inline void set_cache_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___cache_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_0), (void*)value); } }; // System.Net.DigestClient // System.Net.DigestHeaderParser struct DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_StaticFields { public: // System.String[] System.Net.DigestHeaderParser::keywords StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___keywords_3; public: inline static int32_t get_offset_of_keywords_3() { return static_cast(offsetof(DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_StaticFields, ___keywords_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_keywords_3() const { return ___keywords_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_keywords_3() { return &___keywords_3; } inline void set_keywords_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___keywords_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___keywords_3), (void*)value); } }; // System.Net.DigestHeaderParser // System.Net.Dns // System.Net.Dns // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___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_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___defaultEncoding_0)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___unicodeEncoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf7Encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf8Encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf32Encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___asciiEncoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___latin1Encoding_7)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___encodings_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_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((void**)(&___s_InternalSyncObject_15), (void*)value); } }; // System.Text.Encoding // System.Net.EndPoint // System.Net.EndPoint // System.Runtime.ExceptionServices.ExceptionDispatchInfo // System.Runtime.ExceptionServices.ExceptionDispatchInfo // System.Text.RegularExpressions.ExclusiveReference // System.Text.RegularExpressions.ExclusiveReference // System.Security.Cryptography.HashAlgorithm // System.Security.Cryptography.HashAlgorithm // System.Net.NetworkInformation.IPGlobalProperties struct IPGlobalProperties_tD2935E387BBC03382D35AD2B6288214CAB4095C5_StaticFields { public: // System.Boolean System.Net.NetworkInformation.IPGlobalProperties::k__BackingField bool ___U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0() { return static_cast(offsetof(IPGlobalProperties_tD2935E387BBC03382D35AD2B6288214CAB4095C5_StaticFields, ___U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0)); } inline bool get_U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0() const { return ___U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0; } inline bool* get_address_of_U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0() { return &___U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0; } inline void set_U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0(bool value) { ___U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0 = value; } }; // System.Net.NetworkInformation.IPGlobalProperties // System.Net.IPHostEntry // System.Net.IPHostEntry // System.MarshalByRefObject // System.MarshalByRefObject // System.Reflection.MemberInfo // System.Reflection.MemberInfo // Mono.Security.Interface.MonoTlsProvider // Mono.Security.Interface.MonoTlsProvider // System.Net.NetworkCredential // System.Net.NetworkCredential // System.Net.NtlmClient // System.Net.NtlmClient // System.Net.PathList // System.Net.PathList // System.Security.Cryptography.RandomNumberGenerator // System.Security.Cryptography.RandomNumberGenerator // System.Text.RegularExpressions.RegexCode // System.Text.RegularExpressions.RegexCode // System.Runtime.Serialization.SerializationInfo // System.Runtime.Serialization.SerializationInfo // System.Net.ServerCertValidationCallback // System.Net.ServerCertValidationCallback // System.Text.RegularExpressions.SharedReference // System.Text.RegularExpressions.SharedReference // System.String 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((void**)(&___Empty_5), (void*)value); } }; // System.String // System.Text.StringBuilder // System.Text.StringBuilder // System.ValueType // System.ValueType // System.Security.Cryptography.X509Certificates.X509Certificate // System.Security.Cryptography.X509Certificates.X509Certificate // System.Security.Cryptography.X509Certificates.X509CertificateImpl // System.Security.Cryptography.X509Certificates.X509CertificateImpl // System.Security.Cryptography.X509Certificates.X509CertificateImplCollection // System.Security.Cryptography.X509Certificates.X509CertificateImplCollection // System.Security.Cryptography.X509Certificates.X509Chain // System.Security.Cryptography.X509Certificates.X509Chain // System.Xml.XmlNode // System.Xml.XmlNode // Mono.Net.CFNetwork/<>c__DisplayClass13_0 // Mono.Net.CFNetwork/<>c__DisplayClass13_0 // Mono.Net.CFNetwork/CFWebProxy // Mono.Net.CFNetwork/CFWebProxy // Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass5_0 // Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass5_0 // Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass8_0 // Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass8_0 // System.Net.CookieCollection/CookieCollectionEnumerator // System.Net.CookieCollection/CookieCollectionEnumerator // System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator // System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // System.ValueTuple`2 // System.ValueTuple`2 // Mono.Net.Security.AsyncHandshakeRequest // Mono.Net.Security.AsyncHandshakeRequest // System.Runtime.CompilerServices.AsyncMethodBuilderCore // System.Runtime.CompilerServices.AsyncMethodBuilderCore // Mono.Net.Security.AsyncReadOrWriteRequest // Mono.Net.Security.AsyncReadOrWriteRequest // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_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_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Boolean // Mono.Net.Security.BufferOffsetSize2 // Mono.Net.Security.BufferOffsetSize2 // System.Net.Configuration.BypassElement // System.Net.Configuration.BypassElement // System.Byte // System.Byte // System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields { public: // System.Action`1 System.Threading.CancellationToken::s_ActionToActionObjShunt Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_ActionToActionObjShunt_1; public: inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields, ___s_ActionToActionObjShunt_1)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; } inline void set_s_ActionToActionObjShunt_1(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_ActionToActionObjShunt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ActionToActionObjShunt_1), (void*)value); } }; // System.Threading.CancellationToken // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.Char // System.Net.NetworkInformation.CommonUnixIPGlobalProperties // System.Net.NetworkInformation.CommonUnixIPGlobalProperties // System.Configuration.ConfigurationElementCollection // System.Configuration.ConfigurationElementCollection // System.Configuration.ConfigurationSection // System.Configuration.ConfigurationSection // System.Net.Configuration.ConnectionManagementElement // System.Net.Configuration.ConnectionManagementElement // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.DateTime // System.ComponentModel.DefaultValueAttribute // System.ComponentModel.DefaultValueAttribute // System.ComponentModel.DescriptionAttribute struct DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_StaticFields { public: // System.ComponentModel.DescriptionAttribute System.ComponentModel.DescriptionAttribute::Default DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * ___Default_0; public: inline static int32_t get_offset_of_Default_0() { return static_cast(offsetof(DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_StaticFields, ___Default_0)); } inline DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * get_Default_0() const { return ___Default_0; } inline DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA ** get_address_of_Default_0() { return &___Default_0; } inline void set_Default_0(DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * value) { ___Default_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_0), (void*)value); } }; // System.ComponentModel.DescriptionAttribute // System.ComponentModel.DesignTimeVisibleAttribute struct DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_StaticFields { public: // System.ComponentModel.DesignTimeVisibleAttribute System.ComponentModel.DesignTimeVisibleAttribute::Yes DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * ___Yes_1; // System.ComponentModel.DesignTimeVisibleAttribute System.ComponentModel.DesignTimeVisibleAttribute::No DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * ___No_2; // System.ComponentModel.DesignTimeVisibleAttribute System.ComponentModel.DesignTimeVisibleAttribute::Default DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * ___Default_3; public: inline static int32_t get_offset_of_Yes_1() { return static_cast(offsetof(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_StaticFields, ___Yes_1)); } inline DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * get_Yes_1() const { return ___Yes_1; } inline DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A ** get_address_of_Yes_1() { return &___Yes_1; } inline void set_Yes_1(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * value) { ___Yes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Yes_1), (void*)value); } inline static int32_t get_offset_of_No_2() { return static_cast(offsetof(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_StaticFields, ___No_2)); } inline DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * get_No_2() const { return ___No_2; } inline DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A ** get_address_of_No_2() { return &___No_2; } inline void set_No_2(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * value) { ___No_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___No_2), (void*)value); } inline static int32_t get_offset_of_Default_3() { return static_cast(offsetof(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_StaticFields, ___Default_3)); } inline DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * get_Default_3() const { return ___Default_3; } inline DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A ** get_address_of_Default_3() { return &___Default_3; } inline void set_Default_3(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * value) { ___Default_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_3), (void*)value); } }; // System.ComponentModel.DesignTimeVisibleAttribute // System.Collections.DictionaryEntry // System.Collections.DictionaryEntry // System.ComponentModel.DisplayNameAttribute struct DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_StaticFields { public: // System.ComponentModel.DisplayNameAttribute System.ComponentModel.DisplayNameAttribute::Default DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * ___Default_0; public: inline static int32_t get_offset_of_Default_0() { return static_cast(offsetof(DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_StaticFields, ___Default_0)); } inline DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * get_Default_0() const { return ___Default_0; } inline DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 ** get_address_of_Default_0() { return &___Default_0; } inline void set_Default_0(DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * value) { ___Default_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_0), (void*)value); } }; // System.ComponentModel.DisplayNameAttribute // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_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_t42821932CB52DE2057E685D0E1AF3DE5033D2181_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; } }; // System.Double // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // System.Enum // System.Runtime.InteropServices.GCHandle // System.Runtime.InteropServices.GCHandle // System.Net.IPEndPoint struct IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_StaticFields { public: // System.Net.IPEndPoint System.Net.IPEndPoint::Any IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___Any_5; // System.Net.IPEndPoint System.Net.IPEndPoint::IPv6Any IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___IPv6Any_6; public: inline static int32_t get_offset_of_Any_5() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_StaticFields, ___Any_5)); } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * get_Any_5() const { return ___Any_5; } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E ** get_address_of_Any_5() { return &___Any_5; } inline void set_Any_5(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * value) { ___Any_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Any_5), (void*)value); } inline static int32_t get_offset_of_IPv6Any_6() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_StaticFields, ___IPv6Any_6)); } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * get_IPv6Any_6() const { return ___IPv6Any_6; } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E ** get_address_of_IPv6Any_6() { return &___IPv6Any_6; } inline void set_IPv6Any_6(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * value) { ___IPv6Any_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6Any_6), (void*)value); } }; // System.Net.IPEndPoint // System.Int32 // System.Int32 // System.Int64 // System.Int64 // System.IntPtr 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; } }; // System.IntPtr // System.Security.Cryptography.MD5 // System.Security.Cryptography.MD5 // System.Single // System.Single // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.IO.Stream // System.Net.SystemNetworkCredential struct SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_StaticFields { public: // System.Net.SystemNetworkCredential System.Net.SystemNetworkCredential::defaultCredential SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F * ___defaultCredential_3; public: inline static int32_t get_offset_of_defaultCredential_3() { return static_cast(offsetof(SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_StaticFields, ___defaultCredential_3)); } inline SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F * get_defaultCredential_3() const { return ___defaultCredential_3; } inline SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F ** get_address_of_defaultCredential_3() { return &___defaultCredential_3; } inline void set_defaultCredential_3(SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F * value) { ___defaultCredential_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultCredential_3), (void*)value); } }; // System.Net.SystemNetworkCredential // System.Threading.Thread struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields { public: // System.LocalDataStoreMgr System.Threading.Thread::s_LocalDataStoreMgr LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * ___s_LocalDataStoreMgr_0; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentCulture AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * ___s_asyncLocalCurrentCulture_4; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentUICulture AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * ___s_asyncLocalCurrentUICulture_5; public: inline static int32_t get_offset_of_s_LocalDataStoreMgr_0() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields, ___s_LocalDataStoreMgr_0)); } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * get_s_LocalDataStoreMgr_0() const { return ___s_LocalDataStoreMgr_0; } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A ** get_address_of_s_LocalDataStoreMgr_0() { return &___s_LocalDataStoreMgr_0; } inline void set_s_LocalDataStoreMgr_0(LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * value) { ___s_LocalDataStoreMgr_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStoreMgr_0), (void*)value); } inline static int32_t get_offset_of_s_asyncLocalCurrentCulture_4() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields, ___s_asyncLocalCurrentCulture_4)); } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * get_s_asyncLocalCurrentCulture_4() const { return ___s_asyncLocalCurrentCulture_4; } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 ** get_address_of_s_asyncLocalCurrentCulture_4() { return &___s_asyncLocalCurrentCulture_4; } inline void set_s_asyncLocalCurrentCulture_4(AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * value) { ___s_asyncLocalCurrentCulture_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentCulture_4), (void*)value); } inline static int32_t get_offset_of_s_asyncLocalCurrentUICulture_5() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields, ___s_asyncLocalCurrentUICulture_5)); } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * get_s_asyncLocalCurrentUICulture_5() const { return ___s_asyncLocalCurrentUICulture_5; } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 ** get_address_of_s_asyncLocalCurrentUICulture_5() { return &___s_asyncLocalCurrentUICulture_5; } inline void set_s_asyncLocalCurrentUICulture_5(AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * value) { ___s_asyncLocalCurrentUICulture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentUICulture_5), (void*)value); } }; // System.Threading.Thread struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields { public: // System.LocalDataStoreHolder System.Threading.Thread::s_LocalDataStore LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * ___s_LocalDataStore_1; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___m_CurrentCulture_2; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___m_CurrentUICulture_3; // System.Threading.Thread System.Threading.Thread::current_thread Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___current_thread_11; public: inline static int32_t get_offset_of_s_LocalDataStore_1() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___s_LocalDataStore_1)); } inline LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * get_s_LocalDataStore_1() const { return ___s_LocalDataStore_1; } inline LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 ** get_address_of_s_LocalDataStore_1() { return &___s_LocalDataStore_1; } inline void set_s_LocalDataStore_1(LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * value) { ___s_LocalDataStore_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStore_1), (void*)value); } inline static int32_t get_offset_of_m_CurrentCulture_2() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___m_CurrentCulture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_CurrentCulture_2() const { return ___m_CurrentCulture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_CurrentCulture_2() { return &___m_CurrentCulture_2; } inline void set_m_CurrentCulture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_CurrentCulture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentCulture_2), (void*)value); } inline static int32_t get_offset_of_m_CurrentUICulture_3() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___m_CurrentUICulture_3)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_CurrentUICulture_3() const { return ___m_CurrentUICulture_3; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_CurrentUICulture_3() { return &___m_CurrentUICulture_3; } inline void set_m_CurrentUICulture_3(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_CurrentUICulture_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentUICulture_3), (void*)value); } inline static int32_t get_offset_of_current_thread_11() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___current_thread_11)); } inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * get_current_thread_11() const { return ___current_thread_11; } inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 ** get_address_of_current_thread_11() { return &___current_thread_11; } inline void set_current_thread_11(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * value) { ___current_thread_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_thread_11), (void*)value); } }; // System.UInt32 // System.UInt32 // System.Void // System.Void // System.Security.Cryptography.X509Certificates.X509Certificate2Impl // System.Security.Cryptography.X509Certificates.X509Certificate2Impl // System.Security.Cryptography.X509Certificates.X509CertificateCollection // System.Security.Cryptography.X509Certificates.X509CertificateCollection // System.Security.Cryptography.X509Certificates.X509Extension // System.Security.Cryptography.X509Certificates.X509Extension // /__StaticArrayInitTypeSize=12 // /__StaticArrayInitTypeSize=12 // /__StaticArrayInitTypeSize=128 // /__StaticArrayInitTypeSize=128 // /__StaticArrayInitTypeSize=14 // /__StaticArrayInitTypeSize=14 // /__StaticArrayInitTypeSize=256 // /__StaticArrayInitTypeSize=256 // /__StaticArrayInitTypeSize=3 // /__StaticArrayInitTypeSize=3 // /__StaticArrayInitTypeSize=32 // /__StaticArrayInitTypeSize=32 // /__StaticArrayInitTypeSize=44 // /__StaticArrayInitTypeSize=44 // /__StaticArrayInitTypeSize=6 // /__StaticArrayInitTypeSize=6 // /__StaticArrayInitTypeSize=9 // /__StaticArrayInitTypeSize=9 // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter // Mono.Unity.UnityTls/unitytls_x509list // Mono.Unity.UnityTls/unitytls_x509list // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1> struct AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1> // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 // System.Nullable`1 // System.Nullable`1 // struct U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields { public: // /__StaticArrayInitTypeSize=14 ::0283A6AF88802AB45989B29549915BEA0F6CD515 __StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF ___0283A6AF88802AB45989B29549915BEA0F6CD515_0; // System.Int64 ::03F4297FCC30D0FD5E420E5D26E7FA711167C7EF int64_t ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; // /__StaticArrayInitTypeSize=9 ::1A39764B112685485A5BA7B2880D878B858C1A7A __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 ___1A39764B112685485A5BA7B2880D878B858C1A7A_2; // /__StaticArrayInitTypeSize=3 ::1A84029C80CB5518379F199F53FF08A7B764F8FD __StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02 ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; // /__StaticArrayInitTypeSize=12 ::3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC __StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; // /__StaticArrayInitTypeSize=32 ::59F5BD34B6C013DEACC784F69C67E95150033A84 __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F ___59F5BD34B6C013DEACC784F69C67E95150033A84_5; // /__StaticArrayInitTypeSize=6 ::5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C __StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92 ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6; // /__StaticArrayInitTypeSize=9 ::6D49C9D487D7AD3491ECE08732D68A593CC2038D __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7; // /__StaticArrayInitTypeSize=128 ::6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8; // /__StaticArrayInitTypeSize=44 ::8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3 __StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24 ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9; // System.Int64 ::98A44A6F8606AE6F23FE230286C1D6FBCC407226 int64_t ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10; // /__StaticArrayInitTypeSize=32 ::C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536 __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11; // /__StaticArrayInitTypeSize=128 ::CCEEADA43268372341F81AE0C9208C6856441C04 __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B ___CCEEADA43268372341F81AE0C9208C6856441C04_12; // System.Int64 ::E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78 int64_t ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13; // /__StaticArrayInitTypeSize=32 ::EC5842B3154E1AF94500B57220EB9F684BCCC42A __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14; // /__StaticArrayInitTypeSize=256 ::EEAFE8C6E1AB017237567305EE925C976CDB6458 __StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15; public: inline static int32_t get_offset_of_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___0283A6AF88802AB45989B29549915BEA0F6CD515_0)); } inline __StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF get_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() const { return ___0283A6AF88802AB45989B29549915BEA0F6CD515_0; } inline __StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF * get_address_of_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() { return &___0283A6AF88802AB45989B29549915BEA0F6CD515_0; } inline void set_U30283A6AF88802AB45989B29549915BEA0F6CD515_0(__StaticArrayInitTypeSizeU3D14_t4B341AB58EF8F7A8D248C3EC4ED45FBC3E19CDAF value) { ___0283A6AF88802AB45989B29549915BEA0F6CD515_0 = value; } inline static int32_t get_offset_of_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_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_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___1A39764B112685485A5BA7B2880D878B858C1A7A_2)); } inline __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 get_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() const { return ___1A39764B112685485A5BA7B2880D878B858C1A7A_2; } inline __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 * get_address_of_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() { return &___1A39764B112685485A5BA7B2880D878B858C1A7A_2; } inline void set_U31A39764B112685485A5BA7B2880D878B858C1A7A_2(__StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 value) { ___1A39764B112685485A5BA7B2880D878B858C1A7A_2 = value; } inline static int32_t get_offset_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3)); } inline __StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02 get_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() const { return ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; } inline __StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02 * get_address_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() { return &___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; } inline void set_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3(__StaticArrayInitTypeSizeU3D3_t2822E06E7570D02A3B51B4B68B2D90A77AB7CA02 value) { ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3 = value; } inline static int32_t get_offset_of_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4)); } inline __StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA get_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() const { return ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; } inline __StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA * get_address_of_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() { return &___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; } inline void set_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4(__StaticArrayInitTypeSizeU3D12_tB03FD2B627BB01BB37E9AE2DB4557084F0026ACA value) { ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4 = value; } inline static int32_t get_offset_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___59F5BD34B6C013DEACC784F69C67E95150033A84_5)); } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F get_U359F5BD34B6C013DEACC784F69C67E95150033A84_5() const { return ___59F5BD34B6C013DEACC784F69C67E95150033A84_5; } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F * get_address_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_5() { return &___59F5BD34B6C013DEACC784F69C67E95150033A84_5; } inline void set_U359F5BD34B6C013DEACC784F69C67E95150033A84_5(__StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F value) { ___59F5BD34B6C013DEACC784F69C67E95150033A84_5 = value; } inline static int32_t get_offset_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6)); } inline __StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92 get_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6() const { return ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6; } inline __StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92 * get_address_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6() { return &___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6; } inline void set_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6(__StaticArrayInitTypeSizeU3D6_t27650A226C11FAD389D4736DAD4E30DA7DD59B92 value) { ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6 = value; } inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7)); } inline __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7; } inline __StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7; } inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7(__StaticArrayInitTypeSizeU3D9_t6F4B3CBBC229ABC1E0D4889D9B109047F6FA9B71 value) { ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7 = value; } inline static int32_t get_offset_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8)); } inline __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B get_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8() const { return ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8; } inline __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B * get_address_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8() { return &___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8; } inline void set_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8(__StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B value) { ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8 = value; } inline static int32_t get_offset_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9)); } inline __StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24 get_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9() const { return ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9; } inline __StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24 * get_address_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9() { return &___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9; } inline void set_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9(__StaticArrayInitTypeSizeU3D44_t2F10E0A6A5CD8F1EC7DB466A80FA89066B4E0B24 value) { ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9 = value; } inline static int32_t get_offset_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_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_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11)); } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F get_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11() const { return ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11; } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F * get_address_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11() { return &___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11; } inline void set_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11(__StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F value) { ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11 = value; } inline static int32_t get_offset_of_CCEEADA43268372341F81AE0C9208C6856441C04_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___CCEEADA43268372341F81AE0C9208C6856441C04_12)); } inline __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B get_CCEEADA43268372341F81AE0C9208C6856441C04_12() const { return ___CCEEADA43268372341F81AE0C9208C6856441C04_12; } inline __StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B * get_address_of_CCEEADA43268372341F81AE0C9208C6856441C04_12() { return &___CCEEADA43268372341F81AE0C9208C6856441C04_12; } inline void set_CCEEADA43268372341F81AE0C9208C6856441C04_12(__StaticArrayInitTypeSizeU3D128_t2C1166FE3CC05212DD55648859D997CA8842A83B value) { ___CCEEADA43268372341F81AE0C9208C6856441C04_12 = value; } inline static int32_t get_offset_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_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_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14)); } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F get_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14() const { return ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14; } inline __StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F * get_address_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14() { return &___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14; } inline void set_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14(__StaticArrayInitTypeSizeU3D32_tD37BEF7101998702862991181C721026AB96A59F value) { ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14 = value; } inline static int32_t get_offset_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0_StaticFields, ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15)); } inline __StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D get_EEAFE8C6E1AB017237567305EE925C976CDB6458_15() const { return ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15; } inline __StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D * get_address_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_15() { return &___EEAFE8C6E1AB017237567305EE925C976CDB6458_15; } inline void set_EEAFE8C6E1AB017237567305EE925C976CDB6458_15(__StaticArrayInitTypeSizeU3D256_t3D7752AC597E9D12F8CA9D83DED6BB4AA67F736D value) { ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15 = value; } }; // // System.Net.Sockets.AddressFamily // System.Net.Sockets.AddressFamily // Mono.Security.Interface.AlertDescription // Mono.Security.Interface.AlertDescription // System.Security.Cryptography.AsnDecodeStatus // System.Security.Cryptography.AsnDecodeStatus // Mono.Net.Security.AsyncOperationStatus // Mono.Net.Security.AsyncOperationStatus // Mono.Net.Security.AsyncReadRequest // Mono.Net.Security.AsyncReadRequest // Mono.Net.Security.AsyncWriteRequest // Mono.Net.Security.AsyncWriteRequest // System.Net.Security.AuthenticatedStream // System.Net.Security.AuthenticatedStream // System.Net.Security.AuthenticationLevel // System.Net.Security.AuthenticationLevel // System.Reflection.BindingFlags // System.Reflection.BindingFlags // System.Net.Configuration.BypassElementCollection // System.Net.Configuration.BypassElementCollection // Mono.Net.CFObject // Mono.Net.CFObject // Mono.Net.CFProxy struct CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields { public: // System.IntPtr Mono.Net.CFProxy::kCFProxyAutoConfigurationJavaScriptKey intptr_t ___kCFProxyAutoConfigurationJavaScriptKey_0; // System.IntPtr Mono.Net.CFProxy::kCFProxyAutoConfigurationURLKey intptr_t ___kCFProxyAutoConfigurationURLKey_1; // System.IntPtr Mono.Net.CFProxy::kCFProxyHostNameKey intptr_t ___kCFProxyHostNameKey_2; // System.IntPtr Mono.Net.CFProxy::kCFProxyPasswordKey intptr_t ___kCFProxyPasswordKey_3; // System.IntPtr Mono.Net.CFProxy::kCFProxyPortNumberKey intptr_t ___kCFProxyPortNumberKey_4; // System.IntPtr Mono.Net.CFProxy::kCFProxyTypeKey intptr_t ___kCFProxyTypeKey_5; // System.IntPtr Mono.Net.CFProxy::kCFProxyUsernameKey intptr_t ___kCFProxyUsernameKey_6; // System.IntPtr Mono.Net.CFProxy::kCFProxyTypeAutoConfigurationURL intptr_t ___kCFProxyTypeAutoConfigurationURL_7; // System.IntPtr Mono.Net.CFProxy::kCFProxyTypeAutoConfigurationJavaScript intptr_t ___kCFProxyTypeAutoConfigurationJavaScript_8; // System.IntPtr Mono.Net.CFProxy::kCFProxyTypeFTP intptr_t ___kCFProxyTypeFTP_9; // System.IntPtr Mono.Net.CFProxy::kCFProxyTypeHTTP intptr_t ___kCFProxyTypeHTTP_10; // System.IntPtr Mono.Net.CFProxy::kCFProxyTypeHTTPS intptr_t ___kCFProxyTypeHTTPS_11; // System.IntPtr Mono.Net.CFProxy::kCFProxyTypeSOCKS intptr_t ___kCFProxyTypeSOCKS_12; public: inline static int32_t get_offset_of_kCFProxyAutoConfigurationJavaScriptKey_0() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyAutoConfigurationJavaScriptKey_0)); } inline intptr_t get_kCFProxyAutoConfigurationJavaScriptKey_0() const { return ___kCFProxyAutoConfigurationJavaScriptKey_0; } inline intptr_t* get_address_of_kCFProxyAutoConfigurationJavaScriptKey_0() { return &___kCFProxyAutoConfigurationJavaScriptKey_0; } inline void set_kCFProxyAutoConfigurationJavaScriptKey_0(intptr_t value) { ___kCFProxyAutoConfigurationJavaScriptKey_0 = value; } inline static int32_t get_offset_of_kCFProxyAutoConfigurationURLKey_1() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyAutoConfigurationURLKey_1)); } inline intptr_t get_kCFProxyAutoConfigurationURLKey_1() const { return ___kCFProxyAutoConfigurationURLKey_1; } inline intptr_t* get_address_of_kCFProxyAutoConfigurationURLKey_1() { return &___kCFProxyAutoConfigurationURLKey_1; } inline void set_kCFProxyAutoConfigurationURLKey_1(intptr_t value) { ___kCFProxyAutoConfigurationURLKey_1 = value; } inline static int32_t get_offset_of_kCFProxyHostNameKey_2() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyHostNameKey_2)); } inline intptr_t get_kCFProxyHostNameKey_2() const { return ___kCFProxyHostNameKey_2; } inline intptr_t* get_address_of_kCFProxyHostNameKey_2() { return &___kCFProxyHostNameKey_2; } inline void set_kCFProxyHostNameKey_2(intptr_t value) { ___kCFProxyHostNameKey_2 = value; } inline static int32_t get_offset_of_kCFProxyPasswordKey_3() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyPasswordKey_3)); } inline intptr_t get_kCFProxyPasswordKey_3() const { return ___kCFProxyPasswordKey_3; } inline intptr_t* get_address_of_kCFProxyPasswordKey_3() { return &___kCFProxyPasswordKey_3; } inline void set_kCFProxyPasswordKey_3(intptr_t value) { ___kCFProxyPasswordKey_3 = value; } inline static int32_t get_offset_of_kCFProxyPortNumberKey_4() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyPortNumberKey_4)); } inline intptr_t get_kCFProxyPortNumberKey_4() const { return ___kCFProxyPortNumberKey_4; } inline intptr_t* get_address_of_kCFProxyPortNumberKey_4() { return &___kCFProxyPortNumberKey_4; } inline void set_kCFProxyPortNumberKey_4(intptr_t value) { ___kCFProxyPortNumberKey_4 = value; } inline static int32_t get_offset_of_kCFProxyTypeKey_5() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyTypeKey_5)); } inline intptr_t get_kCFProxyTypeKey_5() const { return ___kCFProxyTypeKey_5; } inline intptr_t* get_address_of_kCFProxyTypeKey_5() { return &___kCFProxyTypeKey_5; } inline void set_kCFProxyTypeKey_5(intptr_t value) { ___kCFProxyTypeKey_5 = value; } inline static int32_t get_offset_of_kCFProxyUsernameKey_6() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyUsernameKey_6)); } inline intptr_t get_kCFProxyUsernameKey_6() const { return ___kCFProxyUsernameKey_6; } inline intptr_t* get_address_of_kCFProxyUsernameKey_6() { return &___kCFProxyUsernameKey_6; } inline void set_kCFProxyUsernameKey_6(intptr_t value) { ___kCFProxyUsernameKey_6 = value; } inline static int32_t get_offset_of_kCFProxyTypeAutoConfigurationURL_7() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyTypeAutoConfigurationURL_7)); } inline intptr_t get_kCFProxyTypeAutoConfigurationURL_7() const { return ___kCFProxyTypeAutoConfigurationURL_7; } inline intptr_t* get_address_of_kCFProxyTypeAutoConfigurationURL_7() { return &___kCFProxyTypeAutoConfigurationURL_7; } inline void set_kCFProxyTypeAutoConfigurationURL_7(intptr_t value) { ___kCFProxyTypeAutoConfigurationURL_7 = value; } inline static int32_t get_offset_of_kCFProxyTypeAutoConfigurationJavaScript_8() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyTypeAutoConfigurationJavaScript_8)); } inline intptr_t get_kCFProxyTypeAutoConfigurationJavaScript_8() const { return ___kCFProxyTypeAutoConfigurationJavaScript_8; } inline intptr_t* get_address_of_kCFProxyTypeAutoConfigurationJavaScript_8() { return &___kCFProxyTypeAutoConfigurationJavaScript_8; } inline void set_kCFProxyTypeAutoConfigurationJavaScript_8(intptr_t value) { ___kCFProxyTypeAutoConfigurationJavaScript_8 = value; } inline static int32_t get_offset_of_kCFProxyTypeFTP_9() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyTypeFTP_9)); } inline intptr_t get_kCFProxyTypeFTP_9() const { return ___kCFProxyTypeFTP_9; } inline intptr_t* get_address_of_kCFProxyTypeFTP_9() { return &___kCFProxyTypeFTP_9; } inline void set_kCFProxyTypeFTP_9(intptr_t value) { ___kCFProxyTypeFTP_9 = value; } inline static int32_t get_offset_of_kCFProxyTypeHTTP_10() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyTypeHTTP_10)); } inline intptr_t get_kCFProxyTypeHTTP_10() const { return ___kCFProxyTypeHTTP_10; } inline intptr_t* get_address_of_kCFProxyTypeHTTP_10() { return &___kCFProxyTypeHTTP_10; } inline void set_kCFProxyTypeHTTP_10(intptr_t value) { ___kCFProxyTypeHTTP_10 = value; } inline static int32_t get_offset_of_kCFProxyTypeHTTPS_11() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyTypeHTTPS_11)); } inline intptr_t get_kCFProxyTypeHTTPS_11() const { return ___kCFProxyTypeHTTPS_11; } inline intptr_t* get_address_of_kCFProxyTypeHTTPS_11() { return &___kCFProxyTypeHTTPS_11; } inline void set_kCFProxyTypeHTTPS_11(intptr_t value) { ___kCFProxyTypeHTTPS_11 = value; } inline static int32_t get_offset_of_kCFProxyTypeSOCKS_12() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyTypeSOCKS_12)); } inline intptr_t get_kCFProxyTypeSOCKS_12() const { return ___kCFProxyTypeSOCKS_12; } inline intptr_t* get_address_of_kCFProxyTypeSOCKS_12() { return &___kCFProxyTypeSOCKS_12; } inline void set_kCFProxyTypeSOCKS_12(intptr_t value) { ___kCFProxyTypeSOCKS_12 = value; } }; // Mono.Net.CFProxy // Mono.Net.CFProxySettings struct CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields { public: // System.IntPtr Mono.Net.CFProxySettings::kCFNetworkProxiesHTTPEnable intptr_t ___kCFNetworkProxiesHTTPEnable_0; // System.IntPtr Mono.Net.CFProxySettings::kCFNetworkProxiesHTTPPort intptr_t ___kCFNetworkProxiesHTTPPort_1; // System.IntPtr Mono.Net.CFProxySettings::kCFNetworkProxiesHTTPProxy intptr_t ___kCFNetworkProxiesHTTPProxy_2; // System.IntPtr Mono.Net.CFProxySettings::kCFNetworkProxiesProxyAutoConfigEnable intptr_t ___kCFNetworkProxiesProxyAutoConfigEnable_3; // System.IntPtr Mono.Net.CFProxySettings::kCFNetworkProxiesProxyAutoConfigJavaScript intptr_t ___kCFNetworkProxiesProxyAutoConfigJavaScript_4; // System.IntPtr Mono.Net.CFProxySettings::kCFNetworkProxiesProxyAutoConfigURLString intptr_t ___kCFNetworkProxiesProxyAutoConfigURLString_5; public: inline static int32_t get_offset_of_kCFNetworkProxiesHTTPEnable_0() { return static_cast(offsetof(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields, ___kCFNetworkProxiesHTTPEnable_0)); } inline intptr_t get_kCFNetworkProxiesHTTPEnable_0() const { return ___kCFNetworkProxiesHTTPEnable_0; } inline intptr_t* get_address_of_kCFNetworkProxiesHTTPEnable_0() { return &___kCFNetworkProxiesHTTPEnable_0; } inline void set_kCFNetworkProxiesHTTPEnable_0(intptr_t value) { ___kCFNetworkProxiesHTTPEnable_0 = value; } inline static int32_t get_offset_of_kCFNetworkProxiesHTTPPort_1() { return static_cast(offsetof(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields, ___kCFNetworkProxiesHTTPPort_1)); } inline intptr_t get_kCFNetworkProxiesHTTPPort_1() const { return ___kCFNetworkProxiesHTTPPort_1; } inline intptr_t* get_address_of_kCFNetworkProxiesHTTPPort_1() { return &___kCFNetworkProxiesHTTPPort_1; } inline void set_kCFNetworkProxiesHTTPPort_1(intptr_t value) { ___kCFNetworkProxiesHTTPPort_1 = value; } inline static int32_t get_offset_of_kCFNetworkProxiesHTTPProxy_2() { return static_cast(offsetof(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields, ___kCFNetworkProxiesHTTPProxy_2)); } inline intptr_t get_kCFNetworkProxiesHTTPProxy_2() const { return ___kCFNetworkProxiesHTTPProxy_2; } inline intptr_t* get_address_of_kCFNetworkProxiesHTTPProxy_2() { return &___kCFNetworkProxiesHTTPProxy_2; } inline void set_kCFNetworkProxiesHTTPProxy_2(intptr_t value) { ___kCFNetworkProxiesHTTPProxy_2 = value; } inline static int32_t get_offset_of_kCFNetworkProxiesProxyAutoConfigEnable_3() { return static_cast(offsetof(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields, ___kCFNetworkProxiesProxyAutoConfigEnable_3)); } inline intptr_t get_kCFNetworkProxiesProxyAutoConfigEnable_3() const { return ___kCFNetworkProxiesProxyAutoConfigEnable_3; } inline intptr_t* get_address_of_kCFNetworkProxiesProxyAutoConfigEnable_3() { return &___kCFNetworkProxiesProxyAutoConfigEnable_3; } inline void set_kCFNetworkProxiesProxyAutoConfigEnable_3(intptr_t value) { ___kCFNetworkProxiesProxyAutoConfigEnable_3 = value; } inline static int32_t get_offset_of_kCFNetworkProxiesProxyAutoConfigJavaScript_4() { return static_cast(offsetof(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields, ___kCFNetworkProxiesProxyAutoConfigJavaScript_4)); } inline intptr_t get_kCFNetworkProxiesProxyAutoConfigJavaScript_4() const { return ___kCFNetworkProxiesProxyAutoConfigJavaScript_4; } inline intptr_t* get_address_of_kCFNetworkProxiesProxyAutoConfigJavaScript_4() { return &___kCFNetworkProxiesProxyAutoConfigJavaScript_4; } inline void set_kCFNetworkProxiesProxyAutoConfigJavaScript_4(intptr_t value) { ___kCFNetworkProxiesProxyAutoConfigJavaScript_4 = value; } inline static int32_t get_offset_of_kCFNetworkProxiesProxyAutoConfigURLString_5() { return static_cast(offsetof(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields, ___kCFNetworkProxiesProxyAutoConfigURLString_5)); } inline intptr_t get_kCFNetworkProxiesProxyAutoConfigURLString_5() const { return ___kCFNetworkProxiesProxyAutoConfigURLString_5; } inline intptr_t* get_address_of_kCFNetworkProxiesProxyAutoConfigURLString_5() { return &___kCFNetworkProxiesProxyAutoConfigURLString_5; } inline void set_kCFNetworkProxiesProxyAutoConfigURLString_5(intptr_t value) { ___kCFNetworkProxiesProxyAutoConfigURLString_5 = value; } }; // Mono.Net.CFProxySettings // Mono.Net.CFProxyType // Mono.Net.CFProxyType // Mono.Net.CFRange // Mono.Net.CFRange // Mono.Net.CFStreamClientContext // Mono.Net.CFStreamClientContext // System.Net.CloseExState // System.Net.CloseExState // System.IO.Compression.CompressionMode // System.IO.Compression.CompressionMode // System.Net.Configuration.ConnectionManagementElementCollection // System.Net.Configuration.ConnectionManagementElementCollection // System.Net.Configuration.ConnectionManagementSection // System.Net.Configuration.ConnectionManagementSection // System.Net.CookieCollection // System.Net.CookieCollection // System.Net.CookieToken // System.Net.CookieToken // System.Net.CookieVariant // System.Net.CookieVariant // System.Globalization.DateTimeStyles // System.Globalization.DateTimeStyles // System.Net.DecompressionMethods // System.Net.DecompressionMethods // System.Net.Configuration.DefaultProxySection // System.Net.Configuration.DefaultProxySection // System.IO.Compression.DeflateStreamNative // System.IO.Compression.DeflateStreamNative // System.Delegate // System.Delegate // System.Net.DigestSession struct DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_StaticFields { public: // System.Security.Cryptography.RandomNumberGenerator System.Net.DigestSession::rng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ___rng_0; public: inline static int32_t get_offset_of_rng_0() { return static_cast(offsetof(DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_StaticFields, ___rng_0)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get_rng_0() const { return ___rng_0; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of_rng_0() { return &___rng_0; } inline void set_rng_0(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ___rng_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___rng_0), (void*)value); } }; // System.Net.DigestSession // System.Exception 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((void**)(&___s_EDILock_0), (void*)value); } }; // System.Exception // System.Collections.Hashtable // System.Collections.Hashtable // System.Int32Enum // System.Int32Enum // Mono.Security.Interface.MonoSslPolicyErrors // Mono.Security.Interface.MonoSslPolicyErrors // System.Globalization.NumberStyles // System.Globalization.NumberStyles // System.Security.Cryptography.OidGroup // System.Security.Cryptography.OidGroup // System.RuntimeFieldHandle // System.RuntimeFieldHandle // System.RuntimeTypeHandle // System.RuntimeTypeHandle // System.Runtime.InteropServices.SafeHandle // System.Runtime.InteropServices.SafeHandle // System.Net.SecurityProtocolType // System.Net.SecurityProtocolType // System.IO.SeekOrigin // System.IO.SeekOrigin // System.Net.ServicePoint // System.Net.ServicePoint // System.Net.Security.SslPolicyErrors // System.Net.Security.SslPolicyErrors // System.Runtime.Serialization.StreamingContextStates // System.Runtime.Serialization.StreamingContextStates // System.StringComparison // System.StringComparison // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields { public: // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_2; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * ___s_factory_3; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject * ___s_taskCompletionSentinel_29; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_30; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * ___s_currentActiveTasks_31; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject * ___s_activeTasksLock_32; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_taskCancelCallback_34; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * ___s_createContingentProperties_35; // System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___s_completedTask_36; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * ___s_IsExceptionObservedByParentPredicate_37; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___s_ecCallback_38; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___s_IsTaskContinuationNullPredicate_39; public: inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskIdCounter_2)); } inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; } inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; } inline void set_s_taskIdCounter_2(int32_t value) { ___s_taskIdCounter_2 = value; } inline static int32_t get_offset_of_s_factory_3() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_factory_3)); } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * get_s_factory_3() const { return ___s_factory_3; } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B ** get_address_of_s_factory_3() { return &___s_factory_3; } inline void set_s_factory_3(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * value) { ___s_factory_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_factory_3), (void*)value); } inline static int32_t get_offset_of_s_taskCompletionSentinel_29() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCompletionSentinel_29)); } inline RuntimeObject * get_s_taskCompletionSentinel_29() const { return ___s_taskCompletionSentinel_29; } inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_29() { return &___s_taskCompletionSentinel_29; } inline void set_s_taskCompletionSentinel_29(RuntimeObject * value) { ___s_taskCompletionSentinel_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCompletionSentinel_29), (void*)value); } inline static int32_t get_offset_of_s_asyncDebuggingEnabled_30() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_asyncDebuggingEnabled_30)); } inline bool get_s_asyncDebuggingEnabled_30() const { return ___s_asyncDebuggingEnabled_30; } inline bool* get_address_of_s_asyncDebuggingEnabled_30() { return &___s_asyncDebuggingEnabled_30; } inline void set_s_asyncDebuggingEnabled_30(bool value) { ___s_asyncDebuggingEnabled_30 = value; } inline static int32_t get_offset_of_s_currentActiveTasks_31() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_currentActiveTasks_31)); } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * get_s_currentActiveTasks_31() const { return ___s_currentActiveTasks_31; } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 ** get_address_of_s_currentActiveTasks_31() { return &___s_currentActiveTasks_31; } inline void set_s_currentActiveTasks_31(Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * value) { ___s_currentActiveTasks_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_currentActiveTasks_31), (void*)value); } inline static int32_t get_offset_of_s_activeTasksLock_32() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_activeTasksLock_32)); } inline RuntimeObject * get_s_activeTasksLock_32() const { return ___s_activeTasksLock_32; } inline RuntimeObject ** get_address_of_s_activeTasksLock_32() { return &___s_activeTasksLock_32; } inline void set_s_activeTasksLock_32(RuntimeObject * value) { ___s_activeTasksLock_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_activeTasksLock_32), (void*)value); } inline static int32_t get_offset_of_s_taskCancelCallback_34() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCancelCallback_34)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_taskCancelCallback_34() const { return ___s_taskCancelCallback_34; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_taskCancelCallback_34() { return &___s_taskCancelCallback_34; } inline void set_s_taskCancelCallback_34(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_taskCancelCallback_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCancelCallback_34), (void*)value); } inline static int32_t get_offset_of_s_createContingentProperties_35() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_createContingentProperties_35)); } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * get_s_createContingentProperties_35() const { return ___s_createContingentProperties_35; } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B ** get_address_of_s_createContingentProperties_35() { return &___s_createContingentProperties_35; } inline void set_s_createContingentProperties_35(Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * value) { ___s_createContingentProperties_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_createContingentProperties_35), (void*)value); } inline static int32_t get_offset_of_s_completedTask_36() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_completedTask_36)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_s_completedTask_36() const { return ___s_completedTask_36; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_s_completedTask_36() { return &___s_completedTask_36; } inline void set_s_completedTask_36(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___s_completedTask_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_completedTask_36), (void*)value); } inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_37() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsExceptionObservedByParentPredicate_37)); } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * get_s_IsExceptionObservedByParentPredicate_37() const { return ___s_IsExceptionObservedByParentPredicate_37; } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD ** get_address_of_s_IsExceptionObservedByParentPredicate_37() { return &___s_IsExceptionObservedByParentPredicate_37; } inline void set_s_IsExceptionObservedByParentPredicate_37(Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * value) { ___s_IsExceptionObservedByParentPredicate_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsExceptionObservedByParentPredicate_37), (void*)value); } inline static int32_t get_offset_of_s_ecCallback_38() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_ecCallback_38)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_s_ecCallback_38() const { return ___s_ecCallback_38; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_s_ecCallback_38() { return &___s_ecCallback_38; } inline void set_s_ecCallback_38(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___s_ecCallback_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ecCallback_38), (void*)value); } inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_39() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsTaskContinuationNullPredicate_39)); } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_s_IsTaskContinuationNullPredicate_39() const { return ___s_IsTaskContinuationNullPredicate_39; } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_s_IsTaskContinuationNullPredicate_39() { return &___s_IsTaskContinuationNullPredicate_39; } inline void set_s_IsTaskContinuationNullPredicate_39(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value) { ___s_IsTaskContinuationNullPredicate_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_39), (void*)value); } }; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields { public: // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___t_currentTask_0; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * ___t_stackGuard_1; public: inline static int32_t get_offset_of_t_currentTask_0() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_currentTask_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_t_currentTask_0() const { return ___t_currentTask_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; } inline void set_t_currentTask_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___t_currentTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_currentTask_0), (void*)value); } inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_stackGuard_1)); } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * get_t_stackGuard_1() const { return ___t_stackGuard_1; } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; } inline void set_t_stackGuard_1(StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * value) { ___t_stackGuard_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value); } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_0; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_1; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___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_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_0)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_0() const { return ___Zero_0; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_1)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_1() const { return ___MaxValue_1; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinValue_2() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_2)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_2() const { return ___MinValue_2; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_2() { return &___MinValue_2; } inline void set_MinValue_2(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_2 = value; } inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_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_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_5)); } inline bool get__legacyMode_5() const { return ____legacyMode_5; } inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; } inline void set__legacyMode_5(bool value) { ____legacyMode_5 = value; } }; // System.TimeSpan // Mono.Security.Interface.TlsProtocols // Mono.Security.Interface.TlsProtocols // System.Security.Principal.TokenImpersonationLevel // System.Security.Principal.TokenImpersonationLevel // System.ComponentModel.TypeConverter struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_StaticFields { public: // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.TypeConverter::useCompatibleTypeConversion bool ___useCompatibleTypeConversion_1; public: inline static int32_t get_offset_of_useCompatibleTypeConversion_1() { return static_cast(offsetof(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_StaticFields, ___useCompatibleTypeConversion_1)); } inline bool get_useCompatibleTypeConversion_1() const { return ___useCompatibleTypeConversion_1; } inline bool* get_address_of_useCompatibleTypeConversion_1() { return &___useCompatibleTypeConversion_1; } inline void set_useCompatibleTypeConversion_1(bool value) { ___useCompatibleTypeConversion_1 = value; } }; // System.ComponentModel.TypeConverter // System.UriIdnScope // System.UriIdnScope // System.UriKind // System.UriKind // System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_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_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_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; } }; // System.Threading.WaitHandle // System.Net.WebExceptionStatus // System.Net.WebExceptionStatus // System.Security.Cryptography.X509Certificates.X509KeyUsageFlags // System.Security.Cryptography.X509Certificates.X509KeyUsageFlags // Mono.Net.CFNetwork/GetProxyData // Mono.Net.CFNetwork/GetProxyData // System.Net.CookieCollection/Stamp // System.Net.CookieCollection/Stamp // System.Net.HttpWebRequest/NtlmAuthState // System.Net.HttpWebRequest/NtlmAuthState // Mono.Unity.UnityTls/unitytls_error_code // Mono.Unity.UnityTls/unitytls_error_code // Mono.Unity.UnityTls/unitytls_protocol // Mono.Unity.UnityTls/unitytls_protocol // Mono.Unity.UnityTls/unitytls_x509verify_result // Mono.Unity.UnityTls/unitytls_x509verify_result // System.Uri/Flags // System.Uri/Flags // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // System.Threading.Tasks.Task`1> struct Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_tC38251ED2F273F12DD35B9D834895E8343290094 * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_tACAF262312375D7D8F7883E8DA2431DDAF082BFA * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_tC38251ED2F273F12DD35B9D834895E8343290094 * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_tC38251ED2F273F12DD35B9D834895E8343290094 ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_tC38251ED2F273F12DD35B9D834895E8343290094 * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_tACAF262312375D7D8F7883E8DA2431DDAF082BFA * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_tACAF262312375D7D8F7883E8DA2431DDAF082BFA ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_tACAF262312375D7D8F7883E8DA2431DDAF082BFA * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1> // System.Threading.Tasks.Task`1 struct Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t7DD44A9526B3AA8390F26C62BD427ED2BD41D17C * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_tDEE867645E69404D726245A2F50CB5A3AF2B9D0E * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_t7DD44A9526B3AA8390F26C62BD427ED2BD41D17C * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_t7DD44A9526B3AA8390F26C62BD427ED2BD41D17C ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_t7DD44A9526B3AA8390F26C62BD427ED2BD41D17C * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_tDEE867645E69404D726245A2F50CB5A3AF2B9D0E * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_tDEE867645E69404D726245A2F50CB5A3AF2B9D0E ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_tDEE867645E69404D726245A2F50CB5A3AF2B9D0E * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1 // System.Runtime.Remoting.Messaging.AsyncResult struct AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_StaticFields { public: // System.Threading.ContextCallback System.Runtime.Remoting.Messaging.AsyncResult::ccb ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___ccb_16; public: inline static int32_t get_offset_of_ccb_16() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_StaticFields, ___ccb_16)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_ccb_16() const { return ___ccb_16; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_ccb_16() { return &___ccb_16; } inline void set_ccb_16(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___ccb_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ccb_16), (void*)value); } }; // System.Runtime.Remoting.Messaging.AsyncResult // System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder::s_cachedCompleted Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___s_cachedCompleted_0; public: inline static int32_t get_offset_of_s_cachedCompleted_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_StaticFields, ___s_cachedCompleted_0)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_s_cachedCompleted_0() const { return ___s_cachedCompleted_0; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_s_cachedCompleted_0() { return &___s_cachedCompleted_0; } inline void set_s_cachedCompleted_0(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___s_cachedCompleted_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cachedCompleted_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder // System.ComponentModel.BaseNumberConverter // System.ComponentModel.BaseNumberConverter // System.ComponentModel.BooleanConverter struct BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D_StaticFields { public: // System.ComponentModel.TypeConverter/StandardValuesCollection modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.BooleanConverter::values StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * ___values_2; public: inline static int32_t get_offset_of_values_2() { return static_cast(offsetof(BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D_StaticFields, ___values_2)); } inline StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * get_values_2() const { return ___values_2; } inline StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 ** get_address_of_values_2() { return &___values_2; } inline void set_values_2(StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * value) { ___values_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_2), (void*)value); } }; // System.ComponentModel.BooleanConverter // Mono.Net.CFArray struct CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_StaticFields { public: // System.IntPtr Mono.Net.CFArray::kCFTypeArrayCallbacks intptr_t ___kCFTypeArrayCallbacks_1; public: inline static int32_t get_offset_of_kCFTypeArrayCallbacks_1() { return static_cast(offsetof(CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_StaticFields, ___kCFTypeArrayCallbacks_1)); } inline intptr_t get_kCFTypeArrayCallbacks_1() const { return ___kCFTypeArrayCallbacks_1; } inline intptr_t* get_address_of_kCFTypeArrayCallbacks_1() { return &___kCFTypeArrayCallbacks_1; } inline void set_kCFTypeArrayCallbacks_1(intptr_t value) { ___kCFTypeArrayCallbacks_1 = value; } }; // Mono.Net.CFArray // Mono.Net.CFDictionary struct CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_StaticFields { public: // System.IntPtr Mono.Net.CFDictionary::KeyCallbacks intptr_t ___KeyCallbacks_1; // System.IntPtr Mono.Net.CFDictionary::ValueCallbacks intptr_t ___ValueCallbacks_2; public: inline static int32_t get_offset_of_KeyCallbacks_1() { return static_cast(offsetof(CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_StaticFields, ___KeyCallbacks_1)); } inline intptr_t get_KeyCallbacks_1() const { return ___KeyCallbacks_1; } inline intptr_t* get_address_of_KeyCallbacks_1() { return &___KeyCallbacks_1; } inline void set_KeyCallbacks_1(intptr_t value) { ___KeyCallbacks_1 = value; } inline static int32_t get_offset_of_ValueCallbacks_2() { return static_cast(offsetof(CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_StaticFields, ___ValueCallbacks_2)); } inline intptr_t get_ValueCallbacks_2() const { return ___ValueCallbacks_2; } inline intptr_t* get_address_of_ValueCallbacks_2() { return &___ValueCallbacks_2; } inline void set_ValueCallbacks_2(intptr_t value) { ___ValueCallbacks_2 = value; } }; // Mono.Net.CFDictionary // Mono.Net.CFNumber // Mono.Net.CFNumber // Mono.Net.CFRunLoop // Mono.Net.CFRunLoop // Mono.Net.CFString // Mono.Net.CFString // Mono.Net.CFUrl // Mono.Net.CFUrl // System.ComponentModel.CollectionConverter // System.ComponentModel.CollectionConverter // System.Net.Cookie struct Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields { public: // System.Char[] System.Net.Cookie::PortSplitDelimiters CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___PortSplitDelimiters_0; // System.Char[] System.Net.Cookie::Reserved2Name CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___Reserved2Name_1; // System.Char[] System.Net.Cookie::Reserved2Value CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___Reserved2Value_2; // System.Net.Comparer System.Net.Cookie::staticComparer Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F * ___staticComparer_3; public: inline static int32_t get_offset_of_PortSplitDelimiters_0() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields, ___PortSplitDelimiters_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_PortSplitDelimiters_0() const { return ___PortSplitDelimiters_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_PortSplitDelimiters_0() { return &___PortSplitDelimiters_0; } inline void set_PortSplitDelimiters_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___PortSplitDelimiters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___PortSplitDelimiters_0), (void*)value); } inline static int32_t get_offset_of_Reserved2Name_1() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields, ___Reserved2Name_1)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_Reserved2Name_1() const { return ___Reserved2Name_1; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_Reserved2Name_1() { return &___Reserved2Name_1; } inline void set_Reserved2Name_1(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___Reserved2Name_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Reserved2Name_1), (void*)value); } inline static int32_t get_offset_of_Reserved2Value_2() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields, ___Reserved2Value_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_Reserved2Value_2() const { return ___Reserved2Value_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_Reserved2Value_2() { return &___Reserved2Value_2; } inline void set_Reserved2Value_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___Reserved2Value_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Reserved2Value_2), (void*)value); } inline static int32_t get_offset_of_staticComparer_3() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields, ___staticComparer_3)); } inline Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F * get_staticComparer_3() const { return ___staticComparer_3; } inline Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F ** get_address_of_staticComparer_3() { return &___staticComparer_3; } inline void set_staticComparer_3(Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F * value) { ___staticComparer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___staticComparer_3), (void*)value); } }; // System.Net.Cookie // System.Net.CookieTokenizer struct CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_StaticFields { public: // System.Net.CookieTokenizer/RecognizedAttribute[] System.Net.CookieTokenizer::RecognizedAttributes RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* ___RecognizedAttributes_10; // System.Net.CookieTokenizer/RecognizedAttribute[] System.Net.CookieTokenizer::RecognizedServerAttributes RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* ___RecognizedServerAttributes_11; public: inline static int32_t get_offset_of_RecognizedAttributes_10() { return static_cast(offsetof(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_StaticFields, ___RecognizedAttributes_10)); } inline RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* get_RecognizedAttributes_10() const { return ___RecognizedAttributes_10; } inline RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49** get_address_of_RecognizedAttributes_10() { return &___RecognizedAttributes_10; } inline void set_RecognizedAttributes_10(RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* value) { ___RecognizedAttributes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___RecognizedAttributes_10), (void*)value); } inline static int32_t get_offset_of_RecognizedServerAttributes_11() { return static_cast(offsetof(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_StaticFields, ___RecognizedServerAttributes_11)); } inline RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* get_RecognizedServerAttributes_11() const { return ___RecognizedServerAttributes_11; } inline RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49** get_address_of_RecognizedServerAttributes_11() { return &___RecognizedServerAttributes_11; } inline void set_RecognizedServerAttributes_11(RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* value) { ___RecognizedServerAttributes_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___RecognizedServerAttributes_11), (void*)value); } }; // System.Net.CookieTokenizer // System.IO.Compression.DeflateStream // System.IO.Compression.DeflateStream // System.Threading.EventWaitHandle // System.Threading.EventWaitHandle // System.Net.HeaderVariantInfo // System.Net.HeaderVariantInfo // System.Net.IPAddress struct IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields { public: // System.Net.IPAddress System.Net.IPAddress::Any IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___Any_0; // System.Net.IPAddress System.Net.IPAddress::Loopback IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___Loopback_1; // System.Net.IPAddress System.Net.IPAddress::Broadcast IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___Broadcast_2; // System.Net.IPAddress System.Net.IPAddress::None IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___None_3; // System.Net.IPAddress System.Net.IPAddress::IPv6Any IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___IPv6Any_7; // System.Net.IPAddress System.Net.IPAddress::IPv6Loopback IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___IPv6Loopback_8; // System.Net.IPAddress System.Net.IPAddress::IPv6None IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___IPv6None_9; public: inline static int32_t get_offset_of_Any_0() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___Any_0)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_Any_0() const { return ___Any_0; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_Any_0() { return &___Any_0; } inline void set_Any_0(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___Any_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Any_0), (void*)value); } inline static int32_t get_offset_of_Loopback_1() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___Loopback_1)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_Loopback_1() const { return ___Loopback_1; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_Loopback_1() { return &___Loopback_1; } inline void set_Loopback_1(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___Loopback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Loopback_1), (void*)value); } inline static int32_t get_offset_of_Broadcast_2() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___Broadcast_2)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_Broadcast_2() const { return ___Broadcast_2; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_Broadcast_2() { return &___Broadcast_2; } inline void set_Broadcast_2(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___Broadcast_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Broadcast_2), (void*)value); } inline static int32_t get_offset_of_None_3() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___None_3)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_None_3() const { return ___None_3; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_None_3() { return &___None_3; } inline void set_None_3(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___None_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___None_3), (void*)value); } inline static int32_t get_offset_of_IPv6Any_7() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___IPv6Any_7)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_IPv6Any_7() const { return ___IPv6Any_7; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_IPv6Any_7() { return &___IPv6Any_7; } inline void set_IPv6Any_7(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___IPv6Any_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6Any_7), (void*)value); } inline static int32_t get_offset_of_IPv6Loopback_8() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___IPv6Loopback_8)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_IPv6Loopback_8() const { return ___IPv6Loopback_8; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_IPv6Loopback_8() { return &___IPv6Loopback_8; } inline void set_IPv6Loopback_8(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___IPv6Loopback_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6Loopback_8), (void*)value); } inline static int32_t get_offset_of_IPv6None_9() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___IPv6None_9)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_IPv6None_9() const { return ___IPv6None_9; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_IPv6None_9() { return &___IPv6None_9; } inline void set_IPv6None_9(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___IPv6None_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6None_9), (void*)value); } }; // System.Net.IPAddress // Mono.Net.Security.MobileAuthenticatedStream struct MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_StaticFields { public: // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::uniqueNameInteger int32_t ___uniqueNameInteger_17; // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::nextId int32_t ___nextId_21; public: inline static int32_t get_offset_of_uniqueNameInteger_17() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_StaticFields, ___uniqueNameInteger_17)); } inline int32_t get_uniqueNameInteger_17() const { return ___uniqueNameInteger_17; } inline int32_t* get_address_of_uniqueNameInteger_17() { return &___uniqueNameInteger_17; } inline void set_uniqueNameInteger_17(int32_t value) { ___uniqueNameInteger_17 = value; } inline static int32_t get_offset_of_nextId_21() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_StaticFields, ___nextId_21)); } inline int32_t get_nextId_21() const { return ___nextId_21; } inline int32_t* get_address_of_nextId_21() { return &___nextId_21; } inline void set_nextId_21(int32_t value) { ___nextId_21 = value; } }; // Mono.Net.Security.MobileAuthenticatedStream // Mono.Net.Security.MonoTlsStream // Mono.Net.Security.MonoTlsStream // System.MulticastDelegate // System.MulticastDelegate // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields { public: // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___invariantInfo_0; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields, ___invariantInfo_0)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_invariantInfo_0() const { return ___invariantInfo_0; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value); } }; // System.Globalization.NumberFormatInfo // System.Security.Cryptography.Oid // System.Security.Cryptography.Oid // System.Net.ServicePointManager struct ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields { public: // System.Collections.Specialized.HybridDictionary System.Net.ServicePointManager::servicePoints HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * ___servicePoints_0; // System.Net.ICertificatePolicy System.Net.ServicePointManager::policy RuntimeObject* ___policy_1; // System.Int32 System.Net.ServicePointManager::defaultConnectionLimit int32_t ___defaultConnectionLimit_2; // System.Int32 System.Net.ServicePointManager::maxServicePointIdleTime int32_t ___maxServicePointIdleTime_3; // System.Int32 System.Net.ServicePointManager::maxServicePoints int32_t ___maxServicePoints_4; // System.Int32 System.Net.ServicePointManager::dnsRefreshTimeout int32_t ___dnsRefreshTimeout_5; // System.Boolean System.Net.ServicePointManager::_checkCRL bool ____checkCRL_6; // System.Net.SecurityProtocolType System.Net.ServicePointManager::_securityProtocol int32_t ____securityProtocol_7; // System.Boolean System.Net.ServicePointManager::expectContinue bool ___expectContinue_8; // System.Boolean System.Net.ServicePointManager::useNagle bool ___useNagle_9; // System.Net.ServerCertValidationCallback System.Net.ServicePointManager::server_cert_cb ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * ___server_cert_cb_10; // System.Boolean System.Net.ServicePointManager::tcp_keepalive bool ___tcp_keepalive_11; // System.Int32 System.Net.ServicePointManager::tcp_keepalive_time int32_t ___tcp_keepalive_time_12; // System.Int32 System.Net.ServicePointManager::tcp_keepalive_interval int32_t ___tcp_keepalive_interval_13; public: inline static int32_t get_offset_of_servicePoints_0() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___servicePoints_0)); } inline HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * get_servicePoints_0() const { return ___servicePoints_0; } inline HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A ** get_address_of_servicePoints_0() { return &___servicePoints_0; } inline void set_servicePoints_0(HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * value) { ___servicePoints_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___servicePoints_0), (void*)value); } inline static int32_t get_offset_of_policy_1() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___policy_1)); } inline RuntimeObject* get_policy_1() const { return ___policy_1; } inline RuntimeObject** get_address_of_policy_1() { return &___policy_1; } inline void set_policy_1(RuntimeObject* value) { ___policy_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___policy_1), (void*)value); } inline static int32_t get_offset_of_defaultConnectionLimit_2() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___defaultConnectionLimit_2)); } inline int32_t get_defaultConnectionLimit_2() const { return ___defaultConnectionLimit_2; } inline int32_t* get_address_of_defaultConnectionLimit_2() { return &___defaultConnectionLimit_2; } inline void set_defaultConnectionLimit_2(int32_t value) { ___defaultConnectionLimit_2 = value; } inline static int32_t get_offset_of_maxServicePointIdleTime_3() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___maxServicePointIdleTime_3)); } inline int32_t get_maxServicePointIdleTime_3() const { return ___maxServicePointIdleTime_3; } inline int32_t* get_address_of_maxServicePointIdleTime_3() { return &___maxServicePointIdleTime_3; } inline void set_maxServicePointIdleTime_3(int32_t value) { ___maxServicePointIdleTime_3 = value; } inline static int32_t get_offset_of_maxServicePoints_4() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___maxServicePoints_4)); } inline int32_t get_maxServicePoints_4() const { return ___maxServicePoints_4; } inline int32_t* get_address_of_maxServicePoints_4() { return &___maxServicePoints_4; } inline void set_maxServicePoints_4(int32_t value) { ___maxServicePoints_4 = value; } inline static int32_t get_offset_of_dnsRefreshTimeout_5() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___dnsRefreshTimeout_5)); } inline int32_t get_dnsRefreshTimeout_5() const { return ___dnsRefreshTimeout_5; } inline int32_t* get_address_of_dnsRefreshTimeout_5() { return &___dnsRefreshTimeout_5; } inline void set_dnsRefreshTimeout_5(int32_t value) { ___dnsRefreshTimeout_5 = value; } inline static int32_t get_offset_of__checkCRL_6() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ____checkCRL_6)); } inline bool get__checkCRL_6() const { return ____checkCRL_6; } inline bool* get_address_of__checkCRL_6() { return &____checkCRL_6; } inline void set__checkCRL_6(bool value) { ____checkCRL_6 = value; } inline static int32_t get_offset_of__securityProtocol_7() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ____securityProtocol_7)); } inline int32_t get__securityProtocol_7() const { return ____securityProtocol_7; } inline int32_t* get_address_of__securityProtocol_7() { return &____securityProtocol_7; } inline void set__securityProtocol_7(int32_t value) { ____securityProtocol_7 = value; } inline static int32_t get_offset_of_expectContinue_8() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___expectContinue_8)); } inline bool get_expectContinue_8() const { return ___expectContinue_8; } inline bool* get_address_of_expectContinue_8() { return &___expectContinue_8; } inline void set_expectContinue_8(bool value) { ___expectContinue_8 = value; } inline static int32_t get_offset_of_useNagle_9() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___useNagle_9)); } inline bool get_useNagle_9() const { return ___useNagle_9; } inline bool* get_address_of_useNagle_9() { return &___useNagle_9; } inline void set_useNagle_9(bool value) { ___useNagle_9 = value; } inline static int32_t get_offset_of_server_cert_cb_10() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___server_cert_cb_10)); } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * get_server_cert_cb_10() const { return ___server_cert_cb_10; } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA ** get_address_of_server_cert_cb_10() { return &___server_cert_cb_10; } inline void set_server_cert_cb_10(ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * value) { ___server_cert_cb_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___server_cert_cb_10), (void*)value); } inline static int32_t get_offset_of_tcp_keepalive_11() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___tcp_keepalive_11)); } inline bool get_tcp_keepalive_11() const { return ___tcp_keepalive_11; } inline bool* get_address_of_tcp_keepalive_11() { return &___tcp_keepalive_11; } inline void set_tcp_keepalive_11(bool value) { ___tcp_keepalive_11 = value; } inline static int32_t get_offset_of_tcp_keepalive_time_12() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___tcp_keepalive_time_12)); } inline int32_t get_tcp_keepalive_time_12() const { return ___tcp_keepalive_time_12; } inline int32_t* get_address_of_tcp_keepalive_time_12() { return &___tcp_keepalive_time_12; } inline void set_tcp_keepalive_time_12(int32_t value) { ___tcp_keepalive_time_12 = value; } inline static int32_t get_offset_of_tcp_keepalive_interval_13() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___tcp_keepalive_interval_13)); } inline int32_t get_tcp_keepalive_interval_13() const { return ___tcp_keepalive_interval_13; } inline int32_t* get_address_of_tcp_keepalive_interval_13() { return &___tcp_keepalive_interval_13; } inline void set_tcp_keepalive_interval_13(int32_t value) { ___tcp_keepalive_interval_13 = value; } }; // System.Net.ServicePointManager // System.Runtime.Serialization.StreamingContext // System.Runtime.Serialization.StreamingContext // System.SystemException // System.SystemException // Mono.Security.Interface.TlsException // Mono.Security.Interface.TlsException // System.Type struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)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((void**)(&___Missing_3), (void*)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_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Type // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_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_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HexLowerChars_27; // System.Char[] System.Uri::_WSchars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____WSchars_28; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFile_0)); } inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; } inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; } inline void set_UriSchemeFile_0(String_t* value) { ___UriSchemeFile_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFtp_1)); } inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; } inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; } inline void set_UriSchemeFtp_1(String_t* value) { ___UriSchemeFtp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeGopher_2)); } inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; } inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; } inline void set_UriSchemeGopher_2(String_t* value) { ___UriSchemeGopher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttp_3)); } inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; } inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; } inline void set_UriSchemeHttp_3(String_t* value) { ___UriSchemeHttp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttps_4)); } inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; } inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; } inline void set_UriSchemeHttps_4(String_t* value) { ___UriSchemeHttps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWs_5)); } inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; } inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; } inline void set_UriSchemeWs_5(String_t* value) { ___UriSchemeWs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWss_6)); } inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; } inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; } inline void set_UriSchemeWss_6(String_t* value) { ___UriSchemeWss_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeMailto_7)); } inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; } inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; } inline void set_UriSchemeMailto_7(String_t* value) { ___UriSchemeMailto_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNews_8)); } inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; } inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; } inline void set_UriSchemeNews_8(String_t* value) { ___UriSchemeNews_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNntp_9)); } inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; } inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; } inline void set_UriSchemeNntp_9(String_t* value) { ___UriSchemeNntp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetTcp_10)); } inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; } inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; } inline void set_UriSchemeNetTcp_10(String_t* value) { ___UriSchemeNetTcp_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetPipe_11)); } inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; } inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; } inline void set_UriSchemeNetPipe_11(String_t* value) { ___UriSchemeNetPipe_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___SchemeDelimiter_12)); } inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; } inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; } inline void set_SchemeDelimiter_12(String_t* value) { ___SchemeDelimiter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value); } inline static int32_t get_offset_of_s_ConfigInitialized_20() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_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_t4A915E1CC15B2C650F478099AD448E9466CBF612_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_t4A915E1CC15B2C650F478099AD448E9466CBF612_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_t4A915E1CC15B2C650F478099AD448E9466CBF612_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_t4A915E1CC15B2C650F478099AD448E9466CBF612_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_t4A915E1CC15B2C650F478099AD448E9466CBF612_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_t4A915E1CC15B2C650F478099AD448E9466CBF612_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((void**)(&___s_initLock_26), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_27() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___HexLowerChars_27)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HexLowerChars_27() const { return ___HexLowerChars_27; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HexLowerChars_27() { return &___HexLowerChars_27; } inline void set_HexLowerChars_27(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HexLowerChars_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_27), (void*)value); } inline static int32_t get_offset_of__WSchars_28() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ____WSchars_28)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__WSchars_28() const { return ____WSchars_28; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__WSchars_28() { return &____WSchars_28; } inline void set__WSchars_28(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____WSchars_28 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_28), (void*)value); } }; // System.Uri // System.Net.WebRequest struct WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields { public: // System.Collections.ArrayList modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_PrefixList ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___s_PrefixList_1; // System.Object System.Net.WebRequest::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_2; // System.Net.TimerThread/Queue System.Net.WebRequest::s_DefaultTimerQueue Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB * ___s_DefaultTimerQueue_3; // System.Net.WebRequest/DesignerWebRequestCreate System.Net.WebRequest::webRequestCreate DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A * ___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_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_PrefixList_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_s_PrefixList_1() const { return ___s_PrefixList_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_s_PrefixList_1() { return &___s_PrefixList_1; } inline void set_s_PrefixList_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___s_PrefixList_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_PrefixList_1), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_2() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_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((void**)(&___s_InternalSyncObject_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultTimerQueue_3() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_DefaultTimerQueue_3)); } inline Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB * get_s_DefaultTimerQueue_3() const { return ___s_DefaultTimerQueue_3; } inline Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB ** get_address_of_s_DefaultTimerQueue_3() { return &___s_DefaultTimerQueue_3; } inline void set_s_DefaultTimerQueue_3(Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB * value) { ___s_DefaultTimerQueue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultTimerQueue_3), (void*)value); } inline static int32_t get_offset_of_webRequestCreate_9() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___webRequestCreate_9)); } inline DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A * get_webRequestCreate_9() const { return ___webRequestCreate_9; } inline DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A ** get_address_of_webRequestCreate_9() { return &___webRequestCreate_9; } inline void set_webRequestCreate_9(DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A * value) { ___webRequestCreate_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___webRequestCreate_9), (void*)value); } inline static int32_t get_offset_of_s_DefaultWebProxy_10() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_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((void**)(&___s_DefaultWebProxy_10), (void*)value); } inline static int32_t get_offset_of_s_DefaultWebProxyInitialized_11() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_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; } }; // System.Net.WebRequest // System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension // System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension // System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension // System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension // System.Security.Cryptography.X509Certificates.X509KeyUsageExtension // System.Security.Cryptography.X509Certificates.X509KeyUsageExtension // System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension // System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension // Mono.Net.Security.AsyncProtocolRequest/d__25 // Mono.Net.Security.AsyncProtocolRequest/d__25 // Mono.Net.Security.AsyncProtocolRequest/d__23 // Mono.Net.Security.AsyncProtocolRequest/d__23 // System.Net.CookieTokenizer/RecognizedAttribute // System.Net.CookieTokenizer/RecognizedAttribute // System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle // System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle // System.Net.HttpWebRequest/AuthorizationState // System.Net.HttpWebRequest/AuthorizationState // Mono.Unity.UnityTls/unitytls_errorstate // Mono.Unity.UnityTls/unitytls_errorstate // Mono.Unity.UnityTls/unitytls_tlsctx_protocolrange // Mono.Unity.UnityTls/unitytls_tlsctx_protocolrange // System.ArgumentException // System.ArgumentException // System.ComponentModel.ArrayConverter // System.ComponentModel.ArrayConverter // System.AsyncCallback // System.AsyncCallback // System.Security.Authentication.AuthenticationException // System.Security.Authentication.AuthenticationException // System.Threading.AutoResetEvent // System.Threading.AutoResetEvent // System.Net.BindIPEndPoint // System.Net.BindIPEndPoint // System.ComponentModel.DecimalConverter // System.ComponentModel.DecimalConverter // System.Runtime.InteropServices.ExternalException // System.Runtime.InteropServices.ExternalException // System.FormatException // System.FormatException // System.Net.HttpWebRequest struct HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_StaticFields { public: // System.Int32 System.Net.HttpWebRequest::defaultMaxResponseHeadersLength int32_t ___defaultMaxResponseHeadersLength_54; public: inline static int32_t get_offset_of_defaultMaxResponseHeadersLength_54() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_StaticFields, ___defaultMaxResponseHeadersLength_54)); } inline int32_t get_defaultMaxResponseHeadersLength_54() const { return ___defaultMaxResponseHeadersLength_54; } inline int32_t* get_address_of_defaultMaxResponseHeadersLength_54() { return &___defaultMaxResponseHeadersLength_54; } inline void set_defaultMaxResponseHeadersLength_54(int32_t value) { ___defaultMaxResponseHeadersLength_54 = value; } }; // System.Net.HttpWebRequest // System.IO.IOException // System.IO.IOException // System.InvalidOperationException // System.InvalidOperationException // System.Net.Security.LocalCertSelectionCallback // System.Net.Security.LocalCertSelectionCallback // System.Threading.ManualResetEvent // System.Threading.ManualResetEvent // Mono.Security.Interface.MonoLocalCertificateSelectionCallback // Mono.Security.Interface.MonoLocalCertificateSelectionCallback // Mono.Security.Interface.MonoRemoteCertificateValidationCallback // Mono.Security.Interface.MonoRemoteCertificateValidationCallback // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_StaticFields { public: // Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::defaultSettings MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___defaultSettings_16; public: inline static int32_t get_offset_of_defaultSettings_16() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_StaticFields, ___defaultSettings_16)); } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * get_defaultSettings_16() const { return ___defaultSettings_16; } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** get_address_of_defaultSettings_16() { return &___defaultSettings_16; } inline void set_defaultSettings_16(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * value) { ___defaultSettings_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultSettings_16), (void*)value); } }; // Mono.Security.Interface.MonoTlsSettings // System.NotImplementedException // System.NotImplementedException // System.NotSupportedException // System.NotSupportedException // System.OutOfMemoryException // System.OutOfMemoryException // System.Net.Security.RemoteCertificateValidationCallback // System.Net.Security.RemoteCertificateValidationCallback // Mono.Net.Security.ServerCertValidationCallbackWrapper // Mono.Net.Security.ServerCertValidationCallbackWrapper // System.StackOverflowException // System.StackOverflowException // System.Threading.ThreadAbortException // System.Threading.ThreadAbortException // System.Threading.ThreadStart // System.Threading.ThreadStart // System.TypeLoadException // System.TypeLoadException // Mono.Security.Interface.ValidationResult // Mono.Security.Interface.ValidationResult // Mono.Net.Security.AsyncProtocolRequest/d__24 // Mono.Net.Security.AsyncProtocolRequest/d__24 // Mono.Net.CFNetwork/CFProxyAutoConfigurationResultCallback // Mono.Net.CFNetwork/CFProxyAutoConfigurationResultCallback // System.IO.Compression.DeflateStream/ReadMethod // System.IO.Compression.DeflateStream/ReadMethod // System.IO.Compression.DeflateStream/WriteMethod // System.IO.Compression.DeflateStream/WriteMethod // System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite // System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite // Mono.Unity.UnityTls/unitytls_interface_struct // Mono.Unity.UnityTls/unitytls_interface_struct // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_der_t // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_der_t // System.ArgumentNullException // System.ArgumentNullException // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_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_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_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((void**)(&____rangeMessage_18), (void*)value); } }; // System.ArgumentOutOfRangeException // System.Net.CookieException // System.Net.CookieException // System.EntryPointNotFoundException // System.EntryPointNotFoundException // System.ObjectDisposedException // System.ObjectDisposedException // System.ComponentModel.Win32Exception struct Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_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_t0ACB62D0885C7AB376463C70665400A39808C5FB * ___s_ErrorMessage_19; public: inline static int32_t get_offset_of_s_ErrorMessagesInitialized_18() { return static_cast(offsetof(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_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_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_StaticFields, ___s_ErrorMessage_19)); } inline Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * get_s_ErrorMessage_19() const { return ___s_ErrorMessage_19; } inline Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB ** get_address_of_s_ErrorMessage_19() { return &___s_ErrorMessage_19; } inline void set_s_ErrorMessage_19(Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * value) { ___s_ErrorMessage_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ErrorMessage_19), (void*)value); } }; // System.ComponentModel.Win32Exception // System.Net.NetworkInformation.NetworkInformationException // System.Net.NetworkInformation.NetworkInformationException // System.Net.Sockets.SocketException // System.Net.Sockets.SocketException #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : 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.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : 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((void**)m_Items + index, (void*)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((void**)m_Items + index, (void*)value); } }; // Mono.Net.CFProxy[] struct CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26 : public RuntimeArray { public: ALIGN_FIELD (8) CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * m_Items[1]; public: inline CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D ** 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, CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : 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.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : 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.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Net.HeaderVariantInfo[] struct HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354 : public RuntimeArray { public: ALIGN_FIELD (8) HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 m_Items[1]; public: inline HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 * 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_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_name_0), (void*)NULL); } inline HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_name_0), (void*)NULL); } }; // System.Net.CookieTokenizer/RecognizedAttribute[] struct RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49 : public RuntimeArray { public: ALIGN_FIELD (8) RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A m_Items[1]; public: inline RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A * 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_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_name_0), (void*)NULL); } inline RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_name_0), (void*)NULL); } }; // System.Net.IPAddress[] struct IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB : public RuntimeArray { public: ALIGN_FIELD (8) IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * m_Items[1]; public: inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** 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_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 AsyncTaskMethodBuilder_1_Create_mE593F9E703EBA7EF294FAC0F5C20F69AF4D08C26_gshared (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__23>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F_m9CD6714A38EEC6E9EBF05DF2960B450B892420A3_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F * ___stateMachine0, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * AsyncTaskMethodBuilder_1_get_Task_m61DEC300353320E428E17DA0D59D61974F4415BB_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__24>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m2207C77B2606D2E3E263019428FB9A79D37B0F43_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine0, const RuntimeMethod* method); // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 AsyncTaskMethodBuilder_1_Create_m8AF3B67BD1CBE3BB03D592521C8398B593C829D4_gshared (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::Startd__25>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B_mF4EFC2CEA9990FB49B922D400616FD0D5547EB1F_gshared (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * __this, U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B * ___stateMachine0, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * AsyncTaskMethodBuilder_1_get_Task_mC7B991A490A8E1744B8E9C3FF3850B898791A094_gshared (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Queue`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_mD618588C9785F06D043BE6AAD0A0B8116B2A77A3_gshared_inline (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method); // T System.Collections.Generic.Queue`1::Dequeue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Queue_1_Dequeue_mE9A2A69E86A7EDA9FBCEA675542F01A6D8677A14_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_m065613451660A1479E4D6D00878FB7630AFE4E11_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_mCACF312F04BD04D69E3FBA7D779B5DBF39BB3728_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m904114DBE44D14D291456629D60BF66ECA75BB42_gshared (Nullable_1_t64244F99361E39CBE565C5E89436C898F18DF5DC * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m204EA717B425B2D05BB91568E62A291F99E44F75_gshared (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, uint8_t ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_gshared (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mEE653047BDB3486ACC2E16DC6C3422A0BA48F01F_gshared (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, int32_t ___item0, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* List_1_ToArray_mDEFFC768D9AAD376D27FC0FC1F7B57EE2E93479F_gshared (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m9FC706DF8C6CE04BB858B1C472135E4D053D05C6_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Void System.ComponentModel.CollectionConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionConverter__ctor_mA6E78367ED2C94B1B80B6E3314AB4854D275613F (CollectionConverter_t422389A535F7B690A16B943213A57E6464DDA11A * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsnEncodedData::set_Oid(System.Security.Cryptography.Oid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsnEncodedData_set_Oid_mA72203D23B0F93CD9ECD507EB878502EEBA99322 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * ___value0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsnEncodedData::set_RawData(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsnEncodedData_set_RawData_m867F92C32F87E4D8932D17EDF21785CA0FDA3BEA (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.Oid::.ctor(System.Security.Cryptography.Oid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Oid__ctor_m8C4B7AE0D9207BCF03960553182B43B8D1536ED0 (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * ___oid0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Object System.Array::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C (RuntimeArray * __this, const RuntimeMethod* method); // System.String System.Security.Cryptography.Oid::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.String System.Security.Cryptography.AsnEncodedData::BasicConstraintsExtension(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_BasicConstraintsExtension_mC9DE1C0199EA0714150CAD960FD88361763DE03A (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method); // System.String System.Security.Cryptography.AsnEncodedData::EnhancedKeyUsageExtension(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_EnhancedKeyUsageExtension_m2ED1895CE72319E5E3B06F8BD76963BD6FF6263D (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method); // System.String System.Security.Cryptography.AsnEncodedData::KeyUsageExtension(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_KeyUsageExtension_m8F8D43DECE8B70E86FAF2B498204D3FC9E866ACD (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method); // System.String System.Security.Cryptography.AsnEncodedData::SubjectKeyIdentifierExtension(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_SubjectKeyIdentifierExtension_mE8BF30141FD478244F98363669282B9C26F74B9A (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method); // System.String System.Security.Cryptography.AsnEncodedData::SubjectAltName(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_SubjectAltName_m33180412765B9BC62F17B87F63964F89937C0467 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method); // System.String System.Security.Cryptography.AsnEncodedData::NetscapeCertType(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_NetscapeCertType_mBF9894A8993D137AEEC8919FEF582DF17EE5F652 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method); // System.String System.Security.Cryptography.AsnEncodedData::Default(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_Default_m4A9014D9B85AB114168577AD5DEE7FA2AFAB4EB6 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_mABEF6F24915951FF4A4D87B389D8418B2638178C (uint8_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509BasicConstraintsExtension__ctor_m67462D9110118C82677CE42C2685C05C0767EB00 (X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF * __this, AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * ___encodedBasicConstraints0, bool ___critical1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509EnhancedKeyUsageExtension__ctor_m64F507CB1938AA4BC20287D731B74DF5CC99A96C (X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B * __this, AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * ___encodedEnhancedKeyUsages0, bool ___critical1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509KeyUsageExtension__ctor_m6D2F83567A69553296EB7CC93466B20C7884C54E (X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227 * __this, AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * ___encodedKeyUsage0, bool ___critical1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509SubjectKeyIdentifierExtension__ctor_m6D7E57ECBE71290733F6658D8197F034A615DB02 (X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567 * __this, AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * ___encodedSubjectKeyIdentifier0, bool ___critical1, const RuntimeMethod* method); // System.Void Mono.Security.ASN1::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1__ctor_mE534D499DABEAAA35E0F30572CD295A9FCFA1C7E (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.ASN1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50 (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Byte Mono.Security.ASN1::get_Tag() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_ASCII() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_ASCII_mFA250EFF131288B0C4572FC27C7393FD469DC1C0 (const RuntimeMethod* method); // System.Byte[] Mono.Security.ASN1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2 (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994 (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.String Mono.Security.Cryptography.CryptoConvert::ToHex(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CryptoConvert_ToHex_mC77A0A6EC71B4EB6A794CC9D7ACEC62CA9620E1A (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, const RuntimeMethod* method); // System.String System.Environment::get_NewLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m260C772DD67934FDC4D5F3E1724EE159BE79B2B6 (const RuntimeMethod* method); // System.Int32 Mono.Security.ASN1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASN1_get_Count_mBF134B153CFA218C251FB692A25AA392DCF9F583 (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0 (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m5398ED0B6625B75CAF70C63B3CF2CE47D3C1B184 (int32_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Void Mono.Net.Security.AsyncProtocolRequest::.ctor(Mono.Net.Security.MobileAuthenticatedStream,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncProtocolRequest__ctor_m5ABB63E835263B21871583924C03A4568EBB67CF (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___parent0, bool ___sync1, const RuntimeMethod* method); // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.AsyncProtocolRequest::get_Parent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * AsyncProtocolRequest_get_Parent_mA503BE9C5CE0D06A001902DD63B892B8B86275CC_inline (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method); // Mono.Net.Security.AsyncOperationStatus Mono.Net.Security.MobileAuthenticatedStream::ProcessHandshake(Mono.Net.Security.AsyncOperationStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MobileAuthenticatedStream_ProcessHandshake_m49D890591613A8EBE1B80CBDB5056FAF501D1BF5 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, int32_t ___status0, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() inline AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 AsyncTaskMethodBuilder_1_Create_m59FC4F62158BFC430C70C54AC43DEC7DD4C695D8 (const RuntimeMethod* method) { return (( AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_mE593F9E703EBA7EF294FAC0F5C20F69AF4D08C26_gshared)(method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__23>(!!0&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F_m14080B6364E31408F284BC603D8038754EBBFBD8 (AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 * __this, U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 *, U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F_m9CD6714A38EEC6E9EBF05DF2960B450B892420A3_gshared)(__this, ___stateMachine0, method); } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() inline Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * AsyncTaskMethodBuilder_1_get_Task_m15FB5420BC56DF2BF69D4FF444A9BDE1B70EFBD7 (AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 * __this, const RuntimeMethod* method) { return (( Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * (*) (AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m61DEC300353320E428E17DA0D59D61974F4415BB_gshared)(__this, method); } // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B AsyncTaskMethodBuilder_Create_m156BFD7083AC20B1EFCD990D6DA52E51928EC521 (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__24>(!!0&) inline void AsyncTaskMethodBuilder_Start_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m2207C77B2606D2E3E263019428FB9A79D37B0F43 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m2207C77B2606D2E3E263019428FB9A79D37B0F43_gshared)(__this, ___stateMachine0, method); } // System.Threading.Tasks.Task System.Runtime.CompilerServices.AsyncTaskMethodBuilder::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * AsyncTaskMethodBuilder_get_Task_m130181C15F259D4FAAD717BF53402A1FD0AD19F4 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, const RuntimeMethod* method); // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::Create() inline AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 AsyncTaskMethodBuilder_1_Create_m8AF3B67BD1CBE3BB03D592521C8398B593C829D4 (const RuntimeMethod* method) { return (( AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_m8AF3B67BD1CBE3BB03D592521C8398B593C829D4_gshared)(method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::Startd__25>(!!0&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B_mF4EFC2CEA9990FB49B922D400616FD0D5547EB1F (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * __this, U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 *, U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B_mF4EFC2CEA9990FB49B922D400616FD0D5547EB1F_gshared)(__this, ___stateMachine0, method); } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::get_Task() inline Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * AsyncTaskMethodBuilder_1_get_Task_mC7B991A490A8E1744B8E9C3FF3850B898791A094 (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * __this, const RuntimeMethod* method) { return (( Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * (*) (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_mC7B991A490A8E1744B8E9C3FF3850B898791A094_gshared)(__this, method); } // System.String Mono.Net.Security.AsyncProtocolRequest::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsyncProtocolRequest_get_Name_m07178E170DEB686F0F161446E8629B520E1DC168 (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method); // System.Void Mono.Net.Security.BufferOffsetSize::.ctor(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize__ctor_mB7C0B812CB8178BA614001251D5C5905C08029BE (BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method); // Mono.Net.Security.BufferOffsetSize Mono.Net.Security.AsyncReadOrWriteRequest::get_UserBuffer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * AsyncReadOrWriteRequest_get_UserBuffer_m89C0D2E505281A6E13D354DD4310E0E7F940F5EF_inline (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Void Mono.Net.Security.AsyncReadOrWriteRequest::.ctor(Mono.Net.Security.MobileAuthenticatedStream,System.Boolean,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncReadOrWriteRequest__ctor_mB8BE7F0A1951FA42FE17EE113C7BA54D71EFEAFB (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___parent0, bool ___sync1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer2, int32_t ___offset3, int32_t ___size4, const RuntimeMethod* method); // System.ValueTuple`2 Mono.Net.Security.MobileAuthenticatedStream::ProcessRead(Mono.Net.Security.BufferOffsetSize) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE MobileAuthenticatedStream_ProcessRead_m2DA627144AF178A8F0F54F58E6630C2F68202D12 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * ___userBuffer0, const RuntimeMethod* method); // System.Void Mono.Net.Security.AsyncProtocolRequest::set_UserResult(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AsyncProtocolRequest_set_UserResult_mD03A2987E4DF573A2BB3425B9474BA6B341F5F01_inline (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 Mono.Net.Security.AsyncReadOrWriteRequest::get_CurrentSize() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AsyncReadOrWriteRequest_get_CurrentSize_m35EC8070F5BFAA6BFE94C5D33F3A484F4AA59416_inline (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, const RuntimeMethod* method); // System.Void Mono.Net.Security.AsyncReadOrWriteRequest::set_CurrentSize(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AsyncReadOrWriteRequest_set_CurrentSize_m03CB5D968A7AA61350B2C1F8F17319AD6C0E9B89_inline (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, int32_t ___value0, const RuntimeMethod* method); // System.ValueTuple`2 Mono.Net.Security.MobileAuthenticatedStream::ProcessWrite(Mono.Net.Security.BufferOffsetSize) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE MobileAuthenticatedStream_ProcessWrite_m26B164259C3550E33F5CDF2C4CB491CFF3F4C9B9 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * ___userBuffer0, const RuntimeMethod* method); // System.Void System.IO.Stream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method); // System.String SR::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54 (String_t* ___name0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Void System.IO.Stream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_mDC5C7A9933446223A84ED106AE3E949E644FB0BE (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, bool ___disposing0, const RuntimeMethod* method); // System.String Locale::GetText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m94118D07BD4F9FA3FF780847BDC2FF61F7383FA5 (String_t* ___msg0, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m14A39C396B94BEE4EFEA201FB748572011855A94 (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19 (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, const RuntimeMethod* method); // System.Void System.Net.NtlmClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NtlmClient__ctor_m42061F6AD56B23AB8052A7B2536ADDD16C65ACFC (NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8 * __this, const RuntimeMethod* method); // System.Void System.Net.DigestClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestClient__ctor_m6EBFE2A034C1CDF5AB71D23C5A1FDFD10D5866D9 (DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D * __this, const RuntimeMethod* method); // System.Void System.Net.BasicClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicClient__ctor_mF4468AD89FE190EC24CB05F677D56F6F5CF845A6 (BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE * __this, const RuntimeMethod* method); // System.Net.Authorization System.Net.AuthenticationManager::DoAuthenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * AuthenticationManager_DoAuthenticate_mDF8221635F991F5A8422DC6A4AB12B8DC5C9DE23 (String_t* ___challenge0, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___request1, RuntimeObject* ___credentials2, const RuntimeMethod* method); // System.Void System.Net.AuthenticationManager::EnsureModules() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationManager_EnsureModules_mAB847491929D76311DF6FA2214DC079B79BDE059 (const RuntimeMethod* method); // System.String System.Net.ValidationHelper::MakeStringNull(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValidationHelper_MakeStringNull_m5BB4F3F622F19274FFE8E439984A7B567ECE2732 (String_t* ___stringValue0, const RuntimeMethod* method); // System.Boolean System.Net.AutoWebProxyScriptEngine::GetProxies(System.Uri,System.Collections.Generic.IList`1&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoWebProxyScriptEngine_GetProxies_mE4E0E75E060B5347A17D354889CF1613F3A7FD19 (AutoWebProxyScriptEngine_t66B44494A6732AF45DEE0D36F5B6D15D0D497D4A * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___destination0, RuntimeObject** ___proxyList1, int32_t* ___syncStatus2, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, const RuntimeMethod* method); // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2 (String_t* __this, const RuntimeMethod* method); // System.String System.String::ToLower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D (String_t* __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mD99F5378A4220A0DA0D5097007417E777722ABDA (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.Net.Authorization System.Net.BasicClient::InternalAuthenticate(System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * BasicClient_InternalAuthenticate_m1F04069179BD29041C462C54523BE5BD0718F8F8 (WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method); // System.Uri System.Net.HttpWebRequest::get_AuthUri() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HttpWebRequest_get_AuthUri_m73CE601DCC9A4F368AEA6186CDC4FFBA20D3A11A_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::get_UserName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_UserName_mFC41ED3D14796CA2B5C08EB0DE537A2F3EF02473 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::get_Password() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Password_m5EFE385E59C57168F8B8B43BE10196C4346AAFBB (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::get_Domain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Domain_mE4AA75C44CA2189FC66B95235C17CCE6ACFEDCBC (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Byte[] System.Net.BasicClient::GetBytes(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BasicClient_GetBytes_m7B378AE992BC6C01E05C70AA1C21CC3ACE391CAF (String_t* ___str0, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, const RuntimeMethod* method); // System.String System.Convert::ToBase64String(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_m1E5BBE288BBE22627A60548DB2F6FF7D6FDF1935 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inArray0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void System.Net.Authorization::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Authorization__ctor_m09795C30F4FE3B67923A303F198A8DE21E9E43A1 (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * __this, String_t* ___token0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_mF4642D7BB69FA7570F69E323F4597A2166065612 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method); // System.Void System.Net.BufferOffsetSize::.ctor(System.Byte[],System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize__ctor_m34DF650AB658A85943BBEDBB22887D2C3209D9E3 (BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, bool ___copyBuffer3, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m14F24D8DBE5A2FD747E8F94E2F7759FBA495DB1C (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Int32 Mono.Net.Security.BufferOffsetSize::get_Remaining() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferOffsetSize_get_Remaining_m2DE18A3119D97C30B3EE54B9C6260030413B089D (BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * __this, const RuntimeMethod* method); // System.Void System.Array::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2 (RuntimeArray * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Void Mono.Net.Security.BufferOffsetSize2::MakeRoom(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize2_MakeRoom_mBFDBCE08404ECEECBDDB499ED991000ED3A1F35B (BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * __this, int32_t ___size0, const RuntimeMethod* method); // System.Int32 Mono.Net.Security.BufferOffsetSize::get_EndOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferOffsetSize_get_EndOffset_m9EED7B6B6EF1F2518A735AF875F88A5E03F0881F (BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * __this, const RuntimeMethod* method); // System.UInt32 ::ComputeStringHash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_mC1B3C29CD4B3FD3AAE2935CEC2E17B9E7BAF1159 (String_t* ___s0, const RuntimeMethod* method); // System.Void Mono.Net.CFObject::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject__ctor_m07A15746456C8DD8E6E52905DFE5289178F079FD (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, intptr_t ___handle0, bool ___own1, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFObject::dlopen(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFObject_dlopen_m162A23B60207B39CC4012362A225FD24B659B5B2 (String_t* ___path0, int32_t ___mode1, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFObject::GetIndirect(System.IntPtr,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFObject_GetIndirect_mE2F05D123E2541A835A2AB7E959909270D48334A (intptr_t ___handle0, String_t* ___symbol1, const RuntimeMethod* method); // System.Void Mono.Net.CFObject::dlclose(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_dlclose_m1209433F4B63168DBD89A88557DFBBB05C054412 (intptr_t ___handle0, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFObject::get_Handle() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFArray::CFArrayGetCount(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFArray_CFArrayGetCount_m320B0851C60D940FCD90E29D431D509F46BBE3AC (intptr_t ___handle0, const RuntimeMethod* method); // System.Int32 System.IntPtr::op_Explicit(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_op_Explicit_m955DDFE2288BA8A4EE7ABBC7D2BDBD0E9004A88E (intptr_t ___value0, const RuntimeMethod* method); // System.IntPtr System.IntPtr::op_Explicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m6AD40381FA1C56356C0CD443EBC0CE300718420B (int32_t ___value0, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFArray::CFArrayGetValueAtIndex(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFArray_CFArrayGetValueAtIndex_m4093C9E5B7267FBE80B4AB732A2B31E3C3A99E47 (intptr_t ___handle0, intptr_t ___index1, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFDictionary::CFDictionaryGetValue(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFDictionary_CFDictionaryGetValue_m4067D619C714E4322FE968062D943A573BA2B622 (intptr_t ___handle0, intptr_t ___key1, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFDictionary::GetValue(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFDictionary_GetValue_m947C063E75C13525FD1214A89F23C5B05469891B (CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * __this, intptr_t ___key0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Queue`1::get_Count() inline int32_t Queue_1_get_Count_mEA54A0FB2D708557BA0743ED774B5C572CDD05DA_inline (Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 *, const RuntimeMethod*))Queue_1_get_Count_mD618588C9785F06D043BE6AAD0A0B8116B2A77A3_gshared_inline)(__this, method); } // T System.Collections.Generic.Queue`1::Dequeue() inline GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * Queue_1_Dequeue_m483D04EEF420A99C2A50AE8DAC23AF2D9FD8C51C (Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * __this, const RuntimeMethod* method) { return (( GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * (*) (Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 *, const RuntimeMethod*))Queue_1_Dequeue_mE9A2A69E86A7EDA9FBCEA675542F01A6D8677A14_gshared)(__this, method); } // System.IntPtr Mono.Net.CFNetwork::CFNetworkCopyProxiesForAutoConfigurationScriptSequential(System.IntPtr,System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScriptSequential_mCCE61204DA25F2EB12E9D2DB81C4FB9F0E4EB66C (intptr_t ___proxyAutoConfigurationScript0, intptr_t ___targetURL1, intptr_t* ___error2, const RuntimeMethod* method); // System.Boolean System.Threading.EventWaitHandle::Set() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38 (EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C * __this, const RuntimeMethod* method); // System.Void Mono.Net.CFNetwork/GetProxyData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetProxyData__ctor_m4EF170D9F1F5318953CE2A71DC027ECE787F8DB5 (GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::.ctor() inline void Queue_1__ctor_m3F92F39284A76AF95F4839FC16C299CC34C97549 (Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * __this, const RuntimeMethod* method) { (( void (*) (Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 *, const RuntimeMethod*))Queue_1__ctor_m065613451660A1479E4D6D00878FB7630AFE4E11_gshared)(__this, method); } // System.Void System.Threading.AutoResetEvent::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoResetEvent__ctor_m72D2A390415B58E10CA21E260881C88E50D9F35C (AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * __this, bool ___initialState0, const RuntimeMethod* method); // System.Void System.Threading.ThreadStart::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadStart__ctor_m360F4EED0AD96A27D6A9612BF79671F26B30411F (ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Threading.Thread::.ctor(System.Threading.ThreadStart) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread__ctor_mF22465F0D0E47C11EF25DB552D1047402750BE90 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * ___start0, const RuntimeMethod* method); // System.Void System.Threading.Thread::set_IsBackground(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_set_IsBackground_m8CAEC157A236A574FE83FDB22D693AB1681B01B0 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Threading.Thread::Start() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void Thread_Start_m490124B23F5EFD0BB2BED8CA12C77195B9CD9E1B (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(T) inline void Queue_1_Enqueue_mC1C5819B954FB9BD05D9007CC586ED6487CDFB7E (Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * __this, GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * ___item0, const RuntimeMethod* method) { (( void (*) (Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 *, GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 *, const RuntimeMethod*))Queue_1_Enqueue_mCACF312F04BD04D69E3FBA7D779B5DBF39BB3728_gshared)(__this, ___item0, method); } // System.IntPtr Mono.Net.CFNetwork::CFNetworkCopyProxiesForAutoConfigurationScript(System.IntPtr,System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScript_m4A8476E607D73F7A39EF896805579DF7DA6C215B (intptr_t ___proxyAutoConfigurationScript0, intptr_t ___targetURL1, intptr_t* ___error2, const RuntimeMethod* method); // System.Void Mono.Net.CFArray::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFArray__ctor_mC4C9002848DD6098638622BFDA52BB77E8A021FB (CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * __this, intptr_t ___handle0, bool ___own1, const RuntimeMethod* method); // Mono.Net.CFArray Mono.Net.CFNetwork::CopyProxiesForAutoConfigurationScript(System.IntPtr,Mono.Net.CFUrl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * CFNetwork_CopyProxiesForAutoConfigurationScript_mEFCA55DFB2092787EFC3953F2902F1177CB01C8A (intptr_t ___proxyAutoConfigurationScript0, CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * ___targetURL1, const RuntimeMethod* method); // System.Int32 Mono.Net.CFArray::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFArray_get_Count_m200F3F3339CF874AE95DE987CB2AC3CFF6D40DE5 (CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * __this, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFArray::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFArray_get_Item_m18A8672B778744594ADDB29DFFB96224A686FE7C (CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void Mono.Net.CFDictionary::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFDictionary__ctor_mE147DDB550455913714118F199EA136AB5FE2F92 (CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * __this, intptr_t ___handle0, bool ___own1, const RuntimeMethod* method); // System.Void Mono.Net.CFProxy::.ctor(Mono.Net.CFDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFProxy__ctor_m72AC01D0D722DB785752D822053E30566CC7F9F5 (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * __this, CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * ___settings0, const RuntimeMethod* method); // System.Void Mono.Net.CFObject::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_Dispose_m87063A0C278026A8E9B40F0FFE8E453A270CF73A (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, const RuntimeMethod* method); // System.Boolean System.Uri::op_Equality(System.Uri,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Equality_m4C2BAA8B8318A6C124AE18734B2872A983D5CC91 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri10, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri21, const RuntimeMethod* method); // System.String System.Uri::get_AbsoluteUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_AbsoluteUri_mC494374C2A3B1DFC9C3DC6CCB8A8A758580C11DA (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // Mono.Net.CFUrl Mono.Net.CFUrl::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * CFUrl_Create_m043A878A97AE4F64C07A530B0217A3B5F2AE0D25 (String_t* ___absolute0, const RuntimeMethod* method); // Mono.Net.CFProxy[] Mono.Net.CFNetwork::GetProxiesForAutoConfigurationScript(System.IntPtr,Mono.Net.CFUrl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* CFNetwork_GetProxiesForAutoConfigurationScript_mAFB0CAFB5430D43D579338BDB23ED1D1579B8529 (intptr_t ___proxyAutoConfigurationScript0, CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * ___targetURL1, const RuntimeMethod* method); // System.Void Mono.Net.CFNetwork/<>c__DisplayClass13_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0__ctor_m0CC4FFF2BBFF2126104AAFAC94D0F6266AA40867 (U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 * __this, const RuntimeMethod* method); // Mono.Net.CFRunLoop Mono.Net.CFRunLoop::get_CurrentRunLoop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * CFRunLoop_get_CurrentRunLoop_mB8EAD6DAF214EF1424C249D1A597270698ADED07 (const RuntimeMethod* method); // System.Void Mono.Net.CFNetwork/CFProxyAutoConfigurationResultCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFProxyAutoConfigurationResultCallback__ctor_mDFCC8D01E93178E2BA5E5CF392FBC96E4DD6CDC7 (CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFNetwork::CFNetworkExecuteProxyAutoConfigurationURL(System.IntPtr,System.IntPtr,Mono.Net.CFNetwork/CFProxyAutoConfigurationResultCallback,Mono.Net.CFStreamClientContext&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFNetwork_CFNetworkExecuteProxyAutoConfigurationURL_m2C19627008A840624F169300B8A8B15E8308531A (intptr_t ___proxyAutoConfigURL0, intptr_t ___targetURL1, CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3 * ___cb2, CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF * ___clientContext3, const RuntimeMethod* method); // Mono.Net.CFString Mono.Net.CFString::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * CFString_Create_m83EFBE783BF1D445A58E2A0EEBE5EB87A3AC2A6B (String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Net.CFRunLoop::AddSource(System.IntPtr,Mono.Net.CFString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_AddSource_m15D6017176B691ABD72806F93C6D5D39FBC42245 (CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * __this, intptr_t ___source0, CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * ___mode1, const RuntimeMethod* method); // System.Int32 Mono.Net.CFRunLoop::RunInMode(Mono.Net.CFString,System.Double,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFRunLoop_RunInMode_mC4178D0FA7C7CD3F5E89CF17C172811C732FAE8E (CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * __this, CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * ___mode0, double ___seconds1, bool ___returnAfterSourceHandled2, const RuntimeMethod* method); // System.Void Mono.Net.CFRunLoop::RemoveSource(System.IntPtr,Mono.Net.CFString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_RemoveSource_m9F692D2493BC9B1F1E148C2CDA0C81A68D7D5CFE (CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * __this, intptr_t ___source0, CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * ___mode1, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFNetwork::CFNetworkCopyProxiesForURL(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFNetwork_CFNetworkCopyProxiesForURL_mB3B26B2AE431B7BFB3B409992BC1AC74BB8DF87F (intptr_t ___url0, intptr_t ___proxySettings1, const RuntimeMethod* method); // Mono.Net.CFProxySettings Mono.Net.CFNetwork::GetSystemProxySettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * CFNetwork_GetSystemProxySettings_mD47A6DA9BA809B5C2C0210F4C02683F2EF8EC56B (const RuntimeMethod* method); // Mono.Net.CFDictionary Mono.Net.CFProxySettings::get_Dictionary() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * CFProxySettings_get_Dictionary_m9D0C3AF7134C56AE377B8403594E5EEDE80B873D_inline (CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * __this, const RuntimeMethod* method); // Mono.Net.CFArray Mono.Net.CFNetwork::CopyProxiesForURL(Mono.Net.CFUrl,Mono.Net.CFDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * CFNetwork_CopyProxiesForURL_m2DF5F3D492E12D525EECB4080712AA5A780F20FD (CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * ___url0, CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * ___proxySettings1, const RuntimeMethod* method); // Mono.Net.CFProxy[] Mono.Net.CFNetwork::GetProxiesForURL(Mono.Net.CFUrl,Mono.Net.CFProxySettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* CFNetwork_GetProxiesForURL_m39DED6AAB04D798738164C6227A15E4995776C51 (CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * ___url0, CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * ___proxySettings1, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFNetwork::CFNetworkCopySystemProxySettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFNetwork_CFNetworkCopySystemProxySettings_m247A4B11E4E556A195354C1FD128103F97133DAA (const RuntimeMethod* method); // System.Void Mono.Net.CFProxySettings::.ctor(Mono.Net.CFDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFProxySettings__ctor_m5D794E284FA54939D08F650AB1F72E773E7E6069 (CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * __this, CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * ___settings0, const RuntimeMethod* method); // System.Void Mono.Net.CFNetwork/CFWebProxy::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFWebProxy__ctor_m4F5F4B6DA0F19F1C071E62625D54C20951EFFCEC (CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1 * __this, const RuntimeMethod* method); // System.Boolean Mono.Net.CFNumber::CFNumberGetValue(System.IntPtr,System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CFNumber_CFNumberGetValue_m3A4553C868ACAEFF4E34AC24C837EC11CFFFB96C (intptr_t ___handle0, intptr_t ___type1, int32_t* ___value2, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFObject::dlsym(System.IntPtr,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFObject_dlsym_m7C3E17F8024611F1F70B6FC9591D9810BB939C5B (intptr_t ___handle0, String_t* ___symbol1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::ReadIntPtr(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_ReadIntPtr_mB2206BDD97F7B1C884E1D033556BB25D5D8BB223 (intptr_t ___ptr0, const RuntimeMethod* method); // System.Void Mono.Net.CFObject::set_Handle(System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CFObject_set_Handle_m88C2472F18456CC638B63034B489EE76923098C4_inline (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, intptr_t ___value0, const RuntimeMethod* method); // System.Void Mono.Net.CFObject::Retain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_Retain_m0F3DFD2CDD800D9BBF5543F954FD32FB3D71F989 (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, const RuntimeMethod* method); // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A (RuntimeObject * __this, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFObject::CFRetain(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFObject_CFRetain_mE2D1F3DB4FC502AFA769F585136588C4E6D8CBCE (intptr_t ___handle0, const RuntimeMethod* method); // System.Void Mono.Net.CFObject::CFRelease(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_CFRelease_mCD1D14E9087E57E21E30A862CCA4D7E8225F81B5 (intptr_t ___handle0, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_mB4DF9161F8D8F48708A2A7BBD7BF626F1EB8C3C8 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // System.Void Mono.Net.CFObject::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_Release_m6B6128DF1AED8B5F9D3B483696C1C49D0BFA7C76 (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_mFF908DB65A7128F68FC8CAEA84AA753B439FE40E (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFObject::GetCFObjectHandle(System.IntPtr,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFObject_GetCFObjectHandle_m463384D664D4AC01B44EACF8941B7725F4967090 (intptr_t ___handle0, String_t* ___symbol1, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFDictionary::get_Item(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFDictionary_get_Item_m53003799E29C3F41B9C51927762F1D5921A5517F (CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * __this, intptr_t ___key0, const RuntimeMethod* method); // System.String Mono.Net.CFString::AsString(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CFString_AsString_m90292BFFD1C7C51A157C4CCB6924CFB0BE1C164E (intptr_t ___handle0, const RuntimeMethod* method); // System.Int32 Mono.Net.CFNumber::AsInt32(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFNumber_AsInt32_m32194803F0B7FEEE62D596B7EDF5BEFE50B3EE8B (intptr_t ___handle0, const RuntimeMethod* method); // Mono.Net.CFProxyType Mono.Net.CFProxy::CFProxyTypeToEnum(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFProxy_CFProxyTypeToEnum_m620D71A9F8FC751F3FC5D16D2AA8E77DCFD61173 (intptr_t ___type0, const RuntimeMethod* method); // System.Void Mono.Net.CFRange::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRange__ctor_m47A3FC3DC70D9A9685171D0A666C21E9522EDC49 (CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 * __this, int32_t ___loc0, int32_t ___len1, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFRunLoop::CFRunLoopGetCurrent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFRunLoop_CFRunLoopGetCurrent_mFC552486E887D2BF018DE3C6D7595661F2CD9B3B (const RuntimeMethod* method); // System.Void Mono.Net.CFRunLoop::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop__ctor_m9DCFB09DC63118A1A8F61BF6ECACFE71C4B26974 (CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * __this, intptr_t ___handle0, bool ___own1, const RuntimeMethod* method); // System.Void Mono.Net.CFRunLoop::CFRunLoopAddSource(System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_CFRunLoopAddSource_m17B4F5A7F466FEC272B9413E97681A19775705AB (intptr_t ___rl0, intptr_t ___source1, intptr_t ___mode2, const RuntimeMethod* method); // System.Void Mono.Net.CFRunLoop::CFRunLoopRemoveSource(System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_CFRunLoopRemoveSource_mCE402DDB9644FE44C25E59D3B12267E40CB741B0 (intptr_t ___rl0, intptr_t ___source1, intptr_t ___mode2, const RuntimeMethod* method); // System.Int32 Mono.Net.CFRunLoop::CFRunLoopRunInMode(System.IntPtr,System.Double,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFRunLoop_CFRunLoopRunInMode_mF4139008B5413F50712C29D687EE69DA0123AE4E (intptr_t ___mode0, double ___seconds1, bool ___returnAfterSourceHandled2, const RuntimeMethod* method); // System.Void Mono.Net.CFRunLoop::CFRunLoopStop(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_CFRunLoopStop_mF13BF6E5D2DABDA723DC5C447A046053F3D73FED (intptr_t ___rl0, const RuntimeMethod* method); // System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D (const RuntimeMethod* method); // System.IntPtr System.IntPtr::op_Explicit(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m5FB396AD54202A33190F8A94DF8467DCED010C14 (void* ___value0, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFString::CFStringCreateWithCharacters(System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFString_CFStringCreateWithCharacters_mA4EBC4A6C6E1CA713BC42197F237A6C7A3CB4FF2 (intptr_t ___alloc0, intptr_t ___chars1, intptr_t ___length2, const RuntimeMethod* method); // System.Void Mono.Net.CFString::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFString__ctor_m6FC1151D49252BA6F14027DF6FC09D9ABBEC5140 (CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * __this, intptr_t ___handle0, bool ___own1, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFString::CFStringGetLength(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFString_CFStringGetLength_m32642580B50975703D751793CDBF51DDB32FBA5D (intptr_t ___handle0, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFString::CFStringGetCharactersPtr(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFString_CFStringGetCharactersPtr_m64F0383D7FB2398CDCBEEFB5CAD5420F942B0DB7 (intptr_t ___handle0, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::AllocHGlobal(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D (int32_t ___cb0, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFString::CFStringGetCharacters(System.IntPtr,Mono.Net.CFRange,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFString_CFStringGetCharacters_m3708E189F528838F2C8A1A49AC9D3B5088F22F98 (intptr_t ___handle0, CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 ___range1, intptr_t ___buffer2, const RuntimeMethod* method); // System.Void* System.IntPtr::op_Explicit(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* IntPtr_op_Explicit_mA5998CF146607D3A77FAC10688695E26BD8141BC (intptr_t ___value0, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::FreeHGlobal(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390 (intptr_t ___hglobal0, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3 (String_t* ___value0, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFUrl::CFURLCreateWithString(System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFUrl_CFURLCreateWithString_m40ED9137D94B0864E8F94708307191C6DC306764 (intptr_t ___allocator0, intptr_t ___str1, intptr_t ___baseURL2, const RuntimeMethod* method); // System.Void Mono.Net.CFUrl::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFUrl__ctor_m623159BA6C864641A77B1F59C8F09D4AE364163E (CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * __this, intptr_t ___handle0, bool ___own1, const RuntimeMethod* method); // System.Void Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_m7807CD991EC4D16395E1278477E3317868E18200 (U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9 * __this, const RuntimeMethod* method); // System.Void System.Net.Security.RemoteCertificateValidationCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemoteCertificateValidationCallback__ctor_mDBCF893D0A540CB506F5547807525625F5CBA4C4 (RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass8_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass8_0__ctor_mB77347EF574C2C51BBD1A7B1AF673B3D92B056E2 (U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1 * __this, const RuntimeMethod* method); // System.Void System.Net.Security.LocalCertSelectionCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalCertSelectionCallback__ctor_mE564871B196549FDEA64C011A4AA00339FA0281F (LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Capture::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Capture_get_Value_mC5CAABA66AC24C90CE1A6FE7EE93AD4A926E4D5A (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method); // System.Int32 System.Net.CaseInsensitiveAscii::FastGetHashCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CaseInsensitiveAscii_FastGetHashCode_m306A0F307E96AA75691B6E4EC161157798931F2D (CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA * __this, String_t* ___myString0, const RuntimeMethod* method); // System.Void System.Net.CaseInsensitiveAscii::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaseInsensitiveAscii__ctor_m5AD65BBE763EC356D1DC91FBFE3B546650978C3B (CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m37345890E8136134556D27E57315B584AC51D53F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator System.Security.Cryptography.X509Certificates.X509CertificateCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2 * X509CertificateCollection_GetEnumerator_mB2D27CFCAA973ED96A90743270506B721358A29F (X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * X509CertificateEnumerator_get_Current_m073AF75A4FCD3173200FF90AB6539B9D82C9EA90 (X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2 * __this, const RuntimeMethod* method); // System.Void Mono.Unity.CertHelper::AddCertificateToNativeChain(Mono.Unity.UnityTls/unitytls_x509list*,System.Security.Cryptography.X509Certificates.X509Certificate,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertHelper_AddCertificateToNativeChain_m9B02240E4BB8AF33B6DE4BF82EBDB7FE7699A5F2 (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * ___nativeCertificateChain0, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate1, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState2, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509CertificateEnumerator_MoveNext_mD24E317796AFDCEE1C381C30AEC85B5B3A486F8C (X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2 * __this, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_interface_struct Mono.Unity.UnityTls::get_NativeInterface() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802 (const RuntimeMethod* method); // System.Void Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_der_t::Invoke(Mono.Unity.UnityTls/unitytls_x509list*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void unitytls_x509list_append_der_t_Invoke_mA432486D4A73BB7FC4DFE3DD02205FE4C0AB9066 (unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E * __this, unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * ___list0, uint8_t* ___buffer1, intptr_t ___bufferLen2, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState3, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate::get_Impl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * X509Certificate_get_Impl_mB3A5A23265CEE0651F91F242B11930653C77BF83 (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * __this, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509CertificateImplCollection_get_Count_m6C92C5AA558F2ECBD17BB5E743443FF353F1C29E (X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * X509CertificateImplCollection_get_Item_m8BC2DE13F2E914AC2290C5F015A00DA0562EC628 (X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Security.Cryptography.X509Certificates.X509CertificateImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate__ctor_m293DBAACAD872CAEBB81381DBA39060740A8A67C (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * __this, X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * ___impl0, const RuntimeMethod* method); // System.Void Mono.Net.Security.ChainValidationHelper::.ctor(Mono.Security.Interface.MonoTlsProvider,Mono.Security.Interface.MonoTlsSettings,System.Boolean,Mono.Net.Security.MonoTlsStream,Mono.Net.Security.ServerCertValidationCallbackWrapper) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChainValidationHelper__ctor_m28263F9E95F112572E406F1ECC7FBBE7300A6CB8 (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * __this, MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider0, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings1, bool ___cloneSettings2, MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * ___stream3, ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * ___callbackWrapper4, const RuntimeMethod* method); // Mono.Security.Interface.ICertificateValidator Mono.Security.Interface.MonoTlsSettings::get_CertificateValidator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* MonoTlsSettings_get_CertificateValidator_m6578EC980AC6961145A77D1F87C213857623040D_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::CopyDefaultSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * MonoTlsSettings_CopyDefaultSettings_m34F75FC2D72A9D1E527369CB9286B7CB3EEFFA04 (const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::CloneWithValidator(Mono.Security.Interface.ICertificateValidator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * MonoTlsSettings_CloneWithValidator_m2FF8E65806B460D8D1026F35F1FE122CC3BFD8F5 (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, RuntimeObject* ___validator0, const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::GetProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MonoTlsProviderFactory_GetProvider_m464F894E37D5322B5F94EEAAECE25A62C9B7F12C (const RuntimeMethod* method); // Mono.Security.Interface.MonoRemoteCertificateValidationCallback Mono.Security.Interface.MonoTlsSettings::get_RemoteCertificateValidationCallback() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * MonoTlsSettings_get_RemoteCertificateValidationCallback_m75D6DE3A10E67B8E5BF73AEDA2CB4EA3647254B5_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method); // System.Net.Security.RemoteCertificateValidationCallback Mono.Net.Security.Private.CallbackHelpers::MonoToPublic(Mono.Security.Interface.MonoRemoteCertificateValidationCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * CallbackHelpers_MonoToPublic_mA9725CCDC76B7ED5BD3988E9E3EBC49DBC69EB02 (MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * ___callback0, const RuntimeMethod* method); // System.Void System.Net.ServerCertValidationCallback::.ctor(System.Net.Security.RemoteCertificateValidationCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerCertValidationCallback__ctor_m74FA8CDC1C3AD2BAE782BFD55EC0AA62A18E7DE0 (ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * __this, RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * ___validationCallback0, const RuntimeMethod* method); // Mono.Security.Interface.MonoLocalCertificateSelectionCallback Mono.Security.Interface.MonoTlsSettings::get_ClientCertificateSelectionCallback() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * MonoTlsSettings_get_ClientCertificateSelectionCallback_mFE8E90C0D3E5200210CC9CB235DE5E5533A82017_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method); // System.Net.Security.LocalCertSelectionCallback Mono.Net.Security.Private.CallbackHelpers::MonoToInternal(Mono.Security.Interface.MonoLocalCertificateSelectionCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * CallbackHelpers_MonoToInternal_m0925AA94D5894632C4147F94C0D5822885FEB1DA (MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * ___callback0, const RuntimeMethod* method); // System.Nullable`1 Mono.Security.Interface.MonoTlsSettings::get_UseServicePointManagerCallback() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 MonoTlsSettings_get_UseServicePointManagerCallback_m28672345E25C0ED1BD4B3E64B8A8A89CCEE86060_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, const RuntimeMethod*))Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline bool Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_gshared_inline)(__this, method); } // System.Net.HttpWebRequest Mono.Net.Security.MonoTlsStream::get_Request() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * MonoTlsStream_get_Request_m5CE0E7D32A482AFFEA41907117E3519B23C92F83_inline (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * __this, const RuntimeMethod* method); // System.Net.ServerCertValidationCallback System.Net.HttpWebRequest::get_ServerCertValidationCallback() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * HttpWebRequest_get_ServerCertValidationCallback_mC40F344BFA88D34DBD794CDB8BD0B8A5F5D78AA6_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method); // System.Net.ServerCertValidationCallback System.Net.ServicePointManager::get_ServerCertValidationCallback() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * ServicePointManager_get_ServerCertValidationCallback_m5AD93FC2391E0E343328CE642F7DDE1CFBB0B306_inline (const RuntimeMethod* method); // System.Int32 System.Collections.CollectionBase::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08 (CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Cryptography.X509Certificates.X509CertificateCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * X509CertificateCollection_get_Item_mF0F62ACA6DB4482B2F055563F3A88CFDB92377FA (X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * __this, int32_t ___index0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate System.Net.Security.LocalCertSelectionCallback::Invoke(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * LocalCertSelectionCallback_Invoke_m2869B1DB69FB6390DB8035B41C0594762111D484 (LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * __this, String_t* ___targetHost0, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___localCertificates1, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___remoteCertificate2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___acceptableIssuers3, const RuntimeMethod* method); // Mono.Security.Interface.ValidationResult Mono.Net.Security.ChainValidationHelper::ValidateChain(System.String,System.Boolean,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Net.Security.SslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * ChainValidationHelper_ValidateChain_mF930C960C8EA0CFEE7AE893486A11AB96CC5A958 (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * __this, String_t* ___host0, bool ___server1, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___leaf2, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___chain3, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___certs4, int32_t ___errors5, const RuntimeMethod* method); // System.Boolean Mono.Security.Interface.ValidationResult::get_Trusted() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ValidationResult_get_Trusted_mFDD8BFA1C1EC21DC970A55810381205D7841D35A_inline (ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Interface.ValidationResult::get_UserDenied() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ValidationResult_get_UserDenied_m1E4095C966C2AC586B421485A171FF6BA45DE002_inline (ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * __this, const RuntimeMethod* method); // System.Void Mono.Net.Security.MonoTlsStream::set_CertificateValidationFailed(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MonoTlsStream_set_CertificateValidationFailed_m0CB02DA5133C5B1D5E8CB9794A3BAEC3BDC5E0B9_inline (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * __this, bool ___value0, const RuntimeMethod* method); // Mono.Security.Interface.ValidationResult Mono.Net.Security.ChainValidationHelper::ValidateChain(System.String,System.Boolean,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain&,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Net.Security.SslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * ChainValidationHelper_ValidateChain_mFB4BC1CD513099E2156178A0F94663FAD1849EB2 (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * __this, String_t* ___host0, bool ___server1, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___leaf2, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 ** ___chain3, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___certs4, int32_t ___errors5, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Chain::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Chain_Dispose_mCFA2A24CDD151F681BA0A24B2CE814696217A1E3 (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * __this, const RuntimeMethod* method); // System.Net.ServicePoint System.Net.HttpWebRequest::get_ServicePoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * HttpWebRequest_get_ServicePoint_m87CA558F0C7B4A6D585F42616771173F75DE2567 (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::UpdateServerCertificate(System.Security.Cryptography.X509Certificates.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_UpdateServerCertificate_m8F8352188BACC259F5D00F3D9044E3E7F2707E29 (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate0, const RuntimeMethod* method); // System.Boolean Mono.Net.Security.ServerCertValidationCallbackWrapper::Invoke(System.Net.ServerCertValidationCallback,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,Mono.Security.Interface.MonoSslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServerCertValidationCallbackWrapper_Invoke_mBDF485AED0434BAE86AF712D014292266AA71C0C (ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * __this, ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * ___callback0, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate1, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___chain2, int32_t ___sslPolicyErrors3, const RuntimeMethod* method); // System.Boolean System.Net.ServerCertValidationCallback::Invoke(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServerCertValidationCallback_Invoke_m88F7CC8E8BAE6F501FB49ECE5DC9026120DA3857 (ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * __this, RuntimeObject * ___request0, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate1, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___chain2, int32_t ___sslPolicyErrors3, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m09F335835B58D17E36FCF69E20E02BFF3D40F53C (Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 * __this, int32_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_m904114DBE44D14D291456629D60BF66ECA75BB42_gshared)(__this, ___value0, method); } // System.Void Mono.Security.Interface.ValidationResult::.ctor(System.Boolean,System.Boolean,System.Int32,System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidationResult__ctor_mC7440C9DCE339A6050A327757E3D9966638C4C18 (ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * __this, bool ___trusted0, bool ___user_denied1, int32_t ___error_code2, Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 ___policy_errors3, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Net.ICertificatePolicy System.Net.ServicePointManager::GetLegacyCertificatePolicy() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ServicePointManager_GetLegacyCertificatePolicy_mAF513A5B047B738491743CDC093618371750E747_inline (const RuntimeMethod* method); // System.Boolean Mono.Net.Security.SystemCertificateValidator::NeedsChain(Mono.Security.Interface.MonoTlsSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemCertificateValidator_NeedsChain_m7638F13AC43F875790A5782D11D9D2DC073A267E (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings0, const RuntimeMethod* method); // System.Boolean Mono.Security.Interface.MonoTlsSettings::get_CallbackNeedsCertificateChain() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MonoTlsSettings_get_CallbackNeedsCertificateChain_m22912D04EC8EB9DD9093028D0335F5602469CF46_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method); // System.Net.ServicePoint System.Net.HttpWebRequest::get_ServicePointNoLock() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * HttpWebRequest_get_ServicePointNoLock_mAB6BB5851482B6EA1FFB3943897D7B9399795B13_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method); // System.Int32 System.Net.NetworkInformation.CommonUnixIPGlobalProperties::getdomainname(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommonUnixIPGlobalProperties_getdomainname_mE35D08D81049A96BFF3134C9F109711CD98D18CF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name0, int32_t ___len1, const RuntimeMethod* method); // System.Void System.Net.NetworkInformation.NetworkInformationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkInformationException__ctor_m5CDA318CAFE57C54FA19136D9CC86F34DF5F8F1C (NetworkInformationException_t1BA1B6E599C317CF3BBC965519238248C74211CF * __this, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) inline int32_t Array_IndexOf_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m204EA717B425B2D05BB91568E62A291F99E44F75 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, uint8_t ___value1, const RuntimeMethod* method) { return (( int32_t (*) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, uint8_t, const RuntimeMethod*))Array_IndexOf_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m204EA717B425B2D05BB91568E62A291F99E44F75_gshared)(___array0, ___value1, method); } // System.Void System.Net.NetworkInformation.IPGlobalProperties::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IPGlobalProperties__ctor_mEEE47DACD96438BCDF67877A3E2F0D3A592C2977 (IPGlobalProperties_tD2935E387BBC03382D35AD2B6288214CAB4095C5 * __this, const RuntimeMethod* method); // System.String System.Net.Cookie::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Name_mC233F7C69F3A7FE643C75F4289BE2F7A8E84D8FD_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m573A1F97B15F82C9AC7DC0BB1B381EEDCD2759CD (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.String System.Net.Cookie::get_Domain() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Domain_m278E7B0428D3194F5C38175134F7C3D5788A69FE_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.String System.Net.Cookie::get_Path() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205 (const RuntimeMethod* method); // System.Void System.Collections.CaseInsensitiveComparer::.ctor(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaseInsensitiveComparer__ctor_mD14E129C0E3097F0E076A4E04E87D5081C4E666B (CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method); // System.Void System.Collections.CaseInsensitiveHashCodeProvider::.ctor(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaseInsensitiveHashCodeProvider__ctor_mA20A70E69A24912F9688675F259E538C46034D63 (CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Now() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_Now_mDC71803EA6776DD66EA7477CDCCD62191726B478 (const RuntimeMethod* method); // System.Boolean System.Net.Cookie::get_Plain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_get_Plain_m640F05F7E1F4600F56769459C1FE15548512E2E2 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.Boolean System.DateTime::op_Inequality(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Inequality_m80842FE3BAF3814E9FB05181BBFC573AE4AFF44D (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d21, const RuntimeMethod* method); // System.DateTime System.DateTime::ToLocalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_ToLocalTime_mCE92C270822E0C13C7C849BDE5DDC852A4CF0A08 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Boolean System.DateTime::op_LessThanOrEqual(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_LessThanOrEqual_mC678CF8E06021725A3960253A5D164B00C838BC6 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t21, const RuntimeMethod* method); // System.Boolean System.Net.ValidationHelper::IsBlankString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValidationHelper_IsBlankString_m6AD6EA4A3A18A43F7D0E619A814E1C8805B80BE1 (String_t* ___stringValue0, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038 (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___anyOf0, const RuntimeMethod* method); // System.Net.CookieVariant System.Net.Cookie::get_Variant() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Cookie_get_Variant_m5453D977C7AAF6B634E5B31CB2DE7D66BD323551_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m7927E2200C8BAF4D0EA5B8224819B5D63E150C54 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, int32_t ___comparisonType5, const RuntimeMethod* method); // System.String System.Uri::get_Host() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Int32 System.Uri::get_Port() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m23A08BF55EC1DC7421B99E6E77544DDF5900099C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.Uri::get_AbsolutePath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_mB845A99D0CEB442AAF90B24A95EE7509C34C6306 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Int32 System.Net.Cookie::get_Version() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Cookie_get_Version_m061640FE8C0F64A0FA003BF8D3391CC1FCD153A4_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.String SR::GetString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5 (String_t* ___name0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void System.Net.CookieException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566 (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.Net.Cookie::get_Comment() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Comment_mDC7F376B5AE6B6FF9605081404988E22A5AAF79F_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::DomainCharsTest(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_DomainCharsTest_m9E7316125005E096082D30F6C63C682A52B40978 (String_t* ___name0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m3A61B8C27BBED464066C9C13CB540150FEC99A3B (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::IsDomainEqualToHost(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_IsDomainEqualToHost_mD7EDBAB12BAEB929358217E2BA1C11751279C3E6 (String_t* ___domain0, String_t* ___host1, const RuntimeMethod* method); // System.String System.String::ToLower(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m31AAE50F084C9F7ECE9201944F237D2310C79235 (String_t* __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String System.Net.CookieParser::CheckQuoted(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieParser_CheckQuoted_mDA4A706F673D6991A45AF83E22BE86D945F0F4F9 (String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___separator0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, const RuntimeMethod*))List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_gshared)(__this, method); } // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Boolean System.Int32::TryParse(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryParse_m252686986E2F350DCC71341A41182DEE27454A22 (String_t* ___s0, int32_t* ___result1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mEE653047BDB3486ACC2E16DC6C3422A0BA48F01F (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, int32_t ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, int32_t, const RuntimeMethod*))List_1_Add_mEE653047BDB3486ACC2E16DC6C3422A0BA48F01F_gshared)(__this, ___item0, method); } // !0[] System.Collections.Generic.List`1::ToArray() inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* List_1_ToArray_mDEFFC768D9AAD376D27FC0FC1F7B57EE2E93479F (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method) { return (( Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, const RuntimeMethod*))List_1_ToArray_mDEFFC768D9AAD376D27FC0FC1F7B57EE2E93479F_gshared)(__this, method); } // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380 (const RuntimeMethod* method); // System.String System.Int32::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String System.Net.Cookie::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Value_mEFF804AC5A0D1252E626903FE0B45706D4F3A453_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mCA053C6F9F80091150799BA7B4EDE7E4A3262E77 (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, const RuntimeMethod* method); // System.String System.Net.Cookie::get__Domain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Domain_m3B7DDACA37D03838CA3C94460AA300D4E2D81C7C (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.String System.Net.Cookie::get__Path() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Path_m78788CA8B87C93C7C22828F97BA8F1AF022908B1 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.String System.Net.Cookie::get__Port() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Port_m867588A59661398C9AC64EB223387B42048D280A (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.String System.Net.Cookie::get__Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Version_mE3C0E366E86DFAAB2EEA66561B74C4E8B284B854 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.Void System.Net.Comparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer__ctor_mB9048FB4377C7FE872A4ACD9A0173FEDA37554F3 (Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F * __this, const RuntimeMethod* method); // System.Int32 System.Net.CookieCollection::IndexOf(System.Net.Cookie) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieCollection_IndexOf_m775D41262A22744C845245D4B6574B6AE5983DBC (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * ___cookie0, const RuntimeMethod* method); // System.Collections.IEnumerator System.Net.CookieCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CookieCollection_GetEnumerator_m98DE8A53502E0AA6C428F564D6EDE38A007D22C9 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, const RuntimeMethod* method); // System.Void System.Net.CookieCollection::Add(System.Net.Cookie) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection_Add_m81852BE25115EA44DEA8AC788666350ACBFF13E9 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * ___cookie0, const RuntimeMethod* method); // System.Collections.IComparer System.Net.Cookie::GetComparer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Cookie_GetComparer_m626622B01059F3912F25478B1A1B38AFFB6BA7EF_inline (const RuntimeMethod* method); // System.Void System.Net.CookieCollection/CookieCollectionEnumerator::.ctor(System.Net.CookieCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollectionEnumerator__ctor_m1171DDC5103451BF97CD71F062D1D46F73A82E24 (CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014 * __this, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___cookies0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method); // System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.IPGlobalProperties::InternalGetIPGlobalProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPGlobalProperties_tD2935E387BBC03382D35AD2B6288214CAB4095C5 * IPGlobalProperties_InternalGetIPGlobalProperties_m47B173E291D6F7B081952BD2C3F5317FC9BFE951 (const RuntimeMethod* method); // System.String System.Net.Cookie::get_DomainKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get_DomainKey_m4F03CD873A42A9291BB5682BD6102930C485D3BA (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.Void System.Net.PathList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathList__ctor_mE7C40201BD66EA2737CFC92FF7B94CF442444778 (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, const RuntimeMethod* method); // System.Void System.Net.CookieContainer::AddRemoveDomain(System.String,System.Net.PathList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_AddRemoveDomain_m86DA545D737B59A516754DFCFCA164C5F4F728E0 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, String_t* ___key0, PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * ___value1, const RuntimeMethod* method); // System.Int32 System.Net.PathList::GetCookiesCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PathList_GetCookiesCount_mA2216C3D1A5328BB84EA3DFB15F5D9C25FD10B0F (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, const RuntimeMethod* method); // System.Object System.Net.PathList::get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PathList_get_SyncRoot_m28F8BCEC0CDF4514A9E43BD1E57F1809732377E0 (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, const RuntimeMethod* method); // System.Object System.Net.PathList::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PathList_get_Item_mB2E15B70CA415EF1497A3AF13486AF346D25CC27 (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Void System.Net.CookieCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection__ctor_m6F7AC5879C514DAD6EE967A7FC18C3F28DAC4B11 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, const RuntimeMethod* method); // System.Void System.Net.PathList::set_Item(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathList_set_Item_m30F6BF8F0651AA78DA5F709CB4E042D56944E10B (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, String_t* ___s0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::get_Expired() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_get_Expired_mB77802DB1DD4FD43D23A582009833238D50C23A5 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.Void System.Net.CookieCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection_RemoveAt_mE2CB87607732DF13B534A0808EFF9726F3213824 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, int32_t ___idx0, const RuntimeMethod* method); // System.Boolean System.Net.CookieContainer::AgeCookies(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieContainer_AgeCookies_mAA3E14737A917A714164DA20CEAE929A192FFA9C (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, String_t* ___domain0, const RuntimeMethod* method); // System.Int32 System.Net.CookieCollection::InternalAdd(System.Net.Cookie,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieCollection_InternalAdd_m0BB034B31D41891EA47F068A6E50CDE3DF510AA2 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * ___cookie0, bool ___isStrict1, const RuntimeMethod* method); // System.Void System.Net.CookieException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException__ctor_m97F899360A85CF3DDDF2CA25EE08A956450DF7B4 (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method); // System.Collections.ICollection System.Net.PathList::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PathList_get_Values_m5199400804AF1CF37AF379160950196867314343 (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, const RuntimeMethod* method); // System.Int32 System.Net.CookieContainer::ExpireCollection(System.Net.CookieCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieContainer_ExpireCollection_m480E96EED81302CFE5C1797FD52D36712D56F53A (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___cc0, const RuntimeMethod* method); // System.Int32 System.Net.CookieCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieCollection_get_Count_m329458A1D5426014346F371D1B86AB4678FF34AE (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, const RuntimeMethod* method); // System.DateTime System.Net.CookieCollection::TimeStamp(System.Net.CookieCollection/Stamp) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 CookieCollection_TimeStamp_m453133C0783D40B58F511208B428765420DD6A9A (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, int32_t ___how0, const RuntimeMethod* method); // System.Boolean System.DateTime::op_LessThan(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_LessThan_m31E1966F7BB6E20ED98FEAB9CADE95816353A7D3 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t21, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m6411ABA96F53F6B588FD9F2F72FB5FDAC1C1BC9B (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Int32 System.Net.PathList::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PathList_get_Count_mF95C0C66B73A66E8EDA9CFFB18CBE115712A37FF (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, const RuntimeMethod* method); // System.Array System.Array::CreateInstance(System.Type,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_m4D1856F13485BB35ACC72A9B10475C29C301BD1D (Type_t * ___elementType0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455 (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.Array::Sort(System.Array,System.Array) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_m4DBF679AEDEBFBBE7682AF7E1C08FC048150CF9D (RuntimeArray * ___keys0, RuntimeArray * ___items1, const RuntimeMethod* method); // System.Object System.Array::GetValue(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m6E4274D23FFD6089882CD12B2F2EA615206792E1 (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10 (RuntimeArray * __this, const RuntimeMethod* method); // System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Equality_m74E300DEFE26802FD0671DDC8095E52F96121C39 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d21, const RuntimeMethod* method); // System.Net.Cookie System.Net.CookieCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * CookieCollection_get_Item_m811D5D88284ADADB6200D9B6CE5BE74B7324A597 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, int32_t ___index0, const RuntimeMethod* method); // System.String System.Net.HeaderVariantInfo::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HeaderVariantInfo_get_Name_m94033FAF3ED87FB13E9F7445D6B26A9F545C10C5_inline (HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 * __this, const RuntimeMethod* method); // System.Net.CookieVariant System.Net.HeaderVariantInfo::get_Variant() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HeaderVariantInfo_get_Variant_m7B4EE8A87D64408629421635C393524FDA57A3E1_inline (HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 * __this, const RuntimeMethod* method); // System.Boolean System.Net.CookieContainer::IsLocalDomain(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieContainer_IsLocalDomain_m3E6A57EB785514F3610FC97DF25192B80A6F0CE8 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, String_t* ___host0, const RuntimeMethod* method); // System.Void System.Net.CookieParser::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieParser__ctor_m82AD28E0C4668A35ECE2B6707D6B81B7B7D27334 (CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5 * __this, String_t* ___cookieString0, const RuntimeMethod* method); // System.Net.Cookie System.Net.CookieParser::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * CookieParser_Get_mAD866F9D6B48D9F5D8B12DC5B23D0C90204AAC78 (CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5 * __this, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::VerifySetDefaults(System.Net.CookieVariant,System.Uri,System.Boolean,System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, int32_t ___variant0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri1, bool ___isLocalDomain2, String_t* ___localDomain3, bool ___set_default4, bool ___isThrow5, const RuntimeMethod* method); // System.Void System.Net.CookieContainer::Add(System.Net.Cookie,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_Add_m55B9F8F21934AD777CF5458D297DE11150C6302C (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * ___cookie0, bool ___throwOnError1, const RuntimeMethod* method); // System.String System.Uri::get_Scheme() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, String_t* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, String_t*, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m8DB57B87F39952A78925B5BF9BBB49B3EFA28155 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mAD7052CB25BA1D60A8F055AA89D09809F61233DB (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, 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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_BuildCookieCollectionFromDomainMatches_mA12B074CC288FE102BEB328B853F71267E3B3A08 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, bool ___isSecure1, int32_t ___port2, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___cookies3, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___domainAttribute4, bool ___matchOnlyPlainCookie5, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline String_t* List_1_get_Item_m8578F26F0FE72EDB6A0290D78944B3D4F34DBFAC_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( String_t* (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, method); } // System.Collections.IEnumerator System.Net.PathList::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PathList_GetEnumerator_mEB480CB2359B7EA7639EE292658F7AC5B17AE998 (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, const RuntimeMethod* method); // System.Void System.Net.CookieContainer::MergeUpdateCollections(System.Net.CookieCollection,System.Net.CookieCollection,System.Int32,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_MergeUpdateCollections_m2DF45A2DA702AB04EFA265075198378B217A1E76 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___destination0, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___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_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Int32[] System.Net.Cookie::get_PortList() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* Cookie_get_PortList_m4BD9A535C0DCB224F6093FA89FF336C83A0836CA_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::get_Secure() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cookie_get_Secure_m5ED475362972AF2648E51D7796C17D82C70B523A_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.String System.Net.CookieContainer::GetCookieHeader(System.Uri,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieContainer_GetCookieHeader_m45B138BEAA391F95017893AF9F91241492EB2D74 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, String_t** ___optCookie21, const RuntimeMethod* method); // System.Net.CookieCollection System.Net.CookieContainer::InternalGetCookies(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * CookieContainer_InternalGetCookies_mEADD88B29299A160CA2AD96B5E2C6A712DE0DFF4 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method); // System.Boolean System.Net.CookieCollection::get_IsOtherVersionSeen() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CookieCollection_get_IsOtherVersionSeen_m1C659BBDF60CA447C3B5576BC4FCCAEBCCCBECF4_inline (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, const RuntimeMethod* method); // System.Void System.Net.HeaderVariantInfo::.ctor(System.String,System.Net.CookieVariant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderVariantInfo__ctor_mB0775C718895238F3289605480ECD66D13DE19C0 (HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 * __this, String_t* ___name0, int32_t ___variant1, const RuntimeMethod* method); // System.Void System.FormatException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_m782FDB1A7F0BA932C9937FDB8E936D0E4724AA67 (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * __this, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mF8CFF64B9AB9A6B4AD5B33FC72E6EA7F6631FD51 (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_m9D50D1A9FC1B72427455B7FFBDB80198D996667F (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882 (Exception_t * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer__ctor_m98A9B2C61BA73183CBF2331766DD011A1432C3D1 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, String_t* ___tokenStream0, const RuntimeMethod* method); // System.Net.CookieToken System.Net.CookieTokenizer::Next(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieTokenizer_Next_m12072A330646362D17E6C7B27DA8E4A615ABFB92 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, bool ___first0, bool ___parseResponseCookies1, const RuntimeMethod* method); // System.Void System.Net.Cookie::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie__ctor_m4C7C1E7E0DCE68AC143F44630AEE2D385480DE48 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.String System.Net.CookieTokenizer::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CookieTokenizer_get_Name_mF8AED0F907B5B6A95C97C31F086AE8B56532ACF3_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::InternalSetName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_InternalSetName_m866D7004C1F40D6F1247918DD747C08F71986B42 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Net.CookieTokenizer::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Value_mB71BD8E33373029251A2C55533A8A4417BDB8767 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Net.CookieToken System.Net.CookieTokenizer::get_Token() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CookieTokenizer_get_Token_m3678150A16ACC3F862659716B984C7FE7F0E3B75_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Comment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Comment_mC73FCBD37723DC9929AE7297AB98CC43F186963A (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Uri::TryCreate(System.String,System.UriKind,System.Uri&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_TryCreate_m4E7D41A8B62D8E964E0B73B67CD7A31BF3E65799 (String_t* ___uriString0, int32_t ___uriKind1, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** ___result2, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_CommentUri(System.Uri) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cookie_set_CommentUri_m164977759148B2CC340AE701684D1E418D450EBA_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Domain(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Domain_mFAA0D7FAB346C34A3ADF865A6F531A948E4E9DBA (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Net.CookieTokenizer::get_Quoted() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CookieTokenizer_get_Quoted_mE4EAA53491D10D83FF580AEFC172DBBB6DC7846F_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method); // System.Boolean System.DateTime::TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_TryParse_m1B84CADF022AEAE7CB5477683D77BBEACE893422 (String_t* ___s0, RuntimeObject* ___provider1, int32_t ___styles2, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___result3, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Expires(System.DateTime) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cookie_set_Expires_m074F513530A0F9F02E261D6B2A52DA8084AAA618_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.DateTime System.DateTime::AddSeconds(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_AddSeconds_mCA0940A7E7C3ED40A86532349B7D4CB3A0F0DEAF (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, double ___value0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Path(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Path_mEA8D095CDCC6D19456E1F24C43F143080EF577E8 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Port(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Port_m8BA5AD268A143AE02AC42EB6457AECA645C2C298 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Version(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Version_m4D43603189124EA1FDE4E8D45D65C60F1EB9B64E (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Discard(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cookie_set_Discard_m885D993D0395C8CE0ADEF8709678E603C9A0CB89_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Secure(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cookie_set_Secure_m2860F0605D2A3759288640E6EC503E26AFA813C6_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_HttpOnly(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cookie_set_HttpOnly_m6A2720FC01374C07DFD197379E821FB860117587_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Net.CookieTokenizer::get_Eof() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieTokenizer_get_Eof_mDEEF8E3D40A0F6E97038CDEBDACCE7C4CC67E950 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method); // System.Boolean System.Net.CookieTokenizer::get_EndOfCookie() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CookieTokenizer_get_EndOfCookie_m06103C00EE1E339F7195F8CDFF676E4545CDFB11_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_mA78B7CA7BF0CA022525EA150EB6028F45E33C775 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer::set_Quoted(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CookieTokenizer_set_Quoted_m3FD8F96369DFF0E88211CEFBC7F66AAD2E61CEFA_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer_Reset_m292F03AAABB5DD022619B002A826D819DDAFEA8E (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method); // System.Net.CookieToken System.Net.CookieTokenizer::FindNext(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieTokenizer_FindNext_m749593D7DD3CAFC934C1630824323BED6623C5A4 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, bool ___ignoreComma0, bool ___ignoreEquals1, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer::set_EndOfCookie(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CookieTokenizer_set_EndOfCookie_m90BFE375C2F99E8C7423AA41FFD25208E20D21E1_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, bool ___value0, const RuntimeMethod* method); // System.String System.Net.CookieTokenizer::Extract() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieTokenizer_Extract_mAA780C8AC3336E5A7BB95BB9D2B060506C39F617 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer::set_Name(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CookieTokenizer_set_Name_m2741EB32D6911A008B8B0B00BE99864AB50D774E_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, String_t* ___value0, const RuntimeMethod* method); // System.Net.CookieToken System.Net.CookieTokenizer::TokenFromName(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieTokenizer_TokenFromName_m53898506B8BCDC96FDF41E9B4CA497E432809F62 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, bool ___parseResponseCookies0, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer::set_Token(System.Net.CookieToken) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CookieTokenizer_set_Token_m72232A5D1B54D1E14DFB2C753E3CCDDFFD56D960_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer::set_Value(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CookieTokenizer_set_Value_m811ACB2FB2438F09B232BE4D2B35C2A1593C788D_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Net.CookieTokenizer/RecognizedAttribute::IsEqualTo(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RecognizedAttribute_IsEqualTo_m7270A6CFCCD1C18A58596CE15D786AC83965A073 (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A * __this, String_t* ___value0, const RuntimeMethod* method); // System.Net.CookieToken System.Net.CookieTokenizer/RecognizedAttribute::get_Token() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RecognizedAttribute_get_Token_mDCA97F0F5006FFAE556163EC25296D431BD5AC9B_inline (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A * __this, const RuntimeMethod* method); // System.Void System.Net.CookieTokenizer/RecognizedAttribute::.ctor(System.String,System.Net.CookieToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A * __this, String_t* ___name0, int32_t ___token1, const RuntimeMethod* method); // System.Void Mono.Security.Interface.TlsException::.ctor(Mono.Security.Interface.AlertDescription,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsException__ctor_m3A87593B9EED79C7E1E0EDA7618CF0BAC393C2B3 (TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9 * __this, uint8_t ___description0, String_t* ___message1, const RuntimeMethod* method); // System.Void Mono.Unity.Debug::CheckAndThrow(Mono.Unity.UnityTls/unitytls_errorstate,System.String,Mono.Security.Interface.AlertDescription) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_CheckAndThrow_m7936E6C6DB91CE5DA2C88D80D6B06F48997024AF (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 ___errorState0, String_t* ___context1, uint8_t ___defaultAlert2, const RuntimeMethod* method); // Mono.Security.Interface.AlertDescription Mono.Unity.UnityTlsConversions::VerifyResultToAlertDescription(Mono.Unity.UnityTls/unitytls_x509verify_result,Mono.Security.Interface.AlertDescription) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t UnityTlsConversions_VerifyResultToAlertDescription_m379EB4CECAABDE50EBE231860E452AF3B793933F (uint32_t ___verifyResult0, uint8_t ___defaultAlert1, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Void System.ComponentModel.BaseNumberConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseNumberConverter__ctor_m18967D5B511402093936893A249438FB94D5BDA3 (BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C * __this, const RuntimeMethod* method); // System.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::GetSystemWebProxy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultProxySectionInternal_GetSystemWebProxy_m9ABFADB05689F062855F819EE28DAAA2DB9A9635 (const RuntimeMethod* method); // System.Net.IWebProxy System.Net.WebProxy::CreateDefaultProxy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WebProxy_CreateDefaultProxy_m83288C2048B45C283D7A797E5EA858314B552F0E (const RuntimeMethod* method); // System.Object System.Threading.Interlocked::CompareExchange(System.Object&,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_CompareExchange_mE7ECC993E32D2E6334567DB7C3CF56C15DAF0C95 (RuntimeObject ** ___location10, RuntimeObject * ___value1, RuntimeObject * ___comparand2, const RuntimeMethod* method); // System.Object System.Net.Configuration.DefaultProxySectionInternal::get_ClassSyncObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DefaultProxySectionInternal_get_ClassSyncObject_mAFFFF13CC7BAD16068BC785A5A1F796282C21849 (const RuntimeMethod* method); // System.Void System.Net.Configuration.DefaultProxySectionInternal::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultProxySectionInternal__ctor_m77BAE40248B233823172ECA9811985D4410B2684 (DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE * __this, const RuntimeMethod* method); // System.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::GetDefaultProxy_UsingOldMonoCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultProxySectionInternal_GetDefaultProxy_UsingOldMonoCode_mDF9CDB48011A5A47D5272EA9AF0076471CF7A9AE (const RuntimeMethod* method); // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, const RuntimeMethod* method); // System.Int32 System.Attribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m873DC6E4C57B2EBD29F9277E10C90226813EB515 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___compressedStream0, int32_t ___mode1, bool ___leaveOpen2, bool ___gzip3, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.IO.Compression.DeflateStreamNative System.IO.Compression.DeflateStreamNative::Create(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * DeflateStreamNative_Create_mDFE4C1E3430611A8B36BB006E920BB6CC34A9E98 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___compressedStream0, int32_t ___mode1, bool ___gzip2, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStreamNative::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_Dispose_m942B5B44D703AC2F097F4867751E1FD012E0373F (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void System.IntPtr::.ctor(System.Void*) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::ReadZStream(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_ReadZStream_m4FA478DFDCD7AEF06D5639BB9E93039458AD09D8 (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880 (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * __this, String_t* ___objectName0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStream::ReadInternal(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStream_ReadInternal_m882F12C6F1C86CEC12ABB35706DE0FA840BC20A9 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStreamNative::WriteZStream(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_WriteZStream_m4797D6A9B39954397D27C688CE72E29FD6B70B30 (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90 (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream::WriteInternal(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_WriteInternal_mEFC6DAC36EBF0814AD00CA3C1E20AB3E3291F5BC (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStreamNative::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_Flush_m90417733341CD506F9B822D16AD8F47A982D4DAD (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream/ReadMethod::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadMethod__ctor_m9E125CD129244008A4B30FBEDAD35FE0F7874884 (ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.IO.Compression.DeflateStream/ReadMethod::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadMethod_BeginInvoke_m3C6B6A95855EA84A5D856D60E37CF9E25115DDFA (ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream/WriteMethod::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteMethod__ctor_mB041ECD1CA15A31EC838C55405B70C7F9A7E414A (WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.IO.Compression.DeflateStream/WriteMethod::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WriteMethod_BeginInvoke_mB68902E6DE4121D996B2B2B5C20A22881605ED8D (WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStream/ReadMethod::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadMethod_EndInvoke_m8F734C78672C49C453FEF34A1A0D22D7FD341BD6 (ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 * __this, RuntimeObject* ___result0, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream/WriteMethod::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteMethod_EndInvoke_mEA748FCB1B9A59A3E423843AEFC4255F9700772D (WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 * __this, RuntimeObject* ___result0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedRead(System.IntPtr,System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedRead_m0F9E6DBD04FD70318A33801F8FCC02CF06EA11B0 (intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedWrite(System.IntPtr,System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedWrite_m203E0AF8CE69E96F78BDD65BD95264F3D108C9EB (intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStreamNative::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative__ctor_mDD9614FFF99E1630D4237A346B5CA77379683416 (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, const RuntimeMethod* method); // System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::Alloc(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 GCHandle_Alloc_mE8C4B1D393FE153622948BF355728FCF08C98EF1 (RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedReadOrWrite__ctor_m3F128D04CC7E54A22DF028F4DB63156FE74EC0ED (UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.GCHandle::ToIntPtr(System.Runtime.InteropServices.GCHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GCHandle_ToIntPtr_mBE5BF504F13C142394E6964DA0D64CA8E77DEE41 (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___value0, const RuntimeMethod* method); // System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle System.IO.Compression.DeflateStreamNative::CreateZStream(System.IO.Compression.CompressionMode,System.Boolean,System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * DeflateStreamNative_CreateZStream_m33815C519D79726DAD8A1B14D96B060B917AF77F (int32_t ___compress0, bool ___gzip1, UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD * ___feeder2, intptr_t ___data3, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_Dispose_mFFFB9D0CAE3EEE02F0D3DA250D5E52F0DD51B098 (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.InteropServices.GCHandle::get_IsAllocated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GCHandle_get_IsAllocated_mEDA4DAC6AD6D881110E96CAFDAB78C068F5B144D (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.GCHandle::Free() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GCHandle_Free_mB4E9415544FC9F0075C02AB17E270E49AF006025 (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * __this, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::Flush(System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_Flush_m2196538807A516AB4DA8741A0A7C4F552713CAFB (SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * ___stream0, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStreamNative::CheckResult(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_CheckResult_mC25C8CE190D90EC25A8AC13AC990B9EC000CB24A (int32_t ___result0, String_t* ___where1, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::ReadZStream(System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_ReadZStream_m7808B766950C16EEB9ED5CFA35BADA6F4D2E0E14 (SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * ___stream0, intptr_t ___buffer1, int32_t ___length2, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::WriteZStream(System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_WriteZStream_m993590A1EB8D99AF44726EE0C2F315047B4A0CE7 (SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * ___stream0, intptr_t ___buffer1, int32_t ___length2, const RuntimeMethod* method); // System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::FromIntPtr(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 GCHandle_FromIntPtr_mF902872DD04971F6A22B8356F5AE4358F21C0FB1 (intptr_t ___value0, const RuntimeMethod* method); // System.Object System.Runtime.InteropServices.GCHandle::get_Target() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GCHandle_get_Target_m6C296AD6520ECDAFC9498E9387677F522871F883 (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * __this, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedRead(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedRead_m0CF140A2B3B0B432F263DF55F1259AB47AB4D79F (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_Copy_mBDE4BE8D48B38EEB9AC3CFFD818A3E6B08E55731 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___source0, int32_t ___startIndex1, intptr_t ___destination2, int32_t ___length3, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedWrite(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedWrite_m819B0ADFB837A85E1413F1F4604D9C5BAEC57A37 (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_Copy_m5B5711DAE25F766427A60AA33208E669EACD0716 (intptr_t ___source0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___destination1, int32_t ___startIndex2, int32_t ___length3, const RuntimeMethod* method); // System.Void* System.IntPtr::ToPointer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline (intptr_t* __this, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeDeflateStreamHandle__ctor_m57DC167E703860B6165522A67657F77A41030BE2 (SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::DangerousAddRef(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, bool* ___success0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::DangerousRelease() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4 (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.DescriptionAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescriptionAttribute__ctor_m88B8CF110270B3759BE4A9D17D6B1A4A17305D9E (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, String_t* ___description0, const RuntimeMethod* method); // System.String System.ComponentModel.DescriptionAttribute::get_DescriptionValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DescriptionAttribute_get_DescriptionValue_mC1DBBA2D084E17E4062C81318C1D5D5295E4C97C_inline (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.DescriptionAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescriptionAttribute__ctor_m0E146E17D89AF14C7390CA02D1725CA5114E2A40 (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.DesignTimeVisibleAttribute::get_Visible() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DesignTimeVisibleAttribute_get_Visible_mEDEAE4216F7BBE283BAB2F714D23691E909766B5_inline (DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.DesignTimeVisibleAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignTimeVisibleAttribute__ctor_m5FEE8039EADC36835B17FC69C6F9302D98D17B3F (DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * __this, bool ___visible0, const RuntimeMethod* method); // System.Void System.Net.DigestClient::CheckExpired(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestClient_CheckExpired_mC09F9BA64A207A2F3557A19239244E92FBC09713 (int32_t ___count0, const RuntimeMethod* method); // System.DateTime System.DateTime::get_UtcNow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_UtcNow_m1DDFBE2EF6AB0E4461E1F23E845CDAFAB49A2970 (const RuntimeMethod* method); // System.DateTime System.Net.DigestSession::get_LastUse() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DigestSession_get_LastUse_mD8434D7BC1017CED5A88F3F08041B9D20F2C0C83_inline (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method); // System.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 DateTime_op_Subtraction_m6ED0E9FA2961769C03E515F244D0A68DC1C402B5 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d21, const RuntimeMethod* method); // System.Int64 System.TimeSpan::get_Ticks() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m90616B2D8ACC645F389750FAE4F9A75BC5D82454 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.DigestSession::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestSession__ctor_m86705710E06B01D8AB4E67E8678020B8F6D836F6 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method); // System.Boolean System.Net.DigestSession::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestSession_Parse_mA13096948231A1185C90302996A3C38583CF3191 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, String_t* ___challenge0, const RuntimeMethod* method); // System.Uri System.Net.HttpWebRequest::get_Address() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HttpWebRequest_get_Address_m8B4240A8AD46F12716B28F8549750BA30D2E368B_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method); // System.String System.Net.DigestSession::get_Nonce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Nonce_mE32260516AF99A417D41D0901F7633D63238BF87 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method); // System.Collections.Hashtable System.Net.DigestClient::get_Cache() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * DigestClient_get_Cache_m57810A14197EA8B3D78637EE37BCFC57D724D2B0 (const RuntimeMethod* method); // System.Net.Authorization System.Net.DigestSession::Authenticate(System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * DigestSession_Authenticate_m642CC2119FACF39B82D56274E4756CD30030C72B (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method); // System.Collections.Hashtable System.Collections.Hashtable::Synchronized(System.Collections.Hashtable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * Hashtable_Synchronized_m57834C6DB52C04CAC03792622B42881B15BB77A9 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___table0, const RuntimeMethod* method); // System.Boolean System.Net.DigestHeaderParser::GetKeywordAndValue(System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestHeaderParser_GetKeywordAndValue_mFBE6BBF832C7C3FFF946F9E42BEE3967B870CE84 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, String_t** ___key0, String_t** ___value1, const RuntimeMethod* method); // System.Void System.Net.DigestHeaderParser::SkipWhitespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestHeaderParser_SkipWhitespace_m3E8571723F22D5753DA67A15105049E73E0A691D (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) inline int32_t Array_IndexOf_TisString_t_m95B52FA434227E232449B6D38463479B1053F93C (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___array0, String_t* ___value1, const RuntimeMethod* method) { return (( int32_t (*) (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*, String_t*, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m9FC706DF8C6CE04BB858B1C472135E4D053D05C6_gshared)(___array0, ___value1, method); } // System.String System.Net.DigestHeaderParser::get_Realm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Realm_m7A6C5539FEEBC93A89DCC2C70B08A690EB8DE78A (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method); // System.String System.Net.DigestHeaderParser::get_Nonce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Nonce_m0B098048A69B904101B59CF9BBFB7917830050F7 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method); // System.String System.Net.DigestHeaderParser::GetKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_GetKey_m811A3CFB648DC4E9B189925DABC9FA23B9AE600F (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method); // System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * RandomNumberGenerator_Create_mDC1F77A87AC74D06ACD5AEEFFB149445B114B205 (const RuntimeMethod* method); // System.String System.Net.DigestHeaderParser::get_Algorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Algorithm_mAF999E60ED2FC710180152356C821E73C020E638 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method); // System.String System.Net.DigestHeaderParser::get_Opaque() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Opaque_mA478D6BB71ED1C541A8538B776E40BFD5E5F303A (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method); // System.String System.Net.DigestHeaderParser::get_QOP() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_QOP_m84DDAC9875B39CCFD50358EB5F5DEB2E984FDCA1 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method); // System.Void System.Net.DigestHeaderParser::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestHeaderParser__ctor_m2BB85BC3118799109DB82BC9936678FB70EB4645 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, String_t* ___header0, const RuntimeMethod* method); // System.Boolean System.Net.DigestHeaderParser::Parse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestHeaderParser_Parse_m83B7E847A270531897CDB5C36F11C6651F81CEC2 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method); // System.String System.String::ToUpper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpper_m4BC629F8059C3E0C4E3F7C7E04DB50EBB0C1A05A (String_t* __this, const RuntimeMethod* method); // System.Security.Cryptography.MD5 System.Security.Cryptography.MD5::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD5_t6B7B1C4D40C383D0AD84BB8DDE4DE4B29BA627FB * MD5_Create_m7FA52D8B9F27A64A291023F90DE02E48F9F88E04 (const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HashAlgorithm_ComputeHash_m54AE40F9CD9E46736384369DBB5739FBCBDF67D9 (HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, const RuntimeMethod* method); // System.String System.Net.DigestSession::get_Realm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Realm_mAEE41831F8979DD3A1A726F97996AD33AB9CB9BA (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method); // System.String System.Net.DigestSession::get_Algorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Algorithm_mB056CE436F92945C17599BACEB82CD26D764F9D2 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method); // System.String System.Net.DigestSession::HashToHexString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HashToHexString_m3856DA5F4C2D59C1C5A9D2C57B53F52FAC75B51E (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, String_t* ___toBeHashed0, const RuntimeMethod* method); // System.String System.Net.DigestSession::get_CNonce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_CNonce_mD1E4C92810555F46DEB48EF812F37BB838A4EB82 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method); // System.String System.Uri::get_PathAndQuery() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_PathAndQuery_m0FFF28F15DF953C5866C2A0DEEA2034ECE6A0F35 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.Net.DigestSession::get_QOP() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_QOP_mCF3DEC57ED1ACF4A3CC232E5A833ECEB9CA1DD90 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method); // System.String System.Net.DigestSession::HA1(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HA1_m81ACDD59D7D2F05C766EA0D6D7CD8AC79C7DAF70 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, String_t* ___username0, String_t* ___password1, const RuntimeMethod* method); // System.String System.Net.DigestSession::HA2(System.Net.HttpWebRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HA2_mBA5886DE2F02B68737F8527DCFB4512C72D4F798 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___webRequest0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96 (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, const RuntimeMethod* method); // System.String System.Net.DigestSession::Response(System.String,System.String,System.Net.HttpWebRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_Response_mFE30BE7E7C54A8631861FEAA5A88BF672D6D7DD5 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, String_t* ___username0, String_t* ___password1, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___webRequest2, const RuntimeMethod* method); // System.String System.Net.DigestSession::get_Opaque() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Opaque_m2733095B7E5AA77AE4FF0A8A6CB29CFC00D27A98 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Length(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.ComponentModel.DisplayNameAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayNameAttribute__ctor_m44CB3F48C86138F3E381AF9FE560B959DD73E845 (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * __this, String_t* ___displayName0, const RuntimeMethod* method); // System.String System.ComponentModel.DisplayNameAttribute::get_DisplayNameValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DisplayNameAttribute_get_DisplayNameValue_m8A787A996D7C752C9F79E3724A5A39EAF94A9F48_inline (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.DisplayNameAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayNameAttribute__ctor_m7704A0296C35314F464640AD079794A8D2D5CFA3 (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.SocketException::.ctor(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketException__ctor_m2C4A0F01041E34F5CD85223333FDC23158250E4D (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * __this, int32_t ___error0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.Net.IPHostEntry::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IPHostEntry__ctor_mE110DE1F81AC6E1174418A6EE3C266E60BD06B9A (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, const RuntimeMethod* method); // System.Void System.Net.IPHostEntry::set_HostName(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IPHostEntry_set_HostName_mDAF37AF72EB14AC6C63DE863DAF1C71E7DA2AA21_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.IPHostEntry::set_Aliases(System.String[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IPHostEntry_set_Aliases_mBEA9E40249BEC29743421885964A0A76A9D34BB4_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___value0, const RuntimeMethod* method); // System.Net.IPAddress System.Net.IPAddress::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * IPAddress_Parse_m8AEF3CFE902C389DB899F2948EF83217D10CB6C7 (String_t* ___ipString0, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::get_SupportsIPv6() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_SupportsIPv6_m7BBE7DAE88294EE9F8E00EFA97D0F360BA07CB82 (const RuntimeMethod* method); // System.Net.Sockets.AddressFamily System.Net.IPAddress::get_AddressFamily() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * __this, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::get_SupportsIPv4() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_SupportsIPv4_mA668079517200391EE1202652AC1289E0BE740F1 (const RuntimeMethod* method); // System.Void System.Net.Dns::Error_11001(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dns_Error_11001_m9BE914794C941E89851DAFED4058718C37D7C612 (String_t* ___hostName0, const RuntimeMethod* method); // System.Void System.Net.IPHostEntry::set_AddressList(System.Net.IPAddress[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IPHostEntry_set_AddressList_m5D661027187141E20D78AE4795EA8DABA42BEF38_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ___value0, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::get_FamilyHint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_get_FamilyHint_m0F51D579A0297398AE640E723393716732ED39D5 (const RuntimeMethod* method); // System.Boolean System.Net.Dns::GetHostByAddr_internal(System.String,System.String&,System.String[]&,System.String[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostByAddr_internal_m8167E552F2143B3B5C56FE922D602DA5E0F1AB2B (String_t* ___addr0, String_t** ___h_name1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** ___h_aliases2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** ___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[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_hostent_to_IPHostEntry_mEF4DE4F30A1F6F3634D06C3AB826949C91C56BD0 (String_t* ___originalHostName0, String_t* ___h_name1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___h_aliases2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___h_addrlist3, const RuntimeMethod* method); // System.Boolean System.Net.IPAddress::TryParse(System.String,System.Net.IPAddress&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPAddress_TryParse_m7FCC3E7337CD37145C3DA7DBB6996AB39A2DF94C (String_t* ___ipString0, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** ___address1, const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.Net.IPAddress) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_GetHostEntry_m98DE64B6D1CA4D06C2354A17850E51B91FE52581 (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___address0, const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.Dns::GetHostByName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_GetHostByName_m072CBDF5FD14C53FB28738920C62F05B6A63ED67 (String_t* ___hostName0, const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.Dns::GetHostByAddressFromString(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_GetHostByAddressFromString_m51AAC74F98C9073AEB612C8A1B73B2210FC3FE02 (String_t* ___address0, bool ___parse1, const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_GetHostEntry_m79A4886C6B5C1B415652D37EF22484CA530B35B3 (String_t* ___hostNameOrAddress0, const RuntimeMethod* method); // System.Net.IPAddress[] System.Net.IPHostEntry::get_AddressList() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* IPHostEntry_get_AddressList_m466AC33C136531F42A5EDCD3A75E5B392075186F_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, const RuntimeMethod* method); // System.Boolean System.Net.Dns::GetHostByName_internal(System.String,System.String&,System.String[]&,System.String[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostByName_internal_m26A891C2889762F2C8178F5D7C69F8054B6A008C (String_t* ___host0, String_t** ___h_name1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** ___h_aliases2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** ___h_addr_list3, int32_t ___hint4, const RuntimeMethod* method); // System.Boolean System.Net.Dns::GetHostName_internal(System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostName_internal_mAD5618245A645A5CBCC392DFAE266148569FFB1C (String_t** ___h_name0, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBCBF2D9FD1B5F0D8D8595B15B7460889D60C8070 (const RuntimeMethod* method); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_MonoPosixHelper_INTERNAL IL2CPP_EXTERN_C void* CDECL CreateZStream(int32_t, int32_t, Il2CppMethodPointer, intptr_t); #endif #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_MonoPosixHelper_INTERNAL IL2CPP_EXTERN_C int32_t CDECL CloseZStream(intptr_t); #endif #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_MonoPosixHelper_INTERNAL IL2CPP_EXTERN_C int32_t CDECL Flush(void*); #endif #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_MonoPosixHelper_INTERNAL IL2CPP_EXTERN_C int32_t CDECL ReadZStream(void*, intptr_t, int32_t); #endif #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_MonoPosixHelper_INTERNAL IL2CPP_EXTERN_C int32_t CDECL WriteZStream(void*, intptr_t, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFArrayGetCount(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFArrayGetValueAtIndex(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFDictionaryGetValue(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CFNetwork_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFNetworkCopyProxiesForAutoConfigurationScript(intptr_t, intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CFNetwork_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFNetworkExecuteProxyAutoConfigurationURL(intptr_t, intptr_t, Il2CppMethodPointer, CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CFNetwork_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFNetworkCopyProxiesForURL(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CFNetwork_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFNetworkCopySystemProxySettings(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C int8_t DEFAULT_CALL CFNumberGetValue(intptr_t, intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSystem_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL dlopen(char*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSystem_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL dlsym(intptr_t, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSystem_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL dlclose(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFRetain(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL CFRelease(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL CFRunLoopAddSource(intptr_t, intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL CFRunLoopRemoveSource(intptr_t, intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL CFRunLoopRunInMode(intptr_t, double, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFRunLoopGetCurrent(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL CFRunLoopStop(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFStringCreateWithCharacters(intptr_t, intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFStringGetLength(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFStringGetCharactersPtr(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFStringGetCharacters(intptr_t, CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 , intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFURLCreateWithString(intptr_t, intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libc_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL getdomainname(uint8_t*, int32_t); #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.UInt32 ::ComputeStringHash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_mC1B3C29CD4B3FD3AAE2935CEC2E17B9E7BAF1159 (String_t* ___s0, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___s0; if (!L_0) { goto IL_002a; } } { V_0 = ((int32_t)-2128831035); V_1 = 0; goto IL_0021; } IL_000d: { String_t* L_1 = ___s0; int32_t L_2 = V_1; NullCheck(L_1); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, L_2, /*hidden argument*/NULL); uint32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_3^(int32_t)L_4)), (int32_t)((int32_t)16777619))); int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0021: { int32_t L_6 = V_1; String_t* L_7 = ___s0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_000d; } } IL_002a: { uint32_t L_9 = V_0; return L_9; } } #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.ComponentModel.ArrayConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayConverter__ctor_m3B1E6D184D835FE896DE2E83F2F5C9410E745F93 (ArrayConverter_tFBDB50F33C968783C3D43A57A7EB5FD2E7105E03 * __this, const RuntimeMethod* method) { { CollectionConverter__ctor_mA6E78367ED2C94B1B80B6E3314AB4854D275613F(__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 #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.Security.Cryptography.AsnEncodedData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsnEncodedData__ctor_m0CF86C874705C96B224222BEBB6BF5703EAB29E2 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.AsnEncodedData::.ctor(System.Security.Cryptography.Oid,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsnEncodedData__ctor_m0F04E7F12ED0BD74616EF4451F1EDDE6622E01EA (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * ___oid0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawData1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_0 = ___oid0; AsnEncodedData_set_Oid_mA72203D23B0F93CD9ECD507EB878502EEBA99322(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___rawData1; AsnEncodedData_set_RawData_m867F92C32F87E4D8932D17EDF21785CA0FDA3BEA(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.AsnEncodedData::set_Oid(System.Security.Cryptography.Oid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsnEncodedData_set_Oid_mA72203D23B0F93CD9ECD507EB878502EEBA99322 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_0 = ___value0; if (L_0) { goto IL_000b; } } { __this->set__oid_0((Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)NULL); return; } IL_000b: { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_1 = ___value0; Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_2 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m8C4B7AE0D9207BCF03960553182B43B8D1536ED0(L_2, L_1, /*hidden argument*/NULL); __this->set__oid_0(L_2); return; } } // System.Byte[] System.Security.Cryptography.AsnEncodedData::get_RawData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get__raw_1(); return L_0; } } // System.Void System.Security.Cryptography.AsnEncodedData::set_RawData(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsnEncodedData_set_RawData_m867F92C32F87E4D8932D17EDF21785CA0FDA3BEA (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF41760006700B346FE970834ED6436CD21A1330F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsnEncodedData_set_RawData_m867F92C32F87E4D8932D17EDF21785CA0FDA3BEA_RuntimeMethod_var))); } IL_000e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___value0; NullCheck((RuntimeArray *)(RuntimeArray *)L_2); RuntimeObject * L_3; L_3 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_2, /*hidden argument*/NULL); __this->set__raw_1(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))); return; } } // System.Void System.Security.Cryptography.AsnEncodedData::CopyFrom(System.Security.Cryptography.AsnEncodedData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsnEncodedData_CopyFrom_mA350785B8AF676AB7856E705FA2F2D20FD54CC46 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * ___asnEncodedData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_0 = ___asnEncodedData0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC9FB8C73B342D5B3C700EDA7C5212DD547D29E4E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsnEncodedData_CopyFrom_mA350785B8AF676AB7856E705FA2F2D20FD54CC46_RuntimeMethod_var))); } IL_000e: { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_2 = ___asnEncodedData0; NullCheck(L_2); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_3 = L_2->get__oid_0(); if (L_3) { goto IL_001f; } } { AsnEncodedData_set_Oid_mA72203D23B0F93CD9ECD507EB878502EEBA99322(__this, (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)NULL, /*hidden argument*/NULL); goto IL_0030; } IL_001f: { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_4 = ___asnEncodedData0; NullCheck(L_4); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_5 = L_4->get__oid_0(); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_6 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m8C4B7AE0D9207BCF03960553182B43B8D1536ED0(L_6, L_5, /*hidden argument*/NULL); AsnEncodedData_set_Oid_mA72203D23B0F93CD9ECD507EB878502EEBA99322(__this, L_6, /*hidden argument*/NULL); } IL_0030: { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_7 = ___asnEncodedData0; NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = L_7->get__raw_1(); AsnEncodedData_set_RawData_m867F92C32F87E4D8932D17EDF21785CA0FDA3BEA(__this, L_8, /*hidden argument*/NULL); return; } } // System.String System.Security.Cryptography.AsnEncodedData::ToString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_ToString_mD65B64466F8AC07960AE0AA01466D9D80F8A105E (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E0E07FBC53FA8C48B097E23C1F51253713BFE1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50ED994EAB5E4B5A327FC8D974EAB06E7CFA83A4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5EDC47BC71D706BB11343CC890323569C143CD50); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral830B64B4254C502C612E53C83DBEE6238E710499); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEB31152738116748FADCEF38CE0C9964DACCF2F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDDFDA94752EB5111EC566E5CAF709B7133C43DA); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_0 = __this->get__oid_0(); NullCheck(L_0); String_t* L_1; L_1 = Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; bool L_3; L_3 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_2, _stringLiteralEDDFDA94752EB5111EC566E5CAF709B7133C43DA, /*hidden argument*/NULL); if (L_3) { goto IL_005c; } } { String_t* L_4 = V_0; bool L_5; L_5 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_4, _stringLiteral5EDC47BC71D706BB11343CC890323569C143CD50, /*hidden argument*/NULL); if (L_5) { goto IL_0064; } } { String_t* L_6 = V_0; bool L_7; L_7 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_6, _stringLiteralDEB31152738116748FADCEF38CE0C9964DACCF2F, /*hidden argument*/NULL); if (L_7) { goto IL_006c; } } { String_t* L_8 = V_0; bool L_9; L_9 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_8, _stringLiteral830B64B4254C502C612E53C83DBEE6238E710499, /*hidden argument*/NULL); if (L_9) { goto IL_0074; } } { String_t* L_10 = V_0; bool L_11; L_11 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_10, _stringLiteral0E0E07FBC53FA8C48B097E23C1F51253713BFE1D, /*hidden argument*/NULL); if (L_11) { goto IL_007c; } } { String_t* L_12 = V_0; bool L_13; L_13 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_12, _stringLiteral50ED994EAB5E4B5A327FC8D974EAB06E7CFA83A4, /*hidden argument*/NULL); if (L_13) { goto IL_0084; } } { goto IL_008c; } IL_005c: { bool L_14 = ___multiLine0; String_t* L_15; L_15 = AsnEncodedData_BasicConstraintsExtension_mC9DE1C0199EA0714150CAD960FD88361763DE03A(__this, L_14, /*hidden argument*/NULL); return L_15; } IL_0064: { bool L_16 = ___multiLine0; String_t* L_17; L_17 = AsnEncodedData_EnhancedKeyUsageExtension_m2ED1895CE72319E5E3B06F8BD76963BD6FF6263D(__this, L_16, /*hidden argument*/NULL); return L_17; } IL_006c: { bool L_18 = ___multiLine0; String_t* L_19; L_19 = AsnEncodedData_KeyUsageExtension_m8F8D43DECE8B70E86FAF2B498204D3FC9E866ACD(__this, L_18, /*hidden argument*/NULL); return L_19; } IL_0074: { bool L_20 = ___multiLine0; String_t* L_21; L_21 = AsnEncodedData_SubjectKeyIdentifierExtension_mE8BF30141FD478244F98363669282B9C26F74B9A(__this, L_20, /*hidden argument*/NULL); return L_21; } IL_007c: { bool L_22 = ___multiLine0; String_t* L_23; L_23 = AsnEncodedData_SubjectAltName_m33180412765B9BC62F17B87F63964F89937C0467(__this, L_22, /*hidden argument*/NULL); return L_23; } IL_0084: { bool L_24 = ___multiLine0; String_t* L_25; L_25 = AsnEncodedData_NetscapeCertType_mBF9894A8993D137AEEC8919FEF582DF17EE5F652(__this, L_24, /*hidden argument*/NULL); return L_25; } IL_008c: { bool L_26 = ___multiLine0; String_t* L_27; L_27 = AsnEncodedData_Default_m4A9014D9B85AB114168577AD5DEE7FA2AFAB4EB6(__this, L_26, /*hidden argument*/NULL); return L_27; } } // System.String System.Security.Cryptography.AsnEncodedData::Default(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_Default_m4A9014D9B85AB114168577AD5DEE7FA2AFAB4EB6 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_0 = L_0; V_1 = 0; goto IL_0044; } IL_000a: { StringBuilder_t * L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get__raw_1(); int32_t L_3 = V_1; NullCheck(L_2); String_t* L_4; L_4 = Byte_ToString_mABEF6F24915951FF4A4D87B389D8418B2638178C((uint8_t*)((L_2)->GetAddressAt(static_cast(L_3))), _stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260, /*hidden argument*/NULL); NullCheck(L_1); StringBuilder_t * L_5; L_5 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_1, L_4, /*hidden argument*/NULL); int32_t L_6 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get__raw_1(); NullCheck(L_7); if ((((int32_t)L_6) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), (int32_t)1))))) { goto IL_0040; } } { StringBuilder_t * L_8 = V_0; NullCheck(L_8); StringBuilder_t * L_9; L_9 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_8, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, /*hidden argument*/NULL); } IL_0040: { int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0044: { int32_t L_11 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get__raw_1(); NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_000a; } } { StringBuilder_t * L_13 = V_0; NullCheck(L_13); String_t* L_14; L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13); return L_14; } } // System.String System.Security.Cryptography.AsnEncodedData::BasicConstraintsExtension(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_BasicConstraintsExtension_mC9DE1C0199EA0714150CAD960FD88361763DE03A (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF * L_0 = (X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF *)il2cpp_codegen_object_new(X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF_il2cpp_TypeInfo_var); X509BasicConstraintsExtension__ctor_m67462D9110118C82677CE42C2685C05C0767EB00(L_0, __this, (bool)0, /*hidden argument*/NULL); bool L_1 = ___multiLine0; NullCheck(L_0); String_t* L_2; L_2 = VirtFuncInvoker1< String_t*, bool >::Invoke(5 /* System.String System.Security.Cryptography.AsnEncodedData::ToString(System.Boolean) */, L_0, L_1); V_0 = L_2; goto IL_0019; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0010; } throw e; } CATCH_0010: { // begin catch(System.Object) String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); V_0 = L_3; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0019; } // end catch (depth: 1) IL_0019: { String_t* L_4 = V_0; return L_4; } } // System.String System.Security.Cryptography.AsnEncodedData::EnhancedKeyUsageExtension(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_EnhancedKeyUsageExtension_m2ED1895CE72319E5E3B06F8BD76963BD6FF6263D (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B * L_0 = (X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B *)il2cpp_codegen_object_new(X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B_il2cpp_TypeInfo_var); X509EnhancedKeyUsageExtension__ctor_m64F507CB1938AA4BC20287D731B74DF5CC99A96C(L_0, __this, (bool)0, /*hidden argument*/NULL); bool L_1 = ___multiLine0; NullCheck(L_0); String_t* L_2; L_2 = VirtFuncInvoker1< String_t*, bool >::Invoke(5 /* System.String System.Security.Cryptography.AsnEncodedData::ToString(System.Boolean) */, L_0, L_1); V_0 = L_2; goto IL_0019; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0010; } throw e; } CATCH_0010: { // begin catch(System.Object) String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); V_0 = L_3; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0019; } // end catch (depth: 1) IL_0019: { String_t* L_4 = V_0; return L_4; } } // System.String System.Security.Cryptography.AsnEncodedData::KeyUsageExtension(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_KeyUsageExtension_m8F8D43DECE8B70E86FAF2B498204D3FC9E866ACD (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227 * L_0 = (X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227 *)il2cpp_codegen_object_new(X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227_il2cpp_TypeInfo_var); X509KeyUsageExtension__ctor_m6D2F83567A69553296EB7CC93466B20C7884C54E(L_0, __this, (bool)0, /*hidden argument*/NULL); bool L_1 = ___multiLine0; NullCheck(L_0); String_t* L_2; L_2 = VirtFuncInvoker1< String_t*, bool >::Invoke(5 /* System.String System.Security.Cryptography.AsnEncodedData::ToString(System.Boolean) */, L_0, L_1); V_0 = L_2; goto IL_0019; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0010; } throw e; } CATCH_0010: { // begin catch(System.Object) String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); V_0 = L_3; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0019; } // end catch (depth: 1) IL_0019: { String_t* L_4 = V_0; return L_4; } } // System.String System.Security.Cryptography.AsnEncodedData::SubjectKeyIdentifierExtension(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_SubjectKeyIdentifierExtension_mE8BF30141FD478244F98363669282B9C26F74B9A (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567 * L_0 = (X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567 *)il2cpp_codegen_object_new(X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567_il2cpp_TypeInfo_var); X509SubjectKeyIdentifierExtension__ctor_m6D7E57ECBE71290733F6658D8197F034A615DB02(L_0, __this, (bool)0, /*hidden argument*/NULL); bool L_1 = ___multiLine0; NullCheck(L_0); String_t* L_2; L_2 = VirtFuncInvoker1< String_t*, bool >::Invoke(5 /* System.String System.Security.Cryptography.AsnEncodedData::ToString(System.Boolean) */, L_0, L_1); V_0 = L_2; goto IL_0019; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0010; } throw e; } CATCH_0010: { // begin catch(System.Object) String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); V_0 = L_3; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0019; } // end catch (depth: 1) IL_0019: { String_t* L_4 = V_0; return L_4; } } // System.String System.Security.Cryptography.AsnEncodedData::SubjectAltName(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_SubjectAltName_m33180412765B9BC62F17B87F63964F89937C0467 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08F78B1140DE9B7FF7C3C57BB5C1F10BBD3B15CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6EE6BFCFA9B2342B9FF2A513D72A69E2065C4446); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD32F08BAB4EE365057213BCC6332DD39C2DE46B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE873DB986C802AEB50AD8FEA9D8885FC21EDE3D); s_Il2CppMethodInitialized = true; } ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * V_0 = NULL; StringBuilder_t * V_1 = NULL; int32_t V_2 = 0; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; uint8_t V_6 = 0x0; String_t* V_7 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get__raw_1(); NullCheck(L_0); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) >= ((int32_t)5))) { goto IL_0011; } } { return _stringLiteralCD32F08BAB4EE365057213BCC6332DD39C2DE46B; } IL_0011: { } IL_0012: try { // begin try (depth: 1) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get__raw_1(); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_2 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mE534D499DABEAAA35E0F30572CD295A9FCFA1C7E(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_3, /*hidden argument*/NULL); V_1 = L_3; V_2 = 0; goto IL_00ed; } IL_002b: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_4 = V_0; int32_t L_5 = V_2; NullCheck(L_4); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_6; L_6 = ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50(L_4, L_5, /*hidden argument*/NULL); V_3 = L_6; V_4 = (String_t*)NULL; V_5 = (String_t*)NULL; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_7 = V_3; NullCheck(L_7); uint8_t L_8; L_8 = ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline(L_7, /*hidden argument*/NULL); V_6 = L_8; uint8_t L_9 = V_6; if ((((int32_t)L_9) == ((int32_t)((int32_t)129)))) { goto IL_0055; } } IL_004a: { uint8_t L_10 = V_6; if ((((int32_t)L_10) == ((int32_t)((int32_t)130)))) { goto IL_0070; } } IL_0053: { goto IL_008b; } IL_0055: { V_4 = _stringLiteralDE873DB986C802AEB50AD8FEA9D8885FC21EDE3D; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_11; L_11 = Encoding_get_ASCII_mFA250EFF131288B0C4572FC27C7393FD469DC1C0(/*hidden argument*/NULL); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_12 = V_3; NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2(L_12, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_14; L_14 = VirtFuncInvoker1< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(32 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_11, L_13); V_5 = L_14; goto IL_00af; } IL_0070: { V_4 = _stringLiteral6EE6BFCFA9B2342B9FF2A513D72A69E2065C4446; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_15; L_15 = Encoding_get_ASCII_mFA250EFF131288B0C4572FC27C7393FD469DC1C0(/*hidden argument*/NULL); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_16 = V_3; NullCheck(L_16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17; L_17 = ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2(L_16, /*hidden argument*/NULL); NullCheck(L_15); String_t* L_18; L_18 = VirtFuncInvoker1< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(32 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_15, L_17); V_5 = L_18; goto IL_00af; } IL_008b: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_19 = V_3; NullCheck(L_19); uint8_t L_20; L_20 = ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline(L_19, /*hidden argument*/NULL); uint8_t L_21 = L_20; RuntimeObject * L_22 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_21); String_t* L_23; L_23 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(_stringLiteral08F78B1140DE9B7FF7C3C57BB5C1F10BBD3B15CB, L_22, /*hidden argument*/NULL); V_4 = L_23; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_24 = V_3; NullCheck(L_24); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25; L_25 = ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2(L_24, /*hidden argument*/NULL); String_t* L_26; L_26 = CryptoConvert_ToHex_mC77A0A6EC71B4EB6A794CC9D7ACEC62CA9620E1A(L_25, /*hidden argument*/NULL); V_5 = L_26; } IL_00af: { StringBuilder_t * L_27 = V_1; String_t* L_28 = V_4; NullCheck(L_27); StringBuilder_t * L_29; L_29 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_27, L_28, /*hidden argument*/NULL); StringBuilder_t * L_30 = V_1; String_t* L_31 = V_5; NullCheck(L_30); StringBuilder_t * L_32; L_32 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_30, L_31, /*hidden argument*/NULL); bool L_33 = ___multiLine0; if (!L_33) { goto IL_00d2; } } IL_00c4: { StringBuilder_t * L_34 = V_1; String_t* L_35; L_35 = Environment_get_NewLine_m260C772DD67934FDC4D5F3E1724EE159BE79B2B6(/*hidden argument*/NULL); NullCheck(L_34); StringBuilder_t * L_36; L_36 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_34, L_35, /*hidden argument*/NULL); goto IL_00e9; } IL_00d2: { int32_t L_37 = V_2; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_38 = V_0; NullCheck(L_38); int32_t L_39; L_39 = ASN1_get_Count_mBF134B153CFA218C251FB692A25AA392DCF9F583(L_38, /*hidden argument*/NULL); if ((((int32_t)L_37) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)1))))) { goto IL_00e9; } } IL_00dd: { StringBuilder_t * L_40 = V_1; NullCheck(L_40); StringBuilder_t * L_41; L_41 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_40, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_00e9: { int32_t L_42 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00ed: { int32_t L_43 = V_2; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_44 = V_0; NullCheck(L_44); int32_t L_45; L_45 = ASN1_get_Count_mBF134B153CFA218C251FB692A25AA392DCF9F583(L_44, /*hidden argument*/NULL); if ((((int32_t)L_43) < ((int32_t)L_45))) { goto IL_002b; } } IL_00f9: { StringBuilder_t * L_46 = V_1; NullCheck(L_46); String_t* L_47; L_47 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_46); V_7 = L_47; goto IL_010d; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0103; } throw e; } CATCH_0103: { // begin catch(System.Object) String_t* L_48 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); V_7 = L_48; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_010d; } // end catch (depth: 1) IL_010d: { String_t* L_49 = V_7; return L_49; } } // System.String System.Security.Cryptography.AsnEncodedData::NetscapeCertType(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_NetscapeCertType_mBF9894A8993D137AEEC8919FEF582DF17EE5F652 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B9C2E56B6E7518DF358644E56A37604D9A7C17A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20BFDEE599B675B43C275E62F4062F4333B183F9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D33F3CC9AFA97ECECBBF5C0881C8F9C86690251); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95E0BCC89582D0EEC7BEA5EEF50AA6E16AA82363); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBE682A549E4FD2504E5F2F69458189FB5C75139); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD32F08BAB4EE365057213BCC6332DD39C2DE46B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE2892956422830EFD61D6B1C95A865ED0BDFF66); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD30CDE84D4CFDAD1992F4DD1DBC71AE0074AAA08); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF5FCF7BFB0603BEB0CFB789198783073B2306D9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF0046B99C0F5DFE48BFA77D6703520FE5ECEB63); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringBuilder_t * V_1 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get__raw_1(); NullCheck(L_0); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) < ((int32_t)4))) { goto IL_0021; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get__raw_1(); NullCheck(L_1); int32_t L_2 = 0; uint8_t L_3 = (L_1)->GetAt(static_cast(L_2)); if ((!(((uint32_t)L_3) == ((uint32_t)3)))) { goto IL_0021; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get__raw_1(); NullCheck(L_4); int32_t L_5 = 1; uint8_t L_6 = (L_4)->GetAt(static_cast(L_5)); if ((((int32_t)L_6) == ((int32_t)2))) { goto IL_0027; } } IL_0021: { return _stringLiteralCD32F08BAB4EE365057213BCC6332DD39C2DE46B; } IL_0027: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get__raw_1(); NullCheck(L_7); int32_t L_8 = 3; uint8_t L_9 = (L_7)->GetAt(static_cast(L_8)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get__raw_1(); NullCheck(L_10); int32_t L_11 = 2; uint8_t L_12 = (L_10)->GetAt(static_cast(L_11)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = __this->get__raw_1(); NullCheck(L_13); int32_t L_14 = 2; uint8_t L_15 = (L_13)->GetAt(static_cast(L_14)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_9>>(int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)31)))))<<(int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)31))))); StringBuilder_t * L_16 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_16, /*hidden argument*/NULL); V_1 = L_16; int32_t L_17 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_17&(int32_t)((int32_t)128)))) == ((uint32_t)((int32_t)128))))) { goto IL_0068; } } { StringBuilder_t * L_18 = V_1; NullCheck(L_18); StringBuilder_t * L_19; L_19 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_18, _stringLiteralFF0046B99C0F5DFE48BFA77D6703520FE5ECEB63, /*hidden argument*/NULL); } IL_0068: { int32_t L_20 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_20&(int32_t)((int32_t)64)))) == ((uint32_t)((int32_t)64))))) { goto IL_0091; } } { StringBuilder_t * L_21 = V_1; NullCheck(L_21); int32_t L_22; L_22 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_21, /*hidden argument*/NULL); if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_0085; } } { StringBuilder_t * L_23 = V_1; NullCheck(L_23); StringBuilder_t * L_24; L_24 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_23, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_0085: { StringBuilder_t * L_25 = V_1; NullCheck(L_25); StringBuilder_t * L_26; L_26 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_25, _stringLiteral20BFDEE599B675B43C275E62F4062F4333B183F9, /*hidden argument*/NULL); } IL_0091: { int32_t L_27 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_27&(int32_t)((int32_t)32)))) == ((uint32_t)((int32_t)32))))) { goto IL_00ba; } } { StringBuilder_t * L_28 = V_1; NullCheck(L_28); int32_t L_29; L_29 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_28, /*hidden argument*/NULL); if ((((int32_t)L_29) <= ((int32_t)0))) { goto IL_00ae; } } { StringBuilder_t * L_30 = V_1; NullCheck(L_30); StringBuilder_t * L_31; L_31 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_30, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_00ae: { StringBuilder_t * L_32 = V_1; NullCheck(L_32); StringBuilder_t * L_33; L_33 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_32, _stringLiteralBBE682A549E4FD2504E5F2F69458189FB5C75139, /*hidden argument*/NULL); } IL_00ba: { int32_t L_34 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_34&(int32_t)((int32_t)16)))) == ((uint32_t)((int32_t)16))))) { goto IL_00e3; } } { StringBuilder_t * L_35 = V_1; NullCheck(L_35); int32_t L_36; L_36 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_35, /*hidden argument*/NULL); if ((((int32_t)L_36) <= ((int32_t)0))) { goto IL_00d7; } } { StringBuilder_t * L_37 = V_1; NullCheck(L_37); StringBuilder_t * L_38; L_38 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_37, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_00d7: { StringBuilder_t * L_39 = V_1; NullCheck(L_39); StringBuilder_t * L_40; L_40 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_39, _stringLiteralCE2892956422830EFD61D6B1C95A865ED0BDFF66, /*hidden argument*/NULL); } IL_00e3: { int32_t L_41 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_41&(int32_t)8))) == ((uint32_t)8)))) { goto IL_010a; } } { StringBuilder_t * L_42 = V_1; NullCheck(L_42); int32_t L_43; L_43 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_42, /*hidden argument*/NULL); if ((((int32_t)L_43) <= ((int32_t)0))) { goto IL_00fe; } } { StringBuilder_t * L_44 = V_1; NullCheck(L_44); StringBuilder_t * L_45; L_45 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_44, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_00fe: { StringBuilder_t * L_46 = V_1; NullCheck(L_46); StringBuilder_t * L_47; L_47 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_46, _stringLiteralD30CDE84D4CFDAD1992F4DD1DBC71AE0074AAA08, /*hidden argument*/NULL); } IL_010a: { int32_t L_48 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_48&(int32_t)4))) == ((uint32_t)4)))) { goto IL_0131; } } { StringBuilder_t * L_49 = V_1; NullCheck(L_49); int32_t L_50; L_50 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_49, /*hidden argument*/NULL); if ((((int32_t)L_50) <= ((int32_t)0))) { goto IL_0125; } } { StringBuilder_t * L_51 = V_1; NullCheck(L_51); StringBuilder_t * L_52; L_52 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_51, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_0125: { StringBuilder_t * L_53 = V_1; NullCheck(L_53); StringBuilder_t * L_54; L_54 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_53, _stringLiteral2D33F3CC9AFA97ECECBBF5C0881C8F9C86690251, /*hidden argument*/NULL); } IL_0131: { int32_t L_55 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_55&(int32_t)2))) == ((uint32_t)2)))) { goto IL_0158; } } { StringBuilder_t * L_56 = V_1; NullCheck(L_56); int32_t L_57; L_57 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_56, /*hidden argument*/NULL); if ((((int32_t)L_57) <= ((int32_t)0))) { goto IL_014c; } } { StringBuilder_t * L_58 = V_1; NullCheck(L_58); StringBuilder_t * L_59; L_59 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_58, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_014c: { StringBuilder_t * L_60 = V_1; NullCheck(L_60); StringBuilder_t * L_61; L_61 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_60, _stringLiteral1B9C2E56B6E7518DF358644E56A37604D9A7C17A, /*hidden argument*/NULL); } IL_0158: { int32_t L_62 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_62&(int32_t)1))) == ((uint32_t)1)))) { goto IL_017f; } } { StringBuilder_t * L_63 = V_1; NullCheck(L_63); int32_t L_64; L_64 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_63, /*hidden argument*/NULL); if ((((int32_t)L_64) <= ((int32_t)0))) { goto IL_0173; } } { StringBuilder_t * L_65 = V_1; NullCheck(L_65); StringBuilder_t * L_66; L_66 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_65, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_0173: { StringBuilder_t * L_67 = V_1; NullCheck(L_67); StringBuilder_t * L_68; L_68 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_67, _stringLiteral95E0BCC89582D0EEC7BEA5EEF50AA6E16AA82363, /*hidden argument*/NULL); } IL_017f: { StringBuilder_t * L_69 = V_1; String_t* L_70; L_70 = Int32_ToString_m5398ED0B6625B75CAF70C63B3CF2CE47D3C1B184((int32_t*)(&V_0), _stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260, /*hidden argument*/NULL); NullCheck(L_69); StringBuilder_t * L_71; L_71 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_69, _stringLiteralF5FCF7BFB0603BEB0CFB789198783073B2306D9D, L_70, /*hidden argument*/NULL); StringBuilder_t * L_72 = V_1; NullCheck(L_72); String_t* L_73; L_73 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_72); return L_73; } } #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 Mono.Net.Security.AsyncHandshakeRequest::.ctor(Mono.Net.Security.MobileAuthenticatedStream,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncHandshakeRequest__ctor_m884A72725004810175F9D352326910C4EF6C73F6 (AsyncHandshakeRequest_t62360F9C188072629CE59F0FDB937B96A5882222 * __this, MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___parent0, bool ___sync1, const RuntimeMethod* method) { { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0 = ___parent0; bool L_1 = ___sync1; AsyncProtocolRequest__ctor_m5ABB63E835263B21871583924C03A4568EBB67CF(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // Mono.Net.Security.AsyncOperationStatus Mono.Net.Security.AsyncHandshakeRequest::Run(Mono.Net.Security.AsyncOperationStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AsyncHandshakeRequest_Run_m8FD00688379160E2E4FAB61C83A5023DC623F7A1 (AsyncHandshakeRequest_t62360F9C188072629CE59F0FDB937B96A5882222 * __this, int32_t ___status0, const RuntimeMethod* method) { { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0; L_0 = AsyncProtocolRequest_get_Parent_mA503BE9C5CE0D06A001902DD63B892B8B86275CC_inline(__this, /*hidden argument*/NULL); int32_t L_1 = ___status0; NullCheck(L_0); int32_t L_2; L_2 = MobileAuthenticatedStream_ProcessHandshake_m49D890591613A8EBE1B80CBDB5056FAF501D1BF5(L_0, L_1, /*hidden argument*/NULL); 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 #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 // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.AsyncProtocolRequest::get_Parent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * AsyncProtocolRequest_get_Parent_mA503BE9C5CE0D06A001902DD63B892B8B86275CC (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method) { { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0 = __this->get_U3CParentU3Ek__BackingField_0(); return L_0; } } // System.Boolean Mono.Net.Security.AsyncProtocolRequest::get_RunSynchronously() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsyncProtocolRequest_get_RunSynchronously_m7733AC14F1950CD534E7CC150E42561B1C839638 (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CRunSynchronouslyU3Ek__BackingField_1(); return L_0; } } // System.String Mono.Net.Security.AsyncProtocolRequest::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsyncProtocolRequest_get_Name_m07178E170DEB686F0F161446E8629B520E1DC168 (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method) { { Type_t * L_0; L_0 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0); return L_1; } } // System.Int32 Mono.Net.Security.AsyncProtocolRequest::get_UserResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AsyncProtocolRequest_get_UserResult_mC442C9E965AE3D70B0DFECF862583217C20031FF (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CUserResultU3Ek__BackingField_2(); return L_0; } } // System.Void Mono.Net.Security.AsyncProtocolRequest::set_UserResult(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncProtocolRequest_set_UserResult_mD03A2987E4DF573A2BB3425B9474BA6B341F5F01 (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CUserResultU3Ek__BackingField_2(L_0); return; } } // System.Void Mono.Net.Security.AsyncProtocolRequest::.ctor(Mono.Net.Security.MobileAuthenticatedStream,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncProtocolRequest__ctor_m5ABB63E835263B21871583924C03A4568EBB67CF (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___parent0, bool ___sync1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); __this->set_locker_6(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_1 = ___parent0; __this->set_U3CParentU3Ek__BackingField_0(L_1); bool L_2 = ___sync1; __this->set_U3CRunSynchronouslyU3Ek__BackingField_1(L_2); return; } } // System.Void Mono.Net.Security.AsyncProtocolRequest::RequestRead(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncProtocolRequest_RequestRead_mD0C4C34F3D1602E8F138D93D6CF39A1CF89CB25A (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, int32_t ___size0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = __this->get_locker_6(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try { // begin try (depth: 1) RuntimeObject * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); int32_t L_2 = __this->get_RequestedSize_4(); int32_t L_3 = ___size0; __this->set_RequestedSize_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))); IL2CPP_LEAVE(0x2B, FINALLY_0021); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0021; } FINALLY_0021: { // begin finally (depth: 1) { bool L_4 = V_1; if (!L_4) { goto IL_002a; } } IL_0024: { RuntimeObject * L_5 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_5, /*hidden argument*/NULL); } IL_002a: { IL2CPP_END_FINALLY(33) } } // end finally (depth: 1) IL2CPP_CLEANUP(33) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2B, IL_002b) } IL_002b: { return; } } // System.Void Mono.Net.Security.AsyncProtocolRequest::RequestWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncProtocolRequest_RequestWrite_m75F0A9A2A611CC2BB267ADE4FF36E98148F413E7 (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method) { { __this->set_WriteRequested_5(1); return; } } // System.Threading.Tasks.Task`1 Mono.Net.Security.AsyncProtocolRequest::StartOperation(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * AsyncProtocolRequest_StartOperation_m76C636186DB12B80876BF0E860C509E92D8289CC (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m59FC4F62158BFC430C70C54AC43DEC7DD4C695D8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F_m14080B6364E31408F284BC603D8038754EBBFBD8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m15FB5420BC56DF2BF69D4FF444A9BDE1B70EFBD7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F V_0; memset((&V_0), 0, sizeof(V_0)); AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 V_1; memset((&V_1), 0, sizeof(V_1)); { (&V_0)->set_U3CU3E4__this_2(__this); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = ___cancellationToken0; (&V_0)->set_cancellationToken_3(L_0); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 L_1; L_1 = AsyncTaskMethodBuilder_1_Create_m59FC4F62158BFC430C70C54AC43DEC7DD4C695D8(/*hidden argument*/AsyncTaskMethodBuilder_1_Create_m59FC4F62158BFC430C70C54AC43DEC7DD4C695D8_RuntimeMethod_var); (&V_0)->set_U3CU3Et__builder_1(L_1); (&V_0)->set_U3CU3E1__state_0((-1)); U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F L_2 = V_0; AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 L_3 = L_2.get_U3CU3Et__builder_1(); V_1 = L_3; AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F_m14080B6364E31408F284BC603D8038754EBBFBD8((AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 *)(&V_1), (U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F_m14080B6364E31408F284BC603D8038754EBBFBD8_RuntimeMethod_var); AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 * L_4 = (&V_0)->get_address_of_U3CU3Et__builder_1(); Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * L_5; L_5 = AsyncTaskMethodBuilder_1_get_Task_m15FB5420BC56DF2BF69D4FF444A9BDE1B70EFBD7((AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 *)L_4, /*hidden argument*/AsyncTaskMethodBuilder_1_get_Task_m15FB5420BC56DF2BF69D4FF444A9BDE1B70EFBD7_RuntimeMethod_var); return L_5; } } // System.Threading.Tasks.Task Mono.Net.Security.AsyncProtocolRequest::ProcessOperation(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * AsyncProtocolRequest_ProcessOperation_m5B89FD2B927FFAB28DCA26EFB4A4AA3922289E6B (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m2207C77B2606D2E3E263019428FB9A79D37B0F43_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F V_0; memset((&V_0), 0, sizeof(V_0)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B V_1; memset((&V_1), 0, sizeof(V_1)); { (&V_0)->set_U3CU3E4__this_3(__this); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = ___cancellationToken0; (&V_0)->set_cancellationToken_2(L_0); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B L_1; L_1 = AsyncTaskMethodBuilder_Create_m156BFD7083AC20B1EFCD990D6DA52E51928EC521(/*hidden argument*/NULL); (&V_0)->set_U3CU3Et__builder_1(L_1); (&V_0)->set_U3CU3E1__state_0((-1)); U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F L_2 = V_0; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B L_3 = L_2.get_U3CU3Et__builder_1(); V_1 = L_3; AsyncTaskMethodBuilder_Start_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m2207C77B2606D2E3E263019428FB9A79D37B0F43((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(&V_1), (U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_Start_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m2207C77B2606D2E3E263019428FB9A79D37B0F43_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_4 = (&V_0)->get_address_of_U3CU3Et__builder_1(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_5; L_5 = AsyncTaskMethodBuilder_get_Task_m130181C15F259D4FAAD717BF53402A1FD0AD19F4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_4, /*hidden argument*/NULL); return L_5; } } // System.Threading.Tasks.Task`1> Mono.Net.Security.AsyncProtocolRequest::InnerRead(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * AsyncProtocolRequest_InnerRead_m965447D1F8015D839DB325E48C1968E88612143B (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m8AF3B67BD1CBE3BB03D592521C8398B593C829D4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B_mF4EFC2CEA9990FB49B922D400616FD0D5547EB1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_mC7B991A490A8E1744B8E9C3FF3850B898791A094_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B V_0; memset((&V_0), 0, sizeof(V_0)); AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 V_1; memset((&V_1), 0, sizeof(V_1)); { (&V_0)->set_U3CU3E4__this_2(__this); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = ___cancellationToken0; (&V_0)->set_cancellationToken_3(L_0); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 L_1; L_1 = AsyncTaskMethodBuilder_1_Create_m8AF3B67BD1CBE3BB03D592521C8398B593C829D4(/*hidden argument*/AsyncTaskMethodBuilder_1_Create_m8AF3B67BD1CBE3BB03D592521C8398B593C829D4_RuntimeMethod_var); (&V_0)->set_U3CU3Et__builder_1(L_1); (&V_0)->set_U3CU3E1__state_0((-1)); U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B L_2 = V_0; AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 L_3 = L_2.get_U3CU3Et__builder_1(); V_1 = L_3; AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B_mF4EFC2CEA9990FB49B922D400616FD0D5547EB1F((AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 *)(&V_1), (U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B_mF4EFC2CEA9990FB49B922D400616FD0D5547EB1F_RuntimeMethod_var); AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * L_4 = (&V_0)->get_address_of_U3CU3Et__builder_1(); Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * L_5; L_5 = AsyncTaskMethodBuilder_1_get_Task_mC7B991A490A8E1744B8E9C3FF3850B898791A094((AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 *)L_4, /*hidden argument*/AsyncTaskMethodBuilder_1_get_Task_mC7B991A490A8E1744B8E9C3FF3850B898791A094_RuntimeMethod_var); return L_5; } } // System.String Mono.Net.Security.AsyncProtocolRequest::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsyncProtocolRequest_ToString_m69F3FEBD3DE453E4CEC99DB49D1AD99B7AAC4260 (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCEE4BEC9969079A1DA2F65E0F044E4FF1AF5EEAE); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = AsyncProtocolRequest_get_Name_m07178E170DEB686F0F161446E8629B520E1DC168(__this, /*hidden argument*/NULL); String_t* L_1; L_1 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(_stringLiteralCEE4BEC9969079A1DA2F65E0F044E4FF1AF5EEAE, 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.Int32 Mono.Net.Security.AsyncProtocolResult::get_UserResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AsyncProtocolResult_get_UserResult_m1CD0222DFEFC2B0738DF69529AE2C70E21AE54CC (AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CUserResultU3Ek__BackingField_0(); return L_0; } } // System.Runtime.ExceptionServices.ExceptionDispatchInfo Mono.Net.Security.AsyncProtocolResult::get_Error() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * AsyncProtocolResult_get_Error_mB3036D4EFA6404019E91C7500B2F52EBBCBB9315 (AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * __this, const RuntimeMethod* method) { { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_0 = __this->get_U3CErrorU3Ek__BackingField_1(); return L_0; } } // System.Void Mono.Net.Security.AsyncProtocolResult::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncProtocolResult__ctor_mC6F604D2F6820EC29A697EDB00315B5B8D6BF2F5 (AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * __this, int32_t ___result0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___result0; __this->set_U3CUserResultU3Ek__BackingField_0(L_0); return; } } // System.Void Mono.Net.Security.AsyncProtocolResult::.ctor(System.Runtime.ExceptionServices.ExceptionDispatchInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncProtocolResult__ctor_mB7F0640C90963ABD9CC43C118AAB34DD13D5BBA0 (AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * __this, ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ___error0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_0 = ___error0; __this->set_U3CErrorU3Ek__BackingField_1(L_0); 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 // Mono.Net.Security.BufferOffsetSize Mono.Net.Security.AsyncReadOrWriteRequest::get_UserBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * AsyncReadOrWriteRequest_get_UserBuffer_m89C0D2E505281A6E13D354DD4310E0E7F940F5EF (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, const RuntimeMethod* method) { { BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_0 = __this->get_U3CUserBufferU3Ek__BackingField_7(); return L_0; } } // System.Int32 Mono.Net.Security.AsyncReadOrWriteRequest::get_CurrentSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AsyncReadOrWriteRequest_get_CurrentSize_m35EC8070F5BFAA6BFE94C5D33F3A484F4AA59416 (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCurrentSizeU3Ek__BackingField_8(); return L_0; } } // System.Void Mono.Net.Security.AsyncReadOrWriteRequest::set_CurrentSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncReadOrWriteRequest_set_CurrentSize_m03CB5D968A7AA61350B2C1F8F17319AD6C0E9B89 (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCurrentSizeU3Ek__BackingField_8(L_0); return; } } // System.Void Mono.Net.Security.AsyncReadOrWriteRequest::.ctor(Mono.Net.Security.MobileAuthenticatedStream,System.Boolean,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncReadOrWriteRequest__ctor_mB8BE7F0A1951FA42FE17EE113C7BA54D71EFEAFB (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___parent0, bool ___sync1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer2, int32_t ___offset3, int32_t ___size4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0 = ___parent0; bool L_1 = ___sync1; AsyncProtocolRequest__ctor_m5ABB63E835263B21871583924C03A4568EBB67CF(__this, L_0, L_1, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer2; int32_t L_3 = ___offset3; int32_t L_4 = ___size4; BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_5 = (BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)il2cpp_codegen_object_new(BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD_il2cpp_TypeInfo_var); BufferOffsetSize__ctor_mB7C0B812CB8178BA614001251D5C5905C08029BE(L_5, L_2, L_3, L_4, /*hidden argument*/NULL); __this->set_U3CUserBufferU3Ek__BackingField_7(L_5); return; } } // System.String Mono.Net.Security.AsyncReadOrWriteRequest::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsyncReadOrWriteRequest_ToString_mD23C1D8B20669DBBA820AD426B0CB745E96D694B (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBED4027F29BEC5EF843DEDD9DB6073C6DA60B8B4); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = AsyncProtocolRequest_get_Name_m07178E170DEB686F0F161446E8629B520E1DC168(__this, /*hidden argument*/NULL); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_1; L_1 = AsyncReadOrWriteRequest_get_UserBuffer_m89C0D2E505281A6E13D354DD4310E0E7F940F5EF_inline(__this, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(_stringLiteralBED4027F29BEC5EF843DEDD9DB6073C6DA60B8B4, L_0, L_1, /*hidden argument*/NULL); 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 Mono.Net.Security.AsyncReadRequest::.ctor(Mono.Net.Security.MobileAuthenticatedStream,System.Boolean,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncReadRequest__ctor_m97269914BB6F589C30C0B3580114757CD9BB6D0A (AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * __this, MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___parent0, bool ___sync1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer2, int32_t ___offset3, int32_t ___size4, const RuntimeMethod* method) { { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0 = ___parent0; bool L_1 = ___sync1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer2; int32_t L_3 = ___offset3; int32_t L_4 = ___size4; AsyncReadOrWriteRequest__ctor_mB8BE7F0A1951FA42FE17EE113C7BA54D71EFEAFB(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // Mono.Net.Security.AsyncOperationStatus Mono.Net.Security.AsyncReadRequest::Run(Mono.Net.Security.AsyncOperationStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AsyncReadRequest_Run_m4C8492D18242E1B7B2D27E61E3E7747F81118632 (AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * __this, int32_t ___status0, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0; L_0 = AsyncProtocolRequest_get_Parent_mA503BE9C5CE0D06A001902DD63B892B8B86275CC_inline(__this, /*hidden argument*/NULL); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_1; L_1 = AsyncReadOrWriteRequest_get_UserBuffer_m89C0D2E505281A6E13D354DD4310E0E7F940F5EF_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_2; L_2 = MobileAuthenticatedStream_ProcessRead_m2DA627144AF178A8F0F54F58E6630C2F68202D12(L_0, L_1, /*hidden argument*/NULL); ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_3 = L_2; int32_t L_4 = L_3.get_Item1_0(); V_0 = L_4; bool L_5 = L_3.get_Item2_1(); V_1 = L_5; int32_t L_6 = V_0; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_002b; } } { AsyncProtocolRequest_set_UserResult_mD03A2987E4DF573A2BB3425B9474BA6B341F5F01_inline(__this, (-1), /*hidden argument*/NULL); return (int32_t)(3); } IL_002b: { int32_t L_7; L_7 = AsyncReadOrWriteRequest_get_CurrentSize_m35EC8070F5BFAA6BFE94C5D33F3A484F4AA59416_inline(__this, /*hidden argument*/NULL); int32_t L_8 = V_0; AsyncReadOrWriteRequest_set_CurrentSize_m03CB5D968A7AA61350B2C1F8F17319AD6C0E9B89_inline(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)), /*hidden argument*/NULL); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_9; L_9 = AsyncReadOrWriteRequest_get_UserBuffer_m89C0D2E505281A6E13D354DD4310E0E7F940F5EF_inline(__this, /*hidden argument*/NULL); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_10 = L_9; NullCheck(L_10); int32_t L_11 = L_10->get_Offset_1(); int32_t L_12 = V_0; NullCheck(L_10); L_10->set_Offset_1(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_13; L_13 = AsyncReadOrWriteRequest_get_UserBuffer_m89C0D2E505281A6E13D354DD4310E0E7F940F5EF_inline(__this, /*hidden argument*/NULL); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_14 = L_13; NullCheck(L_14); int32_t L_15 = L_14->get_Size_2(); int32_t L_16 = V_0; NullCheck(L_14); L_14->set_Size_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16))); bool L_17 = V_1; if (!L_17) { goto IL_006c; } } { int32_t L_18; L_18 = AsyncReadOrWriteRequest_get_CurrentSize_m35EC8070F5BFAA6BFE94C5D33F3A484F4AA59416_inline(__this, /*hidden argument*/NULL); if (L_18) { goto IL_006c; } } { return (int32_t)(1); } IL_006c: { int32_t L_19; L_19 = AsyncReadOrWriteRequest_get_CurrentSize_m35EC8070F5BFAA6BFE94C5D33F3A484F4AA59416_inline(__this, /*hidden argument*/NULL); AsyncProtocolRequest_set_UserResult_mD03A2987E4DF573A2BB3425B9474BA6B341F5F01_inline(__this, L_19, /*hidden argument*/NULL); return (int32_t)(3); } } #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 Mono.Net.Security.AsyncWriteRequest::.ctor(Mono.Net.Security.MobileAuthenticatedStream,System.Boolean,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncWriteRequest__ctor_m23D8ED46901F944741CD1EA551CF171421D16416 (AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * __this, MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___parent0, bool ___sync1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer2, int32_t ___offset3, int32_t ___size4, const RuntimeMethod* method) { { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0 = ___parent0; bool L_1 = ___sync1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer2; int32_t L_3 = ___offset3; int32_t L_4 = ___size4; AsyncReadOrWriteRequest__ctor_mB8BE7F0A1951FA42FE17EE113C7BA54D71EFEAFB(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // Mono.Net.Security.AsyncOperationStatus Mono.Net.Security.AsyncWriteRequest::Run(Mono.Net.Security.AsyncOperationStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AsyncWriteRequest_Run_mACE37924F3AD1DC8D721789F1A59EF5894B8D3F5 (AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * __this, int32_t ___status0, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; { BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_0; L_0 = AsyncReadOrWriteRequest_get_UserBuffer_m89C0D2E505281A6E13D354DD4310E0E7F940F5EF_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = L_0->get_Size_2(); if (L_1) { goto IL_001b; } } { int32_t L_2; L_2 = AsyncReadOrWriteRequest_get_CurrentSize_m35EC8070F5BFAA6BFE94C5D33F3A484F4AA59416_inline(__this, /*hidden argument*/NULL); AsyncProtocolRequest_set_UserResult_mD03A2987E4DF573A2BB3425B9474BA6B341F5F01_inline(__this, L_2, /*hidden argument*/NULL); return (int32_t)(3); } IL_001b: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_3; L_3 = AsyncProtocolRequest_get_Parent_mA503BE9C5CE0D06A001902DD63B892B8B86275CC_inline(__this, /*hidden argument*/NULL); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_4; L_4 = AsyncReadOrWriteRequest_get_UserBuffer_m89C0D2E505281A6E13D354DD4310E0E7F940F5EF_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_5; L_5 = MobileAuthenticatedStream_ProcessWrite_m26B164259C3550E33F5CDF2C4CB491CFF3F4C9B9(L_3, L_4, /*hidden argument*/NULL); ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_6 = L_5; int32_t L_7 = L_6.get_Item1_0(); V_0 = L_7; bool L_8 = L_6.get_Item2_1(); V_1 = L_8; int32_t L_9 = V_0; if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_0046; } } { AsyncProtocolRequest_set_UserResult_mD03A2987E4DF573A2BB3425B9474BA6B341F5F01_inline(__this, (-1), /*hidden argument*/NULL); return (int32_t)(3); } IL_0046: { int32_t L_10; L_10 = AsyncReadOrWriteRequest_get_CurrentSize_m35EC8070F5BFAA6BFE94C5D33F3A484F4AA59416_inline(__this, /*hidden argument*/NULL); int32_t L_11 = V_0; AsyncReadOrWriteRequest_set_CurrentSize_m03CB5D968A7AA61350B2C1F8F17319AD6C0E9B89_inline(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_12; L_12 = AsyncReadOrWriteRequest_get_UserBuffer_m89C0D2E505281A6E13D354DD4310E0E7F940F5EF_inline(__this, /*hidden argument*/NULL); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_13 = L_12; NullCheck(L_13); int32_t L_14 = L_13->get_Offset_1(); int32_t L_15 = V_0; NullCheck(L_13); L_13->set_Offset_1(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_16; L_16 = AsyncReadOrWriteRequest_get_UserBuffer_m89C0D2E505281A6E13D354DD4310E0E7F940F5EF_inline(__this, /*hidden argument*/NULL); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_17 = L_16; NullCheck(L_17); int32_t L_18 = L_17->get_Size_2(); int32_t L_19 = V_0; NullCheck(L_17); L_17->set_Size_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19))); bool L_20 = V_1; if (!L_20) { goto IL_007f; } } { return (int32_t)(1); } IL_007f: { int32_t L_21; L_21 = AsyncReadOrWriteRequest_get_CurrentSize_m35EC8070F5BFAA6BFE94C5D33F3A484F4AA59416_inline(__this, /*hidden argument*/NULL); AsyncProtocolRequest_set_UserResult_mD03A2987E4DF573A2BB3425B9474BA6B341F5F01_inline(__this, L_21, /*hidden argument*/NULL); return (int32_t)(3); } } #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.Security.AuthenticatedStream::.ctor(System.IO.Stream,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticatedStream__ctor_mDE77A28CCC056362108DCDE9345EE3F6D73AF509 (AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___innerStream0, bool ___leaveInnerStreamOpen1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___innerStream0; if (!L_0) { goto IL_0011; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___innerStream0; IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields*)il2cpp_codegen_static_fields_for(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var))->get_Null_1(); if ((!(((RuntimeObject*)(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_1) == ((RuntimeObject*)(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_2)))) { goto IL_001c; } } IL_0011: { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA6EAFAF4139980ACB770E237272125EB9180B7A6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthenticatedStream__ctor_mDE77A28CCC056362108DCDE9345EE3F6D73AF509_RuntimeMethod_var))); } IL_001c: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = ___innerStream0; NullCheck(L_4); IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); bool L_5; L_5 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_4); if (!L_5) { goto IL_002c; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = ___innerStream0; NullCheck(L_6); IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); bool L_7; L_7 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_6); if (L_7) { goto IL_0041; } } IL_002c: { String_t* L_8; L_8 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1F40F39B9F659411903AC93DF93E8658291E5522)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA6EAFAF4139980ACB770E237272125EB9180B7A6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthenticatedStream__ctor_mDE77A28CCC056362108DCDE9345EE3F6D73AF509_RuntimeMethod_var))); } IL_0041: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_10 = ___innerStream0; __this->set__InnerStream_5(L_10); bool L_11 = ___leaveInnerStreamOpen1; __this->set__LeaveStreamOpen_6(L_11); return; } } // System.IO.Stream System.Net.Security.AuthenticatedStream::get_InnerStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A (AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__InnerStream_5(); return L_0; } } // System.Void System.Net.Security.AuthenticatedStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticatedStream_Dispose_m922381D0775D8A14FF01E106A47EAEF318EA982E (AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 * __this, bool ___disposing0, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { bool L_0 = ___disposing0; if (!L_0) { goto IL_0023; } } IL_0003: { bool L_1 = __this->get__LeaveStreamOpen_6(); if (!L_1) { goto IL_0018; } } IL_000b: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = __this->get__InnerStream_5(); NullCheck(L_2); VirtActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Flush() */, L_2); IL2CPP_LEAVE(0x2D, FINALLY_0025); } IL_0018: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = __this->get__InnerStream_5(); NullCheck(L_3); VirtActionInvoker0::Invoke(16 /* System.Void System.IO.Stream::Close() */, L_3); } IL_0023: { IL2CPP_LEAVE(0x2D, FINALLY_0025); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0025; } FINALLY_0025: { // begin finally (depth: 1) bool L_4 = ___disposing0; Stream_Dispose_mDC5C7A9933446223A84ED106AE3E949E644FB0BE(__this, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(37) } // end finally (depth: 1) IL2CPP_CLEANUP(37) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2D, IL_002d) } IL_002d: { 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.Security.Authentication.AuthenticationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationException__ctor_mCD04EFFAE657FB7E895429E7EA6DCBDF76947E6C (AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BBF32E37A38CB4C85C7D8C51BE0820F8937DA43); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Locale_GetText_m94118D07BD4F9FA3FF780847BDC2FF61F7383FA5(_stringLiteral0BBF32E37A38CB4C85C7D8C51BE0820F8937DA43, /*hidden argument*/NULL); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Authentication.AuthenticationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationException__ctor_mA0752219534B87AA44CA1F8F65920A91F2D5E513 (AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; SystemException__ctor_m14A39C396B94BEE4EFEA201FB748572011855A94(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Security.Authentication.AuthenticationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationException__ctor_m3AC884A3C280888AA0385F2B9CF77A4F095616EB (AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___streamingContext1; SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19(__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 #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.AuthenticationManager::EnsureModules() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationManager_EnsureModules_mAB847491929D76311DF6FA2214DC079B79BDE059 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->get_locker_1(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->get_modules_0(); if (!L_2) { goto IL_0019; } } IL_0017: { IL2CPP_LEAVE(0x5F, FINALLY_0055); } IL_0019: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->set_modules_0(L_3); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->get_modules_0(); NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8 * L_5 = (NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8 *)il2cpp_codegen_object_new(NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8_il2cpp_TypeInfo_var); NtlmClient__ctor_m42061F6AD56B23AB8052A7B2536ADDD16C65ACFC(L_5, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_6; L_6 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_4, L_5); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7 = ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->get_modules_0(); DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D * L_8 = (DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D *)il2cpp_codegen_object_new(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); DigestClient__ctor_m6EBFE2A034C1CDF5AB71D23C5A1FDFD10D5866D9(L_8, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_9; L_9 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_7, L_8); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_10 = ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->get_modules_0(); BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE * L_11 = (BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE *)il2cpp_codegen_object_new(BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE_il2cpp_TypeInfo_var); BasicClient__ctor_mF4468AD89FE190EC24CB05F677D56F6F5CF845A6(L_11, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_12; L_12 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_10, L_11); IL2CPP_LEAVE(0x5F, FINALLY_0055); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0055; } FINALLY_0055: { // begin finally (depth: 1) { bool L_13 = V_1; if (!L_13) { goto IL_005e; } } IL_0058: { RuntimeObject * L_14 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_14, /*hidden argument*/NULL); } IL_005e: { IL2CPP_END_FINALLY(85) } } // end finally (depth: 1) IL2CPP_CLEANUP(85) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5F, IL_005f) } IL_005f: { return; } } // System.Net.Authorization System.Net.AuthenticationManager::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * AuthenticationManager_Authenticate_mCBC9BBFA76A05EE0C0B447224E450B52651B6864 (String_t* ___challenge0, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___request1, RuntimeObject* ___credentials2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_0 = ___request1; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2388F091C228023E790448E1E25A13FDA7A160F4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthenticationManager_Authenticate_mCBC9BBFA76A05EE0C0B447224E450B52651B6864_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___credentials2; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral52AE60C5690C0906F0A7072E3B98398AFF25C9C5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthenticationManager_Authenticate_mCBC9BBFA76A05EE0C0B447224E450B52651B6864_RuntimeMethod_var))); } IL_001c: { String_t* L_4 = ___challenge0; if (L_4) { goto IL_002a; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEDBBCE96E30F14D67FEFB0589C89F7A48EDA7C50)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthenticationManager_Authenticate_mCBC9BBFA76A05EE0C0B447224E450B52651B6864_RuntimeMethod_var))); } IL_002a: { String_t* L_6 = ___challenge0; WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_7 = ___request1; RuntimeObject* L_8 = ___credentials2; IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_9; L_9 = AuthenticationManager_DoAuthenticate_mDF8221635F991F5A8422DC6A4AB12B8DC5C9DE23(L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Net.Authorization System.Net.AuthenticationManager::DoAuthenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * AuthenticationManager_DoAuthenticate_mDF8221635F991F5A8422DC6A4AB12B8DC5C9DE23 (String_t* ___challenge0, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___request1, RuntimeObject* ___credentials2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; bool V_1 = false; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * V_4 = NULL; Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * V_5 = NULL; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); AuthenticationManager_EnsureModules_mAB847491929D76311DF6FA2214DC079B79BDE059(/*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->get_modules_0(); V_0 = L_0; V_1 = (bool)0; } IL_000d: try { // begin try (depth: 1) { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->get_modules_0(); NullCheck(L_2); RuntimeObject* L_3; L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2); V_2 = L_3; } IL_0020: try { // begin try (depth: 2) { goto IL_0050; } IL_0022: { RuntimeObject* L_4 = V_2; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_5, IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_il2cpp_TypeInfo_var)); RuntimeObject* L_6 = V_3; String_t* L_7 = ___challenge0; WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_8 = ___request1; RuntimeObject* L_9 = ___credentials2; NullCheck(L_6); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_10; L_10 = InterfaceFuncInvoker3< Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *, String_t*, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E *, RuntimeObject* >::Invoke(0 /* System.Net.Authorization System.Net.IAuthenticationModule::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) */, IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_il2cpp_TypeInfo_var, L_6, L_7, L_8, L_9); V_4 = L_10; Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_11 = V_4; if (!L_11) { goto IL_0050; } } IL_003d: { Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_12 = V_4; RuntimeObject* L_13 = V_3; NullCheck(L_13); String_t* L_14; L_14 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.Net.IAuthenticationModule::get_AuthenticationType() */, IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_il2cpp_TypeInfo_var, L_13); NullCheck(L_12); L_12->set_ModuleAuthenticationType_2(L_14); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_15 = V_4; V_5 = L_15; IL2CPP_LEAVE(0x7A, FINALLY_005a); } IL_0050: { RuntimeObject* L_16 = V_2; NullCheck(L_16); bool L_17; L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_0022; } } IL_0058: { IL2CPP_LEAVE(0x78, FINALLY_005a); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005a; } FINALLY_005a: { // begin finally (depth: 2) { RuntimeObject* L_18 = V_2; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_19 = V_6; if (!L_19) { goto IL_006d; } } IL_0066: { RuntimeObject* L_20 = V_6; NullCheck(L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_20); } IL_006d: { IL2CPP_END_FINALLY(90) } } // end finally (depth: 2) IL2CPP_CLEANUP(90) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x7A, FINALLY_006e); IL2CPP_END_CLEANUP(0x78, FINALLY_006e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006e; } FINALLY_006e: { // begin finally (depth: 1) { bool L_21 = V_1; if (!L_21) { goto IL_0077; } } IL_0071: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_22 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_22, /*hidden argument*/NULL); } IL_0077: { IL2CPP_END_FINALLY(110) } } // end finally (depth: 1) IL2CPP_CLEANUP(110) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7A, IL_007a) IL2CPP_JUMP_TBL(0x78, IL_0078) } IL_0078: { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_007a: { Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_23 = V_5; return L_23; } } // System.Net.Authorization System.Net.AuthenticationManager::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * AuthenticationManager_PreAuthenticate_mF7BA8EC1AF8DE17923176DA17378DE690971D6B9 (WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___request0, RuntimeObject* ___credentials1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; bool V_1 = false; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * V_4 = NULL; Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * V_5 = NULL; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_0 = ___request0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2388F091C228023E790448E1E25A13FDA7A160F4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthenticationManager_PreAuthenticate_mF7BA8EC1AF8DE17923176DA17378DE690971D6B9_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___credentials1; if (L_2) { goto IL_0013; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_0013: { IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); AuthenticationManager_EnsureModules_mAB847491929D76311DF6FA2214DC079B79BDE059(/*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3 = ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->get_modules_0(); V_0 = L_3; V_1 = (bool)0; } IL_0020: try { // begin try (depth: 1) { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_4, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_5 = ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->get_modules_0(); NullCheck(L_5); RuntimeObject* L_6; L_6 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_5); V_2 = L_6; } IL_0033: try { // begin try (depth: 2) { goto IL_0062; } IL_0035: { RuntimeObject* L_7 = V_2; NullCheck(L_7); RuntimeObject * L_8; L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_8, IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_il2cpp_TypeInfo_var)); RuntimeObject* L_9 = V_3; WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_10 = ___request0; RuntimeObject* L_11 = ___credentials1; NullCheck(L_9); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_12; L_12 = InterfaceFuncInvoker2< Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E *, RuntimeObject* >::Invoke(1 /* System.Net.Authorization System.Net.IAuthenticationModule::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials) */, IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_il2cpp_TypeInfo_var, L_9, L_10, L_11); V_4 = L_12; Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_13 = V_4; if (!L_13) { goto IL_0062; } } IL_004f: { Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_14 = V_4; RuntimeObject* L_15 = V_3; NullCheck(L_15); String_t* L_16; L_16 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.Net.IAuthenticationModule::get_AuthenticationType() */, IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_il2cpp_TypeInfo_var, L_15); NullCheck(L_14); L_14->set_ModuleAuthenticationType_2(L_16); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_17 = V_4; V_5 = L_17; IL2CPP_LEAVE(0x8C, FINALLY_006c); } IL_0062: { RuntimeObject* L_18 = V_2; NullCheck(L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_18); if (L_19) { goto IL_0035; } } IL_006a: { IL2CPP_LEAVE(0x8A, FINALLY_006c); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006c; } FINALLY_006c: { // begin finally (depth: 2) { RuntimeObject* L_20 = V_2; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_20, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_21 = V_6; if (!L_21) { goto IL_007f; } } IL_0078: { RuntimeObject* L_22 = V_6; NullCheck(L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_22); } IL_007f: { IL2CPP_END_FINALLY(108) } } // end finally (depth: 2) IL2CPP_CLEANUP(108) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x8C, FINALLY_0080); IL2CPP_END_CLEANUP(0x8A, FINALLY_0080); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0080; } FINALLY_0080: { // begin finally (depth: 1) { bool L_23 = V_1; if (!L_23) { goto IL_0089; } } IL_0083: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_24 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_24, /*hidden argument*/NULL); } IL_0089: { IL2CPP_END_FINALLY(128) } } // end finally (depth: 1) IL2CPP_CLEANUP(128) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x8C, IL_008c) IL2CPP_JUMP_TBL(0x8A, IL_008a) } IL_008a: { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_008c: { Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_25 = V_5; return L_25; } } // System.Void System.Net.AuthenticationManager::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationManager__cctor_m06642F00D488C4D2DF9A6D231B22EC0D6D385AC4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->set_locker_1(L_0); ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->set_credential_policy_2((RuntimeObject*)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.Authorization::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Authorization__ctor_m09795C30F4FE3B67923A303F198A8DE21E9E43A1 (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * __this, String_t* ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___token0; IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = ValidationHelper_MakeStringNull_m5BB4F3F622F19274FFE8E439984A7B567ECE2732(L_0, /*hidden argument*/NULL); __this->set_m_Message_0(L_1); __this->set_m_Complete_1((bool)1); return; } } // System.Void System.Net.Authorization::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Authorization__ctor_m17BCE19AB822863CDBA3CE2AECAC97FF2F53426A (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * __this, String_t* ___token0, bool ___finished1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___token0; IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = ValidationHelper_MakeStringNull_m5BB4F3F622F19274FFE8E439984A7B567ECE2732(L_0, /*hidden argument*/NULL); __this->set_m_Message_0(L_1); bool L_2 = ___finished1; __this->set_m_Complete_1(L_2); return; } } // System.String System.Net.Authorization::get_Message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Authorization_get_Message_mA648F467F28DCD3ECBE3C8505B719519BD803C2A (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_Message_0(); return L_0; } } // System.Boolean System.Net.Authorization::get_Complete() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Authorization_get_Complete_m5FDBC830DCD378023365B0E8E6F64C2B9FD7D7AF (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_Complete_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.Boolean System.Net.AutoWebProxyScriptEngine::GetProxies(System.Uri,System.Collections.Generic.IList`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoWebProxyScriptEngine_GetProxies_m37C7A2CAEB8CD280B45518559965B518519D007F (AutoWebProxyScriptEngine_t66B44494A6732AF45DEE0D36F5B6D15D0D497D4A * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___destination0, RuntimeObject** ___proxyList1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___destination0; RuntimeObject** L_1 = ___proxyList1; bool L_2; L_2 = AutoWebProxyScriptEngine_GetProxies_mE4E0E75E060B5347A17D354889CF1613F3A7FD19(__this, L_0, (RuntimeObject**)L_1, (int32_t*)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Net.AutoWebProxyScriptEngine::GetProxies(System.Uri,System.Collections.Generic.IList`1&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoWebProxyScriptEngine_GetProxies_mE4E0E75E060B5347A17D354889CF1613F3A7FD19 (AutoWebProxyScriptEngine_t66B44494A6732AF45DEE0D36F5B6D15D0D497D4A * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___destination0, RuntimeObject** ___proxyList1, int32_t* ___syncStatus2, const RuntimeMethod* method) { { RuntimeObject** L_0 = ___proxyList1; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); 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.Void System.ComponentModel.BaseNumberConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseNumberConverter__ctor_m18967D5B511402093936893A249438FB94D5BDA3 (BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C * __this, const RuntimeMethod* method) { { TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C(__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.Net.Authorization System.Net.BasicClient::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * BasicClient_Authenticate_m37A62495D4778CACB7219A67BF608F918EEB86DF (BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE * __this, String_t* ___challenge0, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest1, RuntimeObject* ___credentials2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E34E505E342A11AE48ECA3D71434F8043A88EB6); s_Il2CppMethodInitialized = true; } { 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_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_0008: { String_t* L_2 = ___challenge0; NullCheck(L_2); String_t* L_3; L_3 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_2, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4; L_4 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_3, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5; L_5 = String_IndexOf_mD99F5378A4220A0DA0D5097007417E777722ABDA(L_4, _stringLiteral6E34E505E342A11AE48ECA3D71434F8043A88EB6, 4, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0023; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_0023: { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_6 = ___webRequest1; RuntimeObject* L_7 = ___credentials2; Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_8; L_8 = BasicClient_InternalAuthenticate_m1F04069179BD29041C462C54523BE5BD0718F8F8(L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Byte[] System.Net.BasicClient::GetBytes(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BasicClient_GetBytes_m7B378AE992BC6C01E05C70AA1C21CC3ACE391CAF (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { String_t* L_0 = ___str0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_2); V_1 = L_3; int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); goto IL_0023; } IL_0014: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_1; int32_t L_6 = V_0; String_t* L_7 = ___str0; int32_t L_8 = V_0; NullCheck(L_7); Il2CppChar L_9; L_9 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_7, L_8, /*hidden argument*/NULL); NullCheck(L_5); (L_5)->SetAt(static_cast(L_6), (uint8_t)((int32_t)((uint8_t)L_9))); int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); } IL_0023: { int32_t L_11 = V_0; if ((((int32_t)L_11) >= ((int32_t)0))) { goto IL_0014; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; return L_12; } } // System.Net.Authorization System.Net.BasicClient::InternalAuthenticate(System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * BasicClient_InternalAuthenticate_m1F04069179BD29041C462C54523BE5BD0718F8F8 (WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E34E505E342A11AE48ECA3D71434F8043A88EB6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EB642385221D006B3B8DB45C10F626FD2A3DB7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * V_0 = NULL; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_5 = NULL; { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_0 = ___webRequest0; V_0 = ((HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A *)IsInstClass((RuntimeObject*)L_0, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var)); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_1 = V_0; if (!L_1) { goto IL_000d; } } { RuntimeObject* L_2 = ___credentials1; if (L_2) { goto IL_000f; } } IL_000d: { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_000f: { RuntimeObject* L_3 = ___credentials1; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_4 = V_0; NullCheck(L_4); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5; L_5 = HttpWebRequest_get_AuthUri_m73CE601DCC9A4F368AEA6186CDC4FFBA20D3A11A_inline(L_4, /*hidden argument*/NULL); NullCheck(L_3); NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_6; L_6 = InterfaceFuncInvoker2< NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 *, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, String_t* >::Invoke(0 /* System.Net.NetworkCredential System.Net.ICredentials::GetCredential(System.Uri,System.String) */, ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48_il2cpp_TypeInfo_var, L_3, L_5, _stringLiteral6E34E505E342A11AE48ECA3D71434F8043A88EB6); V_1 = L_6; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_7 = V_1; if (L_7) { goto IL_0026; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_0026: { NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_8 = V_1; NullCheck(L_8); String_t* L_9; L_9 = NetworkCredential_get_UserName_mFC41ED3D14796CA2B5C08EB0DE537A2F3EF02473(L_8, /*hidden argument*/NULL); V_2 = L_9; String_t* L_10 = V_2; if (!L_10) { goto IL_003d; } } { String_t* L_11 = V_2; bool L_12; L_12 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_11, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_12) { goto IL_003f; } } IL_003d: { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_003f: { NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_13 = V_1; NullCheck(L_13); String_t* L_14; L_14 = NetworkCredential_get_Password_m5EFE385E59C57168F8B8B43BE10196C4346AAFBB(L_13, /*hidden argument*/NULL); V_3 = L_14; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_15 = V_1; NullCheck(L_15); String_t* L_16; L_16 = NetworkCredential_get_Domain_mE4AA75C44CA2189FC66B95235C17CCE6ACFEDCBC(L_15, /*hidden argument*/NULL); V_4 = L_16; String_t* L_17 = V_4; if (!L_17) { goto IL_0073; } } { String_t* L_18 = V_4; bool L_19; L_19 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_18, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (L_19) { goto IL_0073; } } { String_t* L_20 = V_4; NullCheck(L_20); String_t* L_21; L_21 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_20, /*hidden argument*/NULL); bool L_22; L_22 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_21, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_22) { goto IL_0088; } } IL_0073: { String_t* L_23 = V_2; String_t* L_24 = V_3; String_t* L_25; L_25 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_23, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_24, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26; L_26 = BasicClient_GetBytes_m7B378AE992BC6C01E05C70AA1C21CC3ACE391CAF(L_25, /*hidden argument*/NULL); V_5 = L_26; goto IL_00b7; } IL_0088: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_27 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_28 = L_27; String_t* L_29 = V_4; NullCheck(L_28); ArrayElementTypeCheck (L_28, L_29); (L_28)->SetAt(static_cast(0), (String_t*)L_29); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_30 = L_28; NullCheck(L_30); ArrayElementTypeCheck (L_30, _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40); (L_30)->SetAt(static_cast(1), (String_t*)_stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_31 = L_30; String_t* L_32 = V_2; NullCheck(L_31); ArrayElementTypeCheck (L_31, L_32); (L_31)->SetAt(static_cast(2), (String_t*)L_32); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_33 = L_31; NullCheck(L_33); ArrayElementTypeCheck (L_33, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); (L_33)->SetAt(static_cast(3), (String_t*)_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_34 = L_33; String_t* L_35 = V_3; NullCheck(L_34); ArrayElementTypeCheck (L_34, L_35); (L_34)->SetAt(static_cast(4), (String_t*)L_35); String_t* L_36; L_36 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417(L_34, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37; L_37 = BasicClient_GetBytes_m7B378AE992BC6C01E05C70AA1C21CC3ACE391CAF(L_36, /*hidden argument*/NULL); V_5 = L_37; } IL_00b7: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_39; L_39 = Convert_ToBase64String_m1E5BBE288BBE22627A60548DB2F6FF7D6FDF1935(L_38, /*hidden argument*/NULL); String_t* L_40; L_40 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteral9EB642385221D006B3B8DB45C10F626FD2A3DB7C, L_39, /*hidden argument*/NULL); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_41 = (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)il2cpp_codegen_object_new(Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF_il2cpp_TypeInfo_var); Authorization__ctor_m09795C30F4FE3B67923A303F198A8DE21E9E43A1(L_41, L_40, /*hidden argument*/NULL); return L_41; } } // System.Net.Authorization System.Net.BasicClient::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * BasicClient_PreAuthenticate_m7B6366BC72437E8FD1CC7CFEC6467923D47E7095 (BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE * __this, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method) { { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_0 = ___webRequest0; RuntimeObject* L_1 = ___credentials1; Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_2; L_2 = BasicClient_InternalAuthenticate_m1F04069179BD29041C462C54523BE5BD0718F8F8(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.Net.BasicClient::get_AuthenticationType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BasicClient_get_AuthenticationType_m69022B7CF8143DCE86B33E4AD445B87FBC35A5CF (BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA01C4F4897E2641F90F7C00FF6187381E937B194); s_Il2CppMethodInitialized = true; } { return _stringLiteralA01C4F4897E2641F90F7C00FF6187381E937B194; } } // System.Void System.Net.BasicClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicClient__ctor_mF4468AD89FE190EC24CB05F677D56F6F5CF845A6 (BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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.BindIPEndPoint::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindIPEndPoint__ctor_m08EDDE8CB0B988B134F5F90C48D9216FCF2B63EF (BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Net.IPEndPoint System.Net.BindIPEndPoint::Invoke(System.Net.ServicePoint,System.Net.IPEndPoint,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * BindIPEndPoint_Invoke_m8462120A7C738076E374FB6ADE447C611DBFD00C (BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * __this, ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ___servicePoint0, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___remoteEndPoint1, int32_t ___retryCount2, const RuntimeMethod* method) { IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * result = NULL; DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); 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 IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * (*FunctionPointerType) (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 *, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod); } else { // closed typedef IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * (*FunctionPointerType) (void*, ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 *, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod); } } else if (___parameterCount != 3) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && 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< IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, int32_t >::Invoke(targetMethod, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); else result = GenericVirtFuncInvoker2< IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, int32_t >::Invoke(targetMethod, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___servicePoint0, ___remoteEndPoint1, ___retryCount2); else result = VirtFuncInvoker2< IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___servicePoint0, ___remoteEndPoint1, ___retryCount2); } } else { typedef IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * (*FunctionPointerType) (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 *, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod); } } else { // closed if (targetThis != NULL && 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 = GenericInterfaceFuncInvoker3< IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 *, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, int32_t >::Invoke(targetMethod, targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); else result = GenericVirtFuncInvoker3< IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 *, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, int32_t >::Invoke(targetMethod, targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 *, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); else result = VirtFuncInvoker3< IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 *, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); } } else { if (___parameterCount == 2) { typedef IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * (*FunctionPointerType) (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 *, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod); } else { typedef IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * (*FunctionPointerType) (void*, ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 *, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod); } } } } return result; } // System.IAsyncResult System.Net.BindIPEndPoint::BeginInvoke(System.Net.ServicePoint,System.Net.IPEndPoint,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BindIPEndPoint_BeginInvoke_m929603B81D5FA980FC3535AF6B976BFD1616D4CF (BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * __this, ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ___servicePoint0, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___remoteEndPoint1, int32_t ___retryCount2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___servicePoint0; __d_args[1] = ___remoteEndPoint1; __d_args[2] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___retryCount2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);; } // System.Net.IPEndPoint System.Net.BindIPEndPoint::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * BindIPEndPoint_EndInvoke_m1042D77948C1BB2B26330419F43196C04BA65804 (BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *)__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 // System.Void System.ComponentModel.BooleanConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BooleanConverter__ctor_m9F0A8757BAD0E551843A5A6FCC3366842A6C6D2C (BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D * __this, const RuntimeMethod* method) { { TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C(__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.Int32 Mono.Net.Security.BufferOffsetSize::get_EndOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferOffsetSize_get_EndOffset_m9EED7B6B6EF1F2518A735AF875F88A5E03F0881F (BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_Offset_1(); int32_t L_1 = __this->get_Size_2(); return ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); } } // System.Int32 Mono.Net.Security.BufferOffsetSize::get_Remaining() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferOffsetSize_get_Remaining_m2DE18A3119D97C30B3EE54B9C6260030413B089D (BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * __this, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_Buffer_0(); NullCheck(L_0); int32_t L_1 = __this->get_Offset_1(); int32_t L_2 = __this->get_Size_2(); return ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)L_1)), (int32_t)L_2)); } } // System.Void Mono.Net.Security.BufferOffsetSize::.ctor(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize__ctor_mB7C0B812CB8178BA614001251D5C5905C08029BE (BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; if (L_0) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferOffsetSize__ctor_mB7C0B812CB8178BA614001251D5C5905C08029BE_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = ___offset1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0023; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_3 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferOffsetSize__ctor_mB7C0B812CB8178BA614001251D5C5905C08029BE_RuntimeMethod_var))); } IL_0023: { int32_t L_4 = ___size2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_002f; } } { int32_t L_5 = ___offset1; int32_t L_6 = ___size2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buffer0; NullCheck(L_7); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))) { goto IL_003a; } } IL_002f: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferOffsetSize__ctor_mB7C0B812CB8178BA614001251D5C5905C08029BE_RuntimeMethod_var))); } IL_003a: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___buffer0; __this->set_Buffer_0(L_9); int32_t L_10 = ___offset1; __this->set_Offset_1(L_10); int32_t L_11 = ___size2; __this->set_Size_2(L_11); __this->set_Complete_4((bool)0); return; } } // System.String Mono.Net.Security.BufferOffsetSize::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BufferOffsetSize_ToString_mFB8CD5C4E6108A0C5B4717CFE1DF3A8E59138771 (BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F9806FFE6F4A87C47B8928195094F3727EF549C); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_Offset_1(); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_1); int32_t L_3 = __this->get_Size_2(); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_4); String_t* L_6; L_6 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(_stringLiteral9F9806FFE6F4A87C47B8928195094F3727EF549C, L_2, L_5, /*hidden argument*/NULL); return L_6; } } #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.BufferOffsetSize::.ctor(System.Byte[],System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize__ctor_m34DF650AB658A85943BBEDBB22887D2C3209D9E3 (BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, bool ___copyBuffer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); bool L_0 = ___copyBuffer3; if (!L_0) { goto IL_0021; } } { int32_t L_1 = ___size2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___buffer0; int32_t L_4 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; int32_t L_6 = ___size2; Buffer_BlockCopy_mF4642D7BB69FA7570F69E323F4597A2166065612((RuntimeArray *)(RuntimeArray *)L_3, L_4, (RuntimeArray *)(RuntimeArray *)L_5, 0, L_6, /*hidden argument*/NULL); ___offset1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; ___buffer0 = L_7; } IL_0021: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___buffer0; __this->set_Buffer_0(L_8); int32_t L_9 = ___offset1; __this->set_Offset_1(L_9); int32_t L_10 = ___size2; __this->set_Size_2(L_10); return; } } // System.Void System.Net.BufferOffsetSize::.ctor(System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize__ctor_m57DD63EDCC7C4DD3350B00DF86B3F69C8850D996 (BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, bool ___copyBuffer1, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; NullCheck(L_1); bool L_2 = ___copyBuffer1; BufferOffsetSize__ctor_m34DF650AB658A85943BBEDBB22887D2C3209D9E3(__this, L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), L_2, /*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 Mono.Net.Security.BufferOffsetSize2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize2__ctor_mE4644CFB0D6AC7297E01282C7B898D119E18E8D2 (BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * __this, int32_t ___size0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___size0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); BufferOffsetSize__ctor_mB7C0B812CB8178BA614001251D5C5905C08029BE(__this, L_1, 0, 0, /*hidden argument*/NULL); int32_t L_2 = ___size0; __this->set_InitialSize_5(L_2); return; } } // System.Void Mono.Net.Security.BufferOffsetSize2::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize2_Reset_mE4DE740467F990ED792FB4966B367091B27BBAB4 (BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = 0; V_0 = L_0; ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->set_Size_2(L_0); int32_t L_1 = V_0; ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->set_Offset_1(L_1); ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->set_TotalBytes_3(0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->get_Buffer_0(); NullCheck(L_2); int32_t L_3 = __this->get_InitialSize_5(); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))) > ((int32_t)L_3))) { goto IL_003d; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->get_Buffer_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->get_Buffer_0(); NullCheck(L_5); Array_Clear_m14F24D8DBE5A2FD747E8F94E2F7759FBA495DB1C((RuntimeArray *)(RuntimeArray *)L_4, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), /*hidden argument*/NULL); goto IL_004e; } IL_003d: { int32_t L_6 = __this->get_InitialSize_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_6); ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->set_Buffer_0(L_7); } IL_004e: { ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->set_Complete_4((bool)0); return; } } // System.Void Mono.Net.Security.BufferOffsetSize2::MakeRoom(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize2_MakeRoom_mBFDBCE08404ECEECBDDB499ED991000ED3A1F35B (BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * __this, int32_t ___size0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { int32_t L_0; L_0 = BufferOffsetSize_get_Remaining_m2DE18A3119D97C30B3EE54B9C6260030413B089D(__this, /*hidden argument*/NULL); int32_t L_1 = ___size0; if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_000a; } } { return; } IL_000a: { int32_t L_2 = ___size0; int32_t L_3; L_3 = BufferOffsetSize_get_Remaining_m2DE18A3119D97C30B3EE54B9C6260030413B089D(__this, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)); int32_t L_4 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->get_Offset_1(); if (L_4) { goto IL_0030; } } { int32_t L_5 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->get_Size_2(); if (L_5) { goto IL_0030; } } { int32_t L_6 = ___size0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_6); ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->set_Buffer_0(L_7); return; } IL_0030: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->get_Buffer_0(); NullCheck(L_8); int32_t L_9 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), (int32_t)L_9))); V_1 = L_10; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->get_Buffer_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_11); Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2((RuntimeArray *)(RuntimeArray *)L_11, (RuntimeArray *)(RuntimeArray *)L_12, 0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_1; ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->set_Buffer_0(L_13); return; } } // System.Void Mono.Net.Security.BufferOffsetSize2::AppendData(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize2_AppendData_m5AFEF21E75273C3BF7FCD4B4433A49D088587F29 (BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { { int32_t L_0 = ___size2; BufferOffsetSize2_MakeRoom_mBFDBCE08404ECEECBDDB499ED991000ED3A1F35B(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->get_Buffer_0(); int32_t L_4; L_4 = BufferOffsetSize_get_EndOffset_m9EED7B6B6EF1F2518A735AF875F88A5E03F0881F(__this, /*hidden argument*/NULL); int32_t L_5 = ___size2; Buffer_BlockCopy_mF4642D7BB69FA7570F69E323F4597A2166065612((RuntimeArray *)(RuntimeArray *)L_1, L_2, (RuntimeArray *)(RuntimeArray *)L_3, L_4, L_5, /*hidden argument*/NULL); int32_t L_6 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->get_Size_2(); int32_t L_7 = ___size2; ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->set_Size_2(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7))); 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.Configuration.BypassElementCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElementCollection__ctor_m2047F6046437B6101F59D781474BF71CF5650979 (BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BypassElementCollection__ctor_m2047F6046437B6101F59D781474BF71CF5650979_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(BypassElementCollection__ctor_m2047F6046437B6101F59D781474BF71CF5650979_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.String System.Security.Cryptography.CAPI::CryptFindOIDInfoNameFromKey(System.String,System.Security.Cryptography.OidGroup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_CryptFindOIDInfoNameFromKey_m81614B2DE702F23532452DFB95EC03DE6A5FBC80 (String_t* ___key0, int32_t ___oidGroup1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B31027F164515A1950B5D7471AE7856BE543763); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0CBADE8543F92DF670C549BE1A3C836260EAD8FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E0E07FBC53FA8C48B097E23C1F51253713BFE1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14766905080A42A4E1B372AB68C4494ECC1FEE82); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19088A5D4151B71A0151316584575959251E5B35); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1EC47CDC551021DF3F33288308AB1FEBAD868FBF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral244C3A134C2AC035AB58EF188A0D0B4BA1CEFA31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25118FE7F36A19FBB74A9C6C22FCB9831E89F823); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26E994D822B48484B04399E5FFCFF2F3C1D25743); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38A29F0742E6F746BEAE82B7874F2F4A23D91741); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3BB5322B02815376D2BC2E8BD2E9EF61131FBD38); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D33D0610C7091655B30CCDF62ABD943C3D6E36B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EABD487498F0EB91EB77895338816266FA44C98); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral412993E49B10AEBEAAF97A839FB0FFFFBE635604); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral416683232C98B46D3CB67F7E22FF1BE125144CB7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42F629CC32087815BDEE088698E50CE910A82D86); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50ED994EAB5E4B5A327FC8D974EAB06E7CFA83A4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral57C2411D7466EB3172B6ADBF471154844F8FEA55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59035792B7DAA31AEB540EB87E38CA344825D295); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B0AF7CA322B18CA0314E932B2A0B25258ABD0B0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BF96667530EA67F66934684E21D80177D05462F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62C9A18CEF6E803000E9D0C74D3984F48861921F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64260D9444D15A6248926D7B01F965DB0406844C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral683A95818280F9859694F418A2FD0A817678C9DB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B188360294349CD1D94164DB9AE487200C503EE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B4F856E69D6E5B45A94AEE42FC8722881CEB575); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F23583CEF03BB7DDB3E4BEFF341EA1FC85AB4D8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7453478D5DA9E53E5ECCD0865A2CD6927BAD940B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75A224C696F223AD77F7C80741DBF005DA84E826); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79286C46F128302EE9B397D1B2EE804CA3E182BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80A61DF74E3132BFF8AB81A0843B4B50F8BD99B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80F21D50E32EC9084847997A0C258C6A529DAC47); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81EB86A368F960F3D9C1CECA4B8419FF90C9C1EF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83344570C78814D060F98E8A28B9C1804B6D79F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83516AD985761BA568B2C46FFF23091999ACF73B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88B2EBB8B15244DE5EB3E8CCA28A8967EA0B6854); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89487254CCF55296ACC80B8660A14ADE141E6868); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B3CFB4B560123030AE265CBD62C0BE39E1D8EC6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E264486DFD68F8D2AC59C629355E7337C6392BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93954AC54959BCD46464E8152F221687F3B0E3B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral963C37A58017767387FAD1CB7CBC89AB1B6144B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A12021E1E1850DBED762F93F651DB311B213542); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B6EDF60999707E0620839BD57BDCF5CA110596D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E1FB4D86910BF7A7E7519E39C812966ABC68478); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA006FCB4201934135FE5378132B66888869CBF16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA25B69026A70D534621843E13AD9FBEBC01B0B2E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA49C6C2328B9D2556E2655623DAC4AA452304C19); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6A5FD7DF379E08BFFCC99E567489352CB086B03); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA8BCDFB664ED95346DE4342A8E251772B519ECDB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACA7E3D2770ADAB061CBEB4B68128A012D6BA80C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB16364632FFDA7CF8AB0EF198C603812CB7ECD94); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3B6FD28E314D30A8A29C4DF4D44104A679F811C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC470D48C046CBFF46DA268680C29701BDFF88855); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC55AFFA4599D7E7F1FE45BF21D72FD8E0E12E4B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF0CD765ACF4809502136C53ACFA60970F9AF5C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD252B930E829E7C8274E97CAA92250DE3E9543A8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD431DA333CF96CF017F2C2FE0CE09A07D97C41C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDABBB9C036193D85D6C01708C64DD345BCE1FCC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD93AF8A205AE54D6AE755FEEBC6B6221D3251CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2554AA2E0C9DC24A5C7C498FC582750C82FEF05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE53FA8AE3620EED75A6DF3DDD631B0AB54CF04A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE64E6B72E9C44522A1D99B5C6A7F27EF33B44410); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7F2002E39D5228A8496A82B1F7CAC32E1BD0715); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4765352B67DACFC92B948B6D33BEDE083E987BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA254D4D1C509C2DFAEF4A34A32CEC0963B5152D); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { String_t* L_0 = ___key0; uint32_t L_1; L_1 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_mC1B3C29CD4B3FD3AAE2935CEC2E17B9E7BAF1159(L_0, /*hidden argument*/NULL); V_0 = L_1; uint32_t L_2 = V_0; if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)-2058824195))))) { goto IL_013b; } } { uint32_t L_3 = V_0; if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)668701924))))) { goto IL_00ac; } } { uint32_t L_4 = V_0; if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)587661398))))) { goto IL_0063; } } { uint32_t L_5 = V_0; if ((!(((uint32_t)L_5) <= ((uint32_t)((int32_t)510574318))))) { goto IL_0048; } } { uint32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)489691311)))) { goto IL_041d; } } { uint32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)510574318)))) { goto IL_02cd; } } { goto IL_0612; } IL_0048: { uint32_t L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)523246549)))) { goto IL_0471; } } { uint32_t L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)587661398)))) { goto IL_0447; } } { goto IL_0612; } IL_0063: { uint32_t L_10 = V_0; if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)604439017))))) { goto IL_0086; } } { uint32_t L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)((int32_t)601591448)))) { goto IL_0264; } } { uint32_t L_12 = V_0; if ((((int32_t)L_12) == ((int32_t)((int32_t)604439017)))) { goto IL_0432; } } { goto IL_0612; } IL_0086: { uint32_t L_13 = V_0; if ((((int32_t)L_13) == ((int32_t)((int32_t)618369067)))) { goto IL_02a3; } } { uint32_t L_14 = V_0; if ((((int32_t)L_14) == ((int32_t)((int32_t)637994255)))) { goto IL_045c; } } { uint32_t L_15 = V_0; if ((((int32_t)L_15) == ((int32_t)((int32_t)668701924)))) { goto IL_0486; } } { goto IL_0612; } IL_00ac: { uint32_t L_16 = V_0; if ((!(((uint32_t)L_16) <= ((uint32_t)((int32_t)858759237))))) { goto IL_00f2; } } { uint32_t L_17 = V_0; if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)719034781))))) { goto IL_00d7; } } { uint32_t L_18 = V_0; if ((((int32_t)L_18) == ((int32_t)((int32_t)702257162)))) { goto IL_0321; } } { uint32_t L_19 = V_0; if ((((int32_t)L_19) == ((int32_t)((int32_t)719034781)))) { goto IL_02f7; } } { goto IL_0612; } IL_00d7: { uint32_t L_20 = V_0; if ((((int32_t)L_20) == ((int32_t)((int32_t)841981618)))) { goto IL_0336; } } { uint32_t L_21 = V_0; if ((((int32_t)L_21) == ((int32_t)((int32_t)858759237)))) { goto IL_0360; } } { goto IL_0612; } IL_00f2: { uint32_t L_22 = V_0; if ((!(((uint32_t)L_22) <= ((uint32_t)((int32_t)1746622805))))) { goto IL_0115; } } { uint32_t L_23 = V_0; if ((((int32_t)L_23) == ((int32_t)((int32_t)875536856)))) { goto IL_0279; } } { uint32_t L_24 = V_0; if ((((int32_t)L_24) == ((int32_t)((int32_t)1746622805)))) { goto IL_034b; } } { goto IL_0612; } IL_0115: { uint32_t L_25 = V_0; if ((((int32_t)L_25) == ((int32_t)((int32_t)1775291187)))) { goto IL_0519; } } { uint32_t L_26 = V_0; if ((((int32_t)L_26) == ((int32_t)((int32_t)2095896238)))) { goto IL_049b; } } { uint32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)((int32_t)-2058824195)))) { goto IL_04ef; } } { goto IL_0612; } IL_013b: { uint32_t L_28 = V_0; if ((!(((uint32_t)L_28) <= ((uint32_t)((int32_t)-1354032441))))) { goto IL_01d5; } } { uint32_t L_29 = V_0; if ((!(((uint32_t)L_29) <= ((uint32_t)((int32_t)-1783935371))))) { goto IL_018c; } } { uint32_t L_30 = V_0; if ((!(((uint32_t)L_30) <= ((uint32_t)((int32_t)-1817490609))))) { goto IL_0171; } } { uint32_t L_31 = V_0; if ((((int32_t)L_31) == ((int32_t)((int32_t)-1834268228)))) { goto IL_0408; } } { uint32_t L_32 = V_0; if ((((int32_t)L_32) == ((int32_t)((int32_t)-1817490609)))) { goto IL_03c9; } } { goto IL_0612; } IL_0171: { uint32_t L_33 = V_0; if ((((int32_t)L_33) == ((int32_t)((int32_t)-1800712990)))) { goto IL_03de; } } { uint32_t L_34 = V_0; if ((((int32_t)L_34) == ((int32_t)((int32_t)-1783935371)))) { goto IL_03f3; } } { goto IL_0612; } IL_018c: { uint32_t L_35 = V_0; if ((!(((uint32_t)L_35) <= ((uint32_t)((int32_t)-1665226315))))) { goto IL_01af; } } { uint32_t L_36 = V_0; if ((((int32_t)L_36) == ((int32_t)((int32_t)-1770759074)))) { goto IL_02b8; } } { uint32_t L_37 = V_0; if ((((int32_t)L_37) == ((int32_t)((int32_t)-1665226315)))) { goto IL_052e; } } { goto IL_0612; } IL_01af: { uint32_t L_38 = V_0; if ((((int32_t)L_38) == ((int32_t)((int32_t)-1411364208)))) { goto IL_04da; } } { uint32_t L_39 = V_0; if ((((int32_t)L_39) == ((int32_t)((int32_t)-1394586589)))) { goto IL_04c5; } } { uint32_t L_40 = V_0; if ((((int32_t)L_40) == ((int32_t)((int32_t)-1354032441)))) { goto IL_030c; } } { goto IL_0612; } IL_01d5: { uint32_t L_41 = V_0; if ((!(((uint32_t)L_41) <= ((uint32_t)((int32_t)-787859709))))) { goto IL_021b; } } { uint32_t L_42 = V_0; if ((!(((uint32_t)L_42) <= ((uint32_t)((int32_t)-1104663471))))) { goto IL_0200; } } { uint32_t L_43 = V_0; if ((((int32_t)L_43) == ((int32_t)((int32_t)-1310698494)))) { goto IL_04b0; } } { uint32_t L_44 = V_0; if ((((int32_t)L_44) == ((int32_t)((int32_t)-1104663471)))) { goto IL_02e2; } } { goto IL_0612; } IL_0200: { uint32_t L_45 = V_0; if ((((int32_t)L_45) == ((int32_t)((int32_t)-1071108233)))) { goto IL_028e; } } { uint32_t L_46 = V_0; if ((((int32_t)L_46) == ((int32_t)((int32_t)-787859709)))) { goto IL_0504; } } { goto IL_0612; } IL_021b: { uint32_t L_47 = V_0; if ((!(((uint32_t)L_47) <= ((uint32_t)((int32_t)-594425425))))) { goto IL_023e; } } { uint32_t L_48 = V_0; if ((((int32_t)L_48) == ((int32_t)((int32_t)-603578290)))) { goto IL_0543; } } { uint32_t L_49 = V_0; if ((((int32_t)L_49) == ((int32_t)((int32_t)-594425425)))) { goto IL_038a; } } { goto IL_0612; } IL_023e: { uint32_t L_50 = V_0; if ((((int32_t)L_50) == ((int32_t)((int32_t)-577647806)))) { goto IL_039f; } } { uint32_t L_51 = V_0; if ((((int32_t)L_51) == ((int32_t)((int32_t)-560870187)))) { goto IL_03b4; } } { uint32_t L_52 = V_0; if ((((int32_t)L_52) == ((int32_t)((int32_t)-534435840)))) { goto IL_0375; } } { goto IL_0612; } IL_0264: { String_t* L_53 = ___key0; bool L_54; L_54 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_53, _stringLiteral14766905080A42A4E1B372AB68C4494ECC1FEE82, /*hidden argument*/NULL); if (L_54) { goto IL_0558; } } { goto IL_0612; } IL_0279: { String_t* L_55 = ___key0; bool L_56; L_56 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_55, _stringLiteralE7F2002E39D5228A8496A82B1F7CAC32E1BD0715, /*hidden argument*/NULL); if (L_56) { goto IL_0558; } } { goto IL_0612; } IL_028e: { String_t* L_57 = ___key0; bool L_58; L_58 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_57, _stringLiteralA8BCDFB664ED95346DE4342A8E251772B519ECDB, /*hidden argument*/NULL); if (L_58) { goto IL_0558; } } { goto IL_0612; } IL_02a3: { String_t* L_59 = ___key0; bool L_60; L_60 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_59, _stringLiteralD252B930E829E7C8274E97CAA92250DE3E9543A8, /*hidden argument*/NULL); if (L_60) { goto IL_055e; } } { goto IL_0612; } IL_02b8: { String_t* L_61 = ___key0; bool L_62; L_62 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_61, _stringLiteral9A12021E1E1850DBED762F93F651DB311B213542, /*hidden argument*/NULL); if (L_62) { goto IL_055e; } } { goto IL_0612; } IL_02cd: { String_t* L_63 = ___key0; bool L_64; L_64 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_63, _stringLiteralA006FCB4201934135FE5378132B66888869CBF16, /*hidden argument*/NULL); if (L_64) { goto IL_0564; } } { goto IL_0612; } IL_02e2: { String_t* L_65 = ___key0; bool L_66; L_66 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_65, _stringLiteral80A61DF74E3132BFF8AB81A0843B4B50F8BD99B3, /*hidden argument*/NULL); if (L_66) { goto IL_0564; } } { goto IL_0612; } IL_02f7: { String_t* L_67 = ___key0; bool L_68; L_68 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_67, _stringLiteralA25B69026A70D534621843E13AD9FBEBC01B0B2E, /*hidden argument*/NULL); if (L_68) { goto IL_056a; } } { goto IL_0612; } IL_030c: { String_t* L_69 = ___key0; bool L_70; L_70 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_69, _stringLiteral80F21D50E32EC9084847997A0C258C6A529DAC47, /*hidden argument*/NULL); if (L_70) { goto IL_056a; } } { goto IL_0612; } IL_0321: { String_t* L_71 = ___key0; bool L_72; L_72 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_71, _stringLiteralE2554AA2E0C9DC24A5C7C498FC582750C82FEF05, /*hidden argument*/NULL); if (L_72) { goto IL_0570; } } { goto IL_0612; } IL_0336: { String_t* L_73 = ___key0; bool L_74; L_74 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_73, _stringLiteral0CBADE8543F92DF670C549BE1A3C836260EAD8FD, /*hidden argument*/NULL); if (L_74) { goto IL_0576; } } { goto IL_0612; } IL_034b: { String_t* L_75 = ___key0; bool L_76; L_76 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_75, _stringLiteral75A224C696F223AD77F7C80741DBF005DA84E826, /*hidden argument*/NULL); if (L_76) { goto IL_057c; } } { goto IL_0612; } IL_0360: { String_t* L_77 = ___key0; bool L_78; L_78 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_77, _stringLiteralB16364632FFDA7CF8AB0EF198C603812CB7ECD94, /*hidden argument*/NULL); if (L_78) { goto IL_0582; } } { goto IL_0612; } IL_0375: { String_t* L_79 = ___key0; bool L_80; L_80 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_79, _stringLiteral42F629CC32087815BDEE088698E50CE910A82D86, /*hidden argument*/NULL); if (L_80) { goto IL_0588; } } { goto IL_0612; } IL_038a: { String_t* L_81 = ___key0; bool L_82; L_82 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_81, _stringLiteral0B31027F164515A1950B5D7471AE7856BE543763, /*hidden argument*/NULL); if (L_82) { goto IL_058e; } } { goto IL_0612; } IL_039f: { String_t* L_83 = ___key0; bool L_84; L_84 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_83, _stringLiteralDABBB9C036193D85D6C01708C64DD345BCE1FCC4, /*hidden argument*/NULL); if (L_84) { goto IL_0594; } } { goto IL_0612; } IL_03b4: { String_t* L_85 = ___key0; bool L_86; L_86 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_85, _stringLiteral683A95818280F9859694F418A2FD0A817678C9DB, /*hidden argument*/NULL); if (L_86) { goto IL_059a; } } { goto IL_0612; } IL_03c9: { String_t* L_87 = ___key0; bool L_88; L_88 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_87, _stringLiteral6B188360294349CD1D94164DB9AE487200C503EE, /*hidden argument*/NULL); if (L_88) { goto IL_05a0; } } { goto IL_0612; } IL_03de: { String_t* L_89 = ___key0; bool L_90; L_90 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_89, _stringLiteral8E264486DFD68F8D2AC59C629355E7337C6392BF, /*hidden argument*/NULL); if (L_90) { goto IL_05a6; } } { goto IL_0612; } IL_03f3: { String_t* L_91 = ___key0; bool L_92; L_92 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_91, _stringLiteralACA7E3D2770ADAB061CBEB4B68128A012D6BA80C, /*hidden argument*/NULL); if (L_92) { goto IL_05ac; } } { goto IL_0612; } IL_0408: { String_t* L_93 = ___key0; bool L_94; L_94 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_93, _stringLiteralFA254D4D1C509C2DFAEF4A34A32CEC0963B5152D, /*hidden argument*/NULL); if (L_94) { goto IL_05b2; } } { goto IL_0612; } IL_041d: { String_t* L_95 = ___key0; bool L_96; L_96 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_95, _stringLiteral1EC47CDC551021DF3F33288308AB1FEBAD868FBF, /*hidden argument*/NULL); if (L_96) { goto IL_05b8; } } { goto IL_0612; } IL_0432: { String_t* L_97 = ___key0; bool L_98; L_98 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_97, _stringLiteral59035792B7DAA31AEB540EB87E38CA344825D295, /*hidden argument*/NULL); if (L_98) { goto IL_05be; } } { goto IL_0612; } IL_0447: { String_t* L_99 = ___key0; bool L_100; L_100 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_99, _stringLiteral3D33D0610C7091655B30CCDF62ABD943C3D6E36B, /*hidden argument*/NULL); if (L_100) { goto IL_05c4; } } { goto IL_0612; } IL_045c: { String_t* L_101 = ___key0; bool L_102; L_102 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_101, _stringLiteral7453478D5DA9E53E5ECCD0865A2CD6927BAD940B, /*hidden argument*/NULL); if (L_102) { goto IL_05ca; } } { goto IL_0612; } IL_0471: { String_t* L_103 = ___key0; bool L_104; L_104 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_103, _stringLiteralB3B6FD28E314D30A8A29C4DF4D44104A679F811C, /*hidden argument*/NULL); if (L_104) { goto IL_05d0; } } { goto IL_0612; } IL_0486: { String_t* L_105 = ___key0; bool L_106; L_106 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_105, _stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8, /*hidden argument*/NULL); if (L_106) { goto IL_05d6; } } { goto IL_0612; } IL_049b: { String_t* L_107 = ___key0; bool L_108; L_108 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_107, _stringLiteralE64E6B72E9C44522A1D99B5C6A7F27EF33B44410, /*hidden argument*/NULL); if (L_108) { goto IL_05dc; } } { goto IL_0612; } IL_04b0: { String_t* L_109 = ___key0; bool L_110; L_110 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_109, _stringLiteral416683232C98B46D3CB67F7E22FF1BE125144CB7, /*hidden argument*/NULL); if (L_110) { goto IL_05e2; } } { goto IL_0612; } IL_04c5: { String_t* L_111 = ___key0; bool L_112; L_112 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_111, _stringLiteral244C3A134C2AC035AB58EF188A0D0B4BA1CEFA31, /*hidden argument*/NULL); if (L_112) { goto IL_05e8; } } { goto IL_0612; } IL_04da: { String_t* L_113 = ___key0; bool L_114; L_114 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_113, _stringLiteral38A29F0742E6F746BEAE82B7874F2F4A23D91741, /*hidden argument*/NULL); if (L_114) { goto IL_05ee; } } { goto IL_0612; } IL_04ef: { String_t* L_115 = ___key0; bool L_116; L_116 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_115, _stringLiteral19088A5D4151B71A0151316584575959251E5B35, /*hidden argument*/NULL); if (L_116) { goto IL_05f4; } } { goto IL_0612; } IL_0504: { String_t* L_117 = ___key0; bool L_118; L_118 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_117, _stringLiteral0E0E07FBC53FA8C48B097E23C1F51253713BFE1D, /*hidden argument*/NULL); if (L_118) { goto IL_05fa; } } { goto IL_0612; } IL_0519: { String_t* L_119 = ___key0; bool L_120; L_120 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_119, _stringLiteral3BB5322B02815376D2BC2E8BD2E9EF61131FBD38, /*hidden argument*/NULL); if (L_120) { goto IL_0600; } } { goto IL_0612; } IL_052e: { String_t* L_121 = ___key0; bool L_122; L_122 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_121, _stringLiteral6B4F856E69D6E5B45A94AEE42FC8722881CEB575, /*hidden argument*/NULL); if (L_122) { goto IL_0606; } } { goto IL_0612; } IL_0543: { String_t* L_123 = ___key0; bool L_124; L_124 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_123, _stringLiteral50ED994EAB5E4B5A327FC8D974EAB06E7CFA83A4, /*hidden argument*/NULL); if (L_124) { goto IL_060c; } } { goto IL_0612; } IL_0558: { return _stringLiteral64260D9444D15A6248926D7B01F965DB0406844C; } IL_055e: { return _stringLiteral88B2EBB8B15244DE5EB3E8CCA28A8967EA0B6854; } IL_0564: { return _stringLiteralA49C6C2328B9D2556E2655623DAC4AA452304C19; } IL_056a: { return _stringLiteral83344570C78814D060F98E8A28B9C1804B6D79F6; } IL_0570: { return _stringLiteral79286C46F128302EE9B397D1B2EE804CA3E182BA; } IL_0576: { return _stringLiteral963C37A58017767387FAD1CB7CBC89AB1B6144B7; } IL_057c: { return _stringLiteral25118FE7F36A19FBB74A9C6C22FCB9831E89F823; } IL_0582: { return _stringLiteral57C2411D7466EB3172B6ADBF471154844F8FEA55; } IL_0588: { return _stringLiteral8B3CFB4B560123030AE265CBD62C0BE39E1D8EC6; } IL_058e: { return _stringLiteral89487254CCF55296ACC80B8660A14ADE141E6868; } IL_0594: { return _stringLiteralC55AFFA4599D7E7F1FE45BF21D72FD8E0E12E4B1; } IL_059a: { return _stringLiteralD431DA333CF96CF017F2C2FE0CE09A07D97C41C8; } IL_05a0: { return _stringLiteral26E994D822B48484B04399E5FFCFF2F3C1D25743; } IL_05a6: { return _stringLiteral81EB86A368F960F3D9C1CECA4B8419FF90C9C1EF; } IL_05ac: { return _stringLiteral412993E49B10AEBEAAF97A839FB0FFFFBE635604; } IL_05b2: { return _stringLiteral6F23583CEF03BB7DDB3E4BEFF341EA1FC85AB4D8; } IL_05b8: { return _stringLiteral62C9A18CEF6E803000E9D0C74D3984F48861921F; } IL_05be: { return _stringLiteral83516AD985761BA568B2C46FFF23091999ACF73B; } IL_05c4: { return _stringLiteral5BF96667530EA67F66934684E21D80177D05462F; } IL_05ca: { return _stringLiteralDD93AF8A205AE54D6AE755FEEBC6B6221D3251CA; } IL_05d0: { return _stringLiteralA6A5FD7DF379E08BFFCC99E567489352CB086B03; } IL_05d6: { return _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78; } IL_05dc: { return _stringLiteral9E1FB4D86910BF7A7E7519E39C812966ABC68478; } IL_05e2: { return _stringLiteralCF0CD765ACF4809502136C53ACFA60970F9AF5C0; } IL_05e8: { return _stringLiteral3EABD487498F0EB91EB77895338816266FA44C98; } IL_05ee: { return _stringLiteral5B0AF7CA322B18CA0314E932B2A0B25258ABD0B0; } IL_05f4: { return _stringLiteral93954AC54959BCD46464E8152F221687F3B0E3B7; } IL_05fa: { return _stringLiteralC470D48C046CBFF46DA268680C29701BDFF88855; } IL_0600: { return _stringLiteral9B6EDF60999707E0620839BD57BDCF5CA110596D; } IL_0606: { return _stringLiteralF4765352B67DACFC92B948B6D33BEDE083E987BD; } IL_060c: { return _stringLiteralE53FA8AE3620EED75A6DF3DDD631B0AB54CF04A5; } IL_0612: { return (String_t*)NULL; } } // System.String System.Security.Cryptography.CAPI::CryptFindOIDInfoKeyFromName(System.String,System.Security.Cryptography.OidGroup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_CryptFindOIDInfoKeyFromName_mD4D690CEC8B4CFFDF5F530B1DD6B8F019026362A (String_t* ___name0, int32_t ___oidGroup1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B31027F164515A1950B5D7471AE7856BE543763); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0CBADE8543F92DF670C549BE1A3C836260EAD8FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E0E07FBC53FA8C48B097E23C1F51253713BFE1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14766905080A42A4E1B372AB68C4494ECC1FEE82); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19088A5D4151B71A0151316584575959251E5B35); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1EC47CDC551021DF3F33288308AB1FEBAD868FBF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral244C3A134C2AC035AB58EF188A0D0B4BA1CEFA31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25118FE7F36A19FBB74A9C6C22FCB9831E89F823); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26E994D822B48484B04399E5FFCFF2F3C1D25743); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38A29F0742E6F746BEAE82B7874F2F4A23D91741); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3BB5322B02815376D2BC2E8BD2E9EF61131FBD38); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D33D0610C7091655B30CCDF62ABD943C3D6E36B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EABD487498F0EB91EB77895338816266FA44C98); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral412993E49B10AEBEAAF97A839FB0FFFFBE635604); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral416683232C98B46D3CB67F7E22FF1BE125144CB7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42F629CC32087815BDEE088698E50CE910A82D86); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50ED994EAB5E4B5A327FC8D974EAB06E7CFA83A4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral57C2411D7466EB3172B6ADBF471154844F8FEA55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59035792B7DAA31AEB540EB87E38CA344825D295); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B0AF7CA322B18CA0314E932B2A0B25258ABD0B0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BF96667530EA67F66934684E21D80177D05462F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62C9A18CEF6E803000E9D0C74D3984F48861921F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64260D9444D15A6248926D7B01F965DB0406844C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral683A95818280F9859694F418A2FD0A817678C9DB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B188360294349CD1D94164DB9AE487200C503EE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B4F856E69D6E5B45A94AEE42FC8722881CEB575); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F23583CEF03BB7DDB3E4BEFF341EA1FC85AB4D8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7453478D5DA9E53E5ECCD0865A2CD6927BAD940B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75A224C696F223AD77F7C80741DBF005DA84E826); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79286C46F128302EE9B397D1B2EE804CA3E182BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81EB86A368F960F3D9C1CECA4B8419FF90C9C1EF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83344570C78814D060F98E8A28B9C1804B6D79F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83516AD985761BA568B2C46FFF23091999ACF73B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85ED0BE3A863D3289C6B8C92A26E016A40E584F4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88B2EBB8B15244DE5EB3E8CCA28A8967EA0B6854); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89487254CCF55296ACC80B8660A14ADE141E6868); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B3CFB4B560123030AE265CBD62C0BE39E1D8EC6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E264486DFD68F8D2AC59C629355E7337C6392BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93954AC54959BCD46464E8152F221687F3B0E3B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral963C37A58017767387FAD1CB7CBC89AB1B6144B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B6EDF60999707E0620839BD57BDCF5CA110596D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E1FB4D86910BF7A7E7519E39C812966ABC68478); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA006FCB4201934135FE5378132B66888869CBF16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA25B69026A70D534621843E13AD9FBEBC01B0B2E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA49C6C2328B9D2556E2655623DAC4AA452304C19); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6A5FD7DF379E08BFFCC99E567489352CB086B03); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACA7E3D2770ADAB061CBEB4B68128A012D6BA80C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB16364632FFDA7CF8AB0EF198C603812CB7ECD94); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3B6FD28E314D30A8A29C4DF4D44104A679F811C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC470D48C046CBFF46DA268680C29701BDFF88855); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC55AFFA4599D7E7F1FE45BF21D72FD8E0E12E4B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF0CD765ACF4809502136C53ACFA60970F9AF5C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD252B930E829E7C8274E97CAA92250DE3E9543A8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD431DA333CF96CF017F2C2FE0CE09A07D97C41C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDABBB9C036193D85D6C01708C64DD345BCE1FCC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD93AF8A205AE54D6AE755FEEBC6B6221D3251CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2554AA2E0C9DC24A5C7C498FC582750C82FEF05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE53FA8AE3620EED75A6DF3DDD631B0AB54CF04A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE64E6B72E9C44522A1D99B5C6A7F27EF33B44410); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7F2002E39D5228A8496A82B1F7CAC32E1BD0715); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4765352B67DACFC92B948B6D33BEDE083E987BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA254D4D1C509C2DFAEF4A34A32CEC0963B5152D); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { String_t* L_0 = ___name0; uint32_t L_1; L_1 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_mC1B3C29CD4B3FD3AAE2935CEC2E17B9E7BAF1159(L_0, /*hidden argument*/NULL); V_0 = L_1; uint32_t L_2 = V_0; if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)-1825079426))))) { goto IL_0125; } } { uint32_t L_3 = V_0; if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)1500038902))))) { goto IL_00a1; } } { uint32_t L_4 = V_0; if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)611118286))))) { goto IL_0063; } } { uint32_t L_5 = V_0; if ((!(((uint32_t)L_5) <= ((uint32_t)((int32_t)294650258))))) { goto IL_0048; } } { uint32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)149012944)))) { goto IL_0346; } } { uint32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)294650258)))) { goto IL_046c; } } { goto IL_0595; } IL_0048: { uint32_t L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)561569601)))) { goto IL_0274; } } { uint32_t L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)611118286)))) { goto IL_03af; } } { goto IL_0595; } IL_0063: { uint32_t L_10 = V_0; if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)1066307707))))) { goto IL_0086; } } { uint32_t L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)((int32_t)738683793)))) { goto IL_03d9; } } { uint32_t L_12 = V_0; if ((((int32_t)L_12) == ((int32_t)((int32_t)1066307707)))) { goto IL_0370; } } { goto IL_0595; } IL_0086: { uint32_t L_13 = V_0; if ((((int32_t)L_13) == ((int32_t)((int32_t)1440264225)))) { goto IL_0418; } } { uint32_t L_14 = V_0; if ((((int32_t)L_14) == ((int32_t)((int32_t)1500038902)))) { goto IL_0235; } } { goto IL_0595; } IL_00a1: { uint32_t L_15 = V_0; if ((!(((uint32_t)L_15) <= ((uint32_t)((int32_t)2070555668))))) { goto IL_00e7; } } { uint32_t L_16 = V_0; if ((!(((uint32_t)L_16) <= ((uint32_t)((int32_t)1698200840))))) { goto IL_00cc; } } { uint32_t L_17 = V_0; if ((((int32_t)L_17) == ((int32_t)((int32_t)1597341437)))) { goto IL_0457; } } { uint32_t L_18 = V_0; if ((((int32_t)L_18) == ((int32_t)((int32_t)1698200840)))) { goto IL_025f; } } { goto IL_0595; } IL_00cc: { uint32_t L_19 = V_0; if ((((int32_t)L_19) == ((int32_t)((int32_t)1813874674)))) { goto IL_03c4; } } { uint32_t L_20 = V_0; if ((((int32_t)L_20) == ((int32_t)((int32_t)2070555668)))) { goto IL_02dd; } } { goto IL_0595; } IL_00e7: { uint32_t L_21 = V_0; if ((!(((uint32_t)L_21) <= ((uint32_t)((int32_t)-2068409175))))) { goto IL_010a; } } { uint32_t L_22 = V_0; if ((((int32_t)L_22) == ((int32_t)((int32_t)-2136374743)))) { goto IL_0496; } } { uint32_t L_23 = V_0; if ((((int32_t)L_23) == ((int32_t)((int32_t)-2068409175)))) { goto IL_0403; } } { goto IL_0595; } IL_010a: { uint32_t L_24 = V_0; if ((((int32_t)L_24) == ((int32_t)((int32_t)-1901412621)))) { goto IL_02f2; } } { uint32_t L_25 = V_0; if ((((int32_t)L_25) == ((int32_t)((int32_t)-1825079426)))) { goto IL_02b3; } } { goto IL_0595; } IL_0125: { uint32_t L_26 = V_0; if ((!(((uint32_t)L_26) <= ((uint32_t)((int32_t)-1280346470))))) { goto IL_01b4; } } { uint32_t L_27 = V_0; if ((!(((uint32_t)L_27) <= ((uint32_t)((int32_t)-1663814150))))) { goto IL_0176; } } { uint32_t L_28 = V_0; if ((!(((uint32_t)L_28) <= ((uint32_t)((int32_t)-1791286730))))) { goto IL_015b; } } { uint32_t L_29 = V_0; if ((((int32_t)L_29) == ((int32_t)((int32_t)-1801340232)))) { goto IL_0289; } } { uint32_t L_30 = V_0; if ((((int32_t)L_30) == ((int32_t)((int32_t)-1791286730)))) { goto IL_042d; } } { goto IL_0595; } IL_015b: { uint32_t L_31 = V_0; if ((((int32_t)L_31) == ((int32_t)((int32_t)-1789275109)))) { goto IL_03ee; } } { uint32_t L_32 = V_0; if ((((int32_t)L_32) == ((int32_t)((int32_t)-1663814150)))) { goto IL_0307; } } { goto IL_0595; } IL_0176: { uint32_t L_33 = V_0; if ((!(((uint32_t)L_33) <= ((uint32_t)((int32_t)-1600917909))))) { goto IL_0199; } } { uint32_t L_34 = V_0; if ((((int32_t)L_34) == ((int32_t)((int32_t)-1647370188)))) { goto IL_04c0; } } { uint32_t L_35 = V_0; if ((((int32_t)L_35) == ((int32_t)((int32_t)-1600917909)))) { goto IL_0331; } } { goto IL_0595; } IL_0199: { uint32_t L_36 = V_0; if ((((int32_t)L_36) == ((int32_t)((int32_t)-1594352554)))) { goto IL_031c; } } { uint32_t L_37 = V_0; if ((((int32_t)L_37) == ((int32_t)((int32_t)-1280346470)))) { goto IL_029e; } } { goto IL_0595; } IL_01b4: { uint32_t L_38 = V_0; if ((!(((uint32_t)L_38) <= ((uint32_t)((int32_t)-673001411))))) { goto IL_01fa; } } { uint32_t L_39 = V_0; if ((!(((uint32_t)L_39) <= ((uint32_t)((int32_t)-979851719))))) { goto IL_01df; } } { uint32_t L_40 = V_0; if ((((int32_t)L_40) == ((int32_t)((int32_t)-1271916957)))) { goto IL_0481; } } { uint32_t L_41 = V_0; if ((((int32_t)L_41) == ((int32_t)((int32_t)-979851719)))) { goto IL_02c8; } } { goto IL_0595; } IL_01df: { uint32_t L_42 = V_0; if ((((int32_t)L_42) == ((int32_t)((int32_t)-860668236)))) { goto IL_0442; } } { uint32_t L_43 = V_0; if ((((int32_t)L_43) == ((int32_t)((int32_t)-673001411)))) { goto IL_0385; } } { goto IL_0595; } IL_01fa: { uint32_t L_44 = V_0; if ((!(((uint32_t)L_44) <= ((uint32_t)((int32_t)-534226701))))) { goto IL_021a; } } { uint32_t L_45 = V_0; if ((((int32_t)L_45) == ((int32_t)((int32_t)-663808412)))) { goto IL_035b; } } { uint32_t L_46 = V_0; if ((((int32_t)L_46) == ((int32_t)((int32_t)-534226701)))) { goto IL_024a; } } { goto IL_0595; } IL_021a: { uint32_t L_47 = V_0; if ((((int32_t)L_47) == ((int32_t)((int32_t)-394545035)))) { goto IL_04ab; } } { uint32_t L_48 = V_0; if ((((int32_t)L_48) == ((int32_t)((int32_t)-267759772)))) { goto IL_039a; } } { goto IL_0595; } IL_0235: { String_t* L_49 = ___name0; bool L_50; L_50 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_49, _stringLiteral64260D9444D15A6248926D7B01F965DB0406844C, /*hidden argument*/NULL); if (L_50) { goto IL_04d5; } } { goto IL_0595; } IL_024a: { String_t* L_51 = ___name0; bool L_52; L_52 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_51, _stringLiteral88B2EBB8B15244DE5EB3E8CCA28A8967EA0B6854, /*hidden argument*/NULL); if (L_52) { goto IL_04db; } } { goto IL_0595; } IL_025f: { String_t* L_53 = ___name0; bool L_54; L_54 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_53, _stringLiteralA49C6C2328B9D2556E2655623DAC4AA452304C19, /*hidden argument*/NULL); if (L_54) { goto IL_04e1; } } { goto IL_0595; } IL_0274: { String_t* L_55 = ___name0; bool L_56; L_56 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_55, _stringLiteral85ED0BE3A863D3289C6B8C92A26E016A40E584F4, /*hidden argument*/NULL); if (L_56) { goto IL_04e7; } } { goto IL_0595; } IL_0289: { String_t* L_57 = ___name0; bool L_58; L_58 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_57, _stringLiteral83344570C78814D060F98E8A28B9C1804B6D79F6, /*hidden argument*/NULL); if (L_58) { goto IL_04ed; } } { goto IL_0595; } IL_029e: { String_t* L_59 = ___name0; bool L_60; L_60 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_59, _stringLiteral79286C46F128302EE9B397D1B2EE804CA3E182BA, /*hidden argument*/NULL); if (L_60) { goto IL_04f3; } } { goto IL_0595; } IL_02b3: { String_t* L_61 = ___name0; bool L_62; L_62 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_61, _stringLiteral963C37A58017767387FAD1CB7CBC89AB1B6144B7, /*hidden argument*/NULL); if (L_62) { goto IL_04f9; } } { goto IL_0595; } IL_02c8: { String_t* L_63 = ___name0; bool L_64; L_64 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_63, _stringLiteral25118FE7F36A19FBB74A9C6C22FCB9831E89F823, /*hidden argument*/NULL); if (L_64) { goto IL_04ff; } } { goto IL_0595; } IL_02dd: { String_t* L_65 = ___name0; bool L_66; L_66 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_65, _stringLiteral57C2411D7466EB3172B6ADBF471154844F8FEA55, /*hidden argument*/NULL); if (L_66) { goto IL_0505; } } { goto IL_0595; } IL_02f2: { String_t* L_67 = ___name0; bool L_68; L_68 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_67, _stringLiteral8B3CFB4B560123030AE265CBD62C0BE39E1D8EC6, /*hidden argument*/NULL); if (L_68) { goto IL_050b; } } { goto IL_0595; } IL_0307: { String_t* L_69 = ___name0; bool L_70; L_70 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_69, _stringLiteral89487254CCF55296ACC80B8660A14ADE141E6868, /*hidden argument*/NULL); if (L_70) { goto IL_0511; } } { goto IL_0595; } IL_031c: { String_t* L_71 = ___name0; bool L_72; L_72 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_71, _stringLiteralC55AFFA4599D7E7F1FE45BF21D72FD8E0E12E4B1, /*hidden argument*/NULL); if (L_72) { goto IL_0517; } } { goto IL_0595; } IL_0331: { String_t* L_73 = ___name0; bool L_74; L_74 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_73, _stringLiteralD431DA333CF96CF017F2C2FE0CE09A07D97C41C8, /*hidden argument*/NULL); if (L_74) { goto IL_051d; } } { goto IL_0595; } IL_0346: { String_t* L_75 = ___name0; bool L_76; L_76 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_75, _stringLiteral26E994D822B48484B04399E5FFCFF2F3C1D25743, /*hidden argument*/NULL); if (L_76) { goto IL_0523; } } { goto IL_0595; } IL_035b: { String_t* L_77 = ___name0; bool L_78; L_78 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_77, _stringLiteral81EB86A368F960F3D9C1CECA4B8419FF90C9C1EF, /*hidden argument*/NULL); if (L_78) { goto IL_0529; } } { goto IL_0595; } IL_0370: { String_t* L_79 = ___name0; bool L_80; L_80 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_79, _stringLiteral412993E49B10AEBEAAF97A839FB0FFFFBE635604, /*hidden argument*/NULL); if (L_80) { goto IL_052f; } } { goto IL_0595; } IL_0385: { String_t* L_81 = ___name0; bool L_82; L_82 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_81, _stringLiteral6F23583CEF03BB7DDB3E4BEFF341EA1FC85AB4D8, /*hidden argument*/NULL); if (L_82) { goto IL_0535; } } { goto IL_0595; } IL_039a: { String_t* L_83 = ___name0; bool L_84; L_84 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_83, _stringLiteral62C9A18CEF6E803000E9D0C74D3984F48861921F, /*hidden argument*/NULL); if (L_84) { goto IL_053b; } } { goto IL_0595; } IL_03af: { String_t* L_85 = ___name0; bool L_86; L_86 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_85, _stringLiteral83516AD985761BA568B2C46FFF23091999ACF73B, /*hidden argument*/NULL); if (L_86) { goto IL_0541; } } { goto IL_0595; } IL_03c4: { String_t* L_87 = ___name0; bool L_88; L_88 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_87, _stringLiteral5BF96667530EA67F66934684E21D80177D05462F, /*hidden argument*/NULL); if (L_88) { goto IL_0547; } } { goto IL_0595; } IL_03d9: { String_t* L_89 = ___name0; bool L_90; L_90 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_89, _stringLiteralDD93AF8A205AE54D6AE755FEEBC6B6221D3251CA, /*hidden argument*/NULL); if (L_90) { goto IL_054d; } } { goto IL_0595; } IL_03ee: { String_t* L_91 = ___name0; bool L_92; L_92 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_91, _stringLiteralA6A5FD7DF379E08BFFCC99E567489352CB086B03, /*hidden argument*/NULL); if (L_92) { goto IL_0553; } } { goto IL_0595; } IL_0403: { String_t* L_93 = ___name0; bool L_94; L_94 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_93, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); if (L_94) { goto IL_0559; } } { goto IL_0595; } IL_0418: { String_t* L_95 = ___name0; bool L_96; L_96 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_95, _stringLiteral9E1FB4D86910BF7A7E7519E39C812966ABC68478, /*hidden argument*/NULL); if (L_96) { goto IL_055f; } } { goto IL_0595; } IL_042d: { String_t* L_97 = ___name0; bool L_98; L_98 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_97, _stringLiteralCF0CD765ACF4809502136C53ACFA60970F9AF5C0, /*hidden argument*/NULL); if (L_98) { goto IL_0565; } } { goto IL_0595; } IL_0442: { String_t* L_99 = ___name0; bool L_100; L_100 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_99, _stringLiteral3EABD487498F0EB91EB77895338816266FA44C98, /*hidden argument*/NULL); if (L_100) { goto IL_056b; } } { goto IL_0595; } IL_0457: { String_t* L_101 = ___name0; bool L_102; L_102 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_101, _stringLiteral5B0AF7CA322B18CA0314E932B2A0B25258ABD0B0, /*hidden argument*/NULL); if (L_102) { goto IL_0571; } } { goto IL_0595; } IL_046c: { String_t* L_103 = ___name0; bool L_104; L_104 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_103, _stringLiteral93954AC54959BCD46464E8152F221687F3B0E3B7, /*hidden argument*/NULL); if (L_104) { goto IL_0577; } } { goto IL_0595; } IL_0481: { String_t* L_105 = ___name0; bool L_106; L_106 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_105, _stringLiteralC470D48C046CBFF46DA268680C29701BDFF88855, /*hidden argument*/NULL); if (L_106) { goto IL_057d; } } { goto IL_0595; } IL_0496: { String_t* L_107 = ___name0; bool L_108; L_108 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_107, _stringLiteral9B6EDF60999707E0620839BD57BDCF5CA110596D, /*hidden argument*/NULL); if (L_108) { goto IL_0583; } } { goto IL_0595; } IL_04ab: { String_t* L_109 = ___name0; bool L_110; L_110 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_109, _stringLiteralF4765352B67DACFC92B948B6D33BEDE083E987BD, /*hidden argument*/NULL); if (L_110) { goto IL_0589; } } { goto IL_0595; } IL_04c0: { String_t* L_111 = ___name0; bool L_112; L_112 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_111, _stringLiteralE53FA8AE3620EED75A6DF3DDD631B0AB54CF04A5, /*hidden argument*/NULL); if (L_112) { goto IL_058f; } } { goto IL_0595; } IL_04d5: { return _stringLiteral14766905080A42A4E1B372AB68C4494ECC1FEE82; } IL_04db: { return _stringLiteralD252B930E829E7C8274E97CAA92250DE3E9543A8; } IL_04e1: { return _stringLiteralA006FCB4201934135FE5378132B66888869CBF16; } IL_04e7: { return _stringLiteralE7F2002E39D5228A8496A82B1F7CAC32E1BD0715; } IL_04ed: { return _stringLiteralA25B69026A70D534621843E13AD9FBEBC01B0B2E; } IL_04f3: { return _stringLiteralE2554AA2E0C9DC24A5C7C498FC582750C82FEF05; } IL_04f9: { return _stringLiteral0CBADE8543F92DF670C549BE1A3C836260EAD8FD; } IL_04ff: { return _stringLiteral75A224C696F223AD77F7C80741DBF005DA84E826; } IL_0505: { return _stringLiteralB16364632FFDA7CF8AB0EF198C603812CB7ECD94; } IL_050b: { return _stringLiteral42F629CC32087815BDEE088698E50CE910A82D86; } IL_0511: { return _stringLiteral0B31027F164515A1950B5D7471AE7856BE543763; } IL_0517: { return _stringLiteralDABBB9C036193D85D6C01708C64DD345BCE1FCC4; } IL_051d: { return _stringLiteral683A95818280F9859694F418A2FD0A817678C9DB; } IL_0523: { return _stringLiteral6B188360294349CD1D94164DB9AE487200C503EE; } IL_0529: { return _stringLiteral8E264486DFD68F8D2AC59C629355E7337C6392BF; } IL_052f: { return _stringLiteralACA7E3D2770ADAB061CBEB4B68128A012D6BA80C; } IL_0535: { return _stringLiteralFA254D4D1C509C2DFAEF4A34A32CEC0963B5152D; } IL_053b: { return _stringLiteral1EC47CDC551021DF3F33288308AB1FEBAD868FBF; } IL_0541: { return _stringLiteral59035792B7DAA31AEB540EB87E38CA344825D295; } IL_0547: { return _stringLiteral3D33D0610C7091655B30CCDF62ABD943C3D6E36B; } IL_054d: { return _stringLiteral7453478D5DA9E53E5ECCD0865A2CD6927BAD940B; } IL_0553: { return _stringLiteralB3B6FD28E314D30A8A29C4DF4D44104A679F811C; } IL_0559: { return _stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8; } IL_055f: { return _stringLiteralE64E6B72E9C44522A1D99B5C6A7F27EF33B44410; } IL_0565: { return _stringLiteral416683232C98B46D3CB67F7E22FF1BE125144CB7; } IL_056b: { return _stringLiteral244C3A134C2AC035AB58EF188A0D0B4BA1CEFA31; } IL_0571: { return _stringLiteral38A29F0742E6F746BEAE82B7874F2F4A23D91741; } IL_0577: { return _stringLiteral19088A5D4151B71A0151316584575959251E5B35; } IL_057d: { return _stringLiteral0E0E07FBC53FA8C48B097E23C1F51253713BFE1D; } IL_0583: { return _stringLiteral3BB5322B02815376D2BC2E8BD2E9EF61131FBD38; } IL_0589: { return _stringLiteral6B4F856E69D6E5B45A94AEE42FC8722881CEB575; } IL_058f: { return _stringLiteral50ED994EAB5E4B5A327FC8D974EAB06E7CFA83A4; } IL_0595: { return (String_t*)NULL; } } #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 Mono.Net.CFArray::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFArray__ctor_mC4C9002848DD6098638622BFDA52BB77E8A021FB (CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * __this, intptr_t ___handle0, bool ___own1, const RuntimeMethod* method) { { intptr_t L_0 = ___handle0; bool L_1 = ___own1; CFObject__ctor_m07A15746456C8DD8E6E52905DFE5289178F079FD(__this, (intptr_t)L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void Mono.Net.CFArray::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFArray__cctor_m0A7B955A75416455CFB9450481E01BC06584889A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B3475F606CB107F33CBA1170D1704C3465E95FB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1D4D5F6BD432588D11051164BC8602DF21B8DA7); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { intptr_t L_0; L_0 = CFObject_dlopen_m162A23B60207B39CC4012362A225FD24B659B5B2(_stringLiteralF1D4D5F6BD432588D11051164BC8602DF21B8DA7, 0, /*hidden argument*/NULL); V_0 = (intptr_t)L_0; intptr_t L_1 = V_0; bool L_2; L_2 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_1, (intptr_t)(0), /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { return; } IL_001a: { } IL_001b: try { // begin try (depth: 1) intptr_t L_3 = V_0; intptr_t L_4; L_4 = CFObject_GetIndirect_mE2F05D123E2541A835A2AB7E959909270D48334A((intptr_t)L_3, _stringLiteral9B3475F606CB107F33CBA1170D1704C3465E95FB, /*hidden argument*/NULL); ((CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_StaticFields*)il2cpp_codegen_static_fields_for(CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_il2cpp_TypeInfo_var))->set_kCFTypeArrayCallbacks_1((intptr_t)L_4); IL2CPP_LEAVE(0x34, FINALLY_002d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002d; } FINALLY_002d: { // begin finally (depth: 1) intptr_t L_5 = V_0; CFObject_dlclose_m1209433F4B63168DBD89A88557DFBBB05C054412((intptr_t)L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(45) } // end finally (depth: 1) IL2CPP_CLEANUP(45) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x34, IL_0034) } IL_0034: { return; } } // System.IntPtr Mono.Net.CFArray::CFArrayGetCount(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFArray_CFArrayGetCount_m320B0851C60D940FCD90E29D431D509F46BBE3AC (intptr_t ___handle0, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFArrayGetCount", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL intptr_t returnValue = reinterpret_cast(CFArrayGetCount)(___handle0); #else intptr_t returnValue = il2cppPInvokeFunc(___handle0); #endif return returnValue; } // System.Int32 Mono.Net.CFArray::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFArray_get_Count_m200F3F3339CF874AE95DE987CB2AC3CFF6D40DE5 (CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0; L_0 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CFArray_CFArrayGetCount_m320B0851C60D940FCD90E29D431D509F46BBE3AC((intptr_t)L_0, /*hidden argument*/NULL); int32_t L_2; L_2 = IntPtr_op_Explicit_m955DDFE2288BA8A4EE7ABBC7D2BDBD0E9004A88E((intptr_t)L_1, /*hidden argument*/NULL); return L_2; } } // System.IntPtr Mono.Net.CFArray::CFArrayGetValueAtIndex(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFArray_CFArrayGetValueAtIndex_m4093C9E5B7267FBE80B4AB732A2B31E3C3A99E47 (intptr_t ___handle0, intptr_t ___index1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFArrayGetValueAtIndex", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL intptr_t returnValue = reinterpret_cast(CFArrayGetValueAtIndex)(___handle0, ___index1); #else intptr_t returnValue = il2cppPInvokeFunc(___handle0, ___index1); #endif return returnValue; } // System.IntPtr Mono.Net.CFArray::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFArray_get_Item_m18A8672B778744594ADDB29DFFB96224A686FE7C (CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0; L_0 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(__this, /*hidden argument*/NULL); int32_t L_1 = ___index0; intptr_t L_2; L_2 = IntPtr_op_Explicit_m6AD40381FA1C56356C0CD443EBC0CE300718420B(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = CFArray_CFArrayGetValueAtIndex_m4093C9E5B7267FBE80B4AB732A2B31E3C3A99E47((intptr_t)L_0, (intptr_t)L_2, /*hidden argument*/NULL); return (intptr_t)L_3; } } #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 Mono.Net.CFDictionary::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFDictionary__cctor_m7CDC709B4E40827C320C689A27070CC57713F5A8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE45673D09966C2FFF170C231DEE0C171C1B3282); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE80573AC4DA94767D02B7DC6B37BCEF57872131); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1D4D5F6BD432588D11051164BC8602DF21B8DA7); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { intptr_t L_0; L_0 = CFObject_dlopen_m162A23B60207B39CC4012362A225FD24B659B5B2(_stringLiteralF1D4D5F6BD432588D11051164BC8602DF21B8DA7, 0, /*hidden argument*/NULL); V_0 = (intptr_t)L_0; intptr_t L_1 = V_0; bool L_2; L_2 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_1, (intptr_t)(0), /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { return; } IL_001a: { } IL_001b: try { // begin try (depth: 1) intptr_t L_3 = V_0; intptr_t L_4; L_4 = CFObject_GetIndirect_mE2F05D123E2541A835A2AB7E959909270D48334A((intptr_t)L_3, _stringLiteralCE45673D09966C2FFF170C231DEE0C171C1B3282, /*hidden argument*/NULL); ((CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_StaticFields*)il2cpp_codegen_static_fields_for(CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var))->set_KeyCallbacks_1((intptr_t)L_4); intptr_t L_5 = V_0; intptr_t L_6; L_6 = CFObject_GetIndirect_mE2F05D123E2541A835A2AB7E959909270D48334A((intptr_t)L_5, _stringLiteralCE80573AC4DA94767D02B7DC6B37BCEF57872131, /*hidden argument*/NULL); ((CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_StaticFields*)il2cpp_codegen_static_fields_for(CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var))->set_ValueCallbacks_2((intptr_t)L_6); IL2CPP_LEAVE(0x44, FINALLY_003d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003d; } FINALLY_003d: { // begin finally (depth: 1) intptr_t L_7 = V_0; CFObject_dlclose_m1209433F4B63168DBD89A88557DFBBB05C054412((intptr_t)L_7, /*hidden argument*/NULL); IL2CPP_END_FINALLY(61) } // end finally (depth: 1) IL2CPP_CLEANUP(61) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x44, IL_0044) } IL_0044: { return; } } // System.Void Mono.Net.CFDictionary::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFDictionary__ctor_mE147DDB550455913714118F199EA136AB5FE2F92 (CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * __this, intptr_t ___handle0, bool ___own1, const RuntimeMethod* method) { { intptr_t L_0 = ___handle0; bool L_1 = ___own1; CFObject__ctor_m07A15746456C8DD8E6E52905DFE5289178F079FD(__this, (intptr_t)L_0, L_1, /*hidden argument*/NULL); return; } } // System.IntPtr Mono.Net.CFDictionary::CFDictionaryGetValue(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFDictionary_CFDictionaryGetValue_m4067D619C714E4322FE968062D943A573BA2B622 (intptr_t ___handle0, intptr_t ___key1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFDictionaryGetValue", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL intptr_t returnValue = reinterpret_cast(CFDictionaryGetValue)(___handle0, ___key1); #else intptr_t returnValue = il2cppPInvokeFunc(___handle0, ___key1); #endif return returnValue; } // System.IntPtr Mono.Net.CFDictionary::GetValue(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFDictionary_GetValue_m947C063E75C13525FD1214A89F23C5B05469891B (CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * __this, intptr_t ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0; L_0 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(__this, /*hidden argument*/NULL); intptr_t L_1 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = CFDictionary_CFDictionaryGetValue_m4067D619C714E4322FE968062D943A573BA2B622((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL); return (intptr_t)L_2; } } // System.IntPtr Mono.Net.CFDictionary::get_Item(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFDictionary_get_Item_m53003799E29C3F41B9C51927762F1D5921A5517F (CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * __this, intptr_t ___key0, const RuntimeMethod* method) { { intptr_t L_0 = ___key0; intptr_t L_1; L_1 = CFDictionary_GetValue_m947C063E75C13525FD1214A89F23C5B05469891B(__this, (intptr_t)L_0, /*hidden argument*/NULL); return (intptr_t)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.IntPtr Mono.Net.CFNetwork::CFNetworkCopyProxiesForAutoConfigurationScriptSequential(System.IntPtr,System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScriptSequential_mCCE61204DA25F2EB12E9D2DB81C4FB9F0E4EB66C (intptr_t ___proxyAutoConfigurationScript0, intptr_t ___targetURL1, intptr_t* ___error2, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CFNetwork_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/CFNetwork"), "CFNetworkCopyProxiesForAutoConfigurationScript", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CFNetwork_INTERNAL intptr_t returnValue = reinterpret_cast(CFNetworkCopyProxiesForAutoConfigurationScript)(___proxyAutoConfigurationScript0, ___targetURL1, ___error2); #else intptr_t returnValue = il2cppPInvokeFunc(___proxyAutoConfigurationScript0, ___targetURL1, ___error2); #endif return returnValue; } // System.IntPtr Mono.Net.CFNetwork::CFNetworkExecuteProxyAutoConfigurationURL(System.IntPtr,System.IntPtr,Mono.Net.CFNetwork/CFProxyAutoConfigurationResultCallback,Mono.Net.CFStreamClientContext&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFNetwork_CFNetworkExecuteProxyAutoConfigurationURL_m2C19627008A840624F169300B8A8B15E8308531A (intptr_t ___proxyAutoConfigURL0, intptr_t ___targetURL1, CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3 * ___cb2, CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF * ___clientContext3, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, Il2CppMethodPointer, CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CFNetwork_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(void*) + sizeof(CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/CFNetwork"), "CFNetworkExecuteProxyAutoConfigurationURL", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___cb2' to native representation Il2CppMethodPointer ____cb2_marshaled = NULL; ____cb2_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___cb2)); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CFNetwork_INTERNAL intptr_t returnValue = reinterpret_cast(CFNetworkExecuteProxyAutoConfigurationURL)(___proxyAutoConfigURL0, ___targetURL1, ____cb2_marshaled, ___clientContext3); #else intptr_t returnValue = il2cppPInvokeFunc(___proxyAutoConfigURL0, ___targetURL1, ____cb2_marshaled, ___clientContext3); #endif return returnValue; } // System.Void Mono.Net.CFNetwork::CFNetworkCopyProxiesForAutoConfigurationScriptThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScriptThread_m0FA50C4A883C268F5271D35B19A155185E4CB0F9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Dequeue_m483D04EEF420A99C2A50AE8DAC23AF2D9FD8C51C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_get_Count_mEA54A0FB2D708557BA0743ED774B5C572CDD05DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * V_0 = NULL; bool V_1 = false; RuntimeObject * V_2 = NULL; bool V_3 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_1 = (bool)1; } IL_0002: { IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_0 = ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->get_proxy_event_2(); NullCheck(L_0); bool L_1; L_1 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_0); } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); RuntimeObject * L_2 = ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->get_lock_obj_0(); V_2 = L_2; V_3 = (bool)0; } IL_0015: try { // begin try (depth: 1) { RuntimeObject * L_3 = V_2; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_3, (bool*)(&V_3), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * L_4 = ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->get_get_proxy_queue_1(); NullCheck(L_4); int32_t L_5; L_5 = Queue_1_get_Count_mEA54A0FB2D708557BA0743ED774B5C572CDD05DA_inline(L_4, /*hidden argument*/Queue_1_get_Count_mEA54A0FB2D708557BA0743ED774B5C572CDD05DA_RuntimeMethod_var); if (L_5) { goto IL_002b; } } IL_0029: { IL2CPP_LEAVE(0x2, FINALLY_0046); } IL_002b: { IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * L_6 = ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->get_get_proxy_queue_1(); NullCheck(L_6); GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_7; L_7 = Queue_1_Dequeue_m483D04EEF420A99C2A50AE8DAC23AF2D9FD8C51C(L_6, /*hidden argument*/Queue_1_Dequeue_m483D04EEF420A99C2A50AE8DAC23AF2D9FD8C51C_RuntimeMethod_var); V_0 = L_7; Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * L_8 = ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->get_get_proxy_queue_1(); NullCheck(L_8); int32_t L_9; L_9 = Queue_1_get_Count_mEA54A0FB2D708557BA0743ED774B5C572CDD05DA_inline(L_8, /*hidden argument*/Queue_1_get_Count_mEA54A0FB2D708557BA0743ED774B5C572CDD05DA_RuntimeMethod_var); V_1 = (bool)((((int32_t)L_9) > ((int32_t)0))? 1 : 0); IL2CPP_LEAVE(0x50, FINALLY_0046); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0046; } FINALLY_0046: { // begin finally (depth: 1) { bool L_10 = V_3; if (!L_10) { goto IL_004f; } } IL_0049: { RuntimeObject * L_11 = V_2; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_11, /*hidden argument*/NULL); } IL_004f: { IL2CPP_END_FINALLY(70) } } // end finally (depth: 1) IL2CPP_CLEANUP(70) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2, IL_0002) IL2CPP_JUMP_TBL(0x50, IL_0050) } IL_0050: { GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_12 = V_0; GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_13 = V_0; NullCheck(L_13); intptr_t L_14 = L_13->get_script_0(); GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_15 = V_0; NullCheck(L_15); intptr_t L_16 = L_15->get_targetUri_1(); GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_17 = V_0; NullCheck(L_17); intptr_t* L_18 = L_17->get_address_of_error_2(); IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); intptr_t L_19; L_19 = CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScriptSequential_mCCE61204DA25F2EB12E9D2DB81C4FB9F0E4EB66C((intptr_t)L_14, (intptr_t)L_16, (intptr_t*)L_18, /*hidden argument*/NULL); NullCheck(L_12); L_12->set_result_3((intptr_t)L_19); GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_20 = V_0; NullCheck(L_20); ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_21 = L_20->get_evt_4(); NullCheck(L_21); bool L_22; L_22 = EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38(L_21, /*hidden argument*/NULL); bool L_23 = V_1; if (L_23) { goto IL_000d; } } { goto IL_0002; } } // System.IntPtr Mono.Net.CFNetwork::CFNetworkCopyProxiesForAutoConfigurationScript(System.IntPtr,System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScript_m4A8476E607D73F7A39EF896805579DF7DA6C215B (intptr_t ___proxyAutoConfigurationScript0, intptr_t ___targetURL1, intptr_t* ___error2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScriptThread_m0FA50C4A883C268F5271D35B19A155185E4CB0F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Enqueue_mC1C5819B954FB9BD05D9007CC586ED6487CDFB7E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1__ctor_m3F92F39284A76AF95F4839FC16C299CC34C97549_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; intptr_t V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_0 = (GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 *)il2cpp_codegen_object_new(GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16_il2cpp_TypeInfo_var); GetProxyData__ctor_m4EF170D9F1F5318953CE2A71DC027ECE787F8DB5(L_0, /*hidden argument*/NULL); V_0 = L_0; } IL_0006: try { // begin try (depth: 1) { GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_1 = V_0; intptr_t L_2 = ___proxyAutoConfigurationScript0; NullCheck(L_1); L_1->set_script_0((intptr_t)L_2); GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_3 = V_0; intptr_t L_4 = ___targetURL1; NullCheck(L_3); L_3->set_targetUri_1((intptr_t)L_4); IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); RuntimeObject * L_5 = ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->get_lock_obj_0(); V_1 = L_5; V_2 = (bool)0; } IL_001c: try { // begin try (depth: 2) { RuntimeObject * L_6 = V_1; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_6, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * L_7 = ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->get_get_proxy_queue_1(); if (L_7) { goto IL_005d; } } IL_002b: { Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * L_8 = (Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 *)il2cpp_codegen_object_new(Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8_il2cpp_TypeInfo_var); Queue_1__ctor_m3F92F39284A76AF95F4839FC16C299CC34C97549(L_8, /*hidden argument*/Queue_1__ctor_m3F92F39284A76AF95F4839FC16C299CC34C97549_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->set_get_proxy_queue_1(L_8); AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_9 = (AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D *)il2cpp_codegen_object_new(AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D_il2cpp_TypeInfo_var); AutoResetEvent__ctor_m72D2A390415B58E10CA21E260881C88E50D9F35C(L_9, (bool)0, /*hidden argument*/NULL); ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->set_proxy_event_2(L_9); ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * L_10 = (ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 *)il2cpp_codegen_object_new(ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var); ThreadStart__ctor_m360F4EED0AD96A27D6A9612BF79671F26B30411F(L_10, NULL, (intptr_t)((intptr_t)CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScriptThread_m0FA50C4A883C268F5271D35B19A155185E4CB0F9_RuntimeMethod_var), /*hidden argument*/NULL); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_11 = (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 *)il2cpp_codegen_object_new(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var); Thread__ctor_mF22465F0D0E47C11EF25DB552D1047402750BE90(L_11, L_10, /*hidden argument*/NULL); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_12 = L_11; NullCheck(L_12); Thread_set_IsBackground_m8CAEC157A236A574FE83FDB22D693AB1681B01B0(L_12, (bool)1, /*hidden argument*/NULL); NullCheck(L_12); Thread_Start_m490124B23F5EFD0BB2BED8CA12C77195B9CD9E1B(L_12, /*hidden argument*/NULL); } IL_005d: { IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * L_13 = ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->get_get_proxy_queue_1(); GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_14 = V_0; NullCheck(L_13); Queue_1_Enqueue_mC1C5819B954FB9BD05D9007CC586ED6487CDFB7E(L_13, L_14, /*hidden argument*/Queue_1_Enqueue_mC1C5819B954FB9BD05D9007CC586ED6487CDFB7E_RuntimeMethod_var); AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_15 = ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->get_proxy_event_2(); NullCheck(L_15); bool L_16; L_16 = EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38(L_15, /*hidden argument*/NULL); IL2CPP_LEAVE(0x7F, FINALLY_0075); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0075; } FINALLY_0075: { // begin finally (depth: 2) { bool L_17 = V_2; if (!L_17) { goto IL_007e; } } IL_0078: { RuntimeObject * L_18 = V_1; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_18, /*hidden argument*/NULL); } IL_007e: { IL2CPP_END_FINALLY(117) } } // end finally (depth: 2) IL2CPP_CLEANUP(117) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7F, IL_007f) } IL_007f: { GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_19 = V_0; NullCheck(L_19); ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_20 = L_19->get_evt_4(); NullCheck(L_20); bool L_21; L_21 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_20); intptr_t* L_22 = ___error2; GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_23 = V_0; NullCheck(L_23); intptr_t L_24 = L_23->get_error_2(); *((intptr_t*)L_22) = (intptr_t)L_24; GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_25 = V_0; NullCheck(L_25); intptr_t L_26 = L_25->get_result_3(); V_3 = (intptr_t)L_26; IL2CPP_LEAVE(0xA6, FINALLY_009c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009c; } FINALLY_009c: { // begin finally (depth: 1) { GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_27 = V_0; if (!L_27) { goto IL_00a5; } } IL_009f: { GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_28 = V_0; NullCheck(L_28); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_28); } IL_00a5: { IL2CPP_END_FINALLY(156) } } // end finally (depth: 1) IL2CPP_CLEANUP(156) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xA6, IL_00a6) } IL_00a6: { intptr_t L_29 = V_3; return (intptr_t)L_29; } } // Mono.Net.CFArray Mono.Net.CFNetwork::CopyProxiesForAutoConfigurationScript(System.IntPtr,Mono.Net.CFUrl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * CFNetwork_CopyProxiesForAutoConfigurationScript_mEFCA55DFB2092787EFC3953F2902F1177CB01C8A (intptr_t ___proxyAutoConfigurationScript0, CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * ___targetURL1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); { V_0 = (intptr_t)(0); intptr_t L_0 = ___proxyAutoConfigurationScript0; CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_1 = ___targetURL1; NullCheck(L_1); intptr_t L_2; L_2 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScript_m4A8476E607D73F7A39EF896805579DF7DA6C215B((intptr_t)L_0, (intptr_t)L_2, (intptr_t*)(&V_0), /*hidden argument*/NULL); V_1 = (intptr_t)L_3; intptr_t L_4 = V_1; bool L_5; L_5 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_4, (intptr_t)(0), /*hidden argument*/NULL); if (!L_5) { goto IL_0024; } } { return (CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C *)NULL; } IL_0024: { intptr_t L_6 = V_1; CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_7 = (CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C *)il2cpp_codegen_object_new(CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_il2cpp_TypeInfo_var); CFArray__ctor_mC4C9002848DD6098638622BFDA52BB77E8A021FB(L_7, (intptr_t)L_6, (bool)1, /*hidden argument*/NULL); return L_7; } } // Mono.Net.CFProxy[] Mono.Net.CFNetwork::GetProxiesForAutoConfigurationScript(System.IntPtr,Mono.Net.CFUrl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* CFNetwork_GetProxiesForAutoConfigurationScript_mAFB0CAFB5430D43D579338BDB23ED1D1579B8529 (intptr_t ___proxyAutoConfigurationScript0, CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * ___targetURL1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * V_0 = NULL; CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* V_1 = NULL; int32_t V_2 = 0; CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * V_3 = NULL; { intptr_t L_0 = ___proxyAutoConfigurationScript0; bool L_1; L_1 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0246E74AA05549B9148D32B5DCE40C7071F4F190)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CFNetwork_GetProxiesForAutoConfigurationScript_mAFB0CAFB5430D43D579338BDB23ED1D1579B8529_RuntimeMethod_var))); } IL_0018: { CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_3 = ___targetURL1; if (L_3) { goto IL_0026; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA35F26C374625DBD9273208668D8592F3196E763)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CFNetwork_GetProxiesForAutoConfigurationScript_mAFB0CAFB5430D43D579338BDB23ED1D1579B8529_RuntimeMethod_var))); } IL_0026: { intptr_t L_5 = ___proxyAutoConfigurationScript0; CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_6 = ___targetURL1; IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_7; L_7 = CFNetwork_CopyProxiesForAutoConfigurationScript_mEFCA55DFB2092787EFC3953F2902F1177CB01C8A((intptr_t)L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_8 = V_0; if (L_8) { goto IL_0033; } } { return (CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26*)NULL; } IL_0033: { CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_9 = V_0; NullCheck(L_9); int32_t L_10; L_10 = CFArray_get_Count_m200F3F3339CF874AE95DE987CB2AC3CFF6D40DE5(L_9, /*hidden argument*/NULL); CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_11 = (CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26*)(CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26*)SZArrayNew(CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26_il2cpp_TypeInfo_var, (uint32_t)L_10); V_1 = L_11; V_2 = 0; goto IL_005e; } IL_0043: { CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_12 = V_0; int32_t L_13 = V_2; NullCheck(L_12); intptr_t L_14; L_14 = CFArray_get_Item_m18A8672B778744594ADDB29DFFB96224A686FE7C(L_12, L_13, /*hidden argument*/NULL); CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_15 = (CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D *)il2cpp_codegen_object_new(CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var); CFDictionary__ctor_mE147DDB550455913714118F199EA136AB5FE2F92(L_15, (intptr_t)L_14, (bool)0, /*hidden argument*/NULL); V_3 = L_15; CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_16 = V_1; int32_t L_17 = V_2; CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_18 = V_3; CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * L_19 = (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D *)il2cpp_codegen_object_new(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); CFProxy__ctor_m72AC01D0D722DB785752D822053E30566CC7F9F5(L_19, L_18, /*hidden argument*/NULL); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(L_17), (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D *)L_19); int32_t L_20 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_005e: { int32_t L_21 = V_2; CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_22 = V_1; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))) { goto IL_0043; } } { CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_23 = V_0; NullCheck(L_23); CFObject_Dispose_m87063A0C278026A8E9B40F0FFE8E453A270CF73A(L_23, /*hidden argument*/NULL); CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_24 = V_1; return L_24; } } // Mono.Net.CFProxy[] Mono.Net.CFNetwork::GetProxiesForAutoConfigurationScript(System.IntPtr,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* CFNetwork_GetProxiesForAutoConfigurationScript_mEF4B6C1622107767DDAD67BBD011D336402BBECB (intptr_t ___proxyAutoConfigurationScript0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___targetUri1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * V_0 = NULL; { intptr_t L_0 = ___proxyAutoConfigurationScript0; bool L_1; L_1 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0246E74AA05549B9148D32B5DCE40C7071F4F190)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CFNetwork_GetProxiesForAutoConfigurationScript_mEF4B6C1622107767DDAD67BBD011D336402BBECB_RuntimeMethod_var))); } IL_0018: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = ___targetUri1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_4; L_4 = Uri_op_Equality_m4C2BAA8B8318A6C124AE18734B2872A983D5CC91(L_3, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_002c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3D2737372EFFA3B130DEF547A47746A1D1930E9F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CFNetwork_GetProxiesForAutoConfigurationScript_mEF4B6C1622107767DDAD67BBD011D336402BBECB_RuntimeMethod_var))); } IL_002c: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_6 = ___targetUri1; NullCheck(L_6); String_t* L_7; L_7 = Uri_get_AbsoluteUri_mC494374C2A3B1DFC9C3DC6CCB8A8A758580C11DA(L_6, /*hidden argument*/NULL); CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_8; L_8 = CFUrl_Create_m043A878A97AE4F64C07A530B0217A3B5F2AE0D25(L_7, /*hidden argument*/NULL); V_0 = L_8; intptr_t L_9 = ___proxyAutoConfigurationScript0; CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_11; L_11 = CFNetwork_GetProxiesForAutoConfigurationScript_mAFB0CAFB5430D43D579338BDB23ED1D1579B8529((intptr_t)L_9, L_10, /*hidden argument*/NULL); CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_12 = V_0; NullCheck(L_12); CFObject_Dispose_m87063A0C278026A8E9B40F0FFE8E453A270CF73A(L_12, /*hidden argument*/NULL); return L_11; } } // Mono.Net.CFProxy[] Mono.Net.CFNetwork::ExecuteProxyAutoConfigurationURL(System.IntPtr,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* CFNetwork_ExecuteProxyAutoConfigurationURL_m7F793CBFD3E989694815086423730623B48249DE (intptr_t ___proxyAutoConfigURL0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___targetURL1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass13_0_U3CExecuteProxyAutoConfigurationURLU3Eb__0_m760B8D058BD2000E464142609711A90FAA7D71F7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC44D888DF1DDE5EE5ECAE96833551C7FA2470A1); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 * V_0 = NULL; CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * V_1 = NULL; CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3 * V_2 = NULL; CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF V_3; memset((&V_3), 0, sizeof(V_3)); intptr_t V_4; memset((&V_4), 0, sizeof(V_4)); CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * V_5 = NULL; { U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 * L_0 = (U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass13_0__ctor_m0CC4FFF2BBFF2126104AAFAC94D0F6266AA40867(L_0, /*hidden argument*/NULL); V_0 = L_0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_1 = ___targetURL1; NullCheck(L_1); String_t* L_2; L_2 = Uri_get_AbsoluteUri_mC494374C2A3B1DFC9C3DC6CCB8A8A758580C11DA(L_1, /*hidden argument*/NULL); CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_3; L_3 = CFUrl_Create_m043A878A97AE4F64C07A530B0217A3B5F2AE0D25(L_2, /*hidden argument*/NULL); V_1 = L_3; CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_4 = V_1; if (L_4) { goto IL_0017; } } { return (CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26*)NULL; } IL_0017: { U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 * L_5 = V_0; NullCheck(L_5); L_5->set_proxies_0((CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26*)NULL); U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 * L_6 = V_0; CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * L_7; L_7 = CFRunLoop_get_CurrentRunLoop_mB8EAD6DAF214EF1424C249D1A597270698ADED07(/*hidden argument*/NULL); NullCheck(L_6); L_6->set_runLoop_1(L_7); U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 * L_8 = V_0; CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3 * L_9 = (CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3 *)il2cpp_codegen_object_new(CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3_il2cpp_TypeInfo_var); CFProxyAutoConfigurationResultCallback__ctor_mDFCC8D01E93178E2BA5E5CF392FBC96E4DD6CDC7(L_9, L_8, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass13_0_U3CExecuteProxyAutoConfigurationURLU3Eb__0_m760B8D058BD2000E464142609711A90FAA7D71F7_RuntimeMethod_var), /*hidden argument*/NULL); V_2 = L_9; il2cpp_codegen_initobj((&V_3), sizeof(CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF )); intptr_t L_10 = ___proxyAutoConfigURL0; CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_11 = V_1; NullCheck(L_11); intptr_t L_12; L_12 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(L_11, /*hidden argument*/NULL); CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3 * L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); intptr_t L_14; L_14 = CFNetwork_CFNetworkExecuteProxyAutoConfigurationURL_m2C19627008A840624F169300B8A8B15E8308531A((intptr_t)L_10, (intptr_t)L_12, L_13, (CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF *)(&V_3), /*hidden argument*/NULL); V_4 = (intptr_t)L_14; CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * L_15; L_15 = CFString_Create_m83EFBE783BF1D445A58E2A0EEBE5EB87A3AC2A6B(_stringLiteralFC44D888DF1DDE5EE5ECAE96833551C7FA2470A1, /*hidden argument*/NULL); V_5 = L_15; U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 * L_16 = V_0; NullCheck(L_16); CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * L_17 = L_16->get_runLoop_1(); intptr_t L_18 = V_4; CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * L_19 = V_5; NullCheck(L_17); CFRunLoop_AddSource_m15D6017176B691ABD72806F93C6D5D39FBC42245(L_17, (intptr_t)L_18, L_19, /*hidden argument*/NULL); U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 * L_20 = V_0; NullCheck(L_20); CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * L_21 = L_20->get_runLoop_1(); CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * L_22 = V_5; NullCheck(L_21); int32_t L_23; L_23 = CFRunLoop_RunInMode_mC4178D0FA7C7CD3F5E89CF17C172811C732FAE8E(L_21, L_22, (1.7976931348623157E+308), (bool)0, /*hidden argument*/NULL); U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 * L_24 = V_0; NullCheck(L_24); CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * L_25 = L_24->get_runLoop_1(); intptr_t L_26 = V_4; CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * L_27 = V_5; NullCheck(L_25); CFRunLoop_RemoveSource_m9F692D2493BC9B1F1E148C2CDA0C81A68D7D5CFE(L_25, (intptr_t)L_26, L_27, /*hidden argument*/NULL); U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 * L_28 = V_0; NullCheck(L_28); CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_29 = L_28->get_proxies_0(); return L_29; } } // System.IntPtr Mono.Net.CFNetwork::CFNetworkCopyProxiesForURL(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFNetwork_CFNetworkCopyProxiesForURL_mB3B26B2AE431B7BFB3B409992BC1AC74BB8DF87F (intptr_t ___url0, intptr_t ___proxySettings1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CFNetwork_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/CFNetwork"), "CFNetworkCopyProxiesForURL", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CFNetwork_INTERNAL intptr_t returnValue = reinterpret_cast(CFNetworkCopyProxiesForURL)(___url0, ___proxySettings1); #else intptr_t returnValue = il2cppPInvokeFunc(___url0, ___proxySettings1); #endif return returnValue; } // Mono.Net.CFArray Mono.Net.CFNetwork::CopyProxiesForURL(Mono.Net.CFUrl,Mono.Net.CFDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * CFNetwork_CopyProxiesForURL_m2DF5F3D492E12D525EECB4080712AA5A780F20FD (CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * ___url0, CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * ___proxySettings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t G_B2_0; memset((&G_B2_0), 0, sizeof(G_B2_0)); intptr_t G_B1_0; memset((&G_B1_0), 0, sizeof(G_B1_0)); intptr_t G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); intptr_t G_B3_1; memset((&G_B3_1), 0, sizeof(G_B3_1)); { CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_0 = ___url0; NullCheck(L_0); intptr_t L_1; L_1 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(L_0, /*hidden argument*/NULL); CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_2 = ___proxySettings1; G_B1_0 = L_1; if (L_2) { G_B2_0 = L_1; goto IL_0010; } } { G_B3_0 = (0); G_B3_1 = G_B1_0; goto IL_0016; } IL_0010: { CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_3 = ___proxySettings1; NullCheck(L_3); intptr_t L_4; L_4 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(L_3, /*hidden argument*/NULL); G_B3_0 = L_4; G_B3_1 = G_B2_0; } IL_0016: { IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); intptr_t L_5; L_5 = CFNetwork_CFNetworkCopyProxiesForURL_mB3B26B2AE431B7BFB3B409992BC1AC74BB8DF87F((intptr_t)G_B3_1, (intptr_t)G_B3_0, /*hidden argument*/NULL); V_0 = (intptr_t)L_5; intptr_t L_6 = V_0; bool L_7; L_7 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_6, (intptr_t)(0), /*hidden argument*/NULL); if (!L_7) { goto IL_002b; } } { return (CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C *)NULL; } IL_002b: { intptr_t L_8 = V_0; CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_9 = (CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C *)il2cpp_codegen_object_new(CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_il2cpp_TypeInfo_var); CFArray__ctor_mC4C9002848DD6098638622BFDA52BB77E8A021FB(L_9, (intptr_t)L_8, (bool)1, /*hidden argument*/NULL); return L_9; } } // Mono.Net.CFProxy[] Mono.Net.CFNetwork::GetProxiesForURL(Mono.Net.CFUrl,Mono.Net.CFProxySettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* CFNetwork_GetProxiesForURL_m39DED6AAB04D798738164C6227A15E4995776C51 (CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * ___url0, CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * ___proxySettings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * V_0 = NULL; CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* V_1 = NULL; int32_t V_2 = 0; CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * V_3 = NULL; { CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_0 = ___url0; if (!L_0) { goto IL_0015; } } { CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_1 = ___url0; NullCheck(L_1); intptr_t L_2; L_2 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(L_1, /*hidden argument*/NULL); bool L_3; L_3 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_2, (intptr_t)(0), /*hidden argument*/NULL); if (!L_3) { goto IL_0020; } } IL_0015: { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0458562336F91AC3F0C3FE71A886E75CE5C8F84A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CFNetwork_GetProxiesForURL_m39DED6AAB04D798738164C6227A15E4995776C51_RuntimeMethod_var))); } IL_0020: { CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * L_5 = ___proxySettings1; if (L_5) { goto IL_002a; } } { IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * L_6; L_6 = CFNetwork_GetSystemProxySettings_mD47A6DA9BA809B5C2C0210F4C02683F2EF8EC56B(/*hidden argument*/NULL); ___proxySettings1 = L_6; } IL_002a: { CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_7 = ___url0; CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * L_8 = ___proxySettings1; NullCheck(L_8); CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_9; L_9 = CFProxySettings_get_Dictionary_m9D0C3AF7134C56AE377B8403594E5EEDE80B873D_inline(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_10; L_10 = CFNetwork_CopyProxiesForURL_m2DF5F3D492E12D525EECB4080712AA5A780F20FD(L_7, L_9, /*hidden argument*/NULL); V_0 = L_10; CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_11 = V_0; if (L_11) { goto IL_003c; } } { return (CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26*)NULL; } IL_003c: { CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_12 = V_0; NullCheck(L_12); int32_t L_13; L_13 = CFArray_get_Count_m200F3F3339CF874AE95DE987CB2AC3CFF6D40DE5(L_12, /*hidden argument*/NULL); CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_14 = (CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26*)(CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26*)SZArrayNew(CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26_il2cpp_TypeInfo_var, (uint32_t)L_13); V_1 = L_14; V_2 = 0; goto IL_0067; } IL_004c: { CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_15 = V_0; int32_t L_16 = V_2; NullCheck(L_15); intptr_t L_17; L_17 = CFArray_get_Item_m18A8672B778744594ADDB29DFFB96224A686FE7C(L_15, L_16, /*hidden argument*/NULL); CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_18 = (CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D *)il2cpp_codegen_object_new(CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var); CFDictionary__ctor_mE147DDB550455913714118F199EA136AB5FE2F92(L_18, (intptr_t)L_17, (bool)0, /*hidden argument*/NULL); V_3 = L_18; CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_19 = V_1; int32_t L_20 = V_2; CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_21 = V_3; CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * L_22 = (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D *)il2cpp_codegen_object_new(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); CFProxy__ctor_m72AC01D0D722DB785752D822053E30566CC7F9F5(L_22, L_21, /*hidden argument*/NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_22); (L_19)->SetAt(static_cast(L_20), (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D *)L_22); int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0067: { int32_t L_24 = V_2; CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_25 = V_1; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))) { goto IL_004c; } } { CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_26 = V_0; NullCheck(L_26); CFObject_Dispose_m87063A0C278026A8E9B40F0FFE8E453A270CF73A(L_26, /*hidden argument*/NULL); CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_27 = V_1; return L_27; } } // Mono.Net.CFProxy[] Mono.Net.CFNetwork::GetProxiesForUri(System.Uri,Mono.Net.CFProxySettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* CFNetwork_GetProxiesForUri_m132B589C370ACCD156AB18C53040B73AD7D9C2DA (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * ___proxySettings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * V_0 = NULL; CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* V_1 = NULL; { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_1; L_1 = Uri_op_Equality_m4C2BAA8B8318A6C124AE18734B2872A983D5CC91(L_0, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CFNetwork_GetProxiesForUri_m132B589C370ACCD156AB18C53040B73AD7D9C2DA_RuntimeMethod_var))); } IL_0014: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = ___uri0; NullCheck(L_3); String_t* L_4; L_4 = Uri_get_AbsoluteUri_mC494374C2A3B1DFC9C3DC6CCB8A8A758580C11DA(L_3, /*hidden argument*/NULL); CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_5; L_5 = CFUrl_Create_m043A878A97AE4F64C07A530B0217A3B5F2AE0D25(L_4, /*hidden argument*/NULL); V_0 = L_5; CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_6 = V_0; if (L_6) { goto IL_0025; } } { return (CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26*)NULL; } IL_0025: { CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_7 = V_0; CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * L_8 = ___proxySettings1; IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_9; L_9 = CFNetwork_GetProxiesForURL_m39DED6AAB04D798738164C6227A15E4995776C51(L_7, L_8, /*hidden argument*/NULL); V_1 = L_9; CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_10 = V_0; NullCheck(L_10); CFObject_Dispose_m87063A0C278026A8E9B40F0FFE8E453A270CF73A(L_10, /*hidden argument*/NULL); CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_11 = V_1; return L_11; } } // System.IntPtr Mono.Net.CFNetwork::CFNetworkCopySystemProxySettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFNetwork_CFNetworkCopySystemProxySettings_m247A4B11E4E556A195354C1FD128103F97133DAA (const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CFNetwork_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/CFNetwork"), "CFNetworkCopySystemProxySettings", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CFNetwork_INTERNAL intptr_t returnValue = reinterpret_cast(CFNetworkCopySystemProxySettings)(); #else intptr_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // Mono.Net.CFProxySettings Mono.Net.CFNetwork::GetSystemProxySettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * CFNetwork_GetSystemProxySettings_mD47A6DA9BA809B5C2C0210F4C02683F2EF8EC56B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = CFNetwork_CFNetworkCopySystemProxySettings_m247A4B11E4E556A195354C1FD128103F97133DAA(/*hidden argument*/NULL); V_0 = (intptr_t)L_0; intptr_t L_1 = V_0; bool L_2; L_2 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_1, (intptr_t)(0), /*hidden argument*/NULL); if (!L_2) { goto IL_0015; } } { return (CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB *)NULL; } IL_0015: { intptr_t L_3 = V_0; CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_4 = (CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D *)il2cpp_codegen_object_new(CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var); CFDictionary__ctor_mE147DDB550455913714118F199EA136AB5FE2F92(L_4, (intptr_t)L_3, (bool)1, /*hidden argument*/NULL); CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * L_5 = (CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB *)il2cpp_codegen_object_new(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_il2cpp_TypeInfo_var); CFProxySettings__ctor_m5D794E284FA54939D08F650AB1F72E773E7E6069(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // System.Net.IWebProxy Mono.Net.CFNetwork::GetDefaultProxy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CFNetwork_GetDefaultProxy_m8F0C4DDB1F8EE3C6078DF974CBC9E8CB17B80546 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1 * L_0 = (CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1 *)il2cpp_codegen_object_new(CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1_il2cpp_TypeInfo_var); CFWebProxy__ctor_m4F5F4B6DA0F19F1C071E62625D54C20951EFFCEC(L_0, /*hidden argument*/NULL); return L_0; } } // System.Void Mono.Net.CFNetwork::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFNetwork__cctor_m03FE099AFAF340BF2F70C4646A473C1FAF085118 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->set_lock_obj_0(L_0); 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 Mono.Net.CFNumber::CFNumberGetValue(System.IntPtr,System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CFNumber_CFNumberGetValue_m3A4553C868ACAEFF4E34AC24C837EC11CFFFB96C (intptr_t ___handle0, intptr_t ___type1, int32_t* ___value2, const RuntimeMethod* method) { typedef int8_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFNumberGetValue", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL int8_t returnValue = reinterpret_cast(CFNumberGetValue)(___handle0, ___type1, ___value2); #else int8_t returnValue = il2cppPInvokeFunc(___handle0, ___type1, ___value2); #endif return static_cast(returnValue); } // System.Int32 Mono.Net.CFNumber::AsInt32(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFNumber_AsInt32_m32194803F0B7FEEE62D596B7EDF5BEFE50B3EE8B (intptr_t ___handle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { intptr_t L_0 = ___handle0; bool L_1; L_1 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_000f; } } { return 0; } IL_000f: { intptr_t L_2 = ___handle0; intptr_t L_3; L_3 = IntPtr_op_Explicit_m6AD40381FA1C56356C0CD443EBC0CE300718420B(((int32_t)9), /*hidden argument*/NULL); bool L_4; L_4 = CFNumber_CFNumberGetValue_m3A4553C868ACAEFF4E34AC24C837EC11CFFFB96C((intptr_t)L_2, (intptr_t)L_3, (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = V_0; return L_5; } } #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.IntPtr Mono.Net.CFObject::dlopen(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFObject_dlopen_m162A23B60207B39CC4012362A225FD24B659B5B2 (String_t* ___path0, int32_t ___mode1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (char*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_libSystem_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(char*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/usr/lib/libSystem.dylib"), "dlopen", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___path0' to native representation char* ____path0_marshaled = NULL; ____path0_marshaled = il2cpp_codegen_marshal_string(___path0); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSystem_INTERNAL intptr_t returnValue = reinterpret_cast(dlopen)(____path0_marshaled, ___mode1); #else intptr_t returnValue = il2cppPInvokeFunc(____path0_marshaled, ___mode1); #endif // Marshaling cleanup of parameter '___path0' native representation il2cpp_codegen_marshal_free(____path0_marshaled); ____path0_marshaled = NULL; return returnValue; } // System.IntPtr Mono.Net.CFObject::dlsym(System.IntPtr,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFObject_dlsym_m7C3E17F8024611F1F70B6FC9591D9810BB939C5B (intptr_t ___handle0, String_t* ___symbol1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_libSystem_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/usr/lib/libSystem.dylib"), "dlsym", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___symbol1' to native representation char* ____symbol1_marshaled = NULL; ____symbol1_marshaled = il2cpp_codegen_marshal_string(___symbol1); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSystem_INTERNAL intptr_t returnValue = reinterpret_cast(dlsym)(___handle0, ____symbol1_marshaled); #else intptr_t returnValue = il2cppPInvokeFunc(___handle0, ____symbol1_marshaled); #endif // Marshaling cleanup of parameter '___symbol1' native representation il2cpp_codegen_marshal_free(____symbol1_marshaled); ____symbol1_marshaled = NULL; return returnValue; } // System.Void Mono.Net.CFObject::dlclose(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_dlclose_m1209433F4B63168DBD89A88557DFBBB05C054412 (intptr_t ___handle0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_libSystem_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/usr/lib/libSystem.dylib"), "dlclose", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSystem_INTERNAL reinterpret_cast(dlclose)(___handle0); #else il2cppPInvokeFunc(___handle0); #endif } // System.IntPtr Mono.Net.CFObject::GetIndirect(System.IntPtr,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFObject_GetIndirect_mE2F05D123E2541A835A2AB7E959909270D48334A (intptr_t ___handle0, String_t* ___symbol1, const RuntimeMethod* method) { { intptr_t L_0 = ___handle0; String_t* L_1 = ___symbol1; intptr_t L_2; L_2 = CFObject_dlsym_m7C3E17F8024611F1F70B6FC9591D9810BB939C5B((intptr_t)L_0, L_1, /*hidden argument*/NULL); return (intptr_t)L_2; } } // System.IntPtr Mono.Net.CFObject::GetCFObjectHandle(System.IntPtr,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFObject_GetCFObjectHandle_m463384D664D4AC01B44EACF8941B7725F4967090 (intptr_t ___handle0, String_t* ___symbol1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { intptr_t L_0 = ___handle0; String_t* L_1 = ___symbol1; intptr_t L_2; L_2 = CFObject_dlsym_m7C3E17F8024611F1F70B6FC9591D9810BB939C5B((intptr_t)L_0, L_1, /*hidden argument*/NULL); V_0 = (intptr_t)L_2; intptr_t L_3 = V_0; bool L_4; L_4 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_3, (intptr_t)(0), /*hidden argument*/NULL); if (!L_4) { goto IL_001b; } } { return (intptr_t)(0); } IL_001b: { intptr_t L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_6; L_6 = Marshal_ReadIntPtr_mB2206BDD97F7B1C884E1D033556BB25D5D8BB223((intptr_t)L_5, /*hidden argument*/NULL); return (intptr_t)L_6; } } // System.Void Mono.Net.CFObject::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject__ctor_m07A15746456C8DD8E6E52905DFE5289178F079FD (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, intptr_t ___handle0, bool ___own1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); intptr_t L_0 = ___handle0; CFObject_set_Handle_m88C2472F18456CC638B63034B489EE76923098C4_inline(__this, (intptr_t)L_0, /*hidden argument*/NULL); bool L_1 = ___own1; if (L_1) { goto IL_0016; } } { CFObject_Retain_m0F3DFD2CDD800D9BBF5543F954FD32FB3D71F989(__this, /*hidden argument*/NULL); } IL_0016: { return; } } // System.Void Mono.Net.CFObject::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_Finalize_m643133D3B8DFAD68EF8A086BE25B3652563FA7C3 (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) VirtActionInvoker1< bool >::Invoke(6 /* System.Void Mono.Net.CFObject::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_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(9) } // end finally (depth: 1) IL2CPP_CLEANUP(9) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10, IL_0010) } IL_0010: { return; } } // System.IntPtr Mono.Net.CFObject::get_Handle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7 (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_U3CHandleU3Ek__BackingField_0(); return (intptr_t)L_0; } } // System.Void Mono.Net.CFObject::set_Handle(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_set_Handle_m88C2472F18456CC638B63034B489EE76923098C4 (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, intptr_t ___value0, const RuntimeMethod* method) { { intptr_t L_0 = ___value0; __this->set_U3CHandleU3Ek__BackingField_0((intptr_t)L_0); return; } } // System.IntPtr Mono.Net.CFObject::CFRetain(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFObject_CFRetain_mE2D1F3DB4FC502AFA769F585136588C4E6D8CBCE (intptr_t ___handle0, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFRetain", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL intptr_t returnValue = reinterpret_cast(CFRetain)(___handle0); #else intptr_t returnValue = il2cppPInvokeFunc(___handle0); #endif return returnValue; } // System.Void Mono.Net.CFObject::Retain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_Retain_m0F3DFD2CDD800D9BBF5543F954FD32FB3D71F989 (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, const RuntimeMethod* method) { { intptr_t L_0; L_0 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(__this, /*hidden argument*/NULL); intptr_t L_1; L_1 = CFObject_CFRetain_mE2D1F3DB4FC502AFA769F585136588C4E6D8CBCE((intptr_t)L_0, /*hidden argument*/NULL); return; } } // System.Void Mono.Net.CFObject::CFRelease(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_CFRelease_mCD1D14E9087E57E21E30A862CCA4D7E8225F81B5 (intptr_t ___handle0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFRelease", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL reinterpret_cast(CFRelease)(___handle0); #else il2cppPInvokeFunc(___handle0); #endif } // System.Void Mono.Net.CFObject::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_Release_m6B6128DF1AED8B5F9D3B483696C1C49D0BFA7C76 (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, const RuntimeMethod* method) { { intptr_t L_0; L_0 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(__this, /*hidden argument*/NULL); CFObject_CFRelease_mCD1D14E9087E57E21E30A862CCA4D7E8225F81B5((intptr_t)L_0, /*hidden argument*/NULL); return; } } // System.Void Mono.Net.CFObject::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_Dispose_mF350A1FD7D3BA6BE7F0511B5EF9EB9F383940EBC (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0; L_0 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(__this, /*hidden argument*/NULL); bool L_1; L_1 = IntPtr_op_Inequality_mB4DF9161F8D8F48708A2A7BBD7BF626F1EB8C3C8((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0023; } } { CFObject_Release_m6B6128DF1AED8B5F9D3B483696C1C49D0BFA7C76(__this, /*hidden argument*/NULL); CFObject_set_Handle_m88C2472F18456CC638B63034B489EE76923098C4_inline(__this, (intptr_t)(0), /*hidden argument*/NULL); } IL_0023: { return; } } // System.Void Mono.Net.CFObject::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_Dispose_m87063A0C278026A8E9B40F0FFE8E453A270CF73A (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtActionInvoker1< bool >::Invoke(6 /* System.Void Mono.Net.CFObject::Dispose(System.Boolean) */, __this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mFF908DB65A7128F68FC8CAEA84AA753B439FE40E(__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 Mono.Net.CFProxy::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFProxy__cctor_m5FF7E5E4D6714ED573AB1AF7EEF0A3D420F2DFB3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral089BF4912AA97AB767C677F0D767EC88070AE76B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DB56F6483E4C975A262FF33820A6BA3F49926F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A70C72C2EAB7DF012A9B747C7C9C67D128B6E63); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37B0CDD9AFCF0A454D6D7D30AA3F6F64830D74F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral45C8D8D10E743A7498EA69AC9A2A779D48FEFD0C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral500D21E7233C4C01FF927BFDAC48F0106A82DAD3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74020BD9A892F9A7B8EBEEC52F4F89FE02752B31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96E3756A772051F16CB6BFE9F426BDEF724B74D6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCBB7B93A4D6667142D44F718736C9B14950ECE0D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEFBB4C5FFC612E2462C0247CA58B1A032269A00); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE88DB4E2D9745BEEC1DC889BE603917DB0C37033); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE89A071ACB0713806DCC26E25CC3CC60C7AFAD95); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEEC39E47345915D0F0F4BAB0D5236A4320B93BDF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1EEACFA3A7160DE8DF3C291D3A7AAFEFA11673C); s_Il2CppMethodInitialized = true; } { intptr_t L_0; L_0 = CFObject_dlopen_m162A23B60207B39CC4012362A225FD24B659B5B2(_stringLiteralF1EEACFA3A7160DE8DF3C291D3A7AAFEFA11673C, 0, /*hidden argument*/NULL); intptr_t L_1 = (intptr_t)L_0; intptr_t L_2; L_2 = CFObject_GetCFObjectHandle_m463384D664D4AC01B44EACF8941B7725F4967090((intptr_t)L_1, _stringLiteralE89A071ACB0713806DCC26E25CC3CC60C7AFAD95, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyAutoConfigurationJavaScriptKey_0((intptr_t)L_2); intptr_t L_3 = (intptr_t)L_1; intptr_t L_4; L_4 = CFObject_GetCFObjectHandle_m463384D664D4AC01B44EACF8941B7725F4967090((intptr_t)L_3, _stringLiteral1A70C72C2EAB7DF012A9B747C7C9C67D128B6E63, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyAutoConfigurationURLKey_1((intptr_t)L_4); intptr_t L_5 = (intptr_t)L_3; intptr_t L_6; L_6 = CFObject_GetCFObjectHandle_m463384D664D4AC01B44EACF8941B7725F4967090((intptr_t)L_5, _stringLiteralEEC39E47345915D0F0F4BAB0D5236A4320B93BDF, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyHostNameKey_2((intptr_t)L_6); intptr_t L_7 = (intptr_t)L_5; intptr_t L_8; L_8 = CFObject_GetCFObjectHandle_m463384D664D4AC01B44EACF8941B7725F4967090((intptr_t)L_7, _stringLiteral37B0CDD9AFCF0A454D6D7D30AA3F6F64830D74F8, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyPasswordKey_3((intptr_t)L_8); intptr_t L_9 = (intptr_t)L_7; intptr_t L_10; L_10 = CFObject_GetCFObjectHandle_m463384D664D4AC01B44EACF8941B7725F4967090((intptr_t)L_9, _stringLiteral500D21E7233C4C01FF927BFDAC48F0106A82DAD3, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyPortNumberKey_4((intptr_t)L_10); intptr_t L_11 = (intptr_t)L_9; intptr_t L_12; L_12 = CFObject_GetCFObjectHandle_m463384D664D4AC01B44EACF8941B7725F4967090((intptr_t)L_11, _stringLiteral96E3756A772051F16CB6BFE9F426BDEF724B74D6, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyTypeKey_5((intptr_t)L_12); intptr_t L_13 = (intptr_t)L_11; intptr_t L_14; L_14 = CFObject_GetCFObjectHandle_m463384D664D4AC01B44EACF8941B7725F4967090((intptr_t)L_13, _stringLiteralE88DB4E2D9745BEEC1DC889BE603917DB0C37033, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyUsernameKey_6((intptr_t)L_14); intptr_t L_15 = (intptr_t)L_13; intptr_t L_16; L_16 = CFObject_GetCFObjectHandle_m463384D664D4AC01B44EACF8941B7725F4967090((intptr_t)L_15, _stringLiteral0DB56F6483E4C975A262FF33820A6BA3F49926F6, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyTypeAutoConfigurationURL_7((intptr_t)L_16); intptr_t L_17 = (intptr_t)L_15; intptr_t L_18; L_18 = CFObject_GetCFObjectHandle_m463384D664D4AC01B44EACF8941B7725F4967090((intptr_t)L_17, _stringLiteral089BF4912AA97AB767C677F0D767EC88070AE76B, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyTypeAutoConfigurationJavaScript_8((intptr_t)L_18); intptr_t L_19 = (intptr_t)L_17; intptr_t L_20; L_20 = CFObject_GetCFObjectHandle_m463384D664D4AC01B44EACF8941B7725F4967090((intptr_t)L_19, _stringLiteral45C8D8D10E743A7498EA69AC9A2A779D48FEFD0C, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyTypeFTP_9((intptr_t)L_20); intptr_t L_21 = (intptr_t)L_19; intptr_t L_22; L_22 = CFObject_GetCFObjectHandle_m463384D664D4AC01B44EACF8941B7725F4967090((intptr_t)L_21, _stringLiteralDEFBB4C5FFC612E2462C0247CA58B1A032269A00, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyTypeHTTP_10((intptr_t)L_22); intptr_t L_23 = (intptr_t)L_21; intptr_t L_24; L_24 = CFObject_GetCFObjectHandle_m463384D664D4AC01B44EACF8941B7725F4967090((intptr_t)L_23, _stringLiteral74020BD9A892F9A7B8EBEEC52F4F89FE02752B31, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyTypeHTTPS_11((intptr_t)L_24); intptr_t L_25 = (intptr_t)L_23; intptr_t L_26; L_26 = CFObject_GetCFObjectHandle_m463384D664D4AC01B44EACF8941B7725F4967090((intptr_t)L_25, _stringLiteralCBB7B93A4D6667142D44F718736C9B14950ECE0D, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyTypeSOCKS_12((intptr_t)L_26); CFObject_dlclose_m1209433F4B63168DBD89A88557DFBBB05C054412((intptr_t)L_25, /*hidden argument*/NULL); return; } } // System.Void Mono.Net.CFProxy::.ctor(Mono.Net.CFDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFProxy__ctor_m72AC01D0D722DB785752D822053E30566CC7F9F5 (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * __this, CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * ___settings0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_0 = ___settings0; __this->set_settings_13(L_0); return; } } // Mono.Net.CFProxyType Mono.Net.CFProxy::CFProxyTypeToEnum(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFProxy_CFProxyTypeToEnum_m620D71A9F8FC751F3FC5D16D2AA8E77DCFD61173 (intptr_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_1 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyTypeAutoConfigurationJavaScript_8(); bool L_2; L_2 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_000f; } } { return (int32_t)(2); } IL_000f: { intptr_t L_3 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_4 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyTypeAutoConfigurationURL_7(); bool L_5; L_5 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_3, (intptr_t)L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_001e; } } { return (int32_t)(1); } IL_001e: { intptr_t L_6 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_7 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyTypeFTP_9(); bool L_8; L_8 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_6, (intptr_t)L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_002d; } } { return (int32_t)(3); } IL_002d: { intptr_t L_9 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_10 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyTypeHTTP_10(); bool L_11; L_11 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_9, (intptr_t)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_003c; } } { return (int32_t)(4); } IL_003c: { intptr_t L_12 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_13 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyTypeHTTPS_11(); bool L_14; L_14 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_12, (intptr_t)L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_004b; } } { return (int32_t)(5); } IL_004b: { intptr_t L_15 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_16 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyTypeSOCKS_12(); bool L_17; L_17 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_15, (intptr_t)L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_005a; } } { return (int32_t)(6); } IL_005a: { return (int32_t)(0); } } // System.IntPtr Mono.Net.CFProxy::get_AutoConfigurationJavaScript() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFProxy_get_AutoConfigurationJavaScript_mE3D0B231DDF768976265EEFDF0CA5DDB124B8061 (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_0 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyAutoConfigurationJavaScriptKey_0(); bool L_1; L_1 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { return (intptr_t)(0); } IL_0017: { CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_2 = __this->get_settings_13(); IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_3 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyAutoConfigurationJavaScriptKey_0(); NullCheck(L_2); intptr_t L_4; L_4 = CFDictionary_get_Item_m53003799E29C3F41B9C51927762F1D5921A5517F(L_2, (intptr_t)L_3, /*hidden argument*/NULL); return (intptr_t)L_4; } } // System.IntPtr Mono.Net.CFProxy::get_AutoConfigurationUrl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFProxy_get_AutoConfigurationUrl_mCF8BA92EEDA1D578966BDC3750FFAD7E003F71C9 (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_0 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyAutoConfigurationURLKey_1(); bool L_1; L_1 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { return (intptr_t)(0); } IL_0017: { CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_2 = __this->get_settings_13(); IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_3 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyAutoConfigurationURLKey_1(); NullCheck(L_2); intptr_t L_4; L_4 = CFDictionary_get_Item_m53003799E29C3F41B9C51927762F1D5921A5517F(L_2, (intptr_t)L_3, /*hidden argument*/NULL); return (intptr_t)L_4; } } // System.String Mono.Net.CFProxy::get_HostName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CFProxy_get_HostName_m2859802624D48ADB7150F996DFBF892D008883FC (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_0 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyHostNameKey_2(); bool L_1; L_1 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { return (String_t*)NULL; } IL_0013: { CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_2 = __this->get_settings_13(); IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_3 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyHostNameKey_2(); NullCheck(L_2); intptr_t L_4; L_4 = CFDictionary_get_Item_m53003799E29C3F41B9C51927762F1D5921A5517F(L_2, (intptr_t)L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = CFString_AsString_m90292BFFD1C7C51A157C4CCB6924CFB0BE1C164E((intptr_t)L_4, /*hidden argument*/NULL); return L_5; } } // System.String Mono.Net.CFProxy::get_Password() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CFProxy_get_Password_m496180D624F5A07E9452D3A784E071BE9A751006 (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_0 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyPasswordKey_3(); bool L_1; L_1 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { return (String_t*)NULL; } IL_0013: { CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_2 = __this->get_settings_13(); IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_3 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyPasswordKey_3(); NullCheck(L_2); intptr_t L_4; L_4 = CFDictionary_get_Item_m53003799E29C3F41B9C51927762F1D5921A5517F(L_2, (intptr_t)L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = CFString_AsString_m90292BFFD1C7C51A157C4CCB6924CFB0BE1C164E((intptr_t)L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 Mono.Net.CFProxy::get_Port() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFProxy_get_Port_m63731A205673D95F61F15328B80A453E84189360 (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_0 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyPortNumberKey_4(); bool L_1; L_1 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { return 0; } IL_0013: { CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_2 = __this->get_settings_13(); IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_3 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyPortNumberKey_4(); NullCheck(L_2); intptr_t L_4; L_4 = CFDictionary_get_Item_m53003799E29C3F41B9C51927762F1D5921A5517F(L_2, (intptr_t)L_3, /*hidden argument*/NULL); int32_t L_5; L_5 = CFNumber_AsInt32_m32194803F0B7FEEE62D596B7EDF5BEFE50B3EE8B((intptr_t)L_4, /*hidden argument*/NULL); return L_5; } } // Mono.Net.CFProxyType Mono.Net.CFProxy::get_ProxyType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFProxy_get_ProxyType_m9E4D8613B5A395CC0A8BDDD35EB01BFEF0EBB85A (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_0 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyTypeKey_5(); bool L_1; L_1 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { return (int32_t)(0); } IL_0013: { CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_2 = __this->get_settings_13(); IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_3 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyTypeKey_5(); NullCheck(L_2); intptr_t L_4; L_4 = CFDictionary_get_Item_m53003799E29C3F41B9C51927762F1D5921A5517F(L_2, (intptr_t)L_3, /*hidden argument*/NULL); int32_t L_5; L_5 = CFProxy_CFProxyTypeToEnum_m620D71A9F8FC751F3FC5D16D2AA8E77DCFD61173((intptr_t)L_4, /*hidden argument*/NULL); return L_5; } } // System.String Mono.Net.CFProxy::get_Username() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CFProxy_get_Username_mDFD89DCA9925521628A2DF06656BF15AD4BD487E (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_0 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyUsernameKey_6(); bool L_1; L_1 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { return (String_t*)NULL; } IL_0013: { CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_2 = __this->get_settings_13(); IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_3 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyUsernameKey_6(); NullCheck(L_2); intptr_t L_4; L_4 = CFDictionary_get_Item_m53003799E29C3F41B9C51927762F1D5921A5517F(L_2, (intptr_t)L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = CFString_AsString_m90292BFFD1C7C51A157C4CCB6924CFB0BE1C164E((intptr_t)L_4, /*hidden argument*/NULL); return L_5; } } #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 Mono.Net.CFProxySettings::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFProxySettings__cctor_m9C82546638261EF8FEF331DE93D103AAF492F75F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F702D5B2C301BDBB6CE19F28860C6E51A6572FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC5FAB34CAFD1687727018F461EDF8300F449933); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7588330FD95920648414F0647540140E161ED03); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1EEACFA3A7160DE8DF3C291D3A7AAFEFA11673C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF206C6C8A315911695CAF8C633BEB02D35FCD459); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF208C1B404E187D47E94AA2BE77C385BE6E7DF62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF48CBC363A61060125D8F8BF4E335BDCF8405F25); s_Il2CppMethodInitialized = true; } { intptr_t L_0; L_0 = CFObject_dlopen_m162A23B60207B39CC4012362A225FD24B659B5B2(_stringLiteralF1EEACFA3A7160DE8DF3C291D3A7AAFEFA11673C, 0, /*hidden argument*/NULL); intptr_t L_1 = (intptr_t)L_0; intptr_t L_2; L_2 = CFObject_GetCFObjectHandle_m463384D664D4AC01B44EACF8941B7725F4967090((intptr_t)L_1, _stringLiteralF48CBC363A61060125D8F8BF4E335BDCF8405F25, /*hidden argument*/NULL); ((CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields*)il2cpp_codegen_static_fields_for(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_il2cpp_TypeInfo_var))->set_kCFNetworkProxiesHTTPEnable_0((intptr_t)L_2); intptr_t L_3 = (intptr_t)L_1; intptr_t L_4; L_4 = CFObject_GetCFObjectHandle_m463384D664D4AC01B44EACF8941B7725F4967090((intptr_t)L_3, _stringLiteralF208C1B404E187D47E94AA2BE77C385BE6E7DF62, /*hidden argument*/NULL); ((CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields*)il2cpp_codegen_static_fields_for(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_il2cpp_TypeInfo_var))->set_kCFNetworkProxiesHTTPPort_1((intptr_t)L_4); intptr_t L_5 = (intptr_t)L_3; intptr_t L_6; L_6 = CFObject_GetCFObjectHandle_m463384D664D4AC01B44EACF8941B7725F4967090((intptr_t)L_5, _stringLiteral2F702D5B2C301BDBB6CE19F28860C6E51A6572FA, /*hidden argument*/NULL); ((CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields*)il2cpp_codegen_static_fields_for(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_il2cpp_TypeInfo_var))->set_kCFNetworkProxiesHTTPProxy_2((intptr_t)L_6); intptr_t L_7 = (intptr_t)L_5; intptr_t L_8; L_8 = CFObject_GetCFObjectHandle_m463384D664D4AC01B44EACF8941B7725F4967090((intptr_t)L_7, _stringLiteralF206C6C8A315911695CAF8C633BEB02D35FCD459, /*hidden argument*/NULL); ((CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields*)il2cpp_codegen_static_fields_for(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_il2cpp_TypeInfo_var))->set_kCFNetworkProxiesProxyAutoConfigEnable_3((intptr_t)L_8); intptr_t L_9 = (intptr_t)L_7; intptr_t L_10; L_10 = CFObject_GetCFObjectHandle_m463384D664D4AC01B44EACF8941B7725F4967090((intptr_t)L_9, _stringLiteralE7588330FD95920648414F0647540140E161ED03, /*hidden argument*/NULL); ((CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields*)il2cpp_codegen_static_fields_for(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_il2cpp_TypeInfo_var))->set_kCFNetworkProxiesProxyAutoConfigJavaScript_4((intptr_t)L_10); intptr_t L_11 = (intptr_t)L_9; intptr_t L_12; L_12 = CFObject_GetCFObjectHandle_m463384D664D4AC01B44EACF8941B7725F4967090((intptr_t)L_11, _stringLiteralAC5FAB34CAFD1687727018F461EDF8300F449933, /*hidden argument*/NULL); ((CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields*)il2cpp_codegen_static_fields_for(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_il2cpp_TypeInfo_var))->set_kCFNetworkProxiesProxyAutoConfigURLString_5((intptr_t)L_12); CFObject_dlclose_m1209433F4B63168DBD89A88557DFBBB05C054412((intptr_t)L_11, /*hidden argument*/NULL); return; } } // System.Void Mono.Net.CFProxySettings::.ctor(Mono.Net.CFDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFProxySettings__ctor_m5D794E284FA54939D08F650AB1F72E773E7E6069 (CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * __this, CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * ___settings0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_0 = ___settings0; __this->set_settings_6(L_0); return; } } // Mono.Net.CFDictionary Mono.Net.CFProxySettings::get_Dictionary() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * CFProxySettings_get_Dictionary_m9D0C3AF7134C56AE377B8403594E5EEDE80B873D (CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * __this, const RuntimeMethod* method) { { CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_0 = __this->get_settings_6(); 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 Mono.Net.CFRange::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRange__ctor_m47A3FC3DC70D9A9685171D0A666C21E9522EDC49 (CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 * __this, int32_t ___loc0, int32_t ___len1, const RuntimeMethod* method) { { int32_t L_0 = ___loc0; intptr_t L_1; L_1 = IntPtr_op_Explicit_m6AD40381FA1C56356C0CD443EBC0CE300718420B(L_0, /*hidden argument*/NULL); __this->set_Location_0((intptr_t)L_1); int32_t L_2 = ___len1; intptr_t L_3; L_3 = IntPtr_op_Explicit_m6AD40381FA1C56356C0CD443EBC0CE300718420B(L_2, /*hidden argument*/NULL); __this->set_Length_1((intptr_t)L_3); return; } } IL2CPP_EXTERN_C void CFRange__ctor_m47A3FC3DC70D9A9685171D0A666C21E9522EDC49_AdjustorThunk (RuntimeObject * __this, int32_t ___loc0, int32_t ___len1, const RuntimeMethod* method) { int32_t _offset = 1; CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 * _thisAdjusted = reinterpret_cast(__this + _offset); CFRange__ctor_m47A3FC3DC70D9A9685171D0A666C21E9522EDC49(_thisAdjusted, ___loc0, ___len1, 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 Mono.Net.CFRunLoop::CFRunLoopAddSource(System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_CFRunLoopAddSource_m17B4F5A7F466FEC272B9413E97681A19775705AB (intptr_t ___rl0, intptr_t ___source1, intptr_t ___mode2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFRunLoopAddSource", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL reinterpret_cast(CFRunLoopAddSource)(___rl0, ___source1, ___mode2); #else il2cppPInvokeFunc(___rl0, ___source1, ___mode2); #endif } // System.Void Mono.Net.CFRunLoop::CFRunLoopRemoveSource(System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_CFRunLoopRemoveSource_mCE402DDB9644FE44C25E59D3B12267E40CB741B0 (intptr_t ___rl0, intptr_t ___source1, intptr_t ___mode2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFRunLoopRemoveSource", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL reinterpret_cast(CFRunLoopRemoveSource)(___rl0, ___source1, ___mode2); #else il2cppPInvokeFunc(___rl0, ___source1, ___mode2); #endif } // System.Int32 Mono.Net.CFRunLoop::CFRunLoopRunInMode(System.IntPtr,System.Double,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFRunLoop_CFRunLoopRunInMode_mF4139008B5413F50712C29D687EE69DA0123AE4E (intptr_t ___mode0, double ___seconds1, bool ___returnAfterSourceHandled2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, double, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(double) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFRunLoopRunInMode", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL int32_t returnValue = reinterpret_cast(CFRunLoopRunInMode)(___mode0, ___seconds1, static_cast(___returnAfterSourceHandled2)); #else int32_t returnValue = il2cppPInvokeFunc(___mode0, ___seconds1, static_cast(___returnAfterSourceHandled2)); #endif return returnValue; } // System.IntPtr Mono.Net.CFRunLoop::CFRunLoopGetCurrent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFRunLoop_CFRunLoopGetCurrent_mFC552486E887D2BF018DE3C6D7595661F2CD9B3B (const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFRunLoopGetCurrent", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL intptr_t returnValue = reinterpret_cast(CFRunLoopGetCurrent)(); #else intptr_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.Void Mono.Net.CFRunLoop::CFRunLoopStop(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_CFRunLoopStop_mF13BF6E5D2DABDA723DC5C447A046053F3D73FED (intptr_t ___rl0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFRunLoopStop", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL reinterpret_cast(CFRunLoopStop)(___rl0); #else il2cppPInvokeFunc(___rl0); #endif } // System.Void Mono.Net.CFRunLoop::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop__ctor_m9DCFB09DC63118A1A8F61BF6ECACFE71C4B26974 (CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * __this, intptr_t ___handle0, bool ___own1, const RuntimeMethod* method) { { intptr_t L_0 = ___handle0; bool L_1 = ___own1; CFObject__ctor_m07A15746456C8DD8E6E52905DFE5289178F079FD(__this, (intptr_t)L_0, L_1, /*hidden argument*/NULL); return; } } // Mono.Net.CFRunLoop Mono.Net.CFRunLoop::get_CurrentRunLoop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * CFRunLoop_get_CurrentRunLoop_mB8EAD6DAF214EF1424C249D1A597270698ADED07 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0; L_0 = CFRunLoop_CFRunLoopGetCurrent_mFC552486E887D2BF018DE3C6D7595661F2CD9B3B(/*hidden argument*/NULL); CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * L_1 = (CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 *)il2cpp_codegen_object_new(CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910_il2cpp_TypeInfo_var); CFRunLoop__ctor_m9DCFB09DC63118A1A8F61BF6ECACFE71C4B26974(L_1, (intptr_t)L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Void Mono.Net.CFRunLoop::AddSource(System.IntPtr,Mono.Net.CFString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_AddSource_m15D6017176B691ABD72806F93C6D5D39FBC42245 (CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * __this, intptr_t ___source0, CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * ___mode1, const RuntimeMethod* method) { { intptr_t L_0; L_0 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(__this, /*hidden argument*/NULL); intptr_t L_1 = ___source0; CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * L_2 = ___mode1; NullCheck(L_2); intptr_t L_3; L_3 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(L_2, /*hidden argument*/NULL); CFRunLoop_CFRunLoopAddSource_m17B4F5A7F466FEC272B9413E97681A19775705AB((intptr_t)L_0, (intptr_t)L_1, (intptr_t)L_3, /*hidden argument*/NULL); return; } } // System.Void Mono.Net.CFRunLoop::RemoveSource(System.IntPtr,Mono.Net.CFString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_RemoveSource_m9F692D2493BC9B1F1E148C2CDA0C81A68D7D5CFE (CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * __this, intptr_t ___source0, CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * ___mode1, const RuntimeMethod* method) { { intptr_t L_0; L_0 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(__this, /*hidden argument*/NULL); intptr_t L_1 = ___source0; CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * L_2 = ___mode1; NullCheck(L_2); intptr_t L_3; L_3 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(L_2, /*hidden argument*/NULL); CFRunLoop_CFRunLoopRemoveSource_mCE402DDB9644FE44C25E59D3B12267E40CB741B0((intptr_t)L_0, (intptr_t)L_1, (intptr_t)L_3, /*hidden argument*/NULL); return; } } // System.Int32 Mono.Net.CFRunLoop::RunInMode(Mono.Net.CFString,System.Double,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFRunLoop_RunInMode_mC4178D0FA7C7CD3F5E89CF17C172811C732FAE8E (CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * __this, CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * ___mode0, double ___seconds1, bool ___returnAfterSourceHandled2, const RuntimeMethod* method) { { CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * L_0 = ___mode0; NullCheck(L_0); intptr_t L_1; L_1 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(L_0, /*hidden argument*/NULL); double L_2 = ___seconds1; bool L_3 = ___returnAfterSourceHandled2; int32_t L_4; L_4 = CFRunLoop_CFRunLoopRunInMode_mF4139008B5413F50712C29D687EE69DA0123AE4E((intptr_t)L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void Mono.Net.CFRunLoop::Stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_Stop_mA22B6E86795862E3BDE3A80D20C147EA6693076F (CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * __this, const RuntimeMethod* method) { { intptr_t L_0; L_0 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(__this, /*hidden argument*/NULL); CFRunLoop_CFRunLoopStop_mF13BF6E5D2DABDA723DC5C447A046053F3D73FED((intptr_t)L_0, /*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 #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 Mono.Net.CFString::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFString__ctor_m6FC1151D49252BA6F14027DF6FC09D9ABBEC5140 (CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * __this, intptr_t ___handle0, bool ___own1, const RuntimeMethod* method) { { intptr_t L_0 = ___handle0; bool L_1 = ___own1; CFObject__ctor_m07A15746456C8DD8E6E52905DFE5289178F079FD(__this, (intptr_t)L_0, L_1, /*hidden argument*/NULL); return; } } // System.IntPtr Mono.Net.CFString::CFStringCreateWithCharacters(System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFString_CFStringCreateWithCharacters_mA4EBC4A6C6E1CA713BC42197F237A6C7A3CB4FF2 (intptr_t ___alloc0, intptr_t ___chars1, intptr_t ___length2, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFStringCreateWithCharacters", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL intptr_t returnValue = reinterpret_cast(CFStringCreateWithCharacters)(___alloc0, ___chars1, ___length2); #else intptr_t returnValue = il2cppPInvokeFunc(___alloc0, ___chars1, ___length2); #endif return returnValue; } // Mono.Net.CFString Mono.Net.CFString::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * CFString_Create_m83EFBE783BF1D445A58E2A0EEBE5EB87A3AC2A6B (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFString_tF284B68954B98D6C4A067BB348539B00C5D28920_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); Il2CppChar* V_1 = NULL; String_t* V_2 = NULL; { String_t* L_0 = ___value0; V_2 = L_0; String_t* L_1 = V_2; V_1 = (Il2CppChar*)((uintptr_t)L_1); Il2CppChar* L_2 = V_1; if (!L_2) { goto IL_0010; } } { Il2CppChar* L_3 = V_1; int32_t L_4; L_4 = RuntimeHelpers_get_OffsetToStringData_mDD73A4AE670750B13D1EC5297E541EB5F389153D(/*hidden argument*/NULL); V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)L_4)); } IL_0010: { Il2CppChar* L_5 = V_1; intptr_t L_6; L_6 = IntPtr_op_Explicit_m5FB396AD54202A33190F8A94DF8467DCED010C14((void*)(void*)L_5, /*hidden argument*/NULL); String_t* L_7 = ___value0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); intptr_t L_9; L_9 = IntPtr_op_Explicit_m6AD40381FA1C56356C0CD443EBC0CE300718420B(L_8, /*hidden argument*/NULL); intptr_t L_10; L_10 = CFString_CFStringCreateWithCharacters_mA4EBC4A6C6E1CA713BC42197F237A6C7A3CB4FF2((intptr_t)(0), (intptr_t)L_6, (intptr_t)L_9, /*hidden argument*/NULL); V_0 = (intptr_t)L_10; V_2 = (String_t*)NULL; intptr_t L_11 = V_0; bool L_12; L_12 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_11, (intptr_t)(0), /*hidden argument*/NULL); if (!L_12) { goto IL_003d; } } { return (CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 *)NULL; } IL_003d: { intptr_t L_13 = V_0; CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * L_14 = (CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 *)il2cpp_codegen_object_new(CFString_tF284B68954B98D6C4A067BB348539B00C5D28920_il2cpp_TypeInfo_var); CFString__ctor_m6FC1151D49252BA6F14027DF6FC09D9ABBEC5140(L_14, (intptr_t)L_13, (bool)1, /*hidden argument*/NULL); return L_14; } } // System.IntPtr Mono.Net.CFString::CFStringGetLength(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFString_CFStringGetLength_m32642580B50975703D751793CDBF51DDB32FBA5D (intptr_t ___handle0, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFStringGetLength", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL intptr_t returnValue = reinterpret_cast(CFStringGetLength)(___handle0); #else intptr_t returnValue = il2cppPInvokeFunc(___handle0); #endif return returnValue; } // System.IntPtr Mono.Net.CFString::CFStringGetCharactersPtr(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFString_CFStringGetCharactersPtr_m64F0383D7FB2398CDCBEEFB5CAD5420F942B0DB7 (intptr_t ___handle0, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFStringGetCharactersPtr", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL intptr_t returnValue = reinterpret_cast(CFStringGetCharactersPtr)(___handle0); #else intptr_t returnValue = il2cppPInvokeFunc(___handle0); #endif return returnValue; } // System.IntPtr Mono.Net.CFString::CFStringGetCharacters(System.IntPtr,Mono.Net.CFRange,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFString_CFStringGetCharacters_m3708E189F528838F2C8A1A49AC9D3B5088F22F98 (intptr_t ___handle0, CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 ___range1, intptr_t ___buffer2, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 , intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 ) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFStringGetCharacters", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL intptr_t returnValue = reinterpret_cast(CFStringGetCharacters)(___handle0, ___range1, ___buffer2); #else intptr_t returnValue = il2cppPInvokeFunc(___handle0, ___range1, ___buffer2); #endif return returnValue; } // System.String Mono.Net.CFString::AsString(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CFString_AsString_m90292BFFD1C7C51A157C4CCB6924CFB0BE1C164E (intptr_t ___handle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 V_3; memset((&V_3), 0, sizeof(V_3)); String_t* G_B8_0 = NULL; String_t* G_B7_0 = NULL; { intptr_t L_0 = ___handle0; bool L_1; L_1 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_000f; } } { return (String_t*)NULL; } IL_000f: { intptr_t L_2 = ___handle0; intptr_t L_3; L_3 = CFString_CFStringGetLength_m32642580B50975703D751793CDBF51DDB32FBA5D((intptr_t)L_2, /*hidden argument*/NULL); int32_t L_4; L_4 = IntPtr_op_Explicit_m955DDFE2288BA8A4EE7ABBC7D2BDBD0E9004A88E((intptr_t)L_3, /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if (L_5) { goto IL_0024; } } { String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_6; } IL_0024: { intptr_t L_7 = ___handle0; intptr_t L_8; L_8 = CFString_CFStringGetCharactersPtr_m64F0383D7FB2398CDCBEEFB5CAD5420F942B0DB7((intptr_t)L_7, /*hidden argument*/NULL); V_1 = (intptr_t)L_8; V_2 = (intptr_t)(0); intptr_t L_9 = V_1; bool L_10; L_10 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_9, (intptr_t)(0), /*hidden argument*/NULL); if (!L_10) { goto IL_005b; } } { int32_t L_11 = V_0; CFRange__ctor_m47A3FC3DC70D9A9685171D0A666C21E9522EDC49((CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 *)(&V_3), 0, L_11, /*hidden argument*/NULL); int32_t L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_13; L_13 = Marshal_AllocHGlobal_mB339DD0B9D5778400B8CA9BA45169C9C1C14835D(((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)2)), /*hidden argument*/NULL); V_2 = (intptr_t)L_13; intptr_t L_14 = ___handle0; CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 L_15 = V_3; intptr_t L_16 = V_2; intptr_t L_17; L_17 = CFString_CFStringGetCharacters_m3708E189F528838F2C8A1A49AC9D3B5088F22F98((intptr_t)L_14, L_15, (intptr_t)L_16, /*hidden argument*/NULL); intptr_t L_18 = V_2; V_1 = (intptr_t)L_18; } IL_005b: { intptr_t L_19 = V_1; void* L_20; L_20 = IntPtr_op_Explicit_mA5998CF146607D3A77FAC10688695E26BD8141BC((intptr_t)L_19, /*hidden argument*/NULL); int32_t L_21 = V_0; String_t* L_22; L_22 = String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777(NULL, (Il2CppChar*)(Il2CppChar*)L_20, 0, L_21, /*hidden argument*/NULL); intptr_t L_23 = V_2; bool L_24; L_24 = IntPtr_op_Inequality_mB4DF9161F8D8F48708A2A7BBD7BF626F1EB8C3C8((intptr_t)L_23, (intptr_t)(0), /*hidden argument*/NULL); G_B7_0 = L_22; if (!L_24) { G_B8_0 = L_22; goto IL_007b; } } { intptr_t L_25 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_mC556D1077E92ACD2AC3FDEF3040B88FAC0F7F390((intptr_t)L_25, /*hidden argument*/NULL); G_B8_0 = G_B7_0; } IL_007b: { return G_B8_0; } } // System.String Mono.Net.CFString::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CFString_ToString_mC3C3C20058C738903A5A783ED91E0D8A6694D876 (CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_str_1(); if (L_0) { goto IL_0019; } } { intptr_t L_1; L_1 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(__this, /*hidden argument*/NULL); String_t* L_2; L_2 = CFString_AsString_m90292BFFD1C7C51A157C4CCB6924CFB0BE1C164E((intptr_t)L_1, /*hidden argument*/NULL); __this->set_str_1(L_2); } IL_0019: { String_t* L_3 = __this->get_str_1(); return L_3; } } #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 Mono.Net.CFUrl::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFUrl__ctor_m623159BA6C864641A77B1F59C8F09D4AE364163E (CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * __this, intptr_t ___handle0, bool ___own1, const RuntimeMethod* method) { { intptr_t L_0 = ___handle0; bool L_1 = ___own1; CFObject__ctor_m07A15746456C8DD8E6E52905DFE5289178F079FD(__this, (intptr_t)L_0, L_1, /*hidden argument*/NULL); return; } } // System.IntPtr Mono.Net.CFUrl::CFURLCreateWithString(System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFUrl_CFURLCreateWithString_m40ED9137D94B0864E8F94708307191C6DC306764 (intptr_t ___allocator0, intptr_t ___str1, intptr_t ___baseURL2, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFURLCreateWithString", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL intptr_t returnValue = reinterpret_cast(CFURLCreateWithString)(___allocator0, ___str1, ___baseURL2); #else intptr_t returnValue = il2cppPInvokeFunc(___allocator0, ___str1, ___baseURL2); #endif return returnValue; } // Mono.Net.CFUrl Mono.Net.CFUrl::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * CFUrl_Create_m043A878A97AE4F64C07A530B0217A3B5F2AE0D25 (String_t* ___absolute0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * V_0 = NULL; intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); { String_t* L_0 = ___absolute0; bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000a; } } { return (CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF *)NULL; } IL_000a: { String_t* L_2 = ___absolute0; CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * L_3; L_3 = CFString_Create_m83EFBE783BF1D445A58E2A0EEBE5EB87A3AC2A6B(L_2, /*hidden argument*/NULL); V_0 = L_3; CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * L_4 = V_0; NullCheck(L_4); intptr_t L_5; L_5 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(L_4, /*hidden argument*/NULL); intptr_t L_6; L_6 = CFUrl_CFURLCreateWithString_m40ED9137D94B0864E8F94708307191C6DC306764((intptr_t)(0), (intptr_t)L_5, (intptr_t)(0), /*hidden argument*/NULL); V_1 = (intptr_t)L_6; CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * L_7 = V_0; NullCheck(L_7); CFObject_Dispose_m87063A0C278026A8E9B40F0FFE8E453A270CF73A(L_7, /*hidden argument*/NULL); intptr_t L_8 = V_1; bool L_9; L_9 = IntPtr_op_Equality_m30958D875BACA94F48B6FF6D17B4CF5C36DACD48((intptr_t)L_8, (intptr_t)(0), /*hidden argument*/NULL); if (!L_9) { goto IL_003c; } } { return (CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF *)NULL; } IL_003c: { intptr_t L_10 = V_1; CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_11 = (CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF *)il2cpp_codegen_object_new(CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF_il2cpp_TypeInfo_var); CFUrl__ctor_m623159BA6C864641A77B1F59C8F09D4AE364163E(L_11, (intptr_t)L_10, (bool)1, /*hidden argument*/NULL); return L_11; } } #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.Text.RegularExpressions.CachedCodeEntry::.ctor(System.String,System.Collections.Hashtable,System.String[],System.Text.RegularExpressions.RegexCode,System.Collections.Hashtable,System.Int32,System.Text.RegularExpressions.ExclusiveReference,System.Text.RegularExpressions.SharedReference) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CachedCodeEntry__ctor_mFBEEE67EEFD35764488134D428A6BCABE54E52FC (CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * __this, String_t* ___key0, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___capslist2, RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ___code3, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps4, int32_t ___capsize5, ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * ___runner6, SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * ___repl7, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___key0; __this->set__key_0(L_0); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = ___capnames1; __this->set__capnames_3(L_1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = ___capslist2; __this->set__capslist_4(L_2); RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_3 = ___code3; __this->set__code_1(L_3); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = ___caps4; __this->set__caps_2(L_4); int32_t L_5 = ___capsize5; __this->set__capsize_5(L_5); ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * L_6 = ___runner6; __this->set__runnerref_7(L_6); SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * L_7 = ___repl7; __this->set__replref_8(L_7); 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.Net.Security.RemoteCertificateValidationCallback Mono.Net.Security.Private.CallbackHelpers::MonoToPublic(Mono.Security.Interface.MonoRemoteCertificateValidationCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * CallbackHelpers_MonoToPublic_mA9725CCDC76B7ED5BD3988E9E3EBC49DBC69EB02 (MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_U3CMonoToPublicU3Eb__0_m4103265ECFA6558EE594E7BC847723EB97443018_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9 * V_0 = NULL; { U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9 * L_0 = (U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass5_0__ctor_m7807CD991EC4D16395E1278477E3317868E18200(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9 * L_1 = V_0; MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * L_2 = ___callback0; NullCheck(L_1); L_1->set_callback_0(L_2); U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9 * L_3 = V_0; NullCheck(L_3); MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * L_4 = L_3->get_callback_0(); if (L_4) { goto IL_0017; } } { return (RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 *)NULL; } IL_0017: { U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9 * L_5 = V_0; RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * L_6 = (RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 *)il2cpp_codegen_object_new(RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947_il2cpp_TypeInfo_var); RemoteCertificateValidationCallback__ctor_mDBCF893D0A540CB506F5547807525625F5CBA4C4(L_6, L_5, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass5_0_U3CMonoToPublicU3Eb__0_m4103265ECFA6558EE594E7BC847723EB97443018_RuntimeMethod_var), /*hidden argument*/NULL); return L_6; } } // System.Net.Security.LocalCertSelectionCallback Mono.Net.Security.Private.CallbackHelpers::MonoToInternal(Mono.Security.Interface.MonoLocalCertificateSelectionCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * CallbackHelpers_MonoToInternal_m0925AA94D5894632C4147F94C0D5822885FEB1DA (MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass8_0_U3CMonoToInternalU3Eb__0_m3AE731A20AB6B949B0584AB838DF089C80602F4C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1 * V_0 = NULL; { U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1 * L_0 = (U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass8_0__ctor_mB77347EF574C2C51BBD1A7B1AF673B3D92B056E2(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1 * L_1 = V_0; MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * L_2 = ___callback0; NullCheck(L_1); L_1->set_callback_0(L_2); U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1 * L_3 = V_0; NullCheck(L_3); MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * L_4 = L_3->get_callback_0(); if (L_4) { goto IL_0017; } } { return (LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C *)NULL; } IL_0017: { U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1 * L_5 = V_0; LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * L_6 = (LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C *)il2cpp_codegen_object_new(LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C_il2cpp_TypeInfo_var); LocalCertSelectionCallback__ctor_mE564871B196549FDEA64C011A4AA00339FA0281F(L_6, L_5, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass8_0_U3CMonoToInternalU3Eb__0_m3AE731A20AB6B949B0584AB838DF089C80602F4C_RuntimeMethod_var), /*hidden argument*/NULL); return L_6; } } #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.Text.RegularExpressions.Capture::.ctor(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Capture__ctor_m5FB71B7ADA66B2D3AD6B681BEE846F0FD62F11C3 (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, String_t* ___text0, int32_t ___i1, int32_t ___l2, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___text0; __this->set__text_0(L_0); int32_t L_1 = ___i1; __this->set__index_1(L_1); int32_t L_2 = ___l2; __this->set__length_2(L_2); return; } } // System.Int32 System.Text.RegularExpressions.Capture::get_Index() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7 (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__index_1(); return L_0; } } // System.Int32 System.Text.RegularExpressions.Capture::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Capture_get_Length_m3D1F26419BF69FEA9EE1AE0DB46069686C53A6DF (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__length_2(); return L_0; } } // System.String System.Text.RegularExpressions.Capture::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Capture_get_Value_mC5CAABA66AC24C90CE1A6FE7EE93AD4A926E4D5A (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__text_0(); int32_t L_1 = __this->get__index_1(); int32_t L_2 = __this->get__length_2(); NullCheck(L_0); String_t* L_3; L_3 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.String System.Text.RegularExpressions.Capture::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Capture_ToString_mA44E5E7488551081E648C851ABFFB796430EE5C1 (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = Capture_get_Value_mC5CAABA66AC24C90CE1A6FE7EE93AD4A926E4D5A(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Text.RegularExpressions.Capture::GetOriginalString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Capture_GetOriginalString_mBC838C19CCFF585AA3C797AEA21A51CE0911E8B3 (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__text_0(); return L_0; } } // System.String System.Text.RegularExpressions.Capture::GetLeftSubstring() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Capture_GetLeftSubstring_m514D11C56BC032F7317285FE6E22C522A879E1AA (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__text_0(); int32_t L_1 = __this->get__index_1(); NullCheck(L_0); String_t* L_2; L_2 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_0, 0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.Text.RegularExpressions.Capture::GetRightSubstring() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Capture_GetRightSubstring_m5AA1B92DA426764A6919117B3F9FF9416E4D7776 (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__text_0(); int32_t L_1 = __this->get__index_1(); int32_t L_2 = __this->get__length_2(); String_t* L_3 = __this->get__text_0(); NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); int32_t L_5 = __this->get__index_1(); int32_t L_6 = __this->get__length_2(); NullCheck(L_0); String_t* L_7; L_7 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), (int32_t)L_6)), /*hidden argument*/NULL); return L_7; } } // System.Void System.Text.RegularExpressions.Capture::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Capture__ctor_m72C4D0A93638E338515B280A289285A064F064C1 (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Capture__ctor_m72C4D0A93638E338515B280A289285A064F064C1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(Capture__ctor_m72C4D0A93638E338515B280A289285A064F064C1_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.Int32 System.Net.CaseInsensitiveAscii::GetHashCode(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CaseInsensitiveAscii_GetHashCode_m2EE81D1BD0AC3190BAA74A8D4868F92462ABB003 (CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA * __this, RuntimeObject * ___myObject0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { RuntimeObject * L_0 = ___myObject0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___myObject0; if (L_1) { goto IL_000c; } } { return 0; } IL_000c: { String_t* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_1; if (L_4) { goto IL_0018; } } { return 0; } IL_0018: { int32_t L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ((CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_7 = V_0; NullCheck(L_7); Il2CppChar L_8; L_8 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_7, 0, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_9 = ((int32_t)((uint8_t)L_8)); uint8_t L_10 = (L_6)->GetAt(static_cast(L_9)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ((CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_12 = V_0; int32_t L_13 = V_1; NullCheck(L_12); Il2CppChar L_14; L_14 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_11); int32_t L_15 = ((int32_t)((uint8_t)L_14)); uint8_t L_16 = (L_11)->GetAt(static_cast(L_15)); V_1 = ((int32_t)((int32_t)L_5^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_10<<(int32_t)((int32_t)24)))^(int32_t)((int32_t)((int32_t)L_16<<(int32_t)((int32_t)16))))))); int32_t L_17 = V_1; return L_17; } } // System.Int32 System.Net.CaseInsensitiveAscii::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CaseInsensitiveAscii_Compare_mB139A59D797F341DD9ADFF052699317DE534431B (CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA * __this, RuntimeObject * ___firstObject0, RuntimeObject * ___secondObject1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t G_B9_0 = 0; { RuntimeObject * L_0 = ___firstObject0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___secondObject1; V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); String_t* L_2 = V_0; if (L_2) { goto IL_0018; } } { String_t* L_3 = V_1; if (!L_3) { goto IL_0016; } } { return (-1); } IL_0016: { return 0; } IL_0018: { String_t* L_4 = V_1; if (L_4) { goto IL_001d; } } { return 1; } IL_001d: { String_t* L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); String_t* L_7 = V_1; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_8)); int32_t L_9 = V_2; if ((((int32_t)L_9) > ((int32_t)0))) { goto IL_0037; } } { String_t* L_10 = V_0; NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_10, /*hidden argument*/NULL); G_B9_0 = L_11; goto IL_003d; } IL_0037: { String_t* L_12 = V_1; NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); G_B9_0 = L_13; } IL_003d: { V_3 = G_B9_0; V_5 = 0; goto IL_0071; } IL_0043: { IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ((CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_15 = V_0; int32_t L_16 = V_5; NullCheck(L_15); Il2CppChar L_17; L_17 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_15, L_16, /*hidden argument*/NULL); NullCheck(L_14); Il2CppChar L_18 = L_17; uint8_t L_19 = (L_14)->GetAt(static_cast(L_18)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ((CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_21 = V_1; int32_t L_22 = V_5; NullCheck(L_21); Il2CppChar L_23; L_23 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_21, L_22, /*hidden argument*/NULL); NullCheck(L_20); Il2CppChar L_24 = L_23; uint8_t L_25 = (L_20)->GetAt(static_cast(L_24)); V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_25)); int32_t L_26 = V_4; if (!L_26) { goto IL_006b; } } { int32_t L_27 = V_4; V_2 = L_27; goto IL_0076; } IL_006b: { int32_t L_28 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0071: { int32_t L_29 = V_5; int32_t L_30 = V_3; if ((((int32_t)L_29) < ((int32_t)L_30))) { goto IL_0043; } } IL_0076: { int32_t L_31 = V_2; return L_31; } } // System.Int32 System.Net.CaseInsensitiveAscii::FastGetHashCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CaseInsensitiveAscii_FastGetHashCode_m306A0F307E96AA75691B6E4EC161157798931F2D (CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA * __this, String_t* ___myString0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___myString0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0032; } } { int32_t L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ((CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_5 = ___myString0; NullCheck(L_5); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, 0, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_7 = ((int32_t)((uint8_t)L_6)); uint8_t L_8 = (L_4)->GetAt(static_cast(L_7)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ((CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_10 = ___myString0; int32_t L_11 = V_0; NullCheck(L_10); Il2CppChar L_12; L_12 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_9); int32_t L_13 = ((int32_t)((uint8_t)L_12)); uint8_t L_14 = (L_9)->GetAt(static_cast(L_13)); V_0 = ((int32_t)((int32_t)L_3^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)24)))^(int32_t)((int32_t)((int32_t)L_14<<(int32_t)((int32_t)16))))))); } IL_0032: { int32_t L_15 = V_0; return L_15; } } // System.Boolean System.Net.CaseInsensitiveAscii::Equals(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CaseInsensitiveAscii_Equals_m23F3B8CBE2DD24C2240CDB8523A21D63129BAE3E (CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA * __this, RuntimeObject * ___firstObject0, RuntimeObject * ___secondObject1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; { RuntimeObject * L_0 = ___firstObject0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___secondObject1; V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); String_t* L_2 = V_0; if (L_2) { goto IL_0016; } } { String_t* L_3 = V_1; return (bool)((((RuntimeObject*)(String_t*)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0016: { String_t* L_4 = V_1; if (!L_4) { goto IL_006a; } } { String_t* L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); V_2 = L_6; int32_t L_7 = V_2; String_t* L_8 = V_1; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)L_9)))) { goto IL_006a; } } { String_t* L_10 = V_0; int32_t L_11; L_11 = CaseInsensitiveAscii_FastGetHashCode_m306A0F307E96AA75691B6E4EC161157798931F2D(__this, L_10, /*hidden argument*/NULL); String_t* L_12 = V_1; int32_t L_13; L_13 = CaseInsensitiveAscii_FastGetHashCode_m306A0F307E96AA75691B6E4EC161157798931F2D(__this, L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)L_13)))) { goto IL_006a; } } { String_t* L_14 = V_0; NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_14, /*hidden argument*/NULL); goto IL_0064; } IL_0042: { int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ((CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_18 = V_0; int32_t L_19 = V_2; NullCheck(L_18); Il2CppChar L_20; L_20 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_18, L_19, /*hidden argument*/NULL); NullCheck(L_17); Il2CppChar L_21 = L_20; uint8_t L_22 = (L_17)->GetAt(static_cast(L_21)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = ((CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_24 = V_1; int32_t L_25 = V_2; NullCheck(L_24); Il2CppChar L_26; L_26 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_24, L_25, /*hidden argument*/NULL); NullCheck(L_23); Il2CppChar L_27 = L_26; uint8_t L_28 = (L_23)->GetAt(static_cast(L_27)); if ((((int32_t)L_22) == ((int32_t)L_28))) { goto IL_0064; } } { return (bool)0; } IL_0064: { int32_t L_29 = V_2; if ((((int32_t)L_29) > ((int32_t)0))) { goto IL_0042; } } { return (bool)1; } IL_006a: { return (bool)0; } } // System.Void System.Net.CaseInsensitiveAscii::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaseInsensitiveAscii__ctor_m5AD65BBE763EC356D1DC91FBFE3B546650978C3B (CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.CaseInsensitiveAscii::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaseInsensitiveAscii__cctor_m39F489001DB8C119F2DDBC1E3D0102D6164908BB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____EEAFE8C6E1AB017237567305EE925C976CDB6458_15_FieldInfo_var); s_Il2CppMethodInitialized = true; } { CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA * L_0 = (CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA *)il2cpp_codegen_object_new(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var); CaseInsensitiveAscii__ctor_m5AD65BBE763EC356D1DC91FBFE3B546650978C3B(L_0, /*hidden argument*/NULL); ((CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var))->set_StaticInstance_0(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = L_1; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____EEAFE8C6E1AB017237567305EE925C976CDB6458_15_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m37345890E8136134556D27E57315B584AC51D53F((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); ((CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var))->set_AsciiToLower_1(L_2); 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 Mono.Unity.CertHelper::AddCertificatesToNativeChain(Mono.Unity.UnityTls/unitytls_x509list*,System.Security.Cryptography.X509Certificates.X509CertificateCollection,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertHelper_AddCertificatesToNativeChain_m01FF59F30DBE0728865ECF561D4F0A17186FC9DA (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * ___nativeCertificateChain0, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___certificates1, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2 * V_0 = NULL; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_0 = ___certificates1; NullCheck(L_0); X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2 * L_1; L_1 = X509CertificateCollection_GetEnumerator_mB2D27CFCAA973ED96A90743270506B721358A29F(L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_0018; } IL_0009: { X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2 * L_2 = V_0; NullCheck(L_2); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_3; L_3 = X509CertificateEnumerator_get_Current_m073AF75A4FCD3173200FF90AB6539B9D82C9EA90(L_2, /*hidden argument*/NULL); V_1 = L_3; unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_4 = ___nativeCertificateChain0; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_5 = V_1; unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_6 = ___errorState2; CertHelper_AddCertificateToNativeChain_m9B02240E4BB8AF33B6DE4BF82EBDB7FE7699A5F2((unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)L_4, L_5, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_6, /*hidden argument*/NULL); } IL_0018: { X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2 * L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = X509CertificateEnumerator_MoveNext_mD24E317796AFDCEE1C381C30AEC85B5B3A486F8C(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0009; } } IL_0020: { IL2CPP_LEAVE(0x33, 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) { X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2 * L_9 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_2; if (!L_10) { goto IL_0032; } } IL_002c: { RuntimeObject* L_11 = V_2; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_0032: { IL2CPP_END_FINALLY(34) } } // end finally (depth: 1) IL2CPP_CLEANUP(34) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x33, IL_0033) } IL_0033: { return; } } // System.Void Mono.Unity.CertHelper::AddCertificateToNativeChain(Mono.Unity.UnityTls/unitytls_x509list*,System.Security.Cryptography.X509Certificates.X509Certificate,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertHelper_AddCertificateToNativeChain_m9B02240E4BB8AF33B6DE4BF82EBDB7FE7699A5F2 (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * ___nativeCertificateChain0, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate1, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B * V_1 = NULL; uint8_t* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * V_4 = NULL; int32_t V_5 = 0; { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_0 = ___certificate1; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertData() */, L_0); V_0 = L_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = L_2; V_3 = L_3; if (!L_3) { goto IL_0011; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_3; NullCheck(L_4); if (((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))) { goto IL_0016; } } IL_0011: { V_2 = (uint8_t*)((uintptr_t)0); goto IL_001f; } IL_0016: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_3; NullCheck(L_5); V_2 = (uint8_t*)((uintptr_t)((L_5)->GetAddressAt(static_cast(0)))); } IL_001f: { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_6; L_6 = UnityTls_get_NativeInterface_mB1E9187BB6587A1B6CDDF82B5E08CE253FC84802(/*hidden argument*/NULL); NullCheck(L_6); unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E * L_7 = L_6->get_unitytls_x509list_append_der_13(); unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_8 = ___nativeCertificateChain0; uint8_t* L_9 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; NullCheck(L_10); intptr_t L_11; L_11 = IntPtr_op_Explicit_m6AD40381FA1C56356C0CD443EBC0CE300718420B(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))), /*hidden argument*/NULL); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_12 = ___errorState2; NullCheck(L_7); unitytls_x509list_append_der_t_Invoke_mA432486D4A73BB7FC4DFE3DD02205FE4C0AB9066(L_7, (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)L_8, (uint8_t*)(uint8_t*)L_9, (intptr_t)L_11, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_12, /*hidden argument*/NULL); V_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_13 = ___certificate1; NullCheck(L_13); X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * L_14; L_14 = X509Certificate_get_Impl_mB3A5A23265CEE0651F91F242B11930653C77BF83(L_13, /*hidden argument*/NULL); V_1 = ((X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B *)IsInstClass((RuntimeObject*)L_14, X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B_il2cpp_TypeInfo_var)); X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B * L_15 = V_1; if (!L_15) { goto IL_008b; } } { X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B * L_16 = V_1; NullCheck(L_16); X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * L_17; L_17 = VirtFuncInvoker0< X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * >::Invoke(21 /* System.Security.Cryptography.X509Certificates.X509CertificateImplCollection System.Security.Cryptography.X509Certificates.X509Certificate2Impl::get_IntermediateCertificates() */, L_16); V_4 = L_17; X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * L_18 = V_4; if (!L_18) { goto IL_008b; } } { X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * L_19 = V_4; NullCheck(L_19); int32_t L_20; L_20 = X509CertificateImplCollection_get_Count_m6C92C5AA558F2ECBD17BB5E743443FF353F1C29E(L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) <= ((int32_t)0))) { goto IL_008b; } } { V_5 = 0; goto IL_0080; } IL_0065: { unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_21 = ___nativeCertificateChain0; X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * L_22 = V_4; int32_t L_23 = V_5; NullCheck(L_22); X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * L_24; L_24 = X509CertificateImplCollection_get_Item_m8BC2DE13F2E914AC2290C5F015A00DA0562EC628(L_22, L_23, /*hidden argument*/NULL); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_25 = (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *)il2cpp_codegen_object_new(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553_il2cpp_TypeInfo_var); X509Certificate__ctor_m293DBAACAD872CAEBB81381DBA39060740A8A67C(L_25, L_24, /*hidden argument*/NULL); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_26 = ___errorState2; CertHelper_AddCertificateToNativeChain_m9B02240E4BB8AF33B6DE4BF82EBDB7FE7699A5F2((unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)L_21, L_25, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_26, /*hidden argument*/NULL); int32_t L_27 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0080: { int32_t L_28 = V_5; X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * L_29 = V_4; NullCheck(L_29); int32_t L_30; L_30 = X509CertificateImplCollection_get_Count_m6C92C5AA558F2ECBD17BB5E743443FF353F1C29E(L_29, /*hidden argument*/NULL); if ((((int32_t)L_28) < ((int32_t)L_30))) { goto IL_0065; } } IL_008b: { 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 // Mono.Security.Interface.ICertificateValidator Mono.Net.Security.ChainValidationHelper::GetInternalValidator(Mono.Security.Interface.MonoTlsProvider,Mono.Security.Interface.MonoTlsSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ChainValidationHelper_GetInternalValidator_m43508ED2935C3133D8E3DF74A446BB67980B7958 (MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider0, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_0 = ___settings1; if (L_0) { goto IL_000e; } } { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_1 = ___provider0; ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * L_2 = (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE *)il2cpp_codegen_object_new(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE_il2cpp_TypeInfo_var); ChainValidationHelper__ctor_m28263F9E95F112572E406F1ECC7FBBE7300A6CB8(L_2, L_1, (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 *)NULL, (bool)0, (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 *)NULL, (ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 *)NULL, /*hidden argument*/NULL); return L_2; } IL_000e: { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_3 = ___settings1; NullCheck(L_3); RuntimeObject* L_4; L_4 = MonoTlsSettings_get_CertificateValidator_m6578EC980AC6961145A77D1F87C213857623040D_inline(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001d; } } { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_5 = ___settings1; NullCheck(L_5); RuntimeObject* L_6; L_6 = MonoTlsSettings_get_CertificateValidator_m6578EC980AC6961145A77D1F87C213857623040D_inline(L_5, /*hidden argument*/NULL); return L_6; } IL_001d: { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_7 = ___provider0; MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_8 = ___settings1; ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * L_9 = (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE *)il2cpp_codegen_object_new(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE_il2cpp_TypeInfo_var); ChainValidationHelper__ctor_m28263F9E95F112572E406F1ECC7FBBE7300A6CB8(L_9, L_7, L_8, (bool)0, (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 *)NULL, (ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 *)NULL, /*hidden argument*/NULL); return L_9; } } // Mono.Net.Security.ChainValidationHelper Mono.Net.Security.ChainValidationHelper::Create(Mono.Security.Interface.MonoTlsProvider,Mono.Security.Interface.MonoTlsSettings&,Mono.Net.Security.MonoTlsStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * ChainValidationHelper_Create_mD4BCBFE6D47F3B5906F8601220940DA4EB89711F (MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider0, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** ___settings1, MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * ___stream2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * V_0 = NULL; { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_0 = ___provider0; MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** L_1 = ___settings1; MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_2 = *((MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 **)L_1); MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_3 = ___stream2; ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * L_4 = (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE *)il2cpp_codegen_object_new(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE_il2cpp_TypeInfo_var); ChainValidationHelper__ctor_m28263F9E95F112572E406F1ECC7FBBE7300A6CB8(L_4, L_0, L_2, (bool)1, L_3, (ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 *)NULL, /*hidden argument*/NULL); V_0 = L_4; MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** L_5 = ___settings1; ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * L_6 = V_0; NullCheck(L_6); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_7 = L_6->get_settings_1(); *((RuntimeObject **)L_5) = (RuntimeObject *)L_7; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_5, (void*)(RuntimeObject *)L_7); ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * L_8 = V_0; return L_8; } } // System.Void Mono.Net.Security.ChainValidationHelper::.ctor(Mono.Security.Interface.MonoTlsProvider,Mono.Security.Interface.MonoTlsSettings,System.Boolean,Mono.Net.Security.MonoTlsStream,Mono.Net.Security.ServerCertValidationCallbackWrapper) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChainValidationHelper__ctor_m28263F9E95F112572E406F1ECC7FBBE7300A6CB8 (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * __this, MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider0, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings1, bool ___cloneSettings2, MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * ___stream3, ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * ___callbackWrapper4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChainValidationHelper_DefaultSelectionCallback_m49276FF688CE25C4F5F94232C5CC4D3CE34132D3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * V_1 = NULL; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t G_B12_0 = 0; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_0 = ___settings1; if (L_0) { goto IL_0010; } } { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_1; L_1 = MonoTlsSettings_CopyDefaultSettings_m34F75FC2D72A9D1E527369CB9286B7CB3EEFFA04(/*hidden argument*/NULL); ___settings1 = L_1; } IL_0010: { bool L_2 = ___cloneSettings2; if (!L_2) { goto IL_001c; } } { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_3 = ___settings1; NullCheck(L_3); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_4; L_4 = MonoTlsSettings_CloneWithValidator_m2FF8E65806B460D8D1026F35F1FE122CC3BFD8F5(L_3, __this, /*hidden argument*/NULL); ___settings1 = L_4; } IL_001c: { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_5 = ___provider0; if (L_5) { goto IL_0026; } } { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_6; L_6 = MonoTlsProviderFactory_GetProvider_m464F894E37D5322B5F94EEAAECE25A62C9B7F12C(/*hidden argument*/NULL); ___provider0 = L_6; } IL_0026: { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_7 = ___provider0; __this->set_provider_2(L_7); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_8 = ___settings1; __this->set_settings_1(L_8); MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_9 = ___stream3; __this->set_tlsStream_6(L_9); ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * L_10 = ___callbackWrapper4; __this->set_callbackWrapper_5(L_10); V_0 = (bool)0; MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_11 = ___settings1; if (!L_11) { goto IL_0099; } } { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_12 = ___settings1; NullCheck(L_12); MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * L_13; L_13 = MonoTlsSettings_get_RemoteCertificateValidationCallback_m75D6DE3A10E67B8E5BF73AEDA2CB4EA3647254B5_inline(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0069; } } { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_14 = ___settings1; NullCheck(L_14); MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * L_15; L_15 = MonoTlsSettings_get_RemoteCertificateValidationCallback_m75D6DE3A10E67B8E5BF73AEDA2CB4EA3647254B5_inline(L_14, /*hidden argument*/NULL); RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * L_16; L_16 = CallbackHelpers_MonoToPublic_mA9725CCDC76B7ED5BD3988E9E3EBC49DBC69EB02(L_15, /*hidden argument*/NULL); V_1 = L_16; RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * L_17 = V_1; ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_18 = (ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA *)il2cpp_codegen_object_new(ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA_il2cpp_TypeInfo_var); ServerCertValidationCallback__ctor_m74FA8CDC1C3AD2BAE782BFD55EC0AA62A18E7DE0(L_18, L_17, /*hidden argument*/NULL); __this->set_certValidationCallback_3(L_18); } IL_0069: { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_19 = ___settings1; NullCheck(L_19); MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * L_20; L_20 = MonoTlsSettings_get_ClientCertificateSelectionCallback_mFE8E90C0D3E5200210CC9CB235DE5E5533A82017_inline(L_19, /*hidden argument*/NULL); LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * L_21; L_21 = CallbackHelpers_MonoToInternal_m0925AA94D5894632C4147F94C0D5822885FEB1DA(L_20, /*hidden argument*/NULL); __this->set_certSelectionCallback_4(L_21); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_22 = ___settings1; NullCheck(L_22); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_23; L_23 = MonoTlsSettings_get_UseServicePointManagerCallback_m28672345E25C0ED1BD4B3E64B8A8A89CCEE86060_inline(L_22, /*hidden argument*/NULL); V_2 = L_23; bool L_24; L_24 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(&V_2), /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); if (L_24) { goto IL_0091; } } { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_25 = ___stream3; G_B12_0 = ((!(((RuntimeObject*)(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 *)L_25) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); goto IL_0098; } IL_0091: { bool L_26; L_26 = Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(&V_2), /*hidden argument*/Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_RuntimeMethod_var); G_B12_0 = ((int32_t)(L_26)); } IL_0098: { V_0 = (bool)G_B12_0; } IL_0099: { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_27 = ___stream3; if (!L_27) { goto IL_00ee; } } { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_28 = ___stream3; NullCheck(L_28); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_29; L_29 = MonoTlsStream_get_Request_m5CE0E7D32A482AFFEA41907117E3519B23C92F83_inline(L_28, /*hidden argument*/NULL); __this->set_request_7(L_29); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_30 = __this->get_request_7(); __this->set_sender_0(L_30); ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_31 = __this->get_certValidationCallback_3(); if (L_31) { goto IL_00cf; } } { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_32 = __this->get_request_7(); NullCheck(L_32); ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_33; L_33 = HttpWebRequest_get_ServerCertValidationCallback_mC40F344BFA88D34DBD794CDB8BD0B8A5F5D78AA6_inline(L_32, /*hidden argument*/NULL); __this->set_certValidationCallback_3(L_33); } IL_00cf: { LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * L_34 = __this->get_certSelectionCallback_4(); if (L_34) { goto IL_00e9; } } { LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * L_35 = (LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C *)il2cpp_codegen_object_new(LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C_il2cpp_TypeInfo_var); LocalCertSelectionCallback__ctor_mE564871B196549FDEA64C011A4AA00339FA0281F(L_35, NULL, (intptr_t)((intptr_t)ChainValidationHelper_DefaultSelectionCallback_m49276FF688CE25C4F5F94232C5CC4D3CE34132D3_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_certSelectionCallback_4(L_35); } IL_00e9: { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_36 = ___settings1; if (L_36) { goto IL_00ee; } } { V_0 = (bool)1; } IL_00ee: { bool L_37 = V_0; if (!L_37) { goto IL_0104; } } { ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_38 = __this->get_certValidationCallback_3(); if (L_38) { goto IL_0104; } } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_39; L_39 = ServicePointManager_get_ServerCertValidationCallback_m5AD93FC2391E0E343328CE642F7DDE1CFBB0B306_inline(/*hidden argument*/NULL); __this->set_certValidationCallback_3(L_39); } IL_0104: { return; } } // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.ChainValidationHelper::DefaultSelectionCallback(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ChainValidationHelper_DefaultSelectionCallback_m49276FF688CE25C4F5F94232C5CC4D3CE34132D3 (String_t* ___targetHost0, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___localCertificates1, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___remoteCertificate2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___acceptableIssuers3, const RuntimeMethod* method) { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * V_0 = NULL; { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_0 = ___localCertificates1; if (!L_0) { goto IL_000b; } } { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_1 = ___localCertificates1; NullCheck(L_1); int32_t L_2; L_2 = CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000f; } } IL_000b: { V_0 = (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *)NULL; goto IL_0017; } IL_000f: { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_3 = ___localCertificates1; NullCheck(L_3); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_4; L_4 = X509CertificateCollection_get_Item_mF0F62ACA6DB4482B2F055563F3A88CFDB92377FA(L_3, 0, /*hidden argument*/NULL); V_0 = L_4; } IL_0017: { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_5 = V_0; return L_5; } } // Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.ChainValidationHelper::get_Settings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ChainValidationHelper_get_Settings_m3531570824A98D25FD20B667975B42D72B07CE18 (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * __this, const RuntimeMethod* method) { { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_0 = __this->get_settings_1(); return L_0; } } // System.Boolean Mono.Net.Security.ChainValidationHelper::SelectClientCertificate(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[],System.Security.Cryptography.X509Certificates.X509Certificate&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ChainValidationHelper_SelectClientCertificate_mF386AA0C4CF842650473CCD90B1BA0D34695130E (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * __this, String_t* ___targetHost0, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___localCertificates1, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___remoteCertificate2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___acceptableIssuers3, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 ** ___clientCertificate4, const RuntimeMethod* method) { { LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * L_0 = __this->get_certSelectionCallback_4(); if (L_0) { goto IL_000e; } } { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 ** L_1 = ___clientCertificate4; *((RuntimeObject **)L_1) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL); return (bool)0; } IL_000e: { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 ** L_2 = ___clientCertificate4; LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * L_3 = __this->get_certSelectionCallback_4(); String_t* L_4 = ___targetHost0; X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_5 = ___localCertificates1; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_6 = ___remoteCertificate2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = ___acceptableIssuers3; NullCheck(L_3); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_8; L_8 = LocalCertSelectionCallback_Invoke_m2869B1DB69FB6390DB8035B41C0594762111D484(L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); *((RuntimeObject **)L_2) = (RuntimeObject *)L_8; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_8); return (bool)1; } } // Mono.Security.Interface.ValidationResult Mono.Net.Security.ChainValidationHelper::ValidateCertificate(System.String,System.Boolean,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * ChainValidationHelper_ValidateCertificate_mAB6BCD3C37B1ED5CA44B0DA7E3C7FE961D1F7A0C (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * __this, String_t* ___host0, bool ___serverMode1, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___leaf2, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___chain3, const RuntimeMethod* method) { ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * V_0 = NULL; ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * G_B4_0 = NULL; MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * G_B2_0 = NULL; MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * G_B3_0 = NULL; int32_t G_B5_0 = 0; MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * G_B5_1 = NULL; IL_0000: try { // begin try (depth: 1) { String_t* L_0 = ___host0; bool L_1 = ___serverMode1; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_2 = ___leaf2; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_3 = ___chain3; ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_4; L_4 = ChainValidationHelper_ValidateChain_mF930C960C8EA0CFEE7AE893486A11AB96CC5A958(__this, L_0, L_1, L_2, L_3, (X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *)NULL, 0, /*hidden argument*/NULL); V_0 = L_4; MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_5 = __this->get_tlsStream_6(); if (!L_5) { goto IL_0035; } } IL_0016: { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_6 = __this->get_tlsStream_6(); ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_7 = V_0; G_B2_0 = L_6; if (!L_7) { G_B4_0 = L_6; goto IL_002f; } } IL_001f: { ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_8 = V_0; NullCheck(L_8); bool L_9; L_9 = ValidationResult_get_Trusted_mFDD8BFA1C1EC21DC970A55810381205D7841D35A_inline(L_8, /*hidden argument*/NULL); G_B3_0 = G_B2_0; if (!L_9) { G_B4_0 = G_B2_0; goto IL_002f; } } IL_0027: { ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_10 = V_0; NullCheck(L_10); bool L_11; L_11 = ValidationResult_get_UserDenied_m1E4095C966C2AC586B421485A171FF6BA45DE002_inline(L_10, /*hidden argument*/NULL); G_B5_0 = ((int32_t)(L_11)); G_B5_1 = G_B3_0; goto IL_0030; } IL_002f: { G_B5_0 = 1; G_B5_1 = G_B4_0; } IL_0030: { NullCheck(G_B5_1); MonoTlsStream_set_CertificateValidationFailed_m0CB02DA5133C5B1D5E8CB9794A3BAEC3BDC5E0B9_inline(G_B5_1, (bool)G_B5_0, /*hidden argument*/NULL); } IL_0035: { ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_12 = V_0; V_1 = L_12; goto IL_0050; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0039; } throw e; } CATCH_0039: { // begin catch(System.Object) { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_13 = __this->get_tlsStream_6(); if (!L_13) { goto IL_004e; } } IL_0042: { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_14 = __this->get_tlsStream_6(); NullCheck(L_14); MonoTlsStream_set_CertificateValidationFailed_m0CB02DA5133C5B1D5E8CB9794A3BAEC3BDC5E0B9_inline(L_14, (bool)1, /*hidden argument*/NULL); } IL_004e: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ChainValidationHelper_ValidateCertificate_mAB6BCD3C37B1ED5CA44B0DA7E3C7FE961D1F7A0C_RuntimeMethod_var))); } } // end catch (depth: 1) IL_0050: { ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_15 = V_1; return L_15; } } // Mono.Security.Interface.ValidationResult Mono.Net.Security.ChainValidationHelper::ValidateChain(System.String,System.Boolean,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Net.Security.SslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * ChainValidationHelper_ValidateChain_mF930C960C8EA0CFEE7AE893486A11AB96CC5A958 (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * __this, String_t* ___host0, bool ___server1, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___leaf2, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___chain3, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___certs4, int32_t ___errors5, const RuntimeMethod* method) { X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * V_0 = NULL; bool V_1 = false; ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * G_B3_0 = NULL; ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * G_B2_0 = NULL; { X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_0 = ___chain3; V_0 = L_0; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_1 = ___chain3; V_1 = (bool)((((RuntimeObject*)(X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0009: try { // begin try (depth: 1) { String_t* L_2 = ___host0; bool L_3 = ___server1; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_4 = ___leaf2; X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_5 = ___certs4; int32_t L_6 = ___errors5; ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_7; L_7 = ChainValidationHelper_ValidateChain_mFB4BC1CD513099E2156178A0F94663FAD1849EB2(__this, L_2, L_3, L_4, (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 **)(&___chain3), L_5, L_6, /*hidden argument*/NULL); X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_8 = ___chain3; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_9 = V_0; G_B2_0 = L_7; if ((((RuntimeObject*)(X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *)L_8) == ((RuntimeObject*)(X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *)L_9))) { G_B3_0 = L_7; goto IL_001f; } } IL_001d: { V_1 = (bool)1; G_B3_0 = G_B2_0; } IL_001f: { V_2 = G_B3_0; IL2CPP_LEAVE(0x31, 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_10 = V_1; if (!L_10) { goto IL_0030; } } IL_0025: { X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_11 = ___chain3; if (!L_11) { goto IL_0030; } } IL_0029: { X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_12 = ___chain3; NullCheck(L_12); X509Chain_Dispose_mCFA2A24CDD151F681BA0A24B2CE814696217A1E3(L_12, /*hidden argument*/NULL); } IL_0030: { IL2CPP_END_FINALLY(34) } } // end finally (depth: 1) IL2CPP_CLEANUP(34) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x31, IL_0031) } IL_0031: { ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_13 = V_2; return L_13; } } // Mono.Security.Interface.ValidationResult Mono.Net.Security.ChainValidationHelper::ValidateChain(System.String,System.Boolean,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain&,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Net.Security.SslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * ChainValidationHelper_ValidateChain_mFB4BC1CD513099E2156178A0F94663FAD1849EB2 (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * __this, String_t* ___host0, bool ___server1, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___leaf2, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 ** ___chain3, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___certs4, int32_t ___errors5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultCertificatePolicy_tD7D2E2AFA9C5648214DC0405BF1A86F234FBFCC5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICertificatePolicy_t7A9584DFA8196FE1962B2541877DB571C1FBF2C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m09F335835B58D17E36FCF69E20E02BFF3D40F53C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SystemCertificateValidator_t2C7C4B225D22259A73CDC5879CD4D4F6E5B871A5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; RuntimeObject* V_3 = NULL; int32_t V_4 = 0; bool V_5 = false; int32_t V_6 = 0; int32_t V_7 = 0; ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * V_8 = NULL; int32_t G_B3_0 = 0; int32_t G_B30_0 = 0; { V_0 = (bool)0; V_1 = (bool)0; ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_0 = __this->get_certValidationCallback_3(); if (L_0) { goto IL_0017; } } { ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * L_1 = __this->get_callbackWrapper_5(); G_B3_0 = ((!(((RuntimeObject*)(ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 *)L_1) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); goto IL_0018; } IL_0017: { G_B3_0 = 1; } IL_0018: { V_2 = (bool)G_B3_0; MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_2 = __this->get_tlsStream_6(); if (!L_2) { goto IL_0032; } } { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_3 = __this->get_request_7(); NullCheck(L_3); ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_4; L_4 = HttpWebRequest_get_ServicePoint_m87CA558F0C7B4A6D585F42616771173F75DE2567(L_3, /*hidden argument*/NULL); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_5 = ___leaf2; NullCheck(L_4); ServicePoint_UpdateServerCertificate_m8F8352188BACC259F5D00F3D9044E3E7F2707E29(L_4, L_5, /*hidden argument*/NULL); } IL_0032: { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_6 = ___leaf2; if (L_6) { goto IL_0089; } } { int32_t L_7 = ___errors5; ___errors5 = ((int32_t)((int32_t)L_7|(int32_t)1)); bool L_8 = V_2; if (!L_8) { goto IL_0079; } } { ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * L_9 = __this->get_callbackWrapper_5(); if (!L_9) { goto IL_005e; } } { ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * L_10 = __this->get_callbackWrapper_5(); ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_11 = __this->get_certValidationCallback_3(); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_12 = ___leaf2; int32_t L_13 = ___errors5; NullCheck(L_10); bool L_14; L_14 = ServerCertValidationCallbackWrapper_Invoke_mBDF485AED0434BAE86AF712D014292266AA71C0C(L_10, L_11, L_12, (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *)NULL, L_13, /*hidden argument*/NULL); V_1 = L_14; goto IL_0074; } IL_005e: { ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_15 = __this->get_certValidationCallback_3(); RuntimeObject * L_16 = __this->get_sender_0(); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_17 = ___leaf2; int32_t L_18 = ___errors5; NullCheck(L_15); bool L_19; L_19 = ServerCertValidationCallback_Invoke_m88F7CC8E8BAE6F501FB49ECE5DC9026120DA3857(L_15, L_16, L_17, (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *)NULL, L_18, /*hidden argument*/NULL); V_1 = L_19; } IL_0074: { bool L_20 = V_1; V_0 = (bool)((((int32_t)L_20) == ((int32_t)0))? 1 : 0); } IL_0079: { bool L_21 = V_1; bool L_22 = V_0; int32_t L_23 = ___errors5; Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 L_24; memset((&L_24), 0, sizeof(L_24)); Nullable_1__ctor_m09F335835B58D17E36FCF69E20E02BFF3D40F53C((&L_24), L_23, /*hidden argument*/Nullable_1__ctor_m09F335835B58D17E36FCF69E20E02BFF3D40F53C_RuntimeMethod_var); ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_25 = (ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 *)il2cpp_codegen_object_new(ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23_il2cpp_TypeInfo_var); ValidationResult__ctor_mC7440C9DCE339A6050A327757E3D9966638C4C18(L_25, L_21, L_22, 0, L_24, /*hidden argument*/NULL); return L_25; } IL_0089: { String_t* L_26 = ___host0; bool L_27; L_27 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_26, /*hidden argument*/NULL); if (L_27) { goto IL_00ab; } } { String_t* L_28 = ___host0; NullCheck(L_28); int32_t L_29; L_29 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_28, ((int32_t)58), /*hidden argument*/NULL); V_7 = L_29; int32_t L_30 = V_7; if ((((int32_t)L_30) <= ((int32_t)0))) { goto IL_00ab; } } { String_t* L_31 = ___host0; int32_t L_32 = V_7; NullCheck(L_31); String_t* L_33; L_33 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_31, 0, L_32, /*hidden argument*/NULL); ___host0 = L_33; } IL_00ab: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); RuntimeObject* L_34; L_34 = ServicePointManager_GetLegacyCertificatePolicy_mAF513A5B047B738491743CDC093618371750E747_inline(/*hidden argument*/NULL); V_3 = L_34; V_4 = 0; MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_35 = __this->get_settings_1(); IL2CPP_RUNTIME_CLASS_INIT(SystemCertificateValidator_t2C7C4B225D22259A73CDC5879CD4D4F6E5B871A5_il2cpp_TypeInfo_var); bool L_36; L_36 = SystemCertificateValidator_NeedsChain_m7638F13AC43F875790A5782D11D9D2DC073A267E(L_35, /*hidden argument*/NULL); V_5 = L_36; bool L_37 = V_5; bool L_38 = V_2; if (!((int32_t)((int32_t)((((int32_t)L_37) == ((int32_t)0))? 1 : 0)&(int32_t)L_38))) { goto IL_00e2; } } { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_39 = __this->get_settings_1(); if (!L_39) { goto IL_00df; } } { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_40 = __this->get_settings_1(); NullCheck(L_40); bool L_41; L_41 = MonoTlsSettings_get_CallbackNeedsCertificateChain_m22912D04EC8EB9DD9093028D0335F5602469CF46_inline(L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_00e2; } } IL_00df: { V_5 = (bool)1; } IL_00e2: { int32_t L_42 = ___errors5; V_6 = L_42; MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_43 = __this->get_provider_2(); String_t* L_44 = ___host0; bool L_45 = ___server1; X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_46 = ___certs4; bool L_47 = V_5; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 ** L_48 = ___chain3; NullCheck(L_43); bool L_49; L_49 = VirtFuncInvoker8< bool, RuntimeObject*, String_t*, bool, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *, bool, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 **, int32_t*, int32_t* >::Invoke(12 /* System.Boolean Mono.Security.Interface.MonoTlsProvider::ValidateCertificate(Mono.Security.Interface.ICertificateValidator2,System.String,System.Boolean,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Boolean,System.Security.Cryptography.X509Certificates.X509Chain&,Mono.Security.Interface.MonoSslPolicyErrors&,System.Int32&) */, L_43, __this, L_44, L_45, L_46, L_47, (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 **)L_48, (int32_t*)(&V_6), (int32_t*)(&V_4)); V_1 = L_49; int32_t L_50 = V_6; ___errors5 = L_50; int32_t L_51 = V_4; if (L_51) { goto IL_0112; } } { int32_t L_52 = ___errors5; if (!L_52) { goto IL_0112; } } { V_4 = ((int32_t)-2146762485); } IL_0112: { RuntimeObject* L_53 = V_3; if (!L_53) { goto IL_0162; } } { RuntimeObject* L_54 = V_3; if (!((DefaultCertificatePolicy_tD7D2E2AFA9C5648214DC0405BF1A86F234FBFCC5 *)IsInstClass((RuntimeObject*)L_54, DefaultCertificatePolicy_tD7D2E2AFA9C5648214DC0405BF1A86F234FBFCC5_il2cpp_TypeInfo_var))) { goto IL_0125; } } { ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_55 = __this->get_certValidationCallback_3(); if (L_55) { goto IL_0162; } } IL_0125: { V_8 = (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 *)NULL; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_56 = __this->get_request_7(); if (!L_56) { goto IL_013d; } } { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_57 = __this->get_request_7(); NullCheck(L_57); ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_58; L_58 = HttpWebRequest_get_ServicePointNoLock_mAB6BB5851482B6EA1FFB3943897D7B9399795B13_inline(L_57, /*hidden argument*/NULL); V_8 = L_58; } IL_013d: { RuntimeObject* L_59 = V_3; ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_60 = V_8; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_61 = ___leaf2; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_62 = __this->get_request_7(); int32_t L_63 = V_4; NullCheck(L_59); bool L_64; L_64 = InterfaceFuncInvoker4< bool, ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E *, int32_t >::Invoke(0 /* System.Boolean System.Net.ICertificatePolicy::CheckValidationResult(System.Net.ServicePoint,System.Security.Cryptography.X509Certificates.X509Certificate,System.Net.WebRequest,System.Int32) */, ICertificatePolicy_t7A9584DFA8196FE1962B2541877DB571C1FBF2C6_il2cpp_TypeInfo_var, L_59, L_60, L_61, L_62, L_63); V_1 = L_64; bool L_65 = V_1; if (L_65) { goto IL_0160; } } { RuntimeObject* L_66 = V_3; G_B30_0 = ((((int32_t)((!(((RuntimeObject*)(DefaultCertificatePolicy_tD7D2E2AFA9C5648214DC0405BF1A86F234FBFCC5 *)((DefaultCertificatePolicy_tD7D2E2AFA9C5648214DC0405BF1A86F234FBFCC5 *)IsInstClass((RuntimeObject*)L_66, DefaultCertificatePolicy_tD7D2E2AFA9C5648214DC0405BF1A86F234FBFCC5_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0161; } IL_0160: { G_B30_0 = 0; } IL_0161: { V_0 = (bool)G_B30_0; } IL_0162: { bool L_67 = V_2; if (!L_67) { goto IL_01a4; } } { ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * L_68 = __this->get_callbackWrapper_5(); if (!L_68) { goto IL_0187; } } { ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * L_69 = __this->get_callbackWrapper_5(); ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_70 = __this->get_certValidationCallback_3(); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_71 = ___leaf2; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 ** L_72 = ___chain3; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_73 = *((X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 **)L_72); int32_t L_74 = ___errors5; NullCheck(L_69); bool L_75; L_75 = ServerCertValidationCallbackWrapper_Invoke_mBDF485AED0434BAE86AF712D014292266AA71C0C(L_69, L_70, L_71, L_73, L_74, /*hidden argument*/NULL); V_1 = L_75; goto IL_019f; } IL_0187: { ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_76 = __this->get_certValidationCallback_3(); RuntimeObject * L_77 = __this->get_sender_0(); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_78 = ___leaf2; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 ** L_79 = ___chain3; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_80 = *((X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 **)L_79); int32_t L_81 = ___errors5; NullCheck(L_76); bool L_82; L_82 = ServerCertValidationCallback_Invoke_m88F7CC8E8BAE6F501FB49ECE5DC9026120DA3857(L_76, L_77, L_78, L_80, L_81, /*hidden argument*/NULL); V_1 = L_82; } IL_019f: { bool L_83 = V_1; V_0 = (bool)((((int32_t)L_83) == ((int32_t)0))? 1 : 0); } IL_01a4: { bool L_84 = V_1; bool L_85 = V_0; int32_t L_86 = V_4; int32_t L_87 = ___errors5; Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 L_88; memset((&L_88), 0, sizeof(L_88)); Nullable_1__ctor_m09F335835B58D17E36FCF69E20E02BFF3D40F53C((&L_88), L_87, /*hidden argument*/Nullable_1__ctor_m09F335835B58D17E36FCF69E20E02BFF3D40F53C_RuntimeMethod_var); ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_89 = (ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 *)il2cpp_codegen_object_new(ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23_il2cpp_TypeInfo_var); ValidationResult__ctor_mC7440C9DCE339A6050A327757E3D9966638C4C18(L_89, L_84, L_85, L_86, L_88, /*hidden argument*/NULL); return L_89; } } #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.ComponentModel.CollectionConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionConverter__ctor_mA6E78367ED2C94B1B80B6E3314AB4854D275613F (CollectionConverter_t422389A535F7B690A16B943213A57E6464DDA11A * __this, const RuntimeMethod* method) { { TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C(__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.Int32 System.Net.NetworkInformation.CommonUnixIPGlobalProperties::getdomainname(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommonUnixIPGlobalProperties_getdomainname_mE35D08D81049A96BFF3134C9F109711CD98D18CF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name0, int32_t ___len1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (uint8_t*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_libc_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("libc"), "getdomainname", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___name0' to native representation uint8_t* ____name0_marshaled = NULL; if (___name0 != NULL) { ____name0_marshaled = reinterpret_cast((___name0)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libc_INTERNAL int32_t returnValue = reinterpret_cast(getdomainname)(____name0_marshaled, ___len1); #else int32_t returnValue = il2cppPInvokeFunc(____name0_marshaled, ___len1); #endif return returnValue; } // System.String System.Net.NetworkInformation.CommonUnixIPGlobalProperties::get_DomainName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CommonUnixIPGlobalProperties_get_DomainName_m413AC21C8FCF33C473D3360DD83E0F9CFB7662D7 (CommonUnixIPGlobalProperties_t74F6A363223CF97FAB9A43E71FEAF07F2681F928 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m204EA717B425B2D05BB91568E62A291F99E44F75_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B7_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B7_1 = NULL; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * G_B7_2 = NULL; int32_t G_B6_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B6_1 = NULL; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * G_B6_2 = NULL; int32_t G_B8_0 = 0; int32_t G_B8_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B8_2 = NULL; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * G_B8_3 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); V_0 = L_0; } IL_000b: try { // begin try (depth: 1) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = V_0; int32_t L_2; L_2 = CommonUnixIPGlobalProperties_getdomainname_mE35D08D81049A96BFF3134C9F109711CD98D18CF(L_1, ((int32_t)256), /*hidden argument*/NULL); if (!L_2) { goto IL_001e; } } IL_0018: { NetworkInformationException_t1BA1B6E599C317CF3BBC965519238248C74211CF * L_3 = (NetworkInformationException_t1BA1B6E599C317CF3BBC965519238248C74211CF *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkInformationException_t1BA1B6E599C317CF3BBC965519238248C74211CF_il2cpp_TypeInfo_var))); NetworkInformationException__ctor_m5CDA318CAFE57C54FA19136D9CC86F34DF5F8F1C(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CommonUnixIPGlobalProperties_get_DomainName_m413AC21C8FCF33C473D3360DD83E0F9CFB7662D7_RuntimeMethod_var))); } IL_001e: { goto IL_0029; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EntryPointNotFoundException_tD0666CDCBD81C969BAAC14899569BFED2E05F9DC_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0020; } throw e; } CATCH_0020: { // begin catch(System.EntryPointNotFoundException) String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); V_2 = L_4; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_004a; } // end catch (depth: 1) IL_0029: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; int32_t L_6; L_6 = Array_IndexOf_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m204EA717B425B2D05BB91568E62A291F99E44F75(L_5, (uint8_t)0, /*hidden argument*/Array_IndexOf_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m204EA717B425B2D05BB91568E62A291F99E44F75_RuntimeMethod_var); V_1 = L_6; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_7; L_7 = Encoding_get_ASCII_mFA250EFF131288B0C4572FC27C7393FD469DC1C0(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; int32_t L_9 = V_1; G_B6_0 = 0; G_B6_1 = L_8; G_B6_2 = L_7; if ((((int32_t)L_9) < ((int32_t)0))) { G_B7_0 = 0; G_B7_1 = L_8; G_B7_2 = L_7; goto IL_003f; } } { int32_t L_10 = V_1; G_B8_0 = L_10; G_B8_1 = G_B6_0; G_B8_2 = G_B6_1; G_B8_3 = G_B6_2; goto IL_0044; } IL_003f: { G_B8_0 = ((int32_t)256); G_B8_1 = G_B7_0; G_B8_2 = G_B7_1; G_B8_3 = G_B7_2; } IL_0044: { NullCheck(G_B8_3); String_t* L_11; L_11 = VirtFuncInvoker3< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(33 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, G_B8_3, G_B8_2, G_B8_1, G_B8_0); return L_11; } IL_004a: { String_t* L_12 = V_2; return L_12; } } // System.Void System.Net.NetworkInformation.CommonUnixIPGlobalProperties::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonUnixIPGlobalProperties__ctor_m60C46E122AF76BCED16DD7F3FD5EFF74C093F83C (CommonUnixIPGlobalProperties_t74F6A363223CF97FAB9A43E71FEAF07F2681F928 * __this, const RuntimeMethod* method) { { IPGlobalProperties__ctor_mEEE47DACD96438BCDF67877A3E2F0D3A592C2977(__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.Int32 System.Net.Comparer::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_System_Collections_IComparer_Compare_m83E8F9A164E78CC74ADA62FF0EB4F7AEBE08B902 (Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F * __this, RuntimeObject * ___ol0, RuntimeObject * ___or1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * V_0 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * V_1 = NULL; int32_t V_2 = 0; { RuntimeObject * L_0 = ___ol0; V_0 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)CastclassSealed((RuntimeObject*)L_0, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___or1; V_1 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)CastclassSealed((RuntimeObject*)L_1, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var)); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = Cookie_get_Name_mC233F7C69F3A7FE643C75F4289BE2F7A8E84D8FD_inline(L_2, /*hidden argument*/NULL); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_4 = V_1; NullCheck(L_4); String_t* L_5; L_5 = Cookie_get_Name_mC233F7C69F3A7FE643C75F4289BE2F7A8E84D8FD_inline(L_4, /*hidden argument*/NULL); int32_t L_6; L_6 = String_Compare_m573A1F97B15F82C9AC7DC0BB1B381EEDCD2759CD(L_3, L_5, 5, /*hidden argument*/NULL); int32_t L_7 = L_6; V_2 = L_7; if (!L_7) { goto IL_0026; } } { int32_t L_8 = V_2; return L_8; } IL_0026: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_9 = V_0; NullCheck(L_9); String_t* L_10; L_10 = Cookie_get_Domain_m278E7B0428D3194F5C38175134F7C3D5788A69FE_inline(L_9, /*hidden argument*/NULL); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_11 = V_1; NullCheck(L_11); String_t* L_12; L_12 = Cookie_get_Domain_m278E7B0428D3194F5C38175134F7C3D5788A69FE_inline(L_11, /*hidden argument*/NULL); int32_t L_13; L_13 = String_Compare_m573A1F97B15F82C9AC7DC0BB1B381EEDCD2759CD(L_10, L_12, 5, /*hidden argument*/NULL); int32_t L_14 = L_13; V_2 = L_14; if (!L_14) { goto IL_003e; } } { int32_t L_15 = V_2; return L_15; } IL_003e: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_16 = V_0; NullCheck(L_16); String_t* L_17; L_17 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(L_16, /*hidden argument*/NULL); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_18 = V_1; NullCheck(L_18); String_t* L_19; L_19 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(L_18, /*hidden argument*/NULL); int32_t L_20; L_20 = String_Compare_m573A1F97B15F82C9AC7DC0BB1B381EEDCD2759CD(L_17, L_19, 4, /*hidden argument*/NULL); int32_t L_21 = L_20; V_2 = L_21; if (!L_21) { goto IL_0056; } } { int32_t L_22 = V_2; return L_22; } IL_0056: { return 0; } } // System.Void System.Net.Comparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer__ctor_mB9048FB4377C7FE872A4ACD9A0173FEDA37554F3 (Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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.Collections.Specialized.CompatibleComparer::.ctor(System.Collections.IComparer,System.Collections.IHashCodeProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompatibleComparer__ctor_mFAA5DFD1F5D8A144CBE12E74E8557CF5653A2DB0 (CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * __this, RuntimeObject* ___comparer0, RuntimeObject* ___hashCodeProvider1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___comparer0; __this->set__comparer_0(L_0); RuntimeObject* L_1 = ___hashCodeProvider1; __this->set__hcp_2(L_1); return; } } // System.Boolean System.Collections.Specialized.CompatibleComparer::Equals(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CompatibleComparer_Equals_m08DCF183451A42F14345B5F615F4BE790565EB38 (CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * __this, RuntimeObject * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparable_tFEDC50D0B9EA8DB2753CA1971AA5AB49AD3AC62C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___a0; RuntimeObject * L_1 = ___b1; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_2 = ___a0; if (!L_2) { goto IL_000c; } } { RuntimeObject * L_3 = ___b1; if (L_3) { goto IL_000e; } } IL_000c: { return (bool)0; } IL_000e: { } IL_000f: try { // begin try (depth: 1) { RuntimeObject* L_4 = __this->get__comparer_0(); if (!L_4) { goto IL_002a; } } IL_0017: { RuntimeObject* L_5 = __this->get__comparer_0(); RuntimeObject * L_6 = ___a0; RuntimeObject * L_7 = ___b1; NullCheck(L_5); int32_t L_8; L_8 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var, L_5, L_6, L_7); V_1 = (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0); goto IL_0050; } IL_002a: { RuntimeObject * L_9 = ___a0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IComparable_tFEDC50D0B9EA8DB2753CA1971AA5AB49AD3AC62C_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_0; if (!L_10) { goto IL_0041; } } IL_0034: { RuntimeObject* L_11 = V_0; RuntimeObject * L_12 = ___b1; NullCheck(L_11); int32_t L_13; L_13 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(0 /* System.Int32 System.IComparable::CompareTo(System.Object) */, IComparable_tFEDC50D0B9EA8DB2753CA1971AA5AB49AD3AC62C_il2cpp_TypeInfo_var, L_11, L_12); V_1 = (bool)((((int32_t)L_13) == ((int32_t)0))? 1 : 0); goto IL_0050; } IL_0041: { goto IL_0048; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0043; } throw e; } CATCH_0043: { // begin catch(System.ArgumentException) V_1 = (bool)0; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0050; } // end catch (depth: 1) IL_0048: { RuntimeObject * L_14 = ___a0; RuntimeObject * L_15 = ___b1; NullCheck(L_14); bool L_16; L_16 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_14, L_15); return L_16; } IL_0050: { bool L_17 = V_1; return L_17; } } // System.Int32 System.Collections.Specialized.CompatibleComparer::GetHashCode(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompatibleComparer_GetHashCode_mEFB12FFF3B0A76548DF481D6922F2F21D31B30FA (CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CompatibleComparer_GetHashCode_mEFB12FFF3B0A76548DF481D6922F2F21D31B30FA_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = __this->get__hcp_2(); if (!L_2) { goto IL_0023; } } { RuntimeObject* L_3 = __this->get__hcp_2(); RuntimeObject * L_4 = ___obj0; NullCheck(L_3); int32_t L_5; L_5 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IHashCodeProvider::GetHashCode(System.Object) */, IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_il2cpp_TypeInfo_var, L_3, L_4); return L_5; } IL_0023: { RuntimeObject * L_6 = ___obj0; NullCheck(L_6); int32_t L_7; L_7 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_6); return L_7; } } // System.Collections.IComparer System.Collections.Specialized.CompatibleComparer::get_Comparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_Comparer_m556DC9797B932664AA69CDC71F0C7EF8E669AF79 (CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__comparer_0(); return L_0; } } // System.Collections.IHashCodeProvider System.Collections.Specialized.CompatibleComparer::get_HashCodeProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_HashCodeProvider_mE92F98439CCB3AFCFFA472631B45AC8CA8686F0D (CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__hcp_2(); return L_0; } } // System.Collections.IComparer System.Collections.Specialized.CompatibleComparer::get_DefaultComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_DefaultComparer_m4AB0D4BF050F498E9CC959059EA4BC251ED6F631 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ((CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var))->get_defaultComparer_1(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C * L_2 = (CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C *)il2cpp_codegen_object_new(CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C_il2cpp_TypeInfo_var); CaseInsensitiveComparer__ctor_mD14E129C0E3097F0E076A4E04E87D5081C4E666B(L_2, L_1, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var))->set_defaultComparer_1(L_2); } IL_001a: { RuntimeObject* L_3 = ((CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var))->get_defaultComparer_1(); il2cpp_codegen_memory_barrier(); return L_3; } } // System.Collections.IHashCodeProvider System.Collections.Specialized.CompatibleComparer::get_DefaultHashCodeProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_DefaultHashCodeProvider_mE46DC30844F61CA73DE162E5B9F04C0E0B85F6A0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ((CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var))->get_defaultHashProvider_3(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA * L_2 = (CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA *)il2cpp_codegen_object_new(CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA_il2cpp_TypeInfo_var); CaseInsensitiveHashCodeProvider__ctor_mA20A70E69A24912F9688675F259E538C46034D63(L_2, L_1, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var))->set_defaultHashProvider_3(L_2); } IL_001a: { RuntimeObject* L_3 = ((CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var))->get_defaultHashProvider_3(); il2cpp_codegen_memory_barrier(); return L_3; } } #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.Configuration.ConnectionManagementElementCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection__ctor_mFFAEA4E88F5C33B6DA8531C079C852A77FD04A19 (ConnectionManagementElementCollection_t6398255FE4916E59AC5841760AC6D8D28EC4728C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementElementCollection__ctor_mFFAEA4E88F5C33B6DA8531C079C852A77FD04A19_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection__ctor_mFFAEA4E88F5C33B6DA8531C079C852A77FD04A19_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.Configuration.ConnectionManagementSection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementSection__ctor_mE885788862A7E2BC030547954BE04682B5685B0F (ConnectionManagementSection_t3A29EBAF9E3B13F9886D2739ABE4AD89CA007987 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementSection__ctor_mE885788862A7E2BC030547954BE04682B5685B0F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementSection__ctor_mE885788862A7E2BC030547954BE04682B5685B0F_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.ConnectionManagementSection::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * ConnectionManagementSection_get_Properties_m5F5D4D565489088905ADC68D61267773F96F9419 (ConnectionManagementSection_t3A29EBAF9E3B13F9886D2739ABE4AD89CA007987 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementSection_get_Properties_m5F5D4D565489088905ADC68D61267773F96F9419_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementSection_get_Properties_m5F5D4D565489088905ADC68D61267773F96F9419_RuntimeMethod_var); return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)NULL; } } #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.Cookie::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie__ctor_m4C7C1E7E0DCE68AC143F44630AEE2D385480DE48 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_comment_4(L_0); __this->set_m_cookieVariant_6(1); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_domain_8(L_1); __this->set_m_domain_implicit_9((bool)1); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); __this->set_m_expires_10(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_name_11(L_3); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_path_12(L_4); __this->set_m_path_implicit_13((bool)1); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_port_14(L_5); __this->set_m_port_implicit_15((bool)1); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6; L_6 = DateTime_get_Now_mDC71803EA6776DD66EA7477CDCCD62191726B478(/*hidden argument*/NULL); __this->set_m_timeStamp_19(L_6); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_value_20(L_7); String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_domainKey_22(L_8); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.String System.Net.Cookie::get_Comment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get_Comment_mDC7F376B5AE6B6FF9605081404988E22A5AAF79F (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_comment_4(); return L_0; } } // System.Void System.Net.Cookie::set_Comment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Comment_mC73FCBD37723DC9929AE7297AB98CC43F186963A (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000a; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___value0 = L_1; } IL_000a: { String_t* L_2 = ___value0; __this->set_m_comment_4(L_2); return; } } // System.Void System.Net.Cookie::set_CommentUri(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_CommentUri_m164977759148B2CC340AE701684D1E418D450EBA (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method) { { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___value0; __this->set_m_commentUri_5(L_0); return; } } // System.Void System.Net.Cookie::set_HttpOnly(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_HttpOnly_m6A2720FC01374C07DFD197379E821FB860117587 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_httpOnly_18(L_0); return; } } // System.Void System.Net.Cookie::set_Discard(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Discard_m885D993D0395C8CE0ADEF8709678E603C9A0CB89 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_discard_7(L_0); return; } } // System.String System.Net.Cookie::get_Domain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get_Domain_m278E7B0428D3194F5C38175134F7C3D5788A69FE (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_domain_8(); return L_0; } } // System.Void System.Net.Cookie::set_Domain(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Domain_mFAA0D7FAB346C34A3ADF865A6F531A948E4E9DBA (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * G_B2_0 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_0007; } } { String_t* L_1 = ___value0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_000c; } IL_0007: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_000c: { NullCheck(G_B3_1); G_B3_1->set_m_domain_8(G_B3_0); __this->set_m_domain_implicit_9((bool)0); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_domainKey_22(L_3); return; } } // System.String System.Net.Cookie::get__Domain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Domain_m3B7DDACA37D03838CA3C94460AA300D4E2D81C7C (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EC6EE6DD2256DD3B8C906507025EE48AE0432AC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); s_Il2CppMethodInitialized = true; } String_t* G_B5_0 = NULL; String_t* G_B4_0 = NULL; String_t* G_B6_0 = NULL; String_t* G_B6_1 = NULL; String_t* G_B8_0 = NULL; String_t* G_B8_1 = NULL; String_t* G_B8_2 = NULL; String_t* G_B7_0 = NULL; String_t* G_B7_1 = NULL; String_t* G_B7_2 = NULL; String_t* G_B9_0 = NULL; String_t* G_B9_1 = NULL; String_t* G_B9_2 = NULL; String_t* G_B9_3 = NULL; { bool L_0; L_0 = Cookie_get_Plain_m640F05F7E1F4600F56769459C1FE15548512E2E2(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0056; } } { bool L_1 = __this->get_m_domain_implicit_9(); if (L_1) { goto IL_0056; } } { String_t* L_2 = __this->get_m_domain_8(); NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0056; } } { bool L_4 = __this->get_IsQuotedDomain_24(); G_B4_0 = _stringLiteral3EC6EE6DD2256DD3B8C906507025EE48AE0432AC; if (L_4) { G_B5_0 = _stringLiteral3EC6EE6DD2256DD3B8C906507025EE48AE0432AC; goto IL_0031; } } { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B6_0 = L_5; G_B6_1 = G_B4_0; goto IL_0036; } IL_0031: { G_B6_0 = _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; G_B6_1 = G_B5_0; } IL_0036: { String_t* L_6 = __this->get_m_domain_8(); bool L_7 = __this->get_IsQuotedDomain_24(); G_B7_0 = L_6; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; if (L_7) { G_B8_0 = L_6; G_B8_1 = G_B6_0; G_B8_2 = G_B6_1; goto IL_004b; } } { String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B9_0 = L_8; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; G_B9_3 = G_B7_2; goto IL_0050; } IL_004b: { G_B9_0 = _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; G_B9_3 = G_B8_2; } IL_0050: { String_t* L_9; L_9 = String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749(G_B9_3, G_B9_2, G_B9_1, G_B9_0, /*hidden argument*/NULL); return L_9; } IL_0056: { String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_10; } } // System.Boolean System.Net.Cookie::get_Expired() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_get_Expired_mB77802DB1DD4FD43D23A582009833238D50C23A5 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = __this->get_m_expires_10(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); bool L_2; L_2 = DateTime_op_Inequality_m80842FE3BAF3814E9FB05181BBFC573AE4AFF44D(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0028; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_3 = __this->get_address_of_m_expires_10(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4; L_4 = DateTime_ToLocalTime_mCE92C270822E0C13C7C849BDE5DDC852A4CF0A08((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5; L_5 = DateTime_get_Now_mDC71803EA6776DD66EA7477CDCCD62191726B478(/*hidden argument*/NULL); bool L_6; L_6 = DateTime_op_LessThanOrEqual_mC678CF8E06021725A3960253A5D164B00C838BC6(L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0028: { return (bool)0; } } // System.Void System.Net.Cookie::set_Expires(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Expires_m074F513530A0F9F02E261D6B2A52DA8084AAA618 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; __this->set_m_expires_10(L_0); return; } } // System.String System.Net.Cookie::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get_Name_mC233F7C69F3A7FE643C75F4289BE2F7A8E84D8FD (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_11(); return L_0; } } // System.Boolean System.Net.Cookie::InternalSetName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_InternalSetName_m866D7004C1F40D6F1247918DD747C08F71986B42 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var); bool L_1; L_1 = ValidationHelper_IsBlankString_m6AD6EA4A3A18A43F7D0E619A814E1C8805B80BE1(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0021; } } { String_t* L_2 = ___value0; NullCheck(L_2); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, 0, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)36)))) { goto IL_0021; } } { String_t* L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->get_Reserved2Name_1(); NullCheck(L_4); int32_t L_6; L_6 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_4, L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_002e; } } IL_0021: { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_name_11(L_7); return (bool)0; } IL_002e: { String_t* L_8 = ___value0; __this->set_m_name_11(L_8); return (bool)1; } } // System.String System.Net.Cookie::get_Path() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_path_12(); return L_0; } } // System.Void System.Net.Cookie::set_Path(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Path_mEA8D095CDCC6D19456E1F24C43F143080EF577E8 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * G_B2_0 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_0007; } } { String_t* L_1 = ___value0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_000c; } IL_0007: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_000c: { NullCheck(G_B3_1); G_B3_1->set_m_path_12(G_B3_0); __this->set_m_path_implicit_13((bool)0); return; } } // System.String System.Net.Cookie::get__Path() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Path_m78788CA8B87C93C7C22828F97BA8F1AF022908B1 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B50EFF68A6BF17B8DE03339A4359AF08F480AAF); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Cookie_get_Plain_m640F05F7E1F4600F56769459C1FE15548512E2E2(__this, /*hidden argument*/NULL); if (L_0) { goto IL_002e; } } { bool L_1 = __this->get_m_path_implicit_13(); if (L_1) { goto IL_002e; } } { String_t* L_2 = __this->get_m_path_12(); NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002e; } } { String_t* L_4 = __this->get_m_path_12(); String_t* L_5; L_5 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteral6B50EFF68A6BF17B8DE03339A4359AF08F480AAF, L_4, /*hidden argument*/NULL); return L_5; } IL_002e: { String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_6; } } // System.Boolean System.Net.Cookie::get_Plain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_get_Plain_m640F05F7E1F4600F56769459C1FE15548512E2E2 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Cookie_get_Variant_m5453D977C7AAF6B634E5B31CB2DE7D66BD323551_inline(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } // System.Boolean System.Net.Cookie::IsDomainEqualToHost(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_IsDomainEqualToHost_mD7EDBAB12BAEB929358217E2BA1C11751279C3E6 (String_t* ___domain0, String_t* ___host1, const RuntimeMethod* method) { { String_t* L_0 = ___host1; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); String_t* L_2 = ___domain0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))) == ((uint32_t)L_3)))) { goto IL_0024; } } { String_t* L_4 = ___host1; String_t* L_5 = ___domain0; String_t* L_6 = ___host1; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); int32_t L_8; L_8 = String_Compare_m7927E2200C8BAF4D0EA5B8224819B5D63E150C54(L_4, 0, L_5, 1, L_7, 5, /*hidden argument*/NULL); if (L_8) { goto IL_0024; } } { return (bool)1; } IL_0024: { return (bool)0; } } // System.Boolean System.Net.Cookie::VerifySetDefaults(System.Net.CookieVariant,System.Uri,System.Boolean,System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, int32_t ___variant0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri1, bool ___isLocalDomain2, String_t* ___localDomain3, bool ___set_default4, bool ___isThrow5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; bool V_3 = false; String_t* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_7 = NULL; int32_t V_8 = 0; int32_t G_B14_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B14_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B14_2 = NULL; String_t* G_B14_3 = NULL; int32_t G_B13_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B13_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B13_2 = NULL; String_t* G_B13_3 = NULL; String_t* G_B15_0 = NULL; int32_t G_B15_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B15_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B15_3 = NULL; String_t* G_B15_4 = NULL; int32_t G_B25_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B25_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B25_2 = NULL; String_t* G_B25_3 = NULL; int32_t G_B24_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B24_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B24_2 = NULL; String_t* G_B24_3 = NULL; String_t* G_B26_0 = NULL; int32_t G_B26_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B26_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B26_3 = NULL; String_t* G_B26_4 = NULL; int32_t G_B52_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B52_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B52_2 = NULL; String_t* G_B52_3 = NULL; int32_t G_B51_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B51_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B51_2 = NULL; String_t* G_B51_3 = NULL; String_t* G_B53_0 = NULL; int32_t G_B53_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B53_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B53_3 = NULL; String_t* G_B53_4 = NULL; { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri1; NullCheck(L_0); String_t* L_1; L_1 = Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64(L_0, /*hidden argument*/NULL); V_0 = L_1; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = ___uri1; NullCheck(L_2); int32_t L_3; L_3 = Uri_get_Port_m23A08BF55EC1DC7421B99E6E77544DDF5900099C(L_2, /*hidden argument*/NULL); V_1 = L_3; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4 = ___uri1; NullCheck(L_4); String_t* L_5; L_5 = Uri_get_AbsolutePath_mB845A99D0CEB442AAF90B24A95EE7509C34C6306(L_4, /*hidden argument*/NULL); V_2 = L_5; V_3 = (bool)1; bool L_6 = ___set_default4; if (!L_6) { goto IL_003e; } } { int32_t L_7; L_7 = Cookie_get_Version_m061640FE8C0F64A0FA003BF8D3391CC1FCD153A4_inline(__this, /*hidden argument*/NULL); if (L_7) { goto IL_0028; } } { ___variant0 = 1; goto IL_0037; } IL_0028: { int32_t L_8; L_8 = Cookie_get_Version_m061640FE8C0F64A0FA003BF8D3391CC1FCD153A4_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_0037; } } { int32_t L_9 = ___variant0; if (L_9) { goto IL_0037; } } { ___variant0 = 2; } IL_0037: { int32_t L_10 = ___variant0; __this->set_m_cookieVariant_6(L_10); } IL_003e: { String_t* L_11 = __this->get_m_name_11(); if (!L_11) { goto IL_0076; } } { String_t* L_12 = __this->get_m_name_11(); NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0076; } } { String_t* L_14 = __this->get_m_name_11(); NullCheck(L_14); Il2CppChar L_15; L_15 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, 0, /*hidden argument*/NULL); if ((((int32_t)L_15) == ((int32_t)((int32_t)36)))) { goto IL_0076; } } { String_t* L_16 = __this->get_m_name_11(); IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->get_Reserved2Name_1(); NullCheck(L_16); int32_t L_18; L_18 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_16, L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) == ((int32_t)(-1)))) { goto IL_00b2; } } IL_0076: { bool L_19 = ___isThrow5; if (!L_19) { goto IL_00b0; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = L_20; NullCheck(L_21); ArrayElementTypeCheck (L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B))); (L_21)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = L_21; String_t* L_23 = __this->get_m_name_11(); G_B13_0 = 1; G_B13_1 = L_22; G_B13_2 = L_22; G_B13_3 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)); if (!L_23) { G_B14_0 = 1; G_B14_1 = L_22; G_B14_2 = L_22; G_B14_3 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)); goto IL_009f; } } { String_t* L_24 = __this->get_m_name_11(); G_B15_0 = L_24; G_B15_1 = G_B13_0; G_B15_2 = G_B13_1; G_B15_3 = G_B13_2; G_B15_4 = G_B13_3; goto IL_00a4; } IL_009f: { G_B15_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD64DE515DE159C401BB82652225D6BE22CDAD7A1)); G_B15_1 = G_B14_0; G_B15_2 = G_B14_1; G_B15_3 = G_B14_2; G_B15_4 = G_B14_3; } IL_00a4: { NullCheck(G_B15_2); ArrayElementTypeCheck (G_B15_2, G_B15_0); (G_B15_2)->SetAt(static_cast(G_B15_1), (RuntimeObject *)G_B15_0); String_t* L_25; L_25 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(G_B15_4, G_B15_3, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_26 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4_RuntimeMethod_var))); } IL_00b0: { return (bool)0; } IL_00b2: { String_t* L_27 = __this->get_m_value_20(); if (!L_27) { goto IL_0107; } } { String_t* L_28 = __this->get_m_value_20(); NullCheck(L_28); int32_t L_29; L_29 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_28, /*hidden argument*/NULL); if ((((int32_t)L_29) <= ((int32_t)2))) { goto IL_00f4; } } { String_t* L_30 = __this->get_m_value_20(); NullCheck(L_30); Il2CppChar L_31; L_31 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_30, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)34))))) { goto IL_00f4; } } { String_t* L_32 = __this->get_m_value_20(); String_t* L_33 = __this->get_m_value_20(); NullCheck(L_33); int32_t L_34; L_34 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_33, /*hidden argument*/NULL); NullCheck(L_32); Il2CppChar L_35; L_35 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_32, ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_35) == ((int32_t)((int32_t)34)))) { goto IL_0143; } } IL_00f4: { String_t* L_36 = __this->get_m_value_20(); IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_37 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->get_Reserved2Value_2(); NullCheck(L_36); int32_t L_38; L_38 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_36, L_37, /*hidden argument*/NULL); if ((((int32_t)L_38) == ((int32_t)(-1)))) { goto IL_0143; } } IL_0107: { bool L_39 = ___isThrow5; if (!L_39) { goto IL_0141; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_40 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_41 = L_40; NullCheck(L_41); ArrayElementTypeCheck (L_41, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3))); (L_41)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_42 = L_41; String_t* L_43 = __this->get_m_value_20(); G_B24_0 = 1; G_B24_1 = L_42; G_B24_2 = L_42; G_B24_3 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)); if (!L_43) { G_B25_0 = 1; G_B25_1 = L_42; G_B25_2 = L_42; G_B25_3 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)); goto IL_0130; } } { String_t* L_44 = __this->get_m_value_20(); G_B26_0 = L_44; G_B26_1 = G_B24_0; G_B26_2 = G_B24_1; G_B26_3 = G_B24_2; G_B26_4 = G_B24_3; goto IL_0135; } IL_0130: { G_B26_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD64DE515DE159C401BB82652225D6BE22CDAD7A1)); G_B26_1 = G_B25_0; G_B26_2 = G_B25_1; G_B26_3 = G_B25_2; G_B26_4 = G_B25_3; } IL_0135: { NullCheck(G_B26_2); ArrayElementTypeCheck (G_B26_2, G_B26_0); (G_B26_2)->SetAt(static_cast(G_B26_1), (RuntimeObject *)G_B26_0); String_t* L_45; L_45 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(G_B26_4, G_B26_3, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_46 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_46, L_45, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4_RuntimeMethod_var))); } IL_0141: { return (bool)0; } IL_0143: { String_t* L_47; L_47 = Cookie_get_Comment_mDC7F376B5AE6B6FF9605081404988E22A5AAF79F_inline(__this, /*hidden argument*/NULL); if (!L_47) { goto IL_01c5; } } { String_t* L_48; L_48 = Cookie_get_Comment_mDC7F376B5AE6B6FF9605081404988E22A5AAF79F_inline(__this, /*hidden argument*/NULL); NullCheck(L_48); int32_t L_49; L_49 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_48, /*hidden argument*/NULL); if ((((int32_t)L_49) <= ((int32_t)2))) { goto IL_0185; } } { String_t* L_50; L_50 = Cookie_get_Comment_mDC7F376B5AE6B6FF9605081404988E22A5AAF79F_inline(__this, /*hidden argument*/NULL); NullCheck(L_50); Il2CppChar L_51; L_51 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_50, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)34))))) { goto IL_0185; } } { String_t* L_52; L_52 = Cookie_get_Comment_mDC7F376B5AE6B6FF9605081404988E22A5AAF79F_inline(__this, /*hidden argument*/NULL); String_t* L_53; L_53 = Cookie_get_Comment_mDC7F376B5AE6B6FF9605081404988E22A5AAF79F_inline(__this, /*hidden argument*/NULL); NullCheck(L_53); int32_t L_54; L_54 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_53, /*hidden argument*/NULL); NullCheck(L_52); Il2CppChar L_55; L_55 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_52, ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_55) == ((int32_t)((int32_t)34)))) { goto IL_01c5; } } IL_0185: { String_t* L_56; L_56 = Cookie_get_Comment_mDC7F376B5AE6B6FF9605081404988E22A5AAF79F_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_57 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->get_Reserved2Value_2(); NullCheck(L_56); int32_t L_58; L_58 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_56, L_57, /*hidden argument*/NULL); if ((((int32_t)L_58) == ((int32_t)(-1)))) { goto IL_01c5; } } { bool L_59 = ___isThrow5; if (!L_59) { goto IL_01c3; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_60 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_61 = L_60; NullCheck(L_61); ArrayElementTypeCheck (L_61, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3EBF7CFEC7929F196835D5D12FBBE2F845BF2A5F))); (L_61)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3EBF7CFEC7929F196835D5D12FBBE2F845BF2A5F))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_62 = L_61; String_t* L_63; L_63 = Cookie_get_Comment_mDC7F376B5AE6B6FF9605081404988E22A5AAF79F_inline(__this, /*hidden argument*/NULL); NullCheck(L_62); ArrayElementTypeCheck (L_62, L_63); (L_62)->SetAt(static_cast(1), (RuntimeObject *)L_63); String_t* L_64; L_64 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)), L_62, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_65 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_65, L_64, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_65, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4_RuntimeMethod_var))); } IL_01c3: { return (bool)0; } IL_01c5: { String_t* L_66; L_66 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(__this, /*hidden argument*/NULL); if (!L_66) { goto IL_0247; } } { String_t* L_67; L_67 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(__this, /*hidden argument*/NULL); NullCheck(L_67); int32_t L_68; L_68 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_67, /*hidden argument*/NULL); if ((((int32_t)L_68) <= ((int32_t)2))) { goto IL_0207; } } { String_t* L_69; L_69 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(__this, /*hidden argument*/NULL); NullCheck(L_69); Il2CppChar L_70; L_70 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_69, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_70) == ((uint32_t)((int32_t)34))))) { goto IL_0207; } } { String_t* L_71; L_71 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(__this, /*hidden argument*/NULL); String_t* L_72; L_72 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(__this, /*hidden argument*/NULL); NullCheck(L_72); int32_t L_73; L_73 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_72, /*hidden argument*/NULL); NullCheck(L_71); Il2CppChar L_74; L_74 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_71, ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_74) == ((int32_t)((int32_t)34)))) { goto IL_0247; } } IL_0207: { String_t* L_75; L_75 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_76 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->get_Reserved2Value_2(); NullCheck(L_75); int32_t L_77; L_77 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_75, L_76, /*hidden argument*/NULL); if ((((int32_t)L_77) == ((int32_t)(-1)))) { goto IL_0247; } } { bool L_78 = ___isThrow5; if (!L_78) { goto IL_0245; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_79 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_80 = L_79; NullCheck(L_80); ArrayElementTypeCheck (L_80, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE366688218C4FC506EA8269E62224B37209508EB))); (L_80)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE366688218C4FC506EA8269E62224B37209508EB))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_81 = L_80; String_t* L_82; L_82 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(__this, /*hidden argument*/NULL); NullCheck(L_81); ArrayElementTypeCheck (L_81, L_82); (L_81)->SetAt(static_cast(1), (RuntimeObject *)L_82); String_t* L_83; L_83 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)), L_81, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_84 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_84, L_83, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_84, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4_RuntimeMethod_var))); } IL_0245: { return (bool)0; } IL_0247: { bool L_85 = ___set_default4; if (!L_85) { goto IL_025f; } } { bool L_86 = __this->get_m_domain_implicit_9(); if (!L_86) { goto IL_025f; } } { String_t* L_87 = V_0; __this->set_m_domain_8(L_87); goto IL_0414; } IL_025f: { bool L_88 = __this->get_m_domain_implicit_9(); if (L_88) { goto IL_03d3; } } { String_t* L_89 = __this->get_m_domain_8(); V_4 = L_89; String_t* L_90 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); bool L_91; L_91 = Cookie_DomainCharsTest_m9E7316125005E096082D30F6C63C682A52B40978(L_90, /*hidden argument*/NULL); if (L_91) { goto IL_02af; } } { bool L_92 = ___isThrow5; if (!L_92) { goto IL_02ad; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_93 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_94 = L_93; NullCheck(L_94); ArrayElementTypeCheck (L_94, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1A0A3CA99318DA5D044663BE79A6F30B963858AF))); (L_94)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1A0A3CA99318DA5D044663BE79A6F30B963858AF))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_95 = L_94; String_t* L_96 = V_4; G_B51_0 = 1; G_B51_1 = L_95; G_B51_2 = L_95; G_B51_3 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)); if (!L_96) { G_B52_0 = 1; G_B52_1 = L_95; G_B52_2 = L_95; G_B52_3 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)); goto IL_029c; } } { String_t* L_97 = V_4; G_B53_0 = L_97; G_B53_1 = G_B51_0; G_B53_2 = G_B51_1; G_B53_3 = G_B51_2; G_B53_4 = G_B51_3; goto IL_02a1; } IL_029c: { G_B53_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD64DE515DE159C401BB82652225D6BE22CDAD7A1)); G_B53_1 = G_B52_0; G_B53_2 = G_B52_1; G_B53_3 = G_B52_2; G_B53_4 = G_B52_3; } IL_02a1: { NullCheck(G_B53_2); ArrayElementTypeCheck (G_B53_2, G_B53_0); (G_B53_2)->SetAt(static_cast(G_B53_1), (RuntimeObject *)G_B53_0); String_t* L_98; L_98 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(G_B53_4, G_B53_3, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_99 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_99, L_98, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_99, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4_RuntimeMethod_var))); } IL_02ad: { return (bool)0; } IL_02af: { String_t* L_100 = V_4; NullCheck(L_100); Il2CppChar L_101; L_101 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_100, 0, /*hidden argument*/NULL); if ((((int32_t)L_101) == ((int32_t)((int32_t)46)))) { goto IL_02fe; } } { int32_t L_102 = ___variant0; if ((((int32_t)L_102) == ((int32_t)3))) { goto IL_02f0; } } { int32_t L_103 = ___variant0; if ((((int32_t)L_103) == ((int32_t)1))) { goto IL_02f0; } } { bool L_104 = ___isThrow5; if (!L_104) { goto IL_02ee; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_105 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_106 = L_105; NullCheck(L_106); ArrayElementTypeCheck (L_106, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1A0A3CA99318DA5D044663BE79A6F30B963858AF))); (L_106)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1A0A3CA99318DA5D044663BE79A6F30B963858AF))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_107 = L_106; String_t* L_108 = __this->get_m_domain_8(); NullCheck(L_107); ArrayElementTypeCheck (L_107, L_108); (L_107)->SetAt(static_cast(1), (RuntimeObject *)L_108); String_t* L_109; L_109 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)), L_107, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_110 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_110, L_109, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_110, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4_RuntimeMethod_var))); } IL_02ee: { return (bool)0; } IL_02f0: { String_t* L_111 = V_4; String_t* L_112; L_112 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, L_111, /*hidden argument*/NULL); V_4 = L_112; } IL_02fe: { String_t* L_113 = V_0; NullCheck(L_113); int32_t L_114; L_114 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_113, ((int32_t)46), /*hidden argument*/NULL); V_5 = L_114; bool L_115 = ___isLocalDomain2; if (!L_115) { goto IL_031e; } } { String_t* L_116 = ___localDomain3; String_t* L_117 = V_4; int32_t L_118; L_118 = String_Compare_m573A1F97B15F82C9AC7DC0BB1B381EEDCD2759CD(L_116, L_117, 5, /*hidden argument*/NULL); if (L_118) { goto IL_031e; } } { V_3 = (bool)1; goto IL_03bc; } IL_031e: { String_t* L_119 = V_4; String_t* L_120 = V_4; NullCheck(L_120); int32_t L_121; L_121 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_120, /*hidden argument*/NULL); NullCheck(L_119); int32_t L_122; L_122 = String_IndexOf_m3A61B8C27BBED464066C9C13CB540150FEC99A3B(L_119, ((int32_t)46), 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_121, (int32_t)2)), /*hidden argument*/NULL); if ((!(((uint32_t)L_122) == ((uint32_t)(-1))))) { goto IL_0342; } } { String_t* L_123 = V_4; String_t* L_124 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); bool L_125; L_125 = Cookie_IsDomainEqualToHost_mD7EDBAB12BAEB929358217E2BA1C11751279C3E6(L_123, L_124, /*hidden argument*/NULL); if (L_125) { goto IL_03bc; } } { V_3 = (bool)0; goto IL_03bc; } IL_0342: { int32_t L_126 = ___variant0; if ((!(((uint32_t)L_126) == ((uint32_t)1)))) { goto IL_0384; } } { String_t* L_127 = V_4; String_t* L_128 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); bool L_129; L_129 = Cookie_IsDomainEqualToHost_mD7EDBAB12BAEB929358217E2BA1C11751279C3E6(L_127, L_128, /*hidden argument*/NULL); if (L_129) { goto IL_03bc; } } { String_t* L_130 = V_0; NullCheck(L_130); int32_t L_131; L_131 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_130, /*hidden argument*/NULL); String_t* L_132 = V_4; NullCheck(L_132); int32_t L_133; L_133 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_132, /*hidden argument*/NULL); if ((((int32_t)L_131) <= ((int32_t)L_133))) { goto IL_0380; } } { String_t* L_134 = V_0; String_t* L_135 = V_0; NullCheck(L_135); int32_t L_136; L_136 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_135, /*hidden argument*/NULL); String_t* L_137 = V_4; NullCheck(L_137); int32_t L_138; L_138 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_137, /*hidden argument*/NULL); String_t* L_139 = V_4; String_t* L_140 = V_4; NullCheck(L_140); int32_t L_141; L_141 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_140, /*hidden argument*/NULL); int32_t L_142; L_142 = String_Compare_m7927E2200C8BAF4D0EA5B8224819B5D63E150C54(L_134, ((int32_t)il2cpp_codegen_subtract((int32_t)L_136, (int32_t)L_138)), L_139, 0, L_141, 5, /*hidden argument*/NULL); if (!L_142) { goto IL_03bc; } } IL_0380: { V_3 = (bool)0; goto IL_03bc; } IL_0384: { int32_t L_143 = V_5; if ((((int32_t)L_143) == ((int32_t)(-1)))) { goto IL_03b0; } } { String_t* L_144 = V_4; NullCheck(L_144); int32_t L_145; L_145 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_144, /*hidden argument*/NULL); String_t* L_146 = V_0; NullCheck(L_146); int32_t L_147; L_147 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_146, /*hidden argument*/NULL); int32_t L_148 = V_5; if ((!(((uint32_t)L_145) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_147, (int32_t)L_148)))))) { goto IL_03b0; } } { String_t* L_149 = V_0; int32_t L_150 = V_5; String_t* L_151 = V_4; String_t* L_152 = V_4; NullCheck(L_152); int32_t L_153; L_153 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_152, /*hidden argument*/NULL); int32_t L_154; L_154 = String_Compare_m7927E2200C8BAF4D0EA5B8224819B5D63E150C54(L_149, L_150, L_151, 0, L_153, 5, /*hidden argument*/NULL); if (!L_154) { goto IL_03bc; } } IL_03b0: { String_t* L_155 = V_4; String_t* L_156 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); bool L_157; L_157 = Cookie_IsDomainEqualToHost_mD7EDBAB12BAEB929358217E2BA1C11751279C3E6(L_155, L_156, /*hidden argument*/NULL); if (L_157) { goto IL_03bc; } } { V_3 = (bool)0; } IL_03bc: { bool L_158 = V_3; if (!L_158) { goto IL_03e4; } } { String_t* L_159 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_160; L_160 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); NullCheck(L_159); String_t* L_161; L_161 = String_ToLower_m31AAE50F084C9F7ECE9201944F237D2310C79235(L_159, L_160, /*hidden argument*/NULL); __this->set_m_domainKey_22(L_161); goto IL_03e4; } IL_03d3: { String_t* L_162 = V_0; String_t* L_163 = __this->get_m_domain_8(); int32_t L_164; L_164 = String_Compare_m573A1F97B15F82C9AC7DC0BB1B381EEDCD2759CD(L_162, L_163, 5, /*hidden argument*/NULL); if (!L_164) { goto IL_03e4; } } { V_3 = (bool)0; } IL_03e4: { bool L_165 = V_3; if (L_165) { goto IL_0414; } } { bool L_166 = ___isThrow5; if (!L_166) { goto IL_0412; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_167 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_168 = L_167; NullCheck(L_168); ArrayElementTypeCheck (L_168, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1A0A3CA99318DA5D044663BE79A6F30B963858AF))); (L_168)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1A0A3CA99318DA5D044663BE79A6F30B963858AF))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_169 = L_168; String_t* L_170 = __this->get_m_domain_8(); NullCheck(L_169); ArrayElementTypeCheck (L_169, L_170); (L_169)->SetAt(static_cast(1), (RuntimeObject *)L_170); String_t* L_171; L_171 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)), L_169, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_172 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_172, L_171, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_172, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4_RuntimeMethod_var))); } IL_0412: { return (bool)0; } IL_0414: { bool L_173 = ___set_default4; if (!L_173) { goto IL_0478; } } { bool L_174 = __this->get_m_path_implicit_13(); if (!L_174) { goto IL_0478; } } { int32_t L_175 = __this->get_m_cookieVariant_6(); V_6 = L_175; int32_t L_176 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_176, (int32_t)1))) { case 0: { goto IL_043f; } case 1: { goto IL_0448; } case 2: { goto IL_045f; } } } { goto IL_045f; } IL_043f: { String_t* L_177 = V_2; __this->set_m_path_12(L_177); goto IL_04b8; } IL_0448: { String_t* L_178 = V_2; String_t* L_179 = V_2; NullCheck(L_179); int32_t L_180; L_180 = String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826(L_179, ((int32_t)47), /*hidden argument*/NULL); NullCheck(L_178); String_t* L_181; L_181 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_178, 0, L_180, /*hidden argument*/NULL); __this->set_m_path_12(L_181); goto IL_04b8; } IL_045f: { String_t* L_182 = V_2; String_t* L_183 = V_2; NullCheck(L_183); int32_t L_184; L_184 = String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826(L_183, ((int32_t)47), /*hidden argument*/NULL); NullCheck(L_182); String_t* L_185; L_185 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_182, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_184, (int32_t)1)), /*hidden argument*/NULL); __this->set_m_path_12(L_185); goto IL_04b8; } IL_0478: { String_t* L_186 = V_2; String_t* L_187 = __this->get_m_path_12(); String_t* L_188; L_188 = CookieParser_CheckQuoted_mDA4A706F673D6991A45AF83E22BE86D945F0F4F9(L_187, /*hidden argument*/NULL); NullCheck(L_186); bool L_189; L_189 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_186, L_188, /*hidden argument*/NULL); if (L_189) { goto IL_04b8; } } { bool L_190 = ___isThrow5; if (!L_190) { goto IL_04b6; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_191 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_192 = L_191; NullCheck(L_192); ArrayElementTypeCheck (L_192, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE366688218C4FC506EA8269E62224B37209508EB))); (L_192)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE366688218C4FC506EA8269E62224B37209508EB))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_193 = L_192; String_t* L_194 = __this->get_m_path_12(); NullCheck(L_193); ArrayElementTypeCheck (L_193, L_194); (L_193)->SetAt(static_cast(1), (RuntimeObject *)L_194); String_t* L_195; L_195 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)), L_193, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_196 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_196, L_195, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_196, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4_RuntimeMethod_var))); } IL_04b6: { return (bool)0; } IL_04b8: { bool L_197 = ___set_default4; if (!L_197) { goto IL_04e1; } } { bool L_198 = __this->get_m_port_implicit_15(); if (L_198) { goto IL_04e1; } } { String_t* L_199 = __this->get_m_port_14(); NullCheck(L_199); int32_t L_200; L_200 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_199, /*hidden argument*/NULL); if (L_200) { goto IL_04e1; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_201 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_202 = L_201; int32_t L_203 = V_1; NullCheck(L_202); (L_202)->SetAt(static_cast(0), (int32_t)L_203); __this->set_m_port_list_16(L_202); } IL_04e1: { bool L_204 = __this->get_m_port_implicit_15(); if (L_204) { goto IL_0542; } } { V_3 = (bool)0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_205 = __this->get_m_port_list_16(); V_7 = L_205; V_8 = 0; goto IL_050a; } IL_04f8: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_206 = V_7; int32_t L_207 = V_8; NullCheck(L_206); int32_t L_208 = L_207; int32_t L_209 = (L_206)->GetAt(static_cast(L_208)); int32_t L_210 = V_1; if ((!(((uint32_t)L_209) == ((uint32_t)L_210)))) { goto IL_0504; } } { V_3 = (bool)1; goto IL_0512; } IL_0504: { int32_t L_211 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_211, (int32_t)1)); } IL_050a: { int32_t L_212 = V_8; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_213 = V_7; NullCheck(L_213); if ((((int32_t)L_212) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_213)->max_length)))))) { goto IL_04f8; } } IL_0512: { bool L_214 = V_3; if (L_214) { goto IL_0542; } } { bool L_215 = ___isThrow5; if (!L_215) { goto IL_0540; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_216 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_217 = L_216; NullCheck(L_217); ArrayElementTypeCheck (L_217, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F))); (L_217)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_218 = L_217; String_t* L_219 = __this->get_m_port_14(); NullCheck(L_218); ArrayElementTypeCheck (L_218, L_219); (L_218)->SetAt(static_cast(1), (RuntimeObject *)L_219); String_t* L_220; L_220 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)), L_218, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_221 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_221, L_220, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_221, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4_RuntimeMethod_var))); } IL_0540: { return (bool)0; } IL_0542: { return (bool)1; } } // System.Boolean System.Net.Cookie::DomainCharsTest(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_DomainCharsTest_m9E7316125005E096082D30F6C63C682A52B40978 (String_t* ___name0, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar V_1 = 0x0; { String_t* L_0 = ___name0; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___name0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000d; } } IL_000b: { return (bool)0; } IL_000d: { V_0 = 0; goto IL_004c; } IL_0011: { String_t* L_3 = ___name0; int32_t L_4 = V_0; NullCheck(L_3); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; Il2CppChar L_6 = V_1; if ((((int32_t)L_6) < ((int32_t)((int32_t)48)))) { goto IL_0023; } } { Il2CppChar L_7 = V_1; if ((((int32_t)L_7) <= ((int32_t)((int32_t)57)))) { goto IL_0048; } } IL_0023: { Il2CppChar L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)46)))) { goto IL_0048; } } { Il2CppChar L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)45)))) { goto IL_0048; } } { Il2CppChar L_10 = V_1; if ((((int32_t)L_10) < ((int32_t)((int32_t)97)))) { goto IL_0037; } } { Il2CppChar L_11 = V_1; if ((((int32_t)L_11) <= ((int32_t)((int32_t)122)))) { goto IL_0048; } } IL_0037: { Il2CppChar L_12 = V_1; if ((((int32_t)L_12) < ((int32_t)((int32_t)65)))) { goto IL_0041; } } { Il2CppChar L_13 = V_1; if ((((int32_t)L_13) <= ((int32_t)((int32_t)90)))) { goto IL_0048; } } IL_0041: { Il2CppChar L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)95)))) { goto IL_0048; } } { return (bool)0; } IL_0048: { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_004c: { int32_t L_16 = V_0; String_t* L_17 = ___name0; NullCheck(L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_17, /*hidden argument*/NULL); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_0011; } } { return (bool)1; } } // System.Void System.Net.Cookie::set_Port(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Port_m8BA5AD268A143AE02AC42EB6457AECA645C2C298 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mEE653047BDB3486ACC2E16DC6C3422A0BA48F01F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_mDEFFC768D9AAD376D27FC0FC1F7B57EE2E93479F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { __this->set_m_port_implicit_15((bool)0); String_t* L_0 = ___value0; if (!L_0) { goto IL_0012; } } { String_t* L_1 = ___value0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001e; } } IL_0012: { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_port_14(L_3); return; } IL_001e: { String_t* L_4 = ___value0; NullCheck(L_4); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)34))))) { goto IL_003b; } } { String_t* L_6 = ___value0; String_t* L_7 = ___value0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); NullCheck(L_6); Il2CppChar L_9; L_9 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)((int32_t)34)))) { goto IL_005d; } } IL_003b: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F))); (L_11)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_11; String_t* L_13 = ___value0; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(1), (RuntimeObject *)L_13); String_t* L_14; L_14 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)), L_12, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_15 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_set_Port_m8BA5AD268A143AE02AC42EB6457AECA645C2C298_RuntimeMethod_var))); } IL_005d: { String_t* L_16 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->get_PortSplitDelimiters_0(); NullCheck(L_16); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18; L_18 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_16, L_17, /*hidden argument*/NULL); V_0 = L_18; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_19 = (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)il2cpp_codegen_object_new(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var); List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD(L_19, /*hidden argument*/List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var); V_1 = L_19; V_3 = 0; goto IL_00e9; } IL_0073: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = V_0; int32_t L_21 = V_3; NullCheck(L_20); int32_t L_22 = L_21; String_t* L_23 = (L_20)->GetAt(static_cast(L_22)); String_t* L_24 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_25; L_25 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00e5; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_26 = V_0; int32_t L_27 = V_3; NullCheck(L_26); int32_t L_28 = L_27; String_t* L_29 = (L_26)->GetAt(static_cast(L_28)); bool L_30; L_30 = Int32_TryParse_m252686986E2F350DCC71341A41182DEE27454A22(L_29, (int32_t*)(&V_2), /*hidden argument*/NULL); if (L_30) { goto IL_00b0; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_31 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_32 = L_31; NullCheck(L_32); ArrayElementTypeCheck (L_32, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F))); (L_32)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_33 = L_32; String_t* L_34 = ___value0; NullCheck(L_33); ArrayElementTypeCheck (L_33, L_34); (L_33)->SetAt(static_cast(1), (RuntimeObject *)L_34); String_t* L_35; L_35 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)), L_33, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_36 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_36, L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_set_Port_m8BA5AD268A143AE02AC42EB6457AECA645C2C298_RuntimeMethod_var))); } IL_00b0: { int32_t L_37 = V_2; if ((((int32_t)L_37) < ((int32_t)0))) { goto IL_00bc; } } { int32_t L_38 = V_2; if ((((int32_t)L_38) <= ((int32_t)((int32_t)65535)))) { goto IL_00de; } } IL_00bc: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_39 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_40 = L_39; NullCheck(L_40); ArrayElementTypeCheck (L_40, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F))); (L_40)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_41 = L_40; String_t* L_42 = ___value0; NullCheck(L_41); ArrayElementTypeCheck (L_41, L_42); (L_41)->SetAt(static_cast(1), (RuntimeObject *)L_42); String_t* L_43; L_43 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)), L_41, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_44 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_44, L_43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_set_Port_m8BA5AD268A143AE02AC42EB6457AECA645C2C298_RuntimeMethod_var))); } IL_00de: { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_45 = V_1; int32_t L_46 = V_2; NullCheck(L_45); List_1_Add_mEE653047BDB3486ACC2E16DC6C3422A0BA48F01F(L_45, L_46, /*hidden argument*/List_1_Add_mEE653047BDB3486ACC2E16DC6C3422A0BA48F01F_RuntimeMethod_var); } IL_00e5: { int32_t L_47 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_00e9: { int32_t L_48 = V_3; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_49 = V_0; NullCheck(L_49); if ((((int32_t)L_48) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_49)->max_length)))))) { goto IL_0073; } } { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_50 = V_1; NullCheck(L_50); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_51; L_51 = List_1_ToArray_mDEFFC768D9AAD376D27FC0FC1F7B57EE2E93479F(L_50, /*hidden argument*/List_1_ToArray_mDEFFC768D9AAD376D27FC0FC1F7B57EE2E93479F_RuntimeMethod_var); __this->set_m_port_list_16(L_51); String_t* L_52 = ___value0; __this->set_m_port_14(L_52); __this->set_m_version_21(1); __this->set_m_cookieVariant_6(3); return; } } // System.Int32[] System.Net.Cookie::get_PortList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* Cookie_get_PortList_m4BD9A535C0DCB224F6093FA89FF336C83A0836CA (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_m_port_list_16(); return L_0; } } // System.String System.Net.Cookie::get__Port() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Port_m867588A59661398C9AC64EB223387B42048D280A (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC314CFCCFC2227C58A275C19171300597A034F25); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; String_t* G_B2_0 = NULL; String_t* G_B4_0 = NULL; String_t* G_B4_1 = NULL; { bool L_0 = __this->get_m_port_implicit_15(); if (L_0) { goto IL_0037; } } { String_t* L_1 = __this->get_m_port_14(); NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); G_B2_0 = _stringLiteralC314CFCCFC2227C58A275C19171300597A034F25; if (!L_2) { G_B3_0 = _stringLiteralC314CFCCFC2227C58A275C19171300597A034F25; goto IL_002c; } } { String_t* L_3 = __this->get_m_port_14(); String_t* L_4; L_4 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E, L_3, /*hidden argument*/NULL); G_B4_0 = L_4; G_B4_1 = G_B2_0; goto IL_0031; } IL_002c: { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B4_0 = L_5; G_B4_1 = G_B3_0; } IL_0031: { String_t* L_6; L_6 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(G_B4_1, G_B4_0, /*hidden argument*/NULL); return L_6; } IL_0037: { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_7; } } // System.Boolean System.Net.Cookie::get_Secure() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_get_Secure_m5ED475362972AF2648E51D7796C17D82C70B523A (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_secure_17(); return L_0; } } // System.Void System.Net.Cookie::set_Secure(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Secure_m2860F0605D2A3759288640E6EC503E26AFA813C6 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_secure_17(L_0); return; } } // System.String System.Net.Cookie::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get_Value_mEFF804AC5A0D1252E626903FE0B45706D4F3A453 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_value_20(); return L_0; } } // System.Void System.Net.Cookie::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Value_mB71BD8E33373029251A2C55533A8A4417BDB8767 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * G_B2_0 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_0007; } } { String_t* L_1 = ___value0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_000c; } IL_0007: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_000c: { NullCheck(G_B3_1); G_B3_1->set_m_value_20(G_B3_0); return; } } // System.Net.CookieVariant System.Net.Cookie::get_Variant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cookie_get_Variant_m5453D977C7AAF6B634E5B31CB2DE7D66BD323551 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_cookieVariant_6(); return L_0; } } // System.String System.Net.Cookie::get_DomainKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get_DomainKey_m4F03CD873A42A9291BB5682BD6102930C485D3BA (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_domain_implicit_9(); if (L_0) { goto IL_000f; } } { String_t* L_1 = __this->get_m_domainKey_22(); return L_1; } IL_000f: { String_t* L_2; L_2 = Cookie_get_Domain_m278E7B0428D3194F5C38175134F7C3D5788A69FE_inline(__this, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Net.Cookie::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cookie_get_Version_m061640FE8C0F64A0FA003BF8D3391CC1FCD153A4 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_version_21(); return L_0; } } // System.Void System.Net.Cookie::set_Version(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Version_m4D43603189124EA1FDE4E8D45D65C60F1EB9B64E (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000f; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_set_Version_m4D43603189124EA1FDE4E8D45D65C60F1EB9B64E_RuntimeMethod_var))); } IL_000f: { int32_t L_2 = ___value0; __this->set_m_version_21(L_2); int32_t L_3 = ___value0; if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_002a; } } { int32_t L_4 = __this->get_m_cookieVariant_6(); if ((((int32_t)L_4) >= ((int32_t)2))) { goto IL_002a; } } { __this->set_m_cookieVariant_6(2); } IL_002a: { return; } } // System.String System.Net.Cookie::get__Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Version_mE3C0E366E86DFAAB2EEA66561B74C4E8B284B854 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C22725C9E6B4F7CBB255320C6F9A96FCE950DFC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; String_t* G_B2_0 = NULL; String_t* G_B4_0 = NULL; String_t* G_B4_1 = NULL; String_t* G_B6_0 = NULL; String_t* G_B6_1 = NULL; String_t* G_B6_2 = NULL; String_t* G_B5_0 = NULL; String_t* G_B5_1 = NULL; String_t* G_B5_2 = NULL; String_t* G_B7_0 = NULL; String_t* G_B7_1 = NULL; String_t* G_B7_2 = NULL; String_t* G_B7_3 = NULL; { int32_t L_0; L_0 = Cookie_get_Version_m061640FE8C0F64A0FA003BF8D3391CC1FCD153A4_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_004b; } } { bool L_1 = __this->get_IsQuotedVersion_23(); G_B2_0 = _stringLiteral4C22725C9E6B4F7CBB255320C6F9A96FCE950DFC; if (L_1) { G_B3_0 = _stringLiteral4C22725C9E6B4F7CBB255320C6F9A96FCE950DFC; goto IL_001c; } } { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B4_0 = L_2; G_B4_1 = G_B2_0; goto IL_0021; } IL_001c: { G_B4_0 = _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; G_B4_1 = G_B3_0; } IL_0021: { int32_t* L_3 = __this->get_address_of_m_version_21(); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_4; L_4 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); String_t* L_5; L_5 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)L_3, L_4, /*hidden argument*/NULL); bool L_6 = __this->get_IsQuotedVersion_23(); G_B5_0 = L_5; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; if (L_6) { G_B6_0 = L_5; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_0040; } } { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B7_0 = L_7; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; G_B7_3 = G_B5_2; goto IL_0045; } IL_0040: { G_B7_0 = _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; G_B7_3 = G_B6_2; } IL_0045: { String_t* L_8; L_8 = String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749(G_B7_3, G_B7_2, G_B7_1, G_B7_0, /*hidden argument*/NULL); return L_8; } IL_004b: { String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_9; } } // System.Collections.IComparer System.Net.Cookie::GetComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Cookie_GetComparer_m626622B01059F3912F25478B1A1B38AFFB6BA7EF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F * L_0 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->get_staticComparer_3(); return L_0; } } // System.Boolean System.Net.Cookie::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_Equals_mB07B0CC36C9FA37BD7F8DE25DD5BF11BEF65B7D4 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, RuntimeObject * ___comparand0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * V_0 = NULL; { RuntimeObject * L_0 = ___comparand0; if (((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)IsInstSealed((RuntimeObject*)L_0, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))) { goto IL_000a; } } { return (bool)0; } IL_000a: { RuntimeObject * L_1 = ___comparand0; V_0 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)CastclassSealed((RuntimeObject*)L_1, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var)); String_t* L_2; L_2 = Cookie_get_Name_mC233F7C69F3A7FE643C75F4289BE2F7A8E84D8FD_inline(__this, /*hidden argument*/NULL); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = Cookie_get_Name_mC233F7C69F3A7FE643C75F4289BE2F7A8E84D8FD_inline(L_3, /*hidden argument*/NULL); int32_t L_5; L_5 = String_Compare_m573A1F97B15F82C9AC7DC0BB1B381EEDCD2759CD(L_2, L_4, 5, /*hidden argument*/NULL); if (L_5) { goto IL_0070; } } { String_t* L_6; L_6 = Cookie_get_Value_mEFF804AC5A0D1252E626903FE0B45706D4F3A453_inline(__this, /*hidden argument*/NULL); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = Cookie_get_Value_mEFF804AC5A0D1252E626903FE0B45706D4F3A453_inline(L_7, /*hidden argument*/NULL); int32_t L_9; L_9 = String_Compare_m573A1F97B15F82C9AC7DC0BB1B381EEDCD2759CD(L_6, L_8, 4, /*hidden argument*/NULL); if (L_9) { goto IL_0070; } } { String_t* L_10; L_10 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(__this, /*hidden argument*/NULL); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_11 = V_0; NullCheck(L_11); String_t* L_12; L_12 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(L_11, /*hidden argument*/NULL); int32_t L_13; L_13 = String_Compare_m573A1F97B15F82C9AC7DC0BB1B381EEDCD2759CD(L_10, L_12, 4, /*hidden argument*/NULL); if (L_13) { goto IL_0070; } } { String_t* L_14; L_14 = Cookie_get_Domain_m278E7B0428D3194F5C38175134F7C3D5788A69FE_inline(__this, /*hidden argument*/NULL); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_15 = V_0; NullCheck(L_15); String_t* L_16; L_16 = Cookie_get_Domain_m278E7B0428D3194F5C38175134F7C3D5788A69FE_inline(L_15, /*hidden argument*/NULL); int32_t L_17; L_17 = String_Compare_m573A1F97B15F82C9AC7DC0BB1B381EEDCD2759CD(L_14, L_16, 5, /*hidden argument*/NULL); if (L_17) { goto IL_0070; } } { int32_t L_18; L_18 = Cookie_get_Version_m061640FE8C0F64A0FA003BF8D3391CC1FCD153A4_inline(__this, /*hidden argument*/NULL); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_19 = V_0; NullCheck(L_19); int32_t L_20; L_20 = Cookie_get_Version_m061640FE8C0F64A0FA003BF8D3391CC1FCD153A4_inline(L_19, /*hidden argument*/NULL); return (bool)((((int32_t)L_18) == ((int32_t)L_20))? 1 : 0); } IL_0070: { return (bool)0; } } // System.Int32 System.Net.Cookie::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cookie_GetHashCode_mC355FA3D045BA3A216583AEA99C8D448A45215BE (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = L_0; String_t* L_2; L_2 = Cookie_get_Name_mC233F7C69F3A7FE643C75F4289BE2F7A8E84D8FD_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_1; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E); (L_3)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = L_3; String_t* L_5; L_5 = Cookie_get_Value_mEFF804AC5A0D1252E626903FE0B45706D4F3A453_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(2), (RuntimeObject *)L_5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_4; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3); (L_6)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_6; String_t* L_8; L_8 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(4), (RuntimeObject *)L_8); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = L_7; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1); (L_9)->SetAt(static_cast(5), (RuntimeObject *)_stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = L_9; String_t* L_11; L_11 = Cookie_get_Domain_m278E7B0428D3194F5C38175134F7C3D5788A69FE_inline(__this, /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(6), (RuntimeObject *)L_11); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1); (L_12)->SetAt(static_cast(7), (RuntimeObject *)_stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = L_12; int32_t L_14; L_14 = Cookie_get_Version_m061640FE8C0F64A0FA003BF8D3391CC1FCD153A4_inline(__this, /*hidden argument*/NULL); int32_t L_15 = L_14; RuntimeObject * L_16 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_15); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(8), (RuntimeObject *)L_16); String_t* L_17; L_17 = String_Concat_mCA053C6F9F80091150799BA7B4EDE7E4A3262E77(L_13, /*hidden argument*/NULL); NullCheck(L_17); int32_t L_18; L_18 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_17); return L_18; } } // System.String System.Net.Cookie::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_ToString_m50C477C29C14B822B6867B4B6F877BC0120EFC4E (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; int32_t G_B2_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B2_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B2_2 = NULL; int32_t G_B1_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B1_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B1_2 = NULL; String_t* G_B3_0 = NULL; int32_t G_B3_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B3_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B3_3 = NULL; int32_t G_B5_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B5_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B5_2 = NULL; int32_t G_B4_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B4_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B4_2 = NULL; String_t* G_B6_0 = NULL; int32_t G_B6_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B6_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B6_3 = NULL; int32_t G_B8_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B8_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B8_2 = NULL; int32_t G_B7_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B7_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B7_2 = NULL; String_t* G_B9_0 = NULL; int32_t G_B9_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B9_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B9_3 = NULL; int32_t G_B11_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B11_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B11_2 = NULL; int32_t G_B10_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B10_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B10_2 = NULL; String_t* G_B12_0 = NULL; int32_t G_B12_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B12_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B12_3 = NULL; { String_t* L_0; L_0 = Cookie_get__Domain_m3B7DDACA37D03838CA3C94460AA300D4E2D81C7C(__this, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1; L_1 = Cookie_get__Path_m78788CA8B87C93C7C22828F97BA8F1AF022908B1(__this, /*hidden argument*/NULL); V_1 = L_1; String_t* L_2; L_2 = Cookie_get__Port_m867588A59661398C9AC64EB223387B42048D280A(__this, /*hidden argument*/NULL); V_2 = L_2; String_t* L_3; L_3 = Cookie_get__Version_mE3C0E366E86DFAAB2EEA66561B74C4E8B284B854(__this, /*hidden argument*/NULL); V_3 = L_3; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; String_t* L_6 = V_3; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); G_B1_0 = 0; G_B1_1 = L_5; G_B1_2 = L_5; if (!L_7) { G_B2_0 = 0; G_B2_1 = L_5; G_B2_2 = L_5; goto IL_0039; } } { String_t* L_8 = V_3; String_t* L_9; L_9 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_8, _stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1, /*hidden argument*/NULL); G_B3_0 = L_9; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; goto IL_003e; } IL_0039: { String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_10; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; } IL_003e: { NullCheck(G_B3_2); ArrayElementTypeCheck (G_B3_2, G_B3_0); (G_B3_2)->SetAt(static_cast(G_B3_1), (String_t*)G_B3_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = G_B3_3; String_t* L_12; L_12 = Cookie_get_Name_mC233F7C69F3A7FE643C75F4289BE2F7A8E84D8FD_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(1), (String_t*)L_12); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E); (L_13)->SetAt(static_cast(2), (String_t*)_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = L_13; String_t* L_15; L_15 = Cookie_get_Value_mEFF804AC5A0D1252E626903FE0B45706D4F3A453_inline(__this, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(3), (String_t*)L_15); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = L_14; String_t* L_17 = V_1; NullCheck(L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_17, /*hidden argument*/NULL); G_B4_0 = 4; G_B4_1 = L_16; G_B4_2 = L_16; if (!L_18) { G_B5_0 = 4; G_B5_1 = L_16; G_B5_2 = L_16; goto IL_0070; } } { String_t* L_19 = V_1; String_t* L_20; L_20 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1, L_19, /*hidden argument*/NULL); G_B6_0 = L_20; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; G_B6_3 = G_B4_2; goto IL_0075; } IL_0070: { String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B6_0 = L_21; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; G_B6_3 = G_B5_2; } IL_0075: { NullCheck(G_B6_2); ArrayElementTypeCheck (G_B6_2, G_B6_0); (G_B6_2)->SetAt(static_cast(G_B6_1), (String_t*)G_B6_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22 = G_B6_3; String_t* L_23 = V_0; NullCheck(L_23); int32_t L_24; L_24 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_23, /*hidden argument*/NULL); G_B7_0 = 5; G_B7_1 = L_22; G_B7_2 = L_22; if (!L_24) { G_B8_0 = 5; G_B8_1 = L_22; G_B8_2 = L_22; goto IL_008d; } } { String_t* L_25 = V_0; String_t* L_26; L_26 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1, L_25, /*hidden argument*/NULL); G_B9_0 = L_26; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; G_B9_3 = G_B7_2; goto IL_0092; } IL_008d: { String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B9_0 = L_27; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; G_B9_3 = G_B8_2; } IL_0092: { NullCheck(G_B9_2); ArrayElementTypeCheck (G_B9_2, G_B9_0); (G_B9_2)->SetAt(static_cast(G_B9_1), (String_t*)G_B9_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_28 = G_B9_3; String_t* L_29 = V_2; NullCheck(L_29); int32_t L_30; L_30 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_29, /*hidden argument*/NULL); G_B10_0 = 6; G_B10_1 = L_28; G_B10_2 = L_28; if (!L_30) { G_B11_0 = 6; G_B11_1 = L_28; G_B11_2 = L_28; goto IL_00aa; } } { String_t* L_31 = V_2; String_t* L_32; L_32 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1, L_31, /*hidden argument*/NULL); G_B12_0 = L_32; G_B12_1 = G_B10_0; G_B12_2 = G_B10_1; G_B12_3 = G_B10_2; goto IL_00af; } IL_00aa: { String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B12_0 = L_33; G_B12_1 = G_B11_0; G_B12_2 = G_B11_1; G_B12_3 = G_B11_2; } IL_00af: { NullCheck(G_B12_2); ArrayElementTypeCheck (G_B12_2, G_B12_0); (G_B12_2)->SetAt(static_cast(G_B12_1), (String_t*)G_B12_0); String_t* L_34; L_34 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417(G_B12_3, /*hidden argument*/NULL); V_4 = L_34; String_t* L_35 = V_4; bool L_36; L_36 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_35, _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E, /*hidden argument*/NULL); if (!L_36) { goto IL_00cb; } } { String_t* L_37 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_37; } IL_00cb: { String_t* L_38 = V_4; return L_38; } } // System.Void System.Net.Cookie::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie__cctor_mA3983453AA0BDB2D9620CCB97569AF512BAF7F1A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____0283A6AF88802AB45989B29549915BEA0F6CD515_0_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6_FieldInfo_var); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)3); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m37345890E8136134556D27E57315B584AC51D53F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->set_PortSplitDelimiters_0(L_1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)7); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = L_3; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____0283A6AF88802AB45989B29549915BEA0F6CD515_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m37345890E8136134556D27E57315B584AC51D53F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->set_Reserved2Name_1(L_4); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)2); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = L_6; NullCheck(L_7); (L_7)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = L_7; NullCheck(L_8); (L_8)->SetAt(static_cast(1), (Il2CppChar)((int32_t)44)); ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->set_Reserved2Value_2(L_8); Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F * L_9 = (Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F *)il2cpp_codegen_object_new(Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F_il2cpp_TypeInfo_var); Comparer__ctor_mB9048FB4377C7FE872A4ACD9A0173FEDA37554F3(L_9, /*hidden argument*/NULL); ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->set_staticComparer_3(L_9); 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.CookieCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection__ctor_m6F7AC5879C514DAD6EE967A7FC18C3F28DAC4B11 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_0, /*hidden argument*/NULL); __this->set_m_list_1(L_0); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); __this->set_m_TimeStamp_2(L_1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); __this->set_m_IsReadOnly_4((bool)1); return; } } // System.Net.Cookie System.Net.CookieCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * CookieCollection_get_Item_m811D5D88284ADADB6200D9B6CE5BE74B7324A597 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = ___index0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = __this->get_m_list_1(); NullCheck(L_2); int32_t L_3; L_3 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_001d; } } IL_0012: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieCollection_get_Item_m811D5D88284ADADB6200D9B6CE5BE74B7324A597_RuntimeMethod_var))); } IL_001d: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_5 = __this->get_m_list_1(); int32_t L_6 = ___index0; NullCheck(L_5); RuntimeObject * L_7; L_7 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_5, L_6); return ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)CastclassSealed((RuntimeObject*)L_7, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var)); } } // System.Void System.Net.CookieCollection::Add(System.Net.Cookie) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection_Add_m81852BE25115EA44DEA8AC788666350ACBFF13E9 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * ___cookie0, const RuntimeMethod* method) { int32_t V_0 = 0; { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_0 = ___cookie0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral44B679A4FEA54FC0DBB1CECD512FC3FCFFE445F4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieCollection_Add_m81852BE25115EA44DEA8AC788666350ACBFF13E9_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = __this->get_m_version_0(); __this->set_m_version_0(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_3 = ___cookie0; int32_t L_4; L_4 = CookieCollection_IndexOf_m775D41262A22744C845245D4B6574B6AE5983DBC(__this, L_3, /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0036; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_6 = __this->get_m_list_1(); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_7 = ___cookie0; NullCheck(L_6); int32_t L_8; L_8 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_6, L_7); return; } IL_0036: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_9 = __this->get_m_list_1(); int32_t L_10 = V_0; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_11 = ___cookie0; NullCheck(L_9); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_9, L_10, L_11); return; } } // System.Void System.Net.CookieCollection::Add(System.Net.CookieCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection_Add_m79D156C7D15F4727B0C7936902E7D215B3E2AD5C (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___cookies0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_0 = ___cookies0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral89C95FB6F8086AFCCD50B1B257669F2B17C047B7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieCollection_Add_m79D156C7D15F4727B0C7936902E7D215B3E2AD5C_RuntimeMethod_var))); } IL_000e: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_2 = ___cookies0; NullCheck(L_2); RuntimeObject* L_3; L_3 = CookieCollection_GetEnumerator_m98DE8A53502E0AA6C428F564D6EDE38A007D22C9(L_2, /*hidden argument*/NULL); V_0 = L_3; } IL_0015: try { // begin try (depth: 1) { goto IL_002a; } IL_0017: { RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_1 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)CastclassSealed((RuntimeObject*)L_5, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var)); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_6 = V_1; CookieCollection_Add_m81852BE25115EA44DEA8AC788666350ACBFF13E9(__this, L_6, /*hidden argument*/NULL); } IL_002a: { RuntimeObject* L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0017; } } IL_0032: { IL2CPP_LEAVE(0x45, FINALLY_0034); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0034; } FINALLY_0034: { // begin finally (depth: 1) { RuntimeObject* L_9 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_2; if (!L_10) { goto IL_0044; } } IL_003e: { RuntimeObject* L_11 = V_2; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_0044: { IL2CPP_END_FINALLY(52) } } // end finally (depth: 1) IL2CPP_CLEANUP(52) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x45, IL_0045) } IL_0045: { return; } } // System.Int32 System.Net.CookieCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieCollection_get_Count_m329458A1D5426014346F371D1B86AB4678FF34AE (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_m_list_1(); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Void System.Net.CookieCollection::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection_CopyTo_m1C053D1F041D227716D6D7D472A31B9E65A1C871 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_m_list_1(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(30 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, L_1, L_2); return; } } // System.DateTime System.Net.CookieCollection::TimeStamp(System.Net.CookieCollection/Stamp) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 CookieCollection_TimeStamp_m453133C0783D40B58F511208B428765420DD6A9A (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, int32_t ___how0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___how0; switch (L_0) { case 0: { goto IL_003d; } case 1: { goto IL_0018; } case 2: { goto IL_0032; } case 3: { goto IL_0025; } } } { goto IL_003d; } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; L_1 = DateTime_get_Now_mDC71803EA6776DD66EA7477CDCCD62191726B478(/*hidden argument*/NULL); __this->set_m_TimeStamp_2(L_1); goto IL_003d; } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MaxValue_32(); __this->set_m_TimeStamp_2(L_2); goto IL_003d; } IL_0032: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); __this->set_m_TimeStamp_2(L_3); } IL_003d: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = __this->get_m_TimeStamp_2(); return L_4; } } // System.Boolean System.Net.CookieCollection::get_IsOtherVersionSeen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieCollection_get_IsOtherVersionSeen_m1C659BBDF60CA447C3B5576BC4FCCAEBCCCBECF4 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_has_other_versions_3(); return L_0; } } // System.Int32 System.Net.CookieCollection::InternalAdd(System.Net.Cookie,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieCollection_InternalAdd_m0BB034B31D41891EA47F068A6E50CDE3DF510AA2 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * ___cookie0, bool ___isStrict1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = 1; bool L_0 = ___isStrict1; if (!L_0) { goto IL_0095; } } { IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = Cookie_GetComparer_m626622B01059F3912F25478B1A1B38AFFB6BA7EF_inline(/*hidden argument*/NULL); V_1 = L_1; V_2 = 0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = __this->get_m_list_1(); NullCheck(L_2); RuntimeObject* L_3; L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2); V_3 = L_3; } IL_001c: try { // begin try (depth: 1) { goto IL_005a; } IL_001e: { RuntimeObject* L_4 = V_3; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_4 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)CastclassSealed((RuntimeObject*)L_5, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var)); RuntimeObject* L_6 = V_1; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_7 = ___cookie0; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_8 = V_4; NullCheck(L_6); int32_t L_9; L_9 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var, L_6, L_7, L_8); if (L_9) { goto IL_0056; } } IL_0036: { V_0 = 0; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_10 = V_4; NullCheck(L_10); int32_t L_11; L_11 = Cookie_get_Variant_m5453D977C7AAF6B634E5B31CB2DE7D66BD323551_inline(L_10, /*hidden argument*/NULL); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_12 = ___cookie0; NullCheck(L_12); int32_t L_13; L_13 = Cookie_get_Variant_m5453D977C7AAF6B634E5B31CB2DE7D66BD323551_inline(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) > ((int32_t)L_13))) { goto IL_0062; } } IL_0047: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_14 = __this->get_m_list_1(); int32_t L_15 = V_2; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_16 = ___cookie0; NullCheck(L_14); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_14, L_15, L_16); IL2CPP_LEAVE(0x78, FINALLY_0064); } IL_0056: { int32_t L_17 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_005a: { RuntimeObject* L_18 = V_3; NullCheck(L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_18); if (L_19) { goto IL_001e; } } IL_0062: { IL2CPP_LEAVE(0x78, FINALLY_0064); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0064; } FINALLY_0064: { // begin finally (depth: 1) { RuntimeObject* L_20 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_20, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_21 = V_5; if (!L_21) { goto IL_0077; } } IL_0070: { RuntimeObject* L_22 = V_5; NullCheck(L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_22); } IL_0077: { IL2CPP_END_FINALLY(100) } } // end finally (depth: 1) IL2CPP_CLEANUP(100) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x78, IL_0078) } IL_0078: { int32_t L_23 = V_2; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_24 = __this->get_m_list_1(); NullCheck(L_24); int32_t L_25; L_25 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_24); if ((!(((uint32_t)L_23) == ((uint32_t)L_25)))) { goto IL_00a2; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_26 = __this->get_m_list_1(); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_27 = ___cookie0; NullCheck(L_26); int32_t L_28; L_28 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_26, L_27); goto IL_00a2; } IL_0095: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_29 = __this->get_m_list_1(); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_30 = ___cookie0; NullCheck(L_29); int32_t L_31; L_31 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_29, L_30); } IL_00a2: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_32 = ___cookie0; NullCheck(L_32); int32_t L_33; L_33 = Cookie_get_Version_m061640FE8C0F64A0FA003BF8D3391CC1FCD153A4_inline(L_32, /*hidden argument*/NULL); if ((((int32_t)L_33) == ((int32_t)1))) { goto IL_00b2; } } { __this->set_m_has_other_versions_3((bool)1); } IL_00b2: { int32_t L_34 = V_0; return L_34; } } // System.Int32 System.Net.CookieCollection::IndexOf(System.Net.Cookie) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieCollection_IndexOf_m775D41262A22744C845245D4B6574B6AE5983DBC (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * ___cookie0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * V_3 = NULL; int32_t V_4 = 0; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Cookie_GetComparer_m626622B01059F3912F25478B1A1B38AFFB6BA7EF_inline(/*hidden argument*/NULL); V_0 = L_0; V_1 = 0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = __this->get_m_list_1(); NullCheck(L_1); RuntimeObject* L_2; L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1); V_2 = L_2; } IL_0014: try { // begin try (depth: 1) { goto IL_0035; } IL_0016: { RuntimeObject* L_3 = V_2; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_3 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)CastclassSealed((RuntimeObject*)L_4, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var)); RuntimeObject* L_5 = V_0; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_6 = ___cookie0; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_7 = V_3; NullCheck(L_5); int32_t L_8; L_8 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var, L_5, L_6, L_7); if (L_8) { goto IL_0031; } } IL_002c: { int32_t L_9 = V_1; V_4 = L_9; IL2CPP_LEAVE(0x55, FINALLY_003f); } IL_0031: { int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0035: { RuntimeObject* L_11 = V_2; NullCheck(L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0016; } } IL_003d: { IL2CPP_LEAVE(0x53, 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) { RuntimeObject* L_13 = V_2; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_5; if (!L_14) { goto IL_0052; } } IL_004b: { RuntimeObject* L_15 = V_5; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_15); } IL_0052: { IL2CPP_END_FINALLY(63) } } // end finally (depth: 1) IL2CPP_CLEANUP(63) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x55, IL_0055) IL2CPP_JUMP_TBL(0x53, IL_0053) } IL_0053: { return (-1); } IL_0055: { int32_t L_16 = V_4; return L_16; } } // System.Void System.Net.CookieCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection_RemoveAt_mE2CB87607732DF13B534A0808EFF9726F3213824 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, int32_t ___idx0, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_m_list_1(); int32_t L_1 = ___idx0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(37 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_0, L_1); return; } } // System.Collections.IEnumerator System.Net.CookieCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CookieCollection_GetEnumerator_m98DE8A53502E0AA6C428F564D6EDE38A007D22C9 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014 * L_0 = (CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014 *)il2cpp_codegen_object_new(CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014_il2cpp_TypeInfo_var); CookieCollectionEnumerator__ctor_m1171DDC5103451BF97CD71F062D1D46F73A82E24(L_0, __this, /*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.CookieContainer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer__ctor_m50F677B7149D3D40B4D6ADB3DA9F27CF8434ECC2 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(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_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); IPGlobalProperties_tD2935E387BBC03382D35AD2B6288214CAB4095C5 * L_2; L_2 = IPGlobalProperties_InternalGetIPGlobalProperties_m47B173E291D6F7B081952BD2C3F5317FC9BFE951(/*hidden argument*/NULL); NullCheck(L_2); String_t* L_3; 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; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(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; L_8 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, 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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_AddRemoveDomain_m86DA545D737B59A516754DFCFCA164C5F4F728E0 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, String_t* ___key0, PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * ___value1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_m_domainTable_1(); NullCheck(L_0); RuntimeObject * L_1; L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(28 /* 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_m588C16057E70F436C528A800D32546E987CAF1BD(L_2, (bool*)(&V_1), /*hidden argument*/NULL); PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_3 = ___value1; if (L_3) { goto IL_0027; } } IL_0019: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = __this->get_m_domainTable_1(); String_t* L_5 = ___key0; NullCheck(L_4); VirtActionInvoker1< RuntimeObject * >::Invoke(27 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_4, L_5); IL2CPP_LEAVE(0x40, FINALLY_0036); } IL_0027: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = __this->get_m_domainTable_1(); String_t* L_7 = ___key0; PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_8 = ___value1; NullCheck(L_6); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* 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_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_10, /*hidden argument*/NULL); } IL_003f: { IL2CPP_END_FINALLY(54) } } // end finally (depth: 1) IL2CPP_CLEANUP(54) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x40, IL_0040) } IL_0040: { return; } } // System.Void System.Net.CookieContainer::Add(System.Net.Cookie,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_Add_m55B9F8F21934AD777CF5458D297DE11150C6302C (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * ___cookie0, bool ___throwOnError1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * V_0 = NULL; int32_t V_1 = 0; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_2 = NULL; RuntimeObject * V_3 = NULL; bool V_4 = false; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_5 = NULL; int32_t V_6 = 0; Exception_t * V_7 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_0 = ___cookie0; NullCheck(L_0); String_t* L_1; L_1 = Cookie_get_Value_mEFF804AC5A0D1252E626903FE0B45706D4F3A453_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(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_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_5; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_7 = ___cookie0; NullCheck(L_7); String_t* L_8; 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_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = L_6; int32_t L_10 = __this->get_m_maxCookieSize_2(); int32_t L_11 = L_10; RuntimeObject * L_12 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_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; L_13 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral00BA07008DF3C343BD1A017A72B3A935EE36D10E)), L_9, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_14 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieContainer_Add_m55B9F8F21934AD777CF5458D297DE11150C6302C_RuntimeMethod_var))); } IL_0043: { return; } IL_0044: { } IL_0045: try { // begin try (depth: 1) { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_15 = __this->get_m_domainTable_1(); NullCheck(L_15); RuntimeObject * L_16; L_16 = VirtFuncInvoker0< RuntimeObject * >::Invoke(28 /* 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_m588C16057E70F436C528A800D32546E987CAF1BD(L_17, (bool*)(&V_4), /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_18 = __this->get_m_domainTable_1(); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_19 = ___cookie0; NullCheck(L_19); String_t* L_20; L_20 = Cookie_get_DomainKey_m4F03CD873A42A9291BB5682BD6102930C485D3BA(L_19, /*hidden argument*/NULL); NullCheck(L_18); RuntimeObject * L_21; L_21 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_18, L_20); V_0 = ((PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 *)CastclassClass((RuntimeObject*)L_21, PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21_il2cpp_TypeInfo_var)); PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_22 = V_0; if (L_22) { goto IL_0089; } } IL_0076: { PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_23 = (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 *)il2cpp_codegen_object_new(PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21_il2cpp_TypeInfo_var); PathList__ctor_mE7C40201BD66EA2737CFC92FF7B94CF442444778(L_23, /*hidden argument*/NULL); V_0 = L_23; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_24 = ___cookie0; NullCheck(L_24); String_t* L_25; L_25 = Cookie_get_DomainKey_m4F03CD873A42A9291BB5682BD6102930C485D3BA(L_24, /*hidden argument*/NULL); PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_26 = V_0; CookieContainer_AddRemoveDomain_m86DA545D737B59A516754DFCFCA164C5F4F728E0(__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_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_28, /*hidden argument*/NULL); } IL_0095: { IL2CPP_END_FINALLY(139) } } // end finally (depth: 2) IL2CPP_CLEANUP(139) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x96, IL_0096) } IL_0096: { PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_29 = V_0; NullCheck(L_29); int32_t L_30; L_30 = PathList_GetCookiesCount_mA2216C3D1A5328BB84EA3DFB15F5D9C25FD10B0F(L_29, /*hidden argument*/NULL); V_1 = L_30; PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_31 = V_0; NullCheck(L_31); RuntimeObject * L_32; L_32 = PathList_get_SyncRoot_m28F8BCEC0CDF4514A9E43BD1E57F1809732377E0(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_m588C16057E70F436C528A800D32546E987CAF1BD(L_33, (bool*)(&V_4), /*hidden argument*/NULL); PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_34 = V_0; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_35 = ___cookie0; NullCheck(L_35); String_t* L_36; L_36 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(L_35, /*hidden argument*/NULL); NullCheck(L_34); RuntimeObject * L_37; L_37 = PathList_get_Item_mB2E15B70CA415EF1497A3AF13486AF346D25CC27(L_34, L_36, /*hidden argument*/NULL); V_2 = ((CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 *)CastclassClass((RuntimeObject*)L_37, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var)); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_38 = V_2; if (L_38) { goto IL_00d7; } } IL_00c4: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_39 = (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 *)il2cpp_codegen_object_new(CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var); CookieCollection__ctor_m6F7AC5879C514DAD6EE967A7FC18C3F28DAC4B11(L_39, /*hidden argument*/NULL); V_2 = L_39; PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_40 = V_0; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_41 = ___cookie0; NullCheck(L_41); String_t* L_42; L_42 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(L_41, /*hidden argument*/NULL); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_43 = V_2; NullCheck(L_40); PathList_set_Item_m30F6BF8F0651AA78DA5F709CB4E042D56944E10B(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_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_45, /*hidden argument*/NULL); } IL_00e3: { IL2CPP_END_FINALLY(217) } } // end finally (depth: 2) IL2CPP_CLEANUP(217) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE4, IL_00e4) } IL_00e4: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_46 = ___cookie0; NullCheck(L_46); bool L_47; L_47 = Cookie_get_Expired_mB77802DB1DD4FD43D23A582009833238D50C23A5(L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_012d; } } IL_00ec: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_48 = V_2; V_5 = L_48; V_4 = (bool)0; } IL_00f2: try { // begin try (depth: 2) { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_49 = V_5; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_49, (bool*)(&V_4), /*hidden argument*/NULL); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_50 = V_2; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_51 = ___cookie0; NullCheck(L_50); int32_t L_52; L_52 = CookieCollection_IndexOf_m775D41262A22744C845245D4B6574B6AE5983DBC(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_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_54 = V_2; int32_t L_55 = V_6; NullCheck(L_54); CookieCollection_RemoveAt_mE2CB87607732DF13B534A0808EFF9726F3213824(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_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_58 = V_5; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_58, /*hidden argument*/NULL); } IL_012c: { IL2CPP_END_FINALLY(289) } } // end finally (depth: 2) IL2CPP_CLEANUP(289) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x194, IL_0194) } 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_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_61 = ___cookie0; NullCheck(L_61); String_t* L_62; L_62 = Cookie_get_DomainKey_m4F03CD873A42A9291BB5682BD6102930C485D3BA(L_61, /*hidden argument*/NULL); bool L_63; L_63 = CookieContainer_AgeCookies_mAA3E14737A917A714164DA20CEAE929A192FFA9C(__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; L_66 = CookieContainer_AgeCookies_mAA3E14737A917A714164DA20CEAE929A192FFA9C(__this, (String_t*)NULL, /*hidden argument*/NULL); if (L_66) { goto IL_0162; } } IL_0160: { goto IL_01cc; } IL_0162: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_67 = V_2; V_5 = L_67; V_4 = (bool)0; } IL_0168: try { // begin try (depth: 2) CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_68 = V_5; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_68, (bool*)(&V_4), /*hidden argument*/NULL); int32_t L_69 = __this->get_m_count_5(); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_70 = V_2; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_71 = ___cookie0; NullCheck(L_70); int32_t L_72; L_72 = CookieCollection_InternalAdd_m0BB034B31D41891EA47F068A6E50CDE3DF510AA2(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_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_74 = V_5; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_74, /*hidden argument*/NULL); } IL_0193: { IL2CPP_END_FINALLY(392) } } // end finally (depth: 2) IL2CPP_CLEANUP(392) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x194, IL_0194) } IL_0194: { goto IL_01cc; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0196; } throw e; } CATCH_0196: { // begin catch(System.Exception) { V_7 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_75 = V_7; if (((ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)IsInstSealed((RuntimeObject*)L_75, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var))))) { goto IL_01b3; } } IL_01a1: { Exception_t * L_76 = V_7; if (((StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E *)IsInstSealed((RuntimeObject*)L_76, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_il2cpp_TypeInfo_var))))) { goto IL_01b3; } } IL_01aa: { Exception_t * L_77 = V_7; if (!((OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC *)IsInstClass((RuntimeObject*)L_77, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_il2cpp_TypeInfo_var))))) { goto IL_01b5; } } IL_01b3: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieContainer_Add_m55B9F8F21934AD777CF5458D297DE11150C6302C_RuntimeMethod_var))); } IL_01b5: { bool L_78 = ___throwOnError1; if (!L_78) { goto IL_01ca; } } IL_01b8: { String_t* L_79; L_79 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF36361B676EDEE11E26DBD0B02D28B4DD6FEE5)), /*hidden argument*/NULL); Exception_t * L_80 = V_7; CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_81 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m97F899360A85CF3DDDF2CA25EE08A956450DF7B4(L_81, L_79, L_80, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieContainer_Add_m55B9F8F21934AD777CF5458D297DE11150C6302C_RuntimeMethod_var))); } IL_01ca: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01cc; } } // end catch (depth: 1) IL_01cc: { return; } } // System.Boolean System.Net.CookieContainer::AgeCookies(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieContainer_AgeCookies_mAA3E14737A917A714164DA20CEAE929A192FFA9C (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, String_t* ___domain0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_1; memset((&V_1), 0, sizeof(V_1)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_2; memset((&V_2), 0, sizeof(V_2)); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_3 = NULL; PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * 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_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 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_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_16 = NULL; RuntimeObject* V_17 = NULL; RuntimeArray * V_18 = NULL; RuntimeArray * V_19 = NULL; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_20 = NULL; int32_t V_21 = 0; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_22 = NULL; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_23 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { 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_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(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_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MaxValue_32(); V_1 = L_3; V_3 = (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 *)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_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_8 = __this->get_m_domainTable_1(); NullCheck(L_8); RuntimeObject * L_9; L_9 = VirtFuncInvoker0< RuntimeObject * >::Invoke(28 /* 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_m588C16057E70F436C528A800D32546E987CAF1BD(L_10, (bool*)(&V_9), /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_11 = __this->get_m_domainTable_1(); NullCheck(L_11); RuntimeObject* L_12; L_12 = VirtFuncInvoker0< RuntimeObject* >::Invoke(22 /* 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; L_14 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13); V_11 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_14, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); String_t* L_15 = ___domain0; if (L_15) { goto IL_00b3; } } IL_0096: { RuntimeObject * L_16; L_16 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_11), /*hidden argument*/NULL); RuntimeObject * L_17; L_17 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_11), /*hidden argument*/NULL); V_4 = ((PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 *)CastclassClass((RuntimeObject*)L_17, PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21_il2cpp_TypeInfo_var)); goto IL_00c6; } IL_00b3: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_18 = __this->get_m_domainTable_1(); String_t* L_19 = ___domain0; NullCheck(L_18); RuntimeObject * L_20; L_20 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_18, L_19); V_4 = ((PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 *)CastclassClass((RuntimeObject*)L_20, PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21_il2cpp_TypeInfo_var)); } IL_00c6: { V_5 = 0; PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_21 = V_4; NullCheck(L_21); RuntimeObject * L_22; L_22 = PathList_get_SyncRoot_m28F8BCEC0CDF4514A9E43BD1E57F1809732377E0(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_m588C16057E70F436C528A800D32546E987CAF1BD(L_23, (bool*)(&V_14), /*hidden argument*/NULL); PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_24 = V_4; NullCheck(L_24); RuntimeObject* L_25; L_25 = PathList_get_Values_m5199400804AF1CF37AF379160950196867314343(L_24, /*hidden argument*/NULL); NullCheck(L_25); RuntimeObject* L_26; L_26 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_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; L_28 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_27); V_16 = ((CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 *)CastclassClass((RuntimeObject*)L_28, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var)); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_29 = V_16; int32_t L_30; L_30 = CookieContainer_ExpireCollection_m480E96EED81302CFE5C1797FD52D36712D56F53A(__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_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_36 = V_16; NullCheck(L_36); int32_t L_37; L_37 = CookieCollection_get_Count_m329458A1D5426014346F371D1B86AB4678FF34AE(L_36, /*hidden argument*/NULL); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_37)); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_38 = V_16; NullCheck(L_38); int32_t L_39; L_39 = CookieCollection_get_Count_m329458A1D5426014346F371D1B86AB4678FF34AE(L_38, /*hidden argument*/NULL); if ((((int32_t)L_39) <= ((int32_t)0))) { goto IL_0147; } } IL_0130: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_40 = V_16; NullCheck(L_40); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_41; L_41 = CookieCollection_TimeStamp_m453133C0783D40B58F511208B428765420DD6A9A(L_40, 0, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_42 = L_41; V_2 = L_42; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_43 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_44; L_44 = DateTime_op_LessThan_m31E1966F7BB6E20ED98FEAB9CADE95816353A7D3(L_42, L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_0147; } } IL_0142: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_45 = V_16; V_3 = L_45; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_46 = V_2; V_1 = L_46; } IL_0147: { RuntimeObject* L_47 = V_15; NullCheck(L_47); bool L_48; L_48 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_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_t099785737FC6A1E3699919A94109383715A8D807_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_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_51); } IL_0166: { IL2CPP_END_FINALLY(338) } } // end finally (depth: 4) IL2CPP_CLEANUP(338) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x173, FINALLY_0167); } } // 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_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_53, /*hidden argument*/NULL); } IL_0172: { IL2CPP_END_FINALLY(359) } } // end finally (depth: 3) IL2CPP_CLEANUP(359) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x173, IL_0173) } 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_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_58; L_58 = Math_Min_m6411ABA96F53F6B588FD9F2F72FB5FDAC1C1BC9B(L_56, L_57, /*hidden argument*/NULL); int32_t L_59; L_59 = Math_Min_m6411ABA96F53F6B588FD9F2F72FB5FDAC1C1BC9B(il2cpp_codegen_cast_double_to_int(((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_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_62 = V_4; NullCheck(L_62); RuntimeObject * L_63; L_63 = PathList_get_SyncRoot_m28F8BCEC0CDF4514A9E43BD1E57F1809732377E0(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_m588C16057E70F436C528A800D32546E987CAF1BD(L_64, (bool*)(&V_14), /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_65 = { reinterpret_cast (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_66; L_66 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_65, /*hidden argument*/NULL); PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_67 = V_4; NullCheck(L_67); int32_t L_68; L_68 = PathList_get_Count_mF95C0C66B73A66E8EDA9CFFB18CBE115712A37FF(L_67, /*hidden argument*/NULL); RuntimeArray * L_69; L_69 = Array_CreateInstance_m4D1856F13485BB35ACC72A9B10475C29C301BD1D(L_66, L_68, /*hidden argument*/NULL); V_18 = L_69; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_70 = { reinterpret_cast (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var) }; Type_t * L_71; L_71 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_70, /*hidden argument*/NULL); PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_72 = V_4; NullCheck(L_72); int32_t L_73; L_73 = PathList_get_Count_mF95C0C66B73A66E8EDA9CFFB18CBE115712A37FF(L_72, /*hidden argument*/NULL); RuntimeArray * L_74; L_74 = Array_CreateInstance_m4D1856F13485BB35ACC72A9B10475C29C301BD1D(L_71, L_73, /*hidden argument*/NULL); V_19 = L_74; PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_75 = V_4; NullCheck(L_75); RuntimeObject* L_76; L_76 = PathList_get_Values_m5199400804AF1CF37AF379160950196867314343(L_75, /*hidden argument*/NULL); NullCheck(L_76); RuntimeObject* L_77; L_77 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_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; L_79 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_78); V_20 = ((CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 *)CastclassClass((RuntimeObject*)L_79, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var)); RuntimeArray * L_80 = V_19; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_81 = V_20; NullCheck(L_81); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_82; L_82 = CookieCollection_TimeStamp_m453133C0783D40B58F511208B428765420DD6A9A(L_81, 0, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_83 = L_82; RuntimeObject * L_84 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_83); int32_t L_85 = V_6; NullCheck(L_80); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(L_80, L_84, L_85, /*hidden argument*/NULL); RuntimeArray * L_86 = V_18; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_87 = V_20; int32_t L_88 = V_6; NullCheck(L_86); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(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; L_91 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_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_t099785737FC6A1E3699919A94109383715A8D807_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_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_94); } IL_0246: { IL2CPP_END_FINALLY(562) } } // end finally (depth: 4) IL2CPP_CLEANUP(562) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x253, FINALLY_0247); } } // 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_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_96, /*hidden argument*/NULL); } IL_0252: { IL2CPP_END_FINALLY(583) } } // end finally (depth: 3) IL2CPP_CLEANUP(583) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x253, IL_0253) } IL_0253: { RuntimeArray * L_97 = V_19; RuntimeArray * L_98 = V_18; Array_Sort_m4DBF679AEDEBFBBE7682AF7E1C08FC048150CF9D(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; L_101 = Array_GetValue_m6E4274D23FFD6089882CD12B2F2EA615206792E1(L_99, L_100, /*hidden argument*/NULL); V_22 = ((CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 *)CastclassClass((RuntimeObject*)L_101, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var)); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_102 = V_22; V_23 = L_102; V_14 = (bool)0; } IL_027b: try { // begin try (depth: 3) { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_103 = V_23; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_103, (bool*)(&V_14), /*hidden argument*/NULL); goto IL_02a6; } IL_0286: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_104 = V_22; NullCheck(L_104); CookieCollection_RemoveAt_mE2CB87607732DF13B534A0808EFF9726F3213824(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_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_110 = V_22; NullCheck(L_110); int32_t L_111; L_111 = CookieCollection_get_Count_m329458A1D5426014346F371D1B86AB4678FF34AE(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_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_113 = V_23; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_113, /*hidden argument*/NULL); } IL_02c3: { IL2CPP_END_FINALLY(696) } } // end finally (depth: 3) IL2CPP_CLEANUP(696) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2C4, IL_02c4) } 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; L_119 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(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; L_124 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_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_t099785737FC6A1E3699919A94109383715A8D807_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_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_127); } IL_030e: { IL2CPP_END_FINALLY(762) } } // end finally (depth: 2) IL2CPP_CLEANUP(762) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x381, FINALLY_030f); IL2CPP_END_CLEANUP(0x31B, FINALLY_030f); } } // 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_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_129, /*hidden argument*/NULL); } IL_031a: { IL2CPP_END_FINALLY(783) } } // end finally (depth: 1) IL2CPP_CLEANUP(783) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x381, IL_0381) IL2CPP_JUMP_TBL(0x31B, IL_031b) } 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_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_132 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_133 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MaxValue_32(); bool L_134; L_134 = DateTime_op_Equality_m74E300DEFE26802FD0671DDC8095E52F96121C39(L_132, L_133, /*hidden argument*/NULL); if (!L_134) { goto IL_0334; } } { return (bool)0; } IL_0334: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_135 = V_3; V_23 = L_135; V_9 = (bool)0; } IL_033a: try { // begin try (depth: 1) { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_136 = V_23; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_136, (bool*)(&V_9), /*hidden argument*/NULL); goto IL_035a; } IL_0345: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_137 = V_3; NullCheck(L_137); CookieCollection_RemoveAt_mE2CB87607732DF13B534A0808EFF9726F3213824(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_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_141 = V_3; NullCheck(L_141); int32_t L_142; L_142 = CookieCollection_get_Count_m329458A1D5426014346F371D1B86AB4678FF34AE(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_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_144 = V_23; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_144, /*hidden argument*/NULL); } IL_037e: { IL2CPP_END_FINALLY(883) } } // end finally (depth: 1) IL2CPP_CLEANUP(883) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x37F, IL_037f) } IL_037f: { return (bool)1; } IL_0381: { bool L_145 = V_14; return L_145; } } // System.Int32 System.Net.CookieContainer::ExpireCollection(System.Net.CookieCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieContainer_ExpireCollection_m480E96EED81302CFE5C1797FD52D36712D56F53A (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___cc0, const RuntimeMethod* method) { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * 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; il2cpp::utils::ExceptionSupportStack __leave_targets; { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_0 = ___cc0; V_0 = L_0; V_1 = (bool)0; } IL_0004: try { // begin try (depth: 1) { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_2 = ___cc0; NullCheck(L_2); int32_t L_3; L_3 = CookieCollection_get_Count_m329458A1D5426014346F371D1B86AB4678FF34AE(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_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_5 = ___cc0; int32_t L_6 = V_3; NullCheck(L_5); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_7; L_7 = CookieCollection_get_Item_m811D5D88284ADADB6200D9B6CE5BE74B7324A597(L_5, L_6, /*hidden argument*/NULL); NullCheck(L_7); bool L_8; L_8 = Cookie_get_Expired_mB77802DB1DD4FD43D23A582009833238D50C23A5(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_002e; } } IL_0027: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_9 = ___cc0; int32_t L_10 = V_3; NullCheck(L_9); CookieCollection_RemoveAt_mE2CB87607732DF13B534A0808EFF9726F3213824(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_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_14 = ___cc0; NullCheck(L_14); int32_t L_15; L_15 = CookieCollection_get_Count_m329458A1D5426014346F371D1B86AB4678FF34AE(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_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_17 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_17, /*hidden argument*/NULL); } IL_004b: { IL2CPP_END_FINALLY(66) } } // end finally (depth: 1) IL2CPP_CLEANUP(66) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4C, IL_004c) } IL_004c: { int32_t L_18 = V_4; return L_18; } } // System.Boolean System.Net.CookieContainer::IsLocalDomain(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieContainer_IsLocalDomain_m3E6A57EB785514F3610FC97DF25192B80A6F0CE8 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, String_t* ___host0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29EA0A06B92EDE22790F4139E7345C7F90DE631D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4524D49B1044E4D0AA65B72EDA5242066333B67A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6474EBE79D288AAD27635D1581EA921D28D400BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76C3D4024DE9EE847070E35CC5A197DC21F66FEE); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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; L_1 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(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; L_4 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_3, _stringLiteral76C3D4024DE9EE847070E35CC5A197DC21F66FEE, /*hidden argument*/NULL); if (L_4) { goto IL_0036; } } { String_t* L_5 = ___host0; bool L_6; L_6 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_5, _stringLiteral6474EBE79D288AAD27635D1581EA921D28D400BC, /*hidden argument*/NULL); if (L_6) { goto IL_0036; } } { String_t* L_7 = ___host0; bool L_8; L_8 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_7, _stringLiteral4524D49B1044E4D0AA65B72EDA5242066333B67A, /*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; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); int32_t L_14; L_14 = String_Compare_m7927E2200C8BAF4D0EA5B8224819B5D63E150C54(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_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = L_16; NullCheck(L_17); (L_17)->SetAt(static_cast(0), (Il2CppChar)((int32_t)46)); NullCheck(L_15); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18; L_18 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_15, L_17, /*hidden argument*/NULL); V_1 = L_18; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19 = V_1; if (!L_19) { goto IL_0105; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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; L_24 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_23, _stringLiteral29EA0A06B92EDE22790F4139E7345C7F90DE631D, /*hidden argument*/NULL); if (!L_24) { goto IL_0105; } } { V_2 = 1; goto IL_00fb; } IL_008a: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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; L_29 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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; L_35 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_34, 2, /*hidden argument*/NULL); if ((((int32_t)L_35) < ((int32_t)((int32_t)48)))) { goto IL_00ff; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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; L_40 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_39, 2, /*hidden argument*/NULL); if ((((int32_t)L_40) > ((int32_t)((int32_t)57)))) { goto IL_00ff; } } IL_00c3: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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; L_45 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_44, 1, /*hidden argument*/NULL); if ((((int32_t)L_45) < ((int32_t)((int32_t)48)))) { goto IL_00ff; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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; L_50 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_49, 1, /*hidden argument*/NULL); if ((((int32_t)L_50) > ((int32_t)((int32_t)57)))) { goto IL_00ff; } } IL_00dd: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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; L_55 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_54, 0, /*hidden argument*/NULL); if ((((int32_t)L_55) < ((int32_t)((int32_t)48)))) { goto IL_00ff; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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; L_60 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * CookieContainer_CookieCutter_m9BFB21F49579F0D2B933977104E63BBBF48B6130 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, String_t* ___headerName1, String_t* ___setCookieHeader2, bool ___isThrow3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; int32_t V_3 = 0; CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5 * V_4 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * V_5 = NULL; Exception_t * V_6 = NULL; RuntimeObject* V_7 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * V_8 = NULL; RuntimeObject* V_9 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_0 = (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 *)il2cpp_codegen_object_new(CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var); CookieCollection__ctor_m6F7AC5879C514DAD6EE967A7FC18C3F28DAC4B11(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_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_il2cpp_TypeInfo_var); HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354* L_3 = ((CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_StaticFields*)il2cpp_codegen_static_fields_for(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_il2cpp_TypeInfo_var))->get_HeaderInfo_0(); int32_t L_4 = V_3; NullCheck(L_3); String_t* L_5; L_5 = HeaderVariantInfo_get_Name_m94033FAF3ED87FB13E9F7445D6B26A9F545C10C5_inline((HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 *)((L_3)->GetAddressAt(static_cast(L_4))), /*hidden argument*/NULL); int32_t L_6; L_6 = String_Compare_m573A1F97B15F82C9AC7DC0BB1B381EEDCD2759CD(L_2, L_5, 5, /*hidden argument*/NULL); if (L_6) { goto IL_003d; } } { IL2CPP_RUNTIME_CLASS_INIT(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_il2cpp_TypeInfo_var); HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354* L_7 = ((CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_StaticFields*)il2cpp_codegen_static_fields_for(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_il2cpp_TypeInfo_var))->get_HeaderInfo_0(); int32_t L_8 = V_3; NullCheck(L_7); int32_t L_9; L_9 = HeaderVariantInfo_get_Variant_m7B4EE8A87D64408629421635C393524FDA57A3E1_inline((HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 *)((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_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_il2cpp_TypeInfo_var); HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354* L_12 = ((CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_StaticFields*)il2cpp_codegen_static_fields_for(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_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_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_13 = ___uri0; NullCheck(L_13); String_t* L_14; L_14 = Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64(L_13, /*hidden argument*/NULL); bool L_15; L_15 = CookieContainer_IsLocalDomain_m3E6A57EB785514F3610FC97DF25192B80A6F0CE8(__this, L_14, /*hidden argument*/NULL); V_2 = L_15; } IL_0058: try { // begin try (depth: 1) { String_t* L_16 = ___setCookieHeader2; CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5 * L_17 = (CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5 *)il2cpp_codegen_object_new(CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5_il2cpp_TypeInfo_var); CookieParser__ctor_m82AD28E0C4668A35ECE2B6707D6B81B7B7D27334(L_17, L_16, /*hidden argument*/NULL); V_4 = L_17; } IL_0060: { CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5 * L_18 = V_4; NullCheck(L_18); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_19; L_19 = CookieParser_Get_mAD866F9D6B48D9F5D8B12DC5B23D0C90204AAC78(L_18, /*hidden argument*/NULL); V_5 = L_19; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_20 = V_5; if (!L_20) { goto IL_00b0; } } IL_006d: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_21 = V_5; NullCheck(L_21); String_t* L_22; L_22 = Cookie_get_Name_mC233F7C69F3A7FE643C75F4289BE2F7A8E84D8FD_inline(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var); bool L_23; L_23 = ValidationHelper_IsBlankString_m6AD6EA4A3A18A43F7D0E619A814E1C8805B80BE1(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; L_25 = SR_GetString_m6A5DA279E5FFB81210609BAD3C4099947C625E54(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral04B549F273D5348A735167E5CAA8CE2941B7921B)), /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_26 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieContainer_CookieCutter_m9BFB21F49579F0D2B933977104E63BBBF48B6130_RuntimeMethod_var))); } IL_008f: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_27 = V_5; int32_t L_28 = V_1; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * 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; L_33 = Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4(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_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_34 = V_0; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_35 = V_5; NullCheck(L_34); int32_t L_36; L_36 = CookieCollection_InternalAdd_m0BB034B31D41891EA47F068A6E50CDE3DF510AA2(L_34, L_35, (bool)1, /*hidden argument*/NULL); goto IL_0060; } IL_00b0: { goto IL_00f8; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00b2; } throw e; } CATCH_00b2: { // begin catch(System.Exception) { V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_37 = V_6; if (((ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)IsInstSealed((RuntimeObject*)L_37, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var))))) { goto IL_00cf; } } IL_00bd: { Exception_t * L_38 = V_6; if (((StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E *)IsInstSealed((RuntimeObject*)L_38, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_il2cpp_TypeInfo_var))))) { goto IL_00cf; } } IL_00c6: { Exception_t * L_39 = V_6; if (!((OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC *)IsInstClass((RuntimeObject*)L_39, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_il2cpp_TypeInfo_var))))) { goto IL_00d1; } } IL_00cf: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieContainer_CookieCutter_m9BFB21F49579F0D2B933977104E63BBBF48B6130_RuntimeMethod_var))); } IL_00d1: { bool L_40 = ___isThrow3; if (!L_40) { goto IL_00f6; } } IL_00d5: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_41 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_42 = L_41; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_43 = ___uri0; NullCheck(L_43); String_t* L_44; L_44 = Uri_get_AbsoluteUri_mC494374C2A3B1DFC9C3DC6CCB8A8A758580C11DA(L_43, /*hidden argument*/NULL); NullCheck(L_42); ArrayElementTypeCheck (L_42, L_44); (L_42)->SetAt(static_cast(0), (RuntimeObject *)L_44); String_t* L_45; L_45 = SR_GetString_m60DD6FC6EE29B45330D1A1A35D27061605169AF5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3B4DE3B84A7B6C21C5A8E0E27F479C4E8185FE4A)), L_42, /*hidden argument*/NULL); Exception_t * L_46 = V_6; CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_47 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m97F899360A85CF3DDDF2CA25EE08A956450DF7B4(L_47, L_45, L_46, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieContainer_CookieCutter_m9BFB21F49579F0D2B933977104E63BBBF48B6130_RuntimeMethod_var))); } IL_00f6: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00f8; } } // end catch (depth: 1) IL_00f8: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_48 = V_0; NullCheck(L_48); RuntimeObject* L_49; L_49 = CookieCollection_GetEnumerator_m98DE8A53502E0AA6C428F564D6EDE38A007D22C9(L_48, /*hidden argument*/NULL); V_7 = L_49; } IL_0100: try { // begin try (depth: 1) { goto IL_011a; } IL_0102: { RuntimeObject* L_50 = V_7; NullCheck(L_50); RuntimeObject * L_51; L_51 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_50); V_8 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)CastclassSealed((RuntimeObject*)L_51, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var)); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_52 = V_8; bool L_53 = ___isThrow3; CookieContainer_Add_m55B9F8F21934AD777CF5458D297DE11150C6302C(__this, L_52, L_53, /*hidden argument*/NULL); } IL_011a: { RuntimeObject* L_54 = V_7; NullCheck(L_54); bool L_55; L_55 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_54); if (L_55) { 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_56 = V_7; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_56, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_57 = V_9; if (!L_57) { goto IL_0139; } } IL_0132: { RuntimeObject* L_58 = V_9; NullCheck(L_58); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_58); } IL_0139: { IL2CPP_END_FINALLY(293) } } // end finally (depth: 1) IL2CPP_CLEANUP(293) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x13A, IL_013a) } IL_013a: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_59 = V_0; return L_59; } } // System.Net.CookieCollection System.Net.CookieContainer::InternalGetCookies(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * CookieContainer_InternalGetCookies_mEADD88B29299A160CA2AD96B5E2C6A712DE0DFF4 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_2 = NULL; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * V_3 = NULL; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * V_4 = NULL; String_t* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; NullCheck(L_0); String_t* L_1; L_1 = Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); String_t* L_2 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_UriSchemeHttps_4(); bool L_3; L_3 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4 = ___uri0; NullCheck(L_4); int32_t L_5; L_5 = Uri_get_Port_m23A08BF55EC1DC7421B99E6E77544DDF5900099C(L_4, /*hidden argument*/NULL); V_1 = L_5; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_6 = (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 *)il2cpp_codegen_object_new(CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var); CookieCollection__ctor_m6F7AC5879C514DAD6EE967A7FC18C3F28DAC4B11(L_6, /*hidden argument*/NULL); V_2 = L_6; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_7 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_7, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); V_3 = L_7; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_8 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_8, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); V_4 = L_8; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_9 = ___uri0; NullCheck(L_9); String_t* L_10; L_10 = Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64(L_9, /*hidden argument*/NULL); V_5 = L_10; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_11 = V_3; String_t* L_12 = V_5; NullCheck(L_11); List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE(L_11, L_12, /*hidden argument*/List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE_RuntimeMethod_var); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_13 = V_3; String_t* L_14 = V_5; String_t* L_15; L_15 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, L_14, /*hidden argument*/NULL); NullCheck(L_13); List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE(L_13, L_15, /*hidden argument*/List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE_RuntimeMethod_var); String_t* L_16 = V_5; NullCheck(L_16); int32_t L_17; L_17 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(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; L_21 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_010a; } } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_22 = V_3; String_t* L_23 = V_5; String_t* L_24 = __this->get_m_fqdnMyDomain_6(); String_t* L_25; L_25 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_23, L_24, /*hidden argument*/NULL); NullCheck(L_22); List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE(L_22, L_25, /*hidden argument*/List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE_RuntimeMethod_var); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_26 = V_3; String_t* L_27 = __this->get_m_fqdnMyDomain_6(); NullCheck(L_26); List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE(L_26, L_27, /*hidden argument*/List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE_RuntimeMethod_var); goto IL_010a; } IL_0099: { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_28 = V_3; String_t* L_29 = V_5; int32_t L_30 = V_6; NullCheck(L_29); String_t* L_31; L_31 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_29, L_30, /*hidden argument*/NULL); NullCheck(L_28); List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE(L_28, L_31, /*hidden argument*/List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE_RuntimeMethod_var); String_t* L_32 = V_5; NullCheck(L_32); int32_t L_33; L_33 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(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; L_36 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_35, /*hidden argument*/NULL); NullCheck(L_34); int32_t L_37; L_37 = String_LastIndexOf_m8DB57B87F39952A78925B5BF9BBB49B3EFA28155(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; L_41 = String_LastIndexOf_m8DB57B87F39952A78925B5BF9BBB49B3EFA28155(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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_43 = V_4; String_t* L_44 = V_5; int32_t L_45 = V_6; NullCheck(L_44); String_t* L_46; L_46 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_44, L_45, /*hidden argument*/NULL); NullCheck(L_43); List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE(L_43, L_46, /*hidden argument*/List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE_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; L_51 = String_IndexOf_mAD7052CB25BA1D60A8F055AA89D09809F61233DB(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_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_53 = ___uri0; bool L_54 = V_0; int32_t L_55 = V_1; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_56 = V_2; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_57 = V_3; CookieContainer_BuildCookieCollectionFromDomainMatches_mA12B074CC288FE102BEB328B853F71267E3B3A08(__this, L_53, L_54, L_55, L_56, L_57, (bool)0, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_58 = ___uri0; bool L_59 = V_0; int32_t L_60 = V_1; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_61 = V_2; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_62 = V_4; CookieContainer_BuildCookieCollectionFromDomainMatches_mA12B074CC288FE102BEB328B853F71267E3B3A08(__this, L_58, L_59, L_60, L_61, L_62, (bool)1, /*hidden argument*/NULL); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * 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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_BuildCookieCollectionFromDomainMatches_mA12B074CC288FE102BEB328B853F71267E3B3A08 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, bool ___isSecure1, int32_t ___port2, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___cookies3, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___domainAttribute4, bool ___matchOnlyPlainCookie5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m8578F26F0FE72EDB6A0290D78944B3D4F34DBFAC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; bool V_2 = false; PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * V_3 = NULL; RuntimeObject * V_4 = NULL; bool V_5 = false; RuntimeObject* V_6 = NULL; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_7; memset((&V_7), 0, sizeof(V_7)); String_t* V_8 = NULL; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_9 = NULL; RuntimeObject* V_10 = NULL; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_11 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = 0; goto IL_0154; } IL_0007: { V_1 = (bool)0; V_2 = (bool)0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_m_domainTable_1(); NullCheck(L_0); RuntimeObject * L_1; L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(28 /* 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_m588C16057E70F436C528A800D32546E987CAF1BD(L_2, (bool*)(&V_5), /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = __this->get_m_domainTable_1(); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_4 = ___domainAttribute4; int32_t L_5 = V_0; NullCheck(L_4); String_t* L_6; L_6 = List_1_get_Item_m8578F26F0FE72EDB6A0290D78944B3D4F34DBFAC_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_m8578F26F0FE72EDB6A0290D78944B3D4F34DBFAC_RuntimeMethod_var); NullCheck(L_3); RuntimeObject * L_7; L_7 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_3, L_6); V_3 = ((PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 *)CastclassClass((RuntimeObject*)L_7, PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21_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_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_9, /*hidden argument*/NULL); } IL_004a: { IL2CPP_END_FINALLY(63) } } // end finally (depth: 1) IL2CPP_CLEANUP(63) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4B, IL_004b) } IL_004b: { PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_10 = V_3; if (!L_10) { goto IL_0150; } } { PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_11 = V_3; NullCheck(L_11); RuntimeObject * L_12; L_12 = PathList_get_SyncRoot_m28F8BCEC0CDF4514A9E43BD1E57F1809732377E0(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_m588C16057E70F436C528A800D32546E987CAF1BD(L_13, (bool*)(&V_5), /*hidden argument*/NULL); PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_14 = V_3; NullCheck(L_14); RuntimeObject* L_15; L_15 = PathList_GetEnumerator_mEB480CB2359B7EA7639EE292658F7AC5B17AE998(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; L_17 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_16); V_7 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_17, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); RuntimeObject * L_18; L_18 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_7), /*hidden argument*/NULL); V_8 = ((String_t*)CastclassSealed((RuntimeObject*)L_18, String_t_il2cpp_TypeInfo_var)); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_19 = ___uri0; NullCheck(L_19); String_t* L_20; L_20 = Uri_get_AbsolutePath_mB845A99D0CEB442AAF90B24A95EE7509C34C6306(L_19, /*hidden argument*/NULL); String_t* L_21 = V_8; String_t* L_22; L_22 = CookieParser_CheckQuoted_mDA4A706F673D6991A45AF83E22BE86D945F0F4F9(L_21, /*hidden argument*/NULL); NullCheck(L_20); bool L_23; L_23 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_20, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00d8; } } IL_009f: { V_1 = (bool)1; RuntimeObject * L_24; L_24 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_7), /*hidden argument*/NULL); V_9 = ((CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 *)CastclassClass((RuntimeObject*)L_24, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var)); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_25 = V_9; NullCheck(L_25); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26; L_26 = CookieCollection_TimeStamp_m453133C0783D40B58F511208B428765420DD6A9A(L_25, 1, /*hidden argument*/NULL); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_27 = ___cookies3; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_28 = V_9; int32_t L_29 = ___port2; bool L_30 = ___isSecure1; bool L_31 = ___matchOnlyPlainCookie5; CookieContainer_MergeUpdateCollections_m2DF45A2DA702AB04EFA265075198378B217A1E76(__this, L_27, L_28, L_29, L_30, L_31, /*hidden argument*/NULL); String_t* L_32 = V_8; bool L_33; L_33 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_32, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, /*hidden argument*/NULL); if (!L_33) { goto IL_00dd; } } IL_00d4: { V_2 = (bool)1; goto IL_00dd; } IL_00d8: { bool L_34 = V_1; if (!L_34) { goto IL_00dd; } } IL_00db: { IL2CPP_LEAVE(0x109, FINALLY_00e8); } IL_00dd: { RuntimeObject* L_35 = V_6; NullCheck(L_35); bool L_36; L_36 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_35); if (L_36) { 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_37 = V_6; V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_38 = V_10; if (!L_38) { goto IL_00fc; } } IL_00f5: { RuntimeObject* L_39 = V_10; NullCheck(L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_39); } IL_00fc: { IL2CPP_END_FINALLY(232) } } // end finally (depth: 2) IL2CPP_CLEANUP(232) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x109, FINALLY_00fd); } } // 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_40 = V_5; if (!L_40) { goto IL_0108; } } IL_0101: { RuntimeObject * L_41 = V_4; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_41, /*hidden argument*/NULL); } IL_0108: { IL2CPP_END_FINALLY(253) } } // end finally (depth: 1) IL2CPP_CLEANUP(253) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x109, IL_0109) } IL_0109: { bool L_42 = V_2; if (L_42) { goto IL_0139; } } { PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_43 = V_3; NullCheck(L_43); RuntimeObject * L_44; L_44 = PathList_get_Item_mB2E15B70CA415EF1497A3AF13486AF346D25CC27(L_43, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, /*hidden argument*/NULL); V_11 = ((CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 *)CastclassClass((RuntimeObject*)L_44, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var)); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_45 = V_11; if (!L_45) { goto IL_0139; } } { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_46 = V_11; NullCheck(L_46); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_47; L_47 = CookieCollection_TimeStamp_m453133C0783D40B58F511208B428765420DD6A9A(L_46, 1, /*hidden argument*/NULL); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_48 = ___cookies3; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_49 = V_11; int32_t L_50 = ___port2; bool L_51 = ___isSecure1; bool L_52 = ___matchOnlyPlainCookie5; CookieContainer_MergeUpdateCollections_m2DF45A2DA702AB04EFA265075198378B217A1E76(__this, L_48, L_49, L_50, L_51, L_52, /*hidden argument*/NULL); } IL_0139: { PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_53 = V_3; NullCheck(L_53); int32_t L_54; L_54 = PathList_get_Count_mF95C0C66B73A66E8EDA9CFFB18CBE115712A37FF(L_53, /*hidden argument*/NULL); if (L_54) { goto IL_0150; } } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_55 = ___domainAttribute4; int32_t L_56 = V_0; NullCheck(L_55); String_t* L_57; L_57 = List_1_get_Item_m8578F26F0FE72EDB6A0290D78944B3D4F34DBFAC_inline(L_55, L_56, /*hidden argument*/List_1_get_Item_m8578F26F0FE72EDB6A0290D78944B3D4F34DBFAC_RuntimeMethod_var); CookieContainer_AddRemoveDomain_m86DA545D737B59A516754DFCFCA164C5F4F728E0(__this, L_57, (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 *)NULL, /*hidden argument*/NULL); } IL_0150: { int32_t L_58 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_0154: { int32_t L_59 = V_0; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_60 = ___domainAttribute4; NullCheck(L_60); int32_t L_61; L_61 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_60, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); if ((((int32_t)L_59) < ((int32_t)L_61))) { goto IL_0007; } } { return; } } // System.Void System.Net.CookieContainer::MergeUpdateCollections(System.Net.CookieCollection,System.Net.CookieCollection,System.Int32,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_MergeUpdateCollections_m2DF45A2DA702AB04EFA265075198378B217A1E76 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___destination0, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___source1, int32_t ___port2, bool ___isSecure3, bool ___isPlainOnly4, const RuntimeMethod* method) { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; bool V_3 = false; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * V_4 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_5 = NULL; int32_t V_6 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_0 = ___source1; V_0 = L_0; V_1 = (bool)0; } IL_0004: try { // begin try (depth: 1) { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); V_2 = 0; goto IL_00a5; } IL_0013: { V_3 = (bool)0; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_2 = ___source1; int32_t L_3 = V_2; NullCheck(L_2); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_4; L_4 = CookieCollection_get_Item_m811D5D88284ADADB6200D9B6CE5BE74B7324A597(L_2, L_3, /*hidden argument*/NULL); V_4 = L_4; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_5 = V_4; NullCheck(L_5); bool L_6; L_6 = Cookie_get_Expired_mB77802DB1DD4FD43D23A582009833238D50C23A5(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0042; } } IL_0027: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_7 = ___source1; int32_t L_8 = V_2; NullCheck(L_7); CookieCollection_RemoveAt_mE2CB87607732DF13B534A0808EFF9726F3213824(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_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_12 = V_4; NullCheck(L_12); int32_t L_13; L_13 = Cookie_get_Variant_m5453D977C7AAF6B634E5B31CB2DE7D66BD323551_inline(L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)1)))) { goto IL_0085; } } IL_0050: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_14 = V_4; NullCheck(L_14); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15; L_15 = Cookie_get_PortList_m4BD9A535C0DCB224F6093FA89FF336C83A0836CA_inline(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0083; } } IL_0059: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_16 = V_4; NullCheck(L_16); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17; L_17 = Cookie_get_PortList_m4BD9A535C0DCB224F6093FA89FF336C83A0836CA_inline(L_16, /*hidden argument*/NULL); V_5 = L_17; V_6 = 0; goto IL_0079; } IL_0067: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_26 = V_4; NullCheck(L_26); bool L_27; L_27 = Cookie_get_Secure_m5ED475362972AF2648E51D7796C17D82C70B523A_inline(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_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_30 = ___destination0; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_31 = V_4; NullCheck(L_30); int32_t L_32; L_32 = CookieCollection_InternalAdd_m0BB034B31D41891EA47F068A6E50CDE3DF510AA2(L_30, L_31, (bool)0, /*hidden argument*/NULL); } IL_00a1: { int32_t L_33 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00a5: { int32_t L_34 = V_2; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_35 = ___source1; NullCheck(L_35); int32_t L_36; L_36 = CookieCollection_get_Count_m329458A1D5426014346F371D1B86AB4678FF34AE(L_35, /*hidden argument*/NULL); if ((((int32_t)L_34) < ((int32_t)L_36))) { 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_37 = V_1; if (!L_37) { goto IL_00bc; } } IL_00b6: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_38 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_38, /*hidden argument*/NULL); } IL_00bc: { IL2CPP_END_FINALLY(179) } } // end finally (depth: 1) IL2CPP_CLEANUP(179) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xBD, IL_00bd) } IL_00bd: { return; } } // System.String System.Net.CookieContainer::GetCookieHeader(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieContainer_GetCookieHeader_m56FF8245FC28A3C8583AE0EEE8CF43A081D5CAB3 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_1; L_1 = Uri_op_Equality_m4C2BAA8B8318A6C124AE18734B2872A983D5CC91(L_0, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieContainer_GetCookieHeader_m56FF8245FC28A3C8583AE0EEE8CF43A081D5CAB3_RuntimeMethod_var))); } IL_0014: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = ___uri0; String_t* L_4; L_4 = CookieContainer_GetCookieHeader_m45B138BEAA391F95017893AF9F91241492EB2D74(__this, L_3, (String_t**)(&V_0), /*hidden argument*/NULL); return L_4; } } // System.String System.Net.CookieContainer::GetCookieHeader(System.Uri,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieContainer_GetCookieHeader_m45B138BEAA391F95017893AF9F91241492EB2D74 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, String_t** ___optCookie21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C22725C9E6B4F7CBB255320C6F9A96FCE950DFC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1); s_Il2CppMethodInitialized = true; } CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* V_3 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * V_4 = NULL; RuntimeObject* V_5 = NULL; int32_t V_6 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; 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_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_1; L_1 = CookieContainer_InternalGetCookies_mEADD88B29299A160CA2AD96B5E2C6A712DE0DFF4(__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_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_4 = V_0; NullCheck(L_4); RuntimeObject* L_5; L_5 = CookieCollection_GetEnumerator_m98DE8A53502E0AA6C428F564D6EDE38A007D22C9(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; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); V_4 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)CastclassSealed((RuntimeObject*)L_7, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var)); String_t* L_8 = V_1; String_t* L_9 = V_2; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_10 = V_4; NullCheck(L_10); String_t* L_11; L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); String_t* L_12; L_12 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_8, L_9, L_11, /*hidden argument*/NULL); V_1 = L_12; V_2 = _stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1; } IL_003f: { RuntimeObject* L_13 = V_3; NullCheck(L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_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_t099785737FC6A1E3699919A94109383715A8D807_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_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_17); } IL_005c: { IL2CPP_END_FINALLY(73) } } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5D, IL_005d) } IL_005d: { String_t** L_18 = ___optCookie21; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_19 = V_0; NullCheck(L_19); bool L_20; L_20 = CookieCollection_get_IsOtherVersionSeen_m1C659BBDF60CA447C3B5576BC4FCCAEBCCCBECF4_inline(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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_22; L_22 = NumberFormatInfo_get_InvariantInfo_m60684F8FC079156887EE83B476C7C2570D95C380(/*hidden argument*/NULL); String_t* L_23; L_23 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&V_6), L_22, /*hidden argument*/NULL); String_t* L_24; L_24 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteral4C22725C9E6B4F7CBB255320C6F9A96FCE950DFC, 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((void**)(RuntimeObject **)G_B11_1, (void*)(RuntimeObject *)G_B11_0); String_t* L_25 = V_1; return L_25; } } // System.Void System.Net.CookieContainer::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer__cctor_m56FC114B1B18DDDC6CE39E184C737C2E71676D9C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C5EE883BE58477D29789770C77CED0740EA2109); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8258FE4B53775D781FF54E8010D50E54F753759); s_Il2CppMethodInitialized = true; } { HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354* L_0 = (HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354*)(HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354*)SZArrayNew(HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354_il2cpp_TypeInfo_var, (uint32_t)2); HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354* L_1 = L_0; HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 L_2; memset((&L_2), 0, sizeof(L_2)); HeaderVariantInfo__ctor_mB0775C718895238F3289605480ECD66D13DE19C0((&L_2), _stringLiteral5C5EE883BE58477D29789770C77CED0740EA2109, 2, /*hidden argument*/NULL); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 )L_2); HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354* L_3 = L_1; HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 L_4; memset((&L_4), 0, sizeof(L_4)); HeaderVariantInfo__ctor_mB0775C718895238F3289605480ECD66D13DE19C0((&L_4), _stringLiteralE8258FE4B53775D781FF54E8010D50E54F753759, 3, /*hidden argument*/NULL); NullCheck(L_3); (L_3)->SetAt(static_cast(1), (HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 )L_4); ((CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_StaticFields*)il2cpp_codegen_static_fields_for(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException__ctor_m5E53613191A7B09E274C5250669847B30A2AEA0D (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * __this, const RuntimeMethod* method) { { FormatException__ctor_m782FDB1A7F0BA932C9937FDB8E936D0E4724AA67(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.CookieException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566 (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.CookieException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException__ctor_m97F899360A85CF3DDDF2CA25EE08A956450DF7B4 (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___inner1; FormatException__ctor_mF8CFF64B9AB9A6B4AD5B33FC72E6EA7F6631FD51(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.CookieException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException__ctor_m617F1512B36DE1EA3650DE76353F8A386F788327 (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___streamingContext1; FormatException__ctor_m9D50D1A9FC1B72427455B7FFBDB80198D996667F(__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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException_System_Runtime_Serialization_ISerializable_GetObjectData_mA95ECBFCDBBE4D5881077E40D1DD3CDEDC9E07CD (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___streamingContext1; Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.CookieException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException_GetObjectData_mF1CE13806E7D8D065C369D5149DD63197257D599 (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___streamingContext1; Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882(__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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieParser__ctor_m82AD28E0C4668A35ECE2B6707D6B81B7B7D27334 (CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5 * __this, String_t* ___cookieString0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___cookieString0; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_1 = (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA *)il2cpp_codegen_object_new(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var); CookieTokenizer__ctor_m98A9B2C61BA73183CBF2331766DD011A1432C3D1(L_1, L_0, /*hidden argument*/NULL); __this->set_m_tokenizer_0(L_1); return; } } // System.Net.Cookie System.Net.CookieParser::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * CookieParser_Get_mAD866F9D6B48D9F5D8B12DC5B23D0C90204AAC78 (CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * 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_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_12 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_13; memset((&V_13), 0, sizeof(V_13)); int32_t V_14 = 0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_15; memset((&V_15), 0, sizeof(V_15)); int32_t V_16 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)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_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_0 = __this->get_m_tokenizer_0(); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_1 = V_0; NullCheck(L_0); int32_t L_2; L_2 = CookieTokenizer_Next_m12072A330646362D17E6C7B27DA8E4A615ABFB92(L_0, (bool)((((RuntimeObject*)(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0), (bool)1, /*hidden argument*/NULL); V_10 = L_2; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * 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_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_6 = (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)il2cpp_codegen_object_new(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); Cookie__ctor_m4C7C1E7E0DCE68AC143F44630AEE2D385480DE48(L_6, /*hidden argument*/NULL); V_0 = L_6; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_7 = V_0; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_8 = __this->get_m_tokenizer_0(); NullCheck(L_8); String_t* L_9; L_9 = CookieTokenizer_get_Name_mF8AED0F907B5B6A95C97C31F086AE8B56532ACF3_inline(L_8, /*hidden argument*/NULL); NullCheck(L_7); bool L_10; L_10 = Cookie_InternalSetName_m866D7004C1F40D6F1247918DD747C08F71986B42(L_7, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_005e; } } { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * 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); bool L_13; L_13 = Cookie_InternalSetName_m866D7004C1F40D6F1247918DD747C08F71986B42(L_11, L_12, /*hidden argument*/NULL); } IL_005e: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_14 = V_0; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_15 = __this->get_m_tokenizer_0(); NullCheck(L_15); String_t* L_16; L_16 = CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE_inline(L_15, /*hidden argument*/NULL); NullCheck(L_14); Cookie_set_Value_mB71BD8E33373029251A2C55533A8A4417BDB8767(L_14, L_16, /*hidden argument*/NULL); goto IL_02f4; } IL_0074: { int32_t L_17 = V_10; if ((((int32_t)L_17) == ((int32_t)1))) { goto IL_0086; } } { int32_t L_18 = V_10; if ((((int32_t)L_18) == ((int32_t)2))) { goto IL_028e; } } { goto IL_02f4; } IL_0086: { CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_19 = __this->get_m_tokenizer_0(); NullCheck(L_19); int32_t L_20; L_20 = CookieTokenizer_get_Token_m3678150A16ACC3F862659716B984C7FE7F0E3B75_inline(L_19, /*hidden argument*/NULL); V_11 = L_20; int32_t L_21 = V_11; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (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_22 = V_1; if (L_22) { goto IL_02f4; } } { V_1 = (bool)1; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_23 = V_0; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_24 = __this->get_m_tokenizer_0(); NullCheck(L_24); String_t* L_25; L_25 = CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE_inline(L_24, /*hidden argument*/NULL); NullCheck(L_23); Cookie_set_Comment_mC73FCBD37723DC9929AE7297AB98CC43F186963A(L_23, L_25, /*hidden argument*/NULL); goto IL_02f4; } IL_00f3: { bool L_26 = V_2; if (L_26) { goto IL_02f4; } } { V_2 = (bool)1; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_27 = __this->get_m_tokenizer_0(); NullCheck(L_27); String_t* L_28; L_28 = CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE_inline(L_27, /*hidden argument*/NULL); String_t* L_29; L_29 = CookieParser_CheckQuoted_mDA4A706F673D6991A45AF83E22BE86D945F0F4F9(L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_30; L_30 = Uri_TryCreate_m4E7D41A8B62D8E964E0B73B67CD7A31BF3E65799(L_29, 1, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 **)(&V_12), /*hidden argument*/NULL); if (!L_30) { goto IL_02f4; } } { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_31 = V_0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_32 = V_12; NullCheck(L_31); Cookie_set_CommentUri_m164977759148B2CC340AE701684D1E418D450EBA_inline(L_31, L_32, /*hidden argument*/NULL); goto IL_02f4; } IL_0125: { bool L_33 = V_3; if (L_33) { goto IL_02f4; } } { V_3 = (bool)1; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_34 = V_0; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_35 = __this->get_m_tokenizer_0(); NullCheck(L_35); String_t* L_36; L_36 = CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE_inline(L_35, /*hidden argument*/NULL); String_t* L_37; L_37 = CookieParser_CheckQuoted_mDA4A706F673D6991A45AF83E22BE86D945F0F4F9(L_36, /*hidden argument*/NULL); NullCheck(L_34); Cookie_set_Domain_mFAA0D7FAB346C34A3ADF865A6F531A948E4E9DBA(L_34, L_37, /*hidden argument*/NULL); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_38 = V_0; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_39 = __this->get_m_tokenizer_0(); NullCheck(L_39); bool L_40; L_40 = CookieTokenizer_get_Quoted_mE4EAA53491D10D83FF580AEFC172DBBB6DC7846F_inline(L_39, /*hidden argument*/NULL); NullCheck(L_38); L_38->set_IsQuotedDomain_24(L_40); goto IL_02f4; } IL_0159: { bool L_41 = V_4; if (L_41) { goto IL_02f4; } } { V_4 = (bool)1; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_42 = __this->get_m_tokenizer_0(); NullCheck(L_42); String_t* L_43; L_43 = CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE_inline(L_42, /*hidden argument*/NULL); String_t* L_44; L_44 = CookieParser_CheckQuoted_mDA4A706F673D6991A45AF83E22BE86D945F0F4F9(L_43, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_45; L_45 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_46; L_46 = DateTime_TryParse_m1B84CADF022AEAE7CB5477683D77BBEACE893422(L_44, L_45, 7, (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_13), /*hidden argument*/NULL); if (!L_46) { goto IL_018f; } } { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_47 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_48 = V_13; NullCheck(L_47); Cookie_set_Expires_m074F513530A0F9F02E261D6B2A52DA8084AAA618_inline(L_47, L_48, /*hidden argument*/NULL); goto IL_02f4; } IL_018f: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_49 = V_0; String_t* L_50 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_49); bool L_51; L_51 = Cookie_InternalSetName_m866D7004C1F40D6F1247918DD747C08F71986B42(L_49, L_50, /*hidden argument*/NULL); goto IL_02f4; } IL_01a0: { bool L_52 = V_4; if (L_52) { goto IL_02f4; } } { V_4 = (bool)1; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_53 = __this->get_m_tokenizer_0(); NullCheck(L_53); String_t* L_54; L_54 = CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE_inline(L_53, /*hidden argument*/NULL); String_t* L_55; L_55 = CookieParser_CheckQuoted_mDA4A706F673D6991A45AF83E22BE86D945F0F4F9(L_54, /*hidden argument*/NULL); bool L_56; L_56 = Int32_TryParse_m252686986E2F350DCC71341A41182DEE27454A22(L_55, (int32_t*)(&V_14), /*hidden argument*/NULL); if (!L_56) { goto IL_01df; } } { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_57 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_58; L_58 = DateTime_get_Now_mDC71803EA6776DD66EA7477CDCCD62191726B478(/*hidden argument*/NULL); V_15 = L_58; int32_t L_59 = V_14; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_60; L_60 = DateTime_AddSeconds_mCA0940A7E7C3ED40A86532349B7D4CB3A0F0DEAF((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_15), ((double)((double)L_59)), /*hidden argument*/NULL); NullCheck(L_57); Cookie_set_Expires_m074F513530A0F9F02E261D6B2A52DA8084AAA618_inline(L_57, L_60, /*hidden argument*/NULL); goto IL_02f4; } IL_01df: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_61 = V_0; String_t* L_62 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_61); bool L_63; L_63 = Cookie_InternalSetName_m866D7004C1F40D6F1247918DD747C08F71986B42(L_61, L_62, /*hidden argument*/NULL); goto IL_02f4; } IL_01f0: { bool L_64 = V_5; if (L_64) { goto IL_02f4; } } { V_5 = (bool)1; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_65 = V_0; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_66 = __this->get_m_tokenizer_0(); NullCheck(L_66); String_t* L_67; L_67 = CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE_inline(L_66, /*hidden argument*/NULL); NullCheck(L_65); Cookie_set_Path_mEA8D095CDCC6D19456E1F24C43F143080EF577E8(L_65, L_67, /*hidden argument*/NULL); goto IL_02f4; } IL_0210: { bool L_68 = V_6; if (L_68) { goto IL_02f4; } } { V_6 = (bool)1; } IL_021a: try { // begin try (depth: 1) Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_69 = V_0; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_70 = __this->get_m_tokenizer_0(); NullCheck(L_70); String_t* L_71; L_71 = CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE_inline(L_70, /*hidden argument*/NULL); NullCheck(L_69); Cookie_set_Port_m8BA5AD268A143AE02AC42EB6457AECA645C2C298(L_69, L_71, /*hidden argument*/NULL); goto IL_02f4; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0230; } throw e; } CATCH_0230: { // begin catch(System.Object) Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_72 = V_0; String_t* L_73 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); NullCheck(L_72); bool L_74; L_74 = Cookie_InternalSetName_m866D7004C1F40D6F1247918DD747C08F71986B42(L_72, L_73, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_02f4; } // end catch (depth: 1) IL_0242: { bool L_75 = V_7; if (L_75) { goto IL_02f4; } } { V_7 = (bool)1; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_76 = __this->get_m_tokenizer_0(); NullCheck(L_76); String_t* L_77; L_77 = CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE_inline(L_76, /*hidden argument*/NULL); String_t* L_78; L_78 = CookieParser_CheckQuoted_mDA4A706F673D6991A45AF83E22BE86D945F0F4F9(L_77, /*hidden argument*/NULL); bool L_79; L_79 = Int32_TryParse_m252686986E2F350DCC71341A41182DEE27454A22(L_78, (int32_t*)(&V_16), /*hidden argument*/NULL); if (!L_79) { goto IL_0280; } } { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_80 = V_0; int32_t L_81 = V_16; NullCheck(L_80); Cookie_set_Version_m4D43603189124EA1FDE4E8D45D65C60F1EB9B64E(L_80, L_81, /*hidden argument*/NULL); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_82 = V_0; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_83 = __this->get_m_tokenizer_0(); NullCheck(L_83); bool L_84; L_84 = CookieTokenizer_get_Quoted_mE4EAA53491D10D83FF580AEFC172DBBB6DC7846F_inline(L_83, /*hidden argument*/NULL); NullCheck(L_82); L_82->set_IsQuotedVersion_23(L_84); goto IL_02f4; } IL_0280: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_85 = V_0; String_t* L_86 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_85); bool L_87; L_87 = Cookie_InternalSetName_m866D7004C1F40D6F1247918DD747C08F71986B42(L_85, L_86, /*hidden argument*/NULL); goto IL_02f4; } IL_028e: { CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_88 = __this->get_m_tokenizer_0(); NullCheck(L_88); int32_t L_89; L_89 = CookieTokenizer_get_Token_m3678150A16ACC3F862659716B984C7FE7F0E3B75_inline(L_88, /*hidden argument*/NULL); V_11 = L_89; int32_t L_90 = V_11; if ((((int32_t)L_90) == ((int32_t)((int32_t)10)))) { goto IL_02b9; } } { int32_t L_91 = V_11; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_91, (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_92 = V_9; if (L_92) { goto IL_02f4; } } { V_9 = (bool)1; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_93 = V_0; NullCheck(L_93); Cookie_set_Discard_m885D993D0395C8CE0ADEF8709678E603C9A0CB89_inline(L_93, (bool)1, /*hidden argument*/NULL); goto IL_02f4; } IL_02c9: { bool L_94 = V_8; if (L_94) { goto IL_02f4; } } { V_8 = (bool)1; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_95 = V_0; NullCheck(L_95); Cookie_set_Secure_m2860F0605D2A3759288640E6EC503E26AFA813C6_inline(L_95, (bool)1, /*hidden argument*/NULL); goto IL_02f4; } IL_02d9: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_96 = V_0; NullCheck(L_96); Cookie_set_HttpOnly_m6A2720FC01374C07DFD197379E821FB860117587_inline(L_96, (bool)1, /*hidden argument*/NULL); goto IL_02f4; } IL_02e2: { bool L_97 = V_6; if (L_97) { goto IL_02f4; } } { V_6 = (bool)1; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_98 = V_0; String_t* L_99 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_98); Cookie_set_Port_m8BA5AD268A143AE02AC42EB6457AECA645C2C298(L_98, L_99, /*hidden argument*/NULL); } IL_02f4: { CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_100 = __this->get_m_tokenizer_0(); NullCheck(L_100); bool L_101; L_101 = CookieTokenizer_get_Eof_mDEEF8E3D40A0F6E97038CDEBDACCE7C4CC67E950(L_100, /*hidden argument*/NULL); if (L_101) { goto IL_0311; } } { CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * L_102 = __this->get_m_tokenizer_0(); NullCheck(L_102); bool L_103; L_103 = CookieTokenizer_get_EndOfCookie_m06103C00EE1E339F7195F8CDFF676E4545CDFB11_inline(L_102, /*hidden argument*/NULL); if (!L_103) { goto IL_001a; } } IL_0311: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_104 = V_0; return L_104; } } // System.String System.Net.CookieParser::CheckQuoted(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieParser_CheckQuoted_mDA4A706F673D6991A45AF83E22BE86D945F0F4F9 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(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; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); NullCheck(L_4); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(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; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_14; L_14 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer__ctor_m98A9B2C61BA73183CBF2331766DD011A1432C3D1 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, String_t* ___tokenStream0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___tokenStream0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieTokenizer_get_EndOfCookie_m06103C00EE1E339F7195F8CDFF676E4545CDFB11 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_eofCookie_0(); return L_0; } } // System.Void System.Net.CookieTokenizer::set_EndOfCookie(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer_set_EndOfCookie_m90BFE375C2F99E8C7423AA41FFD25208E20D21E1 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieTokenizer_get_Eof_mDEEF8E3D40A0F6E97038CDEBDACCE7C4CC67E950 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieTokenizer_get_Name_mF8AED0F907B5B6A95C97C31F086AE8B56532ACF3 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer_set_Name_m2741EB32D6911A008B8B0B00BE99864AB50D774E (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieTokenizer_get_Quoted_mE4EAA53491D10D83FF580AEFC172DBBB6DC7846F (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_quoted_4(); return L_0; } } // System.Void System.Net.CookieTokenizer::set_Quoted(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer_set_Quoted_m3FD8F96369DFF0E88211CEFBC7F66AAD2E61CEFA (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieTokenizer_get_Token_m3678150A16ACC3F862659716B984C7FE7F0E3B75 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer_set_Token_m72232A5D1B54D1E14DFB2C753E3CCDDFFD56D960 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer_set_Value_m811ACB2FB2438F09B232BE4D2B35C2A1593C788D (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieTokenizer_Extract_mAA780C8AC3336E5A7BB95BB9D2B060506C39F617 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); 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; L_5 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_2, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; bool L_6; L_6 = CookieTokenizer_get_Quoted_mE4EAA53491D10D83FF580AEFC172DBBB6DC7846F_inline(__this, /*hidden argument*/NULL); if (L_6) { goto IL_0035; } } { String_t* L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieTokenizer_FindNext_m749593D7DD3CAFC934C1630824323BED6623C5A4 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, bool ___ignoreComma0, bool ___ignoreEquals1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); 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; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_8; L_8 = Char_IsWhiteSpace_mA78B7CA7BF0CA022525EA150EB6028F45E33C775(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0015; } } IL_0057: { V_0 = 5; V_1 = 1; bool L_9; L_9 = CookieTokenizer_get_Eof_mDEEF8E3D40A0F6E97038CDEBDACCE7C4CC67E950(__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; L_12 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, L_11, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)34))))) { goto IL_015a; } } { CookieTokenizer_set_Quoted_m3FD8F96369DFF0E88211CEFBC7F66AAD2E61CEFA_inline(__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; L_16 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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; L_31 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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; L_40 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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; L_44 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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; L_48 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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; L_49 = CookieTokenizer_get_Eof_mDEEF8E3D40A0F6E97038CDEBDACCE7C4CC67E950(__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; L_52 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieTokenizer_Next_m12072A330646362D17E6C7B27DA8E4A615ABFB92 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, bool ___first0, bool ___parseResponseCookies1, const RuntimeMethod* method) { int32_t V_0 = 0; String_t* V_1 = NULL; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * G_B13_0 = NULL; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * G_B12_0 = NULL; int32_t G_B14_0 = 0; CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * G_B14_1 = NULL; { CookieTokenizer_Reset_m292F03AAABB5DD022619B002A826D819DDAFEA8E(__this, /*hidden argument*/NULL); int32_t L_0; L_0 = CookieTokenizer_FindNext_m749593D7DD3CAFC934C1630824323BED6623C5A4(__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_m90BFE375C2F99E8C7423AA41FFD25208E20D21E1_inline(__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; L_4 = CookieTokenizer_Extract_mAA780C8AC3336E5A7BB95BB9D2B060506C39F617(__this, /*hidden argument*/NULL); String_t* L_5 = L_4; V_1 = L_5; CookieTokenizer_set_Name_m2741EB32D6911A008B8B0B00BE99864AB50D774E_inline(__this, L_5, /*hidden argument*/NULL); String_t* L_6 = V_1; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0047; } } { bool L_8 = ___parseResponseCookies1; int32_t L_9; L_9 = CookieTokenizer_TokenFromName_m53898506B8BCDC96FDF41E9B4CA497E432809F62(__this, L_8, /*hidden argument*/NULL); CookieTokenizer_set_Token_m72232A5D1B54D1E14DFB2C753E3CCDDFFD56D960_inline(__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; L_11 = CookieTokenizer_Extract_mAA780C8AC3336E5A7BB95BB9D2B060506C39F617(__this, /*hidden argument*/NULL); CookieTokenizer_set_Name_m2741EB32D6911A008B8B0B00BE99864AB50D774E_inline(__this, L_11, /*hidden argument*/NULL); bool L_12 = ___first0; if (!L_12) { goto IL_0062; } } { CookieTokenizer_set_Token_m72232A5D1B54D1E14DFB2C753E3CCDDFFD56D960_inline(__this, ((int32_t)9), /*hidden argument*/NULL); goto IL_006f; } IL_0062: { bool L_13 = ___parseResponseCookies1; int32_t L_14; L_14 = CookieTokenizer_TokenFromName_m53898506B8BCDC96FDF41E9B4CA497E432809F62(__this, L_13, /*hidden argument*/NULL); CookieTokenizer_set_Token_m72232A5D1B54D1E14DFB2C753E3CCDDFFD56D960_inline(__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; L_17 = CookieTokenizer_get_Token_m3678150A16ACC3F862659716B984C7FE7F0E3B75_inline(__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; L_18 = CookieTokenizer_FindNext_m749593D7DD3CAFC934C1630824323BED6623C5A4(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_m90BFE375C2F99E8C7423AA41FFD25208E20D21E1_inline(__this, (bool)1, /*hidden argument*/NULL); } IL_0096: { String_t* L_20; L_20 = CookieTokenizer_Extract_mAA780C8AC3336E5A7BB95BB9D2B060506C39F617(__this, /*hidden argument*/NULL); CookieTokenizer_set_Value_m811ACB2FB2438F09B232BE4D2B35C2A1593C788D_inline(__this, L_20, /*hidden argument*/NULL); return (int32_t)(1); } IL_00a4: { return (int32_t)(2); } } // System.Void System.Net.CookieTokenizer::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer_Reset_m292F03AAABB5DD022619B002A826D819DDAFEA8E (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); 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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieTokenizer_TokenFromName_m53898506B8BCDC96FDF41E9B4CA497E432809F62 (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, bool ___parseResponseCookies0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var); 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_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_1 = ((CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var))->get_RecognizedServerAttributes_11(); int32_t L_2 = V_0; NullCheck(L_1); String_t* L_3; L_3 = CookieTokenizer_get_Name_mF8AED0F907B5B6A95C97C31F086AE8B56532ACF3_inline(__this, /*hidden argument*/NULL); bool L_4; L_4 = RecognizedAttribute_IsEqualTo_m7270A6CFCCD1C18A58596CE15D786AC83965A073((RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A *)((L_1)->GetAddressAt(static_cast(L_2))), L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0030; } } { IL2CPP_RUNTIME_CLASS_INIT(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_5 = ((CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var))->get_RecognizedServerAttributes_11(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7; L_7 = RecognizedAttribute_get_Token_mDCA97F0F5006FFAE556163EC25296D431BD5AC9B_inline((RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A *)((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_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_10 = ((CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_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_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_11 = ((CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var))->get_RecognizedAttributes_10(); int32_t L_12 = V_1; NullCheck(L_11); String_t* L_13; L_13 = CookieTokenizer_get_Name_mF8AED0F907B5B6A95C97C31F086AE8B56532ACF3_inline(__this, /*hidden argument*/NULL); bool L_14; L_14 = RecognizedAttribute_IsEqualTo_m7270A6CFCCD1C18A58596CE15D786AC83965A073((RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A *)((L_11)->GetAddressAt(static_cast(L_12))), L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_006d; } } { IL2CPP_RUNTIME_CLASS_INIT(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_15 = ((CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var))->get_RecognizedAttributes_10(); int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17; L_17 = RecognizedAttribute_get_Token_mDCA97F0F5006FFAE556163EC25296D431BD5AC9B_inline((RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A *)((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_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_20 = ((CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer__cctor_m1D8387FD25440F4F616243E05489F6156E6E9719 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C128E69E6792DFCDC320A8A4CCF22516623A383); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F65BEA83D91EF5467097A153A76FFE6F7093CB0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15C67A8A8A9F318E46444E449D08CD0953E3916D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A0A3CA99318DA5D044663BE79A6F30B963858AF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FF37A1EA8CCB473458EE51C4ACAF57C9AE7EA72); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EBF7CFEC7929F196835D5D12FBBE2F845BF2A5F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67CA14AF410430EB82EB6D789234A71A1F71CF43); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral78AA3FEC7FABE5D2D85E79B3553AC8122C40BF04); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C5B2C0D17D684D4380087821D68BB021A77AA5D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DA4EAD3AB3488B6B991EC70F2E6B411921C0761); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral976B982483DE4EA230E37374BE827A2DFB54B608); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABAF37018E1F5AB9652A5C3B02A63AB17FEB688D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC314CFCCFC2227C58A275C19171300597A034F25); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE366688218C4FC506EA8269E62224B37209508EB); s_Il2CppMethodInitialized = true; } { RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_0 = (RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49*)(RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49*)SZArrayNew(RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49_il2cpp_TypeInfo_var, (uint32_t)((int32_t)11)); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_1 = L_0; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_2; memset((&L_2), 0, sizeof(L_2)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_2), _stringLiteralE366688218C4FC506EA8269E62224B37209508EB, ((int32_t)14), /*hidden argument*/NULL); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_2); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_3 = L_1; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_4; memset((&L_4), 0, sizeof(L_4)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_4), _stringLiteral976B982483DE4EA230E37374BE827A2DFB54B608, ((int32_t)13), /*hidden argument*/NULL); NullCheck(L_3); (L_3)->SetAt(static_cast(1), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_4); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_5 = L_3; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_6; memset((&L_6), 0, sizeof(L_6)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_6), _stringLiteral7C5B2C0D17D684D4380087821D68BB021A77AA5D, ((int32_t)12), /*hidden argument*/NULL); NullCheck(L_5); (L_5)->SetAt(static_cast(2), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_6); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_7 = L_5; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_8; memset((&L_8), 0, sizeof(L_8)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_8), _stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1, ((int32_t)19), /*hidden argument*/NULL); NullCheck(L_7); (L_7)->SetAt(static_cast(3), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_8); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_9 = L_7; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_10; memset((&L_10), 0, sizeof(L_10)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_10), _stringLiteral1A0A3CA99318DA5D044663BE79A6F30B963858AF, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_9); (L_9)->SetAt(static_cast(4), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_10); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_11 = L_9; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_12; memset((&L_12), 0, sizeof(L_12)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_12), _stringLiteralABAF37018E1F5AB9652A5C3B02A63AB17FEB688D, ((int32_t)16), /*hidden argument*/NULL); NullCheck(L_11); (L_11)->SetAt(static_cast(5), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_12); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_13 = L_11; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_14; memset((&L_14), 0, sizeof(L_14)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_14), _stringLiteral15C67A8A8A9F318E46444E449D08CD0953E3916D, ((int32_t)10), /*hidden argument*/NULL); NullCheck(L_13); (L_13)->SetAt(static_cast(6), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_14); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_15 = L_13; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_16; memset((&L_16), 0, sizeof(L_16)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_16), _stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F, ((int32_t)15), /*hidden argument*/NULL); NullCheck(L_15); (L_15)->SetAt(static_cast(7), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_16); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_17 = L_15; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_18; memset((&L_18), 0, sizeof(L_18)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_18), _stringLiteral3EBF7CFEC7929F196835D5D12FBBE2F845BF2A5F, 7, /*hidden argument*/NULL); NullCheck(L_17); (L_17)->SetAt(static_cast(8), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_18); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_19 = L_17; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_20; memset((&L_20), 0, sizeof(L_20)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_20), _stringLiteral78AA3FEC7FABE5D2D85E79B3553AC8122C40BF04, 8, /*hidden argument*/NULL); NullCheck(L_19); (L_19)->SetAt(static_cast(((int32_t)9)), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_20); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_21 = L_19; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_22; memset((&L_22), 0, sizeof(L_22)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_22), _stringLiteral0F65BEA83D91EF5467097A153A76FFE6F7093CB0, ((int32_t)17), /*hidden argument*/NULL); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)10)), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_22); ((CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_il2cpp_TypeInfo_var))->set_RecognizedAttributes_10(L_21); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_23 = (RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49*)(RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49*)SZArrayNew(RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49_il2cpp_TypeInfo_var, (uint32_t)5); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_24 = L_23; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_25; memset((&L_25), 0, sizeof(L_25)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_25), _stringLiteral67CA14AF410430EB82EB6D789234A71A1F71CF43, ((int32_t)14), /*hidden argument*/NULL); NullCheck(L_24); (L_24)->SetAt(static_cast(0), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_25); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_26 = L_24; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_27; memset((&L_27), 0, sizeof(L_27)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_27), _stringLiteral0C128E69E6792DFCDC320A8A4CCF22516623A383, ((int32_t)19), /*hidden argument*/NULL); NullCheck(L_26); (L_26)->SetAt(static_cast(1), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_27); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_28 = L_26; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_29; memset((&L_29), 0, sizeof(L_29)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_29), _stringLiteral8DA4EAD3AB3488B6B991EC70F2E6B411921C0761, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_28); (L_28)->SetAt(static_cast(2), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_29); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_30 = L_28; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_31; memset((&L_31), 0, sizeof(L_31)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_31), _stringLiteralC314CFCCFC2227C58A275C19171300597A034F25, ((int32_t)15), /*hidden argument*/NULL); NullCheck(L_30); (L_30)->SetAt(static_cast(3), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_31); RecognizedAttributeU5BU5D_tB44960AFB73A88D9105FF7A1C942B81852800A49* L_32 = L_30; RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A L_33; memset((&L_33), 0, sizeof(L_33)); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D((&L_33), _stringLiteral2FF37A1EA8CCB473458EE51C4ACAF57C9AE7EA72, ((int32_t)17), /*hidden argument*/NULL); NullCheck(L_32); (L_32)->SetAt(static_cast(4), (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A )L_33); ((CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA_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 #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.ICredentials System.Net.CredentialCache::get_DefaultCredentials() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CredentialCache_get_DefaultCredentials_m8D19BE934420E5771A272702035D37FAB50B7A29 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_il2cpp_TypeInfo_var); SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F * L_0 = ((SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_StaticFields*)il2cpp_codegen_static_fields_for(SystemNetworkCredential_t5AA9DF4B9637633FDABD6B15737AACE6648AC23F_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 Mono.Unity.Debug::CheckAndThrow(Mono.Unity.UnityTls/unitytls_errorstate,System.String,Mono.Security.Interface.AlertDescription) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_CheckAndThrow_m7936E6C6DB91CE5DA2C88D80D6B06F48997024AF (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 ___errorState0, String_t* ___context1, uint8_t ___defaultAlert2, const RuntimeMethod* method) { String_t* V_0 = NULL; { unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_0 = ___errorState0; uint32_t L_1 = L_0.get_code_1(); if (L_1) { goto IL_0009; } } { return; } IL_0009: { String_t* L_2 = ___context1; unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_3 = ___errorState0; uint32_t L_4 = L_3.get_code_1(); uint32_t L_5 = L_4; RuntimeObject * L_6 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&unitytls_error_code_tC425776568E0A522F720337294FF5226445A9E89_il2cpp_TypeInfo_var)), &L_5); String_t* L_7; L_7 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5DD947811BAB9B7A838C495330E7196D53D30F9F)), L_2, L_6, /*hidden argument*/NULL); V_0 = L_7; uint8_t L_8 = ___defaultAlert2; String_t* L_9 = V_0; TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9 * L_10 = (TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9_il2cpp_TypeInfo_var))); TlsException__ctor_m3A87593B9EED79C7E1E0EDA7618CF0BAC393C2B3(L_10, L_8, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_CheckAndThrow_m7936E6C6DB91CE5DA2C88D80D6B06F48997024AF_RuntimeMethod_var))); } } // System.Void Mono.Unity.Debug::CheckAndThrow(Mono.Unity.UnityTls/unitytls_errorstate,Mono.Unity.UnityTls/unitytls_x509verify_result,System.String,Mono.Security.Interface.AlertDescription) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_CheckAndThrow_m7A66A3C29F16FFAE652BD0BBC01B1160CC76EA66 (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 ___errorState0, uint32_t ___verifyResult1, String_t* ___context2, uint8_t ___defaultAlert3, const RuntimeMethod* method) { String_t* V_0 = NULL; { uint32_t L_0 = ___verifyResult1; if (L_0) { goto IL_000c; } } { unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_1 = ___errorState0; String_t* L_2 = ___context2; uint8_t L_3 = ___defaultAlert3; Debug_CheckAndThrow_m7936E6C6DB91CE5DA2C88D80D6B06F48997024AF(L_1, L_2, L_3, /*hidden argument*/NULL); return; } IL_000c: { uint32_t L_4 = ___verifyResult1; uint8_t L_5 = ___defaultAlert3; uint8_t L_6; L_6 = UnityTlsConversions_VerifyResultToAlertDescription_m379EB4CECAABDE50EBE231860E452AF3B793933F(L_4, L_5, /*hidden argument*/NULL); String_t* L_7 = ___context2; unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_8 = ___errorState0; uint32_t L_9 = L_8.get_code_1(); uint32_t L_10 = L_9; RuntimeObject * L_11 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&unitytls_error_code_tC425776568E0A522F720337294FF5226445A9E89_il2cpp_TypeInfo_var)), &L_10); uint32_t L_12 = ___verifyResult1; uint32_t L_13 = L_12; RuntimeObject * L_14 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&unitytls_x509verify_result_t3CE5D0E50DA56D0A6561757039E6F1F292996B84_il2cpp_TypeInfo_var)), &L_13); String_t* L_15; L_15 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA101A7F7136CB2500108D59D8CC97297A1A72750)), L_7, L_11, L_14, /*hidden argument*/NULL); V_0 = L_15; String_t* L_16 = V_0; TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9 * L_17 = (TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsException_tBC19BACCB2035C8415888FA80A1FD8BD0DFA4AC9_il2cpp_TypeInfo_var))); TlsException__ctor_m3A87593B9EED79C7E1E0EDA7618CF0BAC393C2B3(L_17, L_6, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_CheckAndThrow_m7A66A3C29F16FFAE652BD0BBC01B1160CC76EA66_RuntimeMethod_var))); } } #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.ComponentModel.DecimalConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecimalConverter__ctor_m4E225E243DED7F45B5176296A297D668FBA7FC4C (DecimalConverter_t3D45BF655409D3D62DEE576E557F17BF295E7F1C * __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m18967D5B511402093936893A249438FB94D5BDA3(__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 #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.Configuration.DefaultProxySection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultProxySection__ctor_m63DB700CA7C5B525DEB7B8B524E5836705310AAD (DefaultProxySection_t3253AD6FC82F5374C16B845A65819B4C33F94A20 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultProxySection__ctor_m63DB700CA7C5B525DEB7B8B524E5836705310AAD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DefaultProxySection__ctor_m63DB700CA7C5B525DEB7B8B524E5836705310AAD_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.DefaultProxySection::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * DefaultProxySection_get_Properties_mFA1686FF919D5732D59AACA13AE5D5249D1701DE (DefaultProxySection_t3253AD6FC82F5374C16B845A65819B4C33F94A20 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultProxySection_get_Properties_mFA1686FF919D5732D59AACA13AE5D5249D1701DE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DefaultProxySection_get_Properties_mFA1686FF919D5732D59AACA13AE5D5249D1701DE_RuntimeMethod_var); return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)NULL; } } // System.Void System.Net.Configuration.DefaultProxySection::Reset(System.Configuration.ConfigurationElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultProxySection_Reset_mF0EA313119B553545063DFE5AF317D83D738D6C2 (DefaultProxySection_t3253AD6FC82F5374C16B845A65819B4C33F94A20 * __this, ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * ___parentElement0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultProxySection_Reset_mF0EA313119B553545063DFE5AF317D83D738D6C2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DefaultProxySection_Reset_mF0EA313119B553545063DFE5AF317D83D738D6C2_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.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::GetDefaultProxy_UsingOldMonoCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultProxySectionInternal_GetDefaultProxy_UsingOldMonoCode_mDF9CDB48011A5A47D5272EA9AF0076471CF7A9AE (const RuntimeMethod* method) { { RuntimeObject* L_0; L_0 = DefaultProxySectionInternal_GetSystemWebProxy_m9ABFADB05689F062855F819EE28DAAA2DB9A9635(/*hidden argument*/NULL); return L_0; } } // System.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::GetSystemWebProxy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultProxySectionInternal_GetSystemWebProxy_m9ABFADB05689F062855F819EE28DAAA2DB9A9635 (const RuntimeMethod* method) { { RuntimeObject* L_0; L_0 = WebProxy_CreateDefaultProxy_m83288C2048B45C283D7A797E5EA858314B552F0E(/*hidden argument*/NULL); return L_0; } } // System.Object System.Net.Configuration.DefaultProxySectionInternal::get_ClassSyncObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DefaultProxySectionInternal_get_ClassSyncObject_mAFFFF13CC7BAD16068BC785A5A1F796282C21849 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = ((DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_il2cpp_TypeInfo_var))->get_classSyncObject_1(); if (L_0) { goto IL_001a; } } { RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_1, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = V_0; RuntimeObject * L_3; L_3 = Interlocked_CompareExchange_mE7ECC993E32D2E6334567DB7C3CF56C15DAF0C95((RuntimeObject **)(((DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_il2cpp_TypeInfo_var))->get_address_of_classSyncObject_1()), L_2, NULL, /*hidden argument*/NULL); } IL_001a: { RuntimeObject * L_4 = ((DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_il2cpp_TypeInfo_var))->get_classSyncObject_1(); return L_4; } } // System.Net.Configuration.DefaultProxySectionInternal System.Net.Configuration.DefaultProxySectionInternal::GetSection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE * DefaultProxySectionInternal_GetSection_m421F173465283E26BB1909685236D7640DC3F86F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0; L_0 = DefaultProxySectionInternal_get_ClassSyncObject_mAFFFF13CC7BAD16068BC785A5A1F796282C21849(/*hidden argument*/NULL); V_0 = L_0; V_1 = (bool)0; } IL_0008: try { // begin try (depth: 1) RuntimeObject * L_1 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_1, (bool*)(&V_1), /*hidden argument*/NULL); DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE * L_2 = (DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE *)il2cpp_codegen_object_new(DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE_il2cpp_TypeInfo_var); DefaultProxySectionInternal__ctor_m77BAE40248B233823172ECA9811985D4410B2684(L_2, /*hidden argument*/NULL); DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE * L_3 = L_2; RuntimeObject* L_4; L_4 = DefaultProxySectionInternal_GetDefaultProxy_UsingOldMonoCode_mDF9CDB48011A5A47D5272EA9AF0076471CF7A9AE(/*hidden argument*/NULL); NullCheck(L_3); L_3->set_webProxy_0(L_4); V_2 = L_3; IL2CPP_LEAVE(0x2D, FINALLY_0023); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0023; } FINALLY_0023: { // begin finally (depth: 1) { bool L_5 = V_1; if (!L_5) { goto IL_002c; } } IL_0026: { RuntimeObject * L_6 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_6, /*hidden argument*/NULL); } IL_002c: { IL2CPP_END_FINALLY(35) } } // end finally (depth: 1) IL2CPP_CLEANUP(35) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2D, IL_002d) } IL_002d: { DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE * L_7 = V_2; return L_7; } } // System.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::get_WebProxy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultProxySectionInternal_get_WebProxy_m6FEA6EA17D500A3FA8DF7A36EF6A9B5AD142A439 (DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_webProxy_0(); return L_0; } } // System.Void System.Net.Configuration.DefaultProxySectionInternal::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultProxySectionInternal__ctor_m77BAE40248B233823172ECA9811985D4410B2684 (DefaultProxySectionInternal_t00D78D5FD5B672447D216D40D790A89D225A80EE * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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.ComponentModel.DefaultValueAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_m78FFD0C313E546C33C761F79E544E6FA5ADCB4D0 (DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); bool L_0 = ___value0; bool L_1 = L_0; RuntimeObject * L_2 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_1); __this->set_value_0(L_2); return; } } // System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_mA4501ED4B6011A422D55EBE09A4AC3A1FAD83C13 (DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___value0; __this->set_value_0(L_0); return; } } // System.Object System.ComponentModel.DefaultValueAttribute::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DefaultValueAttribute_get_Value_m5430873D9E44294065E1F6FCDC3B425A0011CCBA (DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_value_0(); return L_0; } } // System.Boolean System.ComponentModel.DefaultValueAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultValueAttribute_Equals_mD25A5203F3679D9D6B2216769E933FEA95972B13 (DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 *)IsInstClass((RuntimeObject*)L_1, DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6_il2cpp_TypeInfo_var)); DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * L_2 = V_0; if (!L_2) { goto IL_0034; } } { RuntimeObject * L_3; L_3 = VirtFuncInvoker0< RuntimeObject * >::Invoke(4 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, __this); if (!L_3) { goto IL_002a; } } { RuntimeObject * L_4; L_4 = VirtFuncInvoker0< RuntimeObject * >::Invoke(4 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, __this); DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * L_5 = V_0; NullCheck(L_5); RuntimeObject * L_6; L_6 = VirtFuncInvoker0< RuntimeObject * >::Invoke(4 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, L_5); NullCheck(L_4); bool L_7; L_7 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_6); return L_7; } IL_002a: { DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * L_8 = V_0; NullCheck(L_8); RuntimeObject * L_9; L_9 = VirtFuncInvoker0< RuntimeObject * >::Invoke(4 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, L_8); return (bool)((((RuntimeObject*)(RuntimeObject *)L_9) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0034: { return (bool)0; } } // System.Int32 System.ComponentModel.DefaultValueAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultValueAttribute_GetHashCode_mC5D187012FD8EA385F0A5D3946B20C9A8CEEA5D9 (DefaultValueAttribute_tE77EAC79E16838DAE97DB0981C95B0E320DD8EC6 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4(__this, /*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.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m804A770D5C1B40351C22AFC0223DE7018DCC6B74 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int32_t ___mode1, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; int32_t L_1 = ___mode1; DeflateStream__ctor_m873DC6E4C57B2EBD29F9277E10C90226813EB515(__this, L_0, L_1, (bool)0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_mB1FE9763B287BCA943AEBB3832117BACCE1D4C24 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, int32_t ___mode1, bool ___leaveOpen2, int32_t ___windowsBits3, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; int32_t L_1 = ___mode1; bool L_2 = ___leaveOpen2; DeflateStream__ctor_m873DC6E4C57B2EBD29F9277E10C90226813EB515(__this, L_0, L_1, L_2, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m873DC6E4C57B2EBD29F9277E10C90226813EB515 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___compressedStream0, int32_t ___mode1, bool ___leaveOpen2, bool ___gzip3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___compressedStream0; if (L_0) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral59BD369CF985844B111CA4447943A285D359441C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream__ctor_m873DC6E4C57B2EBD29F9277E10C90226813EB515_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = ___mode1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0026; } } { int32_t L_3 = ___mode1; if (!L_3) { goto IL_0026; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAF248E82BE9EBA1ADBF067429FAEE5A5B6E05A74)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream__ctor_m873DC6E4C57B2EBD29F9277E10C90226813EB515_RuntimeMethod_var))); } IL_0026: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = ___compressedStream0; __this->set_base_stream_5(L_5); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = ___compressedStream0; int32_t L_7 = ___mode1; bool L_8 = ___gzip3; DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_9; L_9 = DeflateStreamNative_Create_mDFE4C1E3430611A8B36BB006E920BB6CC34A9E98(L_6, L_7, L_8, /*hidden argument*/NULL); __this->set_native_9(L_9); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_10 = __this->get_native_9(); if (L_10) { goto IL_004f; } } { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_11 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral95B4432B3C3526A7D6F1251C0238760D017B4551)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream__ctor_m873DC6E4C57B2EBD29F9277E10C90226813EB515_RuntimeMethod_var))); } IL_004f: { int32_t L_12 = ___mode1; __this->set_mode_6(L_12); bool L_13 = ___leaveOpen2; __this->set_leaveOpen_7(L_13); return; } } // System.Void System.IO.Compression.DeflateStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_Dispose_m4A7ED370D194BC105F52012FD0DAABB6D6C7C86F (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, bool ___disposing0, const RuntimeMethod* method) { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_0 = NULL; { DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_0 = __this->get_native_9(); bool L_1 = ___disposing0; NullCheck(L_0); DeflateStreamNative_Dispose_m942B5B44D703AC2F097F4867751E1FD012E0373F(L_0, L_1, /*hidden argument*/NULL); bool L_2 = ___disposing0; if (!L_2) { goto IL_003d; } } { bool L_3 = __this->get_disposed_8(); if (L_3) { goto IL_003d; } } { __this->set_disposed_8((bool)1); bool L_4 = __this->get_leaveOpen_7(); if (L_4) { goto IL_003d; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = __this->get_base_stream_5(); V_0 = L_5; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = V_0; if (!L_6) { goto IL_0036; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_7 = V_0; NullCheck(L_7); VirtActionInvoker0::Invoke(16 /* System.Void System.IO.Stream::Close() */, L_7); } IL_0036: { __this->set_base_stream_5((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL); } IL_003d: { bool L_8 = ___disposing0; Stream_Dispose_mDC5C7A9933446223A84ED106AE3E949E644FB0BE(__this, L_8, /*hidden argument*/NULL); return; } } // System.Int32 System.IO.Compression.DeflateStream::ReadInternal(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStream_ReadInternal_m882F12C6F1C86CEC12ABB35706DE0FA840BC20A9 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { uint8_t* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = ___count2; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___array0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = L_1; V_1 = L_2; if (!L_2) { goto IL_000f; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_1; NullCheck(L_3); if (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))) { goto IL_0014; } } IL_000f: { V_0 = (uint8_t*)((uintptr_t)0); goto IL_001d; } IL_0014: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_1; NullCheck(L_4); V_0 = (uint8_t*)((uintptr_t)((L_4)->GetAddressAt(static_cast(0)))); } IL_001d: { uint8_t* L_5 = V_0; int32_t L_6 = ___offset1; IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline((intptr_t*)(&V_2), (void*)(void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6)), /*hidden argument*/NULL); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_7 = __this->get_native_9(); intptr_t L_8 = V_2; int32_t L_9 = ___count2; NullCheck(L_7); int32_t L_10; L_10 = DeflateStreamNative_ReadZStream_m4FA478DFDCD7AEF06D5639BB9E93039458AD09D8(L_7, (intptr_t)L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Int32 System.IO.Compression.DeflateStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStream_Read_mB9791E904412D2543C3B4E8AEF25FB834E138910 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_disposed_8(); if (!L_0) { goto IL_0019; } } { Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_3 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Read_mB9791E904412D2543C3B4E8AEF25FB834E138910_RuntimeMethod_var))); } IL_0019: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___array0; if (L_4) { goto IL_0027; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16770065DAB8E218EBB0B0BB3BC4FE763DF3C18B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Read_mB9791E904412D2543C3B4E8AEF25FB834E138910_RuntimeMethod_var))); } IL_0027: { bool L_6; L_6 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this); if (L_6) { goto IL_003a; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_7 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral547999BA16094C3536189EA1CC631B96EFC47117)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Read_mB9791E904412D2543C3B4E8AEF25FB834E138910_RuntimeMethod_var))); } IL_003a: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___array0; NullCheck(L_8); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))); int32_t L_9 = ___offset1; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_0046; } } { int32_t L_10 = ___count2; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0051; } } IL_0046: { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3C850BA1FC7F3581DBA2DD6DDF642D5C34A8C120)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Read_mB9791E904412D2543C3B4E8AEF25FB834E138910_RuntimeMethod_var))); } IL_0051: { int32_t L_12 = ___offset1; int32_t L_13 = V_0; if ((((int32_t)L_12) <= ((int32_t)L_13))) { goto IL_0060; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_14 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFC82027EEEA4BFAD4FE7FBFDD886E7D82ADBEA69)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Read_mB9791E904412D2543C3B4E8AEF25FB834E138910_RuntimeMethod_var))); } IL_0060: { int32_t L_15 = ___offset1; int32_t L_16 = ___count2; int32_t L_17 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16))) <= ((int32_t)L_17))) { goto IL_0071; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_18 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53549F14C4C0C01E846937308C01413567514ED9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Read_mB9791E904412D2543C3B4E8AEF25FB834E138910_RuntimeMethod_var))); } IL_0071: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___array0; int32_t L_20 = ___offset1; int32_t L_21 = ___count2; int32_t L_22; L_22 = DeflateStream_ReadInternal_m882F12C6F1C86CEC12ABB35706DE0FA840BC20A9(__this, L_19, L_20, L_21, /*hidden argument*/NULL); return L_22; } } // System.Void System.IO.Compression.DeflateStream::WriteInternal(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_WriteInternal_mEFC6DAC36EBF0814AD00CA3C1E20AB3E3291F5BC (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { uint8_t* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = ___count2; if (L_0) { goto IL_0004; } } { return; } IL_0004: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___array0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = L_1; V_1 = L_2; if (!L_2) { goto IL_000e; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_1; NullCheck(L_3); if (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))) { goto IL_0013; } } IL_000e: { V_0 = (uint8_t*)((uintptr_t)0); goto IL_001c; } IL_0013: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_1; NullCheck(L_4); V_0 = (uint8_t*)((uintptr_t)((L_4)->GetAddressAt(static_cast(0)))); } IL_001c: { uint8_t* L_5 = V_0; int32_t L_6 = ___offset1; IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline((intptr_t*)(&V_2), (void*)(void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6)), /*hidden argument*/NULL); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_7 = __this->get_native_9(); intptr_t L_8 = V_2; int32_t L_9 = ___count2; NullCheck(L_7); DeflateStreamNative_WriteZStream_m4797D6A9B39954397D27C688CE72E29FD6B70B30(L_7, (intptr_t)L_8, L_9, /*hidden argument*/NULL); V_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; return; } } // System.Void System.IO.Compression.DeflateStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_Write_m9C8AD65F630B91ADE7279F2C16F85182B6ACA38C (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { bool L_0 = __this->get_disposed_8(); if (!L_0) { goto IL_0019; } } { Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_3 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Write_m9C8AD65F630B91ADE7279F2C16F85182B6ACA38C_RuntimeMethod_var))); } IL_0019: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___array0; if (L_4) { goto IL_0027; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Write_m9C8AD65F630B91ADE7279F2C16F85182B6ACA38C_RuntimeMethod_var))); } IL_0027: { int32_t L_6 = ___offset1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0036; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_7 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Write_m9C8AD65F630B91ADE7279F2C16F85182B6ACA38C_RuntimeMethod_var))); } IL_0036: { int32_t L_8 = ___count2; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_0045; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_9 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Write_m9C8AD65F630B91ADE7279F2C16F85182B6ACA38C_RuntimeMethod_var))); } IL_0045: { bool L_10; L_10 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this); if (L_10) { goto IL_0058; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_11 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral606F0CC71C796275607A15AAF1A3AA6B5E27B434)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Write_m9C8AD65F630B91ADE7279F2C16F85182B6ACA38C_RuntimeMethod_var))); } IL_0058: { int32_t L_12 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___array0; NullCheck(L_13); int32_t L_14 = ___count2; if ((((int32_t)L_12) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))), (int32_t)L_14))))) { goto IL_006b; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_15 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA4BCB8F07D7B01D0ED0445AB3038F6DE65C11CB6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Write_m9C8AD65F630B91ADE7279F2C16F85182B6ACA38C_RuntimeMethod_var))); } IL_006b: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___array0; int32_t L_17 = ___offset1; int32_t L_18 = ___count2; DeflateStream_WriteInternal_mEFC6DAC36EBF0814AD00CA3C1E20AB3E3291F5BC(__this, L_16, L_17, L_18, /*hidden argument*/NULL); return; } } // System.Void System.IO.Compression.DeflateStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_Flush_m176FFB733EB4E6FD62E4B65FB3AE2B2B80D092AF (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_disposed_8(); if (!L_0) { goto IL_0019; } } { Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_3 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Flush_m176FFB733EB4E6FD62E4B65FB3AE2B2B80D092AF_RuntimeMethod_var))); } IL_0019: { bool L_4; L_4 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this); if (!L_4) { goto IL_002c; } } { DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_5 = __this->get_native_9(); NullCheck(L_5); DeflateStreamNative_Flush_m90417733341CD506F9B822D16AD8F47A982D4DAD(L_5, /*hidden argument*/NULL); } IL_002c: { return; } } // System.IAsyncResult System.IO.Compression.DeflateStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DeflateStream_BeginRead_m69CDD1504AE38B8F4766859FA0464A331A9A001B (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___asyncCallback3, RuntimeObject * ___asyncState4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateStream_ReadInternal_m882F12C6F1C86CEC12ABB35706DE0FA840BC20A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_8(); if (!L_0) { goto IL_0019; } } { Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_3 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginRead_m69CDD1504AE38B8F4766859FA0464A331A9A001B_RuntimeMethod_var))); } IL_0019: { bool L_4; L_4 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this); if (L_4) { goto IL_002c; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_5 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral05EB610FCC2B53833966AA8CE4B029154C502A88)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginRead_m69CDD1504AE38B8F4766859FA0464A331A9A001B_RuntimeMethod_var))); } IL_002c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___array0; if (L_6) { goto IL_003a; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_7 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginRead_m69CDD1504AE38B8F4766859FA0464A331A9A001B_RuntimeMethod_var))); } IL_003a: { int32_t L_8 = ___count2; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_004e; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_9 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7C2AB991735C660B6786443AF56195932AA7F9E7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginRead_m69CDD1504AE38B8F4766859FA0464A331A9A001B_RuntimeMethod_var))); } IL_004e: { int32_t L_10 = ___offset1; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0062; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_11 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7C2AB991735C660B6786443AF56195932AA7F9E7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginRead_m69CDD1504AE38B8F4766859FA0464A331A9A001B_RuntimeMethod_var))); } IL_0062: { int32_t L_12 = ___count2; int32_t L_13 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___array0; NullCheck(L_14); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))) { goto IL_0075; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_15 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA4BCB8F07D7B01D0ED0445AB3038F6DE65C11CB6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginRead_m69CDD1504AE38B8F4766859FA0464A331A9A001B_RuntimeMethod_var))); } IL_0075: { ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 * L_16 = (ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 *)il2cpp_codegen_object_new(ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8_il2cpp_TypeInfo_var); ReadMethod__ctor_m9E125CD129244008A4B30FBEDAD35FE0F7874884(L_16, __this, (intptr_t)((intptr_t)DeflateStream_ReadInternal_m882F12C6F1C86CEC12ABB35706DE0FA840BC20A9_RuntimeMethod_var), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___array0; int32_t L_18 = ___offset1; int32_t L_19 = ___count2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_20 = ___asyncCallback3; RuntimeObject * L_21 = ___asyncState4; NullCheck(L_16); RuntimeObject* L_22; L_22 = ReadMethod_BeginInvoke_m3C6B6A95855EA84A5D856D60E37CF9E25115DDFA(L_16, L_17, L_18, L_19, L_20, L_21, /*hidden argument*/NULL); return L_22; } } // System.IAsyncResult System.IO.Compression.DeflateStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DeflateStream_BeginWrite_m47759EE85394FA74B5B0154D498A63EE5AF1A07D (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___asyncCallback3, RuntimeObject * ___asyncState4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateStream_WriteInternal_mEFC6DAC36EBF0814AD00CA3C1E20AB3E3291F5BC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_8(); if (!L_0) { goto IL_0019; } } { Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_3 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginWrite_m47759EE85394FA74B5B0154D498A63EE5AF1A07D_RuntimeMethod_var))); } IL_0019: { bool L_4; L_4 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this); if (L_4) { goto IL_002c; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_5 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88E3C436425EACB2A5AAA1F1DAA0E9E15389128D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginWrite_m47759EE85394FA74B5B0154D498A63EE5AF1A07D_RuntimeMethod_var))); } IL_002c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___array0; if (L_6) { goto IL_003a; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_7 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginWrite_m47759EE85394FA74B5B0154D498A63EE5AF1A07D_RuntimeMethod_var))); } IL_003a: { int32_t L_8 = ___count2; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_004e; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_9 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7C2AB991735C660B6786443AF56195932AA7F9E7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginWrite_m47759EE85394FA74B5B0154D498A63EE5AF1A07D_RuntimeMethod_var))); } IL_004e: { int32_t L_10 = ___offset1; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0062; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_11 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7C2AB991735C660B6786443AF56195932AA7F9E7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginWrite_m47759EE85394FA74B5B0154D498A63EE5AF1A07D_RuntimeMethod_var))); } IL_0062: { int32_t L_12 = ___count2; int32_t L_13 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___array0; NullCheck(L_14); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))) { goto IL_0075; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_15 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA4BCB8F07D7B01D0ED0445AB3038F6DE65C11CB6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_BeginWrite_m47759EE85394FA74B5B0154D498A63EE5AF1A07D_RuntimeMethod_var))); } IL_0075: { WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 * L_16 = (WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 *)il2cpp_codegen_object_new(WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3_il2cpp_TypeInfo_var); WriteMethod__ctor_mB041ECD1CA15A31EC838C55405B70C7F9A7E414A(L_16, __this, (intptr_t)((intptr_t)DeflateStream_WriteInternal_mEFC6DAC36EBF0814AD00CA3C1E20AB3E3291F5BC_RuntimeMethod_var), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___array0; int32_t L_18 = ___offset1; int32_t L_19 = ___count2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_20 = ___asyncCallback3; RuntimeObject * L_21 = ___asyncState4; NullCheck(L_16); RuntimeObject* L_22; L_22 = WriteMethod_BeginInvoke_mB68902E6DE4121D996B2B2B5C20A22881605ED8D(L_16, L_17, L_18, L_19, L_20, L_21, /*hidden argument*/NULL); return L_22; } } // System.Int32 System.IO.Compression.DeflateStream::EndRead(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStream_EndRead_m034BDABE4474F15CC509895870D1342A404C2657 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * G_B4_0 = NULL; AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * G_B3_0 = NULL; ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 * G_B6_0 = NULL; ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 * G_B5_0 = NULL; { RuntimeObject* L_0 = ___asyncResult0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_EndRead_m034BDABE4474F15CC509895870D1342A404C2657_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___asyncResult0; AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * L_3 = ((AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B *)IsInstClass((RuntimeObject*)L_2, AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_il2cpp_TypeInfo_var)); G_B3_0 = L_3; if (L_3) { G_B4_0 = L_3; goto IL_0027; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral80B8BD8C952DF4747A939211EB3E250030FF7705)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_EndRead_m034BDABE4474F15CC509895870D1342A404C2657_RuntimeMethod_var))); } IL_0027: { NullCheck(G_B4_0); RuntimeObject * L_5; L_5 = VirtFuncInvoker0< RuntimeObject * >::Invoke(16 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, G_B4_0); ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 * L_6 = ((ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 *)IsInstSealed((RuntimeObject*)L_5, ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8_il2cpp_TypeInfo_var)); G_B5_0 = L_6; if (L_6) { G_B6_0 = L_6; goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral80B8BD8C952DF4747A939211EB3E250030FF7705)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_EndRead_m034BDABE4474F15CC509895870D1342A404C2657_RuntimeMethod_var))); } IL_0044: { RuntimeObject* L_8 = ___asyncResult0; NullCheck(G_B6_0); int32_t L_9; L_9 = ReadMethod_EndInvoke_m8F734C78672C49C453FEF34A1A0D22D7FD341BD6(G_B6_0, L_8, /*hidden argument*/NULL); return L_9; } } // System.Void System.IO.Compression.DeflateStream::EndWrite(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_EndWrite_mA1FE7301B0674A12D8E6B4E990F681DEBEE6BC57 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * G_B4_0 = NULL; AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * G_B3_0 = NULL; WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 * G_B6_0 = NULL; WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 * G_B5_0 = NULL; { RuntimeObject* L_0 = ___asyncResult0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_EndWrite_mA1FE7301B0674A12D8E6B4E990F681DEBEE6BC57_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___asyncResult0; AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * L_3 = ((AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B *)IsInstClass((RuntimeObject*)L_2, AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_il2cpp_TypeInfo_var)); G_B3_0 = L_3; if (L_3) { G_B4_0 = L_3; goto IL_0027; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral80B8BD8C952DF4747A939211EB3E250030FF7705)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_EndWrite_mA1FE7301B0674A12D8E6B4E990F681DEBEE6BC57_RuntimeMethod_var))); } IL_0027: { NullCheck(G_B4_0); RuntimeObject * L_5; L_5 = VirtFuncInvoker0< RuntimeObject * >::Invoke(16 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, G_B4_0); WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 * L_6 = ((WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 *)IsInstSealed((RuntimeObject*)L_5, WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3_il2cpp_TypeInfo_var)); G_B5_0 = L_6; if (L_6) { G_B6_0 = L_6; goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral80B8BD8C952DF4747A939211EB3E250030FF7705)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_EndWrite_mA1FE7301B0674A12D8E6B4E990F681DEBEE6BC57_RuntimeMethod_var))); } IL_0044: { RuntimeObject* L_8 = ___asyncResult0; NullCheck(G_B6_0); WriteMethod_EndInvoke_mEA748FCB1B9A59A3E423843AEFC4255F9700772D(G_B6_0, L_8, /*hidden argument*/NULL); return; } } // System.Int64 System.IO.Compression.DeflateStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DeflateStream_Seek_mDCBF4E44FC0C823C05EA60A1A39595C97C0432A9 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_Seek_mDCBF4E44FC0C823C05EA60A1A39595C97C0432A9_RuntimeMethod_var))); } } // System.Boolean System.IO.Compression.DeflateStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateStream_get_CanRead_m4D2D07D124A3E33F52A884E0BB6E1C19EA254398 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_disposed_8(); if (L_0) { goto IL_001c; } } { int32_t L_1 = __this->get_mode_6(); if (L_1) { goto IL_001c; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = __this->get_base_stream_5(); NullCheck(L_2); bool L_3; L_3 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_2); return L_3; } IL_001c: { return (bool)0; } } // System.Boolean System.IO.Compression.DeflateStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateStream_get_CanSeek_m7D953D7747938E0679F2A0F9FD9F3944062CED9A (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.IO.Compression.DeflateStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeflateStream_get_CanWrite_mDDFC43D4E137278D1E0D02239EEC9E7A320CBCA3 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_disposed_8(); if (L_0) { goto IL_001d; } } { int32_t L_1 = __this->get_mode_6(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_001d; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = __this->get_base_stream_5(); NullCheck(L_2); bool L_3; L_3 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_2); return L_3; } IL_001d: { return (bool)0; } } // System.Int64 System.IO.Compression.DeflateStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DeflateStream_get_Length_m115B9AA6574EB2A96CF2CC44DAA5C317C079F806 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_get_Length_m115B9AA6574EB2A96CF2CC44DAA5C317C079F806_RuntimeMethod_var))); } } // System.Int64 System.IO.Compression.DeflateStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DeflateStream_get_Position_mE3B63A2C34C98EDE19F825CE76B51E63BCBC1D97 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_get_Position_mE3B63A2C34C98EDE19F825CE76B51E63BCBC1D97_RuntimeMethod_var))); } } // System.Void System.IO.Compression.DeflateStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream_set_Position_mAD18A821835DD1F44264A38512076B5D836347A6 (DeflateStream_t23FBBBCAA86C6AEA9E520A44C0FD0F947236A8B5 * __this, int64_t ___value0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStream_set_Position_mAD18A821835DD1F44264A38512076B5D836347A6_RuntimeMethod_var))); } } #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 CDECL ReversePInvokeWrapper_DeflateStreamNative_UnmanagedRead_m0F9E6DBD04FD70318A33801F8FCC02CF06EA11B0(intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation int32_t returnValue; returnValue = DeflateStreamNative_UnmanagedRead_m0F9E6DBD04FD70318A33801F8FCC02CF06EA11B0(___buffer0, ___length1, ___data2, NULL); return returnValue; } extern "C" int32_t CDECL ReversePInvokeWrapper_DeflateStreamNative_UnmanagedWrite_m203E0AF8CE69E96F78BDD65BD95264F3D108C9EB(intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation int32_t returnValue; returnValue = DeflateStreamNative_UnmanagedWrite_m203E0AF8CE69E96F78BDD65BD95264F3D108C9EB(___buffer0, ___length1, ___data2, NULL); return returnValue; } // System.Void System.IO.Compression.DeflateStreamNative::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative__ctor_mDD9614FFF99E1630D4237A346B5CA77379683416 (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.IO.Compression.DeflateStreamNative System.IO.Compression.DeflateStreamNative::Create(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * DeflateStreamNative_Create_mDFE4C1E3430611A8B36BB006E920BB6CC34A9E98 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___compressedStream0, int32_t ___mode1, bool ___gzip2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateStreamNative_UnmanagedRead_m0F9E6DBD04FD70318A33801F8FCC02CF06EA11B0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateStreamNative_UnmanagedWrite_m203E0AF8CE69E96F78BDD65BD95264F3D108C9EB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * V_0 = NULL; DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * G_B2_0 = NULL; DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * G_B1_0 = NULL; UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD * G_B3_0 = NULL; DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * G_B3_1 = NULL; { DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_0 = (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 *)il2cpp_codegen_object_new(DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879_il2cpp_TypeInfo_var); DeflateStreamNative__ctor_mDD9614FFF99E1630D4237A346B5CA77379683416(L_0, /*hidden argument*/NULL); V_0 = L_0; DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_1 = V_0; DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_2 = V_0; GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_3; L_3 = GCHandle_Alloc_mE8C4B1D393FE153622948BF355728FCF08C98EF1(L_2, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_data_3(L_3); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_4 = V_0; int32_t L_5 = ___mode1; G_B1_0 = L_4; if ((((int32_t)L_5) == ((int32_t)1))) { G_B2_0 = L_4; goto IL_0025; } } { UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD * L_6 = (UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD *)il2cpp_codegen_object_new(UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD_il2cpp_TypeInfo_var); UnmanagedReadOrWrite__ctor_m3F128D04CC7E54A22DF028F4DB63156FE74EC0ED(L_6, NULL, (intptr_t)((intptr_t)DeflateStreamNative_UnmanagedRead_m0F9E6DBD04FD70318A33801F8FCC02CF06EA11B0_RuntimeMethod_var), /*hidden argument*/NULL); G_B3_0 = L_6; G_B3_1 = G_B1_0; goto IL_0031; } IL_0025: { UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD * L_7 = (UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD *)il2cpp_codegen_object_new(UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD_il2cpp_TypeInfo_var); UnmanagedReadOrWrite__ctor_m3F128D04CC7E54A22DF028F4DB63156FE74EC0ED(L_7, NULL, (intptr_t)((intptr_t)DeflateStreamNative_UnmanagedWrite_m203E0AF8CE69E96F78BDD65BD95264F3D108C9EB_RuntimeMethod_var), /*hidden argument*/NULL); G_B3_0 = L_7; G_B3_1 = G_B2_0; } IL_0031: { NullCheck(G_B3_1); G_B3_1->set_feeder_0(G_B3_0); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_8 = V_0; int32_t L_9 = ___mode1; bool L_10 = ___gzip2; DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_11 = V_0; NullCheck(L_11); UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD * L_12 = L_11->get_feeder_0(); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_13 = V_0; NullCheck(L_13); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_14 = L_13->get_data_3(); intptr_t L_15; L_15 = GCHandle_ToIntPtr_mBE5BF504F13C142394E6964DA0D64CA8E77DEE41(L_14, /*hidden argument*/NULL); SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * L_16; L_16 = DeflateStreamNative_CreateZStream_m33815C519D79726DAD8A1B14D96B060B917AF77F(L_9, L_10, L_12, (intptr_t)L_15, /*hidden argument*/NULL); NullCheck(L_8); L_8->set_z_stream_2(L_16); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_17 = V_0; NullCheck(L_17); SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * L_18 = L_17->get_z_stream_2(); NullCheck(L_18); bool L_19; L_19 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Runtime.InteropServices.SafeHandle::get_IsInvalid() */, L_18); if (!L_19) { goto IL_006a; } } { DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_20 = V_0; NullCheck(L_20); DeflateStreamNative_Dispose_m942B5B44D703AC2F097F4867751E1FD012E0373F(L_20, (bool)1, /*hidden argument*/NULL); return (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 *)NULL; } IL_006a: { DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_21 = V_0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_22 = ___compressedStream0; NullCheck(L_21); L_21->set_base_stream_1(L_22); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_23 = V_0; return L_23; } } // System.Void System.IO.Compression.DeflateStreamNative::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_Finalize_mBB359F34A29C65663B1FFD663901F8F50399A1DB (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) DeflateStreamNative_Dispose_m942B5B44D703AC2F097F4867751E1FD012E0373F(__this, (bool)0, /*hidden argument*/NULL); 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_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(9) } // end finally (depth: 1) IL2CPP_CLEANUP(9) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10, IL_0010) } IL_0010: { return; } } // System.Void System.IO.Compression.DeflateStreamNative::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_Dispose_m942B5B44D703AC2F097F4867751E1FD012E0373F (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___disposing0; if (!L_0) { goto IL_002a; } } { bool L_1 = __this->get_disposed_4(); if (L_1) { goto IL_002a; } } { __this->set_disposed_4((bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mFF908DB65A7128F68FC8CAEA84AA753B439FE40E(__this, /*hidden argument*/NULL); __this->set_io_buffer_5((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * L_2 = __this->get_z_stream_2(); NullCheck(L_2); SafeHandle_Dispose_mFFFB9D0CAE3EEE02F0D3DA250D5E52F0DD51B098(L_2, /*hidden argument*/NULL); } IL_002a: { GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * L_3 = __this->get_address_of_data_3(); bool L_4; L_4 = GCHandle_get_IsAllocated_mEDA4DAC6AD6D881110E96CAFDAB78C068F5B144D((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0042; } } { GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * L_5 = __this->get_address_of_data_3(); GCHandle_Free_mB4E9415544FC9F0075C02AB17E270E49AF006025((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)L_5, /*hidden argument*/NULL); } IL_0042: { return; } } // System.Void System.IO.Compression.DeflateStreamNative::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_Flush_m90417733341CD506F9B822D16AD8F47A982D4DAD (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB53E23262CA871DD51B621D069CC5E93A75BDAB6); s_Il2CppMethodInitialized = true; } { SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * L_0 = __this->get_z_stream_2(); int32_t L_1; L_1 = DeflateStreamNative_Flush_m2196538807A516AB4DA8741A0A7C4F552713CAFB(L_0, /*hidden argument*/NULL); DeflateStreamNative_CheckResult_mC25C8CE190D90EC25A8AC13AC990B9EC000CB24A(L_1, _stringLiteralB53E23262CA871DD51B621D069CC5E93A75BDAB6, /*hidden argument*/NULL); return; } } // System.Int32 System.IO.Compression.DeflateStreamNative::ReadZStream(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_ReadZStream_m4FA478DFDCD7AEF06D5639BB9E93039458AD09D8 (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05A239D304E1CD9654D716DE8B8F8AD99E2AB53F); s_Il2CppMethodInitialized = true; } { SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * L_0 = __this->get_z_stream_2(); intptr_t L_1 = ___buffer0; int32_t L_2 = ___length1; int32_t L_3; L_3 = DeflateStreamNative_ReadZStream_m7808B766950C16EEB9ED5CFA35BADA6F4D2E0E14(L_0, (intptr_t)L_1, L_2, /*hidden argument*/NULL); int32_t L_4 = L_3; DeflateStreamNative_CheckResult_mC25C8CE190D90EC25A8AC13AC990B9EC000CB24A(L_4, _stringLiteral05A239D304E1CD9654D716DE8B8F8AD99E2AB53F, /*hidden argument*/NULL); return L_4; } } // System.Void System.IO.Compression.DeflateStreamNative::WriteZStream(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_WriteZStream_m4797D6A9B39954397D27C688CE72E29FD6B70B30 (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5DF5634099E210FAACAB500FEB3F80C226FE7C7F); s_Il2CppMethodInitialized = true; } { SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * L_0 = __this->get_z_stream_2(); intptr_t L_1 = ___buffer0; int32_t L_2 = ___length1; int32_t L_3; L_3 = DeflateStreamNative_WriteZStream_m993590A1EB8D99AF44726EE0C2F315047B4A0CE7(L_0, (intptr_t)L_1, L_2, /*hidden argument*/NULL); DeflateStreamNative_CheckResult_mC25C8CE190D90EC25A8AC13AC990B9EC000CB24A(L_3, _stringLiteral5DF5634099E210FAACAB500FEB3F80C226FE7C7F, /*hidden argument*/NULL); return; } } // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedRead(System.IntPtr,System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedRead_m0F9E6DBD04FD70318A33801F8FCC02CF06EA11B0 (intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 V_0; memset((&V_0), 0, sizeof(V_0)); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * V_1 = NULL; { intptr_t L_0 = ___data2; GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_1; L_1 = GCHandle_FromIntPtr_mF902872DD04971F6A22B8356F5AE4358F21C0FB1((intptr_t)L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2; L_2 = GCHandle_get_Target_m6C296AD6520ECDAFC9498E9387677F522871F883((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)(&V_0), /*hidden argument*/NULL); V_1 = ((DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 *)IsInstClass((RuntimeObject*)L_2, DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879_il2cpp_TypeInfo_var)); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_3 = V_1; if (L_3) { goto IL_0019; } } { return (-1); } IL_0019: { DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_4 = V_1; intptr_t L_5 = ___buffer0; int32_t L_6 = ___length1; NullCheck(L_4); int32_t L_7; L_7 = DeflateStreamNative_UnmanagedRead_m0CF140A2B3B0B432F263DF55F1259AB47AB4D79F(L_4, (intptr_t)L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedRead(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedRead_m0CF140A2B3B0B432F263DF55F1259AB47AB4D79F (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_io_buffer_5(); if (L_0) { goto IL_0018; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096)); __this->set_io_buffer_5(L_1); } IL_0018: { int32_t L_2 = ___length1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_io_buffer_5(); NullCheck(L_3); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m6411ABA96F53F6B588FD9F2F72FB5FDAC1C1BC9B(L_2, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), /*hidden argument*/NULL); V_0 = L_4; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = __this->get_base_stream_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_io_buffer_5(); int32_t L_7 = V_0; NullCheck(L_5); int32_t L_8; L_8 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(26 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, 0, L_7); V_1 = L_8; int32_t L_9 = V_1; if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_004d; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_io_buffer_5(); intptr_t L_11 = ___buffer0; int32_t L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_Copy_mBDE4BE8D48B38EEB9AC3CFFD818A3E6B08E55731(L_10, 0, (intptr_t)L_11, L_12, /*hidden argument*/NULL); } IL_004d: { int32_t L_13 = V_1; return L_13; } } // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedWrite(System.IntPtr,System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedWrite_m203E0AF8CE69E96F78BDD65BD95264F3D108C9EB (intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 V_0; memset((&V_0), 0, sizeof(V_0)); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * V_1 = NULL; { intptr_t L_0 = ___data2; GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_1; L_1 = GCHandle_FromIntPtr_mF902872DD04971F6A22B8356F5AE4358F21C0FB1((intptr_t)L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2; L_2 = GCHandle_get_Target_m6C296AD6520ECDAFC9498E9387677F522871F883((GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 *)(&V_0), /*hidden argument*/NULL); V_1 = ((DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 *)IsInstClass((RuntimeObject*)L_2, DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879_il2cpp_TypeInfo_var)); DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_3 = V_1; if (L_3) { goto IL_0019; } } { return (-1); } IL_0019: { DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * L_4 = V_1; intptr_t L_5 = ___buffer0; int32_t L_6 = ___length1; NullCheck(L_4); int32_t L_7; L_7 = DeflateStreamNative_UnmanagedWrite_m819B0ADFB837A85E1413F1F4604D9C5BAEC57A37(L_4, (intptr_t)L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 System.IO.Compression.DeflateStreamNative::UnmanagedWrite(System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_UnmanagedWrite_m819B0ADFB837A85E1413F1F4604D9C5BAEC57A37 (DeflateStreamNative_tD3009C913258B881B44A87BC6A99C7118558A879 * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; goto IL_0065; } IL_0004: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_io_buffer_5(); if (L_0) { goto IL_001c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096)); __this->set_io_buffer_5(L_1); } IL_001c: { int32_t L_2 = ___length1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_io_buffer_5(); NullCheck(L_3); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m6411ABA96F53F6B588FD9F2F72FB5FDAC1C1BC9B(L_2, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), /*hidden argument*/NULL); V_1 = L_4; intptr_t L_5 = ___buffer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_io_buffer_5(); int32_t L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_Copy_m5B5711DAE25F766427A60AA33208E669EACD0716((intptr_t)L_5, L_6, 0, L_7, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_8 = __this->get_base_stream_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get_io_buffer_5(); int32_t L_10 = V_1; NullCheck(L_8); VirtActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(28 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, L_10); void* L_11; L_11 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(&___buffer0), /*hidden argument*/NULL); int32_t L_12 = V_1; IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline((intptr_t*)(&___buffer0), (void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)L_12)), /*hidden argument*/NULL); int32_t L_13 = ___length1; int32_t L_14 = V_1; ___length1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)); int32_t L_15 = V_0; int32_t L_16 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)); } IL_0065: { int32_t L_17 = ___length1; if ((((int32_t)L_17) > ((int32_t)0))) { goto IL_0004; } } { int32_t L_18 = V_0; return L_18; } } // System.Void System.IO.Compression.DeflateStreamNative::CheckResult(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStreamNative_CheckResult_mC25C8CE190D90EC25A8AC13AC990B9EC000CB24A (int32_t ___result0, String_t* ___where1, const RuntimeMethod* method) { String_t* V_0 = NULL; { int32_t L_0 = ___result0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0005; } } { return; } IL_0005: { int32_t L_1 = ___result0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)-11)))) { case 0: { goto IL_0074; } case 1: { goto IL_006c; } case 2: { goto IL_007c; } case 3: { goto IL_007c; } case 4: { goto IL_007c; } case 5: { goto IL_0064; } case 6: { goto IL_005c; } case 7: { goto IL_0054; } case 8: { goto IL_004c; } case 9: { goto IL_0044; } case 10: { goto IL_003c; } } } { goto IL_007c; } IL_003c: { V_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF47527D7B72D5957FA184B6B1B6A7A1A9A56BF37)); goto IL_0082; } IL_0044: { V_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2523CBFED84EF78578D85909448E8C0C4ECDA163)); goto IL_0082; } IL_004c: { V_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE2E90A74AF10748DDAB6F42388BD10A4D42D95BB)); goto IL_0082; } IL_0054: { V_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF678DBEEE39BA115BA762E7766D189E0CD47CD41)); goto IL_0082; } IL_005c: { V_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE290FE00878B1C01707983AAF8A6BB8464DFAB6D)); goto IL_0082; } IL_0064: { V_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2DA0AC110457767EB539C31A3B243D2C4C5C2D9D)); goto IL_0082; } IL_006c: { V_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral61A2E25EECE5CA17D408DC393538F1767DE78408)); goto IL_0082; } IL_0074: { V_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53B6A8F4629CFB02CF5AFB3B1D3C6A5584EB8548)); goto IL_0082; } IL_007c: { V_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF47527D7B72D5957FA184B6B1B6A7A1A9A56BF37)); } IL_0082: { String_t* L_2 = V_0; String_t* L_3 = ___where1; String_t* L_4; L_4 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745)), L_3, /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_5 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DeflateStreamNative_CheckResult_mC25C8CE190D90EC25A8AC13AC990B9EC000CB24A_RuntimeMethod_var))); } } // System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle System.IO.Compression.DeflateStreamNative::CreateZStream(System.IO.Compression.CompressionMode,System.Boolean,System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * DeflateStreamNative_CreateZStream_m33815C519D79726DAD8A1B14D96B060B917AF77F (int32_t ___compress0, bool ___gzip1, UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD * ___feeder2, intptr_t ___data3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } typedef void* (CDECL *PInvokeFunc) (int32_t, int32_t, Il2CppMethodPointer, intptr_t); // Marshaling of parameter '___feeder2' to native representation Il2CppMethodPointer ____feeder2_marshaled = NULL; ____feeder2_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___feeder2)); // Native function invocation void* returnValue = reinterpret_cast(CreateZStream)(___compress0, static_cast(___gzip1), ____feeder2_marshaled, ___data3); // Marshaling of return value back from native representation SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * _returnValue_unmarshaled = (SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03*)il2cpp_codegen_object_new(SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03_il2cpp_TypeInfo_var); SafeDeflateStreamHandle__ctor_m57DC167E703860B6165522A67657F77A41030BE2(_returnValue_unmarshaled, NULL); intptr_t _returnValue_unmarshaled_handle_temp; _returnValue_unmarshaled_handle_temp = (intptr_t)returnValue; (_returnValue_unmarshaled)->set_handle_0(_returnValue_unmarshaled_handle_temp); return _returnValue_unmarshaled; } // System.Int32 System.IO.Compression.DeflateStreamNative::CloseZStream(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_CloseZStream_mA5B4649D69FC38CF8856BEA6DBFE2B24A4621444 (intptr_t ___stream0, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t); // Native function invocation int32_t returnValue = reinterpret_cast(CloseZStream)(___stream0); return returnValue; } // System.Int32 System.IO.Compression.DeflateStreamNative::Flush(System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_Flush_m2196538807A516AB4DA8741A0A7C4F552713CAFB (SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * ___stream0, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (void*); // Marshaling of parameter '___stream0' to native representation void* ____stream0_marshaled = NULL; if (___stream0 == NULL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_null_exception("stream"), NULL); bool ___safeHandle_reference_incremented_for____stream0 = false; SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(___stream0, (&___safeHandle_reference_incremented_for____stream0), NULL); ____stream0_marshaled = reinterpret_cast((___stream0)->get_handle_0()); // Native function invocation int32_t returnValue = reinterpret_cast(Flush)(____stream0_marshaled); // Marshaling cleanup of parameter '___stream0' native representation if (___safeHandle_reference_incremented_for____stream0) { SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(___stream0, NULL); } return returnValue; } // System.Int32 System.IO.Compression.DeflateStreamNative::ReadZStream(System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_ReadZStream_m7808B766950C16EEB9ED5CFA35BADA6F4D2E0E14 (SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * ___stream0, intptr_t ___buffer1, int32_t ___length2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (void*, intptr_t, int32_t); // Marshaling of parameter '___stream0' to native representation void* ____stream0_marshaled = NULL; if (___stream0 == NULL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_null_exception("stream"), NULL); bool ___safeHandle_reference_incremented_for____stream0 = false; SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(___stream0, (&___safeHandle_reference_incremented_for____stream0), NULL); ____stream0_marshaled = reinterpret_cast((___stream0)->get_handle_0()); // Native function invocation int32_t returnValue = reinterpret_cast(ReadZStream)(____stream0_marshaled, ___buffer1, ___length2); // Marshaling cleanup of parameter '___stream0' native representation if (___safeHandle_reference_incremented_for____stream0) { SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(___stream0, NULL); } return returnValue; } // System.Int32 System.IO.Compression.DeflateStreamNative::WriteZStream(System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeflateStreamNative_WriteZStream_m993590A1EB8D99AF44726EE0C2F315047B4A0CE7 (SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * ___stream0, intptr_t ___buffer1, int32_t ___length2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (void*, intptr_t, int32_t); // Marshaling of parameter '___stream0' to native representation void* ____stream0_marshaled = NULL; if (___stream0 == NULL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_null_exception("stream"), NULL); bool ___safeHandle_reference_incremented_for____stream0 = false; SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(___stream0, (&___safeHandle_reference_incremented_for____stream0), NULL); ____stream0_marshaled = reinterpret_cast((___stream0)->get_handle_0()); // Native function invocation int32_t returnValue = reinterpret_cast(WriteZStream)(____stream0_marshaled, ___buffer1, ___length2); // Marshaling cleanup of parameter '___stream0' native representation if (___safeHandle_reference_incremented_for____stream0) { SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(___stream0, NULL); } return returnValue; } #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.ComponentModel.DescriptionAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescriptionAttribute__ctor_m0E146E17D89AF14C7390CA02D1725CA5114E2A40 (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); DescriptionAttribute__ctor_m88B8CF110270B3759BE4A9D17D6B1A4A17305D9E(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.DescriptionAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescriptionAttribute__ctor_m88B8CF110270B3759BE4A9D17D6B1A4A17305D9E (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, String_t* ___description0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___description0; __this->set_description_1(L_0); return; } } // System.String System.ComponentModel.DescriptionAttribute::get_Description() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DescriptionAttribute_get_Description_m0FA1D4D963B0CC6430641650EAFC0A28EF5D7567 (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = DescriptionAttribute_get_DescriptionValue_mC1DBBA2D084E17E4062C81318C1D5D5295E4C97C_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.ComponentModel.DescriptionAttribute::get_DescriptionValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DescriptionAttribute_get_DescriptionValue_mC1DBBA2D084E17E4062C81318C1D5D5295E4C97C (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_description_1(); return L_0; } } // System.Boolean System.ComponentModel.DescriptionAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DescriptionAttribute_Equals_m07C0B8787F3D42DDB8E726E4658705AAF19D0E0F (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA *)IsInstClass((RuntimeObject*)L_1, DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var)); DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * L_2 = V_0; if (!L_2) { goto IL_0022; } } { DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.ComponentModel.DescriptionAttribute::get_Description() */, L_3); String_t* L_5; L_5 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.ComponentModel.DescriptionAttribute::get_Description() */, __this); bool L_6; L_6 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0022: { return (bool)0; } } // System.Int32 System.ComponentModel.DescriptionAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DescriptionAttribute_GetHashCode_m6C0A71F2ED2EBE6A2846DC87E3FD8CEBBABD4CE9 (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.ComponentModel.DescriptionAttribute::get_Description() */, __this); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.Void System.ComponentModel.DescriptionAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescriptionAttribute__cctor_mFE44BD593B03A490156C91DF97854A08A4D1AB05 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * L_0 = (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA *)il2cpp_codegen_object_new(DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var); DescriptionAttribute__ctor_m0E146E17D89AF14C7390CA02D1725CA5114E2A40(L_0, /*hidden argument*/NULL); ((DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_StaticFields*)il2cpp_codegen_static_fields_for(DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var))->set_Default_0(L_0); 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.ComponentModel.DesignTimeVisibleAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignTimeVisibleAttribute__ctor_m5FEE8039EADC36835B17FC69C6F9302D98D17B3F (DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * __this, bool ___visible0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); bool L_0 = ___visible0; __this->set_visible_0(L_0); return; } } // System.Boolean System.ComponentModel.DesignTimeVisibleAttribute::get_Visible() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignTimeVisibleAttribute_get_Visible_mEDEAE4216F7BBE283BAB2F714D23691E909766B5 (DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_visible_0(); return L_0; } } // System.Boolean System.ComponentModel.DesignTimeVisibleAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DesignTimeVisibleAttribute_Equals_m5EE5DF6FF3122FD7415C18192AB0F72E173FC334 (DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A *)IsInstSealed((RuntimeObject*)L_1, DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var)); DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * L_2 = V_0; if (!L_2) { goto IL_001f; } } { DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = DesignTimeVisibleAttribute_get_Visible_mEDEAE4216F7BBE283BAB2F714D23691E909766B5_inline(L_3, /*hidden argument*/NULL); bool L_5 = __this->get_visible_0(); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_001f: { return (bool)0; } } // System.Int32 System.ComponentModel.DesignTimeVisibleAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DesignTimeVisibleAttribute_GetHashCode_m517CECA16068CA5B18C14D3FADCCB0F594243E56 (DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1); bool L_3 = __this->get_visible_0(); G_B1_0 = L_2; if (L_3) { G_B2_0 = L_2; goto IL_001a; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_001b; } IL_001a: { G_B3_0 = (-1); G_B3_1 = G_B2_0; } IL_001b: { return ((int32_t)((int32_t)G_B3_1^(int32_t)G_B3_0)); } } // System.Void System.ComponentModel.DesignTimeVisibleAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesignTimeVisibleAttribute__cctor_m24A5997203245ABA97D12C948AC3A3212B6C701F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * L_0 = (DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A *)il2cpp_codegen_object_new(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var); DesignTimeVisibleAttribute__ctor_m5FEE8039EADC36835B17FC69C6F9302D98D17B3F(L_0, (bool)1, /*hidden argument*/NULL); ((DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_StaticFields*)il2cpp_codegen_static_fields_for(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var))->set_Yes_1(L_0); DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * L_1 = (DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A *)il2cpp_codegen_object_new(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var); DesignTimeVisibleAttribute__ctor_m5FEE8039EADC36835B17FC69C6F9302D98D17B3F(L_1, (bool)0, /*hidden argument*/NULL); ((DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_StaticFields*)il2cpp_codegen_static_fields_for(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var))->set_No_2(L_1); DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * L_2 = ((DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_StaticFields*)il2cpp_codegen_static_fields_for(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var))->get_Yes_1(); ((DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_StaticFields*)il2cpp_codegen_static_fields_for(DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A_il2cpp_TypeInfo_var))->set_Default_3(L_2); 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.Diagnostics.DiagnosticsConfigurationHandler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler__ctor_mCD2A35E58C3715292B4CAC69DCA4DB9FDBCAF8A2 (DiagnosticsConfigurationHandler_t69F37E22D4A4FD977D51999CA94F8DE2BFF2B741 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DiagnosticsConfigurationHandler__ctor_mCD2A35E58C3715292B4CAC69DCA4DB9FDBCAF8A2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DiagnosticsConfigurationHandler__ctor_mCD2A35E58C3715292B4CAC69DCA4DB9FDBCAF8A2_RuntimeMethod_var); return; } } // System.Object System.Diagnostics.DiagnosticsConfigurationHandler::Create(System.Object,System.Object,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DiagnosticsConfigurationHandler_Create_m7C5E9A16FBA52442C7C79E67B2C7991FB51D2740 (DiagnosticsConfigurationHandler_t69F37E22D4A4FD977D51999CA94F8DE2BFF2B741 * __this, RuntimeObject * ___parent0, RuntimeObject * ___configContext1, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___section2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DiagnosticsConfigurationHandler_Create_m7C5E9A16FBA52442C7C79E67B2C7991FB51D2740_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(DiagnosticsConfigurationHandler_Create_m7C5E9A16FBA52442C7C79E67B2C7991FB51D2740_RuntimeMethod_var); return NULL; } } #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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * DigestClient_get_Cache_m57810A14197EA8B3D78637EE37BCFC57D724D2B0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var))->get_cache_0(); NullCheck(L_0); RuntimeObject * L_1; L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(28 /* 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_m588C16057E70F436C528A800D32546E987CAF1BD(L_2, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = ((DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var))->get_cache_0(); NullCheck(L_3); int32_t L_4; L_4 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_3); DigestClient_CheckExpired_mC09F9BA64A207A2F3557A19239244E92FBC09713(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_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_6, /*hidden argument*/NULL); } IL_002f: { IL2CPP_END_FINALLY(38) } } // end finally (depth: 1) IL2CPP_CLEANUP(38) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x30, IL_0030) } IL_0030: { IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = ((DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var))->get_cache_0(); return L_7; } } // System.Void System.Net.DigestClient::CheckExpired(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestClient_CheckExpired_mC09F9BA64A207A2F3557A19239244E92FBC09713 (int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_1; memset((&V_1), 0, sizeof(V_1)); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_2 = NULL; RuntimeObject* V_3 = NULL; int32_t V_4 = 0; DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * V_5 = NULL; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_6; memset((&V_6), 0, sizeof(V_6)); RuntimeObject* V_7 = NULL; int32_t V_8 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { 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_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MaxValue_32(); V_0 = L_1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = DateTime_get_UtcNow_m1DDFBE2EF6AB0E4461E1F23E845CDAFAB49A2970(/*hidden argument*/NULL); V_1 = L_2; V_2 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = ((DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var))->get_cache_0(); NullCheck(L_3); RuntimeObject* L_4; L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(25 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_3); NullCheck(L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_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; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); V_4 = ((*(int32_t*)((int32_t*)UnBox(L_7, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_8 = ((DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var))->get_cache_0(); int32_t L_9 = V_4; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); RuntimeObject * L_12; L_12 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_8, L_11); V_5 = ((DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B *)CastclassClass((RuntimeObject*)L_12, DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var)); DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_13 = V_5; NullCheck(L_13); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_14; L_14 = DigestSession_get_LastUse_mD8434D7BC1017CED5A88F3F08041B9D20F2C0C83_inline(L_13, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_16; L_16 = DateTime_op_LessThan_m31E1966F7BB6E20ED98FEAB9CADE95816353A7D3(L_14, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_009a; } } IL_005a: { DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_17 = V_5; NullCheck(L_17); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_18; L_18 = DigestSession_get_LastUse_mD8434D7BC1017CED5A88F3F08041B9D20F2C0C83_inline(L_17, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_19 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_20; L_20 = DateTime_op_Subtraction_m6ED0E9FA2961769C03E515F244D0A68DC1C402B5(L_18, L_19, /*hidden argument*/NULL); V_6 = L_20; int64_t L_21; L_21 = TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_6), /*hidden argument*/NULL); if ((((int64_t)L_21) <= ((int64_t)((int64_t)6000000000LL)))) { goto IL_009a; } } IL_007b: { DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_22 = V_5; NullCheck(L_22); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_23; L_23 = DigestSession_get_LastUse_mD8434D7BC1017CED5A88F3F08041B9D20F2C0C83_inline(L_22, /*hidden argument*/NULL); V_0 = L_23; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_24 = V_2; if (L_24) { goto IL_008c; } } IL_0086: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_25 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_25, /*hidden argument*/NULL); V_2 = L_25; } IL_008c: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_26 = V_2; int32_t L_27 = V_4; int32_t L_28 = L_27; RuntimeObject * L_29 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_28); NullCheck(L_26); int32_t L_30; L_30 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_26, L_29); } IL_009a: { RuntimeObject* L_31 = V_3; NullCheck(L_31); bool L_32; L_32 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_31); if (L_32) { 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_33 = V_3; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_33, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_34 = V_7; if (!L_34) { goto IL_00b7; } } IL_00b0: { RuntimeObject* L_35 = V_7; NullCheck(L_35); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_35); } IL_00b7: { IL2CPP_END_FINALLY(164) } } // end finally (depth: 1) IL2CPP_CLEANUP(164) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB8, IL_00b8) } IL_00b8: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_36 = V_2; if (!L_36) { goto IL_0100; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_37 = V_2; NullCheck(L_37); RuntimeObject* L_38; L_38 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_37); V_3 = L_38; } IL_00c2: try { // begin try (depth: 1) { goto IL_00e2; } IL_00c4: { RuntimeObject* L_39 = V_3; NullCheck(L_39); RuntimeObject * L_40; L_40 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_39); V_8 = ((*(int32_t*)((int32_t*)UnBox(L_40, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_41 = ((DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var))->get_cache_0(); int32_t L_42 = V_8; int32_t L_43 = L_42; RuntimeObject * L_44 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_43); NullCheck(L_41); VirtActionInvoker1< RuntimeObject * >::Invoke(27 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_41, L_44); } IL_00e2: { RuntimeObject* L_45 = V_3; NullCheck(L_45); bool L_46; L_46 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_45); if (L_46) { 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_47 = V_3; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_47, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_48 = V_7; if (!L_48) { goto IL_00ff; } } IL_00f8: { RuntimeObject* L_49 = V_7; NullCheck(L_49); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_49); } IL_00ff: { IL2CPP_END_FINALLY(236) } } // end finally (depth: 1) IL2CPP_CLEANUP(236) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x100, IL_0100) } IL_0100: { return; } } // System.Net.Authorization System.Net.DigestClient::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * DigestClient_Authenticate_m20471A30D6015DACD842E48A8B2825CC74CE5FE7 (DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D * __this, String_t* ___challenge0, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest1, RuntimeObject* ___credentials2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC60811AD65D0557EF69DFB2F66D9621903D5B62A); s_Il2CppMethodInitialized = true; } HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * V_0 = NULL; DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * V_1 = NULL; int32_t V_2 = 0; DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * 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_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_0008: { String_t* L_2 = ___challenge0; NullCheck(L_2); String_t* L_3; L_3 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_2, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4; L_4 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_3, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5; L_5 = String_IndexOf_m90616B2D8ACC645F389750FAE4F9A75BC5D82454(L_4, _stringLiteralC60811AD65D0557EF69DFB2F66D9621903D5B62A, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0022; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_0022: { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_6 = ___webRequest1; V_0 = ((HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A *)IsInstClass((RuntimeObject*)L_6, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var)); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_7 = V_0; if (L_7) { goto IL_002e; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_002e: { DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_8 = (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B *)il2cpp_codegen_object_new(DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var); DigestSession__ctor_m86705710E06B01D8AB4E67E8678020B8F6D836F6(L_8, /*hidden argument*/NULL); V_1 = L_8; DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_9 = V_1; String_t* L_10 = ___challenge0; NullCheck(L_9); bool L_11; L_11 = DigestSession_Parse_mA13096948231A1185C90302996A3C38583CF3191(L_9, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_003f; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_003f: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_12 = V_0; NullCheck(L_12); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_13; L_13 = HttpWebRequest_get_Address_m8B4240A8AD46F12716B28F8549750BA30D2E368B_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14; 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; L_16 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_15); DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_17 = V_1; NullCheck(L_17); String_t* L_18; L_18 = DigestSession_get_Nonce_mE32260516AF99A417D41D0901F7633D63238BF87(L_17, /*hidden argument*/NULL); NullCheck(L_18); int32_t L_19; 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_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_20; L_20 = DigestClient_get_Cache_m57810A14197EA8B3D78637EE37BCFC57D724D2B0(/*hidden argument*/NULL); int32_t L_21 = V_2; int32_t L_22 = L_21; RuntimeObject * L_23 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_22); NullCheck(L_20); RuntimeObject * L_24; L_24 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_20, L_23); V_3 = ((DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B *)CastclassClass((RuntimeObject*)L_24, DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var)); DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_25 = V_3; V_4 = (bool)((((RuntimeObject*)(DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B *)L_25) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_26 = V_4; if (!L_26) { goto IL_0082; } } { DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_27 = V_1; V_3 = L_27; goto IL_008d; } IL_0082: { DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_28 = V_3; String_t* L_29 = ___challenge0; NullCheck(L_28); bool L_30; L_30 = DigestSession_Parse_mA13096948231A1185C90302996A3C38583CF3191(L_28, L_29, /*hidden argument*/NULL); if (L_30) { goto IL_008d; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_008d: { bool L_31 = V_4; if (!L_31) { goto IL_00a2; } } { IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_32; L_32 = DigestClient_get_Cache_m57810A14197EA8B3D78637EE37BCFC57D724D2B0(/*hidden argument*/NULL); int32_t L_33 = V_2; int32_t L_34 = L_33; RuntimeObject * L_35 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_34); DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_36 = V_3; NullCheck(L_32); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(14 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_32, L_35, L_36); } IL_00a2: { DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_37 = V_3; WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_38 = ___webRequest1; RuntimeObject* L_39 = ___credentials2; NullCheck(L_37); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_40; L_40 = DigestSession_Authenticate_m642CC2119FACF39B82D56274E4756CD30030C72B(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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * DigestClient_PreAuthenticate_m04217A63BB9AFB52F6D531CBEE9527162A565E59 (DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D * __this, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * V_0 = NULL; int32_t V_1 = 0; DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * V_2 = NULL; { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_0 = ___webRequest0; V_0 = ((HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A *)IsInstClass((RuntimeObject*)L_0, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var)); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_1 = V_0; if (L_1) { goto IL_000c; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_000c: { RuntimeObject* L_2 = ___credentials1; if (L_2) { goto IL_0011; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_0011: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_3 = V_0; NullCheck(L_3); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4; L_4 = HttpWebRequest_get_Address_m8B4240A8AD46F12716B28F8549750BA30D2E368B_inline(L_3, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5; 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; 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_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_8; L_8 = DigestClient_get_Cache_m57810A14197EA8B3D78637EE37BCFC57D724D2B0(/*hidden argument*/NULL); int32_t L_9 = V_1; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); RuntimeObject * L_12; L_12 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_8, L_11); V_2 = ((DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B *)CastclassClass((RuntimeObject*)L_12, DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var)); DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_13 = V_2; if (L_13) { goto IL_003f; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_003f: { DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_14 = V_2; WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_15 = ___webRequest0; RuntimeObject* L_16 = ___credentials1; NullCheck(L_14); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_17; L_17 = DigestSession_Authenticate_m642CC2119FACF39B82D56274E4756CD30030C72B(L_14, L_15, L_16, /*hidden argument*/NULL); return L_17; } } // System.String System.Net.DigestClient::get_AuthenticationType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestClient_get_AuthenticationType_m8705CB83CDBE79516A939748C02A7BBA287035E3 (DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AC527A8DF595B74718949B694ED69DE1F7D5017); s_Il2CppMethodInitialized = true; } { return _stringLiteral9AC527A8DF595B74718949B694ED69DE1F7D5017; } } // System.Void System.Net.DigestClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestClient__ctor_m6EBFE2A034C1CDF5AB71D23C5A1FDFD10D5866D9 (DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.DigestClient::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestClient__cctor_m0540C267F8B60F1D7EC3910931A30AD049F84987 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_0, /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1; L_1 = Hashtable_Synchronized_m57834C6DB52C04CAC03792622B42881B15BB77A9(L_0, /*hidden argument*/NULL); ((DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestHeaderParser__ctor_m2BB85BC3118799109DB82BC9936678FB70EB4645 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, String_t* ___header0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ((DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_StaticFields*)il2cpp_codegen_static_fields_for(DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_il2cpp_TypeInfo_var))->get_keywords_3(); NullCheck(L_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))); __this->set_values_4(L_1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_2 = ___header0; NullCheck(L_2); String_t* L_3; L_3 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_2, /*hidden argument*/NULL); __this->set_header_0(L_3); return; } } // System.String System.Net.DigestHeaderParser::get_Realm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Realm_m7A6C5539FEEBC93A89DCC2C70B08A690EB8DE78A (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method) { { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Opaque_mA478D6BB71ED1C541A8538B776E40BFD5E5F303A (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method) { { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Nonce_m0B098048A69B904101B59CF9BBFB7917830050F7 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method) { { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Algorithm_mAF999E60ED2FC710180152356C821E73C020E638 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method) { { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_QOP_m84DDAC9875B39CCFD50358EB5F5DEB2E984FDCA1 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method) { { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestHeaderParser_Parse_m83B7E847A270531897CDB5C36F11C6651F81CEC2 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisString_t_m95B52FA434227E232449B6D38463479B1053F93C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B53921DDFB2D1E42EC639164D3866482F325D24); 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; L_1 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_1, _stringLiteral1B53921DDFB2D1E42EC639164D3866482F325D24, /*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; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); __this->set_length_1(L_4); goto IL_009d; } IL_0033: { bool L_5; L_5 = DigestHeaderParser_GetKeywordAndValue_mFBE6BBF832C7C3FFF946F9E42BEE3967B870CE84(__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_m3E8571723F22D5753DA67A15105049E73E0A691D(__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; L_10 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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_t37F4520A3734F2EEC95B68040AFB676602B62D97_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = ((DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_StaticFields*)il2cpp_codegen_static_fields_for(DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_il2cpp_TypeInfo_var))->get_keywords_3(); String_t* L_13 = V_0; int32_t L_14; L_14 = Array_IndexOf_TisString_t_m95B52FA434227E232449B6D38463479B1053F93C(L_12, L_13, /*hidden argument*/Array_IndexOf_TisString_t_m95B52FA434227E232449B6D38463479B1053F93C_RuntimeMethod_var); V_2 = L_14; int32_t L_15 = V_2; if ((((int32_t)L_15) == ((int32_t)(-1)))) { goto IL_009d; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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; L_25 = DigestHeaderParser_get_Realm_m7A6C5539FEEBC93A89DCC2C70B08A690EB8DE78A(__this, /*hidden argument*/NULL); if (!L_25) { goto IL_00bb; } } { String_t* L_26; L_26 = DigestHeaderParser_get_Nonce_m0B098048A69B904101B59CF9BBFB7917830050F7(__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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestHeaderParser_SkipWhitespace_m3E8571723F22D5753DA67A15105049E73E0A691D (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __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; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_GetKey_m811A3CFB648DC4E9B189925DABC9FA23B9AE600F (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { DigestHeaderParser_SkipWhitespace_m3E8571723F22D5753DA67A15105049E73E0A691D(__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; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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; L_11 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(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; L_12 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_11, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13; L_13 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_12, /*hidden argument*/NULL); return L_13; } } // System.Boolean System.Net.DigestHeaderParser::GetKeywordAndValue(System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestHeaderParser_GetKeywordAndValue_mFBE6BBF832C7C3FFF946F9E42BEE3967B870CE84 (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * __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_t37F4520A3734F2EEC95B68040AFB676602B62D97 * G_B23_1 = NULL; int32_t G_B22_0 = 0; DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * G_B22_1 = NULL; int32_t G_B24_0 = 0; int32_t G_B24_1 = 0; DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * G_B24_2 = NULL; { String_t** L_0 = ___key0; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); String_t** L_1 = ___value1; *((RuntimeObject **)L_1) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL); String_t** L_2 = ___key0; String_t* L_3; L_3 = DigestHeaderParser_GetKey_m811A3CFB648DC4E9B189925DABC9FA23B9AE600F(__this, /*hidden argument*/NULL); *((RuntimeObject **)L_2) = (RuntimeObject *)L_3; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(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_m3E8571723F22D5753DA67A15105049E73E0A691D(__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; L_12 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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_m3E8571723F22D5753DA67A15105049E73E0A691D(__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; L_17 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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; L_23 = String_IndexOf_mAD7052CB25BA1D60A8F055AA89D09809F61233DB(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; L_27 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(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; L_46 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(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((void**)(RuntimeObject **)L_41, (void*)(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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestHeaderParser__cctor_mE9C49CF0C9A671B4B26388C6D5C9BE65EFD38379 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2555543242A278889EA1F704BD696770579E9304); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56527A2300BB0A611AE7B1418C0BFCB781C48103); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C35BA15FC8288F6F7A229DD42F48D4FB70DCC2E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7D1CAF9B55BE135BC8B1C459D2052FBCF135556); s_Il2CppMethodInitialized = true; } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteralB7D1CAF9B55BE135BC8B1C459D2052FBCF135556); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteralB7D1CAF9B55BE135BC8B1C459D2052FBCF135556); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral9C35BA15FC8288F6F7A229DD42F48D4FB70DCC2E); (L_2)->SetAt(static_cast(1), (String_t*)_stringLiteral9C35BA15FC8288F6F7A229DD42F48D4FB70DCC2E); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral2555543242A278889EA1F704BD696770579E9304); (L_3)->SetAt(static_cast(2), (String_t*)_stringLiteral2555543242A278889EA1F704BD696770579E9304); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B); (L_4)->SetAt(static_cast(3), (String_t*)_stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral56527A2300BB0A611AE7B1418C0BFCB781C48103); (L_5)->SetAt(static_cast(4), (String_t*)_stringLiteral56527A2300BB0A611AE7B1418C0BFCB781C48103); ((DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_StaticFields*)il2cpp_codegen_static_fields_for(DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_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() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestSession__cctor_m9B1EE38632C66B3CA17CDA05FDFED49A22458FBD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * L_0; L_0 = RandomNumberGenerator_Create_mDC1F77A87AC74D06ACD5AEEFFB149445B114B205(/*hidden argument*/NULL); ((DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_StaticFields*)il2cpp_codegen_static_fields_for(DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var))->set_rng_0(L_0); return; } } // System.Void System.Net.DigestSession::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestSession__ctor_m86705710E06B01D8AB4E67E8678020B8F6D836F6 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); __this->set__nc_2(1); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0; L_0 = DateTime_get_UtcNow_m1DDFBE2EF6AB0E4461E1F23E845CDAFAB49A2970(/*hidden argument*/NULL); __this->set_lastUse_1(L_0); return; } } // System.String System.Net.DigestSession::get_Algorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Algorithm_mB056CE436F92945C17599BACEB82CD26D764F9D2 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method) { { DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * L_0 = __this->get_parser_4(); NullCheck(L_0); String_t* L_1; L_1 = DigestHeaderParser_get_Algorithm_mAF999E60ED2FC710180152356C821E73C020E638(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.DigestSession::get_Realm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Realm_mAEE41831F8979DD3A1A726F97996AD33AB9CB9BA (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method) { { DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * L_0 = __this->get_parser_4(); NullCheck(L_0); String_t* L_1; L_1 = DigestHeaderParser_get_Realm_m7A6C5539FEEBC93A89DCC2C70B08A690EB8DE78A(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.DigestSession::get_Nonce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Nonce_mE32260516AF99A417D41D0901F7633D63238BF87 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method) { { DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * L_0 = __this->get_parser_4(); NullCheck(L_0); String_t* L_1; L_1 = DigestHeaderParser_get_Nonce_m0B098048A69B904101B59CF9BBFB7917830050F7(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.DigestSession::get_Opaque() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Opaque_m2733095B7E5AA77AE4FF0A8A6CB29CFC00D27A98 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method) { { DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * L_0 = __this->get_parser_4(); NullCheck(L_0); String_t* L_1; L_1 = DigestHeaderParser_get_Opaque_mA478D6BB71ED1C541A8538B776E40BFD5E5F303A(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.DigestSession::get_QOP() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_QOP_mCF3DEC57ED1ACF4A3CC232E5A833ECEB9CA1DD90 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method) { { DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * L_0 = __this->get_parser_4(); NullCheck(L_0); String_t* L_1; L_1 = DigestHeaderParser_get_QOP_m84DDAC9875B39CCFD50358EB5F5DEB2E984FDCA1(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.DigestSession::get_CNonce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_CNonce_mD1E4C92810555F46DEB48EF812F37BB838A4EB82 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { String_t* L_0 = __this->get__cnonce_5(); if (L_0) { goto IL_0031; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)15)); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var); RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * L_2 = ((DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_StaticFields*)il2cpp_codegen_static_fields_for(DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B_il2cpp_TypeInfo_var))->get_rng_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; NullCheck(L_2); VirtActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_2, L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_5; L_5 = Convert_ToBase64String_m1E5BBE288BBE22627A60548DB2F6FF7D6FDF1935(L_4, /*hidden argument*/NULL); __this->set__cnonce_5(L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; NullCheck(L_7); Array_Clear_m14F24D8DBE5A2FD747E8F94E2F7759FBA495DB1C((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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestSession_Parse_mA13096948231A1185C90302996A3C38583CF3191 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, String_t* ___challenge0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___challenge0; DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * L_1 = (DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 *)il2cpp_codegen_object_new(DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97_il2cpp_TypeInfo_var); DigestHeaderParser__ctor_m2BB85BC3118799109DB82BC9936678FB70EB4645(L_1, L_0, /*hidden argument*/NULL); __this->set_parser_4(L_1); DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * L_2 = __this->get_parser_4(); NullCheck(L_2); bool L_3; L_3 = DigestHeaderParser_Parse_m83B7E847A270531897CDB5C36F11C6651F81CEC2(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001b; } } { return (bool)0; } IL_001b: { DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * L_4 = __this->get_parser_4(); NullCheck(L_4); String_t* L_5; L_5 = DigestHeaderParser_get_Algorithm_mAF999E60ED2FC710180152356C821E73C020E638(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0044; } } { DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * L_6 = __this->get_parser_4(); NullCheck(L_6); String_t* L_7; L_7 = DigestHeaderParser_get_Algorithm_mAF999E60ED2FC710180152356C821E73C020E638(L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8; L_8 = String_ToUpper_m4BC629F8059C3E0C4E3F7C7E04DB50EBB0C1A05A(L_7, /*hidden argument*/NULL); NullCheck(L_8); bool L_9; L_9 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_8, _stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17, /*hidden argument*/NULL); if (!L_9) { goto IL_004f; } } IL_0044: { MD5_t6B7B1C4D40C383D0AD84BB8DDE4DE4B29BA627FB * L_10; L_10 = MD5_Create_m7FA52D8B9F27A64A291023F90DE02E48F9F88E04(/*hidden argument*/NULL); __this->set_hash_3(L_10); } IL_004f: { return (bool)1; } } // System.String System.Net.DigestSession::HashToHexString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HashToHexString_m3856DA5F4C2D59C1C5A9D2C57B53F52FAC75B51E (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, String_t* ___toBeHashed0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; uint8_t V_3 = 0x0; { HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_0 = __this->get_hash_3(); if (L_0) { goto IL_000a; } } { return (String_t*)NULL; } IL_000a: { HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_1 = __this->get_hash_3(); NullCheck(L_1); VirtActionInvoker0::Invoke(16 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_1); HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_2 = __this->get_hash_3(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_3; L_3 = Encoding_get_ASCII_mFA250EFF131288B0C4572FC27C7393FD469DC1C0(/*hidden argument*/NULL); String_t* L_4 = ___toBeHashed0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = VirtFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, String_t* >::Invoke(16 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_3, L_4); NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = HashAlgorithm_ComputeHash_m54AE40F9CD9E46736384369DBB5739FBCBDF67D9(L_2, L_5, /*hidden argument*/NULL); StringBuilder_t * L_7 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_7, /*hidden argument*/NULL); V_0 = L_7; V_1 = L_6; V_2 = 0; goto IL_0051; } IL_0036: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* 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; L_13 = Byte_ToString_mABEF6F24915951FF4A4D87B389D8418B2638178C((uint8_t*)(&V_3), _stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260, /*hidden argument*/NULL); NullCheck(L_12); StringBuilder_t * L_14; L_14 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_12, L_13, /*hidden argument*/NULL); int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0051: { int32_t L_16 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_1; NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))) { goto IL_0036; } } { StringBuilder_t * L_18 = V_0; NullCheck(L_18); String_t* L_19; L_19 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18); return L_19; } } // System.String System.Net.DigestSession::HA1(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HA1_m81ACDD59D7D2F05C766EA0D6D7CD8AC79C7DAF70 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, String_t* ___username0, String_t* ___password1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17490F55601C1F90A7803263837FE3F21E759D69); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE55A44A4569E37676CECA70D4046727B22CA6A6); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___username0; String_t* L_1; L_1 = DigestSession_get_Realm_mAEE41831F8979DD3A1A726F97996AD33AB9CB9BA(__this, /*hidden argument*/NULL); String_t* L_2 = ___password1; String_t* L_3; L_3 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED(_stringLiteral17490F55601C1F90A7803263837FE3F21E759D69, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4; L_4 = DigestSession_get_Algorithm_mB056CE436F92945C17599BACEB82CD26D764F9D2(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_0050; } } { String_t* L_5; L_5 = DigestSession_get_Algorithm_mB056CE436F92945C17599BACEB82CD26D764F9D2(__this, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6; L_6 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_5, /*hidden argument*/NULL); bool L_7; L_7 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_6, _stringLiteralFE55A44A4569E37676CECA70D4046727B22CA6A6, /*hidden argument*/NULL); if (!L_7) { goto IL_0050; } } { String_t* L_8 = V_0; String_t* L_9; L_9 = DigestSession_HashToHexString_m3856DA5F4C2D59C1C5A9D2C57B53F52FAC75B51E(__this, L_8, /*hidden argument*/NULL); String_t* L_10; L_10 = DigestSession_get_Nonce_mE32260516AF99A417D41D0901F7633D63238BF87(__this, /*hidden argument*/NULL); String_t* L_11; L_11 = DigestSession_get_CNonce_mD1E4C92810555F46DEB48EF812F37BB838A4EB82(__this, /*hidden argument*/NULL); String_t* L_12; L_12 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED(_stringLiteral17490F55601C1F90A7803263837FE3F21E759D69, 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; L_14 = DigestSession_HashToHexString_m3856DA5F4C2D59C1C5A9D2C57B53F52FAC75B51E(__this, L_13, /*hidden argument*/NULL); return L_14; } } // System.String System.Net.DigestSession::HA2(System.Net.HttpWebRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HA2_mBA5886DE2F02B68737F8527DCFB4512C72D4F798 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___webRequest0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral335CA71010F7EFAB270E1E0D36EFB78000B60FF2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD6CD2C36915DEB6A18BCF0F46B294FC1D97072F); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_0 = ___webRequest0; NullCheck(L_0); String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Net.WebRequest::get_Method() */, L_0); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_2 = ___webRequest0; NullCheck(L_2); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3; L_3 = VirtFuncInvoker0< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(11 /* System.Uri System.Net.WebRequest::get_RequestUri() */, L_2); NullCheck(L_3); String_t* L_4; L_4 = Uri_get_PathAndQuery_m0FFF28F15DF953C5866C2A0DEEA2034ECE6A0F35(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(_stringLiteralAD6CD2C36915DEB6A18BCF0F46B294FC1D97072F, L_1, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6; L_6 = DigestSession_get_QOP_mCF3DEC57ED1ACF4A3CC232E5A833ECEB9CA1DD90(__this, /*hidden argument*/NULL); bool L_7; L_7 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_6, _stringLiteral335CA71010F7EFAB270E1E0D36EFB78000B60FF2, /*hidden argument*/NULL); String_t* L_8 = V_0; String_t* L_9; L_9 = DigestSession_HashToHexString_m3856DA5F4C2D59C1C5A9D2C57B53F52FAC75B51E(__this, L_8, /*hidden argument*/NULL); return L_9; } } // System.String System.Net.DigestSession::Response(System.String,System.String,System.Net.HttpWebRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_Response_mFE30BE7E7C54A8631861FEAA5A88BF672D6D7DD5 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, String_t* ___username0, String_t* ___password1, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___webRequest2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1673B4D06ED01C7C0212BB2E7412E02E9578984F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5155147FA750BA527951AADBA3D05ED5D8F0E038); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD876381C7842FC064817DB19381771F177B78566); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___username0; String_t* L_1 = ___password1; String_t* L_2; L_2 = DigestSession_HA1_m81ACDD59D7D2F05C766EA0D6D7CD8AC79C7DAF70(__this, L_0, L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = DigestSession_get_Nonce_mE32260516AF99A417D41D0901F7633D63238BF87(__this, /*hidden argument*/NULL); String_t* L_4; L_4 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(_stringLiteral5155147FA750BA527951AADBA3D05ED5D8F0E038, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5; L_5 = DigestSession_get_QOP_mCF3DEC57ED1ACF4A3CC232E5A833ECEB9CA1DD90(__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; L_8 = Int32_ToString_m5398ED0B6625B75CAF70C63B3CF2CE47D3C1B184((int32_t*)L_7, _stringLiteral1673B4D06ED01C7C0212BB2E7412E02E9578984F, /*hidden argument*/NULL); String_t* L_9; L_9 = DigestSession_get_CNonce_mD1E4C92810555F46DEB48EF812F37BB838A4EB82(__this, /*hidden argument*/NULL); String_t* L_10; L_10 = DigestSession_get_QOP_mCF3DEC57ED1ACF4A3CC232E5A833ECEB9CA1DD90(__this, /*hidden argument*/NULL); String_t* L_11; L_11 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED(_stringLiteralD876381C7842FC064817DB19381771F177B78566, L_8, L_9, L_10, /*hidden argument*/NULL); String_t* L_12; L_12 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_6, L_11, /*hidden argument*/NULL); V_0 = L_12; } IL_004e: { String_t* L_13 = V_0; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_14 = ___webRequest2; String_t* L_15; L_15 = DigestSession_HA2_mBA5886DE2F02B68737F8527DCFB4512C72D4F798(__this, L_14, /*hidden argument*/NULL); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_13, L_15, /*hidden argument*/NULL); V_0 = L_16; String_t* L_17 = V_0; String_t* L_18; L_18 = DigestSession_HashToHexString_m3856DA5F4C2D59C1C5A9D2C57B53F52FAC75B51E(__this, L_17, /*hidden argument*/NULL); return L_18; } } // System.Net.Authorization System.Net.DigestSession::Authenticate(System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * DigestSession_Authenticate_m642CC2119FACF39B82D56274E4756CD30030C72B (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0D96C27192EF5D10E30137D67B481E604F79723D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A32BC28634B27F4841631C8EF1DA0FE41353EB4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E192CBFAA90880EDB140B0E38603576582E0299); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA3C17520F9CE8CD4B1562131E4EADD43084B997); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3D4D979A964E8C90CB80916312714D3B5C1E6A0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBF163FD8DD06035AE1563932631B8D265F1290E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC243DE424D48EB9A752FBE966E15A28A4149A1F0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC60811AD65D0557EF69DFB2F66D9621903D5B62A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD439A2AF66F6C6AED1BB52E97D3D6A74FEA76572); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD64AB8E29DF74155A1E28CF26F0F0B4D490521EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE3675FAFB53B7D0852FDAF9861954C197EBF9C3); s_Il2CppMethodInitialized = true; } HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * V_0 = NULL; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; StringBuilder_t * V_4 = NULL; DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * V_5 = NULL; bool V_6 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { DigestHeaderParser_t37F4520A3734F2EEC95B68040AFB676602B62D97 * L_0 = __this->get_parser_4(); if (L_0) { goto IL_000e; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DigestSession_Authenticate_m642CC2119FACF39B82D56274E4756CD30030C72B_RuntimeMethod_var))); } IL_000e: { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_2 = ___webRequest0; V_0 = ((HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A *)IsInstClass((RuntimeObject*)L_2, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var)); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_3 = V_0; if (L_3) { goto IL_001a; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_001a: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4; L_4 = DateTime_get_UtcNow_m1DDFBE2EF6AB0E4461E1F23E845CDAFAB49A2970(/*hidden argument*/NULL); __this->set_lastUse_1(L_4); RuntimeObject* L_5 = ___credentials1; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_6 = V_0; NullCheck(L_6); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_7; L_7 = VirtFuncInvoker0< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(11 /* System.Uri System.Net.WebRequest::get_RequestUri() */, L_6); NullCheck(L_5); NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_8; L_8 = InterfaceFuncInvoker2< NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 *, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, String_t* >::Invoke(0 /* System.Net.NetworkCredential System.Net.ICredentials::GetCredential(System.Uri,System.String) */, ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48_il2cpp_TypeInfo_var, L_5, L_7, _stringLiteralC60811AD65D0557EF69DFB2F66D9621903D5B62A); V_1 = L_8; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_9 = V_1; if (L_9) { goto IL_003c; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_003c: { NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_10 = V_1; NullCheck(L_10); String_t* L_11; L_11 = NetworkCredential_get_UserName_mFC41ED3D14796CA2B5C08EB0DE537A2F3EF02473(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; L_14 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_13, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_14) { goto IL_0055; } } IL_0053: { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_0055: { NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_15 = V_1; NullCheck(L_15); String_t* L_16; L_16 = NetworkCredential_get_Password_m5EFE385E59C57168F8B8B43BE10196C4346AAFBB(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_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(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_t * L_20; L_20 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_18, _stringLiteral1A32BC28634B27F4841631C8EF1DA0FE41353EB4, L_19, /*hidden argument*/NULL); StringBuilder_t * L_21 = V_4; String_t* L_22; L_22 = DigestSession_get_Realm_mAEE41831F8979DD3A1A726F97996AD33AB9CB9BA(__this, /*hidden argument*/NULL); NullCheck(L_21); StringBuilder_t * L_23; L_23 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_21, _stringLiteralD439A2AF66F6C6AED1BB52E97D3D6A74FEA76572, L_22, /*hidden argument*/NULL); StringBuilder_t * L_24 = V_4; String_t* L_25; L_25 = DigestSession_get_Nonce_mE32260516AF99A417D41D0901F7633D63238BF87(__this, /*hidden argument*/NULL); NullCheck(L_24); StringBuilder_t * L_26; L_26 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_24, _stringLiteralB3D4D979A964E8C90CB80916312714D3B5C1E6A0, L_25, /*hidden argument*/NULL); StringBuilder_t * L_27 = V_4; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_28 = V_0; NullCheck(L_28); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_29; L_29 = HttpWebRequest_get_Address_m8B4240A8AD46F12716B28F8549750BA30D2E368B_inline(L_28, /*hidden argument*/NULL); NullCheck(L_29); String_t* L_30; L_30 = Uri_get_PathAndQuery_m0FFF28F15DF953C5866C2A0DEEA2034ECE6A0F35(L_29, /*hidden argument*/NULL); NullCheck(L_27); StringBuilder_t * L_31; L_31 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_27, _stringLiteralAA3C17520F9CE8CD4B1562131E4EADD43084B997, L_30, /*hidden argument*/NULL); String_t* L_32; L_32 = DigestSession_get_Algorithm_mB056CE436F92945C17599BACEB82CD26D764F9D2(__this, /*hidden argument*/NULL); if (!L_32) { goto IL_00ca; } } { StringBuilder_t * L_33 = V_4; String_t* L_34; L_34 = DigestSession_get_Algorithm_mB056CE436F92945C17599BACEB82CD26D764F9D2(__this, /*hidden argument*/NULL); NullCheck(L_33); StringBuilder_t * L_35; L_35 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_33, _stringLiteralC243DE424D48EB9A752FBE966E15A28A4149A1F0, L_34, /*hidden argument*/NULL); } IL_00ca: { StringBuilder_t * L_36 = V_4; String_t* L_37 = V_2; String_t* L_38 = V_3; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_39 = V_0; String_t* L_40; L_40 = DigestSession_Response_mFE30BE7E7C54A8631861FEAA5A88BF672D6D7DD5(__this, L_37, L_38, L_39, /*hidden argument*/NULL); NullCheck(L_36); StringBuilder_t * L_41; L_41 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_36, _stringLiteral9E192CBFAA90880EDB140B0E38603576582E0299, L_40, /*hidden argument*/NULL); String_t* L_42; L_42 = DigestSession_get_QOP_mCF3DEC57ED1ACF4A3CC232E5A833ECEB9CA1DD90(__this, /*hidden argument*/NULL); if (!L_42) { goto IL_00fb; } } { StringBuilder_t * L_43 = V_4; String_t* L_44; L_44 = DigestSession_get_QOP_mCF3DEC57ED1ACF4A3CC232E5A833ECEB9CA1DD90(__this, /*hidden argument*/NULL); NullCheck(L_43); StringBuilder_t * L_45; L_45 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_43, _stringLiteralD64AB8E29DF74155A1E28CF26F0F0B4D490521EB, L_44, /*hidden argument*/NULL); } IL_00fb: { V_5 = __this; V_6 = (bool)0; } IL_0101: try { // begin try (depth: 1) { DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_46 = V_5; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_46, (bool*)(&V_6), /*hidden argument*/NULL); String_t* L_47; L_47 = DigestSession_get_QOP_mCF3DEC57ED1ACF4A3CC232E5A833ECEB9CA1DD90(__this, /*hidden argument*/NULL); if (!L_47) { goto IL_0138; } } IL_0112: { StringBuilder_t * L_48 = V_4; int32_t L_49 = __this->get__nc_2(); int32_t L_50 = L_49; RuntimeObject * L_51 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_50); NullCheck(L_48); StringBuilder_t * L_52; L_52 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_48, _stringLiteralFE3675FAFB53B7D0852FDAF9861954C197EBF9C3, L_51, /*hidden argument*/NULL); int32_t L_53 = __this->get__nc_2(); __this->set__nc_2(((int32_t)il2cpp_codegen_add((int32_t)L_53, (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_54 = V_6; if (!L_54) { goto IL_0145; } } IL_013e: { DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * L_55 = V_5; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_55, /*hidden argument*/NULL); } IL_0145: { IL2CPP_END_FINALLY(314) } } // end finally (depth: 1) IL2CPP_CLEANUP(314) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x146, IL_0146) } IL_0146: { String_t* L_56; L_56 = DigestSession_get_CNonce_mD1E4C92810555F46DEB48EF812F37BB838A4EB82(__this, /*hidden argument*/NULL); if (!L_56) { goto IL_0161; } } { StringBuilder_t * L_57 = V_4; String_t* L_58; L_58 = DigestSession_get_CNonce_mD1E4C92810555F46DEB48EF812F37BB838A4EB82(__this, /*hidden argument*/NULL); NullCheck(L_57); StringBuilder_t * L_59; L_59 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_57, _stringLiteral0D96C27192EF5D10E30137D67B481E604F79723D, L_58, /*hidden argument*/NULL); } IL_0161: { String_t* L_60; L_60 = DigestSession_get_Opaque_m2733095B7E5AA77AE4FF0A8A6CB29CFC00D27A98(__this, /*hidden argument*/NULL); if (!L_60) { goto IL_017c; } } { StringBuilder_t * L_61 = V_4; String_t* L_62; L_62 = DigestSession_get_Opaque_m2733095B7E5AA77AE4FF0A8A6CB29CFC00D27A98(__this, /*hidden argument*/NULL); NullCheck(L_61); StringBuilder_t * L_63; L_63 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_61, _stringLiteralBBF163FD8DD06035AE1563932631B8D265F1290E, L_62, /*hidden argument*/NULL); } IL_017c: { StringBuilder_t * L_64 = V_4; StringBuilder_t * L_65 = L_64; NullCheck(L_65); int32_t L_66; L_66 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_65, /*hidden argument*/NULL); NullCheck(L_65); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_65, ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)2)), /*hidden argument*/NULL); StringBuilder_t * L_67 = V_4; NullCheck(L_67); String_t* L_68; L_68 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_67); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_69 = (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)il2cpp_codegen_object_new(Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF_il2cpp_TypeInfo_var); Authorization__ctor_m09795C30F4FE3B67923A303F198A8DE21E9E43A1(L_69, L_68, /*hidden argument*/NULL); return L_69; } } // System.DateTime System.Net.DigestSession::get_LastUse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DigestSession_get_LastUse_mD8434D7BC1017CED5A88F3F08041B9D20F2C0C83 (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 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.ComponentModel.DisplayNameAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayNameAttribute__ctor_m7704A0296C35314F464640AD079794A8D2D5CFA3 (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); DisplayNameAttribute__ctor_m44CB3F48C86138F3E381AF9FE560B959DD73E845(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.DisplayNameAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayNameAttribute__ctor_m44CB3F48C86138F3E381AF9FE560B959DD73E845 (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * __this, String_t* ___displayName0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___displayName0; __this->set__displayName_1(L_0); return; } } // System.String System.ComponentModel.DisplayNameAttribute::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DisplayNameAttribute_get_DisplayName_mDF5FA07C8671BE6969CB4F1BF212CD7A03359F4F (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = DisplayNameAttribute_get_DisplayNameValue_m8A787A996D7C752C9F79E3724A5A39EAF94A9F48_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.ComponentModel.DisplayNameAttribute::get_DisplayNameValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DisplayNameAttribute_get_DisplayNameValue_m8A787A996D7C752C9F79E3724A5A39EAF94A9F48 (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__displayName_1(); return L_0; } } // System.Boolean System.ComponentModel.DisplayNameAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DisplayNameAttribute_Equals_m11D68B64FB208336B9F91FDC4FFA93B51290539B (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 *)IsInstClass((RuntimeObject*)L_1, DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_il2cpp_TypeInfo_var)); DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * L_2 = V_0; if (!L_2) { goto IL_0022; } } { DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.ComponentModel.DisplayNameAttribute::get_DisplayName() */, L_3); String_t* L_5; L_5 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.ComponentModel.DisplayNameAttribute::get_DisplayName() */, __this); bool L_6; L_6 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0022: { return (bool)0; } } // System.Int32 System.ComponentModel.DisplayNameAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DisplayNameAttribute_GetHashCode_mF0C77356C5E1C5B6836A9E15BE9009CB6397B25A (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.ComponentModel.DisplayNameAttribute::get_DisplayName() */, __this); NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.Void System.ComponentModel.DisplayNameAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayNameAttribute__cctor_mB28475EB5D6C98D3D0796496A57B359A56051044 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * L_0 = (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 *)il2cpp_codegen_object_new(DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_il2cpp_TypeInfo_var); DisplayNameAttribute__ctor_m7704A0296C35314F464640AD079794A8D2D5CFA3(L_0, /*hidden argument*/NULL); ((DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_StaticFields*)il2cpp_codegen_static_fields_for(DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_il2cpp_TypeInfo_var))->set_Default_0(L_0); 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.Dns::GetHostByName_internal(System.String,System.String&,System.String[]&,System.String[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostByName_internal_m26A891C2889762F2C8178F5D7C69F8054B6A008C (String_t* ___host0, String_t** ___h_name1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** ___h_aliases2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** ___h_addr_list3, int32_t ___hint4, const RuntimeMethod* method) { typedef bool (*Dns_GetHostByName_internal_m26A891C2889762F2C8178F5D7C69F8054B6A008C_ftn) (String_t*, String_t**, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A**, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A**, int32_t); using namespace il2cpp::icalls; return ((Dns_GetHostByName_internal_m26A891C2889762F2C8178F5D7C69F8054B6A008C_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.String&,System.String[]&,System.String[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostByAddr_internal_m8167E552F2143B3B5C56FE922D602DA5E0F1AB2B (String_t* ___addr0, String_t** ___h_name1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** ___h_aliases2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** ___h_addr_list3, int32_t ___hint4, const RuntimeMethod* method) { typedef bool (*Dns_GetHostByAddr_internal_m8167E552F2143B3B5C56FE922D602DA5E0F1AB2B_ftn) (String_t*, String_t**, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A**, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A**, int32_t); using namespace il2cpp::icalls; return ((Dns_GetHostByAddr_internal_m8167E552F2143B3B5C56FE922D602DA5E0F1AB2B_ftn)System::System::Net::Dns::GetHostByAddr40) (___addr0, ___h_name1, ___h_aliases2, ___h_addr_list3, ___hint4); } // System.Boolean System.Net.Dns::GetHostName_internal(System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostName_internal_mAD5618245A645A5CBCC392DFAE266148569FFB1C (String_t** ___h_name0, const RuntimeMethod* method) { typedef bool (*Dns_GetHostName_internal_mAD5618245A645A5CBCC392DFAE266148569FFB1C_ftn) (String_t**); using namespace il2cpp::icalls; return ((Dns_GetHostName_internal_mAD5618245A645A5CBCC392DFAE266148569FFB1C_ftn)System::System::Net::Dns::GetHostName) (___h_name0); } // System.Void System.Net.Dns::Error_11001(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dns_Error_11001_m9BE914794C941E89851DAFED4058718C37D7C612 (String_t* ___hostName0, const RuntimeMethod* method) { { String_t* L_0 = ___hostName0; String_t* L_1; L_1 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB96B3E04F75007D82AC4524832422D3C1A9A90FA)), L_0, /*hidden argument*/NULL); SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 * L_2 = (SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_tB04D4347A4A41DC1A8583BBAE5A7C990F78C1E88_il2cpp_TypeInfo_var))); SocketException__ctor_m2C4A0F01041E34F5CD85223333FDC23158250E4D(L_2, ((int32_t)11001), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_Error_11001_m9BE914794C941E89851DAFED4058718C37D7C612_RuntimeMethod_var))); } } // System.Net.IPHostEntry System.Net.Dns::hostent_to_IPHostEntry(System.String,System.String,System.String[],System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_hostent_to_IPHostEntry_mEF4DE4F30A1F6F3634D06C3AB826949C91C56BD0 (String_t* ___originalHostName0, String_t* ___h_name1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___h_aliases2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___h_addrlist3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * V_0 = NULL; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_1 = NULL; int32_t V_2 = 0; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_0 = (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA *)il2cpp_codegen_object_new(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA_il2cpp_TypeInfo_var); IPHostEntry__ctor_mE110DE1F81AC6E1174418A6EE3C266E60BD06B9A(L_0, /*hidden argument*/NULL); V_0 = L_0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_1, /*hidden argument*/NULL); V_1 = L_1; IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_2 = V_0; String_t* L_3 = ___h_name1; NullCheck(L_2); IPHostEntry_set_HostName_mDAF37AF72EB14AC6C63DE863DAF1C71E7DA2AA21_inline(L_2, L_3, /*hidden argument*/NULL); IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_4 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = ___h_aliases2; NullCheck(L_4); IPHostEntry_set_Aliases_mBEA9E40249BEC29743421885964A0A76A9D34BB4_inline(L_4, L_5, /*hidden argument*/NULL); V_2 = 0; goto IL_005a; } IL_001e: { } IL_001f: try { // begin try (depth: 1) { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_10; L_10 = IPAddress_Parse_m8AEF3CFE902C389DB899F2948EF83217D10CB6C7(L_9, /*hidden argument*/NULL); V_3 = L_10; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); bool L_11; L_11 = Socket_get_SupportsIPv6_m7BBE7DAE88294EE9F8E00EFA97D0F360BA07CB82(/*hidden argument*/NULL); if (!L_11) { goto IL_0039; } } IL_002f: { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_12 = V_3; NullCheck(L_12); int32_t L_13; L_13 = IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline(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_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); bool L_14; L_14 = Socket_get_SupportsIPv4_mA668079517200391EE1202652AC1289E0BE740F1(/*hidden argument*/NULL); if (!L_14) { goto IL_0051; } } IL_0040: { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_15 = V_3; NullCheck(L_15); int32_t L_16; L_16 = IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline(L_15, /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)2)))) { goto IL_0051; } } IL_0049: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_17 = V_1; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_18 = V_3; NullCheck(L_17); int32_t L_19; L_19 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_17, L_18); } IL_0051: { goto IL_0056; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0053; } throw e; } CATCH_0053: { // begin catch(System.ArgumentNullException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0056; } // end catch (depth: 1) IL_0056: { int32_t L_20 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_005a: { int32_t L_21 = V_2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22 = ___h_addrlist3; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))) { goto IL_001e; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_23 = V_1; NullCheck(L_23); int32_t L_24; L_24 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_23); if (L_24) { goto IL_006e; } } { String_t* L_25 = ___originalHostName0; Dns_Error_11001_m9BE914794C941E89851DAFED4058718C37D7C612(L_25, /*hidden argument*/NULL); } IL_006e: { IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_26 = V_0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_27 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_28 = { reinterpret_cast (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_29; L_29 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_28, /*hidden argument*/NULL); NullCheck(L_27); RuntimeArray * L_30; L_30 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(40 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_27, L_29); NullCheck(L_26); IPHostEntry_set_AddressList_m5D661027187141E20D78AE4795EA8DABA42BEF38_inline(L_26, ((IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB*)IsInst((RuntimeObject*)L_30, IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_31 = V_0; return L_31; } } // System.Net.IPHostEntry System.Net.Dns::GetHostByAddressFromString(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_GetHostByAddressFromString_m51AAC74F98C9073AEB612C8A1B73B2210FC3FE02 (String_t* ___address0, bool ___parse1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76C3D4024DE9EE847070E35CC5A197DC21F66FEE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_2 = NULL; { String_t* L_0 = ___address0; NullCheck(L_0); bool L_1; L_1 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_0, _stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { ___address0 = _stringLiteral76C3D4024DE9EE847070E35CC5A197DC21F66FEE; ___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_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_4; L_4 = IPAddress_Parse_m8AEF3CFE902C389DB899F2948EF83217D10CB6C7(L_3, /*hidden argument*/NULL); } IL_0021: { String_t* L_5 = ___address0; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); int32_t L_6; L_6 = Socket_get_FamilyHint_m0F51D579A0297398AE640E723393716732ED39D5(/*hidden argument*/NULL); bool L_7; L_7 = Dns_GetHostByAddr_internal_m8167E552F2143B3B5C56FE922D602DA5E0F1AB2B(L_5, (String_t**)(&V_0), (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A**)(&V_1), (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A**)(&V_2), L_6, /*hidden argument*/NULL); if (L_7) { goto IL_003a; } } { String_t* L_8 = ___address0; Dns_Error_11001_m9BE914794C941E89851DAFED4058718C37D7C612(L_8, /*hidden argument*/NULL); } IL_003a: { String_t* L_9 = ___address0; String_t* L_10 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = V_1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = V_2; IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_13; L_13 = Dns_hostent_to_IPHostEntry_mEF4DE4F30A1F6F3634D06C3AB826949C91C56BD0(L_9, L_10, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_GetHostEntry_m79A4886C6B5C1B415652D37EF22484CA530B35B3 (String_t* ___hostNameOrAddress0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71DF7060EBB2681C6A58BAD2AB05D4021E7B1E06); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52); s_Il2CppMethodInitialized = true; } IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * V_0 = NULL; { String_t* L_0 = ___hostNameOrAddress0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53A9C66C6A443CBE89ABB4CC1F89ED3FCB6DF131)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_GetHostEntry_m79A4886C6B5C1B415652D37EF22484CA530B35B3_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___hostNameOrAddress0; bool L_3; L_3 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_2, _stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52, /*hidden argument*/NULL); if (L_3) { goto IL_0028; } } { String_t* L_4 = ___hostNameOrAddress0; bool L_5; L_5 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_4, _stringLiteral71DF7060EBB2681C6A58BAD2AB05D4021E7B1E06, /*hidden argument*/NULL); if (!L_5) { goto IL_0038; } } IL_0028: { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF19B3C0B045B5A7830D8EF6BB96C1ADCFC66A0C)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53A9C66C6A443CBE89ABB4CC1F89ED3FCB6DF131)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_GetHostEntry_m79A4886C6B5C1B415652D37EF22484CA530B35B3_RuntimeMethod_var))); } IL_0038: { String_t* L_7 = ___hostNameOrAddress0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(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_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); bool L_10; L_10 = IPAddress_TryParse_m7FCC3E7337CD37145C3DA7DBB6996AB39A2DF94C(L_9, (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE **)(&V_0), /*hidden argument*/NULL); if (!L_10) { goto IL_0052; } } { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_11 = V_0; IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_12; L_12 = Dns_GetHostEntry_m98DE64B6D1CA4D06C2354A17850E51B91FE52581(L_11, /*hidden argument*/NULL); return L_12; } IL_0052: { String_t* L_13 = ___hostNameOrAddress0; IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_14; L_14 = Dns_GetHostByName_m072CBDF5FD14C53FB28738920C62F05B6A63ED67(L_13, /*hidden argument*/NULL); return L_14; } } // System.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.Net.IPAddress) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_GetHostEntry_m98DE64B6D1CA4D06C2354A17850E51B91FE52581 (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___address0, const RuntimeMethod* method) { { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_0 = ___address0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8A577A5A6848BEDC7A1DBA1211A06E627EEF0057)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_GetHostEntry_m98DE64B6D1CA4D06C2354A17850E51B91FE52581_RuntimeMethod_var))); } IL_000e: { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_2 = ___address0; NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_4; L_4 = Dns_GetHostByAddressFromString_m51AAC74F98C9073AEB612C8A1B73B2210FC3FE02(L_3, (bool)0, /*hidden argument*/NULL); return L_4; } } // System.Net.IPAddress[] System.Net.Dns::GetHostAddresses(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* Dns_GetHostAddresses_m03DF596F20ACED2C3F0DE74E954D5519FD08CC0B (String_t* ___hostNameOrAddress0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71DF7060EBB2681C6A58BAD2AB05D4021E7B1E06); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52); s_Il2CppMethodInitialized = true; } IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * V_0 = NULL; { String_t* L_0 = ___hostNameOrAddress0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53A9C66C6A443CBE89ABB4CC1F89ED3FCB6DF131)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_GetHostAddresses_m03DF596F20ACED2C3F0DE74E954D5519FD08CC0B_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___hostNameOrAddress0; bool L_3; L_3 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_2, _stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52, /*hidden argument*/NULL); if (L_3) { goto IL_0028; } } { String_t* L_4 = ___hostNameOrAddress0; bool L_5; L_5 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_4, _stringLiteral71DF7060EBB2681C6A58BAD2AB05D4021E7B1E06, /*hidden argument*/NULL); if (!L_5) { goto IL_0038; } } IL_0028: { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF19B3C0B045B5A7830D8EF6BB96C1ADCFC66A0C)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53A9C66C6A443CBE89ABB4CC1F89ED3FCB6DF131)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_GetHostAddresses_m03DF596F20ACED2C3F0DE74E954D5519FD08CC0B_RuntimeMethod_var))); } IL_0038: { String_t* L_7 = ___hostNameOrAddress0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0056; } } { String_t* L_9 = ___hostNameOrAddress0; IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_il2cpp_TypeInfo_var); bool L_10; L_10 = IPAddress_TryParse_m7FCC3E7337CD37145C3DA7DBB6996AB39A2DF94C(L_9, (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE **)(&V_0), /*hidden argument*/NULL); if (!L_10) { goto IL_0056; } } { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_11 = (IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB*)(IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB*)SZArrayNew(IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB_il2cpp_TypeInfo_var, (uint32_t)1); IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_12 = L_11; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_13 = V_0; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE *)L_13); return L_12; } IL_0056: { String_t* L_14 = ___hostNameOrAddress0; IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_15; L_15 = Dns_GetHostEntry_m79A4886C6B5C1B415652D37EF22484CA530B35B3(L_14, /*hidden argument*/NULL); NullCheck(L_15); IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_16; L_16 = IPHostEntry_get_AddressList_m466AC33C136531F42A5EDCD3A75E5B392075186F_inline(L_15, /*hidden argument*/NULL); return L_16; } } // System.Net.IPHostEntry System.Net.Dns::GetHostByName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_GetHostByName_m072CBDF5FD14C53FB28738920C62F05B6A63ED67 (String_t* ___hostName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_2 = NULL; { String_t* L_0 = ___hostName0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral65577039DCAD14536876AB073E8CCCAECB3C91AD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_GetHostByName_m072CBDF5FD14C53FB28738920C62F05B6A63ED67_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___hostName0; IL2CPP_RUNTIME_CLASS_INIT(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Socket_get_FamilyHint_m0F51D579A0297398AE640E723393716732ED39D5(/*hidden argument*/NULL); bool L_4; L_4 = Dns_GetHostByName_internal_m26A891C2889762F2C8178F5D7C69F8054B6A008C(L_2, (String_t**)(&V_0), (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A**)(&V_1), (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A**)(&V_2), L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0027; } } { String_t* L_5 = ___hostName0; Dns_Error_11001_m9BE914794C941E89851DAFED4058718C37D7C612(L_5, /*hidden argument*/NULL); } IL_0027: { String_t* L_6 = ___hostName0; String_t* L_7 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = V_1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = V_2; IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_10; L_10 = Dns_hostent_to_IPHostEntry_mEF4DE4F30A1F6F3634D06C3AB826949C91C56BD0(L_6, L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.String System.Net.Dns::GetHostName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Dns_GetHostName_m235D1E0FD888CE88E816294B8E687773E016E77E (const RuntimeMethod* method) { String_t* V_0 = NULL; { bool L_0; L_0 = Dns_GetHostName_internal_mAD5618245A645A5CBCC392DFAE266148569FFB1C((String_t**)(&V_0), /*hidden argument*/NULL); if (L_0) { goto IL_000f; } } { String_t* L_1 = V_0; Dns_Error_11001_m9BE914794C941E89851DAFED4058718C37D7C612(L_1, /*hidden argument*/NULL); } IL_000f: { String_t* L_2 = V_0; return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_value_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_m_nTag_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * AsyncProtocolRequest_get_Parent_mA503BE9C5CE0D06A001902DD63B892B8B86275CC_inline (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method) { { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0 = __this->get_U3CParentU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * AsyncReadOrWriteRequest_get_UserBuffer_m89C0D2E505281A6E13D354DD4310E0E7F940F5EF_inline (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, const RuntimeMethod* method) { { BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_0 = __this->get_U3CUserBufferU3Ek__BackingField_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AsyncProtocolRequest_set_UserResult_mD03A2987E4DF573A2BB3425B9474BA6B341F5F01_inline (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CUserResultU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AsyncReadOrWriteRequest_get_CurrentSize_m35EC8070F5BFAA6BFE94C5D33F3A484F4AA59416_inline (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCurrentSizeU3Ek__BackingField_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AsyncReadOrWriteRequest_set_CurrentSize_m03CB5D968A7AA61350B2C1F8F17319AD6C0E9B89_inline (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCurrentSizeU3Ek__BackingField_8(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HttpWebRequest_get_AuthUri_m73CE601DCC9A4F368AEA6186CDC4FFBA20D3A11A_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method) { { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_actualUri_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_U3CHandleU3Ek__BackingField_0(); return (intptr_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * CFProxySettings_get_Dictionary_m9D0C3AF7134C56AE377B8403594E5EEDE80B873D_inline (CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * __this, const RuntimeMethod* method) { { CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_0 = __this->get_settings_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CFObject_set_Handle_m88C2472F18456CC638B63034B489EE76923098C4_inline (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, intptr_t ___value0, const RuntimeMethod* method) { { intptr_t L_0 = ___value0; __this->set_U3CHandleU3Ek__BackingField_0((intptr_t)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* MonoTlsSettings_get_CertificateValidator_m6578EC980AC6961145A77D1F87C213857623040D_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_certificateValidator_15(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * MonoTlsSettings_get_RemoteCertificateValidationCallback_m75D6DE3A10E67B8E5BF73AEDA2CB4EA3647254B5_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method) { { MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * L_0 = __this->get_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * MonoTlsSettings_get_ClientCertificateSelectionCallback_mFE8E90C0D3E5200210CC9CB235DE5E5533A82017_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method) { { MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * L_0 = __this->get_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 MonoTlsSettings_get_UseServicePointManagerCallback_m28672345E25C0ED1BD4B3E64B8A8A89CCEE86060_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method) { { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_0 = __this->get_useServicePointManagerCallback_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * MonoTlsStream_get_Request_m5CE0E7D32A482AFFEA41907117E3519B23C92F83_inline (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * __this, const RuntimeMethod* method) { { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_0 = __this->get_request_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * HttpWebRequest_get_ServerCertValidationCallback_mC40F344BFA88D34DBD794CDB8BD0B8A5F5D78AA6_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method) { { ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_0 = __this->get_certValidationCallback_58(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * ServicePointManager_get_ServerCertValidationCallback_m5AD93FC2391E0E343328CE642F7DDE1CFBB0B306_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_0 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get_server_cert_cb_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ValidationResult_get_Trusted_mFDD8BFA1C1EC21DC970A55810381205D7841D35A_inline (ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_trusted_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ValidationResult_get_UserDenied_m1E4095C966C2AC586B421485A171FF6BA45DE002_inline (ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_user_denied_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MonoTlsStream_set_CertificateValidationFailed_m0CB02DA5133C5B1D5E8CB9794A3BAEC3BDC5E0B9_inline (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CCertificateValidationFailedU3Ek__BackingField_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ServicePointManager_GetLegacyCertificatePolicy_mAF513A5B047B738491743CDC093618371750E747_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get_policy_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MonoTlsSettings_get_CallbackNeedsCertificateChain_m22912D04EC8EB9DD9093028D0335F5602469CF46_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_callbackNeedsChain_14(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * HttpWebRequest_get_ServicePointNoLock_mAB6BB5851482B6EA1FFB3943897D7B9399795B13_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method) { { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_0 = __this->get_servicePoint_40(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Name_mC233F7C69F3A7FE643C75F4289BE2F7A8E84D8FD_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Domain_m278E7B0428D3194F5C38175134F7C3D5788A69FE_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_domain_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_path_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Cookie_get_Variant_m5453D977C7AAF6B634E5B31CB2DE7D66BD323551_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_cookieVariant_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Cookie_get_Version_m061640FE8C0F64A0FA003BF8D3391CC1FCD153A4_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_version_21(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Comment_mDC7F376B5AE6B6FF9605081404988E22A5AAF79F_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_comment_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Value_mEFF804AC5A0D1252E626903FE0B45706D4F3A453_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_value_20(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Cookie_GetComparer_m626622B01059F3912F25478B1A1B38AFFB6BA7EF_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F * L_0 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->get_staticComparer_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__key_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HeaderVariantInfo_get_Name_m94033FAF3ED87FB13E9F7445D6B26A9F545C10C5_inline (HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HeaderVariantInfo_get_Variant_m7B4EE8A87D64408629421635C393524FDA57A3E1_inline (HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_variant_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* Cookie_get_PortList_m4BD9A535C0DCB224F6093FA89FF336C83A0836CA_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_m_port_list_16(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cookie_get_Secure_m5ED475362972AF2648E51D7796C17D82C70B523A_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_secure_17(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CookieCollection_get_IsOtherVersionSeen_m1C659BBDF60CA447C3B5576BC4FCCAEBCCCBECF4_inline (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_has_other_versions_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CookieTokenizer_get_Name_mF8AED0F907B5B6A95C97C31F086AE8B56532ACF3_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CookieTokenizer_get_Value_m64FE996627003318BE132B7AACEC2B4010E68ECE_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_value_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CookieTokenizer_get_Token_m3678150A16ACC3F862659716B984C7FE7F0E3B75_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_token_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cookie_set_CommentUri_m164977759148B2CC340AE701684D1E418D450EBA_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method) { { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___value0; __this->set_m_commentUri_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CookieTokenizer_get_Quoted_mE4EAA53491D10D83FF580AEFC172DBBB6DC7846F_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_quoted_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cookie_set_Expires_m074F513530A0F9F02E261D6B2A52DA8084AAA618_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; __this->set_m_expires_10(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cookie_set_Discard_m885D993D0395C8CE0ADEF8709678E603C9A0CB89_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_discard_7(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cookie_set_Secure_m2860F0605D2A3759288640E6EC503E26AFA813C6_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_secure_17(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cookie_set_HttpOnly_m6A2720FC01374C07DFD197379E821FB860117587_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_httpOnly_18(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CookieTokenizer_get_EndOfCookie_m06103C00EE1E339F7195F8CDFF676E4545CDFB11_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_eofCookie_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CookieTokenizer_set_Quoted_m3FD8F96369DFF0E88211CEFBC7F66AAD2E61CEFA_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_quoted_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CookieTokenizer_set_EndOfCookie_m90BFE375C2F99E8C7423AA41FFD25208E20D21E1_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_eofCookie_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CookieTokenizer_set_Name_m2741EB32D6911A008B8B0B00BE99864AB50D774E_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_name_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CookieTokenizer_set_Token_m72232A5D1B54D1E14DFB2C753E3CCDDFFD56D960_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_token_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CookieTokenizer_set_Value_m811ACB2FB2438F09B232BE4D2B35C2A1593C788D_inline (CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_value_9(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RecognizedAttribute_get_Token_mDCA97F0F5006FFAE556163EC25296D431BD5AC9B_inline (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_token_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method) { { void* L_0 = ___value0; *__this = ((intptr_t)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline (intptr_t* __this, const RuntimeMethod* method) { { intptr_t L_0 = *__this; return (void*)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DescriptionAttribute_get_DescriptionValue_mC1DBBA2D084E17E4062C81318C1D5D5295E4C97C_inline (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_description_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DesignTimeVisibleAttribute_get_Visible_mEDEAE4216F7BBE283BAB2F714D23691E909766B5_inline (DesignTimeVisibleAttribute_tA3EDA9895756679A87E1539A04231F2D0008C62A * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_visible_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DigestSession_get_LastUse_mD8434D7BC1017CED5A88F3F08041B9D20F2C0C83_inline (DigestSession_tAB0437378C11893460CA65ECECC390BC6596206B * __this, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = __this->get_lastUse_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mE4C9E1F27DC794028CEDCF7CB5BD092D16DBACD4_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get__ticks_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HttpWebRequest_get_Address_m8B4240A8AD46F12716B28F8549750BA30D2E368B_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method) { { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_actualUri_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DisplayNameAttribute_get_DisplayNameValue_m8A787A996D7C752C9F79E3724A5A39EAF94A9F48_inline (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__displayName_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IPHostEntry_set_HostName_mDAF37AF72EB14AC6C63DE863DAF1C71E7DA2AA21_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_hostName_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IPHostEntry_set_Aliases_mBEA9E40249BEC29743421885964A0A76A9D34BB4_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___value0, const RuntimeMethod* method) { { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ___value0; __this->set_aliases_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t IPAddress_get_AddressFamily_m0554FC6CF1296D4C1456F3D73CB110E38634B24D_inline (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_Family_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IPHostEntry_set_AddressList_m5D661027187141E20D78AE4795EA8DABA42BEF38_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ___value0, const RuntimeMethod* method) { { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_0 = ___value0; __this->set_addressList_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* IPHostEntry_get_AddressList_m466AC33C136531F42A5EDCD3A75E5B392075186F_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, const RuntimeMethod* method) { { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_0 = __this->get_addressList_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_mD618588C9785F06D043BE6AAD0A0B8116B2A77A3_gshared_inline (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_3(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_value_0(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_mBCBF2D9FD1B5F0D8D8595B15B7460889D60C8070(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } }