#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template 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 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); } }; 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 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 VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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 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 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); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; // System.Collections.Specialized.HybridDictionary struct HybridDictionary_t4070033136; // System.Net.DefaultCertificatePolicy struct DefaultCertificatePolicy_t3607119947; // System.String struct String_t; // System.Net.Configuration.ConnectionManagementData struct ConnectionManagementData_t2003128658; // System.Net.Configuration.ConnectionManagementSection struct ConnectionManagementSection_t1603642748; // System.Net.Configuration.ConnectionManagementElementCollection struct ConnectionManagementElementCollection_t3860227195; // System.Configuration.ConfigurationElementCollection struct ConfigurationElementCollection_t446763386; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.Net.Configuration.ConnectionManagementElement struct ConnectionManagementElement_t3857438253; // System.Net.ICertificatePolicy struct ICertificatePolicy_t2970473191; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.Net.Security.RemoteCertificateValidationCallback struct RemoteCertificateValidationCallback_t3014364904; // System.Net.ServicePoint struct ServicePoint_t2786966844; // System.Uri struct Uri_t100236324; // System.Net.IWebProxy struct IWebProxy_t688979836; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.Net.ServicePointManager/SPKey struct SPKey_t3654231119; // System.InvalidOperationException struct InvalidOperationException_t56020091; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_t1693217257; // System.Collections.SortedList struct SortedList_t2427694641; // System.Net.ServicePointManager/ChainValidationHelper struct ChainValidationHelper_t320539540; // System.Net.HttpWebRequest struct HttpWebRequest_t1669436515; // Mono.Security.Protocol.Tls.ValidationResult struct ValidationResult_t3834298736; // Mono.Security.X509.X509CertificateCollection struct X509CertificateCollection_t1542168550; // System.Collections.CollectionBase struct CollectionBase_t2727926298; // System.Security.Cryptography.X509Certificates.X509Chain struct X509Chain_t194917408; // System.Security.Cryptography.X509Certificates.X509ChainPolicy struct X509ChainPolicy_t2426922870; // Mono.Security.X509.X509Certificate struct X509Certificate_t489243025; // System.Security.Cryptography.X509Certificates.X509Certificate2 struct X509Certificate2_t714049126; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Security.Cryptography.X509Certificates.X509Certificate2Collection struct X509Certificate2Collection_t2111161276; // System.IO.TextWriter struct TextWriter_t3478189236; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t713131622; // System.Security.Cryptography.X509Certificates.X509ChainStatus[] struct X509ChainStatusU5BU5D_t2685945535; // System.Security.Cryptography.X509Certificates.X509ExtensionCollection struct X509ExtensionCollection_t1350454579; // System.Security.Cryptography.X509Certificates.X509Extension struct X509Extension_t3272255153; // System.Security.Cryptography.X509Certificates.X509KeyUsageExtension struct X509KeyUsageExtension_t2042101591; // System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension struct X509EnhancedKeyUsageExtension_t4189149453; // System.Security.Cryptography.OidCollection struct OidCollection_t4234766844; // System.Security.Cryptography.Oid struct Oid_t3552120260; // System.Security.Cryptography.AsnEncodedData struct AsnEncodedData_t382354011; // Mono.Security.X509.X509ExtensionCollection struct X509ExtensionCollection_t609554709; // Mono.Security.X509.X509Extension struct X509Extension_t3173393653; // Mono.Security.X509.Extensions.SubjectAltNameExtension struct SubjectAltNameExtension_t1536937677; // System.String[] struct StringU5BU5D_t1281789340; // System.Text.RegularExpressions.Regex struct Regex_t3657309853; // System.Text.RegularExpressions.MatchCollection struct MatchCollection_t1395363720; // System.Text.RegularExpressions.Group struct Group_t2468205786; // System.Text.RegularExpressions.GroupCollection struct GroupCollection_t69770484; // System.Text.RegularExpressions.Capture struct Capture_t2232016050; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.Net.SocketAddress struct SocketAddress_t3739769427; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Net.Sockets.LingerOption struct LingerOption_t2688985448; // System.Net.Sockets.NetworkStream struct NetworkStream_t4071955934; // System.Net.Sockets.Socket struct Socket_t1119025450; // System.IO.Stream struct Stream_t1273022909; // System.ArgumentException struct ArgumentException_t132251570; // System.IO.IOException struct IOException_t4088381929; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.Exception struct Exception_t; // System.Type struct Type_t; // System.ObjectDisposedException struct ObjectDisposedException_t21392786; // System.Collections.Queue struct Queue_t3637523393; // System.Net.Sockets.SocketException struct SocketException_t3852068672; // System.Net.EndPoint struct EndPoint_t982345378; // System.Threading.Thread struct Thread_t2300836069; // System.Net.Sockets.Socket/SocketAsyncResult struct SocketAsyncResult_t2080034863; // System.Net.Sockets.Socket/Worker struct Worker_t2051517921; // System.Net.Sockets.Socket/SocketAsyncCall struct SocketAsyncCall_t1521370843; // System.Security.SecurityException struct SecurityException_t975544473; // System.Net.Configuration.SettingsSection struct SettingsSection_t1259474535; // System.Net.Configuration.Ipv6Element struct Ipv6Element_t180053194; // System.Net.IPEndPoint struct IPEndPoint_t3791887218; // System.Net.IPAddress struct IPAddress_t241777590; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.MethodBase struct MethodBase_t; // System.Threading.WaitCallback struct WaitCallback_t2448485498; // System.Threading.WaitHandle struct WaitHandle_t1743403487; // System.Threading.ManualResetEvent struct ManualResetEvent_t451242010; // System.Threading.EventWaitHandle struct EventWaitHandle_t777845177; // System.ComponentModel.Win32Exception struct Win32Exception_t3234146298; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Net.Sockets.TcpClient struct TcpClient_t822906377; // System.Net.WebAsyncResult struct WebAsyncResult_t3421962937; // System.Net.HttpWebResponse struct HttpWebResponse_t3286585418; // System.Net.WebConnection struct WebConnection_t3982808322; // System.Net.WebConnectionGroup struct WebConnectionGroup_t1712379988; // System.Net.WebConnectionData struct WebConnectionData_t3835660455; // System.Net.WebConnection/AbortHelper struct AbortHelper_t1490877826; // System.EventHandler struct EventHandler_t1348719766; // System.Net.IPHostEntry struct IPHostEntry_t263743900; // System.Net.IPAddress[] struct IPAddressU5BU5D_t596328627; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.Text.StringBuilder struct StringBuilder_t; // System.Version struct Version_t3456873960; // System.Collections.Specialized.NameValueCollection struct NameValueCollection_t407452768; // System.Net.Authorization struct Authorization_t542416582; // System.Net.WebRequest struct WebRequest_t1939381076; // System.Net.ICredentials struct ICredentials_t725721261; // System.Text.Encoding struct Encoding_t1523322056; // System.Net.WebHeaderCollection struct WebHeaderCollection_t1942268960; // System.IO.MemoryStream struct MemoryStream_t94973147; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t3399372417; // Mono.Security.Protocol.Tls.CertificateValidationCallback2 struct CertificateValidationCallback2_t1842476440; // Mono.Security.Protocol.Tls.SslClientStream struct SslClientStream_t3914624661; // System.Diagnostics.StackTrace struct StackTrace_t1598645457; // System.Net.WebConnectionStream struct WebConnectionStream_t2170064850; // System.Net.ChunkStream struct ChunkStream_t2634567336; // System.Char[] struct CharU5BU5D_t3528271667; // System.Net.WebException struct WebException_t3237156354; // System.Net.WebResponse struct WebResponse_t229922639; // System.EventArgs struct EventArgs_t3591816995; // System.Net.NetworkCredential struct NetworkCredential_t3282608323; // System.WeakReference struct WeakReference_t1334886716; // System.Random struct Random_t108471755; // System.Net.ProtocolViolationException struct ProtocolViolationException_t4144007430; // System.Collections.CaseInsensitiveHashCodeProvider struct CaseInsensitiveHashCodeProvider_t1962629119; // System.Collections.CaseInsensitiveComparer struct CaseInsensitiveComparer_t3670035800; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t267601189; // System.Collections.IComparer struct IComparer_t1540313114; // System.StringComparer struct StringComparer_t3301955079; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4177511560; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1444694249; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t892470886; // System.Collections.Specialized.NameObjectCollectionBase struct NameObjectCollectionBase_t2091847364; // System.Collections.Specialized.NameObjectCollectionBase/KeysCollection struct KeysCollection_t1318642398; // System.Net.WebProxy struct WebProxy_t2016760542; // System.Collections.ICollection struct ICollection_t3904884886; // System.MarshalByRefObject struct MarshalByRefObject_t2760389100; // System.Net.Configuration.WebRequestModulesSection struct WebRequestModulesSection_t4132732301; // System.Net.Configuration.WebRequestModuleElementCollection struct WebRequestModuleElementCollection_t925190782; // System.Net.Configuration.WebRequestModuleElement struct WebRequestModuleElement_t1406085120; // System.NotImplementedException struct NotImplementedException_t3489357830; // System.Net.Configuration.DefaultProxySection struct DefaultProxySection_t4167594595; // System.Net.Configuration.ProxyElement struct ProxyElement_t3214064751; // System.Net.IWebRequestCreate struct IWebRequestCreate_t1643712314; // System.UriBuilder struct UriBuilder_t579353065; // System.Configuration.ConfigurationException struct ConfigurationException_t3515317685; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension struct X509BasicConstraintsExtension_t2828968862; // System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension struct X509SubjectKeyIdentifierExtension_t4258825542; // Mono.Security.ASN1 struct ASN1_t2114160833; // System.Security.Cryptography.OidEnumerator struct OidEnumerator_t899373898; // System.Security.Cryptography.X509Certificates.PublicKey struct PublicKey_t3779582684; // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_t2683512874; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_t1757093820; // System.Security.Cryptography.RSA struct RSA_t2385438082; // System.Security.Cryptography.DSA struct DSA_t2386879874; // System.Security.Cryptography.DSACryptoServiceProvider struct DSACryptoServiceProvider_t3992668923; // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t932037087; // System.Security.Cryptography.CryptographicException struct CryptographicException_t248831461; // System.Security.Cryptography.X509Certificates.X500DistinguishedName struct X500DistinguishedName_t875709727; // Mono.Security.X509.PKCS12 struct PKCS12_t4101533061; // System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator struct X509Certificate2Enumerator_t3316713812; // System.Security.Cryptography.X509Certificates.X509Certificate[] struct X509CertificateU5BU5D_t3145106755; // System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator struct X509CertificateEnumerator_t855273292; // System.Security.Cryptography.X509Certificates.X509ChainElementCollection struct X509ChainElementCollection_t3110968994; // System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator struct X509ChainElementEnumerator_t3014253456; // System.Security.Cryptography.X509Certificates.X509ChainElement struct X509ChainElement_t1464056338; // System.Security.Cryptography.X509Certificates.X509Store struct X509Store_t2922691911; // System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator struct X509ExtensionEnumerator_t2479560659; // Mono.Security.X509.X509Crl struct X509Crl_t1148767388; // Mono.Security.X509.Extensions.AuthorityKeyIdentifierExtension struct AuthorityKeyIdentifierExtension_t1122691429; // Mono.Security.X509.X509Crl/X509CrlEntry struct X509CrlEntry_t645568789; // Mono.Security.X509.X509Store struct X509Store_t2777415284; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_t722666473; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3530625384; // System.Text.RegularExpressions.Match struct Match_t3408321083; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // System.Text.RegularExpressions.Group[] struct GroupU5BU5D_t1880820351; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2171992254; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Reflection.Assembly struct Assembly_t; // System.Collections.Specialized.NameObjectCollectionBase/_Item struct _Item_t2272350267; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1747829908; // System.Diagnostics.StackFrame[] struct StackFrameU5BU5D_t1997726418; // System.Collections.Hashtable/Slot[] struct SlotU5BU5D_t2994659099; // System.Collections.Hashtable/HashKeys struct HashKeys_t1568156503; // System.Collections.Hashtable/HashValues struct HashValues_t618387445; // System.Net.IAuthenticationModule struct IAuthenticationModule_t3112562943; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Collections.Specialized.ListDictionary struct ListDictionary_t1624492310; // System.Configuration.ElementMap struct ElementMap_t2160633803; // System.Configuration.ConfigurationPropertyCollection struct ConfigurationPropertyCollection_t2852175726; // System.Configuration.ElementInformation struct ElementInformation_t2651568025; // System.Configuration.Configuration struct Configuration_t2529364143; // System.Configuration.ConfigurationLockCollection struct ConfigurationLockCollection_t4066281341; // Mono.Security.X509.X509Certificate struct X509Certificate_t489243024; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Uri/UriScheme[] struct UriSchemeU5BU5D_t2082808316; // System.UriParser struct UriParser_t3890150400; // System.Collections.SortedList/Slot[] struct SlotU5BU5D_t227397015; // Mono.Security.X509.Extensions.GeneralNames struct GeneralNames_t2702294159; // System.Configuration.ConfigurationProperty struct ConfigurationProperty_t3590861854; // System.Text.RegularExpressions.CaptureCollection struct CaptureCollection_t1760593541; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Configuration.SectionInformation struct SectionInformation_t2821611020; // System.Configuration.IConfigurationSectionHandler struct IConfigurationSectionHandler_t3614337894; // System.IFormatProvider struct IFormatProvider_t2518567562; // Mono.Security.Protocol.Tls.Context struct Context_t3971234707; // Mono.Security.Protocol.Tls.RecordProtocol struct RecordProtocol_t3759049701; // Mono.Security.Cryptography.KeyPairPersistence struct KeyPairPersistence_t2094547461; // Mono.Security.Cryptography.DSAManaged struct DSAManaged_t2800260182; // Mono.Math.BigInteger struct BigInteger_t2902905090; // Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler struct KeyGeneratedEventHandler_t3064139578; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_t1757093819; // System.DelegateData struct DelegateData_t1677132599; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_t1972936122; // System.Security.IPermission struct IPermission_t4015543450; // System.Security.Policy.Evidence struct Evidence_t2008144148; // System.Text.RegularExpressions.IMachine struct IMachine_t2106687985; // Mono.Security.Protocol.Tls.CertificateValidationCallback struct CertificateValidationCallback_t4091668218; // Mono.Security.Protocol.Tls.CertificateSelectionCallback struct CertificateSelectionCallback_t3743405224; // Mono.Security.Protocol.Tls.PrivateKeySelectionCallback struct PrivateKeySelectionCallback_t3240194217; // System.Text.RegularExpressions.FactoryCache struct FactoryCache_t2327118887; // System.Text.RegularExpressions.IMachineFactory struct IMachineFactory_t1209798546; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Threading.ExecutionContext struct ExecutionContext_t1748372627; // System.MulticastDelegate struct MulticastDelegate_t; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; // System.Collections.Generic.IList`1> struct IList_1_t2098880770; // System.UInt16[] struct UInt16U5BU5D_t3326319531; // System.Net.CookieCollection struct CookieCollection_t3881042616; // System.Net.CookieContainer struct CookieContainer_t2331592909; // System.Net.BindIPEndPoint struct BindIPEndPoint_t1029027275; // System.Net.HttpContinueDelegate struct HttpContinueDelegate_t3009151163; extern RuntimeClass* HybridDictionary_t4070033136_il2cpp_TypeInfo_var; extern RuntimeClass* ServicePointManager_t170559685_il2cpp_TypeInfo_var; extern RuntimeClass* DefaultCertificatePolicy_t3607119947_il2cpp_TypeInfo_var; extern RuntimeClass* ConfigurationManager_t386529156_il2cpp_TypeInfo_var; extern RuntimeClass* ConnectionManagementSection_t1603642748_il2cpp_TypeInfo_var; extern RuntimeClass* ConnectionManagementData_t2003128658_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* ConnectionManagementElement_t3857438253_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern RuntimeClass* ConfigurationSettings_t822951835_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2890506517; extern String_t* _stringLiteral3452614534; extern const uint32_t ServicePointManager__cctor_m3222177795_MetadataUsageId; extern const uint32_t ServicePointManager_get_CertificatePolicy_m475600998_MetadataUsageId; extern const uint32_t ServicePointManager_get_CheckCertificateRevocationList_m1645465614_MetadataUsageId; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* ServicePointManager_set_DefaultConnectionLimit_m1203273109_RuntimeMethod_var; extern String_t* _stringLiteral3493618073; extern const uint32_t ServicePointManager_set_DefaultConnectionLimit_m1203273109_MetadataUsageId; extern const uint32_t ServicePointManager_get_SecurityProtocol_m966397919_MetadataUsageId; extern const uint32_t ServicePointManager_get_ServerCertificateValidationCallback_m2067275303_MetadataUsageId; extern RuntimeClass* Uri_t100236324_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern RuntimeClass* IWebProxy_t688979836_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern RuntimeClass* SPKey_t3654231119_il2cpp_TypeInfo_var; extern RuntimeClass* ServicePoint_t2786966844_il2cpp_TypeInfo_var; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* ServicePointManager_FindServicePoint_m4119451290_RuntimeMethod_var; extern String_t* _stringLiteral2350156779; extern String_t* _stringLiteral1973861653; extern String_t* _stringLiteral3140485902; extern String_t* _stringLiteral2054884799; extern String_t* _stringLiteral1057238085; extern String_t* _stringLiteral4122273294; extern const uint32_t ServicePointManager_FindServicePoint_m4119451290_MetadataUsageId; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern RuntimeClass* IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var; extern RuntimeClass* SortedList_t2427694641_il2cpp_TypeInfo_var; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern const uint32_t ServicePointManager_RecycleServicePoints_m1035558445_MetadataUsageId; extern RuntimeClass* ChainValidationHelper_t320539540_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3131474043; extern const uint32_t ChainValidationHelper__cctor_m2525778258_MetadataUsageId; extern RuntimeClass* HttpWebRequest_t1669436515_il2cpp_TypeInfo_var; extern const uint32_t ChainValidationHelper_get_Host_m1442257577_MetadataUsageId; extern RuntimeClass* X509Chain_t194917408_il2cpp_TypeInfo_var; extern RuntimeClass* X509ChainPolicy_t2426922870_il2cpp_TypeInfo_var; extern RuntimeClass* X509Certificate2_t714049126_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern RuntimeClass* Console_t3208230065_il2cpp_TypeInfo_var; extern RuntimeClass* OSX509Certificates_t2347337007_il2cpp_TypeInfo_var; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern RuntimeClass* ICertificatePolicy_t2970473191_il2cpp_TypeInfo_var; extern RuntimeClass* ValidationResult_t3834298736_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2261031623; extern String_t* _stringLiteral2916259883; extern const uint32_t ChainValidationHelper_ValidateChain_m3259343348_MetadataUsageId; extern RuntimeClass* X509KeyUsageExtension_t2042101591_il2cpp_TypeInfo_var; extern RuntimeClass* X509EnhancedKeyUsageExtension_t4189149453_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1004423982; extern String_t* _stringLiteral1386761008; extern String_t* _stringLiteral1948411844; extern String_t* _stringLiteral116715971; extern String_t* _stringLiteral4008398740; extern String_t* _stringLiteral3268662202; extern String_t* _stringLiteral4129642534; extern const uint32_t ChainValidationHelper_CheckCertificateUsage_m3811510007_MetadataUsageId; extern RuntimeClass* SubjectAltNameExtension_t1536937677_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1004423984; extern const uint32_t ChainValidationHelper_CheckServerIdentity_m2649452138_MetadataUsageId; extern RuntimeClass* Regex_t3657309853_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4107337270; extern const uint32_t ChainValidationHelper_CheckDomainName_m85292850_MetadataUsageId; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern const uint32_t ChainValidationHelper_Match_m3752991024_MetadataUsageId; extern const uint32_t SPKey_Equals_m4205549017_MetadataUsageId; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern const RuntimeMethod* SocketAddress__ctor_m487026317_RuntimeMethod_var; extern String_t* _stringLiteral143065669; extern const uint32_t SocketAddress__ctor_m487026317_MetadataUsageId; extern RuntimeClass* AddressFamily_t2612549059_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614550; extern String_t* _stringLiteral3456087958; extern String_t* _stringLiteral3452614532; extern String_t* _stringLiteral3452614611; extern const uint32_t SocketAddress_ToString_m797278434_MetadataUsageId; extern RuntimeClass* SocketAddress_t3739769427_il2cpp_TypeInfo_var; extern const uint32_t SocketAddress_Equals_m1857492818_MetadataUsageId; extern RuntimeClass* Stream_t1273022909_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern RuntimeClass* IOException_t4088381929_il2cpp_TypeInfo_var; extern const RuntimeMethod* NetworkStream__ctor_m1235069144_RuntimeMethod_var; extern String_t* _stringLiteral378568648; extern String_t* _stringLiteral2822178690; extern String_t* _stringLiteral4269838979; extern String_t* _stringLiteral1603204531; extern String_t* _stringLiteral3079216641; extern const uint32_t NetworkStream__ctor_m1235069144_MetadataUsageId; extern const RuntimeMethod* NetworkStream_get_Length_m2134439603_RuntimeMethod_var; extern const uint32_t NetworkStream_get_Length_m2134439603_MetadataUsageId; extern const RuntimeMethod* NetworkStream_get_Position_m4060665641_RuntimeMethod_var; extern const uint32_t NetworkStream_get_Position_m4060665641_MetadataUsageId; extern const RuntimeMethod* NetworkStream_set_Position_m4274646361_RuntimeMethod_var; extern const uint32_t NetworkStream_set_Position_m4274646361_MetadataUsageId; extern const RuntimeMethod* NetworkStream_BeginRead_m194067695_RuntimeMethod_var; extern String_t* _stringLiteral3151922804; extern String_t* _stringLiteral2094099569; extern String_t* _stringLiteral1297442823; extern String_t* _stringLiteral1494032031; extern const uint32_t NetworkStream_BeginRead_m194067695_MetadataUsageId; extern const RuntimeMethod* NetworkStream_BeginWrite_m1919375747_RuntimeMethod_var; extern String_t* _stringLiteral1147189328; extern const uint32_t NetworkStream_BeginWrite_m1919375747_MetadataUsageId; extern const RuntimeMethod* NetworkStream_EndRead_m1637001035_RuntimeMethod_var; extern String_t* _stringLiteral2361515215; extern String_t* _stringLiteral4082446789; extern const uint32_t NetworkStream_EndRead_m1637001035_MetadataUsageId; extern const RuntimeMethod* NetworkStream_EndWrite_m2616051554_RuntimeMethod_var; extern String_t* _stringLiteral703312086; extern const uint32_t NetworkStream_EndWrite_m2616051554_MetadataUsageId; extern const RuntimeMethod* NetworkStream_Read_m89488240_RuntimeMethod_var; extern String_t* _stringLiteral2904657932; extern const uint32_t NetworkStream_Read_m89488240_MetadataUsageId; extern const RuntimeMethod* NetworkStream_Seek_m873044447_RuntimeMethod_var; extern const uint32_t NetworkStream_Seek_m873044447_MetadataUsageId; extern const RuntimeMethod* NetworkStream_SetLength_m1368482808_RuntimeMethod_var; extern const uint32_t NetworkStream_SetLength_m1368482808_MetadataUsageId; extern const RuntimeMethod* NetworkStream_Write_m172181053_RuntimeMethod_var; extern String_t* _stringLiteral3939495523; extern String_t* _stringLiteral4086727974; extern const uint32_t NetworkStream_Write_m172181053_MetadataUsageId; extern RuntimeClass* ObjectDisposedException_t21392786_il2cpp_TypeInfo_var; extern const RuntimeMethod* NetworkStream_CheckDisposed_m1614745601_RuntimeMethod_var; extern const uint32_t NetworkStream_CheckDisposed_m1614745601_MetadataUsageId; extern RuntimeClass* Queue_t3637523393_il2cpp_TypeInfo_var; extern const uint32_t Socket__ctor_m4043768444_MetadataUsageId; extern RuntimeClass* SocketException_t3852068672_il2cpp_TypeInfo_var; extern const RuntimeMethod* Socket__ctor_m3479084642_RuntimeMethod_var; extern const uint32_t Socket__ctor_m3479084642_MetadataUsageId; extern RuntimeClass* Socket_t1119025450_il2cpp_TypeInfo_var; extern const uint32_t Socket__cctor_m857260626_MetadataUsageId; extern const uint32_t Socket_SocketDefaults_m2103159556_MetadataUsageId; extern const RuntimeMethod* Socket_set_DontFragment_m1311305537_RuntimeMethod_var; extern String_t* _stringLiteral3491241477; extern const uint32_t Socket_set_DontFragment_m1311305537_MetadataUsageId; extern const RuntimeMethod* Socket_get_LocalEndPoint_m456692531_RuntimeMethod_var; extern const uint32_t Socket_get_LocalEndPoint_m456692531_MetadataUsageId; extern const RuntimeMethod* Socket_get_SendTimeout_m1649477733_RuntimeMethod_var; extern const uint32_t Socket_get_SendTimeout_m1649477733_MetadataUsageId; extern const RuntimeMethod* Socket_set_SendTimeout_m2494155708_RuntimeMethod_var; extern String_t* _stringLiteral3091226071; extern const uint32_t Socket_set_SendTimeout_m2494155708_MetadataUsageId; extern const RuntimeMethod* Socket_get_ReceiveTimeout_m3174888525_RuntimeMethod_var; extern const uint32_t Socket_get_ReceiveTimeout_m3174888525_MetadataUsageId; extern RuntimeClass* Thread_t2300836069_il2cpp_TypeInfo_var; extern RuntimeClass* ThreadAbortException_t4074510458_il2cpp_TypeInfo_var; extern const RuntimeMethod* Socket_Accept_m4157022177_RuntimeMethod_var; extern const uint32_t Socket_Accept_m4157022177_MetadataUsageId; extern RuntimeClass* SocketAsyncResult_t2080034863_il2cpp_TypeInfo_var; extern RuntimeClass* Worker_t2051517921_il2cpp_TypeInfo_var; extern RuntimeClass* SocketAsyncCall_t1521370843_il2cpp_TypeInfo_var; extern const RuntimeMethod* Socket_BeginReceive_m2439065097_RuntimeMethod_var; extern const RuntimeMethod* Worker_Receive_m1302394886_RuntimeMethod_var; extern String_t* _stringLiteral1082126080; extern String_t* _stringLiteral4049040645; extern const uint32_t Socket_BeginReceive_m2439065097_MetadataUsageId; extern const RuntimeMethod* Socket_BeginSend_m2697766330_RuntimeMethod_var; extern const RuntimeMethod* Worker_Send_m1896362792_RuntimeMethod_var; extern String_t* _stringLiteral658978110; extern String_t* _stringLiteral1486498953; extern String_t* _stringLiteral626156474; extern String_t* _stringLiteral577902397; extern const uint32_t Socket_BeginSend_m2697766330_MetadataUsageId; extern RuntimeClass* SecurityException_t975544473_il2cpp_TypeInfo_var; extern const RuntimeMethod* Socket_Bind_m1387808352_RuntimeMethod_var; extern String_t* _stringLiteral2771286297; extern String_t* _stringLiteral3162181185; extern const uint32_t Socket_Bind_m1387808352_MetadataUsageId; extern RuntimeClass* IAsyncResult_t767004451_il2cpp_TypeInfo_var; extern const RuntimeMethod* Socket_EndReceive_m3009256849_RuntimeMethod_var; extern String_t* _stringLiteral844061258; extern String_t* _stringLiteral1043874018; extern String_t* _stringLiteral2805378376; extern const uint32_t Socket_EndReceive_m3009256849_MetadataUsageId; extern const RuntimeMethod* Socket_EndSend_m1244041542_RuntimeMethod_var; extern String_t* _stringLiteral405358763; extern String_t* _stringLiteral2204559566; extern const uint32_t Socket_EndSend_m1244041542_MetadataUsageId; extern String_t* _stringLiteral94377013; extern const uint32_t Socket_InvalidAsyncOp_m201745000_MetadataUsageId; extern const RuntimeMethod* Socket_Listen_m3184049021_RuntimeMethod_var; extern String_t* _stringLiteral3610551716; extern String_t* _stringLiteral3710116527; extern const uint32_t Socket_Listen_m3184049021_MetadataUsageId; extern const RuntimeMethod* Socket_Poll_m391414345_RuntimeMethod_var; extern String_t* _stringLiteral3928579774; extern const uint32_t Socket_Poll_m391414345_MetadataUsageId; extern const RuntimeMethod* Socket_Receive_m3794758455_RuntimeMethod_var; extern String_t* _stringLiteral1392340183; extern const uint32_t Socket_Receive_m3794758455_MetadataUsageId; extern const RuntimeMethod* Socket_ReceiveFrom_nochecks_exc_m3832376789_RuntimeMethod_var; extern String_t* _stringLiteral2246274263; extern String_t* _stringLiteral2107675532; extern const uint32_t Socket_ReceiveFrom_nochecks_exc_m3832376789_MetadataUsageId; extern const RuntimeMethod* Socket_Send_m2509318470_RuntimeMethod_var; extern const uint32_t Socket_Send_m2509318470_MetadataUsageId; extern const RuntimeMethod* Socket_SendTo_internal_m3673132649_RuntimeMethod_var; extern String_t* _stringLiteral4125287156; extern String_t* _stringLiteral861475681; extern const uint32_t Socket_SendTo_internal_m3673132649_MetadataUsageId; extern const RuntimeMethod* Socket_SendTo_nochecks_m2955493341_RuntimeMethod_var; extern const uint32_t Socket_SendTo_nochecks_m2955493341_MetadataUsageId; extern const RuntimeMethod* Socket_SetSocketOption_m2729927670_RuntimeMethod_var; extern String_t* _stringLiteral2756526534; extern const uint32_t Socket_SetSocketOption_m2729927670_MetadataUsageId; extern RuntimeClass* SettingsSection_t1259474535_il2cpp_TypeInfo_var; extern String_t* _stringLiteral718801248; extern const uint32_t Socket_CheckProtocolSupport_m1722155143_MetadataUsageId; extern const uint32_t Socket_get_SupportsIPv4_m1296530015_MetadataUsageId; extern const uint32_t Socket_get_SupportsIPv6_m1296530017_MetadataUsageId; extern const RuntimeMethod* Socket_set_Blocking_m2255852279_RuntimeMethod_var; extern const uint32_t Socket_set_Blocking_m2255852279_MetadataUsageId; extern const RuntimeMethod* Socket_set_NoDelay_m3209939872_RuntimeMethod_var; extern const uint32_t Socket_set_NoDelay_m3209939872_MetadataUsageId; extern RuntimeClass* LingerOption_t2688985448_il2cpp_TypeInfo_var; extern const uint32_t Socket_Linger_m363798742_MetadataUsageId; extern const RuntimeMethod* Socket_Dispose_m3459017717_RuntimeMethod_var; extern const uint32_t Socket_Dispose_m3459017717_MetadataUsageId; extern const uint32_t Socket_Close_m3289097516_MetadataUsageId; extern const RuntimeMethod* Socket_Connect_internal_m1130612002_RuntimeMethod_var; extern const uint32_t Socket_Connect_internal_m1130612002_MetadataUsageId; extern RuntimeClass* IPAddress_t241777590_il2cpp_TypeInfo_var; extern RuntimeClass* IPEndPoint_t3791887218_il2cpp_TypeInfo_var; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2605904622; extern String_t* _stringLiteral3485748958; extern const uint32_t Socket_CheckEndPoint_m1541548901_MetadataUsageId; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* Socket_GetUnityCrossDomainHelperMethod_m2287295676_RuntimeMethod_var; extern String_t* _stringLiteral2613899517; extern String_t* _stringLiteral2658763118; extern String_t* _stringLiteral2169913713; extern const uint32_t Socket_GetUnityCrossDomainHelperMethod_m2287295676_MetadataUsageId; extern const RuntimeMethod* Socket_Connect_m2387904622_RuntimeMethod_var; extern String_t* _stringLiteral1060490584; extern const uint32_t Socket_Connect_m2387904622_MetadataUsageId; extern const uint32_t Socket_Receive_nochecks_m1265362885_MetadataUsageId; extern const uint32_t Socket_Send_nochecks_m3624015216_MetadataUsageId; extern RuntimeClass* MulticastOption_t3861143239_il2cpp_TypeInfo_var; extern const RuntimeMethod* Socket_GetSocketOption_m419986124_RuntimeMethod_var; extern const uint32_t Socket_GetSocketOption_m419986124_MetadataUsageId; extern const RuntimeMethod* Socket_SetSocketOption_m483522974_RuntimeMethod_var; extern const uint32_t Socket_SetSocketOption_m483522974_MetadataUsageId; extern const RuntimeMethod* Socket_ThrowIfUpd_m1907232738_RuntimeMethod_var; extern const uint32_t Socket_ThrowIfUpd_m1907232738_MetadataUsageId; extern const RuntimeMethod* SocketAsyncResult_CheckIfThrowDelayedException_m1547318945_RuntimeMethod_var; extern const uint32_t SocketAsyncResult_CheckIfThrowDelayedException_m1547318945_MetadataUsageId; extern RuntimeClass* WaitCallback_t2448485498_il2cpp_TypeInfo_var; extern const RuntimeMethod* SocketAsyncResult_CompleteDisposed_m2330202014_RuntimeMethod_var; extern const uint32_t SocketAsyncResult_CompleteAllOnDispose_m1317216893_MetadataUsageId; extern const uint32_t SocketAsyncResult_Complete_m2927099815_MetadataUsageId; extern const RuntimeMethod* Worker_ReceiveFrom_m35403591_RuntimeMethod_var; extern const RuntimeMethod* Worker_SendTo_m1355176649_RuntimeMethod_var; extern const uint32_t SocketAsyncResult_GetDelegate_m3002880270_MetadataUsageId; extern RuntimeClass* ManualResetEvent_t451242010_il2cpp_TypeInfo_var; extern const uint32_t SocketAsyncResult_get_AsyncWaitHandle_m4045065521_MetadataUsageId; extern const uint32_t SocketAsyncResult_set_IsCompleted_m3899558286_MetadataUsageId; extern const uint32_t SocketAsyncResult_get_ErrorCode_m2567000903_MetadataUsageId; extern const uint32_t Worker_ReceiveFrom_m35403591_MetadataUsageId; extern const uint32_t Worker_Send_m1896362792_MetadataUsageId; extern const uint32_t Worker_SendTo_m1355176649_MetadataUsageId; extern const uint32_t TcpClient__ctor_m1992471411_MetadataUsageId; extern const uint32_t TcpClient_Init_m3763123122_MetadataUsageId; extern const uint32_t TcpClient_Close_m3817529922_MetadataUsageId; extern const uint32_t TcpClient_Connect_m4269241863_MetadataUsageId; extern RuntimeClass* NetworkStream_t4071955934_il2cpp_TypeInfo_var; extern const uint32_t TcpClient_GetStream_m960745678_MetadataUsageId; extern const RuntimeMethod* TcpClient_CheckDisposed_m4074660825_RuntimeMethod_var; extern const uint32_t TcpClient_CheckDisposed_m4074660825_MetadataUsageId; extern const uint32_t WebAsyncResult__ctor_m2054281158_MetadataUsageId; extern const uint32_t WebAsyncResult__ctor_m3529977349_MetadataUsageId; extern const uint32_t WebAsyncResult__ctor_m4245223108_MetadataUsageId; extern const uint32_t WebAsyncResult_get_AsyncWaitHandle_m2645832664_MetadataUsageId; extern RuntimeClass* WebConnectionData_t3835660455_il2cpp_TypeInfo_var; extern RuntimeClass* AbortHelper_t1490877826_il2cpp_TypeInfo_var; extern RuntimeClass* EventHandler_t1348719766_il2cpp_TypeInfo_var; extern const RuntimeMethod* WebConnection_InitConnection_m679229319_RuntimeMethod_var; extern const RuntimeMethod* AbortHelper_Abort_m1162957833_RuntimeMethod_var; extern const uint32_t WebConnection__ctor_m3920572924_MetadataUsageId; extern RuntimeClass* AsyncCallback_t3962456242_il2cpp_TypeInfo_var; extern RuntimeClass* WebConnection_t3982808322_il2cpp_TypeInfo_var; extern const RuntimeMethod* WebConnection_ReadDone_m4265791416_RuntimeMethod_var; extern const uint32_t WebConnection__cctor_m506309166_MetadataUsageId; extern const RuntimeMethod* WebConnection_LoggedThrow_m3339834945_RuntimeMethod_var; extern String_t* _stringLiteral3030580202; extern const uint32_t WebConnection_LoggedThrow_m3339834945_MetadataUsageId; extern const RuntimeType* WebConnection_t3982808322_0_0_0_var; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2708178777; extern String_t* _stringLiteral80963107; extern String_t* _stringLiteral817519771; extern String_t* _stringLiteral1355094018; extern String_t* _stringLiteral819062225; extern String_t* _stringLiteral1925764044; extern String_t* _stringLiteral2526336276; extern String_t* _stringLiteral1593464541; extern const uint32_t WebConnection_CheckUnityWebSecurity_m101785_MetadataUsageId; extern const uint32_t WebConnection_Connect_m2850066444_MetadataUsageId; extern const RuntimeMethod* WebConnection_EnsureSSLStreamAvailable_m768122312_RuntimeMethod_var; extern String_t* _stringLiteral701984865; extern String_t* _stringLiteral1941162434; extern String_t* _stringLiteral3098927899; extern String_t* _stringLiteral284568418; extern String_t* _stringLiteral1385954784; extern const uint32_t WebConnection_EnsureSSLStreamAvailable_m768122312_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern RuntimeClass* HttpVersion_t346520293_il2cpp_TypeInfo_var; extern RuntimeClass* AuthenticationManager_t2084001809_il2cpp_TypeInfo_var; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2582939798; extern String_t* _stringLiteral1665343468; extern String_t* _stringLiteral1507642308; extern String_t* _stringLiteral3073726249; extern String_t* _stringLiteral1820107566; extern String_t* _stringLiteral635763858; extern String_t* _stringLiteral3459079235; extern String_t* _stringLiteral3913920444; extern String_t* _stringLiteral2239610844; extern String_t* _stringLiteral3218486820; extern const uint32_t WebConnection_CreateTunnel_m930414641_MetadataUsageId; extern RuntimeClass* MemoryStream_t94973147_il2cpp_TypeInfo_var; extern RuntimeClass* WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var; extern const RuntimeMethod* WebConnection_ReadHeaders_m1859597073_RuntimeMethod_var; extern String_t* _stringLiteral2105548370; extern String_t* _stringLiteral3724156498; extern const uint32_t WebConnection_ReadHeaders_m1859597073_MetadataUsageId; extern RuntimeClass* SslClientStream_t3914624661_il2cpp_TypeInfo_var; extern RuntimeClass* CertificateValidationCallback2_t1842476440_il2cpp_TypeInfo_var; extern const RuntimeMethod* ChainValidationHelper_ValidateChain_m3259343348_RuntimeMethod_var; extern const uint32_t WebConnection_CreateStream_m3387195587_MetadataUsageId; extern RuntimeClass* StackTrace_t1598645457_il2cpp_TypeInfo_var; extern const RuntimeMethod* WebConnection_HandleError_m738788885_RuntimeMethod_var; extern const uint32_t WebConnection_HandleError_m738788885_MetadataUsageId; extern RuntimeClass* WebConnectionStream_t2170064850_il2cpp_TypeInfo_var; extern RuntimeClass* ChunkStream_t2634567336_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4192158119; extern String_t* _stringLiteral4192158120; extern String_t* _stringLiteral4192158121; extern String_t* _stringLiteral4192158114; extern String_t* _stringLiteral3911150437; extern String_t* _stringLiteral1492806893; extern String_t* _stringLiteral4192158115; extern String_t* _stringLiteral4192158116; extern String_t* _stringLiteral831347629; extern const uint32_t WebConnection_ReadDone_m4265791416_MetadataUsageId; extern RuntimeClass* X509Certificate_t713131622_il2cpp_TypeInfo_var; extern const uint32_t WebConnection_GetCertificates_m955850324_MetadataUsageId; extern String_t* _stringLiteral2419126351; extern const uint32_t WebConnection_InitRead_m3857158647_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1394625933; extern String_t* _stringLiteral3452614528; extern const uint32_t WebConnection_GetResponse_m2224473082_MetadataUsageId; extern const uint32_t WebConnection_InitConnection_m679229319_MetadataUsageId; extern const uint32_t WebConnection_SendNext_m1567013439_MetadataUsageId; extern String_t* _stringLiteral1113504260; extern String_t* _stringLiteral2744925370; extern String_t* _stringLiteral122745998; extern String_t* _stringLiteral3483483719; extern const uint32_t WebConnection_NextRead_m3275930655_MetadataUsageId; extern const uint32_t WebConnection_ReadLine_m1318917240_MetadataUsageId; extern const RuntimeType* NetworkStream_t4071955934_0_0_0_var; extern RuntimeClass* WebAsyncResult_t3421962937_il2cpp_TypeInfo_var; extern const RuntimeMethod* WebConnection_BeginRead_m2950707033_RuntimeMethod_var; extern String_t* _stringLiteral4159479073; extern const uint32_t WebConnection_BeginRead_m2950707033_MetadataUsageId; extern RuntimeClass* WebException_t3237156354_il2cpp_TypeInfo_var; extern const RuntimeMethod* WebConnection_EndRead_m3553040041_RuntimeMethod_var; extern String_t* _stringLiteral3494384225; extern String_t* _stringLiteral562865041; extern String_t* _stringLiteral4288548861; extern const uint32_t WebConnection_EndRead_m3553040041_MetadataUsageId; extern const uint32_t WebConnection_EnsureRead_m1250887662_MetadataUsageId; extern const RuntimeMethod* WebConnection_BeginWrite_m3795141727_RuntimeMethod_var; extern const uint32_t WebConnection_BeginWrite_m3795141727_MetadataUsageId; extern const RuntimeMethod* WebConnection_EndWrite2_m1365797410_RuntimeMethod_var; extern const uint32_t WebConnection_EndWrite2_m1365797410_MetadataUsageId; extern const RuntimeMethod* WebConnection_EndWrite_m778444801_RuntimeMethod_var; extern const uint32_t WebConnection_EndWrite_m778444801_MetadataUsageId; extern const RuntimeMethod* WebConnection_Read_m1054701704_RuntimeMethod_var; extern String_t* _stringLiteral2781893249; extern String_t* _stringLiteral2781893250; extern String_t* _stringLiteral431746835; extern const uint32_t WebConnection_Read_m1054701704_MetadataUsageId; extern const RuntimeMethod* WebConnection_Write_m3744361765_RuntimeMethod_var; extern String_t* _stringLiteral487754551; extern String_t* _stringLiteral4154712484; extern const uint32_t WebConnection_Write_m3744361765_MetadataUsageId; extern const uint32_t WebConnection_Close_m1464903054_MetadataUsageId; extern String_t* _stringLiteral1766284293; extern const uint32_t WebConnection_Abort_m20739763_MetadataUsageId; extern const uint32_t AbortHelper_Abort_m1162957833_MetadataUsageId; extern const uint32_t WebConnectionGroup__ctor_m4209428564_MetadataUsageId; extern RuntimeClass* WeakReference_t1334886716_il2cpp_TypeInfo_var; extern const uint32_t WebConnectionGroup_GetConnection_m311125738_MetadataUsageId; extern RuntimeClass* ICredentials_t725721261_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3558610080; extern const uint32_t WebConnectionGroup_PrepareSharingNtlm_m3982393373_MetadataUsageId; extern RuntimeClass* Random_t108471755_il2cpp_TypeInfo_var; extern const uint32_t WebConnectionGroup_CreateOrReuseConnection_m1860341936_MetadataUsageId; extern String_t* _stringLiteral1348707855; extern const uint32_t WebConnectionStream__ctor_m2392030538_MetadataUsageId; extern const uint32_t WebConnectionStream__ctor_m1091771122_MetadataUsageId; extern const uint32_t WebConnectionStream__cctor_m2995607677_MetadataUsageId; extern String_t* _stringLiteral3204819111; extern const uint32_t WebConnectionStream_IsNtlmAuth_m4072757025_MetadataUsageId; extern const uint32_t WebConnectionStream_ReadAll_m3145919104_MetadataUsageId; extern const uint32_t WebConnectionStream_WriteCallbackWrapper_m641430686_MetadataUsageId; extern const uint32_t WebConnectionStream_ReadCallbackWrapper_m3664552025_MetadataUsageId; extern const RuntimeMethod* WebConnectionStream_ReadCallbackWrapper_m3664552025_RuntimeMethod_var; extern const RuntimeMethod* WebConnectionStream_Read_m4279029041_RuntimeMethod_var; extern String_t* _stringLiteral3676123719; extern const uint32_t WebConnectionStream_Read_m4279029041_MetadataUsageId; extern const RuntimeMethod* WebConnectionStream_BeginRead_m2120480875_RuntimeMethod_var; extern String_t* _stringLiteral802360648; extern const uint32_t WebConnectionStream_BeginRead_m2120480875_MetadataUsageId; extern const uint32_t WebConnectionStream_EndRead_m3979704604_MetadataUsageId; extern String_t* _stringLiteral706184557; extern const uint32_t WebConnectionStream_WriteRequestAsyncCB_m3620104053_MetadataUsageId; extern const RuntimeMethod* WebConnectionStream_BeginWrite_m91788762_RuntimeMethod_var; extern const RuntimeMethod* WebConnectionStream_WriteRequestAsyncCB_m3620104053_RuntimeMethod_var; extern const RuntimeMethod* WebConnectionStream_WriteCallbackWrapper_m641430686_RuntimeMethod_var; extern String_t* _stringLiteral4014321026; extern String_t* _stringLiteral521454055; extern String_t* _stringLiteral2658461612; extern const uint32_t WebConnectionStream_BeginWrite_m91788762_MetadataUsageId; extern RuntimeClass* ProtocolViolationException_t4144007430_il2cpp_TypeInfo_var; extern const RuntimeMethod* WebConnectionStream_CheckWriteOverflow_m962631185_RuntimeMethod_var; extern String_t* _stringLiteral237419526; extern const uint32_t WebConnectionStream_CheckWriteOverflow_m962631185_MetadataUsageId; extern const RuntimeMethod* WebConnectionStream_EndWrite_m1860918953_RuntimeMethod_var; extern String_t* _stringLiteral3452614606; extern const uint32_t WebConnectionStream_EndWrite_m1860918953_MetadataUsageId; extern const RuntimeMethod* WebConnectionStream_Write_m1061706378_RuntimeMethod_var; extern String_t* _stringLiteral1906305263; extern const uint32_t WebConnectionStream_Write_m1061706378_MetadataUsageId; extern String_t* _stringLiteral1130393535; extern String_t* _stringLiteral110397590; extern String_t* _stringLiteral2075924938; extern String_t* _stringLiteral897372452; extern const uint32_t WebConnectionStream_SetHeaders_m3009966013_MetadataUsageId; extern const RuntimeMethod* WebConnectionStream_WriteHeaders_m3483589366_RuntimeMethod_var; extern String_t* _stringLiteral2006153724; extern const uint32_t WebConnectionStream_WriteHeaders_m3483589366_MetadataUsageId; extern const RuntimeMethod* WebConnectionStream_WriteRequest_m340830927_RuntimeMethod_var; extern String_t* _stringLiteral3491898276; extern const uint32_t WebConnectionStream_WriteRequest_m340830927_MetadataUsageId; extern const RuntimeMethod* WebConnectionStream_Close_m1981057778_RuntimeMethod_var; extern String_t* _stringLiteral343409832; extern String_t* _stringLiteral2616346412; extern String_t* _stringLiteral3928709775; extern const uint32_t WebConnectionStream_Close_m1981057778_MetadataUsageId; extern const RuntimeMethod* WebConnectionStream_Seek_m3960780793_RuntimeMethod_var; extern const uint32_t WebConnectionStream_Seek_m3960780793_MetadataUsageId; extern const RuntimeMethod* WebConnectionStream_SetLength_m942668073_RuntimeMethod_var; extern const uint32_t WebConnectionStream_SetLength_m942668073_MetadataUsageId; extern const RuntimeMethod* WebConnectionStream_get_Length_m750039804_RuntimeMethod_var; extern const uint32_t WebConnectionStream_get_Length_m750039804_MetadataUsageId; extern const RuntimeMethod* WebConnectionStream_get_Position_m2559024493_RuntimeMethod_var; extern const uint32_t WebConnectionStream_get_Position_m2559024493_MetadataUsageId; extern const RuntimeMethod* WebConnectionStream_set_Position_m537414785_RuntimeMethod_var; extern const uint32_t WebConnectionStream_set_Position_m537414785_MetadataUsageId; extern RuntimeClass* SerializationException_t3941511869_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2002596872; extern String_t* _stringLiteral2002595880; extern String_t* _stringLiteral3452614597; extern String_t* _stringLiteral3452614602; extern const uint32_t WebHeaderCollection__ctor_m1308130075_MetadataUsageId; extern RuntimeClass* BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var; extern RuntimeClass* CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var; extern RuntimeClass* CaseInsensitiveComparer_t3670035800_il2cpp_TypeInfo_var; extern RuntimeClass* Hashtable_t1853889766_il2cpp_TypeInfo_var; extern RuntimeClass* StringComparer_t3301955079_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t4177511560_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3145530507_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m95414296_RuntimeMethod_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255364____U24U24fieldU2D3_1_FieldInfo_var; extern String_t* _stringLiteral2350026848; extern String_t* _stringLiteral2744892570; extern String_t* _stringLiteral1347624527; extern String_t* _stringLiteral2263759525; extern String_t* _stringLiteral1272578818; extern String_t* _stringLiteral2098718830; extern String_t* _stringLiteral3941174899; extern String_t* _stringLiteral2111723401; extern String_t* _stringLiteral1215384411; extern String_t* _stringLiteral1321552178; extern String_t* _stringLiteral1730046789; extern String_t* _stringLiteral762448248; extern String_t* _stringLiteral2077509764; extern String_t* _stringLiteral2713437184; extern String_t* _stringLiteral1400361757; extern String_t* _stringLiteral2213882282; extern String_t* _stringLiteral1945201564; extern String_t* _stringLiteral1592746018; extern String_t* _stringLiteral1573338805; extern String_t* _stringLiteral840423242; extern String_t* _stringLiteral2679221528; extern String_t* _stringLiteral3848030402; extern String_t* _stringLiteral2940497716; extern String_t* _stringLiteral1140132783; extern String_t* _stringLiteral3332257820; extern String_t* _stringLiteral3524468349; extern String_t* _stringLiteral2134594984; extern String_t* _stringLiteral1167530458; extern String_t* _stringLiteral3669749487; extern String_t* _stringLiteral1461069931; extern String_t* _stringLiteral1177812530; extern String_t* _stringLiteral3804611293; extern String_t* _stringLiteral307076831; extern const uint32_t WebHeaderCollection__cctor_m2093192431_MetadataUsageId; extern const RuntimeMethod* WebHeaderCollection_Add_m928193981_RuntimeMethod_var; extern String_t* _stringLiteral3529812190; extern String_t* _stringLiteral3093097083; extern const uint32_t WebHeaderCollection_Add_m928193981_MetadataUsageId; extern const RuntimeMethod* WebHeaderCollection_Add_m183143026_RuntimeMethod_var; extern String_t* _stringLiteral62725243; extern String_t* _stringLiteral3400541058; extern const uint32_t WebHeaderCollection_Add_m183143026_MetadataUsageId; extern const RuntimeMethod* WebHeaderCollection_AddWithoutValidate_m3120519792_RuntimeMethod_var; extern String_t* _stringLiteral3220216389; extern String_t* _stringLiteral1976829786; extern String_t* _stringLiteral1925702623; extern String_t* _stringLiteral1593332667; extern const uint32_t WebHeaderCollection_AddWithoutValidate_m3120519792_MetadataUsageId; extern const RuntimeMethod* WebHeaderCollection_GetValues_m2828584819_RuntimeMethod_var; extern const uint32_t WebHeaderCollection_GetValues_m2828584819_MetadataUsageId; extern const RuntimeMethod* WebHeaderCollection_IsRestricted_m2639089215_RuntimeMethod_var; extern String_t* _stringLiteral332528742; extern String_t* _stringLiteral3439112715; extern const uint32_t WebHeaderCollection_IsRestricted_m2639089215_MetadataUsageId; extern const RuntimeMethod* WebHeaderCollection_Remove_m275303502_RuntimeMethod_var; extern String_t* _stringLiteral2411602046; extern const uint32_t WebHeaderCollection_Remove_m275303502_MetadataUsageId; extern const RuntimeMethod* WebHeaderCollection_Set_m2824231721_RuntimeMethod_var; extern String_t* _stringLiteral821159033; extern String_t* _stringLiteral1323773481; extern const uint32_t WebHeaderCollection_Set_m2824231721_MetadataUsageId; extern String_t* _stringLiteral3450517398; extern String_t* _stringLiteral3453007779; extern const uint32_t WebHeaderCollection_ToString_m1263025316_MetadataUsageId; extern const uint32_t WebHeaderCollection_GetObjectData_m730985326_MetadataUsageId; extern const RuntimeMethod* WebHeaderCollection_SetInternal_m3393264823_RuntimeMethod_var; extern const uint32_t WebHeaderCollection_SetInternal_m3393264823_MetadataUsageId; extern const RuntimeMethod* WebHeaderCollection_SetInternal_m126443775_RuntimeMethod_var; extern const uint32_t WebHeaderCollection_SetInternal_m126443775_MetadataUsageId; extern const uint32_t WebHeaderCollection_RemoveAndAdd_m3288706236_MetadataUsageId; extern const RuntimeMethod* WebHeaderCollection_RemoveInternal_m2712218737_RuntimeMethod_var; extern const uint32_t WebHeaderCollection_RemoveInternal_m2712218737_MetadataUsageId; extern const uint32_t WebHeaderCollection_IsMultiValue_m3103018277_MetadataUsageId; extern const uint32_t WebHeaderCollection_IsHeaderName_m2906290131_MetadataUsageId; extern const uint32_t WebProxy__ctor_m3758467778_MetadataUsageId; extern const RuntimeType* Uri_t100236324_0_0_0_var; extern const RuntimeType* ArrayList_t2718874744_0_0_0_var; extern String_t* _stringLiteral2917522829; extern String_t* _stringLiteral2018424174; extern String_t* _stringLiteral1982551705; extern String_t* _stringLiteral3410385803; extern const uint32_t WebProxy__ctor_m3723076346_MetadataUsageId; extern const RuntimeMethod* WebProxy_IsBypassed_m2918071028_RuntimeMethod_var; extern String_t* _stringLiteral1305937687; extern String_t* _stringLiteral405613428; extern const uint32_t WebProxy_IsBypassed_m2918071028_MetadataUsageId; extern const uint32_t WebProxy_GetObjectData_m2475888157_MetadataUsageId; extern const uint32_t WebProxy_CheckBypassList_m3657340229_MetadataUsageId; extern RuntimeClass* WebRequest_t1939381076_il2cpp_TypeInfo_var; extern RuntimeClass* WebRequestModulesSection_t4132732301_il2cpp_TypeInfo_var; extern RuntimeClass* WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2290609961; extern const uint32_t WebRequest__cctor_m3940074084_MetadataUsageId; extern const RuntimeMethod* WebRequest_System_Runtime_Serialization_ISerializable_GetObjectData_m3856360037_RuntimeMethod_var; extern const uint32_t WebRequest_System_Runtime_Serialization_ISerializable_GetObjectData_m3856360037_MetadataUsageId; extern RuntimeClass* NotImplementedException_t3489357830_il2cpp_TypeInfo_var; extern String_t* _stringLiteral634644539; extern const uint32_t WebRequest_GetMustImplement_m1485657458_MetadataUsageId; extern const RuntimeMethod* WebRequest_get_ContentLength_m47669036_RuntimeMethod_var; extern const uint32_t WebRequest_get_ContentLength_m47669036_MetadataUsageId; extern const RuntimeMethod* WebRequest_set_ContentLength_m261374951_RuntimeMethod_var; extern const uint32_t WebRequest_set_ContentLength_m261374951_MetadataUsageId; extern const RuntimeMethod* WebRequest_set_ContentType_m3069761267_RuntimeMethod_var; extern const uint32_t WebRequest_set_ContentType_m3069761267_MetadataUsageId; extern const RuntimeMethod* WebRequest_get_Credentials_m338312678_RuntimeMethod_var; extern const uint32_t WebRequest_get_Credentials_m338312678_MetadataUsageId; extern const RuntimeMethod* WebRequest_set_Credentials_m1430198380_RuntimeMethod_var; extern const uint32_t WebRequest_set_Credentials_m1430198380_MetadataUsageId; extern const RuntimeMethod* WebRequest_get_Headers_m1915717959_RuntimeMethod_var; extern const uint32_t WebRequest_get_Headers_m1915717959_MetadataUsageId; extern const RuntimeMethod* WebRequest_get_Method_m1872254915_RuntimeMethod_var; extern const uint32_t WebRequest_get_Method_m1872254915_MetadataUsageId; extern const RuntimeMethod* WebRequest_set_Method_m1087261754_RuntimeMethod_var; extern const uint32_t WebRequest_set_Method_m1087261754_MetadataUsageId; extern const RuntimeMethod* WebRequest_get_Proxy_m317269301_RuntimeMethod_var; extern const uint32_t WebRequest_get_Proxy_m317269301_MetadataUsageId; extern const RuntimeMethod* WebRequest_get_RequestUri_m2259001472_RuntimeMethod_var; extern const uint32_t WebRequest_get_RequestUri_m2259001472_MetadataUsageId; extern const uint32_t WebRequest_get_DefaultWebProxy_m4155870144_MetadataUsageId; extern RuntimeClass* DefaultProxySection_t4167594595_il2cpp_TypeInfo_var; extern RuntimeClass* WebProxy_t2016760542_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3133309892; extern const uint32_t WebRequest_GetDefaultWebProxy_m696404479_MetadataUsageId; extern const RuntimeMethod* WebRequest_Abort_m1387679547_RuntimeMethod_var; extern const uint32_t WebRequest_Abort_m1387679547_MetadataUsageId; extern const RuntimeMethod* WebRequest_BeginGetRequestStream_m3179270283_RuntimeMethod_var; extern const uint32_t WebRequest_BeginGetRequestStream_m3179270283_MetadataUsageId; extern const RuntimeMethod* WebRequest_BeginGetResponse_m594613547_RuntimeMethod_var; extern const uint32_t WebRequest_BeginGetResponse_m594613547_MetadataUsageId; extern RuntimeClass* IWebRequestCreate_t1643712314_il2cpp_TypeInfo_var; extern const RuntimeMethod* WebRequest_Create_m1809852225_RuntimeMethod_var; extern String_t* _stringLiteral461417345; extern const uint32_t WebRequest_Create_m1809852225_MetadataUsageId; extern const RuntimeMethod* WebRequest_EndGetRequestStream_m2938970949_RuntimeMethod_var; extern const uint32_t WebRequest_EndGetRequestStream_m2938970949_MetadataUsageId; extern const RuntimeMethod* WebRequest_EndGetResponse_m983572203_RuntimeMethod_var; extern const uint32_t WebRequest_EndGetResponse_m983572203_MetadataUsageId; extern const RuntimeMethod* WebRequest_GetRequestStream_m4259865359_RuntimeMethod_var; extern const uint32_t WebRequest_GetRequestStream_m4259865359_MetadataUsageId; extern const RuntimeMethod* WebRequest_GetResponse_m791144225_RuntimeMethod_var; extern const uint32_t WebRequest_GetResponse_m791144225_MetadataUsageId; extern RuntimeClass* UriBuilder_t579353065_il2cpp_TypeInfo_var; extern RuntimeClass* UriFormatException_t953270471_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1038887959; extern String_t* _stringLiteral1641504343; extern String_t* _stringLiteral3099255805; extern String_t* _stringLiteral1201550598; extern String_t* _stringLiteral1499355936; extern const uint32_t WebRequest_GetSystemWebProxy_m2700917508_MetadataUsageId; extern const RuntimeMethod* WebRequest_GetObjectData_m1299992613_RuntimeMethod_var; extern const uint32_t WebRequest_GetObjectData_m1299992613_MetadataUsageId; extern const RuntimeMethod* WebRequest_GetCreator_m2383296374_RuntimeMethod_var; extern const uint32_t WebRequest_GetCreator_m2383296374_MetadataUsageId; extern const uint32_t WebRequest_ClearPrefixes_m3562991615_MetadataUsageId; extern const uint32_t WebRequest_RemovePrefix_m3897038984_MetadataUsageId; extern RuntimeClass* ConfigurationException_t3515317685_il2cpp_TypeInfo_var; extern const RuntimeMethod* WebRequest_AddPrefix_m1817952171_RuntimeMethod_var; extern String_t* _stringLiteral4275976110; extern const uint32_t WebRequest_AddPrefix_m1817952171_MetadataUsageId; extern const uint32_t WebRequest_AddPrefix_m3187775913_MetadataUsageId; extern const RuntimeMethod* WebResponse__ctor_m3907452824_RuntimeMethod_var; extern const uint32_t WebResponse__ctor_m3907452824_MetadataUsageId; extern const RuntimeMethod* WebResponse_System_Runtime_Serialization_ISerializable_GetObjectData_m4038369249_RuntimeMethod_var; extern const uint32_t WebResponse_System_Runtime_Serialization_ISerializable_GetObjectData_m4038369249_MetadataUsageId; extern const RuntimeMethod* WebResponse_get_Headers_m1380453460_RuntimeMethod_var; extern const uint32_t WebResponse_get_Headers_m1380453460_MetadataUsageId; extern const uint32_t WebResponse_GetMustImplement_m3276739230_MetadataUsageId; extern const RuntimeMethod* WebResponse_Close_m3195977952_RuntimeMethod_var; extern const uint32_t WebResponse_Close_m3195977952_MetadataUsageId; extern const RuntimeMethod* WebResponse_GetResponseStream_m3988934657_RuntimeMethod_var; extern const uint32_t WebResponse_GetResponseStream_m3988934657_MetadataUsageId; extern const RuntimeMethod* WebResponse_GetObjectData_m3150548104_RuntimeMethod_var; extern const uint32_t WebResponse_GetObjectData_m3150548104_MetadataUsageId; extern RuntimeClass* Oid_t3552120260_il2cpp_TypeInfo_var; extern const uint32_t AsnEncodedData__ctor_m726356132_MetadataUsageId; extern const uint32_t AsnEncodedData_set_Oid_m351300829_MetadataUsageId; extern const RuntimeMethod* AsnEncodedData_set_RawData_m1598714608_RuntimeMethod_var; extern String_t* _stringLiteral3013553869; extern const uint32_t AsnEncodedData_set_RawData_m1598714608_MetadataUsageId; extern const RuntimeMethod* AsnEncodedData_CopyFrom_m3929882393_RuntimeMethod_var; extern String_t* _stringLiteral4213843305; extern const uint32_t AsnEncodedData_CopyFrom_m3929882393_MetadataUsageId; extern RuntimeClass* AsnEncodedData_t382354011_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2736202052_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2392909825_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m282647386_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var; extern String_t* _stringLiteral1004423994; extern String_t* _stringLiteral1004423983; extern const uint32_t AsnEncodedData_ToString_m440213605_MetadataUsageId; extern String_t* _stringLiteral3451434968; extern const uint32_t AsnEncodedData_Default_m4101664970_MetadataUsageId; extern RuntimeClass* X509BasicConstraintsExtension_t2828968862_il2cpp_TypeInfo_var; extern const uint32_t AsnEncodedData_BasicConstraintsExtension_m181086136_MetadataUsageId; extern const uint32_t AsnEncodedData_EnhancedKeyUsageExtension_m56921642_MetadataUsageId; extern const uint32_t AsnEncodedData_KeyUsageExtension_m1792651780_MetadataUsageId; extern RuntimeClass* X509SubjectKeyIdentifierExtension_t4258825542_il2cpp_TypeInfo_var; extern const uint32_t AsnEncodedData_SubjectKeyIdentifierExtension_m3216418117_MetadataUsageId; extern RuntimeClass* ASN1_t2114160833_il2cpp_TypeInfo_var; extern RuntimeClass* Byte_t1134296376_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1336185797; extern String_t* _stringLiteral2107270768; extern String_t* _stringLiteral2041337115; extern String_t* _stringLiteral346185115; extern String_t* _stringLiteral3450517380; extern const uint32_t AsnEncodedData_SubjectAltName_m4049949414_MetadataUsageId; extern String_t* _stringLiteral3198742407; extern String_t* _stringLiteral2842916117; extern String_t* _stringLiteral365306892; extern String_t* _stringLiteral1450114236; extern String_t* _stringLiteral2867057376; extern String_t* _stringLiteral3555040082; extern String_t* _stringLiteral1815908732; extern String_t* _stringLiteral3689454060; extern const uint32_t AsnEncodedData_NetscapeCertType_m2976595233_MetadataUsageId; extern const RuntimeMethod* Oid__ctor_m1869590876_RuntimeMethod_var; extern String_t* _stringLiteral3266464951; extern const uint32_t Oid__ctor_m1869590876_MetadataUsageId; extern const RuntimeMethod* Oid__ctor_m911618594_RuntimeMethod_var; extern const uint32_t Oid__ctor_m911618594_MetadataUsageId; extern String_t* _stringLiteral3723533260; extern String_t* _stringLiteral3723664332; extern String_t* _stringLiteral3341720524; extern String_t* _stringLiteral1003068364; extern String_t* _stringLiteral2959383500; extern String_t* _stringLiteral917897788; extern String_t* _stringLiteral3256681020; extern String_t* _stringLiteral3539017007; extern String_t* _stringLiteral2247318451; extern String_t* _stringLiteral3126017447; extern String_t* _stringLiteral3123690213; extern String_t* _stringLiteral3604233252; extern String_t* _stringLiteral368861731; extern String_t* _stringLiteral3859792158; extern String_t* _stringLiteral1789925925; extern String_t* _stringLiteral2178602730; extern String_t* _stringLiteral3223624266; extern String_t* _stringLiteral933889438; extern String_t* _stringLiteral3005636117; extern String_t* _stringLiteral276740902; extern String_t* _stringLiteral3837042276; extern String_t* _stringLiteral2567433970; extern const uint32_t Oid_GetName_m195392578_MetadataUsageId; extern const uint32_t OidCollection__ctor_m4001685071_MetadataUsageId; extern RuntimeClass* OidEnumerator_t899373898_il2cpp_TypeInfo_var; extern const uint32_t OidCollection_System_Collections_IEnumerable_GetEnumerator_m685937025_MetadataUsageId; extern const uint32_t OidCollection_get_Item_m984725507_MetadataUsageId; extern const uint32_t OidCollection_get_Item_m538543915_MetadataUsageId; extern const RuntimeMethod* OidEnumerator_System_Collections_IEnumerator_get_Current_m3426335186_RuntimeMethod_var; extern const uint32_t OidEnumerator_System_Collections_IEnumerator_get_Current_m3426335186_MetadataUsageId; extern RuntimeClass* RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var; extern RuntimeClass* RSAManaged_t1757093820_il2cpp_TypeInfo_var; extern RuntimeClass* RSA_t2385438082_il2cpp_TypeInfo_var; extern RuntimeClass* DSACryptoServiceProvider_t3992668923_il2cpp_TypeInfo_var; extern RuntimeClass* DSA_t2386879874_il2cpp_TypeInfo_var; extern const uint32_t PublicKey__ctor_m1834139044_MetadataUsageId; extern RuntimeClass* PublicKey_t3779582684_il2cpp_TypeInfo_var; extern const RuntimeMethod* PublicKey_get_Key_m3077215602_RuntimeMethod_var; extern String_t* _stringLiteral254300464; extern String_t* _stringLiteral4226917831; extern const uint32_t PublicKey_get_Key_m3077215602_MetadataUsageId; extern const uint32_t PublicKey_GetUnsignedBigInteger_m3873409673_MetadataUsageId; extern RuntimeClass* CryptographicException_t248831461_il2cpp_TypeInfo_var; extern const RuntimeMethod* PublicKey_DecodeDSA_m3490622362_RuntimeMethod_var; extern String_t* _stringLiteral572547426; extern String_t* _stringLiteral2386326741; extern String_t* _stringLiteral3293634014; extern String_t* _stringLiteral2768669688; extern const uint32_t PublicKey_DecodeDSA_m3490622362_MetadataUsageId; extern const RuntimeMethod* PublicKey_DecodeRSA_m1824703659_RuntimeMethod_var; extern String_t* _stringLiteral3485292486; extern String_t* _stringLiteral976582935; extern String_t* _stringLiteral10098279; extern const uint32_t PublicKey_DecodeRSA_m1824703659_MetadataUsageId; extern const RuntimeMethod* X500DistinguishedName__ctor_m3469219344_RuntimeMethod_var; extern String_t* _stringLiteral4055160170; extern const uint32_t X500DistinguishedName__ctor_m3469219344_MetadataUsageId; extern RuntimeClass* X501_t1758824426_il2cpp_TypeInfo_var; extern const RuntimeMethod* X500DistinguishedName_Decode_m3521921960_RuntimeMethod_var; extern String_t* _stringLiteral2006314719; extern const uint32_t X500DistinguishedName_Decode_m3521921960_MetadataUsageId; extern String_t* _stringLiteral3450517397; extern const uint32_t X500DistinguishedName_GetSeparator_m1336760642_MetadataUsageId; extern const uint32_t X500DistinguishedName_DecodeRawData_m3790804100_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const uint32_t X500DistinguishedName_Canonize_m2594679403_MetadataUsageId; extern const uint32_t X500DistinguishedName_AreEqual_m2828302026_MetadataUsageId; extern const uint32_t X509BasicConstraintsExtension__ctor_m3136793028_MetadataUsageId; extern const uint32_t X509BasicConstraintsExtension__ctor_m1244152959_MetadataUsageId; extern const RuntimeMethod* X509BasicConstraintsExtension__ctor_m3721156175_RuntimeMethod_var; extern String_t* _stringLiteral3846273004; extern const uint32_t X509BasicConstraintsExtension__ctor_m3721156175_MetadataUsageId; extern const RuntimeMethod* X509BasicConstraintsExtension_get_CertificateAuthority_m3360658367_RuntimeMethod_var; extern String_t* _stringLiteral348810891; extern const uint32_t X509BasicConstraintsExtension_get_CertificateAuthority_m3360658367_MetadataUsageId; extern const RuntimeMethod* X509BasicConstraintsExtension_get_HasPathLengthConstraint_m2072837820_RuntimeMethod_var; extern const uint32_t X509BasicConstraintsExtension_get_HasPathLengthConstraint_m2072837820_MetadataUsageId; extern const RuntimeMethod* X509BasicConstraintsExtension_get_PathLengthConstraint_m1198369084_RuntimeMethod_var; extern const uint32_t X509BasicConstraintsExtension_get_PathLengthConstraint_m1198369084_MetadataUsageId; extern RuntimeClass* X509Extension_t3272255153_il2cpp_TypeInfo_var; extern const RuntimeMethod* X509BasicConstraintsExtension_CopyFrom_m1931463033_RuntimeMethod_var; extern String_t* _stringLiteral992892252; extern const uint32_t X509BasicConstraintsExtension_CopyFrom_m1931463033_MetadataUsageId; extern const uint32_t X509BasicConstraintsExtension_Decode_m120598446_MetadataUsageId; extern const uint32_t X509BasicConstraintsExtension_Encode_m2310708419_MetadataUsageId; extern String_t* _stringLiteral3129178779; extern String_t* _stringLiteral3877567873; extern String_t* _stringLiteral3456743389; extern String_t* _stringLiteral3958472319; extern String_t* _stringLiteral3269878952; extern String_t* _stringLiteral2791739702; extern const uint32_t X509BasicConstraintsExtension_ToString_m1809935297_MetadataUsageId; extern const uint32_t X509Certificate2__ctor_m3336405942_MetadataUsageId; extern RuntimeClass* X509Certificate_t489243025_il2cpp_TypeInfo_var; extern const uint32_t X509Certificate2__ctor_m2802623960_MetadataUsageId; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255364____U24U24fieldU2D4_2_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255364____U24U24fieldU2D5_3_FieldInfo_var; extern String_t* _stringLiteral2083223874; extern const uint32_t X509Certificate2__cctor_m4292326511_MetadataUsageId; extern RuntimeClass* X509ExtensionCollection_t1350454579_il2cpp_TypeInfo_var; extern const RuntimeMethod* X509Certificate2_get_Extensions_m3552930730_RuntimeMethod_var; extern const uint32_t X509Certificate2_get_Extensions_m3552930730_MetadataUsageId; extern RuntimeClass* X500DistinguishedName_t875709727_il2cpp_TypeInfo_var; extern const RuntimeMethod* X509Certificate2_get_IssuerName_m1277209535_RuntimeMethod_var; extern const uint32_t X509Certificate2_get_IssuerName_m1277209535_MetadataUsageId; extern const RuntimeMethod* X509Certificate2_get_NotAfter_m1930122497_RuntimeMethod_var; extern const uint32_t X509Certificate2_get_NotAfter_m1930122497_MetadataUsageId; extern const RuntimeMethod* X509Certificate2_get_NotBefore_m2514418239_RuntimeMethod_var; extern const uint32_t X509Certificate2_get_NotBefore_m2514418239_MetadataUsageId; extern const RuntimeMethod* X509Certificate2_get_PrivateKey_m3900779210_RuntimeMethod_var; extern const uint32_t X509Certificate2_get_PrivateKey_m3900779210_MetadataUsageId; extern const RuntimeMethod* X509Certificate2_get_PublicKey_m370665820_RuntimeMethod_var; extern String_t* _stringLiteral2629311349; extern const uint32_t X509Certificate2_get_PublicKey_m370665820_MetadataUsageId; extern const RuntimeMethod* X509Certificate2_get_SerialNumber_m1315874713_RuntimeMethod_var; extern String_t* _stringLiteral3451435000; extern const uint32_t X509Certificate2_get_SerialNumber_m1315874713_MetadataUsageId; extern const RuntimeMethod* X509Certificate2_get_SignatureAlgorithm_m2810155907_RuntimeMethod_var; extern const uint32_t X509Certificate2_get_SignatureAlgorithm_m2810155907_MetadataUsageId; extern const RuntimeMethod* X509Certificate2_get_SubjectName_m2588317215_RuntimeMethod_var; extern const uint32_t X509Certificate2_get_SubjectName_m2588317215_MetadataUsageId; extern const RuntimeMethod* X509Certificate2_get_Version_m2534012675_RuntimeMethod_var; extern const uint32_t X509Certificate2_get_Version_m2534012675_MetadataUsageId; extern const RuntimeMethod* X509Certificate2_GetNameInfo_m869719036_RuntimeMethod_var; extern String_t* _stringLiteral2499687867; extern const uint32_t X509Certificate2_GetNameInfo_m869719036_MetadataUsageId; extern const uint32_t X509Certificate2_GetValueAsString_m1348462142_MetadataUsageId; extern RuntimeClass* PKCS12_t4101533061_il2cpp_TypeInfo_var; extern const uint32_t X509Certificate2_ImportPkcs12_m2042454190_MetadataUsageId; extern const RuntimeMethod* X509Certificate2_Import_m4026562329_RuntimeMethod_var; extern String_t* _stringLiteral1947682626; extern const uint32_t X509Certificate2_Import_m4026562329_MetadataUsageId; extern const uint32_t X509Certificate2_Reset_m3988214799_MetadataUsageId; extern String_t* _stringLiteral949187249; extern const uint32_t X509Certificate2_ToString_m3891217889_MetadataUsageId; extern String_t* _stringLiteral1511665273; extern String_t* _stringLiteral1477887897; extern String_t* _stringLiteral971212591; extern String_t* _stringLiteral1078629208; extern String_t* _stringLiteral2222432080; extern String_t* _stringLiteral4281279765; extern String_t* _stringLiteral2873876094; extern String_t* _stringLiteral4108335351; extern String_t* _stringLiteral3950718008; extern String_t* _stringLiteral2247318433; extern String_t* _stringLiteral1614684142; extern String_t* _stringLiteral449924313; extern const uint32_t X509Certificate2_ToString_m4246350784_MetadataUsageId; extern const uint32_t X509Certificate2_AppendBuffer_m445040858_MetadataUsageId; extern RuntimeClass* CryptoConfig_t4201145714_il2cpp_TypeInfo_var; extern const RuntimeMethod* X509Certificate2_Verify_m1464738766_RuntimeMethod_var; extern String_t* _stringLiteral1552136392; extern const uint32_t X509Certificate2_Verify_m1464738766_MetadataUsageId; extern const RuntimeMethod* X509Certificate2Collection_get_Item_m1658740919_RuntimeMethod_var; extern String_t* _stringLiteral481830313; extern String_t* _stringLiteral1413643588; extern const uint32_t X509Certificate2Collection_get_Item_m1658740919_MetadataUsageId; extern const RuntimeMethod* X509Certificate2Collection_Add_m3151757943_RuntimeMethod_var; extern String_t* _stringLiteral3602728074; extern const uint32_t X509Certificate2Collection_Add_m3151757943_MetadataUsageId; extern const RuntimeMethod* X509Certificate2Collection_AddRange_m3206541680_RuntimeMethod_var; extern String_t* _stringLiteral295584906; extern const uint32_t X509Certificate2Collection_AddRange_m3206541680_MetadataUsageId; extern const RuntimeMethod* X509Certificate2Collection_Contains_m3300508662_RuntimeMethod_var; extern const uint32_t X509Certificate2Collection_Contains_m3300508662_MetadataUsageId; extern RuntimeClass* CryptographicUnexpectedOperationException_t2790575154_il2cpp_TypeInfo_var; extern RuntimeClass* X509FindType_t3058503971_il2cpp_TypeInfo_var; extern RuntimeClass* X509Certificate2Collection_t2111161276_il2cpp_TypeInfo_var; extern const RuntimeMethod* X509Certificate2Collection_Find_m4007010753_RuntimeMethod_var; extern String_t* _stringLiteral592182122; extern String_t* _stringLiteral3342962601; extern String_t* _stringLiteral1236128813; extern String_t* _stringLiteral2730538478; extern String_t* _stringLiteral3089819033; extern String_t* _stringLiteral930662624; extern String_t* _stringLiteral928588138; extern const uint32_t X509Certificate2Collection_Find_m4007010753_MetadataUsageId; extern RuntimeClass* X509Certificate2Enumerator_t3316713812_il2cpp_TypeInfo_var; extern const uint32_t X509Certificate2Collection_GetEnumerator_m3634416032_MetadataUsageId; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern const uint32_t X509Certificate2Enumerator__ctor_m1083666285_MetadataUsageId; extern const uint32_t X509Certificate2Enumerator_System_Collections_IEnumerator_get_Current_m352453934_MetadataUsageId; extern const uint32_t X509Certificate2Enumerator_System_Collections_IEnumerator_MoveNext_m1563787129_MetadataUsageId; extern const uint32_t X509Certificate2Enumerator_System_Collections_IEnumerator_Reset_m388172138_MetadataUsageId; extern const uint32_t X509Certificate2Enumerator_get_Current_m157909321_MetadataUsageId; extern const uint32_t X509Certificate2Enumerator_MoveNext_m2220460870_MetadataUsageId; extern const uint32_t X509Certificate2Enumerator_Reset_m1308823525_MetadataUsageId; extern const uint32_t X509CertificateCollection_get_Item_m1464788693_MetadataUsageId; extern const RuntimeMethod* X509CertificateCollection_AddRange_m3683116910_RuntimeMethod_var; extern const uint32_t X509CertificateCollection_AddRange_m3683116910_MetadataUsageId; extern RuntimeClass* X509CertificateEnumerator_t855273292_il2cpp_TypeInfo_var; extern const uint32_t X509CertificateCollection_GetEnumerator_m385726313_MetadataUsageId; extern const uint32_t X509CertificateEnumerator__ctor_m943731472_MetadataUsageId; extern const uint32_t X509CertificateEnumerator_System_Collections_IEnumerator_get_Current_m4218613192_MetadataUsageId; extern const uint32_t X509CertificateEnumerator_System_Collections_IEnumerator_MoveNext_m1392570645_MetadataUsageId; extern const uint32_t X509CertificateEnumerator_System_Collections_IEnumerator_Reset_m1219650180_MetadataUsageId; extern const uint32_t X509CertificateEnumerator_get_Current_m1016419_MetadataUsageId; extern const uint32_t X509CertificateEnumerator_MoveNext_m3211955044_MetadataUsageId; extern const uint32_t X509CertificateEnumerator_Reset_m4026698923_MetadataUsageId; extern RuntimeClass* X509ChainElementCollection_t3110968994_il2cpp_TypeInfo_var; extern const uint32_t X509Chain__ctor_m2674663382_MetadataUsageId; extern RuntimeClass* X509ChainStatusU5BU5D_t2685945535_il2cpp_TypeInfo_var; extern const uint32_t X509Chain__cctor_m993507223_MetadataUsageId; extern const uint32_t X509Chain_get_ChainStatus_m3613658095_MetadataUsageId; extern const RuntimeType* X509ChainStatus_t133602714_0_0_0_var; extern RuntimeClass* X509ChainStatus_t133602714_il2cpp_TypeInfo_var; extern const RuntimeMethod* X509Chain_Build_m611063989_RuntimeMethod_var; extern const uint32_t X509Chain_Build_m611063989_MetadataUsageId; extern RuntimeClass* X509Store_t2922691911_il2cpp_TypeInfo_var; extern const uint32_t X509Chain_get_Roots_m317091712_MetadataUsageId; extern const uint32_t X509Chain_get_CertificateAuthorities_m804805415_MetadataUsageId; extern const uint32_t X509Chain_get_CertificateCollection_m511297491_MetadataUsageId; extern const uint32_t X509Chain_SelectBestFromCollection_m1068759221_MetadataUsageId; extern const uint32_t X509Chain_IsChainComplete_m1577524584_MetadataUsageId; extern const uint32_t X509Chain_IsSelfIssued_m2588855382_MetadataUsageId; extern const uint32_t X509Chain_Process_m1119354891_MetadataUsageId; extern const uint32_t X509Chain_PrepareForNextCertificate_m3691934993_MetadataUsageId; extern const uint32_t X509Chain_ProcessCertificateExtensions_m1468796745_MetadataUsageId; extern const uint32_t X509Chain_GetSubjectKeyIdentifier_m1349242905_MetadataUsageId; extern String_t* _stringLiteral1386761006; extern const uint32_t X509Chain_GetAuthorityKeyIdentifier_m2237883181_MetadataUsageId; extern const uint32_t X509Chain_GetAuthorityKeyIdentifier_m614536199_MetadataUsageId; extern RuntimeClass* AuthorityKeyIdentifierExtension_t1122691429_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4237443272; extern const uint32_t X509Chain_GetAuthorityKeyIdentifier_m4138418749_MetadataUsageId; extern const RuntimeMethod* X509Chain_CheckRevocationOnChain_m1377635439_RuntimeMethod_var; extern String_t* _stringLiteral1427319523; extern const uint32_t X509Chain_CheckRevocationOnChain_m1377635439_MetadataUsageId; extern const uint32_t X509Chain_CheckRevocation_m3466271023_MetadataUsageId; extern RuntimeClass* X509Crl_t1148767388_il2cpp_TypeInfo_var; extern const uint32_t X509Chain_FindCrl_m1657810964_MetadataUsageId; extern RuntimeClass* X509Extension_t3173393653_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3343076147; extern const uint32_t X509Chain_ProcessCrlExtensions_m236234529_MetadataUsageId; extern String_t* _stringLiteral3343076146; extern const uint32_t X509Chain_ProcessCrlEntryExtensions_m3203112264_MetadataUsageId; struct ByteU5BU5D_t4116647657; struct X509ChainStatusU5BU5D_t2685945535; struct StringU5BU5D_t1281789340; struct ObjectU5BU5D_t2843939325; struct IPAddressU5BU5D_t596328627; struct CharU5BU5D_t3528271667; struct BooleanU5BU5D_t2897418192; struct X509CertificateU5BU5D_t3145106755; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef ENDPOINT_T982345378_H #define ENDPOINT_T982345378_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.EndPoint struct EndPoint_t982345378 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENDPOINT_T982345378_H #ifndef ASYMMETRICALGORITHM_T932037087_H #define ASYMMETRICALGORITHM_T932037087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t932037087 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_0; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_t722666473* ___LegalKeySizesValue_1; public: inline static int32_t get_offset_of_KeySizeValue_0() { return static_cast(offsetof(AsymmetricAlgorithm_t932037087, ___KeySizeValue_0)); } inline int32_t get_KeySizeValue_0() const { return ___KeySizeValue_0; } inline int32_t* get_address_of_KeySizeValue_0() { return &___KeySizeValue_0; } inline void set_KeySizeValue_0(int32_t value) { ___KeySizeValue_0 = value; } inline static int32_t get_offset_of_LegalKeySizesValue_1() { return static_cast(offsetof(AsymmetricAlgorithm_t932037087, ___LegalKeySizesValue_1)); } inline KeySizesU5BU5D_t722666473* get_LegalKeySizesValue_1() const { return ___LegalKeySizesValue_1; } inline KeySizesU5BU5D_t722666473** get_address_of_LegalKeySizesValue_1() { return &___LegalKeySizesValue_1; } inline void set_LegalKeySizesValue_1(KeySizesU5BU5D_t722666473* value) { ___LegalKeySizesValue_1 = value; Il2CppCodeGenWriteBarrier((&___LegalKeySizesValue_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYMMETRICALGORITHM_T932037087_H #ifndef QUEUE_T3637523393_H #define QUEUE_T3637523393_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Queue struct Queue_t3637523393 : public RuntimeObject { public: // System.Object[] System.Collections.Queue::_array ObjectU5BU5D_t2843939325* ____array_0; // System.Int32 System.Collections.Queue::_head int32_t ____head_1; // System.Int32 System.Collections.Queue::_size int32_t ____size_2; // System.Int32 System.Collections.Queue::_tail int32_t ____tail_3; // System.Int32 System.Collections.Queue::_growFactor int32_t ____growFactor_4; // System.Int32 System.Collections.Queue::_version int32_t ____version_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_t3637523393, ____array_0)); } inline ObjectU5BU5D_t2843939325* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_t2843939325** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_t2843939325* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((&____array_0), value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_t3637523393, ____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__size_2() { return static_cast(offsetof(Queue_t3637523393, ____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__tail_3() { return static_cast(offsetof(Queue_t3637523393, ____tail_3)); } inline int32_t get__tail_3() const { return ____tail_3; } inline int32_t* get_address_of__tail_3() { return &____tail_3; } inline void set__tail_3(int32_t value) { ____tail_3 = value; } inline static int32_t get_offset_of__growFactor_4() { return static_cast(offsetof(Queue_t3637523393, ____growFactor_4)); } inline int32_t get__growFactor_4() const { return ____growFactor_4; } inline int32_t* get_address_of__growFactor_4() { return &____growFactor_4; } inline void set__growFactor_4(int32_t value) { ____growFactor_4 = value; } inline static int32_t get_offset_of__version_5() { return static_cast(offsetof(Queue_t3637523393, ____version_5)); } inline int32_t get__version_5() const { return ____version_5; } inline int32_t* get_address_of__version_5() { return &____version_5; } inline void set__version_5(int32_t value) { ____version_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUEUE_T3637523393_H #ifndef PKCS12_T4101533061_H #define PKCS12_T4101533061_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.PKCS12 struct PKCS12_t4101533061 : public RuntimeObject { public: // System.Byte[] Mono.Security.X509.PKCS12::_password ByteU5BU5D_t4116647657* ____password_1; // System.Collections.ArrayList Mono.Security.X509.PKCS12::_keyBags ArrayList_t2718874744 * ____keyBags_2; // System.Collections.ArrayList Mono.Security.X509.PKCS12::_secretBags ArrayList_t2718874744 * ____secretBags_3; // Mono.Security.X509.X509CertificateCollection Mono.Security.X509.PKCS12::_certs X509CertificateCollection_t1542168550 * ____certs_4; // System.Boolean Mono.Security.X509.PKCS12::_keyBagsChanged bool ____keyBagsChanged_5; // System.Boolean Mono.Security.X509.PKCS12::_secretBagsChanged bool ____secretBagsChanged_6; // System.Boolean Mono.Security.X509.PKCS12::_certsChanged bool ____certsChanged_7; // System.Int32 Mono.Security.X509.PKCS12::_iterations int32_t ____iterations_8; // System.Collections.ArrayList Mono.Security.X509.PKCS12::_safeBags ArrayList_t2718874744 * ____safeBags_9; // System.Security.Cryptography.RandomNumberGenerator Mono.Security.X509.PKCS12::_rng RandomNumberGenerator_t386037858 * ____rng_10; public: inline static int32_t get_offset_of__password_1() { return static_cast(offsetof(PKCS12_t4101533061, ____password_1)); } inline ByteU5BU5D_t4116647657* get__password_1() const { return ____password_1; } inline ByteU5BU5D_t4116647657** get_address_of__password_1() { return &____password_1; } inline void set__password_1(ByteU5BU5D_t4116647657* value) { ____password_1 = value; Il2CppCodeGenWriteBarrier((&____password_1), value); } inline static int32_t get_offset_of__keyBags_2() { return static_cast(offsetof(PKCS12_t4101533061, ____keyBags_2)); } inline ArrayList_t2718874744 * get__keyBags_2() const { return ____keyBags_2; } inline ArrayList_t2718874744 ** get_address_of__keyBags_2() { return &____keyBags_2; } inline void set__keyBags_2(ArrayList_t2718874744 * value) { ____keyBags_2 = value; Il2CppCodeGenWriteBarrier((&____keyBags_2), value); } inline static int32_t get_offset_of__secretBags_3() { return static_cast(offsetof(PKCS12_t4101533061, ____secretBags_3)); } inline ArrayList_t2718874744 * get__secretBags_3() const { return ____secretBags_3; } inline ArrayList_t2718874744 ** get_address_of__secretBags_3() { return &____secretBags_3; } inline void set__secretBags_3(ArrayList_t2718874744 * value) { ____secretBags_3 = value; Il2CppCodeGenWriteBarrier((&____secretBags_3), value); } inline static int32_t get_offset_of__certs_4() { return static_cast(offsetof(PKCS12_t4101533061, ____certs_4)); } inline X509CertificateCollection_t1542168550 * get__certs_4() const { return ____certs_4; } inline X509CertificateCollection_t1542168550 ** get_address_of__certs_4() { return &____certs_4; } inline void set__certs_4(X509CertificateCollection_t1542168550 * value) { ____certs_4 = value; Il2CppCodeGenWriteBarrier((&____certs_4), value); } inline static int32_t get_offset_of__keyBagsChanged_5() { return static_cast(offsetof(PKCS12_t4101533061, ____keyBagsChanged_5)); } inline bool get__keyBagsChanged_5() const { return ____keyBagsChanged_5; } inline bool* get_address_of__keyBagsChanged_5() { return &____keyBagsChanged_5; } inline void set__keyBagsChanged_5(bool value) { ____keyBagsChanged_5 = value; } inline static int32_t get_offset_of__secretBagsChanged_6() { return static_cast(offsetof(PKCS12_t4101533061, ____secretBagsChanged_6)); } inline bool get__secretBagsChanged_6() const { return ____secretBagsChanged_6; } inline bool* get_address_of__secretBagsChanged_6() { return &____secretBagsChanged_6; } inline void set__secretBagsChanged_6(bool value) { ____secretBagsChanged_6 = value; } inline static int32_t get_offset_of__certsChanged_7() { return static_cast(offsetof(PKCS12_t4101533061, ____certsChanged_7)); } inline bool get__certsChanged_7() const { return ____certsChanged_7; } inline bool* get_address_of__certsChanged_7() { return &____certsChanged_7; } inline void set__certsChanged_7(bool value) { ____certsChanged_7 = value; } inline static int32_t get_offset_of__iterations_8() { return static_cast(offsetof(PKCS12_t4101533061, ____iterations_8)); } inline int32_t get__iterations_8() const { return ____iterations_8; } inline int32_t* get_address_of__iterations_8() { return &____iterations_8; } inline void set__iterations_8(int32_t value) { ____iterations_8 = value; } inline static int32_t get_offset_of__safeBags_9() { return static_cast(offsetof(PKCS12_t4101533061, ____safeBags_9)); } inline ArrayList_t2718874744 * get__safeBags_9() const { return ____safeBags_9; } inline ArrayList_t2718874744 ** get_address_of__safeBags_9() { return &____safeBags_9; } inline void set__safeBags_9(ArrayList_t2718874744 * value) { ____safeBags_9 = value; Il2CppCodeGenWriteBarrier((&____safeBags_9), value); } inline static int32_t get_offset_of__rng_10() { return static_cast(offsetof(PKCS12_t4101533061, ____rng_10)); } inline RandomNumberGenerator_t386037858 * get__rng_10() const { return ____rng_10; } inline RandomNumberGenerator_t386037858 ** get_address_of__rng_10() { return &____rng_10; } inline void set__rng_10(RandomNumberGenerator_t386037858 * value) { ____rng_10 = value; Il2CppCodeGenWriteBarrier((&____rng_10), value); } }; struct PKCS12_t4101533061_StaticFields { public: // System.Int32 Mono.Security.X509.PKCS12::recommendedIterationCount int32_t ___recommendedIterationCount_0; // System.Int32 Mono.Security.X509.PKCS12::password_max_length int32_t ___password_max_length_11; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.PKCS12::<>f__switch$map5 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map5_12; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.PKCS12::<>f__switch$map6 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map6_13; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.PKCS12::<>f__switch$map7 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map7_14; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.PKCS12::<>f__switch$map8 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map8_15; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.PKCS12::<>f__switch$mapC Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapC_16; public: inline static int32_t get_offset_of_recommendedIterationCount_0() { return static_cast(offsetof(PKCS12_t4101533061_StaticFields, ___recommendedIterationCount_0)); } inline int32_t get_recommendedIterationCount_0() const { return ___recommendedIterationCount_0; } inline int32_t* get_address_of_recommendedIterationCount_0() { return &___recommendedIterationCount_0; } inline void set_recommendedIterationCount_0(int32_t value) { ___recommendedIterationCount_0 = value; } inline static int32_t get_offset_of_password_max_length_11() { return static_cast(offsetof(PKCS12_t4101533061_StaticFields, ___password_max_length_11)); } inline int32_t get_password_max_length_11() const { return ___password_max_length_11; } inline int32_t* get_address_of_password_max_length_11() { return &___password_max_length_11; } inline void set_password_max_length_11(int32_t value) { ___password_max_length_11 = value; } inline static int32_t get_offset_of_U3CU3Ef__switchU24map5_12() { return static_cast(offsetof(PKCS12_t4101533061_StaticFields, ___U3CU3Ef__switchU24map5_12)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map5_12() const { return ___U3CU3Ef__switchU24map5_12; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map5_12() { return &___U3CU3Ef__switchU24map5_12; } inline void set_U3CU3Ef__switchU24map5_12(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map5_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map5_12), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map6_13() { return static_cast(offsetof(PKCS12_t4101533061_StaticFields, ___U3CU3Ef__switchU24map6_13)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map6_13() const { return ___U3CU3Ef__switchU24map6_13; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map6_13() { return &___U3CU3Ef__switchU24map6_13; } inline void set_U3CU3Ef__switchU24map6_13(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map6_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map6_13), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map7_14() { return static_cast(offsetof(PKCS12_t4101533061_StaticFields, ___U3CU3Ef__switchU24map7_14)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map7_14() const { return ___U3CU3Ef__switchU24map7_14; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map7_14() { return &___U3CU3Ef__switchU24map7_14; } inline void set_U3CU3Ef__switchU24map7_14(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map7_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map7_14), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map8_15() { return static_cast(offsetof(PKCS12_t4101533061_StaticFields, ___U3CU3Ef__switchU24map8_15)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map8_15() const { return ___U3CU3Ef__switchU24map8_15; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map8_15() { return &___U3CU3Ef__switchU24map8_15; } inline void set_U3CU3Ef__switchU24map8_15(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map8_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map8_15), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24mapC_16() { return static_cast(offsetof(PKCS12_t4101533061_StaticFields, ___U3CU3Ef__switchU24mapC_16)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapC_16() const { return ___U3CU3Ef__switchU24mapC_16; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapC_16() { return &___U3CU3Ef__switchU24mapC_16; } inline void set_U3CU3Ef__switchU24mapC_16(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapC_16 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapC_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PKCS12_T4101533061_H #ifndef X509CERTIFICATE2ENUMERATOR_T3316713812_H #define X509CERTIFICATE2ENUMERATOR_T3316713812_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator struct X509Certificate2Enumerator_t3316713812 : public RuntimeObject { public: // System.Collections.IEnumerator System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator::enumerator RuntimeObject* ___enumerator_0; public: inline static int32_t get_offset_of_enumerator_0() { return static_cast(offsetof(X509Certificate2Enumerator_t3316713812, ___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((&___enumerator_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATE2ENUMERATOR_T3316713812_H #ifndef WORKER_T2051517921_H #define WORKER_T2051517921_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.Socket/Worker struct Worker_t2051517921 : public RuntimeObject { public: // System.Net.Sockets.Socket/SocketAsyncResult System.Net.Sockets.Socket/Worker::result SocketAsyncResult_t2080034863 * ___result_0; // System.Boolean System.Net.Sockets.Socket/Worker::requireSocketSecurity bool ___requireSocketSecurity_1; // System.Int32 System.Net.Sockets.Socket/Worker::send_so_far int32_t ___send_so_far_2; public: inline static int32_t get_offset_of_result_0() { return static_cast(offsetof(Worker_t2051517921, ___result_0)); } inline SocketAsyncResult_t2080034863 * get_result_0() const { return ___result_0; } inline SocketAsyncResult_t2080034863 ** get_address_of_result_0() { return &___result_0; } inline void set_result_0(SocketAsyncResult_t2080034863 * value) { ___result_0 = value; Il2CppCodeGenWriteBarrier((&___result_0), value); } inline static int32_t get_offset_of_requireSocketSecurity_1() { return static_cast(offsetof(Worker_t2051517921, ___requireSocketSecurity_1)); } inline bool get_requireSocketSecurity_1() const { return ___requireSocketSecurity_1; } inline bool* get_address_of_requireSocketSecurity_1() { return &___requireSocketSecurity_1; } inline void set_requireSocketSecurity_1(bool value) { ___requireSocketSecurity_1 = value; } inline static int32_t get_offset_of_send_so_far_2() { return static_cast(offsetof(Worker_t2051517921, ___send_so_far_2)); } inline int32_t get_send_so_far_2() const { return ___send_so_far_2; } inline int32_t* get_address_of_send_so_far_2() { return &___send_so_far_2; } inline void set_send_so_far_2(int32_t value) { ___send_so_far_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WORKER_T2051517921_H #ifndef PUBLICKEY_T3779582684_H #define PUBLICKEY_T3779582684_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.PublicKey struct PublicKey_t3779582684 : public RuntimeObject { public: // System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.PublicKey::_key AsymmetricAlgorithm_t932037087 * ____key_0; // System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::_keyValue AsnEncodedData_t382354011 * ____keyValue_1; // System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::_params AsnEncodedData_t382354011 * ____params_2; // System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.PublicKey::_oid Oid_t3552120260 * ____oid_3; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(PublicKey_t3779582684, ____key_0)); } inline AsymmetricAlgorithm_t932037087 * get__key_0() const { return ____key_0; } inline AsymmetricAlgorithm_t932037087 ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(AsymmetricAlgorithm_t932037087 * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((&____key_0), value); } inline static int32_t get_offset_of__keyValue_1() { return static_cast(offsetof(PublicKey_t3779582684, ____keyValue_1)); } inline AsnEncodedData_t382354011 * get__keyValue_1() const { return ____keyValue_1; } inline AsnEncodedData_t382354011 ** get_address_of__keyValue_1() { return &____keyValue_1; } inline void set__keyValue_1(AsnEncodedData_t382354011 * value) { ____keyValue_1 = value; Il2CppCodeGenWriteBarrier((&____keyValue_1), value); } inline static int32_t get_offset_of__params_2() { return static_cast(offsetof(PublicKey_t3779582684, ____params_2)); } inline AsnEncodedData_t382354011 * get__params_2() const { return ____params_2; } inline AsnEncodedData_t382354011 ** get_address_of__params_2() { return &____params_2; } inline void set__params_2(AsnEncodedData_t382354011 * value) { ____params_2 = value; Il2CppCodeGenWriteBarrier((&____params_2), value); } inline static int32_t get_offset_of__oid_3() { return static_cast(offsetof(PublicKey_t3779582684, ____oid_3)); } inline Oid_t3552120260 * get__oid_3() const { return ____oid_3; } inline Oid_t3552120260 ** get_address_of__oid_3() { return &____oid_3; } inline void set__oid_3(Oid_t3552120260 * value) { ____oid_3 = value; Il2CppCodeGenWriteBarrier((&____oid_3), value); } }; struct PublicKey_t3779582684_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Security.Cryptography.X509Certificates.PublicKey::<>f__switch$map16 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map16_4; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map16_4() { return static_cast(offsetof(PublicKey_t3779582684_StaticFields, ___U3CU3Ef__switchU24map16_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map16_4() const { return ___U3CU3Ef__switchU24map16_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map16_4() { return &___U3CU3Ef__switchU24map16_4; } inline void set_U3CU3Ef__switchU24map16_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map16_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map16_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PUBLICKEY_T3779582684_H #ifndef OIDENUMERATOR_T899373898_H #define OIDENUMERATOR_T899373898_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.OidEnumerator struct OidEnumerator_t899373898 : public RuntimeObject { public: // System.Security.Cryptography.OidCollection System.Security.Cryptography.OidEnumerator::_collection OidCollection_t4234766844 * ____collection_0; // System.Int32 System.Security.Cryptography.OidEnumerator::_position int32_t ____position_1; public: inline static int32_t get_offset_of__collection_0() { return static_cast(offsetof(OidEnumerator_t899373898, ____collection_0)); } inline OidCollection_t4234766844 * get__collection_0() const { return ____collection_0; } inline OidCollection_t4234766844 ** get_address_of__collection_0() { return &____collection_0; } inline void set__collection_0(OidCollection_t4234766844 * value) { ____collection_0 = value; Il2CppCodeGenWriteBarrier((&____collection_0), value); } inline static int32_t get_offset_of__position_1() { return static_cast(offsetof(OidEnumerator_t899373898, ____position_1)); } inline int32_t get__position_1() const { return ____position_1; } inline int32_t* get_address_of__position_1() { return &____position_1; } inline void set__position_1(int32_t value) { ____position_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OIDENUMERATOR_T899373898_H #ifndef ASN1_T2114160833_H #define ASN1_T2114160833_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.ASN1 struct ASN1_t2114160833 : public RuntimeObject { public: // System.Byte Mono.Security.ASN1::m_nTag uint8_t ___m_nTag_0; // System.Byte[] Mono.Security.ASN1::m_aValue ByteU5BU5D_t4116647657* ___m_aValue_1; // System.Collections.ArrayList Mono.Security.ASN1::elist ArrayList_t2718874744 * ___elist_2; public: inline static int32_t get_offset_of_m_nTag_0() { return static_cast(offsetof(ASN1_t2114160833, ___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_t2114160833, ___m_aValue_1)); } inline ByteU5BU5D_t4116647657* get_m_aValue_1() const { return ___m_aValue_1; } inline ByteU5BU5D_t4116647657** get_address_of_m_aValue_1() { return &___m_aValue_1; } inline void set_m_aValue_1(ByteU5BU5D_t4116647657* value) { ___m_aValue_1 = value; Il2CppCodeGenWriteBarrier((&___m_aValue_1), value); } inline static int32_t get_offset_of_elist_2() { return static_cast(offsetof(ASN1_t2114160833, ___elist_2)); } inline ArrayList_t2718874744 * get_elist_2() const { return ___elist_2; } inline ArrayList_t2718874744 ** get_address_of_elist_2() { return &___elist_2; } inline void set_elist_2(ArrayList_t2718874744 * value) { ___elist_2 = value; Il2CppCodeGenWriteBarrier((&___elist_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASN1_T2114160833_H #ifndef DICTIONARY_2_T2736202052_H #define DICTIONARY_2_T2736202052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots Int32U5BU5D_t385246372* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2736202052, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2736202052, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2736202052, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2736202052, ___valueSlots_7)); } inline Int32U5BU5D_t385246372* get_valueSlots_7() const { return ___valueSlots_7; } inline Int32U5BU5D_t385246372** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int32U5BU5D_t385246372* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2736202052, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2736202052, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2736202052, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2736202052, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2736202052, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2736202052, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2736202052, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2736202052_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3530625384 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2736202052_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3530625384 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3530625384 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3530625384 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2736202052_H #ifndef URIBUILDER_T579353065_H #define URIBUILDER_T579353065_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UriBuilder struct UriBuilder_t579353065 : public RuntimeObject { public: // System.String System.UriBuilder::scheme String_t* ___scheme_0; // System.String System.UriBuilder::host String_t* ___host_1; // System.Int32 System.UriBuilder::port int32_t ___port_2; // System.String System.UriBuilder::path String_t* ___path_3; // System.String System.UriBuilder::query String_t* ___query_4; // System.String System.UriBuilder::fragment String_t* ___fragment_5; // System.String System.UriBuilder::username String_t* ___username_6; // System.String System.UriBuilder::password String_t* ___password_7; // System.Uri System.UriBuilder::uri Uri_t100236324 * ___uri_8; // System.Boolean System.UriBuilder::modified bool ___modified_9; public: inline static int32_t get_offset_of_scheme_0() { return static_cast(offsetof(UriBuilder_t579353065, ___scheme_0)); } inline String_t* get_scheme_0() const { return ___scheme_0; } inline String_t** get_address_of_scheme_0() { return &___scheme_0; } inline void set_scheme_0(String_t* value) { ___scheme_0 = value; Il2CppCodeGenWriteBarrier((&___scheme_0), value); } inline static int32_t get_offset_of_host_1() { return static_cast(offsetof(UriBuilder_t579353065, ___host_1)); } inline String_t* get_host_1() const { return ___host_1; } inline String_t** get_address_of_host_1() { return &___host_1; } inline void set_host_1(String_t* value) { ___host_1 = value; Il2CppCodeGenWriteBarrier((&___host_1), value); } inline static int32_t get_offset_of_port_2() { return static_cast(offsetof(UriBuilder_t579353065, ___port_2)); } inline int32_t get_port_2() const { return ___port_2; } inline int32_t* get_address_of_port_2() { return &___port_2; } inline void set_port_2(int32_t value) { ___port_2 = value; } inline static int32_t get_offset_of_path_3() { return static_cast(offsetof(UriBuilder_t579353065, ___path_3)); } inline String_t* get_path_3() const { return ___path_3; } inline String_t** get_address_of_path_3() { return &___path_3; } inline void set_path_3(String_t* value) { ___path_3 = value; Il2CppCodeGenWriteBarrier((&___path_3), value); } inline static int32_t get_offset_of_query_4() { return static_cast(offsetof(UriBuilder_t579353065, ___query_4)); } inline String_t* get_query_4() const { return ___query_4; } inline String_t** get_address_of_query_4() { return &___query_4; } inline void set_query_4(String_t* value) { ___query_4 = value; Il2CppCodeGenWriteBarrier((&___query_4), value); } inline static int32_t get_offset_of_fragment_5() { return static_cast(offsetof(UriBuilder_t579353065, ___fragment_5)); } inline String_t* get_fragment_5() const { return ___fragment_5; } inline String_t** get_address_of_fragment_5() { return &___fragment_5; } inline void set_fragment_5(String_t* value) { ___fragment_5 = value; Il2CppCodeGenWriteBarrier((&___fragment_5), value); } inline static int32_t get_offset_of_username_6() { return static_cast(offsetof(UriBuilder_t579353065, ___username_6)); } inline String_t* get_username_6() const { return ___username_6; } inline String_t** get_address_of_username_6() { return &___username_6; } inline void set_username_6(String_t* value) { ___username_6 = value; Il2CppCodeGenWriteBarrier((&___username_6), value); } inline static int32_t get_offset_of_password_7() { return static_cast(offsetof(UriBuilder_t579353065, ___password_7)); } inline String_t* get_password_7() const { return ___password_7; } inline String_t** get_address_of_password_7() { return &___password_7; } inline void set_password_7(String_t* value) { ___password_7 = value; Il2CppCodeGenWriteBarrier((&___password_7), value); } inline static int32_t get_offset_of_uri_8() { return static_cast(offsetof(UriBuilder_t579353065, ___uri_8)); } inline Uri_t100236324 * get_uri_8() const { return ___uri_8; } inline Uri_t100236324 ** get_address_of_uri_8() { return &___uri_8; } inline void set_uri_8(Uri_t100236324 * value) { ___uri_8 = value; Il2CppCodeGenWriteBarrier((&___uri_8), value); } inline static int32_t get_offset_of_modified_9() { return static_cast(offsetof(UriBuilder_t579353065, ___modified_9)); } inline bool get_modified_9() const { return ___modified_9; } inline bool* get_address_of_modified_9() { return &___modified_9; } inline void set_modified_9(bool value) { ___modified_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URIBUILDER_T579353065_H #ifndef MULTICASTOPTION_T3861143239_H #define MULTICASTOPTION_T3861143239_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.MulticastOption struct MulticastOption_t3861143239 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTOPTION_T3861143239_H #ifndef OIDCOLLECTION_T4234766844_H #define OIDCOLLECTION_T4234766844_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.OidCollection struct OidCollection_t4234766844 : public RuntimeObject { public: // System.Collections.ArrayList System.Security.Cryptography.OidCollection::_list ArrayList_t2718874744 * ____list_0; // System.Boolean System.Security.Cryptography.OidCollection::_readOnly bool ____readOnly_1; public: inline static int32_t get_offset_of__list_0() { return static_cast(offsetof(OidCollection_t4234766844, ____list_0)); } inline ArrayList_t2718874744 * get__list_0() const { return ____list_0; } inline ArrayList_t2718874744 ** get_address_of__list_0() { return &____list_0; } inline void set__list_0(ArrayList_t2718874744 * value) { ____list_0 = value; Il2CppCodeGenWriteBarrier((&____list_0), value); } inline static int32_t get_offset_of__readOnly_1() { return static_cast(offsetof(OidCollection_t4234766844, ____readOnly_1)); } inline bool get__readOnly_1() const { return ____readOnly_1; } inline bool* get_address_of__readOnly_1() { return &____readOnly_1; } inline void set__readOnly_1(bool value) { ____readOnly_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OIDCOLLECTION_T4234766844_H #ifndef OID_T3552120260_H #define OID_T3552120260_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.Oid struct Oid_t3552120260 : public RuntimeObject { public: // System.String System.Security.Cryptography.Oid::_value String_t* ____value_0; // System.String System.Security.Cryptography.Oid::_name String_t* ____name_1; public: inline static int32_t get_offset_of__value_0() { return static_cast(offsetof(Oid_t3552120260, ____value_0)); } inline String_t* get__value_0() const { return ____value_0; } inline String_t** get_address_of__value_0() { return &____value_0; } inline void set__value_0(String_t* value) { ____value_0 = value; Il2CppCodeGenWriteBarrier((&____value_0), value); } inline static int32_t get_offset_of__name_1() { return static_cast(offsetof(Oid_t3552120260, ____name_1)); } inline String_t* get__name_1() const { return ____name_1; } inline String_t** get_address_of__name_1() { return &____name_1; } inline void set__name_1(String_t* value) { ____name_1 = value; Il2CppCodeGenWriteBarrier((&____name_1), value); } }; struct Oid_t3552120260_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Security.Cryptography.Oid::<>f__switch$map14 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map14_2; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map14_2() { return static_cast(offsetof(Oid_t3552120260_StaticFields, ___U3CU3Ef__switchU24map14_2)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map14_2() const { return ___U3CU3Ef__switchU24map14_2; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map14_2() { return &___U3CU3Ef__switchU24map14_2; } inline void set_U3CU3Ef__switchU24map14_2(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map14_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map14_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OID_T3552120260_H #ifndef ASNENCODEDDATA_T382354011_H #define ASNENCODEDDATA_T382354011_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.AsnEncodedData struct AsnEncodedData_t382354011 : public RuntimeObject { public: // System.Security.Cryptography.Oid System.Security.Cryptography.AsnEncodedData::_oid Oid_t3552120260 * ____oid_0; // System.Byte[] System.Security.Cryptography.AsnEncodedData::_raw ByteU5BU5D_t4116647657* ____raw_1; public: inline static int32_t get_offset_of__oid_0() { return static_cast(offsetof(AsnEncodedData_t382354011, ____oid_0)); } inline Oid_t3552120260 * get__oid_0() const { return ____oid_0; } inline Oid_t3552120260 ** get_address_of__oid_0() { return &____oid_0; } inline void set__oid_0(Oid_t3552120260 * value) { ____oid_0 = value; Il2CppCodeGenWriteBarrier((&____oid_0), value); } inline static int32_t get_offset_of__raw_1() { return static_cast(offsetof(AsnEncodedData_t382354011, ____raw_1)); } inline ByteU5BU5D_t4116647657* get__raw_1() const { return ____raw_1; } inline ByteU5BU5D_t4116647657** get_address_of__raw_1() { return &____raw_1; } inline void set__raw_1(ByteU5BU5D_t4116647657* value) { ____raw_1 = value; Il2CppCodeGenWriteBarrier((&____raw_1), value); } }; struct AsnEncodedData_t382354011_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Security.Cryptography.AsnEncodedData::<>f__switch$map13 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map13_2; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map13_2() { return static_cast(offsetof(AsnEncodedData_t382354011_StaticFields, ___U3CU3Ef__switchU24map13_2)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map13_2() const { return ___U3CU3Ef__switchU24map13_2; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map13_2() { return &___U3CU3Ef__switchU24map13_2; } inline void set_U3CU3Ef__switchU24map13_2(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map13_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map13_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASNENCODEDDATA_T382354011_H #ifndef X509EXTENSION_T3173393653_H #define X509EXTENSION_T3173393653_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509Extension struct X509Extension_t3173393653 : public RuntimeObject { public: // System.String Mono.Security.X509.X509Extension::extnOid String_t* ___extnOid_0; // System.Boolean Mono.Security.X509.X509Extension::extnCritical bool ___extnCritical_1; // Mono.Security.ASN1 Mono.Security.X509.X509Extension::extnValue ASN1_t2114160833 * ___extnValue_2; public: inline static int32_t get_offset_of_extnOid_0() { return static_cast(offsetof(X509Extension_t3173393653, ___extnOid_0)); } inline String_t* get_extnOid_0() const { return ___extnOid_0; } inline String_t** get_address_of_extnOid_0() { return &___extnOid_0; } inline void set_extnOid_0(String_t* value) { ___extnOid_0 = value; Il2CppCodeGenWriteBarrier((&___extnOid_0), value); } inline static int32_t get_offset_of_extnCritical_1() { return static_cast(offsetof(X509Extension_t3173393653, ___extnCritical_1)); } inline bool get_extnCritical_1() const { return ___extnCritical_1; } inline bool* get_address_of_extnCritical_1() { return &___extnCritical_1; } inline void set_extnCritical_1(bool value) { ___extnCritical_1 = value; } inline static int32_t get_offset_of_extnValue_2() { return static_cast(offsetof(X509Extension_t3173393653, ___extnValue_2)); } inline ASN1_t2114160833 * get_extnValue_2() const { return ___extnValue_2; } inline ASN1_t2114160833 ** get_address_of_extnValue_2() { return &___extnValue_2; } inline void set_extnValue_2(ASN1_t2114160833 * value) { ___extnValue_2 = value; Il2CppCodeGenWriteBarrier((&___extnValue_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509EXTENSION_T3173393653_H #ifndef MATCHCOLLECTION_T1395363720_H #define MATCHCOLLECTION_T1395363720_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.MatchCollection struct MatchCollection_t1395363720 : public RuntimeObject { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.MatchCollection::current Match_t3408321083 * ___current_0; // System.Collections.ArrayList System.Text.RegularExpressions.MatchCollection::list ArrayList_t2718874744 * ___list_1; public: inline static int32_t get_offset_of_current_0() { return static_cast(offsetof(MatchCollection_t1395363720, ___current_0)); } inline Match_t3408321083 * get_current_0() const { return ___current_0; } inline Match_t3408321083 ** get_address_of_current_0() { return &___current_0; } inline void set_current_0(Match_t3408321083 * value) { ___current_0 = value; Il2CppCodeGenWriteBarrier((&___current_0), value); } inline static int32_t get_offset_of_list_1() { return static_cast(offsetof(MatchCollection_t1395363720, ___list_1)); } inline ArrayList_t2718874744 * get_list_1() const { return ___list_1; } inline ArrayList_t2718874744 ** get_address_of_list_1() { return &___list_1; } inline void set_list_1(ArrayList_t2718874744 * value) { ___list_1 = value; Il2CppCodeGenWriteBarrier((&___list_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATCHCOLLECTION_T1395363720_H #ifndef X509CHAINELEMENTCOLLECTION_T3110968994_H #define X509CHAINELEMENTCOLLECTION_T3110968994_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509ChainElementCollection struct X509ChainElementCollection_t3110968994 : public RuntimeObject { public: // System.Collections.ArrayList System.Security.Cryptography.X509Certificates.X509ChainElementCollection::_list ArrayList_t2718874744 * ____list_0; public: inline static int32_t get_offset_of__list_0() { return static_cast(offsetof(X509ChainElementCollection_t3110968994, ____list_0)); } inline ArrayList_t2718874744 * get__list_0() const { return ____list_0; } inline ArrayList_t2718874744 ** get_address_of__list_0() { return &____list_0; } inline void set__list_0(ArrayList_t2718874744 * value) { ____list_0 = value; Il2CppCodeGenWriteBarrier((&____list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CHAINELEMENTCOLLECTION_T3110968994_H #ifndef LINGEROPTION_T2688985448_H #define LINGEROPTION_T2688985448_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.LingerOption struct LingerOption_t2688985448 : public RuntimeObject { public: // System.Boolean System.Net.Sockets.LingerOption::enabled bool ___enabled_0; // System.Int32 System.Net.Sockets.LingerOption::seconds int32_t ___seconds_1; public: inline static int32_t get_offset_of_enabled_0() { return static_cast(offsetof(LingerOption_t2688985448, ___enabled_0)); } inline bool get_enabled_0() const { return ___enabled_0; } inline bool* get_address_of_enabled_0() { return &___enabled_0; } inline void set_enabled_0(bool value) { ___enabled_0 = value; } inline static int32_t get_offset_of_seconds_1() { return static_cast(offsetof(LingerOption_t2688985448, ___seconds_1)); } inline int32_t get_seconds_1() const { return ___seconds_1; } inline int32_t* get_address_of_seconds_1() { return &___seconds_1; } inline void set_seconds_1(int32_t value) { ___seconds_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINGEROPTION_T2688985448_H #ifndef X509CERTIFICATEENUMERATOR_T855273292_H #define X509CERTIFICATEENUMERATOR_T855273292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator struct X509CertificateEnumerator_t855273292 : 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_t855273292, ___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((&___enumerator_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATEENUMERATOR_T855273292_H #ifndef SOCKETADDRESS_T3739769427_H #define SOCKETADDRESS_T3739769427_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.SocketAddress struct SocketAddress_t3739769427 : public RuntimeObject { public: // System.Byte[] System.Net.SocketAddress::data ByteU5BU5D_t4116647657* ___data_0; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(SocketAddress_t3739769427, ___data_0)); } inline ByteU5BU5D_t4116647657* get_data_0() const { return ___data_0; } inline ByteU5BU5D_t4116647657** get_address_of_data_0() { return &___data_0; } inline void set_data_0(ByteU5BU5D_t4116647657* value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((&___data_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETADDRESS_T3739769427_H #ifndef CULTUREINFO_T4157843068_H #define CULTUREINFO_T4157843068_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CultureInfo struct CultureInfo_t4157843068 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_7; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_8; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_9; // System.Int32 System.Globalization.CultureInfo::specific_lcid int32_t ___specific_lcid_10; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_11; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_12; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_13; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t435877138 * ___numInfo_14; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t2405853701 * ___dateTimeInfo_15; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t3810425522 * ___textInfo_16; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_17; // System.String System.Globalization.CultureInfo::displayname String_t* ___displayname_18; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_19; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_20; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_21; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_22; // System.String System.Globalization.CultureInfo::icu_name String_t* ___icu_name_23; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_24; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_25; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t1092934962 * ___compareInfo_26; // System.Int32* System.Globalization.CultureInfo::calendar_data int32_t* ___calendar_data_27; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_28; // System.Globalization.Calendar[] System.Globalization.CultureInfo::optional_calendars CalendarU5BU5D_t3985046076* ___optional_calendars_29; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t4157843068 * ___parent_culture_30; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_31; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t1661121569 * ___calendar_32; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_33; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_t4116647657* ___cached_serialized_form_34; public: inline static int32_t get_offset_of_m_isReadOnly_7() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_isReadOnly_7)); } inline bool get_m_isReadOnly_7() const { return ___m_isReadOnly_7; } inline bool* get_address_of_m_isReadOnly_7() { return &___m_isReadOnly_7; } inline void set_m_isReadOnly_7(bool value) { ___m_isReadOnly_7 = value; } inline static int32_t get_offset_of_cultureID_8() { return static_cast(offsetof(CultureInfo_t4157843068, ___cultureID_8)); } inline int32_t get_cultureID_8() const { return ___cultureID_8; } inline int32_t* get_address_of_cultureID_8() { return &___cultureID_8; } inline void set_cultureID_8(int32_t value) { ___cultureID_8 = value; } inline static int32_t get_offset_of_parent_lcid_9() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_lcid_9)); } inline int32_t get_parent_lcid_9() const { return ___parent_lcid_9; } inline int32_t* get_address_of_parent_lcid_9() { return &___parent_lcid_9; } inline void set_parent_lcid_9(int32_t value) { ___parent_lcid_9 = value; } inline static int32_t get_offset_of_specific_lcid_10() { return static_cast(offsetof(CultureInfo_t4157843068, ___specific_lcid_10)); } inline int32_t get_specific_lcid_10() const { return ___specific_lcid_10; } inline int32_t* get_address_of_specific_lcid_10() { return &___specific_lcid_10; } inline void set_specific_lcid_10(int32_t value) { ___specific_lcid_10 = value; } inline static int32_t get_offset_of_datetime_index_11() { return static_cast(offsetof(CultureInfo_t4157843068, ___datetime_index_11)); } inline int32_t get_datetime_index_11() const { return ___datetime_index_11; } inline int32_t* get_address_of_datetime_index_11() { return &___datetime_index_11; } inline void set_datetime_index_11(int32_t value) { ___datetime_index_11 = value; } inline static int32_t get_offset_of_number_index_12() { return static_cast(offsetof(CultureInfo_t4157843068, ___number_index_12)); } inline int32_t get_number_index_12() const { return ___number_index_12; } inline int32_t* get_address_of_number_index_12() { return &___number_index_12; } inline void set_number_index_12(int32_t value) { ___number_index_12 = value; } inline static int32_t get_offset_of_m_useUserOverride_13() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_useUserOverride_13)); } inline bool get_m_useUserOverride_13() const { return ___m_useUserOverride_13; } inline bool* get_address_of_m_useUserOverride_13() { return &___m_useUserOverride_13; } inline void set_m_useUserOverride_13(bool value) { ___m_useUserOverride_13 = value; } inline static int32_t get_offset_of_numInfo_14() { return static_cast(offsetof(CultureInfo_t4157843068, ___numInfo_14)); } inline NumberFormatInfo_t435877138 * get_numInfo_14() const { return ___numInfo_14; } inline NumberFormatInfo_t435877138 ** get_address_of_numInfo_14() { return &___numInfo_14; } inline void set_numInfo_14(NumberFormatInfo_t435877138 * value) { ___numInfo_14 = value; Il2CppCodeGenWriteBarrier((&___numInfo_14), value); } inline static int32_t get_offset_of_dateTimeInfo_15() { return static_cast(offsetof(CultureInfo_t4157843068, ___dateTimeInfo_15)); } inline DateTimeFormatInfo_t2405853701 * get_dateTimeInfo_15() const { return ___dateTimeInfo_15; } inline DateTimeFormatInfo_t2405853701 ** get_address_of_dateTimeInfo_15() { return &___dateTimeInfo_15; } inline void set_dateTimeInfo_15(DateTimeFormatInfo_t2405853701 * value) { ___dateTimeInfo_15 = value; Il2CppCodeGenWriteBarrier((&___dateTimeInfo_15), value); } inline static int32_t get_offset_of_textInfo_16() { return static_cast(offsetof(CultureInfo_t4157843068, ___textInfo_16)); } inline TextInfo_t3810425522 * get_textInfo_16() const { return ___textInfo_16; } inline TextInfo_t3810425522 ** get_address_of_textInfo_16() { return &___textInfo_16; } inline void set_textInfo_16(TextInfo_t3810425522 * value) { ___textInfo_16 = value; Il2CppCodeGenWriteBarrier((&___textInfo_16), value); } inline static int32_t get_offset_of_m_name_17() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_name_17)); } inline String_t* get_m_name_17() const { return ___m_name_17; } inline String_t** get_address_of_m_name_17() { return &___m_name_17; } inline void set_m_name_17(String_t* value) { ___m_name_17 = value; Il2CppCodeGenWriteBarrier((&___m_name_17), value); } inline static int32_t get_offset_of_displayname_18() { return static_cast(offsetof(CultureInfo_t4157843068, ___displayname_18)); } inline String_t* get_displayname_18() const { return ___displayname_18; } inline String_t** get_address_of_displayname_18() { return &___displayname_18; } inline void set_displayname_18(String_t* value) { ___displayname_18 = value; Il2CppCodeGenWriteBarrier((&___displayname_18), value); } inline static int32_t get_offset_of_englishname_19() { return static_cast(offsetof(CultureInfo_t4157843068, ___englishname_19)); } inline String_t* get_englishname_19() const { return ___englishname_19; } inline String_t** get_address_of_englishname_19() { return &___englishname_19; } inline void set_englishname_19(String_t* value) { ___englishname_19 = value; Il2CppCodeGenWriteBarrier((&___englishname_19), value); } inline static int32_t get_offset_of_nativename_20() { return static_cast(offsetof(CultureInfo_t4157843068, ___nativename_20)); } inline String_t* get_nativename_20() const { return ___nativename_20; } inline String_t** get_address_of_nativename_20() { return &___nativename_20; } inline void set_nativename_20(String_t* value) { ___nativename_20 = value; Il2CppCodeGenWriteBarrier((&___nativename_20), value); } inline static int32_t get_offset_of_iso3lang_21() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso3lang_21)); } inline String_t* get_iso3lang_21() const { return ___iso3lang_21; } inline String_t** get_address_of_iso3lang_21() { return &___iso3lang_21; } inline void set_iso3lang_21(String_t* value) { ___iso3lang_21 = value; Il2CppCodeGenWriteBarrier((&___iso3lang_21), value); } inline static int32_t get_offset_of_iso2lang_22() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso2lang_22)); } inline String_t* get_iso2lang_22() const { return ___iso2lang_22; } inline String_t** get_address_of_iso2lang_22() { return &___iso2lang_22; } inline void set_iso2lang_22(String_t* value) { ___iso2lang_22 = value; Il2CppCodeGenWriteBarrier((&___iso2lang_22), value); } inline static int32_t get_offset_of_icu_name_23() { return static_cast(offsetof(CultureInfo_t4157843068, ___icu_name_23)); } inline String_t* get_icu_name_23() const { return ___icu_name_23; } inline String_t** get_address_of_icu_name_23() { return &___icu_name_23; } inline void set_icu_name_23(String_t* value) { ___icu_name_23 = value; Il2CppCodeGenWriteBarrier((&___icu_name_23), value); } inline static int32_t get_offset_of_win3lang_24() { return static_cast(offsetof(CultureInfo_t4157843068, ___win3lang_24)); } inline String_t* get_win3lang_24() const { return ___win3lang_24; } inline String_t** get_address_of_win3lang_24() { return &___win3lang_24; } inline void set_win3lang_24(String_t* value) { ___win3lang_24 = value; Il2CppCodeGenWriteBarrier((&___win3lang_24), value); } inline static int32_t get_offset_of_territory_25() { return static_cast(offsetof(CultureInfo_t4157843068, ___territory_25)); } inline String_t* get_territory_25() const { return ___territory_25; } inline String_t** get_address_of_territory_25() { return &___territory_25; } inline void set_territory_25(String_t* value) { ___territory_25 = value; Il2CppCodeGenWriteBarrier((&___territory_25), value); } inline static int32_t get_offset_of_compareInfo_26() { return static_cast(offsetof(CultureInfo_t4157843068, ___compareInfo_26)); } inline CompareInfo_t1092934962 * get_compareInfo_26() const { return ___compareInfo_26; } inline CompareInfo_t1092934962 ** get_address_of_compareInfo_26() { return &___compareInfo_26; } inline void set_compareInfo_26(CompareInfo_t1092934962 * value) { ___compareInfo_26 = value; Il2CppCodeGenWriteBarrier((&___compareInfo_26), value); } inline static int32_t get_offset_of_calendar_data_27() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_data_27)); } inline int32_t* get_calendar_data_27() const { return ___calendar_data_27; } inline int32_t** get_address_of_calendar_data_27() { return &___calendar_data_27; } inline void set_calendar_data_27(int32_t* value) { ___calendar_data_27 = value; } inline static int32_t get_offset_of_textinfo_data_28() { return static_cast(offsetof(CultureInfo_t4157843068, ___textinfo_data_28)); } inline void* get_textinfo_data_28() const { return ___textinfo_data_28; } inline void** get_address_of_textinfo_data_28() { return &___textinfo_data_28; } inline void set_textinfo_data_28(void* value) { ___textinfo_data_28 = value; } inline static int32_t get_offset_of_optional_calendars_29() { return static_cast(offsetof(CultureInfo_t4157843068, ___optional_calendars_29)); } inline CalendarU5BU5D_t3985046076* get_optional_calendars_29() const { return ___optional_calendars_29; } inline CalendarU5BU5D_t3985046076** get_address_of_optional_calendars_29() { return &___optional_calendars_29; } inline void set_optional_calendars_29(CalendarU5BU5D_t3985046076* value) { ___optional_calendars_29 = value; Il2CppCodeGenWriteBarrier((&___optional_calendars_29), value); } inline static int32_t get_offset_of_parent_culture_30() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_culture_30)); } inline CultureInfo_t4157843068 * get_parent_culture_30() const { return ___parent_culture_30; } inline CultureInfo_t4157843068 ** get_address_of_parent_culture_30() { return &___parent_culture_30; } inline void set_parent_culture_30(CultureInfo_t4157843068 * value) { ___parent_culture_30 = value; Il2CppCodeGenWriteBarrier((&___parent_culture_30), value); } inline static int32_t get_offset_of_m_dataItem_31() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_dataItem_31)); } inline int32_t get_m_dataItem_31() const { return ___m_dataItem_31; } inline int32_t* get_address_of_m_dataItem_31() { return &___m_dataItem_31; } inline void set_m_dataItem_31(int32_t value) { ___m_dataItem_31 = value; } inline static int32_t get_offset_of_calendar_32() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_32)); } inline Calendar_t1661121569 * get_calendar_32() const { return ___calendar_32; } inline Calendar_t1661121569 ** get_address_of_calendar_32() { return &___calendar_32; } inline void set_calendar_32(Calendar_t1661121569 * value) { ___calendar_32 = value; Il2CppCodeGenWriteBarrier((&___calendar_32), value); } inline static int32_t get_offset_of_constructed_33() { return static_cast(offsetof(CultureInfo_t4157843068, ___constructed_33)); } inline bool get_constructed_33() const { return ___constructed_33; } inline bool* get_address_of_constructed_33() { return &___constructed_33; } inline void set_constructed_33(bool value) { ___constructed_33 = value; } inline static int32_t get_offset_of_cached_serialized_form_34() { return static_cast(offsetof(CultureInfo_t4157843068, ___cached_serialized_form_34)); } inline ByteU5BU5D_t4116647657* get_cached_serialized_form_34() const { return ___cached_serialized_form_34; } inline ByteU5BU5D_t4116647657** get_address_of_cached_serialized_form_34() { return &___cached_serialized_form_34; } inline void set_cached_serialized_form_34(ByteU5BU5D_t4116647657* value) { ___cached_serialized_form_34 = value; Il2CppCodeGenWriteBarrier((&___cached_serialized_form_34), value); } }; struct CultureInfo_t4157843068_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t4157843068 * ___invariant_culture_info_4; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_5; // System.Int32 System.Globalization.CultureInfo::BootstrapCultureID int32_t ___BootstrapCultureID_6; // System.String System.Globalization.CultureInfo::MSG_READONLY String_t* ___MSG_READONLY_35; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_number Hashtable_t1853889766 * ___shared_by_number_36; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_name Hashtable_t1853889766 * ___shared_by_name_37; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map19 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map19_38; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1A_39; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1B_40; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1C Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1C_41; public: inline static int32_t get_offset_of_invariant_culture_info_4() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___invariant_culture_info_4)); } inline CultureInfo_t4157843068 * get_invariant_culture_info_4() const { return ___invariant_culture_info_4; } inline CultureInfo_t4157843068 ** get_address_of_invariant_culture_info_4() { return &___invariant_culture_info_4; } inline void set_invariant_culture_info_4(CultureInfo_t4157843068 * value) { ___invariant_culture_info_4 = value; Il2CppCodeGenWriteBarrier((&___invariant_culture_info_4), value); } inline static int32_t get_offset_of_shared_table_lock_5() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_table_lock_5)); } inline RuntimeObject * get_shared_table_lock_5() const { return ___shared_table_lock_5; } inline RuntimeObject ** get_address_of_shared_table_lock_5() { return &___shared_table_lock_5; } inline void set_shared_table_lock_5(RuntimeObject * value) { ___shared_table_lock_5 = value; Il2CppCodeGenWriteBarrier((&___shared_table_lock_5), value); } inline static int32_t get_offset_of_BootstrapCultureID_6() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___BootstrapCultureID_6)); } inline int32_t get_BootstrapCultureID_6() const { return ___BootstrapCultureID_6; } inline int32_t* get_address_of_BootstrapCultureID_6() { return &___BootstrapCultureID_6; } inline void set_BootstrapCultureID_6(int32_t value) { ___BootstrapCultureID_6 = value; } inline static int32_t get_offset_of_MSG_READONLY_35() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___MSG_READONLY_35)); } inline String_t* get_MSG_READONLY_35() const { return ___MSG_READONLY_35; } inline String_t** get_address_of_MSG_READONLY_35() { return &___MSG_READONLY_35; } inline void set_MSG_READONLY_35(String_t* value) { ___MSG_READONLY_35 = value; Il2CppCodeGenWriteBarrier((&___MSG_READONLY_35), value); } inline static int32_t get_offset_of_shared_by_number_36() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_number_36)); } inline Hashtable_t1853889766 * get_shared_by_number_36() const { return ___shared_by_number_36; } inline Hashtable_t1853889766 ** get_address_of_shared_by_number_36() { return &___shared_by_number_36; } inline void set_shared_by_number_36(Hashtable_t1853889766 * value) { ___shared_by_number_36 = value; Il2CppCodeGenWriteBarrier((&___shared_by_number_36), value); } inline static int32_t get_offset_of_shared_by_name_37() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_name_37)); } inline Hashtable_t1853889766 * get_shared_by_name_37() const { return ___shared_by_name_37; } inline Hashtable_t1853889766 ** get_address_of_shared_by_name_37() { return &___shared_by_name_37; } inline void set_shared_by_name_37(Hashtable_t1853889766 * value) { ___shared_by_name_37 = value; Il2CppCodeGenWriteBarrier((&___shared_by_name_37), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map19_38() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map19_38)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map19_38() const { return ___U3CU3Ef__switchU24map19_38; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map19_38() { return &___U3CU3Ef__switchU24map19_38; } inline void set_U3CU3Ef__switchU24map19_38(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map19_38 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map19_38), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1A_39() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1A_39)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1A_39() const { return ___U3CU3Ef__switchU24map1A_39; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1A_39() { return &___U3CU3Ef__switchU24map1A_39; } inline void set_U3CU3Ef__switchU24map1A_39(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1A_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1A_39), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1B_40() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1B_40)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1B_40() const { return ___U3CU3Ef__switchU24map1B_40; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1B_40() { return &___U3CU3Ef__switchU24map1B_40; } inline void set_U3CU3Ef__switchU24map1B_40(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1B_40 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1B_40), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1C_41() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1C_41)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1C_41() const { return ___U3CU3Ef__switchU24map1C_41; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1C_41() { return &___U3CU3Ef__switchU24map1C_41; } inline void set_U3CU3Ef__switchU24map1C_41(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1C_41 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1C_41), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFO_T4157843068_H #ifndef CAPTURE_T2232016050_H #define CAPTURE_T2232016050_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Capture struct Capture_t2232016050 : public RuntimeObject { public: // System.Int32 System.Text.RegularExpressions.Capture::index int32_t ___index_0; // System.Int32 System.Text.RegularExpressions.Capture::length int32_t ___length_1; // System.String System.Text.RegularExpressions.Capture::text String_t* ___text_2; public: inline static int32_t get_offset_of_index_0() { return static_cast(offsetof(Capture_t2232016050, ___index_0)); } inline int32_t get_index_0() const { return ___index_0; } inline int32_t* get_address_of_index_0() { return &___index_0; } inline void set_index_0(int32_t value) { ___index_0 = value; } inline static int32_t get_offset_of_length_1() { return static_cast(offsetof(Capture_t2232016050, ___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_text_2() { return static_cast(offsetof(Capture_t2232016050, ___text_2)); } inline String_t* get_text_2() const { return ___text_2; } inline String_t** get_address_of_text_2() { return &___text_2; } inline void set_text_2(String_t* value) { ___text_2 = value; Il2CppCodeGenWriteBarrier((&___text_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAPTURE_T2232016050_H #ifndef GROUPCOLLECTION_T69770484_H #define GROUPCOLLECTION_T69770484_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.GroupCollection struct GroupCollection_t69770484 : public RuntimeObject { public: // System.Text.RegularExpressions.Group[] System.Text.RegularExpressions.GroupCollection::list GroupU5BU5D_t1880820351* ___list_0; // System.Int32 System.Text.RegularExpressions.GroupCollection::gap int32_t ___gap_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(GroupCollection_t69770484, ___list_0)); } inline GroupU5BU5D_t1880820351* get_list_0() const { return ___list_0; } inline GroupU5BU5D_t1880820351** get_address_of_list_0() { return &___list_0; } inline void set_list_0(GroupU5BU5D_t1880820351* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_gap_1() { return static_cast(offsetof(GroupCollection_t69770484, ___gap_1)); } inline int32_t get_gap_1() const { return ___gap_1; } inline int32_t* get_address_of_gap_1() { return &___gap_1; } inline void set_gap_1(int32_t value) { ___gap_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GROUPCOLLECTION_T69770484_H #ifndef SERIALIZATIONINFO_T950877179_H #define SERIALIZATIONINFO_T950877179_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179 : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Serialization.SerializationInfo::serialized Hashtable_t1853889766 * ___serialized_0; // System.Collections.ArrayList System.Runtime.Serialization.SerializationInfo::values ArrayList_t2718874744 * ___values_1; // System.String System.Runtime.Serialization.SerializationInfo::assemblyName String_t* ___assemblyName_2; // System.String System.Runtime.Serialization.SerializationInfo::fullTypeName String_t* ___fullTypeName_3; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::converter RuntimeObject* ___converter_4; public: inline static int32_t get_offset_of_serialized_0() { return static_cast(offsetof(SerializationInfo_t950877179, ___serialized_0)); } inline Hashtable_t1853889766 * get_serialized_0() const { return ___serialized_0; } inline Hashtable_t1853889766 ** get_address_of_serialized_0() { return &___serialized_0; } inline void set_serialized_0(Hashtable_t1853889766 * value) { ___serialized_0 = value; Il2CppCodeGenWriteBarrier((&___serialized_0), value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SerializationInfo_t950877179, ___values_1)); } inline ArrayList_t2718874744 * get_values_1() const { return ___values_1; } inline ArrayList_t2718874744 ** get_address_of_values_1() { return &___values_1; } inline void set_values_1(ArrayList_t2718874744 * value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((&___values_1), value); } inline static int32_t get_offset_of_assemblyName_2() { return static_cast(offsetof(SerializationInfo_t950877179, ___assemblyName_2)); } inline String_t* get_assemblyName_2() const { return ___assemblyName_2; } inline String_t** get_address_of_assemblyName_2() { return &___assemblyName_2; } inline void set_assemblyName_2(String_t* value) { ___assemblyName_2 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_2), value); } inline static int32_t get_offset_of_fullTypeName_3() { return static_cast(offsetof(SerializationInfo_t950877179, ___fullTypeName_3)); } inline String_t* get_fullTypeName_3() const { return ___fullTypeName_3; } inline String_t** get_address_of_fullTypeName_3() { return &___fullTypeName_3; } inline void set_fullTypeName_3(String_t* value) { ___fullTypeName_3 = value; Il2CppCodeGenWriteBarrier((&___fullTypeName_3), value); } inline static int32_t get_offset_of_converter_4() { return static_cast(offsetof(SerializationInfo_t950877179, ___converter_4)); } inline RuntimeObject* get_converter_4() const { return ___converter_4; } inline RuntimeObject** get_address_of_converter_4() { return &___converter_4; } inline void set_converter_4(RuntimeObject* value) { ___converter_4 = value; Il2CppCodeGenWriteBarrier((&___converter_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONINFO_T950877179_H #ifndef ENCODING_T1523322056_H #define ENCODING_T1523322056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Encoding struct Encoding_t1523322056 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::codePage int32_t ___codePage_0; // System.Int32 System.Text.Encoding::windows_code_page int32_t ___windows_code_page_1; // System.Boolean System.Text.Encoding::is_readonly bool ___is_readonly_2; // System.Text.DecoderFallback System.Text.Encoding::decoder_fallback DecoderFallback_t3123823036 * ___decoder_fallback_3; // System.Text.EncoderFallback System.Text.Encoding::encoder_fallback EncoderFallback_t1188251036 * ___encoder_fallback_4; // System.String System.Text.Encoding::body_name String_t* ___body_name_8; // System.String System.Text.Encoding::encoding_name String_t* ___encoding_name_9; // System.String System.Text.Encoding::header_name String_t* ___header_name_10; // System.Boolean System.Text.Encoding::is_mail_news_display bool ___is_mail_news_display_11; // System.Boolean System.Text.Encoding::is_mail_news_save bool ___is_mail_news_save_12; // System.Boolean System.Text.Encoding::is_browser_save bool ___is_browser_save_13; // System.Boolean System.Text.Encoding::is_browser_display bool ___is_browser_display_14; // System.String System.Text.Encoding::web_name String_t* ___web_name_15; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(Encoding_t1523322056, ___codePage_0)); } inline int32_t get_codePage_0() const { return ___codePage_0; } inline int32_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(int32_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_windows_code_page_1() { return static_cast(offsetof(Encoding_t1523322056, ___windows_code_page_1)); } inline int32_t get_windows_code_page_1() const { return ___windows_code_page_1; } inline int32_t* get_address_of_windows_code_page_1() { return &___windows_code_page_1; } inline void set_windows_code_page_1(int32_t value) { ___windows_code_page_1 = value; } inline static int32_t get_offset_of_is_readonly_2() { return static_cast(offsetof(Encoding_t1523322056, ___is_readonly_2)); } inline bool get_is_readonly_2() const { return ___is_readonly_2; } inline bool* get_address_of_is_readonly_2() { return &___is_readonly_2; } inline void set_is_readonly_2(bool value) { ___is_readonly_2 = value; } inline static int32_t get_offset_of_decoder_fallback_3() { return static_cast(offsetof(Encoding_t1523322056, ___decoder_fallback_3)); } inline DecoderFallback_t3123823036 * get_decoder_fallback_3() const { return ___decoder_fallback_3; } inline DecoderFallback_t3123823036 ** get_address_of_decoder_fallback_3() { return &___decoder_fallback_3; } inline void set_decoder_fallback_3(DecoderFallback_t3123823036 * value) { ___decoder_fallback_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_fallback_3), value); } inline static int32_t get_offset_of_encoder_fallback_4() { return static_cast(offsetof(Encoding_t1523322056, ___encoder_fallback_4)); } inline EncoderFallback_t1188251036 * get_encoder_fallback_4() const { return ___encoder_fallback_4; } inline EncoderFallback_t1188251036 ** get_address_of_encoder_fallback_4() { return &___encoder_fallback_4; } inline void set_encoder_fallback_4(EncoderFallback_t1188251036 * value) { ___encoder_fallback_4 = value; Il2CppCodeGenWriteBarrier((&___encoder_fallback_4), value); } inline static int32_t get_offset_of_body_name_8() { return static_cast(offsetof(Encoding_t1523322056, ___body_name_8)); } inline String_t* get_body_name_8() const { return ___body_name_8; } inline String_t** get_address_of_body_name_8() { return &___body_name_8; } inline void set_body_name_8(String_t* value) { ___body_name_8 = value; Il2CppCodeGenWriteBarrier((&___body_name_8), value); } inline static int32_t get_offset_of_encoding_name_9() { return static_cast(offsetof(Encoding_t1523322056, ___encoding_name_9)); } inline String_t* get_encoding_name_9() const { return ___encoding_name_9; } inline String_t** get_address_of_encoding_name_9() { return &___encoding_name_9; } inline void set_encoding_name_9(String_t* value) { ___encoding_name_9 = value; Il2CppCodeGenWriteBarrier((&___encoding_name_9), value); } inline static int32_t get_offset_of_header_name_10() { return static_cast(offsetof(Encoding_t1523322056, ___header_name_10)); } inline String_t* get_header_name_10() const { return ___header_name_10; } inline String_t** get_address_of_header_name_10() { return &___header_name_10; } inline void set_header_name_10(String_t* value) { ___header_name_10 = value; Il2CppCodeGenWriteBarrier((&___header_name_10), value); } inline static int32_t get_offset_of_is_mail_news_display_11() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_display_11)); } inline bool get_is_mail_news_display_11() const { return ___is_mail_news_display_11; } inline bool* get_address_of_is_mail_news_display_11() { return &___is_mail_news_display_11; } inline void set_is_mail_news_display_11(bool value) { ___is_mail_news_display_11 = value; } inline static int32_t get_offset_of_is_mail_news_save_12() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_save_12)); } inline bool get_is_mail_news_save_12() const { return ___is_mail_news_save_12; } inline bool* get_address_of_is_mail_news_save_12() { return &___is_mail_news_save_12; } inline void set_is_mail_news_save_12(bool value) { ___is_mail_news_save_12 = value; } inline static int32_t get_offset_of_is_browser_save_13() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_save_13)); } inline bool get_is_browser_save_13() const { return ___is_browser_save_13; } inline bool* get_address_of_is_browser_save_13() { return &___is_browser_save_13; } inline void set_is_browser_save_13(bool value) { ___is_browser_save_13 = value; } inline static int32_t get_offset_of_is_browser_display_14() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_display_14)); } inline bool get_is_browser_display_14() const { return ___is_browser_display_14; } inline bool* get_address_of_is_browser_display_14() { return &___is_browser_display_14; } inline void set_is_browser_display_14(bool value) { ___is_browser_display_14 = value; } inline static int32_t get_offset_of_web_name_15() { return static_cast(offsetof(Encoding_t1523322056, ___web_name_15)); } inline String_t* get_web_name_15() const { return ___web_name_15; } inline String_t** get_address_of_web_name_15() { return &___web_name_15; } inline void set_web_name_15(String_t* value) { ___web_name_15 = value; Il2CppCodeGenWriteBarrier((&___web_name_15), value); } }; struct Encoding_t1523322056_StaticFields { public: // System.Reflection.Assembly System.Text.Encoding::i18nAssembly Assembly_t * ___i18nAssembly_5; // System.Boolean System.Text.Encoding::i18nDisabled bool ___i18nDisabled_6; // System.Object[] System.Text.Encoding::encodings ObjectU5BU5D_t2843939325* ___encodings_7; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t1523322056 * ___asciiEncoding_16; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianEncoding Encoding_t1523322056 * ___bigEndianEncoding_17; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t1523322056 * ___defaultEncoding_18; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t1523322056 * ___utf7Encoding_19; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithMarkers Encoding_t1523322056 * ___utf8EncodingWithMarkers_20; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithoutMarkers Encoding_t1523322056 * ___utf8EncodingWithoutMarkers_21; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t1523322056 * ___unicodeEncoding_22; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::isoLatin1Encoding Encoding_t1523322056 * ___isoLatin1Encoding_23; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingUnsafe Encoding_t1523322056 * ___utf8EncodingUnsafe_24; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t1523322056 * ___utf32Encoding_25; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUTF32Encoding Encoding_t1523322056 * ___bigEndianUTF32Encoding_26; // System.Object System.Text.Encoding::lockobj RuntimeObject * ___lockobj_27; public: inline static int32_t get_offset_of_i18nAssembly_5() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nAssembly_5)); } inline Assembly_t * get_i18nAssembly_5() const { return ___i18nAssembly_5; } inline Assembly_t ** get_address_of_i18nAssembly_5() { return &___i18nAssembly_5; } inline void set_i18nAssembly_5(Assembly_t * value) { ___i18nAssembly_5 = value; Il2CppCodeGenWriteBarrier((&___i18nAssembly_5), value); } inline static int32_t get_offset_of_i18nDisabled_6() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nDisabled_6)); } inline bool get_i18nDisabled_6() const { return ___i18nDisabled_6; } inline bool* get_address_of_i18nDisabled_6() { return &___i18nDisabled_6; } inline void set_i18nDisabled_6(bool value) { ___i18nDisabled_6 = value; } inline static int32_t get_offset_of_encodings_7() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___encodings_7)); } inline ObjectU5BU5D_t2843939325* get_encodings_7() const { return ___encodings_7; } inline ObjectU5BU5D_t2843939325** get_address_of_encodings_7() { return &___encodings_7; } inline void set_encodings_7(ObjectU5BU5D_t2843939325* value) { ___encodings_7 = value; Il2CppCodeGenWriteBarrier((&___encodings_7), value); } inline static int32_t get_offset_of_asciiEncoding_16() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___asciiEncoding_16)); } inline Encoding_t1523322056 * get_asciiEncoding_16() const { return ___asciiEncoding_16; } inline Encoding_t1523322056 ** get_address_of_asciiEncoding_16() { return &___asciiEncoding_16; } inline void set_asciiEncoding_16(Encoding_t1523322056 * value) { ___asciiEncoding_16 = value; Il2CppCodeGenWriteBarrier((&___asciiEncoding_16), value); } inline static int32_t get_offset_of_bigEndianEncoding_17() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianEncoding_17)); } inline Encoding_t1523322056 * get_bigEndianEncoding_17() const { return ___bigEndianEncoding_17; } inline Encoding_t1523322056 ** get_address_of_bigEndianEncoding_17() { return &___bigEndianEncoding_17; } inline void set_bigEndianEncoding_17(Encoding_t1523322056 * value) { ___bigEndianEncoding_17 = value; Il2CppCodeGenWriteBarrier((&___bigEndianEncoding_17), value); } inline static int32_t get_offset_of_defaultEncoding_18() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___defaultEncoding_18)); } inline Encoding_t1523322056 * get_defaultEncoding_18() const { return ___defaultEncoding_18; } inline Encoding_t1523322056 ** get_address_of_defaultEncoding_18() { return &___defaultEncoding_18; } inline void set_defaultEncoding_18(Encoding_t1523322056 * value) { ___defaultEncoding_18 = value; Il2CppCodeGenWriteBarrier((&___defaultEncoding_18), value); } inline static int32_t get_offset_of_utf7Encoding_19() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf7Encoding_19)); } inline Encoding_t1523322056 * get_utf7Encoding_19() const { return ___utf7Encoding_19; } inline Encoding_t1523322056 ** get_address_of_utf7Encoding_19() { return &___utf7Encoding_19; } inline void set_utf7Encoding_19(Encoding_t1523322056 * value) { ___utf7Encoding_19 = value; Il2CppCodeGenWriteBarrier((&___utf7Encoding_19), value); } inline static int32_t get_offset_of_utf8EncodingWithMarkers_20() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithMarkers_20)); } inline Encoding_t1523322056 * get_utf8EncodingWithMarkers_20() const { return ___utf8EncodingWithMarkers_20; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithMarkers_20() { return &___utf8EncodingWithMarkers_20; } inline void set_utf8EncodingWithMarkers_20(Encoding_t1523322056 * value) { ___utf8EncodingWithMarkers_20 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithMarkers_20), value); } inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_21() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithoutMarkers_21)); } inline Encoding_t1523322056 * get_utf8EncodingWithoutMarkers_21() const { return ___utf8EncodingWithoutMarkers_21; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithoutMarkers_21() { return &___utf8EncodingWithoutMarkers_21; } inline void set_utf8EncodingWithoutMarkers_21(Encoding_t1523322056 * value) { ___utf8EncodingWithoutMarkers_21 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_21), value); } inline static int32_t get_offset_of_unicodeEncoding_22() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___unicodeEncoding_22)); } inline Encoding_t1523322056 * get_unicodeEncoding_22() const { return ___unicodeEncoding_22; } inline Encoding_t1523322056 ** get_address_of_unicodeEncoding_22() { return &___unicodeEncoding_22; } inline void set_unicodeEncoding_22(Encoding_t1523322056 * value) { ___unicodeEncoding_22 = value; Il2CppCodeGenWriteBarrier((&___unicodeEncoding_22), value); } inline static int32_t get_offset_of_isoLatin1Encoding_23() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___isoLatin1Encoding_23)); } inline Encoding_t1523322056 * get_isoLatin1Encoding_23() const { return ___isoLatin1Encoding_23; } inline Encoding_t1523322056 ** get_address_of_isoLatin1Encoding_23() { return &___isoLatin1Encoding_23; } inline void set_isoLatin1Encoding_23(Encoding_t1523322056 * value) { ___isoLatin1Encoding_23 = value; Il2CppCodeGenWriteBarrier((&___isoLatin1Encoding_23), value); } inline static int32_t get_offset_of_utf8EncodingUnsafe_24() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingUnsafe_24)); } inline Encoding_t1523322056 * get_utf8EncodingUnsafe_24() const { return ___utf8EncodingUnsafe_24; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingUnsafe_24() { return &___utf8EncodingUnsafe_24; } inline void set_utf8EncodingUnsafe_24(Encoding_t1523322056 * value) { ___utf8EncodingUnsafe_24 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingUnsafe_24), value); } inline static int32_t get_offset_of_utf32Encoding_25() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf32Encoding_25)); } inline Encoding_t1523322056 * get_utf32Encoding_25() const { return ___utf32Encoding_25; } inline Encoding_t1523322056 ** get_address_of_utf32Encoding_25() { return &___utf32Encoding_25; } inline void set_utf32Encoding_25(Encoding_t1523322056 * value) { ___utf32Encoding_25 = value; Il2CppCodeGenWriteBarrier((&___utf32Encoding_25), value); } inline static int32_t get_offset_of_bigEndianUTF32Encoding_26() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianUTF32Encoding_26)); } inline Encoding_t1523322056 * get_bigEndianUTF32Encoding_26() const { return ___bigEndianUTF32Encoding_26; } inline Encoding_t1523322056 ** get_address_of_bigEndianUTF32Encoding_26() { return &___bigEndianUTF32Encoding_26; } inline void set_bigEndianUTF32Encoding_26(Encoding_t1523322056 * value) { ___bigEndianUTF32Encoding_26 = value; Il2CppCodeGenWriteBarrier((&___bigEndianUTF32Encoding_26), value); } inline static int32_t get_offset_of_lockobj_27() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___lockobj_27)); } inline RuntimeObject * get_lockobj_27() const { return ___lockobj_27; } inline RuntimeObject ** get_address_of_lockobj_27() { return &___lockobj_27; } inline void set_lockobj_27(RuntimeObject * value) { ___lockobj_27 = value; Il2CppCodeGenWriteBarrier((&___lockobj_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T1523322056_H #ifndef KEYSCOLLECTION_T1318642398_H #define KEYSCOLLECTION_T1318642398_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.NameObjectCollectionBase/KeysCollection struct KeysCollection_t1318642398 : public RuntimeObject { public: // System.Collections.Specialized.NameObjectCollectionBase System.Collections.Specialized.NameObjectCollectionBase/KeysCollection::m_collection NameObjectCollectionBase_t2091847364 * ___m_collection_0; public: inline static int32_t get_offset_of_m_collection_0() { return static_cast(offsetof(KeysCollection_t1318642398, ___m_collection_0)); } inline NameObjectCollectionBase_t2091847364 * get_m_collection_0() const { return ___m_collection_0; } inline NameObjectCollectionBase_t2091847364 ** get_address_of_m_collection_0() { return &___m_collection_0; } inline void set_m_collection_0(NameObjectCollectionBase_t2091847364 * value) { ___m_collection_0 = value; Il2CppCodeGenWriteBarrier((&___m_collection_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYSCOLLECTION_T1318642398_H #ifndef NAMEOBJECTCOLLECTIONBASE_T2091847364_H #define NAMEOBJECTCOLLECTIONBASE_T2091847364_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.NameObjectCollectionBase struct NameObjectCollectionBase_t2091847364 : public RuntimeObject { public: // System.Collections.Hashtable System.Collections.Specialized.NameObjectCollectionBase::m_ItemsContainer Hashtable_t1853889766 * ___m_ItemsContainer_0; // System.Collections.Specialized.NameObjectCollectionBase/_Item System.Collections.Specialized.NameObjectCollectionBase::m_NullKeyItem _Item_t2272350267 * ___m_NullKeyItem_1; // System.Collections.ArrayList System.Collections.Specialized.NameObjectCollectionBase::m_ItemsArray ArrayList_t2718874744 * ___m_ItemsArray_2; // System.Collections.IHashCodeProvider System.Collections.Specialized.NameObjectCollectionBase::m_hashprovider RuntimeObject* ___m_hashprovider_3; // System.Collections.IComparer System.Collections.Specialized.NameObjectCollectionBase::m_comparer RuntimeObject* ___m_comparer_4; // System.Int32 System.Collections.Specialized.NameObjectCollectionBase::m_defCapacity int32_t ___m_defCapacity_5; // System.Boolean System.Collections.Specialized.NameObjectCollectionBase::m_readonly bool ___m_readonly_6; // System.Runtime.Serialization.SerializationInfo System.Collections.Specialized.NameObjectCollectionBase::infoCopy SerializationInfo_t950877179 * ___infoCopy_7; // System.Collections.Specialized.NameObjectCollectionBase/KeysCollection System.Collections.Specialized.NameObjectCollectionBase::keyscoll KeysCollection_t1318642398 * ___keyscoll_8; // System.Collections.IEqualityComparer System.Collections.Specialized.NameObjectCollectionBase::equality_comparer RuntimeObject* ___equality_comparer_9; public: inline static int32_t get_offset_of_m_ItemsContainer_0() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___m_ItemsContainer_0)); } inline Hashtable_t1853889766 * get_m_ItemsContainer_0() const { return ___m_ItemsContainer_0; } inline Hashtable_t1853889766 ** get_address_of_m_ItemsContainer_0() { return &___m_ItemsContainer_0; } inline void set_m_ItemsContainer_0(Hashtable_t1853889766 * value) { ___m_ItemsContainer_0 = value; Il2CppCodeGenWriteBarrier((&___m_ItemsContainer_0), value); } inline static int32_t get_offset_of_m_NullKeyItem_1() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___m_NullKeyItem_1)); } inline _Item_t2272350267 * get_m_NullKeyItem_1() const { return ___m_NullKeyItem_1; } inline _Item_t2272350267 ** get_address_of_m_NullKeyItem_1() { return &___m_NullKeyItem_1; } inline void set_m_NullKeyItem_1(_Item_t2272350267 * value) { ___m_NullKeyItem_1 = value; Il2CppCodeGenWriteBarrier((&___m_NullKeyItem_1), value); } inline static int32_t get_offset_of_m_ItemsArray_2() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___m_ItemsArray_2)); } inline ArrayList_t2718874744 * get_m_ItemsArray_2() const { return ___m_ItemsArray_2; } inline ArrayList_t2718874744 ** get_address_of_m_ItemsArray_2() { return &___m_ItemsArray_2; } inline void set_m_ItemsArray_2(ArrayList_t2718874744 * value) { ___m_ItemsArray_2 = value; Il2CppCodeGenWriteBarrier((&___m_ItemsArray_2), value); } inline static int32_t get_offset_of_m_hashprovider_3() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___m_hashprovider_3)); } inline RuntimeObject* get_m_hashprovider_3() const { return ___m_hashprovider_3; } inline RuntimeObject** get_address_of_m_hashprovider_3() { return &___m_hashprovider_3; } inline void set_m_hashprovider_3(RuntimeObject* value) { ___m_hashprovider_3 = value; Il2CppCodeGenWriteBarrier((&___m_hashprovider_3), value); } inline static int32_t get_offset_of_m_comparer_4() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___m_comparer_4)); } inline RuntimeObject* get_m_comparer_4() const { return ___m_comparer_4; } inline RuntimeObject** get_address_of_m_comparer_4() { return &___m_comparer_4; } inline void set_m_comparer_4(RuntimeObject* value) { ___m_comparer_4 = value; Il2CppCodeGenWriteBarrier((&___m_comparer_4), value); } inline static int32_t get_offset_of_m_defCapacity_5() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___m_defCapacity_5)); } inline int32_t get_m_defCapacity_5() const { return ___m_defCapacity_5; } inline int32_t* get_address_of_m_defCapacity_5() { return &___m_defCapacity_5; } inline void set_m_defCapacity_5(int32_t value) { ___m_defCapacity_5 = value; } inline static int32_t get_offset_of_m_readonly_6() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___m_readonly_6)); } inline bool get_m_readonly_6() const { return ___m_readonly_6; } inline bool* get_address_of_m_readonly_6() { return &___m_readonly_6; } inline void set_m_readonly_6(bool value) { ___m_readonly_6 = value; } inline static int32_t get_offset_of_infoCopy_7() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___infoCopy_7)); } inline SerializationInfo_t950877179 * get_infoCopy_7() const { return ___infoCopy_7; } inline SerializationInfo_t950877179 ** get_address_of_infoCopy_7() { return &___infoCopy_7; } inline void set_infoCopy_7(SerializationInfo_t950877179 * value) { ___infoCopy_7 = value; Il2CppCodeGenWriteBarrier((&___infoCopy_7), value); } inline static int32_t get_offset_of_keyscoll_8() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___keyscoll_8)); } inline KeysCollection_t1318642398 * get_keyscoll_8() const { return ___keyscoll_8; } inline KeysCollection_t1318642398 ** get_address_of_keyscoll_8() { return &___keyscoll_8; } inline void set_keyscoll_8(KeysCollection_t1318642398 * value) { ___keyscoll_8 = value; Il2CppCodeGenWriteBarrier((&___keyscoll_8), value); } inline static int32_t get_offset_of_equality_comparer_9() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___equality_comparer_9)); } inline RuntimeObject* get_equality_comparer_9() const { return ___equality_comparer_9; } inline RuntimeObject** get_address_of_equality_comparer_9() { return &___equality_comparer_9; } inline void set_equality_comparer_9(RuntimeObject* value) { ___equality_comparer_9 = value; Il2CppCodeGenWriteBarrier((&___equality_comparer_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMEOBJECTCOLLECTIONBASE_T2091847364_H #ifndef DICTIONARY_2_T4177511560_H #define DICTIONARY_2_T4177511560_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4177511560 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots BooleanU5BU5D_t2897418192* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t4177511560, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t4177511560, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t4177511560, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t4177511560, ___valueSlots_7)); } inline BooleanU5BU5D_t2897418192* get_valueSlots_7() const { return ___valueSlots_7; } inline BooleanU5BU5D_t2897418192** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(BooleanU5BU5D_t2897418192* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t4177511560, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t4177511560, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t4177511560, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t4177511560, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t4177511560, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t4177511560, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t4177511560, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t4177511560_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1747829908 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t4177511560_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1747829908 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1747829908 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1747829908 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T4177511560_H #ifndef STACKTRACE_T1598645457_H #define STACKTRACE_T1598645457_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.StackTrace struct StackTrace_t1598645457 : public RuntimeObject { public: // System.Diagnostics.StackFrame[] System.Diagnostics.StackTrace::frames StackFrameU5BU5D_t1997726418* ___frames_1; // System.Boolean System.Diagnostics.StackTrace::debug_info bool ___debug_info_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(StackTrace_t1598645457, ___frames_1)); } inline StackFrameU5BU5D_t1997726418* get_frames_1() const { return ___frames_1; } inline StackFrameU5BU5D_t1997726418** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(StackFrameU5BU5D_t1997726418* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((&___frames_1), value); } inline static int32_t get_offset_of_debug_info_2() { return static_cast(offsetof(StackTrace_t1598645457, ___debug_info_2)); } inline bool get_debug_info_2() const { return ___debug_info_2; } inline bool* get_address_of_debug_info_2() { return &___debug_info_2; } inline void set_debug_info_2(bool value) { ___debug_info_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACKTRACE_T1598645457_H #ifndef STRINGCOMPARER_T3301955079_H #define STRINGCOMPARER_T3301955079_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.StringComparer struct StringComparer_t3301955079 : public RuntimeObject { public: public: }; struct StringComparer_t3301955079_StaticFields { public: // System.StringComparer System.StringComparer::invariantCultureIgnoreCase StringComparer_t3301955079 * ___invariantCultureIgnoreCase_0; // System.StringComparer System.StringComparer::invariantCulture StringComparer_t3301955079 * ___invariantCulture_1; // System.StringComparer System.StringComparer::ordinalIgnoreCase StringComparer_t3301955079 * ___ordinalIgnoreCase_2; // System.StringComparer System.StringComparer::ordinal StringComparer_t3301955079 * ___ordinal_3; public: inline static int32_t get_offset_of_invariantCultureIgnoreCase_0() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___invariantCultureIgnoreCase_0)); } inline StringComparer_t3301955079 * get_invariantCultureIgnoreCase_0() const { return ___invariantCultureIgnoreCase_0; } inline StringComparer_t3301955079 ** get_address_of_invariantCultureIgnoreCase_0() { return &___invariantCultureIgnoreCase_0; } inline void set_invariantCultureIgnoreCase_0(StringComparer_t3301955079 * value) { ___invariantCultureIgnoreCase_0 = value; Il2CppCodeGenWriteBarrier((&___invariantCultureIgnoreCase_0), value); } inline static int32_t get_offset_of_invariantCulture_1() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___invariantCulture_1)); } inline StringComparer_t3301955079 * get_invariantCulture_1() const { return ___invariantCulture_1; } inline StringComparer_t3301955079 ** get_address_of_invariantCulture_1() { return &___invariantCulture_1; } inline void set_invariantCulture_1(StringComparer_t3301955079 * value) { ___invariantCulture_1 = value; Il2CppCodeGenWriteBarrier((&___invariantCulture_1), value); } inline static int32_t get_offset_of_ordinalIgnoreCase_2() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___ordinalIgnoreCase_2)); } inline StringComparer_t3301955079 * get_ordinalIgnoreCase_2() const { return ___ordinalIgnoreCase_2; } inline StringComparer_t3301955079 ** get_address_of_ordinalIgnoreCase_2() { return &___ordinalIgnoreCase_2; } inline void set_ordinalIgnoreCase_2(StringComparer_t3301955079 * value) { ___ordinalIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((&___ordinalIgnoreCase_2), value); } inline static int32_t get_offset_of_ordinal_3() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___ordinal_3)); } inline StringComparer_t3301955079 * get_ordinal_3() const { return ___ordinal_3; } inline StringComparer_t3301955079 ** get_address_of_ordinal_3() { return &___ordinal_3; } inline void set_ordinal_3(StringComparer_t3301955079 * value) { ___ordinal_3 = value; Il2CppCodeGenWriteBarrier((&___ordinal_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCOMPARER_T3301955079_H #ifndef HASHTABLE_T1853889766_H #define HASHTABLE_T1853889766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable struct Hashtable_t1853889766 : public RuntimeObject { public: // System.Int32 System.Collections.Hashtable::inUse int32_t ___inUse_1; // System.Int32 System.Collections.Hashtable::modificationCount int32_t ___modificationCount_2; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_3; // System.Collections.Hashtable/Slot[] System.Collections.Hashtable::table SlotU5BU5D_t2994659099* ___table_4; // System.Int32[] System.Collections.Hashtable::hashes Int32U5BU5D_t385246372* ___hashes_5; // System.Int32 System.Collections.Hashtable::threshold int32_t ___threshold_6; // System.Collections.Hashtable/HashKeys System.Collections.Hashtable::hashKeys HashKeys_t1568156503 * ___hashKeys_7; // System.Collections.Hashtable/HashValues System.Collections.Hashtable::hashValues HashValues_t618387445 * ___hashValues_8; // System.Collections.IHashCodeProvider System.Collections.Hashtable::hcpRef RuntimeObject* ___hcpRef_9; // System.Collections.IComparer System.Collections.Hashtable::comparerRef RuntimeObject* ___comparerRef_10; // System.Runtime.Serialization.SerializationInfo System.Collections.Hashtable::serializationInfo SerializationInfo_t950877179 * ___serializationInfo_11; // System.Collections.IEqualityComparer System.Collections.Hashtable::equalityComparer RuntimeObject* ___equalityComparer_12; public: inline static int32_t get_offset_of_inUse_1() { return static_cast(offsetof(Hashtable_t1853889766, ___inUse_1)); } inline int32_t get_inUse_1() const { return ___inUse_1; } inline int32_t* get_address_of_inUse_1() { return &___inUse_1; } inline void set_inUse_1(int32_t value) { ___inUse_1 = value; } inline static int32_t get_offset_of_modificationCount_2() { return static_cast(offsetof(Hashtable_t1853889766, ___modificationCount_2)); } inline int32_t get_modificationCount_2() const { return ___modificationCount_2; } inline int32_t* get_address_of_modificationCount_2() { return &___modificationCount_2; } inline void set_modificationCount_2(int32_t value) { ___modificationCount_2 = value; } inline static int32_t get_offset_of_loadFactor_3() { return static_cast(offsetof(Hashtable_t1853889766, ___loadFactor_3)); } inline float get_loadFactor_3() const { return ___loadFactor_3; } inline float* get_address_of_loadFactor_3() { return &___loadFactor_3; } inline void set_loadFactor_3(float value) { ___loadFactor_3 = value; } inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Hashtable_t1853889766, ___table_4)); } inline SlotU5BU5D_t2994659099* get_table_4() const { return ___table_4; } inline SlotU5BU5D_t2994659099** get_address_of_table_4() { return &___table_4; } inline void set_table_4(SlotU5BU5D_t2994659099* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_hashes_5() { return static_cast(offsetof(Hashtable_t1853889766, ___hashes_5)); } inline Int32U5BU5D_t385246372* get_hashes_5() const { return ___hashes_5; } inline Int32U5BU5D_t385246372** get_address_of_hashes_5() { return &___hashes_5; } inline void set_hashes_5(Int32U5BU5D_t385246372* value) { ___hashes_5 = value; Il2CppCodeGenWriteBarrier((&___hashes_5), value); } inline static int32_t get_offset_of_threshold_6() { return static_cast(offsetof(Hashtable_t1853889766, ___threshold_6)); } inline int32_t get_threshold_6() const { return ___threshold_6; } inline int32_t* get_address_of_threshold_6() { return &___threshold_6; } inline void set_threshold_6(int32_t value) { ___threshold_6 = value; } inline static int32_t get_offset_of_hashKeys_7() { return static_cast(offsetof(Hashtable_t1853889766, ___hashKeys_7)); } inline HashKeys_t1568156503 * get_hashKeys_7() const { return ___hashKeys_7; } inline HashKeys_t1568156503 ** get_address_of_hashKeys_7() { return &___hashKeys_7; } inline void set_hashKeys_7(HashKeys_t1568156503 * value) { ___hashKeys_7 = value; Il2CppCodeGenWriteBarrier((&___hashKeys_7), value); } inline static int32_t get_offset_of_hashValues_8() { return static_cast(offsetof(Hashtable_t1853889766, ___hashValues_8)); } inline HashValues_t618387445 * get_hashValues_8() const { return ___hashValues_8; } inline HashValues_t618387445 ** get_address_of_hashValues_8() { return &___hashValues_8; } inline void set_hashValues_8(HashValues_t618387445 * value) { ___hashValues_8 = value; Il2CppCodeGenWriteBarrier((&___hashValues_8), value); } inline static int32_t get_offset_of_hcpRef_9() { return static_cast(offsetof(Hashtable_t1853889766, ___hcpRef_9)); } inline RuntimeObject* get_hcpRef_9() const { return ___hcpRef_9; } inline RuntimeObject** get_address_of_hcpRef_9() { return &___hcpRef_9; } inline void set_hcpRef_9(RuntimeObject* value) { ___hcpRef_9 = value; Il2CppCodeGenWriteBarrier((&___hcpRef_9), value); } inline static int32_t get_offset_of_comparerRef_10() { return static_cast(offsetof(Hashtable_t1853889766, ___comparerRef_10)); } inline RuntimeObject* get_comparerRef_10() const { return ___comparerRef_10; } inline RuntimeObject** get_address_of_comparerRef_10() { return &___comparerRef_10; } inline void set_comparerRef_10(RuntimeObject* value) { ___comparerRef_10 = value; Il2CppCodeGenWriteBarrier((&___comparerRef_10), value); } inline static int32_t get_offset_of_serializationInfo_11() { return static_cast(offsetof(Hashtable_t1853889766, ___serializationInfo_11)); } inline SerializationInfo_t950877179 * get_serializationInfo_11() const { return ___serializationInfo_11; } inline SerializationInfo_t950877179 ** get_address_of_serializationInfo_11() { return &___serializationInfo_11; } inline void set_serializationInfo_11(SerializationInfo_t950877179 * value) { ___serializationInfo_11 = value; Il2CppCodeGenWriteBarrier((&___serializationInfo_11), value); } inline static int32_t get_offset_of_equalityComparer_12() { return static_cast(offsetof(Hashtable_t1853889766, ___equalityComparer_12)); } inline RuntimeObject* get_equalityComparer_12() const { return ___equalityComparer_12; } inline RuntimeObject** get_address_of_equalityComparer_12() { return &___equalityComparer_12; } inline void set_equalityComparer_12(RuntimeObject* value) { ___equalityComparer_12 = value; Il2CppCodeGenWriteBarrier((&___equalityComparer_12), value); } }; struct Hashtable_t1853889766_StaticFields { public: // System.Int32[] System.Collections.Hashtable::primeTbl Int32U5BU5D_t385246372* ___primeTbl_13; public: inline static int32_t get_offset_of_primeTbl_13() { return static_cast(offsetof(Hashtable_t1853889766_StaticFields, ___primeTbl_13)); } inline Int32U5BU5D_t385246372* get_primeTbl_13() const { return ___primeTbl_13; } inline Int32U5BU5D_t385246372** get_address_of_primeTbl_13() { return &___primeTbl_13; } inline void set_primeTbl_13(Int32U5BU5D_t385246372* value) { ___primeTbl_13 = value; Il2CppCodeGenWriteBarrier((&___primeTbl_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHTABLE_T1853889766_H #ifndef NETWORKCREDENTIAL_T3282608323_H #define NETWORKCREDENTIAL_T3282608323_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.NetworkCredential struct NetworkCredential_t3282608323 : public RuntimeObject { public: // System.String System.Net.NetworkCredential::userName String_t* ___userName_0; // System.String System.Net.NetworkCredential::password String_t* ___password_1; // System.String System.Net.NetworkCredential::domain String_t* ___domain_2; public: inline static int32_t get_offset_of_userName_0() { return static_cast(offsetof(NetworkCredential_t3282608323, ___userName_0)); } inline String_t* get_userName_0() const { return ___userName_0; } inline String_t** get_address_of_userName_0() { return &___userName_0; } inline void set_userName_0(String_t* value) { ___userName_0 = value; Il2CppCodeGenWriteBarrier((&___userName_0), value); } inline static int32_t get_offset_of_password_1() { return static_cast(offsetof(NetworkCredential_t3282608323, ___password_1)); } inline String_t* get_password_1() const { return ___password_1; } inline String_t** get_address_of_password_1() { return &___password_1; } inline void set_password_1(String_t* value) { ___password_1 = value; Il2CppCodeGenWriteBarrier((&___password_1), value); } inline static int32_t get_offset_of_domain_2() { return static_cast(offsetof(NetworkCredential_t3282608323, ___domain_2)); } inline String_t* get_domain_2() const { return ___domain_2; } inline String_t** get_address_of_domain_2() { return &___domain_2; } inline void set_domain_2(String_t* value) { ___domain_2 = value; Il2CppCodeGenWriteBarrier((&___domain_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETWORKCREDENTIAL_T3282608323_H #ifndef CASEINSENSITIVECOMPARER_T3670035800_H #define CASEINSENSITIVECOMPARER_T3670035800_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.CaseInsensitiveComparer struct CaseInsensitiveComparer_t3670035800 : public RuntimeObject { public: // System.Globalization.CultureInfo System.Collections.CaseInsensitiveComparer::culture CultureInfo_t4157843068 * ___culture_2; public: inline static int32_t get_offset_of_culture_2() { return static_cast(offsetof(CaseInsensitiveComparer_t3670035800, ___culture_2)); } inline CultureInfo_t4157843068 * get_culture_2() const { return ___culture_2; } inline CultureInfo_t4157843068 ** get_address_of_culture_2() { return &___culture_2; } inline void set_culture_2(CultureInfo_t4157843068 * value) { ___culture_2 = value; Il2CppCodeGenWriteBarrier((&___culture_2), value); } }; struct CaseInsensitiveComparer_t3670035800_StaticFields { public: // System.Collections.CaseInsensitiveComparer System.Collections.CaseInsensitiveComparer::defaultComparer CaseInsensitiveComparer_t3670035800 * ___defaultComparer_0; // System.Collections.CaseInsensitiveComparer System.Collections.CaseInsensitiveComparer::defaultInvariantComparer CaseInsensitiveComparer_t3670035800 * ___defaultInvariantComparer_1; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(CaseInsensitiveComparer_t3670035800_StaticFields, ___defaultComparer_0)); } inline CaseInsensitiveComparer_t3670035800 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline CaseInsensitiveComparer_t3670035800 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(CaseInsensitiveComparer_t3670035800 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((&___defaultComparer_0), value); } inline static int32_t get_offset_of_defaultInvariantComparer_1() { return static_cast(offsetof(CaseInsensitiveComparer_t3670035800_StaticFields, ___defaultInvariantComparer_1)); } inline CaseInsensitiveComparer_t3670035800 * get_defaultInvariantComparer_1() const { return ___defaultInvariantComparer_1; } inline CaseInsensitiveComparer_t3670035800 ** get_address_of_defaultInvariantComparer_1() { return &___defaultInvariantComparer_1; } inline void set_defaultInvariantComparer_1(CaseInsensitiveComparer_t3670035800 * value) { ___defaultInvariantComparer_1 = value; Il2CppCodeGenWriteBarrier((&___defaultInvariantComparer_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CASEINSENSITIVECOMPARER_T3670035800_H #ifndef RANDOM_T108471755_H #define RANDOM_T108471755_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Random struct Random_t108471755 : public RuntimeObject { public: // System.Int32 System.Random::inext int32_t ___inext_0; // System.Int32 System.Random::inextp int32_t ___inextp_1; // System.Int32[] System.Random::SeedArray Int32U5BU5D_t385246372* ___SeedArray_2; public: inline static int32_t get_offset_of_inext_0() { return static_cast(offsetof(Random_t108471755, ___inext_0)); } inline int32_t get_inext_0() const { return ___inext_0; } inline int32_t* get_address_of_inext_0() { return &___inext_0; } inline void set_inext_0(int32_t value) { ___inext_0 = value; } inline static int32_t get_offset_of_inextp_1() { return static_cast(offsetof(Random_t108471755, ___inextp_1)); } inline int32_t get_inextp_1() const { return ___inextp_1; } inline int32_t* get_address_of_inextp_1() { return &___inextp_1; } inline void set_inextp_1(int32_t value) { ___inextp_1 = value; } inline static int32_t get_offset_of_SeedArray_2() { return static_cast(offsetof(Random_t108471755, ___SeedArray_2)); } inline Int32U5BU5D_t385246372* get_SeedArray_2() const { return ___SeedArray_2; } inline Int32U5BU5D_t385246372** get_address_of_SeedArray_2() { return &___SeedArray_2; } inline void set_SeedArray_2(Int32U5BU5D_t385246372* value) { ___SeedArray_2 = value; Il2CppCodeGenWriteBarrier((&___SeedArray_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RANDOM_T108471755_H #ifndef CASEINSENSITIVEHASHCODEPROVIDER_T1962629119_H #define CASEINSENSITIVEHASHCODEPROVIDER_T1962629119_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.CaseInsensitiveHashCodeProvider struct CaseInsensitiveHashCodeProvider_t1962629119 : public RuntimeObject { public: // System.Globalization.TextInfo System.Collections.CaseInsensitiveHashCodeProvider::m_text TextInfo_t3810425522 * ___m_text_3; public: inline static int32_t get_offset_of_m_text_3() { return static_cast(offsetof(CaseInsensitiveHashCodeProvider_t1962629119, ___m_text_3)); } inline TextInfo_t3810425522 * get_m_text_3() const { return ___m_text_3; } inline TextInfo_t3810425522 ** get_address_of_m_text_3() { return &___m_text_3; } inline void set_m_text_3(TextInfo_t3810425522 * value) { ___m_text_3 = value; Il2CppCodeGenWriteBarrier((&___m_text_3), value); } }; struct CaseInsensitiveHashCodeProvider_t1962629119_StaticFields { public: // System.Collections.CaseInsensitiveHashCodeProvider System.Collections.CaseInsensitiveHashCodeProvider::singletonInvariant CaseInsensitiveHashCodeProvider_t1962629119 * ___singletonInvariant_0; // System.Collections.CaseInsensitiveHashCodeProvider System.Collections.CaseInsensitiveHashCodeProvider::singleton CaseInsensitiveHashCodeProvider_t1962629119 * ___singleton_1; // System.Object System.Collections.CaseInsensitiveHashCodeProvider::sync RuntimeObject * ___sync_2; public: inline static int32_t get_offset_of_singletonInvariant_0() { return static_cast(offsetof(CaseInsensitiveHashCodeProvider_t1962629119_StaticFields, ___singletonInvariant_0)); } inline CaseInsensitiveHashCodeProvider_t1962629119 * get_singletonInvariant_0() const { return ___singletonInvariant_0; } inline CaseInsensitiveHashCodeProvider_t1962629119 ** get_address_of_singletonInvariant_0() { return &___singletonInvariant_0; } inline void set_singletonInvariant_0(CaseInsensitiveHashCodeProvider_t1962629119 * value) { ___singletonInvariant_0 = value; Il2CppCodeGenWriteBarrier((&___singletonInvariant_0), value); } inline static int32_t get_offset_of_singleton_1() { return static_cast(offsetof(CaseInsensitiveHashCodeProvider_t1962629119_StaticFields, ___singleton_1)); } inline CaseInsensitiveHashCodeProvider_t1962629119 * get_singleton_1() const { return ___singleton_1; } inline CaseInsensitiveHashCodeProvider_t1962629119 ** get_address_of_singleton_1() { return &___singleton_1; } inline void set_singleton_1(CaseInsensitiveHashCodeProvider_t1962629119 * value) { ___singleton_1 = value; Il2CppCodeGenWriteBarrier((&___singleton_1), value); } inline static int32_t get_offset_of_sync_2() { return static_cast(offsetof(CaseInsensitiveHashCodeProvider_t1962629119_StaticFields, ___sync_2)); } inline RuntimeObject * get_sync_2() const { return ___sync_2; } inline RuntimeObject ** get_address_of_sync_2() { return &___sync_2; } inline void set_sync_2(RuntimeObject * value) { ___sync_2 = value; Il2CppCodeGenWriteBarrier((&___sync_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CASEINSENSITIVEHASHCODEPROVIDER_T1962629119_H #ifndef HTTPVERSION_T346520293_H #define HTTPVERSION_T346520293_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpVersion struct HttpVersion_t346520293 : public RuntimeObject { public: public: }; struct HttpVersion_t346520293_StaticFields { public: // System.Version System.Net.HttpVersion::Version10 Version_t3456873960 * ___Version10_0; // System.Version System.Net.HttpVersion::Version11 Version_t3456873960 * ___Version11_1; public: inline static int32_t get_offset_of_Version10_0() { return static_cast(offsetof(HttpVersion_t346520293_StaticFields, ___Version10_0)); } inline Version_t3456873960 * get_Version10_0() const { return ___Version10_0; } inline Version_t3456873960 ** get_address_of_Version10_0() { return &___Version10_0; } inline void set_Version10_0(Version_t3456873960 * value) { ___Version10_0 = value; Il2CppCodeGenWriteBarrier((&___Version10_0), value); } inline static int32_t get_offset_of_Version11_1() { return static_cast(offsetof(HttpVersion_t346520293_StaticFields, ___Version11_1)); } inline Version_t3456873960 * get_Version11_1() const { return ___Version11_1; } inline Version_t3456873960 ** get_address_of_Version11_1() { return &___Version11_1; } inline void set_Version11_1(Version_t3456873960 * value) { ___Version11_1 = value; Il2CppCodeGenWriteBarrier((&___Version11_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPVERSION_T346520293_H #ifndef TCPCLIENT_T822906377_H #define TCPCLIENT_T822906377_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.TcpClient struct TcpClient_t822906377 : public RuntimeObject { public: // System.Net.Sockets.NetworkStream System.Net.Sockets.TcpClient::stream NetworkStream_t4071955934 * ___stream_0; // System.Boolean System.Net.Sockets.TcpClient::active bool ___active_1; // System.Net.Sockets.Socket System.Net.Sockets.TcpClient::client Socket_t1119025450 * ___client_2; // System.Boolean System.Net.Sockets.TcpClient::disposed bool ___disposed_3; public: inline static int32_t get_offset_of_stream_0() { return static_cast(offsetof(TcpClient_t822906377, ___stream_0)); } inline NetworkStream_t4071955934 * get_stream_0() const { return ___stream_0; } inline NetworkStream_t4071955934 ** get_address_of_stream_0() { return &___stream_0; } inline void set_stream_0(NetworkStream_t4071955934 * value) { ___stream_0 = value; Il2CppCodeGenWriteBarrier((&___stream_0), value); } inline static int32_t get_offset_of_active_1() { return static_cast(offsetof(TcpClient_t822906377, ___active_1)); } inline bool get_active_1() const { return ___active_1; } inline bool* get_address_of_active_1() { return &___active_1; } inline void set_active_1(bool value) { ___active_1 = value; } inline static int32_t get_offset_of_client_2() { return static_cast(offsetof(TcpClient_t822906377, ___client_2)); } inline Socket_t1119025450 * get_client_2() const { return ___client_2; } inline Socket_t1119025450 ** get_address_of_client_2() { return &___client_2; } inline void set_client_2(Socket_t1119025450 * value) { ___client_2 = value; Il2CppCodeGenWriteBarrier((&___client_2), value); } inline static int32_t get_offset_of_disposed_3() { return static_cast(offsetof(TcpClient_t822906377, ___disposed_3)); } inline bool get_disposed_3() const { return ___disposed_3; } inline bool* get_address_of_disposed_3() { return &___disposed_3; } inline void set_disposed_3(bool value) { ___disposed_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TCPCLIENT_T822906377_H #ifndef WEBASYNCRESULT_T3421962937_H #define WEBASYNCRESULT_T3421962937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebAsyncResult struct WebAsyncResult_t3421962937 : public RuntimeObject { public: // System.Threading.ManualResetEvent System.Net.WebAsyncResult::handle ManualResetEvent_t451242010 * ___handle_0; // System.Boolean System.Net.WebAsyncResult::synch bool ___synch_1; // System.Boolean System.Net.WebAsyncResult::isCompleted bool ___isCompleted_2; // System.AsyncCallback System.Net.WebAsyncResult::cb AsyncCallback_t3962456242 * ___cb_3; // System.Object System.Net.WebAsyncResult::state RuntimeObject * ___state_4; // System.Int32 System.Net.WebAsyncResult::nbytes int32_t ___nbytes_5; // System.IAsyncResult System.Net.WebAsyncResult::innerAsyncResult RuntimeObject* ___innerAsyncResult_6; // System.Boolean System.Net.WebAsyncResult::callbackDone bool ___callbackDone_7; // System.Exception System.Net.WebAsyncResult::exc Exception_t * ___exc_8; // System.Net.HttpWebResponse System.Net.WebAsyncResult::response HttpWebResponse_t3286585418 * ___response_9; // System.IO.Stream System.Net.WebAsyncResult::writeStream Stream_t1273022909 * ___writeStream_10; // System.Byte[] System.Net.WebAsyncResult::buffer ByteU5BU5D_t4116647657* ___buffer_11; // System.Int32 System.Net.WebAsyncResult::offset int32_t ___offset_12; // System.Int32 System.Net.WebAsyncResult::size int32_t ___size_13; // System.Object System.Net.WebAsyncResult::locker RuntimeObject * ___locker_14; // System.Boolean System.Net.WebAsyncResult::EndCalled bool ___EndCalled_15; // System.Boolean System.Net.WebAsyncResult::AsyncWriteAll bool ___AsyncWriteAll_16; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(WebAsyncResult_t3421962937, ___handle_0)); } inline ManualResetEvent_t451242010 * get_handle_0() const { return ___handle_0; } inline ManualResetEvent_t451242010 ** get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(ManualResetEvent_t451242010 * value) { ___handle_0 = value; Il2CppCodeGenWriteBarrier((&___handle_0), value); } inline static int32_t get_offset_of_synch_1() { return static_cast(offsetof(WebAsyncResult_t3421962937, ___synch_1)); } inline bool get_synch_1() const { return ___synch_1; } inline bool* get_address_of_synch_1() { return &___synch_1; } inline void set_synch_1(bool value) { ___synch_1 = value; } inline static int32_t get_offset_of_isCompleted_2() { return static_cast(offsetof(WebAsyncResult_t3421962937, ___isCompleted_2)); } inline bool get_isCompleted_2() const { return ___isCompleted_2; } inline bool* get_address_of_isCompleted_2() { return &___isCompleted_2; } inline void set_isCompleted_2(bool value) { ___isCompleted_2 = value; } inline static int32_t get_offset_of_cb_3() { return static_cast(offsetof(WebAsyncResult_t3421962937, ___cb_3)); } inline AsyncCallback_t3962456242 * get_cb_3() const { return ___cb_3; } inline AsyncCallback_t3962456242 ** get_address_of_cb_3() { return &___cb_3; } inline void set_cb_3(AsyncCallback_t3962456242 * value) { ___cb_3 = value; Il2CppCodeGenWriteBarrier((&___cb_3), value); } inline static int32_t get_offset_of_state_4() { return static_cast(offsetof(WebAsyncResult_t3421962937, ___state_4)); } inline RuntimeObject * get_state_4() const { return ___state_4; } inline RuntimeObject ** get_address_of_state_4() { return &___state_4; } inline void set_state_4(RuntimeObject * value) { ___state_4 = value; Il2CppCodeGenWriteBarrier((&___state_4), value); } inline static int32_t get_offset_of_nbytes_5() { return static_cast(offsetof(WebAsyncResult_t3421962937, ___nbytes_5)); } inline int32_t get_nbytes_5() const { return ___nbytes_5; } inline int32_t* get_address_of_nbytes_5() { return &___nbytes_5; } inline void set_nbytes_5(int32_t value) { ___nbytes_5 = value; } inline static int32_t get_offset_of_innerAsyncResult_6() { return static_cast(offsetof(WebAsyncResult_t3421962937, ___innerAsyncResult_6)); } inline RuntimeObject* get_innerAsyncResult_6() const { return ___innerAsyncResult_6; } inline RuntimeObject** get_address_of_innerAsyncResult_6() { return &___innerAsyncResult_6; } inline void set_innerAsyncResult_6(RuntimeObject* value) { ___innerAsyncResult_6 = value; Il2CppCodeGenWriteBarrier((&___innerAsyncResult_6), value); } inline static int32_t get_offset_of_callbackDone_7() { return static_cast(offsetof(WebAsyncResult_t3421962937, ___callbackDone_7)); } inline bool get_callbackDone_7() const { return ___callbackDone_7; } inline bool* get_address_of_callbackDone_7() { return &___callbackDone_7; } inline void set_callbackDone_7(bool value) { ___callbackDone_7 = value; } inline static int32_t get_offset_of_exc_8() { return static_cast(offsetof(WebAsyncResult_t3421962937, ___exc_8)); } inline Exception_t * get_exc_8() const { return ___exc_8; } inline Exception_t ** get_address_of_exc_8() { return &___exc_8; } inline void set_exc_8(Exception_t * value) { ___exc_8 = value; Il2CppCodeGenWriteBarrier((&___exc_8), value); } inline static int32_t get_offset_of_response_9() { return static_cast(offsetof(WebAsyncResult_t3421962937, ___response_9)); } inline HttpWebResponse_t3286585418 * get_response_9() const { return ___response_9; } inline HttpWebResponse_t3286585418 ** get_address_of_response_9() { return &___response_9; } inline void set_response_9(HttpWebResponse_t3286585418 * value) { ___response_9 = value; Il2CppCodeGenWriteBarrier((&___response_9), value); } inline static int32_t get_offset_of_writeStream_10() { return static_cast(offsetof(WebAsyncResult_t3421962937, ___writeStream_10)); } inline Stream_t1273022909 * get_writeStream_10() const { return ___writeStream_10; } inline Stream_t1273022909 ** get_address_of_writeStream_10() { return &___writeStream_10; } inline void set_writeStream_10(Stream_t1273022909 * value) { ___writeStream_10 = value; Il2CppCodeGenWriteBarrier((&___writeStream_10), value); } inline static int32_t get_offset_of_buffer_11() { return static_cast(offsetof(WebAsyncResult_t3421962937, ___buffer_11)); } inline ByteU5BU5D_t4116647657* get_buffer_11() const { return ___buffer_11; } inline ByteU5BU5D_t4116647657** get_address_of_buffer_11() { return &___buffer_11; } inline void set_buffer_11(ByteU5BU5D_t4116647657* value) { ___buffer_11 = value; Il2CppCodeGenWriteBarrier((&___buffer_11), value); } inline static int32_t get_offset_of_offset_12() { return static_cast(offsetof(WebAsyncResult_t3421962937, ___offset_12)); } inline int32_t get_offset_12() const { return ___offset_12; } inline int32_t* get_address_of_offset_12() { return &___offset_12; } inline void set_offset_12(int32_t value) { ___offset_12 = value; } inline static int32_t get_offset_of_size_13() { return static_cast(offsetof(WebAsyncResult_t3421962937, ___size_13)); } inline int32_t get_size_13() const { return ___size_13; } inline int32_t* get_address_of_size_13() { return &___size_13; } inline void set_size_13(int32_t value) { ___size_13 = value; } inline static int32_t get_offset_of_locker_14() { return static_cast(offsetof(WebAsyncResult_t3421962937, ___locker_14)); } inline RuntimeObject * get_locker_14() const { return ___locker_14; } inline RuntimeObject ** get_address_of_locker_14() { return &___locker_14; } inline void set_locker_14(RuntimeObject * value) { ___locker_14 = value; Il2CppCodeGenWriteBarrier((&___locker_14), value); } inline static int32_t get_offset_of_EndCalled_15() { return static_cast(offsetof(WebAsyncResult_t3421962937, ___EndCalled_15)); } inline bool get_EndCalled_15() const { return ___EndCalled_15; } inline bool* get_address_of_EndCalled_15() { return &___EndCalled_15; } inline void set_EndCalled_15(bool value) { ___EndCalled_15 = value; } inline static int32_t get_offset_of_AsyncWriteAll_16() { return static_cast(offsetof(WebAsyncResult_t3421962937, ___AsyncWriteAll_16)); } inline bool get_AsyncWriteAll_16() const { return ___AsyncWriteAll_16; } inline bool* get_address_of_AsyncWriteAll_16() { return &___AsyncWriteAll_16; } inline void set_AsyncWriteAll_16(bool value) { ___AsyncWriteAll_16 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBASYNCRESULT_T3421962937_H #ifndef WEBCONNECTIONGROUP_T1712379988_H #define WEBCONNECTIONGROUP_T1712379988_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebConnectionGroup struct WebConnectionGroup_t1712379988 : public RuntimeObject { public: // System.Net.ServicePoint System.Net.WebConnectionGroup::sPoint ServicePoint_t2786966844 * ___sPoint_0; // System.String System.Net.WebConnectionGroup::name String_t* ___name_1; // System.Collections.ArrayList System.Net.WebConnectionGroup::connections ArrayList_t2718874744 * ___connections_2; // System.Random System.Net.WebConnectionGroup::rnd Random_t108471755 * ___rnd_3; // System.Collections.Queue System.Net.WebConnectionGroup::queue Queue_t3637523393 * ___queue_4; public: inline static int32_t get_offset_of_sPoint_0() { return static_cast(offsetof(WebConnectionGroup_t1712379988, ___sPoint_0)); } inline ServicePoint_t2786966844 * get_sPoint_0() const { return ___sPoint_0; } inline ServicePoint_t2786966844 ** get_address_of_sPoint_0() { return &___sPoint_0; } inline void set_sPoint_0(ServicePoint_t2786966844 * value) { ___sPoint_0 = value; Il2CppCodeGenWriteBarrier((&___sPoint_0), value); } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(WebConnectionGroup_t1712379988, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((&___name_1), value); } inline static int32_t get_offset_of_connections_2() { return static_cast(offsetof(WebConnectionGroup_t1712379988, ___connections_2)); } inline ArrayList_t2718874744 * get_connections_2() const { return ___connections_2; } inline ArrayList_t2718874744 ** get_address_of_connections_2() { return &___connections_2; } inline void set_connections_2(ArrayList_t2718874744 * value) { ___connections_2 = value; Il2CppCodeGenWriteBarrier((&___connections_2), value); } inline static int32_t get_offset_of_rnd_3() { return static_cast(offsetof(WebConnectionGroup_t1712379988, ___rnd_3)); } inline Random_t108471755 * get_rnd_3() const { return ___rnd_3; } inline Random_t108471755 ** get_address_of_rnd_3() { return &___rnd_3; } inline void set_rnd_3(Random_t108471755 * value) { ___rnd_3 = value; Il2CppCodeGenWriteBarrier((&___rnd_3), value); } inline static int32_t get_offset_of_queue_4() { return static_cast(offsetof(WebConnectionGroup_t1712379988, ___queue_4)); } inline Queue_t3637523393 * get_queue_4() const { return ___queue_4; } inline Queue_t3637523393 ** get_address_of_queue_4() { return &___queue_4; } inline void set_queue_4(Queue_t3637523393 * value) { ___queue_4 = value; Il2CppCodeGenWriteBarrier((&___queue_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBCONNECTIONGROUP_T1712379988_H #ifndef WEBCONNECTIONDATA_T3835660455_H #define WEBCONNECTIONDATA_T3835660455_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebConnectionData struct WebConnectionData_t3835660455 : public RuntimeObject { public: // System.Net.HttpWebRequest System.Net.WebConnectionData::request HttpWebRequest_t1669436515 * ___request_0; // System.Int32 System.Net.WebConnectionData::StatusCode int32_t ___StatusCode_1; // System.String System.Net.WebConnectionData::StatusDescription String_t* ___StatusDescription_2; // System.Net.WebHeaderCollection System.Net.WebConnectionData::Headers WebHeaderCollection_t1942268960 * ___Headers_3; // System.Version System.Net.WebConnectionData::Version Version_t3456873960 * ___Version_4; // System.IO.Stream System.Net.WebConnectionData::stream Stream_t1273022909 * ___stream_5; // System.String System.Net.WebConnectionData::Challenge String_t* ___Challenge_6; public: inline static int32_t get_offset_of_request_0() { return static_cast(offsetof(WebConnectionData_t3835660455, ___request_0)); } inline HttpWebRequest_t1669436515 * get_request_0() const { return ___request_0; } inline HttpWebRequest_t1669436515 ** get_address_of_request_0() { return &___request_0; } inline void set_request_0(HttpWebRequest_t1669436515 * value) { ___request_0 = value; Il2CppCodeGenWriteBarrier((&___request_0), value); } inline static int32_t get_offset_of_StatusCode_1() { return static_cast(offsetof(WebConnectionData_t3835660455, ___StatusCode_1)); } inline int32_t get_StatusCode_1() const { return ___StatusCode_1; } inline int32_t* get_address_of_StatusCode_1() { return &___StatusCode_1; } inline void set_StatusCode_1(int32_t value) { ___StatusCode_1 = value; } inline static int32_t get_offset_of_StatusDescription_2() { return static_cast(offsetof(WebConnectionData_t3835660455, ___StatusDescription_2)); } inline String_t* get_StatusDescription_2() const { return ___StatusDescription_2; } inline String_t** get_address_of_StatusDescription_2() { return &___StatusDescription_2; } inline void set_StatusDescription_2(String_t* value) { ___StatusDescription_2 = value; Il2CppCodeGenWriteBarrier((&___StatusDescription_2), value); } inline static int32_t get_offset_of_Headers_3() { return static_cast(offsetof(WebConnectionData_t3835660455, ___Headers_3)); } inline WebHeaderCollection_t1942268960 * get_Headers_3() const { return ___Headers_3; } inline WebHeaderCollection_t1942268960 ** get_address_of_Headers_3() { return &___Headers_3; } inline void set_Headers_3(WebHeaderCollection_t1942268960 * value) { ___Headers_3 = value; Il2CppCodeGenWriteBarrier((&___Headers_3), value); } inline static int32_t get_offset_of_Version_4() { return static_cast(offsetof(WebConnectionData_t3835660455, ___Version_4)); } inline Version_t3456873960 * get_Version_4() const { return ___Version_4; } inline Version_t3456873960 ** get_address_of_Version_4() { return &___Version_4; } inline void set_Version_4(Version_t3456873960 * value) { ___Version_4 = value; Il2CppCodeGenWriteBarrier((&___Version_4), value); } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(WebConnectionData_t3835660455, ___stream_5)); } inline Stream_t1273022909 * get_stream_5() const { return ___stream_5; } inline Stream_t1273022909 ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t1273022909 * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((&___stream_5), value); } inline static int32_t get_offset_of_Challenge_6() { return static_cast(offsetof(WebConnectionData_t3835660455, ___Challenge_6)); } inline String_t* get_Challenge_6() const { return ___Challenge_6; } inline String_t** get_address_of_Challenge_6() { return &___Challenge_6; } inline void set_Challenge_6(String_t* value) { ___Challenge_6 = value; Il2CppCodeGenWriteBarrier((&___Challenge_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBCONNECTIONDATA_T3835660455_H #ifndef ABORTHELPER_T1490877826_H #define ABORTHELPER_T1490877826_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebConnection/AbortHelper struct AbortHelper_t1490877826 : public RuntimeObject { public: // System.Net.WebConnection System.Net.WebConnection/AbortHelper::Connection WebConnection_t3982808322 * ___Connection_0; public: inline static int32_t get_offset_of_Connection_0() { return static_cast(offsetof(AbortHelper_t1490877826, ___Connection_0)); } inline WebConnection_t3982808322 * get_Connection_0() const { return ___Connection_0; } inline WebConnection_t3982808322 ** get_address_of_Connection_0() { return &___Connection_0; } inline void set_Connection_0(WebConnection_t3982808322 * value) { ___Connection_0 = value; Il2CppCodeGenWriteBarrier((&___Connection_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABORTHELPER_T1490877826_H #ifndef EVENTARGS_T3591816995_H #define EVENTARGS_T3591816995_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventArgs struct EventArgs_t3591816995 : public RuntimeObject { public: public: }; struct EventArgs_t3591816995_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_t3591816995 * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_t3591816995_StaticFields, ___Empty_0)); } inline EventArgs_t3591816995 * get_Empty_0() const { return ___Empty_0; } inline EventArgs_t3591816995 ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_t3591816995 * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTARGS_T3591816995_H #ifndef WEBPROXY_T2016760542_H #define WEBPROXY_T2016760542_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebProxy struct WebProxy_t2016760542 : public RuntimeObject { public: // System.Uri System.Net.WebProxy::address Uri_t100236324 * ___address_0; // System.Boolean System.Net.WebProxy::bypassOnLocal bool ___bypassOnLocal_1; // System.Collections.ArrayList System.Net.WebProxy::bypassList ArrayList_t2718874744 * ___bypassList_2; // System.Net.ICredentials System.Net.WebProxy::credentials RuntimeObject* ___credentials_3; // System.Boolean System.Net.WebProxy::useDefaultCredentials bool ___useDefaultCredentials_4; public: inline static int32_t get_offset_of_address_0() { return static_cast(offsetof(WebProxy_t2016760542, ___address_0)); } inline Uri_t100236324 * get_address_0() const { return ___address_0; } inline Uri_t100236324 ** get_address_of_address_0() { return &___address_0; } inline void set_address_0(Uri_t100236324 * value) { ___address_0 = value; Il2CppCodeGenWriteBarrier((&___address_0), value); } inline static int32_t get_offset_of_bypassOnLocal_1() { return static_cast(offsetof(WebProxy_t2016760542, ___bypassOnLocal_1)); } inline bool get_bypassOnLocal_1() const { return ___bypassOnLocal_1; } inline bool* get_address_of_bypassOnLocal_1() { return &___bypassOnLocal_1; } inline void set_bypassOnLocal_1(bool value) { ___bypassOnLocal_1 = value; } inline static int32_t get_offset_of_bypassList_2() { return static_cast(offsetof(WebProxy_t2016760542, ___bypassList_2)); } inline ArrayList_t2718874744 * get_bypassList_2() const { return ___bypassList_2; } inline ArrayList_t2718874744 ** get_address_of_bypassList_2() { return &___bypassList_2; } inline void set_bypassList_2(ArrayList_t2718874744 * value) { ___bypassList_2 = value; Il2CppCodeGenWriteBarrier((&___bypassList_2), value); } inline static int32_t get_offset_of_credentials_3() { return static_cast(offsetof(WebProxy_t2016760542, ___credentials_3)); } inline RuntimeObject* get_credentials_3() const { return ___credentials_3; } inline RuntimeObject** get_address_of_credentials_3() { return &___credentials_3; } inline void set_credentials_3(RuntimeObject* value) { ___credentials_3 = value; Il2CppCodeGenWriteBarrier((&___credentials_3), value); } inline static int32_t get_offset_of_useDefaultCredentials_4() { return static_cast(offsetof(WebProxy_t2016760542, ___useDefaultCredentials_4)); } inline bool get_useDefaultCredentials_4() const { return ___useDefaultCredentials_4; } inline bool* get_address_of_useDefaultCredentials_4() { return &___useDefaultCredentials_4; } inline void set_useDefaultCredentials_4(bool value) { ___useDefaultCredentials_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBPROXY_T2016760542_H #ifndef AUTHORIZATION_T542416582_H #define AUTHORIZATION_T542416582_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Authorization struct Authorization_t542416582 : public RuntimeObject { public: // System.String System.Net.Authorization::token String_t* ___token_0; // System.Boolean System.Net.Authorization::complete bool ___complete_1; // System.Net.IAuthenticationModule System.Net.Authorization::module RuntimeObject* ___module_2; public: inline static int32_t get_offset_of_token_0() { return static_cast(offsetof(Authorization_t542416582, ___token_0)); } inline String_t* get_token_0() const { return ___token_0; } inline String_t** get_address_of_token_0() { return &___token_0; } inline void set_token_0(String_t* value) { ___token_0 = value; Il2CppCodeGenWriteBarrier((&___token_0), value); } inline static int32_t get_offset_of_complete_1() { return static_cast(offsetof(Authorization_t542416582, ___complete_1)); } inline bool get_complete_1() const { return ___complete_1; } inline bool* get_address_of_complete_1() { return &___complete_1; } inline void set_complete_1(bool value) { ___complete_1 = value; } inline static int32_t get_offset_of_module_2() { return static_cast(offsetof(Authorization_t542416582, ___module_2)); } inline RuntimeObject* get_module_2() const { return ___module_2; } inline RuntimeObject** get_address_of_module_2() { return &___module_2; } inline void set_module_2(RuntimeObject* value) { ___module_2 = value; Il2CppCodeGenWriteBarrier((&___module_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHORIZATION_T542416582_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Int32 System.Text.StringBuilder::_length int32_t ____length_1; // System.String System.Text.StringBuilder::_str String_t* ____str_2; // System.String System.Text.StringBuilder::_cached_str String_t* ____cached_str_3; // System.Int32 System.Text.StringBuilder::_maxCapacity int32_t ____maxCapacity_4; public: inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(StringBuilder_t, ____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__str_2() { return static_cast(offsetof(StringBuilder_t, ____str_2)); } inline String_t* get__str_2() const { return ____str_2; } inline String_t** get_address_of__str_2() { return &____str_2; } inline void set__str_2(String_t* value) { ____str_2 = value; Il2CppCodeGenWriteBarrier((&____str_2), value); } inline static int32_t get_offset_of__cached_str_3() { return static_cast(offsetof(StringBuilder_t, ____cached_str_3)); } inline String_t* get__cached_str_3() const { return ____cached_str_3; } inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; } inline void set__cached_str_3(String_t* value) { ____cached_str_3 = value; Il2CppCodeGenWriteBarrier((&____cached_str_3), value); } inline static int32_t get_offset_of__maxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ____maxCapacity_4)); } inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; } inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; } inline void set__maxCapacity_4(int32_t value) { ____maxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef VERSION_T3456873960_H #define VERSION_T3456873960_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Version struct Version_t3456873960 : public RuntimeObject { public: // System.Int32 System.Version::_Major int32_t ____Major_1; // System.Int32 System.Version::_Minor int32_t ____Minor_2; // System.Int32 System.Version::_Build int32_t ____Build_3; // System.Int32 System.Version::_Revision int32_t ____Revision_4; public: inline static int32_t get_offset_of__Major_1() { return static_cast(offsetof(Version_t3456873960, ____Major_1)); } inline int32_t get__Major_1() const { return ____Major_1; } inline int32_t* get_address_of__Major_1() { return &____Major_1; } inline void set__Major_1(int32_t value) { ____Major_1 = value; } inline static int32_t get_offset_of__Minor_2() { return static_cast(offsetof(Version_t3456873960, ____Minor_2)); } inline int32_t get__Minor_2() const { return ____Minor_2; } inline int32_t* get_address_of__Minor_2() { return &____Minor_2; } inline void set__Minor_2(int32_t value) { ____Minor_2 = value; } inline static int32_t get_offset_of__Build_3() { return static_cast(offsetof(Version_t3456873960, ____Build_3)); } inline int32_t get__Build_3() const { return ____Build_3; } inline int32_t* get_address_of__Build_3() { return &____Build_3; } inline void set__Build_3(int32_t value) { ____Build_3 = value; } inline static int32_t get_offset_of__Revision_4() { return static_cast(offsetof(Version_t3456873960, ____Revision_4)); } inline int32_t get__Revision_4() const { return ____Revision_4; } inline int32_t* get_address_of__Revision_4() { return &____Revision_4; } inline void set__Revision_4(int32_t value) { ____Revision_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VERSION_T3456873960_H #ifndef IPHOSTENTRY_T263743900_H #define IPHOSTENTRY_T263743900_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.IPHostEntry struct IPHostEntry_t263743900 : public RuntimeObject { public: // System.Net.IPAddress[] System.Net.IPHostEntry::addressList IPAddressU5BU5D_t596328627* ___addressList_0; // System.String[] System.Net.IPHostEntry::aliases StringU5BU5D_t1281789340* ___aliases_1; // System.String System.Net.IPHostEntry::hostName String_t* ___hostName_2; public: inline static int32_t get_offset_of_addressList_0() { return static_cast(offsetof(IPHostEntry_t263743900, ___addressList_0)); } inline IPAddressU5BU5D_t596328627* get_addressList_0() const { return ___addressList_0; } inline IPAddressU5BU5D_t596328627** get_address_of_addressList_0() { return &___addressList_0; } inline void set_addressList_0(IPAddressU5BU5D_t596328627* value) { ___addressList_0 = value; Il2CppCodeGenWriteBarrier((&___addressList_0), value); } inline static int32_t get_offset_of_aliases_1() { return static_cast(offsetof(IPHostEntry_t263743900, ___aliases_1)); } inline StringU5BU5D_t1281789340* get_aliases_1() const { return ___aliases_1; } inline StringU5BU5D_t1281789340** get_address_of_aliases_1() { return &___aliases_1; } inline void set_aliases_1(StringU5BU5D_t1281789340* value) { ___aliases_1 = value; Il2CppCodeGenWriteBarrier((&___aliases_1), value); } inline static int32_t get_offset_of_hostName_2() { return static_cast(offsetof(IPHostEntry_t263743900, ___hostName_2)); } inline String_t* get_hostName_2() const { return ___hostName_2; } inline String_t** get_address_of_hostName_2() { return &___hostName_2; } inline void set_hostName_2(String_t* value) { ___hostName_2 = value; Il2CppCodeGenWriteBarrier((&___hostName_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IPHOSTENTRY_T263743900_H #ifndef MARSHALBYREFOBJECT_T2760389100_H #define MARSHALBYREFOBJECT_T2760389100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MarshalByRefObject struct MarshalByRefObject_t2760389100 : public RuntimeObject { public: // System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::_identity ServerIdentity_t2342208608 * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_t2760389100, ____identity_0)); } inline ServerIdentity_t2342208608 * get__identity_0() const { return ____identity_0; } inline ServerIdentity_t2342208608 ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(ServerIdentity_t2342208608 * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((&____identity_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARSHALBYREFOBJECT_T2760389100_H #ifndef X509EXTENSIONCOLLECTION_T1350454579_H #define X509EXTENSIONCOLLECTION_T1350454579_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509ExtensionCollection struct X509ExtensionCollection_t1350454579 : public RuntimeObject { public: // System.Collections.ArrayList System.Security.Cryptography.X509Certificates.X509ExtensionCollection::_list ArrayList_t2718874744 * ____list_0; public: inline static int32_t get_offset_of__list_0() { return static_cast(offsetof(X509ExtensionCollection_t1350454579, ____list_0)); } inline ArrayList_t2718874744 * get__list_0() const { return ____list_0; } inline ArrayList_t2718874744 ** get_address_of__list_0() { return &____list_0; } inline void set__list_0(ArrayList_t2718874744 * value) { ____list_0 = value; Il2CppCodeGenWriteBarrier((&____list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509EXTENSIONCOLLECTION_T1350454579_H #ifndef DEFAULTCERTIFICATEPOLICY_T3607119947_H #define DEFAULTCERTIFICATEPOLICY_T3607119947_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.DefaultCertificatePolicy struct DefaultCertificatePolicy_t3607119947 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTCERTIFICATEPOLICY_T3607119947_H #ifndef HYBRIDDICTIONARY_T4070033136_H #define HYBRIDDICTIONARY_T4070033136_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.HybridDictionary struct HybridDictionary_t4070033136 : public RuntimeObject { public: // System.Boolean System.Collections.Specialized.HybridDictionary::caseInsensitive bool ___caseInsensitive_0; // System.Collections.Hashtable System.Collections.Specialized.HybridDictionary::hashtable Hashtable_t1853889766 * ___hashtable_1; // System.Collections.Specialized.ListDictionary System.Collections.Specialized.HybridDictionary::list ListDictionary_t1624492310 * ___list_2; public: inline static int32_t get_offset_of_caseInsensitive_0() { return static_cast(offsetof(HybridDictionary_t4070033136, ___caseInsensitive_0)); } inline bool get_caseInsensitive_0() const { return ___caseInsensitive_0; } inline bool* get_address_of_caseInsensitive_0() { return &___caseInsensitive_0; } inline void set_caseInsensitive_0(bool value) { ___caseInsensitive_0 = value; } inline static int32_t get_offset_of_hashtable_1() { return static_cast(offsetof(HybridDictionary_t4070033136, ___hashtable_1)); } inline Hashtable_t1853889766 * get_hashtable_1() const { return ___hashtable_1; } inline Hashtable_t1853889766 ** get_address_of_hashtable_1() { return &___hashtable_1; } inline void set_hashtable_1(Hashtable_t1853889766 * value) { ___hashtable_1 = value; Il2CppCodeGenWriteBarrier((&___hashtable_1), value); } inline static int32_t get_offset_of_list_2() { return static_cast(offsetof(HybridDictionary_t4070033136, ___list_2)); } inline ListDictionary_t1624492310 * get_list_2() const { return ___list_2; } inline ListDictionary_t1624492310 ** get_address_of_list_2() { return &___list_2; } inline void set_list_2(ListDictionary_t1624492310 * value) { ___list_2 = value; Il2CppCodeGenWriteBarrier((&___list_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HYBRIDDICTIONARY_T4070033136_H #ifndef CONFIGURATIONELEMENT_T3318566633_H #define CONFIGURATIONELEMENT_T3318566633_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationElement struct ConfigurationElement_t3318566633 : public RuntimeObject { public: // System.String System.Configuration.ConfigurationElement::rawXml String_t* ___rawXml_0; // System.Boolean System.Configuration.ConfigurationElement::modified bool ___modified_1; // System.Configuration.ElementMap System.Configuration.ConfigurationElement::map ElementMap_t2160633803 * ___map_2; // System.Configuration.ConfigurationPropertyCollection System.Configuration.ConfigurationElement::keyProps ConfigurationPropertyCollection_t2852175726 * ___keyProps_3; // System.Configuration.ConfigurationElementCollection System.Configuration.ConfigurationElement::defaultCollection ConfigurationElementCollection_t446763386 * ___defaultCollection_4; // System.Boolean System.Configuration.ConfigurationElement::readOnly bool ___readOnly_5; // System.Configuration.ElementInformation System.Configuration.ConfigurationElement::elementInfo ElementInformation_t2651568025 * ___elementInfo_6; // System.Configuration.Configuration System.Configuration.ConfigurationElement::_configuration Configuration_t2529364143 * ____configuration_7; // System.Configuration.ConfigurationLockCollection System.Configuration.ConfigurationElement::lockAllAttributesExcept ConfigurationLockCollection_t4066281341 * ___lockAllAttributesExcept_8; // System.Configuration.ConfigurationLockCollection System.Configuration.ConfigurationElement::lockAllElementsExcept ConfigurationLockCollection_t4066281341 * ___lockAllElementsExcept_9; // System.Configuration.ConfigurationLockCollection System.Configuration.ConfigurationElement::lockAttributes ConfigurationLockCollection_t4066281341 * ___lockAttributes_10; // System.Configuration.ConfigurationLockCollection System.Configuration.ConfigurationElement::lockElements ConfigurationLockCollection_t4066281341 * ___lockElements_11; // System.Boolean System.Configuration.ConfigurationElement::lockItem bool ___lockItem_12; public: inline static int32_t get_offset_of_rawXml_0() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___rawXml_0)); } inline String_t* get_rawXml_0() const { return ___rawXml_0; } inline String_t** get_address_of_rawXml_0() { return &___rawXml_0; } inline void set_rawXml_0(String_t* value) { ___rawXml_0 = value; Il2CppCodeGenWriteBarrier((&___rawXml_0), value); } inline static int32_t get_offset_of_modified_1() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___modified_1)); } inline bool get_modified_1() const { return ___modified_1; } inline bool* get_address_of_modified_1() { return &___modified_1; } inline void set_modified_1(bool value) { ___modified_1 = value; } inline static int32_t get_offset_of_map_2() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___map_2)); } inline ElementMap_t2160633803 * get_map_2() const { return ___map_2; } inline ElementMap_t2160633803 ** get_address_of_map_2() { return &___map_2; } inline void set_map_2(ElementMap_t2160633803 * value) { ___map_2 = value; Il2CppCodeGenWriteBarrier((&___map_2), value); } inline static int32_t get_offset_of_keyProps_3() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___keyProps_3)); } inline ConfigurationPropertyCollection_t2852175726 * get_keyProps_3() const { return ___keyProps_3; } inline ConfigurationPropertyCollection_t2852175726 ** get_address_of_keyProps_3() { return &___keyProps_3; } inline void set_keyProps_3(ConfigurationPropertyCollection_t2852175726 * value) { ___keyProps_3 = value; Il2CppCodeGenWriteBarrier((&___keyProps_3), value); } inline static int32_t get_offset_of_defaultCollection_4() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___defaultCollection_4)); } inline ConfigurationElementCollection_t446763386 * get_defaultCollection_4() const { return ___defaultCollection_4; } inline ConfigurationElementCollection_t446763386 ** get_address_of_defaultCollection_4() { return &___defaultCollection_4; } inline void set_defaultCollection_4(ConfigurationElementCollection_t446763386 * value) { ___defaultCollection_4 = value; Il2CppCodeGenWriteBarrier((&___defaultCollection_4), value); } inline static int32_t get_offset_of_readOnly_5() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___readOnly_5)); } inline bool get_readOnly_5() const { return ___readOnly_5; } inline bool* get_address_of_readOnly_5() { return &___readOnly_5; } inline void set_readOnly_5(bool value) { ___readOnly_5 = value; } inline static int32_t get_offset_of_elementInfo_6() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___elementInfo_6)); } inline ElementInformation_t2651568025 * get_elementInfo_6() const { return ___elementInfo_6; } inline ElementInformation_t2651568025 ** get_address_of_elementInfo_6() { return &___elementInfo_6; } inline void set_elementInfo_6(ElementInformation_t2651568025 * value) { ___elementInfo_6 = value; Il2CppCodeGenWriteBarrier((&___elementInfo_6), value); } inline static int32_t get_offset_of__configuration_7() { return static_cast(offsetof(ConfigurationElement_t3318566633, ____configuration_7)); } inline Configuration_t2529364143 * get__configuration_7() const { return ____configuration_7; } inline Configuration_t2529364143 ** get_address_of__configuration_7() { return &____configuration_7; } inline void set__configuration_7(Configuration_t2529364143 * value) { ____configuration_7 = value; Il2CppCodeGenWriteBarrier((&____configuration_7), value); } inline static int32_t get_offset_of_lockAllAttributesExcept_8() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___lockAllAttributesExcept_8)); } inline ConfigurationLockCollection_t4066281341 * get_lockAllAttributesExcept_8() const { return ___lockAllAttributesExcept_8; } inline ConfigurationLockCollection_t4066281341 ** get_address_of_lockAllAttributesExcept_8() { return &___lockAllAttributesExcept_8; } inline void set_lockAllAttributesExcept_8(ConfigurationLockCollection_t4066281341 * value) { ___lockAllAttributesExcept_8 = value; Il2CppCodeGenWriteBarrier((&___lockAllAttributesExcept_8), value); } inline static int32_t get_offset_of_lockAllElementsExcept_9() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___lockAllElementsExcept_9)); } inline ConfigurationLockCollection_t4066281341 * get_lockAllElementsExcept_9() const { return ___lockAllElementsExcept_9; } inline ConfigurationLockCollection_t4066281341 ** get_address_of_lockAllElementsExcept_9() { return &___lockAllElementsExcept_9; } inline void set_lockAllElementsExcept_9(ConfigurationLockCollection_t4066281341 * value) { ___lockAllElementsExcept_9 = value; Il2CppCodeGenWriteBarrier((&___lockAllElementsExcept_9), value); } inline static int32_t get_offset_of_lockAttributes_10() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___lockAttributes_10)); } inline ConfigurationLockCollection_t4066281341 * get_lockAttributes_10() const { return ___lockAttributes_10; } inline ConfigurationLockCollection_t4066281341 ** get_address_of_lockAttributes_10() { return &___lockAttributes_10; } inline void set_lockAttributes_10(ConfigurationLockCollection_t4066281341 * value) { ___lockAttributes_10 = value; Il2CppCodeGenWriteBarrier((&___lockAttributes_10), value); } inline static int32_t get_offset_of_lockElements_11() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___lockElements_11)); } inline ConfigurationLockCollection_t4066281341 * get_lockElements_11() const { return ___lockElements_11; } inline ConfigurationLockCollection_t4066281341 ** get_address_of_lockElements_11() { return &___lockElements_11; } inline void set_lockElements_11(ConfigurationLockCollection_t4066281341 * value) { ___lockElements_11 = value; Il2CppCodeGenWriteBarrier((&___lockElements_11), value); } inline static int32_t get_offset_of_lockItem_12() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___lockItem_12)); } inline bool get_lockItem_12() const { return ___lockItem_12; } inline bool* get_address_of_lockItem_12() { return &___lockItem_12; } inline void set_lockItem_12(bool value) { ___lockItem_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATIONELEMENT_T3318566633_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef X509CERTIFICATE_T713131622_H #define X509CERTIFICATE_T713131622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t713131622 : public RuntimeObject { public: // Mono.Security.X509.X509Certificate System.Security.Cryptography.X509Certificates.X509Certificate::x509 X509Certificate_t489243024 * ___x509_0; // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::hideDates bool ___hideDates_1; // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::cachedCertificateHash ByteU5BU5D_t4116647657* ___cachedCertificateHash_2; // System.String System.Security.Cryptography.X509Certificates.X509Certificate::issuer_name String_t* ___issuer_name_3; // System.String System.Security.Cryptography.X509Certificates.X509Certificate::subject_name String_t* ___subject_name_4; public: inline static int32_t get_offset_of_x509_0() { return static_cast(offsetof(X509Certificate_t713131622, ___x509_0)); } inline X509Certificate_t489243024 * get_x509_0() const { return ___x509_0; } inline X509Certificate_t489243024 ** get_address_of_x509_0() { return &___x509_0; } inline void set_x509_0(X509Certificate_t489243024 * value) { ___x509_0 = value; Il2CppCodeGenWriteBarrier((&___x509_0), value); } inline static int32_t get_offset_of_hideDates_1() { return static_cast(offsetof(X509Certificate_t713131622, ___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_cachedCertificateHash_2() { return static_cast(offsetof(X509Certificate_t713131622, ___cachedCertificateHash_2)); } inline ByteU5BU5D_t4116647657* get_cachedCertificateHash_2() const { return ___cachedCertificateHash_2; } inline ByteU5BU5D_t4116647657** get_address_of_cachedCertificateHash_2() { return &___cachedCertificateHash_2; } inline void set_cachedCertificateHash_2(ByteU5BU5D_t4116647657* value) { ___cachedCertificateHash_2 = value; Il2CppCodeGenWriteBarrier((&___cachedCertificateHash_2), value); } inline static int32_t get_offset_of_issuer_name_3() { return static_cast(offsetof(X509Certificate_t713131622, ___issuer_name_3)); } inline String_t* get_issuer_name_3() const { return ___issuer_name_3; } inline String_t** get_address_of_issuer_name_3() { return &___issuer_name_3; } inline void set_issuer_name_3(String_t* value) { ___issuer_name_3 = value; Il2CppCodeGenWriteBarrier((&___issuer_name_3), value); } inline static int32_t get_offset_of_subject_name_4() { return static_cast(offsetof(X509Certificate_t713131622, ___subject_name_4)); } inline String_t* get_subject_name_4() const { return ___subject_name_4; } inline String_t** get_address_of_subject_name_4() { return &___subject_name_4; } inline void set_subject_name_4(String_t* value) { ___subject_name_4 = value; Il2CppCodeGenWriteBarrier((&___subject_name_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATE_T713131622_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), value); } inline static int32_t get_offset_of_message_2() { return static_cast(offsetof(Exception_t, ___message_2)); } inline String_t* get_message_2() const { return ___message_2; } inline String_t** get_address_of_message_2() { return &___message_2; } inline void set_message_2(String_t* value) { ___message_2 = value; Il2CppCodeGenWriteBarrier((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef SPKEY_T3654231119_H #define SPKEY_T3654231119_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ServicePointManager/SPKey struct SPKey_t3654231119 : public RuntimeObject { public: // System.Uri System.Net.ServicePointManager/SPKey::uri Uri_t100236324 * ___uri_0; // System.Boolean System.Net.ServicePointManager/SPKey::use_connect bool ___use_connect_1; public: inline static int32_t get_offset_of_uri_0() { return static_cast(offsetof(SPKey_t3654231119, ___uri_0)); } inline Uri_t100236324 * get_uri_0() const { return ___uri_0; } inline Uri_t100236324 ** get_address_of_uri_0() { return &___uri_0; } inline void set_uri_0(Uri_t100236324 * value) { ___uri_0 = value; Il2CppCodeGenWriteBarrier((&___uri_0), value); } inline static int32_t get_offset_of_use_connect_1() { return static_cast(offsetof(SPKey_t3654231119, ___use_connect_1)); } inline bool get_use_connect_1() const { return ___use_connect_1; } inline bool* get_address_of_use_connect_1() { return &___use_connect_1; } inline void set_use_connect_1(bool value) { ___use_connect_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SPKEY_T3654231119_H #ifndef URI_T100236324_H #define URI_T100236324_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Uri struct Uri_t100236324 : public RuntimeObject { public: // System.Boolean System.Uri::isUnixFilePath bool ___isUnixFilePath_0; // System.String System.Uri::source String_t* ___source_1; // System.String System.Uri::scheme String_t* ___scheme_2; // System.String System.Uri::host String_t* ___host_3; // System.Int32 System.Uri::port int32_t ___port_4; // System.String System.Uri::path String_t* ___path_5; // System.String System.Uri::query String_t* ___query_6; // System.String System.Uri::fragment String_t* ___fragment_7; // System.String System.Uri::userinfo String_t* ___userinfo_8; // System.Boolean System.Uri::isUnc bool ___isUnc_9; // System.Boolean System.Uri::isOpaquePart bool ___isOpaquePart_10; // System.Boolean System.Uri::isAbsoluteUri bool ___isAbsoluteUri_11; // System.Boolean System.Uri::userEscaped bool ___userEscaped_12; // System.String System.Uri::cachedAbsoluteUri String_t* ___cachedAbsoluteUri_13; // System.String System.Uri::cachedToString String_t* ___cachedToString_14; // System.String System.Uri::cachedLocalPath String_t* ___cachedLocalPath_15; // System.Int32 System.Uri::cachedHashCode int32_t ___cachedHashCode_16; // System.UriParser System.Uri::parser UriParser_t3890150400 * ___parser_30; public: inline static int32_t get_offset_of_isUnixFilePath_0() { return static_cast(offsetof(Uri_t100236324, ___isUnixFilePath_0)); } inline bool get_isUnixFilePath_0() const { return ___isUnixFilePath_0; } inline bool* get_address_of_isUnixFilePath_0() { return &___isUnixFilePath_0; } inline void set_isUnixFilePath_0(bool value) { ___isUnixFilePath_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(Uri_t100236324, ___source_1)); } inline String_t* get_source_1() const { return ___source_1; } inline String_t** get_address_of_source_1() { return &___source_1; } inline void set_source_1(String_t* value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((&___source_1), value); } inline static int32_t get_offset_of_scheme_2() { return static_cast(offsetof(Uri_t100236324, ___scheme_2)); } inline String_t* get_scheme_2() const { return ___scheme_2; } inline String_t** get_address_of_scheme_2() { return &___scheme_2; } inline void set_scheme_2(String_t* value) { ___scheme_2 = value; Il2CppCodeGenWriteBarrier((&___scheme_2), value); } inline static int32_t get_offset_of_host_3() { return static_cast(offsetof(Uri_t100236324, ___host_3)); } inline String_t* get_host_3() const { return ___host_3; } inline String_t** get_address_of_host_3() { return &___host_3; } inline void set_host_3(String_t* value) { ___host_3 = value; Il2CppCodeGenWriteBarrier((&___host_3), value); } inline static int32_t get_offset_of_port_4() { return static_cast(offsetof(Uri_t100236324, ___port_4)); } inline int32_t get_port_4() const { return ___port_4; } inline int32_t* get_address_of_port_4() { return &___port_4; } inline void set_port_4(int32_t value) { ___port_4 = value; } inline static int32_t get_offset_of_path_5() { return static_cast(offsetof(Uri_t100236324, ___path_5)); } inline String_t* get_path_5() const { return ___path_5; } inline String_t** get_address_of_path_5() { return &___path_5; } inline void set_path_5(String_t* value) { ___path_5 = value; Il2CppCodeGenWriteBarrier((&___path_5), value); } inline static int32_t get_offset_of_query_6() { return static_cast(offsetof(Uri_t100236324, ___query_6)); } inline String_t* get_query_6() const { return ___query_6; } inline String_t** get_address_of_query_6() { return &___query_6; } inline void set_query_6(String_t* value) { ___query_6 = value; Il2CppCodeGenWriteBarrier((&___query_6), value); } inline static int32_t get_offset_of_fragment_7() { return static_cast(offsetof(Uri_t100236324, ___fragment_7)); } inline String_t* get_fragment_7() const { return ___fragment_7; } inline String_t** get_address_of_fragment_7() { return &___fragment_7; } inline void set_fragment_7(String_t* value) { ___fragment_7 = value; Il2CppCodeGenWriteBarrier((&___fragment_7), value); } inline static int32_t get_offset_of_userinfo_8() { return static_cast(offsetof(Uri_t100236324, ___userinfo_8)); } inline String_t* get_userinfo_8() const { return ___userinfo_8; } inline String_t** get_address_of_userinfo_8() { return &___userinfo_8; } inline void set_userinfo_8(String_t* value) { ___userinfo_8 = value; Il2CppCodeGenWriteBarrier((&___userinfo_8), value); } inline static int32_t get_offset_of_isUnc_9() { return static_cast(offsetof(Uri_t100236324, ___isUnc_9)); } inline bool get_isUnc_9() const { return ___isUnc_9; } inline bool* get_address_of_isUnc_9() { return &___isUnc_9; } inline void set_isUnc_9(bool value) { ___isUnc_9 = value; } inline static int32_t get_offset_of_isOpaquePart_10() { return static_cast(offsetof(Uri_t100236324, ___isOpaquePart_10)); } inline bool get_isOpaquePart_10() const { return ___isOpaquePart_10; } inline bool* get_address_of_isOpaquePart_10() { return &___isOpaquePart_10; } inline void set_isOpaquePart_10(bool value) { ___isOpaquePart_10 = value; } inline static int32_t get_offset_of_isAbsoluteUri_11() { return static_cast(offsetof(Uri_t100236324, ___isAbsoluteUri_11)); } inline bool get_isAbsoluteUri_11() const { return ___isAbsoluteUri_11; } inline bool* get_address_of_isAbsoluteUri_11() { return &___isAbsoluteUri_11; } inline void set_isAbsoluteUri_11(bool value) { ___isAbsoluteUri_11 = value; } inline static int32_t get_offset_of_userEscaped_12() { return static_cast(offsetof(Uri_t100236324, ___userEscaped_12)); } inline bool get_userEscaped_12() const { return ___userEscaped_12; } inline bool* get_address_of_userEscaped_12() { return &___userEscaped_12; } inline void set_userEscaped_12(bool value) { ___userEscaped_12 = value; } inline static int32_t get_offset_of_cachedAbsoluteUri_13() { return static_cast(offsetof(Uri_t100236324, ___cachedAbsoluteUri_13)); } inline String_t* get_cachedAbsoluteUri_13() const { return ___cachedAbsoluteUri_13; } inline String_t** get_address_of_cachedAbsoluteUri_13() { return &___cachedAbsoluteUri_13; } inline void set_cachedAbsoluteUri_13(String_t* value) { ___cachedAbsoluteUri_13 = value; Il2CppCodeGenWriteBarrier((&___cachedAbsoluteUri_13), value); } inline static int32_t get_offset_of_cachedToString_14() { return static_cast(offsetof(Uri_t100236324, ___cachedToString_14)); } inline String_t* get_cachedToString_14() const { return ___cachedToString_14; } inline String_t** get_address_of_cachedToString_14() { return &___cachedToString_14; } inline void set_cachedToString_14(String_t* value) { ___cachedToString_14 = value; Il2CppCodeGenWriteBarrier((&___cachedToString_14), value); } inline static int32_t get_offset_of_cachedLocalPath_15() { return static_cast(offsetof(Uri_t100236324, ___cachedLocalPath_15)); } inline String_t* get_cachedLocalPath_15() const { return ___cachedLocalPath_15; } inline String_t** get_address_of_cachedLocalPath_15() { return &___cachedLocalPath_15; } inline void set_cachedLocalPath_15(String_t* value) { ___cachedLocalPath_15 = value; Il2CppCodeGenWriteBarrier((&___cachedLocalPath_15), value); } inline static int32_t get_offset_of_cachedHashCode_16() { return static_cast(offsetof(Uri_t100236324, ___cachedHashCode_16)); } inline int32_t get_cachedHashCode_16() const { return ___cachedHashCode_16; } inline int32_t* get_address_of_cachedHashCode_16() { return &___cachedHashCode_16; } inline void set_cachedHashCode_16(int32_t value) { ___cachedHashCode_16 = value; } inline static int32_t get_offset_of_parser_30() { return static_cast(offsetof(Uri_t100236324, ___parser_30)); } inline UriParser_t3890150400 * get_parser_30() const { return ___parser_30; } inline UriParser_t3890150400 ** get_address_of_parser_30() { return &___parser_30; } inline void set_parser_30(UriParser_t3890150400 * value) { ___parser_30 = value; Il2CppCodeGenWriteBarrier((&___parser_30), value); } }; struct Uri_t100236324_StaticFields { public: // System.String System.Uri::hexUpperChars String_t* ___hexUpperChars_17; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_18; // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_19; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_20; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_21; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_22; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_23; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_24; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_25; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_26; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_27; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_28; // System.Uri/UriScheme[] System.Uri::schemes UriSchemeU5BU5D_t2082808316* ___schemes_29; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map1C Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1C_31; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map1D Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1D_32; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map1E Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1E_33; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map1F Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1F_34; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map20 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map20_35; public: inline static int32_t get_offset_of_hexUpperChars_17() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___hexUpperChars_17)); } inline String_t* get_hexUpperChars_17() const { return ___hexUpperChars_17; } inline String_t** get_address_of_hexUpperChars_17() { return &___hexUpperChars_17; } inline void set_hexUpperChars_17(String_t* value) { ___hexUpperChars_17 = value; Il2CppCodeGenWriteBarrier((&___hexUpperChars_17), value); } inline static int32_t get_offset_of_SchemeDelimiter_18() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___SchemeDelimiter_18)); } inline String_t* get_SchemeDelimiter_18() const { return ___SchemeDelimiter_18; } inline String_t** get_address_of_SchemeDelimiter_18() { return &___SchemeDelimiter_18; } inline void set_SchemeDelimiter_18(String_t* value) { ___SchemeDelimiter_18 = value; Il2CppCodeGenWriteBarrier((&___SchemeDelimiter_18), value); } inline static int32_t get_offset_of_UriSchemeFile_19() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeFile_19)); } inline String_t* get_UriSchemeFile_19() const { return ___UriSchemeFile_19; } inline String_t** get_address_of_UriSchemeFile_19() { return &___UriSchemeFile_19; } inline void set_UriSchemeFile_19(String_t* value) { ___UriSchemeFile_19 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeFile_19), value); } inline static int32_t get_offset_of_UriSchemeFtp_20() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeFtp_20)); } inline String_t* get_UriSchemeFtp_20() const { return ___UriSchemeFtp_20; } inline String_t** get_address_of_UriSchemeFtp_20() { return &___UriSchemeFtp_20; } inline void set_UriSchemeFtp_20(String_t* value) { ___UriSchemeFtp_20 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeFtp_20), value); } inline static int32_t get_offset_of_UriSchemeGopher_21() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeGopher_21)); } inline String_t* get_UriSchemeGopher_21() const { return ___UriSchemeGopher_21; } inline String_t** get_address_of_UriSchemeGopher_21() { return &___UriSchemeGopher_21; } inline void set_UriSchemeGopher_21(String_t* value) { ___UriSchemeGopher_21 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeGopher_21), value); } inline static int32_t get_offset_of_UriSchemeHttp_22() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeHttp_22)); } inline String_t* get_UriSchemeHttp_22() const { return ___UriSchemeHttp_22; } inline String_t** get_address_of_UriSchemeHttp_22() { return &___UriSchemeHttp_22; } inline void set_UriSchemeHttp_22(String_t* value) { ___UriSchemeHttp_22 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeHttp_22), value); } inline static int32_t get_offset_of_UriSchemeHttps_23() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeHttps_23)); } inline String_t* get_UriSchemeHttps_23() const { return ___UriSchemeHttps_23; } inline String_t** get_address_of_UriSchemeHttps_23() { return &___UriSchemeHttps_23; } inline void set_UriSchemeHttps_23(String_t* value) { ___UriSchemeHttps_23 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeHttps_23), value); } inline static int32_t get_offset_of_UriSchemeMailto_24() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeMailto_24)); } inline String_t* get_UriSchemeMailto_24() const { return ___UriSchemeMailto_24; } inline String_t** get_address_of_UriSchemeMailto_24() { return &___UriSchemeMailto_24; } inline void set_UriSchemeMailto_24(String_t* value) { ___UriSchemeMailto_24 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeMailto_24), value); } inline static int32_t get_offset_of_UriSchemeNews_25() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNews_25)); } inline String_t* get_UriSchemeNews_25() const { return ___UriSchemeNews_25; } inline String_t** get_address_of_UriSchemeNews_25() { return &___UriSchemeNews_25; } inline void set_UriSchemeNews_25(String_t* value) { ___UriSchemeNews_25 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNews_25), value); } inline static int32_t get_offset_of_UriSchemeNntp_26() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNntp_26)); } inline String_t* get_UriSchemeNntp_26() const { return ___UriSchemeNntp_26; } inline String_t** get_address_of_UriSchemeNntp_26() { return &___UriSchemeNntp_26; } inline void set_UriSchemeNntp_26(String_t* value) { ___UriSchemeNntp_26 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNntp_26), value); } inline static int32_t get_offset_of_UriSchemeNetPipe_27() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNetPipe_27)); } inline String_t* get_UriSchemeNetPipe_27() const { return ___UriSchemeNetPipe_27; } inline String_t** get_address_of_UriSchemeNetPipe_27() { return &___UriSchemeNetPipe_27; } inline void set_UriSchemeNetPipe_27(String_t* value) { ___UriSchemeNetPipe_27 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNetPipe_27), value); } inline static int32_t get_offset_of_UriSchemeNetTcp_28() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNetTcp_28)); } inline String_t* get_UriSchemeNetTcp_28() const { return ___UriSchemeNetTcp_28; } inline String_t** get_address_of_UriSchemeNetTcp_28() { return &___UriSchemeNetTcp_28; } inline void set_UriSchemeNetTcp_28(String_t* value) { ___UriSchemeNetTcp_28 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNetTcp_28), value); } inline static int32_t get_offset_of_schemes_29() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___schemes_29)); } inline UriSchemeU5BU5D_t2082808316* get_schemes_29() const { return ___schemes_29; } inline UriSchemeU5BU5D_t2082808316** get_address_of_schemes_29() { return &___schemes_29; } inline void set_schemes_29(UriSchemeU5BU5D_t2082808316* value) { ___schemes_29 = value; Il2CppCodeGenWriteBarrier((&___schemes_29), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1C_31() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map1C_31)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1C_31() const { return ___U3CU3Ef__switchU24map1C_31; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1C_31() { return &___U3CU3Ef__switchU24map1C_31; } inline void set_U3CU3Ef__switchU24map1C_31(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1C_31 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1C_31), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1D_32() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map1D_32)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1D_32() const { return ___U3CU3Ef__switchU24map1D_32; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1D_32() { return &___U3CU3Ef__switchU24map1D_32; } inline void set_U3CU3Ef__switchU24map1D_32(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1D_32 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1D_32), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1E_33() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map1E_33)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1E_33() const { return ___U3CU3Ef__switchU24map1E_33; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1E_33() { return &___U3CU3Ef__switchU24map1E_33; } inline void set_U3CU3Ef__switchU24map1E_33(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1E_33 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1E_33), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1F_34() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map1F_34)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1F_34() const { return ___U3CU3Ef__switchU24map1F_34; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1F_34() { return &___U3CU3Ef__switchU24map1F_34; } inline void set_U3CU3Ef__switchU24map1F_34(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1F_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1F_34), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map20_35() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map20_35)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map20_35() const { return ___U3CU3Ef__switchU24map20_35; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map20_35() { return &___U3CU3Ef__switchU24map20_35; } inline void set_U3CU3Ef__switchU24map20_35(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map20_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map20_35), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URI_T100236324_H #ifndef CRITICALFINALIZEROBJECT_T701527852_H #define CRITICALFINALIZEROBJECT_T701527852_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_t701527852 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRITICALFINALIZEROBJECT_T701527852_H #ifndef ARRAYLIST_T2718874744_H #define ARRAYLIST_T2718874744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList struct ArrayList_t2718874744 : public RuntimeObject { public: // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_t2843939325* ____items_2; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_3; public: inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t2718874744, ____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__items_2() { return static_cast(offsetof(ArrayList_t2718874744, ____items_2)); } inline ObjectU5BU5D_t2843939325* get__items_2() const { return ____items_2; } inline ObjectU5BU5D_t2843939325** get_address_of__items_2() { return &____items_2; } inline void set__items_2(ObjectU5BU5D_t2843939325* value) { ____items_2 = value; Il2CppCodeGenWriteBarrier((&____items_2), value); } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(ArrayList_t2718874744, ____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; } }; struct ArrayList_t2718874744_StaticFields { public: // System.Object[] System.Collections.ArrayList::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(ArrayList_t2718874744_StaticFields, ___EmptyArray_4)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYLIST_T2718874744_H #ifndef SORTEDLIST_T2427694641_H #define SORTEDLIST_T2427694641_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.SortedList struct SortedList_t2427694641 : public RuntimeObject { public: // System.Int32 System.Collections.SortedList::inUse int32_t ___inUse_1; // System.Int32 System.Collections.SortedList::modificationCount int32_t ___modificationCount_2; // System.Collections.SortedList/Slot[] System.Collections.SortedList::table SlotU5BU5D_t227397015* ___table_3; // System.Collections.IComparer System.Collections.SortedList::comparer RuntimeObject* ___comparer_4; // System.Int32 System.Collections.SortedList::defaultCapacity int32_t ___defaultCapacity_5; public: inline static int32_t get_offset_of_inUse_1() { return static_cast(offsetof(SortedList_t2427694641, ___inUse_1)); } inline int32_t get_inUse_1() const { return ___inUse_1; } inline int32_t* get_address_of_inUse_1() { return &___inUse_1; } inline void set_inUse_1(int32_t value) { ___inUse_1 = value; } inline static int32_t get_offset_of_modificationCount_2() { return static_cast(offsetof(SortedList_t2427694641, ___modificationCount_2)); } inline int32_t get_modificationCount_2() const { return ___modificationCount_2; } inline int32_t* get_address_of_modificationCount_2() { return &___modificationCount_2; } inline void set_modificationCount_2(int32_t value) { ___modificationCount_2 = value; } inline static int32_t get_offset_of_table_3() { return static_cast(offsetof(SortedList_t2427694641, ___table_3)); } inline SlotU5BU5D_t227397015* get_table_3() const { return ___table_3; } inline SlotU5BU5D_t227397015** get_address_of_table_3() { return &___table_3; } inline void set_table_3(SlotU5BU5D_t227397015* value) { ___table_3 = value; Il2CppCodeGenWriteBarrier((&___table_3), value); } inline static int32_t get_offset_of_comparer_4() { return static_cast(offsetof(SortedList_t2427694641, ___comparer_4)); } inline RuntimeObject* get_comparer_4() const { return ___comparer_4; } inline RuntimeObject** get_address_of_comparer_4() { return &___comparer_4; } inline void set_comparer_4(RuntimeObject* value) { ___comparer_4 = value; Il2CppCodeGenWriteBarrier((&___comparer_4), value); } inline static int32_t get_offset_of_defaultCapacity_5() { return static_cast(offsetof(SortedList_t2427694641, ___defaultCapacity_5)); } inline int32_t get_defaultCapacity_5() const { return ___defaultCapacity_5; } inline int32_t* get_address_of_defaultCapacity_5() { return &___defaultCapacity_5; } inline void set_defaultCapacity_5(int32_t value) { ___defaultCapacity_5 = value; } }; struct SortedList_t2427694641_StaticFields { public: // System.Int32 System.Collections.SortedList::INITIAL_SIZE int32_t ___INITIAL_SIZE_0; public: inline static int32_t get_offset_of_INITIAL_SIZE_0() { return static_cast(offsetof(SortedList_t2427694641_StaticFields, ___INITIAL_SIZE_0)); } inline int32_t get_INITIAL_SIZE_0() const { return ___INITIAL_SIZE_0; } inline int32_t* get_address_of_INITIAL_SIZE_0() { return &___INITIAL_SIZE_0; } inline void set_INITIAL_SIZE_0(int32_t value) { ___INITIAL_SIZE_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SORTEDLIST_T2427694641_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef VALIDATIONRESULT_T3834298736_H #define VALIDATIONRESULT_T3834298736_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.ValidationResult struct ValidationResult_t3834298736 : public RuntimeObject { public: // System.Boolean Mono.Security.Protocol.Tls.ValidationResult::trusted bool ___trusted_0; // System.Boolean Mono.Security.Protocol.Tls.ValidationResult::user_denied bool ___user_denied_1; // System.Int32 Mono.Security.Protocol.Tls.ValidationResult::error_code int32_t ___error_code_2; public: inline static int32_t get_offset_of_trusted_0() { return static_cast(offsetof(ValidationResult_t3834298736, ___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_t3834298736, ___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_t3834298736, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VALIDATIONRESULT_T3834298736_H #ifndef CONNECTIONMANAGEMENTDATA_T2003128658_H #define CONNECTIONMANAGEMENTDATA_T2003128658_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.ConnectionManagementData struct ConnectionManagementData_t2003128658 : public RuntimeObject { public: // System.Collections.Hashtable System.Net.Configuration.ConnectionManagementData::data Hashtable_t1853889766 * ___data_0; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(ConnectionManagementData_t2003128658, ___data_0)); } inline Hashtable_t1853889766 * get_data_0() const { return ___data_0; } inline Hashtable_t1853889766 ** get_address_of_data_0() { return &___data_0; } inline void set_data_0(Hashtable_t1853889766 * value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((&___data_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONNECTIONMANAGEMENTDATA_T2003128658_H #ifndef COLLECTIONBASE_T2727926298_H #define COLLECTIONBASE_T2727926298_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.CollectionBase struct CollectionBase_t2727926298 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.CollectionBase::list ArrayList_t2718874744 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(CollectionBase_t2727926298, ___list_0)); } inline ArrayList_t2718874744 * get_list_0() const { return ___list_0; } inline ArrayList_t2718874744 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t2718874744 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLECTIONBASE_T2727926298_H #ifndef X509EXTENSIONENUMERATOR_T2479560659_H #define X509EXTENSIONENUMERATOR_T2479560659_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator struct X509ExtensionEnumerator_t2479560659 : public RuntimeObject { public: // System.Collections.IEnumerator System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator::enumerator RuntimeObject* ___enumerator_0; public: inline static int32_t get_offset_of_enumerator_0() { return static_cast(offsetof(X509ExtensionEnumerator_t2479560659, ___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((&___enumerator_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509EXTENSIONENUMERATOR_T2479560659_H #ifndef X509CHAINELEMENTENUMERATOR_T3014253456_H #define X509CHAINELEMENTENUMERATOR_T3014253456_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator struct X509ChainElementEnumerator_t3014253456 : public RuntimeObject { public: // System.Collections.IEnumerator System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator::enumerator RuntimeObject* ___enumerator_0; public: inline static int32_t get_offset_of_enumerator_0() { return static_cast(offsetof(X509ChainElementEnumerator_t3014253456, ___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((&___enumerator_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CHAINELEMENTENUMERATOR_T3014253456_H #ifndef X509STORE_T2777415284_H #define X509STORE_T2777415284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509Store struct X509Store_t2777415284 : public RuntimeObject { public: // System.String Mono.Security.X509.X509Store::_storePath String_t* ____storePath_0; // Mono.Security.X509.X509CertificateCollection Mono.Security.X509.X509Store::_certificates X509CertificateCollection_t1542168550 * ____certificates_1; // System.Collections.ArrayList Mono.Security.X509.X509Store::_crls ArrayList_t2718874744 * ____crls_2; // System.Boolean Mono.Security.X509.X509Store::_crl bool ____crl_3; public: inline static int32_t get_offset_of__storePath_0() { return static_cast(offsetof(X509Store_t2777415284, ____storePath_0)); } inline String_t* get__storePath_0() const { return ____storePath_0; } inline String_t** get_address_of__storePath_0() { return &____storePath_0; } inline void set__storePath_0(String_t* value) { ____storePath_0 = value; Il2CppCodeGenWriteBarrier((&____storePath_0), value); } inline static int32_t get_offset_of__certificates_1() { return static_cast(offsetof(X509Store_t2777415284, ____certificates_1)); } inline X509CertificateCollection_t1542168550 * get__certificates_1() const { return ____certificates_1; } inline X509CertificateCollection_t1542168550 ** get_address_of__certificates_1() { return &____certificates_1; } inline void set__certificates_1(X509CertificateCollection_t1542168550 * value) { ____certificates_1 = value; Il2CppCodeGenWriteBarrier((&____certificates_1), value); } inline static int32_t get_offset_of__crls_2() { return static_cast(offsetof(X509Store_t2777415284, ____crls_2)); } inline ArrayList_t2718874744 * get__crls_2() const { return ____crls_2; } inline ArrayList_t2718874744 ** get_address_of__crls_2() { return &____crls_2; } inline void set__crls_2(ArrayList_t2718874744 * value) { ____crls_2 = value; Il2CppCodeGenWriteBarrier((&____crls_2), value); } inline static int32_t get_offset_of__crl_3() { return static_cast(offsetof(X509Store_t2777415284, ____crl_3)); } inline bool get__crl_3() const { return ____crl_3; } inline bool* get_address_of__crl_3() { return &____crl_3; } inline void set__crl_3(bool value) { ____crl_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509STORE_T2777415284_H #ifndef UINT32_T2560061978_H #define UINT32_T2560061978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t2560061978 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt32_t2560061978, ___m_value_2)); } inline uint32_t get_m_value_2() const { return ___m_value_2; } inline uint32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T2560061978_H #ifndef CONFIGURATIONELEMENTCOLLECTION_T446763386_H #define CONFIGURATIONELEMENTCOLLECTION_T446763386_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationElementCollection struct ConfigurationElementCollection_t446763386 : public ConfigurationElement_t3318566633 { public: // System.Collections.ArrayList System.Configuration.ConfigurationElementCollection::list ArrayList_t2718874744 * ___list_13; // System.Collections.ArrayList System.Configuration.ConfigurationElementCollection::removed ArrayList_t2718874744 * ___removed_14; // System.Collections.ArrayList System.Configuration.ConfigurationElementCollection::inherited ArrayList_t2718874744 * ___inherited_15; // System.Boolean System.Configuration.ConfigurationElementCollection::emitClear bool ___emitClear_16; // System.Boolean System.Configuration.ConfigurationElementCollection::modified bool ___modified_17; // System.Collections.IComparer System.Configuration.ConfigurationElementCollection::comparer RuntimeObject* ___comparer_18; // System.Int32 System.Configuration.ConfigurationElementCollection::inheritedLimitIndex int32_t ___inheritedLimitIndex_19; // System.String System.Configuration.ConfigurationElementCollection::addElementName String_t* ___addElementName_20; // System.String System.Configuration.ConfigurationElementCollection::clearElementName String_t* ___clearElementName_21; // System.String System.Configuration.ConfigurationElementCollection::removeElementName String_t* ___removeElementName_22; public: inline static int32_t get_offset_of_list_13() { return static_cast(offsetof(ConfigurationElementCollection_t446763386, ___list_13)); } inline ArrayList_t2718874744 * get_list_13() const { return ___list_13; } inline ArrayList_t2718874744 ** get_address_of_list_13() { return &___list_13; } inline void set_list_13(ArrayList_t2718874744 * value) { ___list_13 = value; Il2CppCodeGenWriteBarrier((&___list_13), value); } inline static int32_t get_offset_of_removed_14() { return static_cast(offsetof(ConfigurationElementCollection_t446763386, ___removed_14)); } inline ArrayList_t2718874744 * get_removed_14() const { return ___removed_14; } inline ArrayList_t2718874744 ** get_address_of_removed_14() { return &___removed_14; } inline void set_removed_14(ArrayList_t2718874744 * value) { ___removed_14 = value; Il2CppCodeGenWriteBarrier((&___removed_14), value); } inline static int32_t get_offset_of_inherited_15() { return static_cast(offsetof(ConfigurationElementCollection_t446763386, ___inherited_15)); } inline ArrayList_t2718874744 * get_inherited_15() const { return ___inherited_15; } inline ArrayList_t2718874744 ** get_address_of_inherited_15() { return &___inherited_15; } inline void set_inherited_15(ArrayList_t2718874744 * value) { ___inherited_15 = value; Il2CppCodeGenWriteBarrier((&___inherited_15), value); } inline static int32_t get_offset_of_emitClear_16() { return static_cast(offsetof(ConfigurationElementCollection_t446763386, ___emitClear_16)); } inline bool get_emitClear_16() const { return ___emitClear_16; } inline bool* get_address_of_emitClear_16() { return &___emitClear_16; } inline void set_emitClear_16(bool value) { ___emitClear_16 = value; } inline static int32_t get_offset_of_modified_17() { return static_cast(offsetof(ConfigurationElementCollection_t446763386, ___modified_17)); } inline bool get_modified_17() const { return ___modified_17; } inline bool* get_address_of_modified_17() { return &___modified_17; } inline void set_modified_17(bool value) { ___modified_17 = value; } inline static int32_t get_offset_of_comparer_18() { return static_cast(offsetof(ConfigurationElementCollection_t446763386, ___comparer_18)); } inline RuntimeObject* get_comparer_18() const { return ___comparer_18; } inline RuntimeObject** get_address_of_comparer_18() { return &___comparer_18; } inline void set_comparer_18(RuntimeObject* value) { ___comparer_18 = value; Il2CppCodeGenWriteBarrier((&___comparer_18), value); } inline static int32_t get_offset_of_inheritedLimitIndex_19() { return static_cast(offsetof(ConfigurationElementCollection_t446763386, ___inheritedLimitIndex_19)); } inline int32_t get_inheritedLimitIndex_19() const { return ___inheritedLimitIndex_19; } inline int32_t* get_address_of_inheritedLimitIndex_19() { return &___inheritedLimitIndex_19; } inline void set_inheritedLimitIndex_19(int32_t value) { ___inheritedLimitIndex_19 = value; } inline static int32_t get_offset_of_addElementName_20() { return static_cast(offsetof(ConfigurationElementCollection_t446763386, ___addElementName_20)); } inline String_t* get_addElementName_20() const { return ___addElementName_20; } inline String_t** get_address_of_addElementName_20() { return &___addElementName_20; } inline void set_addElementName_20(String_t* value) { ___addElementName_20 = value; Il2CppCodeGenWriteBarrier((&___addElementName_20), value); } inline static int32_t get_offset_of_clearElementName_21() { return static_cast(offsetof(ConfigurationElementCollection_t446763386, ___clearElementName_21)); } inline String_t* get_clearElementName_21() const { return ___clearElementName_21; } inline String_t** get_address_of_clearElementName_21() { return &___clearElementName_21; } inline void set_clearElementName_21(String_t* value) { ___clearElementName_21 = value; Il2CppCodeGenWriteBarrier((&___clearElementName_21), value); } inline static int32_t get_offset_of_removeElementName_22() { return static_cast(offsetof(ConfigurationElementCollection_t446763386, ___removeElementName_22)); } inline String_t* get_removeElementName_22() const { return ___removeElementName_22; } inline String_t** get_address_of_removeElementName_22() { return &___removeElementName_22; } inline void set_removeElementName_22(String_t* value) { ___removeElementName_22 = value; Il2CppCodeGenWriteBarrier((&___removeElementName_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATIONELEMENTCOLLECTION_T446763386_H #ifndef X509CERTIFICATECOLLECTION_T1542168550_H #define X509CERTIFICATECOLLECTION_T1542168550_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509CertificateCollection struct X509CertificateCollection_t1542168550 : public CollectionBase_t2727926298 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATECOLLECTION_T1542168550_H #ifndef NAMEVALUECOLLECTION_T407452768_H #define NAMEVALUECOLLECTION_T407452768_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.NameValueCollection struct NameValueCollection_t407452768 : public NameObjectCollectionBase_t2091847364 { public: // System.String[] System.Collections.Specialized.NameValueCollection::cachedAllKeys StringU5BU5D_t1281789340* ___cachedAllKeys_10; // System.String[] System.Collections.Specialized.NameValueCollection::cachedAll StringU5BU5D_t1281789340* ___cachedAll_11; public: inline static int32_t get_offset_of_cachedAllKeys_10() { return static_cast(offsetof(NameValueCollection_t407452768, ___cachedAllKeys_10)); } inline StringU5BU5D_t1281789340* get_cachedAllKeys_10() const { return ___cachedAllKeys_10; } inline StringU5BU5D_t1281789340** get_address_of_cachedAllKeys_10() { return &___cachedAllKeys_10; } inline void set_cachedAllKeys_10(StringU5BU5D_t1281789340* value) { ___cachedAllKeys_10 = value; Il2CppCodeGenWriteBarrier((&___cachedAllKeys_10), value); } inline static int32_t get_offset_of_cachedAll_11() { return static_cast(offsetof(NameValueCollection_t407452768, ___cachedAll_11)); } inline StringU5BU5D_t1281789340* get_cachedAll_11() const { return ___cachedAll_11; } inline StringU5BU5D_t1281789340** get_address_of_cachedAll_11() { return &___cachedAll_11; } inline void set_cachedAll_11(StringU5BU5D_t1281789340* value) { ___cachedAll_11 = value; Il2CppCodeGenWriteBarrier((&___cachedAll_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMEVALUECOLLECTION_T407452768_H #ifndef SUBJECTALTNAMEEXTENSION_T1536937677_H #define SUBJECTALTNAMEEXTENSION_T1536937677_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.Extensions.SubjectAltNameExtension struct SubjectAltNameExtension_t1536937677 : public X509Extension_t3173393653 { public: // Mono.Security.X509.Extensions.GeneralNames Mono.Security.X509.Extensions.SubjectAltNameExtension::_names GeneralNames_t2702294159 * ____names_3; public: inline static int32_t get_offset_of__names_3() { return static_cast(offsetof(SubjectAltNameExtension_t1536937677, ____names_3)); } inline GeneralNames_t2702294159 * get__names_3() const { return ____names_3; } inline GeneralNames_t2702294159 ** get_address_of__names_3() { return &____names_3; } inline void set__names_3(GeneralNames_t2702294159 * value) { ____names_3 = value; Il2CppCodeGenWriteBarrier((&____names_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SUBJECTALTNAMEEXTENSION_T1536937677_H #ifndef X509EXTENSIONCOLLECTION_T609554709_H #define X509EXTENSIONCOLLECTION_T609554709_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509ExtensionCollection struct X509ExtensionCollection_t609554709 : public CollectionBase_t2727926298 { public: // System.Boolean Mono.Security.X509.X509ExtensionCollection::readOnly bool ___readOnly_1; public: inline static int32_t get_offset_of_readOnly_1() { return static_cast(offsetof(X509ExtensionCollection_t609554709, ___readOnly_1)); } inline bool get_readOnly_1() const { return ___readOnly_1; } inline bool* get_address_of_readOnly_1() { return &___readOnly_1; } inline void set_readOnly_1(bool value) { ___readOnly_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509EXTENSIONCOLLECTION_T609554709_H #ifndef DSAPARAMETERS_T1885824122_H #define DSAPARAMETERS_T1885824122_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DSAParameters struct DSAParameters_t1885824122 { public: // System.Int32 System.Security.Cryptography.DSAParameters::Counter int32_t ___Counter_0; // System.Byte[] System.Security.Cryptography.DSAParameters::G ByteU5BU5D_t4116647657* ___G_1; // System.Byte[] System.Security.Cryptography.DSAParameters::J ByteU5BU5D_t4116647657* ___J_2; // System.Byte[] System.Security.Cryptography.DSAParameters::P ByteU5BU5D_t4116647657* ___P_3; // System.Byte[] System.Security.Cryptography.DSAParameters::Q ByteU5BU5D_t4116647657* ___Q_4; // System.Byte[] System.Security.Cryptography.DSAParameters::Seed ByteU5BU5D_t4116647657* ___Seed_5; // System.Byte[] System.Security.Cryptography.DSAParameters::X ByteU5BU5D_t4116647657* ___X_6; // System.Byte[] System.Security.Cryptography.DSAParameters::Y ByteU5BU5D_t4116647657* ___Y_7; public: inline static int32_t get_offset_of_Counter_0() { return static_cast(offsetof(DSAParameters_t1885824122, ___Counter_0)); } inline int32_t get_Counter_0() const { return ___Counter_0; } inline int32_t* get_address_of_Counter_0() { return &___Counter_0; } inline void set_Counter_0(int32_t value) { ___Counter_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(DSAParameters_t1885824122, ___G_1)); } inline ByteU5BU5D_t4116647657* get_G_1() const { return ___G_1; } inline ByteU5BU5D_t4116647657** get_address_of_G_1() { return &___G_1; } inline void set_G_1(ByteU5BU5D_t4116647657* value) { ___G_1 = value; Il2CppCodeGenWriteBarrier((&___G_1), value); } inline static int32_t get_offset_of_J_2() { return static_cast(offsetof(DSAParameters_t1885824122, ___J_2)); } inline ByteU5BU5D_t4116647657* get_J_2() const { return ___J_2; } inline ByteU5BU5D_t4116647657** get_address_of_J_2() { return &___J_2; } inline void set_J_2(ByteU5BU5D_t4116647657* value) { ___J_2 = value; Il2CppCodeGenWriteBarrier((&___J_2), value); } inline static int32_t get_offset_of_P_3() { return static_cast(offsetof(DSAParameters_t1885824122, ___P_3)); } inline ByteU5BU5D_t4116647657* get_P_3() const { return ___P_3; } inline ByteU5BU5D_t4116647657** get_address_of_P_3() { return &___P_3; } inline void set_P_3(ByteU5BU5D_t4116647657* value) { ___P_3 = value; Il2CppCodeGenWriteBarrier((&___P_3), value); } inline static int32_t get_offset_of_Q_4() { return static_cast(offsetof(DSAParameters_t1885824122, ___Q_4)); } inline ByteU5BU5D_t4116647657* get_Q_4() const { return ___Q_4; } inline ByteU5BU5D_t4116647657** get_address_of_Q_4() { return &___Q_4; } inline void set_Q_4(ByteU5BU5D_t4116647657* value) { ___Q_4 = value; Il2CppCodeGenWriteBarrier((&___Q_4), value); } inline static int32_t get_offset_of_Seed_5() { return static_cast(offsetof(DSAParameters_t1885824122, ___Seed_5)); } inline ByteU5BU5D_t4116647657* get_Seed_5() const { return ___Seed_5; } inline ByteU5BU5D_t4116647657** get_address_of_Seed_5() { return &___Seed_5; } inline void set_Seed_5(ByteU5BU5D_t4116647657* value) { ___Seed_5 = value; Il2CppCodeGenWriteBarrier((&___Seed_5), value); } inline static int32_t get_offset_of_X_6() { return static_cast(offsetof(DSAParameters_t1885824122, ___X_6)); } inline ByteU5BU5D_t4116647657* get_X_6() const { return ___X_6; } inline ByteU5BU5D_t4116647657** get_address_of_X_6() { return &___X_6; } inline void set_X_6(ByteU5BU5D_t4116647657* value) { ___X_6 = value; Il2CppCodeGenWriteBarrier((&___X_6), value); } inline static int32_t get_offset_of_Y_7() { return static_cast(offsetof(DSAParameters_t1885824122, ___Y_7)); } inline ByteU5BU5D_t4116647657* get_Y_7() const { return ___Y_7; } inline ByteU5BU5D_t4116647657** get_address_of_Y_7() { return &___Y_7; } inline void set_Y_7(ByteU5BU5D_t4116647657* value) { ___Y_7 = value; Il2CppCodeGenWriteBarrier((&___Y_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_t1885824122_marshaled_pinvoke { int32_t ___Counter_0; uint8_t* ___G_1; uint8_t* ___J_2; uint8_t* ___P_3; uint8_t* ___Q_4; uint8_t* ___Seed_5; uint8_t* ___X_6; uint8_t* ___Y_7; }; // Native definition for COM marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_t1885824122_marshaled_com { int32_t ___Counter_0; uint8_t* ___G_1; uint8_t* ___J_2; uint8_t* ___P_3; uint8_t* ___Q_4; uint8_t* ___Seed_5; uint8_t* ___X_6; uint8_t* ___Y_7; }; #endif // DSAPARAMETERS_T1885824122_H #ifndef GCHANDLE_T3351438187_H #define GCHANDLE_T3351438187_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.GCHandle struct GCHandle_t3351438187 { 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_t3351438187, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GCHANDLE_T3351438187_H #ifndef RSAPARAMETERS_T1728406613_H #define RSAPARAMETERS_T1728406613_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSAParameters struct RSAParameters_t1728406613 { public: // System.Byte[] System.Security.Cryptography.RSAParameters::P ByteU5BU5D_t4116647657* ___P_0; // System.Byte[] System.Security.Cryptography.RSAParameters::Q ByteU5BU5D_t4116647657* ___Q_1; // System.Byte[] System.Security.Cryptography.RSAParameters::D ByteU5BU5D_t4116647657* ___D_2; // System.Byte[] System.Security.Cryptography.RSAParameters::DP ByteU5BU5D_t4116647657* ___DP_3; // System.Byte[] System.Security.Cryptography.RSAParameters::DQ ByteU5BU5D_t4116647657* ___DQ_4; // System.Byte[] System.Security.Cryptography.RSAParameters::InverseQ ByteU5BU5D_t4116647657* ___InverseQ_5; // System.Byte[] System.Security.Cryptography.RSAParameters::Modulus ByteU5BU5D_t4116647657* ___Modulus_6; // System.Byte[] System.Security.Cryptography.RSAParameters::Exponent ByteU5BU5D_t4116647657* ___Exponent_7; public: inline static int32_t get_offset_of_P_0() { return static_cast(offsetof(RSAParameters_t1728406613, ___P_0)); } inline ByteU5BU5D_t4116647657* get_P_0() const { return ___P_0; } inline ByteU5BU5D_t4116647657** get_address_of_P_0() { return &___P_0; } inline void set_P_0(ByteU5BU5D_t4116647657* value) { ___P_0 = value; Il2CppCodeGenWriteBarrier((&___P_0), value); } inline static int32_t get_offset_of_Q_1() { return static_cast(offsetof(RSAParameters_t1728406613, ___Q_1)); } inline ByteU5BU5D_t4116647657* get_Q_1() const { return ___Q_1; } inline ByteU5BU5D_t4116647657** get_address_of_Q_1() { return &___Q_1; } inline void set_Q_1(ByteU5BU5D_t4116647657* value) { ___Q_1 = value; Il2CppCodeGenWriteBarrier((&___Q_1), value); } inline static int32_t get_offset_of_D_2() { return static_cast(offsetof(RSAParameters_t1728406613, ___D_2)); } inline ByteU5BU5D_t4116647657* get_D_2() const { return ___D_2; } inline ByteU5BU5D_t4116647657** get_address_of_D_2() { return &___D_2; } inline void set_D_2(ByteU5BU5D_t4116647657* value) { ___D_2 = value; Il2CppCodeGenWriteBarrier((&___D_2), value); } inline static int32_t get_offset_of_DP_3() { return static_cast(offsetof(RSAParameters_t1728406613, ___DP_3)); } inline ByteU5BU5D_t4116647657* get_DP_3() const { return ___DP_3; } inline ByteU5BU5D_t4116647657** get_address_of_DP_3() { return &___DP_3; } inline void set_DP_3(ByteU5BU5D_t4116647657* value) { ___DP_3 = value; Il2CppCodeGenWriteBarrier((&___DP_3), value); } inline static int32_t get_offset_of_DQ_4() { return static_cast(offsetof(RSAParameters_t1728406613, ___DQ_4)); } inline ByteU5BU5D_t4116647657* get_DQ_4() const { return ___DQ_4; } inline ByteU5BU5D_t4116647657** get_address_of_DQ_4() { return &___DQ_4; } inline void set_DQ_4(ByteU5BU5D_t4116647657* value) { ___DQ_4 = value; Il2CppCodeGenWriteBarrier((&___DQ_4), value); } inline static int32_t get_offset_of_InverseQ_5() { return static_cast(offsetof(RSAParameters_t1728406613, ___InverseQ_5)); } inline ByteU5BU5D_t4116647657* get_InverseQ_5() const { return ___InverseQ_5; } inline ByteU5BU5D_t4116647657** get_address_of_InverseQ_5() { return &___InverseQ_5; } inline void set_InverseQ_5(ByteU5BU5D_t4116647657* value) { ___InverseQ_5 = value; Il2CppCodeGenWriteBarrier((&___InverseQ_5), value); } inline static int32_t get_offset_of_Modulus_6() { return static_cast(offsetof(RSAParameters_t1728406613, ___Modulus_6)); } inline ByteU5BU5D_t4116647657* get_Modulus_6() const { return ___Modulus_6; } inline ByteU5BU5D_t4116647657** get_address_of_Modulus_6() { return &___Modulus_6; } inline void set_Modulus_6(ByteU5BU5D_t4116647657* value) { ___Modulus_6 = value; Il2CppCodeGenWriteBarrier((&___Modulus_6), value); } inline static int32_t get_offset_of_Exponent_7() { return static_cast(offsetof(RSAParameters_t1728406613, ___Exponent_7)); } inline ByteU5BU5D_t4116647657* get_Exponent_7() const { return ___Exponent_7; } inline ByteU5BU5D_t4116647657** get_address_of_Exponent_7() { return &___Exponent_7; } inline void set_Exponent_7(ByteU5BU5D_t4116647657* value) { ___Exponent_7 = value; Il2CppCodeGenWriteBarrier((&___Exponent_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_t1728406613_marshaled_pinvoke { uint8_t* ___P_0; uint8_t* ___Q_1; uint8_t* ___D_2; uint8_t* ___DP_3; uint8_t* ___DQ_4; uint8_t* ___InverseQ_5; uint8_t* ___Modulus_6; uint8_t* ___Exponent_7; }; // Native definition for COM marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_t1728406613_marshaled_com { uint8_t* ___P_0; uint8_t* ___Q_1; uint8_t* ___D_2; uint8_t* ___DP_3; uint8_t* ___DQ_4; uint8_t* ___InverseQ_5; uint8_t* ___Modulus_6; uint8_t* ___Exponent_7; }; #endif // RSAPARAMETERS_T1728406613_H #ifndef IPV6ELEMENT_T180053194_H #define IPV6ELEMENT_T180053194_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.Ipv6Element struct Ipv6Element_t180053194 : public ConfigurationElement_t3318566633 { public: public: }; struct Ipv6Element_t180053194_StaticFields { public: // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.Ipv6Element::properties ConfigurationPropertyCollection_t2852175726 * ___properties_13; // System.Configuration.ConfigurationProperty System.Net.Configuration.Ipv6Element::enabledProp ConfigurationProperty_t3590861854 * ___enabledProp_14; public: inline static int32_t get_offset_of_properties_13() { return static_cast(offsetof(Ipv6Element_t180053194_StaticFields, ___properties_13)); } inline ConfigurationPropertyCollection_t2852175726 * get_properties_13() const { return ___properties_13; } inline ConfigurationPropertyCollection_t2852175726 ** get_address_of_properties_13() { return &___properties_13; } inline void set_properties_13(ConfigurationPropertyCollection_t2852175726 * value) { ___properties_13 = value; Il2CppCodeGenWriteBarrier((&___properties_13), value); } inline static int32_t get_offset_of_enabledProp_14() { return static_cast(offsetof(Ipv6Element_t180053194_StaticFields, ___enabledProp_14)); } inline ConfigurationProperty_t3590861854 * get_enabledProp_14() const { return ___enabledProp_14; } inline ConfigurationProperty_t3590861854 ** get_address_of_enabledProp_14() { return &___enabledProp_14; } inline void set_enabledProp_14(ConfigurationProperty_t3590861854 * value) { ___enabledProp_14 = value; Il2CppCodeGenWriteBarrier((&___enabledProp_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IPV6ELEMENT_T180053194_H #ifndef UINTPTR_T_H #define UINTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UIntPtr struct UIntPtr_t { public: // System.Void* System.UIntPtr::_pointer void* ____pointer_1; public: inline static int32_t get_offset_of__pointer_1() { return static_cast(offsetof(UIntPtr_t, ____pointer_1)); } inline void* get__pointer_1() const { return ____pointer_1; } inline void** get_address_of__pointer_1() { return &____pointer_1; } inline void set__pointer_1(void* value) { ____pointer_1 = value; } }; struct UIntPtr_t_StaticFields { public: // System.UIntPtr System.UIntPtr::Zero uintptr_t ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(UIntPtr_t_StaticFields, ___Zero_0)); } inline uintptr_t get_Zero_0() const { return ___Zero_0; } inline uintptr_t* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(uintptr_t value) { ___Zero_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINTPTR_T_H #ifndef WEBREQUESTMODULEELEMENT_T1406085120_H #define WEBREQUESTMODULEELEMENT_T1406085120_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.WebRequestModuleElement struct WebRequestModuleElement_t1406085120 : public ConfigurationElement_t3318566633 { public: public: }; struct WebRequestModuleElement_t1406085120_StaticFields { public: // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.WebRequestModuleElement::properties ConfigurationPropertyCollection_t2852175726 * ___properties_13; // System.Configuration.ConfigurationProperty System.Net.Configuration.WebRequestModuleElement::prefixProp ConfigurationProperty_t3590861854 * ___prefixProp_14; // System.Configuration.ConfigurationProperty System.Net.Configuration.WebRequestModuleElement::typeProp ConfigurationProperty_t3590861854 * ___typeProp_15; public: inline static int32_t get_offset_of_properties_13() { return static_cast(offsetof(WebRequestModuleElement_t1406085120_StaticFields, ___properties_13)); } inline ConfigurationPropertyCollection_t2852175726 * get_properties_13() const { return ___properties_13; } inline ConfigurationPropertyCollection_t2852175726 ** get_address_of_properties_13() { return &___properties_13; } inline void set_properties_13(ConfigurationPropertyCollection_t2852175726 * value) { ___properties_13 = value; Il2CppCodeGenWriteBarrier((&___properties_13), value); } inline static int32_t get_offset_of_prefixProp_14() { return static_cast(offsetof(WebRequestModuleElement_t1406085120_StaticFields, ___prefixProp_14)); } inline ConfigurationProperty_t3590861854 * get_prefixProp_14() const { return ___prefixProp_14; } inline ConfigurationProperty_t3590861854 ** get_address_of_prefixProp_14() { return &___prefixProp_14; } inline void set_prefixProp_14(ConfigurationProperty_t3590861854 * value) { ___prefixProp_14 = value; Il2CppCodeGenWriteBarrier((&___prefixProp_14), value); } inline static int32_t get_offset_of_typeProp_15() { return static_cast(offsetof(WebRequestModuleElement_t1406085120_StaticFields, ___typeProp_15)); } inline ConfigurationProperty_t3590861854 * get_typeProp_15() const { return ___typeProp_15; } inline ConfigurationProperty_t3590861854 ** get_address_of_typeProp_15() { return &___typeProp_15; } inline void set_typeProp_15(ConfigurationProperty_t3590861854 * value) { ___typeProp_15 = value; Il2CppCodeGenWriteBarrier((&___typeProp_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBREQUESTMODULEELEMENT_T1406085120_H #ifndef X509EXTENSION_T3272255153_H #define X509EXTENSION_T3272255153_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509Extension struct X509Extension_t3272255153 : public AsnEncodedData_t382354011 { public: // System.Boolean System.Security.Cryptography.X509Certificates.X509Extension::_critical bool ____critical_3; public: inline static int32_t get_offset_of__critical_3() { return static_cast(offsetof(X509Extension_t3272255153, ____critical_3)); } inline bool get__critical_3() const { return ____critical_3; } inline bool* get_address_of__critical_3() { return &____critical_3; } inline void set__critical_3(bool value) { ____critical_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509EXTENSION_T3272255153_H #ifndef INT64_T3736567304_H #define INT64_T3736567304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t3736567304 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int64_t3736567304, ___m_value_2)); } inline int64_t get_m_value_2() const { return ___m_value_2; } inline int64_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int64_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T3736567304_H #ifndef PROXYELEMENT_T3214064751_H #define PROXYELEMENT_T3214064751_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.ProxyElement struct ProxyElement_t3214064751 : public ConfigurationElement_t3318566633 { public: public: }; struct ProxyElement_t3214064751_StaticFields { public: // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.ProxyElement::properties ConfigurationPropertyCollection_t2852175726 * ___properties_13; // System.Configuration.ConfigurationProperty System.Net.Configuration.ProxyElement::autoDetectProp ConfigurationProperty_t3590861854 * ___autoDetectProp_14; // System.Configuration.ConfigurationProperty System.Net.Configuration.ProxyElement::bypassOnLocalProp ConfigurationProperty_t3590861854 * ___bypassOnLocalProp_15; // System.Configuration.ConfigurationProperty System.Net.Configuration.ProxyElement::proxyAddressProp ConfigurationProperty_t3590861854 * ___proxyAddressProp_16; // System.Configuration.ConfigurationProperty System.Net.Configuration.ProxyElement::scriptLocationProp ConfigurationProperty_t3590861854 * ___scriptLocationProp_17; // System.Configuration.ConfigurationProperty System.Net.Configuration.ProxyElement::useSystemDefaultProp ConfigurationProperty_t3590861854 * ___useSystemDefaultProp_18; public: inline static int32_t get_offset_of_properties_13() { return static_cast(offsetof(ProxyElement_t3214064751_StaticFields, ___properties_13)); } inline ConfigurationPropertyCollection_t2852175726 * get_properties_13() const { return ___properties_13; } inline ConfigurationPropertyCollection_t2852175726 ** get_address_of_properties_13() { return &___properties_13; } inline void set_properties_13(ConfigurationPropertyCollection_t2852175726 * value) { ___properties_13 = value; Il2CppCodeGenWriteBarrier((&___properties_13), value); } inline static int32_t get_offset_of_autoDetectProp_14() { return static_cast(offsetof(ProxyElement_t3214064751_StaticFields, ___autoDetectProp_14)); } inline ConfigurationProperty_t3590861854 * get_autoDetectProp_14() const { return ___autoDetectProp_14; } inline ConfigurationProperty_t3590861854 ** get_address_of_autoDetectProp_14() { return &___autoDetectProp_14; } inline void set_autoDetectProp_14(ConfigurationProperty_t3590861854 * value) { ___autoDetectProp_14 = value; Il2CppCodeGenWriteBarrier((&___autoDetectProp_14), value); } inline static int32_t get_offset_of_bypassOnLocalProp_15() { return static_cast(offsetof(ProxyElement_t3214064751_StaticFields, ___bypassOnLocalProp_15)); } inline ConfigurationProperty_t3590861854 * get_bypassOnLocalProp_15() const { return ___bypassOnLocalProp_15; } inline ConfigurationProperty_t3590861854 ** get_address_of_bypassOnLocalProp_15() { return &___bypassOnLocalProp_15; } inline void set_bypassOnLocalProp_15(ConfigurationProperty_t3590861854 * value) { ___bypassOnLocalProp_15 = value; Il2CppCodeGenWriteBarrier((&___bypassOnLocalProp_15), value); } inline static int32_t get_offset_of_proxyAddressProp_16() { return static_cast(offsetof(ProxyElement_t3214064751_StaticFields, ___proxyAddressProp_16)); } inline ConfigurationProperty_t3590861854 * get_proxyAddressProp_16() const { return ___proxyAddressProp_16; } inline ConfigurationProperty_t3590861854 ** get_address_of_proxyAddressProp_16() { return &___proxyAddressProp_16; } inline void set_proxyAddressProp_16(ConfigurationProperty_t3590861854 * value) { ___proxyAddressProp_16 = value; Il2CppCodeGenWriteBarrier((&___proxyAddressProp_16), value); } inline static int32_t get_offset_of_scriptLocationProp_17() { return static_cast(offsetof(ProxyElement_t3214064751_StaticFields, ___scriptLocationProp_17)); } inline ConfigurationProperty_t3590861854 * get_scriptLocationProp_17() const { return ___scriptLocationProp_17; } inline ConfigurationProperty_t3590861854 ** get_address_of_scriptLocationProp_17() { return &___scriptLocationProp_17; } inline void set_scriptLocationProp_17(ConfigurationProperty_t3590861854 * value) { ___scriptLocationProp_17 = value; Il2CppCodeGenWriteBarrier((&___scriptLocationProp_17), value); } inline static int32_t get_offset_of_useSystemDefaultProp_18() { return static_cast(offsetof(ProxyElement_t3214064751_StaticFields, ___useSystemDefaultProp_18)); } inline ConfigurationProperty_t3590861854 * get_useSystemDefaultProp_18() const { return ___useSystemDefaultProp_18; } inline ConfigurationProperty_t3590861854 ** get_address_of_useSystemDefaultProp_18() { return &___useSystemDefaultProp_18; } inline void set_useSystemDefaultProp_18(ConfigurationProperty_t3590861854 * value) { ___useSystemDefaultProp_18 = value; Il2CppCodeGenWriteBarrier((&___useSystemDefaultProp_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROXYELEMENT_T3214064751_H #ifndef DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef PROPERTYINFO_T_H #define PROPERTYINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYINFO_T_H #ifndef METHODBASE_T_H #define METHODBASE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODBASE_T_H #ifndef IPENDPOINT_T3791887218_H #define IPENDPOINT_T3791887218_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.IPEndPoint struct IPEndPoint_t3791887218 : public EndPoint_t982345378 { public: // System.Net.IPAddress System.Net.IPEndPoint::address IPAddress_t241777590 * ___address_0; // System.Int32 System.Net.IPEndPoint::port int32_t ___port_1; public: inline static int32_t get_offset_of_address_0() { return static_cast(offsetof(IPEndPoint_t3791887218, ___address_0)); } inline IPAddress_t241777590 * get_address_0() const { return ___address_0; } inline IPAddress_t241777590 ** get_address_of_address_0() { return &___address_0; } inline void set_address_0(IPAddress_t241777590 * value) { ___address_0 = value; Il2CppCodeGenWriteBarrier((&___address_0), value); } inline static int32_t get_offset_of_port_1() { return static_cast(offsetof(IPEndPoint_t3791887218, ___port_1)); } inline int32_t get_port_1() const { return ___port_1; } inline int32_t* get_address_of_port_1() { return &___port_1; } inline void set_port_1(int32_t value) { ___port_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IPENDPOINT_T3791887218_H #ifndef AUTHORITYKEYIDENTIFIEREXTENSION_T1122691429_H #define AUTHORITYKEYIDENTIFIEREXTENSION_T1122691429_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.Extensions.AuthorityKeyIdentifierExtension struct AuthorityKeyIdentifierExtension_t1122691429 : public X509Extension_t3173393653 { public: // System.Byte[] Mono.Security.X509.Extensions.AuthorityKeyIdentifierExtension::aki ByteU5BU5D_t4116647657* ___aki_3; public: inline static int32_t get_offset_of_aki_3() { return static_cast(offsetof(AuthorityKeyIdentifierExtension_t1122691429, ___aki_3)); } inline ByteU5BU5D_t4116647657* get_aki_3() const { return ___aki_3; } inline ByteU5BU5D_t4116647657** get_address_of_aki_3() { return &___aki_3; } inline void set_aki_3(ByteU5BU5D_t4116647657* value) { ___aki_3 = value; Il2CppCodeGenWriteBarrier((&___aki_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHORITYKEYIDENTIFIEREXTENSION_T1122691429_H #ifndef TIMESPAN_T881159249_H #define TIMESPAN_T881159249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeSpan struct TimeSpan_t881159249 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_8; public: inline static int32_t get_offset_of__ticks_8() { return static_cast(offsetof(TimeSpan_t881159249, ____ticks_8)); } inline int64_t get__ticks_8() const { return ____ticks_8; } inline int64_t* get_address_of__ticks_8() { return &____ticks_8; } inline void set__ticks_8(int64_t value) { ____ticks_8 = value; } }; struct TimeSpan_t881159249_StaticFields { public: // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t881159249 ___MaxValue_5; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t881159249 ___MinValue_6; // System.TimeSpan System.TimeSpan::Zero TimeSpan_t881159249 ___Zero_7; public: inline static int32_t get_offset_of_MaxValue_5() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MaxValue_5)); } inline TimeSpan_t881159249 get_MaxValue_5() const { return ___MaxValue_5; } inline TimeSpan_t881159249 * get_address_of_MaxValue_5() { return &___MaxValue_5; } inline void set_MaxValue_5(TimeSpan_t881159249 value) { ___MaxValue_5 = value; } inline static int32_t get_offset_of_MinValue_6() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MinValue_6)); } inline TimeSpan_t881159249 get_MinValue_6() const { return ___MinValue_6; } inline TimeSpan_t881159249 * get_address_of_MinValue_6() { return &___MinValue_6; } inline void set_MinValue_6(TimeSpan_t881159249 value) { ___MinValue_6 = value; } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___Zero_7)); } inline TimeSpan_t881159249 get_Zero_7() const { return ___Zero_7; } inline TimeSpan_t881159249 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(TimeSpan_t881159249 value) { ___Zero_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPAN_T881159249_H #ifndef WEBRESPONSE_T229922639_H #define WEBRESPONSE_T229922639_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebResponse struct WebResponse_t229922639 : public MarshalByRefObject_t2760389100 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBRESPONSE_T229922639_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef U24ARRAYTYPEU2412_T2490092599_H #define U24ARRAYTYPEU2412_T2490092599_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$12 struct U24ArrayTypeU2412_t2490092599 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2412_t2490092599__padding[12]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2412_T2490092599_H #ifndef CONNECTIONMANAGEMENTELEMENT_T3857438253_H #define CONNECTIONMANAGEMENTELEMENT_T3857438253_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.ConnectionManagementElement struct ConnectionManagementElement_t3857438253 : public ConfigurationElement_t3318566633 { public: public: }; struct ConnectionManagementElement_t3857438253_StaticFields { public: // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.ConnectionManagementElement::properties ConfigurationPropertyCollection_t2852175726 * ___properties_13; // System.Configuration.ConfigurationProperty System.Net.Configuration.ConnectionManagementElement::addressProp ConfigurationProperty_t3590861854 * ___addressProp_14; // System.Configuration.ConfigurationProperty System.Net.Configuration.ConnectionManagementElement::maxConnectionProp ConfigurationProperty_t3590861854 * ___maxConnectionProp_15; public: inline static int32_t get_offset_of_properties_13() { return static_cast(offsetof(ConnectionManagementElement_t3857438253_StaticFields, ___properties_13)); } inline ConfigurationPropertyCollection_t2852175726 * get_properties_13() const { return ___properties_13; } inline ConfigurationPropertyCollection_t2852175726 ** get_address_of_properties_13() { return &___properties_13; } inline void set_properties_13(ConfigurationPropertyCollection_t2852175726 * value) { ___properties_13 = value; Il2CppCodeGenWriteBarrier((&___properties_13), value); } inline static int32_t get_offset_of_addressProp_14() { return static_cast(offsetof(ConnectionManagementElement_t3857438253_StaticFields, ___addressProp_14)); } inline ConfigurationProperty_t3590861854 * get_addressProp_14() const { return ___addressProp_14; } inline ConfigurationProperty_t3590861854 ** get_address_of_addressProp_14() { return &___addressProp_14; } inline void set_addressProp_14(ConfigurationProperty_t3590861854 * value) { ___addressProp_14 = value; Il2CppCodeGenWriteBarrier((&___addressProp_14), value); } inline static int32_t get_offset_of_maxConnectionProp_15() { return static_cast(offsetof(ConnectionManagementElement_t3857438253_StaticFields, ___maxConnectionProp_15)); } inline ConfigurationProperty_t3590861854 * get_maxConnectionProp_15() const { return ___maxConnectionProp_15; } inline ConfigurationProperty_t3590861854 ** get_address_of_maxConnectionProp_15() { return &___maxConnectionProp_15; } inline void set_maxConnectionProp_15(ConfigurationProperty_t3590861854 * value) { ___maxConnectionProp_15 = value; Il2CppCodeGenWriteBarrier((&___maxConnectionProp_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONNECTIONMANAGEMENTELEMENT_T3857438253_H #ifndef STREAM_T1273022909_H #define STREAM_T1273022909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Stream struct Stream_t1273022909 : public MarshalByRefObject_t2760389100 { public: public: }; struct Stream_t1273022909_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t1273022909 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t1273022909_StaticFields, ___Null_1)); } inline Stream_t1273022909 * get_Null_1() const { return ___Null_1; } inline Stream_t1273022909 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t1273022909 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_T1273022909_H #ifndef GROUP_T2468205786_H #define GROUP_T2468205786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Group struct Group_t2468205786 : public Capture_t2232016050 { public: // System.Boolean System.Text.RegularExpressions.Group::success bool ___success_4; // System.Text.RegularExpressions.CaptureCollection System.Text.RegularExpressions.Group::captures CaptureCollection_t1760593541 * ___captures_5; public: inline static int32_t get_offset_of_success_4() { return static_cast(offsetof(Group_t2468205786, ___success_4)); } inline bool get_success_4() const { return ___success_4; } inline bool* get_address_of_success_4() { return &___success_4; } inline void set_success_4(bool value) { ___success_4 = value; } inline static int32_t get_offset_of_captures_5() { return static_cast(offsetof(Group_t2468205786, ___captures_5)); } inline CaptureCollection_t1760593541 * get_captures_5() const { return ___captures_5; } inline CaptureCollection_t1760593541 ** get_address_of_captures_5() { return &___captures_5; } inline void set_captures_5(CaptureCollection_t1760593541 * value) { ___captures_5 = value; Il2CppCodeGenWriteBarrier((&___captures_5), value); } }; struct Group_t2468205786_StaticFields { public: // System.Text.RegularExpressions.Group System.Text.RegularExpressions.Group::Fail Group_t2468205786 * ___Fail_3; public: inline static int32_t get_offset_of_Fail_3() { return static_cast(offsetof(Group_t2468205786_StaticFields, ___Fail_3)); } inline Group_t2468205786 * get_Fail_3() const { return ___Fail_3; } inline Group_t2468205786 ** get_address_of_Fail_3() { return &___Fail_3; } inline void set_Fail_3(Group_t2468205786 * value) { ___Fail_3 = value; Il2CppCodeGenWriteBarrier((&___Fail_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GROUP_T2468205786_H #ifndef CHAR_T3634460470_H #define CHAR_T3634460470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_t3634460470 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Char_t3634460470, ___m_value_2)); } inline Il2CppChar get_m_value_2() const { return ___m_value_2; } inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(Il2CppChar value) { ___m_value_2 = value; } }; struct Char_t3634460470_StaticFields { public: // System.Byte* System.Char::category_data uint8_t* ___category_data_3; // System.Byte* System.Char::numeric_data uint8_t* ___numeric_data_4; // System.Double* System.Char::numeric_data_values double* ___numeric_data_values_5; // System.UInt16* System.Char::to_lower_data_low uint16_t* ___to_lower_data_low_6; // System.UInt16* System.Char::to_lower_data_high uint16_t* ___to_lower_data_high_7; // System.UInt16* System.Char::to_upper_data_low uint16_t* ___to_upper_data_low_8; // System.UInt16* System.Char::to_upper_data_high uint16_t* ___to_upper_data_high_9; public: inline static int32_t get_offset_of_category_data_3() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); } inline uint8_t* get_category_data_3() const { return ___category_data_3; } inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; } inline void set_category_data_3(uint8_t* value) { ___category_data_3 = value; } inline static int32_t get_offset_of_numeric_data_4() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); } inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; } inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; } inline void set_numeric_data_4(uint8_t* value) { ___numeric_data_4 = value; } inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); } inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; } inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; } inline void set_numeric_data_values_5(double* value) { ___numeric_data_values_5 = value; } inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); } inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; } inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; } inline void set_to_lower_data_low_6(uint16_t* value) { ___to_lower_data_low_6 = value; } inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); } inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; } inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; } inline void set_to_lower_data_high_7(uint16_t* value) { ___to_lower_data_high_7 = value; } inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); } inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; } inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; } inline void set_to_upper_data_low_8(uint16_t* value) { ___to_upper_data_low_8 = value; } inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); } inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; } inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; } inline void set_to_upper_data_high_9(uint16_t* value) { ___to_upper_data_high_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_T3634460470_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef BYTE_T1134296376_H #define BYTE_T1134296376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_t1134296376 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Byte_t1134296376, ___m_value_2)); } inline uint8_t get_m_value_2() const { return ___m_value_2; } inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint8_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_T1134296376_H #ifndef CONFIGURATIONSECTION_T3156163955_H #define CONFIGURATIONSECTION_T3156163955_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationSection struct ConfigurationSection_t3156163955 : public ConfigurationElement_t3318566633 { public: // System.Configuration.SectionInformation System.Configuration.ConfigurationSection::sectionInformation SectionInformation_t2821611020 * ___sectionInformation_13; // System.Configuration.IConfigurationSectionHandler System.Configuration.ConfigurationSection::section_handler RuntimeObject* ___section_handler_14; // System.String System.Configuration.ConfigurationSection::externalDataXml String_t* ___externalDataXml_15; // System.Object System.Configuration.ConfigurationSection::_configContext RuntimeObject * ____configContext_16; public: inline static int32_t get_offset_of_sectionInformation_13() { return static_cast(offsetof(ConfigurationSection_t3156163955, ___sectionInformation_13)); } inline SectionInformation_t2821611020 * get_sectionInformation_13() const { return ___sectionInformation_13; } inline SectionInformation_t2821611020 ** get_address_of_sectionInformation_13() { return &___sectionInformation_13; } inline void set_sectionInformation_13(SectionInformation_t2821611020 * value) { ___sectionInformation_13 = value; Il2CppCodeGenWriteBarrier((&___sectionInformation_13), value); } inline static int32_t get_offset_of_section_handler_14() { return static_cast(offsetof(ConfigurationSection_t3156163955, ___section_handler_14)); } inline RuntimeObject* get_section_handler_14() const { return ___section_handler_14; } inline RuntimeObject** get_address_of_section_handler_14() { return &___section_handler_14; } inline void set_section_handler_14(RuntimeObject* value) { ___section_handler_14 = value; Il2CppCodeGenWriteBarrier((&___section_handler_14), value); } inline static int32_t get_offset_of_externalDataXml_15() { return static_cast(offsetof(ConfigurationSection_t3156163955, ___externalDataXml_15)); } inline String_t* get_externalDataXml_15() const { return ___externalDataXml_15; } inline String_t** get_address_of_externalDataXml_15() { return &___externalDataXml_15; } inline void set_externalDataXml_15(String_t* value) { ___externalDataXml_15 = value; Il2CppCodeGenWriteBarrier((&___externalDataXml_15), value); } inline static int32_t get_offset_of__configContext_16() { return static_cast(offsetof(ConfigurationSection_t3156163955, ____configContext_16)); } inline RuntimeObject * get__configContext_16() const { return ____configContext_16; } inline RuntimeObject ** get_address_of__configContext_16() { return &____configContext_16; } inline void set__configContext_16(RuntimeObject * value) { ____configContext_16 = value; Il2CppCodeGenWriteBarrier((&____configContext_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATIONSECTION_T3156163955_H #ifndef TEXTWRITER_T3478189236_H #define TEXTWRITER_T3478189236_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextWriter struct TextWriter_t3478189236 : public MarshalByRefObject_t2760389100 { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t3528271667* ___CoreNewLine_1; // System.IFormatProvider System.IO.TextWriter::internalFormatProvider RuntimeObject* ___internalFormatProvider_2; public: inline static int32_t get_offset_of_CoreNewLine_1() { return static_cast(offsetof(TextWriter_t3478189236, ___CoreNewLine_1)); } inline CharU5BU5D_t3528271667* get_CoreNewLine_1() const { return ___CoreNewLine_1; } inline CharU5BU5D_t3528271667** get_address_of_CoreNewLine_1() { return &___CoreNewLine_1; } inline void set_CoreNewLine_1(CharU5BU5D_t3528271667* value) { ___CoreNewLine_1 = value; Il2CppCodeGenWriteBarrier((&___CoreNewLine_1), value); } inline static int32_t get_offset_of_internalFormatProvider_2() { return static_cast(offsetof(TextWriter_t3478189236, ___internalFormatProvider_2)); } inline RuntimeObject* get_internalFormatProvider_2() const { return ___internalFormatProvider_2; } inline RuntimeObject** get_address_of_internalFormatProvider_2() { return &___internalFormatProvider_2; } inline void set_internalFormatProvider_2(RuntimeObject* value) { ___internalFormatProvider_2 = value; Il2CppCodeGenWriteBarrier((&___internalFormatProvider_2), value); } }; struct TextWriter_t3478189236_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t3478189236 * ___Null_3; public: inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextWriter_t3478189236_StaticFields, ___Null_3)); } inline TextWriter_t3478189236 * get_Null_3() const { return ___Null_3; } inline TextWriter_t3478189236 ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextWriter_t3478189236 * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((&___Null_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTWRITER_T3478189236_H #ifndef U24ARRAYTYPEU2416_T3254766646_H #define U24ARRAYTYPEU2416_T3254766646_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$16 struct U24ArrayTypeU2416_t3254766646 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2416_t3254766646__padding[16]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2416_T3254766646_H #ifndef BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef U24ARRAYTYPEU24128_T4289081660_H #define U24ARRAYTYPEU24128_T4289081660_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$128 struct U24ArrayTypeU24128_t4289081660 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24128_t4289081660__padding[128]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24128_T4289081660_H #ifndef DSA_T2386879874_H #define DSA_T2386879874_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DSA struct DSA_t2386879874 : public AsymmetricAlgorithm_t932037087 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DSA_T2386879874_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef X509CERTIFICATE2_T714049126_H #define X509CERTIFICATE2_T714049126_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509Certificate2 struct X509Certificate2_t714049126 : public X509Certificate_t713131622 { public: // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate2::_archived bool ____archived_5; // System.Security.Cryptography.X509Certificates.X509ExtensionCollection System.Security.Cryptography.X509Certificates.X509Certificate2::_extensions X509ExtensionCollection_t1350454579 * ____extensions_6; // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::_name String_t* ____name_7; // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::_serial String_t* ____serial_8; // System.Security.Cryptography.X509Certificates.PublicKey System.Security.Cryptography.X509Certificates.X509Certificate2::_publicKey PublicKey_t3779582684 * ____publicKey_9; // System.Security.Cryptography.X509Certificates.X500DistinguishedName System.Security.Cryptography.X509Certificates.X509Certificate2::issuer_name X500DistinguishedName_t875709727 * ___issuer_name_10; // System.Security.Cryptography.X509Certificates.X500DistinguishedName System.Security.Cryptography.X509Certificates.X509Certificate2::subject_name X500DistinguishedName_t875709727 * ___subject_name_11; // System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.X509Certificate2::signature_algorithm Oid_t3552120260 * ___signature_algorithm_12; // Mono.Security.X509.X509Certificate System.Security.Cryptography.X509Certificates.X509Certificate2::_cert X509Certificate_t489243025 * ____cert_13; public: inline static int32_t get_offset_of__archived_5() { return static_cast(offsetof(X509Certificate2_t714049126, ____archived_5)); } inline bool get__archived_5() const { return ____archived_5; } inline bool* get_address_of__archived_5() { return &____archived_5; } inline void set__archived_5(bool value) { ____archived_5 = value; } inline static int32_t get_offset_of__extensions_6() { return static_cast(offsetof(X509Certificate2_t714049126, ____extensions_6)); } inline X509ExtensionCollection_t1350454579 * get__extensions_6() const { return ____extensions_6; } inline X509ExtensionCollection_t1350454579 ** get_address_of__extensions_6() { return &____extensions_6; } inline void set__extensions_6(X509ExtensionCollection_t1350454579 * value) { ____extensions_6 = value; Il2CppCodeGenWriteBarrier((&____extensions_6), value); } inline static int32_t get_offset_of__name_7() { return static_cast(offsetof(X509Certificate2_t714049126, ____name_7)); } inline String_t* get__name_7() const { return ____name_7; } inline String_t** get_address_of__name_7() { return &____name_7; } inline void set__name_7(String_t* value) { ____name_7 = value; Il2CppCodeGenWriteBarrier((&____name_7), value); } inline static int32_t get_offset_of__serial_8() { return static_cast(offsetof(X509Certificate2_t714049126, ____serial_8)); } inline String_t* get__serial_8() const { return ____serial_8; } inline String_t** get_address_of__serial_8() { return &____serial_8; } inline void set__serial_8(String_t* value) { ____serial_8 = value; Il2CppCodeGenWriteBarrier((&____serial_8), value); } inline static int32_t get_offset_of__publicKey_9() { return static_cast(offsetof(X509Certificate2_t714049126, ____publicKey_9)); } inline PublicKey_t3779582684 * get__publicKey_9() const { return ____publicKey_9; } inline PublicKey_t3779582684 ** get_address_of__publicKey_9() { return &____publicKey_9; } inline void set__publicKey_9(PublicKey_t3779582684 * value) { ____publicKey_9 = value; Il2CppCodeGenWriteBarrier((&____publicKey_9), value); } inline static int32_t get_offset_of_issuer_name_10() { return static_cast(offsetof(X509Certificate2_t714049126, ___issuer_name_10)); } inline X500DistinguishedName_t875709727 * get_issuer_name_10() const { return ___issuer_name_10; } inline X500DistinguishedName_t875709727 ** get_address_of_issuer_name_10() { return &___issuer_name_10; } inline void set_issuer_name_10(X500DistinguishedName_t875709727 * value) { ___issuer_name_10 = value; Il2CppCodeGenWriteBarrier((&___issuer_name_10), value); } inline static int32_t get_offset_of_subject_name_11() { return static_cast(offsetof(X509Certificate2_t714049126, ___subject_name_11)); } inline X500DistinguishedName_t875709727 * get_subject_name_11() const { return ___subject_name_11; } inline X500DistinguishedName_t875709727 ** get_address_of_subject_name_11() { return &___subject_name_11; } inline void set_subject_name_11(X500DistinguishedName_t875709727 * value) { ___subject_name_11 = value; Il2CppCodeGenWriteBarrier((&___subject_name_11), value); } inline static int32_t get_offset_of_signature_algorithm_12() { return static_cast(offsetof(X509Certificate2_t714049126, ___signature_algorithm_12)); } inline Oid_t3552120260 * get_signature_algorithm_12() const { return ___signature_algorithm_12; } inline Oid_t3552120260 ** get_address_of_signature_algorithm_12() { return &___signature_algorithm_12; } inline void set_signature_algorithm_12(Oid_t3552120260 * value) { ___signature_algorithm_12 = value; Il2CppCodeGenWriteBarrier((&___signature_algorithm_12), value); } inline static int32_t get_offset_of__cert_13() { return static_cast(offsetof(X509Certificate2_t714049126, ____cert_13)); } inline X509Certificate_t489243025 * get__cert_13() const { return ____cert_13; } inline X509Certificate_t489243025 ** get_address_of__cert_13() { return &____cert_13; } inline void set__cert_13(X509Certificate_t489243025 * value) { ____cert_13 = value; Il2CppCodeGenWriteBarrier((&____cert_13), value); } }; struct X509Certificate2_t714049126_StaticFields { public: // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::empty_error String_t* ___empty_error_14; // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2::commonName ByteU5BU5D_t4116647657* ___commonName_15; // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2::email ByteU5BU5D_t4116647657* ___email_16; // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2::signedData ByteU5BU5D_t4116647657* ___signedData_17; public: inline static int32_t get_offset_of_empty_error_14() { return static_cast(offsetof(X509Certificate2_t714049126_StaticFields, ___empty_error_14)); } inline String_t* get_empty_error_14() const { return ___empty_error_14; } inline String_t** get_address_of_empty_error_14() { return &___empty_error_14; } inline void set_empty_error_14(String_t* value) { ___empty_error_14 = value; Il2CppCodeGenWriteBarrier((&___empty_error_14), value); } inline static int32_t get_offset_of_commonName_15() { return static_cast(offsetof(X509Certificate2_t714049126_StaticFields, ___commonName_15)); } inline ByteU5BU5D_t4116647657* get_commonName_15() const { return ___commonName_15; } inline ByteU5BU5D_t4116647657** get_address_of_commonName_15() { return &___commonName_15; } inline void set_commonName_15(ByteU5BU5D_t4116647657* value) { ___commonName_15 = value; Il2CppCodeGenWriteBarrier((&___commonName_15), value); } inline static int32_t get_offset_of_email_16() { return static_cast(offsetof(X509Certificate2_t714049126_StaticFields, ___email_16)); } inline ByteU5BU5D_t4116647657* get_email_16() const { return ___email_16; } inline ByteU5BU5D_t4116647657** get_address_of_email_16() { return &___email_16; } inline void set_email_16(ByteU5BU5D_t4116647657* value) { ___email_16 = value; Il2CppCodeGenWriteBarrier((&___email_16), value); } inline static int32_t get_offset_of_signedData_17() { return static_cast(offsetof(X509Certificate2_t714049126_StaticFields, ___signedData_17)); } inline ByteU5BU5D_t4116647657* get_signedData_17() const { return ___signedData_17; } inline ByteU5BU5D_t4116647657** get_address_of_signedData_17() { return &___signedData_17; } inline void set_signedData_17(ByteU5BU5D_t4116647657* value) { ___signedData_17 = value; Il2CppCodeGenWriteBarrier((&___signedData_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATE2_T714049126_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef RSA_T2385438082_H #define RSA_T2385438082_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSA struct RSA_t2385438082 : public AsymmetricAlgorithm_t932037087 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSA_T2385438082_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef X500DISTINGUISHEDNAME_T875709727_H #define X500DISTINGUISHEDNAME_T875709727_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X500DistinguishedName struct X500DistinguishedName_t875709727 : public AsnEncodedData_t382354011 { public: // System.String System.Security.Cryptography.X509Certificates.X500DistinguishedName::name String_t* ___name_3; public: inline static int32_t get_offset_of_name_3() { return static_cast(offsetof(X500DistinguishedName_t875709727, ___name_3)); } inline String_t* get_name_3() const { return ___name_3; } inline String_t** get_address_of_name_3() { return &___name_3; } inline void set_name_3(String_t* value) { ___name_3 = value; Il2CppCodeGenWriteBarrier((&___name_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X500DISTINGUISHEDNAME_T875709727_H #ifndef X509CERTIFICATECOLLECTION_T3399372417_H #define X509CERTIFICATECOLLECTION_T3399372417_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t3399372417 : public CollectionBase_t2727926298 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATECOLLECTION_T3399372417_H #ifndef STREAMINGCONTEXTSTATES_T3580100459_H #define STREAMINGCONTEXTSTATES_T3580100459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_t3580100459 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StreamingContextStates_t3580100459, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMINGCONTEXTSTATES_T3580100459_H #ifndef WEBREQUESTMODULESSECTION_T4132732301_H #define WEBREQUESTMODULESSECTION_T4132732301_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.WebRequestModulesSection struct WebRequestModulesSection_t4132732301 : public ConfigurationSection_t3156163955 { public: public: }; struct WebRequestModulesSection_t4132732301_StaticFields { public: // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.WebRequestModulesSection::properties ConfigurationPropertyCollection_t2852175726 * ___properties_17; // System.Configuration.ConfigurationProperty System.Net.Configuration.WebRequestModulesSection::webRequestModulesProp ConfigurationProperty_t3590861854 * ___webRequestModulesProp_18; public: inline static int32_t get_offset_of_properties_17() { return static_cast(offsetof(WebRequestModulesSection_t4132732301_StaticFields, ___properties_17)); } inline ConfigurationPropertyCollection_t2852175726 * get_properties_17() const { return ___properties_17; } inline ConfigurationPropertyCollection_t2852175726 ** get_address_of_properties_17() { return &___properties_17; } inline void set_properties_17(ConfigurationPropertyCollection_t2852175726 * value) { ___properties_17 = value; Il2CppCodeGenWriteBarrier((&___properties_17), value); } inline static int32_t get_offset_of_webRequestModulesProp_18() { return static_cast(offsetof(WebRequestModulesSection_t4132732301_StaticFields, ___webRequestModulesProp_18)); } inline ConfigurationProperty_t3590861854 * get_webRequestModulesProp_18() const { return ___webRequestModulesProp_18; } inline ConfigurationProperty_t3590861854 ** get_address_of_webRequestModulesProp_18() { return &___webRequestModulesProp_18; } inline void set_webRequestModulesProp_18(ConfigurationProperty_t3590861854 * value) { ___webRequestModulesProp_18 = value; Il2CppCodeGenWriteBarrier((&___webRequestModulesProp_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBREQUESTMODULESSECTION_T4132732301_H #ifndef AUTHENTICATIONLEVEL_T1236753641_H #define AUTHENTICATIONLEVEL_T1236753641_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Security.AuthenticationLevel struct AuthenticationLevel_t1236753641 { public: // System.Int32 System.Net.Security.AuthenticationLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AuthenticationLevel_t1236753641, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHENTICATIONLEVEL_T1236753641_H #ifndef STATE_T4053927353_H #define STATE_T4053927353_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ChunkStream/State struct State_t4053927353 { public: // System.Int32 System.Net.ChunkStream/State::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(State_t4053927353, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STATE_T4053927353_H #ifndef REGEXOPTIONS_T92845595_H #define REGEXOPTIONS_T92845595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.RegexOptions struct RegexOptions_t92845595 { public: // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RegexOptions_t92845595, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGEXOPTIONS_T92845595_H #ifndef SSLSTREAMBASE_T1667413407_H #define SSLSTREAMBASE_T1667413407_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.SslStreamBase struct SslStreamBase_t1667413407 : public Stream_t1273022909 { public: // System.IO.Stream Mono.Security.Protocol.Tls.SslStreamBase::innerStream Stream_t1273022909 * ___innerStream_4; // System.IO.MemoryStream Mono.Security.Protocol.Tls.SslStreamBase::inputBuffer MemoryStream_t94973147 * ___inputBuffer_5; // Mono.Security.Protocol.Tls.Context Mono.Security.Protocol.Tls.SslStreamBase::context Context_t3971234707 * ___context_6; // Mono.Security.Protocol.Tls.RecordProtocol Mono.Security.Protocol.Tls.SslStreamBase::protocol RecordProtocol_t3759049701 * ___protocol_7; // System.Boolean Mono.Security.Protocol.Tls.SslStreamBase::ownsStream bool ___ownsStream_8; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) Mono.Security.Protocol.Tls.SslStreamBase::disposed bool ___disposed_9; // System.Boolean Mono.Security.Protocol.Tls.SslStreamBase::checkCertRevocationStatus bool ___checkCertRevocationStatus_10; // System.Object Mono.Security.Protocol.Tls.SslStreamBase::negotiate RuntimeObject * ___negotiate_11; // System.Object Mono.Security.Protocol.Tls.SslStreamBase::read RuntimeObject * ___read_12; // System.Object Mono.Security.Protocol.Tls.SslStreamBase::write RuntimeObject * ___write_13; // System.Threading.ManualResetEvent Mono.Security.Protocol.Tls.SslStreamBase::negotiationComplete ManualResetEvent_t451242010 * ___negotiationComplete_14; // System.Byte[] Mono.Security.Protocol.Tls.SslStreamBase::recbuf ByteU5BU5D_t4116647657* ___recbuf_15; // System.IO.MemoryStream Mono.Security.Protocol.Tls.SslStreamBase::recordStream MemoryStream_t94973147 * ___recordStream_16; public: inline static int32_t get_offset_of_innerStream_4() { return static_cast(offsetof(SslStreamBase_t1667413407, ___innerStream_4)); } inline Stream_t1273022909 * get_innerStream_4() const { return ___innerStream_4; } inline Stream_t1273022909 ** get_address_of_innerStream_4() { return &___innerStream_4; } inline void set_innerStream_4(Stream_t1273022909 * value) { ___innerStream_4 = value; Il2CppCodeGenWriteBarrier((&___innerStream_4), value); } inline static int32_t get_offset_of_inputBuffer_5() { return static_cast(offsetof(SslStreamBase_t1667413407, ___inputBuffer_5)); } inline MemoryStream_t94973147 * get_inputBuffer_5() const { return ___inputBuffer_5; } inline MemoryStream_t94973147 ** get_address_of_inputBuffer_5() { return &___inputBuffer_5; } inline void set_inputBuffer_5(MemoryStream_t94973147 * value) { ___inputBuffer_5 = value; Il2CppCodeGenWriteBarrier((&___inputBuffer_5), value); } inline static int32_t get_offset_of_context_6() { return static_cast(offsetof(SslStreamBase_t1667413407, ___context_6)); } inline Context_t3971234707 * get_context_6() const { return ___context_6; } inline Context_t3971234707 ** get_address_of_context_6() { return &___context_6; } inline void set_context_6(Context_t3971234707 * value) { ___context_6 = value; Il2CppCodeGenWriteBarrier((&___context_6), value); } inline static int32_t get_offset_of_protocol_7() { return static_cast(offsetof(SslStreamBase_t1667413407, ___protocol_7)); } inline RecordProtocol_t3759049701 * get_protocol_7() const { return ___protocol_7; } inline RecordProtocol_t3759049701 ** get_address_of_protocol_7() { return &___protocol_7; } inline void set_protocol_7(RecordProtocol_t3759049701 * value) { ___protocol_7 = value; Il2CppCodeGenWriteBarrier((&___protocol_7), value); } inline static int32_t get_offset_of_ownsStream_8() { return static_cast(offsetof(SslStreamBase_t1667413407, ___ownsStream_8)); } inline bool get_ownsStream_8() const { return ___ownsStream_8; } inline bool* get_address_of_ownsStream_8() { return &___ownsStream_8; } inline void set_ownsStream_8(bool value) { ___ownsStream_8 = value; } inline static int32_t get_offset_of_disposed_9() { return static_cast(offsetof(SslStreamBase_t1667413407, ___disposed_9)); } inline bool get_disposed_9() const { return ___disposed_9; } inline bool* get_address_of_disposed_9() { return &___disposed_9; } inline void set_disposed_9(bool value) { ___disposed_9 = value; } inline static int32_t get_offset_of_checkCertRevocationStatus_10() { return static_cast(offsetof(SslStreamBase_t1667413407, ___checkCertRevocationStatus_10)); } inline bool get_checkCertRevocationStatus_10() const { return ___checkCertRevocationStatus_10; } inline bool* get_address_of_checkCertRevocationStatus_10() { return &___checkCertRevocationStatus_10; } inline void set_checkCertRevocationStatus_10(bool value) { ___checkCertRevocationStatus_10 = value; } inline static int32_t get_offset_of_negotiate_11() { return static_cast(offsetof(SslStreamBase_t1667413407, ___negotiate_11)); } inline RuntimeObject * get_negotiate_11() const { return ___negotiate_11; } inline RuntimeObject ** get_address_of_negotiate_11() { return &___negotiate_11; } inline void set_negotiate_11(RuntimeObject * value) { ___negotiate_11 = value; Il2CppCodeGenWriteBarrier((&___negotiate_11), value); } inline static int32_t get_offset_of_read_12() { return static_cast(offsetof(SslStreamBase_t1667413407, ___read_12)); } inline RuntimeObject * get_read_12() const { return ___read_12; } inline RuntimeObject ** get_address_of_read_12() { return &___read_12; } inline void set_read_12(RuntimeObject * value) { ___read_12 = value; Il2CppCodeGenWriteBarrier((&___read_12), value); } inline static int32_t get_offset_of_write_13() { return static_cast(offsetof(SslStreamBase_t1667413407, ___write_13)); } inline RuntimeObject * get_write_13() const { return ___write_13; } inline RuntimeObject ** get_address_of_write_13() { return &___write_13; } inline void set_write_13(RuntimeObject * value) { ___write_13 = value; Il2CppCodeGenWriteBarrier((&___write_13), value); } inline static int32_t get_offset_of_negotiationComplete_14() { return static_cast(offsetof(SslStreamBase_t1667413407, ___negotiationComplete_14)); } inline ManualResetEvent_t451242010 * get_negotiationComplete_14() const { return ___negotiationComplete_14; } inline ManualResetEvent_t451242010 ** get_address_of_negotiationComplete_14() { return &___negotiationComplete_14; } inline void set_negotiationComplete_14(ManualResetEvent_t451242010 * value) { ___negotiationComplete_14 = value; Il2CppCodeGenWriteBarrier((&___negotiationComplete_14), value); } inline static int32_t get_offset_of_recbuf_15() { return static_cast(offsetof(SslStreamBase_t1667413407, ___recbuf_15)); } inline ByteU5BU5D_t4116647657* get_recbuf_15() const { return ___recbuf_15; } inline ByteU5BU5D_t4116647657** get_address_of_recbuf_15() { return &___recbuf_15; } inline void set_recbuf_15(ByteU5BU5D_t4116647657* value) { ___recbuf_15 = value; Il2CppCodeGenWriteBarrier((&___recbuf_15), value); } inline static int32_t get_offset_of_recordStream_16() { return static_cast(offsetof(SslStreamBase_t1667413407, ___recordStream_16)); } inline MemoryStream_t94973147 * get_recordStream_16() const { return ___recordStream_16; } inline MemoryStream_t94973147 ** get_address_of_recordStream_16() { return &___recordStream_16; } inline void set_recordStream_16(MemoryStream_t94973147 * value) { ___recordStream_16 = value; Il2CppCodeGenWriteBarrier((&___recordStream_16), value); } }; struct SslStreamBase_t1667413407_StaticFields { public: // System.Threading.ManualResetEvent Mono.Security.Protocol.Tls.SslStreamBase::record_processing ManualResetEvent_t451242010 * ___record_processing_3; public: inline static int32_t get_offset_of_record_processing_3() { return static_cast(offsetof(SslStreamBase_t1667413407_StaticFields, ___record_processing_3)); } inline ManualResetEvent_t451242010 * get_record_processing_3() const { return ___record_processing_3; } inline ManualResetEvent_t451242010 ** get_address_of_record_processing_3() { return &___record_processing_3; } inline void set_record_processing_3(ManualResetEvent_t451242010 * value) { ___record_processing_3 = value; Il2CppCodeGenWriteBarrier((&___record_processing_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SSLSTREAMBASE_T1667413407_H #ifndef FORMATEXCEPTION_T154580423_H #define FORMATEXCEPTION_T154580423_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.FormatException struct FormatException_t154580423 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMATEXCEPTION_T154580423_H #ifndef HTTPSTATUSCODE_T3035121829_H #define HTTPSTATUSCODE_T3035121829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpStatusCode struct HttpStatusCode_t3035121829 { public: // System.Int32 System.Net.HttpStatusCode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HttpStatusCode_t3035121829, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPSTATUSCODE_T3035121829_H #ifndef STRINGSPLITOPTIONS_T641086070_H #define STRINGSPLITOPTIONS_T641086070_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.StringSplitOptions struct StringSplitOptions_t641086070 { public: // System.Int32 System.StringSplitOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StringSplitOptions_t641086070, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGSPLITOPTIONS_T641086070_H #ifndef X500DISTINGUISHEDNAMEFLAGS_T254051580_H #define X500DISTINGUISHEDNAMEFLAGS_T254051580_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags struct X500DistinguishedNameFlags_t254051580 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(X500DistinguishedNameFlags_t254051580, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X500DISTINGUISHEDNAMEFLAGS_T254051580_H #ifndef STORENAME_T1492274484_H #define STORENAME_T1492274484_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.StoreName struct StoreName_t1492274484 { public: // System.Int32 System.Security.Cryptography.X509Certificates.StoreName::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StoreName_t1492274484, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STORENAME_T1492274484_H #ifndef STORELOCATION_T2864310644_H #define STORELOCATION_T2864310644_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.StoreLocation struct StoreLocation_t2864310644 { public: // System.Int32 System.Security.Cryptography.X509Certificates.StoreLocation::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StoreLocation_t2864310644, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STORELOCATION_T2864310644_H #ifndef CRYPTOGRAPHICEXCEPTION_T248831461_H #define CRYPTOGRAPHICEXCEPTION_T248831461_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CryptographicException struct CryptographicException_t248831461 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRYPTOGRAPHICEXCEPTION_T248831461_H #ifndef DSACRYPTOSERVICEPROVIDER_T3992668923_H #define DSACRYPTOSERVICEPROVIDER_T3992668923_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.DSACryptoServiceProvider struct DSACryptoServiceProvider_t3992668923 : public DSA_t2386879874 { public: // Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.DSACryptoServiceProvider::store KeyPairPersistence_t2094547461 * ___store_2; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persistKey bool ___persistKey_3; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persisted bool ___persisted_4; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::privateKeyExportable bool ___privateKeyExportable_5; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::m_disposed bool ___m_disposed_6; // Mono.Security.Cryptography.DSAManaged System.Security.Cryptography.DSACryptoServiceProvider::dsa DSAManaged_t2800260182 * ___dsa_7; public: inline static int32_t get_offset_of_store_2() { return static_cast(offsetof(DSACryptoServiceProvider_t3992668923, ___store_2)); } inline KeyPairPersistence_t2094547461 * get_store_2() const { return ___store_2; } inline KeyPairPersistence_t2094547461 ** get_address_of_store_2() { return &___store_2; } inline void set_store_2(KeyPairPersistence_t2094547461 * value) { ___store_2 = value; Il2CppCodeGenWriteBarrier((&___store_2), value); } inline static int32_t get_offset_of_persistKey_3() { return static_cast(offsetof(DSACryptoServiceProvider_t3992668923, ___persistKey_3)); } inline bool get_persistKey_3() const { return ___persistKey_3; } inline bool* get_address_of_persistKey_3() { return &___persistKey_3; } inline void set_persistKey_3(bool value) { ___persistKey_3 = value; } inline static int32_t get_offset_of_persisted_4() { return static_cast(offsetof(DSACryptoServiceProvider_t3992668923, ___persisted_4)); } inline bool get_persisted_4() const { return ___persisted_4; } inline bool* get_address_of_persisted_4() { return &___persisted_4; } inline void set_persisted_4(bool value) { ___persisted_4 = value; } inline static int32_t get_offset_of_privateKeyExportable_5() { return static_cast(offsetof(DSACryptoServiceProvider_t3992668923, ___privateKeyExportable_5)); } inline bool get_privateKeyExportable_5() const { return ___privateKeyExportable_5; } inline bool* get_address_of_privateKeyExportable_5() { return &___privateKeyExportable_5; } inline void set_privateKeyExportable_5(bool value) { ___privateKeyExportable_5 = value; } inline static int32_t get_offset_of_m_disposed_6() { return static_cast(offsetof(DSACryptoServiceProvider_t3992668923, ___m_disposed_6)); } inline bool get_m_disposed_6() const { return ___m_disposed_6; } inline bool* get_address_of_m_disposed_6() { return &___m_disposed_6; } inline void set_m_disposed_6(bool value) { ___m_disposed_6 = value; } inline static int32_t get_offset_of_dsa_7() { return static_cast(offsetof(DSACryptoServiceProvider_t3992668923, ___dsa_7)); } inline DSAManaged_t2800260182 * get_dsa_7() const { return ___dsa_7; } inline DSAManaged_t2800260182 ** get_address_of_dsa_7() { return &___dsa_7; } inline void set_dsa_7(DSAManaged_t2800260182 * value) { ___dsa_7 = value; Il2CppCodeGenWriteBarrier((&___dsa_7), value); } }; struct DSACryptoServiceProvider_t3992668923_StaticFields { public: // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::useMachineKeyStore bool ___useMachineKeyStore_8; public: inline static int32_t get_offset_of_useMachineKeyStore_8() { return static_cast(offsetof(DSACryptoServiceProvider_t3992668923_StaticFields, ___useMachineKeyStore_8)); } inline bool get_useMachineKeyStore_8() const { return ___useMachineKeyStore_8; } inline bool* get_address_of_useMachineKeyStore_8() { return &___useMachineKeyStore_8; } inline void set_useMachineKeyStore_8(bool value) { ___useMachineKeyStore_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DSACRYPTOSERVICEPROVIDER_T3992668923_H #ifndef X509KEYSTORAGEFLAGS_T441861693_H #define X509KEYSTORAGEFLAGS_T441861693_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509KeyStorageFlags struct X509KeyStorageFlags_t441861693 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(X509KeyStorageFlags_t441861693, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509KEYSTORAGEFLAGS_T441861693_H #ifndef X509VERIFICATIONFLAGS_T2086244306_H #define X509VERIFICATIONFLAGS_T2086244306_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509VerificationFlags struct X509VerificationFlags_t2086244306 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509VerificationFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(X509VerificationFlags_t2086244306, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509VERIFICATIONFLAGS_T2086244306_H #ifndef X509REVOCATIONMODE_T2571829933_H #define X509REVOCATIONMODE_T2571829933_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509RevocationMode struct X509RevocationMode_t2571829933 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509RevocationMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(X509RevocationMode_t2571829933, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509REVOCATIONMODE_T2571829933_H #ifndef X509REVOCATIONFLAG_T2592711905_H #define X509REVOCATIONFLAG_T2592711905_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509RevocationFlag struct X509RevocationFlag_t2592711905 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509RevocationFlag::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(X509RevocationFlag_t2592711905, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509REVOCATIONFLAG_T2592711905_H #ifndef STRINGCOMPARISON_T3657712135_H #define STRINGCOMPARISON_T3657712135_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.StringComparison struct StringComparison_t3657712135 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StringComparison_t3657712135, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCOMPARISON_T3657712135_H #ifndef X509FINDTYPE_T3058503971_H #define X509FINDTYPE_T3058503971_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509FindType struct X509FindType_t3058503971 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509FindType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(X509FindType_t3058503971, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509FINDTYPE_T3058503971_H #ifndef X509NAMETYPE_T2096517340_H #define X509NAMETYPE_T2096517340_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509NameType struct X509NameType_t2096517340 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509NameType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(X509NameType_t2096517340, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509NAMETYPE_T2096517340_H #ifndef RSAMANAGED_T1757093820_H #define RSAMANAGED_T1757093820_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Cryptography.RSAManaged struct RSAManaged_t1757093820 : public RSA_t2385438082 { public: // System.Boolean Mono.Security.Cryptography.RSAManaged::isCRTpossible bool ___isCRTpossible_2; // System.Boolean Mono.Security.Cryptography.RSAManaged::keyBlinding bool ___keyBlinding_3; // System.Boolean Mono.Security.Cryptography.RSAManaged::keypairGenerated bool ___keypairGenerated_4; // System.Boolean Mono.Security.Cryptography.RSAManaged::m_disposed bool ___m_disposed_5; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::d BigInteger_t2902905090 * ___d_6; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::p BigInteger_t2902905090 * ___p_7; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::q BigInteger_t2902905090 * ___q_8; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dp BigInteger_t2902905090 * ___dp_9; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dq BigInteger_t2902905090 * ___dq_10; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::qInv BigInteger_t2902905090 * ___qInv_11; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::n BigInteger_t2902905090 * ___n_12; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::e BigInteger_t2902905090 * ___e_13; // Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler Mono.Security.Cryptography.RSAManaged::KeyGenerated KeyGeneratedEventHandler_t3064139578 * ___KeyGenerated_14; public: inline static int32_t get_offset_of_isCRTpossible_2() { return static_cast(offsetof(RSAManaged_t1757093820, ___isCRTpossible_2)); } inline bool get_isCRTpossible_2() const { return ___isCRTpossible_2; } inline bool* get_address_of_isCRTpossible_2() { return &___isCRTpossible_2; } inline void set_isCRTpossible_2(bool value) { ___isCRTpossible_2 = value; } inline static int32_t get_offset_of_keyBlinding_3() { return static_cast(offsetof(RSAManaged_t1757093820, ___keyBlinding_3)); } inline bool get_keyBlinding_3() const { return ___keyBlinding_3; } inline bool* get_address_of_keyBlinding_3() { return &___keyBlinding_3; } inline void set_keyBlinding_3(bool value) { ___keyBlinding_3 = value; } inline static int32_t get_offset_of_keypairGenerated_4() { return static_cast(offsetof(RSAManaged_t1757093820, ___keypairGenerated_4)); } inline bool get_keypairGenerated_4() const { return ___keypairGenerated_4; } inline bool* get_address_of_keypairGenerated_4() { return &___keypairGenerated_4; } inline void set_keypairGenerated_4(bool value) { ___keypairGenerated_4 = value; } inline static int32_t get_offset_of_m_disposed_5() { return static_cast(offsetof(RSAManaged_t1757093820, ___m_disposed_5)); } inline bool get_m_disposed_5() const { return ___m_disposed_5; } inline bool* get_address_of_m_disposed_5() { return &___m_disposed_5; } inline void set_m_disposed_5(bool value) { ___m_disposed_5 = value; } inline static int32_t get_offset_of_d_6() { return static_cast(offsetof(RSAManaged_t1757093820, ___d_6)); } inline BigInteger_t2902905090 * get_d_6() const { return ___d_6; } inline BigInteger_t2902905090 ** get_address_of_d_6() { return &___d_6; } inline void set_d_6(BigInteger_t2902905090 * value) { ___d_6 = value; Il2CppCodeGenWriteBarrier((&___d_6), value); } inline static int32_t get_offset_of_p_7() { return static_cast(offsetof(RSAManaged_t1757093820, ___p_7)); } inline BigInteger_t2902905090 * get_p_7() const { return ___p_7; } inline BigInteger_t2902905090 ** get_address_of_p_7() { return &___p_7; } inline void set_p_7(BigInteger_t2902905090 * value) { ___p_7 = value; Il2CppCodeGenWriteBarrier((&___p_7), value); } inline static int32_t get_offset_of_q_8() { return static_cast(offsetof(RSAManaged_t1757093820, ___q_8)); } inline BigInteger_t2902905090 * get_q_8() const { return ___q_8; } inline BigInteger_t2902905090 ** get_address_of_q_8() { return &___q_8; } inline void set_q_8(BigInteger_t2902905090 * value) { ___q_8 = value; Il2CppCodeGenWriteBarrier((&___q_8), value); } inline static int32_t get_offset_of_dp_9() { return static_cast(offsetof(RSAManaged_t1757093820, ___dp_9)); } inline BigInteger_t2902905090 * get_dp_9() const { return ___dp_9; } inline BigInteger_t2902905090 ** get_address_of_dp_9() { return &___dp_9; } inline void set_dp_9(BigInteger_t2902905090 * value) { ___dp_9 = value; Il2CppCodeGenWriteBarrier((&___dp_9), value); } inline static int32_t get_offset_of_dq_10() { return static_cast(offsetof(RSAManaged_t1757093820, ___dq_10)); } inline BigInteger_t2902905090 * get_dq_10() const { return ___dq_10; } inline BigInteger_t2902905090 ** get_address_of_dq_10() { return &___dq_10; } inline void set_dq_10(BigInteger_t2902905090 * value) { ___dq_10 = value; Il2CppCodeGenWriteBarrier((&___dq_10), value); } inline static int32_t get_offset_of_qInv_11() { return static_cast(offsetof(RSAManaged_t1757093820, ___qInv_11)); } inline BigInteger_t2902905090 * get_qInv_11() const { return ___qInv_11; } inline BigInteger_t2902905090 ** get_address_of_qInv_11() { return &___qInv_11; } inline void set_qInv_11(BigInteger_t2902905090 * value) { ___qInv_11 = value; Il2CppCodeGenWriteBarrier((&___qInv_11), value); } inline static int32_t get_offset_of_n_12() { return static_cast(offsetof(RSAManaged_t1757093820, ___n_12)); } inline BigInteger_t2902905090 * get_n_12() const { return ___n_12; } inline BigInteger_t2902905090 ** get_address_of_n_12() { return &___n_12; } inline void set_n_12(BigInteger_t2902905090 * value) { ___n_12 = value; Il2CppCodeGenWriteBarrier((&___n_12), value); } inline static int32_t get_offset_of_e_13() { return static_cast(offsetof(RSAManaged_t1757093820, ___e_13)); } inline BigInteger_t2902905090 * get_e_13() const { return ___e_13; } inline BigInteger_t2902905090 ** get_address_of_e_13() { return &___e_13; } inline void set_e_13(BigInteger_t2902905090 * value) { ___e_13 = value; Il2CppCodeGenWriteBarrier((&___e_13), value); } inline static int32_t get_offset_of_KeyGenerated_14() { return static_cast(offsetof(RSAManaged_t1757093820, ___KeyGenerated_14)); } inline KeyGeneratedEventHandler_t3064139578 * get_KeyGenerated_14() const { return ___KeyGenerated_14; } inline KeyGeneratedEventHandler_t3064139578 ** get_address_of_KeyGenerated_14() { return &___KeyGenerated_14; } inline void set_KeyGenerated_14(KeyGeneratedEventHandler_t3064139578 * value) { ___KeyGenerated_14 = value; Il2CppCodeGenWriteBarrier((&___KeyGenerated_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSAMANAGED_T1757093820_H #ifndef BYPASSONLOCALVALUES_T945670496_H #define BYPASSONLOCALVALUES_T945670496_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.ProxyElement/BypassOnLocalValues struct BypassOnLocalValues_t945670496 { public: // System.Int32 System.Net.Configuration.ProxyElement/BypassOnLocalValues::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BypassOnLocalValues_t945670496, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYPASSONLOCALVALUES_T945670496_H #ifndef USESYSTEMDEFAULTVALUES_T2711047072_H #define USESYSTEMDEFAULTVALUES_T2711047072_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.ProxyElement/UseSystemDefaultValues struct UseSystemDefaultValues_t2711047072 { public: // System.Int32 System.Net.Configuration.ProxyElement/UseSystemDefaultValues::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UseSystemDefaultValues_t2711047072, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // USESYSTEMDEFAULTVALUES_T2711047072_H #ifndef NOTIMPLEMENTEDEXCEPTION_T3489357830_H #define NOTIMPLEMENTEDEXCEPTION_T3489357830_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotImplementedException struct NotImplementedException_t3489357830 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTIMPLEMENTEDEXCEPTION_T3489357830_H #ifndef THREADSTATE_T2533302383_H #define THREADSTATE_T2533302383_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ThreadState struct ThreadState_t2533302383 { public: // System.Int32 System.Threading.ThreadState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ThreadState_t2533302383, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADSTATE_T2533302383_H #ifndef WEBREQUESTMODULEELEMENTCOLLECTION_T925190782_H #define WEBREQUESTMODULEELEMENTCOLLECTION_T925190782_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.WebRequestModuleElementCollection struct WebRequestModuleElementCollection_t925190782 : public ConfigurationElementCollection_t446763386 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBREQUESTMODULEELEMENTCOLLECTION_T925190782_H #ifndef EXTERNALEXCEPTION_T3544951457_H #define EXTERNALEXCEPTION_T3544951457_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.ExternalException struct ExternalException_t3544951457 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXTERNALEXCEPTION_T3544951457_H #ifndef DEFAULTPROXYSECTION_T4167594595_H #define DEFAULTPROXYSECTION_T4167594595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.DefaultProxySection struct DefaultProxySection_t4167594595 : public ConfigurationSection_t3156163955 { public: public: }; struct DefaultProxySection_t4167594595_StaticFields { public: // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.DefaultProxySection::properties ConfigurationPropertyCollection_t2852175726 * ___properties_17; // System.Configuration.ConfigurationProperty System.Net.Configuration.DefaultProxySection::bypassListProp ConfigurationProperty_t3590861854 * ___bypassListProp_18; // System.Configuration.ConfigurationProperty System.Net.Configuration.DefaultProxySection::enabledProp ConfigurationProperty_t3590861854 * ___enabledProp_19; // System.Configuration.ConfigurationProperty System.Net.Configuration.DefaultProxySection::moduleProp ConfigurationProperty_t3590861854 * ___moduleProp_20; // System.Configuration.ConfigurationProperty System.Net.Configuration.DefaultProxySection::proxyProp ConfigurationProperty_t3590861854 * ___proxyProp_21; // System.Configuration.ConfigurationProperty System.Net.Configuration.DefaultProxySection::useDefaultCredentialsProp ConfigurationProperty_t3590861854 * ___useDefaultCredentialsProp_22; public: inline static int32_t get_offset_of_properties_17() { return static_cast(offsetof(DefaultProxySection_t4167594595_StaticFields, ___properties_17)); } inline ConfigurationPropertyCollection_t2852175726 * get_properties_17() const { return ___properties_17; } inline ConfigurationPropertyCollection_t2852175726 ** get_address_of_properties_17() { return &___properties_17; } inline void set_properties_17(ConfigurationPropertyCollection_t2852175726 * value) { ___properties_17 = value; Il2CppCodeGenWriteBarrier((&___properties_17), value); } inline static int32_t get_offset_of_bypassListProp_18() { return static_cast(offsetof(DefaultProxySection_t4167594595_StaticFields, ___bypassListProp_18)); } inline ConfigurationProperty_t3590861854 * get_bypassListProp_18() const { return ___bypassListProp_18; } inline ConfigurationProperty_t3590861854 ** get_address_of_bypassListProp_18() { return &___bypassListProp_18; } inline void set_bypassListProp_18(ConfigurationProperty_t3590861854 * value) { ___bypassListProp_18 = value; Il2CppCodeGenWriteBarrier((&___bypassListProp_18), value); } inline static int32_t get_offset_of_enabledProp_19() { return static_cast(offsetof(DefaultProxySection_t4167594595_StaticFields, ___enabledProp_19)); } inline ConfigurationProperty_t3590861854 * get_enabledProp_19() const { return ___enabledProp_19; } inline ConfigurationProperty_t3590861854 ** get_address_of_enabledProp_19() { return &___enabledProp_19; } inline void set_enabledProp_19(ConfigurationProperty_t3590861854 * value) { ___enabledProp_19 = value; Il2CppCodeGenWriteBarrier((&___enabledProp_19), value); } inline static int32_t get_offset_of_moduleProp_20() { return static_cast(offsetof(DefaultProxySection_t4167594595_StaticFields, ___moduleProp_20)); } inline ConfigurationProperty_t3590861854 * get_moduleProp_20() const { return ___moduleProp_20; } inline ConfigurationProperty_t3590861854 ** get_address_of_moduleProp_20() { return &___moduleProp_20; } inline void set_moduleProp_20(ConfigurationProperty_t3590861854 * value) { ___moduleProp_20 = value; Il2CppCodeGenWriteBarrier((&___moduleProp_20), value); } inline static int32_t get_offset_of_proxyProp_21() { return static_cast(offsetof(DefaultProxySection_t4167594595_StaticFields, ___proxyProp_21)); } inline ConfigurationProperty_t3590861854 * get_proxyProp_21() const { return ___proxyProp_21; } inline ConfigurationProperty_t3590861854 ** get_address_of_proxyProp_21() { return &___proxyProp_21; } inline void set_proxyProp_21(ConfigurationProperty_t3590861854 * value) { ___proxyProp_21 = value; Il2CppCodeGenWriteBarrier((&___proxyProp_21), value); } inline static int32_t get_offset_of_useDefaultCredentialsProp_22() { return static_cast(offsetof(DefaultProxySection_t4167594595_StaticFields, ___useDefaultCredentialsProp_22)); } inline ConfigurationProperty_t3590861854 * get_useDefaultCredentialsProp_22() const { return ___useDefaultCredentialsProp_22; } inline ConfigurationProperty_t3590861854 ** get_address_of_useDefaultCredentialsProp_22() { return &___useDefaultCredentialsProp_22; } inline void set_useDefaultCredentialsProp_22(ConfigurationProperty_t3590861854 * value) { ___useDefaultCredentialsProp_22 = value; Il2CppCodeGenWriteBarrier((&___useDefaultCredentialsProp_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTPROXYSECTION_T4167594595_H #ifndef RSACRYPTOSERVICEPROVIDER_T2683512874_H #define RSACRYPTOSERVICEPROVIDER_T2683512874_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_t2683512874 : public RSA_t2385438082 { public: // Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.RSACryptoServiceProvider::store KeyPairPersistence_t2094547461 * ___store_2; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persistKey bool ___persistKey_3; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persisted bool ___persisted_4; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::privateKeyExportable bool ___privateKeyExportable_5; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::m_disposed bool ___m_disposed_6; // Mono.Security.Cryptography.RSAManaged System.Security.Cryptography.RSACryptoServiceProvider::rsa RSAManaged_t1757093819 * ___rsa_7; public: inline static int32_t get_offset_of_store_2() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___store_2)); } inline KeyPairPersistence_t2094547461 * get_store_2() const { return ___store_2; } inline KeyPairPersistence_t2094547461 ** get_address_of_store_2() { return &___store_2; } inline void set_store_2(KeyPairPersistence_t2094547461 * value) { ___store_2 = value; Il2CppCodeGenWriteBarrier((&___store_2), value); } inline static int32_t get_offset_of_persistKey_3() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___persistKey_3)); } inline bool get_persistKey_3() const { return ___persistKey_3; } inline bool* get_address_of_persistKey_3() { return &___persistKey_3; } inline void set_persistKey_3(bool value) { ___persistKey_3 = value; } inline static int32_t get_offset_of_persisted_4() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___persisted_4)); } inline bool get_persisted_4() const { return ___persisted_4; } inline bool* get_address_of_persisted_4() { return &___persisted_4; } inline void set_persisted_4(bool value) { ___persisted_4 = value; } inline static int32_t get_offset_of_privateKeyExportable_5() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___privateKeyExportable_5)); } inline bool get_privateKeyExportable_5() const { return ___privateKeyExportable_5; } inline bool* get_address_of_privateKeyExportable_5() { return &___privateKeyExportable_5; } inline void set_privateKeyExportable_5(bool value) { ___privateKeyExportable_5 = value; } inline static int32_t get_offset_of_m_disposed_6() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___m_disposed_6)); } inline bool get_m_disposed_6() const { return ___m_disposed_6; } inline bool* get_address_of_m_disposed_6() { return &___m_disposed_6; } inline void set_m_disposed_6(bool value) { ___m_disposed_6 = value; } inline static int32_t get_offset_of_rsa_7() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874, ___rsa_7)); } inline RSAManaged_t1757093819 * get_rsa_7() const { return ___rsa_7; } inline RSAManaged_t1757093819 ** get_address_of_rsa_7() { return &___rsa_7; } inline void set_rsa_7(RSAManaged_t1757093819 * value) { ___rsa_7 = value; Il2CppCodeGenWriteBarrier((&___rsa_7), value); } }; struct RSACryptoServiceProvider_t2683512874_StaticFields { public: // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::useMachineKeyStore bool ___useMachineKeyStore_8; // System.Collections.Generic.Dictionary`2 System.Security.Cryptography.RSACryptoServiceProvider::<>f__switch$map2D Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2D_9; public: inline static int32_t get_offset_of_useMachineKeyStore_8() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874_StaticFields, ___useMachineKeyStore_8)); } inline bool get_useMachineKeyStore_8() const { return ___useMachineKeyStore_8; } inline bool* get_address_of_useMachineKeyStore_8() { return &___useMachineKeyStore_8; } inline void set_useMachineKeyStore_8(bool value) { ___useMachineKeyStore_8 = value; } inline static int32_t get_offset_of_U3CU3Ef__switchU24map2D_9() { return static_cast(offsetof(RSACryptoServiceProvider_t2683512874_StaticFields, ___U3CU3Ef__switchU24map2D_9)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2D_9() const { return ___U3CU3Ef__switchU24map2D_9; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2D_9() { return &___U3CU3Ef__switchU24map2D_9; } inline void set_U3CU3Ef__switchU24map2D_9(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map2D_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2D_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RSACRYPTOSERVICEPROVIDER_T2683512874_H #ifndef OPENFLAGS_T968238685_H #define OPENFLAGS_T968238685_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.OpenFlags struct OpenFlags_t968238685 { public: // System.Int32 System.Security.Cryptography.X509Certificates.OpenFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(OpenFlags_t968238685, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OPENFLAGS_T968238685_H #ifndef DATETIMEKIND_T3468814247_H #define DATETIMEKIND_T3468814247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeKind struct DateTimeKind_t3468814247 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeKind_t3468814247, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEKIND_T3468814247_H #ifndef DECOMPRESSIONMETHODS_T1612219745_H #define DECOMPRESSIONMETHODS_T1612219745_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.DecompressionMethods struct DecompressionMethods_t1612219745 { public: // System.Int32 System.Net.DecompressionMethods::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DecompressionMethods_t1612219745, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECOMPRESSIONMETHODS_T1612219745_H #ifndef ASNDECODESTATUS_T788588755_H #define ASNDECODESTATUS_T788588755_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.AsnDecodeStatus struct AsnDecodeStatus_t788588755 { public: // System.Int32 System.Security.Cryptography.AsnDecodeStatus::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AsnDecodeStatus_t788588755, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASNDECODESTATUS_T788588755_H #ifndef SSLPROTOCOLS_T928472600_H #define SSLPROTOCOLS_T928472600_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Authentication.SslProtocols struct SslProtocols_t928472600 { public: // System.Int32 System.Security.Authentication.SslProtocols::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SslProtocols_t928472600, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SSLPROTOCOLS_T928472600_H #ifndef CONFIGURATIONEXCEPTION_T3515317685_H #define CONFIGURATIONEXCEPTION_T3515317685_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationException struct ConfigurationException_t3515317685 : public SystemException_t176217640 { public: // System.String System.Configuration.ConfigurationException::filename String_t* ___filename_11; // System.Int32 System.Configuration.ConfigurationException::line int32_t ___line_12; public: inline static int32_t get_offset_of_filename_11() { return static_cast(offsetof(ConfigurationException_t3515317685, ___filename_11)); } inline String_t* get_filename_11() const { return ___filename_11; } inline String_t** get_address_of_filename_11() { return &___filename_11; } inline void set_filename_11(String_t* value) { ___filename_11 = value; Il2CppCodeGenWriteBarrier((&___filename_11), value); } inline static int32_t get_offset_of_line_12() { return static_cast(offsetof(ConfigurationException_t3515317685, ___line_12)); } inline int32_t get_line_12() const { return ___line_12; } inline int32_t* get_address_of_line_12() { return &___line_12; } inline void set_line_12(int32_t value) { ___line_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATIONEXCEPTION_T3515317685_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255364_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255364_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255364 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255364_StaticFields { public: // /$ArrayType$16 ::$$field-1 U24ArrayTypeU2416_t3254766646 ___U24U24fieldU2D1_0; // /$ArrayType$128 ::$$field-3 U24ArrayTypeU24128_t4289081660 ___U24U24fieldU2D3_1; // /$ArrayType$12 ::$$field-4 U24ArrayTypeU2412_t2490092599 ___U24U24fieldU2D4_2; // /$ArrayType$12 ::$$field-5 U24ArrayTypeU2412_t2490092599 ___U24U24fieldU2D5_3; public: inline static int32_t get_offset_of_U24U24fieldU2D1_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255364_StaticFields, ___U24U24fieldU2D1_0)); } inline U24ArrayTypeU2416_t3254766646 get_U24U24fieldU2D1_0() const { return ___U24U24fieldU2D1_0; } inline U24ArrayTypeU2416_t3254766646 * get_address_of_U24U24fieldU2D1_0() { return &___U24U24fieldU2D1_0; } inline void set_U24U24fieldU2D1_0(U24ArrayTypeU2416_t3254766646 value) { ___U24U24fieldU2D1_0 = value; } inline static int32_t get_offset_of_U24U24fieldU2D3_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255364_StaticFields, ___U24U24fieldU2D3_1)); } inline U24ArrayTypeU24128_t4289081660 get_U24U24fieldU2D3_1() const { return ___U24U24fieldU2D3_1; } inline U24ArrayTypeU24128_t4289081660 * get_address_of_U24U24fieldU2D3_1() { return &___U24U24fieldU2D3_1; } inline void set_U24U24fieldU2D3_1(U24ArrayTypeU24128_t4289081660 value) { ___U24U24fieldU2D3_1 = value; } inline static int32_t get_offset_of_U24U24fieldU2D4_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255364_StaticFields, ___U24U24fieldU2D4_2)); } inline U24ArrayTypeU2412_t2490092599 get_U24U24fieldU2D4_2() const { return ___U24U24fieldU2D4_2; } inline U24ArrayTypeU2412_t2490092599 * get_address_of_U24U24fieldU2D4_2() { return &___U24U24fieldU2D4_2; } inline void set_U24U24fieldU2D4_2(U24ArrayTypeU2412_t2490092599 value) { ___U24U24fieldU2D4_2 = value; } inline static int32_t get_offset_of_U24U24fieldU2D5_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255364_StaticFields, ___U24U24fieldU2D5_3)); } inline U24ArrayTypeU2412_t2490092599 get_U24U24fieldU2D5_3() const { return ___U24U24fieldU2D5_3; } inline U24ArrayTypeU2412_t2490092599 * get_address_of_U24U24fieldU2D5_3() { return &___U24U24fieldU2D5_3; } inline void set_U24U24fieldU2D5_3(U24ArrayTypeU2412_t2490092599 value) { ___U24U24fieldU2D5_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255364_H #ifndef SELECTMODE_T1123767949_H #define SELECTMODE_T1123767949_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SelectMode struct SelectMode_t1123767949 { public: // System.Int32 System.Net.Sockets.SelectMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SelectMode_t1123767949, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SELECTMODE_T1123767949_H #ifndef PROTOCOLTYPE_T303635025_H #define PROTOCOLTYPE_T303635025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.ProtocolType struct ProtocolType_t303635025 { public: // System.Int32 System.Net.Sockets.ProtocolType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ProtocolType_t303635025, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROTOCOLTYPE_T303635025_H #ifndef DELEGATE_T1188392813_H #define DELEGATE_T1188392813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Delegate struct Delegate_t1188392813 : 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::method_code intptr_t ___method_code_5; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_6; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_7; // System.DelegateData System.Delegate::data DelegateData_t1677132599 * ___data_8; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t1188392813, ___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_t1188392813, ___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_t1188392813, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((&___m_target_2), value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t1188392813, ___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_t1188392813, ___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_method_code_5() { return static_cast(offsetof(Delegate_t1188392813, ___method_code_5)); } inline intptr_t get_method_code_5() const { return ___method_code_5; } inline intptr_t* get_address_of_method_code_5() { return &___method_code_5; } inline void set_method_code_5(intptr_t value) { ___method_code_5 = value; } inline static int32_t get_offset_of_method_info_6() { return static_cast(offsetof(Delegate_t1188392813, ___method_info_6)); } inline MethodInfo_t * get_method_info_6() const { return ___method_info_6; } inline MethodInfo_t ** get_address_of_method_info_6() { return &___method_info_6; } inline void set_method_info_6(MethodInfo_t * value) { ___method_info_6 = value; Il2CppCodeGenWriteBarrier((&___method_info_6), value); } inline static int32_t get_offset_of_original_method_info_7() { return static_cast(offsetof(Delegate_t1188392813, ___original_method_info_7)); } inline MethodInfo_t * get_original_method_info_7() const { return ___original_method_info_7; } inline MethodInfo_t ** get_address_of_original_method_info_7() { return &___original_method_info_7; } inline void set_original_method_info_7(MethodInfo_t * value) { ___original_method_info_7 = value; Il2CppCodeGenWriteBarrier((&___original_method_info_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(Delegate_t1188392813, ___data_8)); } inline DelegateData_t1677132599 * get_data_8() const { return ___data_8; } inline DelegateData_t1677132599 ** get_address_of_data_8() { return &___data_8; } inline void set_data_8(DelegateData_t1677132599 * value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATE_T1188392813_H #ifndef SEEKORIGIN_T1441174344_H #define SEEKORIGIN_T1441174344_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.SeekOrigin struct SeekOrigin_t1441174344 { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SeekOrigin_t1441174344, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SEEKORIGIN_T1441174344_H #ifndef SOCKETFLAGS_T2969870452_H #define SOCKETFLAGS_T2969870452_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SocketFlags struct SocketFlags_t2969870452 { public: // System.Int32 System.Net.Sockets.SocketFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SocketFlags_t2969870452, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETFLAGS_T2969870452_H #ifndef IOEXCEPTION_T4088381929_H #define IOEXCEPTION_T4088381929_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.IOException struct IOException_t4088381929 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IOEXCEPTION_T4088381929_H #ifndef SOCKETOPTIONLEVEL_T201167901_H #define SOCKETOPTIONLEVEL_T201167901_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SocketOptionLevel struct SocketOptionLevel_t201167901 { public: // System.Int32 System.Net.Sockets.SocketOptionLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SocketOptionLevel_t201167901, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETOPTIONLEVEL_T201167901_H #ifndef WAITHANDLE_T1743403487_H #define WAITHANDLE_T1743403487_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.WaitHandle struct WaitHandle_t1743403487 : public MarshalByRefObject_t2760389100 { public: // Microsoft.Win32.SafeHandles.SafeWaitHandle System.Threading.WaitHandle::safe_wait_handle SafeWaitHandle_t1972936122 * ___safe_wait_handle_2; // System.Boolean System.Threading.WaitHandle::disposed bool ___disposed_4; public: inline static int32_t get_offset_of_safe_wait_handle_2() { return static_cast(offsetof(WaitHandle_t1743403487, ___safe_wait_handle_2)); } inline SafeWaitHandle_t1972936122 * get_safe_wait_handle_2() const { return ___safe_wait_handle_2; } inline SafeWaitHandle_t1972936122 ** get_address_of_safe_wait_handle_2() { return &___safe_wait_handle_2; } inline void set_safe_wait_handle_2(SafeWaitHandle_t1972936122 * value) { ___safe_wait_handle_2 = value; Il2CppCodeGenWriteBarrier((&___safe_wait_handle_2), value); } inline static int32_t get_offset_of_disposed_4() { return static_cast(offsetof(WaitHandle_t1743403487, ___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; } }; struct WaitHandle_t1743403487_StaticFields { public: // System.IntPtr System.Threading.WaitHandle::InvalidHandle intptr_t ___InvalidHandle_3; public: inline static int32_t get_offset_of_InvalidHandle_3() { return static_cast(offsetof(WaitHandle_t1743403487_StaticFields, ___InvalidHandle_3)); } inline intptr_t get_InvalidHandle_3() const { return ___InvalidHandle_3; } inline intptr_t* get_address_of_InvalidHandle_3() { return &___InvalidHandle_3; } inline void set_InvalidHandle_3(intptr_t value) { ___InvalidHandle_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WAITHANDLE_T1743403487_H #ifndef SOCKETERROR_T3760144386_H #define SOCKETERROR_T3760144386_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SocketError struct SocketError_t3760144386 { public: // System.Int32 System.Net.Sockets.SocketError::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SocketError_t3760144386, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETERROR_T3760144386_H #ifndef SECURITYEXCEPTION_T975544473_H #define SECURITYEXCEPTION_T975544473_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecurityException struct SecurityException_t975544473 : public SystemException_t176217640 { public: // System.String System.Security.SecurityException::permissionState String_t* ___permissionState_11; // System.Type System.Security.SecurityException::permissionType Type_t * ___permissionType_12; // System.String System.Security.SecurityException::_granted String_t* ____granted_13; // System.String System.Security.SecurityException::_refused String_t* ____refused_14; // System.Object System.Security.SecurityException::_demanded RuntimeObject * ____demanded_15; // System.Security.IPermission System.Security.SecurityException::_firstperm RuntimeObject* ____firstperm_16; // System.Reflection.MethodInfo System.Security.SecurityException::_method MethodInfo_t * ____method_17; // System.Security.Policy.Evidence System.Security.SecurityException::_evidence Evidence_t2008144148 * ____evidence_18; public: inline static int32_t get_offset_of_permissionState_11() { return static_cast(offsetof(SecurityException_t975544473, ___permissionState_11)); } inline String_t* get_permissionState_11() const { return ___permissionState_11; } inline String_t** get_address_of_permissionState_11() { return &___permissionState_11; } inline void set_permissionState_11(String_t* value) { ___permissionState_11 = value; Il2CppCodeGenWriteBarrier((&___permissionState_11), value); } inline static int32_t get_offset_of_permissionType_12() { return static_cast(offsetof(SecurityException_t975544473, ___permissionType_12)); } inline Type_t * get_permissionType_12() const { return ___permissionType_12; } inline Type_t ** get_address_of_permissionType_12() { return &___permissionType_12; } inline void set_permissionType_12(Type_t * value) { ___permissionType_12 = value; Il2CppCodeGenWriteBarrier((&___permissionType_12), value); } inline static int32_t get_offset_of__granted_13() { return static_cast(offsetof(SecurityException_t975544473, ____granted_13)); } inline String_t* get__granted_13() const { return ____granted_13; } inline String_t** get_address_of__granted_13() { return &____granted_13; } inline void set__granted_13(String_t* value) { ____granted_13 = value; Il2CppCodeGenWriteBarrier((&____granted_13), value); } inline static int32_t get_offset_of__refused_14() { return static_cast(offsetof(SecurityException_t975544473, ____refused_14)); } inline String_t* get__refused_14() const { return ____refused_14; } inline String_t** get_address_of__refused_14() { return &____refused_14; } inline void set__refused_14(String_t* value) { ____refused_14 = value; Il2CppCodeGenWriteBarrier((&____refused_14), value); } inline static int32_t get_offset_of__demanded_15() { return static_cast(offsetof(SecurityException_t975544473, ____demanded_15)); } inline RuntimeObject * get__demanded_15() const { return ____demanded_15; } inline RuntimeObject ** get_address_of__demanded_15() { return &____demanded_15; } inline void set__demanded_15(RuntimeObject * value) { ____demanded_15 = value; Il2CppCodeGenWriteBarrier((&____demanded_15), value); } inline static int32_t get_offset_of__firstperm_16() { return static_cast(offsetof(SecurityException_t975544473, ____firstperm_16)); } inline RuntimeObject* get__firstperm_16() const { return ____firstperm_16; } inline RuntimeObject** get_address_of__firstperm_16() { return &____firstperm_16; } inline void set__firstperm_16(RuntimeObject* value) { ____firstperm_16 = value; Il2CppCodeGenWriteBarrier((&____firstperm_16), value); } inline static int32_t get_offset_of__method_17() { return static_cast(offsetof(SecurityException_t975544473, ____method_17)); } inline MethodInfo_t * get__method_17() const { return ____method_17; } inline MethodInfo_t ** get_address_of__method_17() { return &____method_17; } inline void set__method_17(MethodInfo_t * value) { ____method_17 = value; Il2CppCodeGenWriteBarrier((&____method_17), value); } inline static int32_t get_offset_of__evidence_18() { return static_cast(offsetof(SecurityException_t975544473, ____evidence_18)); } inline Evidence_t2008144148 * get__evidence_18() const { return ____evidence_18; } inline Evidence_t2008144148 ** get_address_of__evidence_18() { return &____evidence_18; } inline void set__evidence_18(Evidence_t2008144148 * value) { ____evidence_18 = value; Il2CppCodeGenWriteBarrier((&____evidence_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYEXCEPTION_T975544473_H #ifndef SOCKETOPERATION_T1288882297_H #define SOCKETOPERATION_T1288882297_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.Socket/SocketOperation struct SocketOperation_t1288882297 { public: // System.Int32 System.Net.Sockets.Socket/SocketOperation::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SocketOperation_t1288882297, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETOPERATION_T1288882297_H #ifndef THREADABORTEXCEPTION_T4074510458_H #define THREADABORTEXCEPTION_T4074510458_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ThreadAbortException struct ThreadAbortException_t4074510458 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADABORTEXCEPTION_T4074510458_H #ifndef SOCKETOPTIONNAME_T403346465_H #define SOCKETOPTIONNAME_T403346465_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SocketOptionName struct SocketOptionName_t403346465 { public: // System.Int32 System.Net.Sockets.SocketOptionName::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SocketOptionName_t403346465, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETOPTIONNAME_T403346465_H #ifndef ARGUMENTEXCEPTION_T132251570_H #define ARGUMENTEXCEPTION_T132251570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentException struct ArgumentException_t132251570 : public SystemException_t176217640 { public: // System.String System.ArgumentException::param_name String_t* ___param_name_12; public: inline static int32_t get_offset_of_param_name_12() { return static_cast(offsetof(ArgumentException_t132251570, ___param_name_12)); } inline String_t* get_param_name_12() const { return ___param_name_12; } inline String_t** get_address_of_param_name_12() { return &___param_name_12; } inline void set_param_name_12(String_t* value) { ___param_name_12 = value; Il2CppCodeGenWriteBarrier((&___param_name_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_T132251570_H #ifndef X509KEYUSAGEFLAGS_T1431795504_H #define X509KEYUSAGEFLAGS_T1431795504_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509KeyUsageFlags struct X509KeyUsageFlags_t1431795504 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(X509KeyUsageFlags_t1431795504, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509KEYUSAGEFLAGS_T1431795504_H #ifndef INVALIDOPERATIONEXCEPTION_T56020091_H #define INVALIDOPERATIONEXCEPTION_T56020091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidOperationException struct InvalidOperationException_t56020091 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDOPERATIONEXCEPTION_T56020091_H #ifndef NOTSUPPORTEDEXCEPTION_T1314879016_H #define NOTSUPPORTEDEXCEPTION_T1314879016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_t1314879016 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_T1314879016_H #ifndef CONNECTIONMANAGEMENTELEMENTCOLLECTION_T3860227195_H #define CONNECTIONMANAGEMENTELEMENTCOLLECTION_T3860227195_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.ConnectionManagementElementCollection struct ConnectionManagementElementCollection_t3860227195 : public ConfigurationElementCollection_t446763386 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONNECTIONMANAGEMENTELEMENTCOLLECTION_T3860227195_H #ifndef SECURITYPROTOCOLTYPE_T2721465497_H #define SECURITYPROTOCOLTYPE_T2721465497_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.SecurityProtocolType struct SecurityProtocolType_t2721465497 { public: // System.Int32 System.Net.SecurityProtocolType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SecurityProtocolType_t2721465497, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYPROTOCOLTYPE_T2721465497_H #ifndef CONNECTIONMANAGEMENTSECTION_T1603642748_H #define CONNECTIONMANAGEMENTSECTION_T1603642748_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.ConnectionManagementSection struct ConnectionManagementSection_t1603642748 : public ConfigurationSection_t3156163955 { public: public: }; struct ConnectionManagementSection_t1603642748_StaticFields { public: // System.Configuration.ConfigurationProperty System.Net.Configuration.ConnectionManagementSection::connectionManagementProp ConfigurationProperty_t3590861854 * ___connectionManagementProp_17; // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.ConnectionManagementSection::properties ConfigurationPropertyCollection_t2852175726 * ___properties_18; public: inline static int32_t get_offset_of_connectionManagementProp_17() { return static_cast(offsetof(ConnectionManagementSection_t1603642748_StaticFields, ___connectionManagementProp_17)); } inline ConfigurationProperty_t3590861854 * get_connectionManagementProp_17() const { return ___connectionManagementProp_17; } inline ConfigurationProperty_t3590861854 ** get_address_of_connectionManagementProp_17() { return &___connectionManagementProp_17; } inline void set_connectionManagementProp_17(ConfigurationProperty_t3590861854 * value) { ___connectionManagementProp_17 = value; Il2CppCodeGenWriteBarrier((&___connectionManagementProp_17), value); } inline static int32_t get_offset_of_properties_18() { return static_cast(offsetof(ConnectionManagementSection_t1603642748_StaticFields, ___properties_18)); } inline ConfigurationPropertyCollection_t2852175726 * get_properties_18() const { return ___properties_18; } inline ConfigurationPropertyCollection_t2852175726 ** get_address_of_properties_18() { return &___properties_18; } inline void set_properties_18(ConfigurationPropertyCollection_t2852175726 * value) { ___properties_18 = value; Il2CppCodeGenWriteBarrier((&___properties_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONNECTIONMANAGEMENTSECTION_T1603642748_H #ifndef SSLPOLICYERRORS_T2205227823_H #define SSLPOLICYERRORS_T2205227823_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Security.SslPolicyErrors struct SslPolicyErrors_t2205227823 { public: // System.Int32 System.Net.Security.SslPolicyErrors::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SslPolicyErrors_t2205227823, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SSLPOLICYERRORS_T2205227823_H #ifndef SOCKETTYPE_T2175930299_H #define SOCKETTYPE_T2175930299_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SocketType struct SocketType_t2175930299 { public: // System.Int32 System.Net.Sockets.SocketType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SocketType_t2175930299, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETTYPE_T2175930299_H #ifndef FILEACCESS_T1659085276_H #define FILEACCESS_T1659085276_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileAccess struct FileAccess_t1659085276 { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileAccess_t1659085276, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEACCESS_T1659085276_H #ifndef ADDRESSFAMILY_T2612549059_H #define ADDRESSFAMILY_T2612549059_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.AddressFamily struct AddressFamily_t2612549059 { public: // System.Int32 System.Net.Sockets.AddressFamily::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AddressFamily_t2612549059, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ADDRESSFAMILY_T2612549059_H #ifndef MATCH_T3408321083_H #define MATCH_T3408321083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Match struct Match_t3408321083 : public Group_t2468205786 { public: // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::regex Regex_t3657309853 * ___regex_6; // System.Text.RegularExpressions.IMachine System.Text.RegularExpressions.Match::machine RuntimeObject* ___machine_7; // System.Int32 System.Text.RegularExpressions.Match::text_length int32_t ___text_length_8; // System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::groups GroupCollection_t69770484 * ___groups_9; public: inline static int32_t get_offset_of_regex_6() { return static_cast(offsetof(Match_t3408321083, ___regex_6)); } inline Regex_t3657309853 * get_regex_6() const { return ___regex_6; } inline Regex_t3657309853 ** get_address_of_regex_6() { return &___regex_6; } inline void set_regex_6(Regex_t3657309853 * value) { ___regex_6 = value; Il2CppCodeGenWriteBarrier((&___regex_6), value); } inline static int32_t get_offset_of_machine_7() { return static_cast(offsetof(Match_t3408321083, ___machine_7)); } inline RuntimeObject* get_machine_7() const { return ___machine_7; } inline RuntimeObject** get_address_of_machine_7() { return &___machine_7; } inline void set_machine_7(RuntimeObject* value) { ___machine_7 = value; Il2CppCodeGenWriteBarrier((&___machine_7), value); } inline static int32_t get_offset_of_text_length_8() { return static_cast(offsetof(Match_t3408321083, ___text_length_8)); } inline int32_t get_text_length_8() const { return ___text_length_8; } inline int32_t* get_address_of_text_length_8() { return &___text_length_8; } inline void set_text_length_8(int32_t value) { ___text_length_8 = value; } inline static int32_t get_offset_of_groups_9() { return static_cast(offsetof(Match_t3408321083, ___groups_9)); } inline GroupCollection_t69770484 * get_groups_9() const { return ___groups_9; } inline GroupCollection_t69770484 ** get_address_of_groups_9() { return &___groups_9; } inline void set_groups_9(GroupCollection_t69770484 * value) { ___groups_9 = value; Il2CppCodeGenWriteBarrier((&___groups_9), value); } }; struct Match_t3408321083_StaticFields { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::empty Match_t3408321083 * ___empty_10; public: inline static int32_t get_offset_of_empty_10() { return static_cast(offsetof(Match_t3408321083_StaticFields, ___empty_10)); } inline Match_t3408321083 * get_empty_10() const { return ___empty_10; } inline Match_t3408321083 ** get_address_of_empty_10() { return &___empty_10; } inline void set_empty_10(Match_t3408321083 * value) { ___empty_10 = value; Il2CppCodeGenWriteBarrier((&___empty_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATCH_T3408321083_H #ifndef X509CHAINSTATUSFLAGS_T1026973125_H #define X509CHAINSTATUSFLAGS_T1026973125_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags struct X509ChainStatusFlags_t1026973125 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(X509ChainStatusFlags_t1026973125, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CHAINSTATUSFLAGS_T1026973125_H #ifndef X509CERTIFICATE2COLLECTION_T2111161276_H #define X509CERTIFICATE2COLLECTION_T2111161276_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509Certificate2Collection struct X509Certificate2Collection_t2111161276 : public X509CertificateCollection_t3399372417 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATE2COLLECTION_T2111161276_H #ifndef SECTRUSTRESULT_T1115184440_H #define SECTRUSTRESULT_T1115184440_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.OSX509Certificates/SecTrustResult struct SecTrustResult_t1115184440 { public: // System.Int32 Mono.Security.X509.OSX509Certificates/SecTrustResult::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SecTrustResult_t1115184440, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECTRUSTRESULT_T1115184440_H #ifndef SETTINGSSECTION_T1259474535_H #define SETTINGSSECTION_T1259474535_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.SettingsSection struct SettingsSection_t1259474535 : public ConfigurationSection_t3156163955 { public: public: }; struct SettingsSection_t1259474535_StaticFields { public: // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.SettingsSection::properties ConfigurationPropertyCollection_t2852175726 * ___properties_17; // System.Configuration.ConfigurationProperty System.Net.Configuration.SettingsSection::httpWebRequestProp ConfigurationProperty_t3590861854 * ___httpWebRequestProp_18; // System.Configuration.ConfigurationProperty System.Net.Configuration.SettingsSection::ipv6Prop ConfigurationProperty_t3590861854 * ___ipv6Prop_19; // System.Configuration.ConfigurationProperty System.Net.Configuration.SettingsSection::performanceCountersProp ConfigurationProperty_t3590861854 * ___performanceCountersProp_20; // System.Configuration.ConfigurationProperty System.Net.Configuration.SettingsSection::servicePointManagerProp ConfigurationProperty_t3590861854 * ___servicePointManagerProp_21; // System.Configuration.ConfigurationProperty System.Net.Configuration.SettingsSection::webProxyScriptProp ConfigurationProperty_t3590861854 * ___webProxyScriptProp_22; // System.Configuration.ConfigurationProperty System.Net.Configuration.SettingsSection::socketProp ConfigurationProperty_t3590861854 * ___socketProp_23; public: inline static int32_t get_offset_of_properties_17() { return static_cast(offsetof(SettingsSection_t1259474535_StaticFields, ___properties_17)); } inline ConfigurationPropertyCollection_t2852175726 * get_properties_17() const { return ___properties_17; } inline ConfigurationPropertyCollection_t2852175726 ** get_address_of_properties_17() { return &___properties_17; } inline void set_properties_17(ConfigurationPropertyCollection_t2852175726 * value) { ___properties_17 = value; Il2CppCodeGenWriteBarrier((&___properties_17), value); } inline static int32_t get_offset_of_httpWebRequestProp_18() { return static_cast(offsetof(SettingsSection_t1259474535_StaticFields, ___httpWebRequestProp_18)); } inline ConfigurationProperty_t3590861854 * get_httpWebRequestProp_18() const { return ___httpWebRequestProp_18; } inline ConfigurationProperty_t3590861854 ** get_address_of_httpWebRequestProp_18() { return &___httpWebRequestProp_18; } inline void set_httpWebRequestProp_18(ConfigurationProperty_t3590861854 * value) { ___httpWebRequestProp_18 = value; Il2CppCodeGenWriteBarrier((&___httpWebRequestProp_18), value); } inline static int32_t get_offset_of_ipv6Prop_19() { return static_cast(offsetof(SettingsSection_t1259474535_StaticFields, ___ipv6Prop_19)); } inline ConfigurationProperty_t3590861854 * get_ipv6Prop_19() const { return ___ipv6Prop_19; } inline ConfigurationProperty_t3590861854 ** get_address_of_ipv6Prop_19() { return &___ipv6Prop_19; } inline void set_ipv6Prop_19(ConfigurationProperty_t3590861854 * value) { ___ipv6Prop_19 = value; Il2CppCodeGenWriteBarrier((&___ipv6Prop_19), value); } inline static int32_t get_offset_of_performanceCountersProp_20() { return static_cast(offsetof(SettingsSection_t1259474535_StaticFields, ___performanceCountersProp_20)); } inline ConfigurationProperty_t3590861854 * get_performanceCountersProp_20() const { return ___performanceCountersProp_20; } inline ConfigurationProperty_t3590861854 ** get_address_of_performanceCountersProp_20() { return &___performanceCountersProp_20; } inline void set_performanceCountersProp_20(ConfigurationProperty_t3590861854 * value) { ___performanceCountersProp_20 = value; Il2CppCodeGenWriteBarrier((&___performanceCountersProp_20), value); } inline static int32_t get_offset_of_servicePointManagerProp_21() { return static_cast(offsetof(SettingsSection_t1259474535_StaticFields, ___servicePointManagerProp_21)); } inline ConfigurationProperty_t3590861854 * get_servicePointManagerProp_21() const { return ___servicePointManagerProp_21; } inline ConfigurationProperty_t3590861854 ** get_address_of_servicePointManagerProp_21() { return &___servicePointManagerProp_21; } inline void set_servicePointManagerProp_21(ConfigurationProperty_t3590861854 * value) { ___servicePointManagerProp_21 = value; Il2CppCodeGenWriteBarrier((&___servicePointManagerProp_21), value); } inline static int32_t get_offset_of_webProxyScriptProp_22() { return static_cast(offsetof(SettingsSection_t1259474535_StaticFields, ___webProxyScriptProp_22)); } inline ConfigurationProperty_t3590861854 * get_webProxyScriptProp_22() const { return ___webProxyScriptProp_22; } inline ConfigurationProperty_t3590861854 ** get_address_of_webProxyScriptProp_22() { return &___webProxyScriptProp_22; } inline void set_webProxyScriptProp_22(ConfigurationProperty_t3590861854 * value) { ___webProxyScriptProp_22 = value; Il2CppCodeGenWriteBarrier((&___webProxyScriptProp_22), value); } inline static int32_t get_offset_of_socketProp_23() { return static_cast(offsetof(SettingsSection_t1259474535_StaticFields, ___socketProp_23)); } inline ConfigurationProperty_t3590861854 * get_socketProp_23() const { return ___socketProp_23; } inline ConfigurationProperty_t3590861854 ** get_address_of_socketProp_23() { return &___socketProp_23; } inline void set_socketProp_23(ConfigurationProperty_t3590861854 * value) { ___socketProp_23 = value; Il2CppCodeGenWriteBarrier((&___socketProp_23), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SETTINGSSECTION_T1259474535_H #ifndef WEAKREFERENCE_T1334886716_H #define WEAKREFERENCE_T1334886716_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.WeakReference struct WeakReference_t1334886716 : public RuntimeObject { public: // System.Boolean System.WeakReference::isLongReference bool ___isLongReference_0; // System.Runtime.InteropServices.GCHandle System.WeakReference::gcHandle GCHandle_t3351438187 ___gcHandle_1; public: inline static int32_t get_offset_of_isLongReference_0() { return static_cast(offsetof(WeakReference_t1334886716, ___isLongReference_0)); } inline bool get_isLongReference_0() const { return ___isLongReference_0; } inline bool* get_address_of_isLongReference_0() { return &___isLongReference_0; } inline void set_isLongReference_0(bool value) { ___isLongReference_0 = value; } inline static int32_t get_offset_of_gcHandle_1() { return static_cast(offsetof(WeakReference_t1334886716, ___gcHandle_1)); } inline GCHandle_t3351438187 get_gcHandle_1() const { return ___gcHandle_1; } inline GCHandle_t3351438187 * get_address_of_gcHandle_1() { return &___gcHandle_1; } inline void set_gcHandle_1(GCHandle_t3351438187 value) { ___gcHandle_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEAKREFERENCE_T1334886716_H #ifndef BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_T2721792723_H #ifndef RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { 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_t3027515415, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef WEBCONNECTIONSTREAM_T2170064850_H #define WEBCONNECTIONSTREAM_T2170064850_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebConnectionStream struct WebConnectionStream_t2170064850 : public Stream_t1273022909 { public: // System.Boolean System.Net.WebConnectionStream::isRead bool ___isRead_3; // System.Net.WebConnection System.Net.WebConnectionStream::cnc WebConnection_t3982808322 * ___cnc_4; // System.Net.HttpWebRequest System.Net.WebConnectionStream::request HttpWebRequest_t1669436515 * ___request_5; // System.Byte[] System.Net.WebConnectionStream::readBuffer ByteU5BU5D_t4116647657* ___readBuffer_6; // System.Int32 System.Net.WebConnectionStream::readBufferOffset int32_t ___readBufferOffset_7; // System.Int32 System.Net.WebConnectionStream::readBufferSize int32_t ___readBufferSize_8; // System.Int32 System.Net.WebConnectionStream::contentLength int32_t ___contentLength_9; // System.Int32 System.Net.WebConnectionStream::totalRead int32_t ___totalRead_10; // System.Int64 System.Net.WebConnectionStream::totalWritten int64_t ___totalWritten_11; // System.Boolean System.Net.WebConnectionStream::nextReadCalled bool ___nextReadCalled_12; // System.Int32 System.Net.WebConnectionStream::pendingReads int32_t ___pendingReads_13; // System.Int32 System.Net.WebConnectionStream::pendingWrites int32_t ___pendingWrites_14; // System.Threading.ManualResetEvent System.Net.WebConnectionStream::pending ManualResetEvent_t451242010 * ___pending_15; // System.Boolean System.Net.WebConnectionStream::allowBuffering bool ___allowBuffering_16; // System.Boolean System.Net.WebConnectionStream::sendChunked bool ___sendChunked_17; // System.IO.MemoryStream System.Net.WebConnectionStream::writeBuffer MemoryStream_t94973147 * ___writeBuffer_18; // System.Boolean System.Net.WebConnectionStream::requestWritten bool ___requestWritten_19; // System.Byte[] System.Net.WebConnectionStream::headers ByteU5BU5D_t4116647657* ___headers_20; // System.Boolean System.Net.WebConnectionStream::disposed bool ___disposed_21; // System.Boolean System.Net.WebConnectionStream::headersSent bool ___headersSent_22; // System.Object System.Net.WebConnectionStream::locker RuntimeObject * ___locker_23; // System.Boolean System.Net.WebConnectionStream::initRead bool ___initRead_24; // System.Boolean System.Net.WebConnectionStream::read_eof bool ___read_eof_25; // System.Boolean System.Net.WebConnectionStream::complete_request_written bool ___complete_request_written_26; // System.Int32 System.Net.WebConnectionStream::read_timeout int32_t ___read_timeout_27; // System.Int32 System.Net.WebConnectionStream::write_timeout int32_t ___write_timeout_28; public: inline static int32_t get_offset_of_isRead_3() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___isRead_3)); } inline bool get_isRead_3() const { return ___isRead_3; } inline bool* get_address_of_isRead_3() { return &___isRead_3; } inline void set_isRead_3(bool value) { ___isRead_3 = value; } inline static int32_t get_offset_of_cnc_4() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___cnc_4)); } inline WebConnection_t3982808322 * get_cnc_4() const { return ___cnc_4; } inline WebConnection_t3982808322 ** get_address_of_cnc_4() { return &___cnc_4; } inline void set_cnc_4(WebConnection_t3982808322 * value) { ___cnc_4 = value; Il2CppCodeGenWriteBarrier((&___cnc_4), value); } inline static int32_t get_offset_of_request_5() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___request_5)); } inline HttpWebRequest_t1669436515 * get_request_5() const { return ___request_5; } inline HttpWebRequest_t1669436515 ** get_address_of_request_5() { return &___request_5; } inline void set_request_5(HttpWebRequest_t1669436515 * value) { ___request_5 = value; Il2CppCodeGenWriteBarrier((&___request_5), value); } inline static int32_t get_offset_of_readBuffer_6() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___readBuffer_6)); } inline ByteU5BU5D_t4116647657* get_readBuffer_6() const { return ___readBuffer_6; } inline ByteU5BU5D_t4116647657** get_address_of_readBuffer_6() { return &___readBuffer_6; } inline void set_readBuffer_6(ByteU5BU5D_t4116647657* value) { ___readBuffer_6 = value; Il2CppCodeGenWriteBarrier((&___readBuffer_6), value); } inline static int32_t get_offset_of_readBufferOffset_7() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___readBufferOffset_7)); } inline int32_t get_readBufferOffset_7() const { return ___readBufferOffset_7; } inline int32_t* get_address_of_readBufferOffset_7() { return &___readBufferOffset_7; } inline void set_readBufferOffset_7(int32_t value) { ___readBufferOffset_7 = value; } inline static int32_t get_offset_of_readBufferSize_8() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___readBufferSize_8)); } inline int32_t get_readBufferSize_8() const { return ___readBufferSize_8; } inline int32_t* get_address_of_readBufferSize_8() { return &___readBufferSize_8; } inline void set_readBufferSize_8(int32_t value) { ___readBufferSize_8 = value; } inline static int32_t get_offset_of_contentLength_9() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___contentLength_9)); } inline int32_t get_contentLength_9() const { return ___contentLength_9; } inline int32_t* get_address_of_contentLength_9() { return &___contentLength_9; } inline void set_contentLength_9(int32_t value) { ___contentLength_9 = value; } inline static int32_t get_offset_of_totalRead_10() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___totalRead_10)); } inline int32_t get_totalRead_10() const { return ___totalRead_10; } inline int32_t* get_address_of_totalRead_10() { return &___totalRead_10; } inline void set_totalRead_10(int32_t value) { ___totalRead_10 = value; } inline static int32_t get_offset_of_totalWritten_11() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___totalWritten_11)); } inline int64_t get_totalWritten_11() const { return ___totalWritten_11; } inline int64_t* get_address_of_totalWritten_11() { return &___totalWritten_11; } inline void set_totalWritten_11(int64_t value) { ___totalWritten_11 = value; } inline static int32_t get_offset_of_nextReadCalled_12() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___nextReadCalled_12)); } inline bool get_nextReadCalled_12() const { return ___nextReadCalled_12; } inline bool* get_address_of_nextReadCalled_12() { return &___nextReadCalled_12; } inline void set_nextReadCalled_12(bool value) { ___nextReadCalled_12 = value; } inline static int32_t get_offset_of_pendingReads_13() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___pendingReads_13)); } inline int32_t get_pendingReads_13() const { return ___pendingReads_13; } inline int32_t* get_address_of_pendingReads_13() { return &___pendingReads_13; } inline void set_pendingReads_13(int32_t value) { ___pendingReads_13 = value; } inline static int32_t get_offset_of_pendingWrites_14() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___pendingWrites_14)); } inline int32_t get_pendingWrites_14() const { return ___pendingWrites_14; } inline int32_t* get_address_of_pendingWrites_14() { return &___pendingWrites_14; } inline void set_pendingWrites_14(int32_t value) { ___pendingWrites_14 = value; } inline static int32_t get_offset_of_pending_15() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___pending_15)); } inline ManualResetEvent_t451242010 * get_pending_15() const { return ___pending_15; } inline ManualResetEvent_t451242010 ** get_address_of_pending_15() { return &___pending_15; } inline void set_pending_15(ManualResetEvent_t451242010 * value) { ___pending_15 = value; Il2CppCodeGenWriteBarrier((&___pending_15), value); } inline static int32_t get_offset_of_allowBuffering_16() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___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_sendChunked_17() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___sendChunked_17)); } inline bool get_sendChunked_17() const { return ___sendChunked_17; } inline bool* get_address_of_sendChunked_17() { return &___sendChunked_17; } inline void set_sendChunked_17(bool value) { ___sendChunked_17 = value; } inline static int32_t get_offset_of_writeBuffer_18() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___writeBuffer_18)); } inline MemoryStream_t94973147 * get_writeBuffer_18() const { return ___writeBuffer_18; } inline MemoryStream_t94973147 ** get_address_of_writeBuffer_18() { return &___writeBuffer_18; } inline void set_writeBuffer_18(MemoryStream_t94973147 * value) { ___writeBuffer_18 = value; Il2CppCodeGenWriteBarrier((&___writeBuffer_18), value); } inline static int32_t get_offset_of_requestWritten_19() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___requestWritten_19)); } inline bool get_requestWritten_19() const { return ___requestWritten_19; } inline bool* get_address_of_requestWritten_19() { return &___requestWritten_19; } inline void set_requestWritten_19(bool value) { ___requestWritten_19 = value; } inline static int32_t get_offset_of_headers_20() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___headers_20)); } inline ByteU5BU5D_t4116647657* get_headers_20() const { return ___headers_20; } inline ByteU5BU5D_t4116647657** get_address_of_headers_20() { return &___headers_20; } inline void set_headers_20(ByteU5BU5D_t4116647657* value) { ___headers_20 = value; Il2CppCodeGenWriteBarrier((&___headers_20), value); } inline static int32_t get_offset_of_disposed_21() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___disposed_21)); } inline bool get_disposed_21() const { return ___disposed_21; } inline bool* get_address_of_disposed_21() { return &___disposed_21; } inline void set_disposed_21(bool value) { ___disposed_21 = value; } inline static int32_t get_offset_of_headersSent_22() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___headersSent_22)); } inline bool get_headersSent_22() const { return ___headersSent_22; } inline bool* get_address_of_headersSent_22() { return &___headersSent_22; } inline void set_headersSent_22(bool value) { ___headersSent_22 = value; } inline static int32_t get_offset_of_locker_23() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___locker_23)); } inline RuntimeObject * get_locker_23() const { return ___locker_23; } inline RuntimeObject ** get_address_of_locker_23() { return &___locker_23; } inline void set_locker_23(RuntimeObject * value) { ___locker_23 = value; Il2CppCodeGenWriteBarrier((&___locker_23), value); } inline static int32_t get_offset_of_initRead_24() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___initRead_24)); } inline bool get_initRead_24() const { return ___initRead_24; } inline bool* get_address_of_initRead_24() { return &___initRead_24; } inline void set_initRead_24(bool value) { ___initRead_24 = value; } inline static int32_t get_offset_of_read_eof_25() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___read_eof_25)); } inline bool get_read_eof_25() const { return ___read_eof_25; } inline bool* get_address_of_read_eof_25() { return &___read_eof_25; } inline void set_read_eof_25(bool value) { ___read_eof_25 = value; } inline static int32_t get_offset_of_complete_request_written_26() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___complete_request_written_26)); } inline bool get_complete_request_written_26() const { return ___complete_request_written_26; } inline bool* get_address_of_complete_request_written_26() { return &___complete_request_written_26; } inline void set_complete_request_written_26(bool value) { ___complete_request_written_26 = value; } inline static int32_t get_offset_of_read_timeout_27() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___read_timeout_27)); } inline int32_t get_read_timeout_27() const { return ___read_timeout_27; } inline int32_t* get_address_of_read_timeout_27() { return &___read_timeout_27; } inline void set_read_timeout_27(int32_t value) { ___read_timeout_27 = value; } inline static int32_t get_offset_of_write_timeout_28() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___write_timeout_28)); } inline int32_t get_write_timeout_28() const { return ___write_timeout_28; } inline int32_t* get_address_of_write_timeout_28() { return &___write_timeout_28; } inline void set_write_timeout_28(int32_t value) { ___write_timeout_28 = value; } }; struct WebConnectionStream_t2170064850_StaticFields { public: // System.Byte[] System.Net.WebConnectionStream::crlf ByteU5BU5D_t4116647657* ___crlf_2; public: inline static int32_t get_offset_of_crlf_2() { return static_cast(offsetof(WebConnectionStream_t2170064850_StaticFields, ___crlf_2)); } inline ByteU5BU5D_t4116647657* get_crlf_2() const { return ___crlf_2; } inline ByteU5BU5D_t4116647657** get_address_of_crlf_2() { return &___crlf_2; } inline void set_crlf_2(ByteU5BU5D_t4116647657* value) { ___crlf_2 = value; Il2CppCodeGenWriteBarrier((&___crlf_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBCONNECTIONSTREAM_T2170064850_H #ifndef WEBHEADERCOLLECTION_T1942268960_H #define WEBHEADERCOLLECTION_T1942268960_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebHeaderCollection struct WebHeaderCollection_t1942268960 : public NameValueCollection_t407452768 { public: // System.Boolean System.Net.WebHeaderCollection::internallyCreated bool ___internallyCreated_15; public: inline static int32_t get_offset_of_internallyCreated_15() { return static_cast(offsetof(WebHeaderCollection_t1942268960, ___internallyCreated_15)); } inline bool get_internallyCreated_15() const { return ___internallyCreated_15; } inline bool* get_address_of_internallyCreated_15() { return &___internallyCreated_15; } inline void set_internallyCreated_15(bool value) { ___internallyCreated_15 = value; } }; struct WebHeaderCollection_t1942268960_StaticFields { public: // System.Collections.Hashtable System.Net.WebHeaderCollection::restricted Hashtable_t1853889766 * ___restricted_12; // System.Collections.Hashtable System.Net.WebHeaderCollection::multiValue Hashtable_t1853889766 * ___multiValue_13; // System.Collections.Generic.Dictionary`2 System.Net.WebHeaderCollection::restricted_response Dictionary_2_t4177511560 * ___restricted_response_14; // System.Boolean[] System.Net.WebHeaderCollection::allowed_chars BooleanU5BU5D_t2897418192* ___allowed_chars_16; public: inline static int32_t get_offset_of_restricted_12() { return static_cast(offsetof(WebHeaderCollection_t1942268960_StaticFields, ___restricted_12)); } inline Hashtable_t1853889766 * get_restricted_12() const { return ___restricted_12; } inline Hashtable_t1853889766 ** get_address_of_restricted_12() { return &___restricted_12; } inline void set_restricted_12(Hashtable_t1853889766 * value) { ___restricted_12 = value; Il2CppCodeGenWriteBarrier((&___restricted_12), value); } inline static int32_t get_offset_of_multiValue_13() { return static_cast(offsetof(WebHeaderCollection_t1942268960_StaticFields, ___multiValue_13)); } inline Hashtable_t1853889766 * get_multiValue_13() const { return ___multiValue_13; } inline Hashtable_t1853889766 ** get_address_of_multiValue_13() { return &___multiValue_13; } inline void set_multiValue_13(Hashtable_t1853889766 * value) { ___multiValue_13 = value; Il2CppCodeGenWriteBarrier((&___multiValue_13), value); } inline static int32_t get_offset_of_restricted_response_14() { return static_cast(offsetof(WebHeaderCollection_t1942268960_StaticFields, ___restricted_response_14)); } inline Dictionary_2_t4177511560 * get_restricted_response_14() const { return ___restricted_response_14; } inline Dictionary_2_t4177511560 ** get_address_of_restricted_response_14() { return &___restricted_response_14; } inline void set_restricted_response_14(Dictionary_2_t4177511560 * value) { ___restricted_response_14 = value; Il2CppCodeGenWriteBarrier((&___restricted_response_14), value); } inline static int32_t get_offset_of_allowed_chars_16() { return static_cast(offsetof(WebHeaderCollection_t1942268960_StaticFields, ___allowed_chars_16)); } inline BooleanU5BU5D_t2897418192* get_allowed_chars_16() const { return ___allowed_chars_16; } inline BooleanU5BU5D_t2897418192** get_address_of_allowed_chars_16() { return &___allowed_chars_16; } inline void set_allowed_chars_16(BooleanU5BU5D_t2897418192* value) { ___allowed_chars_16 = value; Il2CppCodeGenWriteBarrier((&___allowed_chars_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBHEADERCOLLECTION_T1942268960_H #ifndef READSTATE_T245281014_H #define READSTATE_T245281014_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ReadState struct ReadState_t245281014 { public: // System.Int32 System.Net.ReadState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ReadState_t245281014, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // READSTATE_T245281014_H #ifndef MEMORYSTREAM_T94973147_H #define MEMORYSTREAM_T94973147_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.MemoryStream struct MemoryStream_t94973147 : public Stream_t1273022909 { public: // System.Boolean System.IO.MemoryStream::canWrite bool ___canWrite_2; // System.Boolean System.IO.MemoryStream::allowGetBuffer bool ___allowGetBuffer_3; // System.Int32 System.IO.MemoryStream::capacity int32_t ___capacity_4; // System.Int32 System.IO.MemoryStream::length int32_t ___length_5; // System.Byte[] System.IO.MemoryStream::internalBuffer ByteU5BU5D_t4116647657* ___internalBuffer_6; // System.Int32 System.IO.MemoryStream::initialIndex int32_t ___initialIndex_7; // System.Boolean System.IO.MemoryStream::expandable bool ___expandable_8; // System.Boolean System.IO.MemoryStream::streamClosed bool ___streamClosed_9; // System.Int32 System.IO.MemoryStream::position int32_t ___position_10; // System.Int32 System.IO.MemoryStream::dirty_bytes int32_t ___dirty_bytes_11; public: inline static int32_t get_offset_of_canWrite_2() { return static_cast(offsetof(MemoryStream_t94973147, ___canWrite_2)); } inline bool get_canWrite_2() const { return ___canWrite_2; } inline bool* get_address_of_canWrite_2() { return &___canWrite_2; } inline void set_canWrite_2(bool value) { ___canWrite_2 = value; } inline static int32_t get_offset_of_allowGetBuffer_3() { return static_cast(offsetof(MemoryStream_t94973147, ___allowGetBuffer_3)); } inline bool get_allowGetBuffer_3() const { return ___allowGetBuffer_3; } inline bool* get_address_of_allowGetBuffer_3() { return &___allowGetBuffer_3; } inline void set_allowGetBuffer_3(bool value) { ___allowGetBuffer_3 = value; } inline static int32_t get_offset_of_capacity_4() { return static_cast(offsetof(MemoryStream_t94973147, ___capacity_4)); } inline int32_t get_capacity_4() const { return ___capacity_4; } inline int32_t* get_address_of_capacity_4() { return &___capacity_4; } inline void set_capacity_4(int32_t value) { ___capacity_4 = value; } inline static int32_t get_offset_of_length_5() { return static_cast(offsetof(MemoryStream_t94973147, ___length_5)); } inline int32_t get_length_5() const { return ___length_5; } inline int32_t* get_address_of_length_5() { return &___length_5; } inline void set_length_5(int32_t value) { ___length_5 = value; } inline static int32_t get_offset_of_internalBuffer_6() { return static_cast(offsetof(MemoryStream_t94973147, ___internalBuffer_6)); } inline ByteU5BU5D_t4116647657* get_internalBuffer_6() const { return ___internalBuffer_6; } inline ByteU5BU5D_t4116647657** get_address_of_internalBuffer_6() { return &___internalBuffer_6; } inline void set_internalBuffer_6(ByteU5BU5D_t4116647657* value) { ___internalBuffer_6 = value; Il2CppCodeGenWriteBarrier((&___internalBuffer_6), value); } inline static int32_t get_offset_of_initialIndex_7() { return static_cast(offsetof(MemoryStream_t94973147, ___initialIndex_7)); } inline int32_t get_initialIndex_7() const { return ___initialIndex_7; } inline int32_t* get_address_of_initialIndex_7() { return &___initialIndex_7; } inline void set_initialIndex_7(int32_t value) { ___initialIndex_7 = value; } inline static int32_t get_offset_of_expandable_8() { return static_cast(offsetof(MemoryStream_t94973147, ___expandable_8)); } inline bool get_expandable_8() const { return ___expandable_8; } inline bool* get_address_of_expandable_8() { return &___expandable_8; } inline void set_expandable_8(bool value) { ___expandable_8 = value; } inline static int32_t get_offset_of_streamClosed_9() { return static_cast(offsetof(MemoryStream_t94973147, ___streamClosed_9)); } inline bool get_streamClosed_9() const { return ___streamClosed_9; } inline bool* get_address_of_streamClosed_9() { return &___streamClosed_9; } inline void set_streamClosed_9(bool value) { ___streamClosed_9 = value; } inline static int32_t get_offset_of_position_10() { return static_cast(offsetof(MemoryStream_t94973147, ___position_10)); } inline int32_t get_position_10() const { return ___position_10; } inline int32_t* get_address_of_position_10() { return &___position_10; } inline void set_position_10(int32_t value) { ___position_10 = value; } inline static int32_t get_offset_of_dirty_bytes_11() { return static_cast(offsetof(MemoryStream_t94973147, ___dirty_bytes_11)); } inline int32_t get_dirty_bytes_11() const { return ___dirty_bytes_11; } inline int32_t* get_address_of_dirty_bytes_11() { return &___dirty_bytes_11; } inline void set_dirty_bytes_11(int32_t value) { ___dirty_bytes_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMORYSTREAM_T94973147_H #ifndef SERIALIZATIONEXCEPTION_T3941511869_H #define SERIALIZATIONEXCEPTION_T3941511869_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationException struct SerializationException_t3941511869 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONEXCEPTION_T3941511869_H #ifndef METHODINFO_T_H #define METHODINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODINFO_T_H #ifndef WEBEXCEPTIONSTATUS_T1731416715_H #define WEBEXCEPTIONSTATUS_T1731416715_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebExceptionStatus struct WebExceptionStatus_t1731416715 { public: // System.Int32 System.Net.WebExceptionStatus::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(WebExceptionStatus_t1731416715, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBEXCEPTIONSTATUS_T1731416715_H #ifndef RUNTIMEFIELDHANDLE_T1871169219_H #define RUNTIMEFIELDHANDLE_T1871169219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t1871169219 { 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_t1871169219, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEFIELDHANDLE_T1871169219_H #ifndef SOCKETSHUTDOWN_T2687738148_H #define SOCKETSHUTDOWN_T2687738148_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SocketShutdown struct SocketShutdown_t2687738148 { public: // System.Int32 System.Net.Sockets.SocketShutdown::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SocketShutdown_t2687738148, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETSHUTDOWN_T2687738148_H #ifndef X509CHAINELEMENT_T1464056338_H #define X509CHAINELEMENT_T1464056338_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509ChainElement struct X509ChainElement_t1464056338 : public RuntimeObject { public: // System.Security.Cryptography.X509Certificates.X509Certificate2 System.Security.Cryptography.X509Certificates.X509ChainElement::certificate X509Certificate2_t714049126 * ___certificate_0; // System.Security.Cryptography.X509Certificates.X509ChainStatus[] System.Security.Cryptography.X509Certificates.X509ChainElement::status X509ChainStatusU5BU5D_t2685945535* ___status_1; // System.String System.Security.Cryptography.X509Certificates.X509ChainElement::info String_t* ___info_2; // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags System.Security.Cryptography.X509Certificates.X509ChainElement::compressed_status_flags int32_t ___compressed_status_flags_3; public: inline static int32_t get_offset_of_certificate_0() { return static_cast(offsetof(X509ChainElement_t1464056338, ___certificate_0)); } inline X509Certificate2_t714049126 * get_certificate_0() const { return ___certificate_0; } inline X509Certificate2_t714049126 ** get_address_of_certificate_0() { return &___certificate_0; } inline void set_certificate_0(X509Certificate2_t714049126 * value) { ___certificate_0 = value; Il2CppCodeGenWriteBarrier((&___certificate_0), value); } inline static int32_t get_offset_of_status_1() { return static_cast(offsetof(X509ChainElement_t1464056338, ___status_1)); } inline X509ChainStatusU5BU5D_t2685945535* get_status_1() const { return ___status_1; } inline X509ChainStatusU5BU5D_t2685945535** get_address_of_status_1() { return &___status_1; } inline void set_status_1(X509ChainStatusU5BU5D_t2685945535* value) { ___status_1 = value; Il2CppCodeGenWriteBarrier((&___status_1), value); } inline static int32_t get_offset_of_info_2() { return static_cast(offsetof(X509ChainElement_t1464056338, ___info_2)); } inline String_t* get_info_2() const { return ___info_2; } inline String_t** get_address_of_info_2() { return &___info_2; } inline void set_info_2(String_t* value) { ___info_2 = value; Il2CppCodeGenWriteBarrier((&___info_2), value); } inline static int32_t get_offset_of_compressed_status_flags_3() { return static_cast(offsetof(X509ChainElement_t1464056338, ___compressed_status_flags_3)); } inline int32_t get_compressed_status_flags_3() const { return ___compressed_status_flags_3; } inline int32_t* get_address_of_compressed_status_flags_3() { return &___compressed_status_flags_3; } inline void set_compressed_status_flags_3(int32_t value) { ___compressed_status_flags_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CHAINELEMENT_T1464056338_H #ifndef X509CHAINSTATUS_T133602714_H #define X509CHAINSTATUS_T133602714_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509ChainStatus struct X509ChainStatus_t133602714 { public: // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags System.Security.Cryptography.X509Certificates.X509ChainStatus::status int32_t ___status_0; // System.String System.Security.Cryptography.X509Certificates.X509ChainStatus::info String_t* ___info_1; public: inline static int32_t get_offset_of_status_0() { return static_cast(offsetof(X509ChainStatus_t133602714, ___status_0)); } inline int32_t get_status_0() const { return ___status_0; } inline int32_t* get_address_of_status_0() { return &___status_0; } inline void set_status_0(int32_t value) { ___status_0 = value; } inline static int32_t get_offset_of_info_1() { return static_cast(offsetof(X509ChainStatus_t133602714, ___info_1)); } inline String_t* get_info_1() const { return ___info_1; } inline String_t** get_address_of_info_1() { return &___info_1; } inline void set_info_1(String_t* value) { ___info_1 = value; Il2CppCodeGenWriteBarrier((&___info_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Security.Cryptography.X509Certificates.X509ChainStatus struct X509ChainStatus_t133602714_marshaled_pinvoke { int32_t ___status_0; char* ___info_1; }; // Native definition for COM marshalling of System.Security.Cryptography.X509Certificates.X509ChainStatus struct X509ChainStatus_t133602714_marshaled_com { int32_t ___status_0; Il2CppChar* ___info_1; }; #endif // X509CHAINSTATUS_T133602714_H #ifndef X509STORE_T2922691911_H #define X509STORE_T2922691911_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509Store struct X509Store_t2922691911 : public RuntimeObject { public: // System.String System.Security.Cryptography.X509Certificates.X509Store::_name String_t* ____name_0; // System.Security.Cryptography.X509Certificates.StoreLocation System.Security.Cryptography.X509Certificates.X509Store::_location int32_t ____location_1; // System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509Store::list X509Certificate2Collection_t2111161276 * ___list_2; // System.Security.Cryptography.X509Certificates.OpenFlags System.Security.Cryptography.X509Certificates.X509Store::_flags int32_t ____flags_3; // Mono.Security.X509.X509Store System.Security.Cryptography.X509Certificates.X509Store::store X509Store_t2777415284 * ___store_4; public: inline static int32_t get_offset_of__name_0() { return static_cast(offsetof(X509Store_t2922691911, ____name_0)); } inline String_t* get__name_0() const { return ____name_0; } inline String_t** get_address_of__name_0() { return &____name_0; } inline void set__name_0(String_t* value) { ____name_0 = value; Il2CppCodeGenWriteBarrier((&____name_0), value); } inline static int32_t get_offset_of__location_1() { return static_cast(offsetof(X509Store_t2922691911, ____location_1)); } inline int32_t get__location_1() const { return ____location_1; } inline int32_t* get_address_of__location_1() { return &____location_1; } inline void set__location_1(int32_t value) { ____location_1 = value; } inline static int32_t get_offset_of_list_2() { return static_cast(offsetof(X509Store_t2922691911, ___list_2)); } inline X509Certificate2Collection_t2111161276 * get_list_2() const { return ___list_2; } inline X509Certificate2Collection_t2111161276 ** get_address_of_list_2() { return &___list_2; } inline void set_list_2(X509Certificate2Collection_t2111161276 * value) { ___list_2 = value; Il2CppCodeGenWriteBarrier((&___list_2), value); } inline static int32_t get_offset_of__flags_3() { return static_cast(offsetof(X509Store_t2922691911, ____flags_3)); } inline int32_t get__flags_3() const { return ____flags_3; } inline int32_t* get_address_of__flags_3() { return &____flags_3; } inline void set__flags_3(int32_t value) { ____flags_3 = value; } inline static int32_t get_offset_of_store_4() { return static_cast(offsetof(X509Store_t2922691911, ___store_4)); } inline X509Store_t2777415284 * get_store_4() const { return ___store_4; } inline X509Store_t2777415284 ** get_address_of_store_4() { return &___store_4; } inline void set_store_4(X509Store_t2777415284 * value) { ___store_4 = value; Il2CppCodeGenWriteBarrier((&___store_4), value); } }; struct X509Store_t2922691911_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Security.Cryptography.X509Certificates.X509Store::<>f__switch$map1B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1B_5; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map1B_5() { return static_cast(offsetof(X509Store_t2922691911_StaticFields, ___U3CU3Ef__switchU24map1B_5)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1B_5() const { return ___U3CU3Ef__switchU24map1B_5; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1B_5() { return &___U3CU3Ef__switchU24map1B_5; } inline void set_U3CU3Ef__switchU24map1B_5(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1B_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1B_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509STORE_T2922691911_H #ifndef X509ENHANCEDKEYUSAGEEXTENSION_T4189149453_H #define X509ENHANCEDKEYUSAGEEXTENSION_T4189149453_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension struct X509EnhancedKeyUsageExtension_t4189149453 : public X509Extension_t3272255153 { public: // System.Security.Cryptography.OidCollection System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::_enhKeyUsage OidCollection_t4234766844 * ____enhKeyUsage_4; // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::_status int32_t ____status_5; public: inline static int32_t get_offset_of__enhKeyUsage_4() { return static_cast(offsetof(X509EnhancedKeyUsageExtension_t4189149453, ____enhKeyUsage_4)); } inline OidCollection_t4234766844 * get__enhKeyUsage_4() const { return ____enhKeyUsage_4; } inline OidCollection_t4234766844 ** get_address_of__enhKeyUsage_4() { return &____enhKeyUsage_4; } inline void set__enhKeyUsage_4(OidCollection_t4234766844 * value) { ____enhKeyUsage_4 = value; Il2CppCodeGenWriteBarrier((&____enhKeyUsage_4), value); } inline static int32_t get_offset_of__status_5() { return static_cast(offsetof(X509EnhancedKeyUsageExtension_t4189149453, ____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; } }; struct X509EnhancedKeyUsageExtension_t4189149453_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::<>f__switch$map1A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1A_6; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map1A_6() { return static_cast(offsetof(X509EnhancedKeyUsageExtension_t4189149453_StaticFields, ___U3CU3Ef__switchU24map1A_6)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1A_6() const { return ___U3CU3Ef__switchU24map1A_6; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1A_6() { return &___U3CU3Ef__switchU24map1A_6; } inline void set_U3CU3Ef__switchU24map1A_6(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1A_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1A_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509ENHANCEDKEYUSAGEEXTENSION_T4189149453_H #ifndef X509KEYUSAGEEXTENSION_T2042101591_H #define X509KEYUSAGEEXTENSION_T2042101591_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509KeyUsageExtension struct X509KeyUsageExtension_t2042101591 : public X509Extension_t3272255153 { public: // System.Security.Cryptography.X509Certificates.X509KeyUsageFlags System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::_keyUsages int32_t ____keyUsages_7; // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::_status int32_t ____status_8; public: inline static int32_t get_offset_of__keyUsages_7() { return static_cast(offsetof(X509KeyUsageExtension_t2042101591, ____keyUsages_7)); } inline int32_t get__keyUsages_7() const { return ____keyUsages_7; } inline int32_t* get_address_of__keyUsages_7() { return &____keyUsages_7; } inline void set__keyUsages_7(int32_t value) { ____keyUsages_7 = value; } inline static int32_t get_offset_of__status_8() { return static_cast(offsetof(X509KeyUsageExtension_t2042101591, ____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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509KEYUSAGEEXTENSION_T2042101591_H #ifndef WEBREQUEST_T1939381076_H #define WEBREQUEST_T1939381076_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebRequest struct WebRequest_t1939381076 : public MarshalByRefObject_t2760389100 { public: // System.Net.Security.AuthenticationLevel System.Net.WebRequest::authentication_level int32_t ___authentication_level_4; public: inline static int32_t get_offset_of_authentication_level_4() { return static_cast(offsetof(WebRequest_t1939381076, ___authentication_level_4)); } inline int32_t get_authentication_level_4() const { return ___authentication_level_4; } inline int32_t* get_address_of_authentication_level_4() { return &___authentication_level_4; } inline void set_authentication_level_4(int32_t value) { ___authentication_level_4 = value; } }; struct WebRequest_t1939381076_StaticFields { public: // System.Collections.Specialized.HybridDictionary System.Net.WebRequest::prefixes HybridDictionary_t4070033136 * ___prefixes_1; // System.Boolean System.Net.WebRequest::isDefaultWebProxySet bool ___isDefaultWebProxySet_2; // System.Net.IWebProxy System.Net.WebRequest::defaultWebProxy RuntimeObject* ___defaultWebProxy_3; // System.Object System.Net.WebRequest::lockobj RuntimeObject * ___lockobj_5; public: inline static int32_t get_offset_of_prefixes_1() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___prefixes_1)); } inline HybridDictionary_t4070033136 * get_prefixes_1() const { return ___prefixes_1; } inline HybridDictionary_t4070033136 ** get_address_of_prefixes_1() { return &___prefixes_1; } inline void set_prefixes_1(HybridDictionary_t4070033136 * value) { ___prefixes_1 = value; Il2CppCodeGenWriteBarrier((&___prefixes_1), value); } inline static int32_t get_offset_of_isDefaultWebProxySet_2() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___isDefaultWebProxySet_2)); } inline bool get_isDefaultWebProxySet_2() const { return ___isDefaultWebProxySet_2; } inline bool* get_address_of_isDefaultWebProxySet_2() { return &___isDefaultWebProxySet_2; } inline void set_isDefaultWebProxySet_2(bool value) { ___isDefaultWebProxySet_2 = value; } inline static int32_t get_offset_of_defaultWebProxy_3() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___defaultWebProxy_3)); } inline RuntimeObject* get_defaultWebProxy_3() const { return ___defaultWebProxy_3; } inline RuntimeObject** get_address_of_defaultWebProxy_3() { return &___defaultWebProxy_3; } inline void set_defaultWebProxy_3(RuntimeObject* value) { ___defaultWebProxy_3 = value; Il2CppCodeGenWriteBarrier((&___defaultWebProxy_3), value); } inline static int32_t get_offset_of_lockobj_5() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___lockobj_5)); } inline RuntimeObject * get_lockobj_5() const { return ___lockobj_5; } inline RuntimeObject ** get_address_of_lockobj_5() { return &___lockobj_5; } inline void set_lockobj_5(RuntimeObject * value) { ___lockobj_5 = value; Il2CppCodeGenWriteBarrier((&___lockobj_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBREQUEST_T1939381076_H #ifndef SERVICEPOINTMANAGER_T170559685_H #define SERVICEPOINTMANAGER_T170559685_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ServicePointManager struct ServicePointManager_t170559685 : public RuntimeObject { public: public: }; struct ServicePointManager_t170559685_StaticFields { public: // System.Collections.Specialized.HybridDictionary System.Net.ServicePointManager::servicePoints HybridDictionary_t4070033136 * ___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.Boolean System.Net.ServicePointManager::_checkCRL bool ____checkCRL_5; // System.Net.SecurityProtocolType System.Net.ServicePointManager::_securityProtocol int32_t ____securityProtocol_6; // System.Boolean System.Net.ServicePointManager::expectContinue bool ___expectContinue_7; // System.Boolean System.Net.ServicePointManager::useNagle bool ___useNagle_8; // System.Net.Security.RemoteCertificateValidationCallback System.Net.ServicePointManager::server_cert_cb RemoteCertificateValidationCallback_t3014364904 * ___server_cert_cb_9; // System.Net.Configuration.ConnectionManagementData System.Net.ServicePointManager::manager ConnectionManagementData_t2003128658 * ___manager_10; public: inline static int32_t get_offset_of_servicePoints_0() { return static_cast(offsetof(ServicePointManager_t170559685_StaticFields, ___servicePoints_0)); } inline HybridDictionary_t4070033136 * get_servicePoints_0() const { return ___servicePoints_0; } inline HybridDictionary_t4070033136 ** get_address_of_servicePoints_0() { return &___servicePoints_0; } inline void set_servicePoints_0(HybridDictionary_t4070033136 * value) { ___servicePoints_0 = value; Il2CppCodeGenWriteBarrier((&___servicePoints_0), value); } inline static int32_t get_offset_of_policy_1() { return static_cast(offsetof(ServicePointManager_t170559685_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((&___policy_1), value); } inline static int32_t get_offset_of_defaultConnectionLimit_2() { return static_cast(offsetof(ServicePointManager_t170559685_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_t170559685_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_t170559685_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__checkCRL_5() { return static_cast(offsetof(ServicePointManager_t170559685_StaticFields, ____checkCRL_5)); } inline bool get__checkCRL_5() const { return ____checkCRL_5; } inline bool* get_address_of__checkCRL_5() { return &____checkCRL_5; } inline void set__checkCRL_5(bool value) { ____checkCRL_5 = value; } inline static int32_t get_offset_of__securityProtocol_6() { return static_cast(offsetof(ServicePointManager_t170559685_StaticFields, ____securityProtocol_6)); } inline int32_t get__securityProtocol_6() const { return ____securityProtocol_6; } inline int32_t* get_address_of__securityProtocol_6() { return &____securityProtocol_6; } inline void set__securityProtocol_6(int32_t value) { ____securityProtocol_6 = value; } inline static int32_t get_offset_of_expectContinue_7() { return static_cast(offsetof(ServicePointManager_t170559685_StaticFields, ___expectContinue_7)); } inline bool get_expectContinue_7() const { return ___expectContinue_7; } inline bool* get_address_of_expectContinue_7() { return &___expectContinue_7; } inline void set_expectContinue_7(bool value) { ___expectContinue_7 = value; } inline static int32_t get_offset_of_useNagle_8() { return static_cast(offsetof(ServicePointManager_t170559685_StaticFields, ___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_server_cert_cb_9() { return static_cast(offsetof(ServicePointManager_t170559685_StaticFields, ___server_cert_cb_9)); } inline RemoteCertificateValidationCallback_t3014364904 * get_server_cert_cb_9() const { return ___server_cert_cb_9; } inline RemoteCertificateValidationCallback_t3014364904 ** get_address_of_server_cert_cb_9() { return &___server_cert_cb_9; } inline void set_server_cert_cb_9(RemoteCertificateValidationCallback_t3014364904 * value) { ___server_cert_cb_9 = value; Il2CppCodeGenWriteBarrier((&___server_cert_cb_9), value); } inline static int32_t get_offset_of_manager_10() { return static_cast(offsetof(ServicePointManager_t170559685_StaticFields, ___manager_10)); } inline ConnectionManagementData_t2003128658 * get_manager_10() const { return ___manager_10; } inline ConnectionManagementData_t2003128658 ** get_address_of_manager_10() { return &___manager_10; } inline void set_manager_10(ConnectionManagementData_t2003128658 * value) { ___manager_10 = value; Il2CppCodeGenWriteBarrier((&___manager_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERVICEPOINTMANAGER_T170559685_H #ifndef PROTOCOLVIOLATIONEXCEPTION_T4144007430_H #define PROTOCOLVIOLATIONEXCEPTION_T4144007430_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ProtocolViolationException struct ProtocolViolationException_t4144007430 : public InvalidOperationException_t56020091 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROTOCOLVIOLATIONEXCEPTION_T4144007430_H #ifndef ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #define ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997 : public ArgumentException_t132251570 { public: // System.Object System.ArgumentOutOfRangeException::actual_value RuntimeObject * ___actual_value_13; public: inline static int32_t get_offset_of_actual_value_13() { return static_cast(offsetof(ArgumentOutOfRangeException_t777629997, ___actual_value_13)); } inline RuntimeObject * get_actual_value_13() const { return ___actual_value_13; } inline RuntimeObject ** get_address_of_actual_value_13() { return &___actual_value_13; } inline void set_actual_value_13(RuntimeObject * value) { ___actual_value_13 = value; Il2CppCodeGenWriteBarrier((&___actual_value_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifndef ARGUMENTNULLEXCEPTION_T1615371798_H #define ARGUMENTNULLEXCEPTION_T1615371798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentNullException struct ArgumentNullException_t1615371798 : public ArgumentException_t132251570 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTNULLEXCEPTION_T1615371798_H #ifndef WEBEXCEPTION_T3237156354_H #define WEBEXCEPTION_T3237156354_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebException struct WebException_t3237156354 : public InvalidOperationException_t56020091 { public: // System.Net.WebResponse System.Net.WebException::response WebResponse_t229922639 * ___response_12; // System.Net.WebExceptionStatus System.Net.WebException::status int32_t ___status_13; public: inline static int32_t get_offset_of_response_12() { return static_cast(offsetof(WebException_t3237156354, ___response_12)); } inline WebResponse_t229922639 * get_response_12() const { return ___response_12; } inline WebResponse_t229922639 ** get_address_of_response_12() { return &___response_12; } inline void set_response_12(WebResponse_t229922639 * value) { ___response_12 = value; Il2CppCodeGenWriteBarrier((&___response_12), value); } inline static int32_t get_offset_of_status_13() { return static_cast(offsetof(WebException_t3237156354, ___status_13)); } inline int32_t get_status_13() const { return ___status_13; } inline int32_t* get_address_of_status_13() { return &___status_13; } inline void set_status_13(int32_t value) { ___status_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBEXCEPTION_T3237156354_H #ifndef DATETIME_T3738529785_H #define DATETIME_T3738529785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTime struct DateTime_t3738529785 { public: // System.TimeSpan System.DateTime::ticks TimeSpan_t881159249 ___ticks_10; // System.DateTimeKind System.DateTime::kind int32_t ___kind_11; public: inline static int32_t get_offset_of_ticks_10() { return static_cast(offsetof(DateTime_t3738529785, ___ticks_10)); } inline TimeSpan_t881159249 get_ticks_10() const { return ___ticks_10; } inline TimeSpan_t881159249 * get_address_of_ticks_10() { return &___ticks_10; } inline void set_ticks_10(TimeSpan_t881159249 value) { ___ticks_10 = value; } inline static int32_t get_offset_of_kind_11() { return static_cast(offsetof(DateTime_t3738529785, ___kind_11)); } inline int32_t get_kind_11() const { return ___kind_11; } inline int32_t* get_address_of_kind_11() { return &___kind_11; } inline void set_kind_11(int32_t value) { ___kind_11 = value; } }; struct DateTime_t3738529785_StaticFields { public: // System.DateTime System.DateTime::MaxValue DateTime_t3738529785 ___MaxValue_12; // System.DateTime System.DateTime::MinValue DateTime_t3738529785 ___MinValue_13; // System.String[] System.DateTime::ParseTimeFormats StringU5BU5D_t1281789340* ___ParseTimeFormats_14; // System.String[] System.DateTime::ParseYearDayMonthFormats StringU5BU5D_t1281789340* ___ParseYearDayMonthFormats_15; // System.String[] System.DateTime::ParseYearMonthDayFormats StringU5BU5D_t1281789340* ___ParseYearMonthDayFormats_16; // System.String[] System.DateTime::ParseDayMonthYearFormats StringU5BU5D_t1281789340* ___ParseDayMonthYearFormats_17; // System.String[] System.DateTime::ParseMonthDayYearFormats StringU5BU5D_t1281789340* ___ParseMonthDayYearFormats_18; // System.String[] System.DateTime::MonthDayShortFormats StringU5BU5D_t1281789340* ___MonthDayShortFormats_19; // System.String[] System.DateTime::DayMonthShortFormats StringU5BU5D_t1281789340* ___DayMonthShortFormats_20; // System.Int32[] System.DateTime::daysmonth Int32U5BU5D_t385246372* ___daysmonth_21; // System.Int32[] System.DateTime::daysmonthleap Int32U5BU5D_t385246372* ___daysmonthleap_22; // System.Object System.DateTime::to_local_time_span_object RuntimeObject * ___to_local_time_span_object_23; // System.Int64 System.DateTime::last_now int64_t ___last_now_24; public: inline static int32_t get_offset_of_MaxValue_12() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MaxValue_12)); } inline DateTime_t3738529785 get_MaxValue_12() const { return ___MaxValue_12; } inline DateTime_t3738529785 * get_address_of_MaxValue_12() { return &___MaxValue_12; } inline void set_MaxValue_12(DateTime_t3738529785 value) { ___MaxValue_12 = value; } inline static int32_t get_offset_of_MinValue_13() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MinValue_13)); } inline DateTime_t3738529785 get_MinValue_13() const { return ___MinValue_13; } inline DateTime_t3738529785 * get_address_of_MinValue_13() { return &___MinValue_13; } inline void set_MinValue_13(DateTime_t3738529785 value) { ___MinValue_13 = value; } inline static int32_t get_offset_of_ParseTimeFormats_14() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseTimeFormats_14)); } inline StringU5BU5D_t1281789340* get_ParseTimeFormats_14() const { return ___ParseTimeFormats_14; } inline StringU5BU5D_t1281789340** get_address_of_ParseTimeFormats_14() { return &___ParseTimeFormats_14; } inline void set_ParseTimeFormats_14(StringU5BU5D_t1281789340* value) { ___ParseTimeFormats_14 = value; Il2CppCodeGenWriteBarrier((&___ParseTimeFormats_14), value); } inline static int32_t get_offset_of_ParseYearDayMonthFormats_15() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearDayMonthFormats_15)); } inline StringU5BU5D_t1281789340* get_ParseYearDayMonthFormats_15() const { return ___ParseYearDayMonthFormats_15; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearDayMonthFormats_15() { return &___ParseYearDayMonthFormats_15; } inline void set_ParseYearDayMonthFormats_15(StringU5BU5D_t1281789340* value) { ___ParseYearDayMonthFormats_15 = value; Il2CppCodeGenWriteBarrier((&___ParseYearDayMonthFormats_15), value); } inline static int32_t get_offset_of_ParseYearMonthDayFormats_16() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearMonthDayFormats_16)); } inline StringU5BU5D_t1281789340* get_ParseYearMonthDayFormats_16() const { return ___ParseYearMonthDayFormats_16; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearMonthDayFormats_16() { return &___ParseYearMonthDayFormats_16; } inline void set_ParseYearMonthDayFormats_16(StringU5BU5D_t1281789340* value) { ___ParseYearMonthDayFormats_16 = value; Il2CppCodeGenWriteBarrier((&___ParseYearMonthDayFormats_16), value); } inline static int32_t get_offset_of_ParseDayMonthYearFormats_17() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseDayMonthYearFormats_17)); } inline StringU5BU5D_t1281789340* get_ParseDayMonthYearFormats_17() const { return ___ParseDayMonthYearFormats_17; } inline StringU5BU5D_t1281789340** get_address_of_ParseDayMonthYearFormats_17() { return &___ParseDayMonthYearFormats_17; } inline void set_ParseDayMonthYearFormats_17(StringU5BU5D_t1281789340* value) { ___ParseDayMonthYearFormats_17 = value; Il2CppCodeGenWriteBarrier((&___ParseDayMonthYearFormats_17), value); } inline static int32_t get_offset_of_ParseMonthDayYearFormats_18() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseMonthDayYearFormats_18)); } inline StringU5BU5D_t1281789340* get_ParseMonthDayYearFormats_18() const { return ___ParseMonthDayYearFormats_18; } inline StringU5BU5D_t1281789340** get_address_of_ParseMonthDayYearFormats_18() { return &___ParseMonthDayYearFormats_18; } inline void set_ParseMonthDayYearFormats_18(StringU5BU5D_t1281789340* value) { ___ParseMonthDayYearFormats_18 = value; Il2CppCodeGenWriteBarrier((&___ParseMonthDayYearFormats_18), value); } inline static int32_t get_offset_of_MonthDayShortFormats_19() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MonthDayShortFormats_19)); } inline StringU5BU5D_t1281789340* get_MonthDayShortFormats_19() const { return ___MonthDayShortFormats_19; } inline StringU5BU5D_t1281789340** get_address_of_MonthDayShortFormats_19() { return &___MonthDayShortFormats_19; } inline void set_MonthDayShortFormats_19(StringU5BU5D_t1281789340* value) { ___MonthDayShortFormats_19 = value; Il2CppCodeGenWriteBarrier((&___MonthDayShortFormats_19), value); } inline static int32_t get_offset_of_DayMonthShortFormats_20() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___DayMonthShortFormats_20)); } inline StringU5BU5D_t1281789340* get_DayMonthShortFormats_20() const { return ___DayMonthShortFormats_20; } inline StringU5BU5D_t1281789340** get_address_of_DayMonthShortFormats_20() { return &___DayMonthShortFormats_20; } inline void set_DayMonthShortFormats_20(StringU5BU5D_t1281789340* value) { ___DayMonthShortFormats_20 = value; Il2CppCodeGenWriteBarrier((&___DayMonthShortFormats_20), value); } inline static int32_t get_offset_of_daysmonth_21() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonth_21)); } inline Int32U5BU5D_t385246372* get_daysmonth_21() const { return ___daysmonth_21; } inline Int32U5BU5D_t385246372** get_address_of_daysmonth_21() { return &___daysmonth_21; } inline void set_daysmonth_21(Int32U5BU5D_t385246372* value) { ___daysmonth_21 = value; Il2CppCodeGenWriteBarrier((&___daysmonth_21), value); } inline static int32_t get_offset_of_daysmonthleap_22() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonthleap_22)); } inline Int32U5BU5D_t385246372* get_daysmonthleap_22() const { return ___daysmonthleap_22; } inline Int32U5BU5D_t385246372** get_address_of_daysmonthleap_22() { return &___daysmonthleap_22; } inline void set_daysmonthleap_22(Int32U5BU5D_t385246372* value) { ___daysmonthleap_22 = value; Il2CppCodeGenWriteBarrier((&___daysmonthleap_22), value); } inline static int32_t get_offset_of_to_local_time_span_object_23() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___to_local_time_span_object_23)); } inline RuntimeObject * get_to_local_time_span_object_23() const { return ___to_local_time_span_object_23; } inline RuntimeObject ** get_address_of_to_local_time_span_object_23() { return &___to_local_time_span_object_23; } inline void set_to_local_time_span_object_23(RuntimeObject * value) { ___to_local_time_span_object_23 = value; Il2CppCodeGenWriteBarrier((&___to_local_time_span_object_23), value); } inline static int32_t get_offset_of_last_now_24() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___last_now_24)); } inline int64_t get_last_now_24() const { return ___last_now_24; } inline int64_t* get_address_of_last_now_24() { return &___last_now_24; } inline void set_last_now_24(int64_t value) { ___last_now_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIME_T3738529785_H #ifndef CHAINVALIDATIONHELPER_T320539540_H #define CHAINVALIDATIONHELPER_T320539540_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ServicePointManager/ChainValidationHelper struct ChainValidationHelper_t320539540 : public RuntimeObject { public: // System.Object System.Net.ServicePointManager/ChainValidationHelper::sender RuntimeObject * ___sender_0; // System.String System.Net.ServicePointManager/ChainValidationHelper::host String_t* ___host_1; public: inline static int32_t get_offset_of_sender_0() { return static_cast(offsetof(ChainValidationHelper_t320539540, ___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((&___sender_0), value); } inline static int32_t get_offset_of_host_1() { return static_cast(offsetof(ChainValidationHelper_t320539540, ___host_1)); } inline String_t* get_host_1() const { return ___host_1; } inline String_t** get_address_of_host_1() { return &___host_1; } inline void set_host_1(String_t* value) { ___host_1 = value; Il2CppCodeGenWriteBarrier((&___host_1), value); } }; struct ChainValidationHelper_t320539540_StaticFields { public: // System.Boolean System.Net.ServicePointManager/ChainValidationHelper::is_macosx bool ___is_macosx_2; // System.Security.Cryptography.X509Certificates.X509KeyUsageFlags System.Net.ServicePointManager/ChainValidationHelper::s_flags int32_t ___s_flags_3; public: inline static int32_t get_offset_of_is_macosx_2() { return static_cast(offsetof(ChainValidationHelper_t320539540_StaticFields, ___is_macosx_2)); } inline bool get_is_macosx_2() const { return ___is_macosx_2; } inline bool* get_address_of_is_macosx_2() { return &___is_macosx_2; } inline void set_is_macosx_2(bool value) { ___is_macosx_2 = value; } inline static int32_t get_offset_of_s_flags_3() { return static_cast(offsetof(ChainValidationHelper_t320539540_StaticFields, ___s_flags_3)); } inline int32_t get_s_flags_3() const { return ___s_flags_3; } inline int32_t* get_address_of_s_flags_3() { return &___s_flags_3; } inline void set_s_flags_3(int32_t value) { ___s_flags_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAINVALIDATIONHELPER_T320539540_H #ifndef SSLCLIENTSTREAM_T3914624661_H #define SSLCLIENTSTREAM_T3914624661_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.SslClientStream struct SslClientStream_t3914624661 : public SslStreamBase_t1667413407 { public: // Mono.Security.Protocol.Tls.CertificateValidationCallback Mono.Security.Protocol.Tls.SslClientStream::ServerCertValidation CertificateValidationCallback_t4091668218 * ___ServerCertValidation_17; // Mono.Security.Protocol.Tls.CertificateSelectionCallback Mono.Security.Protocol.Tls.SslClientStream::ClientCertSelection CertificateSelectionCallback_t3743405224 * ___ClientCertSelection_18; // Mono.Security.Protocol.Tls.PrivateKeySelectionCallback Mono.Security.Protocol.Tls.SslClientStream::PrivateKeySelection PrivateKeySelectionCallback_t3240194217 * ___PrivateKeySelection_19; // Mono.Security.Protocol.Tls.CertificateValidationCallback2 Mono.Security.Protocol.Tls.SslClientStream::ServerCertValidation2 CertificateValidationCallback2_t1842476440 * ___ServerCertValidation2_20; public: inline static int32_t get_offset_of_ServerCertValidation_17() { return static_cast(offsetof(SslClientStream_t3914624661, ___ServerCertValidation_17)); } inline CertificateValidationCallback_t4091668218 * get_ServerCertValidation_17() const { return ___ServerCertValidation_17; } inline CertificateValidationCallback_t4091668218 ** get_address_of_ServerCertValidation_17() { return &___ServerCertValidation_17; } inline void set_ServerCertValidation_17(CertificateValidationCallback_t4091668218 * value) { ___ServerCertValidation_17 = value; Il2CppCodeGenWriteBarrier((&___ServerCertValidation_17), value); } inline static int32_t get_offset_of_ClientCertSelection_18() { return static_cast(offsetof(SslClientStream_t3914624661, ___ClientCertSelection_18)); } inline CertificateSelectionCallback_t3743405224 * get_ClientCertSelection_18() const { return ___ClientCertSelection_18; } inline CertificateSelectionCallback_t3743405224 ** get_address_of_ClientCertSelection_18() { return &___ClientCertSelection_18; } inline void set_ClientCertSelection_18(CertificateSelectionCallback_t3743405224 * value) { ___ClientCertSelection_18 = value; Il2CppCodeGenWriteBarrier((&___ClientCertSelection_18), value); } inline static int32_t get_offset_of_PrivateKeySelection_19() { return static_cast(offsetof(SslClientStream_t3914624661, ___PrivateKeySelection_19)); } inline PrivateKeySelectionCallback_t3240194217 * get_PrivateKeySelection_19() const { return ___PrivateKeySelection_19; } inline PrivateKeySelectionCallback_t3240194217 ** get_address_of_PrivateKeySelection_19() { return &___PrivateKeySelection_19; } inline void set_PrivateKeySelection_19(PrivateKeySelectionCallback_t3240194217 * value) { ___PrivateKeySelection_19 = value; Il2CppCodeGenWriteBarrier((&___PrivateKeySelection_19), value); } inline static int32_t get_offset_of_ServerCertValidation2_20() { return static_cast(offsetof(SslClientStream_t3914624661, ___ServerCertValidation2_20)); } inline CertificateValidationCallback2_t1842476440 * get_ServerCertValidation2_20() const { return ___ServerCertValidation2_20; } inline CertificateValidationCallback2_t1842476440 ** get_address_of_ServerCertValidation2_20() { return &___ServerCertValidation2_20; } inline void set_ServerCertValidation2_20(CertificateValidationCallback2_t1842476440 * value) { ___ServerCertValidation2_20 = value; Il2CppCodeGenWriteBarrier((&___ServerCertValidation2_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SSLCLIENTSTREAM_T3914624661_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t1188392813 { public: // System.MulticastDelegate System.MulticastDelegate::prev MulticastDelegate_t * ___prev_9; // System.MulticastDelegate System.MulticastDelegate::kpm_next MulticastDelegate_t * ___kpm_next_10; public: inline static int32_t get_offset_of_prev_9() { return static_cast(offsetof(MulticastDelegate_t, ___prev_9)); } inline MulticastDelegate_t * get_prev_9() const { return ___prev_9; } inline MulticastDelegate_t ** get_address_of_prev_9() { return &___prev_9; } inline void set_prev_9(MulticastDelegate_t * value) { ___prev_9 = value; Il2CppCodeGenWriteBarrier((&___prev_9), value); } inline static int32_t get_offset_of_kpm_next_10() { return static_cast(offsetof(MulticastDelegate_t, ___kpm_next_10)); } inline MulticastDelegate_t * get_kpm_next_10() const { return ___kpm_next_10; } inline MulticastDelegate_t ** get_address_of_kpm_next_10() { return &___kpm_next_10; } inline void set_kpm_next_10(MulticastDelegate_t * value) { ___kpm_next_10 = value; Il2CppCodeGenWriteBarrier((&___kpm_next_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTDELEGATE_T_H #ifndef X509CHAIN_T194917408_H #define X509CHAIN_T194917408_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509Chain struct X509Chain_t194917408 : public RuntimeObject { public: // System.Security.Cryptography.X509Certificates.StoreLocation System.Security.Cryptography.X509Certificates.X509Chain::location int32_t ___location_0; // System.Security.Cryptography.X509Certificates.X509ChainElementCollection System.Security.Cryptography.X509Certificates.X509Chain::elements X509ChainElementCollection_t3110968994 * ___elements_1; // System.Security.Cryptography.X509Certificates.X509ChainPolicy System.Security.Cryptography.X509Certificates.X509Chain::policy X509ChainPolicy_t2426922870 * ___policy_2; // System.Security.Cryptography.X509Certificates.X509ChainStatus[] System.Security.Cryptography.X509Certificates.X509Chain::status X509ChainStatusU5BU5D_t2685945535* ___status_3; // System.Int32 System.Security.Cryptography.X509Certificates.X509Chain::max_path_length int32_t ___max_path_length_5; // System.Security.Cryptography.X509Certificates.X500DistinguishedName System.Security.Cryptography.X509Certificates.X509Chain::working_issuer_name X500DistinguishedName_t875709727 * ___working_issuer_name_6; // System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.X509Chain::working_public_key AsymmetricAlgorithm_t932037087 * ___working_public_key_7; // System.Security.Cryptography.X509Certificates.X509ChainElement System.Security.Cryptography.X509Certificates.X509Chain::bce_restriction X509ChainElement_t1464056338 * ___bce_restriction_8; // System.Security.Cryptography.X509Certificates.X509Store System.Security.Cryptography.X509Certificates.X509Chain::roots X509Store_t2922691911 * ___roots_9; // System.Security.Cryptography.X509Certificates.X509Store System.Security.Cryptography.X509Certificates.X509Chain::cas X509Store_t2922691911 * ___cas_10; // System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509Chain::collection X509Certificate2Collection_t2111161276 * ___collection_11; public: inline static int32_t get_offset_of_location_0() { return static_cast(offsetof(X509Chain_t194917408, ___location_0)); } inline int32_t get_location_0() const { return ___location_0; } inline int32_t* get_address_of_location_0() { return &___location_0; } inline void set_location_0(int32_t value) { ___location_0 = value; } inline static int32_t get_offset_of_elements_1() { return static_cast(offsetof(X509Chain_t194917408, ___elements_1)); } inline X509ChainElementCollection_t3110968994 * get_elements_1() const { return ___elements_1; } inline X509ChainElementCollection_t3110968994 ** get_address_of_elements_1() { return &___elements_1; } inline void set_elements_1(X509ChainElementCollection_t3110968994 * value) { ___elements_1 = value; Il2CppCodeGenWriteBarrier((&___elements_1), value); } inline static int32_t get_offset_of_policy_2() { return static_cast(offsetof(X509Chain_t194917408, ___policy_2)); } inline X509ChainPolicy_t2426922870 * get_policy_2() const { return ___policy_2; } inline X509ChainPolicy_t2426922870 ** get_address_of_policy_2() { return &___policy_2; } inline void set_policy_2(X509ChainPolicy_t2426922870 * value) { ___policy_2 = value; Il2CppCodeGenWriteBarrier((&___policy_2), value); } inline static int32_t get_offset_of_status_3() { return static_cast(offsetof(X509Chain_t194917408, ___status_3)); } inline X509ChainStatusU5BU5D_t2685945535* get_status_3() const { return ___status_3; } inline X509ChainStatusU5BU5D_t2685945535** get_address_of_status_3() { return &___status_3; } inline void set_status_3(X509ChainStatusU5BU5D_t2685945535* value) { ___status_3 = value; Il2CppCodeGenWriteBarrier((&___status_3), value); } inline static int32_t get_offset_of_max_path_length_5() { return static_cast(offsetof(X509Chain_t194917408, ___max_path_length_5)); } inline int32_t get_max_path_length_5() const { return ___max_path_length_5; } inline int32_t* get_address_of_max_path_length_5() { return &___max_path_length_5; } inline void set_max_path_length_5(int32_t value) { ___max_path_length_5 = value; } inline static int32_t get_offset_of_working_issuer_name_6() { return static_cast(offsetof(X509Chain_t194917408, ___working_issuer_name_6)); } inline X500DistinguishedName_t875709727 * get_working_issuer_name_6() const { return ___working_issuer_name_6; } inline X500DistinguishedName_t875709727 ** get_address_of_working_issuer_name_6() { return &___working_issuer_name_6; } inline void set_working_issuer_name_6(X500DistinguishedName_t875709727 * value) { ___working_issuer_name_6 = value; Il2CppCodeGenWriteBarrier((&___working_issuer_name_6), value); } inline static int32_t get_offset_of_working_public_key_7() { return static_cast(offsetof(X509Chain_t194917408, ___working_public_key_7)); } inline AsymmetricAlgorithm_t932037087 * get_working_public_key_7() const { return ___working_public_key_7; } inline AsymmetricAlgorithm_t932037087 ** get_address_of_working_public_key_7() { return &___working_public_key_7; } inline void set_working_public_key_7(AsymmetricAlgorithm_t932037087 * value) { ___working_public_key_7 = value; Il2CppCodeGenWriteBarrier((&___working_public_key_7), value); } inline static int32_t get_offset_of_bce_restriction_8() { return static_cast(offsetof(X509Chain_t194917408, ___bce_restriction_8)); } inline X509ChainElement_t1464056338 * get_bce_restriction_8() const { return ___bce_restriction_8; } inline X509ChainElement_t1464056338 ** get_address_of_bce_restriction_8() { return &___bce_restriction_8; } inline void set_bce_restriction_8(X509ChainElement_t1464056338 * value) { ___bce_restriction_8 = value; Il2CppCodeGenWriteBarrier((&___bce_restriction_8), value); } inline static int32_t get_offset_of_roots_9() { return static_cast(offsetof(X509Chain_t194917408, ___roots_9)); } inline X509Store_t2922691911 * get_roots_9() const { return ___roots_9; } inline X509Store_t2922691911 ** get_address_of_roots_9() { return &___roots_9; } inline void set_roots_9(X509Store_t2922691911 * value) { ___roots_9 = value; Il2CppCodeGenWriteBarrier((&___roots_9), value); } inline static int32_t get_offset_of_cas_10() { return static_cast(offsetof(X509Chain_t194917408, ___cas_10)); } inline X509Store_t2922691911 * get_cas_10() const { return ___cas_10; } inline X509Store_t2922691911 ** get_address_of_cas_10() { return &___cas_10; } inline void set_cas_10(X509Store_t2922691911 * value) { ___cas_10 = value; Il2CppCodeGenWriteBarrier((&___cas_10), value); } inline static int32_t get_offset_of_collection_11() { return static_cast(offsetof(X509Chain_t194917408, ___collection_11)); } inline X509Certificate2Collection_t2111161276 * get_collection_11() const { return ___collection_11; } inline X509Certificate2Collection_t2111161276 ** get_address_of_collection_11() { return &___collection_11; } inline void set_collection_11(X509Certificate2Collection_t2111161276 * value) { ___collection_11 = value; Il2CppCodeGenWriteBarrier((&___collection_11), value); } }; struct X509Chain_t194917408_StaticFields { public: // System.Security.Cryptography.X509Certificates.X509ChainStatus[] System.Security.Cryptography.X509Certificates.X509Chain::Empty X509ChainStatusU5BU5D_t2685945535* ___Empty_4; // System.Collections.Generic.Dictionary`2 System.Security.Cryptography.X509Certificates.X509Chain::<>f__switch$map17 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map17_12; // System.Collections.Generic.Dictionary`2 System.Security.Cryptography.X509Certificates.X509Chain::<>f__switch$map18 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map18_13; // System.Collections.Generic.Dictionary`2 System.Security.Cryptography.X509Certificates.X509Chain::<>f__switch$map19 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map19_14; public: inline static int32_t get_offset_of_Empty_4() { return static_cast(offsetof(X509Chain_t194917408_StaticFields, ___Empty_4)); } inline X509ChainStatusU5BU5D_t2685945535* get_Empty_4() const { return ___Empty_4; } inline X509ChainStatusU5BU5D_t2685945535** get_address_of_Empty_4() { return &___Empty_4; } inline void set_Empty_4(X509ChainStatusU5BU5D_t2685945535* value) { ___Empty_4 = value; Il2CppCodeGenWriteBarrier((&___Empty_4), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map17_12() { return static_cast(offsetof(X509Chain_t194917408_StaticFields, ___U3CU3Ef__switchU24map17_12)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map17_12() const { return ___U3CU3Ef__switchU24map17_12; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map17_12() { return &___U3CU3Ef__switchU24map17_12; } inline void set_U3CU3Ef__switchU24map17_12(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map17_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map17_12), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map18_13() { return static_cast(offsetof(X509Chain_t194917408_StaticFields, ___U3CU3Ef__switchU24map18_13)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map18_13() const { return ___U3CU3Ef__switchU24map18_13; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map18_13() { return &___U3CU3Ef__switchU24map18_13; } inline void set_U3CU3Ef__switchU24map18_13(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map18_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map18_13), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map19_14() { return static_cast(offsetof(X509Chain_t194917408_StaticFields, ___U3CU3Ef__switchU24map19_14)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map19_14() const { return ___U3CU3Ef__switchU24map19_14; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map19_14() { return &___U3CU3Ef__switchU24map19_14; } inline void set_U3CU3Ef__switchU24map19_14(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map19_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map19_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CHAIN_T194917408_H #ifndef REGEX_T3657309853_H #define REGEX_T3657309853_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Regex struct Regex_t3657309853 : public RuntimeObject { public: // System.Text.RegularExpressions.IMachineFactory System.Text.RegularExpressions.Regex::machineFactory RuntimeObject* ___machineFactory_2; // System.Collections.IDictionary System.Text.RegularExpressions.Regex::mapping RuntimeObject* ___mapping_3; // System.Int32 System.Text.RegularExpressions.Regex::group_count int32_t ___group_count_4; // System.Int32 System.Text.RegularExpressions.Regex::gap int32_t ___gap_5; // System.String[] System.Text.RegularExpressions.Regex::group_names StringU5BU5D_t1281789340* ___group_names_6; // System.Int32[] System.Text.RegularExpressions.Regex::group_numbers Int32U5BU5D_t385246372* ___group_numbers_7; // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_8; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_9; public: inline static int32_t get_offset_of_machineFactory_2() { return static_cast(offsetof(Regex_t3657309853, ___machineFactory_2)); } inline RuntimeObject* get_machineFactory_2() const { return ___machineFactory_2; } inline RuntimeObject** get_address_of_machineFactory_2() { return &___machineFactory_2; } inline void set_machineFactory_2(RuntimeObject* value) { ___machineFactory_2 = value; Il2CppCodeGenWriteBarrier((&___machineFactory_2), value); } inline static int32_t get_offset_of_mapping_3() { return static_cast(offsetof(Regex_t3657309853, ___mapping_3)); } inline RuntimeObject* get_mapping_3() const { return ___mapping_3; } inline RuntimeObject** get_address_of_mapping_3() { return &___mapping_3; } inline void set_mapping_3(RuntimeObject* value) { ___mapping_3 = value; Il2CppCodeGenWriteBarrier((&___mapping_3), value); } inline static int32_t get_offset_of_group_count_4() { return static_cast(offsetof(Regex_t3657309853, ___group_count_4)); } inline int32_t get_group_count_4() const { return ___group_count_4; } inline int32_t* get_address_of_group_count_4() { return &___group_count_4; } inline void set_group_count_4(int32_t value) { ___group_count_4 = value; } inline static int32_t get_offset_of_gap_5() { return static_cast(offsetof(Regex_t3657309853, ___gap_5)); } inline int32_t get_gap_5() const { return ___gap_5; } inline int32_t* get_address_of_gap_5() { return &___gap_5; } inline void set_gap_5(int32_t value) { ___gap_5 = value; } inline static int32_t get_offset_of_group_names_6() { return static_cast(offsetof(Regex_t3657309853, ___group_names_6)); } inline StringU5BU5D_t1281789340* get_group_names_6() const { return ___group_names_6; } inline StringU5BU5D_t1281789340** get_address_of_group_names_6() { return &___group_names_6; } inline void set_group_names_6(StringU5BU5D_t1281789340* value) { ___group_names_6 = value; Il2CppCodeGenWriteBarrier((&___group_names_6), value); } inline static int32_t get_offset_of_group_numbers_7() { return static_cast(offsetof(Regex_t3657309853, ___group_numbers_7)); } inline Int32U5BU5D_t385246372* get_group_numbers_7() const { return ___group_numbers_7; } inline Int32U5BU5D_t385246372** get_address_of_group_numbers_7() { return &___group_numbers_7; } inline void set_group_numbers_7(Int32U5BU5D_t385246372* value) { ___group_numbers_7 = value; Il2CppCodeGenWriteBarrier((&___group_numbers_7), value); } inline static int32_t get_offset_of_pattern_8() { return static_cast(offsetof(Regex_t3657309853, ___pattern_8)); } inline String_t* get_pattern_8() const { return ___pattern_8; } inline String_t** get_address_of_pattern_8() { return &___pattern_8; } inline void set_pattern_8(String_t* value) { ___pattern_8 = value; Il2CppCodeGenWriteBarrier((&___pattern_8), value); } inline static int32_t get_offset_of_roptions_9() { return static_cast(offsetof(Regex_t3657309853, ___roptions_9)); } inline int32_t get_roptions_9() const { return ___roptions_9; } inline int32_t* get_address_of_roptions_9() { return &___roptions_9; } inline void set_roptions_9(int32_t value) { ___roptions_9 = value; } }; struct Regex_t3657309853_StaticFields { public: // System.Text.RegularExpressions.FactoryCache System.Text.RegularExpressions.Regex::cache FactoryCache_t2327118887 * ___cache_0; // System.Boolean System.Text.RegularExpressions.Regex::old_rx bool ___old_rx_1; public: inline static int32_t get_offset_of_cache_0() { return static_cast(offsetof(Regex_t3657309853_StaticFields, ___cache_0)); } inline FactoryCache_t2327118887 * get_cache_0() const { return ___cache_0; } inline FactoryCache_t2327118887 ** get_address_of_cache_0() { return &___cache_0; } inline void set_cache_0(FactoryCache_t2327118887 * value) { ___cache_0 = value; Il2CppCodeGenWriteBarrier((&___cache_0), value); } inline static int32_t get_offset_of_old_rx_1() { return static_cast(offsetof(Regex_t3657309853_StaticFields, ___old_rx_1)); } inline bool get_old_rx_1() const { return ___old_rx_1; } inline bool* get_address_of_old_rx_1() { return &___old_rx_1; } inline void set_old_rx_1(bool value) { ___old_rx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGEX_T3657309853_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef STREAMINGCONTEXT_T3711869237_H #define STREAMINGCONTEXT_T3711869237_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237 { public: // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::state int32_t ___state_0; // System.Object System.Runtime.Serialization.StreamingContext::additional RuntimeObject * ___additional_1; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(StreamingContext_t3711869237, ___state_0)); } inline int32_t get_state_0() const { return ___state_0; } inline int32_t* get_address_of_state_0() { return &___state_0; } inline void set_state_0(int32_t value) { ___state_0 = value; } inline static int32_t get_offset_of_additional_1() { return static_cast(offsetof(StreamingContext_t3711869237, ___additional_1)); } inline RuntimeObject * get_additional_1() const { return ___additional_1; } inline RuntimeObject ** get_address_of_additional_1() { return &___additional_1; } inline void set_additional_1(RuntimeObject * value) { ___additional_1 = value; Il2CppCodeGenWriteBarrier((&___additional_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_pinvoke { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_com { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; #endif // STREAMINGCONTEXT_T3711869237_H #ifndef WIN32EXCEPTION_T3234146298_H #define WIN32EXCEPTION_T3234146298_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.Win32Exception struct Win32Exception_t3234146298 : public ExternalException_t3544951457 { public: // System.Int32 System.ComponentModel.Win32Exception::native_error_code int32_t ___native_error_code_11; public: inline static int32_t get_offset_of_native_error_code_11() { return static_cast(offsetof(Win32Exception_t3234146298, ___native_error_code_11)); } inline int32_t get_native_error_code_11() const { return ___native_error_code_11; } inline int32_t* get_address_of_native_error_code_11() { return &___native_error_code_11; } inline void set_native_error_code_11(int32_t value) { ___native_error_code_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WIN32EXCEPTION_T3234146298_H #ifndef EVENTWAITHANDLE_T777845177_H #define EVENTWAITHANDLE_T777845177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.EventWaitHandle struct EventWaitHandle_t777845177 : public WaitHandle_t1743403487 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTWAITHANDLE_T777845177_H #ifndef URIFORMATEXCEPTION_T953270471_H #define URIFORMATEXCEPTION_T953270471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UriFormatException struct UriFormatException_t953270471 : public FormatException_t154580423 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URIFORMATEXCEPTION_T953270471_H #ifndef THREAD_T2300836069_H #define THREAD_T2300836069_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.Thread struct Thread_t2300836069 : public CriticalFinalizerObject_t701527852 { public: // System.Int32 System.Threading.Thread::lock_thread_id int32_t ___lock_thread_id_0; // System.IntPtr System.Threading.Thread::system_thread_handle intptr_t ___system_thread_handle_1; // System.Object System.Threading.Thread::cached_culture_info RuntimeObject * ___cached_culture_info_2; // System.IntPtr System.Threading.Thread::unused0 intptr_t ___unused0_3; // System.Boolean System.Threading.Thread::threadpool_thread bool ___threadpool_thread_4; // System.IntPtr System.Threading.Thread::name intptr_t ___name_5; // System.Int32 System.Threading.Thread::name_len int32_t ___name_len_6; // System.Threading.ThreadState System.Threading.Thread::state int32_t ___state_7; // System.Object System.Threading.Thread::abort_exc RuntimeObject * ___abort_exc_8; // System.Int32 System.Threading.Thread::abort_state_handle int32_t ___abort_state_handle_9; // System.Int64 System.Threading.Thread::thread_id int64_t ___thread_id_10; // System.IntPtr System.Threading.Thread::start_notify intptr_t ___start_notify_11; // System.IntPtr System.Threading.Thread::stack_ptr intptr_t ___stack_ptr_12; // System.UIntPtr System.Threading.Thread::static_data uintptr_t ___static_data_13; // System.IntPtr System.Threading.Thread::jit_data intptr_t ___jit_data_14; // System.IntPtr System.Threading.Thread::lock_data intptr_t ___lock_data_15; // System.Object System.Threading.Thread::current_appcontext RuntimeObject * ___current_appcontext_16; // System.Int32 System.Threading.Thread::stack_size int32_t ___stack_size_17; // System.Object System.Threading.Thread::start_obj RuntimeObject * ___start_obj_18; // System.IntPtr System.Threading.Thread::appdomain_refs intptr_t ___appdomain_refs_19; // System.Int32 System.Threading.Thread::interruption_requested int32_t ___interruption_requested_20; // System.IntPtr System.Threading.Thread::suspend_event intptr_t ___suspend_event_21; // System.IntPtr System.Threading.Thread::suspended_event intptr_t ___suspended_event_22; // System.IntPtr System.Threading.Thread::resume_event intptr_t ___resume_event_23; // System.IntPtr System.Threading.Thread::synch_cs intptr_t ___synch_cs_24; // System.IntPtr System.Threading.Thread::serialized_culture_info intptr_t ___serialized_culture_info_25; // System.Int32 System.Threading.Thread::serialized_culture_info_len int32_t ___serialized_culture_info_len_26; // System.IntPtr System.Threading.Thread::serialized_ui_culture_info intptr_t ___serialized_ui_culture_info_27; // System.Int32 System.Threading.Thread::serialized_ui_culture_info_len int32_t ___serialized_ui_culture_info_len_28; // System.Boolean System.Threading.Thread::thread_dump_requested bool ___thread_dump_requested_29; // System.IntPtr System.Threading.Thread::end_stack intptr_t ___end_stack_30; // System.Boolean System.Threading.Thread::thread_interrupt_requested bool ___thread_interrupt_requested_31; // System.Byte System.Threading.Thread::apartment_state uint8_t ___apartment_state_32; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Thread::critical_region_level int32_t ___critical_region_level_33; // System.Int32 System.Threading.Thread::small_id int32_t ___small_id_34; // System.IntPtr System.Threading.Thread::manage_callback intptr_t ___manage_callback_35; // System.Object System.Threading.Thread::pending_exception RuntimeObject * ___pending_exception_36; // System.Threading.ExecutionContext System.Threading.Thread::ec_to_set ExecutionContext_t1748372627 * ___ec_to_set_37; // System.IntPtr System.Threading.Thread::interrupt_on_stop intptr_t ___interrupt_on_stop_38; // System.IntPtr System.Threading.Thread::unused3 intptr_t ___unused3_39; // System.IntPtr System.Threading.Thread::unused4 intptr_t ___unused4_40; // System.IntPtr System.Threading.Thread::unused5 intptr_t ___unused5_41; // System.IntPtr System.Threading.Thread::unused6 intptr_t ___unused6_42; // System.MulticastDelegate System.Threading.Thread::threadstart MulticastDelegate_t * ___threadstart_45; // System.Int32 System.Threading.Thread::managed_id int32_t ___managed_id_46; // System.Security.Principal.IPrincipal System.Threading.Thread::_principal RuntimeObject* ____principal_47; // System.Boolean System.Threading.Thread::in_currentculture bool ___in_currentculture_50; public: inline static int32_t get_offset_of_lock_thread_id_0() { return static_cast(offsetof(Thread_t2300836069, ___lock_thread_id_0)); } inline int32_t get_lock_thread_id_0() const { return ___lock_thread_id_0; } inline int32_t* get_address_of_lock_thread_id_0() { return &___lock_thread_id_0; } inline void set_lock_thread_id_0(int32_t value) { ___lock_thread_id_0 = value; } inline static int32_t get_offset_of_system_thread_handle_1() { return static_cast(offsetof(Thread_t2300836069, ___system_thread_handle_1)); } inline intptr_t get_system_thread_handle_1() const { return ___system_thread_handle_1; } inline intptr_t* get_address_of_system_thread_handle_1() { return &___system_thread_handle_1; } inline void set_system_thread_handle_1(intptr_t value) { ___system_thread_handle_1 = value; } inline static int32_t get_offset_of_cached_culture_info_2() { return static_cast(offsetof(Thread_t2300836069, ___cached_culture_info_2)); } inline RuntimeObject * get_cached_culture_info_2() const { return ___cached_culture_info_2; } inline RuntimeObject ** get_address_of_cached_culture_info_2() { return &___cached_culture_info_2; } inline void set_cached_culture_info_2(RuntimeObject * value) { ___cached_culture_info_2 = value; Il2CppCodeGenWriteBarrier((&___cached_culture_info_2), value); } inline static int32_t get_offset_of_unused0_3() { return static_cast(offsetof(Thread_t2300836069, ___unused0_3)); } inline intptr_t get_unused0_3() const { return ___unused0_3; } inline intptr_t* get_address_of_unused0_3() { return &___unused0_3; } inline void set_unused0_3(intptr_t value) { ___unused0_3 = value; } inline static int32_t get_offset_of_threadpool_thread_4() { return static_cast(offsetof(Thread_t2300836069, ___threadpool_thread_4)); } inline bool get_threadpool_thread_4() const { return ___threadpool_thread_4; } inline bool* get_address_of_threadpool_thread_4() { return &___threadpool_thread_4; } inline void set_threadpool_thread_4(bool value) { ___threadpool_thread_4 = value; } inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(Thread_t2300836069, ___name_5)); } inline intptr_t get_name_5() const { return ___name_5; } inline intptr_t* get_address_of_name_5() { return &___name_5; } inline void set_name_5(intptr_t value) { ___name_5 = value; } inline static int32_t get_offset_of_name_len_6() { return static_cast(offsetof(Thread_t2300836069, ___name_len_6)); } inline int32_t get_name_len_6() const { return ___name_len_6; } inline int32_t* get_address_of_name_len_6() { return &___name_len_6; } inline void set_name_len_6(int32_t value) { ___name_len_6 = value; } inline static int32_t get_offset_of_state_7() { return static_cast(offsetof(Thread_t2300836069, ___state_7)); } inline int32_t get_state_7() const { return ___state_7; } inline int32_t* get_address_of_state_7() { return &___state_7; } inline void set_state_7(int32_t value) { ___state_7 = value; } inline static int32_t get_offset_of_abort_exc_8() { return static_cast(offsetof(Thread_t2300836069, ___abort_exc_8)); } inline RuntimeObject * get_abort_exc_8() const { return ___abort_exc_8; } inline RuntimeObject ** get_address_of_abort_exc_8() { return &___abort_exc_8; } inline void set_abort_exc_8(RuntimeObject * value) { ___abort_exc_8 = value; Il2CppCodeGenWriteBarrier((&___abort_exc_8), value); } inline static int32_t get_offset_of_abort_state_handle_9() { return static_cast(offsetof(Thread_t2300836069, ___abort_state_handle_9)); } inline int32_t get_abort_state_handle_9() const { return ___abort_state_handle_9; } inline int32_t* get_address_of_abort_state_handle_9() { return &___abort_state_handle_9; } inline void set_abort_state_handle_9(int32_t value) { ___abort_state_handle_9 = value; } inline static int32_t get_offset_of_thread_id_10() { return static_cast(offsetof(Thread_t2300836069, ___thread_id_10)); } inline int64_t get_thread_id_10() const { return ___thread_id_10; } inline int64_t* get_address_of_thread_id_10() { return &___thread_id_10; } inline void set_thread_id_10(int64_t value) { ___thread_id_10 = value; } inline static int32_t get_offset_of_start_notify_11() { return static_cast(offsetof(Thread_t2300836069, ___start_notify_11)); } inline intptr_t get_start_notify_11() const { return ___start_notify_11; } inline intptr_t* get_address_of_start_notify_11() { return &___start_notify_11; } inline void set_start_notify_11(intptr_t value) { ___start_notify_11 = value; } inline static int32_t get_offset_of_stack_ptr_12() { return static_cast(offsetof(Thread_t2300836069, ___stack_ptr_12)); } inline intptr_t get_stack_ptr_12() const { return ___stack_ptr_12; } inline intptr_t* get_address_of_stack_ptr_12() { return &___stack_ptr_12; } inline void set_stack_ptr_12(intptr_t value) { ___stack_ptr_12 = value; } inline static int32_t get_offset_of_static_data_13() { return static_cast(offsetof(Thread_t2300836069, ___static_data_13)); } inline uintptr_t get_static_data_13() const { return ___static_data_13; } inline uintptr_t* get_address_of_static_data_13() { return &___static_data_13; } inline void set_static_data_13(uintptr_t value) { ___static_data_13 = value; } inline static int32_t get_offset_of_jit_data_14() { return static_cast(offsetof(Thread_t2300836069, ___jit_data_14)); } inline intptr_t get_jit_data_14() const { return ___jit_data_14; } inline intptr_t* get_address_of_jit_data_14() { return &___jit_data_14; } inline void set_jit_data_14(intptr_t value) { ___jit_data_14 = value; } inline static int32_t get_offset_of_lock_data_15() { return static_cast(offsetof(Thread_t2300836069, ___lock_data_15)); } inline intptr_t get_lock_data_15() const { return ___lock_data_15; } inline intptr_t* get_address_of_lock_data_15() { return &___lock_data_15; } inline void set_lock_data_15(intptr_t value) { ___lock_data_15 = value; } inline static int32_t get_offset_of_current_appcontext_16() { return static_cast(offsetof(Thread_t2300836069, ___current_appcontext_16)); } inline RuntimeObject * get_current_appcontext_16() const { return ___current_appcontext_16; } inline RuntimeObject ** get_address_of_current_appcontext_16() { return &___current_appcontext_16; } inline void set_current_appcontext_16(RuntimeObject * value) { ___current_appcontext_16 = value; Il2CppCodeGenWriteBarrier((&___current_appcontext_16), value); } inline static int32_t get_offset_of_stack_size_17() { return static_cast(offsetof(Thread_t2300836069, ___stack_size_17)); } inline int32_t get_stack_size_17() const { return ___stack_size_17; } inline int32_t* get_address_of_stack_size_17() { return &___stack_size_17; } inline void set_stack_size_17(int32_t value) { ___stack_size_17 = value; } inline static int32_t get_offset_of_start_obj_18() { return static_cast(offsetof(Thread_t2300836069, ___start_obj_18)); } inline RuntimeObject * get_start_obj_18() const { return ___start_obj_18; } inline RuntimeObject ** get_address_of_start_obj_18() { return &___start_obj_18; } inline void set_start_obj_18(RuntimeObject * value) { ___start_obj_18 = value; Il2CppCodeGenWriteBarrier((&___start_obj_18), value); } inline static int32_t get_offset_of_appdomain_refs_19() { return static_cast(offsetof(Thread_t2300836069, ___appdomain_refs_19)); } inline intptr_t get_appdomain_refs_19() const { return ___appdomain_refs_19; } inline intptr_t* get_address_of_appdomain_refs_19() { return &___appdomain_refs_19; } inline void set_appdomain_refs_19(intptr_t value) { ___appdomain_refs_19 = value; } inline static int32_t get_offset_of_interruption_requested_20() { return static_cast(offsetof(Thread_t2300836069, ___interruption_requested_20)); } inline int32_t get_interruption_requested_20() const { return ___interruption_requested_20; } inline int32_t* get_address_of_interruption_requested_20() { return &___interruption_requested_20; } inline void set_interruption_requested_20(int32_t value) { ___interruption_requested_20 = value; } inline static int32_t get_offset_of_suspend_event_21() { return static_cast(offsetof(Thread_t2300836069, ___suspend_event_21)); } inline intptr_t get_suspend_event_21() const { return ___suspend_event_21; } inline intptr_t* get_address_of_suspend_event_21() { return &___suspend_event_21; } inline void set_suspend_event_21(intptr_t value) { ___suspend_event_21 = value; } inline static int32_t get_offset_of_suspended_event_22() { return static_cast(offsetof(Thread_t2300836069, ___suspended_event_22)); } inline intptr_t get_suspended_event_22() const { return ___suspended_event_22; } inline intptr_t* get_address_of_suspended_event_22() { return &___suspended_event_22; } inline void set_suspended_event_22(intptr_t value) { ___suspended_event_22 = value; } inline static int32_t get_offset_of_resume_event_23() { return static_cast(offsetof(Thread_t2300836069, ___resume_event_23)); } inline intptr_t get_resume_event_23() const { return ___resume_event_23; } inline intptr_t* get_address_of_resume_event_23() { return &___resume_event_23; } inline void set_resume_event_23(intptr_t value) { ___resume_event_23 = value; } inline static int32_t get_offset_of_synch_cs_24() { return static_cast(offsetof(Thread_t2300836069, ___synch_cs_24)); } inline intptr_t get_synch_cs_24() const { return ___synch_cs_24; } inline intptr_t* get_address_of_synch_cs_24() { return &___synch_cs_24; } inline void set_synch_cs_24(intptr_t value) { ___synch_cs_24 = value; } inline static int32_t get_offset_of_serialized_culture_info_25() { return static_cast(offsetof(Thread_t2300836069, ___serialized_culture_info_25)); } inline intptr_t get_serialized_culture_info_25() const { return ___serialized_culture_info_25; } inline intptr_t* get_address_of_serialized_culture_info_25() { return &___serialized_culture_info_25; } inline void set_serialized_culture_info_25(intptr_t value) { ___serialized_culture_info_25 = value; } inline static int32_t get_offset_of_serialized_culture_info_len_26() { return static_cast(offsetof(Thread_t2300836069, ___serialized_culture_info_len_26)); } inline int32_t get_serialized_culture_info_len_26() const { return ___serialized_culture_info_len_26; } inline int32_t* get_address_of_serialized_culture_info_len_26() { return &___serialized_culture_info_len_26; } inline void set_serialized_culture_info_len_26(int32_t value) { ___serialized_culture_info_len_26 = value; } inline static int32_t get_offset_of_serialized_ui_culture_info_27() { return static_cast(offsetof(Thread_t2300836069, ___serialized_ui_culture_info_27)); } inline intptr_t get_serialized_ui_culture_info_27() const { return ___serialized_ui_culture_info_27; } inline intptr_t* get_address_of_serialized_ui_culture_info_27() { return &___serialized_ui_culture_info_27; } inline void set_serialized_ui_culture_info_27(intptr_t value) { ___serialized_ui_culture_info_27 = value; } inline static int32_t get_offset_of_serialized_ui_culture_info_len_28() { return static_cast(offsetof(Thread_t2300836069, ___serialized_ui_culture_info_len_28)); } inline int32_t get_serialized_ui_culture_info_len_28() const { return ___serialized_ui_culture_info_len_28; } inline int32_t* get_address_of_serialized_ui_culture_info_len_28() { return &___serialized_ui_culture_info_len_28; } inline void set_serialized_ui_culture_info_len_28(int32_t value) { ___serialized_ui_culture_info_len_28 = value; } inline static int32_t get_offset_of_thread_dump_requested_29() { return static_cast(offsetof(Thread_t2300836069, ___thread_dump_requested_29)); } inline bool get_thread_dump_requested_29() const { return ___thread_dump_requested_29; } inline bool* get_address_of_thread_dump_requested_29() { return &___thread_dump_requested_29; } inline void set_thread_dump_requested_29(bool value) { ___thread_dump_requested_29 = value; } inline static int32_t get_offset_of_end_stack_30() { return static_cast(offsetof(Thread_t2300836069, ___end_stack_30)); } inline intptr_t get_end_stack_30() const { return ___end_stack_30; } inline intptr_t* get_address_of_end_stack_30() { return &___end_stack_30; } inline void set_end_stack_30(intptr_t value) { ___end_stack_30 = value; } inline static int32_t get_offset_of_thread_interrupt_requested_31() { return static_cast(offsetof(Thread_t2300836069, ___thread_interrupt_requested_31)); } inline bool get_thread_interrupt_requested_31() const { return ___thread_interrupt_requested_31; } inline bool* get_address_of_thread_interrupt_requested_31() { return &___thread_interrupt_requested_31; } inline void set_thread_interrupt_requested_31(bool value) { ___thread_interrupt_requested_31 = value; } inline static int32_t get_offset_of_apartment_state_32() { return static_cast(offsetof(Thread_t2300836069, ___apartment_state_32)); } inline uint8_t get_apartment_state_32() const { return ___apartment_state_32; } inline uint8_t* get_address_of_apartment_state_32() { return &___apartment_state_32; } inline void set_apartment_state_32(uint8_t value) { ___apartment_state_32 = value; } inline static int32_t get_offset_of_critical_region_level_33() { return static_cast(offsetof(Thread_t2300836069, ___critical_region_level_33)); } inline int32_t get_critical_region_level_33() const { return ___critical_region_level_33; } inline int32_t* get_address_of_critical_region_level_33() { return &___critical_region_level_33; } inline void set_critical_region_level_33(int32_t value) { ___critical_region_level_33 = value; } inline static int32_t get_offset_of_small_id_34() { return static_cast(offsetof(Thread_t2300836069, ___small_id_34)); } inline int32_t get_small_id_34() const { return ___small_id_34; } inline int32_t* get_address_of_small_id_34() { return &___small_id_34; } inline void set_small_id_34(int32_t value) { ___small_id_34 = value; } inline static int32_t get_offset_of_manage_callback_35() { return static_cast(offsetof(Thread_t2300836069, ___manage_callback_35)); } inline intptr_t get_manage_callback_35() const { return ___manage_callback_35; } inline intptr_t* get_address_of_manage_callback_35() { return &___manage_callback_35; } inline void set_manage_callback_35(intptr_t value) { ___manage_callback_35 = value; } inline static int32_t get_offset_of_pending_exception_36() { return static_cast(offsetof(Thread_t2300836069, ___pending_exception_36)); } inline RuntimeObject * get_pending_exception_36() const { return ___pending_exception_36; } inline RuntimeObject ** get_address_of_pending_exception_36() { return &___pending_exception_36; } inline void set_pending_exception_36(RuntimeObject * value) { ___pending_exception_36 = value; Il2CppCodeGenWriteBarrier((&___pending_exception_36), value); } inline static int32_t get_offset_of_ec_to_set_37() { return static_cast(offsetof(Thread_t2300836069, ___ec_to_set_37)); } inline ExecutionContext_t1748372627 * get_ec_to_set_37() const { return ___ec_to_set_37; } inline ExecutionContext_t1748372627 ** get_address_of_ec_to_set_37() { return &___ec_to_set_37; } inline void set_ec_to_set_37(ExecutionContext_t1748372627 * value) { ___ec_to_set_37 = value; Il2CppCodeGenWriteBarrier((&___ec_to_set_37), value); } inline static int32_t get_offset_of_interrupt_on_stop_38() { return static_cast(offsetof(Thread_t2300836069, ___interrupt_on_stop_38)); } inline intptr_t get_interrupt_on_stop_38() const { return ___interrupt_on_stop_38; } inline intptr_t* get_address_of_interrupt_on_stop_38() { return &___interrupt_on_stop_38; } inline void set_interrupt_on_stop_38(intptr_t value) { ___interrupt_on_stop_38 = value; } inline static int32_t get_offset_of_unused3_39() { return static_cast(offsetof(Thread_t2300836069, ___unused3_39)); } inline intptr_t get_unused3_39() const { return ___unused3_39; } inline intptr_t* get_address_of_unused3_39() { return &___unused3_39; } inline void set_unused3_39(intptr_t value) { ___unused3_39 = value; } inline static int32_t get_offset_of_unused4_40() { return static_cast(offsetof(Thread_t2300836069, ___unused4_40)); } inline intptr_t get_unused4_40() const { return ___unused4_40; } inline intptr_t* get_address_of_unused4_40() { return &___unused4_40; } inline void set_unused4_40(intptr_t value) { ___unused4_40 = value; } inline static int32_t get_offset_of_unused5_41() { return static_cast(offsetof(Thread_t2300836069, ___unused5_41)); } inline intptr_t get_unused5_41() const { return ___unused5_41; } inline intptr_t* get_address_of_unused5_41() { return &___unused5_41; } inline void set_unused5_41(intptr_t value) { ___unused5_41 = value; } inline static int32_t get_offset_of_unused6_42() { return static_cast(offsetof(Thread_t2300836069, ___unused6_42)); } inline intptr_t get_unused6_42() const { return ___unused6_42; } inline intptr_t* get_address_of_unused6_42() { return &___unused6_42; } inline void set_unused6_42(intptr_t value) { ___unused6_42 = value; } inline static int32_t get_offset_of_threadstart_45() { return static_cast(offsetof(Thread_t2300836069, ___threadstart_45)); } inline MulticastDelegate_t * get_threadstart_45() const { return ___threadstart_45; } inline MulticastDelegate_t ** get_address_of_threadstart_45() { return &___threadstart_45; } inline void set_threadstart_45(MulticastDelegate_t * value) { ___threadstart_45 = value; Il2CppCodeGenWriteBarrier((&___threadstart_45), value); } inline static int32_t get_offset_of_managed_id_46() { return static_cast(offsetof(Thread_t2300836069, ___managed_id_46)); } inline int32_t get_managed_id_46() const { return ___managed_id_46; } inline int32_t* get_address_of_managed_id_46() { return &___managed_id_46; } inline void set_managed_id_46(int32_t value) { ___managed_id_46 = value; } inline static int32_t get_offset_of__principal_47() { return static_cast(offsetof(Thread_t2300836069, ____principal_47)); } inline RuntimeObject* get__principal_47() const { return ____principal_47; } inline RuntimeObject** get_address_of__principal_47() { return &____principal_47; } inline void set__principal_47(RuntimeObject* value) { ____principal_47 = value; Il2CppCodeGenWriteBarrier((&____principal_47), value); } inline static int32_t get_offset_of_in_currentculture_50() { return static_cast(offsetof(Thread_t2300836069, ___in_currentculture_50)); } inline bool get_in_currentculture_50() const { return ___in_currentculture_50; } inline bool* get_address_of_in_currentculture_50() { return &___in_currentculture_50; } inline void set_in_currentculture_50(bool value) { ___in_currentculture_50 = value; } }; struct Thread_t2300836069_StaticFields { public: // System.Collections.Hashtable System.Threading.Thread::datastorehash Hashtable_t1853889766 * ___datastorehash_48; // System.Object System.Threading.Thread::datastore_lock RuntimeObject * ___datastore_lock_49; // System.Object System.Threading.Thread::culture_lock RuntimeObject * ___culture_lock_51; public: inline static int32_t get_offset_of_datastorehash_48() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___datastorehash_48)); } inline Hashtable_t1853889766 * get_datastorehash_48() const { return ___datastorehash_48; } inline Hashtable_t1853889766 ** get_address_of_datastorehash_48() { return &___datastorehash_48; } inline void set_datastorehash_48(Hashtable_t1853889766 * value) { ___datastorehash_48 = value; Il2CppCodeGenWriteBarrier((&___datastorehash_48), value); } inline static int32_t get_offset_of_datastore_lock_49() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___datastore_lock_49)); } inline RuntimeObject * get_datastore_lock_49() const { return ___datastore_lock_49; } inline RuntimeObject ** get_address_of_datastore_lock_49() { return &___datastore_lock_49; } inline void set_datastore_lock_49(RuntimeObject * value) { ___datastore_lock_49 = value; Il2CppCodeGenWriteBarrier((&___datastore_lock_49), value); } inline static int32_t get_offset_of_culture_lock_51() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___culture_lock_51)); } inline RuntimeObject * get_culture_lock_51() const { return ___culture_lock_51; } inline RuntimeObject ** get_address_of_culture_lock_51() { return &___culture_lock_51; } inline void set_culture_lock_51(RuntimeObject * value) { ___culture_lock_51 = value; Il2CppCodeGenWriteBarrier((&___culture_lock_51), value); } }; struct Thread_t2300836069_ThreadStaticFields { public: // System.Object[] System.Threading.Thread::local_slots ObjectU5BU5D_t2843939325* ___local_slots_43; // System.Threading.ExecutionContext System.Threading.Thread::_ec ExecutionContext_t1748372627 * ____ec_44; public: inline static int32_t get_offset_of_local_slots_43() { return static_cast(offsetof(Thread_t2300836069_ThreadStaticFields, ___local_slots_43)); } inline ObjectU5BU5D_t2843939325* get_local_slots_43() const { return ___local_slots_43; } inline ObjectU5BU5D_t2843939325** get_address_of_local_slots_43() { return &___local_slots_43; } inline void set_local_slots_43(ObjectU5BU5D_t2843939325* value) { ___local_slots_43 = value; Il2CppCodeGenWriteBarrier((&___local_slots_43), value); } inline static int32_t get_offset_of__ec_44() { return static_cast(offsetof(Thread_t2300836069_ThreadStaticFields, ____ec_44)); } inline ExecutionContext_t1748372627 * get__ec_44() const { return ____ec_44; } inline ExecutionContext_t1748372627 ** get_address_of__ec_44() { return &____ec_44; } inline void set__ec_44(ExecutionContext_t1748372627 * value) { ____ec_44 = value; Il2CppCodeGenWriteBarrier((&____ec_44), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREAD_T2300836069_H #ifndef SOCKETASYNCRESULT_T2080034863_H #define SOCKETASYNCRESULT_T2080034863_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.Socket/SocketAsyncResult struct SocketAsyncResult_t2080034863 : public RuntimeObject { public: // System.Net.Sockets.Socket System.Net.Sockets.Socket/SocketAsyncResult::Sock Socket_t1119025450 * ___Sock_0; // System.IntPtr System.Net.Sockets.Socket/SocketAsyncResult::handle intptr_t ___handle_1; // System.Object System.Net.Sockets.Socket/SocketAsyncResult::state RuntimeObject * ___state_2; // System.AsyncCallback System.Net.Sockets.Socket/SocketAsyncResult::callback AsyncCallback_t3962456242 * ___callback_3; // System.Threading.WaitHandle System.Net.Sockets.Socket/SocketAsyncResult::waithandle WaitHandle_t1743403487 * ___waithandle_4; // System.Exception System.Net.Sockets.Socket/SocketAsyncResult::delayedException Exception_t * ___delayedException_5; // System.Net.EndPoint System.Net.Sockets.Socket/SocketAsyncResult::EndPoint EndPoint_t982345378 * ___EndPoint_6; // System.Byte[] System.Net.Sockets.Socket/SocketAsyncResult::Buffer ByteU5BU5D_t4116647657* ___Buffer_7; // System.Int32 System.Net.Sockets.Socket/SocketAsyncResult::Offset int32_t ___Offset_8; // System.Int32 System.Net.Sockets.Socket/SocketAsyncResult::Size int32_t ___Size_9; // System.Net.Sockets.SocketFlags System.Net.Sockets.Socket/SocketAsyncResult::SockFlags int32_t ___SockFlags_10; // System.Net.Sockets.Socket System.Net.Sockets.Socket/SocketAsyncResult::AcceptSocket Socket_t1119025450 * ___AcceptSocket_11; // System.Net.IPAddress[] System.Net.Sockets.Socket/SocketAsyncResult::Addresses IPAddressU5BU5D_t596328627* ___Addresses_12; // System.Int32 System.Net.Sockets.Socket/SocketAsyncResult::Port int32_t ___Port_13; // System.Collections.Generic.IList`1> System.Net.Sockets.Socket/SocketAsyncResult::Buffers RuntimeObject* ___Buffers_14; // System.Boolean System.Net.Sockets.Socket/SocketAsyncResult::ReuseSocket bool ___ReuseSocket_15; // System.Net.Sockets.Socket System.Net.Sockets.Socket/SocketAsyncResult::acc_socket Socket_t1119025450 * ___acc_socket_16; // System.Int32 System.Net.Sockets.Socket/SocketAsyncResult::total int32_t ___total_17; // System.Boolean System.Net.Sockets.Socket/SocketAsyncResult::completed_sync bool ___completed_sync_18; // System.Boolean System.Net.Sockets.Socket/SocketAsyncResult::completed bool ___completed_19; // System.Boolean System.Net.Sockets.Socket/SocketAsyncResult::blocking bool ___blocking_20; // System.Int32 System.Net.Sockets.Socket/SocketAsyncResult::error int32_t ___error_21; // System.Net.Sockets.Socket/SocketOperation System.Net.Sockets.Socket/SocketAsyncResult::operation int32_t ___operation_22; // System.Object System.Net.Sockets.Socket/SocketAsyncResult::ares RuntimeObject * ___ares_23; // System.Int32 System.Net.Sockets.Socket/SocketAsyncResult::EndCalled int32_t ___EndCalled_24; public: inline static int32_t get_offset_of_Sock_0() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___Sock_0)); } inline Socket_t1119025450 * get_Sock_0() const { return ___Sock_0; } inline Socket_t1119025450 ** get_address_of_Sock_0() { return &___Sock_0; } inline void set_Sock_0(Socket_t1119025450 * value) { ___Sock_0 = value; Il2CppCodeGenWriteBarrier((&___Sock_0), value); } inline static int32_t get_offset_of_handle_1() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___handle_1)); } inline intptr_t get_handle_1() const { return ___handle_1; } inline intptr_t* get_address_of_handle_1() { return &___handle_1; } inline void set_handle_1(intptr_t value) { ___handle_1 = value; } inline static int32_t get_offset_of_state_2() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___state_2)); } inline RuntimeObject * get_state_2() const { return ___state_2; } inline RuntimeObject ** get_address_of_state_2() { return &___state_2; } inline void set_state_2(RuntimeObject * value) { ___state_2 = value; Il2CppCodeGenWriteBarrier((&___state_2), value); } inline static int32_t get_offset_of_callback_3() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___callback_3)); } inline AsyncCallback_t3962456242 * get_callback_3() const { return ___callback_3; } inline AsyncCallback_t3962456242 ** get_address_of_callback_3() { return &___callback_3; } inline void set_callback_3(AsyncCallback_t3962456242 * value) { ___callback_3 = value; Il2CppCodeGenWriteBarrier((&___callback_3), value); } inline static int32_t get_offset_of_waithandle_4() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___waithandle_4)); } inline WaitHandle_t1743403487 * get_waithandle_4() const { return ___waithandle_4; } inline WaitHandle_t1743403487 ** get_address_of_waithandle_4() { return &___waithandle_4; } inline void set_waithandle_4(WaitHandle_t1743403487 * value) { ___waithandle_4 = value; Il2CppCodeGenWriteBarrier((&___waithandle_4), value); } inline static int32_t get_offset_of_delayedException_5() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___delayedException_5)); } inline Exception_t * get_delayedException_5() const { return ___delayedException_5; } inline Exception_t ** get_address_of_delayedException_5() { return &___delayedException_5; } inline void set_delayedException_5(Exception_t * value) { ___delayedException_5 = value; Il2CppCodeGenWriteBarrier((&___delayedException_5), value); } inline static int32_t get_offset_of_EndPoint_6() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___EndPoint_6)); } inline EndPoint_t982345378 * get_EndPoint_6() const { return ___EndPoint_6; } inline EndPoint_t982345378 ** get_address_of_EndPoint_6() { return &___EndPoint_6; } inline void set_EndPoint_6(EndPoint_t982345378 * value) { ___EndPoint_6 = value; Il2CppCodeGenWriteBarrier((&___EndPoint_6), value); } inline static int32_t get_offset_of_Buffer_7() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___Buffer_7)); } inline ByteU5BU5D_t4116647657* get_Buffer_7() const { return ___Buffer_7; } inline ByteU5BU5D_t4116647657** get_address_of_Buffer_7() { return &___Buffer_7; } inline void set_Buffer_7(ByteU5BU5D_t4116647657* value) { ___Buffer_7 = value; Il2CppCodeGenWriteBarrier((&___Buffer_7), value); } inline static int32_t get_offset_of_Offset_8() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___Offset_8)); } inline int32_t get_Offset_8() const { return ___Offset_8; } inline int32_t* get_address_of_Offset_8() { return &___Offset_8; } inline void set_Offset_8(int32_t value) { ___Offset_8 = value; } inline static int32_t get_offset_of_Size_9() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___Size_9)); } inline int32_t get_Size_9() const { return ___Size_9; } inline int32_t* get_address_of_Size_9() { return &___Size_9; } inline void set_Size_9(int32_t value) { ___Size_9 = value; } inline static int32_t get_offset_of_SockFlags_10() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___SockFlags_10)); } inline int32_t get_SockFlags_10() const { return ___SockFlags_10; } inline int32_t* get_address_of_SockFlags_10() { return &___SockFlags_10; } inline void set_SockFlags_10(int32_t value) { ___SockFlags_10 = value; } inline static int32_t get_offset_of_AcceptSocket_11() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___AcceptSocket_11)); } inline Socket_t1119025450 * get_AcceptSocket_11() const { return ___AcceptSocket_11; } inline Socket_t1119025450 ** get_address_of_AcceptSocket_11() { return &___AcceptSocket_11; } inline void set_AcceptSocket_11(Socket_t1119025450 * value) { ___AcceptSocket_11 = value; Il2CppCodeGenWriteBarrier((&___AcceptSocket_11), value); } inline static int32_t get_offset_of_Addresses_12() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___Addresses_12)); } inline IPAddressU5BU5D_t596328627* get_Addresses_12() const { return ___Addresses_12; } inline IPAddressU5BU5D_t596328627** get_address_of_Addresses_12() { return &___Addresses_12; } inline void set_Addresses_12(IPAddressU5BU5D_t596328627* value) { ___Addresses_12 = value; Il2CppCodeGenWriteBarrier((&___Addresses_12), value); } inline static int32_t get_offset_of_Port_13() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___Port_13)); } inline int32_t get_Port_13() const { return ___Port_13; } inline int32_t* get_address_of_Port_13() { return &___Port_13; } inline void set_Port_13(int32_t value) { ___Port_13 = value; } inline static int32_t get_offset_of_Buffers_14() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___Buffers_14)); } inline RuntimeObject* get_Buffers_14() const { return ___Buffers_14; } inline RuntimeObject** get_address_of_Buffers_14() { return &___Buffers_14; } inline void set_Buffers_14(RuntimeObject* value) { ___Buffers_14 = value; Il2CppCodeGenWriteBarrier((&___Buffers_14), value); } inline static int32_t get_offset_of_ReuseSocket_15() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___ReuseSocket_15)); } inline bool get_ReuseSocket_15() const { return ___ReuseSocket_15; } inline bool* get_address_of_ReuseSocket_15() { return &___ReuseSocket_15; } inline void set_ReuseSocket_15(bool value) { ___ReuseSocket_15 = value; } inline static int32_t get_offset_of_acc_socket_16() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___acc_socket_16)); } inline Socket_t1119025450 * get_acc_socket_16() const { return ___acc_socket_16; } inline Socket_t1119025450 ** get_address_of_acc_socket_16() { return &___acc_socket_16; } inline void set_acc_socket_16(Socket_t1119025450 * value) { ___acc_socket_16 = value; Il2CppCodeGenWriteBarrier((&___acc_socket_16), value); } inline static int32_t get_offset_of_total_17() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___total_17)); } inline int32_t get_total_17() const { return ___total_17; } inline int32_t* get_address_of_total_17() { return &___total_17; } inline void set_total_17(int32_t value) { ___total_17 = value; } inline static int32_t get_offset_of_completed_sync_18() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___completed_sync_18)); } inline bool get_completed_sync_18() const { return ___completed_sync_18; } inline bool* get_address_of_completed_sync_18() { return &___completed_sync_18; } inline void set_completed_sync_18(bool value) { ___completed_sync_18 = value; } inline static int32_t get_offset_of_completed_19() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___completed_19)); } inline bool get_completed_19() const { return ___completed_19; } inline bool* get_address_of_completed_19() { return &___completed_19; } inline void set_completed_19(bool value) { ___completed_19 = value; } inline static int32_t get_offset_of_blocking_20() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___blocking_20)); } inline bool get_blocking_20() const { return ___blocking_20; } inline bool* get_address_of_blocking_20() { return &___blocking_20; } inline void set_blocking_20(bool value) { ___blocking_20 = value; } inline static int32_t get_offset_of_error_21() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___error_21)); } inline int32_t get_error_21() const { return ___error_21; } inline int32_t* get_address_of_error_21() { return &___error_21; } inline void set_error_21(int32_t value) { ___error_21 = value; } inline static int32_t get_offset_of_operation_22() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___operation_22)); } inline int32_t get_operation_22() const { return ___operation_22; } inline int32_t* get_address_of_operation_22() { return &___operation_22; } inline void set_operation_22(int32_t value) { ___operation_22 = value; } inline static int32_t get_offset_of_ares_23() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___ares_23)); } inline RuntimeObject * get_ares_23() const { return ___ares_23; } inline RuntimeObject ** get_address_of_ares_23() { return &___ares_23; } inline void set_ares_23(RuntimeObject * value) { ___ares_23 = value; Il2CppCodeGenWriteBarrier((&___ares_23), value); } inline static int32_t get_offset_of_EndCalled_24() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___EndCalled_24)); } inline int32_t get_EndCalled_24() const { return ___EndCalled_24; } inline int32_t* get_address_of_EndCalled_24() { return &___EndCalled_24; } inline void set_EndCalled_24(int32_t value) { ___EndCalled_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Net.Sockets.Socket/SocketAsyncResult struct SocketAsyncResult_t2080034863_marshaled_pinvoke { Socket_t1119025450 * ___Sock_0; intptr_t ___handle_1; Il2CppIUnknown* ___state_2; Il2CppMethodPointer ___callback_3; WaitHandle_t1743403487 * ___waithandle_4; Exception_t * ___delayedException_5; EndPoint_t982345378 * ___EndPoint_6; uint8_t* ___Buffer_7; int32_t ___Offset_8; int32_t ___Size_9; int32_t ___SockFlags_10; Socket_t1119025450 * ___AcceptSocket_11; IPAddressU5BU5D_t596328627* ___Addresses_12; int32_t ___Port_13; RuntimeObject* ___Buffers_14; int32_t ___ReuseSocket_15; Socket_t1119025450 * ___acc_socket_16; int32_t ___total_17; int32_t ___completed_sync_18; int32_t ___completed_19; int32_t ___blocking_20; int32_t ___error_21; int32_t ___operation_22; Il2CppIUnknown* ___ares_23; int32_t ___EndCalled_24; }; // Native definition for COM marshalling of System.Net.Sockets.Socket/SocketAsyncResult struct SocketAsyncResult_t2080034863_marshaled_com { Socket_t1119025450 * ___Sock_0; intptr_t ___handle_1; Il2CppIUnknown* ___state_2; Il2CppMethodPointer ___callback_3; WaitHandle_t1743403487 * ___waithandle_4; Exception_t * ___delayedException_5; EndPoint_t982345378 * ___EndPoint_6; uint8_t* ___Buffer_7; int32_t ___Offset_8; int32_t ___Size_9; int32_t ___SockFlags_10; Socket_t1119025450 * ___AcceptSocket_11; IPAddressU5BU5D_t596328627* ___Addresses_12; int32_t ___Port_13; RuntimeObject* ___Buffers_14; int32_t ___ReuseSocket_15; Socket_t1119025450 * ___acc_socket_16; int32_t ___total_17; int32_t ___completed_sync_18; int32_t ___completed_19; int32_t ___blocking_20; int32_t ___error_21; int32_t ___operation_22; Il2CppIUnknown* ___ares_23; int32_t ___EndCalled_24; }; #endif // SOCKETASYNCRESULT_T2080034863_H #ifndef IPADDRESS_T241777590_H #define IPADDRESS_T241777590_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.IPAddress struct IPAddress_t241777590 : public RuntimeObject { public: // System.Int64 System.Net.IPAddress::m_Address int64_t ___m_Address_0; // System.Net.Sockets.AddressFamily System.Net.IPAddress::m_Family int32_t ___m_Family_1; // System.UInt16[] System.Net.IPAddress::m_Numbers UInt16U5BU5D_t3326319531* ___m_Numbers_2; // System.Int64 System.Net.IPAddress::m_ScopeId int64_t ___m_ScopeId_3; // System.Int32 System.Net.IPAddress::m_HashCode int32_t ___m_HashCode_11; public: inline static int32_t get_offset_of_m_Address_0() { return static_cast(offsetof(IPAddress_t241777590, ___m_Address_0)); } inline int64_t get_m_Address_0() const { return ___m_Address_0; } inline int64_t* get_address_of_m_Address_0() { return &___m_Address_0; } inline void set_m_Address_0(int64_t value) { ___m_Address_0 = value; } inline static int32_t get_offset_of_m_Family_1() { return static_cast(offsetof(IPAddress_t241777590, ___m_Family_1)); } inline int32_t get_m_Family_1() const { return ___m_Family_1; } inline int32_t* get_address_of_m_Family_1() { return &___m_Family_1; } inline void set_m_Family_1(int32_t value) { ___m_Family_1 = value; } inline static int32_t get_offset_of_m_Numbers_2() { return static_cast(offsetof(IPAddress_t241777590, ___m_Numbers_2)); } inline UInt16U5BU5D_t3326319531* get_m_Numbers_2() const { return ___m_Numbers_2; } inline UInt16U5BU5D_t3326319531** get_address_of_m_Numbers_2() { return &___m_Numbers_2; } inline void set_m_Numbers_2(UInt16U5BU5D_t3326319531* value) { ___m_Numbers_2 = value; Il2CppCodeGenWriteBarrier((&___m_Numbers_2), value); } inline static int32_t get_offset_of_m_ScopeId_3() { return static_cast(offsetof(IPAddress_t241777590, ___m_ScopeId_3)); } inline int64_t get_m_ScopeId_3() const { return ___m_ScopeId_3; } inline int64_t* get_address_of_m_ScopeId_3() { return &___m_ScopeId_3; } inline void set_m_ScopeId_3(int64_t value) { ___m_ScopeId_3 = value; } inline static int32_t get_offset_of_m_HashCode_11() { return static_cast(offsetof(IPAddress_t241777590, ___m_HashCode_11)); } inline int32_t get_m_HashCode_11() const { return ___m_HashCode_11; } inline int32_t* get_address_of_m_HashCode_11() { return &___m_HashCode_11; } inline void set_m_HashCode_11(int32_t value) { ___m_HashCode_11 = value; } }; struct IPAddress_t241777590_StaticFields { public: // System.Net.IPAddress System.Net.IPAddress::Any IPAddress_t241777590 * ___Any_4; // System.Net.IPAddress System.Net.IPAddress::Broadcast IPAddress_t241777590 * ___Broadcast_5; // System.Net.IPAddress System.Net.IPAddress::Loopback IPAddress_t241777590 * ___Loopback_6; // System.Net.IPAddress System.Net.IPAddress::None IPAddress_t241777590 * ___None_7; // System.Net.IPAddress System.Net.IPAddress::IPv6Any IPAddress_t241777590 * ___IPv6Any_8; // System.Net.IPAddress System.Net.IPAddress::IPv6Loopback IPAddress_t241777590 * ___IPv6Loopback_9; // System.Net.IPAddress System.Net.IPAddress::IPv6None IPAddress_t241777590 * ___IPv6None_10; public: inline static int32_t get_offset_of_Any_4() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___Any_4)); } inline IPAddress_t241777590 * get_Any_4() const { return ___Any_4; } inline IPAddress_t241777590 ** get_address_of_Any_4() { return &___Any_4; } inline void set_Any_4(IPAddress_t241777590 * value) { ___Any_4 = value; Il2CppCodeGenWriteBarrier((&___Any_4), value); } inline static int32_t get_offset_of_Broadcast_5() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___Broadcast_5)); } inline IPAddress_t241777590 * get_Broadcast_5() const { return ___Broadcast_5; } inline IPAddress_t241777590 ** get_address_of_Broadcast_5() { return &___Broadcast_5; } inline void set_Broadcast_5(IPAddress_t241777590 * value) { ___Broadcast_5 = value; Il2CppCodeGenWriteBarrier((&___Broadcast_5), value); } inline static int32_t get_offset_of_Loopback_6() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___Loopback_6)); } inline IPAddress_t241777590 * get_Loopback_6() const { return ___Loopback_6; } inline IPAddress_t241777590 ** get_address_of_Loopback_6() { return &___Loopback_6; } inline void set_Loopback_6(IPAddress_t241777590 * value) { ___Loopback_6 = value; Il2CppCodeGenWriteBarrier((&___Loopback_6), value); } inline static int32_t get_offset_of_None_7() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___None_7)); } inline IPAddress_t241777590 * get_None_7() const { return ___None_7; } inline IPAddress_t241777590 ** get_address_of_None_7() { return &___None_7; } inline void set_None_7(IPAddress_t241777590 * value) { ___None_7 = value; Il2CppCodeGenWriteBarrier((&___None_7), value); } inline static int32_t get_offset_of_IPv6Any_8() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___IPv6Any_8)); } inline IPAddress_t241777590 * get_IPv6Any_8() const { return ___IPv6Any_8; } inline IPAddress_t241777590 ** get_address_of_IPv6Any_8() { return &___IPv6Any_8; } inline void set_IPv6Any_8(IPAddress_t241777590 * value) { ___IPv6Any_8 = value; Il2CppCodeGenWriteBarrier((&___IPv6Any_8), value); } inline static int32_t get_offset_of_IPv6Loopback_9() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___IPv6Loopback_9)); } inline IPAddress_t241777590 * get_IPv6Loopback_9() const { return ___IPv6Loopback_9; } inline IPAddress_t241777590 ** get_address_of_IPv6Loopback_9() { return &___IPv6Loopback_9; } inline void set_IPv6Loopback_9(IPAddress_t241777590 * value) { ___IPv6Loopback_9 = value; Il2CppCodeGenWriteBarrier((&___IPv6Loopback_9), value); } inline static int32_t get_offset_of_IPv6None_10() { return static_cast(offsetof(IPAddress_t241777590_StaticFields, ___IPv6None_10)); } inline IPAddress_t241777590 * get_IPv6None_10() const { return ___IPv6None_10; } inline IPAddress_t241777590 ** get_address_of_IPv6None_10() { return &___IPv6None_10; } inline void set_IPv6None_10(IPAddress_t241777590 * value) { ___IPv6None_10 = value; Il2CppCodeGenWriteBarrier((&___IPv6None_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IPADDRESS_T241777590_H #ifndef X509BASICCONSTRAINTSEXTENSION_T2828968862_H #define X509BASICCONSTRAINTSEXTENSION_T2828968862_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension struct X509BasicConstraintsExtension_t2828968862 : public X509Extension_t3272255153 { public: // System.Boolean System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::_certificateAuthority bool ____certificateAuthority_6; // System.Boolean System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::_hasPathLengthConstraint bool ____hasPathLengthConstraint_7; // System.Int32 System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::_pathLengthConstraint int32_t ____pathLengthConstraint_8; // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::_status int32_t ____status_9; public: inline static int32_t get_offset_of__certificateAuthority_6() { return static_cast(offsetof(X509BasicConstraintsExtension_t2828968862, ____certificateAuthority_6)); } inline bool get__certificateAuthority_6() const { return ____certificateAuthority_6; } inline bool* get_address_of__certificateAuthority_6() { return &____certificateAuthority_6; } inline void set__certificateAuthority_6(bool value) { ____certificateAuthority_6 = value; } inline static int32_t get_offset_of__hasPathLengthConstraint_7() { return static_cast(offsetof(X509BasicConstraintsExtension_t2828968862, ____hasPathLengthConstraint_7)); } inline bool get__hasPathLengthConstraint_7() const { return ____hasPathLengthConstraint_7; } inline bool* get_address_of__hasPathLengthConstraint_7() { return &____hasPathLengthConstraint_7; } inline void set__hasPathLengthConstraint_7(bool value) { ____hasPathLengthConstraint_7 = value; } inline static int32_t get_offset_of__pathLengthConstraint_8() { return static_cast(offsetof(X509BasicConstraintsExtension_t2828968862, ____pathLengthConstraint_8)); } inline int32_t get__pathLengthConstraint_8() const { return ____pathLengthConstraint_8; } inline int32_t* get_address_of__pathLengthConstraint_8() { return &____pathLengthConstraint_8; } inline void set__pathLengthConstraint_8(int32_t value) { ____pathLengthConstraint_8 = value; } inline static int32_t get_offset_of__status_9() { return static_cast(offsetof(X509BasicConstraintsExtension_t2828968862, ____status_9)); } inline int32_t get__status_9() const { return ____status_9; } inline int32_t* get_address_of__status_9() { return &____status_9; } inline void set__status_9(int32_t value) { ____status_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509BASICCONSTRAINTSEXTENSION_T2828968862_H #ifndef X509SUBJECTKEYIDENTIFIEREXTENSION_T4258825542_H #define X509SUBJECTKEYIDENTIFIEREXTENSION_T4258825542_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension struct X509SubjectKeyIdentifierExtension_t4258825542 : public X509Extension_t3272255153 { public: // System.Byte[] System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::_subjectKeyIdentifier ByteU5BU5D_t4116647657* ____subjectKeyIdentifier_6; // System.String System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::_ski String_t* ____ski_7; // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::_status int32_t ____status_8; public: inline static int32_t get_offset_of__subjectKeyIdentifier_6() { return static_cast(offsetof(X509SubjectKeyIdentifierExtension_t4258825542, ____subjectKeyIdentifier_6)); } inline ByteU5BU5D_t4116647657* get__subjectKeyIdentifier_6() const { return ____subjectKeyIdentifier_6; } inline ByteU5BU5D_t4116647657** get_address_of__subjectKeyIdentifier_6() { return &____subjectKeyIdentifier_6; } inline void set__subjectKeyIdentifier_6(ByteU5BU5D_t4116647657* value) { ____subjectKeyIdentifier_6 = value; Il2CppCodeGenWriteBarrier((&____subjectKeyIdentifier_6), value); } inline static int32_t get_offset_of__ski_7() { return static_cast(offsetof(X509SubjectKeyIdentifierExtension_t4258825542, ____ski_7)); } inline String_t* get__ski_7() const { return ____ski_7; } inline String_t** get_address_of__ski_7() { return &____ski_7; } inline void set__ski_7(String_t* value) { ____ski_7 = value; Il2CppCodeGenWriteBarrier((&____ski_7), value); } inline static int32_t get_offset_of__status_8() { return static_cast(offsetof(X509SubjectKeyIdentifierExtension_t4258825542, ____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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509SUBJECTKEYIDENTIFIEREXTENSION_T4258825542_H #ifndef OBJECTDISPOSEDEXCEPTION_T21392786_H #define OBJECTDISPOSEDEXCEPTION_T21392786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ObjectDisposedException struct ObjectDisposedException_t21392786 : public InvalidOperationException_t56020091 { public: // System.String System.ObjectDisposedException::obj_name String_t* ___obj_name_12; // System.String System.ObjectDisposedException::msg String_t* ___msg_13; public: inline static int32_t get_offset_of_obj_name_12() { return static_cast(offsetof(ObjectDisposedException_t21392786, ___obj_name_12)); } inline String_t* get_obj_name_12() const { return ___obj_name_12; } inline String_t** get_address_of_obj_name_12() { return &___obj_name_12; } inline void set_obj_name_12(String_t* value) { ___obj_name_12 = value; Il2CppCodeGenWriteBarrier((&___obj_name_12), value); } inline static int32_t get_offset_of_msg_13() { return static_cast(offsetof(ObjectDisposedException_t21392786, ___msg_13)); } inline String_t* get_msg_13() const { return ___msg_13; } inline String_t** get_address_of_msg_13() { return &___msg_13; } inline void set_msg_13(String_t* value) { ___msg_13 = value; Il2CppCodeGenWriteBarrier((&___msg_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTDISPOSEDEXCEPTION_T21392786_H #ifndef SOCKET_T1119025450_H #define SOCKET_T1119025450_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.Socket struct Socket_t1119025450 : public RuntimeObject { public: // System.Collections.Queue System.Net.Sockets.Socket::readQ Queue_t3637523393 * ___readQ_0; // System.Collections.Queue System.Net.Sockets.Socket::writeQ Queue_t3637523393 * ___writeQ_1; // System.Boolean System.Net.Sockets.Socket::islistening bool ___islistening_2; // System.Boolean System.Net.Sockets.Socket::useoverlappedIO bool ___useoverlappedIO_3; // System.Int32 System.Net.Sockets.Socket::MinListenPort int32_t ___MinListenPort_4; // System.Int32 System.Net.Sockets.Socket::MaxListenPort int32_t ___MaxListenPort_5; // System.Int32 System.Net.Sockets.Socket::linger_timeout int32_t ___linger_timeout_8; // System.IntPtr System.Net.Sockets.Socket::socket intptr_t ___socket_9; // System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::address_family int32_t ___address_family_10; // System.Net.Sockets.SocketType System.Net.Sockets.Socket::socket_type int32_t ___socket_type_11; // System.Net.Sockets.ProtocolType System.Net.Sockets.Socket::protocol_type int32_t ___protocol_type_12; // System.Boolean System.Net.Sockets.Socket::blocking bool ___blocking_13; // System.Threading.Thread System.Net.Sockets.Socket::blocking_thread Thread_t2300836069 * ___blocking_thread_14; // System.Boolean System.Net.Sockets.Socket::isbound bool ___isbound_15; // System.Int32 System.Net.Sockets.Socket::max_bind_count int32_t ___max_bind_count_17; // System.Boolean System.Net.Sockets.Socket::connected bool ___connected_18; // System.Boolean System.Net.Sockets.Socket::closed bool ___closed_19; // System.Boolean System.Net.Sockets.Socket::disposed bool ___disposed_20; // System.Net.EndPoint System.Net.Sockets.Socket::seed_endpoint EndPoint_t982345378 * ___seed_endpoint_21; public: inline static int32_t get_offset_of_readQ_0() { return static_cast(offsetof(Socket_t1119025450, ___readQ_0)); } inline Queue_t3637523393 * get_readQ_0() const { return ___readQ_0; } inline Queue_t3637523393 ** get_address_of_readQ_0() { return &___readQ_0; } inline void set_readQ_0(Queue_t3637523393 * value) { ___readQ_0 = value; Il2CppCodeGenWriteBarrier((&___readQ_0), value); } inline static int32_t get_offset_of_writeQ_1() { return static_cast(offsetof(Socket_t1119025450, ___writeQ_1)); } inline Queue_t3637523393 * get_writeQ_1() const { return ___writeQ_1; } inline Queue_t3637523393 ** get_address_of_writeQ_1() { return &___writeQ_1; } inline void set_writeQ_1(Queue_t3637523393 * value) { ___writeQ_1 = value; Il2CppCodeGenWriteBarrier((&___writeQ_1), value); } inline static int32_t get_offset_of_islistening_2() { return static_cast(offsetof(Socket_t1119025450, ___islistening_2)); } inline bool get_islistening_2() const { return ___islistening_2; } inline bool* get_address_of_islistening_2() { return &___islistening_2; } inline void set_islistening_2(bool value) { ___islistening_2 = value; } inline static int32_t get_offset_of_useoverlappedIO_3() { return static_cast(offsetof(Socket_t1119025450, ___useoverlappedIO_3)); } inline bool get_useoverlappedIO_3() const { return ___useoverlappedIO_3; } inline bool* get_address_of_useoverlappedIO_3() { return &___useoverlappedIO_3; } inline void set_useoverlappedIO_3(bool value) { ___useoverlappedIO_3 = value; } inline static int32_t get_offset_of_MinListenPort_4() { return static_cast(offsetof(Socket_t1119025450, ___MinListenPort_4)); } inline int32_t get_MinListenPort_4() const { return ___MinListenPort_4; } inline int32_t* get_address_of_MinListenPort_4() { return &___MinListenPort_4; } inline void set_MinListenPort_4(int32_t value) { ___MinListenPort_4 = value; } inline static int32_t get_offset_of_MaxListenPort_5() { return static_cast(offsetof(Socket_t1119025450, ___MaxListenPort_5)); } inline int32_t get_MaxListenPort_5() const { return ___MaxListenPort_5; } inline int32_t* get_address_of_MaxListenPort_5() { return &___MaxListenPort_5; } inline void set_MaxListenPort_5(int32_t value) { ___MaxListenPort_5 = value; } inline static int32_t get_offset_of_linger_timeout_8() { return static_cast(offsetof(Socket_t1119025450, ___linger_timeout_8)); } inline int32_t get_linger_timeout_8() const { return ___linger_timeout_8; } inline int32_t* get_address_of_linger_timeout_8() { return &___linger_timeout_8; } inline void set_linger_timeout_8(int32_t value) { ___linger_timeout_8 = value; } inline static int32_t get_offset_of_socket_9() { return static_cast(offsetof(Socket_t1119025450, ___socket_9)); } inline intptr_t get_socket_9() const { return ___socket_9; } inline intptr_t* get_address_of_socket_9() { return &___socket_9; } inline void set_socket_9(intptr_t value) { ___socket_9 = value; } inline static int32_t get_offset_of_address_family_10() { return static_cast(offsetof(Socket_t1119025450, ___address_family_10)); } inline int32_t get_address_family_10() const { return ___address_family_10; } inline int32_t* get_address_of_address_family_10() { return &___address_family_10; } inline void set_address_family_10(int32_t value) { ___address_family_10 = value; } inline static int32_t get_offset_of_socket_type_11() { return static_cast(offsetof(Socket_t1119025450, ___socket_type_11)); } inline int32_t get_socket_type_11() const { return ___socket_type_11; } inline int32_t* get_address_of_socket_type_11() { return &___socket_type_11; } inline void set_socket_type_11(int32_t value) { ___socket_type_11 = value; } inline static int32_t get_offset_of_protocol_type_12() { return static_cast(offsetof(Socket_t1119025450, ___protocol_type_12)); } inline int32_t get_protocol_type_12() const { return ___protocol_type_12; } inline int32_t* get_address_of_protocol_type_12() { return &___protocol_type_12; } inline void set_protocol_type_12(int32_t value) { ___protocol_type_12 = value; } inline static int32_t get_offset_of_blocking_13() { return static_cast(offsetof(Socket_t1119025450, ___blocking_13)); } inline bool get_blocking_13() const { return ___blocking_13; } inline bool* get_address_of_blocking_13() { return &___blocking_13; } inline void set_blocking_13(bool value) { ___blocking_13 = value; } inline static int32_t get_offset_of_blocking_thread_14() { return static_cast(offsetof(Socket_t1119025450, ___blocking_thread_14)); } inline Thread_t2300836069 * get_blocking_thread_14() const { return ___blocking_thread_14; } inline Thread_t2300836069 ** get_address_of_blocking_thread_14() { return &___blocking_thread_14; } inline void set_blocking_thread_14(Thread_t2300836069 * value) { ___blocking_thread_14 = value; Il2CppCodeGenWriteBarrier((&___blocking_thread_14), value); } inline static int32_t get_offset_of_isbound_15() { return static_cast(offsetof(Socket_t1119025450, ___isbound_15)); } inline bool get_isbound_15() const { return ___isbound_15; } inline bool* get_address_of_isbound_15() { return &___isbound_15; } inline void set_isbound_15(bool value) { ___isbound_15 = value; } inline static int32_t get_offset_of_max_bind_count_17() { return static_cast(offsetof(Socket_t1119025450, ___max_bind_count_17)); } inline int32_t get_max_bind_count_17() const { return ___max_bind_count_17; } inline int32_t* get_address_of_max_bind_count_17() { return &___max_bind_count_17; } inline void set_max_bind_count_17(int32_t value) { ___max_bind_count_17 = value; } inline static int32_t get_offset_of_connected_18() { return static_cast(offsetof(Socket_t1119025450, ___connected_18)); } inline bool get_connected_18() const { return ___connected_18; } inline bool* get_address_of_connected_18() { return &___connected_18; } inline void set_connected_18(bool value) { ___connected_18 = value; } inline static int32_t get_offset_of_closed_19() { return static_cast(offsetof(Socket_t1119025450, ___closed_19)); } inline bool get_closed_19() const { return ___closed_19; } inline bool* get_address_of_closed_19() { return &___closed_19; } inline void set_closed_19(bool value) { ___closed_19 = value; } inline static int32_t get_offset_of_disposed_20() { return static_cast(offsetof(Socket_t1119025450, ___disposed_20)); } inline bool get_disposed_20() const { return ___disposed_20; } inline bool* get_address_of_disposed_20() { return &___disposed_20; } inline void set_disposed_20(bool value) { ___disposed_20 = value; } inline static int32_t get_offset_of_seed_endpoint_21() { return static_cast(offsetof(Socket_t1119025450, ___seed_endpoint_21)); } inline EndPoint_t982345378 * get_seed_endpoint_21() const { return ___seed_endpoint_21; } inline EndPoint_t982345378 ** get_address_of_seed_endpoint_21() { return &___seed_endpoint_21; } inline void set_seed_endpoint_21(EndPoint_t982345378 * value) { ___seed_endpoint_21 = value; Il2CppCodeGenWriteBarrier((&___seed_endpoint_21), value); } }; struct Socket_t1119025450_StaticFields { public: // System.Int32 System.Net.Sockets.Socket::ipv4Supported int32_t ___ipv4Supported_6; // System.Int32 System.Net.Sockets.Socket::ipv6Supported int32_t ___ipv6Supported_7; // System.Int32 System.Net.Sockets.Socket::current_bind_count int32_t ___current_bind_count_16; // System.Reflection.MethodInfo System.Net.Sockets.Socket::check_socket_policy MethodInfo_t * ___check_socket_policy_22; public: inline static int32_t get_offset_of_ipv4Supported_6() { return static_cast(offsetof(Socket_t1119025450_StaticFields, ___ipv4Supported_6)); } inline int32_t get_ipv4Supported_6() const { return ___ipv4Supported_6; } inline int32_t* get_address_of_ipv4Supported_6() { return &___ipv4Supported_6; } inline void set_ipv4Supported_6(int32_t value) { ___ipv4Supported_6 = value; } inline static int32_t get_offset_of_ipv6Supported_7() { return static_cast(offsetof(Socket_t1119025450_StaticFields, ___ipv6Supported_7)); } inline int32_t get_ipv6Supported_7() const { return ___ipv6Supported_7; } inline int32_t* get_address_of_ipv6Supported_7() { return &___ipv6Supported_7; } inline void set_ipv6Supported_7(int32_t value) { ___ipv6Supported_7 = value; } inline static int32_t get_offset_of_current_bind_count_16() { return static_cast(offsetof(Socket_t1119025450_StaticFields, ___current_bind_count_16)); } inline int32_t get_current_bind_count_16() const { return ___current_bind_count_16; } inline int32_t* get_address_of_current_bind_count_16() { return &___current_bind_count_16; } inline void set_current_bind_count_16(int32_t value) { ___current_bind_count_16 = value; } inline static int32_t get_offset_of_check_socket_policy_22() { return static_cast(offsetof(Socket_t1119025450_StaticFields, ___check_socket_policy_22)); } inline MethodInfo_t * get_check_socket_policy_22() const { return ___check_socket_policy_22; } inline MethodInfo_t ** get_address_of_check_socket_policy_22() { return &___check_socket_policy_22; } inline void set_check_socket_policy_22(MethodInfo_t * value) { ___check_socket_policy_22 = value; Il2CppCodeGenWriteBarrier((&___check_socket_policy_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKET_T1119025450_H #ifndef CRYPTOGRAPHICUNEXPECTEDOPERATIONEXCEPTION_T2790575154_H #define CRYPTOGRAPHICUNEXPECTEDOPERATIONEXCEPTION_T2790575154_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.CryptographicUnexpectedOperationException struct CryptographicUnexpectedOperationException_t2790575154 : public CryptographicException_t248831461 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRYPTOGRAPHICUNEXPECTEDOPERATIONEXCEPTION_T2790575154_H #ifndef WEBCONNECTION_T3982808322_H #define WEBCONNECTION_T3982808322_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebConnection struct WebConnection_t3982808322 : public RuntimeObject { public: // System.Net.ServicePoint System.Net.WebConnection::sPoint ServicePoint_t2786966844 * ___sPoint_0; // System.IO.Stream System.Net.WebConnection::nstream Stream_t1273022909 * ___nstream_1; // System.Net.Sockets.Socket System.Net.WebConnection::socket Socket_t1119025450 * ___socket_2; // System.Object System.Net.WebConnection::socketLock RuntimeObject * ___socketLock_3; // System.Net.WebExceptionStatus System.Net.WebConnection::status int32_t ___status_4; // System.Threading.WaitCallback System.Net.WebConnection::initConn WaitCallback_t2448485498 * ___initConn_5; // System.Boolean System.Net.WebConnection::keepAlive bool ___keepAlive_6; // System.Byte[] System.Net.WebConnection::buffer ByteU5BU5D_t4116647657* ___buffer_7; // System.EventHandler System.Net.WebConnection::abortHandler EventHandler_t1348719766 * ___abortHandler_9; // System.Net.WebConnection/AbortHelper System.Net.WebConnection::abortHelper AbortHelper_t1490877826 * ___abortHelper_10; // System.Net.ReadState System.Net.WebConnection::readState int32_t ___readState_11; // System.Net.WebConnectionData System.Net.WebConnection::Data WebConnectionData_t3835660455 * ___Data_12; // System.Boolean System.Net.WebConnection::chunkedRead bool ___chunkedRead_13; // System.Net.ChunkStream System.Net.WebConnection::chunkStream ChunkStream_t2634567336 * ___chunkStream_14; // System.Collections.Queue System.Net.WebConnection::queue Queue_t3637523393 * ___queue_15; // System.Boolean System.Net.WebConnection::reused bool ___reused_16; // System.Int32 System.Net.WebConnection::position int32_t ___position_17; // System.Boolean System.Net.WebConnection::busy bool ___busy_18; // System.Net.HttpWebRequest System.Net.WebConnection::priority_request HttpWebRequest_t1669436515 * ___priority_request_19; // System.Net.NetworkCredential System.Net.WebConnection::ntlm_credentials NetworkCredential_t3282608323 * ___ntlm_credentials_20; // System.Boolean System.Net.WebConnection::ntlm_authenticated bool ___ntlm_authenticated_21; // System.Boolean System.Net.WebConnection::unsafe_sharing bool ___unsafe_sharing_22; // System.Boolean System.Net.WebConnection::ssl bool ___ssl_23; // System.Boolean System.Net.WebConnection::certsAvailable bool ___certsAvailable_24; // System.Exception System.Net.WebConnection::connect_exception Exception_t * ___connect_exception_25; public: inline static int32_t get_offset_of_sPoint_0() { return static_cast(offsetof(WebConnection_t3982808322, ___sPoint_0)); } inline ServicePoint_t2786966844 * get_sPoint_0() const { return ___sPoint_0; } inline ServicePoint_t2786966844 ** get_address_of_sPoint_0() { return &___sPoint_0; } inline void set_sPoint_0(ServicePoint_t2786966844 * value) { ___sPoint_0 = value; Il2CppCodeGenWriteBarrier((&___sPoint_0), value); } inline static int32_t get_offset_of_nstream_1() { return static_cast(offsetof(WebConnection_t3982808322, ___nstream_1)); } inline Stream_t1273022909 * get_nstream_1() const { return ___nstream_1; } inline Stream_t1273022909 ** get_address_of_nstream_1() { return &___nstream_1; } inline void set_nstream_1(Stream_t1273022909 * value) { ___nstream_1 = value; Il2CppCodeGenWriteBarrier((&___nstream_1), value); } inline static int32_t get_offset_of_socket_2() { return static_cast(offsetof(WebConnection_t3982808322, ___socket_2)); } inline Socket_t1119025450 * get_socket_2() const { return ___socket_2; } inline Socket_t1119025450 ** get_address_of_socket_2() { return &___socket_2; } inline void set_socket_2(Socket_t1119025450 * value) { ___socket_2 = value; Il2CppCodeGenWriteBarrier((&___socket_2), value); } inline static int32_t get_offset_of_socketLock_3() { return static_cast(offsetof(WebConnection_t3982808322, ___socketLock_3)); } inline RuntimeObject * get_socketLock_3() const { return ___socketLock_3; } inline RuntimeObject ** get_address_of_socketLock_3() { return &___socketLock_3; } inline void set_socketLock_3(RuntimeObject * value) { ___socketLock_3 = value; Il2CppCodeGenWriteBarrier((&___socketLock_3), value); } inline static int32_t get_offset_of_status_4() { return static_cast(offsetof(WebConnection_t3982808322, ___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; } inline static int32_t get_offset_of_initConn_5() { return static_cast(offsetof(WebConnection_t3982808322, ___initConn_5)); } inline WaitCallback_t2448485498 * get_initConn_5() const { return ___initConn_5; } inline WaitCallback_t2448485498 ** get_address_of_initConn_5() { return &___initConn_5; } inline void set_initConn_5(WaitCallback_t2448485498 * value) { ___initConn_5 = value; Il2CppCodeGenWriteBarrier((&___initConn_5), value); } inline static int32_t get_offset_of_keepAlive_6() { return static_cast(offsetof(WebConnection_t3982808322, ___keepAlive_6)); } inline bool get_keepAlive_6() const { return ___keepAlive_6; } inline bool* get_address_of_keepAlive_6() { return &___keepAlive_6; } inline void set_keepAlive_6(bool value) { ___keepAlive_6 = value; } inline static int32_t get_offset_of_buffer_7() { return static_cast(offsetof(WebConnection_t3982808322, ___buffer_7)); } inline ByteU5BU5D_t4116647657* get_buffer_7() const { return ___buffer_7; } inline ByteU5BU5D_t4116647657** get_address_of_buffer_7() { return &___buffer_7; } inline void set_buffer_7(ByteU5BU5D_t4116647657* value) { ___buffer_7 = value; Il2CppCodeGenWriteBarrier((&___buffer_7), value); } inline static int32_t get_offset_of_abortHandler_9() { return static_cast(offsetof(WebConnection_t3982808322, ___abortHandler_9)); } inline EventHandler_t1348719766 * get_abortHandler_9() const { return ___abortHandler_9; } inline EventHandler_t1348719766 ** get_address_of_abortHandler_9() { return &___abortHandler_9; } inline void set_abortHandler_9(EventHandler_t1348719766 * value) { ___abortHandler_9 = value; Il2CppCodeGenWriteBarrier((&___abortHandler_9), value); } inline static int32_t get_offset_of_abortHelper_10() { return static_cast(offsetof(WebConnection_t3982808322, ___abortHelper_10)); } inline AbortHelper_t1490877826 * get_abortHelper_10() const { return ___abortHelper_10; } inline AbortHelper_t1490877826 ** get_address_of_abortHelper_10() { return &___abortHelper_10; } inline void set_abortHelper_10(AbortHelper_t1490877826 * value) { ___abortHelper_10 = value; Il2CppCodeGenWriteBarrier((&___abortHelper_10), value); } inline static int32_t get_offset_of_readState_11() { return static_cast(offsetof(WebConnection_t3982808322, ___readState_11)); } inline int32_t get_readState_11() const { return ___readState_11; } inline int32_t* get_address_of_readState_11() { return &___readState_11; } inline void set_readState_11(int32_t value) { ___readState_11 = value; } inline static int32_t get_offset_of_Data_12() { return static_cast(offsetof(WebConnection_t3982808322, ___Data_12)); } inline WebConnectionData_t3835660455 * get_Data_12() const { return ___Data_12; } inline WebConnectionData_t3835660455 ** get_address_of_Data_12() { return &___Data_12; } inline void set_Data_12(WebConnectionData_t3835660455 * value) { ___Data_12 = value; Il2CppCodeGenWriteBarrier((&___Data_12), value); } inline static int32_t get_offset_of_chunkedRead_13() { return static_cast(offsetof(WebConnection_t3982808322, ___chunkedRead_13)); } inline bool get_chunkedRead_13() const { return ___chunkedRead_13; } inline bool* get_address_of_chunkedRead_13() { return &___chunkedRead_13; } inline void set_chunkedRead_13(bool value) { ___chunkedRead_13 = value; } inline static int32_t get_offset_of_chunkStream_14() { return static_cast(offsetof(WebConnection_t3982808322, ___chunkStream_14)); } inline ChunkStream_t2634567336 * get_chunkStream_14() const { return ___chunkStream_14; } inline ChunkStream_t2634567336 ** get_address_of_chunkStream_14() { return &___chunkStream_14; } inline void set_chunkStream_14(ChunkStream_t2634567336 * value) { ___chunkStream_14 = value; Il2CppCodeGenWriteBarrier((&___chunkStream_14), value); } inline static int32_t get_offset_of_queue_15() { return static_cast(offsetof(WebConnection_t3982808322, ___queue_15)); } inline Queue_t3637523393 * get_queue_15() const { return ___queue_15; } inline Queue_t3637523393 ** get_address_of_queue_15() { return &___queue_15; } inline void set_queue_15(Queue_t3637523393 * value) { ___queue_15 = value; Il2CppCodeGenWriteBarrier((&___queue_15), value); } inline static int32_t get_offset_of_reused_16() { return static_cast(offsetof(WebConnection_t3982808322, ___reused_16)); } inline bool get_reused_16() const { return ___reused_16; } inline bool* get_address_of_reused_16() { return &___reused_16; } inline void set_reused_16(bool value) { ___reused_16 = value; } inline static int32_t get_offset_of_position_17() { return static_cast(offsetof(WebConnection_t3982808322, ___position_17)); } inline int32_t get_position_17() const { return ___position_17; } inline int32_t* get_address_of_position_17() { return &___position_17; } inline void set_position_17(int32_t value) { ___position_17 = value; } inline static int32_t get_offset_of_busy_18() { return static_cast(offsetof(WebConnection_t3982808322, ___busy_18)); } inline bool get_busy_18() const { return ___busy_18; } inline bool* get_address_of_busy_18() { return &___busy_18; } inline void set_busy_18(bool value) { ___busy_18 = value; } inline static int32_t get_offset_of_priority_request_19() { return static_cast(offsetof(WebConnection_t3982808322, ___priority_request_19)); } inline HttpWebRequest_t1669436515 * get_priority_request_19() const { return ___priority_request_19; } inline HttpWebRequest_t1669436515 ** get_address_of_priority_request_19() { return &___priority_request_19; } inline void set_priority_request_19(HttpWebRequest_t1669436515 * value) { ___priority_request_19 = value; Il2CppCodeGenWriteBarrier((&___priority_request_19), value); } inline static int32_t get_offset_of_ntlm_credentials_20() { return static_cast(offsetof(WebConnection_t3982808322, ___ntlm_credentials_20)); } inline NetworkCredential_t3282608323 * get_ntlm_credentials_20() const { return ___ntlm_credentials_20; } inline NetworkCredential_t3282608323 ** get_address_of_ntlm_credentials_20() { return &___ntlm_credentials_20; } inline void set_ntlm_credentials_20(NetworkCredential_t3282608323 * value) { ___ntlm_credentials_20 = value; Il2CppCodeGenWriteBarrier((&___ntlm_credentials_20), value); } inline static int32_t get_offset_of_ntlm_authenticated_21() { return static_cast(offsetof(WebConnection_t3982808322, ___ntlm_authenticated_21)); } inline bool get_ntlm_authenticated_21() const { return ___ntlm_authenticated_21; } inline bool* get_address_of_ntlm_authenticated_21() { return &___ntlm_authenticated_21; } inline void set_ntlm_authenticated_21(bool value) { ___ntlm_authenticated_21 = value; } inline static int32_t get_offset_of_unsafe_sharing_22() { return static_cast(offsetof(WebConnection_t3982808322, ___unsafe_sharing_22)); } inline bool get_unsafe_sharing_22() const { return ___unsafe_sharing_22; } inline bool* get_address_of_unsafe_sharing_22() { return &___unsafe_sharing_22; } inline void set_unsafe_sharing_22(bool value) { ___unsafe_sharing_22 = value; } inline static int32_t get_offset_of_ssl_23() { return static_cast(offsetof(WebConnection_t3982808322, ___ssl_23)); } inline bool get_ssl_23() const { return ___ssl_23; } inline bool* get_address_of_ssl_23() { return &___ssl_23; } inline void set_ssl_23(bool value) { ___ssl_23 = value; } inline static int32_t get_offset_of_certsAvailable_24() { return static_cast(offsetof(WebConnection_t3982808322, ___certsAvailable_24)); } inline bool get_certsAvailable_24() const { return ___certsAvailable_24; } inline bool* get_address_of_certsAvailable_24() { return &___certsAvailable_24; } inline void set_certsAvailable_24(bool value) { ___certsAvailable_24 = value; } inline static int32_t get_offset_of_connect_exception_25() { return static_cast(offsetof(WebConnection_t3982808322, ___connect_exception_25)); } inline Exception_t * get_connect_exception_25() const { return ___connect_exception_25; } inline Exception_t ** get_address_of_connect_exception_25() { return &___connect_exception_25; } inline void set_connect_exception_25(Exception_t * value) { ___connect_exception_25 = value; Il2CppCodeGenWriteBarrier((&___connect_exception_25), value); } }; struct WebConnection_t3982808322_StaticFields { public: // System.AsyncCallback System.Net.WebConnection::readDoneDelegate AsyncCallback_t3962456242 * ___readDoneDelegate_8; // System.Object System.Net.WebConnection::classLock RuntimeObject * ___classLock_26; // System.Type System.Net.WebConnection::sslStream Type_t * ___sslStream_27; // System.Reflection.PropertyInfo System.Net.WebConnection::piClient PropertyInfo_t * ___piClient_28; // System.Reflection.PropertyInfo System.Net.WebConnection::piServer PropertyInfo_t * ___piServer_29; // System.Reflection.PropertyInfo System.Net.WebConnection::piTrustFailure PropertyInfo_t * ___piTrustFailure_30; // System.Reflection.MethodInfo System.Net.WebConnection::method_GetSecurityPolicyFromNonMainThread MethodInfo_t * ___method_GetSecurityPolicyFromNonMainThread_31; public: inline static int32_t get_offset_of_readDoneDelegate_8() { return static_cast(offsetof(WebConnection_t3982808322_StaticFields, ___readDoneDelegate_8)); } inline AsyncCallback_t3962456242 * get_readDoneDelegate_8() const { return ___readDoneDelegate_8; } inline AsyncCallback_t3962456242 ** get_address_of_readDoneDelegate_8() { return &___readDoneDelegate_8; } inline void set_readDoneDelegate_8(AsyncCallback_t3962456242 * value) { ___readDoneDelegate_8 = value; Il2CppCodeGenWriteBarrier((&___readDoneDelegate_8), value); } inline static int32_t get_offset_of_classLock_26() { return static_cast(offsetof(WebConnection_t3982808322_StaticFields, ___classLock_26)); } inline RuntimeObject * get_classLock_26() const { return ___classLock_26; } inline RuntimeObject ** get_address_of_classLock_26() { return &___classLock_26; } inline void set_classLock_26(RuntimeObject * value) { ___classLock_26 = value; Il2CppCodeGenWriteBarrier((&___classLock_26), value); } inline static int32_t get_offset_of_sslStream_27() { return static_cast(offsetof(WebConnection_t3982808322_StaticFields, ___sslStream_27)); } inline Type_t * get_sslStream_27() const { return ___sslStream_27; } inline Type_t ** get_address_of_sslStream_27() { return &___sslStream_27; } inline void set_sslStream_27(Type_t * value) { ___sslStream_27 = value; Il2CppCodeGenWriteBarrier((&___sslStream_27), value); } inline static int32_t get_offset_of_piClient_28() { return static_cast(offsetof(WebConnection_t3982808322_StaticFields, ___piClient_28)); } inline PropertyInfo_t * get_piClient_28() const { return ___piClient_28; } inline PropertyInfo_t ** get_address_of_piClient_28() { return &___piClient_28; } inline void set_piClient_28(PropertyInfo_t * value) { ___piClient_28 = value; Il2CppCodeGenWriteBarrier((&___piClient_28), value); } inline static int32_t get_offset_of_piServer_29() { return static_cast(offsetof(WebConnection_t3982808322_StaticFields, ___piServer_29)); } inline PropertyInfo_t * get_piServer_29() const { return ___piServer_29; } inline PropertyInfo_t ** get_address_of_piServer_29() { return &___piServer_29; } inline void set_piServer_29(PropertyInfo_t * value) { ___piServer_29 = value; Il2CppCodeGenWriteBarrier((&___piServer_29), value); } inline static int32_t get_offset_of_piTrustFailure_30() { return static_cast(offsetof(WebConnection_t3982808322_StaticFields, ___piTrustFailure_30)); } inline PropertyInfo_t * get_piTrustFailure_30() const { return ___piTrustFailure_30; } inline PropertyInfo_t ** get_address_of_piTrustFailure_30() { return &___piTrustFailure_30; } inline void set_piTrustFailure_30(PropertyInfo_t * value) { ___piTrustFailure_30 = value; Il2CppCodeGenWriteBarrier((&___piTrustFailure_30), value); } inline static int32_t get_offset_of_method_GetSecurityPolicyFromNonMainThread_31() { return static_cast(offsetof(WebConnection_t3982808322_StaticFields, ___method_GetSecurityPolicyFromNonMainThread_31)); } inline MethodInfo_t * get_method_GetSecurityPolicyFromNonMainThread_31() const { return ___method_GetSecurityPolicyFromNonMainThread_31; } inline MethodInfo_t ** get_address_of_method_GetSecurityPolicyFromNonMainThread_31() { return &___method_GetSecurityPolicyFromNonMainThread_31; } inline void set_method_GetSecurityPolicyFromNonMainThread_31(MethodInfo_t * value) { ___method_GetSecurityPolicyFromNonMainThread_31 = value; Il2CppCodeGenWriteBarrier((&___method_GetSecurityPolicyFromNonMainThread_31), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBCONNECTION_T3982808322_H #ifndef CHUNKSTREAM_T2634567336_H #define CHUNKSTREAM_T2634567336_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ChunkStream struct ChunkStream_t2634567336 : public RuntimeObject { public: // System.Net.WebHeaderCollection System.Net.ChunkStream::headers WebHeaderCollection_t1942268960 * ___headers_0; // System.Int32 System.Net.ChunkStream::chunkSize int32_t ___chunkSize_1; // System.Int32 System.Net.ChunkStream::chunkRead int32_t ___chunkRead_2; // System.Net.ChunkStream/State System.Net.ChunkStream::state int32_t ___state_3; // System.Text.StringBuilder System.Net.ChunkStream::saved StringBuilder_t * ___saved_4; // System.Boolean System.Net.ChunkStream::sawCR bool ___sawCR_5; // System.Boolean System.Net.ChunkStream::gotit bool ___gotit_6; // System.Int32 System.Net.ChunkStream::trailerState int32_t ___trailerState_7; // System.Collections.ArrayList System.Net.ChunkStream::chunks ArrayList_t2718874744 * ___chunks_8; public: inline static int32_t get_offset_of_headers_0() { return static_cast(offsetof(ChunkStream_t2634567336, ___headers_0)); } inline WebHeaderCollection_t1942268960 * get_headers_0() const { return ___headers_0; } inline WebHeaderCollection_t1942268960 ** get_address_of_headers_0() { return &___headers_0; } inline void set_headers_0(WebHeaderCollection_t1942268960 * value) { ___headers_0 = value; Il2CppCodeGenWriteBarrier((&___headers_0), value); } inline static int32_t get_offset_of_chunkSize_1() { return static_cast(offsetof(ChunkStream_t2634567336, ___chunkSize_1)); } inline int32_t get_chunkSize_1() const { return ___chunkSize_1; } inline int32_t* get_address_of_chunkSize_1() { return &___chunkSize_1; } inline void set_chunkSize_1(int32_t value) { ___chunkSize_1 = value; } inline static int32_t get_offset_of_chunkRead_2() { return static_cast(offsetof(ChunkStream_t2634567336, ___chunkRead_2)); } inline int32_t get_chunkRead_2() const { return ___chunkRead_2; } inline int32_t* get_address_of_chunkRead_2() { return &___chunkRead_2; } inline void set_chunkRead_2(int32_t value) { ___chunkRead_2 = value; } inline static int32_t get_offset_of_state_3() { return static_cast(offsetof(ChunkStream_t2634567336, ___state_3)); } inline int32_t get_state_3() const { return ___state_3; } inline int32_t* get_address_of_state_3() { return &___state_3; } inline void set_state_3(int32_t value) { ___state_3 = value; } inline static int32_t get_offset_of_saved_4() { return static_cast(offsetof(ChunkStream_t2634567336, ___saved_4)); } inline StringBuilder_t * get_saved_4() const { return ___saved_4; } inline StringBuilder_t ** get_address_of_saved_4() { return &___saved_4; } inline void set_saved_4(StringBuilder_t * value) { ___saved_4 = value; Il2CppCodeGenWriteBarrier((&___saved_4), value); } inline static int32_t get_offset_of_sawCR_5() { return static_cast(offsetof(ChunkStream_t2634567336, ___sawCR_5)); } inline bool get_sawCR_5() const { return ___sawCR_5; } inline bool* get_address_of_sawCR_5() { return &___sawCR_5; } inline void set_sawCR_5(bool value) { ___sawCR_5 = value; } inline static int32_t get_offset_of_gotit_6() { return static_cast(offsetof(ChunkStream_t2634567336, ___gotit_6)); } inline bool get_gotit_6() const { return ___gotit_6; } inline bool* get_address_of_gotit_6() { return &___gotit_6; } inline void set_gotit_6(bool value) { ___gotit_6 = value; } inline static int32_t get_offset_of_trailerState_7() { return static_cast(offsetof(ChunkStream_t2634567336, ___trailerState_7)); } inline int32_t get_trailerState_7() const { return ___trailerState_7; } inline int32_t* get_address_of_trailerState_7() { return &___trailerState_7; } inline void set_trailerState_7(int32_t value) { ___trailerState_7 = value; } inline static int32_t get_offset_of_chunks_8() { return static_cast(offsetof(ChunkStream_t2634567336, ___chunks_8)); } inline ArrayList_t2718874744 * get_chunks_8() const { return ___chunks_8; } inline ArrayList_t2718874744 ** get_address_of_chunks_8() { return &___chunks_8; } inline void set_chunks_8(ArrayList_t2718874744 * value) { ___chunks_8 = value; Il2CppCodeGenWriteBarrier((&___chunks_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHUNKSTREAM_T2634567336_H #ifndef HTTPWEBRESPONSE_T3286585418_H #define HTTPWEBRESPONSE_T3286585418_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpWebResponse struct HttpWebResponse_t3286585418 : public WebResponse_t229922639 { public: // System.Uri System.Net.HttpWebResponse::uri Uri_t100236324 * ___uri_1; // System.Net.WebHeaderCollection System.Net.HttpWebResponse::webHeaders WebHeaderCollection_t1942268960 * ___webHeaders_2; // System.Net.CookieCollection System.Net.HttpWebResponse::cookieCollection CookieCollection_t3881042616 * ___cookieCollection_3; // System.String System.Net.HttpWebResponse::method String_t* ___method_4; // System.Version System.Net.HttpWebResponse::version Version_t3456873960 * ___version_5; // System.Net.HttpStatusCode System.Net.HttpWebResponse::statusCode int32_t ___statusCode_6; // System.String System.Net.HttpWebResponse::statusDescription String_t* ___statusDescription_7; // System.Int64 System.Net.HttpWebResponse::contentLength int64_t ___contentLength_8; // System.String System.Net.HttpWebResponse::contentType String_t* ___contentType_9; // System.Net.CookieContainer System.Net.HttpWebResponse::cookie_container CookieContainer_t2331592909 * ___cookie_container_10; // System.Boolean System.Net.HttpWebResponse::disposed bool ___disposed_11; // System.IO.Stream System.Net.HttpWebResponse::stream Stream_t1273022909 * ___stream_12; // System.String[] System.Net.HttpWebResponse::cookieExpiresFormats StringU5BU5D_t1281789340* ___cookieExpiresFormats_13; public: inline static int32_t get_offset_of_uri_1() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___uri_1)); } inline Uri_t100236324 * get_uri_1() const { return ___uri_1; } inline Uri_t100236324 ** get_address_of_uri_1() { return &___uri_1; } inline void set_uri_1(Uri_t100236324 * value) { ___uri_1 = value; Il2CppCodeGenWriteBarrier((&___uri_1), value); } inline static int32_t get_offset_of_webHeaders_2() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___webHeaders_2)); } inline WebHeaderCollection_t1942268960 * get_webHeaders_2() const { return ___webHeaders_2; } inline WebHeaderCollection_t1942268960 ** get_address_of_webHeaders_2() { return &___webHeaders_2; } inline void set_webHeaders_2(WebHeaderCollection_t1942268960 * value) { ___webHeaders_2 = value; Il2CppCodeGenWriteBarrier((&___webHeaders_2), value); } inline static int32_t get_offset_of_cookieCollection_3() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___cookieCollection_3)); } inline CookieCollection_t3881042616 * get_cookieCollection_3() const { return ___cookieCollection_3; } inline CookieCollection_t3881042616 ** get_address_of_cookieCollection_3() { return &___cookieCollection_3; } inline void set_cookieCollection_3(CookieCollection_t3881042616 * value) { ___cookieCollection_3 = value; Il2CppCodeGenWriteBarrier((&___cookieCollection_3), value); } inline static int32_t get_offset_of_method_4() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___method_4)); } inline String_t* get_method_4() const { return ___method_4; } inline String_t** get_address_of_method_4() { return &___method_4; } inline void set_method_4(String_t* value) { ___method_4 = value; Il2CppCodeGenWriteBarrier((&___method_4), value); } inline static int32_t get_offset_of_version_5() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___version_5)); } inline Version_t3456873960 * get_version_5() const { return ___version_5; } inline Version_t3456873960 ** get_address_of_version_5() { return &___version_5; } inline void set_version_5(Version_t3456873960 * value) { ___version_5 = value; Il2CppCodeGenWriteBarrier((&___version_5), value); } inline static int32_t get_offset_of_statusCode_6() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___statusCode_6)); } inline int32_t get_statusCode_6() const { return ___statusCode_6; } inline int32_t* get_address_of_statusCode_6() { return &___statusCode_6; } inline void set_statusCode_6(int32_t value) { ___statusCode_6 = value; } inline static int32_t get_offset_of_statusDescription_7() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___statusDescription_7)); } inline String_t* get_statusDescription_7() const { return ___statusDescription_7; } inline String_t** get_address_of_statusDescription_7() { return &___statusDescription_7; } inline void set_statusDescription_7(String_t* value) { ___statusDescription_7 = value; Il2CppCodeGenWriteBarrier((&___statusDescription_7), value); } inline static int32_t get_offset_of_contentLength_8() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___contentLength_8)); } inline int64_t get_contentLength_8() const { return ___contentLength_8; } inline int64_t* get_address_of_contentLength_8() { return &___contentLength_8; } inline void set_contentLength_8(int64_t value) { ___contentLength_8 = value; } inline static int32_t get_offset_of_contentType_9() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___contentType_9)); } inline String_t* get_contentType_9() const { return ___contentType_9; } inline String_t** get_address_of_contentType_9() { return &___contentType_9; } inline void set_contentType_9(String_t* value) { ___contentType_9 = value; Il2CppCodeGenWriteBarrier((&___contentType_9), value); } inline static int32_t get_offset_of_cookie_container_10() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___cookie_container_10)); } inline CookieContainer_t2331592909 * get_cookie_container_10() const { return ___cookie_container_10; } inline CookieContainer_t2331592909 ** get_address_of_cookie_container_10() { return &___cookie_container_10; } inline void set_cookie_container_10(CookieContainer_t2331592909 * value) { ___cookie_container_10 = value; Il2CppCodeGenWriteBarrier((&___cookie_container_10), value); } inline static int32_t get_offset_of_disposed_11() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___disposed_11)); } inline bool get_disposed_11() const { return ___disposed_11; } inline bool* get_address_of_disposed_11() { return &___disposed_11; } inline void set_disposed_11(bool value) { ___disposed_11 = value; } inline static int32_t get_offset_of_stream_12() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___stream_12)); } inline Stream_t1273022909 * get_stream_12() const { return ___stream_12; } inline Stream_t1273022909 ** get_address_of_stream_12() { return &___stream_12; } inline void set_stream_12(Stream_t1273022909 * value) { ___stream_12 = value; Il2CppCodeGenWriteBarrier((&___stream_12), value); } inline static int32_t get_offset_of_cookieExpiresFormats_13() { return static_cast(offsetof(HttpWebResponse_t3286585418, ___cookieExpiresFormats_13)); } inline StringU5BU5D_t1281789340* get_cookieExpiresFormats_13() const { return ___cookieExpiresFormats_13; } inline StringU5BU5D_t1281789340** get_address_of_cookieExpiresFormats_13() { return &___cookieExpiresFormats_13; } inline void set_cookieExpiresFormats_13(StringU5BU5D_t1281789340* value) { ___cookieExpiresFormats_13 = value; Il2CppCodeGenWriteBarrier((&___cookieExpiresFormats_13), value); } }; struct HttpWebResponse_t3286585418_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Net.HttpWebResponse::<>f__switch$mapD Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapD_14; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24mapD_14() { return static_cast(offsetof(HttpWebResponse_t3286585418_StaticFields, ___U3CU3Ef__switchU24mapD_14)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapD_14() const { return ___U3CU3Ef__switchU24mapD_14; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapD_14() { return &___U3CU3Ef__switchU24mapD_14; } inline void set_U3CU3Ef__switchU24mapD_14(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapD_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapD_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPWEBRESPONSE_T3286585418_H #ifndef NETWORKSTREAM_T4071955934_H #define NETWORKSTREAM_T4071955934_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.NetworkStream struct NetworkStream_t4071955934 : public Stream_t1273022909 { public: // System.IO.FileAccess System.Net.Sockets.NetworkStream::access int32_t ___access_2; // System.Net.Sockets.Socket System.Net.Sockets.NetworkStream::socket Socket_t1119025450 * ___socket_3; // System.Boolean System.Net.Sockets.NetworkStream::owns_socket bool ___owns_socket_4; // System.Boolean System.Net.Sockets.NetworkStream::readable bool ___readable_5; // System.Boolean System.Net.Sockets.NetworkStream::writeable bool ___writeable_6; // System.Boolean System.Net.Sockets.NetworkStream::disposed bool ___disposed_7; public: inline static int32_t get_offset_of_access_2() { return static_cast(offsetof(NetworkStream_t4071955934, ___access_2)); } inline int32_t get_access_2() const { return ___access_2; } inline int32_t* get_address_of_access_2() { return &___access_2; } inline void set_access_2(int32_t value) { ___access_2 = value; } inline static int32_t get_offset_of_socket_3() { return static_cast(offsetof(NetworkStream_t4071955934, ___socket_3)); } inline Socket_t1119025450 * get_socket_3() const { return ___socket_3; } inline Socket_t1119025450 ** get_address_of_socket_3() { return &___socket_3; } inline void set_socket_3(Socket_t1119025450 * value) { ___socket_3 = value; Il2CppCodeGenWriteBarrier((&___socket_3), value); } inline static int32_t get_offset_of_owns_socket_4() { return static_cast(offsetof(NetworkStream_t4071955934, ___owns_socket_4)); } inline bool get_owns_socket_4() const { return ___owns_socket_4; } inline bool* get_address_of_owns_socket_4() { return &___owns_socket_4; } inline void set_owns_socket_4(bool value) { ___owns_socket_4 = value; } inline static int32_t get_offset_of_readable_5() { return static_cast(offsetof(NetworkStream_t4071955934, ___readable_5)); } inline bool get_readable_5() const { return ___readable_5; } inline bool* get_address_of_readable_5() { return &___readable_5; } inline void set_readable_5(bool value) { ___readable_5 = value; } inline static int32_t get_offset_of_writeable_6() { return static_cast(offsetof(NetworkStream_t4071955934, ___writeable_6)); } inline bool get_writeable_6() const { return ___writeable_6; } inline bool* get_address_of_writeable_6() { return &___writeable_6; } inline void set_writeable_6(bool value) { ___writeable_6 = value; } inline static int32_t get_offset_of_disposed_7() { return static_cast(offsetof(NetworkStream_t4071955934, ___disposed_7)); } inline bool get_disposed_7() const { return ___disposed_7; } inline bool* get_address_of_disposed_7() { return &___disposed_7; } inline void set_disposed_7(bool value) { ___disposed_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETWORKSTREAM_T4071955934_H #ifndef SOCKETASYNCCALL_T1521370843_H #define SOCKETASYNCCALL_T1521370843_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.Socket/SocketAsyncCall struct SocketAsyncCall_t1521370843 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETASYNCCALL_T1521370843_H #ifndef REMOTECERTIFICATEVALIDATIONCALLBACK_T3014364904_H #define REMOTECERTIFICATEVALIDATIONCALLBACK_T3014364904_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Security.RemoteCertificateValidationCallback struct RemoteCertificateValidationCallback_t3014364904 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REMOTECERTIFICATEVALIDATIONCALLBACK_T3014364904_H #ifndef SERVICEPOINT_T2786966844_H #define SERVICEPOINT_T2786966844_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ServicePoint struct ServicePoint_t2786966844 : public RuntimeObject { public: // System.Uri System.Net.ServicePoint::uri Uri_t100236324 * ___uri_0; // System.Int32 System.Net.ServicePoint::connectionLimit int32_t ___connectionLimit_1; // System.Int32 System.Net.ServicePoint::maxIdleTime int32_t ___maxIdleTime_2; // System.Int32 System.Net.ServicePoint::currentConnections int32_t ___currentConnections_3; // System.DateTime System.Net.ServicePoint::idleSince DateTime_t3738529785 ___idleSince_4; // System.Version System.Net.ServicePoint::protocolVersion Version_t3456873960 * ___protocolVersion_5; // System.Security.Cryptography.X509Certificates.X509Certificate System.Net.ServicePoint::certificate X509Certificate_t713131622 * ___certificate_6; // System.Security.Cryptography.X509Certificates.X509Certificate System.Net.ServicePoint::clientCertificate X509Certificate_t713131622 * ___clientCertificate_7; // System.Net.IPHostEntry System.Net.ServicePoint::host IPHostEntry_t263743900 * ___host_8; // System.Boolean System.Net.ServicePoint::usesProxy bool ___usesProxy_9; // System.Collections.Hashtable System.Net.ServicePoint::groups Hashtable_t1853889766 * ___groups_10; // System.Boolean System.Net.ServicePoint::sendContinue bool ___sendContinue_11; // System.Boolean System.Net.ServicePoint::useConnect bool ___useConnect_12; // System.Object System.Net.ServicePoint::locker RuntimeObject * ___locker_13; // System.Object System.Net.ServicePoint::hostE RuntimeObject * ___hostE_14; // System.Boolean System.Net.ServicePoint::useNagle bool ___useNagle_15; // System.Net.BindIPEndPoint System.Net.ServicePoint::endPointCallback BindIPEndPoint_t1029027275 * ___endPointCallback_16; public: inline static int32_t get_offset_of_uri_0() { return static_cast(offsetof(ServicePoint_t2786966844, ___uri_0)); } inline Uri_t100236324 * get_uri_0() const { return ___uri_0; } inline Uri_t100236324 ** get_address_of_uri_0() { return &___uri_0; } inline void set_uri_0(Uri_t100236324 * value) { ___uri_0 = value; Il2CppCodeGenWriteBarrier((&___uri_0), value); } inline static int32_t get_offset_of_connectionLimit_1() { return static_cast(offsetof(ServicePoint_t2786966844, ___connectionLimit_1)); } inline int32_t get_connectionLimit_1() const { return ___connectionLimit_1; } inline int32_t* get_address_of_connectionLimit_1() { return &___connectionLimit_1; } inline void set_connectionLimit_1(int32_t value) { ___connectionLimit_1 = value; } inline static int32_t get_offset_of_maxIdleTime_2() { return static_cast(offsetof(ServicePoint_t2786966844, ___maxIdleTime_2)); } inline int32_t get_maxIdleTime_2() const { return ___maxIdleTime_2; } inline int32_t* get_address_of_maxIdleTime_2() { return &___maxIdleTime_2; } inline void set_maxIdleTime_2(int32_t value) { ___maxIdleTime_2 = value; } inline static int32_t get_offset_of_currentConnections_3() { return static_cast(offsetof(ServicePoint_t2786966844, ___currentConnections_3)); } inline int32_t get_currentConnections_3() const { return ___currentConnections_3; } inline int32_t* get_address_of_currentConnections_3() { return &___currentConnections_3; } inline void set_currentConnections_3(int32_t value) { ___currentConnections_3 = value; } inline static int32_t get_offset_of_idleSince_4() { return static_cast(offsetof(ServicePoint_t2786966844, ___idleSince_4)); } inline DateTime_t3738529785 get_idleSince_4() const { return ___idleSince_4; } inline DateTime_t3738529785 * get_address_of_idleSince_4() { return &___idleSince_4; } inline void set_idleSince_4(DateTime_t3738529785 value) { ___idleSince_4 = value; } inline static int32_t get_offset_of_protocolVersion_5() { return static_cast(offsetof(ServicePoint_t2786966844, ___protocolVersion_5)); } inline Version_t3456873960 * get_protocolVersion_5() const { return ___protocolVersion_5; } inline Version_t3456873960 ** get_address_of_protocolVersion_5() { return &___protocolVersion_5; } inline void set_protocolVersion_5(Version_t3456873960 * value) { ___protocolVersion_5 = value; Il2CppCodeGenWriteBarrier((&___protocolVersion_5), value); } inline static int32_t get_offset_of_certificate_6() { return static_cast(offsetof(ServicePoint_t2786966844, ___certificate_6)); } inline X509Certificate_t713131622 * get_certificate_6() const { return ___certificate_6; } inline X509Certificate_t713131622 ** get_address_of_certificate_6() { return &___certificate_6; } inline void set_certificate_6(X509Certificate_t713131622 * value) { ___certificate_6 = value; Il2CppCodeGenWriteBarrier((&___certificate_6), value); } inline static int32_t get_offset_of_clientCertificate_7() { return static_cast(offsetof(ServicePoint_t2786966844, ___clientCertificate_7)); } inline X509Certificate_t713131622 * get_clientCertificate_7() const { return ___clientCertificate_7; } inline X509Certificate_t713131622 ** get_address_of_clientCertificate_7() { return &___clientCertificate_7; } inline void set_clientCertificate_7(X509Certificate_t713131622 * value) { ___clientCertificate_7 = value; Il2CppCodeGenWriteBarrier((&___clientCertificate_7), value); } inline static int32_t get_offset_of_host_8() { return static_cast(offsetof(ServicePoint_t2786966844, ___host_8)); } inline IPHostEntry_t263743900 * get_host_8() const { return ___host_8; } inline IPHostEntry_t263743900 ** get_address_of_host_8() { return &___host_8; } inline void set_host_8(IPHostEntry_t263743900 * value) { ___host_8 = value; Il2CppCodeGenWriteBarrier((&___host_8), value); } inline static int32_t get_offset_of_usesProxy_9() { return static_cast(offsetof(ServicePoint_t2786966844, ___usesProxy_9)); } inline bool get_usesProxy_9() const { return ___usesProxy_9; } inline bool* get_address_of_usesProxy_9() { return &___usesProxy_9; } inline void set_usesProxy_9(bool value) { ___usesProxy_9 = value; } inline static int32_t get_offset_of_groups_10() { return static_cast(offsetof(ServicePoint_t2786966844, ___groups_10)); } inline Hashtable_t1853889766 * get_groups_10() const { return ___groups_10; } inline Hashtable_t1853889766 ** get_address_of_groups_10() { return &___groups_10; } inline void set_groups_10(Hashtable_t1853889766 * value) { ___groups_10 = value; Il2CppCodeGenWriteBarrier((&___groups_10), value); } inline static int32_t get_offset_of_sendContinue_11() { return static_cast(offsetof(ServicePoint_t2786966844, ___sendContinue_11)); } inline bool get_sendContinue_11() const { return ___sendContinue_11; } inline bool* get_address_of_sendContinue_11() { return &___sendContinue_11; } inline void set_sendContinue_11(bool value) { ___sendContinue_11 = value; } inline static int32_t get_offset_of_useConnect_12() { return static_cast(offsetof(ServicePoint_t2786966844, ___useConnect_12)); } inline bool get_useConnect_12() const { return ___useConnect_12; } inline bool* get_address_of_useConnect_12() { return &___useConnect_12; } inline void set_useConnect_12(bool value) { ___useConnect_12 = value; } inline static int32_t get_offset_of_locker_13() { return static_cast(offsetof(ServicePoint_t2786966844, ___locker_13)); } inline RuntimeObject * get_locker_13() const { return ___locker_13; } inline RuntimeObject ** get_address_of_locker_13() { return &___locker_13; } inline void set_locker_13(RuntimeObject * value) { ___locker_13 = value; Il2CppCodeGenWriteBarrier((&___locker_13), value); } inline static int32_t get_offset_of_hostE_14() { return static_cast(offsetof(ServicePoint_t2786966844, ___hostE_14)); } inline RuntimeObject * get_hostE_14() const { return ___hostE_14; } inline RuntimeObject ** get_address_of_hostE_14() { return &___hostE_14; } inline void set_hostE_14(RuntimeObject * value) { ___hostE_14 = value; Il2CppCodeGenWriteBarrier((&___hostE_14), value); } inline static int32_t get_offset_of_useNagle_15() { return static_cast(offsetof(ServicePoint_t2786966844, ___useNagle_15)); } inline bool get_useNagle_15() const { return ___useNagle_15; } inline bool* get_address_of_useNagle_15() { return &___useNagle_15; } inline void set_useNagle_15(bool value) { ___useNagle_15 = value; } inline static int32_t get_offset_of_endPointCallback_16() { return static_cast(offsetof(ServicePoint_t2786966844, ___endPointCallback_16)); } inline BindIPEndPoint_t1029027275 * get_endPointCallback_16() const { return ___endPointCallback_16; } inline BindIPEndPoint_t1029027275 ** get_address_of_endPointCallback_16() { return &___endPointCallback_16; } inline void set_endPointCallback_16(BindIPEndPoint_t1029027275 * value) { ___endPointCallback_16 = value; Il2CppCodeGenWriteBarrier((&___endPointCallback_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERVICEPOINT_T2786966844_H #ifndef X509CRL_T1148767388_H #define X509CRL_T1148767388_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509Crl struct X509Crl_t1148767388 : public RuntimeObject { public: // System.String Mono.Security.X509.X509Crl::issuer String_t* ___issuer_0; // System.Byte Mono.Security.X509.X509Crl::version uint8_t ___version_1; // System.DateTime Mono.Security.X509.X509Crl::thisUpdate DateTime_t3738529785 ___thisUpdate_2; // System.DateTime Mono.Security.X509.X509Crl::nextUpdate DateTime_t3738529785 ___nextUpdate_3; // System.Collections.ArrayList Mono.Security.X509.X509Crl::entries ArrayList_t2718874744 * ___entries_4; // System.String Mono.Security.X509.X509Crl::signatureOID String_t* ___signatureOID_5; // System.Byte[] Mono.Security.X509.X509Crl::signature ByteU5BU5D_t4116647657* ___signature_6; // Mono.Security.X509.X509ExtensionCollection Mono.Security.X509.X509Crl::extensions X509ExtensionCollection_t609554709 * ___extensions_7; // System.Byte[] Mono.Security.X509.X509Crl::encoded ByteU5BU5D_t4116647657* ___encoded_8; // System.Byte[] Mono.Security.X509.X509Crl::hash_value ByteU5BU5D_t4116647657* ___hash_value_9; public: inline static int32_t get_offset_of_issuer_0() { return static_cast(offsetof(X509Crl_t1148767388, ___issuer_0)); } inline String_t* get_issuer_0() const { return ___issuer_0; } inline String_t** get_address_of_issuer_0() { return &___issuer_0; } inline void set_issuer_0(String_t* value) { ___issuer_0 = value; Il2CppCodeGenWriteBarrier((&___issuer_0), value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(X509Crl_t1148767388, ___version_1)); } inline uint8_t get_version_1() const { return ___version_1; } inline uint8_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(uint8_t value) { ___version_1 = value; } inline static int32_t get_offset_of_thisUpdate_2() { return static_cast(offsetof(X509Crl_t1148767388, ___thisUpdate_2)); } inline DateTime_t3738529785 get_thisUpdate_2() const { return ___thisUpdate_2; } inline DateTime_t3738529785 * get_address_of_thisUpdate_2() { return &___thisUpdate_2; } inline void set_thisUpdate_2(DateTime_t3738529785 value) { ___thisUpdate_2 = value; } inline static int32_t get_offset_of_nextUpdate_3() { return static_cast(offsetof(X509Crl_t1148767388, ___nextUpdate_3)); } inline DateTime_t3738529785 get_nextUpdate_3() const { return ___nextUpdate_3; } inline DateTime_t3738529785 * get_address_of_nextUpdate_3() { return &___nextUpdate_3; } inline void set_nextUpdate_3(DateTime_t3738529785 value) { ___nextUpdate_3 = value; } inline static int32_t get_offset_of_entries_4() { return static_cast(offsetof(X509Crl_t1148767388, ___entries_4)); } inline ArrayList_t2718874744 * get_entries_4() const { return ___entries_4; } inline ArrayList_t2718874744 ** get_address_of_entries_4() { return &___entries_4; } inline void set_entries_4(ArrayList_t2718874744 * value) { ___entries_4 = value; Il2CppCodeGenWriteBarrier((&___entries_4), value); } inline static int32_t get_offset_of_signatureOID_5() { return static_cast(offsetof(X509Crl_t1148767388, ___signatureOID_5)); } inline String_t* get_signatureOID_5() const { return ___signatureOID_5; } inline String_t** get_address_of_signatureOID_5() { return &___signatureOID_5; } inline void set_signatureOID_5(String_t* value) { ___signatureOID_5 = value; Il2CppCodeGenWriteBarrier((&___signatureOID_5), value); } inline static int32_t get_offset_of_signature_6() { return static_cast(offsetof(X509Crl_t1148767388, ___signature_6)); } inline ByteU5BU5D_t4116647657* get_signature_6() const { return ___signature_6; } inline ByteU5BU5D_t4116647657** get_address_of_signature_6() { return &___signature_6; } inline void set_signature_6(ByteU5BU5D_t4116647657* value) { ___signature_6 = value; Il2CppCodeGenWriteBarrier((&___signature_6), value); } inline static int32_t get_offset_of_extensions_7() { return static_cast(offsetof(X509Crl_t1148767388, ___extensions_7)); } inline X509ExtensionCollection_t609554709 * get_extensions_7() const { return ___extensions_7; } inline X509ExtensionCollection_t609554709 ** get_address_of_extensions_7() { return &___extensions_7; } inline void set_extensions_7(X509ExtensionCollection_t609554709 * value) { ___extensions_7 = value; Il2CppCodeGenWriteBarrier((&___extensions_7), value); } inline static int32_t get_offset_of_encoded_8() { return static_cast(offsetof(X509Crl_t1148767388, ___encoded_8)); } inline ByteU5BU5D_t4116647657* get_encoded_8() const { return ___encoded_8; } inline ByteU5BU5D_t4116647657** get_address_of_encoded_8() { return &___encoded_8; } inline void set_encoded_8(ByteU5BU5D_t4116647657* value) { ___encoded_8 = value; Il2CppCodeGenWriteBarrier((&___encoded_8), value); } inline static int32_t get_offset_of_hash_value_9() { return static_cast(offsetof(X509Crl_t1148767388, ___hash_value_9)); } inline ByteU5BU5D_t4116647657* get_hash_value_9() const { return ___hash_value_9; } inline ByteU5BU5D_t4116647657** get_address_of_hash_value_9() { return &___hash_value_9; } inline void set_hash_value_9(ByteU5BU5D_t4116647657* value) { ___hash_value_9 = value; Il2CppCodeGenWriteBarrier((&___hash_value_9), value); } }; struct X509Crl_t1148767388_StaticFields { public: // System.Collections.Generic.Dictionary`2 Mono.Security.X509.X509Crl::<>f__switch$map13 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map13_10; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map13_10() { return static_cast(offsetof(X509Crl_t1148767388_StaticFields, ___U3CU3Ef__switchU24map13_10)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map13_10() const { return ___U3CU3Ef__switchU24map13_10; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map13_10() { return &___U3CU3Ef__switchU24map13_10; } inline void set_U3CU3Ef__switchU24map13_10(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map13_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map13_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CRL_T1148767388_H #ifndef WAITCALLBACK_T2448485498_H #define WAITCALLBACK_T2448485498_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.WaitCallback struct WaitCallback_t2448485498 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WAITCALLBACK_T2448485498_H #ifndef X509CERTIFICATE_T489243025_H #define X509CERTIFICATE_T489243025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509Certificate struct X509Certificate_t489243025 : public RuntimeObject { public: // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::decoder ASN1_t2114160833 * ___decoder_0; // System.Byte[] Mono.Security.X509.X509Certificate::m_encodedcert ByteU5BU5D_t4116647657* ___m_encodedcert_1; // System.DateTime Mono.Security.X509.X509Certificate::m_from DateTime_t3738529785 ___m_from_2; // System.DateTime Mono.Security.X509.X509Certificate::m_until DateTime_t3738529785 ___m_until_3; // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::issuer ASN1_t2114160833 * ___issuer_4; // System.String Mono.Security.X509.X509Certificate::m_issuername String_t* ___m_issuername_5; // System.String Mono.Security.X509.X509Certificate::m_keyalgo String_t* ___m_keyalgo_6; // System.Byte[] Mono.Security.X509.X509Certificate::m_keyalgoparams ByteU5BU5D_t4116647657* ___m_keyalgoparams_7; // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::subject ASN1_t2114160833 * ___subject_8; // System.String Mono.Security.X509.X509Certificate::m_subject String_t* ___m_subject_9; // System.Byte[] Mono.Security.X509.X509Certificate::m_publickey ByteU5BU5D_t4116647657* ___m_publickey_10; // System.Byte[] Mono.Security.X509.X509Certificate::signature ByteU5BU5D_t4116647657* ___signature_11; // System.String Mono.Security.X509.X509Certificate::m_signaturealgo String_t* ___m_signaturealgo_12; // System.Byte[] Mono.Security.X509.X509Certificate::m_signaturealgoparams ByteU5BU5D_t4116647657* ___m_signaturealgoparams_13; // System.Byte[] Mono.Security.X509.X509Certificate::certhash ByteU5BU5D_t4116647657* ___certhash_14; // System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::_rsa RSA_t2385438082 * ____rsa_15; // System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::_dsa DSA_t2386879874 * ____dsa_16; // System.Int32 Mono.Security.X509.X509Certificate::version int32_t ___version_17; // System.Byte[] Mono.Security.X509.X509Certificate::serialnumber ByteU5BU5D_t4116647657* ___serialnumber_18; // System.Byte[] Mono.Security.X509.X509Certificate::issuerUniqueID ByteU5BU5D_t4116647657* ___issuerUniqueID_19; // System.Byte[] Mono.Security.X509.X509Certificate::subjectUniqueID ByteU5BU5D_t4116647657* ___subjectUniqueID_20; // Mono.Security.X509.X509ExtensionCollection Mono.Security.X509.X509Certificate::extensions X509ExtensionCollection_t609554709 * ___extensions_21; public: inline static int32_t get_offset_of_decoder_0() { return static_cast(offsetof(X509Certificate_t489243025, ___decoder_0)); } inline ASN1_t2114160833 * get_decoder_0() const { return ___decoder_0; } inline ASN1_t2114160833 ** get_address_of_decoder_0() { return &___decoder_0; } inline void set_decoder_0(ASN1_t2114160833 * value) { ___decoder_0 = value; Il2CppCodeGenWriteBarrier((&___decoder_0), value); } inline static int32_t get_offset_of_m_encodedcert_1() { return static_cast(offsetof(X509Certificate_t489243025, ___m_encodedcert_1)); } inline ByteU5BU5D_t4116647657* get_m_encodedcert_1() const { return ___m_encodedcert_1; } inline ByteU5BU5D_t4116647657** get_address_of_m_encodedcert_1() { return &___m_encodedcert_1; } inline void set_m_encodedcert_1(ByteU5BU5D_t4116647657* value) { ___m_encodedcert_1 = value; Il2CppCodeGenWriteBarrier((&___m_encodedcert_1), value); } inline static int32_t get_offset_of_m_from_2() { return static_cast(offsetof(X509Certificate_t489243025, ___m_from_2)); } inline DateTime_t3738529785 get_m_from_2() const { return ___m_from_2; } inline DateTime_t3738529785 * get_address_of_m_from_2() { return &___m_from_2; } inline void set_m_from_2(DateTime_t3738529785 value) { ___m_from_2 = value; } inline static int32_t get_offset_of_m_until_3() { return static_cast(offsetof(X509Certificate_t489243025, ___m_until_3)); } inline DateTime_t3738529785 get_m_until_3() const { return ___m_until_3; } inline DateTime_t3738529785 * get_address_of_m_until_3() { return &___m_until_3; } inline void set_m_until_3(DateTime_t3738529785 value) { ___m_until_3 = value; } inline static int32_t get_offset_of_issuer_4() { return static_cast(offsetof(X509Certificate_t489243025, ___issuer_4)); } inline ASN1_t2114160833 * get_issuer_4() const { return ___issuer_4; } inline ASN1_t2114160833 ** get_address_of_issuer_4() { return &___issuer_4; } inline void set_issuer_4(ASN1_t2114160833 * value) { ___issuer_4 = value; Il2CppCodeGenWriteBarrier((&___issuer_4), value); } inline static int32_t get_offset_of_m_issuername_5() { return static_cast(offsetof(X509Certificate_t489243025, ___m_issuername_5)); } inline String_t* get_m_issuername_5() const { return ___m_issuername_5; } inline String_t** get_address_of_m_issuername_5() { return &___m_issuername_5; } inline void set_m_issuername_5(String_t* value) { ___m_issuername_5 = value; Il2CppCodeGenWriteBarrier((&___m_issuername_5), value); } inline static int32_t get_offset_of_m_keyalgo_6() { return static_cast(offsetof(X509Certificate_t489243025, ___m_keyalgo_6)); } inline String_t* get_m_keyalgo_6() const { return ___m_keyalgo_6; } inline String_t** get_address_of_m_keyalgo_6() { return &___m_keyalgo_6; } inline void set_m_keyalgo_6(String_t* value) { ___m_keyalgo_6 = value; Il2CppCodeGenWriteBarrier((&___m_keyalgo_6), value); } inline static int32_t get_offset_of_m_keyalgoparams_7() { return static_cast(offsetof(X509Certificate_t489243025, ___m_keyalgoparams_7)); } inline ByteU5BU5D_t4116647657* get_m_keyalgoparams_7() const { return ___m_keyalgoparams_7; } inline ByteU5BU5D_t4116647657** get_address_of_m_keyalgoparams_7() { return &___m_keyalgoparams_7; } inline void set_m_keyalgoparams_7(ByteU5BU5D_t4116647657* value) { ___m_keyalgoparams_7 = value; Il2CppCodeGenWriteBarrier((&___m_keyalgoparams_7), value); } inline static int32_t get_offset_of_subject_8() { return static_cast(offsetof(X509Certificate_t489243025, ___subject_8)); } inline ASN1_t2114160833 * get_subject_8() const { return ___subject_8; } inline ASN1_t2114160833 ** get_address_of_subject_8() { return &___subject_8; } inline void set_subject_8(ASN1_t2114160833 * value) { ___subject_8 = value; Il2CppCodeGenWriteBarrier((&___subject_8), value); } inline static int32_t get_offset_of_m_subject_9() { return static_cast(offsetof(X509Certificate_t489243025, ___m_subject_9)); } inline String_t* get_m_subject_9() const { return ___m_subject_9; } inline String_t** get_address_of_m_subject_9() { return &___m_subject_9; } inline void set_m_subject_9(String_t* value) { ___m_subject_9 = value; Il2CppCodeGenWriteBarrier((&___m_subject_9), value); } inline static int32_t get_offset_of_m_publickey_10() { return static_cast(offsetof(X509Certificate_t489243025, ___m_publickey_10)); } inline ByteU5BU5D_t4116647657* get_m_publickey_10() const { return ___m_publickey_10; } inline ByteU5BU5D_t4116647657** get_address_of_m_publickey_10() { return &___m_publickey_10; } inline void set_m_publickey_10(ByteU5BU5D_t4116647657* value) { ___m_publickey_10 = value; Il2CppCodeGenWriteBarrier((&___m_publickey_10), value); } inline static int32_t get_offset_of_signature_11() { return static_cast(offsetof(X509Certificate_t489243025, ___signature_11)); } inline ByteU5BU5D_t4116647657* get_signature_11() const { return ___signature_11; } inline ByteU5BU5D_t4116647657** get_address_of_signature_11() { return &___signature_11; } inline void set_signature_11(ByteU5BU5D_t4116647657* value) { ___signature_11 = value; Il2CppCodeGenWriteBarrier((&___signature_11), value); } inline static int32_t get_offset_of_m_signaturealgo_12() { return static_cast(offsetof(X509Certificate_t489243025, ___m_signaturealgo_12)); } inline String_t* get_m_signaturealgo_12() const { return ___m_signaturealgo_12; } inline String_t** get_address_of_m_signaturealgo_12() { return &___m_signaturealgo_12; } inline void set_m_signaturealgo_12(String_t* value) { ___m_signaturealgo_12 = value; Il2CppCodeGenWriteBarrier((&___m_signaturealgo_12), value); } inline static int32_t get_offset_of_m_signaturealgoparams_13() { return static_cast(offsetof(X509Certificate_t489243025, ___m_signaturealgoparams_13)); } inline ByteU5BU5D_t4116647657* get_m_signaturealgoparams_13() const { return ___m_signaturealgoparams_13; } inline ByteU5BU5D_t4116647657** get_address_of_m_signaturealgoparams_13() { return &___m_signaturealgoparams_13; } inline void set_m_signaturealgoparams_13(ByteU5BU5D_t4116647657* value) { ___m_signaturealgoparams_13 = value; Il2CppCodeGenWriteBarrier((&___m_signaturealgoparams_13), value); } inline static int32_t get_offset_of_certhash_14() { return static_cast(offsetof(X509Certificate_t489243025, ___certhash_14)); } inline ByteU5BU5D_t4116647657* get_certhash_14() const { return ___certhash_14; } inline ByteU5BU5D_t4116647657** get_address_of_certhash_14() { return &___certhash_14; } inline void set_certhash_14(ByteU5BU5D_t4116647657* value) { ___certhash_14 = value; Il2CppCodeGenWriteBarrier((&___certhash_14), value); } inline static int32_t get_offset_of__rsa_15() { return static_cast(offsetof(X509Certificate_t489243025, ____rsa_15)); } inline RSA_t2385438082 * get__rsa_15() const { return ____rsa_15; } inline RSA_t2385438082 ** get_address_of__rsa_15() { return &____rsa_15; } inline void set__rsa_15(RSA_t2385438082 * value) { ____rsa_15 = value; Il2CppCodeGenWriteBarrier((&____rsa_15), value); } inline static int32_t get_offset_of__dsa_16() { return static_cast(offsetof(X509Certificate_t489243025, ____dsa_16)); } inline DSA_t2386879874 * get__dsa_16() const { return ____dsa_16; } inline DSA_t2386879874 ** get_address_of__dsa_16() { return &____dsa_16; } inline void set__dsa_16(DSA_t2386879874 * value) { ____dsa_16 = value; Il2CppCodeGenWriteBarrier((&____dsa_16), value); } inline static int32_t get_offset_of_version_17() { return static_cast(offsetof(X509Certificate_t489243025, ___version_17)); } inline int32_t get_version_17() const { return ___version_17; } inline int32_t* get_address_of_version_17() { return &___version_17; } inline void set_version_17(int32_t value) { ___version_17 = value; } inline static int32_t get_offset_of_serialnumber_18() { return static_cast(offsetof(X509Certificate_t489243025, ___serialnumber_18)); } inline ByteU5BU5D_t4116647657* get_serialnumber_18() const { return ___serialnumber_18; } inline ByteU5BU5D_t4116647657** get_address_of_serialnumber_18() { return &___serialnumber_18; } inline void set_serialnumber_18(ByteU5BU5D_t4116647657* value) { ___serialnumber_18 = value; Il2CppCodeGenWriteBarrier((&___serialnumber_18), value); } inline static int32_t get_offset_of_issuerUniqueID_19() { return static_cast(offsetof(X509Certificate_t489243025, ___issuerUniqueID_19)); } inline ByteU5BU5D_t4116647657* get_issuerUniqueID_19() const { return ___issuerUniqueID_19; } inline ByteU5BU5D_t4116647657** get_address_of_issuerUniqueID_19() { return &___issuerUniqueID_19; } inline void set_issuerUniqueID_19(ByteU5BU5D_t4116647657* value) { ___issuerUniqueID_19 = value; Il2CppCodeGenWriteBarrier((&___issuerUniqueID_19), value); } inline static int32_t get_offset_of_subjectUniqueID_20() { return static_cast(offsetof(X509Certificate_t489243025, ___subjectUniqueID_20)); } inline ByteU5BU5D_t4116647657* get_subjectUniqueID_20() const { return ___subjectUniqueID_20; } inline ByteU5BU5D_t4116647657** get_address_of_subjectUniqueID_20() { return &___subjectUniqueID_20; } inline void set_subjectUniqueID_20(ByteU5BU5D_t4116647657* value) { ___subjectUniqueID_20 = value; Il2CppCodeGenWriteBarrier((&___subjectUniqueID_20), value); } inline static int32_t get_offset_of_extensions_21() { return static_cast(offsetof(X509Certificate_t489243025, ___extensions_21)); } inline X509ExtensionCollection_t609554709 * get_extensions_21() const { return ___extensions_21; } inline X509ExtensionCollection_t609554709 ** get_address_of_extensions_21() { return &___extensions_21; } inline void set_extensions_21(X509ExtensionCollection_t609554709 * value) { ___extensions_21 = value; Il2CppCodeGenWriteBarrier((&___extensions_21), value); } }; struct X509Certificate_t489243025_StaticFields { public: // System.String Mono.Security.X509.X509Certificate::encoding_error String_t* ___encoding_error_22; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.X509Certificate::<>f__switch$mapF Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapF_23; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.X509Certificate::<>f__switch$map10 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map10_24; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.X509Certificate::<>f__switch$map11 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map11_25; public: inline static int32_t get_offset_of_encoding_error_22() { return static_cast(offsetof(X509Certificate_t489243025_StaticFields, ___encoding_error_22)); } inline String_t* get_encoding_error_22() const { return ___encoding_error_22; } inline String_t** get_address_of_encoding_error_22() { return &___encoding_error_22; } inline void set_encoding_error_22(String_t* value) { ___encoding_error_22 = value; Il2CppCodeGenWriteBarrier((&___encoding_error_22), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24mapF_23() { return static_cast(offsetof(X509Certificate_t489243025_StaticFields, ___U3CU3Ef__switchU24mapF_23)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapF_23() const { return ___U3CU3Ef__switchU24mapF_23; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapF_23() { return &___U3CU3Ef__switchU24mapF_23; } inline void set_U3CU3Ef__switchU24mapF_23(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapF_23 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapF_23), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map10_24() { return static_cast(offsetof(X509Certificate_t489243025_StaticFields, ___U3CU3Ef__switchU24map10_24)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map10_24() const { return ___U3CU3Ef__switchU24map10_24; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map10_24() { return &___U3CU3Ef__switchU24map10_24; } inline void set_U3CU3Ef__switchU24map10_24(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map10_24 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map10_24), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map11_25() { return static_cast(offsetof(X509Certificate_t489243025_StaticFields, ___U3CU3Ef__switchU24map11_25)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map11_25() const { return ___U3CU3Ef__switchU24map11_25; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map11_25() { return &___U3CU3Ef__switchU24map11_25; } inline void set_U3CU3Ef__switchU24map11_25(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map11_25 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map11_25), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATE_T489243025_H #ifndef X509CRLENTRY_T645568789_H #define X509CRLENTRY_T645568789_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509Crl/X509CrlEntry struct X509CrlEntry_t645568789 : public RuntimeObject { public: // System.Byte[] Mono.Security.X509.X509Crl/X509CrlEntry::sn ByteU5BU5D_t4116647657* ___sn_0; // System.DateTime Mono.Security.X509.X509Crl/X509CrlEntry::revocationDate DateTime_t3738529785 ___revocationDate_1; // Mono.Security.X509.X509ExtensionCollection Mono.Security.X509.X509Crl/X509CrlEntry::extensions X509ExtensionCollection_t609554709 * ___extensions_2; public: inline static int32_t get_offset_of_sn_0() { return static_cast(offsetof(X509CrlEntry_t645568789, ___sn_0)); } inline ByteU5BU5D_t4116647657* get_sn_0() const { return ___sn_0; } inline ByteU5BU5D_t4116647657** get_address_of_sn_0() { return &___sn_0; } inline void set_sn_0(ByteU5BU5D_t4116647657* value) { ___sn_0 = value; Il2CppCodeGenWriteBarrier((&___sn_0), value); } inline static int32_t get_offset_of_revocationDate_1() { return static_cast(offsetof(X509CrlEntry_t645568789, ___revocationDate_1)); } inline DateTime_t3738529785 get_revocationDate_1() const { return ___revocationDate_1; } inline DateTime_t3738529785 * get_address_of_revocationDate_1() { return &___revocationDate_1; } inline void set_revocationDate_1(DateTime_t3738529785 value) { ___revocationDate_1 = value; } inline static int32_t get_offset_of_extensions_2() { return static_cast(offsetof(X509CrlEntry_t645568789, ___extensions_2)); } inline X509ExtensionCollection_t609554709 * get_extensions_2() const { return ___extensions_2; } inline X509ExtensionCollection_t609554709 ** get_address_of_extensions_2() { return &___extensions_2; } inline void set_extensions_2(X509ExtensionCollection_t609554709 * value) { ___extensions_2 = value; Il2CppCodeGenWriteBarrier((&___extensions_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CRLENTRY_T645568789_H #ifndef X509CHAINPOLICY_T2426922870_H #define X509CHAINPOLICY_T2426922870_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509ChainPolicy struct X509ChainPolicy_t2426922870 : public RuntimeObject { public: // System.Security.Cryptography.OidCollection System.Security.Cryptography.X509Certificates.X509ChainPolicy::apps OidCollection_t4234766844 * ___apps_0; // System.Security.Cryptography.OidCollection System.Security.Cryptography.X509Certificates.X509ChainPolicy::cert OidCollection_t4234766844 * ___cert_1; // System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509ChainPolicy::store X509Certificate2Collection_t2111161276 * ___store_2; // System.Security.Cryptography.X509Certificates.X509RevocationFlag System.Security.Cryptography.X509Certificates.X509ChainPolicy::rflag int32_t ___rflag_3; // System.Security.Cryptography.X509Certificates.X509RevocationMode System.Security.Cryptography.X509Certificates.X509ChainPolicy::mode int32_t ___mode_4; // System.TimeSpan System.Security.Cryptography.X509Certificates.X509ChainPolicy::timeout TimeSpan_t881159249 ___timeout_5; // System.Security.Cryptography.X509Certificates.X509VerificationFlags System.Security.Cryptography.X509Certificates.X509ChainPolicy::vflags int32_t ___vflags_6; // System.DateTime System.Security.Cryptography.X509Certificates.X509ChainPolicy::vtime DateTime_t3738529785 ___vtime_7; public: inline static int32_t get_offset_of_apps_0() { return static_cast(offsetof(X509ChainPolicy_t2426922870, ___apps_0)); } inline OidCollection_t4234766844 * get_apps_0() const { return ___apps_0; } inline OidCollection_t4234766844 ** get_address_of_apps_0() { return &___apps_0; } inline void set_apps_0(OidCollection_t4234766844 * value) { ___apps_0 = value; Il2CppCodeGenWriteBarrier((&___apps_0), value); } inline static int32_t get_offset_of_cert_1() { return static_cast(offsetof(X509ChainPolicy_t2426922870, ___cert_1)); } inline OidCollection_t4234766844 * get_cert_1() const { return ___cert_1; } inline OidCollection_t4234766844 ** get_address_of_cert_1() { return &___cert_1; } inline void set_cert_1(OidCollection_t4234766844 * value) { ___cert_1 = value; Il2CppCodeGenWriteBarrier((&___cert_1), value); } inline static int32_t get_offset_of_store_2() { return static_cast(offsetof(X509ChainPolicy_t2426922870, ___store_2)); } inline X509Certificate2Collection_t2111161276 * get_store_2() const { return ___store_2; } inline X509Certificate2Collection_t2111161276 ** get_address_of_store_2() { return &___store_2; } inline void set_store_2(X509Certificate2Collection_t2111161276 * value) { ___store_2 = value; Il2CppCodeGenWriteBarrier((&___store_2), value); } inline static int32_t get_offset_of_rflag_3() { return static_cast(offsetof(X509ChainPolicy_t2426922870, ___rflag_3)); } inline int32_t get_rflag_3() const { return ___rflag_3; } inline int32_t* get_address_of_rflag_3() { return &___rflag_3; } inline void set_rflag_3(int32_t value) { ___rflag_3 = value; } inline static int32_t get_offset_of_mode_4() { return static_cast(offsetof(X509ChainPolicy_t2426922870, ___mode_4)); } inline int32_t get_mode_4() const { return ___mode_4; } inline int32_t* get_address_of_mode_4() { return &___mode_4; } inline void set_mode_4(int32_t value) { ___mode_4 = value; } inline static int32_t get_offset_of_timeout_5() { return static_cast(offsetof(X509ChainPolicy_t2426922870, ___timeout_5)); } inline TimeSpan_t881159249 get_timeout_5() const { return ___timeout_5; } inline TimeSpan_t881159249 * get_address_of_timeout_5() { return &___timeout_5; } inline void set_timeout_5(TimeSpan_t881159249 value) { ___timeout_5 = value; } inline static int32_t get_offset_of_vflags_6() { return static_cast(offsetof(X509ChainPolicy_t2426922870, ___vflags_6)); } inline int32_t get_vflags_6() const { return ___vflags_6; } inline int32_t* get_address_of_vflags_6() { return &___vflags_6; } inline void set_vflags_6(int32_t value) { ___vflags_6 = value; } inline static int32_t get_offset_of_vtime_7() { return static_cast(offsetof(X509ChainPolicy_t2426922870, ___vtime_7)); } inline DateTime_t3738529785 get_vtime_7() const { return ___vtime_7; } inline DateTime_t3738529785 * get_address_of_vtime_7() { return &___vtime_7; } inline void set_vtime_7(DateTime_t3738529785 value) { ___vtime_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CHAINPOLICY_T2426922870_H #ifndef HTTPWEBREQUEST_T1669436515_H #define HTTPWEBREQUEST_T1669436515_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpWebRequest struct HttpWebRequest_t1669436515 : public WebRequest_t1939381076 { public: // System.Uri System.Net.HttpWebRequest::requestUri Uri_t100236324 * ___requestUri_6; // System.Uri System.Net.HttpWebRequest::actualUri Uri_t100236324 * ___actualUri_7; // System.Boolean System.Net.HttpWebRequest::hostChanged bool ___hostChanged_8; // System.Boolean System.Net.HttpWebRequest::allowAutoRedirect bool ___allowAutoRedirect_9; // System.Boolean System.Net.HttpWebRequest::allowBuffering bool ___allowBuffering_10; // System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.HttpWebRequest::certificates X509CertificateCollection_t3399372417 * ___certificates_11; // System.String System.Net.HttpWebRequest::connectionGroup String_t* ___connectionGroup_12; // System.Int64 System.Net.HttpWebRequest::contentLength int64_t ___contentLength_13; // System.Net.HttpContinueDelegate System.Net.HttpWebRequest::continueDelegate HttpContinueDelegate_t3009151163 * ___continueDelegate_14; // System.Net.CookieContainer System.Net.HttpWebRequest::cookieContainer CookieContainer_t2331592909 * ___cookieContainer_15; // System.Net.ICredentials System.Net.HttpWebRequest::credentials RuntimeObject* ___credentials_16; // System.Boolean System.Net.HttpWebRequest::haveResponse bool ___haveResponse_17; // System.Boolean System.Net.HttpWebRequest::haveRequest bool ___haveRequest_18; // System.Boolean System.Net.HttpWebRequest::requestSent bool ___requestSent_19; // System.Net.WebHeaderCollection System.Net.HttpWebRequest::webHeaders WebHeaderCollection_t1942268960 * ___webHeaders_20; // System.Boolean System.Net.HttpWebRequest::keepAlive bool ___keepAlive_21; // System.Int32 System.Net.HttpWebRequest::maxAutoRedirect int32_t ___maxAutoRedirect_22; // System.String System.Net.HttpWebRequest::mediaType String_t* ___mediaType_23; // System.String System.Net.HttpWebRequest::method String_t* ___method_24; // System.String System.Net.HttpWebRequest::initialMethod String_t* ___initialMethod_25; // System.Boolean System.Net.HttpWebRequest::pipelined bool ___pipelined_26; // System.Boolean System.Net.HttpWebRequest::preAuthenticate bool ___preAuthenticate_27; // System.Boolean System.Net.HttpWebRequest::usedPreAuth bool ___usedPreAuth_28; // System.Version System.Net.HttpWebRequest::version Version_t3456873960 * ___version_29; // System.Version System.Net.HttpWebRequest::actualVersion Version_t3456873960 * ___actualVersion_30; // System.Net.IWebProxy System.Net.HttpWebRequest::proxy RuntimeObject* ___proxy_31; // System.Boolean System.Net.HttpWebRequest::sendChunked bool ___sendChunked_32; // System.Net.ServicePoint System.Net.HttpWebRequest::servicePoint ServicePoint_t2786966844 * ___servicePoint_33; // System.Int32 System.Net.HttpWebRequest::timeout int32_t ___timeout_34; // System.Net.WebConnectionStream System.Net.HttpWebRequest::writeStream WebConnectionStream_t2170064850 * ___writeStream_35; // System.Net.HttpWebResponse System.Net.HttpWebRequest::webResponse HttpWebResponse_t3286585418 * ___webResponse_36; // System.Net.WebAsyncResult System.Net.HttpWebRequest::asyncWrite WebAsyncResult_t3421962937 * ___asyncWrite_37; // System.Net.WebAsyncResult System.Net.HttpWebRequest::asyncRead WebAsyncResult_t3421962937 * ___asyncRead_38; // System.EventHandler System.Net.HttpWebRequest::abortHandler EventHandler_t1348719766 * ___abortHandler_39; // System.Int32 System.Net.HttpWebRequest::aborted int32_t ___aborted_40; // System.Boolean System.Net.HttpWebRequest::gotRequestStream bool ___gotRequestStream_41; // System.Int32 System.Net.HttpWebRequest::redirects int32_t ___redirects_42; // System.Boolean System.Net.HttpWebRequest::expectContinue bool ___expectContinue_43; // System.Boolean System.Net.HttpWebRequest::authCompleted bool ___authCompleted_44; // System.Byte[] System.Net.HttpWebRequest::bodyBuffer ByteU5BU5D_t4116647657* ___bodyBuffer_45; // System.Int32 System.Net.HttpWebRequest::bodyBufferLength int32_t ___bodyBufferLength_46; // System.Boolean System.Net.HttpWebRequest::getResponseCalled bool ___getResponseCalled_47; // System.Exception System.Net.HttpWebRequest::saved_exc Exception_t * ___saved_exc_48; // System.Object System.Net.HttpWebRequest::locker RuntimeObject * ___locker_49; // System.Boolean System.Net.HttpWebRequest::is_ntlm_auth bool ___is_ntlm_auth_50; // System.Boolean System.Net.HttpWebRequest::finished_reading bool ___finished_reading_51; // System.Net.WebConnection System.Net.HttpWebRequest::WebConnection WebConnection_t3982808322 * ___WebConnection_52; // System.Net.DecompressionMethods System.Net.HttpWebRequest::auto_decomp int32_t ___auto_decomp_53; // System.Int32 System.Net.HttpWebRequest::readWriteTimeout int32_t ___readWriteTimeout_55; // System.Boolean System.Net.HttpWebRequest::unsafe_auth_blah bool ___unsafe_auth_blah_56; public: inline static int32_t get_offset_of_requestUri_6() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___requestUri_6)); } inline Uri_t100236324 * get_requestUri_6() const { return ___requestUri_6; } inline Uri_t100236324 ** get_address_of_requestUri_6() { return &___requestUri_6; } inline void set_requestUri_6(Uri_t100236324 * value) { ___requestUri_6 = value; Il2CppCodeGenWriteBarrier((&___requestUri_6), value); } inline static int32_t get_offset_of_actualUri_7() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___actualUri_7)); } inline Uri_t100236324 * get_actualUri_7() const { return ___actualUri_7; } inline Uri_t100236324 ** get_address_of_actualUri_7() { return &___actualUri_7; } inline void set_actualUri_7(Uri_t100236324 * value) { ___actualUri_7 = value; Il2CppCodeGenWriteBarrier((&___actualUri_7), value); } inline static int32_t get_offset_of_hostChanged_8() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___hostChanged_8)); } inline bool get_hostChanged_8() const { return ___hostChanged_8; } inline bool* get_address_of_hostChanged_8() { return &___hostChanged_8; } inline void set_hostChanged_8(bool value) { ___hostChanged_8 = value; } inline static int32_t get_offset_of_allowAutoRedirect_9() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___allowAutoRedirect_9)); } inline bool get_allowAutoRedirect_9() const { return ___allowAutoRedirect_9; } inline bool* get_address_of_allowAutoRedirect_9() { return &___allowAutoRedirect_9; } inline void set_allowAutoRedirect_9(bool value) { ___allowAutoRedirect_9 = value; } inline static int32_t get_offset_of_allowBuffering_10() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___allowBuffering_10)); } inline bool get_allowBuffering_10() const { return ___allowBuffering_10; } inline bool* get_address_of_allowBuffering_10() { return &___allowBuffering_10; } inline void set_allowBuffering_10(bool value) { ___allowBuffering_10 = value; } inline static int32_t get_offset_of_certificates_11() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___certificates_11)); } inline X509CertificateCollection_t3399372417 * get_certificates_11() const { return ___certificates_11; } inline X509CertificateCollection_t3399372417 ** get_address_of_certificates_11() { return &___certificates_11; } inline void set_certificates_11(X509CertificateCollection_t3399372417 * value) { ___certificates_11 = value; Il2CppCodeGenWriteBarrier((&___certificates_11), value); } inline static int32_t get_offset_of_connectionGroup_12() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___connectionGroup_12)); } inline String_t* get_connectionGroup_12() const { return ___connectionGroup_12; } inline String_t** get_address_of_connectionGroup_12() { return &___connectionGroup_12; } inline void set_connectionGroup_12(String_t* value) { ___connectionGroup_12 = value; Il2CppCodeGenWriteBarrier((&___connectionGroup_12), value); } inline static int32_t get_offset_of_contentLength_13() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___contentLength_13)); } inline int64_t get_contentLength_13() const { return ___contentLength_13; } inline int64_t* get_address_of_contentLength_13() { return &___contentLength_13; } inline void set_contentLength_13(int64_t value) { ___contentLength_13 = value; } inline static int32_t get_offset_of_continueDelegate_14() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___continueDelegate_14)); } inline HttpContinueDelegate_t3009151163 * get_continueDelegate_14() const { return ___continueDelegate_14; } inline HttpContinueDelegate_t3009151163 ** get_address_of_continueDelegate_14() { return &___continueDelegate_14; } inline void set_continueDelegate_14(HttpContinueDelegate_t3009151163 * value) { ___continueDelegate_14 = value; Il2CppCodeGenWriteBarrier((&___continueDelegate_14), value); } inline static int32_t get_offset_of_cookieContainer_15() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___cookieContainer_15)); } inline CookieContainer_t2331592909 * get_cookieContainer_15() const { return ___cookieContainer_15; } inline CookieContainer_t2331592909 ** get_address_of_cookieContainer_15() { return &___cookieContainer_15; } inline void set_cookieContainer_15(CookieContainer_t2331592909 * value) { ___cookieContainer_15 = value; Il2CppCodeGenWriteBarrier((&___cookieContainer_15), value); } inline static int32_t get_offset_of_credentials_16() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___credentials_16)); } inline RuntimeObject* get_credentials_16() const { return ___credentials_16; } inline RuntimeObject** get_address_of_credentials_16() { return &___credentials_16; } inline void set_credentials_16(RuntimeObject* value) { ___credentials_16 = value; Il2CppCodeGenWriteBarrier((&___credentials_16), value); } inline static int32_t get_offset_of_haveResponse_17() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___haveResponse_17)); } inline bool get_haveResponse_17() const { return ___haveResponse_17; } inline bool* get_address_of_haveResponse_17() { return &___haveResponse_17; } inline void set_haveResponse_17(bool value) { ___haveResponse_17 = value; } inline static int32_t get_offset_of_haveRequest_18() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___haveRequest_18)); } inline bool get_haveRequest_18() const { return ___haveRequest_18; } inline bool* get_address_of_haveRequest_18() { return &___haveRequest_18; } inline void set_haveRequest_18(bool value) { ___haveRequest_18 = value; } inline static int32_t get_offset_of_requestSent_19() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___requestSent_19)); } inline bool get_requestSent_19() const { return ___requestSent_19; } inline bool* get_address_of_requestSent_19() { return &___requestSent_19; } inline void set_requestSent_19(bool value) { ___requestSent_19 = value; } inline static int32_t get_offset_of_webHeaders_20() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___webHeaders_20)); } inline WebHeaderCollection_t1942268960 * get_webHeaders_20() const { return ___webHeaders_20; } inline WebHeaderCollection_t1942268960 ** get_address_of_webHeaders_20() { return &___webHeaders_20; } inline void set_webHeaders_20(WebHeaderCollection_t1942268960 * value) { ___webHeaders_20 = value; Il2CppCodeGenWriteBarrier((&___webHeaders_20), value); } inline static int32_t get_offset_of_keepAlive_21() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___keepAlive_21)); } inline bool get_keepAlive_21() const { return ___keepAlive_21; } inline bool* get_address_of_keepAlive_21() { return &___keepAlive_21; } inline void set_keepAlive_21(bool value) { ___keepAlive_21 = value; } inline static int32_t get_offset_of_maxAutoRedirect_22() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___maxAutoRedirect_22)); } inline int32_t get_maxAutoRedirect_22() const { return ___maxAutoRedirect_22; } inline int32_t* get_address_of_maxAutoRedirect_22() { return &___maxAutoRedirect_22; } inline void set_maxAutoRedirect_22(int32_t value) { ___maxAutoRedirect_22 = value; } inline static int32_t get_offset_of_mediaType_23() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___mediaType_23)); } inline String_t* get_mediaType_23() const { return ___mediaType_23; } inline String_t** get_address_of_mediaType_23() { return &___mediaType_23; } inline void set_mediaType_23(String_t* value) { ___mediaType_23 = value; Il2CppCodeGenWriteBarrier((&___mediaType_23), value); } inline static int32_t get_offset_of_method_24() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___method_24)); } inline String_t* get_method_24() const { return ___method_24; } inline String_t** get_address_of_method_24() { return &___method_24; } inline void set_method_24(String_t* value) { ___method_24 = value; Il2CppCodeGenWriteBarrier((&___method_24), value); } inline static int32_t get_offset_of_initialMethod_25() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___initialMethod_25)); } inline String_t* get_initialMethod_25() const { return ___initialMethod_25; } inline String_t** get_address_of_initialMethod_25() { return &___initialMethod_25; } inline void set_initialMethod_25(String_t* value) { ___initialMethod_25 = value; Il2CppCodeGenWriteBarrier((&___initialMethod_25), value); } inline static int32_t get_offset_of_pipelined_26() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___pipelined_26)); } inline bool get_pipelined_26() const { return ___pipelined_26; } inline bool* get_address_of_pipelined_26() { return &___pipelined_26; } inline void set_pipelined_26(bool value) { ___pipelined_26 = value; } inline static int32_t get_offset_of_preAuthenticate_27() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___preAuthenticate_27)); } inline bool get_preAuthenticate_27() const { return ___preAuthenticate_27; } inline bool* get_address_of_preAuthenticate_27() { return &___preAuthenticate_27; } inline void set_preAuthenticate_27(bool value) { ___preAuthenticate_27 = value; } inline static int32_t get_offset_of_usedPreAuth_28() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___usedPreAuth_28)); } inline bool get_usedPreAuth_28() const { return ___usedPreAuth_28; } inline bool* get_address_of_usedPreAuth_28() { return &___usedPreAuth_28; } inline void set_usedPreAuth_28(bool value) { ___usedPreAuth_28 = value; } inline static int32_t get_offset_of_version_29() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___version_29)); } inline Version_t3456873960 * get_version_29() const { return ___version_29; } inline Version_t3456873960 ** get_address_of_version_29() { return &___version_29; } inline void set_version_29(Version_t3456873960 * value) { ___version_29 = value; Il2CppCodeGenWriteBarrier((&___version_29), value); } inline static int32_t get_offset_of_actualVersion_30() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___actualVersion_30)); } inline Version_t3456873960 * get_actualVersion_30() const { return ___actualVersion_30; } inline Version_t3456873960 ** get_address_of_actualVersion_30() { return &___actualVersion_30; } inline void set_actualVersion_30(Version_t3456873960 * value) { ___actualVersion_30 = value; Il2CppCodeGenWriteBarrier((&___actualVersion_30), value); } inline static int32_t get_offset_of_proxy_31() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___proxy_31)); } inline RuntimeObject* get_proxy_31() const { return ___proxy_31; } inline RuntimeObject** get_address_of_proxy_31() { return &___proxy_31; } inline void set_proxy_31(RuntimeObject* value) { ___proxy_31 = value; Il2CppCodeGenWriteBarrier((&___proxy_31), value); } inline static int32_t get_offset_of_sendChunked_32() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___sendChunked_32)); } inline bool get_sendChunked_32() const { return ___sendChunked_32; } inline bool* get_address_of_sendChunked_32() { return &___sendChunked_32; } inline void set_sendChunked_32(bool value) { ___sendChunked_32 = value; } inline static int32_t get_offset_of_servicePoint_33() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___servicePoint_33)); } inline ServicePoint_t2786966844 * get_servicePoint_33() const { return ___servicePoint_33; } inline ServicePoint_t2786966844 ** get_address_of_servicePoint_33() { return &___servicePoint_33; } inline void set_servicePoint_33(ServicePoint_t2786966844 * value) { ___servicePoint_33 = value; Il2CppCodeGenWriteBarrier((&___servicePoint_33), value); } inline static int32_t get_offset_of_timeout_34() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___timeout_34)); } inline int32_t get_timeout_34() const { return ___timeout_34; } inline int32_t* get_address_of_timeout_34() { return &___timeout_34; } inline void set_timeout_34(int32_t value) { ___timeout_34 = value; } inline static int32_t get_offset_of_writeStream_35() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___writeStream_35)); } inline WebConnectionStream_t2170064850 * get_writeStream_35() const { return ___writeStream_35; } inline WebConnectionStream_t2170064850 ** get_address_of_writeStream_35() { return &___writeStream_35; } inline void set_writeStream_35(WebConnectionStream_t2170064850 * value) { ___writeStream_35 = value; Il2CppCodeGenWriteBarrier((&___writeStream_35), value); } inline static int32_t get_offset_of_webResponse_36() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___webResponse_36)); } inline HttpWebResponse_t3286585418 * get_webResponse_36() const { return ___webResponse_36; } inline HttpWebResponse_t3286585418 ** get_address_of_webResponse_36() { return &___webResponse_36; } inline void set_webResponse_36(HttpWebResponse_t3286585418 * value) { ___webResponse_36 = value; Il2CppCodeGenWriteBarrier((&___webResponse_36), value); } inline static int32_t get_offset_of_asyncWrite_37() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___asyncWrite_37)); } inline WebAsyncResult_t3421962937 * get_asyncWrite_37() const { return ___asyncWrite_37; } inline WebAsyncResult_t3421962937 ** get_address_of_asyncWrite_37() { return &___asyncWrite_37; } inline void set_asyncWrite_37(WebAsyncResult_t3421962937 * value) { ___asyncWrite_37 = value; Il2CppCodeGenWriteBarrier((&___asyncWrite_37), value); } inline static int32_t get_offset_of_asyncRead_38() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___asyncRead_38)); } inline WebAsyncResult_t3421962937 * get_asyncRead_38() const { return ___asyncRead_38; } inline WebAsyncResult_t3421962937 ** get_address_of_asyncRead_38() { return &___asyncRead_38; } inline void set_asyncRead_38(WebAsyncResult_t3421962937 * value) { ___asyncRead_38 = value; Il2CppCodeGenWriteBarrier((&___asyncRead_38), value); } inline static int32_t get_offset_of_abortHandler_39() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___abortHandler_39)); } inline EventHandler_t1348719766 * get_abortHandler_39() const { return ___abortHandler_39; } inline EventHandler_t1348719766 ** get_address_of_abortHandler_39() { return &___abortHandler_39; } inline void set_abortHandler_39(EventHandler_t1348719766 * value) { ___abortHandler_39 = value; Il2CppCodeGenWriteBarrier((&___abortHandler_39), value); } inline static int32_t get_offset_of_aborted_40() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___aborted_40)); } inline int32_t get_aborted_40() const { return ___aborted_40; } inline int32_t* get_address_of_aborted_40() { return &___aborted_40; } inline void set_aborted_40(int32_t value) { ___aborted_40 = value; } inline static int32_t get_offset_of_gotRequestStream_41() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___gotRequestStream_41)); } inline bool get_gotRequestStream_41() const { return ___gotRequestStream_41; } inline bool* get_address_of_gotRequestStream_41() { return &___gotRequestStream_41; } inline void set_gotRequestStream_41(bool value) { ___gotRequestStream_41 = value; } inline static int32_t get_offset_of_redirects_42() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___redirects_42)); } inline int32_t get_redirects_42() const { return ___redirects_42; } inline int32_t* get_address_of_redirects_42() { return &___redirects_42; } inline void set_redirects_42(int32_t value) { ___redirects_42 = value; } inline static int32_t get_offset_of_expectContinue_43() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___expectContinue_43)); } inline bool get_expectContinue_43() const { return ___expectContinue_43; } inline bool* get_address_of_expectContinue_43() { return &___expectContinue_43; } inline void set_expectContinue_43(bool value) { ___expectContinue_43 = value; } inline static int32_t get_offset_of_authCompleted_44() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___authCompleted_44)); } inline bool get_authCompleted_44() const { return ___authCompleted_44; } inline bool* get_address_of_authCompleted_44() { return &___authCompleted_44; } inline void set_authCompleted_44(bool value) { ___authCompleted_44 = value; } inline static int32_t get_offset_of_bodyBuffer_45() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___bodyBuffer_45)); } inline ByteU5BU5D_t4116647657* get_bodyBuffer_45() const { return ___bodyBuffer_45; } inline ByteU5BU5D_t4116647657** get_address_of_bodyBuffer_45() { return &___bodyBuffer_45; } inline void set_bodyBuffer_45(ByteU5BU5D_t4116647657* value) { ___bodyBuffer_45 = value; Il2CppCodeGenWriteBarrier((&___bodyBuffer_45), value); } inline static int32_t get_offset_of_bodyBufferLength_46() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___bodyBufferLength_46)); } inline int32_t get_bodyBufferLength_46() const { return ___bodyBufferLength_46; } inline int32_t* get_address_of_bodyBufferLength_46() { return &___bodyBufferLength_46; } inline void set_bodyBufferLength_46(int32_t value) { ___bodyBufferLength_46 = value; } inline static int32_t get_offset_of_getResponseCalled_47() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___getResponseCalled_47)); } inline bool get_getResponseCalled_47() const { return ___getResponseCalled_47; } inline bool* get_address_of_getResponseCalled_47() { return &___getResponseCalled_47; } inline void set_getResponseCalled_47(bool value) { ___getResponseCalled_47 = value; } inline static int32_t get_offset_of_saved_exc_48() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___saved_exc_48)); } inline Exception_t * get_saved_exc_48() const { return ___saved_exc_48; } inline Exception_t ** get_address_of_saved_exc_48() { return &___saved_exc_48; } inline void set_saved_exc_48(Exception_t * value) { ___saved_exc_48 = value; Il2CppCodeGenWriteBarrier((&___saved_exc_48), value); } inline static int32_t get_offset_of_locker_49() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___locker_49)); } inline RuntimeObject * get_locker_49() const { return ___locker_49; } inline RuntimeObject ** get_address_of_locker_49() { return &___locker_49; } inline void set_locker_49(RuntimeObject * value) { ___locker_49 = value; Il2CppCodeGenWriteBarrier((&___locker_49), value); } inline static int32_t get_offset_of_is_ntlm_auth_50() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___is_ntlm_auth_50)); } inline bool get_is_ntlm_auth_50() const { return ___is_ntlm_auth_50; } inline bool* get_address_of_is_ntlm_auth_50() { return &___is_ntlm_auth_50; } inline void set_is_ntlm_auth_50(bool value) { ___is_ntlm_auth_50 = value; } inline static int32_t get_offset_of_finished_reading_51() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___finished_reading_51)); } inline bool get_finished_reading_51() const { return ___finished_reading_51; } inline bool* get_address_of_finished_reading_51() { return &___finished_reading_51; } inline void set_finished_reading_51(bool value) { ___finished_reading_51 = value; } inline static int32_t get_offset_of_WebConnection_52() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___WebConnection_52)); } inline WebConnection_t3982808322 * get_WebConnection_52() const { return ___WebConnection_52; } inline WebConnection_t3982808322 ** get_address_of_WebConnection_52() { return &___WebConnection_52; } inline void set_WebConnection_52(WebConnection_t3982808322 * value) { ___WebConnection_52 = value; Il2CppCodeGenWriteBarrier((&___WebConnection_52), value); } inline static int32_t get_offset_of_auto_decomp_53() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___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_t1669436515, ___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_unsafe_auth_blah_56() { return static_cast(offsetof(HttpWebRequest_t1669436515, ___unsafe_auth_blah_56)); } inline bool get_unsafe_auth_blah_56() const { return ___unsafe_auth_blah_56; } inline bool* get_address_of_unsafe_auth_blah_56() { return &___unsafe_auth_blah_56; } inline void set_unsafe_auth_blah_56(bool value) { ___unsafe_auth_blah_56 = value; } }; struct HttpWebRequest_t1669436515_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_t1669436515_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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPWEBREQUEST_T1669436515_H #ifndef ASYNCCALLBACK_T3962456242_H #define ASYNCCALLBACK_T3962456242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AsyncCallback struct AsyncCallback_t3962456242 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCCALLBACK_T3962456242_H #ifndef SOCKETEXCEPTION_T3852068672_H #define SOCKETEXCEPTION_T3852068672_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SocketException struct SocketException_t3852068672 : public Win32Exception_t3234146298 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETEXCEPTION_T3852068672_H #ifndef MANUALRESETEVENT_T451242010_H #define MANUALRESETEVENT_T451242010_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ManualResetEvent struct ManualResetEvent_t451242010 : public EventWaitHandle_t777845177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MANUALRESETEVENT_T451242010_H #ifndef CERTIFICATEVALIDATIONCALLBACK2_T1842476440_H #define CERTIFICATEVALIDATIONCALLBACK2_T1842476440_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.CertificateValidationCallback2 struct CertificateValidationCallback2_t1842476440 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CERTIFICATEVALIDATIONCALLBACK2_T1842476440_H #ifndef EVENTHANDLER_T1348719766_H #define EVENTHANDLER_T1348719766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventHandler struct EventHandler_t1348719766 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTHANDLER_T1348719766_H // System.Byte[] struct ByteU5BU5D_t4116647657 : 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.Security.Cryptography.X509Certificates.X509ChainStatus[] struct X509ChainStatusU5BU5D_t2685945535 : public RuntimeArray { public: ALIGN_FIELD (8) X509ChainStatus_t133602714 m_Items[1]; public: inline X509ChainStatus_t133602714 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline X509ChainStatus_t133602714 * 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, X509ChainStatus_t133602714 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline X509ChainStatus_t133602714 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline X509ChainStatus_t133602714 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, X509ChainStatus_t133602714 value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_t1281789340 : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Object[] struct ObjectU5BU5D_t2843939325 : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Net.IPAddress[] struct IPAddressU5BU5D_t596328627 : public RuntimeArray { public: ALIGN_FIELD (8) IPAddress_t241777590 * m_Items[1]; public: inline IPAddress_t241777590 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline IPAddress_t241777590 ** 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_t241777590 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline IPAddress_t241777590 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline IPAddress_t241777590 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, IPAddress_t241777590 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Char[] struct CharU5BU5D_t3528271667 : 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.Boolean[] struct BooleanU5BU5D_t2897418192 : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* 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, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = value; } }; // System.Security.Cryptography.X509Certificates.X509Certificate[] struct X509CertificateU5BU5D_t3145106755 : public RuntimeArray { public: ALIGN_FIELD (8) X509Certificate_t713131622 * m_Items[1]; public: inline X509Certificate_t713131622 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline X509Certificate_t713131622 ** 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, X509Certificate_t713131622 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline X509Certificate_t713131622 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline X509Certificate_t713131622 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, X509Certificate_t713131622 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m1324730059_gshared (Dictionary_2_t1444694249 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m4262304220_gshared (Dictionary_2_t1444694249 * __this, RuntimeObject * p0, bool p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m182537451_gshared (Dictionary_2_t3384741 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1279427033_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3959998165_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t* p1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.HybridDictionary::.ctor() extern "C" IL2CPP_METHOD_ATTR void HybridDictionary__ctor_m656684569 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method); // System.Void System.Net.DefaultCertificatePolicy::.ctor() extern "C" IL2CPP_METHOD_ATTR void DefaultCertificatePolicy__ctor_m1887337884 (DefaultCertificatePolicy_t3607119947 * __this, const RuntimeMethod* method); // System.Object System.Configuration.ConfigurationManager::GetSection(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConfigurationManager_GetSection_m2812236313 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Net.Configuration.ConnectionManagementData::.ctor(System.Object) extern "C" IL2CPP_METHOD_ATTR void ConnectionManagementData__ctor_m1336018396 (ConnectionManagementData_t2003128658 * __this, RuntimeObject * ___parent0, const RuntimeMethod* method); // System.Net.Configuration.ConnectionManagementElementCollection System.Net.Configuration.ConnectionManagementSection::get_ConnectionManagement() extern "C" IL2CPP_METHOD_ATTR ConnectionManagementElementCollection_t3860227195 * ConnectionManagementSection_get_ConnectionManagement_m3719502710 (ConnectionManagementSection_t1603642748 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator System.Configuration.ConfigurationElementCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ConfigurationElementCollection_GetEnumerator_m4192431148 (ConfigurationElementCollection_t446763386 * __this, const RuntimeMethod* method); // System.String System.Net.Configuration.ConnectionManagementElement::get_Address() extern "C" IL2CPP_METHOD_ATTR String_t* ConnectionManagementElement_get_Address_m427527083 (ConnectionManagementElement_t3857438253 * __this, const RuntimeMethod* method); // System.Int32 System.Net.Configuration.ConnectionManagementElement::get_MaxConnection() extern "C" IL2CPP_METHOD_ATTR int32_t ConnectionManagementElement_get_MaxConnection_m3860966341 (ConnectionManagementElement_t3857438253 * __this, const RuntimeMethod* method); // System.Void System.Net.Configuration.ConnectionManagementData::Add(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ConnectionManagementData_Add_m3862416831 (ConnectionManagementData_t2003128658 * __this, String_t* ___address0, int32_t ___nconns1, const RuntimeMethod* method); // System.UInt32 System.Net.Configuration.ConnectionManagementData::GetMaxConnections(System.String) extern "C" IL2CPP_METHOD_ATTR uint32_t ConnectionManagementData_GetMaxConnections_m2384803309 (ConnectionManagementData_t2003128658 * __this, String_t* ___hostOrIP0, const RuntimeMethod* method); // System.Object System.Configuration.ConfigurationSettings::GetConfig(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConfigurationSettings_GetConfig_m1015220656 (RuntimeObject * __this /* static, unused */, String_t* ___sectionName0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m3628145864 (ArgumentOutOfRangeException_t777629997 * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Uri::op_Equality(System.Uri,System.Uri) extern "C" IL2CPP_METHOD_ATTR bool Uri_op_Equality_m2988156441 (RuntimeObject * __this /* static, unused */, Uri_t100236324 * ___u10, Uri_t100236324 * ___u21, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Net.ServicePointManager::RecycleServicePoints() extern "C" IL2CPP_METHOD_ATTR void ServicePointManager_RecycleServicePoints_m1035558445 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Uri::get_Scheme() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_m1686732325 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2494070935 (NotSupportedException_t1314879016 * __this, String_t* p0, const RuntimeMethod* method); // System.String System.Uri::get_Authority() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Authority_m3816772302 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m1474792120 (Uri_t100236324 * __this, String_t* ___uriString0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_m2249409497 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Net.ServicePointManager/SPKey::.ctor(System.Uri,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SPKey__ctor_m3690819622 (SPKey_t3654231119 * __this, Uri_t100236324 * ___uri0, bool ___use_connect1, const RuntimeMethod* method); // System.Object System.Collections.Specialized.HybridDictionary::get_Item(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * HybridDictionary_get_Item_m3133414958 (HybridDictionary_t4070033136 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.HybridDictionary::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t HybridDictionary_get_Count_m1166314536 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m237278729 (InvalidOperationException_t56020091 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::.ctor(System.Uri,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ServicePoint__ctor_m4022457269 (ServicePoint_t2786966844 * __this, Uri_t100236324 * ___uri0, int32_t ___connectionLimit1, int32_t ___maxIdleTime2, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::set_Expect100Continue(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ServicePoint_set_Expect100Continue_m1237635858 (ServicePoint_t2786966844 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::set_UseNagleAlgorithm(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ServicePoint_set_UseNagleAlgorithm_m1374731041 (ServicePoint_t2786966844 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::set_UsesProxy(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ServicePoint_set_UsesProxy_m2758604003 (ServicePoint_t2786966844 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::set_UseConnect(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ServicePoint_set_UseConnect_m1377758489 (ServicePoint_t2786966844 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.HybridDictionary::Add(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void HybridDictionary_Add_m912320053 (HybridDictionary_t4070033136 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m3585316909 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method); // System.Collections.IDictionaryEnumerator System.Collections.Specialized.HybridDictionary::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HybridDictionary_GetEnumerator_m1379032493 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method); // System.Boolean System.Net.ServicePoint::get_AvailableForRecycling() extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_AvailableForRecycling_m936700514 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.HybridDictionary::Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void HybridDictionary_Remove_m2295600623 (HybridDictionary_t4070033136 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.SortedList::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void SortedList__ctor_m4140760769 (SortedList_t2427694641 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Net.ServicePoint::get_CurrentConnections() extern "C" IL2CPP_METHOD_ATTR int32_t ServicePoint_get_CurrentConnections_m1937296360 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method); // System.DateTime System.Net.ServicePoint::get_IdleSince() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 ServicePoint_get_IdleSince_m2373179824 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::AddMilliseconds(System.Double) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_AddMilliseconds_m3713972790 (DateTime_t3738529785 * __this, double p0, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::set_IdleSince(System.DateTime) extern "C" IL2CPP_METHOD_ATTR void ServicePoint_set_IdleSince_m608781505 (ServicePoint_t2786966844 * __this, DateTime_t3738529785 ___value0, const RuntimeMethod* method); // System.Uri System.Net.ServicePoint::get_Address() extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * ServicePoint_get_Address_m4189969258 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean System.IO.File::Exists(System.String) extern "C" IL2CPP_METHOD_ATTR bool File_Exists_m3943585060 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Uri System.Net.HttpWebRequest::get_Address() extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * HttpWebRequest_get_Address_m2672661563 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method); // System.String System.Uri::get_Host() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m255565830 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.CollectionBase::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t CollectionBase_get_Count_m1708965601 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method); // System.Net.ICertificatePolicy System.Net.ServicePointManager::get_CertificatePolicy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ServicePointManager_get_CertificatePolicy_m475600998 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Net.Security.RemoteCertificateValidationCallback System.Net.ServicePointManager::get_ServerCertificateValidationCallback() extern "C" IL2CPP_METHOD_ATTR RemoteCertificateValidationCallback_t3014364904 * ServicePointManager_get_ServerCertificateValidationCallback_m2067275303 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Chain::.ctor() extern "C" IL2CPP_METHOD_ATTR void X509Chain__ctor_m2240869275 (X509Chain_t194917408 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509ChainPolicy::.ctor() extern "C" IL2CPP_METHOD_ATTR void X509ChainPolicy__ctor_m852124469 (X509ChainPolicy_t2426922870 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Chain::set_ChainPolicy(System.Security.Cryptography.X509Certificates.X509ChainPolicy) extern "C" IL2CPP_METHOD_ATTR void X509Chain_set_ChainPolicy_m2787395122 (X509Chain_t194917408 * __this, X509ChainPolicy_t2426922870 * ___value0, const RuntimeMethod* method); // Mono.Security.X509.X509Certificate Mono.Security.X509.X509CertificateCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR X509Certificate_t489243025 * X509CertificateCollection_get_Item_m1033426577 (X509CertificateCollection_t1542168550 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void X509Certificate2__ctor_m3336405942 (X509Certificate2_t714049126 * __this, ByteU5BU5D_t4116647657* ___rawData0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509ChainPolicy System.Security.Cryptography.X509Certificates.X509Chain::get_ChainPolicy() extern "C" IL2CPP_METHOD_ATTR X509ChainPolicy_t2426922870 * X509Chain_get_ChainPolicy_m2586552721 (X509Chain_t194917408 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509ChainPolicy::get_ExtraStore() extern "C" IL2CPP_METHOD_ATTR X509Certificate2Collection_t2111161276 * X509ChainPolicy_get_ExtraStore_m4191377387 (X509ChainPolicy_t2426922870 * __this, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Add(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR int32_t X509Certificate2Collection_Add_m3151757943 (X509Certificate2Collection_t2111161276 * __this, X509Certificate2_t714049126 * ___certificate0, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X509Chain::Build(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR bool X509Chain_Build_m611063989 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___certificate0, const RuntimeMethod* method); // System.Net.Security.SslPolicyErrors System.Net.ServicePointManager/ChainValidationHelper::GetErrorsFromChain(System.Security.Cryptography.X509Certificates.X509Chain) extern "C" IL2CPP_METHOD_ATTR int32_t ChainValidationHelper_GetErrorsFromChain_m1415544464 (RuntimeObject * __this /* static, unused */, X509Chain_t194917408 * ___chain0, const RuntimeMethod* method); // System.IO.TextWriter System.Console::get_Error() extern "C" IL2CPP_METHOD_ATTR TextWriter_t3478189236 * Console_get_Error_m1839879495 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.Net.ServicePointManager/ChainValidationHelper::CheckCertificateUsage(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR bool ChainValidationHelper_CheckCertificateUsage_m3811510007 (RuntimeObject * __this /* static, unused */, X509Certificate2_t714049126 * ___cert0, const RuntimeMethod* method); // System.String System.Net.ServicePointManager/ChainValidationHelper::get_Host() extern "C" IL2CPP_METHOD_ATTR String_t* ChainValidationHelper_get_Host_m1442257577 (ChainValidationHelper_t320539540 * __this, const RuntimeMethod* method); // System.Boolean System.Net.ServicePointManager/ChainValidationHelper::CheckServerIdentity(Mono.Security.X509.X509Certificate,System.String) extern "C" IL2CPP_METHOD_ATTR bool ChainValidationHelper_CheckServerIdentity_m2649452138 (RuntimeObject * __this /* static, unused */, X509Certificate_t489243025 * ___cert0, String_t* ___targetHost1, const RuntimeMethod* method); // Mono.Security.X509.OSX509Certificates/SecTrustResult Mono.Security.X509.OSX509Certificates::TrustEvaluateSsl(Mono.Security.X509.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR int32_t OSX509Certificates_TrustEvaluateSsl_m272221360 (RuntimeObject * __this /* static, unused */, X509CertificateCollection_t1542168550 * ___certificates0, const RuntimeMethod* method); // System.Net.ServicePoint System.Net.HttpWebRequest::get_ServicePoint() extern "C" IL2CPP_METHOD_ATTR ServicePoint_t2786966844 * HttpWebRequest_get_ServicePoint_m3916606901 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method); // System.Int32 System.Net.ServicePointManager/ChainValidationHelper::GetStatusFromChain(System.Security.Cryptography.X509Certificates.X509Chain) extern "C" IL2CPP_METHOD_ATTR int32_t ChainValidationHelper_GetStatusFromChain_m788162461 (RuntimeObject * __this /* static, unused */, X509Chain_t194917408 * ___chain0, const RuntimeMethod* method); // System.Boolean System.Net.Security.RemoteCertificateValidationCallback::Invoke(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors) extern "C" IL2CPP_METHOD_ATTR bool RemoteCertificateValidationCallback_Invoke_m3086073466 (RemoteCertificateValidationCallback_t3014364904 * __this, RuntimeObject * ___sender0, X509Certificate_t713131622 * ___certificate1, X509Chain_t194917408 * ___chain2, int32_t ___sslPolicyErrors3, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.ValidationResult::.ctor(System.Boolean,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ValidationResult__ctor_m295084008 (ValidationResult_t3834298736 * __this, bool p0, bool p1, int32_t p2, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509ChainStatus[] System.Security.Cryptography.X509Certificates.X509Chain::get_ChainStatus() extern "C" IL2CPP_METHOD_ATTR X509ChainStatusU5BU5D_t2685945535* X509Chain_get_ChainStatus_m3613658095 (X509Chain_t194917408 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags System.Security.Cryptography.X509Certificates.X509ChainStatus::get_Status() extern "C" IL2CPP_METHOD_ATTR int32_t X509ChainStatus_get_Status_m2572005749 (X509ChainStatus_t133602714 * __this, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate2::get_Version() extern "C" IL2CPP_METHOD_ATTR int32_t X509Certificate2_get_Version_m2534012675 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509ExtensionCollection System.Security.Cryptography.X509Certificates.X509Certificate2::get_Extensions() extern "C" IL2CPP_METHOD_ATTR X509ExtensionCollection_t1350454579 * X509Certificate2_get_Extensions_m3552930730 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Extension System.Security.Cryptography.X509Certificates.X509ExtensionCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR X509Extension_t3272255153 * X509ExtensionCollection_get_Item_m3637880514 (X509ExtensionCollection_t1350454579 * __this, String_t* ___oid0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509KeyUsageFlags System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::get_KeyUsages() extern "C" IL2CPP_METHOD_ATTR int32_t X509KeyUsageExtension_get_KeyUsages_m3263859785 (X509KeyUsageExtension_t2042101591 * __this, const RuntimeMethod* method); // System.Security.Cryptography.OidCollection System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::get_EnhancedKeyUsages() extern "C" IL2CPP_METHOD_ATTR OidCollection_t4234766844 * X509EnhancedKeyUsageExtension_get_EnhancedKeyUsages_m2617268680 (X509EnhancedKeyUsageExtension_t4189149453 * __this, const RuntimeMethod* method); // System.Security.Cryptography.Oid System.Security.Cryptography.OidCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR Oid_t3552120260 * OidCollection_get_Item_m538543915 (OidCollection_t4234766844 * __this, String_t* ___oid0, const RuntimeMethod* method); // System.String System.Security.Cryptography.AsnEncodedData::NetscapeCertType(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_NetscapeCertType_m2976595233 (AsnEncodedData_t382354011 * __this, bool ___multiLine0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m1977622757 (String_t* __this, String_t* p0, const RuntimeMethod* method); // Mono.Security.X509.X509ExtensionCollection Mono.Security.X509.X509Certificate::get_Extensions() extern "C" IL2CPP_METHOD_ATTR X509ExtensionCollection_t609554709 * X509Certificate_get_Extensions_m1217872579 (X509Certificate_t489243025 * __this, const RuntimeMethod* method); // Mono.Security.X509.X509Extension Mono.Security.X509.X509ExtensionCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR X509Extension_t3173393653 * X509ExtensionCollection_get_Item_m2761897938 (X509ExtensionCollection_t609554709 * __this, String_t* p0, const RuntimeMethod* method); // System.Void Mono.Security.X509.Extensions.SubjectAltNameExtension::.ctor(Mono.Security.X509.X509Extension) extern "C" IL2CPP_METHOD_ATTR void SubjectAltNameExtension__ctor_m1991362362 (SubjectAltNameExtension_t1536937677 * __this, X509Extension_t3173393653 * p0, const RuntimeMethod* method); // System.String[] Mono.Security.X509.Extensions.SubjectAltNameExtension::get_DNSNames() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* SubjectAltNameExtension_get_DNSNames_m2346000460 (SubjectAltNameExtension_t1536937677 * __this, const RuntimeMethod* method); // System.Boolean System.Net.ServicePointManager/ChainValidationHelper::Match(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool ChainValidationHelper_Match_m3752991024 (RuntimeObject * __this /* static, unused */, String_t* ___hostname0, String_t* ___pattern1, const RuntimeMethod* method); // System.String[] Mono.Security.X509.Extensions.SubjectAltNameExtension::get_IPAddresses() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* SubjectAltNameExtension_get_IPAddresses_m1641002124 (SubjectAltNameExtension_t1536937677 * __this, const RuntimeMethod* method); // System.Boolean System.Net.ServicePointManager/ChainValidationHelper::CheckDomainName(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool ChainValidationHelper_CheckDomainName_m85292850 (RuntimeObject * __this /* static, unused */, String_t* ___subjectName0, String_t* ___targetHost1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Regex__ctor_m897876424 (Regex_t3657309853 * __this, String_t* ___pattern0, const RuntimeMethod* method); // System.Text.RegularExpressions.MatchCollection System.Text.RegularExpressions.Regex::Matches(System.String) extern "C" IL2CPP_METHOD_ATTR MatchCollection_t1395363720 * Regex_Matches_m175567660 (Regex_t3657309853 * __this, String_t* ___input0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.MatchCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t MatchCollection_get_Count_m1667454419 (MatchCollection_t1395363720 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Group::get_Success() extern "C" IL2CPP_METHOD_ATTR bool Group_get_Success_m1492300455 (Group_t2468205786 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.Group System.Text.RegularExpressions.GroupCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Group_t2468205786 * GroupCollection_get_Item_m2465789076 (GroupCollection_t69770484 * __this, int32_t ___i0, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Capture::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* Capture_get_Value_m538076933 (Capture_t2232016050 * __this, const RuntimeMethod* method); // System.String System.String::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToString_m838249115 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m363431711 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_InvariantCulture_m3532445182 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m1293271421 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, bool p2, CultureInfo_t4157843068 * p3, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2466398549 (String_t* __this, Il2CppChar p0, int32_t p1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Boolean,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m945110377 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, String_t* p2, int32_t p3, int32_t p4, bool p5, CultureInfo_t4157843068 * p6, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Net.Sockets.NetworkStream::.ctor(System.Net.Sockets.Socket,System.IO.FileAccess,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NetworkStream__ctor_m1235069144 (NetworkStream_t4071955934 * __this, Socket_t1119025450 * ___socket0, int32_t ___access1, bool ___owns_socket2, const RuntimeMethod* method); // System.Void System.IO.Stream::.ctor() extern "C" IL2CPP_METHOD_ATTR void Stream__ctor_m3881936881 (Stream_t1273022909 * __this, const RuntimeMethod* method); // System.Net.Sockets.SocketType System.Net.Sockets.Socket::get_SocketType() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_SocketType_m1610605419 (Socket_t1119025450 * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1216717135 (ArgumentException_t132251570 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::get_Connected() extern "C" IL2CPP_METHOD_ATTR bool Socket_get_Connected_m2875145796 (Socket_t1119025450 * __this, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void IOException__ctor_m3662782713 (IOException_t4088381929 * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::get_Blocking() extern "C" IL2CPP_METHOD_ATTR bool Socket_get_Blocking_m140927673 (Socket_t1119025450 * __this, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) extern "C" IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m1177400158 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::get_ReceiveTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_ReceiveTimeout_m3174888525 (Socket_t1119025450 * __this, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::get_SendTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_SendTimeout_m1649477733 (Socket_t1119025450 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.NetworkStream::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void NetworkStream_CheckDisposed_m1614745601 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method); // System.IAsyncResult System.Net.Sockets.Socket::BeginReceive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginReceive_m2439065097 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socket_flags3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___state5, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void IOException__ctor_m3246761956 (IOException_t4088381929 * __this, String_t* p0, Exception_t * p1, const RuntimeMethod* method); // System.IAsyncResult System.Net.Sockets.Socket::BeginSend(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginSend_m2697766330 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socket_flags3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___state5, const RuntimeMethod* method); // System.Void System.Object::Finalize() extern "C" IL2CPP_METHOD_ATTR void Object_Finalize_m3076187857 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Close() extern "C" IL2CPP_METHOD_ATTR void Socket_Close_m3289097516 (Socket_t1119025450 * __this, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::EndReceive(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndReceive_m2385446150 (Socket_t1119025450 * __this, RuntimeObject* ___result0, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::EndSend(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndSend_m2816431255 (Socket_t1119025450 * __this, RuntimeObject* ___result0, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Receive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_m3794758455 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Send(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_m2509318470 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buf0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, const RuntimeMethod* method); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m3603759869 (ObjectDisposedException_t21392786 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.Queue::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Queue__ctor_m2226872579 (Queue_t3637523393 * __this, int32_t p0, const RuntimeMethod* method); // System.IntPtr System.Net.Sockets.Socket::Socket_internal(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType,System.Int32&) extern "C" IL2CPP_METHOD_ATTR intptr_t Socket_Socket_internal_m1681190592 (Socket_t1119025450 * __this, int32_t ___family0, int32_t ___type1, int32_t ___proto2, int32_t* ___error3, const RuntimeMethod* method); // System.Void System.Net.Sockets.SocketException::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void SocketException__ctor_m1369613389 (SocketException_t3852068672 * __this, int32_t ___error0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::SocketDefaults() extern "C" IL2CPP_METHOD_ATTR void Socket_SocketDefaults_m2103159556 (Socket_t1119025450 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::CheckProtocolSupport() extern "C" IL2CPP_METHOD_ATTR void Socket_CheckProtocolSupport_m1722155143 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::set_DontFragment(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Socket_set_DontFragment_m1311305537 (Socket_t1119025450 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Socket_SetSocketOption_m483522974 (Socket_t1119025450 * __this, int32_t ___optionLevel0, int32_t ___optionName1, int32_t ___optionValue2, const RuntimeMethod* method); // System.Net.SocketAddress System.Net.Sockets.Socket::LocalEndPoint_internal(System.IntPtr,System.Int32&) extern "C" IL2CPP_METHOD_ATTR SocketAddress_t3739769427 * Socket_LocalEndPoint_internal_m1815074002 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t* ___error1, const RuntimeMethod* method); // System.Object System.Net.Sockets.Socket::GetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Socket_GetSocketOption_m419986124 (Socket_t1119025450 * __this, int32_t ___optionLevel0, int32_t ___optionName1, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m282481429 (ArgumentOutOfRangeException_t777629997 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.IntPtr System.IntPtr::op_Explicit(System.Int32) extern "C" IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m1593216315 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Threading.Thread System.Threading.Thread::get_CurrentThread() extern "C" IL2CPP_METHOD_ATTR Thread_t2300836069 * Thread_get_CurrentThread_m4142136012 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.IntPtr System.Net.Sockets.Socket::Accept_internal(System.IntPtr,System.Int32&,System.Boolean) extern "C" IL2CPP_METHOD_ATTR intptr_t Socket_Accept_internal_m3246009452 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, int32_t* ___error1, bool ___blocking2, const RuntimeMethod* method); // System.Void System.Threading.Thread::ResetAbort() extern "C" IL2CPP_METHOD_ATTR void Thread_ResetAbort_m2418149112 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::get_AddressFamily() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_AddressFamily_m51841532 (Socket_t1119025450 * __this, const RuntimeMethod* method); // System.Net.Sockets.ProtocolType System.Net.Sockets.Socket::get_ProtocolType() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_ProtocolType_m1935110519 (Socket_t1119025450 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::.ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Socket__ctor_m4043768444 (Socket_t1119025450 * __this, int32_t ___family0, int32_t ___type1, int32_t ___proto2, intptr_t ___sock3, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::set_Blocking(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Socket_set_Blocking_m2255852279 (Socket_t1119025450 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket/SocketAsyncResult::.ctor(System.Net.Sockets.Socket,System.Object,System.AsyncCallback,System.Net.Sockets.Socket/SocketOperation) extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult__ctor_m593275962 (SocketAsyncResult_t2080034863 * __this, Socket_t1119025450 * ___sock0, RuntimeObject * ___state1, AsyncCallback_t3962456242 * ___callback2, int32_t ___operation3, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket/Worker::.ctor(System.Net.Sockets.Socket/SocketAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Worker__ctor_m2745363372 (Worker_t2051517921 * __this, SocketAsyncResult_t2080034863 * ___ares0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket/SocketAsyncCall::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void SocketAsyncCall__ctor_m1454446081 (SocketAsyncCall_t1521370843 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.Net.Sockets.Socket/SocketAsyncCall::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SocketAsyncCall_BeginInvoke_m3372974237 (SocketAsyncCall_t1521370843 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method); // System.Boolean System.Environment::get_SocketSecurityEnabled() extern "C" IL2CPP_METHOD_ATTR bool Environment_get_SocketSecurityEnabled_m190813817 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Security.SecurityException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityException__ctor_m1631242336 (SecurityException_t975544473 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Bind_internal(System.IntPtr,System.Net.SocketAddress,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Bind_internal_m2004496361 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, SocketAddress_t3739769427 * ___sa1, int32_t* ___error2, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::EndReceive(System.IAsyncResult,System.Net.Sockets.SocketError&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndReceive_m3009256849 (Socket_t1119025450 * __this, RuntimeObject* ___asyncResult0, int32_t* ___errorCode1, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::CompareExchange(System.Int32&,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Interlocked_CompareExchange_m3023855514 (RuntimeObject * __this /* static, unused */, int32_t* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Exception System.Net.Sockets.Socket::InvalidAsyncOp(System.String) extern "C" IL2CPP_METHOD_ATTR Exception_t * Socket_InvalidAsyncOp_m201745000 (Socket_t1119025450 * __this, String_t* ___method0, const RuntimeMethod* method); // System.Net.Sockets.SocketError System.Net.Sockets.Socket/SocketAsyncResult::get_ErrorCode() extern "C" IL2CPP_METHOD_ATTR int32_t SocketAsyncResult_get_ErrorCode_m2567000903 (SocketAsyncResult_t2080034863 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket/SocketAsyncResult::CheckIfThrowDelayedException() extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_CheckIfThrowDelayedException_m1547318945 (SocketAsyncResult_t2080034863 * __this, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket/SocketAsyncResult::get_Total() extern "C" IL2CPP_METHOD_ATTR int32_t SocketAsyncResult_get_Total_m1357230612 (SocketAsyncResult_t2080034863 * __this, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::EndSend(System.IAsyncResult,System.Net.Sockets.SocketError&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndSend_m1244041542 (Socket_t1119025450 * __this, RuntimeObject* ___asyncResult0, int32_t* ___errorCode1, const RuntimeMethod* method); // System.Void System.Console::WriteLine(System.String) extern "C" IL2CPP_METHOD_ATTR void Console_WriteLine_m4182570127 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Listen_internal(System.IntPtr,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Listen_internal_m314292295 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, int32_t ___backlog1, int32_t* ___error2, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::Poll_internal(System.IntPtr,System.Net.Sockets.SelectMode,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Socket_Poll_internal_m3742261368 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t ___mode1, int32_t ___timeout2, int32_t* ___error3, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Receive_nochecks(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_nochecks_m1265362885 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buf0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, int32_t* ___error4, const RuntimeMethod* method); // System.Void System.Net.Sockets.SocketException::.ctor(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void SocketException__ctor_m3042788307 (SocketException_t3852068672 * __this, int32_t ___error0, String_t* ___message1, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::ReceiveFrom_nochecks_exc(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint&,System.Boolean,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_ReceiveFrom_nochecks_exc_m3832376789 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buf0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, EndPoint_t982345378 ** ___remote_end4, bool ___throwOnError5, int32_t* ___error6, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::RecvFrom_internal(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.SocketAddress&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_RecvFrom_internal_m2269104884 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___count3, int32_t ___flags4, SocketAddress_t3739769427 ** ___sockaddr5, int32_t* ___error6, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::CheckEndPoint(System.Net.SocketAddress) extern "C" IL2CPP_METHOD_ATTR bool Socket_CheckEndPoint_m1541548901 (RuntimeObject * __this /* static, unused */, SocketAddress_t3739769427 * ___sa0, const RuntimeMethod* method); // System.Void System.Array::Initialize() extern "C" IL2CPP_METHOD_ATTR void Array_Initialize_m3004991267 (RuntimeArray * __this, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Send_nochecks(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_nochecks_m3624015216 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buf0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, int32_t* ___error4, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::SendTo_internal_real(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.SocketAddress,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_SendTo_internal_real_m821105673 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___count3, int32_t ___flags4, SocketAddress_t3739769427 * ___sa5, int32_t* ___error6, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::SendTo_internal(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.SocketAddress,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_SendTo_internal_m3673132649 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___count3, int32_t ___flags4, SocketAddress_t3739769427 * ___sa5, int32_t* ___error6, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::SetSocketOption_internal(System.IntPtr,System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Object,System.Byte[],System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_SetSocketOption_internal_m2890815837 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t ___level1, int32_t ___name2, RuntimeObject * ___obj_val3, ByteU5BU5D_t4116647657* ___byte_val4, int32_t ___int_val5, int32_t* ___error6, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m3698743796 (ArgumentException_t132251570 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::.ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType) extern "C" IL2CPP_METHOD_ATTR void Socket__ctor_m3479084642 (Socket_t1119025450 * __this, int32_t ___family0, int32_t ___type1, int32_t ___proto2, const RuntimeMethod* method); // System.Net.Configuration.Ipv6Element System.Net.Configuration.SettingsSection::get_Ipv6() extern "C" IL2CPP_METHOD_ATTR Ipv6Element_t180053194 * SettingsSection_get_Ipv6_m2010588675 (SettingsSection_t1259474535 * __this, const RuntimeMethod* method); // System.Boolean System.Net.Configuration.Ipv6Element::get_Enabled() extern "C" IL2CPP_METHOD_ATTR bool Ipv6Element_get_Enabled_m1860039652 (Ipv6Element_t180053194 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Blocking_internal(System.IntPtr,System.Boolean,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Blocking_internal_m937501832 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, bool ___block1, int32_t* ___error2, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::ThrowIfUpd() extern "C" IL2CPP_METHOD_ATTR void Socket_ThrowIfUpd_m1907232738 (Socket_t1119025450 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Shutdown_internal(System.IntPtr,System.Net.Sockets.SocketShutdown,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Shutdown_internal_m4083092300 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t ___how1, int32_t* ___error2, const RuntimeMethod* method); // System.Void System.Net.Sockets.LingerOption::.ctor(System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void LingerOption__ctor_m2538367620 (LingerOption_t2688985448 * __this, bool ___enable0, int32_t ___secs1, const RuntimeMethod* method); // System.Int32 System.IntPtr::op_Explicit(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t IntPtr_op_Explicit_m4220076518 (RuntimeObject * __this /* static, unused */, intptr_t p0, const RuntimeMethod* method); // System.Void System.Threading.Thread::Abort() extern "C" IL2CPP_METHOD_ATTR void Thread_Abort_m14784104 (Thread_t2300836069 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Linger(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Socket_Linger_m363798742 (Socket_t1119025450 * __this, intptr_t ___handle0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Close_internal(System.IntPtr,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Close_internal_m3541237784 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t* ___error1, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Connect_internal_real(System.IntPtr,System.Net.SocketAddress,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_internal_real_m1040728770 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, SocketAddress_t3739769427 * ___sa1, int32_t* ___error2, const RuntimeMethod* method); // System.Void System.Net.IPEndPoint::.ctor(System.Net.IPAddress,System.Int32) extern "C" IL2CPP_METHOD_ATTR void IPEndPoint__ctor_m2833647099 (IPEndPoint_t3791887218 * __this, IPAddress_t241777590 * ___address0, int32_t ___port1, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Net.Sockets.Socket::GetUnityCrossDomainHelperMethod(System.String) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Socket_GetUnityCrossDomainHelperMethod_m2287295676 (RuntimeObject * __this /* static, unused */, String_t* ___methodname0, const RuntimeMethod* method); // System.Net.IPAddress System.Net.IPEndPoint::get_Address() extern "C" IL2CPP_METHOD_ATTR IPAddress_t241777590 * IPEndPoint_get_Address_m834732349 (IPEndPoint_t3791887218 * __this, const RuntimeMethod* method); // System.Int32 System.Net.IPEndPoint::get_Port() extern "C" IL2CPP_METHOD_ATTR int32_t IPEndPoint_get_Port_m2842923226 (IPEndPoint_t3791887218 * __this, const RuntimeMethod* method); // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m1776411915 (MethodBase_t * __this, RuntimeObject * p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.Type System.Type::GetType(System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetType_m1693760368 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m2019726356 (Type_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Connect(System.Net.EndPoint,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_m2387904622 (Socket_t1119025450 * __this, EndPoint_t982345378 * ___remoteEP0, bool ___requireSocketPolicy1, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m2734335978 (InvalidOperationException_t56020091 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Connect_internal(System.IntPtr,System.Net.SocketAddress,System.Int32&,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_internal_m1130612002 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, SocketAddress_t3739769427 * ___sa1, int32_t* ___error2, bool ___requireSocketPolicyFile3, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Receive_internal(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_internal_m331082597 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___count3, int32_t ___flags4, int32_t* ___error5, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Send_internal(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_internal_m32065293 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, ByteU5BU5D_t4116647657* ___buf1, int32_t ___offset2, int32_t ___count3, int32_t ___flags4, int32_t* ___error5, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::GetSocketOption_obj_internal(System.IntPtr,System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Object&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_GetSocketOption_obj_internal_m3909434119 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t ___level1, int32_t ___name2, RuntimeObject ** ___obj_val3, int32_t* ___error4, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket/SocketAsyncCall::Invoke() extern "C" IL2CPP_METHOD_ATTR void SocketAsyncCall_Invoke_m3982016662 (SocketAsyncCall_t1521370843 * __this, const RuntimeMethod* method); // System.Void System.Threading.WaitCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void WaitCallback__ctor_m1893321019 (WaitCallback_t2448485498 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPool::QueueUserWorkItem(System.Threading.WaitCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR bool ThreadPool_QueueUserWorkItem_m1526970260 (RuntimeObject * __this /* static, unused */, WaitCallback_t2448485498 * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket/SocketAsyncResult::Complete() extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m2927099815 (SocketAsyncResult_t2080034863 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket/SocketAsyncResult::set_IsCompleted(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_set_IsCompleted_m3899558286 (SocketAsyncResult_t2080034863 * __this, bool ___value0, const RuntimeMethod* method); // System.Net.Sockets.Socket/SocketAsyncCall System.Net.Sockets.Socket/SocketAsyncResult::GetDelegate(System.Net.Sockets.Socket/Worker,System.Net.Sockets.Socket/SocketOperation) extern "C" IL2CPP_METHOD_ATTR SocketAsyncCall_t1521370843 * SocketAsyncResult_GetDelegate_m3002880270 (SocketAsyncResult_t2080034863 * __this, Worker_t2051517921 * ___worker0, int32_t ___op1, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket/SocketAsyncResult::CompleteAllOnDispose(System.Collections.Queue) extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_CompleteAllOnDispose_m1317216893 (SocketAsyncResult_t2080034863 * __this, Queue_t3637523393 * ___queue0, const RuntimeMethod* method); // System.Void System.AsyncCallback::Invoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void AsyncCallback_Invoke_m3156993048 (AsyncCallback_t3962456242 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.Threading.ManualResetEvent::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ManualResetEvent__ctor_m4010886457 (ManualResetEvent_t451242010 * __this, bool p0, const RuntimeMethod* method); // System.Boolean System.Threading.EventWaitHandle::Set() extern "C" IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_m2445193251 (EventWaitHandle_t777845177 * __this, const RuntimeMethod* method); // System.Net.Sockets.SocketError System.Net.Sockets.SocketException::get_SocketErrorCode() extern "C" IL2CPP_METHOD_ATTR int32_t SocketException_get_SocketErrorCode_m2767669540 (SocketException_t3852068672 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket/Worker::.ctor(System.Net.Sockets.Socket/SocketAsyncResult,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Worker__ctor_m1552072888 (Worker_t2051517921 * __this, SocketAsyncResult_t2080034863 * ___ares0, bool ___requireSocketSecurity1, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::ReceiveFrom_nochecks(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_ReceiveFrom_nochecks_m2346680298 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buf0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, EndPoint_t982345378 ** ___remote_end4, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket/SocketAsyncResult::Complete(System.Exception) extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m205520682 (SocketAsyncResult_t2080034863 * __this, Exception_t * ___e0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket/SocketAsyncResult::Complete(System.Int32) extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m3054928721 (SocketAsyncResult_t2080034863 * __this, int32_t ___total0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket/Worker::UpdateSendValues(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Worker_UpdateSendValues_m1721166924 (Worker_t2051517921 * __this, int32_t ___last_sent0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket/SocketAsyncResult::set_Total(System.Int32) extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_set_Total_m2735056888 (SocketAsyncResult_t2080034863 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::SendTo_nochecks(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_SendTo_nochecks_m2955493341 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, EndPoint_t982345378 * ___remote_end4, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.SocketException::WSAGetLastError_internal() extern "C" IL2CPP_METHOD_ATTR int32_t SocketException_WSAGetLastError_internal_m1236276956 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.ComponentModel.Win32Exception::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Win32Exception__ctor_m3118723333 (Win32Exception_t3234146298 * __this, int32_t ___error0, const RuntimeMethod* method); // System.Void System.ComponentModel.Win32Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Win32Exception__ctor_m3265219078 (Win32Exception_t3234146298 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Void System.ComponentModel.Win32Exception::.ctor(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void Win32Exception__ctor_m11747318 (Win32Exception_t3234146298 * __this, int32_t ___error0, String_t* ___message1, const RuntimeMethod* method); // System.Int32 System.ComponentModel.Win32Exception::get_NativeErrorCode() extern "C" IL2CPP_METHOD_ATTR int32_t Win32Exception_get_NativeErrorCode_m4105802931 (Win32Exception_t3234146298 * __this, const RuntimeMethod* method); // System.String System.Exception::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* Exception_get_Message_m3320461627 (Exception_t * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.TcpClient::Init(System.Net.Sockets.AddressFamily) extern "C" IL2CPP_METHOD_ATTR void TcpClient_Init_m3763123122 (TcpClient_t822906377 * __this, int32_t ___family0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Bind(System.Net.EndPoint) extern "C" IL2CPP_METHOD_ATTR void Socket_Bind_m1387808352 (Socket_t1119025450 * __this, EndPoint_t982345378 * ___local_end0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Connect(System.Net.EndPoint) extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_m798630981 (Socket_t1119025450 * __this, EndPoint_t982345378 * ___remoteEP0, const RuntimeMethod* method); // System.Void System.Net.Sockets.TcpClient::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void TcpClient_CheckDisposed_m4074660825 (TcpClient_t822906377 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.TcpClient::Connect(System.Net.IPEndPoint) extern "C" IL2CPP_METHOD_ATTR void TcpClient_Connect_m3565396920 (TcpClient_t822906377 * __this, IPEndPoint_t3791887218 * ___remote_end_point0, const RuntimeMethod* method); // System.Void System.Net.Sockets.NetworkStream::.ctor(System.Net.Sockets.Socket,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NetworkStream__ctor_m594102681 (NetworkStream_t4071955934 * __this, Socket_t1119025450 * ___socket0, bool ___owns_socket1, const RuntimeMethod* method); // System.Boolean System.Threading.EventWaitHandle::Reset() extern "C" IL2CPP_METHOD_ATTR bool EventWaitHandle_Reset_m3348053200 (EventWaitHandle_t777845177 * __this, const RuntimeMethod* method); // System.Boolean System.Net.WebAsyncResult::get_IsCompleted() extern "C" IL2CPP_METHOD_ATTR bool WebAsyncResult_get_IsCompleted_m4071146637 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method); // System.Threading.WaitHandle System.Net.WebAsyncResult::get_AsyncWaitHandle() extern "C" IL2CPP_METHOD_ATTR WaitHandle_t1743403487 * WebAsyncResult_get_AsyncWaitHandle_m2645832664 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method); // System.Void System.Net.WebConnectionData::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebConnectionData__ctor_m2596484140 (WebConnectionData_t3835660455 * __this, const RuntimeMethod* method); // System.Collections.Queue System.Net.WebConnectionGroup::get_Queue() extern "C" IL2CPP_METHOD_ATTR Queue_t3637523393 * WebConnectionGroup_get_Queue_m2310519839 (WebConnectionGroup_t1712379988 * __this, const RuntimeMethod* method); // System.Void System.Net.WebConnection/AbortHelper::.ctor() extern "C" IL2CPP_METHOD_ATTR void AbortHelper__ctor_m842092169 (AbortHelper_t1490877826 * __this, const RuntimeMethod* method); // System.Void System.EventHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void EventHandler__ctor_m3449229857 (EventHandler_t1348719766 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.AsyncCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void AsyncCallback__ctor_m530647953 (AsyncCallback_t3962456242 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::Poll(System.Int32,System.Net.Sockets.SelectMode) extern "C" IL2CPP_METHOD_ATTR bool Socket_Poll_m391414345 (Socket_t1119025450 * __this, int32_t ___time_us0, int32_t ___mode1, const RuntimeMethod* method); // System.String System.Uri::get_AbsoluteUri() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_AbsoluteUri_m637273031 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::get_IsDefaultPort() extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsDefaultPort_m3984463462 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Int32 System.Uri::get_Port() extern "C" IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m184067428 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1809518182 (RuntimeObject * __this /* static, unused */, StringU5BU5D_t1281789340* p0, const RuntimeMethod* method); // System.Void System.Net.WebConnection::LoggedThrow(System.Exception) extern "C" IL2CPP_METHOD_ATTR void WebConnection_LoggedThrow_m3339834945 (WebConnection_t3982808322 * __this, Exception_t * ___e0, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 p0, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m1197120913 (Type_t * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.Net.WebConnection::CanReuse() extern "C" IL2CPP_METHOD_ATTR bool WebConnection_CanReuse_m2827124740 (WebConnection_t3982808322 * __this, const RuntimeMethod* method); // System.Boolean System.Net.WebConnection::CompleteChunkedRead() extern "C" IL2CPP_METHOD_ATTR bool WebConnection_CompleteChunkedRead_m618073306 (WebConnection_t3982808322 * __this, const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.ServicePoint::get_HostEntry() extern "C" IL2CPP_METHOD_ATTR IPHostEntry_t263743900 * ServicePoint_get_HostEntry_m1249515277 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method); // System.Boolean System.Net.ServicePoint::get_UsesProxy() extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_UsesProxy_m174711556 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method); // System.Net.IPAddress[] System.Net.IPHostEntry::get_AddressList() extern "C" IL2CPP_METHOD_ATTR IPAddressU5BU5D_t596328627* IPHostEntry_get_AddressList_m1351062776 (IPHostEntry_t263743900 * __this, const RuntimeMethod* method); // System.Net.Sockets.AddressFamily System.Net.IPAddress::get_AddressFamily() extern "C" IL2CPP_METHOD_ATTR int32_t IPAddress_get_AddressFamily_m1010663936 (IPAddress_t241777590 * __this, const RuntimeMethod* method); // System.Boolean System.Net.ServicePoint::get_UseNagleAlgorithm() extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_UseNagleAlgorithm_m633218140 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::set_NoDelay(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Socket_set_NoDelay_m3209939872 (Socket_t1119025450 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Net.ServicePoint::CallEndPointDelegate(System.Net.Sockets.Socket,System.Net.IPEndPoint) extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_CallEndPointDelegate_m2947487287 (ServicePoint_t2786966844 * __this, Socket_t1119025450 * ___sock0, IPEndPoint_t3791887218 * ___remote1, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest::get_Aborted() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_Aborted_m1961501758 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method); // System.Void System.Net.WebConnection::CheckUnityWebSecurity(System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR void WebConnection_CheckUnityWebSecurity_m101785 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, const RuntimeMethod* method); // System.Type System.Type::GetType(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetType_m3605423543 (RuntimeObject * __this /* static, unused */, String_t* p0, bool p1, const RuntimeMethod* method); // System.Reflection.PropertyInfo System.Type::GetProperty(System.String) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * Type_GetProperty_m3414567179 (Type_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1965104174 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m2383614642 (StringBuilder_t * __this, Il2CppChar p0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m890240332 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method); // System.Boolean System.Version::op_Equality(System.Version,System.Version) extern "C" IL2CPP_METHOD_ATTR bool Version_op_Equality_m3804852517 (RuntimeObject * __this /* static, unused */, Version_t3456873960 * p0, Version_t3456873960 * p1, const RuntimeMethod* method); // System.String System.Collections.Specialized.NameValueCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* NameValueCollection_get_Item_m1249025201 (NameValueCollection_t407452768 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Net.Authorization System.Net.AuthenticationManager::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t542416582 * AuthenticationManager_Authenticate_m220441371 (RuntimeObject * __this /* static, unused */, String_t* ___challenge0, WebRequest_t1939381076 * ___request1, RuntimeObject* ___credentials2, const RuntimeMethod* method); // System.String System.Net.Authorization::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* Authorization_get_Message_m457444391 (Authorization_t542416582 * __this, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_Default() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_Default_m1632902165 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Text.StringBuilder::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_m3317489284 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Net.WebHeaderCollection System.Net.WebConnection::ReadHeaders(System.Net.HttpWebRequest,System.IO.Stream,System.Byte[]&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR WebHeaderCollection_t1942268960 * WebConnection_ReadHeaders_m1859597073 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, Stream_t1273022909 * ___stream1, ByteU5BU5D_t4116647657** ___retBuffer2, int32_t* ___status3, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Net.WebConnection::HandleError(System.Net.WebExceptionStatus,System.Exception,System.String) extern "C" IL2CPP_METHOD_ATTR void WebConnection_HandleError_m738788885 (WebConnection_t3982808322 * __this, int32_t ___st0, Exception_t * ___e1, String_t* ___where2, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() extern "C" IL2CPP_METHOD_ATTR void MemoryStream__ctor_m2678285228 (MemoryStream_t94973147 * __this, const RuntimeMethod* method); // System.Void System.Net.WebHeaderCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection__ctor_m896654210 (WebHeaderCollection_t1942268960 * __this, const RuntimeMethod* method); // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m2884209081 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method); // System.Void System.Net.WebHeaderCollection::Add(System.String) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_Add_m928193981 (WebHeaderCollection_t1942268960 * __this, String_t* ___header0, const RuntimeMethod* method); // System.UInt32 System.UInt32::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR uint32_t UInt32_Parse_m3270868885 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Net.WebConnection::ReadLine(System.Byte[],System.Int32&,System.Int32,System.String&) extern "C" IL2CPP_METHOD_ATTR bool WebConnection_ReadLine_m1318917240 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___start1, int32_t ___max2, String_t** ___output3, const RuntimeMethod* method); // System.Void System.Net.WebConnection::EnsureSSLStreamAvailable() extern "C" IL2CPP_METHOD_ATTR void WebConnection_EnsureSSLStreamAvailable_m768122312 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.Net.ServicePoint::get_UseConnect() extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_UseConnect_m2085353846 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method); // System.Boolean System.Net.WebConnection::CreateTunnel(System.Net.HttpWebRequest,System.IO.Stream,System.Byte[]&) extern "C" IL2CPP_METHOD_ATTR bool WebConnection_CreateTunnel_m930414641 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, Stream_t1273022909 * ___stream1, ByteU5BU5D_t4116647657** ___buffer2, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.HttpWebRequest::get_ClientCertificates() extern "C" IL2CPP_METHOD_ATTR X509CertificateCollection_t3399372417 * HttpWebRequest_get_ClientCertificates_m1369160996 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m94526014 (RuntimeObject * __this /* static, unused */, Type_t * p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.Void System.Net.ServicePointManager/ChainValidationHelper::.ctor(System.Object) extern "C" IL2CPP_METHOD_ATTR void ChainValidationHelper__ctor_m1720828747 (ChainValidationHelper_t320539540 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.CertificateValidationCallback2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void CertificateValidationCallback2__ctor_m1685875113 (CertificateValidationCallback2_t1842476440 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.SslClientStream::add_ServerCertValidation2(Mono.Security.Protocol.Tls.CertificateValidationCallback2) extern "C" IL2CPP_METHOD_ATTR void SslClientStream_add_ServerCertValidation2_m3943665702 (SslClientStream_t3914624661 * __this, CertificateValidationCallback2_t1842476440 * p0, const RuntimeMethod* method); // System.Void System.Diagnostics.StackTrace::.ctor() extern "C" IL2CPP_METHOD_ATTR void StackTrace__ctor_m206492268 (StackTrace_t1598645457 * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1152696503 (Exception_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Net.WebConnection::Close(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void WebConnection_Close_m1464903054 (WebConnection_t3982808322 * __this, bool ___sendNext0, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::set_FinishedReading(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_FinishedReading_m2455679796 (HttpWebRequest_t1669436515 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::SetResponseError(System.Net.WebExceptionStatus,System.Exception,System.String) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_SetResponseError_m4064263808 (HttpWebRequest_t1669436515 * __this, int32_t ___status0, Exception_t * ___e1, String_t* ___where2, const RuntimeMethod* method); // System.Int32 System.Net.WebConnection::GetResponse(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t WebConnection_GetResponse_m2224473082 (WebConnection_t3982808322 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___max1, const RuntimeMethod* method); // System.Void System.Net.WebConnection::InitRead(System.Object) extern "C" IL2CPP_METHOD_ATTR void WebConnection_InitRead_m3857158647 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___state0, const RuntimeMethod* method); // System.Void System.Net.WebConnectionStream::.ctor(System.Net.WebConnection) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream__ctor_m2392030538 (WebConnectionStream_t2170064850 * __this, WebConnection_t3982808322 * ___cnc0, const RuntimeMethod* method); // System.String System.String::ToLower() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m2029374922 (String_t* __this, const RuntimeMethod* method); // System.Void System.Net.WebConnectionStream::set_ReadBuffer(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_set_ReadBuffer_m2380223665 (WebConnectionStream_t2170064850 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Void System.Net.WebConnectionStream::set_ReadBufferOffset(System.Int32) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_set_ReadBufferOffset_m2243374622 (WebConnectionStream_t2170064850 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Net.WebConnectionStream::set_ReadBufferSize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_set_ReadBufferSize_m3389230 (WebConnectionStream_t2170064850 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Net.WebConnectionStream::CheckResponseInBuffer() extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_CheckResponseInBuffer_m3201279978 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method); // System.Void System.Net.ChunkStream::.ctor(System.Byte[],System.Int32,System.Int32,System.Net.WebHeaderCollection) extern "C" IL2CPP_METHOD_ATTR void ChunkStream__ctor_m1128294172 (ChunkStream_t2634567336 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, WebHeaderCollection_t1942268960 * ___headers3, const RuntimeMethod* method); // System.Void System.Net.ChunkStream::ResetBuffer() extern "C" IL2CPP_METHOD_ATTR void ChunkStream_ResetBuffer_m1337397181 (ChunkStream_t2634567336 * __this, const RuntimeMethod* method); // System.Void System.Net.ChunkStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChunkStream_Write_m284437954 (ChunkStream_t2634567336 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Boolean System.Net.WebConnection::ExpectContent(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool WebConnection_ExpectContent_m3997549161 (RuntimeObject * __this /* static, unused */, int32_t ___statusCode0, const RuntimeMethod* method); // System.Void System.Net.WebConnectionStream::ForceCompletion() extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_ForceCompletion_m543651373 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::SetResponseData(System.Net.WebConnectionData) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_SetResponseData_m1747650150 (HttpWebRequest_t1669436515 * __this, WebConnectionData_t3835660455 * ___data0, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::SetCertificates(System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Certificate) extern "C" IL2CPP_METHOD_ATTR void ServicePoint_SetCertificates_m3299390840 (ServicePoint_t2786966844 * __this, X509Certificate_t713131622 * ___client0, X509Certificate_t713131622 * ___server1, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m3646115398 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m1071830722 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, bool p2, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::SetVersion(System.Version) extern "C" IL2CPP_METHOD_ATTR void ServicePoint_SetVersion_m218713483 (ServicePoint_t2786966844 * __this, Version_t3456873960 * ___version0, const RuntimeMethod* method); // System.String System.String::Join(System.String,System.String[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Join_m29736248 (RuntimeObject * __this /* static, unused */, String_t* p0, StringU5BU5D_t1281789340* p1, int32_t p2, int32_t p3, const RuntimeMethod* method); // System.Void System.Net.WebHeaderCollection::SetInternal(System.String) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_SetInternal_m3393264823 (WebHeaderCollection_t1942268960 * __this, String_t* ___header0, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::set_SendContinue(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ServicePoint_set_SendContinue_m3004714502 (ServicePoint_t2786966844 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest::get_ExpectContinue() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ExpectContinue_m1265660027 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::DoContinueDelegate(System.Int32,System.Net.WebHeaderCollection) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_DoContinueDelegate_m3383944917 (HttpWebRequest_t1669436515 * __this, int32_t ___statusCode0, WebHeaderCollection_t1942268960 * ___headers1, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::set_ExpectContinue(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_ExpectContinue_m494724185 (HttpWebRequest_t1669436515 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest::get_KeepAlive() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_KeepAlive_m125307640 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method); // System.Void System.Net.WebConnection::Connect(System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR void WebConnection_Connect_m2850066444 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::SetWriteStreamError(System.Net.WebExceptionStatus,System.Exception) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_SetWriteStreamError_m336408989 (HttpWebRequest_t1669436515 * __this, int32_t ___status0, Exception_t * ___exc1, const RuntimeMethod* method); // System.Boolean System.Net.WebConnection::CreateStream(System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR bool WebConnection_CreateStream_m3387195587 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, const RuntimeMethod* method); // System.Void System.Net.WebConnectionStream::.ctor(System.Net.WebConnection,System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream__ctor_m1091771122 (WebConnectionStream_t2170064850 * __this, WebConnection_t3982808322 * ___cnc0, HttpWebRequest_t1669436515 * ___request1, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::SetWriteStream(System.Net.WebConnectionStream) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_SetWriteStream_m2739138088 (HttpWebRequest_t1669436515 * __this, WebConnectionStream_t2170064850 * ___stream0, const RuntimeMethod* method); // System.EventHandler System.Net.WebConnection::SendRequest(System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR EventHandler_t1348719766 * WebConnection_SendRequest_m4284869211 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, const RuntimeMethod* method); // System.Void System.Net.WebConnection::SendNext() extern "C" IL2CPP_METHOD_ATTR void WebConnection_SendNext_m1567013439 (WebConnection_t3982808322 * __this, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m3238060835 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Char System.Text.StringBuilder::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_m1819843468 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Length(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m1410065908 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method); // System.Boolean System.Net.ChunkStream::get_WantMore() extern "C" IL2CPP_METHOD_ATTR bool ChunkStream_get_WantMore_m3914059038 (ChunkStream_t2634567336 * __this, const RuntimeMethod* method); // System.Void System.Net.WebAsyncResult::.ctor(System.AsyncCallback,System.Object,System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult__ctor_m4245223108 (WebAsyncResult_t3421962937 * __this, AsyncCallback_t3962456242 * ___cb0, RuntimeObject * ___state1, ByteU5BU5D_t4116647657* ___buffer2, int32_t ___offset3, int32_t ___size4, const RuntimeMethod* method); // System.Void System.Net.WebAsyncResult::set_InnerAsyncResult(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_set_InnerAsyncResult_m4260877195 (WebAsyncResult_t3421962937 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Void System.Net.WebAsyncResult::SetCompleted(System.Boolean,System.Exception) extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_SetCompleted_m2263512966 (WebAsyncResult_t3421962937 * __this, bool ___synch0, Exception_t * ___e1, const RuntimeMethod* method); // System.Void System.Net.WebAsyncResult::DoCallback() extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_DoCallback_m1336537550 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method); // System.IAsyncResult System.Net.WebAsyncResult::get_InnerAsyncResult() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebAsyncResult_get_InnerAsyncResult_m4134833752 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method); // System.Byte[] System.Net.WebAsyncResult::get_Buffer() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* WebAsyncResult_get_Buffer_m1662146309 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method); // System.Int32 System.Net.WebAsyncResult::get_Offset() extern "C" IL2CPP_METHOD_ATTR int32_t WebAsyncResult_get_Offset_m368370234 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method); // System.Int32 System.Net.WebAsyncResult::get_Size() extern "C" IL2CPP_METHOD_ATTR int32_t WebAsyncResult_get_Size_m4148452880 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method); // System.Void System.Net.ChunkStream::WriteAndReadBack(System.Byte[],System.Int32,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void ChunkStream_WriteAndReadBack_m2960632715 (ChunkStream_t2634567336 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t* ___read3, const RuntimeMethod* method); // System.Int32 System.Net.WebConnection::EnsureRead(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t WebConnection_EnsureRead_m1250887662 (WebConnection_t3982808322 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.Net.WebException::.ctor(System.String,System.Exception,System.Net.WebExceptionStatus,System.Net.WebResponse) extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_m2761056832 (WebException_t3237156354 * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___status2, WebResponse_t229922639 * ___response3, const RuntimeMethod* method); // System.Int32 System.Net.ChunkStream::get_ChunkLeft() extern "C" IL2CPP_METHOD_ATTR int32_t ChunkStream_get_ChunkLeft_m1465326176 (ChunkStream_t2634567336 * __this, const RuntimeMethod* method); // System.Int32 System.Net.ChunkStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ChunkStream_Read_m2343072583 (ChunkStream_t2634567336 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest::get_FinishedReading() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_FinishedReading_m1895117237 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method); // System.Exception System.Exception::get_InnerException() extern "C" IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_m3836775 (Exception_t * __this, const RuntimeMethod* method); // System.Void System.Net.WebConnection::GetCertificates() extern "C" IL2CPP_METHOD_ATTR void WebConnection_GetCertificates_m955850324 (WebConnection_t3982808322 * __this, const RuntimeMethod* method); // System.Void System.Net.WebConnection::Abort(System.Object,System.EventArgs) extern "C" IL2CPP_METHOD_ATTR void WebConnection_Abort_m20739763 (WebConnection_t3982808322 * __this, RuntimeObject * ___sender0, EventArgs_t3591816995 * ___args1, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m3828927650 (ArrayList_t2718874744 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Queue::.ctor() extern "C" IL2CPP_METHOD_ATTR void Queue__ctor_m2030580699 (Queue_t3637523393 * __this, const RuntimeMethod* method); // System.Net.WebConnection System.Net.WebConnectionGroup::CreateOrReuseConnection(System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR WebConnection_t3982808322 * WebConnectionGroup_CreateOrReuseConnection_m1860341936 (WebConnectionGroup_t1712379988 * __this, HttpWebRequest_t1669436515 * ___request0, const RuntimeMethod* method); // System.Boolean System.Net.WebConnection::get_NtlmAuthenticated() extern "C" IL2CPP_METHOD_ATTR bool WebConnection_get_NtlmAuthenticated_m2082355413 (WebConnection_t3982808322 * __this, const RuntimeMethod* method); // System.Net.NetworkCredential System.Net.WebConnection::get_NtlmCredential() extern "C" IL2CPP_METHOD_ATTR NetworkCredential_t3282608323 * WebConnection_get_NtlmCredential_m2384740598 (WebConnection_t3982808322 * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::get_Domain() extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Domain_m153886306 (NetworkCredential_t3282608323 * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::get_UserName() extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_UserName_m1950179274 (NetworkCredential_t3282608323 * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::get_Password() extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Password_m2968490334 (NetworkCredential_t3282608323 * __this, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest::get_UnsafeAuthenticatedConnectionSharing() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_UnsafeAuthenticatedConnectionSharing_m3134209238 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method); // System.Boolean System.Net.WebConnection::get_UnsafeAuthenticatedConnectionSharing() extern "C" IL2CPP_METHOD_ATTR bool WebConnection_get_UnsafeAuthenticatedConnectionSharing_m453020971 (WebConnection_t3982808322 * __this, const RuntimeMethod* method); // System.Void System.Net.WebConnection::ResetNtlm() extern "C" IL2CPP_METHOD_ATTR void WebConnection_ResetNtlm_m1997409512 (WebConnection_t3982808322 * __this, const RuntimeMethod* method); // System.Boolean System.Net.WebConnection::get_Busy() extern "C" IL2CPP_METHOD_ATTR bool WebConnection_get_Busy_m1696942059 (WebConnection_t3982808322 * __this, const RuntimeMethod* method); // System.Void System.Net.WebConnectionGroup::PrepareSharingNtlm(System.Net.WebConnection,System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR void WebConnectionGroup_PrepareSharingNtlm_m3982393373 (RuntimeObject * __this /* static, unused */, WebConnection_t3982808322 * ___cnc0, HttpWebRequest_t1669436515 * ___request1, const RuntimeMethod* method); // System.Int32 System.Net.ServicePoint::get_ConnectionLimit() extern "C" IL2CPP_METHOD_ATTR int32_t ServicePoint_get_ConnectionLimit_m3279274329 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method); // System.Void System.Net.WebConnection::.ctor(System.Net.WebConnectionGroup,System.Net.ServicePoint) extern "C" IL2CPP_METHOD_ATTR void WebConnection__ctor_m3920572924 (WebConnection_t3982808322 * __this, WebConnectionGroup_t1712379988 * ___group0, ServicePoint_t2786966844 * ___sPoint1, const RuntimeMethod* method); // System.Void System.WeakReference::.ctor(System.Object) extern "C" IL2CPP_METHOD_ATTR void WeakReference__ctor_m2401547918 (WeakReference_t1334886716 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Random::.ctor() extern "C" IL2CPP_METHOD_ATTR void Random__ctor_m4122933043 (Random_t108471755 * __this, const RuntimeMethod* method); // System.Int32 System.Net.HttpWebRequest::get_ReadWriteTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t HttpWebRequest_get_ReadWriteTimeout_m289624615 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m1033611559 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Net.WebConnectionStream::IsNtlmAuth() extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_IsNtlmAuth_m4072757025 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method); // System.Void System.Net.WebConnectionStream::ReadAll() extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_ReadAll_m3145919104 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest::get_InternalAllowBuffering() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_InternalAllowBuffering_m1509018138 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest::get_SendChunked() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_SendChunked_m3812850078 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method); // System.Void System.Net.WebConnection::NextRead() extern "C" IL2CPP_METHOD_ATTR void WebConnection_NextRead_m3275930655 (WebConnection_t3982808322 * __this, const RuntimeMethod* method); // System.Int32 System.Net.WebConnection::Read(System.Net.HttpWebRequest,System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t WebConnection_Read_m1054701704 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___size3, const RuntimeMethod* method); // System.Boolean System.Net.WebAsyncResult::WaitUntilComplete(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool WebAsyncResult_WaitUntilComplete_m2339830740 (WebAsyncResult_t3421962937 * __this, int32_t ___timeout0, bool ___exitContext1, const RuntimeMethod* method); // System.Void System.Net.WebException::.ctor(System.String,System.Net.WebExceptionStatus) extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_m2864788884 (WebException_t3237156354 * __this, String_t* ___message0, int32_t ___status1, const RuntimeMethod* method); // System.Void System.Net.WebAsyncResult::SetCompleted(System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_SetCompleted_m2879962625 (WebAsyncResult_t3421962937 * __this, bool ___synch0, int32_t ___nbytes1, const RuntimeMethod* method); // System.Void System.Net.WebAsyncResult::set_NBytes(System.Int32) extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_set_NBytes_m2701756818 (WebAsyncResult_t3421962937 * __this, int32_t ___value0, const RuntimeMethod* method); // System.IAsyncResult System.Net.WebConnection::BeginRead(System.Net.HttpWebRequest,System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebConnection_BeginRead_m2950707033 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___size3, AsyncCallback_t3962456242 * ___cb4, RuntimeObject * ___state5, const RuntimeMethod* method); // System.Int32 System.Net.WebAsyncResult::get_NBytes() extern "C" IL2CPP_METHOD_ATTR int32_t WebAsyncResult_get_NBytes_m1181398750 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method); // System.Int32 System.Net.WebConnection::EndRead(System.Net.HttpWebRequest,System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t WebConnection_EndRead_m3553040041 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, RuntimeObject* ___result1, const RuntimeMethod* method); // System.Void System.Net.WebConnection::EndWrite2(System.Net.HttpWebRequest,System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void WebConnection_EndWrite2_m1365797410 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, RuntimeObject* ___result1, const RuntimeMethod* method); // System.Void System.Net.WebConnectionStream::KillBuffer() extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_KillBuffer_m3997100420 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method); // System.Void System.Net.WebException::.ctor(System.String,System.Exception,System.Net.WebExceptionStatus) extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_m3515818945 (WebException_t3237156354 * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___status2, const RuntimeMethod* method); // System.Void System.Net.WebAsyncResult::.ctor(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult__ctor_m2054281158 (WebAsyncResult_t3421962937 * __this, AsyncCallback_t3962456242 * ___cb0, RuntimeObject * ___state1, const RuntimeMethod* method); // System.Void System.Net.WebConnectionStream::CheckWriteOverflow(System.Int64,System.Int64,System.Int64) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_CheckWriteOverflow_m962631185 (WebConnectionStream_t2170064850 * __this, int64_t ___contentLength0, int64_t ___totalWritten1, int64_t ___size2, const RuntimeMethod* method); // System.IAsyncResult System.Net.WebConnectionStream::WriteRequestAsync(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebConnectionStream_WriteRequestAsync_m3917889082 (WebConnectionStream_t2170064850 * __this, AsyncCallback_t3962456242 * ___cb0, RuntimeObject * ___state1, const RuntimeMethod* method); // System.Void System.Net.WebConnectionStream::WriteRequest() extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_WriteRequest_m340830927 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_ASCII() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_ASCII_m3595602635 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.IAsyncResult System.Net.WebConnection::BeginWrite(System.Net.HttpWebRequest,System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebConnection_BeginWrite_m3795141727 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___size3, AsyncCallback_t3962456242 * ___cb4, RuntimeObject * ___state5, const RuntimeMethod* method); // System.Void System.Net.ProtocolViolationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ProtocolViolationException__ctor_m1575418383 (ProtocolViolationException_t4144007430 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Net.WebAsyncResult::WaitUntilComplete() extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_WaitUntilComplete_m4079847550 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method); // System.Boolean System.Net.WebAsyncResult::get_GotException() extern "C" IL2CPP_METHOD_ATTR bool WebAsyncResult_get_GotException_m3213578714 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method); // System.Exception System.Net.WebAsyncResult::get_Exception() extern "C" IL2CPP_METHOD_ATTR Exception_t * WebAsyncResult_get_Exception_m3307967112 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method); // System.Void System.Net.WebConnectionStream::WriteHeaders() extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_WriteHeaders_m3483589366 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method); // System.Boolean System.Net.WebConnection::Write(System.Net.HttpWebRequest,System.Byte[],System.Int32,System.Int32,System.String&) extern "C" IL2CPP_METHOD_ATTR bool WebConnection_Write_m3744361765 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___size3, String_t** ___err_msg4, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::set_InternalContentLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_InternalContentLength_m1954123929 (HttpWebRequest_t1669436515 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::SendRequestHeaders(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_SendRequestHeaders_m3979064161 (HttpWebRequest_t1669436515 * __this, bool ___propagate_error0, const RuntimeMethod* method); // System.Boolean System.Net.WebConnection::EndWrite(System.Net.HttpWebRequest,System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool WebConnection_EndWrite_m778444801 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, RuntimeObject* ___result1, const RuntimeMethod* method); // System.Void System.Net.WebConnectionStream::CheckComplete() extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_CheckComplete_m1795453731 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m262609521 (InvalidOperationException_t56020091 * __this, SerializationInfo_t950877179 * p0, StreamingContext_t3711869237 p1, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1685032583 (InvalidOperationException_t56020091 * __this, String_t* p0, Exception_t * p1, const RuntimeMethod* method); // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Exception_GetObjectData_m1103241326 (Exception_t * __this, SerializationInfo_t950877179 * p0, StreamingContext_t3711869237 p1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameValueCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void NameValueCollection__ctor_m258440999 (NameValueCollection_t407452768 * __this, const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_m2640574809 (SerializationInfo_t950877179 * __this, String_t* p0, const RuntimeMethod* method); // System.String System.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m3155282843 (SerializationInfo_t950877179 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m3117905507 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, RuntimeFieldHandle_t1871169219 p1, const RuntimeMethod* method); // System.Collections.CaseInsensitiveHashCodeProvider System.Collections.CaseInsensitiveHashCodeProvider::get_DefaultInvariant() extern "C" IL2CPP_METHOD_ATTR CaseInsensitiveHashCodeProvider_t1962629119 * CaseInsensitiveHashCodeProvider_get_DefaultInvariant_m4264275163 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Collections.CaseInsensitiveComparer System.Collections.CaseInsensitiveComparer::get_DefaultInvariant() extern "C" IL2CPP_METHOD_ATTR CaseInsensitiveComparer_t3670035800 * CaseInsensitiveComparer_get_DefaultInvariant_m2155614047 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Collections.IHashCodeProvider,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m2302711321 (Hashtable_t1853889766 * __this, RuntimeObject* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.StringComparer System.StringComparer::get_InvariantCultureIgnoreCase() extern "C" IL2CPP_METHOD_ATTR StringComparer_t3301955079 * StringComparer_get_InvariantCultureIgnoreCase_m2404489191 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1) #define Dictionary_2__ctor_m3145530507(__this, p0, method) (( void (*) (Dictionary_2_t4177511560 *, RuntimeObject*, const RuntimeMethod*))Dictionary_2__ctor_m1324730059_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m95414296(__this, p0, p1, method) (( void (*) (Dictionary_2_t4177511560 *, String_t*, bool, const RuntimeMethod*))Dictionary_2_Add_m4262304220_gshared)(__this, p0, p1, method) // System.Boolean System.Net.WebHeaderCollection::IsRestricted(System.String) extern "C" IL2CPP_METHOD_ATTR bool WebHeaderCollection_IsRestricted_m2639089215 (RuntimeObject * __this /* static, unused */, String_t* ___headerName0, const RuntimeMethod* method); // System.Void System.Net.WebHeaderCollection::AddWithoutValidate(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_AddWithoutValidate_m3120519792 (WebHeaderCollection_t1942268960 * __this, String_t* ___headerName0, String_t* ___headerValue1, const RuntimeMethod* method); // System.Boolean System.Net.WebHeaderCollection::IsHeaderName(System.String) extern "C" IL2CPP_METHOD_ATTR bool WebHeaderCollection_IsHeaderName_m2906290131 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // System.String System.String::Trim() extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m923598732 (String_t* __this, const RuntimeMethod* method); // System.Boolean System.Net.WebHeaderCollection::IsHeaderValue(System.String) extern "C" IL2CPP_METHOD_ATTR bool WebHeaderCollection_IsHeaderValue_m3837500493 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameValueCollection::Add(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void NameValueCollection_Add_m2418530856 (NameValueCollection_t407452768 * __this, String_t* ___name0, String_t* ___val1, const RuntimeMethod* method); // System.String[] System.Collections.Specialized.NameValueCollection::GetValues(System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* NameValueCollection_GetValues_m772065291 (NameValueCollection_t407452768 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameValueCollection::Remove(System.String) extern "C" IL2CPP_METHOD_ATTR void NameValueCollection_Remove_m3237017023 (NameValueCollection_t407452768 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameValueCollection::Set(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void NameValueCollection_Set_m4091554096 (NameValueCollection_t407452768 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t NameObjectCollectionBase_get_Count_m823453971 (NameObjectCollectionBase_t2091847364 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m412754688 (SerializationInfo_t950877179 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m2872281893 (SerializationInfo_t950877179 * __this, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Collections.Specialized.NameObjectCollectionBase/KeysCollection System.Collections.Specialized.NameObjectCollectionBase::get_Keys() extern "C" IL2CPP_METHOD_ATTR KeysCollection_t1318642398 * NameObjectCollectionBase_get_Keys_m2856825671 (NameObjectCollectionBase_t2091847364 * __this, const RuntimeMethod* method); // System.String System.Collections.Specialized.NameValueCollection::Get(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* NameValueCollection_Get_m2464480741 (NameValueCollection_t407452768 * __this, int32_t ___index0, const RuntimeMethod* method); // System.String System.Collections.Specialized.NameValueCollection::Get(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* NameValueCollection_Get_m1006871566 (NameValueCollection_t407452768 * __this, String_t* ___name0, const RuntimeMethod* method); // System.String System.Collections.Specialized.NameValueCollection::GetKey(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* NameValueCollection_GetKey_m3458770877 (NameValueCollection_t407452768 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Collections.IEnumerator System.Collections.Specialized.NameObjectCollectionBase::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* NameObjectCollectionBase_GetEnumerator_m3677320185 (NameObjectCollectionBase_t2091847364 * __this, const RuntimeMethod* method); // System.Void System.Net.WebHeaderCollection::SetInternal(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_SetInternal_m126443775 (WebHeaderCollection_t1942268960 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Boolean System.Net.WebHeaderCollection::IsMultiValue(System.String) extern "C" IL2CPP_METHOD_ATTR bool WebHeaderCollection_IsMultiValue_m3103018277 (RuntimeObject * __this /* static, unused */, String_t* ___headerName0, const RuntimeMethod* method); // System.Void System.Net.WebProxy::.ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR void WebProxy__ctor_m3758467778 (WebProxy_t2016760542 * __this, Uri_t100236324 * ___address0, bool ___bypassOnLocal1, StringU5BU5D_t1281789340* ___bypassList2, RuntimeObject* ___credentials3, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m2130986447 (ArrayList_t2718874744 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.Net.WebProxy::CheckBypassList() extern "C" IL2CPP_METHOD_ATTR void WebProxy_CheckBypassList_m3657340229 (WebProxy_t2016760542 * __this, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m42271953 (SerializationInfo_t950877179 * __this, String_t* p0, Type_t * p1, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfo::GetBoolean(System.String) extern "C" IL2CPP_METHOD_ATTR bool SerializationInfo_GetBoolean_m1756153320 (SerializationInfo_t950877179 * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Net.WebProxy::IsBypassed(System.Uri) extern "C" IL2CPP_METHOD_ATTR bool WebProxy_IsBypassed_m2918071028 (WebProxy_t2016760542 * __this, Uri_t100236324 * ___host0, const RuntimeMethod* method); // System.Boolean System.Uri::get_IsLoopback() extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsLoopback_m2492530169 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Boolean System.Net.IPAddress::TryParse(System.String,System.Net.IPAddress&) extern "C" IL2CPP_METHOD_ATTR bool IPAddress_TryParse_m2320149543 (RuntimeObject * __this /* static, unused */, String_t* ___ipString0, IPAddress_t241777590 ** ___address1, const RuntimeMethod* method); // System.Boolean System.Net.IPAddress::IsLoopback(System.Net.IPAddress) extern "C" IL2CPP_METHOD_ATTR bool IPAddress_IsLoopback_m29387631 (RuntimeObject * __this /* static, unused */, IPAddress_t241777590 * ___addr0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions) extern "C" IL2CPP_METHOD_ATTR void Regex__ctor_m1728442805 (Regex_t3657309853 * __this, String_t* ___pattern0, int32_t ___options1, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String) extern "C" IL2CPP_METHOD_ATTR bool Regex_IsMatch_m3802225320 (Regex_t3657309853 * __this, String_t* ___input0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m3427199315 (SerializationInfo_t950877179 * __this, String_t* p0, bool p1, const RuntimeMethod* method); // System.Boolean System.Net.WebProxy::get_UseDefaultCredentials() extern "C" IL2CPP_METHOD_ATTR bool WebProxy_get_UseDefaultCredentials_m1572240836 (WebProxy_t2016760542 * __this, const RuntimeMethod* method); // System.Void System.MarshalByRefObject::.ctor() extern "C" IL2CPP_METHOD_ATTR void MarshalByRefObject__ctor_m3039543187 (MarshalByRefObject_t2760389100 * __this, const RuntimeMethod* method); // System.Net.Configuration.WebRequestModuleElementCollection System.Net.Configuration.WebRequestModulesSection::get_WebRequestModules() extern "C" IL2CPP_METHOD_ATTR WebRequestModuleElementCollection_t925190782 * WebRequestModulesSection_get_WebRequestModules_m1245031887 (WebRequestModulesSection_t4132732301 * __this, const RuntimeMethod* method); // System.String System.Net.Configuration.WebRequestModuleElement::get_Prefix() extern "C" IL2CPP_METHOD_ATTR String_t* WebRequestModuleElement_get_Prefix_m4037610496 (WebRequestModuleElement_t1406085120 * __this, const RuntimeMethod* method); // System.Type System.Net.Configuration.WebRequestModuleElement::get_Type() extern "C" IL2CPP_METHOD_ATTR Type_t * WebRequestModuleElement_get_Type_m2911861518 (WebRequestModuleElement_t1406085120 * __this, const RuntimeMethod* method); // System.Void System.Net.WebRequest::AddPrefix(System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR void WebRequest_AddPrefix_m3187775913 (RuntimeObject * __this /* static, unused */, String_t* ___prefix0, Type_t * ___type1, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m3095902440 (NotImplementedException_t3489357830 * __this, String_t* p0, const RuntimeMethod* method); // System.Exception System.Net.WebRequest::GetMustImplement() extern "C" IL2CPP_METHOD_ATTR Exception_t * WebRequest_GetMustImplement_m1485657458 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Net.IWebProxy System.Net.WebRequest::GetDefaultWebProxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebRequest_GetDefaultWebProxy_m696404479 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Net.IWebProxy System.Net.WebRequest::GetSystemWebProxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebRequest_GetSystemWebProxy_m2700917508 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Net.Configuration.ProxyElement System.Net.Configuration.DefaultProxySection::get_Proxy() extern "C" IL2CPP_METHOD_ATTR ProxyElement_t3214064751 * DefaultProxySection_get_Proxy_m4148488839 (DefaultProxySection_t4167594595 * __this, const RuntimeMethod* method); // System.Net.Configuration.ProxyElement/UseSystemDefaultValues System.Net.Configuration.ProxyElement::get_UseSystemDefault() extern "C" IL2CPP_METHOD_ATTR int32_t ProxyElement_get_UseSystemDefault_m485007742 (ProxyElement_t3214064751 * __this, const RuntimeMethod* method); // System.Uri System.Net.Configuration.ProxyElement::get_ProxyAddress() extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * ProxyElement_get_ProxyAddress_m2086164501 (ProxyElement_t3214064751 * __this, const RuntimeMethod* method); // System.Void System.Net.WebProxy::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebProxy__ctor_m4061043939 (WebProxy_t2016760542 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::op_Inequality(System.Uri,System.Uri) extern "C" IL2CPP_METHOD_ATTR bool Uri_op_Inequality_m3504002810 (RuntimeObject * __this /* static, unused */, Uri_t100236324 * ___u10, Uri_t100236324 * ___u21, const RuntimeMethod* method); // System.Void System.Net.WebProxy::set_Address(System.Uri) extern "C" IL2CPP_METHOD_ATTR void WebProxy_set_Address_m4025958218 (WebProxy_t2016760542 * __this, Uri_t100236324 * ___value0, const RuntimeMethod* method); // System.Net.Configuration.ProxyElement/BypassOnLocalValues System.Net.Configuration.ProxyElement::get_BypassOnLocal() extern "C" IL2CPP_METHOD_ATTR int32_t ProxyElement_get_BypassOnLocal_m3038235717 (ProxyElement_t3214064751 * __this, const RuntimeMethod* method); // System.Void System.Net.WebProxy::set_BypassProxyOnLocal(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void WebProxy_set_BypassProxyOnLocal_m2840359013 (WebProxy_t2016760542 * __this, bool ___value0, const RuntimeMethod* method); // System.Net.IWebRequestCreate System.Net.WebRequest::GetCreator(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebRequest_GetCreator_m2383296374 (RuntimeObject * __this /* static, unused */, String_t* ___prefix0, const RuntimeMethod* method); // System.String System.Environment::GetEnvironmentVariable(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_m394552009 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m1759067526 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Void System.UriBuilder::.ctor(System.Uri) extern "C" IL2CPP_METHOD_ATTR void UriBuilder__ctor_m377291920 (UriBuilder_t579353065 * __this, Uri_t100236324 * ___uri0, const RuntimeMethod* method); // System.Void System.UriBuilder::set_Host(System.String) extern "C" IL2CPP_METHOD_ATTR void UriBuilder_set_Host_m2493895927 (UriBuilder_t579353065 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Uri System.UriBuilder::get_Uri() extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * UriBuilder_get_Uri_m3514502640 (UriBuilder_t579353065 * __this, const RuntimeMethod* method); // System.Void System.Net.WebProxy::.ctor(System.Uri) extern "C" IL2CPP_METHOD_ATTR void WebProxy__ctor_m3085170204 (WebProxy_t2016760542 * __this, Uri_t100236324 * ___address0, const RuntimeMethod* method); // System.String System.String::ToLower(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m3490221821 (String_t* __this, CultureInfo_t4157843068 * p0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.HybridDictionary::Clear() extern "C" IL2CPP_METHOD_ATTR void HybridDictionary_Clear_m2159137577 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m1982745395 (ConfigurationException_t3515317685 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m2597605935 (RuntimeObject * __this /* static, unused */, Type_t * p0, bool p1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.HybridDictionary::set_Item(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void HybridDictionary_set_Item_m2823445799 (HybridDictionary_t4070033136 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m3058704252 (NotImplementedException_t3489357830 * __this, const RuntimeMethod* method); // System.Exception System.Net.WebResponse::GetMustImplement() extern "C" IL2CPP_METHOD_ATTR Exception_t * WebResponse_GetMustImplement_m3276739230 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Security.Cryptography.Oid::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Oid__ctor_m1869590876 (Oid_t3552120260 * __this, String_t* ___oid0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsnEncodedData::set_RawData(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void AsnEncodedData_set_RawData_m1598714608 (AsnEncodedData_t382354011 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsnEncodedData::set_Oid(System.Security.Cryptography.Oid) extern "C" IL2CPP_METHOD_ATTR void AsnEncodedData_set_Oid_m351300829 (AsnEncodedData_t382354011 * __this, Oid_t3552120260 * ___value0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.Oid::.ctor(System.Security.Cryptography.Oid) extern "C" IL2CPP_METHOD_ATTR void Oid__ctor_m911618594 (Oid_t3552120260 * __this, Oid_t3552120260 * ___oid0, const RuntimeMethod* method); // System.Object System.Array::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m2672907798 (RuntimeArray * __this, const RuntimeMethod* method); // System.String System.Security.Cryptography.Oid::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* Oid_get_Value_m743416803 (Oid_t3552120260 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) #define Dictionary_2__ctor_m2392909825(__this, p0, method) (( void (*) (Dictionary_2_t2736202052 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m182537451_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m282647386(__this, p0, p1, method) (( void (*) (Dictionary_2_t2736202052 *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m1279427033_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1013208020(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2736202052 *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m3959998165_gshared)(__this, p0, p1, method) // System.String System.Security.Cryptography.AsnEncodedData::BasicConstraintsExtension(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_BasicConstraintsExtension_m181086136 (AsnEncodedData_t382354011 * __this, bool ___multiLine0, const RuntimeMethod* method); // System.String System.Security.Cryptography.AsnEncodedData::EnhancedKeyUsageExtension(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_EnhancedKeyUsageExtension_m56921642 (AsnEncodedData_t382354011 * __this, bool ___multiLine0, const RuntimeMethod* method); // System.String System.Security.Cryptography.AsnEncodedData::KeyUsageExtension(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_KeyUsageExtension_m1792651780 (AsnEncodedData_t382354011 * __this, bool ___multiLine0, const RuntimeMethod* method); // System.String System.Security.Cryptography.AsnEncodedData::SubjectKeyIdentifierExtension(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_SubjectKeyIdentifierExtension_m3216418117 (AsnEncodedData_t382354011 * __this, bool ___multiLine0, const RuntimeMethod* method); // System.String System.Security.Cryptography.AsnEncodedData::SubjectAltName(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_SubjectAltName_m4049949414 (AsnEncodedData_t382354011 * __this, bool ___multiLine0, const RuntimeMethod* method); // System.String System.Security.Cryptography.AsnEncodedData::Default(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_Default_m4101664970 (AsnEncodedData_t382354011 * __this, bool ___multiLine0, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m3735479648 (uint8_t* __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void X509BasicConstraintsExtension__ctor_m1244152959 (X509BasicConstraintsExtension_t2828968862 * __this, AsnEncodedData_t382354011 * ___encodedBasicConstraints0, bool ___critical1, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::ToString(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* X509BasicConstraintsExtension_ToString_m1809935297 (X509BasicConstraintsExtension_t2828968862 * __this, bool ___multiLine0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void X509EnhancedKeyUsageExtension__ctor_m298908880 (X509EnhancedKeyUsageExtension_t4189149453 * __this, AsnEncodedData_t382354011 * ___encodedEnhancedKeyUsages0, bool ___critical1, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::ToString(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* X509EnhancedKeyUsageExtension_ToString_m350388564 (X509EnhancedKeyUsageExtension_t4189149453 * __this, bool ___multiLine0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void X509KeyUsageExtension__ctor_m1105912158 (X509KeyUsageExtension_t2042101591 * __this, AsnEncodedData_t382354011 * ___encodedKeyUsage0, bool ___critical1, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::ToString(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* X509KeyUsageExtension_ToString_m3542316380 (X509KeyUsageExtension_t2042101591 * __this, bool ___multiLine0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void X509SubjectKeyIdentifierExtension__ctor_m2055934916 (X509SubjectKeyIdentifierExtension_t4258825542 * __this, AsnEncodedData_t382354011 * ___encodedSubjectKeyIdentifier0, bool ___critical1, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::ToString(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* X509SubjectKeyIdentifierExtension_ToString_m12089275 (X509SubjectKeyIdentifierExtension_t4258825542 * __this, bool ___multiLine0, const RuntimeMethod* method); // System.Void Mono.Security.ASN1::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ASN1__ctor_m1219137533 (ASN1_t2114160833 * __this, ByteU5BU5D_t4116647657* p0, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.ASN1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160833 * ASN1_get_Item_m315148275 (ASN1_t2114160833 * __this, int32_t p0, const RuntimeMethod* method); // System.Byte Mono.Security.ASN1::get_Tag() extern "C" IL2CPP_METHOD_ATTR uint8_t ASN1_get_Tag_m1863840805 (ASN1_t2114160833 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.ASN1::get_Value() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* ASN1_get_Value_m3619295991 (ASN1_t2114160833 * __this, const RuntimeMethod* method); // System.String Mono.Security.Cryptography.CryptoConvert::ToHex(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR String_t* CryptoConvert_ToHex_m2210632265 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, const RuntimeMethod* method); // System.String System.Environment::get_NewLine() extern "C" IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m3211016485 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 Mono.Security.ASN1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t ASN1_get_Count_m3039939183 (ASN1_t2114160833 * __this, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m372259452 (int32_t* __this, String_t* p0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m3016532472 (StringBuilder_t * __this, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.String System.Security.Cryptography.Oid::GetName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Oid_GetName_m195392578 (Oid_t3552120260 * __this, String_t* ___oid0, const RuntimeMethod* method); // System.String System.Security.Cryptography.Oid::get_FriendlyName() extern "C" IL2CPP_METHOD_ATTR String_t* Oid_get_FriendlyName_m1299931775 (Oid_t3552120260 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.OidEnumerator::.ctor(System.Security.Cryptography.OidCollection) extern "C" IL2CPP_METHOD_ATTR void OidEnumerator__ctor_m257525176 (OidEnumerator_t899373898 * __this, OidCollection_t4234766844 * ___collection0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m2047740448 (ArgumentOutOfRangeException_t777629997 * __this, const RuntimeMethod* method); // System.Security.Cryptography.Oid System.Security.Cryptography.OidCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Oid_t3552120260 * OidCollection_get_Item_m984725507 (OidCollection_t4234766844 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.OidCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t OidCollection_get_Count_m3720881332 (OidCollection_t4234766844 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::get_PublicOnly() extern "C" IL2CPP_METHOD_ATTR bool RSACryptoServiceProvider_get_PublicOnly_m4039982639 (RSACryptoServiceProvider_t2683512874 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.RSAManaged::get_PublicOnly() extern "C" IL2CPP_METHOD_ATTR bool RSAManaged_get_PublicOnly_m1402405000 (RSAManaged_t1757093820 * __this, const RuntimeMethod* method); // System.Security.Cryptography.RSA System.Security.Cryptography.RSA::Create() extern "C" IL2CPP_METHOD_ATTR RSA_t2385438082 * RSA_Create_m4065275734 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::get_DSA() extern "C" IL2CPP_METHOD_ATTR DSA_t2386879874 * X509Certificate_get_DSA_m565099499 (X509Certificate_t489243025 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::get_PublicOnly() extern "C" IL2CPP_METHOD_ATTR bool DSACryptoServiceProvider_get_PublicOnly_m3933928860 (DSACryptoServiceProvider_t3992668923 * __this, const RuntimeMethod* method); // System.Security.Cryptography.DSA System.Security.Cryptography.DSA::Create() extern "C" IL2CPP_METHOD_ATTR DSA_t2386879874 * DSA_Create_m1220983153 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsnEncodedData::.ctor(System.Security.Cryptography.Oid,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void AsnEncodedData__ctor_m119764527 (AsnEncodedData_t382354011 * __this, Oid_t3552120260 * ___oid0, ByteU5BU5D_t4116647657* ___rawData1, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.AsnEncodedData::get_RawData() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* AsnEncodedData_get_RawData_m1706087592 (AsnEncodedData_t382354011 * __this, const RuntimeMethod* method); // System.Security.Cryptography.RSA System.Security.Cryptography.X509Certificates.PublicKey::DecodeRSA(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR RSA_t2385438082 * PublicKey_DecodeRSA_m1824703659 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___rawPublicKey0, const RuntimeMethod* method); // System.Security.Cryptography.DSA System.Security.Cryptography.X509Certificates.PublicKey::DecodeDSA(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR DSA_t2386879874 * PublicKey_DecodeDSA_m3490622362 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___rawPublicKey0, ByteU5BU5D_t4116647657* ___rawParameters1, const RuntimeMethod* method); // System.String Locale::GetText(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m2640320736 (RuntimeObject * __this /* static, unused */, String_t* ___fmt0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method); // System.String Locale::GetText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m3875126938 (RuntimeObject * __this /* static, unused */, String_t* ___msg0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CryptographicException__ctor_m503735289 (CryptographicException_t248831461 * __this, String_t* p0, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.X509Certificates.PublicKey::GetUnsignedBigInteger(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PublicKey_GetUnsignedBigInteger_m3873409673 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___integer0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void CryptographicException__ctor_m1422015889 (CryptographicException_t248831461 * __this, String_t* p0, Exception_t * p1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.DSACryptoServiceProvider::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DSACryptoServiceProvider__ctor_m1139102382 (DSACryptoServiceProvider_t3992668923 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_m2378475222 (RSACryptoServiceProvider_t2683512874 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsnEncodedData::.ctor() extern "C" IL2CPP_METHOD_ATTR void AsnEncodedData__ctor_m3792312694 (AsnEncodedData_t382354011 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.Oid::.ctor() extern "C" IL2CPP_METHOD_ATTR void Oid__ctor_m738937194 (Oid_t3552120260 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X500DistinguishedName::DecodeRawData() extern "C" IL2CPP_METHOD_ATTR void X500DistinguishedName_DecodeRawData_m3790804100 (X500DistinguishedName_t875709727 * __this, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X500DistinguishedName::GetSeparator(System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags) extern "C" IL2CPP_METHOD_ATTR String_t* X500DistinguishedName_GetSeparator_m1336760642 (RuntimeObject * __this /* static, unused */, int32_t ___flag0, const RuntimeMethod* method); // System.String Mono.Security.X509.X501::ToString(Mono.Security.ASN1,System.Boolean,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* X501_ToString_m1148552872 (RuntimeObject * __this /* static, unused */, ASN1_t2114160833 * p0, bool p1, String_t* p2, bool p3, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2989139009 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m3213701995 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.String System.String::TrimEnd(System.Char[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_TrimEnd_m3824727301 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.Char System.Char::ToUpperInvariant(System.Char) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToUpperInvariant_m3658711221 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X500DistinguishedName::Decode(System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags) extern "C" IL2CPP_METHOD_ATTR String_t* X500DistinguishedName_Decode_m3521921960 (X500DistinguishedName_t875709727 * __this, int32_t ___flag0, const RuntimeMethod* method); // System.String[] System.String::Split(System.String[],System.StringSplitOptions) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m4013853433 (String_t* __this, StringU5BU5D_t1281789340* p0, int32_t p1, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X500DistinguishedName::Canonize(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* X500DistinguishedName_Canonize_m2594679403 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Extension::.ctor() extern "C" IL2CPP_METHOD_ATTR void X509Extension__ctor_m1624259472 (X509Extension_t3272255153 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.Oid::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void Oid__ctor_m3344148807 (Oid_t3552120260 * __this, String_t* ___value0, String_t* ___friendlyName1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Extension::set_Critical(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void X509Extension_set_Critical_m1180944253 (X509Extension_t3272255153 * __this, bool ___value0, const RuntimeMethod* method); // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::Decode(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR int32_t X509BasicConstraintsExtension_Decode_m120598446 (X509BasicConstraintsExtension_t2828968862 * __this, ByteU5BU5D_t4116647657* ___extension0, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::Encode() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* X509BasicConstraintsExtension_Encode_m2310708419 (X509BasicConstraintsExtension_t2828968862 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X509Extension::get_Critical() extern "C" IL2CPP_METHOD_ATTR bool X509Extension_get_Critical_m1315280133 (X509Extension_t3272255153 * __this, const RuntimeMethod* method); // System.Int32 Mono.Security.ASN1Convert::ToInt32(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR int32_t ASN1Convert_ToInt32_m2228176117 (RuntimeObject * __this /* static, unused */, ASN1_t2114160833 * p0, const RuntimeMethod* method); // System.Void Mono.Security.ASN1::.ctor(System.Byte) extern "C" IL2CPP_METHOD_ATTR void ASN1__ctor_m4216617981 (ASN1_t2114160833 * __this, uint8_t p0, const RuntimeMethod* method); // System.Void Mono.Security.ASN1::.ctor(System.Byte,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ASN1__ctor_m3517592395 (ASN1_t2114160833 * __this, uint8_t p0, ByteU5BU5D_t4116647657* p1, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.ASN1::Add(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160833 * ASN1_Add_m3262603624 (ASN1_t2114160833 * __this, ASN1_t2114160833 * p0, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.ASN1Convert::FromInt32(System.Int32) extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160833 * ASN1Convert_FromInt32_m2294771542 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Extension::FormatUnkownData(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR String_t* X509Extension_FormatUnkownData_m3636863676 (X509Extension_t3272255153 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor() extern "C" IL2CPP_METHOD_ATTR void X509Certificate__ctor_m1321742168 (X509Certificate_t713131622 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate) extern "C" IL2CPP_METHOD_ATTR void X509Certificate__ctor_m191107012 (X509Certificate_t713131622 * __this, X509Certificate_t713131622 * p0, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertData() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* X509Certificate_GetRawCertData_m781236105 (X509Certificate_t713131622 * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509Certificate::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void X509Certificate__ctor_m2595927506 (X509Certificate_t489243025 * __this, ByteU5BU5D_t4116647657* p0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509ExtensionCollection::.ctor(Mono.Security.X509.X509Certificate) extern "C" IL2CPP_METHOD_ATTR void X509ExtensionCollection__ctor_m1730716172 (X509ExtensionCollection_t1350454579 * __this, X509Certificate_t489243025 * ___cert0, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::GetIssuerName() extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160833 * X509Certificate_GetIssuerName_m1142198382 (X509Certificate_t489243025 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X500DistinguishedName::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void X500DistinguishedName__ctor_m3469219344 (X500DistinguishedName_t875709727 * __this, ByteU5BU5D_t4116647657* ___encodedDistinguishedName0, const RuntimeMethod* method); // System.DateTime System.DateTime::ToLocalTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ToLocalTime_m3134475597 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.PublicKey::.ctor(Mono.Security.X509.X509Certificate) extern "C" IL2CPP_METHOD_ATTR void PublicKey__ctor_m1834139044 (PublicKey_t3779582684 * __this, X509Certificate_t489243025 * ___certificate0, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::GetSubjectName() extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160833 * X509Certificate_GetSubjectName_m3513876536 (X509Certificate_t489243025 * __this, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetCertHashString() extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_GetCertHashString_m3484127109 (X509Certificate_t713131622 * __this, const RuntimeMethod* method); // System.Int32 Mono.Security.X509.X509Certificate::get_Version() extern "C" IL2CPP_METHOD_ATTR int32_t X509Certificate_get_Version_m2908311682 (X509Certificate_t489243025 * __this, const RuntimeMethod* method); // Mono.Security.ASN1 System.Security.Cryptography.X509Certificates.X509Certificate2::Find(System.Byte[],Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160833 * X509Certificate2_Find_m2734168143 (X509Certificate2_t714049126 * __this, ByteU5BU5D_t4116647657* ___oid0, ASN1_t2114160833 * ___dn1, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::GetValueAsString(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate2_GetValueAsString_m1348462142 (X509Certificate2_t714049126 * __this, ASN1_t2114160833 * ___pair0, const RuntimeMethod* method); // System.Boolean Mono.Security.ASN1::CompareValue(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR bool ASN1_CompareValue_m2846313136 (ASN1_t2114160833 * __this, ByteU5BU5D_t4116647657* p0, const RuntimeMethod* method); // System.Int32 Mono.Security.ASN1::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t ASN1_get_Length_m3581645253 (ASN1_t2114160833 * __this, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_UTF8_m1008486739 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void PKCS12__ctor_m1587304645 (PKCS12_t4101533061 * __this, ByteU5BU5D_t4116647657* p0, const RuntimeMethod* method); // System.Void Mono.Security.X509.PKCS12::.ctor(System.Byte[],System.String) extern "C" IL2CPP_METHOD_ATTR void PKCS12__ctor_m3378639364 (PKCS12_t4101533061 * __this, ByteU5BU5D_t4116647657* p0, String_t* p1, const RuntimeMethod* method); // Mono.Security.X509.X509CertificateCollection Mono.Security.X509.PKCS12::get_Certificates() extern "C" IL2CPP_METHOD_ATTR X509CertificateCollection_t1542168550 * PKCS12_get_Certificates_m26161562 (PKCS12_t4101533061 * __this, const RuntimeMethod* method); // System.Collections.ArrayList Mono.Security.X509.PKCS12::get_Keys() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * PKCS12_get_Keys_m2165478388 (PKCS12_t4101533061 * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509Certificate::set_DSA(System.Security.Cryptography.DSA) extern "C" IL2CPP_METHOD_ATTR void X509Certificate_set_DSA_m1073880156 (X509Certificate_t489243025 * __this, DSA_t2386879874 * p0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) extern "C" IL2CPP_METHOD_ATTR void X509Certificate_Import_m3563119820 (X509Certificate_t713131622 * __this, ByteU5BU5D_t4116647657* p0, String_t* p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::ImportPkcs12(System.Byte[],System.String) extern "C" IL2CPP_METHOD_ATTR void X509Certificate2_ImportPkcs12_m2042454190 (X509Certificate2_t714049126 * __this, ByteU5BU5D_t4116647657* ___rawData0, String_t* ___password1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Reset() extern "C" IL2CPP_METHOD_ATTR void X509Certificate_Reset_m2350932593 (X509Certificate_t713131622 * __this, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Certificate::ToString(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_ToString_m2340207075 (X509Certificate_t713131622 * __this, bool p0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m3255666490 (StringBuilder_t * __this, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Certificate::get_Subject() extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_get_Subject_m2638144878 (X509Certificate_t713131622 * __this, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Certificate::get_Issuer() extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_get_Issuer_m2934704867 (X509Certificate_t713131622 * __this, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::get_SerialNumber() extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate2_get_SerialNumber_m1315874713 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method); // System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate2::get_NotBefore() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 X509Certificate2_get_NotBefore_m2514418239 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method); // System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate2::get_NotAfter() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 X509Certificate2_get_NotAfter_m1930122497 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::get_Thumbprint() extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate2_get_Thumbprint_m392121246 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method); // System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.X509Certificate2::get_SignatureAlgorithm() extern "C" IL2CPP_METHOD_ATTR Oid_t3552120260 * X509Certificate2_get_SignatureAlgorithm_m2810155907 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m2403596038 (StringBuilder_t * __this, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, RuntimeObject * p3, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.PublicKey System.Security.Cryptography.X509Certificates.X509Certificate2::get_PublicKey() extern "C" IL2CPP_METHOD_ATTR PublicKey_t3779582684 * X509Certificate2_get_PublicKey_m370665820 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method); // System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.PublicKey::get_Key() extern "C" IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t932037087 * PublicKey_get_Key_m3077215602 (PublicKey_t3779582684 * __this, const RuntimeMethod* method); // System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::get_EncodedKeyValue() extern "C" IL2CPP_METHOD_ATTR AsnEncodedData_t382354011 * PublicKey_get_EncodedKeyValue_m199315148 (PublicKey_t3779582684 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::AppendBuffer(System.Text.StringBuilder,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void X509Certificate2_AppendBuffer_m445040858 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___sb0, ByteU5BU5D_t4116647657* ___buffer1, const RuntimeMethod* method); // System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::get_EncodedParameters() extern "C" IL2CPP_METHOD_ATTR AsnEncodedData_t382354011 * PublicKey_get_EncodedParameters_m4197029957 (PublicKey_t3779582684 * __this, const RuntimeMethod* method); // System.Object System.Security.Cryptography.CryptoConfig::CreateFromName(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CryptoConfig_CreateFromName_m1538277313 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void X509CertificateCollection__ctor_m1784029323 (X509CertificateCollection_t3399372417 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2Collection::AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection) extern "C" IL2CPP_METHOD_ATTR void X509Certificate2Collection_AddRange_m3206541680 (X509Certificate2Collection_t2111161276 * __this, X509Certificate2Collection_t2111161276 * ___certificates0, const RuntimeMethod* method); // System.Collections.ArrayList System.Collections.CollectionBase::get_InnerList() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * CollectionBase_get_InnerList_m132195395 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.CryptoConfig::EncodeOID(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CryptoConfig_EncodeOID_m2635914623 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2Collection::.ctor() extern "C" IL2CPP_METHOD_ATTR void X509Certificate2Collection__ctor_m1338914817 (X509Certificate2Collection_t2111161276 * __this, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::GetNameInfo(System.Security.Cryptography.X509Certificates.X509NameType,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate2_GetNameInfo_m869719036 (X509Certificate2_t714049126 * __this, int32_t ___nameType0, bool ___forIssuer1, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m1298810678 (String_t* __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::get_SubjectKeyIdentifier() extern "C" IL2CPP_METHOD_ATTR String_t* X509SubjectKeyIdentifierExtension_get_SubjectKeyIdentifier_m3059478847 (X509SubjectKeyIdentifierExtension_t4258825542 * __this, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.X509Certificates.X509ExtensionCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t X509ExtensionCollection_get_Count_m3589967016 (X509ExtensionCollection_t1350454579 * __this, const RuntimeMethod* method); // System.Boolean System.DateTime::op_GreaterThanOrEqual(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_GreaterThanOrEqual_m674703316 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 p0, DateTime_t3738529785 p1, const RuntimeMethod* method); // System.Boolean System.DateTime::op_LessThanOrEqual(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_LessThanOrEqual_m2360948759 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 p0, DateTime_t3738529785 p1, const RuntimeMethod* method); // System.Boolean System.DateTime::op_LessThan(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_LessThan_m2497205152 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 p0, DateTime_t3738529785 p1, const RuntimeMethod* method); // System.Boolean System.DateTime::op_GreaterThan(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_GreaterThan_m3768590082 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 p0, DateTime_t3738529785 p1, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate2::Verify() extern "C" IL2CPP_METHOD_ATTR bool X509Certificate2_Verify_m1464738766 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate2Collection) extern "C" IL2CPP_METHOD_ATTR void X509Certificate2Enumerator__ctor_m1083666285 (X509Certificate2Enumerator_t3316713812 * __this, X509Certificate2Collection_t2111161276 * ___collection0, const RuntimeMethod* method); // System.Void System.Collections.CollectionBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void CollectionBase__ctor_m3343513710 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection::AddRange(System.Security.Cryptography.X509Certificates.X509Certificate[]) extern "C" IL2CPP_METHOD_ATTR void X509CertificateCollection_AddRange_m3683116910 (X509CertificateCollection_t3399372417 * __this, X509CertificateU5BU5D_t3145106755* ___value0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator::.ctor(System.Security.Cryptography.X509Certificates.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR void X509CertificateEnumerator__ctor_m943731472 (X509CertificateEnumerator_t855273292 * __this, X509CertificateCollection_t3399372417 * ___mappings0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Chain::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void X509Chain__ctor_m2674663382 (X509Chain_t194917408 * __this, bool ___useMachineContext0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509ChainElementCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void X509ChainElementCollection__ctor_m3424079155 (X509ChainElementCollection_t3110968994 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Chain::Reset() extern "C" IL2CPP_METHOD_ATTR void X509Chain_Reset_m1198177101 (X509Chain_t194917408 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags System.Security.Cryptography.X509Certificates.X509Chain::BuildChainFrom(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR int32_t X509Chain_BuildChainFrom_m2265372442 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___certificate0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Chain::ValidateChain(System.Security.Cryptography.X509Certificates.X509ChainStatusFlags) extern "C" IL2CPP_METHOD_ATTR void X509Chain_ValidateChain_m1402813093 (X509Chain_t194917408 * __this, int32_t ___flag0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1535060261 (ArgumentException_t132251570 * __this, String_t* p0, Exception_t * p1, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator System.Security.Cryptography.X509Certificates.X509ChainElementCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR X509ChainElementEnumerator_t3014253456 * X509ChainElementCollection_GetEnumerator_m2610805770 (X509ChainElementCollection_t3110968994 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509ChainElement System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR X509ChainElement_t1464056338 * X509ChainElementEnumerator_get_Current_m1301774989 (X509ChainElementEnumerator_t3014253456 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509ChainStatus[] System.Security.Cryptography.X509Certificates.X509ChainElement::get_ChainElementStatus() extern "C" IL2CPP_METHOD_ATTR X509ChainStatusU5BU5D_t2685945535* X509ChainElement_get_ChainElementStatus_m2982250012 (X509ChainElement_t1464056338 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool X509ChainElementEnumerator_MoveNext_m3940594045 (X509ChainElementEnumerator_t3014253456 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509ChainStatus::.ctor(System.Security.Cryptography.X509Certificates.X509ChainStatusFlags) extern "C" IL2CPP_METHOD_ATTR void X509ChainStatus__ctor_m4178125999 (X509ChainStatus_t133602714 * __this, int32_t ___flag0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509VerificationFlags System.Security.Cryptography.X509Certificates.X509ChainPolicy::get_VerificationFlags() extern "C" IL2CPP_METHOD_ATTR int32_t X509ChainPolicy_get_VerificationFlags_m58569326 (X509ChainPolicy_t2426922870 * __this, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.X509Certificates.X509ChainElementCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t X509ChainElementCollection_get_Count_m1678779750 (X509ChainElementCollection_t3110968994 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509ChainElementCollection::Clear() extern "C" IL2CPP_METHOD_ATTR void X509ChainElementCollection_Clear_m2271223414 (X509ChainElementCollection_t3110968994 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Store::Close() extern "C" IL2CPP_METHOD_ATTR void X509Store_Close_m799536774 (X509Store_t2922691911 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Store::.ctor(System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.StoreLocation) extern "C" IL2CPP_METHOD_ATTR void X509Store__ctor_m275383717 (X509Store_t2922691911 * __this, int32_t ___storeName0, int32_t ___storeLocation1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Store::Open(System.Security.Cryptography.X509Certificates.OpenFlags) extern "C" IL2CPP_METHOD_ATTR void X509Store_Open_m909451489 (X509Store_t2922691911 * __this, int32_t ___flags0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2Collection::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate2Collection) extern "C" IL2CPP_METHOD_ATTR void X509Certificate2Collection__ctor_m3025547695 (X509Certificate2Collection_t2111161276 * __this, X509Certificate2Collection_t2111161276 * ___certificates0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Store System.Security.Cryptography.X509Certificates.X509Chain::get_Roots() extern "C" IL2CPP_METHOD_ATTR X509Store_t2922691911 * X509Chain_get_Roots_m317091712 (X509Chain_t194917408 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509Store::get_Certificates() extern "C" IL2CPP_METHOD_ATTR X509Certificate2Collection_t2111161276 * X509Store_get_Certificates_m2149701265 (X509Store_t2922691911 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Store System.Security.Cryptography.X509Certificates.X509Chain::get_CertificateAuthorities() extern "C" IL2CPP_METHOD_ATTR X509Store_t2922691911 * X509Chain_get_CertificateAuthorities_m804805415 (X509Chain_t194917408 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509ChainElementCollection::Add(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR void X509ChainElementCollection_Add_m737054930 (X509ChainElementCollection_t3110968994 * __this, X509Certificate2_t714049126 * ___certificate0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate2 System.Security.Cryptography.X509Certificates.X509Chain::FindParent(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR X509Certificate2_t714049126 * X509Chain_FindParent_m1515820563 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___certificate0, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X509ChainElementCollection::Contains(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR bool X509ChainElementCollection_Contains_m2924813355 (X509ChainElementCollection_t3110968994 * __this, X509Certificate2_t714049126 * ___certificate0, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X509Chain::IsChainComplete(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR bool X509Chain_IsChainComplete_m1577524584 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___certificate0, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Contains(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR bool X509Certificate2Collection_Contains_m3300508662 (X509Certificate2Collection_t2111161276 * __this, X509Certificate2_t714049126 * ___certificate0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509ChainElement System.Security.Cryptography.X509Certificates.X509ChainElementCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR X509ChainElement_t1464056338 * X509ChainElementCollection_get_Item_m1978766852 (X509ChainElementCollection_t3110968994 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags System.Security.Cryptography.X509Certificates.X509ChainElement::get_StatusFlags() extern "C" IL2CPP_METHOD_ATTR int32_t X509ChainElement_get_StatusFlags_m3731832204 (X509ChainElement_t1464056338 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509ChainElement::set_StatusFlags(System.Security.Cryptography.X509Certificates.X509ChainStatusFlags) extern "C" IL2CPP_METHOD_ATTR void X509ChainElement_set_StatusFlags_m2467275568 (X509ChainElement_t1464056338 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate2 System.Security.Cryptography.X509Certificates.X509Certificate2Collection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR X509Certificate2_t714049126 * X509Certificate2Collection_get_Item_m1658740919 (X509Certificate2Collection_t2111161276 * __this, int32_t ___index0, const RuntimeMethod* method); // System.DateTime System.Security.Cryptography.X509Certificates.X509ChainPolicy::get_VerificationTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 X509ChainPolicy_get_VerificationTime_m4085504449 (X509ChainPolicy_t2426922870 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR X509Certificate2Collection_t2111161276 * X509Certificate2Collection_Find_m4007010753 (X509Certificate2Collection_t2111161276 * __this, int32_t ___findType0, RuntimeObject * ___findValue1, bool ___validOnly2, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Chain::GetAuthorityKeyIdentifier(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR String_t* X509Chain_GetAuthorityKeyIdentifier_m2237883181 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___certificate0, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m2969720369 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator System.Security.Cryptography.X509Certificates.X509Certificate2Collection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR X509Certificate2Enumerator_t3316713812 * X509Certificate2Collection_GetEnumerator_m3634416032 (X509Certificate2Collection_t2111161276 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate2 System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR X509Certificate2_t714049126 * X509Certificate2Enumerator_get_Current_m157909321 (X509Certificate2Enumerator_t3316713812 * __this, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Chain::GetSubjectKeyIdentifier(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR String_t* X509Chain_GetSubjectKeyIdentifier_m1349242905 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___certificate0, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool X509Certificate2Enumerator_MoveNext_m2220460870 (X509Certificate2Enumerator_t3316713812 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509Chain::get_CertificateCollection() extern "C" IL2CPP_METHOD_ATTR X509Certificate2Collection_t2111161276 * X509Chain_get_CertificateCollection_m511297491 (X509Chain_t194917408 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate2 System.Security.Cryptography.X509Certificates.X509Chain::SelectBestFromCollection(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.X509Certificates.X509Certificate2Collection) extern "C" IL2CPP_METHOD_ATTR X509Certificate2_t714049126 * X509Chain_SelectBestFromCollection_m1068759221 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___child0, X509Certificate2Collection_t2111161276 * ___c1, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X509Chain::IsSelfIssued(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR bool X509Chain_IsSelfIssued_m2588855382 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___certificate0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate2 System.Security.Cryptography.X509Certificates.X509ChainElement::get_Certificate() extern "C" IL2CPP_METHOD_ATTR X509Certificate2_t714049126 * X509ChainElement_get_Certificate_m2801643215 (X509ChainElement_t1464056338 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Chain::Process(System.Int32) extern "C" IL2CPP_METHOD_ATTR void X509Chain_Process_m1119354891 (X509Chain_t194917408 * __this, int32_t ___n0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509ChainElement::UncompressFlags() extern "C" IL2CPP_METHOD_ATTR void X509ChainElement_UncompressFlags_m781553362 (X509ChainElement_t1464056338 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X500DistinguishedName System.Security.Cryptography.X509Certificates.X509Certificate2::get_IssuerName() extern "C" IL2CPP_METHOD_ATTR X500DistinguishedName_t875709727 * X509Certificate2_get_IssuerName_m1277209535 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Chain::PrepareForNextCertificate(System.Int32) extern "C" IL2CPP_METHOD_ATTR void X509Chain_PrepareForNextCertificate_m3691934993 (X509Chain_t194917408 * __this, int32_t ___n0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Chain::CheckRevocationOnChain(System.Security.Cryptography.X509Certificates.X509ChainStatusFlags) extern "C" IL2CPP_METHOD_ATTR void X509Chain_CheckRevocationOnChain_m1377635439 (X509Chain_t194917408 * __this, int32_t ___flag0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Chain::WrapUp() extern "C" IL2CPP_METHOD_ATTR void X509Chain_WrapUp_m3160803936 (X509Chain_t194917408 * __this, const RuntimeMethod* method); // Mono.Security.X509.X509Certificate System.Security.Cryptography.X509Certificates.X509Certificate2::get_MonoCertificate() extern "C" IL2CPP_METHOD_ATTR X509Certificate_t489243025 * X509Certificate2_get_MonoCertificate_m4228255308 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X509Chain::IsSignedWith(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.AsymmetricAlgorithm) extern "C" IL2CPP_METHOD_ATTR bool X509Chain_IsSignedWith_m2691255686 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___signed0, AsymmetricAlgorithm_t932037087 * ___pubkey1, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X500DistinguishedName::AreEqual(System.Security.Cryptography.X509Certificates.X500DistinguishedName,System.Security.Cryptography.X509Certificates.X500DistinguishedName) extern "C" IL2CPP_METHOD_ATTR bool X500DistinguishedName_AreEqual_m2828302026 (RuntimeObject * __this /* static, unused */, X500DistinguishedName_t875709727 * ___name10, X500DistinguishedName_t875709727 * ___name21, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X500DistinguishedName System.Security.Cryptography.X509Certificates.X509Certificate2::get_SubjectName() extern "C" IL2CPP_METHOD_ATTR X500DistinguishedName_t875709727 * X509Certificate2_get_SubjectName_m2588317215 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::get_CertificateAuthority() extern "C" IL2CPP_METHOD_ATTR bool X509BasicConstraintsExtension_get_CertificateAuthority_m3360658367 (X509BasicConstraintsExtension_t2828968862 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::get_HasPathLengthConstraint() extern "C" IL2CPP_METHOD_ATTR bool X509BasicConstraintsExtension_get_HasPathLengthConstraint_m2072837820 (X509BasicConstraintsExtension_t2828968862 * __this, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::get_PathLengthConstraint() extern "C" IL2CPP_METHOD_ATTR int32_t X509BasicConstraintsExtension_get_PathLengthConstraint_m1198369084 (X509BasicConstraintsExtension_t2828968862 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Chain::ProcessCertificateExtensions(System.Security.Cryptography.X509Certificates.X509ChainElement) extern "C" IL2CPP_METHOD_ATTR void X509Chain_ProcessCertificateExtensions_m1468796745 (X509Chain_t194917408 * __this, X509ChainElement_t1464056338 * ___element0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator System.Security.Cryptography.X509Certificates.X509ExtensionCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR X509ExtensionEnumerator_t2479560659 * X509ExtensionCollection_GetEnumerator_m3371013144 (X509ExtensionCollection_t1350454579 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Extension System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR X509Extension_t3272255153 * X509ExtensionEnumerator_get_Current_m256207749 (X509ExtensionEnumerator_t2479560659 * __this, const RuntimeMethod* method); // System.Security.Cryptography.Oid System.Security.Cryptography.AsnEncodedData::get_Oid() extern "C" IL2CPP_METHOD_ATTR Oid_t3552120260 * AsnEncodedData_get_Oid_m402887164 (AsnEncodedData_t382354011 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool X509ExtensionEnumerator_MoveNext_m3077762850 (X509ExtensionEnumerator_t2479560659 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.X509.X509Certificate::VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm) extern "C" IL2CPP_METHOD_ATTR bool X509Certificate_VerifySignature_m2813642028 (X509Certificate_t489243025 * __this, AsymmetricAlgorithm_t932037087 * p0, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Chain::GetAuthorityKeyIdentifier(Mono.Security.X509.X509Extension) extern "C" IL2CPP_METHOD_ATTR String_t* X509Chain_GetAuthorityKeyIdentifier_m4138418749 (X509Chain_t194917408 * __this, X509Extension_t3173393653 * ___ext0, const RuntimeMethod* method); // Mono.Security.X509.X509ExtensionCollection Mono.Security.X509.X509Crl::get_Extensions() extern "C" IL2CPP_METHOD_ATTR X509ExtensionCollection_t609554709 * X509Crl_get_Extensions_m2708052985 (X509Crl_t1148767388 * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.Extensions.AuthorityKeyIdentifierExtension::.ctor(Mono.Security.X509.X509Extension) extern "C" IL2CPP_METHOD_ATTR void AuthorityKeyIdentifierExtension__ctor_m2197389230 (AuthorityKeyIdentifierExtension_t1122691429 * __this, X509Extension_t3173393653 * p0, const RuntimeMethod* method); // System.Byte[] Mono.Security.X509.Extensions.AuthorityKeyIdentifierExtension::get_Identifier() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* AuthorityKeyIdentifierExtension_get_Identifier_m4081788918 (AuthorityKeyIdentifierExtension_t1122691429 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509RevocationMode System.Security.Cryptography.X509Certificates.X509ChainPolicy::get_RevocationMode() extern "C" IL2CPP_METHOD_ATTR int32_t X509ChainPolicy_get_RevocationMode_m3118822552 (X509ChainPolicy_t2426922870 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509RevocationFlag System.Security.Cryptography.X509Certificates.X509ChainPolicy::get_RevocationFlag() extern "C" IL2CPP_METHOD_ATTR int32_t X509ChainPolicy_get_RevocationFlag_m3767879093 (X509ChainPolicy_t2426922870 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags System.Security.Cryptography.X509Certificates.X509Chain::CheckRevocation(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t X509Chain_CheckRevocation_m4216573099 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___certificate0, int32_t ___ca1, bool ___online2, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags System.Security.Cryptography.X509Certificates.X509Chain::CheckRevocation(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t X509Chain_CheckRevocation_m3466271023 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___certificate0, X509Certificate2_t714049126 * ___ca_cert1, bool ___online2, const RuntimeMethod* method); // Mono.Security.X509.X509Crl System.Security.Cryptography.X509Certificates.X509Chain::FindCrl(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR X509Crl_t1148767388 * X509Chain_FindCrl_m1657810964 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___caCertificate0, const RuntimeMethod* method); // System.Boolean Mono.Security.X509.X509Crl::VerifySignature(System.Security.Cryptography.AsymmetricAlgorithm) extern "C" IL2CPP_METHOD_ATTR bool X509Crl_VerifySignature_m1377612461 (X509Crl_t1148767388 * __this, AsymmetricAlgorithm_t932037087 * p0, const RuntimeMethod* method); // Mono.Security.X509.X509Crl/X509CrlEntry Mono.Security.X509.X509Crl::GetCrlEntry(Mono.Security.X509.X509Certificate) extern "C" IL2CPP_METHOD_ATTR X509CrlEntry_t645568789 * X509Crl_GetCrlEntry_m5954460 (X509Crl_t1148767388 * __this, X509Certificate_t489243025 * p0, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X509Chain::ProcessCrlEntryExtensions(Mono.Security.X509.X509Crl/X509CrlEntry) extern "C" IL2CPP_METHOD_ATTR bool X509Chain_ProcessCrlEntryExtensions_m3203112264 (X509Chain_t194917408 * __this, X509CrlEntry_t645568789 * ___entry0, const RuntimeMethod* method); // System.DateTime Mono.Security.X509.X509Crl/X509CrlEntry::get_RevocationDate() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 X509CrlEntry_get_RevocationDate_m606796547 (X509CrlEntry_t645568789 * __this, const RuntimeMethod* method); // System.DateTime Mono.Security.X509.X509Crl::get_NextUpdate() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 X509Crl_get_NextUpdate_m1760667768 (X509Crl_t1148767388 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X509Chain::ProcessCrlExtensions(Mono.Security.X509.X509Crl) extern "C" IL2CPP_METHOD_ATTR bool X509Chain_ProcessCrlExtensions_m236234529 (X509Chain_t194917408 * __this, X509Crl_t1148767388 * ___crl0, const RuntimeMethod* method); // Mono.Security.X509.X509Store System.Security.Cryptography.X509Certificates.X509Store::get_Store() extern "C" IL2CPP_METHOD_ATTR X509Store_t2777415284 * X509Store_get_Store_m1426986552 (X509Store_t2922691911 * __this, const RuntimeMethod* method); // System.Collections.ArrayList Mono.Security.X509.X509Store::get_Crls() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * X509Store_get_Crls_m4075976598 (X509Store_t2777415284 * __this, const RuntimeMethod* method); // System.String Mono.Security.X509.X509Crl::get_IssuerName() extern "C" IL2CPP_METHOD_ATTR String_t* X509Crl_get_IssuerName_m1792797338 (X509Crl_t1148767388 * __this, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Chain::GetAuthorityKeyIdentifier(Mono.Security.X509.X509Crl) extern "C" IL2CPP_METHOD_ATTR String_t* X509Chain_GetAuthorityKeyIdentifier_m614536199 (X509Chain_t194917408 * __this, X509Crl_t1148767388 * ___crl0, const RuntimeMethod* method); // System.Collections.IEnumerator System.Collections.CollectionBase::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CollectionBase_GetEnumerator_m654829872 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.X509.X509Extension::get_Critical() extern "C" IL2CPP_METHOD_ATTR bool X509Extension_get_Critical_m171054662 (X509Extension_t3173393653 * __this, const RuntimeMethod* method); // System.String Mono.Security.X509.X509Extension::get_Oid() extern "C" IL2CPP_METHOD_ATTR String_t* X509Extension_get_Oid_m4107042796 (X509Extension_t3173393653 * __this, const RuntimeMethod* method); // Mono.Security.X509.X509ExtensionCollection Mono.Security.X509.X509Crl/X509CrlEntry::get_Extensions() extern "C" IL2CPP_METHOD_ATTR X509ExtensionCollection_t609554709 * X509CrlEntry_get_Extensions_m3943658385 (X509CrlEntry_t645568789 * __this, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.ServicePointManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void ServicePointManager__cctor_m3222177795 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManager__cctor_m3222177795_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; ConnectionManagementSection_t1603642748 * V_1 = NULL; ConnectionManagementElement_t3857438253 * V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { HybridDictionary_t4070033136 * L_0 = (HybridDictionary_t4070033136 *)il2cpp_codegen_object_new(HybridDictionary_t4070033136_il2cpp_TypeInfo_var); HybridDictionary__ctor_m656684569(L_0, /*hidden argument*/NULL); ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->set_servicePoints_0(L_0); DefaultCertificatePolicy_t3607119947 * L_1 = (DefaultCertificatePolicy_t3607119947 *)il2cpp_codegen_object_new(DefaultCertificatePolicy_t3607119947_il2cpp_TypeInfo_var); DefaultCertificatePolicy__ctor_m1887337884(L_1, /*hidden argument*/NULL); ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->set_policy_1(L_1); ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->set_defaultConnectionLimit_2(2); ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->set_maxServicePointIdleTime_3(((int32_t)900000)); ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->set_maxServicePoints_4(0); ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->set__checkCRL_5((bool)0); ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->set__securityProtocol_6(((int32_t)240)); ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->set_expectContinue_7((bool)1); IL2CPP_RUNTIME_CLASS_INIT(ConfigurationManager_t386529156_il2cpp_TypeInfo_var); RuntimeObject * L_2 = ConfigurationManager_GetSection_m2812236313(NULL /*static, unused*/, _stringLiteral2890506517, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject * L_3 = V_0; V_1 = ((ConnectionManagementSection_t1603642748 *)IsInstSealed((RuntimeObject*)L_3, ConnectionManagementSection_t1603642748_il2cpp_TypeInfo_var)); ConnectionManagementSection_t1603642748 * L_4 = V_1; if (!L_4) { goto IL_00d0; } } { ConnectionManagementData_t2003128658 * L_5 = (ConnectionManagementData_t2003128658 *)il2cpp_codegen_object_new(ConnectionManagementData_t2003128658_il2cpp_TypeInfo_var); ConnectionManagementData__ctor_m1336018396(L_5, NULL, /*hidden argument*/NULL); ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->set_manager_10(L_5); ConnectionManagementSection_t1603642748 * L_6 = V_1; NullCheck(L_6); ConnectionManagementElementCollection_t3860227195 * L_7 = ConnectionManagementSection_get_ConnectionManagement_m3719502710(L_6, /*hidden argument*/NULL); NullCheck(L_7); RuntimeObject* L_8 = ConfigurationElementCollection_GetEnumerator_m4192431148(L_7, /*hidden argument*/NULL); V_3 = L_8; } IL_006f: try { // begin try (depth: 1) { goto IL_0096; } IL_0074: { RuntimeObject* L_9 = V_3; NullCheck(L_9); RuntimeObject * L_10 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_9); V_2 = ((ConnectionManagementElement_t3857438253 *)CastclassSealed((RuntimeObject*)L_10, ConnectionManagementElement_t3857438253_il2cpp_TypeInfo_var)); ConnectionManagementData_t2003128658 * L_11 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_manager_10(); ConnectionManagementElement_t3857438253 * L_12 = V_2; NullCheck(L_12); String_t* L_13 = ConnectionManagementElement_get_Address_m427527083(L_12, /*hidden argument*/NULL); ConnectionManagementElement_t3857438253 * L_14 = V_2; NullCheck(L_14); int32_t L_15 = ConnectionManagementElement_get_MaxConnection_m3860966341(L_14, /*hidden argument*/NULL); NullCheck(L_11); ConnectionManagementData_Add_m3862416831(L_11, L_13, L_15, /*hidden argument*/NULL); } IL_0096: { RuntimeObject* L_16 = V_3; NullCheck(L_16); bool L_17 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_0074; } } IL_00a1: { IL2CPP_LEAVE(0xBB, FINALLY_00a6); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a6; } FINALLY_00a6: { // begin finally (depth: 1) { RuntimeObject* L_18 = V_3; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_19 = V_4; if (L_19) { goto IL_00b3; } } IL_00b2: { IL2CPP_END_FINALLY(166) } IL_00b3: { RuntimeObject* L_20 = V_4; NullCheck(L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_20); IL2CPP_END_FINALLY(166) } } // end finally (depth: 1) IL2CPP_CLEANUP(166) { IL2CPP_JUMP_TBL(0xBB, IL_00bb) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00bb: { ConnectionManagementData_t2003128658 * L_21 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_manager_10(); NullCheck(L_21); uint32_t L_22 = ConnectionManagementData_GetMaxConnections_m2384803309(L_21, _stringLiteral3452614534, /*hidden argument*/NULL); ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->set_defaultConnectionLimit_2(L_22); return; } IL_00d0: { IL2CPP_RUNTIME_CLASS_INIT(ConfigurationSettings_t822951835_il2cpp_TypeInfo_var); RuntimeObject * L_23 = ConfigurationSettings_GetConfig_m1015220656(NULL /*static, unused*/, _stringLiteral2890506517, /*hidden argument*/NULL); ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->set_manager_10(((ConnectionManagementData_t2003128658 *)CastclassClass((RuntimeObject*)L_23, ConnectionManagementData_t2003128658_il2cpp_TypeInfo_var))); ConnectionManagementData_t2003128658 * L_24 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_manager_10(); if (!L_24) { goto IL_0102; } } { ConnectionManagementData_t2003128658 * L_25 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_manager_10(); NullCheck(L_25); uint32_t L_26 = ConnectionManagementData_GetMaxConnections_m2384803309(L_25, _stringLiteral3452614534, /*hidden argument*/NULL); ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->set_defaultConnectionLimit_2(L_26); } IL_0102: { return; } } // System.Net.ICertificatePolicy System.Net.ServicePointManager::get_CertificatePolicy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ServicePointManager_get_CertificatePolicy_m475600998 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManager_get_CertificatePolicy_m475600998_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_policy_1(); return L_0; } } // System.Boolean System.Net.ServicePointManager::get_CheckCertificateRevocationList() extern "C" IL2CPP_METHOD_ATTR bool ServicePointManager_get_CheckCertificateRevocationList_m1645465614 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManager_get_CheckCertificateRevocationList_m1645465614_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); bool L_0 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get__checkCRL_5(); return L_0; } } // System.Void System.Net.ServicePointManager::set_DefaultConnectionLimit(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ServicePointManager_set_DefaultConnectionLimit_m1203273109 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManager_set_DefaultConnectionLimit_m1203273109_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ServicePointManager_set_DefaultConnectionLimit_m1203273109_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->set_defaultConnectionLimit_2(L_2); return; } } // System.Net.SecurityProtocolType System.Net.ServicePointManager::get_SecurityProtocol() extern "C" IL2CPP_METHOD_ATTR int32_t ServicePointManager_get_SecurityProtocol_m966397919 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManager_get_SecurityProtocol_m966397919_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); int32_t L_0 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get__securityProtocol_6(); return L_0; } } // System.Net.Security.RemoteCertificateValidationCallback System.Net.ServicePointManager::get_ServerCertificateValidationCallback() extern "C" IL2CPP_METHOD_ATTR RemoteCertificateValidationCallback_t3014364904 * ServicePointManager_get_ServerCertificateValidationCallback_m2067275303 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManager_get_ServerCertificateValidationCallback_m2067275303_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); RemoteCertificateValidationCallback_t3014364904 * L_0 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_server_cert_cb_9(); return L_0; } } // System.Net.ServicePoint System.Net.ServicePointManager::FindServicePoint(System.Uri,System.Net.IWebProxy) extern "C" IL2CPP_METHOD_ATTR ServicePoint_t2786966844 * ServicePointManager_FindServicePoint_m4119451290 (RuntimeObject * __this /* static, unused */, Uri_t100236324 * ___address0, RuntimeObject* ___proxy1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManager_FindServicePoint_m4119451290_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; ServicePoint_t2786966844 * V_3 = NULL; HybridDictionary_t4070033136 * V_4 = NULL; SPKey_t3654231119 * V_5 = NULL; String_t* V_6 = NULL; int32_t V_7 = 0; ServicePoint_t2786966844 * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Uri_t100236324 * L_0 = ___address0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_1 = Uri_op_Equality_m2988156441(NULL /*static, unused*/, L_0, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_2, _stringLiteral2350156779, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ServicePointManager_FindServicePoint_m4119451290_RuntimeMethod_var); } IL_0017: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); ServicePointManager_RecycleServicePoints_m1035558445(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = (bool)0; V_1 = (bool)0; RuntimeObject* L_3 = ___proxy1; if (!L_3) { goto IL_0091; } } { RuntimeObject* L_4 = ___proxy1; Uri_t100236324 * L_5 = ___address0; NullCheck(L_4); bool L_6 = InterfaceFuncInvoker1< bool, Uri_t100236324 * >::Invoke(2 /* System.Boolean System.Net.IWebProxy::IsBypassed(System.Uri) */, IWebProxy_t688979836_il2cpp_TypeInfo_var, L_4, L_5); if (L_6) { goto IL_0091; } } { V_0 = (bool)1; Uri_t100236324 * L_7 = ___address0; NullCheck(L_7); String_t* L_8 = Uri_get_Scheme_m1686732325(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_op_Equality_m920492651(NULL /*static, unused*/, L_8, _stringLiteral1973861653, /*hidden argument*/NULL); V_2 = L_9; RuntimeObject* L_10 = ___proxy1; Uri_t100236324 * L_11 = ___address0; NullCheck(L_10); Uri_t100236324 * L_12 = InterfaceFuncInvoker1< Uri_t100236324 *, Uri_t100236324 * >::Invoke(1 /* System.Uri System.Net.IWebProxy::GetProxy(System.Uri) */, IWebProxy_t688979836_il2cpp_TypeInfo_var, L_10, L_11); ___address0 = L_12; Uri_t100236324 * L_13 = ___address0; NullCheck(L_13); String_t* L_14 = Uri_get_Scheme_m1686732325(L_13, /*hidden argument*/NULL); bool L_15 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_14, _stringLiteral3140485902, /*hidden argument*/NULL); if (!L_15) { goto IL_0074; } } { bool L_16 = V_2; if (L_16) { goto IL_0074; } } { NotSupportedException_t1314879016 * L_17 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_17, _stringLiteral2054884799, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,ServicePointManager_FindServicePoint_m4119451290_RuntimeMethod_var); } IL_0074: { bool L_18 = V_2; if (!L_18) { goto IL_0091; } } { Uri_t100236324 * L_19 = ___address0; NullCheck(L_19); String_t* L_20 = Uri_get_Scheme_m1686732325(L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_21 = String_op_Equality_m920492651(NULL /*static, unused*/, L_20, _stringLiteral3140485902, /*hidden argument*/NULL); if (!L_21) { goto IL_0091; } } { V_1 = (bool)1; } IL_0091: { Uri_t100236324 * L_22 = ___address0; NullCheck(L_22); String_t* L_23 = Uri_get_Scheme_m1686732325(L_22, /*hidden argument*/NULL); Uri_t100236324 * L_24 = ___address0; NullCheck(L_24); String_t* L_25 = Uri_get_Authority_m3816772302(L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Concat_m3755062657(NULL /*static, unused*/, L_23, _stringLiteral1057238085, L_25, /*hidden argument*/NULL); Uri_t100236324 * L_27 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m1474792120(L_27, L_26, /*hidden argument*/NULL); ___address0 = L_27; V_3 = (ServicePoint_t2786966844 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_28 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); V_4 = L_28; HybridDictionary_t4070033136 * L_29 = V_4; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); } IL_00be: try { // begin try (depth: 1) { Uri_t100236324 * L_30 = ___address0; bool L_31 = V_1; SPKey_t3654231119 * L_32 = (SPKey_t3654231119 *)il2cpp_codegen_object_new(SPKey_t3654231119_il2cpp_TypeInfo_var); SPKey__ctor_m3690819622(L_32, L_30, L_31, /*hidden argument*/NULL); V_5 = L_32; IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_33 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); SPKey_t3654231119 * L_34 = V_5; NullCheck(L_33); RuntimeObject * L_35 = HybridDictionary_get_Item_m3133414958(L_33, L_34, /*hidden argument*/NULL); V_3 = ((ServicePoint_t2786966844 *)IsInstClass((RuntimeObject*)L_35, ServicePoint_t2786966844_il2cpp_TypeInfo_var)); ServicePoint_t2786966844 * L_36 = V_3; if (!L_36) { goto IL_00e7; } } IL_00df: { ServicePoint_t2786966844 * L_37 = V_3; V_8 = L_37; IL2CPP_LEAVE(0x175, FINALLY_016b); } IL_00e7: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); int32_t L_38 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_maxServicePoints_4(); if ((((int32_t)L_38) <= ((int32_t)0))) { goto IL_0111; } } IL_00f2: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_39 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); NullCheck(L_39); int32_t L_40 = HybridDictionary_get_Count_m1166314536(L_39, /*hidden argument*/NULL); int32_t L_41 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_maxServicePoints_4(); if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_0111; } } IL_0106: { InvalidOperationException_t56020091 * L_42 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_42, _stringLiteral4122273294, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42,ServicePointManager_FindServicePoint_m4119451290_RuntimeMethod_var); } IL_0111: { Uri_t100236324 * L_43 = ___address0; NullCheck(L_43); String_t* L_44 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Uri::ToString() */, L_43); V_6 = L_44; IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); ConnectionManagementData_t2003128658 * L_45 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_manager_10(); String_t* L_46 = V_6; NullCheck(L_45); uint32_t L_47 = ConnectionManagementData_GetMaxConnections_m2384803309(L_45, L_46, /*hidden argument*/NULL); V_7 = L_47; Uri_t100236324 * L_48 = ___address0; int32_t L_49 = V_7; int32_t L_50 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_maxServicePointIdleTime_3(); ServicePoint_t2786966844 * L_51 = (ServicePoint_t2786966844 *)il2cpp_codegen_object_new(ServicePoint_t2786966844_il2cpp_TypeInfo_var); ServicePoint__ctor_m4022457269(L_51, L_48, L_49, L_50, /*hidden argument*/NULL); V_3 = L_51; ServicePoint_t2786966844 * L_52 = V_3; bool L_53 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_expectContinue_7(); NullCheck(L_52); ServicePoint_set_Expect100Continue_m1237635858(L_52, L_53, /*hidden argument*/NULL); ServicePoint_t2786966844 * L_54 = V_3; bool L_55 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_useNagle_8(); NullCheck(L_54); ServicePoint_set_UseNagleAlgorithm_m1374731041(L_54, L_55, /*hidden argument*/NULL); ServicePoint_t2786966844 * L_56 = V_3; bool L_57 = V_0; NullCheck(L_56); ServicePoint_set_UsesProxy_m2758604003(L_56, L_57, /*hidden argument*/NULL); ServicePoint_t2786966844 * L_58 = V_3; bool L_59 = V_1; NullCheck(L_58); ServicePoint_set_UseConnect_m1377758489(L_58, L_59, /*hidden argument*/NULL); HybridDictionary_t4070033136 * L_60 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); SPKey_t3654231119 * L_61 = V_5; ServicePoint_t2786966844 * L_62 = V_3; NullCheck(L_60); HybridDictionary_Add_m912320053(L_60, L_61, L_62, /*hidden argument*/NULL); IL2CPP_LEAVE(0x173, FINALLY_016b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_016b; } FINALLY_016b: { // begin finally (depth: 1) HybridDictionary_t4070033136 * L_63 = V_4; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_63, /*hidden argument*/NULL); IL2CPP_END_FINALLY(363) } // end finally (depth: 1) IL2CPP_CLEANUP(363) { IL2CPP_JUMP_TBL(0x175, IL_0175) IL2CPP_JUMP_TBL(0x173, IL_0173) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0173: { ServicePoint_t2786966844 * L_64 = V_3; return L_64; } IL_0175: { ServicePoint_t2786966844 * L_65 = V_8; return L_65; } } // System.Void System.Net.ServicePointManager::RecycleServicePoints() extern "C" IL2CPP_METHOD_ATTR void ServicePointManager_RecycleServicePoints_m1035558445 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManager_RecycleServicePoints_m1035558445_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; HybridDictionary_t4070033136 * V_1 = NULL; RuntimeObject* V_2 = NULL; ServicePoint_t2786966844 * V_3 = NULL; int32_t V_4 = 0; SortedList_t2427694641 * V_5 = NULL; ServicePoint_t2786966844 * V_6 = NULL; int32_t V_7 = 0; DateTime_t3738529785 V_8; memset(&V_8, 0, sizeof(V_8)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); V_0 = L_0; IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_1 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); V_1 = L_1; HybridDictionary_t4070033136 * L_2 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0012: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_3 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); NullCheck(L_3); RuntimeObject* L_4 = HybridDictionary_GetEnumerator_m1379032493(L_3, /*hidden argument*/NULL); V_2 = L_4; goto IL_0046; } IL_0022: { RuntimeObject* L_5 = V_2; NullCheck(L_5); RuntimeObject * L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_5); V_3 = ((ServicePoint_t2786966844 *)CastclassClass((RuntimeObject*)L_6, ServicePoint_t2786966844_il2cpp_TypeInfo_var)); ServicePoint_t2786966844 * L_7 = V_3; NullCheck(L_7); bool L_8 = ServicePoint_get_AvailableForRecycling_m936700514(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0046; } } IL_0039: { ArrayList_t2718874744 * L_9 = V_0; RuntimeObject* L_10 = V_2; NullCheck(L_10); RuntimeObject * L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Key() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_10); NullCheck(L_9); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_9, L_11); } IL_0046: { RuntimeObject* L_12 = V_2; NullCheck(L_12); bool L_13 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_0022; } } IL_0051: { V_4 = 0; goto IL_0071; } IL_0059: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_14 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); ArrayList_t2718874744 * L_15 = V_0; int32_t L_16 = V_4; NullCheck(L_15); RuntimeObject * L_17 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_15, L_16); NullCheck(L_14); HybridDictionary_Remove_m2295600623(L_14, L_17, /*hidden argument*/NULL); int32_t L_18 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0071: { int32_t L_19 = V_4; ArrayList_t2718874744 * L_20 = V_0; NullCheck(L_20); int32_t L_21 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_20); if ((((int32_t)L_19) < ((int32_t)L_21))) { goto IL_0059; } } IL_007e: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); int32_t L_22 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_maxServicePoints_4(); if (!L_22) { goto IL_009c; } } IL_0088: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_23 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); NullCheck(L_23); int32_t L_24 = HybridDictionary_get_Count_m1166314536(L_23, /*hidden argument*/NULL); int32_t L_25 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_maxServicePoints_4(); if ((((int32_t)L_24) > ((int32_t)L_25))) { goto IL_00a1; } } IL_009c: { IL2CPP_LEAVE(0x18C, FINALLY_0185); } IL_00a1: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_26 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); NullCheck(L_26); int32_t L_27 = HybridDictionary_get_Count_m1166314536(L_26, /*hidden argument*/NULL); SortedList_t2427694641 * L_28 = (SortedList_t2427694641 *)il2cpp_codegen_object_new(SortedList_t2427694641_il2cpp_TypeInfo_var); SortedList__ctor_m4140760769(L_28, L_27, /*hidden argument*/NULL); V_5 = L_28; HybridDictionary_t4070033136 * L_29 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); NullCheck(L_29); RuntimeObject* L_30 = HybridDictionary_GetEnumerator_m1379032493(L_29, /*hidden argument*/NULL); V_2 = L_30; goto IL_0132; } IL_00c2: { RuntimeObject* L_31 = V_2; NullCheck(L_31); RuntimeObject * L_32 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_31); V_6 = ((ServicePoint_t2786966844 *)CastclassClass((RuntimeObject*)L_32, ServicePoint_t2786966844_il2cpp_TypeInfo_var)); ServicePoint_t2786966844 * L_33 = V_6; NullCheck(L_33); int32_t L_34 = ServicePoint_get_CurrentConnections_m1937296360(L_33, /*hidden argument*/NULL); if (L_34) { goto IL_0132; } } IL_00db: { goto IL_0100; } IL_00e0: { ServicePoint_t2786966844 * L_35 = V_6; ServicePoint_t2786966844 * L_36 = V_6; NullCheck(L_36); DateTime_t3738529785 L_37 = ServicePoint_get_IdleSince_m2373179824(L_36, /*hidden argument*/NULL); V_8 = L_37; DateTime_t3738529785 L_38 = DateTime_AddMilliseconds_m3713972790((&V_8), (1.0), /*hidden argument*/NULL); NullCheck(L_35); ServicePoint_set_IdleSince_m608781505(L_35, L_38, /*hidden argument*/NULL); } IL_0100: { SortedList_t2427694641 * L_39 = V_5; ServicePoint_t2786966844 * L_40 = V_6; NullCheck(L_40); DateTime_t3738529785 L_41 = ServicePoint_get_IdleSince_m2373179824(L_40, /*hidden argument*/NULL); DateTime_t3738529785 L_42 = L_41; RuntimeObject * L_43 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_42); NullCheck(L_39); bool L_44 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(42 /* System.Boolean System.Collections.SortedList::ContainsKey(System.Object) */, L_39, L_43); if (L_44) { goto IL_00e0; } } IL_0118: { SortedList_t2427694641 * L_45 = V_5; ServicePoint_t2786966844 * L_46 = V_6; NullCheck(L_46); DateTime_t3738529785 L_47 = ServicePoint_get_IdleSince_m2373179824(L_46, /*hidden argument*/NULL); DateTime_t3738529785 L_48 = L_47; RuntimeObject * L_49 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_48); ServicePoint_t2786966844 * L_50 = V_6; NullCheck(L_50); Uri_t100236324 * L_51 = ServicePoint_get_Address_m4189969258(L_50, /*hidden argument*/NULL); NullCheck(L_45); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(32 /* System.Void System.Collections.SortedList::Add(System.Object,System.Object) */, L_45, L_49, L_51); } IL_0132: { RuntimeObject* L_52 = V_2; NullCheck(L_52); bool L_53 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_52); if (L_53) { goto IL_00c2; } } IL_013d: { V_7 = 0; goto IL_015e; } IL_0145: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_54 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); SortedList_t2427694641 * L_55 = V_5; int32_t L_56 = V_7; NullCheck(L_55); RuntimeObject * L_57 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(44 /* System.Object System.Collections.SortedList::GetByIndex(System.Int32) */, L_55, L_56); NullCheck(L_54); HybridDictionary_Remove_m2295600623(L_54, L_57, /*hidden argument*/NULL); int32_t L_58 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_015e: { int32_t L_59 = V_7; SortedList_t2427694641 * L_60 = V_5; NullCheck(L_60); int32_t L_61 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.SortedList::get_Count() */, L_60); if ((((int32_t)L_59) >= ((int32_t)L_61))) { goto IL_0180; } } IL_016c: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_62 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); NullCheck(L_62); int32_t L_63 = HybridDictionary_get_Count_m1166314536(L_62, /*hidden argument*/NULL); int32_t L_64 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_maxServicePoints_4(); if ((((int32_t)L_63) > ((int32_t)L_64))) { goto IL_0145; } } IL_0180: { IL2CPP_LEAVE(0x18C, FINALLY_0185); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0185; } FINALLY_0185: { // begin finally (depth: 1) HybridDictionary_t4070033136 * L_65 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); IL2CPP_END_FINALLY(389) } // end finally (depth: 1) IL2CPP_CLEANUP(389) { IL2CPP_JUMP_TBL(0x18C, IL_018c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_018c: { 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.ServicePointManager/ChainValidationHelper::.ctor(System.Object) extern "C" IL2CPP_METHOD_ATTR void ChainValidationHelper__ctor_m1720828747 (ChainValidationHelper_t320539540 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___sender0; __this->set_sender_0(L_0); return; } } // System.Void System.Net.ServicePointManager/ChainValidationHelper::.cctor() extern "C" IL2CPP_METHOD_ATTR void ChainValidationHelper__cctor_m2525778258 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChainValidationHelper__cctor_m2525778258_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = File_Exists_m3943585060(NULL /*static, unused*/, _stringLiteral3131474043, /*hidden argument*/NULL); ((ChainValidationHelper_t320539540_StaticFields*)il2cpp_codegen_static_fields_for(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var))->set_is_macosx_2(L_0); ((ChainValidationHelper_t320539540_StaticFields*)il2cpp_codegen_static_fields_for(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var))->set_s_flags_3(((int32_t)168)); return; } } // System.String System.Net.ServicePointManager/ChainValidationHelper::get_Host() extern "C" IL2CPP_METHOD_ATTR String_t* ChainValidationHelper_get_Host_m1442257577 (ChainValidationHelper_t320539540 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChainValidationHelper_get_Host_m1442257577_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_host_1(); if (L_0) { goto IL_0036; } } { RuntimeObject * L_1 = __this->get_sender_0(); if (!((HttpWebRequest_t1669436515 *)IsInstClass((RuntimeObject*)L_1, HttpWebRequest_t1669436515_il2cpp_TypeInfo_var))) { goto IL_0036; } } { RuntimeObject * L_2 = __this->get_sender_0(); NullCheck(((HttpWebRequest_t1669436515 *)CastclassClass((RuntimeObject*)L_2, HttpWebRequest_t1669436515_il2cpp_TypeInfo_var))); Uri_t100236324 * L_3 = HttpWebRequest_get_Address_m2672661563(((HttpWebRequest_t1669436515 *)CastclassClass((RuntimeObject*)L_2, HttpWebRequest_t1669436515_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = Uri_get_Host_m255565830(L_3, /*hidden argument*/NULL); __this->set_host_1(L_4); } IL_0036: { String_t* L_5 = __this->get_host_1(); return L_5; } } // Mono.Security.Protocol.Tls.ValidationResult System.Net.ServicePointManager/ChainValidationHelper::ValidateChain(Mono.Security.X509.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR ValidationResult_t3834298736 * ChainValidationHelper_ValidateChain_m3259343348 (ChainValidationHelper_t320539540 * __this, X509CertificateCollection_t1542168550 * ___certs0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChainValidationHelper_ValidateChain_m3259343348_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; RemoteCertificateValidationCallback_t3014364904 * V_2 = NULL; X509Chain_t194917408 * V_3 = NULL; int32_t V_4 = 0; X509Certificate2_t714049126 * V_5 = NULL; X509Certificate2_t714049126 * V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; Exception_t * V_9 = NULL; bool V_10 = false; int32_t V_11 = 0; ServicePoint_t2786966844 * V_12 = NULL; HttpWebRequest_t1669436515 * V_13 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B19_0 = 0; int32_t G_B34_0 = 0; { V_0 = (bool)0; X509CertificateCollection_t1542168550 * L_0 = ___certs0; if (!L_0) { goto IL_0013; } } { X509CertificateCollection_t1542168550 * L_1 = ___certs0; NullCheck(L_1); int32_t L_2 = CollectionBase_get_Count_m1708965601(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0015; } } IL_0013: { return (ValidationResult_t3834298736 *)NULL; } IL_0015: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); RuntimeObject* L_3 = ServicePointManager_get_CertificatePolicy_m475600998(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_3; RemoteCertificateValidationCallback_t3014364904 * L_4 = ServicePointManager_get_ServerCertificateValidationCallback_m2067275303(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_4; X509Chain_t194917408 * L_5 = (X509Chain_t194917408 *)il2cpp_codegen_object_new(X509Chain_t194917408_il2cpp_TypeInfo_var); X509Chain__ctor_m2240869275(L_5, /*hidden argument*/NULL); V_3 = L_5; X509Chain_t194917408 * L_6 = V_3; X509ChainPolicy_t2426922870 * L_7 = (X509ChainPolicy_t2426922870 *)il2cpp_codegen_object_new(X509ChainPolicy_t2426922870_il2cpp_TypeInfo_var); X509ChainPolicy__ctor_m852124469(L_7, /*hidden argument*/NULL); NullCheck(L_6); X509Chain_set_ChainPolicy_m2787395122(L_6, L_7, /*hidden argument*/NULL); V_4 = 1; goto IL_0067; } IL_003a: { X509CertificateCollection_t1542168550 * L_8 = ___certs0; int32_t L_9 = V_4; NullCheck(L_8); X509Certificate_t489243025 * L_10 = X509CertificateCollection_get_Item_m1033426577(L_8, L_9, /*hidden argument*/NULL); NullCheck(L_10); ByteU5BU5D_t4116647657* L_11 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(12 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_10); X509Certificate2_t714049126 * L_12 = (X509Certificate2_t714049126 *)il2cpp_codegen_object_new(X509Certificate2_t714049126_il2cpp_TypeInfo_var); X509Certificate2__ctor_m3336405942(L_12, L_11, /*hidden argument*/NULL); V_5 = L_12; X509Chain_t194917408 * L_13 = V_3; NullCheck(L_13); X509ChainPolicy_t2426922870 * L_14 = X509Chain_get_ChainPolicy_m2586552721(L_13, /*hidden argument*/NULL); NullCheck(L_14); X509Certificate2Collection_t2111161276 * L_15 = X509ChainPolicy_get_ExtraStore_m4191377387(L_14, /*hidden argument*/NULL); X509Certificate2_t714049126 * L_16 = V_5; NullCheck(L_15); X509Certificate2Collection_Add_m3151757943(L_15, L_16, /*hidden argument*/NULL); int32_t L_17 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0067: { int32_t L_18 = V_4; X509CertificateCollection_t1542168550 * L_19 = ___certs0; NullCheck(L_19); int32_t L_20 = CollectionBase_get_Count_m1708965601(L_19, /*hidden argument*/NULL); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_003a; } } { X509CertificateCollection_t1542168550 * L_21 = ___certs0; NullCheck(L_21); X509Certificate_t489243025 * L_22 = X509CertificateCollection_get_Item_m1033426577(L_21, 0, /*hidden argument*/NULL); NullCheck(L_22); ByteU5BU5D_t4116647657* L_23 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(12 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_22); X509Certificate2_t714049126 * L_24 = (X509Certificate2_t714049126 *)il2cpp_codegen_object_new(X509Certificate2_t714049126_il2cpp_TypeInfo_var); X509Certificate2__ctor_m3336405942(L_24, L_23, /*hidden argument*/NULL); V_6 = L_24; V_7 = 0; V_8 = 0; } IL_008d: try { // begin try (depth: 1) { X509Chain_t194917408 * L_25 = V_3; X509Certificate2_t714049126 * L_26 = V_6; NullCheck(L_25); bool L_27 = X509Chain_Build_m611063989(L_25, L_26, /*hidden argument*/NULL); if (L_27) { goto IL_00a5; } } IL_009a: { int32_t L_28 = V_8; X509Chain_t194917408 * L_29 = V_3; IL2CPP_RUNTIME_CLASS_INIT(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var); int32_t L_30 = ChainValidationHelper_GetErrorsFromChain_m1415544464(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); V_8 = ((int32_t)((int32_t)L_28|(int32_t)L_30)); } IL_00a5: { goto IL_00d7; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00aa; throw e; } CATCH_00aa: { // begin catch(System.Exception) V_9 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); TextWriter_t3478189236 * L_31 = Console_get_Error_m1839879495(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_32 = V_9; NullCheck(L_31); VirtActionInvoker2< String_t*, RuntimeObject * >::Invoke(22 /* System.Void System.IO.TextWriter::WriteLine(System.String,System.Object) */, L_31, _stringLiteral2261031623, L_32); TextWriter_t3478189236 * L_33 = Console_get_Error_m1839879495(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_33); VirtActionInvoker1< String_t* >::Invoke(21 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, L_33, _stringLiteral2916259883); int32_t L_34 = V_8; V_8 = ((int32_t)((int32_t)L_34|(int32_t)4)); goto IL_00d7; } // end catch (depth: 1) IL_00d7: { X509Certificate2_t714049126 * L_35 = V_6; IL2CPP_RUNTIME_CLASS_INIT(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var); bool L_36 = ChainValidationHelper_CheckCertificateUsage_m3811510007(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); if (L_36) { goto IL_00f0; } } { int32_t L_37 = V_8; V_8 = ((int32_t)((int32_t)L_37|(int32_t)4)); V_7 = ((int32_t)-2146762490); } IL_00f0: { X509CertificateCollection_t1542168550 * L_38 = ___certs0; NullCheck(L_38); X509Certificate_t489243025 * L_39 = X509CertificateCollection_get_Item_m1033426577(L_38, 0, /*hidden argument*/NULL); String_t* L_40 = ChainValidationHelper_get_Host_m1442257577(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var); bool L_41 = ChainValidationHelper_CheckServerIdentity_m2649452138(NULL /*static, unused*/, L_39, L_40, /*hidden argument*/NULL); if (L_41) { goto IL_0114; } } { int32_t L_42 = V_8; V_8 = ((int32_t)((int32_t)L_42|(int32_t)2)); V_7 = ((int32_t)-2146762481); } IL_0114: { V_10 = (bool)0; IL2CPP_RUNTIME_CLASS_INIT(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var); bool L_43 = ((ChainValidationHelper_t320539540_StaticFields*)il2cpp_codegen_static_fields_for(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var))->get_is_macosx_2(); if (!L_43) { goto IL_0153; } } IL_0121: try { // begin try (depth: 1) { X509CertificateCollection_t1542168550 * L_44 = ___certs0; IL2CPP_RUNTIME_CLASS_INIT(OSX509Certificates_t2347337007_il2cpp_TypeInfo_var); int32_t L_45 = OSX509Certificates_TrustEvaluateSsl_m272221360(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); V_11 = L_45; int32_t L_46 = V_11; if ((((int32_t)L_46) == ((int32_t)1))) { goto IL_0138; } } IL_0131: { int32_t L_47 = V_11; G_B19_0 = ((((int32_t)L_47) == ((int32_t)4))? 1 : 0); goto IL_0139; } IL_0138: { G_B19_0 = 1; } IL_0139: { V_10 = (bool)G_B19_0; goto IL_0146; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0140; throw e; } CATCH_0140: { // begin catch(System.Object) goto IL_0146; } // end catch (depth: 1) IL_0146: { bool L_48 = V_10; if (!L_48) { goto IL_0153; } } { V_7 = 0; V_8 = 0; } IL_0153: { RuntimeObject* L_49 = V_1; if (!L_49) { goto IL_01c7; } } { RuntimeObject* L_50 = V_1; if (!((DefaultCertificatePolicy_t3607119947 *)IsInstClass((RuntimeObject*)L_50, DefaultCertificatePolicy_t3607119947_il2cpp_TypeInfo_var))) { goto IL_016a; } } { RemoteCertificateValidationCallback_t3014364904 * L_51 = V_2; if (L_51) { goto IL_01c7; } } IL_016a: { V_12 = (ServicePoint_t2786966844 *)NULL; RuntimeObject * L_52 = __this->get_sender_0(); V_13 = ((HttpWebRequest_t1669436515 *)IsInstClass((RuntimeObject*)L_52, HttpWebRequest_t1669436515_il2cpp_TypeInfo_var)); HttpWebRequest_t1669436515 * L_53 = V_13; if (!L_53) { goto IL_018a; } } { HttpWebRequest_t1669436515 * L_54 = V_13; NullCheck(L_54); ServicePoint_t2786966844 * L_55 = HttpWebRequest_get_ServicePoint_m3916606901(L_54, /*hidden argument*/NULL); V_12 = L_55; } IL_018a: { int32_t L_56 = V_7; if (L_56) { goto IL_01a0; } } { int32_t L_57 = V_8; if (!L_57) { goto IL_01a0; } } { X509Chain_t194917408 * L_58 = V_3; IL2CPP_RUNTIME_CLASS_INIT(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var); int32_t L_59 = ChainValidationHelper_GetStatusFromChain_m788162461(NULL /*static, unused*/, L_58, /*hidden argument*/NULL); V_7 = L_59; } IL_01a0: { RuntimeObject* L_60 = V_1; ServicePoint_t2786966844 * L_61 = V_12; X509Certificate2_t714049126 * L_62 = V_6; HttpWebRequest_t1669436515 * L_63 = V_13; int32_t L_64 = V_7; NullCheck(L_60); bool L_65 = InterfaceFuncInvoker4< bool, ServicePoint_t2786966844 *, X509Certificate_t713131622 *, WebRequest_t1939381076 *, int32_t >::Invoke(0 /* System.Boolean System.Net.ICertificatePolicy::CheckValidationResult(System.Net.ServicePoint,System.Security.Cryptography.X509Certificates.X509Certificate,System.Net.WebRequest,System.Int32) */, ICertificatePolicy_t2970473191_il2cpp_TypeInfo_var, L_60, L_61, L_62, L_63, L_64); V_10 = L_65; bool L_66 = V_10; if (L_66) { goto IL_01c5; } } { RuntimeObject* L_67 = V_1; G_B34_0 = ((((int32_t)((!(((RuntimeObject*)(DefaultCertificatePolicy_t3607119947 *)((DefaultCertificatePolicy_t3607119947 *)IsInstClass((RuntimeObject*)L_67, DefaultCertificatePolicy_t3607119947_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_01c6; } IL_01c5: { G_B34_0 = 0; } IL_01c6: { V_0 = (bool)G_B34_0; } IL_01c7: { RemoteCertificateValidationCallback_t3014364904 * L_68 = V_2; if (!L_68) { goto IL_01e6; } } { RemoteCertificateValidationCallback_t3014364904 * L_69 = V_2; RuntimeObject * L_70 = __this->get_sender_0(); X509Certificate2_t714049126 * L_71 = V_6; X509Chain_t194917408 * L_72 = V_3; int32_t L_73 = V_8; NullCheck(L_69); bool L_74 = RemoteCertificateValidationCallback_Invoke_m3086073466(L_69, L_70, L_71, L_72, L_73, /*hidden argument*/NULL); V_10 = L_74; bool L_75 = V_10; V_0 = (bool)((((int32_t)L_75) == ((int32_t)0))? 1 : 0); } IL_01e6: { bool L_76 = V_10; bool L_77 = V_0; int32_t L_78 = V_7; ValidationResult_t3834298736 * L_79 = (ValidationResult_t3834298736 *)il2cpp_codegen_object_new(ValidationResult_t3834298736_il2cpp_TypeInfo_var); ValidationResult__ctor_m295084008(L_79, L_76, L_77, L_78, /*hidden argument*/NULL); return L_79; } } // System.Int32 System.Net.ServicePointManager/ChainValidationHelper::GetStatusFromChain(System.Security.Cryptography.X509Certificates.X509Chain) extern "C" IL2CPP_METHOD_ATTR int32_t ChainValidationHelper_GetStatusFromChain_m788162461 (RuntimeObject * __this /* static, unused */, X509Chain_t194917408 * ___chain0, const RuntimeMethod* method) { int64_t V_0 = 0; X509ChainStatus_t133602714 V_1; memset(&V_1, 0, sizeof(V_1)); X509ChainStatusU5BU5D_t2685945535* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { V_0 = (((int64_t)((int64_t)0))); X509Chain_t194917408 * L_0 = ___chain0; NullCheck(L_0); X509ChainStatusU5BU5D_t2685945535* L_1 = X509Chain_get_ChainStatus_m3613658095(L_0, /*hidden argument*/NULL); V_2 = L_1; V_3 = 0; goto IL_0250; } IL_0011: { X509ChainStatusU5BU5D_t2685945535* L_2 = V_2; int32_t L_3 = V_3; NullCheck(L_2); V_1 = (*(X509ChainStatus_t133602714 *)((L_2)->GetAddressAt(static_cast(L_3)))); int32_t L_4 = X509ChainStatus_get_Status_m2572005749((&V_1), /*hidden argument*/NULL); V_4 = L_4; int32_t L_5 = V_4; if (L_5) { goto IL_0033; } } { goto IL_024c; } IL_0033: { int32_t L_6 = V_4; if (!((int32_t)((int32_t)L_6&(int32_t)1))) { goto IL_0048; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762495))))))); goto IL_0247; } IL_0048: { int32_t L_7 = V_4; if (!((int32_t)((int32_t)L_7&(int32_t)2))) { goto IL_005d; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762494))))))); goto IL_0247; } IL_005d: { int32_t L_8 = V_4; if (!((int32_t)((int32_t)L_8&(int32_t)4))) { goto IL_0072; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762484))))))); goto IL_0247; } IL_0072: { int32_t L_9 = V_4; if (!((int32_t)((int32_t)L_9&(int32_t)8))) { goto IL_0087; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146869244))))))); goto IL_0247; } IL_0087: { int32_t L_10 = V_4; if (!((int32_t)((int32_t)L_10&(int32_t)((int32_t)16)))) { goto IL_009d; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762480))))))); goto IL_0247; } IL_009d: { int32_t L_11 = V_4; if (!((int32_t)((int32_t)L_11&(int32_t)((int32_t)32)))) { goto IL_00b3; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762487))))))); goto IL_0247; } IL_00b3: { int32_t L_12 = V_4; if (!((int32_t)((int32_t)L_12&(int32_t)((int32_t)64)))) { goto IL_00c9; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146885614))))))); goto IL_0247; } IL_00c9: { int32_t L_13 = V_4; if (!((int32_t)((int32_t)L_13&(int32_t)((int32_t)128)))) { goto IL_00e2; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762486))))))); goto IL_0247; } IL_00e2: { int32_t L_14 = V_4; if (!((int32_t)((int32_t)L_14&(int32_t)((int32_t)256)))) { goto IL_00fb; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762485))))))); goto IL_0247; } IL_00fb: { int32_t L_15 = V_4; if (!((int32_t)((int32_t)L_15&(int32_t)((int32_t)512)))) { goto IL_0114; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762483))))))); goto IL_0247; } IL_0114: { int32_t L_16 = V_4; if (!((int32_t)((int32_t)L_16&(int32_t)((int32_t)1024)))) { goto IL_012d; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146869223))))))); goto IL_0247; } IL_012d: { int32_t L_17 = V_4; if (!((int32_t)((int32_t)L_17&(int32_t)((int32_t)2048)))) { goto IL_0146; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762476))))))); goto IL_0247; } IL_0146: { int32_t L_18 = V_4; if (!((int32_t)((int32_t)L_18&(int32_t)((int32_t)4096)))) { goto IL_015f; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762476))))))); goto IL_0247; } IL_015f: { int32_t L_19 = V_4; if (!((int32_t)((int32_t)L_19&(int32_t)((int32_t)8192)))) { goto IL_0178; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762476))))))); goto IL_0247; } IL_0178: { int32_t L_20 = V_4; if (!((int32_t)((int32_t)L_20&(int32_t)((int32_t)16384)))) { goto IL_0191; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762476))))))); goto IL_0247; } IL_0191: { int32_t L_21 = V_4; if (!((int32_t)((int32_t)L_21&(int32_t)((int32_t)32768)))) { goto IL_01aa; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762476))))))); goto IL_0247; } IL_01aa: { int32_t L_22 = V_4; if (!((int32_t)((int32_t)L_22&(int32_t)((int32_t)65536)))) { goto IL_01c3; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762486))))))); goto IL_0247; } IL_01c3: { int32_t L_23 = V_4; if (!((int32_t)((int32_t)L_23&(int32_t)((int32_t)131072)))) { goto IL_01dc; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762495))))))); goto IL_0247; } IL_01dc: { int32_t L_24 = V_4; if (!((int32_t)((int32_t)L_24&(int32_t)((int32_t)262144)))) { goto IL_01f5; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146869244))))))); goto IL_0247; } IL_01f5: { int32_t L_25 = V_4; if (!((int32_t)((int32_t)L_25&(int32_t)((int32_t)524288)))) { goto IL_020e; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762480))))))); goto IL_0247; } IL_020e: { int32_t L_26 = V_4; if (!((int32_t)((int32_t)L_26&(int32_t)((int32_t)16777216)))) { goto IL_0227; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146885614))))))); goto IL_0247; } IL_0227: { int32_t L_27 = V_4; if (!((int32_t)((int32_t)L_27&(int32_t)((int32_t)33554432)))) { goto IL_0240; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762489))))))); goto IL_0247; } IL_0240: { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762485))))))); } IL_0247: { goto IL_0259; } IL_024c: { int32_t L_28 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0250: { int32_t L_29 = V_3; X509ChainStatusU5BU5D_t2685945535* L_30 = V_2; NullCheck(L_30); if ((((int32_t)L_29) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length))))))) { goto IL_0011; } } IL_0259: { int64_t L_31 = V_0; return (((int32_t)((int32_t)L_31))); } } // System.Net.Security.SslPolicyErrors System.Net.ServicePointManager/ChainValidationHelper::GetErrorsFromChain(System.Security.Cryptography.X509Certificates.X509Chain) extern "C" IL2CPP_METHOD_ATTR int32_t ChainValidationHelper_GetErrorsFromChain_m1415544464 (RuntimeObject * __this /* static, unused */, X509Chain_t194917408 * ___chain0, const RuntimeMethod* method) { int32_t V_0 = 0; X509ChainStatus_t133602714 V_1; memset(&V_1, 0, sizeof(V_1)); X509ChainStatusU5BU5D_t2685945535* V_2 = NULL; int32_t V_3 = 0; { V_0 = 0; X509Chain_t194917408 * L_0 = ___chain0; NullCheck(L_0); X509ChainStatusU5BU5D_t2685945535* L_1 = X509Chain_get_ChainStatus_m3613658095(L_0, /*hidden argument*/NULL); V_2 = L_1; V_3 = 0; goto IL_003b; } IL_0010: { X509ChainStatusU5BU5D_t2685945535* L_2 = V_2; int32_t L_3 = V_3; NullCheck(L_2); V_1 = (*(X509ChainStatus_t133602714 *)((L_2)->GetAddressAt(static_cast(L_3)))); int32_t L_4 = X509ChainStatus_get_Status_m2572005749((&V_1), /*hidden argument*/NULL); if (L_4) { goto IL_002e; } } { goto IL_0037; } IL_002e: { int32_t L_5 = V_0; V_0 = ((int32_t)((int32_t)L_5|(int32_t)4)); goto IL_0044; } IL_0037: { int32_t L_6 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_003b: { int32_t L_7 = V_3; X509ChainStatusU5BU5D_t2685945535* L_8 = V_2; NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))))) { goto IL_0010; } } IL_0044: { int32_t L_9 = V_0; return L_9; } } // System.Boolean System.Net.ServicePointManager/ChainValidationHelper::CheckCertificateUsage(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR bool ChainValidationHelper_CheckCertificateUsage_m3811510007 (RuntimeObject * __this /* static, unused */, X509Certificate2_t714049126 * ___cert0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChainValidationHelper_CheckCertificateUsage_m3811510007_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509KeyUsageExtension_t2042101591 * V_0 = NULL; X509EnhancedKeyUsageExtension_t4189149453 * V_1 = NULL; X509Extension_t3272255153 * V_2 = NULL; String_t* V_3 = NULL; Exception_t * V_4 = NULL; bool V_5 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B9_0 = 0; int32_t G_B16_0 = 0; IL_0000: try { // begin try (depth: 1) { X509Certificate2_t714049126 * L_0 = ___cert0; NullCheck(L_0); int32_t L_1 = X509Certificate2_get_Version_m2534012675(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) >= ((int32_t)3))) { goto IL_0014; } } IL_000c: { V_5 = (bool)1; goto IL_0167; } IL_0014: { X509Certificate2_t714049126 * L_2 = ___cert0; NullCheck(L_2); X509ExtensionCollection_t1350454579 * L_3 = X509Certificate2_get_Extensions_m3552930730(L_2, /*hidden argument*/NULL); NullCheck(L_3); X509Extension_t3272255153 * L_4 = X509ExtensionCollection_get_Item_m3637880514(L_3, _stringLiteral1004423982, /*hidden argument*/NULL); V_0 = ((X509KeyUsageExtension_t2042101591 *)CastclassSealed((RuntimeObject*)L_4, X509KeyUsageExtension_t2042101591_il2cpp_TypeInfo_var)); X509Certificate2_t714049126 * L_5 = ___cert0; NullCheck(L_5); X509ExtensionCollection_t1350454579 * L_6 = X509Certificate2_get_Extensions_m3552930730(L_5, /*hidden argument*/NULL); NullCheck(L_6); X509Extension_t3272255153 * L_7 = X509ExtensionCollection_get_Item_m3637880514(L_6, _stringLiteral1386761008, /*hidden argument*/NULL); V_1 = ((X509EnhancedKeyUsageExtension_t4189149453 *)CastclassSealed((RuntimeObject*)L_7, X509EnhancedKeyUsageExtension_t4189149453_il2cpp_TypeInfo_var)); X509KeyUsageExtension_t2042101591 * L_8 = V_0; if (!L_8) { goto IL_009a; } } IL_0046: { X509EnhancedKeyUsageExtension_t4189149453 * L_9 = V_1; if (!L_9) { goto IL_009a; } } IL_004c: { X509KeyUsageExtension_t2042101591 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = X509KeyUsageExtension_get_KeyUsages_m3263859785(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var); int32_t L_12 = ((ChainValidationHelper_t320539540_StaticFields*)il2cpp_codegen_static_fields_for(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var))->get_s_flags_3(); if (((int32_t)((int32_t)L_11&(int32_t)L_12))) { goto IL_0065; } } IL_005d: { V_5 = (bool)0; goto IL_0167; } IL_0065: { X509EnhancedKeyUsageExtension_t4189149453 * L_13 = V_1; NullCheck(L_13); OidCollection_t4234766844 * L_14 = X509EnhancedKeyUsageExtension_get_EnhancedKeyUsages_m2617268680(L_13, /*hidden argument*/NULL); NullCheck(L_14); Oid_t3552120260 * L_15 = OidCollection_get_Item_m538543915(L_14, _stringLiteral1948411844, /*hidden argument*/NULL); if (L_15) { goto IL_0092; } } IL_007a: { X509EnhancedKeyUsageExtension_t4189149453 * L_16 = V_1; NullCheck(L_16); OidCollection_t4234766844 * L_17 = X509EnhancedKeyUsageExtension_get_EnhancedKeyUsages_m2617268680(L_16, /*hidden argument*/NULL); NullCheck(L_17); Oid_t3552120260 * L_18 = OidCollection_get_Item_m538543915(L_17, _stringLiteral116715971, /*hidden argument*/NULL); G_B9_0 = ((((int32_t)((((RuntimeObject*)(Oid_t3552120260 *)L_18) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0093; } IL_0092: { G_B9_0 = 1; } IL_0093: { V_5 = (bool)G_B9_0; goto IL_0167; } IL_009a: { X509KeyUsageExtension_t2042101591 * L_19 = V_0; if (!L_19) { goto IL_00b9; } } IL_00a0: { X509KeyUsageExtension_t2042101591 * L_20 = V_0; NullCheck(L_20); int32_t L_21 = X509KeyUsageExtension_get_KeyUsages_m3263859785(L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var); int32_t L_22 = ((ChainValidationHelper_t320539540_StaticFields*)il2cpp_codegen_static_fields_for(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var))->get_s_flags_3(); V_5 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_21&(int32_t)L_22))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0167; } IL_00b9: { X509EnhancedKeyUsageExtension_t4189149453 * L_23 = V_1; if (!L_23) { goto IL_00f4; } } IL_00bf: { X509EnhancedKeyUsageExtension_t4189149453 * L_24 = V_1; NullCheck(L_24); OidCollection_t4234766844 * L_25 = X509EnhancedKeyUsageExtension_get_EnhancedKeyUsages_m2617268680(L_24, /*hidden argument*/NULL); NullCheck(L_25); Oid_t3552120260 * L_26 = OidCollection_get_Item_m538543915(L_25, _stringLiteral1948411844, /*hidden argument*/NULL); if (L_26) { goto IL_00ec; } } IL_00d4: { X509EnhancedKeyUsageExtension_t4189149453 * L_27 = V_1; NullCheck(L_27); OidCollection_t4234766844 * L_28 = X509EnhancedKeyUsageExtension_get_EnhancedKeyUsages_m2617268680(L_27, /*hidden argument*/NULL); NullCheck(L_28); Oid_t3552120260 * L_29 = OidCollection_get_Item_m538543915(L_28, _stringLiteral116715971, /*hidden argument*/NULL); G_B16_0 = ((((int32_t)((((RuntimeObject*)(Oid_t3552120260 *)L_29) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_00ed; } IL_00ec: { G_B16_0 = 1; } IL_00ed: { V_5 = (bool)G_B16_0; goto IL_0167; } IL_00f4: { X509Certificate2_t714049126 * L_30 = ___cert0; NullCheck(L_30); X509ExtensionCollection_t1350454579 * L_31 = X509Certificate2_get_Extensions_m3552930730(L_30, /*hidden argument*/NULL); NullCheck(L_31); X509Extension_t3272255153 * L_32 = X509ExtensionCollection_get_Item_m3637880514(L_31, _stringLiteral4008398740, /*hidden argument*/NULL); V_2 = L_32; X509Extension_t3272255153 * L_33 = V_2; if (!L_33) { goto IL_012b; } } IL_010b: { X509Extension_t3272255153 * L_34 = V_2; NullCheck(L_34); String_t* L_35 = AsnEncodedData_NetscapeCertType_m2976595233(L_34, (bool)0, /*hidden argument*/NULL); V_3 = L_35; String_t* L_36 = V_3; NullCheck(L_36); int32_t L_37 = String_IndexOf_m1977622757(L_36, _stringLiteral3268662202, /*hidden argument*/NULL); V_5 = (bool)((((int32_t)((((int32_t)L_37) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0167; } IL_012b: { V_5 = (bool)1; goto IL_0167; } IL_0133: { ; // IL_0133: leave IL_0167 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0138; throw e; } CATCH_0138: { // begin catch(System.Exception) { V_4 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); TextWriter_t3478189236 * L_38 = Console_get_Error_m1839879495(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_39 = V_4; NullCheck(L_38); VirtActionInvoker2< String_t*, RuntimeObject * >::Invoke(22 /* System.Void System.IO.TextWriter::WriteLine(System.String,System.Object) */, L_38, _stringLiteral4129642534, L_39); TextWriter_t3478189236 * L_40 = Console_get_Error_m1839879495(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_40); VirtActionInvoker1< String_t* >::Invoke(21 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, L_40, _stringLiteral2916259883); V_5 = (bool)0; goto IL_0167; } IL_0162: { ; // IL_0162: leave IL_0167 } } // end catch (depth: 1) IL_0167: { bool L_41 = V_5; return L_41; } } // System.Boolean System.Net.ServicePointManager/ChainValidationHelper::CheckServerIdentity(Mono.Security.X509.X509Certificate,System.String) extern "C" IL2CPP_METHOD_ATTR bool ChainValidationHelper_CheckServerIdentity_m2649452138 (RuntimeObject * __this /* static, unused */, X509Certificate_t489243025 * ___cert0, String_t* ___targetHost1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChainValidationHelper_CheckServerIdentity_m2649452138_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509Extension_t3173393653 * V_0 = NULL; SubjectAltNameExtension_t1536937677 * V_1 = NULL; String_t* V_2 = NULL; StringU5BU5D_t1281789340* V_3 = NULL; int32_t V_4 = 0; String_t* V_5 = NULL; StringU5BU5D_t1281789340* V_6 = NULL; int32_t V_7 = 0; Exception_t * V_8 = NULL; bool V_9 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { X509Certificate_t489243025 * L_0 = ___cert0; NullCheck(L_0); X509ExtensionCollection_t609554709 * L_1 = X509Certificate_get_Extensions_m1217872579(L_0, /*hidden argument*/NULL); NullCheck(L_1); X509Extension_t3173393653 * L_2 = X509ExtensionCollection_get_Item_m2761897938(L_1, _stringLiteral1004423984, /*hidden argument*/NULL); V_0 = L_2; X509Extension_t3173393653 * L_3 = V_0; if (!L_3) { goto IL_0093; } } IL_0017: { X509Extension_t3173393653 * L_4 = V_0; SubjectAltNameExtension_t1536937677 * L_5 = (SubjectAltNameExtension_t1536937677 *)il2cpp_codegen_object_new(SubjectAltNameExtension_t1536937677_il2cpp_TypeInfo_var); SubjectAltNameExtension__ctor_m1991362362(L_5, L_4, /*hidden argument*/NULL); V_1 = L_5; SubjectAltNameExtension_t1536937677 * L_6 = V_1; NullCheck(L_6); StringU5BU5D_t1281789340* L_7 = SubjectAltNameExtension_get_DNSNames_m2346000460(L_6, /*hidden argument*/NULL); V_3 = L_7; V_4 = 0; goto IL_004c; } IL_002d: { StringU5BU5D_t1281789340* L_8 = V_3; int32_t L_9 = V_4; NullCheck(L_8); int32_t L_10 = L_9; String_t* L_11 = (L_8)->GetAt(static_cast(L_10)); V_2 = L_11; String_t* L_12 = ___targetHost1; String_t* L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var); bool L_14 = ChainValidationHelper_Match_m3752991024(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0046; } } IL_003e: { V_9 = (bool)1; goto IL_00da; } IL_0046: { int32_t L_15 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_004c: { int32_t L_16 = V_4; StringU5BU5D_t1281789340* L_17 = V_3; NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))) { goto IL_002d; } } IL_0056: { SubjectAltNameExtension_t1536937677 * L_18 = V_1; NullCheck(L_18); StringU5BU5D_t1281789340* L_19 = SubjectAltNameExtension_get_IPAddresses_m1641002124(L_18, /*hidden argument*/NULL); V_6 = L_19; V_7 = 0; goto IL_0088; } IL_0066: { StringU5BU5D_t1281789340* L_20 = V_6; int32_t L_21 = V_7; NullCheck(L_20); int32_t L_22 = L_21; String_t* L_23 = (L_20)->GetAt(static_cast(L_22)); V_5 = L_23; String_t* L_24 = V_5; String_t* L_25 = ___targetHost1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_26 = String_op_Equality_m920492651(NULL /*static, unused*/, L_24, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0082; } } IL_007a: { V_9 = (bool)1; goto IL_00da; } IL_0082: { int32_t L_27 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0088: { int32_t L_28 = V_7; StringU5BU5D_t1281789340* L_29 = V_6; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length))))))) { goto IL_0066; } } IL_0093: { X509Certificate_t489243025 * L_30 = ___cert0; NullCheck(L_30); String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String Mono.Security.X509.X509Certificate::get_SubjectName() */, L_30); String_t* L_32 = ___targetHost1; IL2CPP_RUNTIME_CLASS_INIT(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var); bool L_33 = ChainValidationHelper_CheckDomainName_m85292850(NULL /*static, unused*/, L_31, L_32, /*hidden argument*/NULL); V_9 = L_33; goto IL_00da; } IL_00a6: { ; // IL_00a6: leave IL_00da } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00ab; throw e; } CATCH_00ab: { // begin catch(System.Exception) { V_8 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); TextWriter_t3478189236 * L_34 = Console_get_Error_m1839879495(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_35 = V_8; NullCheck(L_34); VirtActionInvoker2< String_t*, RuntimeObject * >::Invoke(22 /* System.Void System.IO.TextWriter::WriteLine(System.String,System.Object) */, L_34, _stringLiteral4129642534, L_35); TextWriter_t3478189236 * L_36 = Console_get_Error_m1839879495(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_36); VirtActionInvoker1< String_t* >::Invoke(21 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, L_36, _stringLiteral2916259883); V_9 = (bool)0; goto IL_00da; } IL_00d5: { ; // IL_00d5: leave IL_00da } } // end catch (depth: 1) IL_00da: { bool L_37 = V_9; return L_37; } } // System.Boolean System.Net.ServicePointManager/ChainValidationHelper::CheckDomainName(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool ChainValidationHelper_CheckDomainName_m85292850 (RuntimeObject * __this /* static, unused */, String_t* ___subjectName0, String_t* ___targetHost1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChainValidationHelper_CheckDomainName_m85292850_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Regex_t3657309853 * V_1 = NULL; MatchCollection_t1395363720 * V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; Regex_t3657309853 * L_1 = (Regex_t3657309853 *)il2cpp_codegen_object_new(Regex_t3657309853_il2cpp_TypeInfo_var); Regex__ctor_m897876424(L_1, _stringLiteral4107337270, /*hidden argument*/NULL); V_1 = L_1; Regex_t3657309853 * L_2 = V_1; String_t* L_3 = ___subjectName0; NullCheck(L_2); MatchCollection_t1395363720 * L_4 = Regex_Matches_m175567660(L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; MatchCollection_t1395363720 * L_5 = V_2; NullCheck(L_5); int32_t L_6 = MatchCollection_get_Count_m1667454419(L_5, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_0053; } } { MatchCollection_t1395363720 * L_7 = V_2; NullCheck(L_7); Match_t3408321083 * L_8 = VirtFuncInvoker1< Match_t3408321083 *, int32_t >::Invoke(9 /* System.Text.RegularExpressions.Match System.Text.RegularExpressions.MatchCollection::get_Item(System.Int32) */, L_7, 0); NullCheck(L_8); bool L_9 = Group_get_Success_m1492300455(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0053; } } { MatchCollection_t1395363720 * L_10 = V_2; NullCheck(L_10); Match_t3408321083 * L_11 = VirtFuncInvoker1< Match_t3408321083 *, int32_t >::Invoke(9 /* System.Text.RegularExpressions.Match System.Text.RegularExpressions.MatchCollection::get_Item(System.Int32) */, L_10, 0); NullCheck(L_11); GroupCollection_t69770484 * L_12 = VirtFuncInvoker0< GroupCollection_t69770484 * >::Invoke(4 /* System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::get_Groups() */, L_11); NullCheck(L_12); Group_t2468205786 * L_13 = GroupCollection_get_Item_m2465789076(L_12, 1, /*hidden argument*/NULL); NullCheck(L_13); String_t* L_14 = Capture_get_Value_m538076933(L_13, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_15 = String_ToString_m838249115(L_14, /*hidden argument*/NULL); V_0 = L_15; } IL_0053: { String_t* L_16 = ___targetHost1; String_t* L_17 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var); bool L_18 = ChainValidationHelper_Match_m3752991024(NULL /*static, unused*/, L_16, L_17, /*hidden argument*/NULL); return L_18; } } // System.Boolean System.Net.ServicePointManager/ChainValidationHelper::Match(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool ChainValidationHelper_Match_m3752991024 (RuntimeObject * __this /* static, unused */, String_t* ___hostname0, String_t* ___pattern1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChainValidationHelper_Match_m3752991024_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; String_t* V_5 = NULL; int32_t G_B15_0 = 0; { String_t* L_0 = ___pattern1; NullCheck(L_0); int32_t L_1 = String_IndexOf_m363431711(L_0, ((int32_t)42), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_0021; } } { String_t* L_3 = ___hostname0; String_t* L_4 = ___pattern1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_5 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_6 = String_Compare_m1293271421(NULL /*static, unused*/, L_3, L_4, (bool)1, L_5, /*hidden argument*/NULL); return (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0); } IL_0021: { int32_t L_7 = V_0; String_t* L_8 = ___pattern1; NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))))) { goto IL_0041; } } { String_t* L_10 = ___pattern1; int32_t L_11 = V_0; NullCheck(L_10); Il2CppChar L_12 = String_get_Chars_m2986988803(L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_12) == ((int32_t)((int32_t)46)))) { goto IL_0041; } } { return (bool)0; } IL_0041: { String_t* L_13 = ___pattern1; int32_t L_14 = V_0; NullCheck(L_13); int32_t L_15 = String_IndexOf_m2466398549(L_13, ((int32_t)42), ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_15; int32_t L_16 = V_1; if ((((int32_t)L_16) == ((int32_t)(-1)))) { goto IL_0056; } } { return (bool)0; } IL_0056: { String_t* L_17 = ___pattern1; int32_t L_18 = V_0; NullCheck(L_17); String_t* L_19 = String_Substring_m2848979100(L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), /*hidden argument*/NULL); V_2 = L_19; String_t* L_20 = ___hostname0; NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); String_t* L_22 = V_2; NullCheck(L_22); int32_t L_23 = String_get_Length_m3847582255(L_22, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_23)); int32_t L_24 = V_3; if ((((int32_t)L_24) > ((int32_t)0))) { goto IL_0077; } } { return (bool)0; } IL_0077: { String_t* L_25 = ___hostname0; int32_t L_26 = V_3; String_t* L_27 = V_2; String_t* L_28 = V_2; NullCheck(L_28); int32_t L_29 = String_get_Length_m3847582255(L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_30 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_31 = String_Compare_m945110377(NULL /*static, unused*/, L_25, L_26, L_27, 0, L_29, (bool)1, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_0093; } } { return (bool)0; } IL_0093: { int32_t L_32 = V_0; if (L_32) { goto IL_00c3; } } { String_t* L_33 = ___hostname0; NullCheck(L_33); int32_t L_34 = String_IndexOf_m363431711(L_33, ((int32_t)46), /*hidden argument*/NULL); V_4 = L_34; int32_t L_35 = V_4; if ((((int32_t)L_35) == ((int32_t)(-1)))) { goto IL_00c1; } } { int32_t L_36 = V_4; String_t* L_37 = ___hostname0; NullCheck(L_37); int32_t L_38 = String_get_Length_m3847582255(L_37, /*hidden argument*/NULL); String_t* L_39 = V_2; NullCheck(L_39); int32_t L_40 = String_get_Length_m3847582255(L_39, /*hidden argument*/NULL); G_B15_0 = ((((int32_t)((((int32_t)L_36) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_40))))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_00c2; } IL_00c1: { G_B15_0 = 1; } IL_00c2: { return (bool)G_B15_0; } IL_00c3: { String_t* L_41 = ___pattern1; int32_t L_42 = V_0; NullCheck(L_41); String_t* L_43 = String_Substring_m1610150815(L_41, 0, L_42, /*hidden argument*/NULL); V_5 = L_43; String_t* L_44 = ___hostname0; String_t* L_45 = V_5; String_t* L_46 = V_5; NullCheck(L_46); int32_t L_47 = String_get_Length_m3847582255(L_46, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_48 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_49 = String_Compare_m945110377(NULL /*static, unused*/, L_44, 0, L_45, 0, L_47, (bool)1, L_48, /*hidden argument*/NULL); return (bool)((((int32_t)L_49) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.ServicePointManager/SPKey::.ctor(System.Uri,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SPKey__ctor_m3690819622 (SPKey_t3654231119 * __this, Uri_t100236324 * ___uri0, bool ___use_connect1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Uri_t100236324 * L_0 = ___uri0; __this->set_uri_0(L_0); bool L_1 = ___use_connect1; __this->set_use_connect_1(L_1); return; } } // System.Int32 System.Net.ServicePointManager/SPKey::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t SPKey_GetHashCode_m1832733826 (SPKey_t3654231119 * __this, const RuntimeMethod* method) { int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; { Uri_t100236324 * L_0 = __this->get_uri_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Uri::GetHashCode() */, L_0); bool L_2 = __this->get_use_connect_1(); G_B1_0 = L_1; if (!L_2) { G_B2_0 = L_1; goto IL_001c; } } { G_B3_0 = 1; G_B3_1 = G_B1_0; goto IL_001d; } IL_001c: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_001d: { return ((int32_t)il2cpp_codegen_add((int32_t)G_B3_1, (int32_t)G_B3_0)); } } // System.Boolean System.Net.ServicePointManager/SPKey::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool SPKey_Equals_m4205549017 (SPKey_t3654231119 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SPKey_Equals_m4205549017_MetadataUsageId); s_Il2CppMethodInitialized = true; } SPKey_t3654231119 * V_0 = NULL; int32_t G_B5_0 = 0; { RuntimeObject * L_0 = ___obj0; V_0 = ((SPKey_t3654231119 *)IsInstClass((RuntimeObject*)L_0, SPKey_t3654231119_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___obj0; if (L_1) { goto IL_000f; } } { return (bool)0; } IL_000f: { Uri_t100236324 * L_2 = __this->get_uri_0(); SPKey_t3654231119 * L_3 = V_0; NullCheck(L_3); Uri_t100236324 * L_4 = L_3->get_uri_0(); NullCheck(L_2); bool L_5 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Uri::Equals(System.Object) */, L_2, L_4); if (!L_5) { goto IL_0035; } } { SPKey_t3654231119 * L_6 = V_0; NullCheck(L_6); bool L_7 = L_6->get_use_connect_1(); bool L_8 = __this->get_use_connect_1(); G_B5_0 = ((((int32_t)L_7) == ((int32_t)L_8))? 1 : 0); goto IL_0036; } IL_0035: { G_B5_0 = 0; } IL_0036: { return (bool)G_B5_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.SocketAddress::.ctor(System.Net.Sockets.AddressFamily,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SocketAddress__ctor_m487026317 (SocketAddress_t3739769427 * __this, int32_t ___family0, int32_t ___size1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SocketAddress__ctor_m487026317_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___size1; if ((((int32_t)L_0) >= ((int32_t)2))) { goto IL_0018; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, _stringLiteral143065669, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,SocketAddress__ctor_m487026317_RuntimeMethod_var); } IL_0018: { int32_t L_2 = ___size1; __this->set_data_0(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_2))); ByteU5BU5D_t4116647657* L_3 = __this->get_data_0(); int32_t L_4 = ___family0; NullCheck(L_3); (L_3)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)L_4)))); ByteU5BU5D_t4116647657* L_5 = __this->get_data_0(); int32_t L_6 = ___family0; NullCheck(L_5); (L_5)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_6>>(int32_t)8)))))); return; } } // System.Net.Sockets.AddressFamily System.Net.SocketAddress::get_Family() extern "C" IL2CPP_METHOD_ATTR int32_t SocketAddress_get_Family_m3641031639 (SocketAddress_t3739769427 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_data_0(); NullCheck(L_0); int32_t L_1 = 0; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); ByteU5BU5D_t4116647657* L_3 = __this->get_data_0(); NullCheck(L_3); int32_t L_4 = 1; uint8_t L_5 = (L_3)->GetAt(static_cast(L_4)); return (int32_t)(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)((int32_t)L_5<<(int32_t)8))))); } } // System.Int32 System.Net.SocketAddress::get_Size() extern "C" IL2CPP_METHOD_ATTR int32_t SocketAddress_get_Size_m3420662108 (SocketAddress_t3739769427 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_data_0(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); } } // System.Byte System.Net.SocketAddress::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR uint8_t SocketAddress_get_Item_m4142520260 (SocketAddress_t3739769427 * __this, int32_t ___offset0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_data_0(); int32_t L_1 = ___offset0; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void System.Net.SocketAddress::set_Item(System.Int32,System.Byte) extern "C" IL2CPP_METHOD_ATTR void SocketAddress_set_Item_m360359254 (SocketAddress_t3739769427 * __this, int32_t ___offset0, uint8_t ___value1, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_data_0(); int32_t L_1 = ___offset0; uint8_t L_2 = ___value1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)L_2); return; } } // System.String System.Net.SocketAddress::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* SocketAddress_ToString_m797278434 (SocketAddress_t3739769427 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SocketAddress_ToString_m797278434_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { ByteU5BU5D_t4116647657* L_0 = __this->get_data_0(); NullCheck(L_0); int32_t L_1 = 0; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); int32_t L_3 = ((int32_t)L_2); RuntimeObject * L_4 = Box(AddressFamily_t2612549059_il2cpp_TypeInfo_var, &L_3); NullCheck((Enum_t4135868527 *)L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Enum::ToString() */, (Enum_t4135868527 *)L_4); V_0 = L_5; ByteU5BU5D_t4116647657* L_6 = __this->get_data_0(); NullCheck(L_6); V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))); ObjectU5BU5D_t2843939325* L_7 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); String_t* L_8 = V_0; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (RuntimeObject *)L_8); ObjectU5BU5D_t2843939325* L_9 = L_7; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3452614550); (L_9)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral3452614550); ObjectU5BU5D_t2843939325* L_10 = L_9; int32_t L_11 = V_1; int32_t L_12 = L_11; RuntimeObject * L_13 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_12); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(2), (RuntimeObject *)L_13); ObjectU5BU5D_t2843939325* L_14 = L_10; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral3456087958); (L_14)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral3456087958); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m2971454694(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); V_2 = L_15; V_3 = 2; goto IL_007d; } IL_004c: { ByteU5BU5D_t4116647657* L_16 = __this->get_data_0(); int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = L_17; uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_4 = L_19; String_t* L_20 = V_2; int32_t L_21 = V_4; int32_t L_22 = L_21; RuntimeObject * L_23 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, L_20, L_23, /*hidden argument*/NULL); V_2 = L_24; int32_t L_25 = V_3; int32_t L_26 = V_1; if ((((int32_t)L_25) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1))))) { goto IL_0079; } } { String_t* L_27 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Concat_m3937257545(NULL /*static, unused*/, L_27, _stringLiteral3452614532, /*hidden argument*/NULL); V_2 = L_28; } IL_0079: { int32_t L_29 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_007d: { int32_t L_30 = V_3; int32_t L_31 = V_1; if ((((int32_t)L_30) < ((int32_t)L_31))) { goto IL_004c; } } { String_t* L_32 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_33 = String_Concat_m3937257545(NULL /*static, unused*/, L_32, _stringLiteral3452614611, /*hidden argument*/NULL); V_2 = L_33; String_t* L_34 = V_2; return L_34; } } // System.Boolean System.Net.SocketAddress::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool SocketAddress_Equals_m1857492818 (SocketAddress_t3739769427 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SocketAddress_Equals_m1857492818_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAddress_t3739769427 * V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; int32_t V_2 = 0; { RuntimeObject * L_0 = ___obj0; V_0 = ((SocketAddress_t3739769427 *)IsInstClass((RuntimeObject*)L_0, SocketAddress_t3739769427_il2cpp_TypeInfo_var)); SocketAddress_t3739769427 * L_1 = V_0; if (!L_1) { goto IL_0056; } } { SocketAddress_t3739769427 * L_2 = V_0; NullCheck(L_2); ByteU5BU5D_t4116647657* L_3 = L_2->get_data_0(); NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = __this->get_data_0(); NullCheck(L_4); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))))))) { goto IL_0056; } } { SocketAddress_t3739769427 * L_5 = V_0; NullCheck(L_5); ByteU5BU5D_t4116647657* L_6 = L_5->get_data_0(); V_1 = L_6; V_2 = 0; goto IL_0046; } IL_0030: { ByteU5BU5D_t4116647657* L_7 = V_1; int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); ByteU5BU5D_t4116647657* L_11 = __this->get_data_0(); int32_t L_12 = V_2; NullCheck(L_11); int32_t L_13 = L_12; uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); if ((((int32_t)L_10) == ((int32_t)L_14))) { goto IL_0042; } } { return (bool)0; } IL_0042: { int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0046: { int32_t L_16 = V_2; ByteU5BU5D_t4116647657* L_17 = __this->get_data_0(); NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))) { goto IL_0030; } } { return (bool)1; } IL_0056: { return (bool)0; } } // System.Int32 System.Net.SocketAddress::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t SocketAddress_GetHashCode_m1436747884 (SocketAddress_t3739769427 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; V_1 = 0; goto IL_001a; } IL_0009: { int32_t L_0 = V_0; ByteU5BU5D_t4116647657* L_1 = __this->get_data_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); int32_t L_5 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)))); int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_001a: { int32_t L_7 = V_1; ByteU5BU5D_t4116647657* L_8 = __this->get_data_0(); NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))))) { goto IL_0009; } } { int32_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.Net.Sockets.LingerOption::.ctor(System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void LingerOption__ctor_m2538367620 (LingerOption_t2688985448 * __this, bool ___enable0, int32_t ___secs1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); bool L_0 = ___enable0; __this->set_enabled_0(L_0); int32_t L_1 = ___secs1; __this->set_seconds_1(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.Sockets.NetworkStream::.ctor(System.Net.Sockets.Socket) extern "C" IL2CPP_METHOD_ATTR void NetworkStream__ctor_m1741284015 (NetworkStream_t4071955934 * __this, Socket_t1119025450 * ___socket0, const RuntimeMethod* method) { { Socket_t1119025450 * L_0 = ___socket0; NetworkStream__ctor_m1235069144(__this, L_0, 3, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.NetworkStream::.ctor(System.Net.Sockets.Socket,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NetworkStream__ctor_m594102681 (NetworkStream_t4071955934 * __this, Socket_t1119025450 * ___socket0, bool ___owns_socket1, const RuntimeMethod* method) { { Socket_t1119025450 * L_0 = ___socket0; bool L_1 = ___owns_socket1; NetworkStream__ctor_m1235069144(__this, L_0, 3, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.NetworkStream::.ctor(System.Net.Sockets.Socket,System.IO.FileAccess,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NetworkStream__ctor_m1235069144 (NetworkStream_t4071955934 * __this, Socket_t1119025450 * ___socket0, int32_t ___access1, bool ___owns_socket2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream__ctor_m1235069144_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream__ctor_m3881936881(__this, /*hidden argument*/NULL); Socket_t1119025450 * L_0 = ___socket0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral378568648, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NetworkStream__ctor_m1235069144_RuntimeMethod_var); } IL_0017: { Socket_t1119025450 * L_2 = ___socket0; NullCheck(L_2); int32_t L_3 = Socket_get_SocketType_m1610605419(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0033; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_4, _stringLiteral2822178690, _stringLiteral4269838979, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,NetworkStream__ctor_m1235069144_RuntimeMethod_var); } IL_0033: { Socket_t1119025450 * L_5 = ___socket0; NullCheck(L_5); bool L_6 = Socket_get_Connected_m2875145796(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0049; } } { IOException_t4088381929 * L_7 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_7, _stringLiteral1603204531, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,NetworkStream__ctor_m1235069144_RuntimeMethod_var); } IL_0049: { Socket_t1119025450 * L_8 = ___socket0; NullCheck(L_8); bool L_9 = Socket_get_Blocking_m140927673(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_005f; } } { IOException_t4088381929 * L_10 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_10, _stringLiteral3079216641, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,NetworkStream__ctor_m1235069144_RuntimeMethod_var); } IL_005f: { Socket_t1119025450 * L_11 = ___socket0; __this->set_socket_3(L_11); bool L_12 = ___owns_socket2; __this->set_owns_socket_4(L_12); int32_t L_13 = ___access1; __this->set_access_2(L_13); bool L_14 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Net.Sockets.NetworkStream::get_CanRead() */, __this); __this->set_readable_5(L_14); bool L_15 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Net.Sockets.NetworkStream::get_CanWrite() */, __this); __this->set_writeable_6(L_15); return; } } // System.Void System.Net.Sockets.NetworkStream::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void NetworkStream_System_IDisposable_Dispose_m2757181602 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(13 /* System.Void System.Net.Sockets.NetworkStream::Dispose(System.Boolean) */, __this, (bool)1); GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.Sockets.NetworkStream::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool NetworkStream_get_CanRead_m995827301 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = __this->get_access_2(); if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_0017; } } { int32_t L_1 = __this->get_access_2(); G_B3_0 = ((((int32_t)L_1) == ((int32_t)1))? 1 : 0); goto IL_0018; } IL_0017: { G_B3_0 = 1; } IL_0018: { return (bool)G_B3_0; } } // System.Boolean System.Net.Sockets.NetworkStream::get_CanSeek() extern "C" IL2CPP_METHOD_ATTR bool NetworkStream_get_CanSeek_m2713257202 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Net.Sockets.NetworkStream::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool NetworkStream_get_CanWrite_m3803109243 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = __this->get_access_2(); if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_0017; } } { int32_t L_1 = __this->get_access_2(); G_B3_0 = ((((int32_t)L_1) == ((int32_t)2))? 1 : 0); goto IL_0018; } IL_0017: { G_B3_0 = 1; } IL_0018: { return (bool)G_B3_0; } } // System.Int64 System.Net.Sockets.NetworkStream::get_Length() extern "C" IL2CPP_METHOD_ATTR int64_t NetworkStream_get_Length_m2134439603 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_get_Length_m2134439603_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,NetworkStream_get_Length_m2134439603_RuntimeMethod_var); } } // System.Int64 System.Net.Sockets.NetworkStream::get_Position() extern "C" IL2CPP_METHOD_ATTR int64_t NetworkStream_get_Position_m4060665641 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_get_Position_m4060665641_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,NetworkStream_get_Position_m4060665641_RuntimeMethod_var); } } // System.Void System.Net.Sockets.NetworkStream::set_Position(System.Int64) extern "C" IL2CPP_METHOD_ATTR void NetworkStream_set_Position_m4274646361 (NetworkStream_t4071955934 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_set_Position_m4274646361_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,NetworkStream_set_Position_m4274646361_RuntimeMethod_var); } } // System.Int32 System.Net.Sockets.NetworkStream::get_ReadTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t NetworkStream_get_ReadTimeout_m266050210 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method) { { Socket_t1119025450 * L_0 = __this->get_socket_3(); NullCheck(L_0); int32_t L_1 = Socket_get_ReceiveTimeout_m3174888525(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Net.Sockets.NetworkStream::get_WriteTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t NetworkStream_get_WriteTimeout_m936731250 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method) { { Socket_t1119025450 * L_0 = __this->get_socket_3(); NullCheck(L_0); int32_t L_1 = Socket_get_SendTimeout_m1649477733(L_0, /*hidden argument*/NULL); return L_1; } } // System.IAsyncResult System.Net.Sockets.NetworkStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* NetworkStream_BeginRead_m194067695 (NetworkStream_t4071955934 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_BeginRead_m194067695_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; Exception_t * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { NetworkStream_CheckDisposed_m1614745601(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___buffer0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3151922804, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NetworkStream_BeginRead_m194067695_RuntimeMethod_var); } IL_0017: { ByteU5BU5D_t4116647657* L_2 = ___buffer0; NullCheck(L_2); V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))); int32_t L_3 = ___offset1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0029; } } { int32_t L_4 = ___offset1; int32_t L_5 = V_1; if ((((int32_t)L_4) <= ((int32_t)L_5))) { goto IL_0034; } } IL_0029: { ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_6, _stringLiteral2094099569, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,NetworkStream_BeginRead_m194067695_RuntimeMethod_var); } IL_0034: { int32_t L_7 = ___size2; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0044; } } { int32_t L_8 = ___offset1; int32_t L_9 = ___size2; int32_t L_10 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9))) <= ((int32_t)L_10))) { goto IL_004f; } } IL_0044: { ArgumentOutOfRangeException_t777629997 * L_11 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_11, _stringLiteral1297442823, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,NetworkStream_BeginRead_m194067695_RuntimeMethod_var); } IL_004f: try { // begin try (depth: 1) Socket_t1119025450 * L_12 = __this->get_socket_3(); ByteU5BU5D_t4116647657* L_13 = ___buffer0; int32_t L_14 = ___offset1; int32_t L_15 = ___size2; AsyncCallback_t3962456242 * L_16 = ___callback3; RuntimeObject * L_17 = ___state4; NullCheck(L_12); RuntimeObject* L_18 = Socket_BeginReceive_m2439065097(L_12, L_13, L_14, L_15, 0, L_16, L_17, /*hidden argument*/NULL); V_0 = L_18; goto IL_007a; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0068; throw e; } CATCH_0068: { // begin catch(System.Exception) { V_2 = ((Exception_t *)__exception_local); Exception_t * L_19 = V_2; IOException_t4088381929 * L_20 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3246761956(L_20, _stringLiteral1494032031, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,NetworkStream_BeginRead_m194067695_RuntimeMethod_var); } IL_0075: { goto IL_007a; } } // end catch (depth: 1) IL_007a: { RuntimeObject* L_21 = V_0; return L_21; } } // System.IAsyncResult System.Net.Sockets.NetworkStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* NetworkStream_BeginWrite_m1919375747 (NetworkStream_t4071955934 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_BeginWrite_m1919375747_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { NetworkStream_CheckDisposed_m1614745601(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___buffer0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3151922804, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NetworkStream_BeginWrite_m1919375747_RuntimeMethod_var); } IL_0017: { ByteU5BU5D_t4116647657* L_2 = ___buffer0; NullCheck(L_2); V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))); int32_t L_3 = ___offset1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0029; } } { int32_t L_4 = ___offset1; int32_t L_5 = V_1; if ((((int32_t)L_4) <= ((int32_t)L_5))) { goto IL_0034; } } IL_0029: { ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_6, _stringLiteral2094099569, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,NetworkStream_BeginWrite_m1919375747_RuntimeMethod_var); } IL_0034: { int32_t L_7 = ___size2; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0044; } } { int32_t L_8 = ___offset1; int32_t L_9 = ___size2; int32_t L_10 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9))) <= ((int32_t)L_10))) { goto IL_004f; } } IL_0044: { ArgumentOutOfRangeException_t777629997 * L_11 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_11, _stringLiteral1297442823, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,NetworkStream_BeginWrite_m1919375747_RuntimeMethod_var); } IL_004f: try { // begin try (depth: 1) Socket_t1119025450 * L_12 = __this->get_socket_3(); ByteU5BU5D_t4116647657* L_13 = ___buffer0; int32_t L_14 = ___offset1; int32_t L_15 = ___size2; AsyncCallback_t3962456242 * L_16 = ___callback3; RuntimeObject * L_17 = ___state4; NullCheck(L_12); RuntimeObject* L_18 = Socket_BeginSend_m2697766330(L_12, L_13, L_14, L_15, 0, L_16, L_17, /*hidden argument*/NULL); V_0 = L_18; goto IL_0079; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0068; throw e; } CATCH_0068: { // begin catch(System.Object) { IOException_t4088381929 * L_19 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_19, _stringLiteral1147189328, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,NetworkStream_BeginWrite_m1919375747_RuntimeMethod_var); } IL_0074: { goto IL_0079; } } // end catch (depth: 1) IL_0079: { RuntimeObject* L_20 = V_0; return L_20; } } // System.Void System.Net.Sockets.NetworkStream::Finalize() extern "C" IL2CPP_METHOD_ATTR void NetworkStream_Finalize_m382940703 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) VirtActionInvoker1< bool >::Invoke(13 /* System.Void System.Net.Sockets.NetworkStream::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x13, FINALLY_000c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000c; } FINALLY_000c: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(12) } // end finally (depth: 1) IL2CPP_CLEANUP(12) { IL2CPP_JUMP_TBL(0x13, IL_0013) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0013: { return; } } // System.Void System.Net.Sockets.NetworkStream::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NetworkStream_Dispose_m4074776990 (NetworkStream_t4071955934 * __this, bool ___disposing0, const RuntimeMethod* method) { Socket_t1119025450 * V_0 = NULL; { bool L_0 = __this->get_disposed_7(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_disposed_7((bool)1); bool L_1 = __this->get_owns_socket_4(); if (!L_1) { goto IL_0031; } } { Socket_t1119025450 * L_2 = __this->get_socket_3(); V_0 = L_2; Socket_t1119025450 * L_3 = V_0; if (!L_3) { goto IL_0031; } } { Socket_t1119025450 * L_4 = V_0; NullCheck(L_4); Socket_Close_m3289097516(L_4, /*hidden argument*/NULL); } IL_0031: { __this->set_socket_3((Socket_t1119025450 *)NULL); __this->set_access_2(0); return; } } // System.Int32 System.Net.Sockets.NetworkStream::EndRead(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t NetworkStream_EndRead_m1637001035 (NetworkStream_t4071955934 * __this, RuntimeObject* ___ar0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_EndRead_m1637001035_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { NetworkStream_CheckDisposed_m1614745601(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___ar0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2361515215, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NetworkStream_EndRead_m1637001035_RuntimeMethod_var); } IL_0017: try { // begin try (depth: 1) Socket_t1119025450 * L_2 = __this->get_socket_3(); RuntimeObject* L_3 = ___ar0; NullCheck(L_2); int32_t L_4 = Socket_EndReceive_m2385446150(L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; goto IL_003b; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0029; throw e; } CATCH_0029: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); Exception_t * L_5 = V_1; IOException_t4088381929 * L_6 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3246761956(L_6, _stringLiteral4082446789, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,NetworkStream_EndRead_m1637001035_RuntimeMethod_var); } IL_0036: { goto IL_003b; } } // end catch (depth: 1) IL_003b: { int32_t L_7 = V_0; return L_7; } } // System.Void System.Net.Sockets.NetworkStream::EndWrite(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void NetworkStream_EndWrite_m2616051554 (NetworkStream_t4071955934 * __this, RuntimeObject* ___ar0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_EndWrite_m2616051554_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { NetworkStream_CheckDisposed_m1614745601(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___ar0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2361515215, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NetworkStream_EndWrite_m2616051554_RuntimeMethod_var); } IL_0017: try { // begin try (depth: 1) Socket_t1119025450 * L_2 = __this->get_socket_3(); RuntimeObject* L_3 = ___ar0; NullCheck(L_2); Socket_EndSend_m2816431255(L_2, L_3, /*hidden argument*/NULL); goto IL_003b; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0029; throw e; } CATCH_0029: { // begin catch(System.Exception) { V_0 = ((Exception_t *)__exception_local); Exception_t * L_4 = V_0; IOException_t4088381929 * L_5 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3246761956(L_5, _stringLiteral703312086, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,NetworkStream_EndWrite_m2616051554_RuntimeMethod_var); } IL_0036: { goto IL_003b; } } // end catch (depth: 1) IL_003b: { return; } } // System.Void System.Net.Sockets.NetworkStream::Flush() extern "C" IL2CPP_METHOD_ATTR void NetworkStream_Flush_m1348361755 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method) { { return; } } // System.Int32 System.Net.Sockets.NetworkStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t NetworkStream_Read_m89488240 (NetworkStream_t4071955934 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_Read_m89488240_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { NetworkStream_CheckDisposed_m1614745601(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___buffer0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3151922804, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NetworkStream_Read_m89488240_RuntimeMethod_var); } IL_0017: { int32_t L_2 = ___offset1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0027; } } { int32_t L_3 = ___offset1; ByteU5BU5D_t4116647657* L_4 = ___buffer0; NullCheck(L_4); if ((((int32_t)L_3) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))) { goto IL_0032; } } IL_0027: { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_5, _stringLiteral2094099569, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,NetworkStream_Read_m89488240_RuntimeMethod_var); } IL_0032: { int32_t L_6 = ___size2; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0044; } } { int32_t L_7 = ___offset1; int32_t L_8 = ___size2; ByteU5BU5D_t4116647657* L_9 = ___buffer0; NullCheck(L_9); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))))) { goto IL_004f; } } IL_0044: { ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_10, _stringLiteral1297442823, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,NetworkStream_Read_m89488240_RuntimeMethod_var); } IL_004f: try { // begin try (depth: 1) Socket_t1119025450 * L_11 = __this->get_socket_3(); ByteU5BU5D_t4116647657* L_12 = ___buffer0; int32_t L_13 = ___offset1; int32_t L_14 = ___size2; NullCheck(L_11); int32_t L_15 = Socket_Receive_m3794758455(L_11, L_12, L_13, L_14, 0, /*hidden argument*/NULL); V_0 = L_15; goto IL_0076; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0064; throw e; } CATCH_0064: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); Exception_t * L_16 = V_1; IOException_t4088381929 * L_17 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3246761956(L_17, _stringLiteral2904657932, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,NetworkStream_Read_m89488240_RuntimeMethod_var); } IL_0071: { goto IL_0076; } } // end catch (depth: 1) IL_0076: { int32_t L_18 = V_0; return L_18; } } // System.Int64 System.Net.Sockets.NetworkStream::Seek(System.Int64,System.IO.SeekOrigin) extern "C" IL2CPP_METHOD_ATTR int64_t NetworkStream_Seek_m873044447 (NetworkStream_t4071955934 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_Seek_m873044447_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,NetworkStream_Seek_m873044447_RuntimeMethod_var); } } // System.Void System.Net.Sockets.NetworkStream::SetLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void NetworkStream_SetLength_m1368482808 (NetworkStream_t4071955934 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_SetLength_m1368482808_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,NetworkStream_SetLength_m1368482808_RuntimeMethod_var); } } // System.Void System.Net.Sockets.NetworkStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NetworkStream_Write_m172181053 (NetworkStream_t4071955934 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_Write_m172181053_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { NetworkStream_CheckDisposed_m1614745601(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___buffer0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NetworkStream_Write_m172181053_RuntimeMethod_var); } IL_0017: { int32_t L_2 = ___offset1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0027; } } { int32_t L_3 = ___offset1; ByteU5BU5D_t4116647657* L_4 = ___buffer0; NullCheck(L_4); if ((((int32_t)L_3) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))) { goto IL_0032; } } IL_0027: { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_5, _stringLiteral2094099569, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,NetworkStream_Write_m172181053_RuntimeMethod_var); } IL_0032: { int32_t L_6 = ___size2; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0044; } } { int32_t L_7 = ___size2; ByteU5BU5D_t4116647657* L_8 = ___buffer0; NullCheck(L_8); int32_t L_9 = ___offset1; if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)L_9))))) { goto IL_004f; } } IL_0044: { ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_10, _stringLiteral1297442823, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,NetworkStream_Write_m172181053_RuntimeMethod_var); } IL_004f: try { // begin try (depth: 1) { V_0 = 0; goto IL_006c; } IL_0056: { int32_t L_11 = V_0; Socket_t1119025450 * L_12 = __this->get_socket_3(); ByteU5BU5D_t4116647657* L_13 = ___buffer0; int32_t L_14 = ___offset1; int32_t L_15 = V_0; int32_t L_16 = ___size2; int32_t L_17 = V_0; NullCheck(L_12); int32_t L_18 = Socket_Send_m2509318470(L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)), 0, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_18)); } IL_006c: { int32_t L_19 = ___size2; int32_t L_20 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20))) > ((int32_t)0))) { goto IL_0056; } } IL_0075: { goto IL_008c; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_007a; throw e; } CATCH_007a: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); Exception_t * L_21 = V_1; IOException_t4088381929 * L_22 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3246761956(L_22, _stringLiteral4086727974, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,NetworkStream_Write_m172181053_RuntimeMethod_var); } IL_0087: { goto IL_008c; } } // end catch (depth: 1) IL_008c: { return; } } // System.Void System.Net.Sockets.NetworkStream::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void NetworkStream_CheckDisposed_m1614745601 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_CheckDisposed_m1614745601_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_7(); if (!L_0) { goto IL_001c; } } { Type_t * L_1 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t21392786 * L_3 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,NetworkStream_CheckDisposed_m1614745601_RuntimeMethod_var); } IL_001c: { 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.Sockets.Socket::.ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Socket__ctor_m4043768444 (Socket_t1119025450 * __this, int32_t ___family0, int32_t ___type1, int32_t ___proto2, intptr_t ___sock3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket__ctor_m4043768444_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_blocking_13((bool)1); __this->set_max_bind_count_17(((int32_t)50)); Queue_t3637523393 * L_0 = (Queue_t3637523393 *)il2cpp_codegen_object_new(Queue_t3637523393_il2cpp_TypeInfo_var); Queue__ctor_m2226872579(L_0, 2, /*hidden argument*/NULL); __this->set_readQ_0(L_0); Queue_t3637523393 * L_1 = (Queue_t3637523393 *)il2cpp_codegen_object_new(Queue_t3637523393_il2cpp_TypeInfo_var); Queue__ctor_m2226872579(L_1, 2, /*hidden argument*/NULL); __this->set_writeQ_1(L_1); __this->set_MinListenPort_4(((int32_t)7100)); __this->set_MaxListenPort_5(((int32_t)7150)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_2 = ___family0; __this->set_address_family_10(L_2); int32_t L_3 = ___type1; __this->set_socket_type_11(L_3); int32_t L_4 = ___proto2; __this->set_protocol_type_12(L_4); intptr_t L_5 = ___sock3; __this->set_socket_9(L_5); __this->set_connected_18((bool)1); return; } } // System.Void System.Net.Sockets.Socket::.ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType) extern "C" IL2CPP_METHOD_ATTR void Socket__ctor_m3479084642 (Socket_t1119025450 * __this, int32_t ___family0, int32_t ___type1, int32_t ___proto2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket__ctor_m3479084642_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { __this->set_blocking_13((bool)1); __this->set_max_bind_count_17(((int32_t)50)); Queue_t3637523393 * L_0 = (Queue_t3637523393 *)il2cpp_codegen_object_new(Queue_t3637523393_il2cpp_TypeInfo_var); Queue__ctor_m2226872579(L_0, 2, /*hidden argument*/NULL); __this->set_readQ_0(L_0); Queue_t3637523393 * L_1 = (Queue_t3637523393 *)il2cpp_codegen_object_new(Queue_t3637523393_il2cpp_TypeInfo_var); Queue__ctor_m2226872579(L_1, 2, /*hidden argument*/NULL); __this->set_writeQ_1(L_1); __this->set_MinListenPort_4(((int32_t)7100)); __this->set_MaxListenPort_5(((int32_t)7150)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_2 = ___family0; __this->set_address_family_10(L_2); int32_t L_3 = ___type1; __this->set_socket_type_11(L_3); int32_t L_4 = ___proto2; __this->set_protocol_type_12(L_4); int32_t L_5 = ___family0; int32_t L_6 = ___type1; int32_t L_7 = ___proto2; intptr_t L_8 = Socket_Socket_internal_m1681190592(__this, L_5, L_6, L_7, (&V_0), /*hidden argument*/NULL); __this->set_socket_9(L_8); int32_t L_9 = V_0; if (!L_9) { goto IL_0076; } } { int32_t L_10 = V_0; SocketException_t3852068672 * L_11 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,Socket__ctor_m3479084642_RuntimeMethod_var); } IL_0076: { Socket_SocketDefaults_m2103159556(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.Socket::.cctor() extern "C" IL2CPP_METHOD_ATTR void Socket__cctor_m857260626 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket__cctor_m857260626_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->set_ipv4Supported_6((-1)); ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->set_ipv6Supported_7((-1)); Socket_CheckProtocolSupport_m1722155143(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.Socket::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void Socket_System_IDisposable_Dispose_m3993289057 (Socket_t1119025450 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Net.Sockets.Socket::Dispose(System.Boolean) */, __this, (bool)1); GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.Socket::SocketDefaults() extern "C" IL2CPP_METHOD_ATTR void Socket_SocketDefaults_m2103159556 (Socket_t1119025450 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_SocketDefaults_m2103159556_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { int32_t L_0 = __this->get_address_family_10(); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0013; } } IL_000c: { Socket_set_DontFragment_m1311305537(__this, (bool)0, /*hidden argument*/NULL); } IL_0013: { goto IL_001e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (SocketException_t3852068672_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0018; throw e; } CATCH_0018: { // begin catch(System.Net.Sockets.SocketException) goto IL_001e; } // end catch (depth: 1) IL_001e: { return; } } // System.Void System.Net.Sockets.Socket::set_DontFragment(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Socket_set_DontFragment_m1311305537 (Socket_t1119025450 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_set_DontFragment_m1311305537_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; Socket_t1119025450 * G_B6_2 = NULL; int32_t G_B5_0 = 0; int32_t G_B5_1 = 0; Socket_t1119025450 * G_B5_2 = NULL; int32_t G_B7_0 = 0; int32_t G_B7_1 = 0; int32_t G_B7_2 = 0; Socket_t1119025450 * G_B7_3 = NULL; int32_t G_B11_0 = 0; int32_t G_B11_1 = 0; Socket_t1119025450 * G_B11_2 = NULL; int32_t G_B10_0 = 0; int32_t G_B10_1 = 0; Socket_t1119025450 * G_B10_2 = NULL; int32_t G_B12_0 = 0; int32_t G_B12_1 = 0; int32_t G_B12_2 = 0; Socket_t1119025450 * G_B12_3 = NULL; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_set_DontFragment_m1311305537_RuntimeMethod_var); } IL_0027: { int32_t L_5 = __this->get_address_family_10(); if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_004e; } } { bool L_6 = ___value0; G_B5_0 = ((int32_t)14); G_B5_1 = 0; G_B5_2 = __this; if (!L_6) { G_B6_0 = ((int32_t)14); G_B6_1 = 0; G_B6_2 = __this; goto IL_0043; } } { G_B7_0 = 1; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; G_B7_3 = G_B5_2; goto IL_0044; } IL_0043: { G_B7_0 = 0; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; G_B7_3 = G_B6_2; } IL_0044: { NullCheck(G_B7_3); Socket_SetSocketOption_m483522974(G_B7_3, G_B7_2, G_B7_1, G_B7_0, /*hidden argument*/NULL); goto IL_0082; } IL_004e: { int32_t L_7 = __this->get_address_family_10(); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)23))))) { goto IL_0077; } } { bool L_8 = ___value0; G_B10_0 = ((int32_t)14); G_B10_1 = ((int32_t)41); G_B10_2 = __this; if (!L_8) { G_B11_0 = ((int32_t)14); G_B11_1 = ((int32_t)41); G_B11_2 = __this; goto IL_006c; } } { G_B12_0 = 1; G_B12_1 = G_B10_0; G_B12_2 = G_B10_1; G_B12_3 = G_B10_2; goto IL_006d; } IL_006c: { G_B12_0 = 0; G_B12_1 = G_B11_0; G_B12_2 = G_B11_1; G_B12_3 = G_B11_2; } IL_006d: { NullCheck(G_B12_3); Socket_SetSocketOption_m483522974(G_B12_3, G_B12_2, G_B12_1, G_B12_0, /*hidden argument*/NULL); goto IL_0082; } IL_0077: { NotSupportedException_t1314879016 * L_9 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_9, _stringLiteral3491241477, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Socket_set_DontFragment_m1311305537_RuntimeMethod_var); } IL_0082: { return; } } // System.Net.SocketAddress System.Net.Sockets.Socket::LocalEndPoint_internal(System.IntPtr,System.Int32&) extern "C" IL2CPP_METHOD_ATTR SocketAddress_t3739769427 * Socket_LocalEndPoint_internal_m1815074002 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t* ___error1, const RuntimeMethod* method) { typedef SocketAddress_t3739769427 * (*Socket_LocalEndPoint_internal_m1815074002_ftn) (intptr_t, int32_t*); using namespace il2cpp::icalls; return ((Socket_LocalEndPoint_internal_m1815074002_ftn)System::System::Net::Sockets::Socket::LocalEndPoint) (___socket0, ___error1); } // System.Net.EndPoint System.Net.Sockets.Socket::get_LocalEndPoint() extern "C" IL2CPP_METHOD_ATTR EndPoint_t982345378 * Socket_get_LocalEndPoint_m456692531 (Socket_t1119025450 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_get_LocalEndPoint_m456692531_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAddress_t3739769427 * V_0 = NULL; int32_t V_1 = 0; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_get_LocalEndPoint_m456692531_RuntimeMethod_var); } IL_0027: { EndPoint_t982345378 * L_5 = __this->get_seed_endpoint_21(); if (L_5) { goto IL_0034; } } { return (EndPoint_t982345378 *)NULL; } IL_0034: { intptr_t L_6 = __this->get_socket_9(); IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); SocketAddress_t3739769427 * L_7 = Socket_LocalEndPoint_internal_m1815074002(NULL /*static, unused*/, L_6, (&V_1), /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_1; if (!L_8) { goto IL_004f; } } { int32_t L_9 = V_1; SocketException_t3852068672 * L_10 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Socket_get_LocalEndPoint_m456692531_RuntimeMethod_var); } IL_004f: { EndPoint_t982345378 * L_11 = __this->get_seed_endpoint_21(); SocketAddress_t3739769427 * L_12 = V_0; NullCheck(L_11); EndPoint_t982345378 * L_13 = VirtFuncInvoker1< EndPoint_t982345378 *, SocketAddress_t3739769427 * >::Invoke(5 /* System.Net.EndPoint System.Net.EndPoint::Create(System.Net.SocketAddress) */, L_11, L_12); return L_13; } } // System.Net.Sockets.SocketType System.Net.Sockets.Socket::get_SocketType() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_SocketType_m1610605419 (Socket_t1119025450 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_socket_type_11(); return L_0; } } // System.Int32 System.Net.Sockets.Socket::get_SendTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_SendTimeout_m1649477733 (Socket_t1119025450 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_get_SendTimeout_m1649477733_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_get_SendTimeout_m1649477733_RuntimeMethod_var); } IL_0027: { RuntimeObject * L_5 = Socket_GetSocketOption_m419986124(__this, ((int32_t)65535), ((int32_t)4101), /*hidden argument*/NULL); return ((*(int32_t*)((int32_t*)UnBox(L_5, Int32_t2950945753_il2cpp_TypeInfo_var)))); } } // System.Void System.Net.Sockets.Socket::set_SendTimeout(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Socket_set_SendTimeout_m2494155708 (Socket_t1119025450 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_set_SendTimeout_m2494155708_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_set_SendTimeout_m2494155708_RuntimeMethod_var); } IL_0027: { int32_t L_5 = ___value0; if ((((int32_t)L_5) >= ((int32_t)(-1)))) { goto IL_003e; } } { ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_6, _stringLiteral3493618073, _stringLiteral3091226071, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_set_SendTimeout_m2494155708_RuntimeMethod_var); } IL_003e: { int32_t L_7 = ___value0; if ((!(((uint32_t)L_7) == ((uint32_t)(-1))))) { goto IL_0048; } } { ___value0 = 0; } IL_0048: { int32_t L_8 = ___value0; Socket_SetSocketOption_m483522974(__this, ((int32_t)65535), ((int32_t)4101), L_8, /*hidden argument*/NULL); return; } } // System.Int32 System.Net.Sockets.Socket::get_ReceiveTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_ReceiveTimeout_m3174888525 (Socket_t1119025450 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_get_ReceiveTimeout_m3174888525_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_get_ReceiveTimeout_m3174888525_RuntimeMethod_var); } IL_0027: { RuntimeObject * L_5 = Socket_GetSocketOption_m419986124(__this, ((int32_t)65535), ((int32_t)4102), /*hidden argument*/NULL); return ((*(int32_t*)((int32_t*)UnBox(L_5, Int32_t2950945753_il2cpp_TypeInfo_var)))); } } // System.IntPtr System.Net.Sockets.Socket::Accept_internal(System.IntPtr,System.Int32&,System.Boolean) extern "C" IL2CPP_METHOD_ATTR intptr_t Socket_Accept_internal_m3246009452 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, int32_t* ___error1, bool ___blocking2, const RuntimeMethod* method) { typedef intptr_t (*Socket_Accept_internal_m3246009452_ftn) (intptr_t, int32_t*, bool); using namespace il2cpp::icalls; return ((Socket_Accept_internal_m3246009452_ftn)System::System::Net::Sockets::Socket::Accept) (___sock0, ___error1, ___blocking2); } // System.Net.Sockets.Socket System.Net.Sockets.Socket::Accept() extern "C" IL2CPP_METHOD_ATTR Socket_t1119025450 * Socket_Accept_m4157022177 (Socket_t1119025450 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Accept_m4157022177_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); Socket_t1119025450 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_Accept_m4157022177_RuntimeMethod_var); } IL_0027: { V_0 = 0; intptr_t L_5 = IntPtr_op_Explicit_m1593216315(NULL /*static, unused*/, (-1), /*hidden argument*/NULL); V_1 = L_5; IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_6 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_blocking_thread_14(L_6); } IL_003b: try { // begin try (depth: 1) try { // begin try (depth: 2) intptr_t L_7 = __this->get_socket_9(); bool L_8 = __this->get_blocking_13(); IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); intptr_t L_9 = Socket_Accept_internal_m3246009452(NULL /*static, unused*/, L_7, (&V_0), L_8, /*hidden argument*/NULL); V_1 = L_9; IL2CPP_LEAVE(0x78, FINALLY_0070); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ThreadAbortException_t4074510458_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0054; throw e; } CATCH_0054: { // begin catch(System.Threading.ThreadAbortException) { bool L_10 = __this->get_disposed_20(); if (!L_10) { goto IL_006b; } } IL_0060: { IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_ResetAbort_m2418149112(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = ((int32_t)10004); } IL_006b: { IL2CPP_LEAVE(0x78, FINALLY_0070); } } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0070; } FINALLY_0070: { // begin finally (depth: 1) __this->set_blocking_thread_14((Thread_t2300836069 *)NULL); IL2CPP_END_FINALLY(112) } // end finally (depth: 1) IL2CPP_CLEANUP(112) { IL2CPP_JUMP_TBL(0x78, IL_0078) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0078: { int32_t L_11 = V_0; if (!L_11) { goto IL_0085; } } { int32_t L_12 = V_0; SocketException_t3852068672 * L_13 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,Socket_Accept_m4157022177_RuntimeMethod_var); } IL_0085: { int32_t L_14 = Socket_get_AddressFamily_m51841532(__this, /*hidden argument*/NULL); int32_t L_15 = Socket_get_SocketType_m1610605419(__this, /*hidden argument*/NULL); int32_t L_16 = Socket_get_ProtocolType_m1935110519(__this, /*hidden argument*/NULL); intptr_t L_17 = V_1; Socket_t1119025450 * L_18 = (Socket_t1119025450 *)il2cpp_codegen_object_new(Socket_t1119025450_il2cpp_TypeInfo_var); Socket__ctor_m4043768444(L_18, L_14, L_15, L_16, L_17, /*hidden argument*/NULL); V_2 = L_18; Socket_t1119025450 * L_19 = V_2; EndPoint_t982345378 * L_20 = __this->get_seed_endpoint_21(); NullCheck(L_19); L_19->set_seed_endpoint_21(L_20); Socket_t1119025450 * L_21 = V_2; bool L_22 = Socket_get_Blocking_m140927673(__this, /*hidden argument*/NULL); NullCheck(L_21); Socket_set_Blocking_m2255852279(L_21, L_22, /*hidden argument*/NULL); Socket_t1119025450 * L_23 = V_2; return L_23; } } // System.IAsyncResult System.Net.Sockets.Socket::BeginReceive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginReceive_m2439065097 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socket_flags3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___state5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_BeginReceive_m2439065097_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t2080034863 * V_0 = NULL; Queue_t3637523393 * V_1 = NULL; Worker_t2051517921 * V_2 = NULL; SocketAsyncCall_t1521370843 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_BeginReceive_m2439065097_RuntimeMethod_var); } IL_0027: { ByteU5BU5D_t4116647657* L_5 = ___buffer0; if (L_5) { goto IL_0038; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_BeginReceive_m2439065097_RuntimeMethod_var); } IL_0038: { int32_t L_7 = ___offset1; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0048; } } { int32_t L_8 = ___offset1; ByteU5BU5D_t4116647657* L_9 = ___buffer0; NullCheck(L_9); if ((((int32_t)L_8) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))))) { goto IL_0053; } } IL_0048: { ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_10, _stringLiteral1082126080, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Socket_BeginReceive_m2439065097_RuntimeMethod_var); } IL_0053: { int32_t L_11 = ___size2; if ((((int32_t)L_11) < ((int32_t)0))) { goto IL_0065; } } { int32_t L_12 = ___offset1; int32_t L_13 = ___size2; ByteU5BU5D_t4116647657* L_14 = ___buffer0; 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_0070; } } IL_0065: { ArgumentOutOfRangeException_t777629997 * L_15 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_15, _stringLiteral4049040645, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Socket_BeginReceive_m2439065097_RuntimeMethod_var); } IL_0070: { Queue_t3637523393 * L_16 = __this->get_readQ_0(); V_1 = L_16; Queue_t3637523393 * L_17 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); } IL_007d: try { // begin try (depth: 1) { RuntimeObject * L_18 = ___state5; AsyncCallback_t3962456242 * L_19 = ___callback4; SocketAsyncResult_t2080034863 * L_20 = (SocketAsyncResult_t2080034863 *)il2cpp_codegen_object_new(SocketAsyncResult_t2080034863_il2cpp_TypeInfo_var); SocketAsyncResult__ctor_m593275962(L_20, __this, L_18, L_19, 2, /*hidden argument*/NULL); V_0 = L_20; SocketAsyncResult_t2080034863 * L_21 = V_0; ByteU5BU5D_t4116647657* L_22 = ___buffer0; NullCheck(L_21); L_21->set_Buffer_7(L_22); SocketAsyncResult_t2080034863 * L_23 = V_0; int32_t L_24 = ___offset1; NullCheck(L_23); L_23->set_Offset_8(L_24); SocketAsyncResult_t2080034863 * L_25 = V_0; int32_t L_26 = ___size2; NullCheck(L_25); L_25->set_Size_9(L_26); SocketAsyncResult_t2080034863 * L_27 = V_0; int32_t L_28 = ___socket_flags3; NullCheck(L_27); L_27->set_SockFlags_10(L_28); Queue_t3637523393 * L_29 = __this->get_readQ_0(); SocketAsyncResult_t2080034863 * L_30 = V_0; NullCheck(L_29); VirtActionInvoker1< RuntimeObject * >::Invoke(18 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_29, L_30); Queue_t3637523393 * L_31 = __this->get_readQ_0(); NullCheck(L_31); int32_t L_32 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Queue::get_Count() */, L_31); if ((!(((uint32_t)L_32) == ((uint32_t)1)))) { goto IL_00e0; } } IL_00c3: { SocketAsyncResult_t2080034863 * L_33 = V_0; Worker_t2051517921 * L_34 = (Worker_t2051517921 *)il2cpp_codegen_object_new(Worker_t2051517921_il2cpp_TypeInfo_var); Worker__ctor_m2745363372(L_34, L_33, /*hidden argument*/NULL); V_2 = L_34; Worker_t2051517921 * L_35 = V_2; intptr_t L_36 = (intptr_t)Worker_Receive_m1302394886_RuntimeMethod_var; SocketAsyncCall_t1521370843 * L_37 = (SocketAsyncCall_t1521370843 *)il2cpp_codegen_object_new(SocketAsyncCall_t1521370843_il2cpp_TypeInfo_var); SocketAsyncCall__ctor_m1454446081(L_37, L_35, L_36, /*hidden argument*/NULL); V_3 = L_37; SocketAsyncCall_t1521370843 * L_38 = V_3; SocketAsyncResult_t2080034863 * L_39 = V_0; NullCheck(L_38); SocketAsyncCall_BeginInvoke_m3372974237(L_38, (AsyncCallback_t3962456242 *)NULL, L_39, /*hidden argument*/NULL); } IL_00e0: { IL2CPP_LEAVE(0xEC, FINALLY_00e5); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e5; } FINALLY_00e5: { // begin finally (depth: 1) Queue_t3637523393 * L_40 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); IL2CPP_END_FINALLY(229) } // end finally (depth: 1) IL2CPP_CLEANUP(229) { IL2CPP_JUMP_TBL(0xEC, IL_00ec) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ec: { SocketAsyncResult_t2080034863 * L_41 = V_0; return L_41; } } // System.IAsyncResult System.Net.Sockets.Socket::BeginSend(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginSend_m2697766330 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socket_flags3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___state5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_BeginSend_m2697766330_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t2080034863 * V_0 = NULL; Queue_t3637523393 * V_1 = NULL; Worker_t2051517921 * V_2 = NULL; SocketAsyncCall_t1521370843 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_BeginSend_m2697766330_RuntimeMethod_var); } IL_0027: { ByteU5BU5D_t4116647657* L_5 = ___buffer0; if (L_5) { goto IL_0038; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_BeginSend_m2697766330_RuntimeMethod_var); } IL_0038: { int32_t L_7 = ___offset1; if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_004f; } } { ArgumentOutOfRangeException_t777629997 * L_8 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_8, _stringLiteral1082126080, _stringLiteral658978110, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,Socket_BeginSend_m2697766330_RuntimeMethod_var); } IL_004f: { int32_t L_9 = ___size2; if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_0066; } } { ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_10, _stringLiteral4049040645, _stringLiteral1486498953, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Socket_BeginSend_m2697766330_RuntimeMethod_var); } IL_0066: { int32_t L_11 = ___offset1; int32_t L_12 = ___size2; ByteU5BU5D_t4116647657* L_13 = ___buffer0; NullCheck(L_13); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))))) { goto IL_0081; } } { ArgumentOutOfRangeException_t777629997 * L_14 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_14, _stringLiteral626156474, _stringLiteral577902397, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,Socket_BeginSend_m2697766330_RuntimeMethod_var); } IL_0081: { bool L_15 = __this->get_connected_18(); if (L_15) { goto IL_0097; } } { SocketException_t3852068672 * L_16 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_16, ((int32_t)10057), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,Socket_BeginSend_m2697766330_RuntimeMethod_var); } IL_0097: { Queue_t3637523393 * L_17 = __this->get_writeQ_1(); V_1 = L_17; Queue_t3637523393 * L_18 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); } IL_00a4: try { // begin try (depth: 1) { RuntimeObject * L_19 = ___state5; AsyncCallback_t3962456242 * L_20 = ___callback4; SocketAsyncResult_t2080034863 * L_21 = (SocketAsyncResult_t2080034863 *)il2cpp_codegen_object_new(SocketAsyncResult_t2080034863_il2cpp_TypeInfo_var); SocketAsyncResult__ctor_m593275962(L_21, __this, L_19, L_20, 4, /*hidden argument*/NULL); V_0 = L_21; SocketAsyncResult_t2080034863 * L_22 = V_0; ByteU5BU5D_t4116647657* L_23 = ___buffer0; NullCheck(L_22); L_22->set_Buffer_7(L_23); SocketAsyncResult_t2080034863 * L_24 = V_0; int32_t L_25 = ___offset1; NullCheck(L_24); L_24->set_Offset_8(L_25); SocketAsyncResult_t2080034863 * L_26 = V_0; int32_t L_27 = ___size2; NullCheck(L_26); L_26->set_Size_9(L_27); SocketAsyncResult_t2080034863 * L_28 = V_0; int32_t L_29 = ___socket_flags3; NullCheck(L_28); L_28->set_SockFlags_10(L_29); Queue_t3637523393 * L_30 = __this->get_writeQ_1(); SocketAsyncResult_t2080034863 * L_31 = V_0; NullCheck(L_30); VirtActionInvoker1< RuntimeObject * >::Invoke(18 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_30, L_31); Queue_t3637523393 * L_32 = __this->get_writeQ_1(); NullCheck(L_32); int32_t L_33 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Queue::get_Count() */, L_32); if ((!(((uint32_t)L_33) == ((uint32_t)1)))) { goto IL_0107; } } IL_00ea: { SocketAsyncResult_t2080034863 * L_34 = V_0; Worker_t2051517921 * L_35 = (Worker_t2051517921 *)il2cpp_codegen_object_new(Worker_t2051517921_il2cpp_TypeInfo_var); Worker__ctor_m2745363372(L_35, L_34, /*hidden argument*/NULL); V_2 = L_35; Worker_t2051517921 * L_36 = V_2; intptr_t L_37 = (intptr_t)Worker_Send_m1896362792_RuntimeMethod_var; SocketAsyncCall_t1521370843 * L_38 = (SocketAsyncCall_t1521370843 *)il2cpp_codegen_object_new(SocketAsyncCall_t1521370843_il2cpp_TypeInfo_var); SocketAsyncCall__ctor_m1454446081(L_38, L_36, L_37, /*hidden argument*/NULL); V_3 = L_38; SocketAsyncCall_t1521370843 * L_39 = V_3; SocketAsyncResult_t2080034863 * L_40 = V_0; NullCheck(L_39); SocketAsyncCall_BeginInvoke_m3372974237(L_39, (AsyncCallback_t3962456242 *)NULL, L_40, /*hidden argument*/NULL); } IL_0107: { IL2CPP_LEAVE(0x113, FINALLY_010c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_010c; } FINALLY_010c: { // begin finally (depth: 1) Queue_t3637523393 * L_41 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); IL2CPP_END_FINALLY(268) } // end finally (depth: 1) IL2CPP_CLEANUP(268) { IL2CPP_JUMP_TBL(0x113, IL_0113) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0113: { SocketAsyncResult_t2080034863 * L_42 = V_0; return L_42; } } // System.Void System.Net.Sockets.Socket::Bind_internal(System.IntPtr,System.Net.SocketAddress,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Bind_internal_m2004496361 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, SocketAddress_t3739769427 * ___sa1, int32_t* ___error2, const RuntimeMethod* method) { typedef void (*Socket_Bind_internal_m2004496361_ftn) (intptr_t, SocketAddress_t3739769427 *, int32_t*); using namespace il2cpp::icalls; ((Socket_Bind_internal_m2004496361_ftn)System::System::Net::Sockets::Socket::Bind) (___sock0, ___sa1, ___error2); } // System.Void System.Net.Sockets.Socket::Bind(System.Net.EndPoint) extern "C" IL2CPP_METHOD_ATTR void Socket_Bind_m1387808352 (Socket_t1119025450 * __this, EndPoint_t982345378 * ___local_end0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Bind_m1387808352_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_Bind_m1387808352_RuntimeMethod_var); } IL_0027: { EndPoint_t982345378 * L_5 = ___local_end0; if (L_5) { goto IL_0038; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral2771286297, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_Bind_m1387808352_RuntimeMethod_var); } IL_0038: { bool L_7 = Environment_get_SocketSecurityEnabled_m190813817(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_7) { goto IL_006d; } } { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_8 = ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->get_current_bind_count_16(); int32_t L_9 = __this->get_max_bind_count_17(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_006d; } } { int32_t L_10 = __this->get_max_bind_count_17(); int32_t L_11 = L_10; RuntimeObject * L_12 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3162181185, L_12, /*hidden argument*/NULL); SecurityException_t975544473 * L_14 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,Socket_Bind_m1387808352_RuntimeMethod_var); } IL_006d: { intptr_t L_15 = __this->get_socket_9(); EndPoint_t982345378 * L_16 = ___local_end0; NullCheck(L_16); SocketAddress_t3739769427 * L_17 = VirtFuncInvoker0< SocketAddress_t3739769427 * >::Invoke(6 /* System.Net.SocketAddress System.Net.EndPoint::Serialize() */, L_16); IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_Bind_internal_m2004496361(NULL /*static, unused*/, L_15, L_17, (&V_0), /*hidden argument*/NULL); int32_t L_18 = V_0; if (!L_18) { goto IL_008d; } } { int32_t L_19 = V_0; SocketException_t3852068672 * L_20 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_20, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,Socket_Bind_m1387808352_RuntimeMethod_var); } IL_008d: { int32_t L_21 = V_0; if (L_21) { goto IL_009a; } } { __this->set_isbound_15((bool)1); } IL_009a: { bool L_22 = Environment_get_SocketSecurityEnabled_m190813817(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_22) { goto IL_00b0; } } { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_23 = ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->get_current_bind_count_16(); ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->set_current_bind_count_16(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); } IL_00b0: { EndPoint_t982345378 * L_24 = ___local_end0; __this->set_seed_endpoint_21(L_24); return; } } // System.Int32 System.Net.Sockets.Socket::EndReceive(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndReceive_m2385446150 (Socket_t1119025450 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = ___result0; int32_t L_1 = Socket_EndReceive_m3009256849(__this, L_0, (&V_0), /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Net.Sockets.Socket::EndReceive(System.IAsyncResult,System.Net.Sockets.SocketError&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndReceive_m3009256849 (Socket_t1119025450 * __this, RuntimeObject* ___asyncResult0, int32_t* ___errorCode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_EndReceive_m3009256849_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t2080034863 * V_0 = NULL; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_EndReceive_m3009256849_RuntimeMethod_var); } IL_0027: { RuntimeObject* L_5 = ___asyncResult0; if (L_5) { goto IL_0038; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_EndReceive_m3009256849_RuntimeMethod_var); } IL_0038: { RuntimeObject* L_7 = ___asyncResult0; V_0 = ((SocketAsyncResult_t2080034863 *)IsInstSealed((RuntimeObject*)L_7, SocketAsyncResult_t2080034863_il2cpp_TypeInfo_var)); SocketAsyncResult_t2080034863 * L_8 = V_0; if (L_8) { goto IL_0055; } } { ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_9, _stringLiteral1043874018, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Socket_EndReceive_m3009256849_RuntimeMethod_var); } IL_0055: { SocketAsyncResult_t2080034863 * L_10 = V_0; NullCheck(L_10); int32_t* L_11 = L_10->get_address_of_EndCalled_24(); int32_t L_12 = Interlocked_CompareExchange_m3023855514(NULL /*static, unused*/, L_11, 1, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)1)))) { goto IL_0074; } } { Exception_t * L_13 = Socket_InvalidAsyncOp_m201745000(__this, _stringLiteral2805378376, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,Socket_EndReceive_m3009256849_RuntimeMethod_var); } IL_0074: { RuntimeObject* L_14 = ___asyncResult0; NullCheck(L_14); bool L_15 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_14); if (L_15) { goto IL_008b; } } { RuntimeObject* L_16 = ___asyncResult0; NullCheck(L_16); WaitHandle_t1743403487 * L_17 = InterfaceFuncInvoker0< WaitHandle_t1743403487 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_16); NullCheck(L_17); VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_17); } IL_008b: { int32_t* L_18 = ___errorCode1; SocketAsyncResult_t2080034863 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = SocketAsyncResult_get_ErrorCode_m2567000903(L_19, /*hidden argument*/NULL); *((int32_t*)(L_18)) = (int32_t)L_20; SocketAsyncResult_t2080034863 * L_21 = V_0; NullCheck(L_21); SocketAsyncResult_CheckIfThrowDelayedException_m1547318945(L_21, /*hidden argument*/NULL); SocketAsyncResult_t2080034863 * L_22 = V_0; NullCheck(L_22); int32_t L_23 = SocketAsyncResult_get_Total_m1357230612(L_22, /*hidden argument*/NULL); return L_23; } } // System.Int32 System.Net.Sockets.Socket::EndSend(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndSend_m2816431255 (Socket_t1119025450 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = ___result0; int32_t L_1 = Socket_EndSend_m1244041542(__this, L_0, (&V_0), /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Net.Sockets.Socket::EndSend(System.IAsyncResult,System.Net.Sockets.SocketError&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndSend_m1244041542 (Socket_t1119025450 * __this, RuntimeObject* ___asyncResult0, int32_t* ___errorCode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_EndSend_m1244041542_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t2080034863 * V_0 = NULL; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_EndSend_m1244041542_RuntimeMethod_var); } IL_0027: { RuntimeObject* L_5 = ___asyncResult0; if (L_5) { goto IL_0038; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_EndSend_m1244041542_RuntimeMethod_var); } IL_0038: { RuntimeObject* L_7 = ___asyncResult0; V_0 = ((SocketAsyncResult_t2080034863 *)IsInstSealed((RuntimeObject*)L_7, SocketAsyncResult_t2080034863_il2cpp_TypeInfo_var)); SocketAsyncResult_t2080034863 * L_8 = V_0; if (L_8) { goto IL_0055; } } { ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_9, _stringLiteral1043874018, _stringLiteral405358763, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Socket_EndSend_m1244041542_RuntimeMethod_var); } IL_0055: { SocketAsyncResult_t2080034863 * L_10 = V_0; NullCheck(L_10); int32_t* L_11 = L_10->get_address_of_EndCalled_24(); int32_t L_12 = Interlocked_CompareExchange_m3023855514(NULL /*static, unused*/, L_11, 1, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)1)))) { goto IL_0074; } } { Exception_t * L_13 = Socket_InvalidAsyncOp_m201745000(__this, _stringLiteral2204559566, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,Socket_EndSend_m1244041542_RuntimeMethod_var); } IL_0074: { RuntimeObject* L_14 = ___asyncResult0; NullCheck(L_14); bool L_15 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_14); if (L_15) { goto IL_008b; } } { RuntimeObject* L_16 = ___asyncResult0; NullCheck(L_16); WaitHandle_t1743403487 * L_17 = InterfaceFuncInvoker0< WaitHandle_t1743403487 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_16); NullCheck(L_17); VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_17); } IL_008b: { int32_t* L_18 = ___errorCode1; SocketAsyncResult_t2080034863 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = SocketAsyncResult_get_ErrorCode_m2567000903(L_19, /*hidden argument*/NULL); *((int32_t*)(L_18)) = (int32_t)L_20; SocketAsyncResult_t2080034863 * L_21 = V_0; NullCheck(L_21); SocketAsyncResult_CheckIfThrowDelayedException_m1547318945(L_21, /*hidden argument*/NULL); SocketAsyncResult_t2080034863 * L_22 = V_0; NullCheck(L_22); int32_t L_23 = SocketAsyncResult_get_Total_m1357230612(L_22, /*hidden argument*/NULL); return L_23; } } // System.Exception System.Net.Sockets.Socket::InvalidAsyncOp(System.String) extern "C" IL2CPP_METHOD_ATTR Exception_t * Socket_InvalidAsyncOp_m201745000 (Socket_t1119025450 * __this, String_t* ___method0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_InvalidAsyncOp_m201745000_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___method0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m3937257545(NULL /*static, unused*/, L_0, _stringLiteral94377013, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_2 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Net.Sockets.Socket::Listen_internal(System.IntPtr,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Listen_internal_m314292295 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, int32_t ___backlog1, int32_t* ___error2, const RuntimeMethod* method) { typedef void (*Socket_Listen_internal_m314292295_ftn) (intptr_t, int32_t, int32_t*); using namespace il2cpp::icalls; ((Socket_Listen_internal_m314292295_ftn)System::System::Net::Sockets::Socket::Listen) (___sock0, ___backlog1, ___error2); } // System.Void System.Net.Sockets.Socket::Listen(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Socket_Listen_m3184049021 (Socket_t1119025450 * __this, int32_t ___backlog0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Listen_m3184049021_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityException_t975544473 * V_0 = NULL; int32_t V_1 = 0; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_Listen_m3184049021_RuntimeMethod_var); } IL_0027: { bool L_5 = __this->get_isbound_15(); if (L_5) { goto IL_003d; } } { SocketException_t3852068672 * L_6 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_6, ((int32_t)10022), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_Listen_m3184049021_RuntimeMethod_var); } IL_003d: { bool L_7 = Environment_get_SocketSecurityEnabled_m190813817(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_7) { goto IL_0064; } } { SecurityException_t975544473 * L_8 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_8, _stringLiteral3610551716, /*hidden argument*/NULL); V_0 = L_8; SecurityException_t975544473 * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3710116527, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Console_WriteLine_m4182570127(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); SecurityException_t975544473 * L_11 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,Socket_Listen_m3184049021_RuntimeMethod_var); } IL_0064: { intptr_t L_12 = __this->get_socket_9(); int32_t L_13 = ___backlog0; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_Listen_internal_m314292295(NULL /*static, unused*/, L_12, L_13, (&V_1), /*hidden argument*/NULL); int32_t L_14 = V_1; if (!L_14) { goto IL_007f; } } { int32_t L_15 = V_1; SocketException_t3852068672 * L_16 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,Socket_Listen_m3184049021_RuntimeMethod_var); } IL_007f: { __this->set_islistening_2((bool)1); return; } } // System.Boolean System.Net.Sockets.Socket::Poll(System.Int32,System.Net.Sockets.SelectMode) extern "C" IL2CPP_METHOD_ATTR bool Socket_Poll_m391414345 (Socket_t1119025450 * __this, int32_t ___time_us0, int32_t ___mode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Poll_m391414345_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_Poll_m391414345_RuntimeMethod_var); } IL_0027: { int32_t L_5 = ___mode1; if (!L_5) { goto IL_0046; } } { int32_t L_6 = ___mode1; if ((((int32_t)L_6) == ((int32_t)1))) { goto IL_0046; } } { int32_t L_7 = ___mode1; if ((((int32_t)L_7) == ((int32_t)2))) { goto IL_0046; } } { NotSupportedException_t1314879016 * L_8 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_8, _stringLiteral3928579774, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,Socket_Poll_m391414345_RuntimeMethod_var); } IL_0046: { intptr_t L_9 = __this->get_socket_9(); int32_t L_10 = ___mode1; int32_t L_11 = ___time_us0; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); bool L_12 = Socket_Poll_internal_m3742261368(NULL /*static, unused*/, L_9, L_10, L_11, (&V_0), /*hidden argument*/NULL); V_1 = L_12; int32_t L_13 = V_0; if (!L_13) { goto IL_0063; } } { int32_t L_14 = V_0; SocketException_t3852068672 * L_15 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Socket_Poll_m391414345_RuntimeMethod_var); } IL_0063: { int32_t L_16 = ___mode1; if ((!(((uint32_t)L_16) == ((uint32_t)1)))) { goto IL_009c; } } { bool L_17 = V_1; if (!L_17) { goto IL_009c; } } { bool L_18 = __this->get_connected_18(); if (L_18) { goto IL_009c; } } { RuntimeObject * L_19 = Socket_GetSocketOption_m419986124(__this, ((int32_t)65535), ((int32_t)4103), /*hidden argument*/NULL); if (((*(int32_t*)((int32_t*)UnBox(L_19, Int32_t2950945753_il2cpp_TypeInfo_var))))) { goto IL_009c; } } { __this->set_connected_18((bool)1); } IL_009c: { bool L_20 = V_1; return L_20; } } // System.Int32 System.Net.Sockets.Socket::Receive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_m3794758455 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Receive_m3794758455_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_Receive_m3794758455_RuntimeMethod_var); } IL_0027: { ByteU5BU5D_t4116647657* L_5 = ___buffer0; if (L_5) { goto IL_0038; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_Receive_m3794758455_RuntimeMethod_var); } IL_0038: { int32_t L_7 = ___offset1; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0048; } } { int32_t L_8 = ___offset1; ByteU5BU5D_t4116647657* L_9 = ___buffer0; NullCheck(L_9); if ((((int32_t)L_8) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))))) { goto IL_0053; } } IL_0048: { ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_10, _stringLiteral1082126080, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Socket_Receive_m3794758455_RuntimeMethod_var); } IL_0053: { int32_t L_11 = ___size2; if ((((int32_t)L_11) < ((int32_t)0))) { goto IL_0065; } } { int32_t L_12 = ___offset1; int32_t L_13 = ___size2; ByteU5BU5D_t4116647657* L_14 = ___buffer0; 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_0070; } } IL_0065: { ArgumentOutOfRangeException_t777629997 * L_15 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_15, _stringLiteral4049040645, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Socket_Receive_m3794758455_RuntimeMethod_var); } IL_0070: { ByteU5BU5D_t4116647657* L_16 = ___buffer0; int32_t L_17 = ___offset1; int32_t L_18 = ___size2; int32_t L_19 = ___flags3; int32_t L_20 = Socket_Receive_nochecks_m1265362885(__this, L_16, L_17, L_18, L_19, (&V_0), /*hidden argument*/NULL); V_1 = L_20; int32_t L_21 = V_0; if (!L_21) { goto IL_00ad; } } { int32_t L_22 = V_0; if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)10035))))) { goto IL_00a6; } } { bool L_23 = __this->get_blocking_13(); if (!L_23) { goto IL_00a6; } } { int32_t L_24 = V_0; SocketException_t3852068672 * L_25 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m3042788307(L_25, L_24, _stringLiteral1392340183, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,Socket_Receive_m3794758455_RuntimeMethod_var); } IL_00a6: { int32_t L_26 = V_0; SocketException_t3852068672 * L_27 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_27, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27,Socket_Receive_m3794758455_RuntimeMethod_var); } IL_00ad: { int32_t L_28 = V_1; return L_28; } } // System.Int32 System.Net.Sockets.Socket::RecvFrom_internal(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.SocketAddress&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_RecvFrom_internal_m2269104884 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___count3, int32_t ___flags4, SocketAddress_t3739769427 ** ___sockaddr5, int32_t* ___error6, const RuntimeMethod* method) { typedef int32_t (*Socket_RecvFrom_internal_m2269104884_ftn) (intptr_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, int32_t, SocketAddress_t3739769427 **, int32_t*); using namespace il2cpp::icalls; return ((Socket_RecvFrom_internal_m2269104884_ftn)System::System::Net::Sockets::Socket::RecvFrom) (___sock0, ___buffer1, ___offset2, ___count3, ___flags4, ___sockaddr5, ___error6); } // System.Int32 System.Net.Sockets.Socket::ReceiveFrom_nochecks(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_ReceiveFrom_nochecks_m2346680298 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buf0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, EndPoint_t982345378 ** ___remote_end4, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___buf0; int32_t L_1 = ___offset1; int32_t L_2 = ___size2; int32_t L_3 = ___flags3; EndPoint_t982345378 ** L_4 = ___remote_end4; int32_t L_5 = Socket_ReceiveFrom_nochecks_exc_m3832376789(__this, L_0, L_1, L_2, L_3, L_4, (bool)1, (&V_0), /*hidden argument*/NULL); return L_5; } } // System.Int32 System.Net.Sockets.Socket::ReceiveFrom_nochecks_exc(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint&,System.Boolean,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_ReceiveFrom_nochecks_exc_m3832376789 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buf0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, EndPoint_t982345378 ** ___remote_end4, bool ___throwOnError5, int32_t* ___error6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_ReceiveFrom_nochecks_exc_m3832376789_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAddress_t3739769427 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { EndPoint_t982345378 ** L_0 = ___remote_end4; EndPoint_t982345378 * L_1 = *((EndPoint_t982345378 **)L_0); NullCheck(L_1); SocketAddress_t3739769427 * L_2 = VirtFuncInvoker0< SocketAddress_t3739769427 * >::Invoke(6 /* System.Net.SocketAddress System.Net.EndPoint::Serialize() */, L_1); V_0 = L_2; intptr_t L_3 = __this->get_socket_9(); ByteU5BU5D_t4116647657* L_4 = ___buf0; int32_t L_5 = ___offset1; int32_t L_6 = ___size2; int32_t L_7 = ___flags3; int32_t* L_8 = ___error6; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_9 = Socket_RecvFrom_internal_m2269104884(NULL /*static, unused*/, L_3, L_4, L_5, L_6, L_7, (&V_0), L_8, /*hidden argument*/NULL); V_1 = L_9; int32_t* L_10 = ___error6; V_2 = (*((int32_t*)L_10)); int32_t L_11 = V_2; if (!L_11) { goto IL_0093; } } { int32_t L_12 = V_2; if ((((int32_t)L_12) == ((int32_t)((int32_t)10035)))) { goto IL_004a; } } { int32_t L_13 = V_2; if ((((int32_t)L_13) == ((int32_t)((int32_t)10036)))) { goto IL_004a; } } { __this->set_connected_18((bool)0); goto IL_0081; } IL_004a: { int32_t L_14 = V_2; if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)10035))))) { goto IL_0081; } } { bool L_15 = __this->get_blocking_13(); if (!L_15) { goto IL_0081; } } { bool L_16 = ___throwOnError5; if (!L_16) { goto IL_0077; } } { SocketException_t3852068672 * L_17 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m3042788307(L_17, ((int32_t)10060), _stringLiteral2246274263, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,Socket_ReceiveFrom_nochecks_exc_m3832376789_RuntimeMethod_var); } IL_0077: { int32_t* L_18 = ___error6; *((int32_t*)(L_18)) = (int32_t)((int32_t)10060); return 0; } IL_0081: { bool L_19 = ___throwOnError5; if (!L_19) { goto IL_0091; } } { int32_t* L_20 = ___error6; SocketException_t3852068672 * L_21 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_21, (*((int32_t*)L_20)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,Socket_ReceiveFrom_nochecks_exc_m3832376789_RuntimeMethod_var); } IL_0091: { return 0; } IL_0093: { bool L_22 = Environment_get_SocketSecurityEnabled_m190813817(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_22) { goto IL_00b9; } } { SocketAddress_t3739769427 * L_23 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); bool L_24 = Socket_CheckEndPoint_m1541548901(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); if (L_24) { goto IL_00b9; } } { ByteU5BU5D_t4116647657* L_25 = ___buf0; NullCheck((RuntimeArray *)(RuntimeArray *)L_25); Array_Initialize_m3004991267((RuntimeArray *)(RuntimeArray *)L_25, /*hidden argument*/NULL); SecurityException_t975544473 * L_26 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_26, _stringLiteral2107675532, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,Socket_ReceiveFrom_nochecks_exc_m3832376789_RuntimeMethod_var); } IL_00b9: { __this->set_connected_18((bool)1); __this->set_isbound_15((bool)1); SocketAddress_t3739769427 * L_27 = V_0; if (!L_27) { goto IL_00d9; } } { EndPoint_t982345378 ** L_28 = ___remote_end4; EndPoint_t982345378 ** L_29 = ___remote_end4; EndPoint_t982345378 * L_30 = *((EndPoint_t982345378 **)L_29); SocketAddress_t3739769427 * L_31 = V_0; NullCheck(L_30); EndPoint_t982345378 * L_32 = VirtFuncInvoker1< EndPoint_t982345378 *, SocketAddress_t3739769427 * >::Invoke(5 /* System.Net.EndPoint System.Net.EndPoint::Create(System.Net.SocketAddress) */, L_30, L_31); *((RuntimeObject **)(L_28)) = (RuntimeObject *)L_32; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_28), (RuntimeObject *)L_32); } IL_00d9: { EndPoint_t982345378 ** L_33 = ___remote_end4; EndPoint_t982345378 * L_34 = *((EndPoint_t982345378 **)L_33); __this->set_seed_endpoint_21(L_34); int32_t L_35 = V_1; return L_35; } } // System.Int32 System.Net.Sockets.Socket::Send(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_m2509318470 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buf0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Send_m2509318470_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_Send_m2509318470_RuntimeMethod_var); } IL_0027: { ByteU5BU5D_t4116647657* L_5 = ___buf0; if (L_5) { goto IL_0038; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_Send_m2509318470_RuntimeMethod_var); } IL_0038: { int32_t L_7 = ___offset1; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0048; } } { int32_t L_8 = ___offset1; ByteU5BU5D_t4116647657* L_9 = ___buf0; NullCheck(L_9); if ((((int32_t)L_8) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))))) { goto IL_0053; } } IL_0048: { ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_10, _stringLiteral1082126080, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Socket_Send_m2509318470_RuntimeMethod_var); } IL_0053: { int32_t L_11 = ___size2; if ((((int32_t)L_11) < ((int32_t)0))) { goto IL_0065; } } { int32_t L_12 = ___offset1; int32_t L_13 = ___size2; ByteU5BU5D_t4116647657* L_14 = ___buf0; 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_0070; } } IL_0065: { ArgumentOutOfRangeException_t777629997 * L_15 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_15, _stringLiteral4049040645, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Socket_Send_m2509318470_RuntimeMethod_var); } IL_0070: { ByteU5BU5D_t4116647657* L_16 = ___buf0; int32_t L_17 = ___offset1; int32_t L_18 = ___size2; int32_t L_19 = ___flags3; int32_t L_20 = Socket_Send_nochecks_m3624015216(__this, L_16, L_17, L_18, L_19, (&V_0), /*hidden argument*/NULL); V_1 = L_20; int32_t L_21 = V_0; if (!L_21) { goto IL_008b; } } { int32_t L_22 = V_0; SocketException_t3852068672 * L_23 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,Socket_Send_m2509318470_RuntimeMethod_var); } IL_008b: { int32_t L_24 = V_1; return L_24; } } // System.Int32 System.Net.Sockets.Socket::SendTo_internal_real(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.SocketAddress,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_SendTo_internal_real_m821105673 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___count3, int32_t ___flags4, SocketAddress_t3739769427 * ___sa5, int32_t* ___error6, const RuntimeMethod* method) { typedef int32_t (*Socket_SendTo_internal_real_m821105673_ftn) (intptr_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, int32_t, SocketAddress_t3739769427 *, int32_t*); using namespace il2cpp::icalls; return ((Socket_SendTo_internal_real_m821105673_ftn)System::System::Net::Sockets::Socket::SendTo) (___sock0, ___buffer1, ___offset2, ___count3, ___flags4, ___sa5, ___error6); } // System.Int32 System.Net.Sockets.Socket::SendTo_internal(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.SocketAddress,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_SendTo_internal_m3673132649 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___count3, int32_t ___flags4, SocketAddress_t3739769427 * ___sa5, int32_t* ___error6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_SendTo_internal_m3673132649_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; SecurityException_t975544473 * V_1 = NULL; { bool L_0 = Environment_get_SocketSecurityEnabled_m190813817(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0035; } } { SocketAddress_t3739769427 * L_1 = ___sa5; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); bool L_2 = Socket_CheckEndPoint_m1541548901(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; bool L_3 = V_0; if (L_3) { goto IL_0035; } } { SecurityException_t975544473 * L_4 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_4, _stringLiteral4125287156, /*hidden argument*/NULL); V_1 = L_4; SecurityException_t975544473 * L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral861475681, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Console_WriteLine_m4182570127(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); SecurityException_t975544473 * L_7 = V_1; IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Socket_SendTo_internal_m3673132649_RuntimeMethod_var); } IL_0035: { intptr_t L_8 = ___sock0; ByteU5BU5D_t4116647657* L_9 = ___buffer1; int32_t L_10 = ___offset2; int32_t L_11 = ___count3; int32_t L_12 = ___flags4; SocketAddress_t3739769427 * L_13 = ___sa5; int32_t* L_14 = ___error6; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_15 = Socket_SendTo_internal_real_m821105673(NULL /*static, unused*/, L_8, L_9, L_10, L_11, L_12, L_13, L_14, /*hidden argument*/NULL); return L_15; } } // System.Int32 System.Net.Sockets.Socket::SendTo_nochecks(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_SendTo_nochecks_m2955493341 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, EndPoint_t982345378 * ___remote_end4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_SendTo_nochecks_m2955493341_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAddress_t3739769427 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { EndPoint_t982345378 * L_0 = ___remote_end4; NullCheck(L_0); SocketAddress_t3739769427 * L_1 = VirtFuncInvoker0< SocketAddress_t3739769427 * >::Invoke(6 /* System.Net.SocketAddress System.Net.EndPoint::Serialize() */, L_0); V_0 = L_1; intptr_t L_2 = __this->get_socket_9(); ByteU5BU5D_t4116647657* L_3 = ___buffer0; int32_t L_4 = ___offset1; int32_t L_5 = ___size2; int32_t L_6 = ___flags3; SocketAddress_t3739769427 * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_8 = Socket_SendTo_internal_m3673132649(NULL /*static, unused*/, L_2, L_3, L_4, L_5, L_6, L_7, (&V_2), /*hidden argument*/NULL); V_1 = L_8; int32_t L_9 = V_2; V_3 = L_9; int32_t L_10 = V_3; if (!L_10) { goto IL_0048; } } { int32_t L_11 = V_3; if ((((int32_t)L_11) == ((int32_t)((int32_t)10035)))) { goto IL_0041; } } { int32_t L_12 = V_3; if ((((int32_t)L_12) == ((int32_t)((int32_t)10036)))) { goto IL_0041; } } { __this->set_connected_18((bool)0); } IL_0041: { int32_t L_13 = V_2; SocketException_t3852068672 * L_14 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,Socket_SendTo_nochecks_m2955493341_RuntimeMethod_var); } IL_0048: { __this->set_connected_18((bool)1); __this->set_isbound_15((bool)1); EndPoint_t982345378 * L_15 = ___remote_end4; __this->set_seed_endpoint_21(L_15); int32_t L_16 = V_1; return L_16; } } // System.Void System.Net.Sockets.Socket::SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Socket_SetSocketOption_m2729927670 (Socket_t1119025450 * __this, int32_t ___optionLevel0, int32_t ___optionName1, ByteU5BU5D_t4116647657* ___optionValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_SetSocketOption_m2729927670_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_SetSocketOption_m2729927670_RuntimeMethod_var); } IL_0027: { ByteU5BU5D_t4116647657* L_5 = ___optionValue2; if (L_5) { goto IL_003d; } } { SocketException_t3852068672 * L_6 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m3042788307(L_6, ((int32_t)10014), _stringLiteral2756526534, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_SetSocketOption_m2729927670_RuntimeMethod_var); } IL_003d: { intptr_t L_7 = __this->get_socket_9(); int32_t L_8 = ___optionLevel0; int32_t L_9 = ___optionName1; ByteU5BU5D_t4116647657* L_10 = ___optionValue2; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_SetSocketOption_internal_m2890815837(NULL /*static, unused*/, L_7, L_8, L_9, NULL, L_10, 0, (&V_0), /*hidden argument*/NULL); int32_t L_11 = V_0; if (!L_11) { goto IL_006d; } } { int32_t L_12 = V_0; if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)10022))))) { goto IL_0066; } } { ArgumentException_t132251570 * L_13 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m3698743796(L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,Socket_SetSocketOption_m2729927670_RuntimeMethod_var); } IL_0066: { int32_t L_14 = V_0; SocketException_t3852068672 * L_15 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Socket_SetSocketOption_m2729927670_RuntimeMethod_var); } IL_006d: { return; } } // System.Void System.Net.Sockets.Socket::CheckProtocolSupport() extern "C" IL2CPP_METHOD_ATTR void Socket_CheckProtocolSupport_m1722155143 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_CheckProtocolSupport_m1722155143_MetadataUsageId); s_Il2CppMethodInitialized = true; } Socket_t1119025450 * V_0 = NULL; SettingsSection_t1259474535 * V_1 = NULL; Socket_t1119025450 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B8_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_0 = ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->get_ipv4Supported_6(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0031; } } IL_000b: try { // begin try (depth: 1) Socket_t1119025450 * L_1 = (Socket_t1119025450 *)il2cpp_codegen_object_new(Socket_t1119025450_il2cpp_TypeInfo_var); Socket__ctor_m3479084642(L_1, 2, 1, 6, /*hidden argument*/NULL); V_0 = L_1; Socket_t1119025450 * L_2 = V_0; NullCheck(L_2); Socket_Close_m3289097516(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->set_ipv4Supported_6(1); goto IL_0031; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0025; throw e; } CATCH_0025: { // begin catch(System.Object) IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->set_ipv4Supported_6(0); goto IL_0031; } // end catch (depth: 1) IL_0031: { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_3 = ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->get_ipv6Supported_7(); if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { goto IL_009f; } } { IL2CPP_RUNTIME_CLASS_INIT(ConfigurationManager_t386529156_il2cpp_TypeInfo_var); RuntimeObject * L_4 = ConfigurationManager_GetSection_m2812236313(NULL /*static, unused*/, _stringLiteral718801248, /*hidden argument*/NULL); V_1 = ((SettingsSection_t1259474535 *)CastclassSealed((RuntimeObject*)L_4, SettingsSection_t1259474535_il2cpp_TypeInfo_var)); SettingsSection_t1259474535 * L_5 = V_1; if (!L_5) { goto IL_006e; } } { SettingsSection_t1259474535 * L_6 = V_1; NullCheck(L_6); Ipv6Element_t180053194 * L_7 = SettingsSection_get_Ipv6_m2010588675(L_6, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = Ipv6Element_get_Enabled_m1860039652(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0068; } } { G_B8_0 = (-1); goto IL_0069; } IL_0068: { G_B8_0 = 0; } IL_0069: { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->set_ipv6Supported_7(G_B8_0); } IL_006e: { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_9 = ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->get_ipv6Supported_7(); if (!L_9) { goto IL_009f; } } IL_0078: try { // begin try (depth: 1) Socket_t1119025450 * L_10 = (Socket_t1119025450 *)il2cpp_codegen_object_new(Socket_t1119025450_il2cpp_TypeInfo_var); Socket__ctor_m3479084642(L_10, ((int32_t)23), 1, 6, /*hidden argument*/NULL); V_2 = L_10; Socket_t1119025450 * L_11 = V_2; NullCheck(L_11); Socket_Close_m3289097516(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->set_ipv6Supported_7(1); goto IL_009f; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0093; throw e; } CATCH_0093: { // begin catch(System.Object) IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->set_ipv6Supported_7(0); goto IL_009f; } // end catch (depth: 1) IL_009f: { return; } } // System.Boolean System.Net.Sockets.Socket::get_SupportsIPv4() extern "C" IL2CPP_METHOD_ATTR bool Socket_get_SupportsIPv4_m1296530015 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_get_SupportsIPv4_m1296530015_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_CheckProtocolSupport_m1722155143(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_0 = ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->get_ipv4Supported_6(); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } // System.Boolean System.Net.Sockets.Socket::get_SupportsIPv6() extern "C" IL2CPP_METHOD_ATTR bool Socket_get_SupportsIPv6_m1296530017 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_get_SupportsIPv6_m1296530017_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_CheckProtocolSupport_m1722155143(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_0 = ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->get_ipv6Supported_7(); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } // System.IntPtr System.Net.Sockets.Socket::Socket_internal(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType,System.Int32&) extern "C" IL2CPP_METHOD_ATTR intptr_t Socket_Socket_internal_m1681190592 (Socket_t1119025450 * __this, int32_t ___family0, int32_t ___type1, int32_t ___proto2, int32_t* ___error3, const RuntimeMethod* method) { typedef intptr_t (*Socket_Socket_internal_m1681190592_ftn) (Socket_t1119025450 *, int32_t, int32_t, int32_t, int32_t*); using namespace il2cpp::icalls; return ((Socket_Socket_internal_m1681190592_ftn)System::System::Net::Sockets::Socket::Socket_internal) (__this, ___family0, ___type1, ___proto2, ___error3); } // System.Void System.Net.Sockets.Socket::Finalize() extern "C" IL2CPP_METHOD_ATTR void Socket_Finalize_m1356936501 (Socket_t1119025450 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Net.Sockets.Socket::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x13, FINALLY_000c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000c; } FINALLY_000c: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(12) } // end finally (depth: 1) IL2CPP_CLEANUP(12) { IL2CPP_JUMP_TBL(0x13, IL_0013) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0013: { return; } } // System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::get_AddressFamily() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_AddressFamily_m51841532 (Socket_t1119025450 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_address_family_10(); return L_0; } } // System.Void System.Net.Sockets.Socket::Blocking_internal(System.IntPtr,System.Boolean,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Blocking_internal_m937501832 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, bool ___block1, int32_t* ___error2, const RuntimeMethod* method) { typedef void (*Socket_Blocking_internal_m937501832_ftn) (intptr_t, bool, int32_t*); using namespace il2cpp::icalls; ((Socket_Blocking_internal_m937501832_ftn)System::System::Net::Sockets::Socket::Blocking) (___socket0, ___block1, ___error2); } // System.Boolean System.Net.Sockets.Socket::get_Blocking() extern "C" IL2CPP_METHOD_ATTR bool Socket_get_Blocking_m140927673 (Socket_t1119025450 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_blocking_13(); return L_0; } } // System.Void System.Net.Sockets.Socket::set_Blocking(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Socket_set_Blocking_m2255852279 (Socket_t1119025450 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_set_Blocking_m2255852279_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_set_Blocking_m2255852279_RuntimeMethod_var); } IL_0027: { intptr_t L_5 = __this->get_socket_9(); bool L_6 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_Blocking_internal_m937501832(NULL /*static, unused*/, L_5, L_6, (&V_0), /*hidden argument*/NULL); int32_t L_7 = V_0; if (!L_7) { goto IL_0042; } } { int32_t L_8 = V_0; SocketException_t3852068672 * L_9 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Socket_set_Blocking_m2255852279_RuntimeMethod_var); } IL_0042: { bool L_10 = ___value0; __this->set_blocking_13(L_10); return; } } // System.Boolean System.Net.Sockets.Socket::get_Connected() extern "C" IL2CPP_METHOD_ATTR bool Socket_get_Connected_m2875145796 (Socket_t1119025450 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_connected_18(); return L_0; } } // System.Net.Sockets.ProtocolType System.Net.Sockets.Socket::get_ProtocolType() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_ProtocolType_m1935110519 (Socket_t1119025450 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_protocol_type_12(); return L_0; } } // System.Void System.Net.Sockets.Socket::set_NoDelay(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Socket_set_NoDelay_m3209939872 (Socket_t1119025450 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_set_NoDelay_m3209939872_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B5_0 = 0; int32_t G_B5_1 = 0; Socket_t1119025450 * G_B5_2 = NULL; int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; Socket_t1119025450 * G_B4_2 = NULL; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; int32_t G_B6_2 = 0; Socket_t1119025450 * G_B6_3 = NULL; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_set_NoDelay_m3209939872_RuntimeMethod_var); } IL_0027: { Socket_ThrowIfUpd_m1907232738(__this, /*hidden argument*/NULL); bool L_5 = ___value0; G_B4_0 = 1; G_B4_1 = 6; G_B4_2 = __this; if (!L_5) { G_B5_0 = 1; G_B5_1 = 6; G_B5_2 = __this; goto IL_003c; } } { G_B6_0 = 1; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; G_B6_3 = G_B4_2; goto IL_003d; } IL_003c: { G_B6_0 = 0; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; G_B6_3 = G_B5_2; } IL_003d: { NullCheck(G_B6_3); Socket_SetSocketOption_m483522974(G_B6_3, G_B6_2, G_B6_1, G_B6_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.Socket::Linger(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Socket_Linger_m363798742 (Socket_t1119025450 * __this, intptr_t ___handle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Linger_m363798742_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; LingerOption_t2688985448 * V_3 = NULL; { bool L_0 = __this->get_connected_18(); if (!L_0) { goto IL_0017; } } { int32_t L_1 = __this->get_linger_timeout_8(); if ((((int32_t)L_1) > ((int32_t)0))) { goto IL_0018; } } IL_0017: { return; } IL_0018: { intptr_t L_2 = ___handle0; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_Shutdown_internal_m4083092300(NULL /*static, unused*/, L_2, 0, (&V_0), /*hidden argument*/NULL); int32_t L_3 = V_0; if (!L_3) { goto IL_0028; } } { return; } IL_0028: { int32_t L_4 = __this->get_linger_timeout_8(); V_1 = ((int32_t)((int32_t)L_4/(int32_t)((int32_t)1000))); int32_t L_5 = __this->get_linger_timeout_8(); V_2 = ((int32_t)((int32_t)L_5%(int32_t)((int32_t)1000))); int32_t L_6 = V_2; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_0061; } } { intptr_t L_7 = ___handle0; int32_t L_8 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_Poll_internal_m3742261368(NULL /*static, unused*/, L_7, 0, ((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)((int32_t)1000))), (&V_0), /*hidden argument*/NULL); int32_t L_9 = V_0; if (!L_9) { goto IL_0061; } } { return; } IL_0061: { int32_t L_10 = V_1; if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0085; } } { int32_t L_11 = V_1; LingerOption_t2688985448 * L_12 = (LingerOption_t2688985448 *)il2cpp_codegen_object_new(LingerOption_t2688985448_il2cpp_TypeInfo_var); LingerOption__ctor_m2538367620(L_12, (bool)1, L_11, /*hidden argument*/NULL); V_3 = L_12; intptr_t L_13 = ___handle0; LingerOption_t2688985448 * L_14 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_SetSocketOption_internal_m2890815837(NULL /*static, unused*/, L_13, ((int32_t)65535), ((int32_t)128), L_14, (ByteU5BU5D_t4116647657*)(ByteU5BU5D_t4116647657*)NULL, 0, (&V_0), /*hidden argument*/NULL); } IL_0085: { return; } } // System.Void System.Net.Sockets.Socket::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Socket_Dispose_m3459017717 (Socket_t1119025450 * __this, bool ___explicitDisposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Dispose_m3459017717_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; intptr_t V_2; memset(&V_2, 0, sizeof(V_2)); Thread_t2300836069 * V_3 = NULL; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_disposed_20((bool)1); bool L_1 = __this->get_connected_18(); V_0 = L_1; __this->set_connected_18((bool)0); intptr_t L_2 = __this->get_socket_9(); int32_t L_3 = IntPtr_op_Explicit_m4220076518(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_00a9; } } { bool L_4 = Environment_get_SocketSecurityEnabled_m190813817(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_4) { goto IL_0053; } } { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_5 = ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->get_current_bind_count_16(); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_0053; } } { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_6 = ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->get_current_bind_count_16(); ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->set_current_bind_count_16(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))); } IL_0053: { __this->set_closed_19((bool)1); intptr_t L_7 = __this->get_socket_9(); V_2 = L_7; intptr_t L_8 = IntPtr_op_Explicit_m1593216315(NULL /*static, unused*/, (-1), /*hidden argument*/NULL); __this->set_socket_9(L_8); Thread_t2300836069 * L_9 = __this->get_blocking_thread_14(); V_3 = L_9; Thread_t2300836069 * L_10 = V_3; if (!L_10) { goto IL_0087; } } { Thread_t2300836069 * L_11 = V_3; NullCheck(L_11); Thread_Abort_m14784104(L_11, /*hidden argument*/NULL); __this->set_blocking_thread_14((Thread_t2300836069 *)NULL); } IL_0087: { bool L_12 = V_0; if (!L_12) { goto IL_0094; } } { intptr_t L_13 = V_2; Socket_Linger_m363798742(__this, L_13, /*hidden argument*/NULL); } IL_0094: { intptr_t L_14 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_Close_internal_m3541237784(NULL /*static, unused*/, L_14, (&V_1), /*hidden argument*/NULL); int32_t L_15 = V_1; if (!L_15) { goto IL_00a9; } } { int32_t L_16 = V_1; SocketException_t3852068672 * L_17 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_17, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,Socket_Dispose_m3459017717_RuntimeMethod_var); } IL_00a9: { return; } } // System.Void System.Net.Sockets.Socket::Close_internal(System.IntPtr,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Close_internal_m3541237784 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t* ___error1, const RuntimeMethod* method) { typedef void (*Socket_Close_internal_m3541237784_ftn) (intptr_t, int32_t*); using namespace il2cpp::icalls; ((Socket_Close_internal_m3541237784_ftn)System::System::Net::Sockets::Socket::Close) (___socket0, ___error1); } // System.Void System.Net.Sockets.Socket::Close() extern "C" IL2CPP_METHOD_ATTR void Socket_Close_m3289097516 (Socket_t1119025450 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Close_m3289097516_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_linger_timeout_8(0); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, __this); return; } } // System.Void System.Net.Sockets.Socket::Connect_internal_real(System.IntPtr,System.Net.SocketAddress,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_internal_real_m1040728770 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, SocketAddress_t3739769427 * ___sa1, int32_t* ___error2, const RuntimeMethod* method) { typedef void (*Socket_Connect_internal_real_m1040728770_ftn) (intptr_t, SocketAddress_t3739769427 *, int32_t*); using namespace il2cpp::icalls; ((Socket_Connect_internal_real_m1040728770_ftn)System::System::Net::Sockets::Socket::Connect) (___sock0, ___sa1, ___error2); } // System.Void System.Net.Sockets.Socket::Connect_internal(System.IntPtr,System.Net.SocketAddress,System.Int32&,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_internal_m1130612002 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, SocketAddress_t3739769427 * ___sa1, int32_t* ___error2, bool ___requireSocketPolicyFile3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Connect_internal_m1130612002_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___requireSocketPolicyFile3; if (!L_0) { goto IL_001c; } } { SocketAddress_t3739769427 * L_1 = ___sa1; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); bool L_2 = Socket_CheckEndPoint_m1541548901(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001c; } } { SecurityException_t975544473 * L_3 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_3, _stringLiteral2107675532, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Socket_Connect_internal_m1130612002_RuntimeMethod_var); } IL_001c: { intptr_t L_4 = ___sock0; SocketAddress_t3739769427 * L_5 = ___sa1; int32_t* L_6 = ___error2; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_Connect_internal_real_m1040728770(NULL /*static, unused*/, L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.Sockets.Socket::CheckEndPoint(System.Net.SocketAddress) extern "C" IL2CPP_METHOD_ATTR bool Socket_CheckEndPoint_m1541548901 (RuntimeObject * __this /* static, unused */, SocketAddress_t3739769427 * ___sa0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_CheckEndPoint_m1541548901_MetadataUsageId); s_Il2CppMethodInitialized = true; } IPEndPoint_t3791887218 * V_0 = NULL; IPEndPoint_t3791887218 * V_1 = NULL; Exception_t * V_2 = NULL; bool V_3 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = Environment_get_SocketSecurityEnabled_m190813817(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return (bool)1; } IL_000c: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_t241777590 * L_1 = ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->get_Loopback_6(); IPEndPoint_t3791887218 * L_2 = (IPEndPoint_t3791887218 *)il2cpp_codegen_object_new(IPEndPoint_t3791887218_il2cpp_TypeInfo_var); IPEndPoint__ctor_m2833647099(L_2, L_1, ((int32_t)123), /*hidden argument*/NULL); V_0 = L_2; IPEndPoint_t3791887218 * L_3 = V_0; SocketAddress_t3739769427 * L_4 = ___sa0; NullCheck(L_3); EndPoint_t982345378 * L_5 = VirtFuncInvoker1< EndPoint_t982345378 *, SocketAddress_t3739769427 * >::Invoke(5 /* System.Net.EndPoint System.Net.IPEndPoint::Create(System.Net.SocketAddress) */, L_3, L_4); V_1 = ((IPEndPoint_t3791887218 *)CastclassClass((RuntimeObject*)L_5, IPEndPoint_t3791887218_il2cpp_TypeInfo_var)); IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); MethodInfo_t * L_6 = ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->get_check_socket_policy_22(); if (L_6) { goto IL_003f; } } IL_0030: { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); MethodInfo_t * L_7 = Socket_GetUnityCrossDomainHelperMethod_m2287295676(NULL /*static, unused*/, _stringLiteral2605904622, /*hidden argument*/NULL); ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->set_check_socket_policy_22(L_7); } IL_003f: { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); MethodInfo_t * L_8 = ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->get_check_socket_policy_22(); ObjectU5BU5D_t2843939325* L_9 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); IPEndPoint_t3791887218 * L_10 = V_1; NullCheck(L_10); IPAddress_t241777590 * L_11 = IPEndPoint_get_Address_m834732349(L_10, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Net.IPAddress::ToString() */, L_11); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_12); (L_9)->SetAt(static_cast(0), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = L_9; IPEndPoint_t3791887218 * L_14 = V_1; NullCheck(L_14); int32_t L_15 = IPEndPoint_get_Port_m2842923226(L_14, /*hidden argument*/NULL); int32_t L_16 = L_15; RuntimeObject * L_17 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_16); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_17); (L_13)->SetAt(static_cast(1), (RuntimeObject *)L_17); NullCheck(L_8); RuntimeObject * L_18 = MethodBase_Invoke_m1776411915(L_8, NULL, L_13, /*hidden argument*/NULL); V_3 = ((*(bool*)((bool*)UnBox(L_18, Boolean_t97287965_il2cpp_TypeInfo_var)))); goto IL_0099; } IL_0077: { ; // IL_0077: leave IL_0099 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_007c; throw e; } CATCH_007c: { // begin catch(System.Exception) { V_2 = ((Exception_t *)__exception_local); Exception_t * L_19 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3485748958, L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Console_WriteLine_m4182570127(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); V_3 = (bool)0; goto IL_0099; } IL_0094: { ; // IL_0094: leave IL_0099 } } // end catch (depth: 1) IL_0099: { bool L_21 = V_3; return L_21; } } // System.Reflection.MethodInfo System.Net.Sockets.Socket::GetUnityCrossDomainHelperMethod(System.String) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Socket_GetUnityCrossDomainHelperMethod_m2287295676 (RuntimeObject * __this /* static, unused */, String_t* ___methodname0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_GetUnityCrossDomainHelperMethod_m2287295676_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; MethodInfo_t * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_0 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, _stringLiteral2613899517, "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); V_0 = L_0; Type_t * L_1 = V_0; if (L_1) { goto IL_001c; } } { SecurityException_t975544473 * L_2 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_2, _stringLiteral2658763118, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Socket_GetUnityCrossDomainHelperMethod_m2287295676_RuntimeMethod_var); } IL_001c: { Type_t * L_3 = V_0; String_t* L_4 = ___methodname0; NullCheck(L_3); MethodInfo_t * L_5 = Type_GetMethod_m2019726356(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; MethodInfo_t * L_6 = V_1; if (L_6) { goto IL_003b; } } { String_t* L_7 = ___methodname0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2169913713, L_7, /*hidden argument*/NULL); SecurityException_t975544473 * L_9 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Socket_GetUnityCrossDomainHelperMethod_m2287295676_RuntimeMethod_var); } IL_003b: { MethodInfo_t * L_10 = V_1; return L_10; } } // System.Void System.Net.Sockets.Socket::Connect(System.Net.EndPoint) extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_m798630981 (Socket_t1119025450 * __this, EndPoint_t982345378 * ___remoteEP0, const RuntimeMethod* method) { { EndPoint_t982345378 * L_0 = ___remoteEP0; Socket_Connect_m2387904622(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.Socket::Connect(System.Net.EndPoint,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_m2387904622 (Socket_t1119025450 * __this, EndPoint_t982345378 * ___remoteEP0, bool ___requireSocketPolicy1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Connect_m2387904622_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAddress_t3739769427 * V_0 = NULL; IPEndPoint_t3791887218 * V_1 = NULL; int32_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (SocketAddress_t3739769427 *)NULL; bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0029; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0029; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_Connect_m2387904622_RuntimeMethod_var); } IL_0029: { EndPoint_t982345378 * L_5 = ___remoteEP0; if (L_5) { goto IL_003a; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral1060490584, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_Connect_m2387904622_RuntimeMethod_var); } IL_003a: { EndPoint_t982345378 * L_7 = ___remoteEP0; V_1 = ((IPEndPoint_t3791887218 *)IsInstClass((RuntimeObject*)L_7, IPEndPoint_t3791887218_il2cpp_TypeInfo_var)); IPEndPoint_t3791887218 * L_8 = V_1; if (!L_8) { goto IL_007c; } } { IPEndPoint_t3791887218 * L_9 = V_1; NullCheck(L_9); IPAddress_t241777590 * L_10 = IPEndPoint_get_Address_m834732349(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_t241777590 * L_11 = ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->get_Any_4(); NullCheck(L_10); bool L_12 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Net.IPAddress::Equals(System.Object) */, L_10, L_11); if (L_12) { goto IL_0071; } } { IPEndPoint_t3791887218 * L_13 = V_1; NullCheck(L_13); IPAddress_t241777590 * L_14 = IPEndPoint_get_Address_m834732349(L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_t241777590 * L_15 = ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->get_IPv6Any_8(); NullCheck(L_14); bool L_16 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Net.IPAddress::Equals(System.Object) */, L_14, L_15); if (!L_16) { goto IL_007c; } } IL_0071: { SocketException_t3852068672 * L_17 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_17, ((int32_t)10049), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,Socket_Connect_m2387904622_RuntimeMethod_var); } IL_007c: { bool L_18 = __this->get_islistening_2(); if (!L_18) { goto IL_008d; } } { InvalidOperationException_t56020091 * L_19 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,Socket_Connect_m2387904622_RuntimeMethod_var); } IL_008d: { EndPoint_t982345378 * L_20 = ___remoteEP0; NullCheck(L_20); SocketAddress_t3739769427 * L_21 = VirtFuncInvoker0< SocketAddress_t3739769427 * >::Invoke(6 /* System.Net.SocketAddress System.Net.EndPoint::Serialize() */, L_20); V_0 = L_21; V_2 = 0; IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_22 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_blocking_thread_14(L_22); } IL_00a1: try { // begin try (depth: 1) try { // begin try (depth: 2) intptr_t L_23 = __this->get_socket_9(); SocketAddress_t3739769427 * L_24 = V_0; bool L_25 = ___requireSocketPolicy1; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_Connect_internal_m1130612002(NULL /*static, unused*/, L_23, L_24, (&V_2), L_25, /*hidden argument*/NULL); IL2CPP_LEAVE(0xD9, FINALLY_00d1); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ThreadAbortException_t4074510458_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00b5; throw e; } CATCH_00b5: { // begin catch(System.Threading.ThreadAbortException) { bool L_26 = __this->get_disposed_20(); if (!L_26) { goto IL_00cc; } } IL_00c1: { IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_ResetAbort_m2418149112(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = ((int32_t)10004); } IL_00cc: { IL2CPP_LEAVE(0xD9, FINALLY_00d1); } } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d1; } FINALLY_00d1: { // begin finally (depth: 1) __this->set_blocking_thread_14((Thread_t2300836069 *)NULL); IL2CPP_END_FINALLY(209) } // end finally (depth: 1) IL2CPP_CLEANUP(209) { IL2CPP_JUMP_TBL(0xD9, IL_00d9) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00d9: { int32_t L_27 = V_2; if (!L_27) { goto IL_00e6; } } { int32_t L_28 = V_2; SocketException_t3852068672 * L_29 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_29, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29,Socket_Connect_m2387904622_RuntimeMethod_var); } IL_00e6: { __this->set_connected_18((bool)1); __this->set_isbound_15((bool)1); EndPoint_t982345378 * L_30 = ___remoteEP0; __this->set_seed_endpoint_21(L_30); return; } } // System.Boolean System.Net.Sockets.Socket::Poll_internal(System.IntPtr,System.Net.Sockets.SelectMode,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Socket_Poll_internal_m3742261368 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t ___mode1, int32_t ___timeout2, int32_t* ___error3, const RuntimeMethod* method) { typedef bool (*Socket_Poll_internal_m3742261368_ftn) (intptr_t, int32_t, int32_t, int32_t*); using namespace il2cpp::icalls; return ((Socket_Poll_internal_m3742261368_ftn)System::System::Net::Sockets::Socket::Poll) (___socket0, ___mode1, ___timeout2, ___error3); } // System.Int32 System.Net.Sockets.Socket::Receive_internal(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_internal_m331082597 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___count3, int32_t ___flags4, int32_t* ___error5, const RuntimeMethod* method) { typedef int32_t (*Socket_Receive_internal_m331082597_ftn) (intptr_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, int32_t, int32_t*); using namespace il2cpp::icalls; return ((Socket_Receive_internal_m331082597_ftn)System::System::Net::Sockets::Socket::Receive) (___sock0, ___buffer1, ___offset2, ___count3, ___flags4, ___error5); } // System.Int32 System.Net.Sockets.Socket::Receive_nochecks(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_nochecks_m1265362885 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buf0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, int32_t* ___error4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Receive_nochecks_m1265362885_MetadataUsageId); s_Il2CppMethodInitialized = true; } IPAddress_t241777590 * V_0 = NULL; EndPoint_t982345378 * 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 L_0 = __this->get_protocol_type_12(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)17))))) { goto IL_0051; } } { bool L_1 = Environment_get_SocketSecurityEnabled_m190813817(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_1) { goto IL_0051; } } { IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_t241777590 * L_2 = ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->get_Any_4(); V_0 = L_2; int32_t L_3 = __this->get_address_family_10(); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)23))))) { goto IL_0030; } } { IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_t241777590 * L_4 = ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->get_IPv6Any_8(); V_0 = L_4; } IL_0030: { IPAddress_t241777590 * L_5 = V_0; IPEndPoint_t3791887218 * L_6 = (IPEndPoint_t3791887218 *)il2cpp_codegen_object_new(IPEndPoint_t3791887218_il2cpp_TypeInfo_var); IPEndPoint__ctor_m2833647099(L_6, L_5, 0, /*hidden argument*/NULL); V_1 = L_6; V_2 = 0; ByteU5BU5D_t4116647657* L_7 = ___buf0; int32_t L_8 = ___offset1; int32_t L_9 = ___size2; int32_t L_10 = ___flags3; int32_t L_11 = Socket_ReceiveFrom_nochecks_exc_m3832376789(__this, L_7, L_8, L_9, L_10, (&V_1), (bool)0, (&V_2), /*hidden argument*/NULL); V_3 = L_11; int32_t* L_12 = ___error4; int32_t L_13 = V_2; *((int32_t*)(L_12)) = (int32_t)L_13; int32_t L_14 = V_3; return L_14; } IL_0051: { intptr_t L_15 = __this->get_socket_9(); ByteU5BU5D_t4116647657* L_16 = ___buf0; int32_t L_17 = ___offset1; int32_t L_18 = ___size2; int32_t L_19 = ___flags3; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_20 = Socket_Receive_internal_m331082597(NULL /*static, unused*/, L_15, L_16, L_17, L_18, L_19, (&V_4), /*hidden argument*/NULL); V_5 = L_20; int32_t* L_21 = ___error4; int32_t L_22 = V_4; *((int32_t*)(L_21)) = (int32_t)L_22; int32_t* L_23 = ___error4; if (!(*((int32_t*)L_23))) { goto IL_0098; } } { int32_t* L_24 = ___error4; if ((((int32_t)(*((int32_t*)L_24))) == ((int32_t)((int32_t)10035)))) { goto IL_0098; } } { int32_t* L_25 = ___error4; if ((((int32_t)(*((int32_t*)L_25))) == ((int32_t)((int32_t)10036)))) { goto IL_0098; } } { __this->set_connected_18((bool)0); goto IL_009f; } IL_0098: { __this->set_connected_18((bool)1); } IL_009f: { int32_t L_26 = V_5; return L_26; } } // System.Void System.Net.Sockets.Socket::GetSocketOption_obj_internal(System.IntPtr,System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Object&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_GetSocketOption_obj_internal_m3909434119 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t ___level1, int32_t ___name2, RuntimeObject ** ___obj_val3, int32_t* ___error4, const RuntimeMethod* method) { typedef void (*Socket_GetSocketOption_obj_internal_m3909434119_ftn) (intptr_t, int32_t, int32_t, RuntimeObject **, int32_t*); using namespace il2cpp::icalls; ((Socket_GetSocketOption_obj_internal_m3909434119_ftn)System::System::Net::Sockets::Socket::GetSocketOptionObj) (___socket0, ___level1, ___name2, ___obj_val3, ___error4); } // System.Int32 System.Net.Sockets.Socket::Send_internal(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_internal_m32065293 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, ByteU5BU5D_t4116647657* ___buf1, int32_t ___offset2, int32_t ___count3, int32_t ___flags4, int32_t* ___error5, const RuntimeMethod* method) { typedef int32_t (*Socket_Send_internal_m32065293_ftn) (intptr_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, int32_t, int32_t*); using namespace il2cpp::icalls; return ((Socket_Send_internal_m32065293_ftn)System::System::Net::Sockets::Socket::Send) (___sock0, ___buf1, ___offset2, ___count3, ___flags4, ___error5); } // System.Int32 System.Net.Sockets.Socket::Send_nochecks(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_nochecks_m3624015216 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buf0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, int32_t* ___error4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Send_nochecks_m3624015216_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___size2; if (L_0) { goto IL_000c; } } { int32_t* L_1 = ___error4; *((int32_t*)(L_1)) = (int32_t)0; return 0; } IL_000c: { intptr_t L_2 = __this->get_socket_9(); ByteU5BU5D_t4116647657* L_3 = ___buf0; int32_t L_4 = ___offset1; int32_t L_5 = ___size2; int32_t L_6 = ___flags3; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_7 = Socket_Send_internal_m32065293(NULL /*static, unused*/, L_2, L_3, L_4, L_5, L_6, (&V_0), /*hidden argument*/NULL); V_1 = L_7; int32_t* L_8 = ___error4; int32_t L_9 = V_0; *((int32_t*)(L_8)) = (int32_t)L_9; int32_t* L_10 = ___error4; if (!(*((int32_t*)L_10))) { goto IL_0051; } } { int32_t* L_11 = ___error4; if ((((int32_t)(*((int32_t*)L_11))) == ((int32_t)((int32_t)10035)))) { goto IL_0051; } } { int32_t* L_12 = ___error4; if ((((int32_t)(*((int32_t*)L_12))) == ((int32_t)((int32_t)10036)))) { goto IL_0051; } } { __this->set_connected_18((bool)0); goto IL_0058; } IL_0051: { __this->set_connected_18((bool)1); } IL_0058: { int32_t L_13 = V_1; return L_13; } } // System.Object System.Net.Sockets.Socket::GetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Socket_GetSocketOption_m419986124 (Socket_t1119025450 * __this, int32_t ___optionLevel0, int32_t ___optionName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_GetSocketOption_m419986124_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_GetSocketOption_m419986124_RuntimeMethod_var); } IL_0027: { intptr_t L_5 = __this->get_socket_9(); int32_t L_6 = ___optionLevel0; int32_t L_7 = ___optionName1; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_GetSocketOption_obj_internal_m3909434119(NULL /*static, unused*/, L_5, L_6, L_7, (&V_0), (&V_1), /*hidden argument*/NULL); int32_t L_8 = V_1; if (!L_8) { goto IL_0045; } } { int32_t L_9 = V_1; SocketException_t3852068672 * L_10 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Socket_GetSocketOption_m419986124_RuntimeMethod_var); } IL_0045: { int32_t L_11 = ___optionName1; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)128))))) { goto IL_0057; } } { RuntimeObject * L_12 = V_0; return ((LingerOption_t2688985448 *)CastclassClass((RuntimeObject*)L_12, LingerOption_t2688985448_il2cpp_TypeInfo_var)); } IL_0057: { int32_t L_13 = ___optionName1; if ((((int32_t)L_13) == ((int32_t)((int32_t)12)))) { goto IL_0067; } } { int32_t L_14 = ___optionName1; if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)13))))) { goto IL_006e; } } IL_0067: { RuntimeObject * L_15 = V_0; return ((MulticastOption_t3861143239 *)CastclassClass((RuntimeObject*)L_15, MulticastOption_t3861143239_il2cpp_TypeInfo_var)); } IL_006e: { RuntimeObject * L_16 = V_0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_16, Int32_t2950945753_il2cpp_TypeInfo_var))) { goto IL_0085; } } { RuntimeObject * L_17 = V_0; int32_t L_18 = ((*(int32_t*)((int32_t*)UnBox(L_17, Int32_t2950945753_il2cpp_TypeInfo_var)))); RuntimeObject * L_19 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_18); return L_19; } IL_0085: { RuntimeObject * L_20 = V_0; return L_20; } } // System.Void System.Net.Sockets.Socket::Shutdown_internal(System.IntPtr,System.Net.Sockets.SocketShutdown,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Shutdown_internal_m4083092300 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t ___how1, int32_t* ___error2, const RuntimeMethod* method) { typedef void (*Socket_Shutdown_internal_m4083092300_ftn) (intptr_t, int32_t, int32_t*); using namespace il2cpp::icalls; ((Socket_Shutdown_internal_m4083092300_ftn)System::System::Net::Sockets::Socket::Shutdown) (___socket0, ___how1, ___error2); } // System.Void System.Net.Sockets.Socket::SetSocketOption_internal(System.IntPtr,System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Object,System.Byte[],System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_SetSocketOption_internal_m2890815837 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t ___level1, int32_t ___name2, RuntimeObject * ___obj_val3, ByteU5BU5D_t4116647657* ___byte_val4, int32_t ___int_val5, int32_t* ___error6, const RuntimeMethod* method) { typedef void (*Socket_SetSocketOption_internal_m2890815837_ftn) (intptr_t, int32_t, int32_t, RuntimeObject *, ByteU5BU5D_t4116647657*, int32_t, int32_t*); using namespace il2cpp::icalls; ((Socket_SetSocketOption_internal_m2890815837_ftn)System::System::Net::Sockets::Socket::SetSocketOption) (___socket0, ___level1, ___name2, ___obj_val3, ___byte_val4, ___int_val5, ___error6); } // System.Void System.Net.Sockets.Socket::SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Socket_SetSocketOption_m483522974 (Socket_t1119025450 * __this, int32_t ___optionLevel0, int32_t ___optionName1, int32_t ___optionValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_SetSocketOption_m483522974_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_SetSocketOption_m483522974_RuntimeMethod_var); } IL_0027: { intptr_t L_5 = __this->get_socket_9(); int32_t L_6 = ___optionLevel0; int32_t L_7 = ___optionName1; int32_t L_8 = ___optionValue2; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_SetSocketOption_internal_m2890815837(NULL /*static, unused*/, L_5, L_6, L_7, NULL, (ByteU5BU5D_t4116647657*)(ByteU5BU5D_t4116647657*)NULL, L_8, (&V_0), /*hidden argument*/NULL); int32_t L_9 = V_0; if (!L_9) { goto IL_0046; } } { int32_t L_10 = V_0; SocketException_t3852068672 * L_11 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,Socket_SetSocketOption_m483522974_RuntimeMethod_var); } IL_0046: { return; } } // System.Void System.Net.Sockets.Socket::ThrowIfUpd() extern "C" IL2CPP_METHOD_ATTR void Socket_ThrowIfUpd_m1907232738 (Socket_t1119025450 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_ThrowIfUpd_m1907232738_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_protocol_type_12(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)17))))) { goto IL_0018; } } { SocketException_t3852068672 * L_1 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_1, ((int32_t)10042), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Socket_ThrowIfUpd_m1907232738_RuntimeMethod_var); } IL_0018: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_SocketAsyncCall_t1521370843 (SocketAsyncCall_t1521370843 * __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(); } // System.Void System.Net.Sockets.Socket/SocketAsyncCall::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void SocketAsyncCall__ctor_m1454446081 (SocketAsyncCall_t1521370843 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Net.Sockets.Socket/SocketAsyncCall::Invoke() extern "C" IL2CPP_METHOD_ATTR void SocketAsyncCall_Invoke_m3982016662 (SocketAsyncCall_t1521370843 * __this, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { SocketAsyncCall_Invoke_m3982016662((SocketAsyncCall_t1521370843 *)__this->get_prev_9(), method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 0) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, targetThis); else GenericVirtActionInvoker0::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef void (*FunctionPointerType) (void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } } // System.IAsyncResult System.Net.Sockets.Socket/SocketAsyncCall::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SocketAsyncCall_BeginInvoke_m3372974237 (SocketAsyncCall_t1521370843 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // System.Void System.Net.Sockets.Socket/SocketAsyncCall::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void SocketAsyncCall_EndInvoke_m1167438055 (SocketAsyncCall_t1521370843 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Net.Sockets.Socket/SocketAsyncResult extern "C" void SocketAsyncResult_t2080034863_marshal_pinvoke(const SocketAsyncResult_t2080034863& unmarshaled, SocketAsyncResult_t2080034863_marshaled_pinvoke& marshaled) { Exception_t* ___Sock_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Sock' of type 'SocketAsyncResult': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___Sock_0Exception,NULL); } extern "C" void SocketAsyncResult_t2080034863_marshal_pinvoke_back(const SocketAsyncResult_t2080034863_marshaled_pinvoke& marshaled, SocketAsyncResult_t2080034863& unmarshaled) { Exception_t* ___Sock_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Sock' of type 'SocketAsyncResult': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___Sock_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Net.Sockets.Socket/SocketAsyncResult extern "C" void SocketAsyncResult_t2080034863_marshal_pinvoke_cleanup(SocketAsyncResult_t2080034863_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Net.Sockets.Socket/SocketAsyncResult extern "C" void SocketAsyncResult_t2080034863_marshal_com(const SocketAsyncResult_t2080034863& unmarshaled, SocketAsyncResult_t2080034863_marshaled_com& marshaled) { Exception_t* ___Sock_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Sock' of type 'SocketAsyncResult': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___Sock_0Exception,NULL); } extern "C" void SocketAsyncResult_t2080034863_marshal_com_back(const SocketAsyncResult_t2080034863_marshaled_com& marshaled, SocketAsyncResult_t2080034863& unmarshaled) { Exception_t* ___Sock_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Sock' of type 'SocketAsyncResult': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___Sock_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Net.Sockets.Socket/SocketAsyncResult extern "C" void SocketAsyncResult_t2080034863_marshal_com_cleanup(SocketAsyncResult_t2080034863_marshaled_com& marshaled) { } // System.Void System.Net.Sockets.Socket/SocketAsyncResult::.ctor(System.Net.Sockets.Socket,System.Object,System.AsyncCallback,System.Net.Sockets.Socket/SocketOperation) extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult__ctor_m593275962 (SocketAsyncResult_t2080034863 * __this, Socket_t1119025450 * ___sock0, RuntimeObject * ___state1, AsyncCallback_t3962456242 * ___callback2, int32_t ___operation3, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Socket_t1119025450 * L_0 = ___sock0; __this->set_Sock_0(L_0); Socket_t1119025450 * L_1 = ___sock0; NullCheck(L_1); bool L_2 = L_1->get_blocking_13(); __this->set_blocking_20(L_2); Socket_t1119025450 * L_3 = ___sock0; NullCheck(L_3); intptr_t L_4 = L_3->get_socket_9(); __this->set_handle_1(L_4); RuntimeObject * L_5 = ___state1; __this->set_state_2(L_5); AsyncCallback_t3962456242 * L_6 = ___callback2; __this->set_callback_3(L_6); int32_t L_7 = ___operation3; __this->set_operation_22(L_7); __this->set_SockFlags_10(0); return; } } // System.Void System.Net.Sockets.Socket/SocketAsyncResult::CheckIfThrowDelayedException() extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_CheckIfThrowDelayedException_m1547318945 (SocketAsyncResult_t2080034863 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SocketAsyncResult_CheckIfThrowDelayedException_m1547318945_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = __this->get_delayedException_5(); if (!L_0) { goto IL_001e; } } { Socket_t1119025450 * L_1 = __this->get_Sock_0(); NullCheck(L_1); L_1->set_connected_18((bool)0); Exception_t * L_2 = __this->get_delayedException_5(); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,SocketAsyncResult_CheckIfThrowDelayedException_m1547318945_RuntimeMethod_var); } IL_001e: { int32_t L_3 = __this->get_error_21(); if (!L_3) { goto IL_0041; } } { Socket_t1119025450 * L_4 = __this->get_Sock_0(); NullCheck(L_4); L_4->set_connected_18((bool)0); int32_t L_5 = __this->get_error_21(); SocketException_t3852068672 * L_6 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,SocketAsyncResult_CheckIfThrowDelayedException_m1547318945_RuntimeMethod_var); } IL_0041: { return; } } // System.Void System.Net.Sockets.Socket/SocketAsyncResult::CompleteAllOnDispose(System.Collections.Queue) extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_CompleteAllOnDispose_m1317216893 (SocketAsyncResult_t2080034863 * __this, Queue_t3637523393 * ___queue0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SocketAsyncResult_CompleteAllOnDispose_m1317216893_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; WaitCallback_t2448485498 * V_1 = NULL; int32_t V_2 = 0; SocketAsyncResult_t2080034863 * V_3 = NULL; { Queue_t3637523393 * L_0 = ___queue0; NullCheck(L_0); ObjectU5BU5D_t2843939325* L_1 = VirtFuncInvoker0< ObjectU5BU5D_t2843939325* >::Invoke(20 /* System.Object[] System.Collections.Queue::ToArray() */, L_0); V_0 = L_1; Queue_t3637523393 * L_2 = ___queue0; NullCheck(L_2); VirtActionInvoker0::Invoke(16 /* System.Void System.Collections.Queue::Clear() */, L_2); V_2 = 0; goto IL_0036; } IL_0014: { ObjectU5BU5D_t2843939325* L_3 = V_0; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = L_4; RuntimeObject * L_6 = (L_3)->GetAt(static_cast(L_5)); V_3 = ((SocketAsyncResult_t2080034863 *)CastclassSealed((RuntimeObject*)L_6, SocketAsyncResult_t2080034863_il2cpp_TypeInfo_var)); SocketAsyncResult_t2080034863 * L_7 = V_3; intptr_t L_8 = (intptr_t)SocketAsyncResult_CompleteDisposed_m2330202014_RuntimeMethod_var; WaitCallback_t2448485498 * L_9 = (WaitCallback_t2448485498 *)il2cpp_codegen_object_new(WaitCallback_t2448485498_il2cpp_TypeInfo_var); WaitCallback__ctor_m1893321019(L_9, L_7, L_8, /*hidden argument*/NULL); V_1 = L_9; WaitCallback_t2448485498 * L_10 = V_1; ThreadPool_QueueUserWorkItem_m1526970260(NULL /*static, unused*/, L_10, NULL, /*hidden argument*/NULL); int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0036: { int32_t L_12 = V_2; ObjectU5BU5D_t2843939325* L_13 = V_0; NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))))) { goto IL_0014; } } { ObjectU5BU5D_t2843939325* L_14 = V_0; NullCheck(L_14); if ((((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))) { goto IL_004e; } } { __this->set_Buffer_7((ByteU5BU5D_t4116647657*)NULL); } IL_004e: { return; } } // System.Void System.Net.Sockets.Socket/SocketAsyncResult::CompleteDisposed(System.Object) extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_CompleteDisposed_m2330202014 (SocketAsyncResult_t2080034863 * __this, RuntimeObject * ___unused0, const RuntimeMethod* method) { { SocketAsyncResult_Complete_m2927099815(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.Socket/SocketAsyncResult::Complete() extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m2927099815 (SocketAsyncResult_t2080034863 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SocketAsyncResult_Complete_m2927099815_MetadataUsageId); s_Il2CppMethodInitialized = true; } Queue_t3637523393 * V_0 = NULL; SocketAsyncCall_t1521370843 * V_1 = NULL; SocketAsyncResult_t2080034863 * V_2 = NULL; Queue_t3637523393 * V_3 = NULL; Worker_t2051517921 * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { int32_t L_0 = __this->get_operation_22(); if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_0037; } } { Socket_t1119025450 * L_1 = __this->get_Sock_0(); NullCheck(L_1); bool L_2 = L_1->get_disposed_20(); if (!L_2) { goto IL_0037; } } { Socket_t1119025450 * L_3 = __this->get_Sock_0(); NullCheck(L_3); Type_t * L_4 = Object_GetType_m88164663(L_3, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_4); ObjectDisposedException_t21392786 * L_6 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_6, L_5, /*hidden argument*/NULL); __this->set_delayedException_5(L_6); } IL_0037: { SocketAsyncResult_set_IsCompleted_m3899558286(__this, (bool)1, /*hidden argument*/NULL); V_0 = (Queue_t3637523393 *)NULL; int32_t L_7 = __this->get_operation_22(); if ((((int32_t)L_7) == ((int32_t)2))) { goto IL_0065; } } { int32_t L_8 = __this->get_operation_22(); if ((((int32_t)L_8) == ((int32_t)3))) { goto IL_0065; } } { int32_t L_9 = __this->get_operation_22(); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)12))))) { goto IL_0076; } } IL_0065: { Socket_t1119025450 * L_10 = __this->get_Sock_0(); NullCheck(L_10); Queue_t3637523393 * L_11 = L_10->get_readQ_0(); V_0 = L_11; goto IL_00a7; } IL_0076: { int32_t L_12 = __this->get_operation_22(); if ((((int32_t)L_12) == ((int32_t)4))) { goto IL_009b; } } { int32_t L_13 = __this->get_operation_22(); if ((((int32_t)L_13) == ((int32_t)5))) { goto IL_009b; } } { int32_t L_14 = __this->get_operation_22(); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)13))))) { goto IL_00a7; } } IL_009b: { Socket_t1119025450 * L_15 = __this->get_Sock_0(); NullCheck(L_15); Queue_t3637523393 * L_16 = L_15->get_writeQ_1(); V_0 = L_16; } IL_00a7: { Queue_t3637523393 * L_17 = V_0; if (!L_17) { goto IL_0126; } } { V_1 = (SocketAsyncCall_t1521370843 *)NULL; V_2 = (SocketAsyncResult_t2080034863 *)NULL; Queue_t3637523393 * L_18 = V_0; V_3 = L_18; Queue_t3637523393 * L_19 = V_3; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); } IL_00b9: try { // begin try (depth: 1) { Queue_t3637523393 * L_20 = V_0; NullCheck(L_20); VirtFuncInvoker0< RuntimeObject * >::Invoke(17 /* System.Object System.Collections.Queue::Dequeue() */, L_20); Queue_t3637523393 * L_21 = V_0; NullCheck(L_21); int32_t L_22 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Queue::get_Count() */, L_21); if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_010b; } } IL_00cc: { Queue_t3637523393 * L_23 = V_0; NullCheck(L_23); RuntimeObject * L_24 = VirtFuncInvoker0< RuntimeObject * >::Invoke(19 /* System.Object System.Collections.Queue::Peek() */, L_23); V_2 = ((SocketAsyncResult_t2080034863 *)CastclassSealed((RuntimeObject*)L_24, SocketAsyncResult_t2080034863_il2cpp_TypeInfo_var)); Socket_t1119025450 * L_25 = __this->get_Sock_0(); NullCheck(L_25); bool L_26 = L_25->get_disposed_20(); if (L_26) { goto IL_0104; } } IL_00e8: { SocketAsyncResult_t2080034863 * L_27 = V_2; Worker_t2051517921 * L_28 = (Worker_t2051517921 *)il2cpp_codegen_object_new(Worker_t2051517921_il2cpp_TypeInfo_var); Worker__ctor_m2745363372(L_28, L_27, /*hidden argument*/NULL); V_4 = L_28; Worker_t2051517921 * L_29 = V_4; SocketAsyncResult_t2080034863 * L_30 = V_2; NullCheck(L_30); int32_t L_31 = L_30->get_operation_22(); SocketAsyncCall_t1521370843 * L_32 = SocketAsyncResult_GetDelegate_m3002880270(__this, L_29, L_31, /*hidden argument*/NULL); V_1 = L_32; goto IL_010b; } IL_0104: { Queue_t3637523393 * L_33 = V_0; SocketAsyncResult_CompleteAllOnDispose_m1317216893(__this, L_33, /*hidden argument*/NULL); } IL_010b: { IL2CPP_LEAVE(0x117, FINALLY_0110); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0110; } FINALLY_0110: { // begin finally (depth: 1) Queue_t3637523393 * L_34 = V_3; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); IL2CPP_END_FINALLY(272) } // end finally (depth: 1) IL2CPP_CLEANUP(272) { IL2CPP_JUMP_TBL(0x117, IL_0117) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0117: { SocketAsyncCall_t1521370843 * L_35 = V_1; if (!L_35) { goto IL_0126; } } { SocketAsyncCall_t1521370843 * L_36 = V_1; SocketAsyncResult_t2080034863 * L_37 = V_2; NullCheck(L_36); SocketAsyncCall_BeginInvoke_m3372974237(L_36, (AsyncCallback_t3962456242 *)NULL, L_37, /*hidden argument*/NULL); } IL_0126: { AsyncCallback_t3962456242 * L_38 = __this->get_callback_3(); if (!L_38) { goto IL_013d; } } { AsyncCallback_t3962456242 * L_39 = __this->get_callback_3(); NullCheck(L_39); AsyncCallback_Invoke_m3156993048(L_39, __this, /*hidden argument*/NULL); } IL_013d: { __this->set_Buffer_7((ByteU5BU5D_t4116647657*)NULL); return; } } // System.Net.Sockets.Socket/SocketAsyncCall System.Net.Sockets.Socket/SocketAsyncResult::GetDelegate(System.Net.Sockets.Socket/Worker,System.Net.Sockets.Socket/SocketOperation) extern "C" IL2CPP_METHOD_ATTR SocketAsyncCall_t1521370843 * SocketAsyncResult_GetDelegate_m3002880270 (SocketAsyncResult_t2080034863 * __this, Worker_t2051517921 * ___worker0, int32_t ___op1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SocketAsyncResult_GetDelegate_m3002880270_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___op1; V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)2))) { case 0: { goto IL_001f; } case 1: { goto IL_002c; } case 2: { goto IL_0039; } case 3: { goto IL_0046; } } } { goto IL_0053; } IL_001f: { Worker_t2051517921 * L_2 = ___worker0; intptr_t L_3 = (intptr_t)Worker_Receive_m1302394886_RuntimeMethod_var; SocketAsyncCall_t1521370843 * L_4 = (SocketAsyncCall_t1521370843 *)il2cpp_codegen_object_new(SocketAsyncCall_t1521370843_il2cpp_TypeInfo_var); SocketAsyncCall__ctor_m1454446081(L_4, L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_002c: { Worker_t2051517921 * L_5 = ___worker0; intptr_t L_6 = (intptr_t)Worker_ReceiveFrom_m35403591_RuntimeMethod_var; SocketAsyncCall_t1521370843 * L_7 = (SocketAsyncCall_t1521370843 *)il2cpp_codegen_object_new(SocketAsyncCall_t1521370843_il2cpp_TypeInfo_var); SocketAsyncCall__ctor_m1454446081(L_7, L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_0039: { Worker_t2051517921 * L_8 = ___worker0; intptr_t L_9 = (intptr_t)Worker_Send_m1896362792_RuntimeMethod_var; SocketAsyncCall_t1521370843 * L_10 = (SocketAsyncCall_t1521370843 *)il2cpp_codegen_object_new(SocketAsyncCall_t1521370843_il2cpp_TypeInfo_var); SocketAsyncCall__ctor_m1454446081(L_10, L_8, L_9, /*hidden argument*/NULL); return L_10; } IL_0046: { Worker_t2051517921 * L_11 = ___worker0; intptr_t L_12 = (intptr_t)Worker_SendTo_m1355176649_RuntimeMethod_var; SocketAsyncCall_t1521370843 * L_13 = (SocketAsyncCall_t1521370843 *)il2cpp_codegen_object_new(SocketAsyncCall_t1521370843_il2cpp_TypeInfo_var); SocketAsyncCall__ctor_m1454446081(L_13, L_11, L_12, /*hidden argument*/NULL); return L_13; } IL_0053: { return (SocketAsyncCall_t1521370843 *)NULL; } } // System.Void System.Net.Sockets.Socket/SocketAsyncResult::Complete(System.Int32) extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m3054928721 (SocketAsyncResult_t2080034863 * __this, int32_t ___total0, const RuntimeMethod* method) { { int32_t L_0 = ___total0; __this->set_total_17(L_0); SocketAsyncResult_Complete_m2927099815(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.Socket/SocketAsyncResult::Complete(System.Exception) extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m205520682 (SocketAsyncResult_t2080034863 * __this, Exception_t * ___e0, const RuntimeMethod* method) { { Exception_t * L_0 = ___e0; __this->set_delayedException_5(L_0); SocketAsyncResult_Complete_m2927099815(__this, /*hidden argument*/NULL); return; } } // System.Object System.Net.Sockets.Socket/SocketAsyncResult::get_AsyncState() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SocketAsyncResult_get_AsyncState_m2111420381 (SocketAsyncResult_t2080034863 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_state_2(); return L_0; } } // System.Threading.WaitHandle System.Net.Sockets.Socket/SocketAsyncResult::get_AsyncWaitHandle() extern "C" IL2CPP_METHOD_ATTR WaitHandle_t1743403487 * SocketAsyncResult_get_AsyncWaitHandle_m4045065521 (SocketAsyncResult_t2080034863 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SocketAsyncResult_get_AsyncWaitHandle_m4045065521_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t2080034863 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SocketAsyncResult_t2080034863 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) { WaitHandle_t1743403487 * L_1 = __this->get_waithandle_4(); if (L_1) { goto IL_0024; } } IL_0013: { bool L_2 = __this->get_completed_19(); ManualResetEvent_t451242010 * L_3 = (ManualResetEvent_t451242010 *)il2cpp_codegen_object_new(ManualResetEvent_t451242010_il2cpp_TypeInfo_var); ManualResetEvent__ctor_m4010886457(L_3, L_2, /*hidden argument*/NULL); __this->set_waithandle_4(L_3); } IL_0024: { IL2CPP_LEAVE(0x30, FINALLY_0029); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0029; } FINALLY_0029: { // begin finally (depth: 1) SocketAsyncResult_t2080034863 * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(41) } // end finally (depth: 1) IL2CPP_CLEANUP(41) { IL2CPP_JUMP_TBL(0x30, IL_0030) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0030: { WaitHandle_t1743403487 * L_5 = __this->get_waithandle_4(); return L_5; } } // System.Boolean System.Net.Sockets.Socket/SocketAsyncResult::get_IsCompleted() extern "C" IL2CPP_METHOD_ATTR bool SocketAsyncResult_get_IsCompleted_m650927778 (SocketAsyncResult_t2080034863 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_completed_19(); return L_0; } } // System.Void System.Net.Sockets.Socket/SocketAsyncResult::set_IsCompleted(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_set_IsCompleted_m3899558286 (SocketAsyncResult_t2080034863 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SocketAsyncResult_set_IsCompleted_m3899558286_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t2080034863 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = ___value0; __this->set_completed_19(L_0); V_0 = __this; SocketAsyncResult_t2080034863 * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000f: try { // begin try (depth: 1) { WaitHandle_t1743403487 * L_2 = __this->get_waithandle_4(); if (!L_2) { goto IL_0031; } } IL_001a: { bool L_3 = ___value0; if (!L_3) { goto IL_0031; } } IL_0020: { WaitHandle_t1743403487 * L_4 = __this->get_waithandle_4(); NullCheck(((ManualResetEvent_t451242010 *)CastclassSealed((RuntimeObject*)L_4, ManualResetEvent_t451242010_il2cpp_TypeInfo_var))); EventWaitHandle_Set_m2445193251(((ManualResetEvent_t451242010 *)CastclassSealed((RuntimeObject*)L_4, ManualResetEvent_t451242010_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_0031: { IL2CPP_LEAVE(0x3D, 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) SocketAsyncResult_t2080034863 * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(54) } // end finally (depth: 1) IL2CPP_CLEANUP(54) { IL2CPP_JUMP_TBL(0x3D, IL_003d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003d: { return; } } // System.Int32 System.Net.Sockets.Socket/SocketAsyncResult::get_Total() extern "C" IL2CPP_METHOD_ATTR int32_t SocketAsyncResult_get_Total_m1357230612 (SocketAsyncResult_t2080034863 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_total_17(); return L_0; } } // System.Void System.Net.Sockets.Socket/SocketAsyncResult::set_Total(System.Int32) extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_set_Total_m2735056888 (SocketAsyncResult_t2080034863 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_total_17(L_0); return; } } // System.Net.Sockets.SocketError System.Net.Sockets.Socket/SocketAsyncResult::get_ErrorCode() extern "C" IL2CPP_METHOD_ATTR int32_t SocketAsyncResult_get_ErrorCode_m2567000903 (SocketAsyncResult_t2080034863 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SocketAsyncResult_get_ErrorCode_m2567000903_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketException_t3852068672 * V_0 = NULL; { Exception_t * L_0 = __this->get_delayedException_5(); V_0 = ((SocketException_t3852068672 *)IsInstClass((RuntimeObject*)L_0, SocketException_t3852068672_il2cpp_TypeInfo_var)); SocketException_t3852068672 * L_1 = V_0; if (!L_1) { goto IL_0019; } } { SocketException_t3852068672 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = SocketException_get_SocketErrorCode_m2767669540(L_2, /*hidden argument*/NULL); return L_3; } IL_0019: { int32_t L_4 = __this->get_error_21(); if (!L_4) { goto IL_002b; } } { int32_t L_5 = __this->get_error_21(); return (int32_t)(L_5); } IL_002b: { return (int32_t)(0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Sockets.Socket/Worker::.ctor(System.Net.Sockets.Socket/SocketAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Worker__ctor_m2745363372 (Worker_t2051517921 * __this, SocketAsyncResult_t2080034863 * ___ares0, const RuntimeMethod* method) { { SocketAsyncResult_t2080034863 * L_0 = ___ares0; Worker__ctor_m1552072888(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.Socket/Worker::.ctor(System.Net.Sockets.Socket/SocketAsyncResult,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Worker__ctor_m1552072888 (Worker_t2051517921 * __this, SocketAsyncResult_t2080034863 * ___ares0, bool ___requireSocketSecurity1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); SocketAsyncResult_t2080034863 * L_0 = ___ares0; __this->set_result_0(L_0); bool L_1 = ___requireSocketSecurity1; __this->set_requireSocketSecurity_1(L_1); return; } } // System.Void System.Net.Sockets.Socket/Worker::Receive() extern "C" IL2CPP_METHOD_ATTR void Worker_Receive_m1302394886 (Worker_t2051517921 * __this, const RuntimeMethod* method) { { SocketAsyncResult_t2080034863 * L_0 = __this->get_result_0(); NullCheck(L_0); SocketAsyncResult_Complete_m2927099815(L_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.Socket/Worker::ReceiveFrom() extern "C" IL2CPP_METHOD_ATTR void Worker_ReceiveFrom_m35403591 (Worker_t2051517921 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Worker_ReceiveFrom_m35403591_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = 0; } IL_0002: try { // begin try (depth: 1) SocketAsyncResult_t2080034863 * L_0 = __this->get_result_0(); NullCheck(L_0); Socket_t1119025450 * L_1 = L_0->get_Sock_0(); SocketAsyncResult_t2080034863 * L_2 = __this->get_result_0(); NullCheck(L_2); ByteU5BU5D_t4116647657* L_3 = L_2->get_Buffer_7(); SocketAsyncResult_t2080034863 * L_4 = __this->get_result_0(); NullCheck(L_4); int32_t L_5 = L_4->get_Offset_8(); SocketAsyncResult_t2080034863 * L_6 = __this->get_result_0(); NullCheck(L_6); int32_t L_7 = L_6->get_Size_9(); SocketAsyncResult_t2080034863 * L_8 = __this->get_result_0(); NullCheck(L_8); int32_t L_9 = L_8->get_SockFlags_10(); SocketAsyncResult_t2080034863 * L_10 = __this->get_result_0(); NullCheck(L_10); EndPoint_t982345378 ** L_11 = L_10->get_address_of_EndPoint_6(); NullCheck(L_1); int32_t L_12 = Socket_ReceiveFrom_nochecks_m2346680298(L_1, L_3, L_5, L_7, L_9, L_11, /*hidden argument*/NULL); V_0 = L_12; goto IL_0066; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_004f; throw e; } CATCH_004f: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); SocketAsyncResult_t2080034863 * L_13 = __this->get_result_0(); Exception_t * L_14 = V_1; NullCheck(L_13); SocketAsyncResult_Complete_m205520682(L_13, L_14, /*hidden argument*/NULL); goto IL_0072; } IL_0061: { ; // IL_0061: leave IL_0066 } } // end catch (depth: 1) IL_0066: { SocketAsyncResult_t2080034863 * L_15 = __this->get_result_0(); int32_t L_16 = V_0; NullCheck(L_15); SocketAsyncResult_Complete_m3054928721(L_15, L_16, /*hidden argument*/NULL); } IL_0072: { return; } } // System.Void System.Net.Sockets.Socket/Worker::UpdateSendValues(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Worker_UpdateSendValues_m1721166924 (Worker_t2051517921 * __this, int32_t ___last_sent0, const RuntimeMethod* method) { { SocketAsyncResult_t2080034863 * L_0 = __this->get_result_0(); NullCheck(L_0); int32_t L_1 = L_0->get_error_21(); if (L_1) { goto IL_0044; } } { int32_t L_2 = __this->get_send_so_far_2(); int32_t L_3 = ___last_sent0; __this->set_send_so_far_2(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))); SocketAsyncResult_t2080034863 * L_4 = __this->get_result_0(); SocketAsyncResult_t2080034863 * L_5 = L_4; NullCheck(L_5); int32_t L_6 = L_5->get_Offset_8(); int32_t L_7 = ___last_sent0; NullCheck(L_5); L_5->set_Offset_8(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7))); SocketAsyncResult_t2080034863 * L_8 = __this->get_result_0(); SocketAsyncResult_t2080034863 * L_9 = L_8; NullCheck(L_9); int32_t L_10 = L_9->get_Size_9(); int32_t L_11 = ___last_sent0; NullCheck(L_9); L_9->set_Size_9(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11))); } IL_0044: { return; } } // System.Void System.Net.Sockets.Socket/Worker::Send() extern "C" IL2CPP_METHOD_ATTR void Worker_Send_m1896362792 (Worker_t2051517921 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Worker_Send_m1896362792_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAsyncCall_t1521370843 * V_0 = NULL; { SocketAsyncResult_t2080034863 * L_0 = __this->get_result_0(); NullCheck(L_0); int32_t L_1 = L_0->get_error_21(); if (L_1) { goto IL_0080; } } { SocketAsyncResult_t2080034863 * L_2 = __this->get_result_0(); NullCheck(L_2); int32_t L_3 = SocketAsyncResult_get_Total_m1357230612(L_2, /*hidden argument*/NULL); Worker_UpdateSendValues_m1721166924(__this, L_3, /*hidden argument*/NULL); SocketAsyncResult_t2080034863 * L_4 = __this->get_result_0(); NullCheck(L_4); Socket_t1119025450 * L_5 = L_4->get_Sock_0(); NullCheck(L_5); bool L_6 = L_5->get_disposed_20(); if (!L_6) { goto IL_0042; } } { SocketAsyncResult_t2080034863 * L_7 = __this->get_result_0(); NullCheck(L_7); SocketAsyncResult_Complete_m2927099815(L_7, /*hidden argument*/NULL); return; } IL_0042: { SocketAsyncResult_t2080034863 * L_8 = __this->get_result_0(); NullCheck(L_8); int32_t L_9 = L_8->get_Size_9(); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_006f; } } { intptr_t L_10 = (intptr_t)Worker_Send_m1896362792_RuntimeMethod_var; SocketAsyncCall_t1521370843 * L_11 = (SocketAsyncCall_t1521370843 *)il2cpp_codegen_object_new(SocketAsyncCall_t1521370843_il2cpp_TypeInfo_var); SocketAsyncCall__ctor_m1454446081(L_11, __this, L_10, /*hidden argument*/NULL); V_0 = L_11; SocketAsyncCall_t1521370843 * L_12 = V_0; SocketAsyncResult_t2080034863 * L_13 = __this->get_result_0(); NullCheck(L_12); SocketAsyncCall_BeginInvoke_m3372974237(L_12, (AsyncCallback_t3962456242 *)NULL, L_13, /*hidden argument*/NULL); return; } IL_006f: { SocketAsyncResult_t2080034863 * L_14 = __this->get_result_0(); int32_t L_15 = __this->get_send_so_far_2(); NullCheck(L_14); SocketAsyncResult_set_Total_m2735056888(L_14, L_15, /*hidden argument*/NULL); } IL_0080: { SocketAsyncResult_t2080034863 * L_16 = __this->get_result_0(); NullCheck(L_16); SocketAsyncResult_Complete_m2927099815(L_16, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.Socket/Worker::SendTo() extern "C" IL2CPP_METHOD_ATTR void Worker_SendTo_m1355176649 (Worker_t2051517921 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Worker_SendTo_m1355176649_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SocketAsyncCall_t1521370843 * V_1 = NULL; Exception_t * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = 0; } IL_0002: try { // begin try (depth: 1) { SocketAsyncResult_t2080034863 * L_0 = __this->get_result_0(); NullCheck(L_0); Socket_t1119025450 * L_1 = L_0->get_Sock_0(); SocketAsyncResult_t2080034863 * L_2 = __this->get_result_0(); NullCheck(L_2); ByteU5BU5D_t4116647657* L_3 = L_2->get_Buffer_7(); SocketAsyncResult_t2080034863 * L_4 = __this->get_result_0(); NullCheck(L_4); int32_t L_5 = L_4->get_Offset_8(); SocketAsyncResult_t2080034863 * L_6 = __this->get_result_0(); NullCheck(L_6); int32_t L_7 = L_6->get_Size_9(); SocketAsyncResult_t2080034863 * L_8 = __this->get_result_0(); NullCheck(L_8); int32_t L_9 = L_8->get_SockFlags_10(); SocketAsyncResult_t2080034863 * L_10 = __this->get_result_0(); NullCheck(L_10); EndPoint_t982345378 * L_11 = L_10->get_EndPoint_6(); NullCheck(L_1); int32_t L_12 = Socket_SendTo_nochecks_m2955493341(L_1, L_3, L_5, L_7, L_9, L_11, /*hidden argument*/NULL); V_0 = L_12; int32_t L_13 = V_0; Worker_UpdateSendValues_m1721166924(__this, L_13, /*hidden argument*/NULL); SocketAsyncResult_t2080034863 * L_14 = __this->get_result_0(); NullCheck(L_14); int32_t L_15 = L_14->get_Size_9(); if ((((int32_t)L_15) <= ((int32_t)0))) { goto IL_0082; } } IL_0062: { intptr_t L_16 = (intptr_t)Worker_SendTo_m1355176649_RuntimeMethod_var; SocketAsyncCall_t1521370843 * L_17 = (SocketAsyncCall_t1521370843 *)il2cpp_codegen_object_new(SocketAsyncCall_t1521370843_il2cpp_TypeInfo_var); SocketAsyncCall__ctor_m1454446081(L_17, __this, L_16, /*hidden argument*/NULL); V_1 = L_17; SocketAsyncCall_t1521370843 * L_18 = V_1; SocketAsyncResult_t2080034863 * L_19 = __this->get_result_0(); NullCheck(L_18); SocketAsyncCall_BeginInvoke_m3372974237(L_18, (AsyncCallback_t3962456242 *)NULL, L_19, /*hidden argument*/NULL); goto IL_00ba; } IL_0082: { SocketAsyncResult_t2080034863 * L_20 = __this->get_result_0(); int32_t L_21 = __this->get_send_so_far_2(); NullCheck(L_20); SocketAsyncResult_set_Total_m2735056888(L_20, L_21, /*hidden argument*/NULL); goto IL_00af; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0098; throw e; } CATCH_0098: { // begin catch(System.Exception) { V_2 = ((Exception_t *)__exception_local); SocketAsyncResult_t2080034863 * L_22 = __this->get_result_0(); Exception_t * L_23 = V_2; NullCheck(L_22); SocketAsyncResult_Complete_m205520682(L_22, L_23, /*hidden argument*/NULL); goto IL_00ba; } IL_00aa: { ; // IL_00aa: leave IL_00af } } // end catch (depth: 1) IL_00af: { SocketAsyncResult_t2080034863 * L_24 = __this->get_result_0(); NullCheck(L_24); SocketAsyncResult_Complete_m2927099815(L_24, /*hidden argument*/NULL); } IL_00ba: { 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.Sockets.SocketException::.ctor() extern "C" IL2CPP_METHOD_ATTR void SocketException__ctor_m480722159 (SocketException_t3852068672 * __this, const RuntimeMethod* method) { { int32_t L_0 = SocketException_WSAGetLastError_internal_m1236276956(NULL /*static, unused*/, /*hidden argument*/NULL); Win32Exception__ctor_m3118723333(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.SocketException::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void SocketException__ctor_m1369613389 (SocketException_t3852068672 * __this, int32_t ___error0, const RuntimeMethod* method) { { int32_t L_0 = ___error0; Win32Exception__ctor_m3118723333(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.SocketException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void SocketException__ctor_m3558609746 (SocketException_t3852068672 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; Win32Exception__ctor_m3265219078(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.SocketException::.ctor(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void SocketException__ctor_m3042788307 (SocketException_t3852068672 * __this, int32_t ___error0, String_t* ___message1, const RuntimeMethod* method) { { int32_t L_0 = ___error0; String_t* L_1 = ___message1; Win32Exception__ctor_m11747318(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Int32 System.Net.Sockets.SocketException::WSAGetLastError_internal() extern "C" IL2CPP_METHOD_ATTR int32_t SocketException_WSAGetLastError_internal_m1236276956 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef int32_t (*SocketException_WSAGetLastError_internal_m1236276956_ftn) (); using namespace il2cpp::icalls; return ((SocketException_WSAGetLastError_internal_m1236276956_ftn)System::System::Net::Sockets::SocketException::WSAGetLastError) (); } // System.Int32 System.Net.Sockets.SocketException::get_ErrorCode() extern "C" IL2CPP_METHOD_ATTR int32_t SocketException_get_ErrorCode_m2151585602 (SocketException_t3852068672 * __this, const RuntimeMethod* method) { { int32_t L_0 = Win32Exception_get_NativeErrorCode_m4105802931(__this, /*hidden argument*/NULL); return L_0; } } // System.Net.Sockets.SocketError System.Net.Sockets.SocketException::get_SocketErrorCode() extern "C" IL2CPP_METHOD_ATTR int32_t SocketException_get_SocketErrorCode_m2767669540 (SocketException_t3852068672 * __this, const RuntimeMethod* method) { { int32_t L_0 = Win32Exception_get_NativeErrorCode_m4105802931(__this, /*hidden argument*/NULL); return (int32_t)(L_0); } } // System.String System.Net.Sockets.SocketException::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* SocketException_get_Message_m1742236578 (SocketException_t3852068672 * __this, const RuntimeMethod* method) { { String_t* L_0 = Exception_get_Message_m3320461627(__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 #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 #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.Sockets.TcpClient::.ctor() extern "C" IL2CPP_METHOD_ATTR void TcpClient__ctor_m1992471411 (TcpClient_t822906377 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TcpClient__ctor_m1992471411_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); TcpClient_Init_m3763123122(__this, 2, /*hidden argument*/NULL); Socket_t1119025450 * L_0 = __this->get_client_2(); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_t241777590 * L_1 = ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->get_Any_4(); IPEndPoint_t3791887218 * L_2 = (IPEndPoint_t3791887218 *)il2cpp_codegen_object_new(IPEndPoint_t3791887218_il2cpp_TypeInfo_var); IPEndPoint__ctor_m2833647099(L_2, L_1, 0, /*hidden argument*/NULL); NullCheck(L_0); Socket_Bind_m1387808352(L_0, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.TcpClient::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void TcpClient_System_IDisposable_Dispose_m517108836 (TcpClient_t822906377 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Net.Sockets.TcpClient::Dispose(System.Boolean) */, __this, (bool)1); GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.TcpClient::Init(System.Net.Sockets.AddressFamily) extern "C" IL2CPP_METHOD_ATTR void TcpClient_Init_m3763123122 (TcpClient_t822906377 * __this, int32_t ___family0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TcpClient_Init_m3763123122_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_active_1((bool)0); Socket_t1119025450 * L_0 = __this->get_client_2(); if (!L_0) { goto IL_0024; } } { Socket_t1119025450 * L_1 = __this->get_client_2(); NullCheck(L_1); Socket_Close_m3289097516(L_1, /*hidden argument*/NULL); __this->set_client_2((Socket_t1119025450 *)NULL); } IL_0024: { int32_t L_2 = ___family0; Socket_t1119025450 * L_3 = (Socket_t1119025450 *)il2cpp_codegen_object_new(Socket_t1119025450_il2cpp_TypeInfo_var); Socket__ctor_m3479084642(L_3, L_2, 1, 6, /*hidden argument*/NULL); __this->set_client_2(L_3); return; } } // System.Net.Sockets.Socket System.Net.Sockets.TcpClient::get_Client() extern "C" IL2CPP_METHOD_ATTR Socket_t1119025450 * TcpClient_get_Client_m139203108 (TcpClient_t822906377 * __this, const RuntimeMethod* method) { { Socket_t1119025450 * L_0 = __this->get_client_2(); return L_0; } } // System.Boolean System.Net.Sockets.TcpClient::get_Connected() extern "C" IL2CPP_METHOD_ATTR bool TcpClient_get_Connected_m4171740171 (TcpClient_t822906377 * __this, const RuntimeMethod* method) { { Socket_t1119025450 * L_0 = __this->get_client_2(); NullCheck(L_0); bool L_1 = Socket_get_Connected_m2875145796(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Net.Sockets.TcpClient::Close() extern "C" IL2CPP_METHOD_ATTR void TcpClient_Close_m3817529922 (TcpClient_t822906377 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TcpClient_Close_m3817529922_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, __this); return; } } // System.Void System.Net.Sockets.TcpClient::Connect(System.Net.IPEndPoint) extern "C" IL2CPP_METHOD_ATTR void TcpClient_Connect_m3565396920 (TcpClient_t822906377 * __this, IPEndPoint_t3791887218 * ___remote_end_point0, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) Socket_t1119025450 * L_0 = __this->get_client_2(); IPEndPoint_t3791887218 * L_1 = ___remote_end_point0; NullCheck(L_0); Socket_Connect_m798630981(L_0, L_1, /*hidden argument*/NULL); __this->set_active_1((bool)1); IL2CPP_LEAVE(0x1F, FINALLY_0018); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0018; } FINALLY_0018: { // begin finally (depth: 1) TcpClient_CheckDisposed_m4074660825(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(24) } // end finally (depth: 1) IL2CPP_CLEANUP(24) { IL2CPP_JUMP_TBL(0x1F, IL_001f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_001f: { return; } } // System.Void System.Net.Sockets.TcpClient::Connect(System.Net.IPAddress,System.Int32) extern "C" IL2CPP_METHOD_ATTR void TcpClient_Connect_m4269241863 (TcpClient_t822906377 * __this, IPAddress_t241777590 * ___address0, int32_t ___port1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TcpClient_Connect_m4269241863_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IPAddress_t241777590 * L_0 = ___address0; int32_t L_1 = ___port1; IPEndPoint_t3791887218 * L_2 = (IPEndPoint_t3791887218 *)il2cpp_codegen_object_new(IPEndPoint_t3791887218_il2cpp_TypeInfo_var); IPEndPoint__ctor_m2833647099(L_2, L_0, L_1, /*hidden argument*/NULL); TcpClient_Connect_m3565396920(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.TcpClient::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TcpClient_Dispose_m929096288 (TcpClient_t822906377 * __this, bool ___disposing0, const RuntimeMethod* method) { NetworkStream_t4071955934 * V_0 = NULL; { bool L_0 = __this->get_disposed_3(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_disposed_3((bool)1); bool L_1 = ___disposing0; if (!L_1) { goto IL_005e; } } { NetworkStream_t4071955934 * L_2 = __this->get_stream_0(); V_0 = L_2; __this->set_stream_0((NetworkStream_t4071955934 *)NULL); NetworkStream_t4071955934 * L_3 = V_0; if (!L_3) { goto IL_0041; } } { NetworkStream_t4071955934 * L_4 = V_0; NullCheck(L_4); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_4); __this->set_active_1((bool)0); V_0 = (NetworkStream_t4071955934 *)NULL; goto IL_005e; } IL_0041: { Socket_t1119025450 * L_5 = __this->get_client_2(); if (!L_5) { goto IL_005e; } } { Socket_t1119025450 * L_6 = __this->get_client_2(); NullCheck(L_6); Socket_Close_m3289097516(L_6, /*hidden argument*/NULL); __this->set_client_2((Socket_t1119025450 *)NULL); } IL_005e: { return; } } // System.Void System.Net.Sockets.TcpClient::Finalize() extern "C" IL2CPP_METHOD_ATTR void TcpClient_Finalize_m2248115439 (TcpClient_t822906377 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Net.Sockets.TcpClient::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x13, FINALLY_000c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000c; } FINALLY_000c: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(12) } // end finally (depth: 1) IL2CPP_CLEANUP(12) { IL2CPP_JUMP_TBL(0x13, IL_0013) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0013: { return; } } // System.Net.Sockets.NetworkStream System.Net.Sockets.TcpClient::GetStream() extern "C" IL2CPP_METHOD_ATTR NetworkStream_t4071955934 * TcpClient_GetStream_m960745678 (TcpClient_t822906377 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TcpClient_GetStream_m960745678_MetadataUsageId); s_Il2CppMethodInitialized = true; } NetworkStream_t4071955934 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { NetworkStream_t4071955934 * L_0 = __this->get_stream_0(); if (L_0) { goto IL_001d; } } IL_000b: { Socket_t1119025450 * L_1 = __this->get_client_2(); NetworkStream_t4071955934 * L_2 = (NetworkStream_t4071955934 *)il2cpp_codegen_object_new(NetworkStream_t4071955934_il2cpp_TypeInfo_var); NetworkStream__ctor_m594102681(L_2, L_1, (bool)1, /*hidden argument*/NULL); __this->set_stream_0(L_2); } IL_001d: { NetworkStream_t4071955934 * L_3 = __this->get_stream_0(); V_0 = L_3; IL2CPP_LEAVE(0x35, FINALLY_002e); } IL_0029: { ; // IL_0029: leave IL_0035 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: { // begin finally (depth: 1) TcpClient_CheckDisposed_m4074660825(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(46) } // end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_JUMP_TBL(0x35, IL_0035) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0035: { NetworkStream_t4071955934 * L_4 = V_0; return L_4; } } // System.Void System.Net.Sockets.TcpClient::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void TcpClient_CheckDisposed_m4074660825 (TcpClient_t822906377 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TcpClient_CheckDisposed_m4074660825_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_3(); if (!L_0) { goto IL_001c; } } { Type_t * L_1 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t21392786 * L_3 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,TcpClient_CheckDisposed_m4074660825_RuntimeMethod_var); } IL_001c: { 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.WebAsyncResult::.ctor(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult__ctor_m2054281158 (WebAsyncResult_t3421962937 * __this, AsyncCallback_t3962456242 * ___cb0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebAsyncResult__ctor_m2054281158_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); __this->set_locker_14(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); AsyncCallback_t3962456242 * L_1 = ___cb0; __this->set_cb_3(L_1); RuntimeObject * L_2 = ___state1; __this->set_state_4(L_2); return; } } // System.Void System.Net.WebAsyncResult::.ctor(System.Net.HttpWebRequest,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult__ctor_m3529977349 (WebAsyncResult_t3421962937 * __this, HttpWebRequest_t1669436515 * ___request0, AsyncCallback_t3962456242 * ___cb1, RuntimeObject * ___state2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebAsyncResult__ctor_m3529977349_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); __this->set_locker_14(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); AsyncCallback_t3962456242 * L_1 = ___cb1; __this->set_cb_3(L_1); RuntimeObject * L_2 = ___state2; __this->set_state_4(L_2); return; } } // System.Void System.Net.WebAsyncResult::.ctor(System.AsyncCallback,System.Object,System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult__ctor_m4245223108 (WebAsyncResult_t3421962937 * __this, AsyncCallback_t3962456242 * ___cb0, RuntimeObject * ___state1, ByteU5BU5D_t4116647657* ___buffer2, int32_t ___offset3, int32_t ___size4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebAsyncResult__ctor_m4245223108_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); __this->set_locker_14(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); AsyncCallback_t3962456242 * L_1 = ___cb0; __this->set_cb_3(L_1); RuntimeObject * L_2 = ___state1; __this->set_state_4(L_2); ByteU5BU5D_t4116647657* L_3 = ___buffer2; __this->set_buffer_11(L_3); int32_t L_4 = ___offset3; __this->set_offset_12(L_4); int32_t L_5 = ___size4; __this->set_size_13(L_5); return; } } // System.Void System.Net.WebAsyncResult::SetCompleted(System.Boolean,System.Exception) extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_SetCompleted_m2263512966 (WebAsyncResult_t3421962937 * __this, bool ___synch0, Exception_t * ___e1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = ___synch0; __this->set_synch_1(L_0); Exception_t * L_1 = ___e1; __this->set_exc_8(L_1); RuntimeObject * L_2 = __this->get_locker_14(); V_0 = L_2; RuntimeObject * L_3 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); } IL_001b: try { // begin try (depth: 1) { __this->set_isCompleted_2((bool)1); ManualResetEvent_t451242010 * L_4 = __this->get_handle_0(); if (!L_4) { goto IL_0039; } } IL_002d: { ManualResetEvent_t451242010 * L_5 = __this->get_handle_0(); NullCheck(L_5); EventWaitHandle_Set_m2445193251(L_5, /*hidden argument*/NULL); } IL_0039: { IL2CPP_LEAVE(0x45, FINALLY_003e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003e; } FINALLY_003e: { // begin finally (depth: 1) RuntimeObject * L_6 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(62) } // end finally (depth: 1) IL2CPP_CLEANUP(62) { IL2CPP_JUMP_TBL(0x45, IL_0045) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0045: { return; } } // System.Void System.Net.WebAsyncResult::Reset() extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_Reset_m208950746 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { __this->set_callbackDone_7((bool)0); __this->set_exc_8((Exception_t *)NULL); __this->set_response_9((HttpWebResponse_t3286585418 *)NULL); __this->set_writeStream_10((Stream_t1273022909 *)NULL); __this->set_exc_8((Exception_t *)NULL); RuntimeObject * L_0 = __this->get_locker_14(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_0030: try { // begin try (depth: 1) { __this->set_isCompleted_2((bool)0); ManualResetEvent_t451242010 * L_2 = __this->get_handle_0(); if (!L_2) { goto IL_004e; } } IL_0042: { ManualResetEvent_t451242010 * L_3 = __this->get_handle_0(); NullCheck(L_3); EventWaitHandle_Reset_m3348053200(L_3, /*hidden argument*/NULL); } IL_004e: { IL2CPP_LEAVE(0x5A, FINALLY_0053); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0053; } FINALLY_0053: { // begin finally (depth: 1) RuntimeObject * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(83) } // end finally (depth: 1) IL2CPP_CLEANUP(83) { IL2CPP_JUMP_TBL(0x5A, IL_005a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005a: { return; } } // System.Void System.Net.WebAsyncResult::SetCompleted(System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_SetCompleted_m2879962625 (WebAsyncResult_t3421962937 * __this, bool ___synch0, int32_t ___nbytes1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = ___synch0; __this->set_synch_1(L_0); int32_t L_1 = ___nbytes1; __this->set_nbytes_5(L_1); __this->set_exc_8((Exception_t *)NULL); RuntimeObject * L_2 = __this->get_locker_14(); V_0 = L_2; RuntimeObject * L_3 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); } IL_0022: try { // begin try (depth: 1) { __this->set_isCompleted_2((bool)1); ManualResetEvent_t451242010 * L_4 = __this->get_handle_0(); if (!L_4) { goto IL_0040; } } IL_0034: { ManualResetEvent_t451242010 * L_5 = __this->get_handle_0(); NullCheck(L_5); EventWaitHandle_Set_m2445193251(L_5, /*hidden argument*/NULL); } IL_0040: { IL2CPP_LEAVE(0x4C, FINALLY_0045); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0045; } FINALLY_0045: { // begin finally (depth: 1) RuntimeObject * L_6 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(69) } // end finally (depth: 1) IL2CPP_CLEANUP(69) { IL2CPP_JUMP_TBL(0x4C, IL_004c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004c: { return; } } // System.Void System.Net.WebAsyncResult::SetCompleted(System.Boolean,System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_SetCompleted_m471828713 (WebAsyncResult_t3421962937 * __this, bool ___synch0, Stream_t1273022909 * ___writeStream1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = ___synch0; __this->set_synch_1(L_0); Stream_t1273022909 * L_1 = ___writeStream1; __this->set_writeStream_10(L_1); __this->set_exc_8((Exception_t *)NULL); RuntimeObject * L_2 = __this->get_locker_14(); V_0 = L_2; RuntimeObject * L_3 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); } IL_0022: try { // begin try (depth: 1) { __this->set_isCompleted_2((bool)1); ManualResetEvent_t451242010 * L_4 = __this->get_handle_0(); if (!L_4) { goto IL_0040; } } IL_0034: { ManualResetEvent_t451242010 * L_5 = __this->get_handle_0(); NullCheck(L_5); EventWaitHandle_Set_m2445193251(L_5, /*hidden argument*/NULL); } IL_0040: { IL2CPP_LEAVE(0x4C, FINALLY_0045); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0045; } FINALLY_0045: { // begin finally (depth: 1) RuntimeObject * L_6 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(69) } // end finally (depth: 1) IL2CPP_CLEANUP(69) { IL2CPP_JUMP_TBL(0x4C, IL_004c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004c: { return; } } // System.Void System.Net.WebAsyncResult::SetCompleted(System.Boolean,System.Net.HttpWebResponse) extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_SetCompleted_m1095618586 (WebAsyncResult_t3421962937 * __this, bool ___synch0, HttpWebResponse_t3286585418 * ___response1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = ___synch0; __this->set_synch_1(L_0); HttpWebResponse_t3286585418 * L_1 = ___response1; __this->set_response_9(L_1); __this->set_exc_8((Exception_t *)NULL); RuntimeObject * L_2 = __this->get_locker_14(); V_0 = L_2; RuntimeObject * L_3 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); } IL_0022: try { // begin try (depth: 1) { __this->set_isCompleted_2((bool)1); ManualResetEvent_t451242010 * L_4 = __this->get_handle_0(); if (!L_4) { goto IL_0040; } } IL_0034: { ManualResetEvent_t451242010 * L_5 = __this->get_handle_0(); NullCheck(L_5); EventWaitHandle_Set_m2445193251(L_5, /*hidden argument*/NULL); } IL_0040: { IL2CPP_LEAVE(0x4C, FINALLY_0045); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0045; } FINALLY_0045: { // begin finally (depth: 1) RuntimeObject * L_6 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(69) } // end finally (depth: 1) IL2CPP_CLEANUP(69) { IL2CPP_JUMP_TBL(0x4C, IL_004c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004c: { return; } } // System.Void System.Net.WebAsyncResult::DoCallback() extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_DoCallback_m1336537550 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_callbackDone_7(); if (L_0) { goto IL_0029; } } { AsyncCallback_t3962456242 * L_1 = __this->get_cb_3(); if (!L_1) { goto IL_0029; } } { __this->set_callbackDone_7((bool)1); AsyncCallback_t3962456242 * L_2 = __this->get_cb_3(); NullCheck(L_2); AsyncCallback_Invoke_m3156993048(L_2, __this, /*hidden argument*/NULL); } IL_0029: { return; } } // System.Void System.Net.WebAsyncResult::WaitUntilComplete() extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_WaitUntilComplete_m4079847550 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method) { { bool L_0 = WebAsyncResult_get_IsCompleted_m4071146637(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { WaitHandle_t1743403487 * L_1 = WebAsyncResult_get_AsyncWaitHandle_m2645832664(__this, /*hidden argument*/NULL); NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_1); return; } } // System.Boolean System.Net.WebAsyncResult::WaitUntilComplete(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool WebAsyncResult_WaitUntilComplete_m2339830740 (WebAsyncResult_t3421962937 * __this, int32_t ___timeout0, bool ___exitContext1, const RuntimeMethod* method) { { bool L_0 = WebAsyncResult_get_IsCompleted_m4071146637(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { return (bool)1; } IL_000d: { WaitHandle_t1743403487 * L_1 = WebAsyncResult_get_AsyncWaitHandle_m2645832664(__this, /*hidden argument*/NULL); int32_t L_2 = ___timeout0; bool L_3 = ___exitContext1; NullCheck(L_1); bool L_4 = VirtFuncInvoker2< bool, int32_t, bool >::Invoke(11 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_1, L_2, L_3); return L_4; } } // System.Object System.Net.WebAsyncResult::get_AsyncState() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * WebAsyncResult_get_AsyncState_m3124876451 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_state_4(); return L_0; } } // System.Threading.WaitHandle System.Net.WebAsyncResult::get_AsyncWaitHandle() extern "C" IL2CPP_METHOD_ATTR WaitHandle_t1743403487 * WebAsyncResult_get_AsyncWaitHandle_m2645832664 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebAsyncResult_get_AsyncWaitHandle_m2645832664_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = __this->get_locker_14(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { ManualResetEvent_t451242010 * L_2 = __this->get_handle_0(); if (L_2) { goto IL_0029; } } IL_0018: { bool L_3 = __this->get_isCompleted_2(); ManualResetEvent_t451242010 * L_4 = (ManualResetEvent_t451242010 *)il2cpp_codegen_object_new(ManualResetEvent_t451242010_il2cpp_TypeInfo_var); ManualResetEvent__ctor_m4010886457(L_4, L_3, /*hidden argument*/NULL); __this->set_handle_0(L_4); } IL_0029: { IL2CPP_LEAVE(0x35, FINALLY_002e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: { // begin finally (depth: 1) RuntimeObject * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(46) } // end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_JUMP_TBL(0x35, IL_0035) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0035: { ManualResetEvent_t451242010 * L_6 = __this->get_handle_0(); return L_6; } } // System.Boolean System.Net.WebAsyncResult::get_IsCompleted() extern "C" IL2CPP_METHOD_ATTR bool WebAsyncResult_get_IsCompleted_m4071146637 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = __this->get_locker_14(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { bool L_2 = __this->get_isCompleted_2(); V_1 = L_2; IL2CPP_LEAVE(0x25, FINALLY_001e); } IL_0019: { ; // IL_0019: leave IL_0025 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: { // begin finally (depth: 1) RuntimeObject * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(30) } // end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_JUMP_TBL(0x25, IL_0025) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0025: { bool L_4 = V_1; return L_4; } } // System.Boolean System.Net.WebAsyncResult::get_GotException() extern "C" IL2CPP_METHOD_ATTR bool WebAsyncResult_get_GotException_m3213578714 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get_exc_8(); return (bool)((((int32_t)((((RuntimeObject*)(Exception_t *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Exception System.Net.WebAsyncResult::get_Exception() extern "C" IL2CPP_METHOD_ATTR Exception_t * WebAsyncResult_get_Exception_m3307967112 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get_exc_8(); return L_0; } } // System.Int32 System.Net.WebAsyncResult::get_NBytes() extern "C" IL2CPP_METHOD_ATTR int32_t WebAsyncResult_get_NBytes_m1181398750 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_nbytes_5(); return L_0; } } // System.Void System.Net.WebAsyncResult::set_NBytes(System.Int32) extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_set_NBytes_m2701756818 (WebAsyncResult_t3421962937 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_nbytes_5(L_0); return; } } // System.IAsyncResult System.Net.WebAsyncResult::get_InnerAsyncResult() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebAsyncResult_get_InnerAsyncResult_m4134833752 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_innerAsyncResult_6(); return L_0; } } // System.Void System.Net.WebAsyncResult::set_InnerAsyncResult(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_set_InnerAsyncResult_m4260877195 (WebAsyncResult_t3421962937 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_innerAsyncResult_6(L_0); return; } } // System.IO.Stream System.Net.WebAsyncResult::get_WriteStream() extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * WebAsyncResult_get_WriteStream_m1124866432 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_writeStream_10(); return L_0; } } // System.Net.HttpWebResponse System.Net.WebAsyncResult::get_Response() extern "C" IL2CPP_METHOD_ATTR HttpWebResponse_t3286585418 * WebAsyncResult_get_Response_m931788217 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method) { { HttpWebResponse_t3286585418 * L_0 = __this->get_response_9(); return L_0; } } // System.Byte[] System.Net.WebAsyncResult::get_Buffer() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* WebAsyncResult_get_Buffer_m1662146309 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_buffer_11(); return L_0; } } // System.Int32 System.Net.WebAsyncResult::get_Offset() extern "C" IL2CPP_METHOD_ATTR int32_t WebAsyncResult_get_Offset_m368370234 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_offset_12(); return L_0; } } // System.Int32 System.Net.WebAsyncResult::get_Size() extern "C" IL2CPP_METHOD_ATTR int32_t WebAsyncResult_get_Size_m4148452880 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_size_13(); 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.WebConnection::.ctor(System.Net.WebConnectionGroup,System.Net.ServicePoint) extern "C" IL2CPP_METHOD_ATTR void WebConnection__ctor_m3920572924 (WebConnection_t3982808322 * __this, WebConnectionGroup_t1712379988 * ___group0, ServicePoint_t2786966844 * ___sPoint1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection__ctor_m3920572924_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); __this->set_socketLock_3(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); ServicePoint_t2786966844 * L_1 = ___sPoint1; __this->set_sPoint_0(L_1); __this->set_buffer_7(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096)))); __this->set_readState_11(0); WebConnectionData_t3835660455 * L_2 = (WebConnectionData_t3835660455 *)il2cpp_codegen_object_new(WebConnectionData_t3835660455_il2cpp_TypeInfo_var); WebConnectionData__ctor_m2596484140(L_2, /*hidden argument*/NULL); __this->set_Data_12(L_2); intptr_t L_3 = (intptr_t)WebConnection_InitConnection_m679229319_RuntimeMethod_var; WaitCallback_t2448485498 * L_4 = (WaitCallback_t2448485498 *)il2cpp_codegen_object_new(WaitCallback_t2448485498_il2cpp_TypeInfo_var); WaitCallback__ctor_m1893321019(L_4, __this, L_3, /*hidden argument*/NULL); __this->set_initConn_5(L_4); WebConnectionGroup_t1712379988 * L_5 = ___group0; NullCheck(L_5); Queue_t3637523393 * L_6 = WebConnectionGroup_get_Queue_m2310519839(L_5, /*hidden argument*/NULL); __this->set_queue_15(L_6); AbortHelper_t1490877826 * L_7 = (AbortHelper_t1490877826 *)il2cpp_codegen_object_new(AbortHelper_t1490877826_il2cpp_TypeInfo_var); AbortHelper__ctor_m842092169(L_7, /*hidden argument*/NULL); __this->set_abortHelper_10(L_7); AbortHelper_t1490877826 * L_8 = __this->get_abortHelper_10(); NullCheck(L_8); L_8->set_Connection_0(__this); AbortHelper_t1490877826 * L_9 = __this->get_abortHelper_10(); intptr_t L_10 = (intptr_t)AbortHelper_Abort_m1162957833_RuntimeMethod_var; EventHandler_t1348719766 * L_11 = (EventHandler_t1348719766 *)il2cpp_codegen_object_new(EventHandler_t1348719766_il2cpp_TypeInfo_var); EventHandler__ctor_m3449229857(L_11, L_9, L_10, /*hidden argument*/NULL); __this->set_abortHandler_9(L_11); return; } } // System.Void System.Net.WebConnection::.cctor() extern "C" IL2CPP_METHOD_ATTR void WebConnection__cctor_m506309166 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection__cctor_m506309166_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = (intptr_t)WebConnection_ReadDone_m4265791416_RuntimeMethod_var; AsyncCallback_t3962456242 * L_1 = (AsyncCallback_t3962456242 *)il2cpp_codegen_object_new(AsyncCallback_t3962456242_il2cpp_TypeInfo_var); AsyncCallback__ctor_m530647953(L_1, NULL, L_0, /*hidden argument*/NULL); ((WebConnection_t3982808322_StaticFields*)il2cpp_codegen_static_fields_for(WebConnection_t3982808322_il2cpp_TypeInfo_var))->set_readDoneDelegate_8(L_1); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_2, /*hidden argument*/NULL); ((WebConnection_t3982808322_StaticFields*)il2cpp_codegen_static_fields_for(WebConnection_t3982808322_il2cpp_TypeInfo_var))->set_classLock_26(L_2); return; } } // System.Boolean System.Net.WebConnection::CanReuse() extern "C" IL2CPP_METHOD_ATTR bool WebConnection_CanReuse_m2827124740 (WebConnection_t3982808322 * __this, const RuntimeMethod* method) { { Socket_t1119025450 * L_0 = __this->get_socket_2(); NullCheck(L_0); bool L_1 = Socket_Poll_m391414345(L_0, 0, 0, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } // System.Void System.Net.WebConnection::LoggedThrow(System.Exception) extern "C" IL2CPP_METHOD_ATTR void WebConnection_LoggedThrow_m3339834945 (WebConnection_t3982808322 * __this, Exception_t * ___e0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_LoggedThrow_m3339834945_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = ___e0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3030580202, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Console_WriteLine_m4182570127(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); Exception_t * L_2 = ___e0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,WebConnection_LoggedThrow_m3339834945_RuntimeMethod_var); } } // System.Void System.Net.WebConnection::CheckUnityWebSecurity(System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR void WebConnection_CheckUnityWebSecurity_m101785 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_CheckUnityWebSecurity_m101785_MetadataUsageId); s_Il2CppMethodInitialized = true; } Uri_t100236324 * V_0 = NULL; String_t* V_1 = NULL; Type_t * V_2 = NULL; MethodInfo_t * V_3 = NULL; bool V_4 = false; Exception_t * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = Environment_get_SocketSecurityEnabled_m190813817(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_000b; } } { return; } IL_000b: { HttpWebRequest_t1669436515 * L_1 = ___request0; NullCheck(L_1); Uri_t100236324 * L_2 = VirtFuncInvoker0< Uri_t100236324 * >::Invoke(16 /* System.Uri System.Net.HttpWebRequest::get_RequestUri() */, L_1); NullCheck(L_2); String_t* L_3 = Uri_get_AbsoluteUri_m637273031(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2708178777, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Console_WriteLine_m4182570127(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); HttpWebRequest_t1669436515 * L_5 = ___request0; NullCheck(L_5); Uri_t100236324 * L_6 = VirtFuncInvoker0< Uri_t100236324 * >::Invoke(16 /* System.Uri System.Net.HttpWebRequest::get_RequestUri() */, L_5); V_0 = L_6; String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_1 = L_7; Uri_t100236324 * L_8 = V_0; NullCheck(L_8); bool L_9 = Uri_get_IsDefaultPort_m3984463462(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0053; } } { Uri_t100236324 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = Uri_get_Port_m184067428(L_10, /*hidden argument*/NULL); int32_t L_12 = L_11; RuntimeObject * L_13 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3452614550, L_13, /*hidden argument*/NULL); V_1 = L_14; } IL_0053: { Uri_t100236324 * L_15 = V_0; NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Uri::ToString() */, L_15); StringU5BU5D_t1281789340* L_17 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)5)); Uri_t100236324 * L_18 = V_0; NullCheck(L_18); String_t* L_19 = Uri_get_Scheme_m1686732325(L_18, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAt(static_cast(0), (String_t*)L_19); StringU5BU5D_t1281789340* L_20 = L_17; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral1057238085); (L_20)->SetAt(static_cast(1), (String_t*)_stringLiteral1057238085); StringU5BU5D_t1281789340* L_21 = L_20; Uri_t100236324 * L_22 = V_0; NullCheck(L_22); String_t* L_23 = Uri_get_Host_m255565830(L_22, /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_23); (L_21)->SetAt(static_cast(2), (String_t*)L_23); StringU5BU5D_t1281789340* L_24 = L_21; String_t* L_25 = V_1; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(3), (String_t*)L_25); StringU5BU5D_t1281789340* L_26 = L_24; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral80963107); (L_26)->SetAt(static_cast(4), (String_t*)_stringLiteral80963107); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m1809518182(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); bool L_28 = String_op_Equality_m920492651(NULL /*static, unused*/, L_16, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_0095; } } { return; } IL_0095: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(WebConnection_t3982808322_il2cpp_TypeInfo_var); MethodInfo_t * L_29 = ((WebConnection_t3982808322_StaticFields*)il2cpp_codegen_static_fields_for(WebConnection_t3982808322_il2cpp_TypeInfo_var))->get_method_GetSecurityPolicyFromNonMainThread_31(); if (L_29) { goto IL_00ea; } } IL_009f: { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, _stringLiteral2613899517, "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); V_2 = L_30; Type_t * L_31 = V_2; if (L_31) { goto IL_00c0; } } IL_00b0: { SecurityException_t975544473 * L_32 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_32, _stringLiteral2658763118, /*hidden argument*/NULL); WebConnection_LoggedThrow_m3339834945(__this, L_32, /*hidden argument*/NULL); } IL_00c0: { Type_t * L_33 = V_2; NullCheck(L_33); MethodInfo_t * L_34 = Type_GetMethod_m2019726356(L_33, _stringLiteral817519771, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(WebConnection_t3982808322_il2cpp_TypeInfo_var); ((WebConnection_t3982808322_StaticFields*)il2cpp_codegen_static_fields_for(WebConnection_t3982808322_il2cpp_TypeInfo_var))->set_method_GetSecurityPolicyFromNonMainThread_31(L_34); MethodInfo_t * L_35 = ((WebConnection_t3982808322_StaticFields*)il2cpp_codegen_static_fields_for(WebConnection_t3982808322_il2cpp_TypeInfo_var))->get_method_GetSecurityPolicyFromNonMainThread_31(); if (L_35) { goto IL_00ea; } } IL_00da: { SecurityException_t975544473 * L_36 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_36, _stringLiteral1355094018, /*hidden argument*/NULL); WebConnection_LoggedThrow_m3339834945(__this, L_36, /*hidden argument*/NULL); } IL_00ea: { RuntimeTypeHandle_t3027515415 L_37 = { reinterpret_cast (WebConnection_t3982808322_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_38 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); NullCheck(L_38); MethodInfo_t * L_39 = Type_GetMethod_m1197120913(L_38, _stringLiteral819062225, ((int32_t)40), /*hidden argument*/NULL); V_3 = L_39; MethodInfo_t * L_40 = V_3; if (L_40) { goto IL_0117; } } IL_0107: { SecurityException_t975544473 * L_41 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_41, _stringLiteral1925764044, /*hidden argument*/NULL); WebConnection_LoggedThrow_m3339834945(__this, L_41, /*hidden argument*/NULL); } IL_0117: { IL2CPP_RUNTIME_CLASS_INIT(WebConnection_t3982808322_il2cpp_TypeInfo_var); MethodInfo_t * L_42 = ((WebConnection_t3982808322_StaticFields*)il2cpp_codegen_static_fields_for(WebConnection_t3982808322_il2cpp_TypeInfo_var))->get_method_GetSecurityPolicyFromNonMainThread_31(); ObjectU5BU5D_t2843939325* L_43 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); HttpWebRequest_t1669436515 * L_44 = ___request0; NullCheck(L_44); Uri_t100236324 * L_45 = VirtFuncInvoker0< Uri_t100236324 * >::Invoke(16 /* System.Uri System.Net.HttpWebRequest::get_RequestUri() */, L_44); NullCheck(L_45); String_t* L_46 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Uri::ToString() */, L_45); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_46); (L_43)->SetAt(static_cast(0), (RuntimeObject *)L_46); ObjectU5BU5D_t2843939325* L_47 = L_43; MethodInfo_t * L_48 = V_3; NullCheck(L_47); ArrayElementTypeCheck (L_47, L_48); (L_47)->SetAt(static_cast(1), (RuntimeObject *)L_48); NullCheck(L_42); RuntimeObject * L_49 = MethodBase_Invoke_m1776411915(L_42, NULL, L_47, /*hidden argument*/NULL); V_4 = ((*(bool*)((bool*)UnBox(L_49, Boolean_t97287965_il2cpp_TypeInfo_var)))); bool L_50 = V_4; if (L_50) { goto IL_0158; } } IL_0148: { SecurityException_t975544473 * L_51 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_51, _stringLiteral2526336276, /*hidden argument*/NULL); WebConnection_LoggedThrow_m3339834945(__this, L_51, /*hidden argument*/NULL); } IL_0158: { goto IL_017b; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_015d; throw e; } CATCH_015d: { // begin catch(System.Exception) V_5 = ((Exception_t *)__exception_local); Exception_t * L_52 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_53 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1593464541, L_52, /*hidden argument*/NULL); SecurityException_t975544473 * L_54 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_54, L_53, /*hidden argument*/NULL); WebConnection_LoggedThrow_m3339834945(__this, L_54, /*hidden argument*/NULL); goto IL_017b; } // end catch (depth: 1) IL_017b: { return; } } // System.Void System.Net.WebConnection::Connect(System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR void WebConnection_Connect_m2850066444 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_Connect_m2850066444_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; IPHostEntry_t263743900 * V_1 = NULL; WebConnectionData_t3835660455 * V_2 = NULL; IPAddress_t241777590 * V_3 = NULL; IPAddressU5BU5D_t596328627* V_4 = NULL; int32_t V_5 = 0; IPEndPoint_t3791887218 * V_6 = NULL; Socket_t1119025450 * V_7 = NULL; ObjectDisposedException_t21392786 * V_8 = NULL; Exception_t * V_9 = NULL; Socket_t1119025450 * V_10 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); WebConnection_t3982808322 * G_B12_0 = NULL; WebConnection_t3982808322 * G_B11_0 = NULL; int32_t G_B13_0 = 0; WebConnection_t3982808322 * G_B13_1 = NULL; int32_t G_B17_0 = 0; int32_t G_B17_1 = 0; Socket_t1119025450 * G_B17_2 = NULL; int32_t G_B16_0 = 0; int32_t G_B16_1 = 0; Socket_t1119025450 * G_B16_2 = NULL; int32_t G_B18_0 = 0; int32_t G_B18_1 = 0; int32_t G_B18_2 = 0; Socket_t1119025450 * G_B18_3 = NULL; { RuntimeObject * L_0 = __this->get_socketLock_3(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { Socket_t1119025450 * L_2 = __this->get_socket_2(); if (!L_2) { goto IL_0055; } } IL_0018: { Socket_t1119025450 * L_3 = __this->get_socket_2(); NullCheck(L_3); bool L_4 = Socket_get_Connected_m2875145796(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0055; } } IL_0028: { int32_t L_5 = __this->get_status_4(); if (L_5) { goto IL_0055; } } IL_0033: { bool L_6 = WebConnection_CanReuse_m2827124740(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0055; } } IL_003e: { bool L_7 = WebConnection_CompleteChunkedRead_m618073306(__this, /*hidden argument*/NULL); if (!L_7) { goto IL_0055; } } IL_0049: { __this->set_reused_16((bool)1); IL2CPP_LEAVE(0x235, FINALLY_022e); } IL_0055: { __this->set_reused_16((bool)0); Socket_t1119025450 * L_8 = __this->get_socket_2(); if (!L_8) { goto IL_0079; } } IL_0067: { Socket_t1119025450 * L_9 = __this->get_socket_2(); NullCheck(L_9); Socket_Close_m3289097516(L_9, /*hidden argument*/NULL); __this->set_socket_2((Socket_t1119025450 *)NULL); } IL_0079: { __this->set_chunkStream_14((ChunkStream_t2634567336 *)NULL); ServicePoint_t2786966844 * L_10 = __this->get_sPoint_0(); NullCheck(L_10); IPHostEntry_t263743900 * L_11 = ServicePoint_get_HostEntry_m1249515277(L_10, /*hidden argument*/NULL); V_1 = L_11; IPHostEntry_t263743900 * L_12 = V_1; if (L_12) { goto IL_00b5; } } IL_0092: { ServicePoint_t2786966844 * L_13 = __this->get_sPoint_0(); NullCheck(L_13); bool L_14 = ServicePoint_get_UsesProxy_m174711556(L_13, /*hidden argument*/NULL); G_B11_0 = __this; if (!L_14) { G_B12_0 = __this; goto IL_00aa; } } IL_00a3: { G_B13_0 = ((int32_t)15); G_B13_1 = G_B11_0; goto IL_00ab; } IL_00aa: { G_B13_0 = 1; G_B13_1 = G_B12_0; } IL_00ab: { NullCheck(G_B13_1); G_B13_1->set_status_4(G_B13_0); IL2CPP_LEAVE(0x235, FINALLY_022e); } IL_00b5: { WebConnectionData_t3835660455 * L_15 = __this->get_Data_12(); V_2 = L_15; IPHostEntry_t263743900 * L_16 = V_1; NullCheck(L_16); IPAddressU5BU5D_t596328627* L_17 = IPHostEntry_get_AddressList_m1351062776(L_16, /*hidden argument*/NULL); V_4 = L_17; V_5 = 0; goto IL_021e; } IL_00cc: { IPAddressU5BU5D_t596328627* L_18 = V_4; int32_t L_19 = V_5; NullCheck(L_18); int32_t L_20 = L_19; IPAddress_t241777590 * L_21 = (L_18)->GetAt(static_cast(L_20)); V_3 = L_21; IPAddress_t241777590 * L_22 = V_3; NullCheck(L_22); int32_t L_23 = IPAddress_get_AddressFamily_m1010663936(L_22, /*hidden argument*/NULL); Socket_t1119025450 * L_24 = (Socket_t1119025450 *)il2cpp_codegen_object_new(Socket_t1119025450_il2cpp_TypeInfo_var); Socket__ctor_m3479084642(L_24, L_23, 1, 6, /*hidden argument*/NULL); __this->set_socket_2(L_24); IPAddress_t241777590 * L_25 = V_3; ServicePoint_t2786966844 * L_26 = __this->get_sPoint_0(); NullCheck(L_26); Uri_t100236324 * L_27 = ServicePoint_get_Address_m4189969258(L_26, /*hidden argument*/NULL); NullCheck(L_27); int32_t L_28 = Uri_get_Port_m184067428(L_27, /*hidden argument*/NULL); IPEndPoint_t3791887218 * L_29 = (IPEndPoint_t3791887218 *)il2cpp_codegen_object_new(IPEndPoint_t3791887218_il2cpp_TypeInfo_var); IPEndPoint__ctor_m2833647099(L_29, L_25, L_28, /*hidden argument*/NULL); V_6 = L_29; Socket_t1119025450 * L_30 = __this->get_socket_2(); ServicePoint_t2786966844 * L_31 = __this->get_sPoint_0(); NullCheck(L_31); bool L_32 = ServicePoint_get_UseNagleAlgorithm_m633218140(L_31, /*hidden argument*/NULL); G_B16_0 = 1; G_B16_1 = 6; G_B16_2 = L_30; if (!L_32) { G_B17_0 = 1; G_B17_1 = 6; G_B17_2 = L_30; goto IL_011b; } } IL_0115: { G_B18_0 = 0; G_B18_1 = G_B16_0; G_B18_2 = G_B16_1; G_B18_3 = G_B16_2; goto IL_011c; } IL_011b: { G_B18_0 = 1; G_B18_1 = G_B17_0; G_B18_2 = G_B17_1; G_B18_3 = G_B17_2; } IL_011c: { NullCheck(G_B18_3); Socket_SetSocketOption_m483522974(G_B18_3, G_B18_2, G_B18_1, G_B18_0, /*hidden argument*/NULL); Socket_t1119025450 * L_33 = __this->get_socket_2(); ServicePoint_t2786966844 * L_34 = __this->get_sPoint_0(); NullCheck(L_34); bool L_35 = ServicePoint_get_UseNagleAlgorithm_m633218140(L_34, /*hidden argument*/NULL); NullCheck(L_33); Socket_set_NoDelay_m3209939872(L_33, (bool)((((int32_t)L_35) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); ServicePoint_t2786966844 * L_36 = __this->get_sPoint_0(); Socket_t1119025450 * L_37 = __this->get_socket_2(); IPEndPoint_t3791887218 * L_38 = V_6; NullCheck(L_36); bool L_39 = ServicePoint_CallEndPointDelegate_m2947487287(L_36, L_37, L_38, /*hidden argument*/NULL); if (L_39) { goto IL_0170; } } IL_0152: { Socket_t1119025450 * L_40 = __this->get_socket_2(); NullCheck(L_40); Socket_Close_m3289097516(L_40, /*hidden argument*/NULL); __this->set_socket_2((Socket_t1119025450 *)NULL); __this->set_status_4(2); goto IL_0218; } IL_0170: try { // begin try (depth: 2) { HttpWebRequest_t1669436515 * L_41 = ___request0; NullCheck(L_41); bool L_42 = HttpWebRequest_get_Aborted_m1961501758(L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_0180; } } IL_017b: { IL2CPP_LEAVE(0x235, FINALLY_022e); } IL_0180: { HttpWebRequest_t1669436515 * L_43 = ___request0; WebConnection_CheckUnityWebSecurity_m101785(__this, L_43, /*hidden argument*/NULL); Socket_t1119025450 * L_44 = __this->get_socket_2(); IPEndPoint_t3791887218 * L_45 = V_6; NullCheck(L_44); Socket_Connect_m2387904622(L_44, L_45, (bool)0, /*hidden argument*/NULL); __this->set_status_4(0); goto IL_0229; } IL_01a1: { ; // IL_01a1: leave IL_0218 } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ThreadAbortException_t4074510458_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_01a6; if(il2cpp_codegen_class_is_assignable_from (ObjectDisposedException_t21392786_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_01ce; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_01da; throw e; } CATCH_01a6: { // begin catch(System.Threading.ThreadAbortException) { Socket_t1119025450 * L_46 = __this->get_socket_2(); V_7 = L_46; __this->set_socket_2((Socket_t1119025450 *)NULL); Socket_t1119025450 * L_47 = V_7; if (!L_47) { goto IL_01c4; } } IL_01bd: { Socket_t1119025450 * L_48 = V_7; NullCheck(L_48); Socket_Close_m3289097516(L_48, /*hidden argument*/NULL); } IL_01c4: { IL2CPP_LEAVE(0x235, FINALLY_022e); } IL_01c9: { ; // IL_01c9: leave IL_0218 } } // end catch (depth: 2) CATCH_01ce: { // begin catch(System.ObjectDisposedException) { V_8 = ((ObjectDisposedException_t21392786 *)__exception_local); IL2CPP_LEAVE(0x235, FINALLY_022e); } IL_01d5: { ; // IL_01d5: leave IL_0218 } } // end catch (depth: 2) CATCH_01da: { // begin catch(System.Exception) { V_9 = ((Exception_t *)__exception_local); Socket_t1119025450 * L_49 = __this->get_socket_2(); V_10 = L_49; __this->set_socket_2((Socket_t1119025450 *)NULL); Socket_t1119025450 * L_50 = V_10; if (!L_50) { goto IL_01f9; } } IL_01f2: { Socket_t1119025450 * L_51 = V_10; NullCheck(L_51); Socket_Close_m3289097516(L_51, /*hidden argument*/NULL); } IL_01f9: { HttpWebRequest_t1669436515 * L_52 = ___request0; NullCheck(L_52); bool L_53 = HttpWebRequest_get_Aborted_m1961501758(L_52, /*hidden argument*/NULL); if (L_53) { goto IL_020b; } } IL_0204: { __this->set_status_4(2); } IL_020b: { Exception_t * L_54 = V_9; __this->set_connect_exception_25(L_54); goto IL_0218; } } // end catch (depth: 2) IL_0218: { int32_t L_55 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); } IL_021e: { int32_t L_56 = V_5; IPAddressU5BU5D_t596328627* L_57 = V_4; NullCheck(L_57); if ((((int32_t)L_56) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_57)->max_length))))))) { goto IL_00cc; } } IL_0229: { IL2CPP_LEAVE(0x235, FINALLY_022e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_022e; } FINALLY_022e: { // begin finally (depth: 1) RuntimeObject * L_58 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_58, /*hidden argument*/NULL); IL2CPP_END_FINALLY(558) } // end finally (depth: 1) IL2CPP_CLEANUP(558) { IL2CPP_JUMP_TBL(0x235, IL_0235) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0235: { return; } } // System.Void System.Net.WebConnection::EnsureSSLStreamAvailable() extern "C" IL2CPP_METHOD_ATTR void WebConnection_EnsureSSLStreamAvailable_m768122312 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_EnsureSSLStreamAvailable_m768122312_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(WebConnection_t3982808322_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((WebConnection_t3982808322_StaticFields*)il2cpp_codegen_static_fields_for(WebConnection_t3982808322_il2cpp_TypeInfo_var))->get_classLock_26(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(WebConnection_t3982808322_il2cpp_TypeInfo_var); Type_t * L_2 = ((WebConnection_t3982808322_StaticFields*)il2cpp_codegen_static_fields_for(WebConnection_t3982808322_il2cpp_TypeInfo_var))->get_sslStream_27(); if (!L_2) { goto IL_001b; } } IL_0016: { IL2CPP_LEAVE(0x8A, FINALLY_0083); } IL_001b: { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m3605423543, _stringLiteral701984865, (bool)0, "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); IL2CPP_RUNTIME_CLASS_INIT(WebConnection_t3982808322_il2cpp_TypeInfo_var); ((WebConnection_t3982808322_StaticFields*)il2cpp_codegen_static_fields_for(WebConnection_t3982808322_il2cpp_TypeInfo_var))->set_sslStream_27(L_3); Type_t * L_4 = ((WebConnection_t3982808322_StaticFields*)il2cpp_codegen_static_fields_for(WebConnection_t3982808322_il2cpp_TypeInfo_var))->get_sslStream_27(); if (L_4) { goto IL_0042; } } IL_0035: { V_1 = _stringLiteral1941162434; String_t* L_5 = V_1; NotSupportedException_t1314879016 * L_6 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,WebConnection_EnsureSSLStreamAvailable_m768122312_RuntimeMethod_var); } IL_0042: { IL2CPP_RUNTIME_CLASS_INIT(WebConnection_t3982808322_il2cpp_TypeInfo_var); Type_t * L_7 = ((WebConnection_t3982808322_StaticFields*)il2cpp_codegen_static_fields_for(WebConnection_t3982808322_il2cpp_TypeInfo_var))->get_sslStream_27(); NullCheck(L_7); PropertyInfo_t * L_8 = Type_GetProperty_m3414567179(L_7, _stringLiteral3098927899, /*hidden argument*/NULL); ((WebConnection_t3982808322_StaticFields*)il2cpp_codegen_static_fields_for(WebConnection_t3982808322_il2cpp_TypeInfo_var))->set_piClient_28(L_8); Type_t * L_9 = ((WebConnection_t3982808322_StaticFields*)il2cpp_codegen_static_fields_for(WebConnection_t3982808322_il2cpp_TypeInfo_var))->get_sslStream_27(); NullCheck(L_9); PropertyInfo_t * L_10 = Type_GetProperty_m3414567179(L_9, _stringLiteral284568418, /*hidden argument*/NULL); ((WebConnection_t3982808322_StaticFields*)il2cpp_codegen_static_fields_for(WebConnection_t3982808322_il2cpp_TypeInfo_var))->set_piServer_29(L_10); Type_t * L_11 = ((WebConnection_t3982808322_StaticFields*)il2cpp_codegen_static_fields_for(WebConnection_t3982808322_il2cpp_TypeInfo_var))->get_sslStream_27(); NullCheck(L_11); PropertyInfo_t * L_12 = Type_GetProperty_m3414567179(L_11, _stringLiteral1385954784, /*hidden argument*/NULL); ((WebConnection_t3982808322_StaticFields*)il2cpp_codegen_static_fields_for(WebConnection_t3982808322_il2cpp_TypeInfo_var))->set_piTrustFailure_30(L_12); IL2CPP_LEAVE(0x8A, FINALLY_0083); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0083; } FINALLY_0083: { // begin finally (depth: 1) RuntimeObject * L_13 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); IL2CPP_END_FINALLY(131) } // end finally (depth: 1) IL2CPP_CLEANUP(131) { IL2CPP_JUMP_TBL(0x8A, IL_008a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_008a: { return; } } // System.Boolean System.Net.WebConnection::CreateTunnel(System.Net.HttpWebRequest,System.IO.Stream,System.Byte[]&) extern "C" IL2CPP_METHOD_ATTR bool WebConnection_CreateTunnel_m930414641 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, Stream_t1273022909 * ___stream1, ByteU5BU5D_t4116647657** ___buffer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_CreateTunnel_m930414641_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; String_t* V_1 = NULL; bool V_2 = false; RuntimeObject* V_3 = NULL; Authorization_t542416582 * V_4 = NULL; ByteU5BU5D_t4116647657* V_5 = NULL; int32_t V_6 = 0; WebHeaderCollection_t1942268960 * V_7 = NULL; String_t* V_8 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; StringBuilder_t * L_1 = V_0; NullCheck(L_1); StringBuilder_Append_m1965104174(L_1, _stringLiteral2582939798, /*hidden argument*/NULL); StringBuilder_t * L_2 = V_0; HttpWebRequest_t1669436515 * L_3 = ___request0; NullCheck(L_3); Uri_t100236324 * L_4 = HttpWebRequest_get_Address_m2672661563(L_3, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = Uri_get_Host_m255565830(L_4, /*hidden argument*/NULL); NullCheck(L_2); StringBuilder_Append_m1965104174(L_2, L_5, /*hidden argument*/NULL); StringBuilder_t * L_6 = V_0; NullCheck(L_6); StringBuilder_Append_m2383614642(L_6, ((int32_t)58), /*hidden argument*/NULL); StringBuilder_t * L_7 = V_0; HttpWebRequest_t1669436515 * L_8 = ___request0; NullCheck(L_8); Uri_t100236324 * L_9 = HttpWebRequest_get_Address_m2672661563(L_8, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = Uri_get_Port_m184067428(L_9, /*hidden argument*/NULL); NullCheck(L_7); StringBuilder_Append_m890240332(L_7, L_10, /*hidden argument*/NULL); StringBuilder_t * L_11 = V_0; NullCheck(L_11); StringBuilder_Append_m1965104174(L_11, _stringLiteral1665343468, /*hidden argument*/NULL); HttpWebRequest_t1669436515 * L_12 = ___request0; NullCheck(L_12); ServicePoint_t2786966844 * L_13 = HttpWebRequest_get_ServicePoint_m3916606901(L_12, /*hidden argument*/NULL); NullCheck(L_13); Version_t3456873960 * L_14 = VirtFuncInvoker0< Version_t3456873960 * >::Invoke(4 /* System.Version System.Net.ServicePoint::get_ProtocolVersion() */, L_13); IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t346520293_il2cpp_TypeInfo_var); Version_t3456873960 * L_15 = ((HttpVersion_t346520293_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t346520293_il2cpp_TypeInfo_var))->get_Version11_1(); bool L_16 = Version_op_Equality_m3804852517(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0076; } } { StringBuilder_t * L_17 = V_0; NullCheck(L_17); StringBuilder_Append_m1965104174(L_17, _stringLiteral1507642308, /*hidden argument*/NULL); goto IL_0082; } IL_0076: { StringBuilder_t * L_18 = V_0; NullCheck(L_18); StringBuilder_Append_m1965104174(L_18, _stringLiteral3073726249, /*hidden argument*/NULL); } IL_0082: { StringBuilder_t * L_19 = V_0; NullCheck(L_19); StringBuilder_Append_m1965104174(L_19, _stringLiteral1820107566, /*hidden argument*/NULL); StringBuilder_t * L_20 = V_0; HttpWebRequest_t1669436515 * L_21 = ___request0; NullCheck(L_21); Uri_t100236324 * L_22 = HttpWebRequest_get_Address_m2672661563(L_21, /*hidden argument*/NULL); NullCheck(L_22); String_t* L_23 = Uri_get_Authority_m3816772302(L_22, /*hidden argument*/NULL); NullCheck(L_20); StringBuilder_Append_m1965104174(L_20, L_23, /*hidden argument*/NULL); WebConnectionData_t3835660455 * L_24 = __this->get_Data_12(); NullCheck(L_24); String_t* L_25 = L_24->get_Challenge_6(); V_1 = L_25; WebConnectionData_t3835660455 * L_26 = __this->get_Data_12(); NullCheck(L_26); L_26->set_Challenge_6((String_t*)NULL); HttpWebRequest_t1669436515 * L_27 = ___request0; NullCheck(L_27); WebHeaderCollection_t1942268960 * L_28 = VirtFuncInvoker0< WebHeaderCollection_t1942268960 * >::Invoke(12 /* System.Net.WebHeaderCollection System.Net.HttpWebRequest::get_Headers() */, L_27); NullCheck(L_28); String_t* L_29 = NameValueCollection_get_Item_m1249025201(L_28, _stringLiteral635763858, /*hidden argument*/NULL); V_2 = (bool)((((int32_t)((((RuntimeObject*)(String_t*)L_29) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_30 = V_2; if (!L_30) { goto IL_00fd; } } { StringBuilder_t * L_31 = V_0; NullCheck(L_31); StringBuilder_Append_m1965104174(L_31, _stringLiteral3459079235, /*hidden argument*/NULL); StringBuilder_t * L_32 = V_0; HttpWebRequest_t1669436515 * L_33 = ___request0; NullCheck(L_33); WebHeaderCollection_t1942268960 * L_34 = VirtFuncInvoker0< WebHeaderCollection_t1942268960 * >::Invoke(12 /* System.Net.WebHeaderCollection System.Net.HttpWebRequest::get_Headers() */, L_33); NullCheck(L_34); String_t* L_35 = NameValueCollection_get_Item_m1249025201(L_34, _stringLiteral635763858, /*hidden argument*/NULL); NullCheck(L_32); StringBuilder_Append_m1965104174(L_32, L_35, /*hidden argument*/NULL); goto IL_0151; } IL_00fd: { String_t* L_36 = V_1; if (!L_36) { goto IL_0151; } } { WebConnectionData_t3835660455 * L_37 = __this->get_Data_12(); NullCheck(L_37); int32_t L_38 = L_37->get_StatusCode_1(); if ((!(((uint32_t)L_38) == ((uint32_t)((int32_t)407))))) { goto IL_0151; } } { V_2 = (bool)1; HttpWebRequest_t1669436515 * L_39 = ___request0; NullCheck(L_39); RuntimeObject* L_40 = VirtFuncInvoker0< RuntimeObject* >::Invoke(15 /* System.Net.IWebProxy System.Net.HttpWebRequest::get_Proxy() */, L_39); NullCheck(L_40); RuntimeObject* L_41 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Net.ICredentials System.Net.IWebProxy::get_Credentials() */, IWebProxy_t688979836_il2cpp_TypeInfo_var, L_40); V_3 = L_41; String_t* L_42 = V_1; HttpWebRequest_t1669436515 * L_43 = ___request0; RuntimeObject* L_44 = V_3; IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t2084001809_il2cpp_TypeInfo_var); Authorization_t542416582 * L_45 = AuthenticationManager_Authenticate_m220441371(NULL /*static, unused*/, L_42, L_43, L_44, /*hidden argument*/NULL); V_4 = L_45; Authorization_t542416582 * L_46 = V_4; if (!L_46) { goto IL_0151; } } { StringBuilder_t * L_47 = V_0; NullCheck(L_47); StringBuilder_Append_m1965104174(L_47, _stringLiteral3459079235, /*hidden argument*/NULL); StringBuilder_t * L_48 = V_0; Authorization_t542416582 * L_49 = V_4; NullCheck(L_49); String_t* L_50 = Authorization_get_Message_m457444391(L_49, /*hidden argument*/NULL); NullCheck(L_48); StringBuilder_Append_m1965104174(L_48, L_50, /*hidden argument*/NULL); } IL_0151: { StringBuilder_t * L_51 = V_0; NullCheck(L_51); StringBuilder_Append_m1965104174(L_51, _stringLiteral3913920444, /*hidden argument*/NULL); WebConnectionData_t3835660455 * L_52 = __this->get_Data_12(); NullCheck(L_52); L_52->set_StatusCode_1(0); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_53 = Encoding_get_Default_m1632902165(NULL /*static, unused*/, /*hidden argument*/NULL); StringBuilder_t * L_54 = V_0; NullCheck(L_54); String_t* L_55 = StringBuilder_ToString_m3317489284(L_54, /*hidden argument*/NULL); NullCheck(L_53); ByteU5BU5D_t4116647657* L_56 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_53, L_55); V_5 = L_56; Stream_t1273022909 * L_57 = ___stream1; ByteU5BU5D_t4116647657* L_58 = V_5; ByteU5BU5D_t4116647657* L_59 = V_5; NullCheck(L_59); NullCheck(L_57); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_57, L_58, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_59)->max_length))))); HttpWebRequest_t1669436515 * L_60 = ___request0; Stream_t1273022909 * L_61 = ___stream1; ByteU5BU5D_t4116647657** L_62 = ___buffer2; WebHeaderCollection_t1942268960 * L_63 = WebConnection_ReadHeaders_m1859597073(__this, L_60, L_61, L_62, (&V_6), /*hidden argument*/NULL); V_7 = L_63; bool L_64 = V_2; if (L_64) { goto IL_01d4; } } { WebHeaderCollection_t1942268960 * L_65 = V_7; if (!L_65) { goto IL_01d4; } } { int32_t L_66 = V_6; if ((!(((uint32_t)L_66) == ((uint32_t)((int32_t)407))))) { goto IL_01d4; } } { WebConnectionData_t3835660455 * L_67 = __this->get_Data_12(); int32_t L_68 = V_6; NullCheck(L_67); L_67->set_StatusCode_1(L_68); WebConnectionData_t3835660455 * L_69 = __this->get_Data_12(); WebHeaderCollection_t1942268960 * L_70 = V_7; NullCheck(L_70); String_t* L_71 = NameValueCollection_get_Item_m1249025201(L_70, _stringLiteral2239610844, /*hidden argument*/NULL); NullCheck(L_69); L_69->set_Challenge_6(L_71); return (bool)0; } IL_01d4: { int32_t L_72 = V_6; if ((((int32_t)L_72) == ((int32_t)((int32_t)200)))) { goto IL_0200; } } { int32_t L_73 = V_6; int32_t L_74 = L_73; RuntimeObject * L_75 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_74); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_76 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3218486820, L_75, /*hidden argument*/NULL); V_8 = L_76; String_t* L_77 = V_8; WebConnection_HandleError_m738788885(__this, ((int32_t)10), (Exception_t *)NULL, L_77, /*hidden argument*/NULL); return (bool)0; } IL_0200: { WebHeaderCollection_t1942268960 * L_78 = V_7; return (bool)((((int32_t)((((RuntimeObject*)(WebHeaderCollection_t1942268960 *)L_78) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Net.WebHeaderCollection System.Net.WebConnection::ReadHeaders(System.Net.HttpWebRequest,System.IO.Stream,System.Byte[]&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR WebHeaderCollection_t1942268960 * WebConnection_ReadHeaders_m1859597073 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, Stream_t1273022909 * ___stream1, ByteU5BU5D_t4116647657** ___retBuffer2, int32_t* ___status3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_ReadHeaders_m1859597073_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; MemoryStream_t94973147 * V_1 = NULL; bool V_2 = false; WebHeaderCollection_t1942268960 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; String_t* V_6 = NULL; int32_t V_7 = 0; { ByteU5BU5D_t4116647657** L_0 = ___retBuffer2; *((RuntimeObject **)(L_0)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_0), (RuntimeObject *)NULL); int32_t* L_1 = ___status3; *((int32_t*)(L_1)) = (int32_t)((int32_t)200); V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1024))); MemoryStream_t94973147 * L_2 = (MemoryStream_t94973147 *)il2cpp_codegen_object_new(MemoryStream_t94973147_il2cpp_TypeInfo_var); MemoryStream__ctor_m2678285228(L_2, /*hidden argument*/NULL); V_1 = L_2; V_2 = (bool)0; V_3 = (WebHeaderCollection_t1942268960 *)NULL; } IL_0020: { Stream_t1273022909 * L_3 = ___stream1; ByteU5BU5D_t4116647657* L_4 = V_0; NullCheck(L_3); int32_t L_5 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_3, L_4, 0, ((int32_t)1024)); V_4 = L_5; int32_t L_6 = V_4; if (L_6) { goto IL_0046; } } { WebConnection_HandleError_m738788885(__this, ((int32_t)11), (Exception_t *)NULL, _stringLiteral2105548370, /*hidden argument*/NULL); return (WebHeaderCollection_t1942268960 *)NULL; } IL_0046: { MemoryStream_t94973147 * L_7 = V_1; ByteU5BU5D_t4116647657* L_8 = V_0; int32_t L_9 = V_4; NullCheck(L_7); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.MemoryStream::Write(System.Byte[],System.Int32,System.Int32) */, L_7, L_8, 0, L_9); V_5 = 0; V_6 = (String_t*)NULL; WebHeaderCollection_t1942268960 * L_10 = (WebHeaderCollection_t1942268960 *)il2cpp_codegen_object_new(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var); WebHeaderCollection__ctor_m896654210(L_10, /*hidden argument*/NULL); V_3 = L_10; goto IL_00ed; } IL_0061: { String_t* L_11 = V_6; if (L_11) { goto IL_00a1; } } { MemoryStream_t94973147 * L_12 = V_1; NullCheck(L_12); int64_t L_13 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.MemoryStream::get_Length() */, L_12); int32_t L_14 = V_5; if ((((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_13, (int64_t)(((int64_t)((int64_t)L_14)))))) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_009f; } } { ByteU5BU5D_t4116647657** L_15 = ___retBuffer2; MemoryStream_t94973147 * L_16 = V_1; NullCheck(L_16); int64_t L_17 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.MemoryStream::get_Length() */, L_16); int32_t L_18 = V_5; if ((int64_t)(((int64_t)il2cpp_codegen_subtract((int64_t)L_17, (int64_t)(((int64_t)((int64_t)L_18)))))) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),WebConnection_ReadHeaders_m1859597073_RuntimeMethod_var); *((RuntimeObject **)(L_15)) = (RuntimeObject *)((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)(((intptr_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_17, (int64_t)(((int64_t)((int64_t)L_18))))))))); Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_15), (RuntimeObject *)((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)(((intptr_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_17, (int64_t)(((int64_t)((int64_t)L_18)))))))))); MemoryStream_t94973147 * L_19 = V_1; NullCheck(L_19); ByteU5BU5D_t4116647657* L_20 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(29 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_19); int32_t L_21 = V_5; ByteU5BU5D_t4116647657** L_22 = ___retBuffer2; ByteU5BU5D_t4116647657* L_23 = *((ByteU5BU5D_t4116647657**)L_22); ByteU5BU5D_t4116647657** L_24 = ___retBuffer2; ByteU5BU5D_t4116647657* L_25 = *((ByteU5BU5D_t4116647657**)L_24); NullCheck(L_25); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_20, L_21, (RuntimeArray *)(RuntimeArray *)L_23, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length)))), /*hidden argument*/NULL); } IL_009f: { WebHeaderCollection_t1942268960 * L_26 = V_3; return L_26; } IL_00a1: { bool L_27 = V_2; if (!L_27) { goto IL_00b4; } } { WebHeaderCollection_t1942268960 * L_28 = V_3; String_t* L_29 = V_6; NullCheck(L_28); WebHeaderCollection_Add_m928193981(L_28, L_29, /*hidden argument*/NULL); goto IL_00ed; } IL_00b4: { String_t* L_30 = V_6; NullCheck(L_30); int32_t L_31 = String_IndexOf_m363431711(L_30, ((int32_t)32), /*hidden argument*/NULL); V_7 = L_31; int32_t L_32 = V_7; if ((!(((uint32_t)L_32) == ((uint32_t)(-1))))) { goto IL_00d7; } } { WebConnection_HandleError_m738788885(__this, ((int32_t)11), (Exception_t *)NULL, _stringLiteral3724156498, /*hidden argument*/NULL); return (WebHeaderCollection_t1942268960 *)NULL; } IL_00d7: { int32_t* L_33 = ___status3; String_t* L_34 = V_6; int32_t L_35 = V_7; NullCheck(L_34); String_t* L_36 = String_Substring_m1610150815(L_34, ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)), 3, /*hidden argument*/NULL); uint32_t L_37 = UInt32_Parse_m3270868885(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); *((int32_t*)(L_33)) = (int32_t)L_37; V_2 = (bool)1; } IL_00ed: { MemoryStream_t94973147 * L_38 = V_1; NullCheck(L_38); ByteU5BU5D_t4116647657* L_39 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(29 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_38); MemoryStream_t94973147 * L_40 = V_1; NullCheck(L_40); int64_t L_41 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.MemoryStream::get_Length() */, L_40); IL2CPP_RUNTIME_CLASS_INIT(WebConnection_t3982808322_il2cpp_TypeInfo_var); bool L_42 = WebConnection_ReadLine_m1318917240(NULL /*static, unused*/, L_39, (&V_5), (((int32_t)((int32_t)L_41))), (&V_6), /*hidden argument*/NULL); if (L_42) { goto IL_0061; } } { goto IL_0020; } } // System.Boolean System.Net.WebConnection::CreateStream(System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR bool WebConnection_CreateStream_m3387195587 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_CreateStream_m3387195587_MetadataUsageId); s_Il2CppMethodInitialized = true; } NetworkStream_t4071955934 * V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; bool V_2 = false; ObjectU5BU5D_t2843939325* V_3 = NULL; SslClientStream_t3914624661 * V_4 = NULL; ChainValidationHelper_t320539540 * V_5 = NULL; bool V_6 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { Socket_t1119025450 * L_0 = __this->get_socket_2(); NetworkStream_t4071955934 * L_1 = (NetworkStream_t4071955934 *)il2cpp_codegen_object_new(NetworkStream_t4071955934_il2cpp_TypeInfo_var); NetworkStream__ctor_m594102681(L_1, L_0, (bool)0, /*hidden argument*/NULL); V_0 = L_1; HttpWebRequest_t1669436515 * L_2 = ___request0; NullCheck(L_2); Uri_t100236324 * L_3 = HttpWebRequest_get_Address_m2672661563(L_2, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = Uri_get_Scheme_m1686732325(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_5 = ((Uri_t100236324_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t100236324_il2cpp_TypeInfo_var))->get_UriSchemeHttps_23(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_00f0; } } IL_0027: { __this->set_ssl_23((bool)1); IL2CPP_RUNTIME_CLASS_INIT(WebConnection_t3982808322_il2cpp_TypeInfo_var); WebConnection_EnsureSSLStreamAvailable_m768122312(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_7 = __this->get_reused_16(); if (!L_7) { goto IL_005e; } } IL_003e: { Stream_t1273022909 * L_8 = __this->get_nstream_1(); if (!L_8) { goto IL_005e; } } IL_0049: { Stream_t1273022909 * L_9 = __this->get_nstream_1(); NullCheck(L_9); Type_t * L_10 = Object_GetType_m88164663(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(WebConnection_t3982808322_il2cpp_TypeInfo_var); Type_t * L_11 = ((WebConnection_t3982808322_StaticFields*)il2cpp_codegen_static_fields_for(WebConnection_t3982808322_il2cpp_TypeInfo_var))->get_sslStream_27(); if ((((RuntimeObject*)(Type_t *)L_10) == ((RuntimeObject*)(Type_t *)L_11))) { goto IL_00eb; } } IL_005e: { V_1 = (ByteU5BU5D_t4116647657*)NULL; ServicePoint_t2786966844 * L_12 = __this->get_sPoint_0(); NullCheck(L_12); bool L_13 = ServicePoint_get_UseConnect_m2085353846(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0089; } } IL_0070: { HttpWebRequest_t1669436515 * L_14 = ___request0; NetworkStream_t4071955934 * L_15 = V_0; bool L_16 = WebConnection_CreateTunnel_m930414641(__this, L_14, L_15, (&V_1), /*hidden argument*/NULL); V_2 = L_16; bool L_17 = V_2; if (L_17) { goto IL_0089; } } IL_0081: { V_6 = (bool)0; goto IL_0125; } IL_0089: { ObjectU5BU5D_t2843939325* L_18 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NetworkStream_t4071955934 * L_19 = V_0; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(0), (RuntimeObject *)L_19); ObjectU5BU5D_t2843939325* L_20 = L_18; HttpWebRequest_t1669436515 * L_21 = ___request0; NullCheck(L_21); X509CertificateCollection_t3399372417 * L_22 = HttpWebRequest_get_ClientCertificates_m1369160996(L_21, /*hidden argument*/NULL); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_22); (L_20)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = L_20; HttpWebRequest_t1669436515 * L_24 = ___request0; NullCheck(L_23); ArrayElementTypeCheck (L_23, L_24); (L_23)->SetAt(static_cast(2), (RuntimeObject *)L_24); ObjectU5BU5D_t2843939325* L_25 = L_23; ByteU5BU5D_t4116647657* L_26 = V_1; NullCheck(L_25); ArrayElementTypeCheck (L_25, L_26); (L_25)->SetAt(static_cast(3), (RuntimeObject *)L_26); V_3 = L_25; IL2CPP_RUNTIME_CLASS_INIT(WebConnection_t3982808322_il2cpp_TypeInfo_var); Type_t * L_27 = ((WebConnection_t3982808322_StaticFields*)il2cpp_codegen_static_fields_for(WebConnection_t3982808322_il2cpp_TypeInfo_var))->get_sslStream_27(); ObjectU5BU5D_t2843939325* L_28 = V_3; RuntimeObject * L_29 = Activator_CreateInstance_m94526014(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); __this->set_nstream_1(((Stream_t1273022909 *)CastclassClass((RuntimeObject*)L_29, Stream_t1273022909_il2cpp_TypeInfo_var))); Stream_t1273022909 * L_30 = __this->get_nstream_1(); V_4 = ((SslClientStream_t3914624661 *)CastclassClass((RuntimeObject*)L_30, SslClientStream_t3914624661_il2cpp_TypeInfo_var)); HttpWebRequest_t1669436515 * L_31 = ___request0; ChainValidationHelper_t320539540 * L_32 = (ChainValidationHelper_t320539540 *)il2cpp_codegen_object_new(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var); ChainValidationHelper__ctor_m1720828747(L_32, L_31, /*hidden argument*/NULL); V_5 = L_32; SslClientStream_t3914624661 * L_33 = V_4; ChainValidationHelper_t320539540 * L_34 = V_5; intptr_t L_35 = (intptr_t)ChainValidationHelper_ValidateChain_m3259343348_RuntimeMethod_var; CertificateValidationCallback2_t1842476440 * L_36 = (CertificateValidationCallback2_t1842476440 *)il2cpp_codegen_object_new(CertificateValidationCallback2_t1842476440_il2cpp_TypeInfo_var); CertificateValidationCallback2__ctor_m1685875113(L_36, L_34, L_35, /*hidden argument*/NULL); NullCheck(L_33); SslClientStream_add_ServerCertValidation2_m3943665702(L_33, L_36, /*hidden argument*/NULL); __this->set_certsAvailable_24((bool)0); } IL_00eb: { goto IL_00fe; } IL_00f0: { __this->set_ssl_23((bool)0); NetworkStream_t4071955934 * L_37 = V_0; __this->set_nstream_1(L_37); } IL_00fe: { goto IL_0123; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0103; throw e; } CATCH_0103: { // begin catch(System.Exception) { HttpWebRequest_t1669436515 * L_38 = ___request0; NullCheck(L_38); bool L_39 = HttpWebRequest_get_Aborted_m1961501758(L_38, /*hidden argument*/NULL); if (L_39) { goto IL_0116; } } IL_010f: { __this->set_status_4(2); } IL_0116: { V_6 = (bool)0; goto IL_0125; } IL_011e: { ; // IL_011e: leave IL_0123 } } // end catch (depth: 1) IL_0123: { return (bool)1; } IL_0125: { bool L_40 = V_6; return L_40; } } // System.Void System.Net.WebConnection::HandleError(System.Net.WebExceptionStatus,System.Exception,System.String) extern "C" IL2CPP_METHOD_ATTR void WebConnection_HandleError_m738788885 (WebConnection_t3982808322 * __this, int32_t ___st0, Exception_t * ___e1, String_t* ___where2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_HandleError_m738788885_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebConnection_t3982808322 * V_0 = NULL; Exception_t * V_1 = NULL; HttpWebRequest_t1669436515 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { int32_t L_0 = ___st0; __this->set_status_4(L_0); V_0 = __this; WebConnection_t3982808322 * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000f: try { // begin try (depth: 1) { int32_t L_2 = ___st0; if ((!(((uint32_t)L_2) == ((uint32_t)6)))) { goto IL_0021; } } IL_0016: { WebConnectionData_t3835660455 * L_3 = (WebConnectionData_t3835660455 *)il2cpp_codegen_object_new(WebConnectionData_t3835660455_il2cpp_TypeInfo_var); WebConnectionData__ctor_m2596484140(L_3, /*hidden argument*/NULL); __this->set_Data_12(L_3); } IL_0021: { IL2CPP_LEAVE(0x2D, 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) WebConnection_t3982808322 * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(38) } // end finally (depth: 1) IL2CPP_CLEANUP(38) { IL2CPP_JUMP_TBL(0x2D, IL_002d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002d: { Exception_t * L_5 = ___e1; if (L_5) { goto IL_0051; } } IL_0033: try { // begin try (depth: 1) { StackTrace_t1598645457 * L_6 = (StackTrace_t1598645457 *)il2cpp_codegen_object_new(StackTrace_t1598645457_il2cpp_TypeInfo_var); StackTrace__ctor_m206492268(L_6, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Diagnostics.StackTrace::ToString() */, L_6); Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,WebConnection_HandleError_m738788885_RuntimeMethod_var); } IL_0043: { goto IL_0051; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0048; throw e; } CATCH_0048: { // begin catch(System.Exception) V_1 = ((Exception_t *)__exception_local); Exception_t * L_9 = V_1; ___e1 = L_9; goto IL_0051; } // end catch (depth: 1) IL_0051: { V_2 = (HttpWebRequest_t1669436515 *)NULL; WebConnectionData_t3835660455 * L_10 = __this->get_Data_12(); if (!L_10) { goto IL_007a; } } { WebConnectionData_t3835660455 * L_11 = __this->get_Data_12(); NullCheck(L_11); HttpWebRequest_t1669436515 * L_12 = L_11->get_request_0(); if (!L_12) { goto IL_007a; } } { WebConnectionData_t3835660455 * L_13 = __this->get_Data_12(); NullCheck(L_13); HttpWebRequest_t1669436515 * L_14 = L_13->get_request_0(); V_2 = L_14; } IL_007a: { WebConnection_Close_m1464903054(__this, (bool)1, /*hidden argument*/NULL); HttpWebRequest_t1669436515 * L_15 = V_2; if (!L_15) { goto IL_0097; } } { HttpWebRequest_t1669436515 * L_16 = V_2; NullCheck(L_16); HttpWebRequest_set_FinishedReading_m2455679796(L_16, (bool)1, /*hidden argument*/NULL); HttpWebRequest_t1669436515 * L_17 = V_2; int32_t L_18 = ___st0; Exception_t * L_19 = ___e1; String_t* L_20 = ___where2; NullCheck(L_17); HttpWebRequest_SetResponseError_m4064263808(L_17, L_18, L_19, L_20, /*hidden argument*/NULL); } IL_0097: { return; } } // System.Void System.Net.WebConnection::ReadDone(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void WebConnection_ReadDone_m4265791416 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_ReadDone_m4265791416_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebConnection_t3982808322 * V_0 = NULL; WebConnectionData_t3835660455 * V_1 = NULL; Stream_t1273022909 * V_2 = NULL; int32_t V_3 = 0; Exception_t * V_4 = NULL; int32_t V_5 = 0; Exception_t * V_6 = NULL; Exception_t * V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; ByteU5BU5D_t4116647657* V_10 = NULL; WebConnectionStream_t2170064850 * V_11 = NULL; String_t* V_12 = NULL; Exception_t * V_13 = NULL; Exception_t * V_14 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B20_0 = 0; WebConnection_t3982808322 * G_B23_0 = NULL; WebConnection_t3982808322 * G_B22_0 = NULL; int32_t G_B24_0 = 0; WebConnection_t3982808322 * G_B24_1 = NULL; { RuntimeObject* L_0 = ___result0; NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.IAsyncResult::get_AsyncState() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_0); V_0 = ((WebConnection_t3982808322 *)CastclassClass((RuntimeObject*)L_1, WebConnection_t3982808322_il2cpp_TypeInfo_var)); WebConnection_t3982808322 * L_2 = V_0; NullCheck(L_2); WebConnectionData_t3835660455 * L_3 = L_2->get_Data_12(); V_1 = L_3; WebConnection_t3982808322 * L_4 = V_0; NullCheck(L_4); Stream_t1273022909 * L_5 = L_4->get_nstream_1(); V_2 = L_5; Stream_t1273022909 * L_6 = V_2; if (L_6) { goto IL_0028; } } { WebConnection_t3982808322 * L_7 = V_0; NullCheck(L_7); WebConnection_Close_m1464903054(L_7, (bool)1, /*hidden argument*/NULL); return; } IL_0028: { V_3 = (-1); } IL_002a: try { // begin try (depth: 1) Stream_t1273022909 * L_8 = V_2; RuntimeObject* L_9 = ___result0; NullCheck(L_8); int32_t L_10 = VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(26 /* System.Int32 System.IO.Stream::EndRead(System.IAsyncResult) */, L_8, L_9); V_3 = L_10; goto IL_0051; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0037; throw e; } CATCH_0037: { // begin catch(System.Exception) { V_4 = ((Exception_t *)__exception_local); WebConnection_t3982808322 * L_11 = V_0; Exception_t * L_12 = V_4; NullCheck(L_11); WebConnection_HandleError_m738788885(L_11, 3, L_12, _stringLiteral4192158119, /*hidden argument*/NULL); goto IL_027d; } IL_004c: { ; // IL_004c: leave IL_0051 } } // end catch (depth: 1) IL_0051: { int32_t L_13 = V_3; if (L_13) { goto IL_0065; } } { WebConnection_t3982808322 * L_14 = V_0; NullCheck(L_14); WebConnection_HandleError_m738788885(L_14, 3, (Exception_t *)NULL, _stringLiteral4192158120, /*hidden argument*/NULL); return; } IL_0065: { int32_t L_15 = V_3; if ((((int32_t)L_15) >= ((int32_t)0))) { goto IL_007b; } } { WebConnection_t3982808322 * L_16 = V_0; NullCheck(L_16); WebConnection_HandleError_m738788885(L_16, ((int32_t)11), (Exception_t *)NULL, _stringLiteral4192158121, /*hidden argument*/NULL); return; } IL_007b: { V_5 = (-1); int32_t L_17 = V_3; WebConnection_t3982808322 * L_18 = V_0; NullCheck(L_18); int32_t L_19 = L_18->get_position_17(); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_19)); WebConnection_t3982808322 * L_20 = V_0; NullCheck(L_20); int32_t L_21 = L_20->get_readState_11(); if (L_21) { goto IL_00cb; } } { V_6 = (Exception_t *)NULL; } IL_0095: try { // begin try (depth: 1) WebConnection_t3982808322 * L_22 = V_0; WebConnection_t3982808322 * L_23 = V_0; NullCheck(L_23); ByteU5BU5D_t4116647657* L_24 = L_23->get_buffer_7(); int32_t L_25 = V_3; NullCheck(L_22); int32_t L_26 = WebConnection_GetResponse_m2224473082(L_22, L_24, L_25, /*hidden argument*/NULL); V_5 = L_26; goto IL_00b4; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00a9; throw e; } CATCH_00a9: { // begin catch(System.Exception) V_7 = ((Exception_t *)__exception_local); Exception_t * L_27 = V_7; V_6 = L_27; goto IL_00b4; } // end catch (depth: 1) IL_00b4: { Exception_t * L_28 = V_6; if (!L_28) { goto IL_00cb; } } { WebConnection_t3982808322 * L_29 = V_0; Exception_t * L_30 = V_6; NullCheck(L_29); WebConnection_HandleError_m738788885(L_29, ((int32_t)11), L_30, _stringLiteral4192158114, /*hidden argument*/NULL); return; } IL_00cb: { WebConnection_t3982808322 * L_31 = V_0; NullCheck(L_31); int32_t L_32 = L_31->get_readState_11(); if ((((int32_t)L_32) == ((int32_t)3))) { goto IL_0132; } } { int32_t L_33 = V_3; V_8 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_33, (int32_t)2)); int32_t L_34 = V_8; WebConnection_t3982808322 * L_35 = V_0; NullCheck(L_35); ByteU5BU5D_t4116647657* L_36 = L_35->get_buffer_7(); NullCheck(L_36); if ((((int32_t)L_34) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length))))))) { goto IL_00f8; } } { WebConnection_t3982808322 * L_37 = V_0; NullCheck(L_37); ByteU5BU5D_t4116647657* L_38 = L_37->get_buffer_7(); NullCheck(L_38); G_B20_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_38)->max_length)))); goto IL_00fa; } IL_00f8: { int32_t L_39 = V_8; G_B20_0 = L_39; } IL_00fa: { V_9 = G_B20_0; int32_t L_40 = V_9; V_10 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_40)); WebConnection_t3982808322 * L_41 = V_0; NullCheck(L_41); ByteU5BU5D_t4116647657* L_42 = L_41->get_buffer_7(); ByteU5BU5D_t4116647657* L_43 = V_10; int32_t L_44 = V_3; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_42, 0, (RuntimeArray *)(RuntimeArray *)L_43, 0, L_44, /*hidden argument*/NULL); WebConnection_t3982808322 * L_45 = V_0; ByteU5BU5D_t4116647657* L_46 = V_10; NullCheck(L_45); L_45->set_buffer_7(L_46); WebConnection_t3982808322 * L_47 = V_0; int32_t L_48 = V_3; NullCheck(L_47); L_47->set_position_17(L_48); WebConnection_t3982808322 * L_49 = V_0; NullCheck(L_49); L_49->set_readState_11(0); WebConnection_t3982808322 * L_50 = V_0; IL2CPP_RUNTIME_CLASS_INIT(WebConnection_t3982808322_il2cpp_TypeInfo_var); WebConnection_InitRead_m3857158647(NULL /*static, unused*/, L_50, /*hidden argument*/NULL); return; } IL_0132: { WebConnection_t3982808322 * L_51 = V_0; NullCheck(L_51); L_51->set_position_17(0); WebConnection_t3982808322 * L_52 = V_0; WebConnectionStream_t2170064850 * L_53 = (WebConnectionStream_t2170064850 *)il2cpp_codegen_object_new(WebConnectionStream_t2170064850_il2cpp_TypeInfo_var); WebConnectionStream__ctor_m2392030538(L_53, L_52, /*hidden argument*/NULL); V_11 = L_53; WebConnectionData_t3835660455 * L_54 = V_1; NullCheck(L_54); WebHeaderCollection_t1942268960 * L_55 = L_54->get_Headers_3(); NullCheck(L_55); String_t* L_56 = NameValueCollection_get_Item_m1249025201(L_55, _stringLiteral3911150437, /*hidden argument*/NULL); V_12 = L_56; WebConnection_t3982808322 * L_57 = V_0; String_t* L_58 = V_12; G_B22_0 = L_57; if (!L_58) { G_B23_0 = L_57; goto IL_0174; } } { String_t* L_59 = V_12; NullCheck(L_59); String_t* L_60 = String_ToLower_m2029374922(L_59, /*hidden argument*/NULL); NullCheck(L_60); int32_t L_61 = String_IndexOf_m1977622757(L_60, _stringLiteral1492806893, /*hidden argument*/NULL); G_B24_0 = ((((int32_t)((((int32_t)L_61) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); G_B24_1 = G_B22_0; goto IL_0175; } IL_0174: { G_B24_0 = 0; G_B24_1 = G_B23_0; } IL_0175: { NullCheck(G_B24_1); G_B24_1->set_chunkedRead_13((bool)G_B24_0); WebConnection_t3982808322 * L_62 = V_0; NullCheck(L_62); bool L_63 = L_62->get_chunkedRead_13(); if (L_63) { goto IL_01af; } } { WebConnectionStream_t2170064850 * L_64 = V_11; WebConnection_t3982808322 * L_65 = V_0; NullCheck(L_65); ByteU5BU5D_t4116647657* L_66 = L_65->get_buffer_7(); NullCheck(L_64); WebConnectionStream_set_ReadBuffer_m2380223665(L_64, L_66, /*hidden argument*/NULL); WebConnectionStream_t2170064850 * L_67 = V_11; int32_t L_68 = V_5; NullCheck(L_67); WebConnectionStream_set_ReadBufferOffset_m2243374622(L_67, L_68, /*hidden argument*/NULL); WebConnectionStream_t2170064850 * L_69 = V_11; int32_t L_70 = V_3; NullCheck(L_69); WebConnectionStream_set_ReadBufferSize_m3389230(L_69, L_70, /*hidden argument*/NULL); WebConnectionStream_t2170064850 * L_71 = V_11; NullCheck(L_71); WebConnectionStream_CheckResponseInBuffer_m3201279978(L_71, /*hidden argument*/NULL); goto IL_0238; } IL_01af: { WebConnection_t3982808322 * L_72 = V_0; NullCheck(L_72); ChunkStream_t2634567336 * L_73 = L_72->get_chunkStream_14(); if (L_73) { goto IL_01f9; } } IL_01ba: try { // begin try (depth: 1) WebConnection_t3982808322 * L_74 = V_0; WebConnection_t3982808322 * L_75 = V_0; NullCheck(L_75); ByteU5BU5D_t4116647657* L_76 = L_75->get_buffer_7(); int32_t L_77 = V_5; int32_t L_78 = V_3; WebConnectionData_t3835660455 * L_79 = V_1; NullCheck(L_79); WebHeaderCollection_t1942268960 * L_80 = L_79->get_Headers_3(); ChunkStream_t2634567336 * L_81 = (ChunkStream_t2634567336 *)il2cpp_codegen_object_new(ChunkStream_t2634567336_il2cpp_TypeInfo_var); ChunkStream__ctor_m1128294172(L_81, L_76, L_77, L_78, L_80, /*hidden argument*/NULL); NullCheck(L_74); L_74->set_chunkStream_14(L_81); goto IL_01f4; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_01d9; throw e; } CATCH_01d9: { // begin catch(System.Exception) { V_13 = ((Exception_t *)__exception_local); WebConnection_t3982808322 * L_82 = V_0; Exception_t * L_83 = V_13; NullCheck(L_82); WebConnection_HandleError_m738788885(L_82, ((int32_t)11), L_83, _stringLiteral4192158115, /*hidden argument*/NULL); goto IL_027d; } IL_01ef: { ; // IL_01ef: leave IL_01f4 } } // end catch (depth: 1) IL_01f4: { goto IL_0238; } IL_01f9: { WebConnection_t3982808322 * L_84 = V_0; NullCheck(L_84); ChunkStream_t2634567336 * L_85 = L_84->get_chunkStream_14(); NullCheck(L_85); ChunkStream_ResetBuffer_m1337397181(L_85, /*hidden argument*/NULL); } IL_0204: try { // begin try (depth: 1) WebConnection_t3982808322 * L_86 = V_0; NullCheck(L_86); ChunkStream_t2634567336 * L_87 = L_86->get_chunkStream_14(); WebConnection_t3982808322 * L_88 = V_0; NullCheck(L_88); ByteU5BU5D_t4116647657* L_89 = L_88->get_buffer_7(); int32_t L_90 = V_5; int32_t L_91 = V_3; NullCheck(L_87); ChunkStream_Write_m284437954(L_87, L_89, L_90, L_91, /*hidden argument*/NULL); goto IL_0238; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_021d; throw e; } CATCH_021d: { // begin catch(System.Exception) { V_14 = ((Exception_t *)__exception_local); WebConnection_t3982808322 * L_92 = V_0; Exception_t * L_93 = V_14; NullCheck(L_92); WebConnection_HandleError_m738788885(L_92, ((int32_t)11), L_93, _stringLiteral4192158116, /*hidden argument*/NULL); goto IL_027d; } IL_0233: { ; // IL_0233: leave IL_0238 } } // end catch (depth: 1) IL_0238: { WebConnectionData_t3835660455 * L_94 = V_1; WebConnectionStream_t2170064850 * L_95 = V_11; NullCheck(L_94); L_94->set_stream_5(L_95); WebConnectionData_t3835660455 * L_96 = V_1; NullCheck(L_96); int32_t L_97 = L_96->get_StatusCode_1(); IL2CPP_RUNTIME_CLASS_INIT(WebConnection_t3982808322_il2cpp_TypeInfo_var); bool L_98 = WebConnection_ExpectContent_m3997549161(NULL /*static, unused*/, L_97, /*hidden argument*/NULL); if (!L_98) { goto IL_026a; } } { WebConnectionData_t3835660455 * L_99 = V_1; NullCheck(L_99); HttpWebRequest_t1669436515 * L_100 = L_99->get_request_0(); NullCheck(L_100); String_t* L_101 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Net.HttpWebRequest::get_Method() */, L_100); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_102 = String_op_Equality_m920492651(NULL /*static, unused*/, L_101, _stringLiteral831347629, /*hidden argument*/NULL); if (!L_102) { goto IL_0271; } } IL_026a: { WebConnectionStream_t2170064850 * L_103 = V_11; NullCheck(L_103); WebConnectionStream_ForceCompletion_m543651373(L_103, /*hidden argument*/NULL); } IL_0271: { WebConnectionData_t3835660455 * L_104 = V_1; NullCheck(L_104); HttpWebRequest_t1669436515 * L_105 = L_104->get_request_0(); WebConnectionData_t3835660455 * L_106 = V_1; NullCheck(L_105); HttpWebRequest_SetResponseData_m1747650150(L_105, L_106, /*hidden argument*/NULL); } IL_027d: { return; } } // System.Boolean System.Net.WebConnection::ExpectContent(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool WebConnection_ExpectContent_m3997549161 (RuntimeObject * __this /* static, unused */, int32_t ___statusCode0, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { int32_t L_0 = ___statusCode0; if ((((int32_t)L_0) < ((int32_t)((int32_t)200)))) { goto IL_0023; } } { int32_t L_1 = ___statusCode0; if ((((int32_t)L_1) == ((int32_t)((int32_t)204)))) { goto IL_0023; } } { int32_t L_2 = ___statusCode0; G_B4_0 = ((((int32_t)((((int32_t)L_2) == ((int32_t)((int32_t)304)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0024; } IL_0023: { G_B4_0 = 0; } IL_0024: { return (bool)G_B4_0; } } // System.Void System.Net.WebConnection::GetCertificates() extern "C" IL2CPP_METHOD_ATTR void WebConnection_GetCertificates_m955850324 (WebConnection_t3982808322 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_GetCertificates_m955850324_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509Certificate_t713131622 * V_0 = NULL; X509Certificate_t713131622 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(WebConnection_t3982808322_il2cpp_TypeInfo_var); PropertyInfo_t * L_0 = ((WebConnection_t3982808322_StaticFields*)il2cpp_codegen_static_fields_for(WebConnection_t3982808322_il2cpp_TypeInfo_var))->get_piClient_28(); Stream_t1273022909 * L_1 = __this->get_nstream_1(); NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(23 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, L_0, L_1, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL); V_0 = ((X509Certificate_t713131622 *)CastclassClass((RuntimeObject*)L_2, X509Certificate_t713131622_il2cpp_TypeInfo_var)); PropertyInfo_t * L_3 = ((WebConnection_t3982808322_StaticFields*)il2cpp_codegen_static_fields_for(WebConnection_t3982808322_il2cpp_TypeInfo_var))->get_piServer_29(); Stream_t1273022909 * L_4 = __this->get_nstream_1(); NullCheck(L_3); RuntimeObject * L_5 = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(23 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, L_3, L_4, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL); V_1 = ((X509Certificate_t713131622 *)CastclassClass((RuntimeObject*)L_5, X509Certificate_t713131622_il2cpp_TypeInfo_var)); ServicePoint_t2786966844 * L_6 = __this->get_sPoint_0(); X509Certificate_t713131622 * L_7 = V_0; X509Certificate_t713131622 * L_8 = V_1; NullCheck(L_6); ServicePoint_SetCertificates_m3299390840(L_6, L_7, L_8, /*hidden argument*/NULL); X509Certificate_t713131622 * L_9 = V_1; __this->set_certsAvailable_24((bool)((((int32_t)((((RuntimeObject*)(X509Certificate_t713131622 *)L_9) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0)); return; } } // System.Void System.Net.WebConnection::InitRead(System.Object) extern "C" IL2CPP_METHOD_ATTR void WebConnection_InitRead_m3857158647 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_InitRead_m3857158647_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebConnection_t3982808322 * V_0 = NULL; Stream_t1273022909 * V_1 = NULL; int32_t V_2 = 0; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = ___state0; V_0 = ((WebConnection_t3982808322 *)CastclassClass((RuntimeObject*)L_0, WebConnection_t3982808322_il2cpp_TypeInfo_var)); WebConnection_t3982808322 * L_1 = V_0; NullCheck(L_1); Stream_t1273022909 * L_2 = L_1->get_nstream_1(); V_1 = L_2; } IL_000e: try { // begin try (depth: 1) WebConnection_t3982808322 * L_3 = V_0; NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = L_3->get_buffer_7(); NullCheck(L_4); WebConnection_t3982808322 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = L_5->get_position_17(); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), (int32_t)L_6)); Stream_t1273022909 * L_7 = V_1; WebConnection_t3982808322 * L_8 = V_0; NullCheck(L_8); ByteU5BU5D_t4116647657* L_9 = L_8->get_buffer_7(); WebConnection_t3982808322 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = L_10->get_position_17(); int32_t L_12 = V_2; IL2CPP_RUNTIME_CLASS_INIT(WebConnection_t3982808322_il2cpp_TypeInfo_var); AsyncCallback_t3962456242 * L_13 = ((WebConnection_t3982808322_StaticFields*)il2cpp_codegen_static_fields_for(WebConnection_t3982808322_il2cpp_TypeInfo_var))->get_readDoneDelegate_8(); WebConnection_t3982808322 * L_14 = V_0; NullCheck(L_7); VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_t4116647657*, int32_t, int32_t, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(24 /* System.IAsyncResult System.IO.Stream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_7, L_9, L_11, L_12, L_13, L_14); goto IL_0050; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_003d; throw e; } CATCH_003d: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); WebConnection_t3982808322 * L_15 = V_0; Exception_t * L_16 = V_3; NullCheck(L_15); WebConnection_HandleError_m738788885(L_15, 3, L_16, _stringLiteral2419126351, /*hidden argument*/NULL); goto IL_0050; } // end catch (depth: 1) IL_0050: { return; } } // System.Int32 System.Net.WebConnection::GetResponse(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t WebConnection_GetResponse_m2224473082 (WebConnection_t3982808322 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___max1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_GetResponse_m2224473082_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; bool V_2 = false; bool V_3 = false; bool V_4 = false; StringU5BU5D_t1281789340* V_5 = NULL; ArrayList_t2718874744 * V_6 = NULL; bool V_7 = false; int32_t V_8 = 0; String_t* V_9 = NULL; String_t* V_10 = NULL; RuntimeObject* V_11 = NULL; RuntimeObject* V_12 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = 0; V_1 = (String_t*)NULL; V_2 = (bool)0; V_3 = (bool)0; V_4 = (bool)0; } IL_000b: { int32_t L_0 = __this->get_readState_11(); if (L_0) { goto IL_0114; } } { ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t L_2 = ___max1; IL2CPP_RUNTIME_CLASS_INIT(WebConnection_t3982808322_il2cpp_TypeInfo_var); bool L_3 = WebConnection_ReadLine_m1318917240(NULL /*static, unused*/, L_1, (&V_0), L_2, (&V_1), /*hidden argument*/NULL); V_2 = L_3; bool L_4 = V_2; if (L_4) { goto IL_002a; } } { return (-1); } IL_002a: { String_t* L_5 = V_1; if (L_5) { goto IL_0038; } } { V_4 = (bool)1; goto IL_02ca; } IL_0038: { V_4 = (bool)0; __this->set_readState_11(1); String_t* L_6 = V_1; CharU5BU5D_t3528271667* L_7 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_7); (L_7)->SetAt(static_cast(0), (Il2CppChar)((int32_t)32)); NullCheck(L_6); StringU5BU5D_t1281789340* L_8 = String_Split_m3646115398(L_6, L_7, /*hidden argument*/NULL); V_5 = L_8; StringU5BU5D_t1281789340* L_9 = V_5; NullCheck(L_9); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))) >= ((int32_t)2))) { goto IL_0061; } } { return (-1); } IL_0061: { StringU5BU5D_t1281789340* L_10 = V_5; NullCheck(L_10); int32_t L_11 = 0; String_t* L_12 = (L_10)->GetAt(static_cast(L_11)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_13 = String_Compare_m1071830722(NULL /*static, unused*/, L_12, _stringLiteral1394625933, (bool)1, /*hidden argument*/NULL); if (L_13) { goto IL_009a; } } { WebConnectionData_t3835660455 * L_14 = __this->get_Data_12(); IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t346520293_il2cpp_TypeInfo_var); Version_t3456873960 * L_15 = ((HttpVersion_t346520293_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t346520293_il2cpp_TypeInfo_var))->get_Version11_1(); NullCheck(L_14); L_14->set_Version_4(L_15); ServicePoint_t2786966844 * L_16 = __this->get_sPoint_0(); Version_t3456873960 * L_17 = ((HttpVersion_t346520293_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t346520293_il2cpp_TypeInfo_var))->get_Version11_1(); NullCheck(L_16); ServicePoint_SetVersion_m218713483(L_16, L_17, /*hidden argument*/NULL); goto IL_00ba; } IL_009a: { WebConnectionData_t3835660455 * L_18 = __this->get_Data_12(); IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t346520293_il2cpp_TypeInfo_var); Version_t3456873960 * L_19 = ((HttpVersion_t346520293_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t346520293_il2cpp_TypeInfo_var))->get_Version10_0(); NullCheck(L_18); L_18->set_Version_4(L_19); ServicePoint_t2786966844 * L_20 = __this->get_sPoint_0(); Version_t3456873960 * L_21 = ((HttpVersion_t346520293_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t346520293_il2cpp_TypeInfo_var))->get_Version10_0(); NullCheck(L_20); ServicePoint_SetVersion_m218713483(L_20, L_21, /*hidden argument*/NULL); } IL_00ba: { WebConnectionData_t3835660455 * L_22 = __this->get_Data_12(); StringU5BU5D_t1281789340* L_23 = V_5; NullCheck(L_23); int32_t L_24 = 1; String_t* L_25 = (L_23)->GetAt(static_cast(L_24)); uint32_t L_26 = UInt32_Parse_m3270868885(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); NullCheck(L_22); L_22->set_StatusCode_1(L_26); StringU5BU5D_t1281789340* L_27 = V_5; NullCheck(L_27); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length))))) < ((int32_t)3))) { goto IL_00fb; } } { WebConnectionData_t3835660455 * L_28 = __this->get_Data_12(); StringU5BU5D_t1281789340* L_29 = V_5; StringU5BU5D_t1281789340* L_30 = V_5; NullCheck(L_30); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_31 = String_Join_m29736248(NULL /*static, unused*/, _stringLiteral3452614528, L_29, 2, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length)))), (int32_t)2)), /*hidden argument*/NULL); NullCheck(L_28); L_28->set_StatusDescription_2(L_31); goto IL_010b; } IL_00fb: { WebConnectionData_t3835660455 * L_32 = __this->get_Data_12(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_32); L_32->set_StatusDescription_2(L_33); } IL_010b: { int32_t L_34 = V_0; int32_t L_35 = ___max1; if ((((int32_t)L_34) < ((int32_t)L_35))) { goto IL_0114; } } { int32_t L_36 = V_0; return L_36; } IL_0114: { V_4 = (bool)0; int32_t L_37 = __this->get_readState_11(); if ((!(((uint32_t)L_37) == ((uint32_t)1)))) { goto IL_02ca; } } { __this->set_readState_11(2); WebConnectionData_t3835660455 * L_38 = __this->get_Data_12(); WebHeaderCollection_t1942268960 * L_39 = (WebHeaderCollection_t1942268960 *)il2cpp_codegen_object_new(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var); WebHeaderCollection__ctor_m896654210(L_39, /*hidden argument*/NULL); NullCheck(L_38); L_38->set_Headers_3(L_39); ArrayList_t2718874744 * L_40 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_40, /*hidden argument*/NULL); V_6 = L_40; V_7 = (bool)0; goto IL_01db; } IL_0149: { ByteU5BU5D_t4116647657* L_41 = ___buffer0; int32_t L_42 = ___max1; IL2CPP_RUNTIME_CLASS_INIT(WebConnection_t3982808322_il2cpp_TypeInfo_var); bool L_43 = WebConnection_ReadLine_m1318917240(NULL /*static, unused*/, L_41, (&V_0), L_42, (&V_1), /*hidden argument*/NULL); if (L_43) { goto IL_015e; } } { goto IL_01e2; } IL_015e: { String_t* L_44 = V_1; if (L_44) { goto IL_016c; } } { V_7 = (bool)1; goto IL_01db; } IL_016c: { String_t* L_45 = V_1; NullCheck(L_45); int32_t L_46 = String_get_Length_m3847582255(L_45, /*hidden argument*/NULL); if ((((int32_t)L_46) <= ((int32_t)0))) { goto IL_01d2; } } { String_t* L_47 = V_1; NullCheck(L_47); Il2CppChar L_48 = String_get_Chars_m2986988803(L_47, 0, /*hidden argument*/NULL); if ((((int32_t)L_48) == ((int32_t)((int32_t)32)))) { goto IL_0194; } } { String_t* L_49 = V_1; NullCheck(L_49); Il2CppChar L_50 = String_get_Chars_m2986988803(L_49, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)9))))) { goto IL_01d2; } } IL_0194: { ArrayList_t2718874744 * L_51 = V_6; NullCheck(L_51); int32_t L_52 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_51); V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)1)); int32_t L_53 = V_8; if ((((int32_t)L_53) >= ((int32_t)0))) { goto IL_01ac; } } { goto IL_01e2; } IL_01ac: { ArrayList_t2718874744 * L_54 = V_6; int32_t L_55 = V_8; NullCheck(L_54); RuntimeObject * L_56 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_54, L_55); String_t* L_57 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_58 = String_Concat_m3937257545(NULL /*static, unused*/, ((String_t*)CastclassSealed((RuntimeObject*)L_56, String_t_il2cpp_TypeInfo_var)), L_57, /*hidden argument*/NULL); V_9 = L_58; ArrayList_t2718874744 * L_59 = V_6; int32_t L_60 = V_8; String_t* L_61 = V_9; NullCheck(L_59); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_59, L_60, L_61); goto IL_01db; } IL_01d2: { ArrayList_t2718874744 * L_62 = V_6; String_t* L_63 = V_1; NullCheck(L_62); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_62, L_63); } IL_01db: { bool L_64 = V_7; if (!L_64) { goto IL_0149; } } IL_01e2: { bool L_65 = V_7; if (L_65) { goto IL_01eb; } } { return (-1); } IL_01eb: { ArrayList_t2718874744 * L_66 = V_6; NullCheck(L_66); RuntimeObject* L_67 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_66); V_11 = L_67; } IL_01f4: try { // begin try (depth: 1) { goto IL_0219; } IL_01f9: { RuntimeObject* L_68 = V_11; NullCheck(L_68); RuntimeObject * L_69 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_68); V_10 = ((String_t*)CastclassSealed((RuntimeObject*)L_69, String_t_il2cpp_TypeInfo_var)); WebConnectionData_t3835660455 * L_70 = __this->get_Data_12(); NullCheck(L_70); WebHeaderCollection_t1942268960 * L_71 = L_70->get_Headers_3(); String_t* L_72 = V_10; NullCheck(L_71); WebHeaderCollection_SetInternal_m3393264823(L_71, L_72, /*hidden argument*/NULL); } IL_0219: { RuntimeObject* L_73 = V_11; NullCheck(L_73); bool L_74 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_73); if (L_74) { goto IL_01f9; } } IL_0225: { IL2CPP_LEAVE(0x240, FINALLY_022a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_022a; } FINALLY_022a: { // begin finally (depth: 1) { RuntimeObject* L_75 = V_11; V_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_75, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_76 = V_12; if (L_76) { goto IL_0238; } } IL_0237: { IL2CPP_END_FINALLY(554) } IL_0238: { RuntimeObject* L_77 = V_12; NullCheck(L_77); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_77); IL2CPP_END_FINALLY(554) } } // end finally (depth: 1) IL2CPP_CLEANUP(554) { IL2CPP_JUMP_TBL(0x240, IL_0240) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0240: { WebConnectionData_t3835660455 * L_78 = __this->get_Data_12(); NullCheck(L_78); int32_t L_79 = L_78->get_StatusCode_1(); if ((!(((uint32_t)L_79) == ((uint32_t)((int32_t)100))))) { goto IL_02c1; } } { ServicePoint_t2786966844 * L_80 = __this->get_sPoint_0(); NullCheck(L_80); ServicePoint_set_SendContinue_m3004714502(L_80, (bool)1, /*hidden argument*/NULL); int32_t L_81 = V_0; int32_t L_82 = ___max1; if ((((int32_t)L_81) < ((int32_t)L_82))) { goto IL_0267; } } { int32_t L_83 = V_0; return L_83; } IL_0267: { WebConnectionData_t3835660455 * L_84 = __this->get_Data_12(); NullCheck(L_84); HttpWebRequest_t1669436515 * L_85 = L_84->get_request_0(); NullCheck(L_85); bool L_86 = HttpWebRequest_get_ExpectContinue_m1265660027(L_85, /*hidden argument*/NULL); if (!L_86) { goto IL_02b3; } } { WebConnectionData_t3835660455 * L_87 = __this->get_Data_12(); NullCheck(L_87); HttpWebRequest_t1669436515 * L_88 = L_87->get_request_0(); WebConnectionData_t3835660455 * L_89 = __this->get_Data_12(); NullCheck(L_89); int32_t L_90 = L_89->get_StatusCode_1(); WebConnectionData_t3835660455 * L_91 = __this->get_Data_12(); NullCheck(L_91); WebHeaderCollection_t1942268960 * L_92 = L_91->get_Headers_3(); NullCheck(L_88); HttpWebRequest_DoContinueDelegate_m3383944917(L_88, L_90, L_92, /*hidden argument*/NULL); WebConnectionData_t3835660455 * L_93 = __this->get_Data_12(); NullCheck(L_93); HttpWebRequest_t1669436515 * L_94 = L_93->get_request_0(); NullCheck(L_94); HttpWebRequest_set_ExpectContinue_m494724185(L_94, (bool)0, /*hidden argument*/NULL); } IL_02b3: { __this->set_readState_11(0); V_3 = (bool)1; goto IL_02ca; } IL_02c1: { __this->set_readState_11(3); int32_t L_95 = V_0; return L_95; } IL_02ca: { bool L_96 = V_4; if (L_96) { goto IL_000b; } } { bool L_97 = V_3; if (L_97) { goto IL_000b; } } { return (-1); } } // System.Void System.Net.WebConnection::InitConnection(System.Object) extern "C" IL2CPP_METHOD_ATTR void WebConnection_InitConnection_m679229319 (WebConnection_t3982808322 * __this, RuntimeObject * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_InitConnection_m679229319_MetadataUsageId); s_Il2CppMethodInitialized = true; } HttpWebRequest_t1669436515 * V_0 = NULL; int32_t V_1 = 0; Exception_t * V_2 = NULL; { RuntimeObject * L_0 = ___state0; V_0 = ((HttpWebRequest_t1669436515 *)CastclassClass((RuntimeObject*)L_0, HttpWebRequest_t1669436515_il2cpp_TypeInfo_var)); HttpWebRequest_t1669436515 * L_1 = V_0; NullCheck(L_1); L_1->set_WebConnection_52(__this); HttpWebRequest_t1669436515 * L_2 = V_0; NullCheck(L_2); bool L_3 = HttpWebRequest_get_Aborted_m1961501758(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001a; } } { return; } IL_001a: { HttpWebRequest_t1669436515 * L_4 = V_0; NullCheck(L_4); bool L_5 = HttpWebRequest_get_KeepAlive_m125307640(L_4, /*hidden argument*/NULL); __this->set_keepAlive_6(L_5); WebConnectionData_t3835660455 * L_6 = (WebConnectionData_t3835660455 *)il2cpp_codegen_object_new(WebConnectionData_t3835660455_il2cpp_TypeInfo_var); WebConnectionData__ctor_m2596484140(L_6, /*hidden argument*/NULL); __this->set_Data_12(L_6); WebConnectionData_t3835660455 * L_7 = __this->get_Data_12(); HttpWebRequest_t1669436515 * L_8 = V_0; NullCheck(L_7); L_7->set_request_0(L_8); } IL_003d: { HttpWebRequest_t1669436515 * L_9 = V_0; WebConnection_Connect_m2850066444(__this, L_9, /*hidden argument*/NULL); HttpWebRequest_t1669436515 * L_10 = V_0; NullCheck(L_10); bool L_11 = HttpWebRequest_get_Aborted_m1961501758(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0050; } } { return; } IL_0050: { int32_t L_12 = __this->get_status_4(); if (!L_12) { goto IL_0080; } } { HttpWebRequest_t1669436515 * L_13 = V_0; NullCheck(L_13); bool L_14 = HttpWebRequest_get_Aborted_m1961501758(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_007f; } } { HttpWebRequest_t1669436515 * L_15 = V_0; int32_t L_16 = __this->get_status_4(); Exception_t * L_17 = __this->get_connect_exception_25(); NullCheck(L_15); HttpWebRequest_SetWriteStreamError_m336408989(L_15, L_16, L_17, /*hidden argument*/NULL); WebConnection_Close_m1464903054(__this, (bool)1, /*hidden argument*/NULL); } IL_007f: { return; } IL_0080: { HttpWebRequest_t1669436515 * L_18 = V_0; bool L_19 = WebConnection_CreateStream_m3387195587(__this, L_18, /*hidden argument*/NULL); if (L_19) { goto IL_00d2; } } { HttpWebRequest_t1669436515 * L_20 = V_0; NullCheck(L_20); bool L_21 = HttpWebRequest_get_Aborted_m1961501758(L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0098; } } { return; } IL_0098: { int32_t L_22 = __this->get_status_4(); V_1 = L_22; WebConnectionData_t3835660455 * L_23 = __this->get_Data_12(); NullCheck(L_23); String_t* L_24 = L_23->get_Challenge_6(); if (!L_24) { goto IL_00b4; } } { goto IL_003d; } IL_00b4: { Exception_t * L_25 = __this->get_connect_exception_25(); V_2 = L_25; __this->set_connect_exception_25((Exception_t *)NULL); HttpWebRequest_t1669436515 * L_26 = V_0; int32_t L_27 = V_1; Exception_t * L_28 = V_2; NullCheck(L_26); HttpWebRequest_SetWriteStreamError_m336408989(L_26, L_27, L_28, /*hidden argument*/NULL); WebConnection_Close_m1464903054(__this, (bool)1, /*hidden argument*/NULL); return; } IL_00d2: { __this->set_readState_11(0); HttpWebRequest_t1669436515 * L_29 = V_0; HttpWebRequest_t1669436515 * L_30 = V_0; WebConnectionStream_t2170064850 * L_31 = (WebConnectionStream_t2170064850 *)il2cpp_codegen_object_new(WebConnectionStream_t2170064850_il2cpp_TypeInfo_var); WebConnectionStream__ctor_m1091771122(L_31, __this, L_30, /*hidden argument*/NULL); NullCheck(L_29); HttpWebRequest_SetWriteStream_m2739138088(L_29, L_31, /*hidden argument*/NULL); return; } } // System.EventHandler System.Net.WebConnection::SendRequest(System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR EventHandler_t1348719766 * WebConnection_SendRequest_m4284869211 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, const RuntimeMethod* method) { WebConnection_t3982808322 * V_0 = NULL; Queue_t3637523393 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { HttpWebRequest_t1669436515 * L_0 = ___request0; NullCheck(L_0); bool L_1 = HttpWebRequest_get_Aborted_m1961501758(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return (EventHandler_t1348719766 *)NULL; } IL_000d: { V_0 = __this; WebConnection_t3982808322 * L_2 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0015: try { // begin try (depth: 1) { bool L_3 = __this->get_busy_18(); if (L_3) { goto IL_0040; } } IL_0020: { __this->set_busy_18((bool)1); __this->set_status_4(0); WaitCallback_t2448485498 * L_4 = __this->get_initConn_5(); HttpWebRequest_t1669436515 * L_5 = ___request0; ThreadPool_QueueUserWorkItem_m1526970260(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); goto IL_0065; } IL_0040: { Queue_t3637523393 * L_6 = __this->get_queue_15(); V_1 = L_6; Queue_t3637523393 * L_7 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); } IL_004d: try { // begin try (depth: 2) Queue_t3637523393 * L_8 = __this->get_queue_15(); HttpWebRequest_t1669436515 * L_9 = ___request0; NullCheck(L_8); VirtActionInvoker1< RuntimeObject * >::Invoke(18 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_8, L_9); IL2CPP_LEAVE(0x65, FINALLY_005e); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005e; } FINALLY_005e: { // begin finally (depth: 2) Queue_t3637523393 * L_10 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); IL2CPP_END_FINALLY(94) } // end finally (depth: 2) IL2CPP_CLEANUP(94) { IL2CPP_JUMP_TBL(0x65, IL_0065) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0065: { IL2CPP_LEAVE(0x71, FINALLY_006a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006a; } FINALLY_006a: { // begin finally (depth: 1) WebConnection_t3982808322 * L_11 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); IL2CPP_END_FINALLY(106) } // end finally (depth: 1) IL2CPP_CLEANUP(106) { IL2CPP_JUMP_TBL(0x71, IL_0071) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0071: { EventHandler_t1348719766 * L_12 = __this->get_abortHandler_9(); return L_12; } } // System.Void System.Net.WebConnection::SendNext() extern "C" IL2CPP_METHOD_ATTR void WebConnection_SendNext_m1567013439 (WebConnection_t3982808322 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_SendNext_m1567013439_MetadataUsageId); s_Il2CppMethodInitialized = true; } Queue_t3637523393 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Queue_t3637523393 * L_0 = __this->get_queue_15(); V_0 = L_0; Queue_t3637523393 * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) { Queue_t3637523393 * L_2 = __this->get_queue_15(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Queue::get_Count() */, L_2); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0035; } } IL_001e: { Queue_t3637523393 * L_4 = __this->get_queue_15(); NullCheck(L_4); RuntimeObject * L_5 = VirtFuncInvoker0< RuntimeObject * >::Invoke(17 /* System.Object System.Collections.Queue::Dequeue() */, L_4); WebConnection_SendRequest_m4284869211(__this, ((HttpWebRequest_t1669436515 *)CastclassClass((RuntimeObject*)L_5, HttpWebRequest_t1669436515_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_0035: { IL2CPP_LEAVE(0x41, FINALLY_003a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) Queue_t3637523393 * L_6 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_JUMP_TBL(0x41, IL_0041) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0041: { return; } } // System.Void System.Net.WebConnection::NextRead() extern "C" IL2CPP_METHOD_ATTR void WebConnection_NextRead_m3275930655 (WebConnection_t3982808322 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_NextRead_m3275930655_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebConnection_t3982808322 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; bool V_3 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); String_t* G_B4_0 = NULL; String_t* G_B7_0 = NULL; int32_t G_B10_0 = 0; int32_t G_B14_0 = 0; { V_0 = __this; WebConnection_t3982808322 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) { WebConnectionData_t3835660455 * L_1 = __this->get_Data_12(); NullCheck(L_1); HttpWebRequest_t1669436515 * L_2 = L_1->get_request_0(); NullCheck(L_2); HttpWebRequest_set_FinishedReading_m2455679796(L_2, (bool)1, /*hidden argument*/NULL); ServicePoint_t2786966844 * L_3 = __this->get_sPoint_0(); NullCheck(L_3); bool L_4 = ServicePoint_get_UsesProxy_m174711556(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0033; } } IL_0029: { G_B4_0 = _stringLiteral1113504260; goto IL_0038; } IL_0033: { G_B4_0 = _stringLiteral2744925370; } IL_0038: { V_1 = G_B4_0; WebConnectionData_t3835660455 * L_5 = __this->get_Data_12(); NullCheck(L_5); WebHeaderCollection_t1942268960 * L_6 = L_5->get_Headers_3(); if (!L_6) { goto IL_005f; } } IL_0049: { WebConnectionData_t3835660455 * L_7 = __this->get_Data_12(); NullCheck(L_7); WebHeaderCollection_t1942268960 * L_8 = L_7->get_Headers_3(); String_t* L_9 = V_1; NullCheck(L_8); String_t* L_10 = NameValueCollection_get_Item_m1249025201(L_8, L_9, /*hidden argument*/NULL); G_B7_0 = L_10; goto IL_0060; } IL_005f: { G_B7_0 = ((String_t*)(NULL)); } IL_0060: { V_2 = G_B7_0; WebConnectionData_t3835660455 * L_11 = __this->get_Data_12(); NullCheck(L_11); Version_t3456873960 * L_12 = L_11->get_Version_4(); IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t346520293_il2cpp_TypeInfo_var); Version_t3456873960 * L_13 = ((HttpVersion_t346520293_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t346520293_il2cpp_TypeInfo_var))->get_Version11_1(); bool L_14 = Version_op_Equality_m3804852517(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0083; } } IL_007b: { bool L_15 = __this->get_keepAlive_6(); G_B10_0 = ((int32_t)(L_15)); goto IL_0084; } IL_0083: { G_B10_0 = 0; } IL_0084: { V_3 = (bool)G_B10_0; String_t* L_16 = V_2; if (!L_16) { goto IL_00b2; } } IL_008b: { String_t* L_17 = V_2; NullCheck(L_17); String_t* L_18 = String_ToLower_m2029374922(L_17, /*hidden argument*/NULL); V_2 = L_18; bool L_19 = __this->get_keepAlive_6(); if (!L_19) { goto IL_00b0; } } IL_009d: { String_t* L_20 = V_2; NullCheck(L_20); int32_t L_21 = String_IndexOf_m1977622757(L_20, _stringLiteral122745998, /*hidden argument*/NULL); G_B14_0 = ((((int32_t)((((int32_t)L_21) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_00b1; } IL_00b0: { G_B14_0 = 0; } IL_00b1: { V_3 = (bool)G_B14_0; } IL_00b2: { Socket_t1119025450 * L_22 = __this->get_socket_2(); if (!L_22) { goto IL_00cd; } } IL_00bd: { Socket_t1119025450 * L_23 = __this->get_socket_2(); NullCheck(L_23); bool L_24 = Socket_get_Connected_m2875145796(L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_00ea; } } IL_00cd: { bool L_25 = V_3; if (!L_25) { goto IL_00ea; } } IL_00d3: { String_t* L_26 = V_2; if (!L_26) { goto IL_00f1; } } IL_00d9: { String_t* L_27 = V_2; NullCheck(L_27); int32_t L_28 = String_IndexOf_m1977622757(L_27, _stringLiteral3483483719, /*hidden argument*/NULL); if ((((int32_t)L_28) == ((int32_t)(-1)))) { goto IL_00f1; } } IL_00ea: { WebConnection_Close_m1464903054(__this, (bool)0, /*hidden argument*/NULL); } IL_00f1: { __this->set_busy_18((bool)0); HttpWebRequest_t1669436515 * L_29 = __this->get_priority_request_19(); if (!L_29) { goto IL_011c; } } IL_0103: { HttpWebRequest_t1669436515 * L_30 = __this->get_priority_request_19(); WebConnection_SendRequest_m4284869211(__this, L_30, /*hidden argument*/NULL); __this->set_priority_request_19((HttpWebRequest_t1669436515 *)NULL); goto IL_0122; } IL_011c: { WebConnection_SendNext_m1567013439(__this, /*hidden argument*/NULL); } IL_0122: { IL2CPP_LEAVE(0x12E, FINALLY_0127); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0127; } FINALLY_0127: { // begin finally (depth: 1) WebConnection_t3982808322 * L_31 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); IL2CPP_END_FINALLY(295) } // end finally (depth: 1) IL2CPP_CLEANUP(295) { IL2CPP_JUMP_TBL(0x12E, IL_012e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_012e: { return; } } // System.Boolean System.Net.WebConnection::ReadLine(System.Byte[],System.Int32&,System.Int32,System.String&) extern "C" IL2CPP_METHOD_ATTR bool WebConnection_ReadLine_m1318917240 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___start1, int32_t ___max2, String_t** ___output3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_ReadLine_m1318917240_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; StringBuilder_t * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t G_B19_0 = 0; { V_0 = (bool)0; StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_1 = L_0; V_2 = 0; goto IL_0085; } IL_000f: { ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t* L_2 = ___start1; int32_t* L_3 = ___start1; int32_t L_4 = (*((int32_t*)L_3)); V_3 = L_4; *((int32_t*)(L_2)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); int32_t L_5 = V_3; NullCheck(L_1); int32_t L_6 = L_5; uint8_t L_7 = (L_1)->GetAt(static_cast(L_6)); V_2 = L_7; int32_t L_8 = V_2; if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)10))))) { goto IL_0059; } } { StringBuilder_t * L_9 = V_1; NullCheck(L_9); int32_t L_10 = StringBuilder_get_Length_m3238060835(L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0052; } } { StringBuilder_t * L_11 = V_1; StringBuilder_t * L_12 = V_1; NullCheck(L_12); int32_t L_13 = StringBuilder_get_Length_m3238060835(L_12, /*hidden argument*/NULL); NullCheck(L_11); Il2CppChar L_14 = StringBuilder_get_Chars_m1819843468(L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)13))))) { goto IL_0052; } } { StringBuilder_t * L_15 = V_1; StringBuilder_t * L_16 = L_15; NullCheck(L_16); int32_t L_17 = StringBuilder_get_Length_m3238060835(L_16, /*hidden argument*/NULL); NullCheck(L_16); StringBuilder_set_Length_m1410065908(L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)), /*hidden argument*/NULL); } IL_0052: { V_0 = (bool)0; goto IL_008d; } IL_0059: { bool L_18 = V_0; if (!L_18) { goto IL_0072; } } { StringBuilder_t * L_19 = V_1; StringBuilder_t * L_20 = L_19; NullCheck(L_20); int32_t L_21 = StringBuilder_get_Length_m3238060835(L_20, /*hidden argument*/NULL); NullCheck(L_20); StringBuilder_set_Length_m1410065908(L_20, ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)), /*hidden argument*/NULL); goto IL_008d; } IL_0072: { int32_t L_22 = V_2; if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)13))))) { goto IL_007c; } } { V_0 = (bool)1; } IL_007c: { StringBuilder_t * L_23 = V_1; int32_t L_24 = V_2; NullCheck(L_23); StringBuilder_Append_m2383614642(L_23, (((int32_t)((uint16_t)L_24))), /*hidden argument*/NULL); } IL_0085: { int32_t* L_25 = ___start1; int32_t L_26 = ___max2; if ((((int32_t)(*((int32_t*)L_25))) < ((int32_t)L_26))) { goto IL_000f; } } IL_008d: { int32_t L_27 = V_2; if ((((int32_t)L_27) == ((int32_t)((int32_t)10)))) { goto IL_009f; } } { int32_t L_28 = V_2; if ((((int32_t)L_28) == ((int32_t)((int32_t)13)))) { goto IL_009f; } } { return (bool)0; } IL_009f: { StringBuilder_t * L_29 = V_1; NullCheck(L_29); int32_t L_30 = StringBuilder_get_Length_m3238060835(L_29, /*hidden argument*/NULL); if (L_30) { goto IL_00be; } } { String_t** L_31 = ___output3; *((RuntimeObject **)(L_31)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_31), (RuntimeObject *)NULL); int32_t L_32 = V_2; if ((((int32_t)L_32) == ((int32_t)((int32_t)10)))) { goto IL_00bc; } } { int32_t L_33 = V_2; G_B19_0 = ((((int32_t)L_33) == ((int32_t)((int32_t)13)))? 1 : 0); goto IL_00bd; } IL_00bc: { G_B19_0 = 1; } IL_00bd: { return (bool)G_B19_0; } IL_00be: { bool L_34 = V_0; if (!L_34) { goto IL_00d2; } } { StringBuilder_t * L_35 = V_1; StringBuilder_t * L_36 = L_35; NullCheck(L_36); int32_t L_37 = StringBuilder_get_Length_m3238060835(L_36, /*hidden argument*/NULL); NullCheck(L_36); StringBuilder_set_Length_m1410065908(L_36, ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)1)), /*hidden argument*/NULL); } IL_00d2: { String_t** L_38 = ___output3; StringBuilder_t * L_39 = V_1; NullCheck(L_39); String_t* L_40 = StringBuilder_ToString_m3317489284(L_39, /*hidden argument*/NULL); *((RuntimeObject **)(L_38)) = (RuntimeObject *)L_40; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_38), (RuntimeObject *)L_40); return (bool)1; } } // System.IAsyncResult System.Net.WebConnection::BeginRead(System.Net.HttpWebRequest,System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebConnection_BeginRead_m2950707033 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___size3, AsyncCallback_t3962456242 * ___cb4, RuntimeObject * ___state5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_BeginRead_m2950707033_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebConnection_t3982808322 * V_0 = NULL; RuntimeObject* V_1 = NULL; WebAsyncResult_t3421962937 * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; WebConnection_t3982808322 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) { WebConnectionData_t3835660455 * L_1 = __this->get_Data_12(); NullCheck(L_1); HttpWebRequest_t1669436515 * L_2 = L_1->get_request_0(); HttpWebRequest_t1669436515 * L_3 = ___request0; if ((((RuntimeObject*)(HttpWebRequest_t1669436515 *)L_2) == ((RuntimeObject*)(HttpWebRequest_t1669436515 *)L_3))) { goto IL_002e; } } IL_0019: { RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (NetworkStream_t4071955934_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_5); ObjectDisposedException_t21392786 * L_7 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,WebConnection_BeginRead_m2950707033_RuntimeMethod_var); } IL_002e: { Stream_t1273022909 * L_8 = __this->get_nstream_1(); if (L_8) { goto IL_0040; } } IL_0039: { V_3 = (RuntimeObject*)NULL; IL2CPP_LEAVE(0xD2, FINALLY_0045); } IL_0040: { IL2CPP_LEAVE(0x4C, FINALLY_0045); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0045; } FINALLY_0045: { // begin finally (depth: 1) WebConnection_t3982808322 * L_9 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); IL2CPP_END_FINALLY(69) } // end finally (depth: 1) IL2CPP_CLEANUP(69) { IL2CPP_JUMP_TBL(0xD2, IL_00d2) IL2CPP_JUMP_TBL(0x4C, IL_004c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004c: { V_1 = (RuntimeObject*)NULL; bool L_10 = __this->get_chunkedRead_13(); if (!L_10) { goto IL_0069; } } { ChunkStream_t2634567336 * L_11 = __this->get_chunkStream_14(); NullCheck(L_11); bool L_12 = ChunkStream_get_WantMore_m3914059038(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_009a; } } IL_0069: try { // begin try (depth: 1) Stream_t1273022909 * L_13 = __this->get_nstream_1(); ByteU5BU5D_t4116647657* L_14 = ___buffer1; int32_t L_15 = ___offset2; int32_t L_16 = ___size3; AsyncCallback_t3962456242 * L_17 = ___cb4; RuntimeObject * L_18 = ___state5; NullCheck(L_13); RuntimeObject* L_19 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_t4116647657*, int32_t, int32_t, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(24 /* System.IAsyncResult System.IO.Stream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_13, L_14, L_15, L_16, L_17, L_18); V_1 = L_19; ___cb4 = (AsyncCallback_t3962456242 *)NULL; goto IL_009a; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0085; throw e; } CATCH_0085: { // begin catch(System.Exception) { WebConnection_HandleError_m738788885(__this, 3, (Exception_t *)NULL, _stringLiteral4159479073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_0095: { goto IL_009a; } } // end catch (depth: 1) IL_009a: { bool L_20 = __this->get_chunkedRead_13(); if (!L_20) { goto IL_00d0; } } { AsyncCallback_t3962456242 * L_21 = ___cb4; RuntimeObject * L_22 = ___state5; ByteU5BU5D_t4116647657* L_23 = ___buffer1; int32_t L_24 = ___offset2; int32_t L_25 = ___size3; WebAsyncResult_t3421962937 * L_26 = (WebAsyncResult_t3421962937 *)il2cpp_codegen_object_new(WebAsyncResult_t3421962937_il2cpp_TypeInfo_var); WebAsyncResult__ctor_m4245223108(L_26, L_21, L_22, L_23, L_24, L_25, /*hidden argument*/NULL); V_2 = L_26; WebAsyncResult_t3421962937 * L_27 = V_2; RuntimeObject* L_28 = V_1; NullCheck(L_27); WebAsyncResult_set_InnerAsyncResult_m4260877195(L_27, L_28, /*hidden argument*/NULL); RuntimeObject* L_29 = V_1; if (L_29) { goto IL_00ce; } } { WebAsyncResult_t3421962937 * L_30 = V_2; NullCheck(L_30); WebAsyncResult_SetCompleted_m2263512966(L_30, (bool)1, (Exception_t *)NULL, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_31 = V_2; NullCheck(L_31); WebAsyncResult_DoCallback_m1336537550(L_31, /*hidden argument*/NULL); } IL_00ce: { WebAsyncResult_t3421962937 * L_32 = V_2; return L_32; } IL_00d0: { RuntimeObject* L_33 = V_1; return L_33; } IL_00d2: { RuntimeObject* L_34 = V_3; return L_34; } } // System.Int32 System.Net.WebConnection::EndRead(System.Net.HttpWebRequest,System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t WebConnection_EndRead_m3553040041 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, RuntimeObject* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_EndRead_m3553040041_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebConnection_t3982808322 * V_0 = NULL; int32_t V_1 = 0; WebAsyncResult_t3421962937 * V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; bool V_5 = false; Exception_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B33_0 = 0; { V_0 = __this; WebConnection_t3982808322 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) { WebConnectionData_t3835660455 * L_1 = __this->get_Data_12(); NullCheck(L_1); HttpWebRequest_t1669436515 * L_2 = L_1->get_request_0(); HttpWebRequest_t1669436515 * L_3 = ___request0; if ((((RuntimeObject*)(HttpWebRequest_t1669436515 *)L_2) == ((RuntimeObject*)(HttpWebRequest_t1669436515 *)L_3))) { goto IL_002e; } } IL_0019: { RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (NetworkStream_t4071955934_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_5); ObjectDisposedException_t21392786 * L_7 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,WebConnection_EndRead_m3553040041_RuntimeMethod_var); } IL_002e: { Stream_t1273022909 * L_8 = __this->get_nstream_1(); if (L_8) { goto IL_004e; } } IL_0039: { RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (NetworkStream_t4071955934_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_10); ObjectDisposedException_t21392786 * L_12 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,WebConnection_EndRead_m3553040041_RuntimeMethod_var); } IL_004e: { IL2CPP_LEAVE(0x5A, FINALLY_0053); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0053; } FINALLY_0053: { // begin finally (depth: 1) WebConnection_t3982808322 * L_13 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); IL2CPP_END_FINALLY(83) } // end finally (depth: 1) IL2CPP_CLEANUP(83) { IL2CPP_JUMP_TBL(0x5A, IL_005a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005a: { V_1 = 0; V_2 = (WebAsyncResult_t3421962937 *)NULL; RuntimeObject* L_14 = ___result1; NullCheck(((WebAsyncResult_t3421962937 *)CastclassClass((RuntimeObject*)L_14, WebAsyncResult_t3421962937_il2cpp_TypeInfo_var))); RuntimeObject* L_15 = WebAsyncResult_get_InnerAsyncResult_m4134833752(((WebAsyncResult_t3421962937 *)CastclassClass((RuntimeObject*)L_14, WebAsyncResult_t3421962937_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_3 = L_15; bool L_16 = __this->get_chunkedRead_13(); if (!L_16) { goto IL_00b5; } } { RuntimeObject* L_17 = V_3; if (!((WebAsyncResult_t3421962937 *)IsInstClass((RuntimeObject*)L_17, WebAsyncResult_t3421962937_il2cpp_TypeInfo_var))) { goto IL_00b5; } } { RuntimeObject* L_18 = V_3; V_2 = ((WebAsyncResult_t3421962937 *)CastclassClass((RuntimeObject*)L_18, WebAsyncResult_t3421962937_il2cpp_TypeInfo_var)); WebAsyncResult_t3421962937 * L_19 = V_2; NullCheck(L_19); RuntimeObject* L_20 = WebAsyncResult_get_InnerAsyncResult_m4134833752(L_19, /*hidden argument*/NULL); V_4 = L_20; RuntimeObject* L_21 = V_4; if (!L_21) { goto IL_00b0; } } { RuntimeObject* L_22 = V_4; if (((WebAsyncResult_t3421962937 *)IsInstClass((RuntimeObject*)L_22, WebAsyncResult_t3421962937_il2cpp_TypeInfo_var))) { goto IL_00b0; } } { Stream_t1273022909 * L_23 = __this->get_nstream_1(); RuntimeObject* L_24 = V_4; NullCheck(L_23); int32_t L_25 = VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(26 /* System.Int32 System.IO.Stream::EndRead(System.IAsyncResult) */, L_23, L_24); V_1 = L_25; } IL_00b0: { goto IL_00d4; } IL_00b5: { RuntimeObject* L_26 = V_3; if (((WebAsyncResult_t3421962937 *)IsInstClass((RuntimeObject*)L_26, WebAsyncResult_t3421962937_il2cpp_TypeInfo_var))) { goto IL_00d4; } } { Stream_t1273022909 * L_27 = __this->get_nstream_1(); RuntimeObject* L_28 = V_3; NullCheck(L_27); int32_t L_29 = VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(26 /* System.Int32 System.IO.Stream::EndRead(System.IAsyncResult) */, L_27, L_28); V_1 = L_29; RuntimeObject* L_30 = ___result1; V_2 = ((WebAsyncResult_t3421962937 *)CastclassClass((RuntimeObject*)L_30, WebAsyncResult_t3421962937_il2cpp_TypeInfo_var)); } IL_00d4: { bool L_31 = __this->get_chunkedRead_13(); if (!L_31) { goto IL_019d; } } { int32_t L_32 = V_1; V_5 = (bool)((((int32_t)L_32) == ((int32_t)0))? 1 : 0); } IL_00e5: try { // begin try (depth: 1) { ChunkStream_t2634567336 * L_33 = __this->get_chunkStream_14(); WebAsyncResult_t3421962937 * L_34 = V_2; NullCheck(L_34); ByteU5BU5D_t4116647657* L_35 = WebAsyncResult_get_Buffer_m1662146309(L_34, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_36 = V_2; NullCheck(L_36); int32_t L_37 = WebAsyncResult_get_Offset_m368370234(L_36, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_38 = V_2; NullCheck(L_38); int32_t L_39 = WebAsyncResult_get_Size_m4148452880(L_38, /*hidden argument*/NULL); NullCheck(L_33); ChunkStream_WriteAndReadBack_m2960632715(L_33, L_35, L_37, L_39, (&V_1), /*hidden argument*/NULL); bool L_40 = V_5; if (L_40) { goto IL_013a; } } IL_010b: { int32_t L_41 = V_1; if (L_41) { goto IL_013a; } } IL_0111: { ChunkStream_t2634567336 * L_42 = __this->get_chunkStream_14(); NullCheck(L_42); bool L_43 = ChunkStream_get_WantMore_m3914059038(L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_013a; } } IL_0121: { WebAsyncResult_t3421962937 * L_44 = V_2; NullCheck(L_44); ByteU5BU5D_t4116647657* L_45 = WebAsyncResult_get_Buffer_m1662146309(L_44, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_46 = V_2; NullCheck(L_46); int32_t L_47 = WebAsyncResult_get_Offset_m368370234(L_46, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_48 = V_2; NullCheck(L_48); int32_t L_49 = WebAsyncResult_get_Size_m4148452880(L_48, /*hidden argument*/NULL); int32_t L_50 = WebConnection_EnsureRead_m1250887662(__this, L_45, L_47, L_49, /*hidden argument*/NULL); V_1 = L_50; } IL_013a: { goto IL_0165; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_013f; throw e; } CATCH_013f: { // begin catch(System.Exception) { V_6 = ((Exception_t *)__exception_local); Exception_t * L_51 = V_6; if (!((WebException_t3237156354 *)IsInstClass((RuntimeObject*)L_51, WebException_t3237156354_il2cpp_TypeInfo_var))) { goto IL_0150; } } IL_014d: { Exception_t * L_52 = V_6; IL2CPP_RAISE_MANAGED_EXCEPTION(L_52,WebConnection_EndRead_m3553040041_RuntimeMethod_var); } IL_0150: { Exception_t * L_53 = V_6; WebException_t3237156354 * L_54 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2761056832(L_54, _stringLiteral3494384225, L_53, ((int32_t)11), (WebResponse_t229922639 *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_54,WebConnection_EndRead_m3553040041_RuntimeMethod_var); } IL_0160: { goto IL_0165; } } // end catch (depth: 1) IL_0165: { bool L_55 = V_5; if (L_55) { goto IL_0172; } } { int32_t L_56 = V_1; if (L_56) { goto IL_019d; } } IL_0172: { ChunkStream_t2634567336 * L_57 = __this->get_chunkStream_14(); NullCheck(L_57); int32_t L_58 = ChunkStream_get_ChunkLeft_m1465326176(L_57, /*hidden argument*/NULL); if (!L_58) { goto IL_019d; } } { WebConnection_HandleError_m738788885(__this, 3, (Exception_t *)NULL, _stringLiteral562865041, /*hidden argument*/NULL); WebException_t3237156354 * L_59 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2761056832(L_59, _stringLiteral4288548861, (Exception_t *)NULL, 3, (WebResponse_t229922639 *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_59,WebConnection_EndRead_m3553040041_RuntimeMethod_var); } IL_019d: { int32_t L_60 = V_1; if (!L_60) { goto IL_01a9; } } { int32_t L_61 = V_1; G_B33_0 = L_61; goto IL_01aa; } IL_01a9: { G_B33_0 = (-1); } IL_01aa: { return G_B33_0; } } // System.Int32 System.Net.WebConnection::EnsureRead(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t WebConnection_EnsureRead_m1250887662 (WebConnection_t3982808322 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_EnsureRead_m1250887662_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { V_0 = (ByteU5BU5D_t4116647657*)NULL; V_1 = 0; goto IL_0089; } IL_0009: { ChunkStream_t2634567336 * L_0 = __this->get_chunkStream_14(); NullCheck(L_0); int32_t L_1 = ChunkStream_get_ChunkLeft_m1465326176(L_0, /*hidden argument*/NULL); V_2 = L_1; int32_t L_2 = V_2; if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_0027; } } { V_2 = ((int32_t)1024); goto IL_0038; } IL_0027: { int32_t L_3 = V_2; if ((((int32_t)L_3) <= ((int32_t)((int32_t)16384)))) { goto IL_0038; } } { V_2 = ((int32_t)16384); } IL_0038: { ByteU5BU5D_t4116647657* L_4 = V_0; if (!L_4) { goto IL_0047; } } { ByteU5BU5D_t4116647657* L_5 = V_0; NullCheck(L_5); int32_t L_6 = V_2; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))) >= ((int32_t)L_6))) { goto IL_004e; } } IL_0047: { int32_t L_7 = V_2; V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_7)); } IL_004e: { Stream_t1273022909 * L_8 = __this->get_nstream_1(); ByteU5BU5D_t4116647657* L_9 = V_0; int32_t L_10 = V_2; NullCheck(L_8); int32_t L_11 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, L_10); V_3 = L_11; int32_t L_12 = V_3; if ((((int32_t)L_12) > ((int32_t)0))) { goto IL_0066; } } { return 0; } IL_0066: { ChunkStream_t2634567336 * L_13 = __this->get_chunkStream_14(); ByteU5BU5D_t4116647657* L_14 = V_0; int32_t L_15 = V_3; NullCheck(L_13); ChunkStream_Write_m284437954(L_13, L_14, 0, L_15, /*hidden argument*/NULL); int32_t L_16 = V_1; ChunkStream_t2634567336 * L_17 = __this->get_chunkStream_14(); ByteU5BU5D_t4116647657* L_18 = ___buffer0; int32_t L_19 = ___offset1; int32_t L_20 = V_1; int32_t L_21 = ___size2; int32_t L_22 = V_1; NullCheck(L_17); int32_t L_23 = ChunkStream_Read_m2343072583(L_17, L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)), /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_23)); } IL_0089: { int32_t L_24 = V_1; if (L_24) { goto IL_009f; } } { ChunkStream_t2634567336 * L_25 = __this->get_chunkStream_14(); NullCheck(L_25); bool L_26 = ChunkStream_get_WantMore_m3914059038(L_25, /*hidden argument*/NULL); if (L_26) { goto IL_0009; } } IL_009f: { int32_t L_27 = V_1; return L_27; } } // System.Boolean System.Net.WebConnection::CompleteChunkedRead() extern "C" IL2CPP_METHOD_ATTR bool WebConnection_CompleteChunkedRead_m618073306 (WebConnection_t3982808322 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_chunkedRead_13(); if (!L_0) { goto IL_0016; } } { ChunkStream_t2634567336 * L_1 = __this->get_chunkStream_14(); if (L_1) { goto IL_0018; } } IL_0016: { return (bool)1; } IL_0018: { goto IL_0054; } IL_001d: { Stream_t1273022909 * L_2 = __this->get_nstream_1(); ByteU5BU5D_t4116647657* L_3 = __this->get_buffer_7(); ByteU5BU5D_t4116647657* L_4 = __this->get_buffer_7(); NullCheck(L_4); NullCheck(L_2); int32_t L_5 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); V_0 = L_5; int32_t L_6 = V_0; if ((((int32_t)L_6) > ((int32_t)0))) { goto IL_0041; } } { return (bool)0; } IL_0041: { ChunkStream_t2634567336 * L_7 = __this->get_chunkStream_14(); ByteU5BU5D_t4116647657* L_8 = __this->get_buffer_7(); int32_t L_9 = V_0; NullCheck(L_7); ChunkStream_Write_m284437954(L_7, L_8, 0, L_9, /*hidden argument*/NULL); } IL_0054: { ChunkStream_t2634567336 * L_10 = __this->get_chunkStream_14(); NullCheck(L_10); bool L_11 = ChunkStream_get_WantMore_m3914059038(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_001d; } } { return (bool)1; } } // System.IAsyncResult System.Net.WebConnection::BeginWrite(System.Net.HttpWebRequest,System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebConnection_BeginWrite_m3795141727 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___size3, AsyncCallback_t3962456242 * ___cb4, RuntimeObject * ___state5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_BeginWrite_m3795141727_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebConnection_t3982808322 * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; WebConnection_t3982808322 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) { WebConnectionData_t3835660455 * L_1 = __this->get_Data_12(); NullCheck(L_1); HttpWebRequest_t1669436515 * L_2 = L_1->get_request_0(); HttpWebRequest_t1669436515 * L_3 = ___request0; if ((((RuntimeObject*)(HttpWebRequest_t1669436515 *)L_2) == ((RuntimeObject*)(HttpWebRequest_t1669436515 *)L_3))) { goto IL_002e; } } IL_0019: { RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (NetworkStream_t4071955934_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_5); ObjectDisposedException_t21392786 * L_7 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,WebConnection_BeginWrite_m3795141727_RuntimeMethod_var); } IL_002e: { Stream_t1273022909 * L_8 = __this->get_nstream_1(); if (L_8) { goto IL_0040; } } IL_0039: { V_2 = (RuntimeObject*)NULL; IL2CPP_LEAVE(0x78, FINALLY_0045); } IL_0040: { IL2CPP_LEAVE(0x4C, FINALLY_0045); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0045; } FINALLY_0045: { // begin finally (depth: 1) WebConnection_t3982808322 * L_9 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); IL2CPP_END_FINALLY(69) } // end finally (depth: 1) IL2CPP_CLEANUP(69) { IL2CPP_JUMP_TBL(0x78, IL_0078) IL2CPP_JUMP_TBL(0x4C, IL_004c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004c: { V_1 = (RuntimeObject*)NULL; } IL_004e: try { // begin try (depth: 1) Stream_t1273022909 * L_10 = __this->get_nstream_1(); ByteU5BU5D_t4116647657* L_11 = ___buffer1; int32_t L_12 = ___offset2; int32_t L_13 = ___size3; AsyncCallback_t3962456242 * L_14 = ___cb4; RuntimeObject * L_15 = ___state5; NullCheck(L_10); RuntimeObject* L_16 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_t4116647657*, int32_t, int32_t, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(25 /* System.IAsyncResult System.IO.Stream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_10, L_11, L_12, L_13, L_14, L_15); V_1 = L_16; goto IL_0076; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0067; throw e; } CATCH_0067: { // begin catch(System.Exception) { __this->set_status_4(4); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_0071: { goto IL_0076; } } // end catch (depth: 1) IL_0076: { RuntimeObject* L_17 = V_1; return L_17; } IL_0078: { RuntimeObject* L_18 = V_2; return L_18; } } // System.Void System.Net.WebConnection::EndWrite2(System.Net.HttpWebRequest,System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void WebConnection_EndWrite2_m1365797410 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, RuntimeObject* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_EndWrite2_m1365797410_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebConnection_t3982808322 * V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { HttpWebRequest_t1669436515 * L_0 = ___request0; NullCheck(L_0); bool L_1 = HttpWebRequest_get_FinishedReading_m1895117237(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000c; } } { return; } IL_000c: { V_0 = __this; WebConnection_t3982808322 * L_2 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0014: try { // begin try (depth: 1) { WebConnectionData_t3835660455 * L_3 = __this->get_Data_12(); NullCheck(L_3); HttpWebRequest_t1669436515 * L_4 = L_3->get_request_0(); HttpWebRequest_t1669436515 * L_5 = ___request0; if ((((RuntimeObject*)(HttpWebRequest_t1669436515 *)L_4) == ((RuntimeObject*)(HttpWebRequest_t1669436515 *)L_5))) { goto IL_003a; } } IL_0025: { RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (NetworkStream_t4071955934_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_7); ObjectDisposedException_t21392786 * L_9 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,WebConnection_EndWrite2_m1365797410_RuntimeMethod_var); } IL_003a: { Stream_t1273022909 * L_10 = __this->get_nstream_1(); if (L_10) { goto IL_005a; } } IL_0045: { RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (NetworkStream_t4071955934_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_12); ObjectDisposedException_t21392786 * L_14 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,WebConnection_EndWrite2_m1365797410_RuntimeMethod_var); } IL_005a: { IL2CPP_LEAVE(0x66, FINALLY_005f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005f; } FINALLY_005f: { // begin finally (depth: 1) WebConnection_t3982808322 * L_15 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); IL2CPP_END_FINALLY(95) } // end finally (depth: 1) IL2CPP_CLEANUP(95) { IL2CPP_JUMP_TBL(0x66, IL_0066) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0066: try { // begin try (depth: 1) Stream_t1273022909 * L_16 = __this->get_nstream_1(); RuntimeObject* L_17 = ___result1; NullCheck(L_16); VirtActionInvoker1< RuntimeObject* >::Invoke(27 /* System.Void System.IO.Stream::EndWrite(System.IAsyncResult) */, L_16, L_17); goto IL_0098; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0077; throw e; } CATCH_0077: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); __this->set_status_4(4); Exception_t * L_18 = V_1; NullCheck(L_18); Exception_t * L_19 = Exception_get_InnerException_m3836775(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0091; } } IL_008a: { Exception_t * L_20 = V_1; NullCheck(L_20); Exception_t * L_21 = Exception_get_InnerException_m3836775(L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,WebConnection_EndWrite2_m1365797410_RuntimeMethod_var); } IL_0091: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_0093: { goto IL_0098; } } // end catch (depth: 1) IL_0098: { return; } } // System.Boolean System.Net.WebConnection::EndWrite(System.Net.HttpWebRequest,System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool WebConnection_EndWrite_m778444801 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, RuntimeObject* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_EndWrite_m778444801_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebConnection_t3982808322 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { HttpWebRequest_t1669436515 * L_0 = ___request0; NullCheck(L_0); bool L_1 = HttpWebRequest_get_FinishedReading_m1895117237(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return (bool)1; } IL_000d: { V_0 = __this; WebConnection_t3982808322 * L_2 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0015: try { // begin try (depth: 1) { WebConnectionData_t3835660455 * L_3 = __this->get_Data_12(); NullCheck(L_3); HttpWebRequest_t1669436515 * L_4 = L_3->get_request_0(); HttpWebRequest_t1669436515 * L_5 = ___request0; if ((((RuntimeObject*)(HttpWebRequest_t1669436515 *)L_4) == ((RuntimeObject*)(HttpWebRequest_t1669436515 *)L_5))) { goto IL_003b; } } IL_0026: { RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (NetworkStream_t4071955934_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_7); ObjectDisposedException_t21392786 * L_9 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,WebConnection_EndWrite_m778444801_RuntimeMethod_var); } IL_003b: { Stream_t1273022909 * L_10 = __this->get_nstream_1(); if (L_10) { goto IL_005b; } } IL_0046: { RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (NetworkStream_t4071955934_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_12); ObjectDisposedException_t21392786 * L_14 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,WebConnection_EndWrite_m778444801_RuntimeMethod_var); } IL_005b: { IL2CPP_LEAVE(0x67, FINALLY_0060); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0060; } FINALLY_0060: { // begin finally (depth: 1) WebConnection_t3982808322 * L_15 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); IL2CPP_END_FINALLY(96) } // end finally (depth: 1) IL2CPP_CLEANUP(96) { IL2CPP_JUMP_TBL(0x67, IL_0067) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0067: try { // begin try (depth: 1) { Stream_t1273022909 * L_16 = __this->get_nstream_1(); RuntimeObject* L_17 = ___result1; NullCheck(L_16); VirtActionInvoker1< RuntimeObject* >::Invoke(27 /* System.Void System.IO.Stream::EndWrite(System.IAsyncResult) */, L_16, L_17); V_1 = (bool)1; goto IL_0093; } IL_007a: { ; // IL_007a: leave IL_0093 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_007f; throw e; } CATCH_007f: { // begin catch(System.Object) { __this->set_status_4(4); V_1 = (bool)0; goto IL_0093; } IL_008e: { ; // IL_008e: leave IL_0093 } } // end catch (depth: 1) IL_0093: { bool L_18 = V_1; return L_18; } } // System.Int32 System.Net.WebConnection::Read(System.Net.HttpWebRequest,System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t WebConnection_Read_m1054701704 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___size3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_Read_m1054701704_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebConnection_t3982808322 * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; Exception_t * V_3 = NULL; Exception_t * V_4 = NULL; int32_t V_5 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; WebConnection_t3982808322 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) { WebConnectionData_t3835660455 * L_1 = __this->get_Data_12(); NullCheck(L_1); HttpWebRequest_t1669436515 * L_2 = L_1->get_request_0(); HttpWebRequest_t1669436515 * L_3 = ___request0; if ((((RuntimeObject*)(HttpWebRequest_t1669436515 *)L_2) == ((RuntimeObject*)(HttpWebRequest_t1669436515 *)L_3))) { goto IL_002e; } } IL_0019: { RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (NetworkStream_t4071955934_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_5); ObjectDisposedException_t21392786 * L_7 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,WebConnection_Read_m1054701704_RuntimeMethod_var); } IL_002e: { Stream_t1273022909 * L_8 = __this->get_nstream_1(); if (L_8) { goto IL_0041; } } IL_0039: { V_5 = 0; IL2CPP_LEAVE(0x121, FINALLY_0046); } IL_0041: { IL2CPP_LEAVE(0x4D, 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) WebConnection_t3982808322 * L_9 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); IL2CPP_END_FINALLY(70) } // end finally (depth: 1) IL2CPP_CLEANUP(70) { IL2CPP_JUMP_TBL(0x121, IL_0121) IL2CPP_JUMP_TBL(0x4D, IL_004d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004d: { V_1 = 0; } IL_004f: try { // begin try (depth: 1) { V_2 = (bool)0; bool L_10 = __this->get_chunkedRead_13(); if (L_10) { goto IL_0071; } } IL_005c: { Stream_t1273022909 * L_11 = __this->get_nstream_1(); ByteU5BU5D_t4116647657* L_12 = ___buffer1; int32_t L_13 = ___offset2; int32_t L_14 = ___size3; NullCheck(L_11); int32_t L_15 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_11, L_12, L_13, L_14); V_1 = L_15; int32_t L_16 = V_1; V_2 = (bool)((((int32_t)L_16) == ((int32_t)0))? 1 : 0); } IL_0071: { bool L_17 = __this->get_chunkedRead_13(); if (!L_17) { goto IL_0105; } } IL_007c: try { // begin try (depth: 2) { ChunkStream_t2634567336 * L_18 = __this->get_chunkStream_14(); ByteU5BU5D_t4116647657* L_19 = ___buffer1; int32_t L_20 = ___offset2; int32_t L_21 = ___size3; NullCheck(L_18); ChunkStream_WriteAndReadBack_m2960632715(L_18, L_19, L_20, L_21, (&V_1), /*hidden argument*/NULL); bool L_22 = V_2; if (L_22) { goto IL_00b4; } } IL_0093: { int32_t L_23 = V_1; if (L_23) { goto IL_00b4; } } IL_0099: { ChunkStream_t2634567336 * L_24 = __this->get_chunkStream_14(); NullCheck(L_24); bool L_25 = ChunkStream_get_WantMore_m3914059038(L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00b4; } } IL_00a9: { ByteU5BU5D_t4116647657* L_26 = ___buffer1; int32_t L_27 = ___offset2; int32_t L_28 = ___size3; int32_t L_29 = WebConnection_EnsureRead_m1250887662(__this, L_26, L_27, L_28, /*hidden argument*/NULL); V_1 = L_29; } IL_00b4: { goto IL_00ce; } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00b9; throw e; } CATCH_00b9: { // begin catch(System.Exception) { V_3 = ((Exception_t *)__exception_local); Exception_t * L_30 = V_3; WebConnection_HandleError_m738788885(__this, 3, L_30, _stringLiteral2781893249, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_00c9: { goto IL_00ce; } } // end catch (depth: 2) IL_00ce: { bool L_31 = V_2; if (L_31) { goto IL_00da; } } IL_00d4: { int32_t L_32 = V_1; if (L_32) { goto IL_0105; } } IL_00da: { ChunkStream_t2634567336 * L_33 = __this->get_chunkStream_14(); NullCheck(L_33); bool L_34 = ChunkStream_get_WantMore_m3914059038(L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_0105; } } IL_00ea: { WebConnection_HandleError_m738788885(__this, 3, (Exception_t *)NULL, _stringLiteral2781893250, /*hidden argument*/NULL); WebException_t3237156354 * L_35 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2761056832(L_35, _stringLiteral4288548861, (Exception_t *)NULL, 3, (WebResponse_t229922639 *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35,WebConnection_Read_m1054701704_RuntimeMethod_var); } IL_0105: { goto IL_011f; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_010a; throw e; } CATCH_010a: { // begin catch(System.Exception) V_4 = ((Exception_t *)__exception_local); Exception_t * L_36 = V_4; WebConnection_HandleError_m738788885(__this, 3, L_36, _stringLiteral431746835, /*hidden argument*/NULL); goto IL_011f; } // end catch (depth: 1) IL_011f: { int32_t L_37 = V_1; return L_37; } IL_0121: { int32_t L_38 = V_5; return L_38; } } // System.Boolean System.Net.WebConnection::Write(System.Net.HttpWebRequest,System.Byte[],System.Int32,System.Int32,System.String&) extern "C" IL2CPP_METHOD_ATTR bool WebConnection_Write_m3744361765 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___request0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___size3, String_t** ___err_msg4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_Write_m3744361765_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebConnection_t3982808322 * V_0 = NULL; Exception_t * V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; bool V_4 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t** L_0 = ___err_msg4; *((RuntimeObject **)(L_0)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_0), (RuntimeObject *)NULL); V_0 = __this; WebConnection_t3982808322 * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { WebConnectionData_t3835660455 * L_2 = __this->get_Data_12(); NullCheck(L_2); HttpWebRequest_t1669436515 * L_3 = L_2->get_request_0(); HttpWebRequest_t1669436515 * L_4 = ___request0; if ((((RuntimeObject*)(HttpWebRequest_t1669436515 *)L_3) == ((RuntimeObject*)(HttpWebRequest_t1669436515 *)L_4))) { goto IL_0032; } } IL_001d: { RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (NetworkStream_t4071955934_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_6); ObjectDisposedException_t21392786 * L_8 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,WebConnection_Write_m3744361765_RuntimeMethod_var); } IL_0032: { Stream_t1273022909 * L_9 = __this->get_nstream_1(); if (L_9) { goto IL_0045; } } IL_003d: { V_4 = (bool)0; IL2CPP_LEAVE(0xFE, FINALLY_004a); } IL_0045: { IL2CPP_LEAVE(0x51, FINALLY_004a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004a; } FINALLY_004a: { // begin finally (depth: 1) WebConnection_t3982808322 * L_10 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); IL2CPP_END_FINALLY(74) } // end finally (depth: 1) IL2CPP_CLEANUP(74) { IL2CPP_JUMP_TBL(0xFE, IL_00fe) IL2CPP_JUMP_TBL(0x51, IL_0051) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0051: try { // begin try (depth: 1) { Stream_t1273022909 * L_11 = __this->get_nstream_1(); ByteU5BU5D_t4116647657* L_12 = ___buffer1; int32_t L_13 = ___offset2; int32_t L_14 = ___size3; NullCheck(L_11); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_11, L_12, L_13, L_14); bool L_15 = __this->get_ssl_23(); if (!L_15) { goto IL_007c; } } IL_006b: { bool L_16 = __this->get_certsAvailable_24(); if (L_16) { goto IL_007c; } } IL_0076: { WebConnection_GetCertificates_m955850324(__this, /*hidden argument*/NULL); } IL_007c: { goto IL_00fc; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0081; throw e; } CATCH_0081: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); String_t** L_17 = ___err_msg4; Exception_t * L_18 = V_1; NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_18); *((RuntimeObject **)(L_17)) = (RuntimeObject *)L_19; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_17), (RuntimeObject *)L_19); V_2 = 4; String_t** L_20 = ___err_msg4; String_t* L_21 = *((String_t**)L_20); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_22 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral487754551, L_21, /*hidden argument*/NULL); V_3 = L_22; Exception_t * L_23 = V_1; if (!((WebException_t3237156354 *)IsInstClass((RuntimeObject*)L_23, WebException_t3237156354_il2cpp_TypeInfo_var))) { goto IL_00b7; } } IL_00a6: { int32_t L_24 = V_2; Exception_t * L_25 = V_1; String_t* L_26 = V_3; WebConnection_HandleError_m738788885(__this, L_24, L_25, L_26, /*hidden argument*/NULL); V_4 = (bool)0; goto IL_00fe; } IL_00b7: { bool L_27 = __this->get_ssl_23(); if (!L_27) { goto IL_00e6; } } IL_00c2: { IL2CPP_RUNTIME_CLASS_INIT(WebConnection_t3982808322_il2cpp_TypeInfo_var); PropertyInfo_t * L_28 = ((WebConnection_t3982808322_StaticFields*)il2cpp_codegen_static_fields_for(WebConnection_t3982808322_il2cpp_TypeInfo_var))->get_piTrustFailure_30(); Stream_t1273022909 * L_29 = __this->get_nstream_1(); NullCheck(L_28); RuntimeObject * L_30 = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(23 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, L_28, L_29, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL); if (!((*(bool*)((bool*)UnBox(L_30, Boolean_t97287965_il2cpp_TypeInfo_var))))) { goto IL_00e6; } } IL_00dd: { V_2 = ((int32_t)9); V_3 = _stringLiteral4154712484; } IL_00e6: { int32_t L_31 = V_2; Exception_t * L_32 = V_1; String_t* L_33 = V_3; WebConnection_HandleError_m738788885(__this, L_31, L_32, L_33, /*hidden argument*/NULL); V_4 = (bool)0; goto IL_00fe; } IL_00f7: { ; // IL_00f7: leave IL_00fc } } // end catch (depth: 1) IL_00fc: { return (bool)1; } IL_00fe: { bool L_34 = V_4; return L_34; } } // System.Void System.Net.WebConnection::Close(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void WebConnection_Close_m1464903054 (WebConnection_t3982808322 * __this, bool ___sendNext0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_Close_m1464903054_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebConnection_t3982808322 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; WebConnection_t3982808322 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) { Stream_t1273022909 * L_1 = __this->get_nstream_1(); if (!L_1) { goto IL_0030; } } IL_0013: try { // begin try (depth: 2) Stream_t1273022909 * L_2 = __this->get_nstream_1(); NullCheck(L_2); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_2); goto IL_0029; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0023; throw e; } CATCH_0023: { // begin catch(System.Object) goto IL_0029; } // end catch (depth: 2) IL_0029: { __this->set_nstream_1((Stream_t1273022909 *)NULL); } IL_0030: { Socket_t1119025450 * L_3 = __this->get_socket_2(); if (!L_3) { goto IL_0058; } } IL_003b: try { // begin try (depth: 2) Socket_t1119025450 * L_4 = __this->get_socket_2(); NullCheck(L_4); Socket_Close_m3289097516(L_4, /*hidden argument*/NULL); goto IL_0051; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_004b; throw e; } CATCH_004b: { // begin catch(System.Object) goto IL_0051; } // end catch (depth: 2) IL_0051: { __this->set_socket_2((Socket_t1119025450 *)NULL); } IL_0058: { __this->set_busy_18((bool)0); WebConnectionData_t3835660455 * L_5 = (WebConnectionData_t3835660455 *)il2cpp_codegen_object_new(WebConnectionData_t3835660455_il2cpp_TypeInfo_var); WebConnectionData__ctor_m2596484140(L_5, /*hidden argument*/NULL); __this->set_Data_12(L_5); bool L_6 = ___sendNext0; if (!L_6) { goto IL_0076; } } IL_0070: { WebConnection_SendNext_m1567013439(__this, /*hidden argument*/NULL); } IL_0076: { IL2CPP_LEAVE(0x82, FINALLY_007b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007b; } FINALLY_007b: { // begin finally (depth: 1) WebConnection_t3982808322 * L_7 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); IL2CPP_END_FINALLY(123) } // end finally (depth: 1) IL2CPP_CLEANUP(123) { IL2CPP_JUMP_TBL(0x82, IL_0082) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0082: { return; } } // System.Void System.Net.WebConnection::Abort(System.Object,System.EventArgs) extern "C" IL2CPP_METHOD_ATTR void WebConnection_Abort_m20739763 (WebConnection_t3982808322 * __this, RuntimeObject * ___sender0, EventArgs_t3591816995 * ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnection_Abort_m20739763_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebConnection_t3982808322 * V_0 = NULL; Queue_t3637523393 * V_1 = NULL; HttpWebRequest_t1669436515 * V_2 = NULL; ObjectU5BU5D_t2843939325* V_3 = NULL; int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; WebConnection_t3982808322 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) { Queue_t3637523393 * L_1 = __this->get_queue_15(); V_1 = L_1; Queue_t3637523393 * L_2 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0015: try { // begin try (depth: 2) { RuntimeObject * L_3 = ___sender0; V_2 = ((HttpWebRequest_t1669436515 *)CastclassClass((RuntimeObject*)L_3, HttpWebRequest_t1669436515_il2cpp_TypeInfo_var)); WebConnectionData_t3835660455 * L_4 = __this->get_Data_12(); NullCheck(L_4); HttpWebRequest_t1669436515 * L_5 = L_4->get_request_0(); HttpWebRequest_t1669436515 * L_6 = V_2; if ((!(((RuntimeObject*)(HttpWebRequest_t1669436515 *)L_5) == ((RuntimeObject*)(HttpWebRequest_t1669436515 *)L_6)))) { goto IL_0089; } } IL_002d: { HttpWebRequest_t1669436515 * L_7 = V_2; NullCheck(L_7); bool L_8 = HttpWebRequest_get_FinishedReading_m1895117237(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0084; } } IL_0038: { __this->set_status_4(6); WebConnection_Close_m1464903054(__this, (bool)0, /*hidden argument*/NULL); Queue_t3637523393 * L_9 = __this->get_queue_15(); NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Queue::get_Count() */, L_9); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0084; } } IL_0057: { WebConnectionData_t3835660455 * L_11 = __this->get_Data_12(); Queue_t3637523393 * L_12 = __this->get_queue_15(); NullCheck(L_12); RuntimeObject * L_13 = VirtFuncInvoker0< RuntimeObject * >::Invoke(17 /* System.Object System.Collections.Queue::Dequeue() */, L_12); NullCheck(L_11); L_11->set_request_0(((HttpWebRequest_t1669436515 *)CastclassClass((RuntimeObject*)L_13, HttpWebRequest_t1669436515_il2cpp_TypeInfo_var))); WebConnectionData_t3835660455 * L_14 = __this->get_Data_12(); NullCheck(L_14); HttpWebRequest_t1669436515 * L_15 = L_14->get_request_0(); WebConnection_SendRequest_m4284869211(__this, L_15, /*hidden argument*/NULL); } IL_0084: { IL2CPP_LEAVE(0x143, FINALLY_0130); } IL_0089: { HttpWebRequest_t1669436515 * L_16 = V_2; NullCheck(L_16); HttpWebRequest_set_FinishedReading_m2455679796(L_16, (bool)1, /*hidden argument*/NULL); HttpWebRequest_t1669436515 * L_17 = V_2; NullCheck(L_17); HttpWebRequest_SetResponseError_m4064263808(L_17, 6, (Exception_t *)NULL, _stringLiteral1766284293, /*hidden argument*/NULL); Queue_t3637523393 * L_18 = __this->get_queue_15(); NullCheck(L_18); int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Queue::get_Count() */, L_18); if ((((int32_t)L_19) <= ((int32_t)0))) { goto IL_00d0; } } IL_00ae: { Queue_t3637523393 * L_20 = __this->get_queue_15(); NullCheck(L_20); RuntimeObject * L_21 = VirtFuncInvoker0< RuntimeObject * >::Invoke(19 /* System.Object System.Collections.Queue::Peek() */, L_20); RuntimeObject * L_22 = ___sender0; if ((!(((RuntimeObject*)(RuntimeObject *)L_21) == ((RuntimeObject*)(RuntimeObject *)L_22)))) { goto IL_00d0; } } IL_00bf: { Queue_t3637523393 * L_23 = __this->get_queue_15(); NullCheck(L_23); VirtFuncInvoker0< RuntimeObject * >::Invoke(17 /* System.Object System.Collections.Queue::Dequeue() */, L_23); goto IL_012b; } IL_00d0: { Queue_t3637523393 * L_24 = __this->get_queue_15(); NullCheck(L_24); int32_t L_25 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Queue::get_Count() */, L_24); if ((((int32_t)L_25) <= ((int32_t)0))) { goto IL_012b; } } IL_00e1: { Queue_t3637523393 * L_26 = __this->get_queue_15(); NullCheck(L_26); ObjectU5BU5D_t2843939325* L_27 = VirtFuncInvoker0< ObjectU5BU5D_t2843939325* >::Invoke(20 /* System.Object[] System.Collections.Queue::ToArray() */, L_26); V_3 = L_27; Queue_t3637523393 * L_28 = __this->get_queue_15(); NullCheck(L_28); VirtActionInvoker0::Invoke(16 /* System.Void System.Collections.Queue::Clear() */, L_28); ObjectU5BU5D_t2843939325* L_29 = V_3; NullCheck(L_29); V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length)))), (int32_t)1)); goto IL_0123; } IL_0104: { ObjectU5BU5D_t2843939325* L_30 = V_3; int32_t L_31 = V_4; NullCheck(L_30); int32_t L_32 = L_31; RuntimeObject * L_33 = (L_30)->GetAt(static_cast(L_32)); RuntimeObject * L_34 = ___sender0; if ((((RuntimeObject*)(RuntimeObject *)L_33) == ((RuntimeObject*)(RuntimeObject *)L_34))) { goto IL_011d; } } IL_010e: { Queue_t3637523393 * L_35 = __this->get_queue_15(); ObjectU5BU5D_t2843939325* L_36 = V_3; int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = L_37; RuntimeObject * L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_35); VirtActionInvoker1< RuntimeObject * >::Invoke(18 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_35, L_39); } IL_011d: { int32_t L_40 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1)); } IL_0123: { int32_t L_41 = V_4; if ((((int32_t)L_41) >= ((int32_t)0))) { goto IL_0104; } } IL_012b: { IL2CPP_LEAVE(0x137, FINALLY_0130); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0130; } FINALLY_0130: { // begin finally (depth: 2) Queue_t3637523393 * L_42 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); IL2CPP_END_FINALLY(304) } // end finally (depth: 2) IL2CPP_CLEANUP(304) { IL2CPP_END_CLEANUP(0x143, FINALLY_013c); IL2CPP_JUMP_TBL(0x137, IL_0137) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0137: { IL2CPP_LEAVE(0x143, FINALLY_013c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_013c; } FINALLY_013c: { // begin finally (depth: 1) WebConnection_t3982808322 * L_43 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); IL2CPP_END_FINALLY(316) } // end finally (depth: 1) IL2CPP_CLEANUP(316) { IL2CPP_JUMP_TBL(0x143, IL_0143) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0143: { return; } } // System.Void System.Net.WebConnection::ResetNtlm() extern "C" IL2CPP_METHOD_ATTR void WebConnection_ResetNtlm_m1997409512 (WebConnection_t3982808322 * __this, const RuntimeMethod* method) { { __this->set_ntlm_authenticated_21((bool)0); __this->set_ntlm_credentials_20((NetworkCredential_t3282608323 *)NULL); __this->set_unsafe_sharing_22((bool)0); return; } } // System.Boolean System.Net.WebConnection::get_Busy() extern "C" IL2CPP_METHOD_ATTR bool WebConnection_get_Busy_m1696942059 (WebConnection_t3982808322 * __this, const RuntimeMethod* method) { WebConnection_t3982808322 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; WebConnection_t3982808322 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) { bool L_1 = __this->get_busy_18(); V_1 = L_1; IL2CPP_LEAVE(0x20, FINALLY_0019); } IL_0014: { ; // IL_0014: leave IL_0020 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0019; } FINALLY_0019: { // begin finally (depth: 1) WebConnection_t3982808322 * L_2 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); IL2CPP_END_FINALLY(25) } // end finally (depth: 1) IL2CPP_CLEANUP(25) { IL2CPP_JUMP_TBL(0x20, IL_0020) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0020: { bool L_3 = V_1; return L_3; } } // System.Void System.Net.WebConnection::set_PriorityRequest(System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR void WebConnection_set_PriorityRequest_m1465137853 (WebConnection_t3982808322 * __this, HttpWebRequest_t1669436515 * ___value0, const RuntimeMethod* method) { { HttpWebRequest_t1669436515 * L_0 = ___value0; __this->set_priority_request_19(L_0); return; } } // System.Boolean System.Net.WebConnection::get_NtlmAuthenticated() extern "C" IL2CPP_METHOD_ATTR bool WebConnection_get_NtlmAuthenticated_m2082355413 (WebConnection_t3982808322 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_ntlm_authenticated_21(); return L_0; } } // System.Void System.Net.WebConnection::set_NtlmAuthenticated(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void WebConnection_set_NtlmAuthenticated_m3388586408 (WebConnection_t3982808322 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_ntlm_authenticated_21(L_0); return; } } // System.Net.NetworkCredential System.Net.WebConnection::get_NtlmCredential() extern "C" IL2CPP_METHOD_ATTR NetworkCredential_t3282608323 * WebConnection_get_NtlmCredential_m2384740598 (WebConnection_t3982808322 * __this, const RuntimeMethod* method) { { NetworkCredential_t3282608323 * L_0 = __this->get_ntlm_credentials_20(); return L_0; } } // System.Void System.Net.WebConnection::set_NtlmCredential(System.Net.NetworkCredential) extern "C" IL2CPP_METHOD_ATTR void WebConnection_set_NtlmCredential_m4103205352 (WebConnection_t3982808322 * __this, NetworkCredential_t3282608323 * ___value0, const RuntimeMethod* method) { { NetworkCredential_t3282608323 * L_0 = ___value0; __this->set_ntlm_credentials_20(L_0); return; } } // System.Boolean System.Net.WebConnection::get_UnsafeAuthenticatedConnectionSharing() extern "C" IL2CPP_METHOD_ATTR bool WebConnection_get_UnsafeAuthenticatedConnectionSharing_m453020971 (WebConnection_t3982808322 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_unsafe_sharing_22(); return L_0; } } // System.Void System.Net.WebConnection::set_UnsafeAuthenticatedConnectionSharing(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void WebConnection_set_UnsafeAuthenticatedConnectionSharing_m987184906 (WebConnection_t3982808322 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_unsafe_sharing_22(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.Net.WebConnection/AbortHelper::.ctor() extern "C" IL2CPP_METHOD_ATTR void AbortHelper__ctor_m842092169 (AbortHelper_t1490877826 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.WebConnection/AbortHelper::Abort(System.Object,System.EventArgs) extern "C" IL2CPP_METHOD_ATTR void AbortHelper_Abort_m1162957833 (AbortHelper_t1490877826 * __this, RuntimeObject * ___sender0, EventArgs_t3591816995 * ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AbortHelper_Abort_m1162957833_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebConnection_t3982808322 * V_0 = NULL; { RuntimeObject * L_0 = ___sender0; NullCheck(((HttpWebRequest_t1669436515 *)CastclassClass((RuntimeObject*)L_0, HttpWebRequest_t1669436515_il2cpp_TypeInfo_var))); WebConnection_t3982808322 * L_1 = ((HttpWebRequest_t1669436515 *)CastclassClass((RuntimeObject*)L_0, HttpWebRequest_t1669436515_il2cpp_TypeInfo_var))->get_WebConnection_52(); V_0 = L_1; WebConnection_t3982808322 * L_2 = V_0; if (L_2) { goto IL_0019; } } { WebConnection_t3982808322 * L_3 = __this->get_Connection_0(); V_0 = L_3; } IL_0019: { WebConnection_t3982808322 * L_4 = V_0; RuntimeObject * L_5 = ___sender0; EventArgs_t3591816995 * L_6 = ___args1; NullCheck(L_4); WebConnection_Abort_m20739763(L_4, L_5, L_6, /*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.WebConnectionData::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebConnectionData__ctor_m2596484140 (WebConnectionData_t3835660455 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__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.WebConnectionGroup::.ctor(System.Net.ServicePoint,System.String) extern "C" IL2CPP_METHOD_ATTR void WebConnectionGroup__ctor_m4209428564 (WebConnectionGroup_t1712379988 * __this, ServicePoint_t2786966844 * ___sPoint0, String_t* ___name1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionGroup__ctor_m4209428564_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ServicePoint_t2786966844 * L_0 = ___sPoint0; __this->set_sPoint_0(L_0); String_t* L_1 = ___name1; __this->set_name_1(L_1); ArrayList_t2718874744 * L_2 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m3828927650(L_2, 1, /*hidden argument*/NULL); __this->set_connections_2(L_2); Queue_t3637523393 * L_3 = (Queue_t3637523393 *)il2cpp_codegen_object_new(Queue_t3637523393_il2cpp_TypeInfo_var); Queue__ctor_m2030580699(L_3, /*hidden argument*/NULL); __this->set_queue_4(L_3); return; } } // System.Net.WebConnection System.Net.WebConnectionGroup::GetConnection(System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR WebConnection_t3982808322 * WebConnectionGroup_GetConnection_m311125738 (WebConnectionGroup_t1712379988 * __this, HttpWebRequest_t1669436515 * ___request0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionGroup_GetConnection_m311125738_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebConnection_t3982808322 * V_0 = NULL; ArrayList_t2718874744 * V_1 = NULL; WeakReference_t1334886716 * V_2 = NULL; int32_t V_3 = 0; ArrayList_t2718874744 * V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (WebConnection_t3982808322 *)NULL; ArrayList_t2718874744 * L_0 = __this->get_connections_2(); V_1 = L_0; ArrayList_t2718874744 * L_1 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000f: try { // begin try (depth: 1) { V_2 = (WeakReference_t1334886716 *)NULL; ArrayList_t2718874744 * L_2 = __this->get_connections_2(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2); V_3 = L_3; V_4 = (ArrayList_t2718874744 *)NULL; V_5 = 0; goto IL_0071; } IL_0028: { ArrayList_t2718874744 * L_4 = __this->get_connections_2(); int32_t L_5 = V_5; NullCheck(L_4); RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5); V_2 = ((WeakReference_t1334886716 *)CastclassClass((RuntimeObject*)L_6, WeakReference_t1334886716_il2cpp_TypeInfo_var)); WeakReference_t1334886716 * L_7 = V_2; NullCheck(L_7); RuntimeObject * L_8 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_7); V_0 = ((WebConnection_t3982808322 *)IsInstClass((RuntimeObject*)L_8, WebConnection_t3982808322_il2cpp_TypeInfo_var)); WebConnection_t3982808322 * L_9 = V_0; if (L_9) { goto IL_006b; } } IL_004d: { ArrayList_t2718874744 * L_10 = V_4; if (L_10) { goto IL_005c; } } IL_0054: { ArrayList_t2718874744 * L_11 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m3828927650(L_11, 1, /*hidden argument*/NULL); V_4 = L_11; } IL_005c: { ArrayList_t2718874744 * L_12 = V_4; int32_t L_13 = V_5; int32_t L_14 = L_13; RuntimeObject * L_15 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_14); NullCheck(L_12); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_12, L_15); } IL_006b: { int32_t L_16 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0071: { int32_t L_17 = V_5; int32_t L_18 = V_3; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_0028; } } IL_0079: { ArrayList_t2718874744 * L_19 = V_4; if (!L_19) { goto IL_00b7; } } IL_0080: { ArrayList_t2718874744 * L_20 = V_4; NullCheck(L_20); int32_t L_21 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_20); V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)); goto IL_00af; } IL_0090: { ArrayList_t2718874744 * L_22 = __this->get_connections_2(); ArrayList_t2718874744 * L_23 = V_4; int32_t L_24 = V_6; NullCheck(L_23); RuntimeObject * L_25 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_23, L_24); NullCheck(L_22); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_22, ((*(int32_t*)((int32_t*)UnBox(L_25, Int32_t2950945753_il2cpp_TypeInfo_var))))); int32_t L_26 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1)); } IL_00af: { int32_t L_27 = V_6; if ((((int32_t)L_27) >= ((int32_t)0))) { goto IL_0090; } } IL_00b7: { HttpWebRequest_t1669436515 * L_28 = ___request0; WebConnection_t3982808322 * L_29 = WebConnectionGroup_CreateOrReuseConnection_m1860341936(__this, L_28, /*hidden argument*/NULL); V_0 = L_29; IL2CPP_LEAVE(0xCB, FINALLY_00c4); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: { // begin finally (depth: 1) ArrayList_t2718874744 * L_30 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); IL2CPP_END_FINALLY(196) } // end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_JUMP_TBL(0xCB, IL_00cb) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00cb: { WebConnection_t3982808322 * L_31 = V_0; return L_31; } } // System.Void System.Net.WebConnectionGroup::PrepareSharingNtlm(System.Net.WebConnection,System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR void WebConnectionGroup_PrepareSharingNtlm_m3982393373 (RuntimeObject * __this /* static, unused */, WebConnection_t3982808322 * ___cnc0, HttpWebRequest_t1669436515 * ___request1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionGroup_PrepareSharingNtlm_m3982393373_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; NetworkCredential_t3282608323 * V_1 = NULL; NetworkCredential_t3282608323 * V_2 = NULL; bool V_3 = false; bool V_4 = false; int32_t G_B10_0 = 0; { WebConnection_t3982808322 * L_0 = ___cnc0; NullCheck(L_0); bool L_1 = WebConnection_get_NtlmAuthenticated_m2082355413(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000c; } } { return; } IL_000c: { V_0 = (bool)0; WebConnection_t3982808322 * L_2 = ___cnc0; NullCheck(L_2); NetworkCredential_t3282608323 * L_3 = WebConnection_get_NtlmCredential_m2384740598(L_2, /*hidden argument*/NULL); V_1 = L_3; HttpWebRequest_t1669436515 * L_4 = ___request1; NullCheck(L_4); RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Net.ICredentials System.Net.HttpWebRequest::get_Credentials() */, L_4); HttpWebRequest_t1669436515 * L_6 = ___request1; NullCheck(L_6); Uri_t100236324 * L_7 = VirtFuncInvoker0< Uri_t100236324 * >::Invoke(16 /* System.Uri System.Net.HttpWebRequest::get_RequestUri() */, L_6); NullCheck(L_5); NetworkCredential_t3282608323 * L_8 = InterfaceFuncInvoker2< NetworkCredential_t3282608323 *, Uri_t100236324 *, String_t* >::Invoke(0 /* System.Net.NetworkCredential System.Net.ICredentials::GetCredential(System.Uri,System.String) */, ICredentials_t725721261_il2cpp_TypeInfo_var, L_5, L_7, _stringLiteral3558610080); V_2 = L_8; NetworkCredential_t3282608323 * L_9 = V_1; NullCheck(L_9); String_t* L_10 = NetworkCredential_get_Domain_m153886306(L_9, /*hidden argument*/NULL); NetworkCredential_t3282608323 * L_11 = V_2; NullCheck(L_11); String_t* L_12 = NetworkCredential_get_Domain_m153886306(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_13 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_10, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_006e; } } { NetworkCredential_t3282608323 * L_14 = V_1; NullCheck(L_14); String_t* L_15 = NetworkCredential_get_UserName_m1950179274(L_14, /*hidden argument*/NULL); NetworkCredential_t3282608323 * L_16 = V_2; NullCheck(L_16); String_t* L_17 = NetworkCredential_get_UserName_m1950179274(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_18 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_15, L_17, /*hidden argument*/NULL); if (L_18) { goto IL_006e; } } { NetworkCredential_t3282608323 * L_19 = V_1; NullCheck(L_19); String_t* L_20 = NetworkCredential_get_Password_m2968490334(L_19, /*hidden argument*/NULL); NetworkCredential_t3282608323 * L_21 = V_2; NullCheck(L_21); String_t* L_22 = NetworkCredential_get_Password_m2968490334(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_23 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_20, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_0070; } } IL_006e: { V_0 = (bool)1; } IL_0070: { bool L_24 = V_0; if (L_24) { goto IL_0097; } } { HttpWebRequest_t1669436515 * L_25 = ___request1; NullCheck(L_25); bool L_26 = HttpWebRequest_get_UnsafeAuthenticatedConnectionSharing_m3134209238(L_25, /*hidden argument*/NULL); V_3 = L_26; WebConnection_t3982808322 * L_27 = ___cnc0; NullCheck(L_27); bool L_28 = WebConnection_get_UnsafeAuthenticatedConnectionSharing_m453020971(L_27, /*hidden argument*/NULL); V_4 = L_28; bool L_29 = V_3; if (!L_29) { goto IL_0095; } } { bool L_30 = V_3; bool L_31 = V_4; G_B10_0 = ((((int32_t)((((int32_t)L_30) == ((int32_t)L_31))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0096; } IL_0095: { G_B10_0 = 1; } IL_0096: { V_0 = (bool)G_B10_0; } IL_0097: { bool L_32 = V_0; if (!L_32) { goto IL_00aa; } } { WebConnection_t3982808322 * L_33 = ___cnc0; NullCheck(L_33); WebConnection_Close_m1464903054(L_33, (bool)0, /*hidden argument*/NULL); WebConnection_t3982808322 * L_34 = ___cnc0; NullCheck(L_34); WebConnection_ResetNtlm_m1997409512(L_34, /*hidden argument*/NULL); } IL_00aa: { return; } } // System.Net.WebConnection System.Net.WebConnectionGroup::CreateOrReuseConnection(System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR WebConnection_t3982808322 * WebConnectionGroup_CreateOrReuseConnection_m1860341936 (WebConnectionGroup_t1712379988 * __this, HttpWebRequest_t1669436515 * ___request0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionGroup_CreateOrReuseConnection_m1860341936_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebConnection_t3982808322 * V_0 = NULL; WeakReference_t1334886716 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; WeakReference_t1334886716 * V_4 = NULL; int32_t V_5 = 0; int32_t G_B15_0 = 0; { ArrayList_t2718874744 * L_0 = __this->get_connections_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); V_2 = L_1; V_3 = 0; goto IL_006f; } IL_0013: { ArrayList_t2718874744 * L_2 = __this->get_connections_2(); int32_t L_3 = V_3; NullCheck(L_2); RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3); V_4 = ((WeakReference_t1334886716 *)IsInstClass((RuntimeObject*)L_4, WeakReference_t1334886716_il2cpp_TypeInfo_var)); WeakReference_t1334886716 * L_5 = V_4; NullCheck(L_5); RuntimeObject * L_6 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_5); V_0 = ((WebConnection_t3982808322 *)IsInstClass((RuntimeObject*)L_6, WebConnection_t3982808322_il2cpp_TypeInfo_var)); WebConnection_t3982808322 * L_7 = V_0; if (L_7) { goto IL_0052; } } { ArrayList_t2718874744 * L_8 = __this->get_connections_2(); int32_t L_9 = V_3; NullCheck(L_8); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_8, L_9); int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); int32_t L_11 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); goto IL_006b; } IL_0052: { WebConnection_t3982808322 * L_12 = V_0; NullCheck(L_12); bool L_13 = WebConnection_get_Busy_m1696942059(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0062; } } { goto IL_006b; } IL_0062: { WebConnection_t3982808322 * L_14 = V_0; HttpWebRequest_t1669436515 * L_15 = ___request0; WebConnectionGroup_PrepareSharingNtlm_m3982393373(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); WebConnection_t3982808322 * L_16 = V_0; return L_16; } IL_006b: { int32_t L_17 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006f: { int32_t L_18 = V_3; int32_t L_19 = V_2; if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_0013; } } { ServicePoint_t2786966844 * L_20 = __this->get_sPoint_0(); NullCheck(L_20); int32_t L_21 = ServicePoint_get_ConnectionLimit_m3279274329(L_20, /*hidden argument*/NULL); int32_t L_22 = V_2; if ((((int32_t)L_21) <= ((int32_t)L_22))) { goto IL_00a8; } } { ServicePoint_t2786966844 * L_23 = __this->get_sPoint_0(); WebConnection_t3982808322 * L_24 = (WebConnection_t3982808322 *)il2cpp_codegen_object_new(WebConnection_t3982808322_il2cpp_TypeInfo_var); WebConnection__ctor_m3920572924(L_24, __this, L_23, /*hidden argument*/NULL); V_0 = L_24; ArrayList_t2718874744 * L_25 = __this->get_connections_2(); WebConnection_t3982808322 * L_26 = V_0; WeakReference_t1334886716 * L_27 = (WeakReference_t1334886716 *)il2cpp_codegen_object_new(WeakReference_t1334886716_il2cpp_TypeInfo_var); WeakReference__ctor_m2401547918(L_27, L_26, /*hidden argument*/NULL); NullCheck(L_25); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_25, L_27); WebConnection_t3982808322 * L_28 = V_0; return L_28; } IL_00a8: { Random_t108471755 * L_29 = __this->get_rnd_3(); if (L_29) { goto IL_00be; } } { Random_t108471755 * L_30 = (Random_t108471755 *)il2cpp_codegen_object_new(Random_t108471755_il2cpp_TypeInfo_var); Random__ctor_m4122933043(L_30, /*hidden argument*/NULL); __this->set_rnd_3(L_30); } IL_00be: { int32_t L_31 = V_2; if ((((int32_t)L_31) <= ((int32_t)1))) { goto IL_00d9; } } { Random_t108471755 * L_32 = __this->get_rnd_3(); int32_t L_33 = V_2; NullCheck(L_32); int32_t L_34 = VirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(5 /* System.Int32 System.Random::Next(System.Int32,System.Int32) */, L_32, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1))); G_B15_0 = L_34; goto IL_00da; } IL_00d9: { G_B15_0 = 0; } IL_00da: { V_5 = G_B15_0; ArrayList_t2718874744 * L_35 = __this->get_connections_2(); int32_t L_36 = V_5; NullCheck(L_35); RuntimeObject * L_37 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_35, L_36); V_1 = ((WeakReference_t1334886716 *)CastclassClass((RuntimeObject*)L_37, WeakReference_t1334886716_il2cpp_TypeInfo_var)); WeakReference_t1334886716 * L_38 = V_1; NullCheck(L_38); RuntimeObject * L_39 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_38); V_0 = ((WebConnection_t3982808322 *)IsInstClass((RuntimeObject*)L_39, WebConnection_t3982808322_il2cpp_TypeInfo_var)); WebConnection_t3982808322 * L_40 = V_0; if (L_40) { goto IL_012d; } } { ServicePoint_t2786966844 * L_41 = __this->get_sPoint_0(); WebConnection_t3982808322 * L_42 = (WebConnection_t3982808322 *)il2cpp_codegen_object_new(WebConnection_t3982808322_il2cpp_TypeInfo_var); WebConnection__ctor_m3920572924(L_42, __this, L_41, /*hidden argument*/NULL); V_0 = L_42; ArrayList_t2718874744 * L_43 = __this->get_connections_2(); int32_t L_44 = V_5; NullCheck(L_43); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_43, L_44); ArrayList_t2718874744 * L_45 = __this->get_connections_2(); WebConnection_t3982808322 * L_46 = V_0; WeakReference_t1334886716 * L_47 = (WeakReference_t1334886716 *)il2cpp_codegen_object_new(WeakReference_t1334886716_il2cpp_TypeInfo_var); WeakReference__ctor_m2401547918(L_47, L_46, /*hidden argument*/NULL); NullCheck(L_45); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_45, L_47); } IL_012d: { WebConnection_t3982808322 * L_48 = V_0; return L_48; } } // System.Collections.Queue System.Net.WebConnectionGroup::get_Queue() extern "C" IL2CPP_METHOD_ATTR Queue_t3637523393 * WebConnectionGroup_get_Queue_m2310519839 (WebConnectionGroup_t1712379988 * __this, const RuntimeMethod* method) { { Queue_t3637523393 * L_0 = __this->get_queue_4(); 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.WebConnectionStream::.ctor(System.Net.WebConnection) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream__ctor_m2392030538 (WebConnectionStream_t2170064850 * __this, WebConnection_t3982808322 * ___cnc0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream__ctor_m2392030538_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B3_0 = 0; { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); __this->set_locker_23(L_0); IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream__ctor_m3881936881(__this, /*hidden argument*/NULL); __this->set_isRead_3((bool)1); ManualResetEvent_t451242010 * L_1 = (ManualResetEvent_t451242010 *)il2cpp_codegen_object_new(ManualResetEvent_t451242010_il2cpp_TypeInfo_var); ManualResetEvent__ctor_m4010886457(L_1, (bool)1, /*hidden argument*/NULL); __this->set_pending_15(L_1); WebConnection_t3982808322 * L_2 = ___cnc0; NullCheck(L_2); WebConnectionData_t3835660455 * L_3 = L_2->get_Data_12(); NullCheck(L_3); HttpWebRequest_t1669436515 * L_4 = L_3->get_request_0(); __this->set_request_5(L_4); HttpWebRequest_t1669436515 * L_5 = __this->get_request_5(); NullCheck(L_5); int32_t L_6 = HttpWebRequest_get_ReadWriteTimeout_m289624615(L_5, /*hidden argument*/NULL); __this->set_read_timeout_27(L_6); int32_t L_7 = __this->get_read_timeout_27(); __this->set_write_timeout_28(L_7); WebConnection_t3982808322 * L_8 = ___cnc0; __this->set_cnc_4(L_8); WebConnection_t3982808322 * L_9 = ___cnc0; NullCheck(L_9); WebConnectionData_t3835660455 * L_10 = L_9->get_Data_12(); NullCheck(L_10); WebHeaderCollection_t1942268960 * L_11 = L_10->get_Headers_3(); NullCheck(L_11); String_t* L_12 = NameValueCollection_get_Item_m1249025201(L_11, _stringLiteral3911150437, /*hidden argument*/NULL); V_0 = L_12; String_t* L_13 = V_0; if (!L_13) { goto IL_008d; } } { String_t* L_14 = V_0; NullCheck(L_14); String_t* L_15 = String_ToLower_m2029374922(L_14, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = String_IndexOf_m1977622757(L_15, _stringLiteral1492806893, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)((((int32_t)L_16) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_008e; } IL_008d: { G_B3_0 = 0; } IL_008e: { V_1 = (bool)G_B3_0; WebConnection_t3982808322 * L_17 = ___cnc0; NullCheck(L_17); WebConnectionData_t3835660455 * L_18 = L_17->get_Data_12(); NullCheck(L_18); WebHeaderCollection_t1942268960 * L_19 = L_18->get_Headers_3(); NullCheck(L_19); String_t* L_20 = NameValueCollection_get_Item_m1249025201(L_19, _stringLiteral1348707855, /*hidden argument*/NULL); V_2 = L_20; bool L_21 = V_1; if (L_21) { goto IL_0104; } } { String_t* L_22 = V_2; if (!L_22) { goto IL_0104; } } { String_t* L_23 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_25 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_0104; } } IL_00c1: try { // begin try (depth: 1) { String_t* L_26 = V_2; int32_t L_27 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); __this->set_contentLength_9(L_27); int32_t L_28 = __this->get_contentLength_9(); if (L_28) { goto IL_00e9; } } IL_00d8: { bool L_29 = WebConnectionStream_IsNtlmAuth_m4072757025(__this, /*hidden argument*/NULL); if (L_29) { goto IL_00e9; } } IL_00e3: { WebConnectionStream_ReadAll_m3145919104(__this, /*hidden argument*/NULL); } IL_00e9: { goto IL_00ff; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00ee; throw e; } CATCH_00ee: { // begin catch(System.Object) __this->set_contentLength_9(((int32_t)2147483647LL)); goto IL_00ff; } // end catch (depth: 1) IL_00ff: { goto IL_010f; } IL_0104: { __this->set_contentLength_9(((int32_t)2147483647LL)); } IL_010f: { return; } } // System.Void System.Net.WebConnectionStream::.ctor(System.Net.WebConnection,System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream__ctor_m1091771122 (WebConnectionStream_t2170064850 * __this, WebConnection_t3982808322 * ___cnc0, HttpWebRequest_t1669436515 * ___request1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream__ctor_m1091771122_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); __this->set_locker_23(L_0); IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream__ctor_m3881936881(__this, /*hidden argument*/NULL); HttpWebRequest_t1669436515 * L_1 = ___request1; NullCheck(L_1); int32_t L_2 = HttpWebRequest_get_ReadWriteTimeout_m289624615(L_1, /*hidden argument*/NULL); __this->set_read_timeout_27(L_2); int32_t L_3 = __this->get_read_timeout_27(); __this->set_write_timeout_28(L_3); __this->set_isRead_3((bool)0); WebConnection_t3982808322 * L_4 = ___cnc0; __this->set_cnc_4(L_4); HttpWebRequest_t1669436515 * L_5 = ___request1; __this->set_request_5(L_5); HttpWebRequest_t1669436515 * L_6 = ___request1; NullCheck(L_6); bool L_7 = HttpWebRequest_get_InternalAllowBuffering_m1509018138(L_6, /*hidden argument*/NULL); __this->set_allowBuffering_16(L_7); HttpWebRequest_t1669436515 * L_8 = ___request1; NullCheck(L_8); bool L_9 = HttpWebRequest_get_SendChunked_m3812850078(L_8, /*hidden argument*/NULL); __this->set_sendChunked_17(L_9); bool L_10 = __this->get_sendChunked_17(); if (!L_10) { goto IL_0072; } } { ManualResetEvent_t451242010 * L_11 = (ManualResetEvent_t451242010 *)il2cpp_codegen_object_new(ManualResetEvent_t451242010_il2cpp_TypeInfo_var); ManualResetEvent__ctor_m4010886457(L_11, (bool)1, /*hidden argument*/NULL); __this->set_pending_15(L_11); goto IL_0088; } IL_0072: { bool L_12 = __this->get_allowBuffering_16(); if (!L_12) { goto IL_0088; } } { MemoryStream_t94973147 * L_13 = (MemoryStream_t94973147 *)il2cpp_codegen_object_new(MemoryStream_t94973147_il2cpp_TypeInfo_var); MemoryStream__ctor_m2678285228(L_13, /*hidden argument*/NULL); __this->set_writeBuffer_18(L_13); } IL_0088: { return; } } // System.Void System.Net.WebConnectionStream::.cctor() extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream__cctor_m2995607677 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream__cctor_m2995607677_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint8_t)((int32_t)13)); ByteU5BU5D_t4116647657* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(1), (uint8_t)((int32_t)10)); ((WebConnectionStream_t2170064850_StaticFields*)il2cpp_codegen_static_fields_for(WebConnectionStream_t2170064850_il2cpp_TypeInfo_var))->set_crlf_2(L_1); return; } } // System.Boolean System.Net.WebConnectionStream::IsNtlmAuth() extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_IsNtlmAuth_m4072757025 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream_IsNtlmAuth_m4072757025_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; String_t* V_2 = NULL; int32_t G_B3_0 = 0; String_t* G_B6_0 = NULL; int32_t G_B9_0 = 0; { HttpWebRequest_t1669436515 * L_0 = __this->get_request_5(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(15 /* System.Net.IWebProxy System.Net.HttpWebRequest::get_Proxy() */, L_0); if (!L_1) { goto IL_0030; } } { HttpWebRequest_t1669436515 * L_2 = __this->get_request_5(); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(15 /* System.Net.IWebProxy System.Net.HttpWebRequest::get_Proxy() */, L_2); HttpWebRequest_t1669436515 * L_4 = __this->get_request_5(); NullCheck(L_4); Uri_t100236324 * L_5 = HttpWebRequest_get_Address_m2672661563(L_4, /*hidden argument*/NULL); NullCheck(L_3); bool L_6 = InterfaceFuncInvoker1< bool, Uri_t100236324 * >::Invoke(2 /* System.Boolean System.Net.IWebProxy::IsBypassed(System.Uri) */, IWebProxy_t688979836_il2cpp_TypeInfo_var, L_3, L_5); G_B3_0 = ((((int32_t)L_6) == ((int32_t)0))? 1 : 0); goto IL_0031; } IL_0030: { G_B3_0 = 0; } IL_0031: { V_0 = (bool)G_B3_0; bool L_7 = V_0; if (!L_7) { goto IL_0042; } } { G_B6_0 = _stringLiteral2239610844; goto IL_0047; } IL_0042: { G_B6_0 = _stringLiteral3204819111; } IL_0047: { V_1 = G_B6_0; WebConnection_t3982808322 * L_8 = __this->get_cnc_4(); NullCheck(L_8); WebConnectionData_t3835660455 * L_9 = L_8->get_Data_12(); NullCheck(L_9); WebHeaderCollection_t1942268960 * L_10 = L_9->get_Headers_3(); String_t* L_11 = V_1; NullCheck(L_10); String_t* L_12 = NameValueCollection_get_Item_m1249025201(L_10, L_11, /*hidden argument*/NULL); V_2 = L_12; String_t* L_13 = V_2; if (!L_13) { goto IL_0078; } } { String_t* L_14 = V_2; NullCheck(L_14); int32_t L_15 = String_IndexOf_m1977622757(L_14, _stringLiteral3558610080, /*hidden argument*/NULL); G_B9_0 = ((((int32_t)((((int32_t)L_15) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0079; } IL_0078: { G_B9_0 = 0; } IL_0079: { return (bool)G_B9_0; } } // System.Void System.Net.WebConnectionStream::CheckResponseInBuffer() extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_CheckResponseInBuffer_m3201279978 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_contentLength_9(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0035; } } { int32_t L_1 = __this->get_readBufferSize_8(); int32_t L_2 = __this->get_readBufferOffset_7(); int32_t L_3 = __this->get_contentLength_9(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2))) < ((int32_t)L_3))) { goto IL_0035; } } { bool L_4 = WebConnectionStream_IsNtlmAuth_m4072757025(__this, /*hidden argument*/NULL); if (L_4) { goto IL_0035; } } { WebConnectionStream_ReadAll_m3145919104(__this, /*hidden argument*/NULL); } IL_0035: { return; } } // System.Net.WebConnection System.Net.WebConnectionStream::get_Connection() extern "C" IL2CPP_METHOD_ATTR WebConnection_t3982808322 * WebConnectionStream_get_Connection_m3939220024 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { { WebConnection_t3982808322 * L_0 = __this->get_cnc_4(); return L_0; } } // System.Int32 System.Net.WebConnectionStream::get_ReadTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t WebConnectionStream_get_ReadTimeout_m410091343 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_read_timeout_27(); return L_0; } } // System.Int32 System.Net.WebConnectionStream::get_WriteTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t WebConnectionStream_get_WriteTimeout_m2819824264 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_write_timeout_28(); return L_0; } } // System.Boolean System.Net.WebConnectionStream::get_CompleteRequestWritten() extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_get_CompleteRequestWritten_m761372138 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_complete_request_written_26(); return L_0; } } // System.Void System.Net.WebConnectionStream::set_SendChunked(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_set_SendChunked_m532577291 (WebConnectionStream_t2170064850 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_sendChunked_17(L_0); return; } } // System.Void System.Net.WebConnectionStream::set_ReadBuffer(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_set_ReadBuffer_m2380223665 (WebConnectionStream_t2170064850 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___value0; __this->set_readBuffer_6(L_0); return; } } // System.Void System.Net.WebConnectionStream::set_ReadBufferOffset(System.Int32) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_set_ReadBufferOffset_m2243374622 (WebConnectionStream_t2170064850 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_readBufferOffset_7(L_0); return; } } // System.Void System.Net.WebConnectionStream::set_ReadBufferSize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_set_ReadBufferSize_m3389230 (WebConnectionStream_t2170064850 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_readBufferSize_8(L_0); return; } } // System.Byte[] System.Net.WebConnectionStream::get_WriteBuffer() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* WebConnectionStream_get_WriteBuffer_m815304309 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { { MemoryStream_t94973147 * L_0 = __this->get_writeBuffer_18(); NullCheck(L_0); ByteU5BU5D_t4116647657* L_1 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(29 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_0); return L_1; } } // System.Int32 System.Net.WebConnectionStream::get_WriteBufferLength() extern "C" IL2CPP_METHOD_ATTR int32_t WebConnectionStream_get_WriteBufferLength_m2987307428 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { MemoryStream_t94973147 * L_0 = __this->get_writeBuffer_18(); if (!L_0) { goto IL_001c; } } { MemoryStream_t94973147 * L_1 = __this->get_writeBuffer_18(); NullCheck(L_1); int64_t L_2 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.MemoryStream::get_Length() */, L_1); G_B3_0 = (((int32_t)((int32_t)L_2))); goto IL_001d; } IL_001c: { G_B3_0 = (-1); } IL_001d: { return G_B3_0; } } // System.Void System.Net.WebConnectionStream::ForceCompletion() extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_ForceCompletion_m543651373 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_nextReadCalled_12(); if (L_0) { goto IL_0034; } } { int32_t L_1 = __this->get_contentLength_9(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)2147483647LL))))) { goto IL_0022; } } { __this->set_contentLength_9(0); } IL_0022: { __this->set_nextReadCalled_12((bool)1); WebConnection_t3982808322 * L_2 = __this->get_cnc_4(); NullCheck(L_2); WebConnection_NextRead_m3275930655(L_2, /*hidden argument*/NULL); } IL_0034: { return; } } // System.Void System.Net.WebConnectionStream::CheckComplete() extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_CheckComplete_m1795453731 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { bool V_0 = false; { bool L_0 = __this->get_nextReadCalled_12(); V_0 = L_0; bool L_1 = V_0; if (L_1) { goto IL_0037; } } { int32_t L_2 = __this->get_readBufferSize_8(); int32_t L_3 = __this->get_readBufferOffset_7(); int32_t L_4 = __this->get_contentLength_9(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3))) == ((uint32_t)L_4)))) { goto IL_0037; } } { __this->set_nextReadCalled_12((bool)1); WebConnection_t3982808322 * L_5 = __this->get_cnc_4(); NullCheck(L_5); WebConnection_NextRead_m3275930655(L_5, /*hidden argument*/NULL); } IL_0037: { return; } } // System.Void System.Net.WebConnectionStream::ReadAll() extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_ReadAll_m3145919104 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream_ReadAll_m3145919104_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; MemoryStream_t94973147 * V_4 = NULL; ByteU5BU5D_t4116647657* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = __this->get_isRead_3(); if (!L_0) { goto IL_0032; } } { bool L_1 = __this->get_read_eof_25(); if (L_1) { goto IL_0032; } } { int32_t L_2 = __this->get_totalRead_10(); int32_t L_3 = __this->get_contentLength_9(); if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_0032; } } { bool L_4 = __this->get_nextReadCalled_12(); if (!L_4) { goto IL_005b; } } IL_0032: { bool L_5 = __this->get_isRead_3(); if (!L_5) { goto IL_005a; } } { bool L_6 = __this->get_nextReadCalled_12(); if (L_6) { goto IL_005a; } } { __this->set_nextReadCalled_12((bool)1); WebConnection_t3982808322 * L_7 = __this->get_cnc_4(); NullCheck(L_7); WebConnection_NextRead_m3275930655(L_7, /*hidden argument*/NULL); } IL_005a: { return; } IL_005b: { ManualResetEvent_t451242010 * L_8 = __this->get_pending_15(); NullCheck(L_8); VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_8); RuntimeObject * L_9 = __this->get_locker_23(); V_0 = L_9; RuntimeObject * L_10 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); } IL_0074: try { // begin try (depth: 1) { int32_t L_11 = __this->get_totalRead_10(); int32_t L_12 = __this->get_contentLength_9(); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_008a; } } IL_0085: { IL2CPP_LEAVE(0x210, FINALLY_01fe); } IL_008a: { V_1 = (ByteU5BU5D_t4116647657*)NULL; int32_t L_13 = __this->get_readBufferSize_8(); int32_t L_14 = __this->get_readBufferOffset_7(); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)); int32_t L_15 = __this->get_contentLength_9(); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)2147483647LL))))) { goto IL_0153; } } IL_00aa: { MemoryStream_t94973147 * L_16 = (MemoryStream_t94973147 *)il2cpp_codegen_object_new(MemoryStream_t94973147_il2cpp_TypeInfo_var); MemoryStream__ctor_m2678285228(L_16, /*hidden argument*/NULL); V_4 = L_16; V_5 = (ByteU5BU5D_t4116647657*)NULL; ByteU5BU5D_t4116647657* L_17 = __this->get_readBuffer_6(); if (!L_17) { goto IL_00f2; } } IL_00bf: { int32_t L_18 = V_2; if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_00f2; } } IL_00c6: { MemoryStream_t94973147 * L_19 = V_4; ByteU5BU5D_t4116647657* L_20 = __this->get_readBuffer_6(); int32_t L_21 = __this->get_readBufferOffset_7(); int32_t L_22 = V_2; NullCheck(L_19); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.MemoryStream::Write(System.Byte[],System.Int32,System.Int32) */, L_19, L_20, L_21, L_22); int32_t L_23 = __this->get_readBufferSize_8(); if ((((int32_t)L_23) < ((int32_t)((int32_t)8192)))) { goto IL_00f2; } } IL_00ea: { ByteU5BU5D_t4116647657* L_24 = __this->get_readBuffer_6(); V_5 = L_24; } IL_00f2: { ByteU5BU5D_t4116647657* L_25 = V_5; if (L_25) { goto IL_0105; } } IL_00f9: { V_5 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)8192))); } IL_0105: { goto IL_0116; } IL_010a: { MemoryStream_t94973147 * L_26 = V_4; ByteU5BU5D_t4116647657* L_27 = V_5; int32_t L_28 = V_6; NullCheck(L_26); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.MemoryStream::Write(System.Byte[],System.Int32,System.Int32) */, L_26, L_27, 0, L_28); } IL_0116: { WebConnection_t3982808322 * L_29 = __this->get_cnc_4(); HttpWebRequest_t1669436515 * L_30 = __this->get_request_5(); ByteU5BU5D_t4116647657* L_31 = V_5; ByteU5BU5D_t4116647657* L_32 = V_5; NullCheck(L_32); NullCheck(L_29); int32_t L_33 = WebConnection_Read_m1054701704(L_29, L_30, L_31, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length)))), /*hidden argument*/NULL); int32_t L_34 = L_33; V_6 = L_34; if (L_34) { goto IL_010a; } } IL_0136: { MemoryStream_t94973147 * L_35 = V_4; NullCheck(L_35); ByteU5BU5D_t4116647657* L_36 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(29 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_35); V_1 = L_36; MemoryStream_t94973147 * L_37 = V_4; NullCheck(L_37); int64_t L_38 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.MemoryStream::get_Length() */, L_37); V_3 = (((int32_t)((int32_t)L_38))); int32_t L_39 = V_3; __this->set_contentLength_9(L_39); goto IL_01d6; } IL_0153: { int32_t L_40 = __this->get_contentLength_9(); int32_t L_41 = __this->get_totalRead_10(); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41)); int32_t L_42 = V_3; V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_42)); ByteU5BU5D_t4116647657* L_43 = __this->get_readBuffer_6(); if (!L_43) { goto IL_0197; } } IL_0173: { int32_t L_44 = V_2; if ((((int32_t)L_44) <= ((int32_t)0))) { goto IL_0197; } } IL_017a: { int32_t L_45 = V_2; int32_t L_46 = V_3; if ((((int32_t)L_45) <= ((int32_t)L_46))) { goto IL_0183; } } IL_0181: { int32_t L_47 = V_3; V_2 = L_47; } IL_0183: { ByteU5BU5D_t4116647657* L_48 = __this->get_readBuffer_6(); int32_t L_49 = __this->get_readBufferOffset_7(); ByteU5BU5D_t4116647657* L_50 = V_1; int32_t L_51 = V_2; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_48, L_49, (RuntimeArray *)(RuntimeArray *)L_50, 0, L_51, /*hidden argument*/NULL); } IL_0197: { int32_t L_52 = V_3; int32_t L_53 = V_2; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)L_53)); V_8 = (-1); goto IL_01c7; } IL_01a4: { WebConnection_t3982808322 * L_54 = __this->get_cnc_4(); HttpWebRequest_t1669436515 * L_55 = __this->get_request_5(); ByteU5BU5D_t4116647657* L_56 = V_1; int32_t L_57 = V_2; int32_t L_58 = V_7; NullCheck(L_54); int32_t L_59 = WebConnection_Read_m1054701704(L_54, L_55, L_56, L_57, L_58, /*hidden argument*/NULL); V_8 = L_59; int32_t L_60 = V_7; int32_t L_61 = V_8; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_60, (int32_t)L_61)); int32_t L_62 = V_2; int32_t L_63 = V_8; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)L_63)); } IL_01c7: { int32_t L_64 = V_7; if ((((int32_t)L_64) <= ((int32_t)0))) { goto IL_01d6; } } IL_01cf: { int32_t L_65 = V_8; if (L_65) { goto IL_01a4; } } IL_01d6: { ByteU5BU5D_t4116647657* L_66 = V_1; __this->set_readBuffer_6(L_66); __this->set_readBufferOffset_7(0); int32_t L_67 = V_3; __this->set_readBufferSize_8(L_67); __this->set_totalRead_10(0); __this->set_nextReadCalled_12((bool)1); IL2CPP_LEAVE(0x205, FINALLY_01fe); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01fe; } FINALLY_01fe: { // begin finally (depth: 1) RuntimeObject * L_68 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_68, /*hidden argument*/NULL); IL2CPP_END_FINALLY(510) } // end finally (depth: 1) IL2CPP_CLEANUP(510) { IL2CPP_JUMP_TBL(0x210, IL_0210) IL2CPP_JUMP_TBL(0x205, IL_0205) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0205: { WebConnection_t3982808322 * L_69 = __this->get_cnc_4(); NullCheck(L_69); WebConnection_NextRead_m3275930655(L_69, /*hidden argument*/NULL); } IL_0210: { return; } } // System.Void System.Net.WebConnectionStream::WriteCallbackWrapper(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_WriteCallbackWrapper_m641430686 (WebConnectionStream_t2170064850 * __this, RuntimeObject* ___r0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream_WriteCallbackWrapper_m641430686_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebAsyncResult_t3421962937 * V_0 = NULL; { RuntimeObject* L_0 = ___r0; V_0 = ((WebAsyncResult_t3421962937 *)IsInstClass((RuntimeObject*)L_0, WebAsyncResult_t3421962937_il2cpp_TypeInfo_var)); WebAsyncResult_t3421962937 * L_1 = V_0; if (!L_1) { goto IL_0019; } } { WebAsyncResult_t3421962937 * L_2 = V_0; NullCheck(L_2); bool L_3 = L_2->get_AsyncWriteAll_16(); if (!L_3) { goto IL_0019; } } { return; } IL_0019: { RuntimeObject* L_4 = ___r0; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.IAsyncResult::get_AsyncState() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_4); if (!L_5) { goto IL_0042; } } { RuntimeObject* L_6 = ___r0; NullCheck(L_6); RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.IAsyncResult::get_AsyncState() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_6); V_0 = ((WebAsyncResult_t3421962937 *)CastclassClass((RuntimeObject*)L_7, WebAsyncResult_t3421962937_il2cpp_TypeInfo_var)); WebAsyncResult_t3421962937 * L_8 = V_0; RuntimeObject* L_9 = ___r0; NullCheck(L_8); WebAsyncResult_set_InnerAsyncResult_m4260877195(L_8, L_9, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_10 = V_0; NullCheck(L_10); WebAsyncResult_DoCallback_m1336537550(L_10, /*hidden argument*/NULL); goto IL_0049; } IL_0042: { RuntimeObject* L_11 = ___r0; VirtActionInvoker1< RuntimeObject* >::Invoke(27 /* System.Void System.Net.WebConnectionStream::EndWrite(System.IAsyncResult) */, __this, L_11); } IL_0049: { return; } } // System.Void System.Net.WebConnectionStream::ReadCallbackWrapper(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_ReadCallbackWrapper_m3664552025 (WebConnectionStream_t2170064850 * __this, RuntimeObject* ___r0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream_ReadCallbackWrapper_m3664552025_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebAsyncResult_t3421962937 * V_0 = NULL; { RuntimeObject* L_0 = ___r0; NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.IAsyncResult::get_AsyncState() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_0); if (!L_1) { goto IL_0029; } } { RuntimeObject* L_2 = ___r0; NullCheck(L_2); RuntimeObject * L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.IAsyncResult::get_AsyncState() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_2); V_0 = ((WebAsyncResult_t3421962937 *)CastclassClass((RuntimeObject*)L_3, WebAsyncResult_t3421962937_il2cpp_TypeInfo_var)); WebAsyncResult_t3421962937 * L_4 = V_0; RuntimeObject* L_5 = ___r0; NullCheck(L_4); WebAsyncResult_set_InnerAsyncResult_m4260877195(L_4, L_5, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_6 = V_0; NullCheck(L_6); WebAsyncResult_DoCallback_m1336537550(L_6, /*hidden argument*/NULL); goto IL_0031; } IL_0029: { RuntimeObject* L_7 = ___r0; VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(26 /* System.Int32 System.Net.WebConnectionStream::EndRead(System.IAsyncResult) */, __this, L_7); } IL_0031: { return; } } // System.Int32 System.Net.WebConnectionStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t WebConnectionStream_Read_m4279029041 (WebConnectionStream_t2170064850 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream_Read_m4279029041_MetadataUsageId); s_Il2CppMethodInitialized = true; } AsyncCallback_t3962456242 * V_0 = NULL; WebAsyncResult_t3421962937 * V_1 = NULL; { intptr_t L_0 = (intptr_t)WebConnectionStream_ReadCallbackWrapper_m3664552025_RuntimeMethod_var; AsyncCallback_t3962456242 * L_1 = (AsyncCallback_t3962456242 *)il2cpp_codegen_object_new(AsyncCallback_t3962456242_il2cpp_TypeInfo_var); AsyncCallback__ctor_m530647953(L_1, __this, L_0, /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_t4116647657* L_2 = ___buffer0; int32_t L_3 = ___offset1; int32_t L_4 = ___size2; AsyncCallback_t3962456242 * L_5 = V_0; RuntimeObject* L_6 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_t4116647657*, int32_t, int32_t, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(24 /* System.IAsyncResult System.Net.WebConnectionStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, __this, L_2, L_3, L_4, L_5, NULL); V_1 = ((WebAsyncResult_t3421962937 *)CastclassClass((RuntimeObject*)L_6, WebAsyncResult_t3421962937_il2cpp_TypeInfo_var)); WebAsyncResult_t3421962937 * L_7 = V_1; NullCheck(L_7); bool L_8 = WebAsyncResult_get_IsCompleted_m4071146637(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_005b; } } { WebAsyncResult_t3421962937 * L_9 = V_1; int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.Net.WebConnectionStream::get_ReadTimeout() */, __this); NullCheck(L_9); bool L_11 = WebAsyncResult_WaitUntilComplete_m2339830740(L_9, L_10, (bool)0, /*hidden argument*/NULL); if (L_11) { goto IL_005b; } } { __this->set_nextReadCalled_12((bool)1); WebConnection_t3982808322 * L_12 = __this->get_cnc_4(); NullCheck(L_12); WebConnection_Close_m1464903054(L_12, (bool)1, /*hidden argument*/NULL); WebException_t3237156354 * L_13 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2864788884(L_13, _stringLiteral3676123719, ((int32_t)14), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,WebConnectionStream_Read_m4279029041_RuntimeMethod_var); } IL_005b: { WebAsyncResult_t3421962937 * L_14 = V_1; int32_t L_15 = VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(26 /* System.Int32 System.Net.WebConnectionStream::EndRead(System.IAsyncResult) */, __this, L_14); return L_15; } } // System.IAsyncResult System.Net.WebConnectionStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebConnectionStream_BeginRead_m2120480875 (WebConnectionStream_t2170064850 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3962456242 * ___cb3, RuntimeObject * ___state4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream_BeginRead_m2120480875_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; WebAsyncResult_t3421962937 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B19_0 = 0; { bool L_0 = __this->get_isRead_3(); if (L_0) { goto IL_0016; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, _stringLiteral802360648, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,WebConnectionStream_BeginRead_m2120480875_RuntimeMethod_var); } IL_0016: { ByteU5BU5D_t4116647657* L_2 = ___buffer0; if (L_2) { goto IL_0027; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,WebConnectionStream_BeginRead_m2120480875_RuntimeMethod_var); } IL_0027: { ByteU5BU5D_t4116647657* L_4 = ___buffer0; NullCheck(L_4); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))); int32_t L_5 = ___offset1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0039; } } { int32_t L_6 = V_0; int32_t L_7 = ___offset1; if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_0044; } } IL_0039: { ArgumentOutOfRangeException_t777629997 * L_8 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_8, _stringLiteral1082126080, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,WebConnectionStream_BeginRead_m2120480875_RuntimeMethod_var); } IL_0044: { int32_t L_9 = ___size2; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_0054; } } { int32_t L_10 = V_0; int32_t L_11 = ___offset1; int32_t L_12 = ___size2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11))) >= ((int32_t)L_12))) { goto IL_005f; } } IL_0054: { ArgumentOutOfRangeException_t777629997 * L_13 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_13, _stringLiteral4049040645, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,WebConnectionStream_BeginRead_m2120480875_RuntimeMethod_var); } IL_005f: { RuntimeObject * L_14 = __this->get_locker_23(); V_1 = L_14; RuntimeObject * L_15 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); } IL_006c: try { // begin try (depth: 1) int32_t L_16 = __this->get_pendingReads_13(); __this->set_pendingReads_13(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1))); ManualResetEvent_t451242010 * L_17 = __this->get_pending_15(); NullCheck(L_17); EventWaitHandle_Reset_m3348053200(L_17, /*hidden argument*/NULL); IL2CPP_LEAVE(0x92, FINALLY_008b); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008b; } FINALLY_008b: { // begin finally (depth: 1) RuntimeObject * L_18 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); IL2CPP_END_FINALLY(139) } // end finally (depth: 1) IL2CPP_CLEANUP(139) { IL2CPP_JUMP_TBL(0x92, IL_0092) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0092: { AsyncCallback_t3962456242 * L_19 = ___cb3; RuntimeObject * L_20 = ___state4; ByteU5BU5D_t4116647657* L_21 = ___buffer0; int32_t L_22 = ___offset1; int32_t L_23 = ___size2; WebAsyncResult_t3421962937 * L_24 = (WebAsyncResult_t3421962937 *)il2cpp_codegen_object_new(WebAsyncResult_t3421962937_il2cpp_TypeInfo_var); WebAsyncResult__ctor_m4245223108(L_24, L_19, L_20, L_21, L_22, L_23, /*hidden argument*/NULL); V_2 = L_24; int32_t L_25 = __this->get_totalRead_10(); int32_t L_26 = __this->get_contentLength_9(); if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_00c0; } } { WebAsyncResult_t3421962937 * L_27 = V_2; NullCheck(L_27); WebAsyncResult_SetCompleted_m2879962625(L_27, (bool)1, (-1), /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_28 = V_2; NullCheck(L_28); WebAsyncResult_DoCallback_m1336537550(L_28, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_29 = V_2; return L_29; } IL_00c0: { int32_t L_30 = __this->get_readBufferSize_8(); int32_t L_31 = __this->get_readBufferOffset_7(); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)); int32_t L_32 = V_3; if ((((int32_t)L_32) <= ((int32_t)0))) { goto IL_0154; } } { int32_t L_33 = V_3; int32_t L_34 = ___size2; if ((((int32_t)L_33) <= ((int32_t)L_34))) { goto IL_00e2; } } { int32_t L_35 = ___size2; G_B19_0 = L_35; goto IL_00e3; } IL_00e2: { int32_t L_36 = V_3; G_B19_0 = L_36; } IL_00e3: { V_4 = G_B19_0; ByteU5BU5D_t4116647657* L_37 = __this->get_readBuffer_6(); int32_t L_38 = __this->get_readBufferOffset_7(); ByteU5BU5D_t4116647657* L_39 = ___buffer0; int32_t L_40 = ___offset1; int32_t L_41 = V_4; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_37, L_38, (RuntimeArray *)(RuntimeArray *)L_39, L_40, L_41, /*hidden argument*/NULL); int32_t L_42 = __this->get_readBufferOffset_7(); int32_t L_43 = V_4; __this->set_readBufferOffset_7(((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)L_43))); int32_t L_44 = ___offset1; int32_t L_45 = V_4; ___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)L_45)); int32_t L_46 = ___size2; int32_t L_47 = V_4; ___size2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)L_47)); int32_t L_48 = __this->get_totalRead_10(); int32_t L_49 = V_4; __this->set_totalRead_10(((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)L_49))); int32_t L_50 = ___size2; if (!L_50) { goto IL_013b; } } { int32_t L_51 = __this->get_totalRead_10(); int32_t L_52 = __this->get_contentLength_9(); if ((((int32_t)L_51) < ((int32_t)L_52))) { goto IL_014c; } } IL_013b: { WebAsyncResult_t3421962937 * L_53 = V_2; int32_t L_54 = V_4; NullCheck(L_53); WebAsyncResult_SetCompleted_m2879962625(L_53, (bool)1, L_54, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_55 = V_2; NullCheck(L_55); WebAsyncResult_DoCallback_m1336537550(L_55, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_56 = V_2; return L_56; } IL_014c: { WebAsyncResult_t3421962937 * L_57 = V_2; int32_t L_58 = V_4; NullCheck(L_57); WebAsyncResult_set_NBytes_m2701756818(L_57, L_58, /*hidden argument*/NULL); } IL_0154: { AsyncCallback_t3962456242 * L_59 = ___cb3; if (!L_59) { goto IL_0169; } } { intptr_t L_60 = (intptr_t)WebConnectionStream_ReadCallbackWrapper_m3664552025_RuntimeMethod_var; AsyncCallback_t3962456242 * L_61 = (AsyncCallback_t3962456242 *)il2cpp_codegen_object_new(AsyncCallback_t3962456242_il2cpp_TypeInfo_var); AsyncCallback__ctor_m530647953(L_61, __this, L_60, /*hidden argument*/NULL); ___cb3 = L_61; } IL_0169: { int32_t L_62 = __this->get_contentLength_9(); if ((((int32_t)L_62) == ((int32_t)((int32_t)2147483647LL)))) { goto IL_019b; } } { int32_t L_63 = __this->get_contentLength_9(); int32_t L_64 = __this->get_totalRead_10(); int32_t L_65 = ___size2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)L_64))) >= ((int32_t)L_65))) { goto IL_019b; } } { int32_t L_66 = __this->get_contentLength_9(); int32_t L_67 = __this->get_totalRead_10(); ___size2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)L_67)); } IL_019b: { bool L_68 = __this->get_read_eof_25(); if (L_68) { goto IL_01c8; } } { WebAsyncResult_t3421962937 * L_69 = V_2; WebConnection_t3982808322 * L_70 = __this->get_cnc_4(); HttpWebRequest_t1669436515 * L_71 = __this->get_request_5(); ByteU5BU5D_t4116647657* L_72 = ___buffer0; int32_t L_73 = ___offset1; int32_t L_74 = ___size2; AsyncCallback_t3962456242 * L_75 = ___cb3; WebAsyncResult_t3421962937 * L_76 = V_2; NullCheck(L_70); RuntimeObject* L_77 = WebConnection_BeginRead_m2950707033(L_70, L_71, L_72, L_73, L_74, L_75, L_76, /*hidden argument*/NULL); NullCheck(L_69); WebAsyncResult_set_InnerAsyncResult_m4260877195(L_69, L_77, /*hidden argument*/NULL); goto IL_01db; } IL_01c8: { WebAsyncResult_t3421962937 * L_78 = V_2; WebAsyncResult_t3421962937 * L_79 = V_2; NullCheck(L_79); int32_t L_80 = WebAsyncResult_get_NBytes_m1181398750(L_79, /*hidden argument*/NULL); NullCheck(L_78); WebAsyncResult_SetCompleted_m2879962625(L_78, (bool)1, L_80, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_81 = V_2; NullCheck(L_81); WebAsyncResult_DoCallback_m1336537550(L_81, /*hidden argument*/NULL); } IL_01db: { WebAsyncResult_t3421962937 * L_82 = V_2; return L_82; } } // System.Int32 System.Net.WebConnectionStream::EndRead(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t WebConnectionStream_EndRead_m3979704604 (WebConnectionStream_t2170064850 * __this, RuntimeObject* ___r0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream_EndRead_m3979704604_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebAsyncResult_t3421962937 * V_0 = NULL; RuntimeObject * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; Exception_t * V_4 = NULL; RuntimeObject * V_5 = NULL; int32_t V_6 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B4_0 = 0; int32_t G_B30_0 = 0; { RuntimeObject* L_0 = ___r0; V_0 = ((WebAsyncResult_t3421962937 *)CastclassClass((RuntimeObject*)L_0, WebAsyncResult_t3421962937_il2cpp_TypeInfo_var)); WebAsyncResult_t3421962937 * L_1 = V_0; NullCheck(L_1); bool L_2 = L_1->get_EndCalled_15(); if (!L_2) { goto IL_0028; } } { WebAsyncResult_t3421962937 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = WebAsyncResult_get_NBytes_m1181398750(L_3, /*hidden argument*/NULL); V_2 = L_4; int32_t L_5 = V_2; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0026; } } { int32_t L_6 = V_2; G_B4_0 = L_6; goto IL_0027; } IL_0026: { G_B4_0 = 0; } IL_0027: { return G_B4_0; } IL_0028: { WebAsyncResult_t3421962937 * L_7 = V_0; NullCheck(L_7); L_7->set_EndCalled_15((bool)1); WebAsyncResult_t3421962937 * L_8 = V_0; NullCheck(L_8); bool L_9 = WebAsyncResult_get_IsCompleted_m4071146637(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0105; } } { V_3 = (-1); } IL_003c: try { // begin try (depth: 1) WebConnection_t3982808322 * L_10 = __this->get_cnc_4(); HttpWebRequest_t1669436515 * L_11 = __this->get_request_5(); WebAsyncResult_t3421962937 * L_12 = V_0; NullCheck(L_10); int32_t L_13 = WebConnection_EndRead_m3553040041(L_10, L_11, L_12, /*hidden argument*/NULL); V_3 = L_13; goto IL_00c0; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0054; throw e; } CATCH_0054: { // begin catch(System.Exception) { V_4 = ((Exception_t *)__exception_local); RuntimeObject * L_14 = __this->get_locker_23(); V_5 = L_14; RuntimeObject * L_15 = V_5; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); } IL_0065: try { // begin try (depth: 2) { int32_t L_16 = __this->get_pendingReads_13(); __this->set_pendingReads_13(((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1))); int32_t L_17 = __this->get_pendingReads_13(); if (L_17) { goto IL_008a; } } IL_007e: { ManualResetEvent_t451242010 * L_18 = __this->get_pending_15(); NullCheck(L_18); EventWaitHandle_Set_m2445193251(L_18, /*hidden argument*/NULL); } IL_008a: { IL2CPP_LEAVE(0x97, FINALLY_008f); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008f; } FINALLY_008f: { // begin finally (depth: 2) RuntimeObject * L_19 = V_5; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); IL2CPP_END_FINALLY(143) } // end finally (depth: 2) IL2CPP_CLEANUP(143) { IL2CPP_JUMP_TBL(0x97, IL_0097) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0097: { __this->set_nextReadCalled_12((bool)1); WebConnection_t3982808322 * L_20 = __this->get_cnc_4(); NullCheck(L_20); WebConnection_Close_m1464903054(L_20, (bool)1, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_21 = V_0; Exception_t * L_22 = V_4; NullCheck(L_21); WebAsyncResult_SetCompleted_m2263512966(L_21, (bool)0, L_22, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_23 = V_0; NullCheck(L_23); WebAsyncResult_DoCallback_m1336537550(L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_00bb: { goto IL_00c0; } } // end catch (depth: 1) IL_00c0: { int32_t L_24 = V_3; if ((((int32_t)L_24) >= ((int32_t)0))) { goto IL_00d0; } } { V_3 = 0; __this->set_read_eof_25((bool)1); } IL_00d0: { int32_t L_25 = __this->get_totalRead_10(); int32_t L_26 = V_3; __this->set_totalRead_10(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26))); WebAsyncResult_t3421962937 * L_27 = V_0; int32_t L_28 = V_3; WebAsyncResult_t3421962937 * L_29 = V_0; NullCheck(L_29); int32_t L_30 = WebAsyncResult_get_NBytes_m1181398750(L_29, /*hidden argument*/NULL); NullCheck(L_27); WebAsyncResult_SetCompleted_m2879962625(L_27, (bool)0, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_30)), /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_31 = V_0; NullCheck(L_31); WebAsyncResult_DoCallback_m1336537550(L_31, /*hidden argument*/NULL); int32_t L_32 = V_3; if (L_32) { goto IL_0105; } } { int32_t L_33 = __this->get_totalRead_10(); __this->set_contentLength_9(L_33); } IL_0105: { RuntimeObject * L_34 = __this->get_locker_23(); V_1 = L_34; RuntimeObject * L_35 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); } IL_0112: try { // begin try (depth: 1) { int32_t L_36 = __this->get_pendingReads_13(); __this->set_pendingReads_13(((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1))); int32_t L_37 = __this->get_pendingReads_13(); if (L_37) { goto IL_0137; } } IL_012b: { ManualResetEvent_t451242010 * L_38 = __this->get_pending_15(); NullCheck(L_38); EventWaitHandle_Set_m2445193251(L_38, /*hidden argument*/NULL); } IL_0137: { IL2CPP_LEAVE(0x143, FINALLY_013c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_013c; } FINALLY_013c: { // begin finally (depth: 1) RuntimeObject * L_39 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); IL2CPP_END_FINALLY(316) } // end finally (depth: 1) IL2CPP_CLEANUP(316) { IL2CPP_JUMP_TBL(0x143, IL_0143) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0143: { int32_t L_40 = __this->get_totalRead_10(); int32_t L_41 = __this->get_contentLength_9(); if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_0165; } } { bool L_42 = __this->get_nextReadCalled_12(); if (L_42) { goto IL_0165; } } { WebConnectionStream_ReadAll_m3145919104(__this, /*hidden argument*/NULL); } IL_0165: { WebAsyncResult_t3421962937 * L_43 = V_0; NullCheck(L_43); int32_t L_44 = WebAsyncResult_get_NBytes_m1181398750(L_43, /*hidden argument*/NULL); V_6 = L_44; int32_t L_45 = V_6; if ((((int32_t)L_45) < ((int32_t)0))) { goto IL_017c; } } { int32_t L_46 = V_6; G_B30_0 = L_46; goto IL_017d; } IL_017c: { G_B30_0 = 0; } IL_017d: { return G_B30_0; } } // System.Void System.Net.WebConnectionStream::WriteRequestAsyncCB(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_WriteRequestAsyncCB_m3620104053 (WebConnectionStream_t2170064850 * __this, RuntimeObject* ___r0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream_WriteRequestAsyncCB_m3620104053_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebAsyncResult_t3421962937 * V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___r0; NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.IAsyncResult::get_AsyncState() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_0); V_0 = ((WebAsyncResult_t3421962937 *)CastclassClass((RuntimeObject*)L_1, WebAsyncResult_t3421962937_il2cpp_TypeInfo_var)); } IL_000c: try { // begin try (depth: 1) { WebConnection_t3982808322 * L_2 = __this->get_cnc_4(); HttpWebRequest_t1669436515 * L_3 = __this->get_request_5(); RuntimeObject* L_4 = ___r0; NullCheck(L_2); WebConnection_EndWrite2_m1365797410(L_2, L_3, L_4, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_5 = V_0; NullCheck(L_5); WebAsyncResult_SetCompleted_m2879962625(L_5, (bool)0, 0, /*hidden argument*/NULL); bool L_6 = __this->get_initRead_24(); if (L_6) { goto IL_0043; } } IL_0031: { __this->set_initRead_24((bool)1); WebConnection_t3982808322 * L_7 = __this->get_cnc_4(); IL2CPP_RUNTIME_CLASS_INIT(WebConnection_t3982808322_il2cpp_TypeInfo_var); WebConnection_InitRead_m3857158647(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); } IL_0043: { goto IL_0086; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0048; throw e; } CATCH_0048: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); WebConnectionStream_KillBuffer_m3997100420(__this, /*hidden argument*/NULL); __this->set_nextReadCalled_12((bool)1); WebConnection_t3982808322 * L_8 = __this->get_cnc_4(); NullCheck(L_8); WebConnection_Close_m1464903054(L_8, (bool)1, /*hidden argument*/NULL); Exception_t * L_9 = V_1; if (!((SocketException_t3852068672 *)IsInstClass((RuntimeObject*)L_9, SocketException_t3852068672_il2cpp_TypeInfo_var))) { goto IL_0079; } } IL_006d: { Exception_t * L_10 = V_1; IOException_t4088381929 * L_11 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3246761956(L_11, _stringLiteral706184557, L_10, /*hidden argument*/NULL); V_1 = L_11; } IL_0079: { WebAsyncResult_t3421962937 * L_12 = V_0; Exception_t * L_13 = V_1; NullCheck(L_12); WebAsyncResult_SetCompleted_m2263512966(L_12, (bool)0, L_13, /*hidden argument*/NULL); goto IL_0086; } } // end catch (depth: 1) IL_0086: { __this->set_complete_request_written_26((bool)1); WebAsyncResult_t3421962937 * L_14 = V_0; NullCheck(L_14); WebAsyncResult_DoCallback_m1336537550(L_14, /*hidden argument*/NULL); return; } } // System.IAsyncResult System.Net.WebConnectionStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebConnectionStream_BeginWrite_m91788762 (WebConnectionStream_t2170064850 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3962456242 * ___cb3, RuntimeObject * ___state4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream_BeginWrite_m91788762_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; WebAsyncResult_t3421962937 * V_2 = NULL; Exception_t * V_3 = NULL; AsyncCallback_t3962456242 * V_4 = NULL; String_t* V_5 = NULL; ByteU5BU5D_t4116647657* V_6 = NULL; int32_t V_7 = 0; ByteU5BU5D_t4116647657* V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { HttpWebRequest_t1669436515 * L_0 = __this->get_request_5(); NullCheck(L_0); bool L_1 = HttpWebRequest_get_Aborted_m1961501758(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001d; } } { WebException_t3237156354 * L_2 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m3515818945(L_2, _stringLiteral4014321026, (Exception_t *)NULL, 6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,WebConnectionStream_BeginWrite_m91788762_RuntimeMethod_var); } IL_001d: { bool L_3 = __this->get_isRead_3(); if (!L_3) { goto IL_0033; } } { NotSupportedException_t1314879016 * L_4 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_4, _stringLiteral521454055, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,WebConnectionStream_BeginWrite_m91788762_RuntimeMethod_var); } IL_0033: { ByteU5BU5D_t4116647657* L_5 = ___buffer0; if (L_5) { goto IL_0044; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,WebConnectionStream_BeginWrite_m91788762_RuntimeMethod_var); } IL_0044: { ByteU5BU5D_t4116647657* L_7 = ___buffer0; NullCheck(L_7); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))); int32_t L_8 = ___offset1; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_0056; } } { int32_t L_9 = V_0; int32_t L_10 = ___offset1; if ((((int32_t)L_9) >= ((int32_t)L_10))) { goto IL_0061; } } IL_0056: { ArgumentOutOfRangeException_t777629997 * L_11 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_11, _stringLiteral1082126080, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,WebConnectionStream_BeginWrite_m91788762_RuntimeMethod_var); } IL_0061: { int32_t L_12 = ___size2; if ((((int32_t)L_12) < ((int32_t)0))) { goto IL_0071; } } { int32_t L_13 = V_0; int32_t L_14 = ___offset1; int32_t L_15 = ___size2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14))) >= ((int32_t)L_15))) { goto IL_007c; } } IL_0071: { ArgumentOutOfRangeException_t777629997 * L_16 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_16, _stringLiteral4049040645, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,WebConnectionStream_BeginWrite_m91788762_RuntimeMethod_var); } IL_007c: { bool L_17 = __this->get_sendChunked_17(); if (!L_17) { goto IL_00ba; } } { RuntimeObject * L_18 = __this->get_locker_23(); V_1 = L_18; RuntimeObject * L_19 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); } IL_0094: try { // begin try (depth: 1) int32_t L_20 = __this->get_pendingWrites_14(); __this->set_pendingWrites_14(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))); ManualResetEvent_t451242010 * L_21 = __this->get_pending_15(); NullCheck(L_21); EventWaitHandle_Reset_m3348053200(L_21, /*hidden argument*/NULL); IL2CPP_LEAVE(0xBA, 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) RuntimeObject * L_22 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); IL2CPP_END_FINALLY(179) } // end finally (depth: 1) IL2CPP_CLEANUP(179) { IL2CPP_JUMP_TBL(0xBA, IL_00ba) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ba: { AsyncCallback_t3962456242 * L_23 = ___cb3; RuntimeObject * L_24 = ___state4; WebAsyncResult_t3421962937 * L_25 = (WebAsyncResult_t3421962937 *)il2cpp_codegen_object_new(WebAsyncResult_t3421962937_il2cpp_TypeInfo_var); WebAsyncResult__ctor_m2054281158(L_25, L_23, L_24, /*hidden argument*/NULL); V_2 = L_25; bool L_26 = __this->get_sendChunked_17(); if (L_26) { goto IL_00e8; } } { HttpWebRequest_t1669436515 * L_27 = __this->get_request_5(); NullCheck(L_27); int64_t L_28 = VirtFuncInvoker0< int64_t >::Invoke(7 /* System.Int64 System.Net.HttpWebRequest::get_ContentLength() */, L_27); int64_t L_29 = __this->get_totalWritten_11(); int32_t L_30 = ___size2; WebConnectionStream_CheckWriteOverflow_m962631185(__this, L_28, L_29, (((int64_t)((int64_t)L_30))), /*hidden argument*/NULL); } IL_00e8: { bool L_31 = __this->get_allowBuffering_16(); if (!L_31) { goto IL_01cb; } } { bool L_32 = __this->get_sendChunked_17(); if (L_32) { goto IL_01cb; } } { MemoryStream_t94973147 * L_33 = __this->get_writeBuffer_18(); if (L_33) { goto IL_0114; } } { MemoryStream_t94973147 * L_34 = (MemoryStream_t94973147 *)il2cpp_codegen_object_new(MemoryStream_t94973147_il2cpp_TypeInfo_var); MemoryStream__ctor_m2678285228(L_34, /*hidden argument*/NULL); __this->set_writeBuffer_18(L_34); } IL_0114: { MemoryStream_t94973147 * L_35 = __this->get_writeBuffer_18(); ByteU5BU5D_t4116647657* L_36 = ___buffer0; int32_t L_37 = ___offset1; int32_t L_38 = ___size2; NullCheck(L_35); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.MemoryStream::Write(System.Byte[],System.Int32,System.Int32) */, L_35, L_36, L_37, L_38); int64_t L_39 = __this->get_totalWritten_11(); int32_t L_40 = ___size2; __this->set_totalWritten_11(((int64_t)il2cpp_codegen_add((int64_t)L_39, (int64_t)(((int64_t)((int64_t)L_40)))))); HttpWebRequest_t1669436515 * L_41 = __this->get_request_5(); NullCheck(L_41); int64_t L_42 = VirtFuncInvoker0< int64_t >::Invoke(7 /* System.Int64 System.Net.HttpWebRequest::get_ContentLength() */, L_41); if ((((int64_t)L_42) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_01bb; } } { int64_t L_43 = __this->get_totalWritten_11(); HttpWebRequest_t1669436515 * L_44 = __this->get_request_5(); NullCheck(L_44); int64_t L_45 = VirtFuncInvoker0< int64_t >::Invoke(7 /* System.Int64 System.Net.HttpWebRequest::get_ContentLength() */, L_44); if ((!(((uint64_t)L_43) == ((uint64_t)L_45)))) { goto IL_01bb; } } IL_0159: try { // begin try (depth: 1) { WebAsyncResult_t3421962937 * L_46 = V_2; NullCheck(L_46); L_46->set_AsyncWriteAll_16((bool)1); WebAsyncResult_t3421962937 * L_47 = V_2; intptr_t L_48 = (intptr_t)WebConnectionStream_WriteRequestAsyncCB_m3620104053_RuntimeMethod_var; AsyncCallback_t3962456242 * L_49 = (AsyncCallback_t3962456242 *)il2cpp_codegen_object_new(AsyncCallback_t3962456242_il2cpp_TypeInfo_var); AsyncCallback__ctor_m530647953(L_49, __this, L_48, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_50 = V_2; RuntimeObject* L_51 = WebConnectionStream_WriteRequestAsync_m3917889082(__this, L_49, L_50, /*hidden argument*/NULL); NullCheck(L_47); WebAsyncResult_set_InnerAsyncResult_m4260877195(L_47, L_51, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_52 = V_2; NullCheck(L_52); RuntimeObject* L_53 = WebAsyncResult_get_InnerAsyncResult_m4134833752(L_52, /*hidden argument*/NULL); if (L_53) { goto IL_019d; } } IL_0184: { WebAsyncResult_t3421962937 * L_54 = V_2; NullCheck(L_54); bool L_55 = WebAsyncResult_get_IsCompleted_m4071146637(L_54, /*hidden argument*/NULL); if (L_55) { goto IL_0197; } } IL_018f: { WebAsyncResult_t3421962937 * L_56 = V_2; NullCheck(L_56); WebAsyncResult_SetCompleted_m2879962625(L_56, (bool)1, 0, /*hidden argument*/NULL); } IL_0197: { WebAsyncResult_t3421962937 * L_57 = V_2; NullCheck(L_57); WebAsyncResult_DoCallback_m1336537550(L_57, /*hidden argument*/NULL); } IL_019d: { goto IL_01b6; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_01a2; throw e; } CATCH_01a2: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); WebAsyncResult_t3421962937 * L_58 = V_2; Exception_t * L_59 = V_3; NullCheck(L_58); WebAsyncResult_SetCompleted_m2263512966(L_58, (bool)1, L_59, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_60 = V_2; NullCheck(L_60); WebAsyncResult_DoCallback_m1336537550(L_60, /*hidden argument*/NULL); goto IL_01b6; } // end catch (depth: 1) IL_01b6: { goto IL_01c9; } IL_01bb: { WebAsyncResult_t3421962937 * L_61 = V_2; NullCheck(L_61); WebAsyncResult_SetCompleted_m2879962625(L_61, (bool)1, 0, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_62 = V_2; NullCheck(L_62); WebAsyncResult_DoCallback_m1336537550(L_62, /*hidden argument*/NULL); } IL_01c9: { WebAsyncResult_t3421962937 * L_63 = V_2; return L_63; } IL_01cb: { V_4 = (AsyncCallback_t3962456242 *)NULL; AsyncCallback_t3962456242 * L_64 = ___cb3; if (!L_64) { goto IL_01e3; } } { intptr_t L_65 = (intptr_t)WebConnectionStream_WriteCallbackWrapper_m641430686_RuntimeMethod_var; AsyncCallback_t3962456242 * L_66 = (AsyncCallback_t3962456242 *)il2cpp_codegen_object_new(AsyncCallback_t3962456242_il2cpp_TypeInfo_var); AsyncCallback__ctor_m530647953(L_66, __this, L_65, /*hidden argument*/NULL); V_4 = L_66; } IL_01e3: { bool L_67 = __this->get_sendChunked_17(); if (!L_67) { goto IL_0269; } } { WebConnectionStream_WriteRequest_m340830927(__this, /*hidden argument*/NULL); int32_t L_68 = ___size2; int32_t L_69 = L_68; RuntimeObject * L_70 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_69); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_71 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2658461612, L_70, /*hidden argument*/NULL); V_5 = L_71; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_72 = Encoding_get_ASCII_m3595602635(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_73 = V_5; NullCheck(L_72); ByteU5BU5D_t4116647657* L_74 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_72, L_73); V_6 = L_74; int32_t L_75 = ___size2; ByteU5BU5D_t4116647657* L_76 = V_6; NullCheck(L_76); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_75)), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_76)->max_length)))))); int32_t L_77 = V_7; V_8 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_77)); ByteU5BU5D_t4116647657* L_78 = V_6; ByteU5BU5D_t4116647657* L_79 = V_8; ByteU5BU5D_t4116647657* L_80 = V_6; NullCheck(L_80); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_78, 0, (RuntimeArray *)(RuntimeArray *)L_79, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_80)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_81 = ___buffer0; int32_t L_82 = ___offset1; ByteU5BU5D_t4116647657* L_83 = V_8; ByteU5BU5D_t4116647657* L_84 = V_6; NullCheck(L_84); int32_t L_85 = ___size2; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_81, L_82, (RuntimeArray *)(RuntimeArray *)L_83, (((int32_t)((int32_t)(((RuntimeArray *)L_84)->max_length)))), L_85, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(WebConnectionStream_t2170064850_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_86 = ((WebConnectionStream_t2170064850_StaticFields*)il2cpp_codegen_static_fields_for(WebConnectionStream_t2170064850_il2cpp_TypeInfo_var))->get_crlf_2(); ByteU5BU5D_t4116647657* L_87 = V_8; ByteU5BU5D_t4116647657* L_88 = V_6; NullCheck(L_88); int32_t L_89 = ___size2; ByteU5BU5D_t4116647657* L_90 = ((WebConnectionStream_t2170064850_StaticFields*)il2cpp_codegen_static_fields_for(WebConnectionStream_t2170064850_il2cpp_TypeInfo_var))->get_crlf_2(); NullCheck(L_90); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_86, 0, (RuntimeArray *)(RuntimeArray *)L_87, ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_88)->max_length)))), (int32_t)L_89)), (((int32_t)((int32_t)(((RuntimeArray *)L_90)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_91 = V_8; ___buffer0 = L_91; ___offset1 = 0; int32_t L_92 = V_7; ___size2 = L_92; } IL_0269: { WebAsyncResult_t3421962937 * L_93 = V_2; WebConnection_t3982808322 * L_94 = __this->get_cnc_4(); HttpWebRequest_t1669436515 * L_95 = __this->get_request_5(); ByteU5BU5D_t4116647657* L_96 = ___buffer0; int32_t L_97 = ___offset1; int32_t L_98 = ___size2; AsyncCallback_t3962456242 * L_99 = V_4; WebAsyncResult_t3421962937 * L_100 = V_2; NullCheck(L_94); RuntimeObject* L_101 = WebConnection_BeginWrite_m3795141727(L_94, L_95, L_96, L_97, L_98, L_99, L_100, /*hidden argument*/NULL); NullCheck(L_93); WebAsyncResult_set_InnerAsyncResult_m4260877195(L_93, L_101, /*hidden argument*/NULL); int64_t L_102 = __this->get_totalWritten_11(); int32_t L_103 = ___size2; __this->set_totalWritten_11(((int64_t)il2cpp_codegen_add((int64_t)L_102, (int64_t)(((int64_t)((int64_t)L_103)))))); WebAsyncResult_t3421962937 * L_104 = V_2; return L_104; } } // System.Void System.Net.WebConnectionStream::CheckWriteOverflow(System.Int64,System.Int64,System.Int64) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_CheckWriteOverflow_m962631185 (WebConnectionStream_t2170064850 * __this, int64_t ___contentLength0, int64_t ___totalWritten1, int64_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream_CheckWriteOverflow_m962631185_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { int64_t L_0 = ___contentLength0; if ((!(((uint64_t)L_0) == ((uint64_t)(((int64_t)((int64_t)(-1)))))))) { goto IL_0009; } } { return; } IL_0009: { int64_t L_1 = ___contentLength0; int64_t L_2 = ___totalWritten1; V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_1, (int64_t)L_2)); int64_t L_3 = ___size2; int64_t L_4 = V_0; if ((((int64_t)L_3) <= ((int64_t)L_4))) { goto IL_0038; } } { WebConnectionStream_KillBuffer_m3997100420(__this, /*hidden argument*/NULL); __this->set_nextReadCalled_12((bool)1); WebConnection_t3982808322 * L_5 = __this->get_cnc_4(); NullCheck(L_5); WebConnection_Close_m1464903054(L_5, (bool)1, /*hidden argument*/NULL); ProtocolViolationException_t4144007430 * L_6 = (ProtocolViolationException_t4144007430 *)il2cpp_codegen_object_new(ProtocolViolationException_t4144007430_il2cpp_TypeInfo_var); ProtocolViolationException__ctor_m1575418383(L_6, _stringLiteral237419526, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,WebConnectionStream_CheckWriteOverflow_m962631185_RuntimeMethod_var); } IL_0038: { return; } } // System.Void System.Net.WebConnectionStream::EndWrite(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_EndWrite_m1860918953 (WebConnectionStream_t2170064850 * __this, RuntimeObject* ___r0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream_EndWrite_m1860918953_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebAsyncResult_t3421962937 * V_0 = NULL; Exception_t * V_1 = NULL; RuntimeObject * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___r0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3452614606, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,WebConnectionStream_EndWrite_m1860918953_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = ___r0; V_0 = ((WebAsyncResult_t3421962937 *)IsInstClass((RuntimeObject*)L_2, WebAsyncResult_t3421962937_il2cpp_TypeInfo_var)); WebAsyncResult_t3421962937 * L_3 = V_0; if (L_3) { goto IL_0029; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral1043874018, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,WebConnectionStream_EndWrite_m1860918953_RuntimeMethod_var); } IL_0029: { WebAsyncResult_t3421962937 * L_5 = V_0; NullCheck(L_5); bool L_6 = L_5->get_EndCalled_15(); if (!L_6) { goto IL_0035; } } { return; } IL_0035: { WebAsyncResult_t3421962937 * L_7 = V_0; NullCheck(L_7); L_7->set_EndCalled_15((bool)1); WebAsyncResult_t3421962937 * L_8 = V_0; NullCheck(L_8); bool L_9 = L_8->get_AsyncWriteAll_16(); if (!L_9) { goto IL_0060; } } { WebAsyncResult_t3421962937 * L_10 = V_0; NullCheck(L_10); WebAsyncResult_WaitUntilComplete_m4079847550(L_10, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_11 = V_0; NullCheck(L_11); bool L_12 = WebAsyncResult_get_GotException_m3213578714(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_005f; } } { WebAsyncResult_t3421962937 * L_13 = V_0; NullCheck(L_13); Exception_t * L_14 = WebAsyncResult_get_Exception_m3307967112(L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,WebConnectionStream_EndWrite_m1860918953_RuntimeMethod_var); } IL_005f: { return; } IL_0060: { bool L_15 = __this->get_allowBuffering_16(); if (!L_15) { goto IL_0077; } } { bool L_16 = __this->get_sendChunked_17(); if (L_16) { goto IL_0077; } } { return; } IL_0077: { WebAsyncResult_t3421962937 * L_17 = V_0; NullCheck(L_17); bool L_18 = WebAsyncResult_get_GotException_m3213578714(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0089; } } { WebAsyncResult_t3421962937 * L_19 = V_0; NullCheck(L_19); Exception_t * L_20 = WebAsyncResult_get_Exception_m3307967112(L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,WebConnectionStream_EndWrite_m1860918953_RuntimeMethod_var); } IL_0089: try { // begin try (depth: 1) try { // begin try (depth: 2) WebConnection_t3982808322 * L_21 = __this->get_cnc_4(); HttpWebRequest_t1669436515 * L_22 = __this->get_request_5(); WebAsyncResult_t3421962937 * L_23 = V_0; NullCheck(L_23); RuntimeObject* L_24 = WebAsyncResult_get_InnerAsyncResult_m4134833752(L_23, /*hidden argument*/NULL); NullCheck(L_21); WebConnection_EndWrite2_m1365797410(L_21, L_22, L_24, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_25 = V_0; NullCheck(L_25); WebAsyncResult_SetCompleted_m2879962625(L_25, (bool)0, 0, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_26 = V_0; NullCheck(L_26); WebAsyncResult_DoCallback_m1336537550(L_26, /*hidden argument*/NULL); IL2CPP_LEAVE(0x113, FINALLY_00c9); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00b3; throw e; } CATCH_00b3: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); WebAsyncResult_t3421962937 * L_27 = V_0; Exception_t * L_28 = V_1; NullCheck(L_27); WebAsyncResult_SetCompleted_m2263512966(L_27, (bool)0, L_28, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_29 = V_0; NullCheck(L_29); WebAsyncResult_DoCallback_m1336537550(L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_00c4: { IL2CPP_LEAVE(0x113, FINALLY_00c9); } } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c9; } FINALLY_00c9: { // begin finally (depth: 1) { bool L_30 = __this->get_sendChunked_17(); if (!L_30) { goto IL_0112; } } IL_00d4: { RuntimeObject * L_31 = __this->get_locker_23(); V_2 = L_31; RuntimeObject * L_32 = V_2; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); } IL_00e1: try { // begin try (depth: 2) { int32_t L_33 = __this->get_pendingWrites_14(); __this->set_pendingWrites_14(((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1))); int32_t L_34 = __this->get_pendingWrites_14(); if (L_34) { goto IL_0106; } } IL_00fa: { ManualResetEvent_t451242010 * L_35 = __this->get_pending_15(); NullCheck(L_35); EventWaitHandle_Set_m2445193251(L_35, /*hidden argument*/NULL); } IL_0106: { IL2CPP_LEAVE(0x112, FINALLY_010b); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_010b; } FINALLY_010b: { // begin finally (depth: 2) RuntimeObject * L_36 = V_2; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); IL2CPP_END_FINALLY(267) } // end finally (depth: 2) IL2CPP_CLEANUP(267) { IL2CPP_JUMP_TBL(0x112, IL_0112) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0112: { IL2CPP_END_FINALLY(201) } } // end finally (depth: 1) IL2CPP_CLEANUP(201) { IL2CPP_JUMP_TBL(0x113, IL_0113) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0113: { return; } } // System.Void System.Net.WebConnectionStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_Write_m1061706378 (WebConnectionStream_t2170064850 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream_Write_m1061706378_MetadataUsageId); s_Il2CppMethodInitialized = true; } AsyncCallback_t3962456242 * V_0 = NULL; WebAsyncResult_t3421962937 * V_1 = NULL; { intptr_t L_0 = (intptr_t)WebConnectionStream_WriteCallbackWrapper_m641430686_RuntimeMethod_var; AsyncCallback_t3962456242 * L_1 = (AsyncCallback_t3962456242 *)il2cpp_codegen_object_new(AsyncCallback_t3962456242_il2cpp_TypeInfo_var); AsyncCallback__ctor_m530647953(L_1, __this, L_0, /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_t4116647657* L_2 = ___buffer0; int32_t L_3 = ___offset1; int32_t L_4 = ___size2; AsyncCallback_t3962456242 * L_5 = V_0; RuntimeObject* L_6 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_t4116647657*, int32_t, int32_t, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(25 /* System.IAsyncResult System.Net.WebConnectionStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, __this, L_2, L_3, L_4, L_5, NULL); V_1 = ((WebAsyncResult_t3421962937 *)CastclassClass((RuntimeObject*)L_6, WebAsyncResult_t3421962937_il2cpp_TypeInfo_var)); WebAsyncResult_t3421962937 * L_7 = V_1; NullCheck(L_7); bool L_8 = WebAsyncResult_get_IsCompleted_m4071146637(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_005f; } } { WebAsyncResult_t3421962937 * L_9 = V_1; int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Net.WebConnectionStream::get_WriteTimeout() */, __this); NullCheck(L_9); bool L_11 = WebAsyncResult_WaitUntilComplete_m2339830740(L_9, L_10, (bool)0, /*hidden argument*/NULL); if (L_11) { goto IL_005f; } } { WebConnectionStream_KillBuffer_m3997100420(__this, /*hidden argument*/NULL); __this->set_nextReadCalled_12((bool)1); WebConnection_t3982808322 * L_12 = __this->get_cnc_4(); NullCheck(L_12); WebConnection_Close_m1464903054(L_12, (bool)1, /*hidden argument*/NULL); IOException_t4088381929 * L_13 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_13, _stringLiteral1906305263, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,WebConnectionStream_Write_m1061706378_RuntimeMethod_var); } IL_005f: { WebAsyncResult_t3421962937 * L_14 = V_1; VirtActionInvoker1< RuntimeObject* >::Invoke(27 /* System.Void System.Net.WebConnectionStream::EndWrite(System.IAsyncResult) */, __this, L_14); return; } } // System.Void System.Net.WebConnectionStream::Flush() extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_Flush_m3309079282 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Net.WebConnectionStream::SetHeaders(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_SetHeaders_m3009966013 (WebConnectionStream_t2170064850 * __this, ByteU5BU5D_t4116647657* ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream_SetHeaders_m3009966013_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; String_t* V_1 = NULL; bool V_2 = false; int32_t G_B8_0 = 0; { bool L_0 = __this->get_headersSent_22(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { ByteU5BU5D_t4116647657* L_1 = ___buffer0; __this->set_headers_20(L_1); HttpWebRequest_t1669436515 * L_2 = __this->get_request_5(); NullCheck(L_2); int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(7 /* System.Int64 System.Net.HttpWebRequest::get_ContentLength() */, L_2); V_0 = L_3; HttpWebRequest_t1669436515 * L_4 = __this->get_request_5(); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Net.HttpWebRequest::get_Method() */, L_4); V_1 = L_5; String_t* L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, _stringLiteral1130393535, /*hidden argument*/NULL); if (L_7) { goto IL_0078; } } { String_t* L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_op_Equality_m920492651(NULL /*static, unused*/, L_8, _stringLiteral110397590, /*hidden argument*/NULL); if (L_9) { goto IL_0078; } } { String_t* L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_op_Equality_m920492651(NULL /*static, unused*/, L_10, _stringLiteral831347629, /*hidden argument*/NULL); if (L_11) { goto IL_0078; } } { String_t* L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_13 = String_op_Equality_m920492651(NULL /*static, unused*/, L_12, _stringLiteral2075924938, /*hidden argument*/NULL); if (L_13) { goto IL_0078; } } { String_t* L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_op_Equality_m920492651(NULL /*static, unused*/, L_14, _stringLiteral897372452, /*hidden argument*/NULL); G_B8_0 = ((int32_t)(L_15)); goto IL_0079; } IL_0078: { G_B8_0 = 1; } IL_0079: { V_2 = (bool)G_B8_0; bool L_16 = __this->get_sendChunked_17(); if (L_16) { goto IL_0093; } } { int64_t L_17 = V_0; if ((((int64_t)L_17) > ((int64_t)(((int64_t)((int64_t)(-1))))))) { goto IL_0093; } } { bool L_18 = V_2; if (!L_18) { goto IL_00ce; } } IL_0093: { WebConnectionStream_WriteHeaders_m3483589366(__this, /*hidden argument*/NULL); bool L_19 = __this->get_initRead_24(); if (L_19) { goto IL_00b6; } } { __this->set_initRead_24((bool)1); WebConnection_t3982808322 * L_20 = __this->get_cnc_4(); IL2CPP_RUNTIME_CLASS_INIT(WebConnection_t3982808322_il2cpp_TypeInfo_var); WebConnection_InitRead_m3857158647(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); } IL_00b6: { bool L_21 = __this->get_sendChunked_17(); if (L_21) { goto IL_00ce; } } { int64_t L_22 = V_0; if (L_22) { goto IL_00ce; } } { __this->set_requestWritten_19((bool)1); } IL_00ce: { return; } } // System.Boolean System.Net.WebConnectionStream::get_RequestWritten() extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_get_RequestWritten_m4293957107 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_requestWritten_19(); return L_0; } } // System.IAsyncResult System.Net.WebConnectionStream::WriteRequestAsync(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebConnectionStream_WriteRequestAsync_m3917889082 (WebConnectionStream_t2170064850 * __this, AsyncCallback_t3962456242 * ___cb0, RuntimeObject * ___state1, const RuntimeMethod* method) { ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; RuntimeObject* G_B3_0 = NULL; { __this->set_requestWritten_19((bool)1); MemoryStream_t94973147 * L_0 = __this->get_writeBuffer_18(); NullCheck(L_0); ByteU5BU5D_t4116647657* L_1 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(29 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_0); V_0 = L_1; MemoryStream_t94973147 * L_2 = __this->get_writeBuffer_18(); NullCheck(L_2); int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.MemoryStream::get_Length() */, L_2); V_1 = (((int32_t)((int32_t)L_3))); int32_t L_4 = V_1; if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0044; } } { WebConnection_t3982808322 * L_5 = __this->get_cnc_4(); HttpWebRequest_t1669436515 * L_6 = __this->get_request_5(); ByteU5BU5D_t4116647657* L_7 = V_0; int32_t L_8 = V_1; AsyncCallback_t3962456242 * L_9 = ___cb0; RuntimeObject * L_10 = ___state1; NullCheck(L_5); RuntimeObject* L_11 = WebConnection_BeginWrite_m3795141727(L_5, L_6, L_7, 0, L_8, L_9, L_10, /*hidden argument*/NULL); V_2 = L_11; RuntimeObject* L_12 = V_2; G_B3_0 = L_12; goto IL_0045; } IL_0044: { G_B3_0 = ((RuntimeObject*)(NULL)); } IL_0045: { return G_B3_0; } } // System.Void System.Net.WebConnectionStream::WriteHeaders() extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_WriteHeaders_m3483589366 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream_WriteHeaders_m3483589366_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { bool L_0 = __this->get_headersSent_22(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_headersSent_22((bool)1); V_0 = (String_t*)NULL; WebConnection_t3982808322 * L_1 = __this->get_cnc_4(); HttpWebRequest_t1669436515 * L_2 = __this->get_request_5(); ByteU5BU5D_t4116647657* L_3 = __this->get_headers_20(); ByteU5BU5D_t4116647657* L_4 = __this->get_headers_20(); NullCheck(L_4); NullCheck(L_1); bool L_5 = WebConnection_Write_m3744361765(L_1, L_2, L_3, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), (&V_0), /*hidden argument*/NULL); if (L_5) { goto IL_0050; } } { String_t* L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2006153724, L_6, /*hidden argument*/NULL); WebException_t3237156354 * L_8 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2761056832(L_8, L_7, (Exception_t *)NULL, 4, (WebResponse_t229922639 *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,WebConnectionStream_WriteHeaders_m3483589366_RuntimeMethod_var); } IL_0050: { return; } } // System.Void System.Net.WebConnectionStream::WriteRequest() extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_WriteRequest_m340830927 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream_WriteRequest_m340830927_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; bool V_3 = false; RuntimeObject* V_4 = NULL; int32_t G_B17_0 = 0; { bool L_0 = __this->get_requestWritten_19(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_requestWritten_19((bool)1); bool L_1 = __this->get_sendChunked_17(); if (!L_1) { goto IL_001f; } } { return; } IL_001f: { bool L_2 = __this->get_allowBuffering_16(); if (!L_2) { goto IL_0035; } } { MemoryStream_t94973147 * L_3 = __this->get_writeBuffer_18(); if (L_3) { goto IL_0036; } } IL_0035: { return; } IL_0036: { MemoryStream_t94973147 * L_4 = __this->get_writeBuffer_18(); NullCheck(L_4); ByteU5BU5D_t4116647657* L_5 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(29 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_4); V_0 = L_5; MemoryStream_t94973147 * L_6 = __this->get_writeBuffer_18(); NullCheck(L_6); int64_t L_7 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.MemoryStream::get_Length() */, L_6); V_1 = (((int32_t)((int32_t)L_7))); HttpWebRequest_t1669436515 * L_8 = __this->get_request_5(); NullCheck(L_8); int64_t L_9 = VirtFuncInvoker0< int64_t >::Invoke(7 /* System.Int64 System.Net.HttpWebRequest::get_ContentLength() */, L_8); if ((((int64_t)L_9) == ((int64_t)(((int64_t)((int64_t)(-1))))))) { goto IL_0095; } } { HttpWebRequest_t1669436515 * L_10 = __this->get_request_5(); NullCheck(L_10); int64_t L_11 = VirtFuncInvoker0< int64_t >::Invoke(7 /* System.Int64 System.Net.HttpWebRequest::get_ContentLength() */, L_10); int32_t L_12 = V_1; if ((((int64_t)L_11) >= ((int64_t)(((int64_t)((int64_t)L_12)))))) { goto IL_0095; } } { __this->set_nextReadCalled_12((bool)1); WebConnection_t3982808322 * L_13 = __this->get_cnc_4(); NullCheck(L_13); WebConnection_Close_m1464903054(L_13, (bool)1, /*hidden argument*/NULL); WebException_t3237156354 * L_14 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2761056832(L_14, _stringLiteral3491898276, (Exception_t *)NULL, ((int32_t)11), (WebResponse_t229922639 *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,WebConnectionStream_WriteRequest_m340830927_RuntimeMethod_var); } IL_0095: { bool L_15 = __this->get_headersSent_22(); if (L_15) { goto IL_011a; } } { HttpWebRequest_t1669436515 * L_16 = __this->get_request_5(); NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Net.HttpWebRequest::get_Method() */, L_16); V_2 = L_17; String_t* L_18 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_19 = String_op_Equality_m920492651(NULL /*static, unused*/, L_18, _stringLiteral1130393535, /*hidden argument*/NULL); if (L_19) { goto IL_00f9; } } { String_t* L_20 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_21 = String_op_Equality_m920492651(NULL /*static, unused*/, L_20, _stringLiteral110397590, /*hidden argument*/NULL); if (L_21) { goto IL_00f9; } } { String_t* L_22 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_23 = String_op_Equality_m920492651(NULL /*static, unused*/, L_22, _stringLiteral831347629, /*hidden argument*/NULL); if (L_23) { goto IL_00f9; } } { String_t* L_24 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_25 = String_op_Equality_m920492651(NULL /*static, unused*/, L_24, _stringLiteral2075924938, /*hidden argument*/NULL); if (L_25) { goto IL_00f9; } } { String_t* L_26 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_27 = String_op_Equality_m920492651(NULL /*static, unused*/, L_26, _stringLiteral897372452, /*hidden argument*/NULL); G_B17_0 = ((int32_t)(L_27)); goto IL_00fa; } IL_00f9: { G_B17_0 = 1; } IL_00fa: { V_3 = (bool)G_B17_0; bool L_28 = V_3; if (L_28) { goto IL_010e; } } { HttpWebRequest_t1669436515 * L_29 = __this->get_request_5(); int32_t L_30 = V_1; NullCheck(L_29); HttpWebRequest_set_InternalContentLength_m1954123929(L_29, (((int64_t)((int64_t)L_30))), /*hidden argument*/NULL); } IL_010e: { HttpWebRequest_t1669436515 * L_31 = __this->get_request_5(); NullCheck(L_31); HttpWebRequest_SendRequestHeaders_m3979064161(L_31, (bool)1, /*hidden argument*/NULL); } IL_011a: { WebConnectionStream_WriteHeaders_m3483589366(__this, /*hidden argument*/NULL); WebConnection_t3982808322 * L_32 = __this->get_cnc_4(); NullCheck(L_32); WebConnectionData_t3835660455 * L_33 = L_32->get_Data_12(); NullCheck(L_33); int32_t L_34 = L_33->get_StatusCode_1(); if (!L_34) { goto IL_014d; } } { WebConnection_t3982808322 * L_35 = __this->get_cnc_4(); NullCheck(L_35); WebConnectionData_t3835660455 * L_36 = L_35->get_Data_12(); NullCheck(L_36); int32_t L_37 = L_36->get_StatusCode_1(); if ((((int32_t)L_37) == ((int32_t)((int32_t)100)))) { goto IL_014d; } } { return; } IL_014d: { V_4 = (RuntimeObject*)NULL; int32_t L_38 = V_1; if ((((int32_t)L_38) <= ((int32_t)0))) { goto IL_016f; } } { WebConnection_t3982808322 * L_39 = __this->get_cnc_4(); HttpWebRequest_t1669436515 * L_40 = __this->get_request_5(); ByteU5BU5D_t4116647657* L_41 = V_0; int32_t L_42 = V_1; NullCheck(L_39); RuntimeObject* L_43 = WebConnection_BeginWrite_m3795141727(L_39, L_40, L_41, 0, L_42, (AsyncCallback_t3962456242 *)NULL, NULL, /*hidden argument*/NULL); V_4 = L_43; } IL_016f: { bool L_44 = __this->get_initRead_24(); if (L_44) { goto IL_018c; } } { __this->set_initRead_24((bool)1); WebConnection_t3982808322 * L_45 = __this->get_cnc_4(); IL2CPP_RUNTIME_CLASS_INIT(WebConnection_t3982808322_il2cpp_TypeInfo_var); WebConnection_InitRead_m3857158647(NULL /*static, unused*/, L_45, /*hidden argument*/NULL); } IL_018c: { int32_t L_46 = V_1; if ((((int32_t)L_46) <= ((int32_t)0))) { goto IL_01b1; } } { WebConnection_t3982808322 * L_47 = __this->get_cnc_4(); HttpWebRequest_t1669436515 * L_48 = __this->get_request_5(); RuntimeObject* L_49 = V_4; NullCheck(L_47); bool L_50 = WebConnection_EndWrite_m778444801(L_47, L_48, L_49, /*hidden argument*/NULL); __this->set_complete_request_written_26(L_50); goto IL_01b8; } IL_01b1: { __this->set_complete_request_written_26((bool)1); } IL_01b8: { return; } } // System.Void System.Net.WebConnectionStream::InternalClose() extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_InternalClose_m2666563675 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { { __this->set_disposed_21((bool)1); return; } } // System.Void System.Net.WebConnectionStream::Close() extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_Close_m1981057778 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream_Close_m1981057778_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; String_t* V_1 = NULL; int64_t V_2 = 0; IOException_t4088381929 * V_3 = NULL; { bool L_0 = __this->get_sendChunked_17(); if (!L_0) { goto IL_0056; } } { bool L_1 = __this->get_disposed_21(); if (!L_1) { goto IL_0017; } } { return; } IL_0017: { __this->set_disposed_21((bool)1); ManualResetEvent_t451242010 * L_2 = __this->get_pending_15(); NullCheck(L_2); VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_3 = Encoding_get_ASCII_m3595602635(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_3, _stringLiteral343409832); V_0 = L_4; V_1 = (String_t*)NULL; WebConnection_t3982808322 * L_5 = __this->get_cnc_4(); HttpWebRequest_t1669436515 * L_6 = __this->get_request_5(); ByteU5BU5D_t4116647657* L_7 = V_0; ByteU5BU5D_t4116647657* L_8 = V_0; NullCheck(L_8); NullCheck(L_5); WebConnection_Write_m3744361765(L_5, L_6, L_7, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (&V_1), /*hidden argument*/NULL); return; } IL_0056: { bool L_9 = __this->get_isRead_3(); if (!L_9) { goto IL_0091; } } { bool L_10 = __this->get_nextReadCalled_12(); if (L_10) { goto IL_0090; } } { WebConnectionStream_CheckComplete_m1795453731(__this, /*hidden argument*/NULL); bool L_11 = __this->get_nextReadCalled_12(); if (L_11) { goto IL_0090; } } { __this->set_nextReadCalled_12((bool)1); WebConnection_t3982808322 * L_12 = __this->get_cnc_4(); NullCheck(L_12); WebConnection_Close_m1464903054(L_12, (bool)1, /*hidden argument*/NULL); } IL_0090: { return; } IL_0091: { bool L_13 = __this->get_allowBuffering_16(); if (L_13) { goto IL_00c1; } } { __this->set_complete_request_written_26((bool)1); bool L_14 = __this->get_initRead_24(); if (L_14) { goto IL_00c0; } } { __this->set_initRead_24((bool)1); WebConnection_t3982808322 * L_15 = __this->get_cnc_4(); IL2CPP_RUNTIME_CLASS_INIT(WebConnection_t3982808322_il2cpp_TypeInfo_var); WebConnection_InitRead_m3857158647(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); } IL_00c0: { return; } IL_00c1: { bool L_16 = __this->get_disposed_21(); if (L_16) { goto IL_00d7; } } { bool L_17 = __this->get_requestWritten_19(); if (!L_17) { goto IL_00d8; } } IL_00d7: { return; } IL_00d8: { HttpWebRequest_t1669436515 * L_18 = __this->get_request_5(); NullCheck(L_18); int64_t L_19 = VirtFuncInvoker0< int64_t >::Invoke(7 /* System.Int64 System.Net.HttpWebRequest::get_ContentLength() */, L_18); V_2 = L_19; bool L_20 = __this->get_sendChunked_17(); if (L_20) { goto IL_012e; } } { int64_t L_21 = V_2; if ((((int64_t)L_21) == ((int64_t)(((int64_t)((int64_t)(-1))))))) { goto IL_012e; } } { int64_t L_22 = __this->get_totalWritten_11(); int64_t L_23 = V_2; if ((((int64_t)L_22) == ((int64_t)L_23))) { goto IL_012e; } } { IOException_t4088381929 * L_24 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_24, _stringLiteral2616346412, /*hidden argument*/NULL); V_3 = L_24; __this->set_nextReadCalled_12((bool)1); WebConnection_t3982808322 * L_25 = __this->get_cnc_4(); NullCheck(L_25); WebConnection_Close_m1464903054(L_25, (bool)1, /*hidden argument*/NULL); IOException_t4088381929 * L_26 = V_3; WebException_t3237156354 * L_27 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m3515818945(L_27, _stringLiteral3928709775, L_26, 6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27,WebConnectionStream_Close_m1981057778_RuntimeMethod_var); } IL_012e: { WebConnectionStream_WriteRequest_m340830927(__this, /*hidden argument*/NULL); __this->set_disposed_21((bool)1); return; } } // System.Void System.Net.WebConnectionStream::KillBuffer() extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_KillBuffer_m3997100420 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { { __this->set_writeBuffer_18((MemoryStream_t94973147 *)NULL); return; } } // System.Int64 System.Net.WebConnectionStream::Seek(System.Int64,System.IO.SeekOrigin) extern "C" IL2CPP_METHOD_ATTR int64_t WebConnectionStream_Seek_m3960780793 (WebConnectionStream_t2170064850 * __this, int64_t ___a0, int32_t ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream_Seek_m3960780793_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebConnectionStream_Seek_m3960780793_RuntimeMethod_var); } } // System.Void System.Net.WebConnectionStream::SetLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_SetLength_m942668073 (WebConnectionStream_t2170064850 * __this, int64_t ___a0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream_SetLength_m942668073_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebConnectionStream_SetLength_m942668073_RuntimeMethod_var); } } // System.Boolean System.Net.WebConnectionStream::get_CanSeek() extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_get_CanSeek_m2524996598 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Net.WebConnectionStream::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_get_CanRead_m3058525165 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = __this->get_disposed_21(); if (L_0) { goto IL_0013; } } { bool L_1 = __this->get_isRead_3(); G_B3_0 = ((int32_t)(L_1)); goto IL_0014; } IL_0013: { G_B3_0 = 0; } IL_0014: { return (bool)G_B3_0; } } // System.Boolean System.Net.WebConnectionStream::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_get_CanWrite_m4074596119 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = __this->get_disposed_21(); if (L_0) { goto IL_0016; } } { bool L_1 = __this->get_isRead_3(); G_B3_0 = ((((int32_t)L_1) == ((int32_t)0))? 1 : 0); goto IL_0017; } IL_0016: { G_B3_0 = 0; } IL_0017: { return (bool)G_B3_0; } } // System.Int64 System.Net.WebConnectionStream::get_Length() extern "C" IL2CPP_METHOD_ATTR int64_t WebConnectionStream_get_Length_m750039804 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream_get_Length_m750039804_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebConnectionStream_get_Length_m750039804_RuntimeMethod_var); } } // System.Int64 System.Net.WebConnectionStream::get_Position() extern "C" IL2CPP_METHOD_ATTR int64_t WebConnectionStream_get_Position_m2559024493 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream_get_Position_m2559024493_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebConnectionStream_get_Position_m2559024493_RuntimeMethod_var); } } // System.Void System.Net.WebConnectionStream::set_Position(System.Int64) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_set_Position_m537414785 (WebConnectionStream_t2170064850 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebConnectionStream_set_Position_m537414785_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebConnectionStream_set_Position_m537414785_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.Net.WebException::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_m3272147077 (WebException_t3237156354 * __this, const RuntimeMethod* method) { { __this->set_status_13(((int32_t)16)); InvalidOperationException__ctor_m2734335978(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.WebException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_m2000471014 (WebException_t3237156354 * __this, String_t* ___message0, const RuntimeMethod* method) { { __this->set_status_13(((int32_t)16)); String_t* L_0 = ___message0; InvalidOperationException__ctor_m237278729(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.WebException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_m3600308346 (WebException_t3237156354 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { __this->set_status_13(((int32_t)16)); SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; InvalidOperationException__ctor_m262609521(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.WebException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_m3995319482 (WebException_t3237156354 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { { __this->set_status_13(((int32_t)16)); String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; InvalidOperationException__ctor_m1685032583(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.WebException::.ctor(System.String,System.Net.WebExceptionStatus) extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_m2864788884 (WebException_t3237156354 * __this, String_t* ___message0, int32_t ___status1, const RuntimeMethod* method) { { __this->set_status_13(((int32_t)16)); String_t* L_0 = ___message0; InvalidOperationException__ctor_m237278729(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___status1; __this->set_status_13(L_1); return; } } // System.Void System.Net.WebException::.ctor(System.String,System.Exception,System.Net.WebExceptionStatus) extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_m3515818945 (WebException_t3237156354 * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___status2, const RuntimeMethod* method) { { __this->set_status_13(((int32_t)16)); String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; InvalidOperationException__ctor_m1685032583(__this, L_0, L_1, /*hidden argument*/NULL); int32_t L_2 = ___status2; __this->set_status_13(L_2); return; } } // System.Void System.Net.WebException::.ctor(System.String,System.Exception,System.Net.WebExceptionStatus,System.Net.WebResponse) extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_m2761056832 (WebException_t3237156354 * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___status2, WebResponse_t229922639 * ___response3, const RuntimeMethod* method) { { __this->set_status_13(((int32_t)16)); String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; InvalidOperationException__ctor_m1685032583(__this, L_0, L_1, /*hidden argument*/NULL); int32_t L_2 = ___status2; __this->set_status_13(L_2); WebResponse_t229922639 * L_3 = ___response3; __this->set_response_12(L_3); return; } } // System.Void System.Net.WebException::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void WebException_System_Runtime_Serialization_ISerializable_GetObjectData_m3329056988 (WebException_t3237156354 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; Exception_GetObjectData_m1103241326(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Net.WebExceptionStatus System.Net.WebException::get_Status() extern "C" IL2CPP_METHOD_ATTR int32_t WebException_get_Status_m1481596798 (WebException_t3237156354 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_status_13(); return L_0; } } // System.Void System.Net.WebException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void WebException_GetObjectData_m922074473 (WebException_t3237156354 * __this, SerializationInfo_t950877179 * ___serializationInfo0, StreamingContext_t3711869237 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___serializationInfo0; StreamingContext_t3711869237 L_1 = ___streamingContext1; Exception_GetObjectData_m1103241326(__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.WebHeaderCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection__ctor_m896654210 (WebHeaderCollection_t1942268960 * __this, const RuntimeMethod* method) { { NameValueCollection__ctor_m258440999(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.WebHeaderCollection::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection__ctor_m1308130075 (WebHeaderCollection_t1942268960 * __this, SerializationInfo_t950877179 * ___serializationInfo0, StreamingContext_t3711869237 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebHeaderCollection__ctor_m1308130075_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { NameValueCollection__ctor_m258440999(__this, /*hidden argument*/NULL); } IL_0006: try { // begin try (depth: 1) { SerializationInfo_t950877179 * L_0 = ___serializationInfo0; NullCheck(L_0); int32_t L_1 = SerializationInfo_GetInt32_m2640574809(L_0, _stringLiteral2002596872, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; goto IL_0041; } IL_0019: { SerializationInfo_t950877179 * L_2 = ___serializationInfo0; String_t* L_3 = Int32_ToString_m141394615((&V_1), /*hidden argument*/NULL); NullCheck(L_2); String_t* L_4 = SerializationInfo_GetString_m3155282843(L_2, L_3, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_5 = ___serializationInfo0; int32_t L_6 = V_0; int32_t L_7 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)); String_t* L_8 = Int32_ToString_m141394615((&V_3), /*hidden argument*/NULL); NullCheck(L_5); String_t* L_9 = SerializationInfo_GetString_m3155282843(L_5, L_8, /*hidden argument*/NULL); VirtActionInvoker2< String_t*, String_t* >::Invoke(16 /* System.Void System.Net.WebHeaderCollection::Add(System.String,System.String) */, __this, L_4, L_9); int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0041: { int32_t L_11 = V_1; int32_t L_12 = V_0; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0019; } } IL_0048: { goto IL_00a3; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (SerializationException_t3941511869_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_004d; throw e; } CATCH_004d: { // begin catch(System.Runtime.Serialization.SerializationException) { SerializationInfo_t950877179 * L_13 = ___serializationInfo0; NullCheck(L_13); int32_t L_14 = SerializationInfo_GetInt32_m2640574809(L_13, _stringLiteral2002595880, /*hidden argument*/NULL); V_0 = L_14; V_2 = 0; goto IL_0097; } IL_0061: { SerializationInfo_t950877179 * L_15 = ___serializationInfo0; int32_t L_16 = V_2; int32_t L_17 = L_16; RuntimeObject * L_18 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_17); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3452614597, L_18, /*hidden argument*/NULL); NullCheck(L_15); String_t* L_20 = SerializationInfo_GetString_m3155282843(L_15, L_19, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_21 = ___serializationInfo0; int32_t L_22 = V_2; int32_t L_23 = L_22; RuntimeObject * L_24 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_23); String_t* L_25 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3452614602, L_24, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_26 = SerializationInfo_GetString_m3155282843(L_21, L_25, /*hidden argument*/NULL); VirtActionInvoker2< String_t*, String_t* >::Invoke(16 /* System.Void System.Net.WebHeaderCollection::Add(System.String,System.String) */, __this, L_20, L_26); int32_t L_27 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0097: { int32_t L_28 = V_2; int32_t L_29 = V_0; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0061; } } IL_009e: { goto IL_00a3; } } // end catch (depth: 1) IL_00a3: { return; } } // System.Void System.Net.WebHeaderCollection::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection__ctor_m1926872774 (WebHeaderCollection_t1942268960 * __this, bool ___internallyCreated0, const RuntimeMethod* method) { { NameValueCollection__ctor_m258440999(__this, /*hidden argument*/NULL); bool L_0 = ___internallyCreated0; __this->set_internallyCreated_15(L_0); return; } } // System.Void System.Net.WebHeaderCollection::.cctor() extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection__cctor_m2093192431 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebHeaderCollection__cctor_m2093192431_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BooleanU5BU5D_t2897418192* L_0 = ((BooleanU5BU5D_t2897418192*)SZArrayNew(BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var, (uint32_t)((int32_t)126))); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255364____U24U24fieldU2D3_1_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->set_allowed_chars_16(L_0); IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); CaseInsensitiveHashCodeProvider_t1962629119 * L_2 = CaseInsensitiveHashCodeProvider_get_DefaultInvariant_m4264275163(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveComparer_t3670035800_il2cpp_TypeInfo_var); CaseInsensitiveComparer_t3670035800 * L_3 = CaseInsensitiveComparer_get_DefaultInvariant_m2155614047(NULL /*static, unused*/, /*hidden argument*/NULL); Hashtable_t1853889766 * L_4 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m2302711321(L_4, L_2, L_3, /*hidden argument*/NULL); ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->set_restricted_12(L_4); Hashtable_t1853889766 * L_5 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_restricted_12(); bool L_6 = ((bool)1); RuntimeObject * L_7 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_6); NullCheck(L_5); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_5, _stringLiteral2350026848, L_7); Hashtable_t1853889766 * L_8 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_restricted_12(); bool L_9 = ((bool)1); RuntimeObject * L_10 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_9); NullCheck(L_8); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_8, _stringLiteral2744892570, L_10); Hashtable_t1853889766 * L_11 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_restricted_12(); bool L_12 = ((bool)1); RuntimeObject * L_13 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_12); NullCheck(L_11); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_11, _stringLiteral1347624527, L_13); Hashtable_t1853889766 * L_14 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_restricted_12(); bool L_15 = ((bool)1); RuntimeObject * L_16 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_15); NullCheck(L_14); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_14, _stringLiteral2263759525, L_16); Hashtable_t1853889766 * L_17 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_restricted_12(); bool L_18 = ((bool)1); RuntimeObject * L_19 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_18); NullCheck(L_17); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_17, _stringLiteral1272578818, L_19); Hashtable_t1853889766 * L_20 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_restricted_12(); bool L_21 = ((bool)1); RuntimeObject * L_22 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_21); NullCheck(L_20); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_20, _stringLiteral2098718830, L_22); Hashtable_t1853889766 * L_23 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_restricted_12(); bool L_24 = ((bool)1); RuntimeObject * L_25 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_24); NullCheck(L_23); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_23, _stringLiteral3941174899, L_25); Hashtable_t1853889766 * L_26 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_restricted_12(); bool L_27 = ((bool)1); RuntimeObject * L_28 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_27); NullCheck(L_26); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_26, _stringLiteral2111723401, L_28); Hashtable_t1853889766 * L_29 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_restricted_12(); bool L_30 = ((bool)1); RuntimeObject * L_31 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_30); NullCheck(L_29); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_29, _stringLiteral1215384411, L_31); Hashtable_t1853889766 * L_32 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_restricted_12(); bool L_33 = ((bool)1); RuntimeObject * L_34 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_33); NullCheck(L_32); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_32, _stringLiteral1321552178, L_34); Hashtable_t1853889766 * L_35 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_restricted_12(); bool L_36 = ((bool)1); RuntimeObject * L_37 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_36); NullCheck(L_35); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_35, _stringLiteral1730046789, L_37); Hashtable_t1853889766 * L_38 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_restricted_12(); bool L_39 = ((bool)1); RuntimeObject * L_40 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_39); NullCheck(L_38); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_38, _stringLiteral762448248, L_40); Hashtable_t1853889766 * L_41 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_restricted_12(); bool L_42 = ((bool)1); RuntimeObject * L_43 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_42); NullCheck(L_41); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_41, _stringLiteral2077509764, L_43); IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t3301955079_il2cpp_TypeInfo_var); StringComparer_t3301955079 * L_44 = StringComparer_get_InvariantCultureIgnoreCase_m2404489191(NULL /*static, unused*/, /*hidden argument*/NULL); Dictionary_2_t4177511560 * L_45 = (Dictionary_2_t4177511560 *)il2cpp_codegen_object_new(Dictionary_2_t4177511560_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3145530507(L_45, L_44, /*hidden argument*/Dictionary_2__ctor_m3145530507_RuntimeMethod_var); ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->set_restricted_response_14(L_45); Dictionary_2_t4177511560 * L_46 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_restricted_response_14(); NullCheck(L_46); Dictionary_2_Add_m95414296(L_46, _stringLiteral1348707855, (bool)1, /*hidden argument*/Dictionary_2_Add_m95414296_RuntimeMethod_var); Dictionary_2_t4177511560 * L_47 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_restricted_response_14(); NullCheck(L_47); Dictionary_2_Add_m95414296(L_47, _stringLiteral3911150437, (bool)1, /*hidden argument*/Dictionary_2_Add_m95414296_RuntimeMethod_var); Dictionary_2_t4177511560 * L_48 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_restricted_response_14(); NullCheck(L_48); Dictionary_2_Add_m95414296(L_48, _stringLiteral3204819111, (bool)1, /*hidden argument*/Dictionary_2_Add_m95414296_RuntimeMethod_var); CaseInsensitiveHashCodeProvider_t1962629119 * L_49 = CaseInsensitiveHashCodeProvider_get_DefaultInvariant_m4264275163(NULL /*static, unused*/, /*hidden argument*/NULL); CaseInsensitiveComparer_t3670035800 * L_50 = CaseInsensitiveComparer_get_DefaultInvariant_m2155614047(NULL /*static, unused*/, /*hidden argument*/NULL); Hashtable_t1853889766 * L_51 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m2302711321(L_51, L_49, L_50, /*hidden argument*/NULL); ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->set_multiValue_13(L_51); Hashtable_t1853889766 * L_52 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_53 = ((bool)1); RuntimeObject * L_54 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_53); NullCheck(L_52); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_52, _stringLiteral2350026848, L_54); Hashtable_t1853889766 * L_55 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_56 = ((bool)1); RuntimeObject * L_57 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_56); NullCheck(L_55); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_55, _stringLiteral2713437184, L_57); Hashtable_t1853889766 * L_58 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_59 = ((bool)1); RuntimeObject * L_60 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_59); NullCheck(L_58); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_58, _stringLiteral1400361757, L_60); Hashtable_t1853889766 * L_61 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_62 = ((bool)1); RuntimeObject * L_63 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_62); NullCheck(L_61); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_61, _stringLiteral2213882282, L_63); Hashtable_t1853889766 * L_64 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_65 = ((bool)1); RuntimeObject * L_66 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_65); NullCheck(L_64); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_64, _stringLiteral1945201564, L_66); Hashtable_t1853889766 * L_67 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_68 = ((bool)1); RuntimeObject * L_69 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_68); NullCheck(L_67); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_67, _stringLiteral1592746018, L_69); Hashtable_t1853889766 * L_70 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_71 = ((bool)1); RuntimeObject * L_72 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_71); NullCheck(L_70); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_70, _stringLiteral1573338805, L_72); Hashtable_t1853889766 * L_73 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_74 = ((bool)1); RuntimeObject * L_75 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_74); NullCheck(L_73); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_73, _stringLiteral840423242, L_75); Hashtable_t1853889766 * L_76 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_77 = ((bool)1); RuntimeObject * L_78 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_77); NullCheck(L_76); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_76, _stringLiteral2744892570, L_78); Hashtable_t1853889766 * L_79 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_80 = ((bool)1); RuntimeObject * L_81 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_80); NullCheck(L_79); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_79, _stringLiteral2679221528, L_81); Hashtable_t1853889766 * L_82 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_83 = ((bool)1); RuntimeObject * L_84 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_83); NullCheck(L_82); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_82, _stringLiteral3848030402, L_84); Hashtable_t1853889766 * L_85 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_86 = ((bool)1); RuntimeObject * L_87 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_86); NullCheck(L_85); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_85, _stringLiteral2098718830, L_87); Hashtable_t1853889766 * L_88 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_89 = ((bool)1); RuntimeObject * L_90 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_89); NullCheck(L_88); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_88, _stringLiteral2940497716, L_90); Hashtable_t1853889766 * L_91 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_92 = ((bool)1); RuntimeObject * L_93 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_92); NullCheck(L_91); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_91, _stringLiteral1140132783, L_93); Hashtable_t1853889766 * L_94 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_95 = ((bool)1); RuntimeObject * L_96 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_95); NullCheck(L_94); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_94, _stringLiteral3332257820, L_96); Hashtable_t1853889766 * L_97 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_98 = ((bool)1); RuntimeObject * L_99 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_98); NullCheck(L_97); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_97, _stringLiteral3524468349, L_99); Hashtable_t1853889766 * L_100 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_101 = ((bool)1); RuntimeObject * L_102 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_101); NullCheck(L_100); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_100, _stringLiteral1215384411, L_102); Hashtable_t1853889766 * L_103 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_104 = ((bool)1); RuntimeObject * L_105 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_104); NullCheck(L_103); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_103, _stringLiteral1730046789, L_105); Hashtable_t1853889766 * L_106 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_107 = ((bool)1); RuntimeObject * L_108 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_107); NullCheck(L_106); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_106, _stringLiteral2134594984, L_108); Hashtable_t1853889766 * L_109 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_110 = ((bool)1); RuntimeObject * L_111 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_110); NullCheck(L_109); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_109, _stringLiteral1167530458, L_111); Hashtable_t1853889766 * L_112 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_113 = ((bool)1); RuntimeObject * L_114 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_113); NullCheck(L_112); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_112, _stringLiteral3669749487, L_114); Hashtable_t1853889766 * L_115 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_116 = ((bool)1); RuntimeObject * L_117 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_116); NullCheck(L_115); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_115, _stringLiteral1461069931, L_117); Hashtable_t1853889766 * L_118 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_119 = ((bool)1); RuntimeObject * L_120 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_119); NullCheck(L_118); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_118, _stringLiteral1177812530, L_120); Hashtable_t1853889766 * L_121 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_122 = ((bool)1); RuntimeObject * L_123 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_122); NullCheck(L_121); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_121, _stringLiteral3804611293, L_123); Hashtable_t1853889766 * L_124 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); bool L_125 = ((bool)1); RuntimeObject * L_126 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_125); NullCheck(L_124); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_124, _stringLiteral307076831, L_126); return; } } // System.Void System.Net.WebHeaderCollection::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_System_Runtime_Serialization_ISerializable_GetObjectData_m2698261559 (WebHeaderCollection_t1942268960 * __this, SerializationInfo_t950877179 * ___serializationInfo0, StreamingContext_t3711869237 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___serializationInfo0; StreamingContext_t3711869237 L_1 = ___streamingContext1; VirtActionInvoker2< SerializationInfo_t950877179 *, StreamingContext_t3711869237 >::Invoke(13 /* System.Void System.Net.WebHeaderCollection::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, __this, L_0, L_1); return; } } // System.Void System.Net.WebHeaderCollection::Add(System.String) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_Add_m928193981 (WebHeaderCollection_t1942268960 * __this, String_t* ___header0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebHeaderCollection_Add_m928193981_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___header0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3529812190, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,WebHeaderCollection_Add_m928193981_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___header0; NullCheck(L_2); int32_t L_3 = String_IndexOf_m363431711(L_2, ((int32_t)58), /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_0031; } } { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_5, _stringLiteral3093097083, _stringLiteral3529812190, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,WebHeaderCollection_Add_m928193981_RuntimeMethod_var); } IL_0031: { String_t* L_6 = ___header0; int32_t L_7 = V_0; NullCheck(L_6); String_t* L_8 = String_Substring_m1610150815(L_6, 0, L_7, /*hidden argument*/NULL); String_t* L_9 = ___header0; int32_t L_10 = V_0; NullCheck(L_9); String_t* L_11 = String_Substring_m2848979100(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), /*hidden argument*/NULL); VirtActionInvoker2< String_t*, String_t* >::Invoke(16 /* System.Void System.Net.WebHeaderCollection::Add(System.String,System.String) */, __this, L_8, L_11); return; } } // System.Void System.Net.WebHeaderCollection::Add(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_Add_m183143026 (WebHeaderCollection_t1942268960 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebHeaderCollection_Add_m183143026_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,WebHeaderCollection_Add_m183143026_RuntimeMethod_var); } IL_0011: { bool L_2 = __this->get_internallyCreated_15(); if (!L_2) { goto IL_0032; } } { String_t* L_3 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var); bool L_4 = WebHeaderCollection_IsRestricted_m2639089215(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0032; } } { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_5, _stringLiteral3400541058, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,WebHeaderCollection_Add_m183143026_RuntimeMethod_var); } IL_0032: { String_t* L_6 = ___name0; String_t* L_7 = ___value1; WebHeaderCollection_AddWithoutValidate_m3120519792(__this, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Void System.Net.WebHeaderCollection::AddWithoutValidate(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_AddWithoutValidate_m3120519792 (WebHeaderCollection_t1942268960 * __this, String_t* ___headerName0, String_t* ___headerValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebHeaderCollection_AddWithoutValidate_m3120519792_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___headerName0; IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var); bool L_1 = WebHeaderCollection_IsHeaderName_m2906290131(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0021; } } { String_t* L_2 = ___headerName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3220216389, L_2, /*hidden argument*/NULL); ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_4, L_3, _stringLiteral1976829786, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,WebHeaderCollection_AddWithoutValidate_m3120519792_RuntimeMethod_var); } IL_0021: { String_t* L_5 = ___headerValue1; if (L_5) { goto IL_0033; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); ___headerValue1 = L_6; goto IL_003b; } IL_0033: { String_t* L_7 = ___headerValue1; NullCheck(L_7); String_t* L_8 = String_Trim_m923598732(L_7, /*hidden argument*/NULL); ___headerValue1 = L_8; } IL_003b: { String_t* L_9 = ___headerValue1; IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var); bool L_10 = WebHeaderCollection_IsHeaderValue_m3837500493(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_005c; } } { String_t* L_11 = ___headerValue1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1925702623, L_11, /*hidden argument*/NULL); ArgumentException_t132251570 * L_13 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_13, L_12, _stringLiteral1593332667, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,WebHeaderCollection_AddWithoutValidate_m3120519792_RuntimeMethod_var); } IL_005c: { String_t* L_14 = ___headerName0; String_t* L_15 = ___headerValue1; NameValueCollection_Add_m2418530856(__this, L_14, L_15, /*hidden argument*/NULL); return; } } // System.String[] System.Net.WebHeaderCollection::GetValues(System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* WebHeaderCollection_GetValues_m2828584819 (WebHeaderCollection_t1942268960 * __this, String_t* ___header0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebHeaderCollection_GetValues_m2828584819_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; { String_t* L_0 = ___header0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3529812190, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,WebHeaderCollection_GetValues_m2828584819_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___header0; StringU5BU5D_t1281789340* L_3 = NameValueCollection_GetValues_m772065291(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; StringU5BU5D_t1281789340* L_4 = V_0; if (!L_4) { goto IL_0027; } } { StringU5BU5D_t1281789340* L_5 = V_0; NullCheck(L_5); if ((((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))) { goto IL_0029; } } IL_0027: { return (StringU5BU5D_t1281789340*)NULL; } IL_0029: { StringU5BU5D_t1281789340* L_6 = V_0; return L_6; } } // System.Boolean System.Net.WebHeaderCollection::IsRestricted(System.String) extern "C" IL2CPP_METHOD_ATTR bool WebHeaderCollection_IsRestricted_m2639089215 (RuntimeObject * __this /* static, unused */, String_t* ___headerName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebHeaderCollection_IsRestricted_m2639089215_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___headerName0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1976829786, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,WebHeaderCollection_IsRestricted_m2639089215_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___headerName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0031; } } { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_5, _stringLiteral332528742, _stringLiteral1976829786, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,WebHeaderCollection_IsRestricted_m2639089215_RuntimeMethod_var); } IL_0031: { String_t* L_6 = ___headerName0; IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var); bool L_7 = WebHeaderCollection_IsHeaderName_m2906290131(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0047; } } { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, _stringLiteral3439112715, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,WebHeaderCollection_IsRestricted_m2639089215_RuntimeMethod_var); } IL_0047: { IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_9 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_restricted_12(); String_t* L_10 = ___headerName0; NullCheck(L_9); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(38 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_9, L_10); return L_11; } } // System.Void System.Net.WebHeaderCollection::OnDeserialization(System.Object) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_OnDeserialization_m3998891408 (WebHeaderCollection_t1942268960 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { { return; } } // System.Void System.Net.WebHeaderCollection::Remove(System.String) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_Remove_m275303502 (WebHeaderCollection_t1942268960 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebHeaderCollection_Remove_m275303502_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,WebHeaderCollection_Remove_m275303502_RuntimeMethod_var); } IL_0011: { bool L_2 = __this->get_internallyCreated_15(); if (!L_2) { goto IL_0032; } } { String_t* L_3 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var); bool L_4 = WebHeaderCollection_IsRestricted_m2639089215(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0032; } } { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_5, _stringLiteral2411602046, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,WebHeaderCollection_Remove_m275303502_RuntimeMethod_var); } IL_0032: { String_t* L_6 = ___name0; NameValueCollection_Remove_m3237017023(__this, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Net.WebHeaderCollection::Set(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_Set_m2824231721 (WebHeaderCollection_t1942268960 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebHeaderCollection_Set_m2824231721_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,WebHeaderCollection_Set_m2824231721_RuntimeMethod_var); } IL_0011: { bool L_2 = __this->get_internallyCreated_15(); if (!L_2) { goto IL_0032; } } { String_t* L_3 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var); bool L_4 = WebHeaderCollection_IsRestricted_m2639089215(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0032; } } { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_5, _stringLiteral2411602046, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,WebHeaderCollection_Set_m2824231721_RuntimeMethod_var); } IL_0032: { String_t* L_6 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var); bool L_7 = WebHeaderCollection_IsHeaderName_m2906290131(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0048; } } { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, _stringLiteral821159033, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,WebHeaderCollection_Set_m2824231721_RuntimeMethod_var); } IL_0048: { String_t* L_9 = ___value1; if (L_9) { goto IL_005a; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); ___value1 = L_10; goto IL_0062; } IL_005a: { String_t* L_11 = ___value1; NullCheck(L_11); String_t* L_12 = String_Trim_m923598732(L_11, /*hidden argument*/NULL); ___value1 = L_12; } IL_0062: { String_t* L_13 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var); bool L_14 = WebHeaderCollection_IsHeaderValue_m3837500493(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0078; } } { ArgumentException_t132251570 * L_15 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_15, _stringLiteral1323773481, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,WebHeaderCollection_Set_m2824231721_RuntimeMethod_var); } IL_0078: { String_t* L_16 = ___name0; String_t* L_17 = ___value1; NameValueCollection_Set_m4091554096(__this, L_16, L_17, /*hidden argument*/NULL); return; } } // System.String System.Net.WebHeaderCollection::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* WebHeaderCollection_ToString_m1263025316 (WebHeaderCollection_t1942268960 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebHeaderCollection_ToString_m1263025316_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = NameObjectCollectionBase_get_Count_m823453971(__this, /*hidden argument*/NULL); V_1 = L_1; V_2 = 0; goto IL_0046; } IL_0014: { StringBuilder_t * L_2 = V_0; int32_t L_3 = V_2; String_t* L_4 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(19 /* System.String System.Net.WebHeaderCollection::GetKey(System.Int32) */, __this, L_3); NullCheck(L_2); StringBuilder_t * L_5 = StringBuilder_Append_m1965104174(L_2, L_4, /*hidden argument*/NULL); NullCheck(L_5); StringBuilder_t * L_6 = StringBuilder_Append_m1965104174(L_5, _stringLiteral3450517398, /*hidden argument*/NULL); int32_t L_7 = V_2; String_t* L_8 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(17 /* System.String System.Net.WebHeaderCollection::Get(System.Int32) */, __this, L_7); NullCheck(L_6); StringBuilder_t * L_9 = StringBuilder_Append_m1965104174(L_6, L_8, /*hidden argument*/NULL); NullCheck(L_9); StringBuilder_Append_m1965104174(L_9, _stringLiteral3453007779, /*hidden argument*/NULL); int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0046: { int32_t L_11 = V_2; int32_t L_12 = V_1; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0014; } } { StringBuilder_t * L_13 = V_0; NullCheck(L_13); StringBuilder_t * L_14 = StringBuilder_Append_m1965104174(L_13, _stringLiteral3453007779, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_15 = StringBuilder_ToString_m3317489284(L_14, /*hidden argument*/NULL); return L_15; } } // System.Void System.Net.WebHeaderCollection::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_GetObjectData_m730985326 (WebHeaderCollection_t1942268960 * __this, SerializationInfo_t950877179 * ___serializationInfo0, StreamingContext_t3711869237 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebHeaderCollection_GetObjectData_m730985326_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = NameObjectCollectionBase_get_Count_m823453971(__this, /*hidden argument*/NULL); V_0 = L_0; SerializationInfo_t950877179 * L_1 = ___serializationInfo0; int32_t L_2 = V_0; NullCheck(L_1); SerializationInfo_AddValue_m412754688(L_1, _stringLiteral2002596872, L_2, /*hidden argument*/NULL); V_1 = 0; goto IL_004a; } IL_001a: { SerializationInfo_t950877179 * L_3 = ___serializationInfo0; String_t* L_4 = Int32_ToString_m141394615((&V_1), /*hidden argument*/NULL); int32_t L_5 = V_1; String_t* L_6 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(19 /* System.String System.Net.WebHeaderCollection::GetKey(System.Int32) */, __this, L_5); NullCheck(L_3); SerializationInfo_AddValue_m2872281893(L_3, L_4, L_6, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_7 = ___serializationInfo0; int32_t L_8 = V_0; int32_t L_9 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)); String_t* L_10 = Int32_ToString_m141394615((&V_2), /*hidden argument*/NULL); int32_t L_11 = V_1; String_t* L_12 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(17 /* System.String System.Net.WebHeaderCollection::Get(System.Int32) */, __this, L_11); NullCheck(L_7); SerializationInfo_AddValue_m2872281893(L_7, L_10, L_12, /*hidden argument*/NULL); int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004a: { int32_t L_14 = V_1; int32_t L_15 = V_0; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_001a; } } { return; } } // System.Int32 System.Net.WebHeaderCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t WebHeaderCollection_get_Count_m3224978046 (WebHeaderCollection_t1942268960 * __this, const RuntimeMethod* method) { { int32_t L_0 = NameObjectCollectionBase_get_Count_m823453971(__this, /*hidden argument*/NULL); return L_0; } } // System.Collections.Specialized.NameObjectCollectionBase/KeysCollection System.Net.WebHeaderCollection::get_Keys() extern "C" IL2CPP_METHOD_ATTR KeysCollection_t1318642398 * WebHeaderCollection_get_Keys_m910440889 (WebHeaderCollection_t1942268960 * __this, const RuntimeMethod* method) { { KeysCollection_t1318642398 * L_0 = NameObjectCollectionBase_get_Keys_m2856825671(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Net.WebHeaderCollection::Get(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* WebHeaderCollection_Get_m3921484261 (WebHeaderCollection_t1942268960 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; String_t* L_1 = NameValueCollection_Get_m2464480741(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.WebHeaderCollection::Get(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* WebHeaderCollection_Get_m805014777 (WebHeaderCollection_t1942268960 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = NameValueCollection_Get_m1006871566(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.WebHeaderCollection::GetKey(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* WebHeaderCollection_GetKey_m809097130 (WebHeaderCollection_t1942268960 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; String_t* L_1 = NameValueCollection_GetKey_m3458770877(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Collections.IEnumerator System.Net.WebHeaderCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebHeaderCollection_GetEnumerator_m2991425604 (WebHeaderCollection_t1942268960 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = NameObjectCollectionBase_GetEnumerator_m3677320185(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Net.WebHeaderCollection::SetInternal(System.String) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_SetInternal_m3393264823 (WebHeaderCollection_t1942268960 * __this, String_t* ___header0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebHeaderCollection_SetInternal_m3393264823_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___header0; NullCheck(L_0); int32_t L_1 = String_IndexOf_m363431711(L_0, ((int32_t)58), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_0020; } } { ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_3, _stringLiteral3093097083, _stringLiteral3529812190, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,WebHeaderCollection_SetInternal_m3393264823_RuntimeMethod_var); } IL_0020: { String_t* L_4 = ___header0; int32_t L_5 = V_0; NullCheck(L_4); String_t* L_6 = String_Substring_m1610150815(L_4, 0, L_5, /*hidden argument*/NULL); String_t* L_7 = ___header0; int32_t L_8 = V_0; NullCheck(L_7); String_t* L_9 = String_Substring_m2848979100(L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)), /*hidden argument*/NULL); WebHeaderCollection_SetInternal_m126443775(__this, L_6, L_9, /*hidden argument*/NULL); return; } } // System.Void System.Net.WebHeaderCollection::SetInternal(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_SetInternal_m126443775 (WebHeaderCollection_t1942268960 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebHeaderCollection_SetInternal_m126443775_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value1; if (L_0) { goto IL_0012; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); ___value1 = L_1; goto IL_001a; } IL_0012: { String_t* L_2 = ___value1; NullCheck(L_2); String_t* L_3 = String_Trim_m923598732(L_2, /*hidden argument*/NULL); ___value1 = L_3; } IL_001a: { String_t* L_4 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var); bool L_5 = WebHeaderCollection_IsHeaderValue_m3837500493(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0030; } } { ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_6, _stringLiteral1323773481, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,WebHeaderCollection_SetInternal_m126443775_RuntimeMethod_var); } IL_0030: { String_t* L_7 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var); bool L_8 = WebHeaderCollection_IsMultiValue_m3103018277(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0048; } } { String_t* L_9 = ___name0; String_t* L_10 = ___value1; NameValueCollection_Add_m2418530856(__this, L_9, L_10, /*hidden argument*/NULL); goto IL_0057; } IL_0048: { String_t* L_11 = ___name0; NameValueCollection_Remove_m3237017023(__this, L_11, /*hidden argument*/NULL); String_t* L_12 = ___name0; String_t* L_13 = ___value1; NameValueCollection_Set_m4091554096(__this, L_12, L_13, /*hidden argument*/NULL); } IL_0057: { return; } } // System.Void System.Net.WebHeaderCollection::RemoveAndAdd(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_RemoveAndAdd_m3288706236 (WebHeaderCollection_t1942268960 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebHeaderCollection_RemoveAndAdd_m3288706236_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value1; if (L_0) { goto IL_0012; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); ___value1 = L_1; goto IL_001a; } IL_0012: { String_t* L_2 = ___value1; NullCheck(L_2); String_t* L_3 = String_Trim_m923598732(L_2, /*hidden argument*/NULL); ___value1 = L_3; } IL_001a: { String_t* L_4 = ___name0; NameValueCollection_Remove_m3237017023(__this, L_4, /*hidden argument*/NULL); String_t* L_5 = ___name0; String_t* L_6 = ___value1; NameValueCollection_Set_m4091554096(__this, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Net.WebHeaderCollection::RemoveInternal(System.String) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_RemoveInternal_m2712218737 (WebHeaderCollection_t1942268960 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebHeaderCollection_RemoveInternal_m2712218737_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,WebHeaderCollection_RemoveInternal_m2712218737_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___name0; NameValueCollection_Remove_m3237017023(__this, L_2, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.WebHeaderCollection::IsMultiValue(System.String) extern "C" IL2CPP_METHOD_ATTR bool WebHeaderCollection_IsMultiValue_m3103018277 (RuntimeObject * __this /* static, unused */, String_t* ___headerName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebHeaderCollection_IsMultiValue_m3103018277_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___headerName0; if (!L_0) { goto IL_0016; } } { String_t* L_1 = ___headerName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_3 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0018; } } IL_0016: { return (bool)0; } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_4 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_multiValue_13(); String_t* L_5 = ___headerName0; NullCheck(L_4); bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(38 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_4, L_5); return L_6; } } // System.Boolean System.Net.WebHeaderCollection::IsHeaderValue(System.String) extern "C" IL2CPP_METHOD_ATTR bool WebHeaderCollection_IsHeaderValue_m3837500493 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { String_t* L_0 = ___value0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; goto IL_0073; } IL_000e: { String_t* L_2 = ___value0; int32_t L_3 = V_1; NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m2986988803(L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; Il2CppChar L_5 = V_2; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)127))))) { goto IL_0020; } } { return (bool)0; } IL_0020: { Il2CppChar L_6 = V_2; if ((((int32_t)L_6) >= ((int32_t)((int32_t)32)))) { goto IL_0042; } } { Il2CppChar L_7 = V_2; if ((((int32_t)L_7) == ((int32_t)((int32_t)13)))) { goto IL_0042; } } { Il2CppChar L_8 = V_2; if ((((int32_t)L_8) == ((int32_t)((int32_t)10)))) { goto IL_0042; } } { Il2CppChar L_9 = V_2; if ((((int32_t)L_9) == ((int32_t)((int32_t)9)))) { goto IL_0042; } } { return (bool)0; } IL_0042: { Il2CppChar L_10 = V_2; if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)10))))) { goto IL_006f; } } { int32_t L_11 = V_1; int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); V_1 = L_12; int32_t L_13 = V_0; if ((((int32_t)L_12) >= ((int32_t)L_13))) { goto IL_006f; } } { String_t* L_14 = ___value0; int32_t L_15 = V_1; NullCheck(L_14); Il2CppChar L_16 = String_get_Chars_m2986988803(L_14, L_15, /*hidden argument*/NULL); V_2 = L_16; Il2CppChar L_17 = V_2; if ((((int32_t)L_17) == ((int32_t)((int32_t)32)))) { goto IL_006f; } } { Il2CppChar L_18 = V_2; if ((((int32_t)L_18) == ((int32_t)((int32_t)9)))) { goto IL_006f; } } { return (bool)0; } IL_006f: { int32_t L_19 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0073: { int32_t L_20 = V_1; int32_t L_21 = V_0; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_000e; } } { return (bool)1; } } // System.Boolean System.Net.WebHeaderCollection::IsHeaderName(System.String) extern "C" IL2CPP_METHOD_ATTR bool WebHeaderCollection_IsHeaderName_m2906290131 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebHeaderCollection_IsHeaderName_m2906290131_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { String_t* L_0 = ___name0; if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___name0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0013; } } IL_0011: { return (bool)0; } IL_0013: { String_t* L_3 = ___name0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); V_0 = L_4; V_1 = 0; goto IL_0043; } IL_0021: { String_t* L_5 = ___name0; int32_t L_6 = V_1; NullCheck(L_5); Il2CppChar L_7 = String_get_Chars_m2986988803(L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; Il2CppChar L_8 = V_2; if ((((int32_t)L_8) > ((int32_t)((int32_t)126)))) { goto IL_003d; } } { IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var); BooleanU5BU5D_t2897418192* L_9 = ((WebHeaderCollection_t1942268960_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))->get_allowed_chars_16(); Il2CppChar L_10 = V_2; NullCheck(L_9); Il2CppChar L_11 = L_10; uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); if (L_12) { goto IL_003f; } } IL_003d: { return (bool)0; } IL_003f: { int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0043: { int32_t L_14 = V_1; int32_t L_15 = V_0; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0021; } } { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.WebProxy::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebProxy__ctor_m4061043939 (WebProxy_t2016760542 * __this, const RuntimeMethod* method) { { WebProxy__ctor_m3758467778(__this, (Uri_t100236324 *)NULL, (bool)0, (StringU5BU5D_t1281789340*)(StringU5BU5D_t1281789340*)NULL, (RuntimeObject*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Net.WebProxy::.ctor(System.Uri) extern "C" IL2CPP_METHOD_ATTR void WebProxy__ctor_m3085170204 (WebProxy_t2016760542 * __this, Uri_t100236324 * ___address0, const RuntimeMethod* method) { { Uri_t100236324 * L_0 = ___address0; WebProxy__ctor_m3758467778(__this, L_0, (bool)0, (StringU5BU5D_t1281789340*)(StringU5BU5D_t1281789340*)NULL, (RuntimeObject*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Net.WebProxy::.ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR void WebProxy__ctor_m3758467778 (WebProxy_t2016760542 * __this, Uri_t100236324 * ___address0, bool ___bypassOnLocal1, StringU5BU5D_t1281789340* ___bypassList2, RuntimeObject* ___credentials3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebProxy__ctor_m3758467778_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Uri_t100236324 * L_0 = ___address0; __this->set_address_0(L_0); bool L_1 = ___bypassOnLocal1; __this->set_bypassOnLocal_1(L_1); StringU5BU5D_t1281789340* L_2 = ___bypassList2; if (!L_2) { goto IL_0026; } } { StringU5BU5D_t1281789340* L_3 = ___bypassList2; ArrayList_t2718874744 * L_4 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m2130986447(L_4, (RuntimeObject*)(RuntimeObject*)L_3, /*hidden argument*/NULL); __this->set_bypassList_2(L_4); } IL_0026: { RuntimeObject* L_5 = ___credentials3; __this->set_credentials_3(L_5); WebProxy_CheckBypassList_m3657340229(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.WebProxy::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void WebProxy__ctor_m3723076346 (WebProxy_t2016760542 * __this, SerializationInfo_t950877179 * ___serializationInfo0, StreamingContext_t3711869237 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebProxy__ctor_m3723076346_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_0 = ___serializationInfo0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (Uri_t100236324_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_3 = SerializationInfo_GetValue_m42271953(L_0, _stringLiteral2917522829, L_2, /*hidden argument*/NULL); __this->set_address_0(((Uri_t100236324 *)CastclassClass((RuntimeObject*)L_3, Uri_t100236324_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_4 = ___serializationInfo0; NullCheck(L_4); bool L_5 = SerializationInfo_GetBoolean_m1756153320(L_4, _stringLiteral2018424174, /*hidden argument*/NULL); __this->set_bypassOnLocal_1(L_5); SerializationInfo_t950877179 * L_6 = ___serializationInfo0; RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (ArrayList_t2718874744_0_0_0_var) }; Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject * L_9 = SerializationInfo_GetValue_m42271953(L_6, _stringLiteral1982551705, L_8, /*hidden argument*/NULL); __this->set_bypassList_2(((ArrayList_t2718874744 *)CastclassClass((RuntimeObject*)L_9, ArrayList_t2718874744_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_10 = ___serializationInfo0; NullCheck(L_10); bool L_11 = SerializationInfo_GetBoolean_m1756153320(L_10, _stringLiteral3410385803, /*hidden argument*/NULL); __this->set_useDefaultCredentials_4(L_11); __this->set_credentials_3((RuntimeObject*)NULL); WebProxy_CheckBypassList_m3657340229(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.WebProxy::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void WebProxy_System_Runtime_Serialization_ISerializable_GetObjectData_m430220241 (WebProxy_t2016760542 * __this, SerializationInfo_t950877179 * ___serializationInfo0, StreamingContext_t3711869237 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___serializationInfo0; StreamingContext_t3711869237 L_1 = ___streamingContext1; VirtActionInvoker2< SerializationInfo_t950877179 *, StreamingContext_t3711869237 >::Invoke(8 /* System.Void System.Net.WebProxy::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, __this, L_0, L_1); return; } } // System.Void System.Net.WebProxy::set_Address(System.Uri) extern "C" IL2CPP_METHOD_ATTR void WebProxy_set_Address_m4025958218 (WebProxy_t2016760542 * __this, Uri_t100236324 * ___value0, const RuntimeMethod* method) { { Uri_t100236324 * L_0 = ___value0; __this->set_address_0(L_0); return; } } // System.Void System.Net.WebProxy::set_BypassProxyOnLocal(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void WebProxy_set_BypassProxyOnLocal_m2840359013 (WebProxy_t2016760542 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_bypassOnLocal_1(L_0); return; } } // System.Net.ICredentials System.Net.WebProxy::get_Credentials() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebProxy_get_Credentials_m4043769984 (WebProxy_t2016760542 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_credentials_3(); return L_0; } } // System.Boolean System.Net.WebProxy::get_UseDefaultCredentials() extern "C" IL2CPP_METHOD_ATTR bool WebProxy_get_UseDefaultCredentials_m1572240836 (WebProxy_t2016760542 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_useDefaultCredentials_4(); return L_0; } } // System.Uri System.Net.WebProxy::GetProxy(System.Uri) extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * WebProxy_GetProxy_m3150838504 (WebProxy_t2016760542 * __this, Uri_t100236324 * ___destination0, const RuntimeMethod* method) { { Uri_t100236324 * L_0 = ___destination0; bool L_1 = WebProxy_IsBypassed_m2918071028(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { Uri_t100236324 * L_2 = ___destination0; return L_2; } IL_000e: { Uri_t100236324 * L_3 = __this->get_address_0(); return L_3; } } // System.Boolean System.Net.WebProxy::IsBypassed(System.Uri) extern "C" IL2CPP_METHOD_ATTR bool WebProxy_IsBypassed_m2918071028 (WebProxy_t2016760542 * __this, Uri_t100236324 * ___host0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebProxy_IsBypassed_m2918071028_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; IPAddress_t241777590 * V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 0; Regex_t3657309853 * V_4 = NULL; bool V_5 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Uri_t100236324 * L_0 = ___host0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_1 = Uri_op_Equality_m2988156441(NULL /*static, unused*/, L_0, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_2, _stringLiteral3941174899, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,WebProxy_IsBypassed_m2918071028_RuntimeMethod_var); } IL_0017: { Uri_t100236324 * L_3 = ___host0; NullCheck(L_3); bool L_4 = Uri_get_IsLoopback_m2492530169(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002f; } } { bool L_5 = __this->get_bypassOnLocal_1(); if (!L_5) { goto IL_002f; } } { return (bool)1; } IL_002f: { Uri_t100236324 * L_6 = __this->get_address_0(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_7 = Uri_op_Equality_m2988156441(NULL /*static, unused*/, L_6, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); if (!L_7) { goto IL_0042; } } { return (bool)1; } IL_0042: { Uri_t100236324 * L_8 = ___host0; NullCheck(L_8); String_t* L_9 = Uri_get_Host_m255565830(L_8, /*hidden argument*/NULL); V_0 = L_9; bool L_10 = __this->get_bypassOnLocal_1(); if (!L_10) { goto IL_0064; } } { String_t* L_11 = V_0; NullCheck(L_11); int32_t L_12 = String_IndexOf_m363431711(L_11, ((int32_t)46), /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)(-1))))) { goto IL_0064; } } { return (bool)1; } IL_0064: { bool L_13 = __this->get_bypassOnLocal_1(); if (L_13) { goto IL_00bb; } } { String_t* L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_15 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_16 = String_Compare_m1293271421(NULL /*static, unused*/, L_14, _stringLiteral1305937687, (bool)1, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0087; } } { return (bool)1; } IL_0087: { String_t* L_17 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_18 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_19 = String_Compare_m1293271421(NULL /*static, unused*/, L_17, _stringLiteral405613428, (bool)1, L_18, /*hidden argument*/NULL); if (L_19) { goto IL_009f; } } { return (bool)1; } IL_009f: { V_1 = (IPAddress_t241777590 *)NULL; String_t* L_20 = V_0; IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); bool L_21 = IPAddress_TryParse_m2320149543(NULL /*static, unused*/, L_20, (&V_1), /*hidden argument*/NULL); if (!L_21) { goto IL_00bb; } } { IPAddress_t241777590 * L_22 = V_1; IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); bool L_23 = IPAddress_IsLoopback_m29387631(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00bb; } } { return (bool)1; } IL_00bb: { ArrayList_t2718874744 * L_24 = __this->get_bypassList_2(); if (!L_24) { goto IL_00d6; } } { ArrayList_t2718874744 * L_25 = __this->get_bypassList_2(); NullCheck(L_25); int32_t L_26 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_25); if (L_26) { goto IL_00d8; } } IL_00d6: { return (bool)0; } IL_00d8: try { // begin try (depth: 1) { Uri_t100236324 * L_27 = ___host0; NullCheck(L_27); String_t* L_28 = Uri_get_Scheme_m1686732325(L_27, /*hidden argument*/NULL); Uri_t100236324 * L_29 = ___host0; NullCheck(L_29); String_t* L_30 = Uri_get_Authority_m3816772302(L_29, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_31 = String_Concat_m3755062657(NULL /*static, unused*/, L_28, _stringLiteral1057238085, L_30, /*hidden argument*/NULL); V_2 = L_31; V_3 = 0; goto IL_0126; } IL_00f6: { ArrayList_t2718874744 * L_32 = __this->get_bypassList_2(); int32_t L_33 = V_3; NullCheck(L_32); RuntimeObject * L_34 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_32, L_33); Regex_t3657309853 * L_35 = (Regex_t3657309853 *)il2cpp_codegen_object_new(Regex_t3657309853_il2cpp_TypeInfo_var); Regex__ctor_m1728442805(L_35, ((String_t*)CastclassSealed((RuntimeObject*)L_34, String_t_il2cpp_TypeInfo_var)), ((int32_t)17), /*hidden argument*/NULL); V_4 = L_35; Regex_t3657309853 * L_36 = V_4; String_t* L_37 = V_2; NullCheck(L_36); bool L_38 = Regex_IsMatch_m3802225320(L_36, L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_0122; } } IL_011d: { goto IL_0137; } IL_0122: { int32_t L_39 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_0126: { int32_t L_40 = V_3; ArrayList_t2718874744 * L_41 = __this->get_bypassList_2(); NullCheck(L_41); int32_t L_42 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_41); if ((((int32_t)L_40) < ((int32_t)L_42))) { goto IL_00f6; } } IL_0137: { int32_t L_43 = V_3; ArrayList_t2718874744 * L_44 = __this->get_bypassList_2(); NullCheck(L_44); int32_t L_45 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_44); if ((!(((uint32_t)L_43) == ((uint32_t)L_45)))) { goto IL_0150; } } IL_0148: { V_5 = (bool)0; goto IL_019c; } IL_0150: { goto IL_0170; } IL_0155: { ArrayList_t2718874744 * L_46 = __this->get_bypassList_2(); int32_t L_47 = V_3; NullCheck(L_46); RuntimeObject * L_48 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_46, L_47); Regex_t3657309853 * L_49 = (Regex_t3657309853 *)il2cpp_codegen_object_new(Regex_t3657309853_il2cpp_TypeInfo_var); Regex__ctor_m897876424(L_49, ((String_t*)CastclassSealed((RuntimeObject*)L_48, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); int32_t L_50 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_0170: { int32_t L_51 = V_3; ArrayList_t2718874744 * L_52 = __this->get_bypassList_2(); NullCheck(L_52); int32_t L_53 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_52); if ((((int32_t)L_51) < ((int32_t)L_53))) { goto IL_0155; } } IL_0181: { V_5 = (bool)1; goto IL_019c; } IL_0189: { ; // IL_0189: leave IL_019c } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ArgumentException_t132251570_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_018e; throw e; } CATCH_018e: { // begin catch(System.ArgumentException) { V_5 = (bool)0; goto IL_019c; } IL_0197: { ; // IL_0197: leave IL_019c } } // end catch (depth: 1) IL_019c: { bool L_54 = V_5; return L_54; } } // System.Void System.Net.WebProxy::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void WebProxy_GetObjectData_m2475888157 (WebProxy_t2016760542 * __this, SerializationInfo_t950877179 * ___serializationInfo0, StreamingContext_t3711869237 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebProxy_GetObjectData_m2475888157_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___serializationInfo0; bool L_1 = __this->get_bypassOnLocal_1(); NullCheck(L_0); SerializationInfo_AddValue_m3427199315(L_0, _stringLiteral2018424174, L_1, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_2 = ___serializationInfo0; Uri_t100236324 * L_3 = __this->get_address_0(); NullCheck(L_2); SerializationInfo_AddValue_m2872281893(L_2, _stringLiteral2917522829, L_3, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_4 = ___serializationInfo0; ArrayList_t2718874744 * L_5 = __this->get_bypassList_2(); NullCheck(L_4); SerializationInfo_AddValue_m2872281893(L_4, _stringLiteral1982551705, L_5, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_6 = ___serializationInfo0; bool L_7 = WebProxy_get_UseDefaultCredentials_m1572240836(__this, /*hidden argument*/NULL); NullCheck(L_6); SerializationInfo_AddValue_m3427199315(L_6, _stringLiteral3410385803, L_7, /*hidden argument*/NULL); return; } } // System.Void System.Net.WebProxy::CheckBypassList() extern "C" IL2CPP_METHOD_ATTR void WebProxy_CheckBypassList_m3657340229 (WebProxy_t2016760542 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebProxy_CheckBypassList_m3657340229_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ArrayList_t2718874744 * L_0 = __this->get_bypassList_2(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { V_0 = 0; goto IL_002e; } IL_0013: { ArrayList_t2718874744 * L_1 = __this->get_bypassList_2(); int32_t L_2 = V_0; NullCheck(L_1); RuntimeObject * L_3 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_1, L_2); Regex_t3657309853 * L_4 = (Regex_t3657309853 *)il2cpp_codegen_object_new(Regex_t3657309853_il2cpp_TypeInfo_var); Regex__ctor_m897876424(L_4, ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_002e: { int32_t L_6 = V_0; ArrayList_t2718874744 * L_7 = __this->get_bypassList_2(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_7); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_0013; } } { 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.WebRequest::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebRequest__ctor_m3593280671 (WebRequest_t1939381076 * __this, const RuntimeMethod* method) { { __this->set_authentication_level_4(1); MarshalByRefObject__ctor_m3039543187(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.WebRequest::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void WebRequest__ctor_m2895531935 (WebRequest_t1939381076 * __this, SerializationInfo_t950877179 * ___serializationInfo0, StreamingContext_t3711869237 ___streamingContext1, const RuntimeMethod* method) { { __this->set_authentication_level_4(1); MarshalByRefObject__ctor_m3039543187(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.WebRequest::.cctor() extern "C" IL2CPP_METHOD_ATTR void WebRequest__cctor_m3940074084 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest__cctor_m3940074084_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; WebRequestModulesSection_t4132732301 * V_1 = NULL; WebRequestModuleElement_t1406085120 * V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { HybridDictionary_t4070033136 * L_0 = (HybridDictionary_t4070033136 *)il2cpp_codegen_object_new(HybridDictionary_t4070033136_il2cpp_TypeInfo_var); HybridDictionary__ctor_m656684569(L_0, /*hidden argument*/NULL); ((WebRequest_t1939381076_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t1939381076_il2cpp_TypeInfo_var))->set_prefixes_1(L_0); RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_1, /*hidden argument*/NULL); ((WebRequest_t1939381076_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t1939381076_il2cpp_TypeInfo_var))->set_lockobj_5(L_1); IL2CPP_RUNTIME_CLASS_INIT(ConfigurationManager_t386529156_il2cpp_TypeInfo_var); RuntimeObject * L_2 = ConfigurationManager_GetSection_m2812236313(NULL /*static, unused*/, _stringLiteral2290609961, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject * L_3 = V_0; V_1 = ((WebRequestModulesSection_t4132732301 *)IsInstSealed((RuntimeObject*)L_3, WebRequestModulesSection_t4132732301_il2cpp_TypeInfo_var)); WebRequestModulesSection_t4132732301 * L_4 = V_1; if (!L_4) { goto IL_0080; } } { WebRequestModulesSection_t4132732301 * L_5 = V_1; NullCheck(L_5); WebRequestModuleElementCollection_t925190782 * L_6 = WebRequestModulesSection_get_WebRequestModules_m1245031887(L_5, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject* L_7 = ConfigurationElementCollection_GetEnumerator_m4192431148(L_6, /*hidden argument*/NULL); V_3 = L_7; } IL_0038: try { // begin try (depth: 1) { goto IL_005a; } IL_003d: { RuntimeObject* L_8 = V_3; NullCheck(L_8); RuntimeObject * L_9 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_8); V_2 = ((WebRequestModuleElement_t1406085120 *)CastclassSealed((RuntimeObject*)L_9, WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var)); WebRequestModuleElement_t1406085120 * L_10 = V_2; NullCheck(L_10); String_t* L_11 = WebRequestModuleElement_get_Prefix_m4037610496(L_10, /*hidden argument*/NULL); WebRequestModuleElement_t1406085120 * L_12 = V_2; NullCheck(L_12); Type_t * L_13 = WebRequestModuleElement_get_Type_m2911861518(L_12, /*hidden argument*/NULL); WebRequest_AddPrefix_m3187775913(NULL /*static, unused*/, L_11, L_13, /*hidden argument*/NULL); } IL_005a: { RuntimeObject* L_14 = V_3; NullCheck(L_14); bool L_15 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_14); if (L_15) { goto IL_003d; } } IL_0065: { IL2CPP_LEAVE(0x7F, FINALLY_006a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006a; } FINALLY_006a: { // begin finally (depth: 1) { RuntimeObject* L_16 = V_3; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_16, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_17 = V_4; if (L_17) { goto IL_0077; } } IL_0076: { IL2CPP_END_FINALLY(106) } IL_0077: { RuntimeObject* L_18 = V_4; NullCheck(L_18); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_18); IL2CPP_END_FINALLY(106) } } // end finally (depth: 1) IL2CPP_CLEANUP(106) { IL2CPP_JUMP_TBL(0x7F, IL_007f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_007f: { return; } IL_0080: { IL2CPP_RUNTIME_CLASS_INIT(ConfigurationSettings_t822951835_il2cpp_TypeInfo_var); ConfigurationSettings_GetConfig_m1015220656(NULL /*static, unused*/, _stringLiteral2290609961, /*hidden argument*/NULL); return; } } // System.Void System.Net.WebRequest::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void WebRequest_System_Runtime_Serialization_ISerializable_GetObjectData_m3856360037 (WebRequest_t1939381076 * __this, SerializationInfo_t950877179 * ___serializationInfo0, StreamingContext_t3711869237 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_System_Runtime_Serialization_ISerializable_GetObjectData_m3856360037_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebRequest_System_Runtime_Serialization_ISerializable_GetObjectData_m3856360037_RuntimeMethod_var); } } // System.Exception System.Net.WebRequest::GetMustImplement() extern "C" IL2CPP_METHOD_ATTR Exception_t * WebRequest_GetMustImplement_m1485657458 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_GetMustImplement_m1485657458_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t3489357830 * L_0 = (NotImplementedException_t3489357830 *)il2cpp_codegen_object_new(NotImplementedException_t3489357830_il2cpp_TypeInfo_var); NotImplementedException__ctor_m3095902440(L_0, _stringLiteral634644539, /*hidden argument*/NULL); return L_0; } } // System.Int64 System.Net.WebRequest::get_ContentLength() extern "C" IL2CPP_METHOD_ATTR int64_t WebRequest_get_ContentLength_m47669036 (WebRequest_t1939381076 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_get_ContentLength_m47669036_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); Exception_t * L_0 = WebRequest_GetMustImplement_m1485657458(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebRequest_get_ContentLength_m47669036_RuntimeMethod_var); } } // System.Void System.Net.WebRequest::set_ContentLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void WebRequest_set_ContentLength_m261374951 (WebRequest_t1939381076 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_set_ContentLength_m261374951_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); Exception_t * L_0 = WebRequest_GetMustImplement_m1485657458(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebRequest_set_ContentLength_m261374951_RuntimeMethod_var); } } // System.Void System.Net.WebRequest::set_ContentType(System.String) extern "C" IL2CPP_METHOD_ATTR void WebRequest_set_ContentType_m3069761267 (WebRequest_t1939381076 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_set_ContentType_m3069761267_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); Exception_t * L_0 = WebRequest_GetMustImplement_m1485657458(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebRequest_set_ContentType_m3069761267_RuntimeMethod_var); } } // System.Net.ICredentials System.Net.WebRequest::get_Credentials() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebRequest_get_Credentials_m338312678 (WebRequest_t1939381076 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_get_Credentials_m338312678_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); Exception_t * L_0 = WebRequest_GetMustImplement_m1485657458(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebRequest_get_Credentials_m338312678_RuntimeMethod_var); } } // System.Void System.Net.WebRequest::set_Credentials(System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR void WebRequest_set_Credentials_m1430198380 (WebRequest_t1939381076 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_set_Credentials_m1430198380_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); Exception_t * L_0 = WebRequest_GetMustImplement_m1485657458(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebRequest_set_Credentials_m1430198380_RuntimeMethod_var); } } // System.Net.WebHeaderCollection System.Net.WebRequest::get_Headers() extern "C" IL2CPP_METHOD_ATTR WebHeaderCollection_t1942268960 * WebRequest_get_Headers_m1915717959 (WebRequest_t1939381076 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_get_Headers_m1915717959_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); Exception_t * L_0 = WebRequest_GetMustImplement_m1485657458(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebRequest_get_Headers_m1915717959_RuntimeMethod_var); } } // System.String System.Net.WebRequest::get_Method() extern "C" IL2CPP_METHOD_ATTR String_t* WebRequest_get_Method_m1872254915 (WebRequest_t1939381076 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_get_Method_m1872254915_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); Exception_t * L_0 = WebRequest_GetMustImplement_m1485657458(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebRequest_get_Method_m1872254915_RuntimeMethod_var); } } // System.Void System.Net.WebRequest::set_Method(System.String) extern "C" IL2CPP_METHOD_ATTR void WebRequest_set_Method_m1087261754 (WebRequest_t1939381076 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_set_Method_m1087261754_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); Exception_t * L_0 = WebRequest_GetMustImplement_m1485657458(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebRequest_set_Method_m1087261754_RuntimeMethod_var); } } // System.Net.IWebProxy System.Net.WebRequest::get_Proxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebRequest_get_Proxy_m317269301 (WebRequest_t1939381076 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_get_Proxy_m317269301_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); Exception_t * L_0 = WebRequest_GetMustImplement_m1485657458(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebRequest_get_Proxy_m317269301_RuntimeMethod_var); } } // System.Uri System.Net.WebRequest::get_RequestUri() extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * WebRequest_get_RequestUri_m2259001472 (WebRequest_t1939381076 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_get_RequestUri_m2259001472_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); Exception_t * L_0 = WebRequest_GetMustImplement_m1485657458(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebRequest_get_RequestUri_m2259001472_RuntimeMethod_var); } } // System.Net.IWebProxy System.Net.WebRequest::get_DefaultWebProxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebRequest_get_DefaultWebProxy_m4155870144 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_get_DefaultWebProxy_m4155870144_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); bool L_0 = ((WebRequest_t1939381076_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t1939381076_il2cpp_TypeInfo_var))->get_isDefaultWebProxySet_2(); if (L_0) { goto IL_0036; } } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((WebRequest_t1939381076_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t1939381076_il2cpp_TypeInfo_var))->get_lockobj_5(); V_0 = L_1; RuntimeObject * L_2 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0016: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); RuntimeObject* L_3 = ((WebRequest_t1939381076_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t1939381076_il2cpp_TypeInfo_var))->get_defaultWebProxy_3(); if (L_3) { goto IL_002a; } } IL_0020: { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); RuntimeObject* L_4 = WebRequest_GetDefaultWebProxy_m696404479(NULL /*static, unused*/, /*hidden argument*/NULL); ((WebRequest_t1939381076_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t1939381076_il2cpp_TypeInfo_var))->set_defaultWebProxy_3(L_4); } IL_002a: { IL2CPP_LEAVE(0x36, FINALLY_002f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002f; } FINALLY_002f: { // begin finally (depth: 1) RuntimeObject * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(47) } // end finally (depth: 1) IL2CPP_CLEANUP(47) { IL2CPP_JUMP_TBL(0x36, IL_0036) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0036: { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); RuntimeObject* L_6 = ((WebRequest_t1939381076_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t1939381076_il2cpp_TypeInfo_var))->get_defaultWebProxy_3(); return L_6; } } // System.Net.IWebProxy System.Net.WebRequest::GetDefaultWebProxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebRequest_GetDefaultWebProxy_m696404479 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_GetDefaultWebProxy_m696404479_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebProxy_t2016760542 * V_0 = NULL; DefaultProxySection_t4167594595 * V_1 = NULL; ProxyElement_t3214064751 * V_2 = NULL; { V_0 = (WebProxy_t2016760542 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(ConfigurationManager_t386529156_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ConfigurationManager_GetSection_m2812236313(NULL /*static, unused*/, _stringLiteral3133309892, /*hidden argument*/NULL); V_1 = ((DefaultProxySection_t4167594595 *)IsInstSealed((RuntimeObject*)L_0, DefaultProxySection_t4167594595_il2cpp_TypeInfo_var)); DefaultProxySection_t4167594595 * L_1 = V_1; if (L_1) { goto IL_001e; } } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); RuntimeObject* L_2 = WebRequest_GetSystemWebProxy_m2700917508(NULL /*static, unused*/, /*hidden argument*/NULL); return L_2; } IL_001e: { DefaultProxySection_t4167594595 * L_3 = V_1; NullCheck(L_3); ProxyElement_t3214064751 * L_4 = DefaultProxySection_get_Proxy_m4148488839(L_3, /*hidden argument*/NULL); V_2 = L_4; ProxyElement_t3214064751 * L_5 = V_2; NullCheck(L_5); int32_t L_6 = ProxyElement_get_UseSystemDefault_m485007742(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0051; } } { ProxyElement_t3214064751 * L_7 = V_2; NullCheck(L_7); Uri_t100236324 * L_8 = ProxyElement_get_ProxyAddress_m2086164501(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_9 = Uri_op_Equality_m2988156441(NULL /*static, unused*/, L_8, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0051; } } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); RuntimeObject* L_10 = WebRequest_GetSystemWebProxy_m2700917508(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = ((WebProxy_t2016760542 *)CastclassClass((RuntimeObject*)L_10, WebProxy_t2016760542_il2cpp_TypeInfo_var)); goto IL_0057; } IL_0051: { WebProxy_t2016760542 * L_11 = (WebProxy_t2016760542 *)il2cpp_codegen_object_new(WebProxy_t2016760542_il2cpp_TypeInfo_var); WebProxy__ctor_m4061043939(L_11, /*hidden argument*/NULL); V_0 = L_11; } IL_0057: { ProxyElement_t3214064751 * L_12 = V_2; NullCheck(L_12); Uri_t100236324 * L_13 = ProxyElement_get_ProxyAddress_m2086164501(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_14 = Uri_op_Inequality_m3504002810(NULL /*static, unused*/, L_13, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); if (!L_14) { goto IL_0074; } } { WebProxy_t2016760542 * L_15 = V_0; ProxyElement_t3214064751 * L_16 = V_2; NullCheck(L_16); Uri_t100236324 * L_17 = ProxyElement_get_ProxyAddress_m2086164501(L_16, /*hidden argument*/NULL); NullCheck(L_15); WebProxy_set_Address_m4025958218(L_15, L_17, /*hidden argument*/NULL); } IL_0074: { ProxyElement_t3214064751 * L_18 = V_2; NullCheck(L_18); int32_t L_19 = ProxyElement_get_BypassOnLocal_m3038235717(L_18, /*hidden argument*/NULL); if ((((int32_t)L_19) == ((int32_t)(-1)))) { goto IL_008f; } } { WebProxy_t2016760542 * L_20 = V_0; ProxyElement_t3214064751 * L_21 = V_2; NullCheck(L_21); int32_t L_22 = ProxyElement_get_BypassOnLocal_m3038235717(L_21, /*hidden argument*/NULL); NullCheck(L_20); WebProxy_set_BypassProxyOnLocal_m2840359013(L_20, (bool)((((int32_t)L_22) == ((int32_t)1))? 1 : 0), /*hidden argument*/NULL); } IL_008f: { WebProxy_t2016760542 * L_23 = V_0; return L_23; } } // System.Void System.Net.WebRequest::Abort() extern "C" IL2CPP_METHOD_ATTR void WebRequest_Abort_m1387679547 (WebRequest_t1939381076 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_Abort_m1387679547_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); Exception_t * L_0 = WebRequest_GetMustImplement_m1485657458(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebRequest_Abort_m1387679547_RuntimeMethod_var); } } // System.IAsyncResult System.Net.WebRequest::BeginGetRequestStream(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebRequest_BeginGetRequestStream_m3179270283 (WebRequest_t1939381076 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_BeginGetRequestStream_m3179270283_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); Exception_t * L_0 = WebRequest_GetMustImplement_m1485657458(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebRequest_BeginGetRequestStream_m3179270283_RuntimeMethod_var); } } // System.IAsyncResult System.Net.WebRequest::BeginGetResponse(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebRequest_BeginGetResponse_m594613547 (WebRequest_t1939381076 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_BeginGetResponse_m594613547_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); Exception_t * L_0 = WebRequest_GetMustImplement_m1485657458(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebRequest_BeginGetResponse_m594613547_RuntimeMethod_var); } } // System.Net.WebRequest System.Net.WebRequest::Create(System.Uri) extern "C" IL2CPP_METHOD_ATTR WebRequest_t1939381076 * WebRequest_Create_m1809852225 (RuntimeObject * __this /* static, unused */, Uri_t100236324 * ___requestUri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_Create_m1809852225_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Uri_t100236324 * L_0 = ___requestUri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_1 = Uri_op_Equality_m2988156441(NULL /*static, unused*/, L_0, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_2, _stringLiteral461417345, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,WebRequest_Create_m1809852225_RuntimeMethod_var); } IL_0017: { Uri_t100236324 * L_3 = ___requestUri0; NullCheck(L_3); String_t* L_4 = Uri_get_AbsoluteUri_m637273031(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); RuntimeObject* L_5 = WebRequest_GetCreator_m2383296374(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); Uri_t100236324 * L_6 = ___requestUri0; NullCheck(L_5); WebRequest_t1939381076 * L_7 = InterfaceFuncInvoker1< WebRequest_t1939381076 *, Uri_t100236324 * >::Invoke(0 /* System.Net.WebRequest System.Net.IWebRequestCreate::Create(System.Uri) */, IWebRequestCreate_t1643712314_il2cpp_TypeInfo_var, L_5, L_6); return L_7; } } // System.IO.Stream System.Net.WebRequest::EndGetRequestStream(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * WebRequest_EndGetRequestStream_m2938970949 (WebRequest_t1939381076 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_EndGetRequestStream_m2938970949_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); Exception_t * L_0 = WebRequest_GetMustImplement_m1485657458(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebRequest_EndGetRequestStream_m2938970949_RuntimeMethod_var); } } // System.Net.WebResponse System.Net.WebRequest::EndGetResponse(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR WebResponse_t229922639 * WebRequest_EndGetResponse_m983572203 (WebRequest_t1939381076 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_EndGetResponse_m983572203_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); Exception_t * L_0 = WebRequest_GetMustImplement_m1485657458(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebRequest_EndGetResponse_m983572203_RuntimeMethod_var); } } // System.IO.Stream System.Net.WebRequest::GetRequestStream() extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * WebRequest_GetRequestStream_m4259865359 (WebRequest_t1939381076 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_GetRequestStream_m4259865359_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); Exception_t * L_0 = WebRequest_GetMustImplement_m1485657458(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebRequest_GetRequestStream_m4259865359_RuntimeMethod_var); } } // System.Net.WebResponse System.Net.WebRequest::GetResponse() extern "C" IL2CPP_METHOD_ATTR WebResponse_t229922639 * WebRequest_GetResponse_m791144225 (WebRequest_t1939381076 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_GetResponse_m791144225_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); Exception_t * L_0 = WebRequest_GetMustImplement_m1485657458(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebRequest_GetResponse_m791144225_RuntimeMethod_var); } } // System.Net.IWebProxy System.Net.WebRequest::GetSystemWebProxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebRequest_GetSystemWebProxy_m2700917508 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_GetSystemWebProxy_m2700917508_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Uri_t100236324 * V_1 = NULL; IPAddress_t241777590 * V_2 = NULL; UriBuilder_t579353065 * V_3 = NULL; UriBuilder_t579353065 * V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = Environment_GetEnvironmentVariable_m394552009(NULL /*static, unused*/, _stringLiteral1038887959, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = V_0; if (L_1) { goto IL_001c; } } { String_t* L_2 = Environment_GetEnvironmentVariable_m394552009(NULL /*static, unused*/, _stringLiteral1641504343, /*hidden argument*/NULL); V_0 = L_2; } IL_001c: { String_t* L_3 = V_0; if (!L_3) { goto IL_00c9; } } IL_0022: try { // begin try (depth: 1) { String_t* L_4 = V_0; NullCheck(L_4); bool L_5 = String_StartsWith_m1759067526(L_4, _stringLiteral3099255805, /*hidden argument*/NULL); if (L_5) { goto IL_003e; } } IL_0032: { String_t* L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3099255805, L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_003e: { String_t* L_8 = V_0; Uri_t100236324 * L_9 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m1474792120(L_9, L_8, /*hidden argument*/NULL); V_1 = L_9; Uri_t100236324 * L_10 = V_1; NullCheck(L_10); String_t* L_11 = Uri_get_Host_m255565830(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); bool L_12 = IPAddress_TryParse_m2320149543(NULL /*static, unused*/, L_11, (&V_2), /*hidden argument*/NULL); if (!L_12) { goto IL_00b1; } } IL_0057: { IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_t241777590 * L_13 = ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->get_Any_4(); IPAddress_t241777590 * L_14 = V_2; NullCheck(L_13); bool L_15 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Net.IPAddress::Equals(System.Object) */, L_13, L_14); if (!L_15) { goto IL_0085; } } IL_0067: { Uri_t100236324 * L_16 = V_1; UriBuilder_t579353065 * L_17 = (UriBuilder_t579353065 *)il2cpp_codegen_object_new(UriBuilder_t579353065_il2cpp_TypeInfo_var); UriBuilder__ctor_m377291920(L_17, L_16, /*hidden argument*/NULL); V_3 = L_17; UriBuilder_t579353065 * L_18 = V_3; NullCheck(L_18); UriBuilder_set_Host_m2493895927(L_18, _stringLiteral1201550598, /*hidden argument*/NULL); UriBuilder_t579353065 * L_19 = V_3; NullCheck(L_19); Uri_t100236324 * L_20 = UriBuilder_get_Uri_m3514502640(L_19, /*hidden argument*/NULL); V_1 = L_20; goto IL_00b1; } IL_0085: { IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_t241777590 * L_21 = ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->get_IPv6Any_8(); IPAddress_t241777590 * L_22 = V_2; NullCheck(L_21); bool L_23 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Net.IPAddress::Equals(System.Object) */, L_21, L_22); if (!L_23) { goto IL_00b1; } } IL_0095: { Uri_t100236324 * L_24 = V_1; UriBuilder_t579353065 * L_25 = (UriBuilder_t579353065 *)il2cpp_codegen_object_new(UriBuilder_t579353065_il2cpp_TypeInfo_var); UriBuilder__ctor_m377291920(L_25, L_24, /*hidden argument*/NULL); V_4 = L_25; UriBuilder_t579353065 * L_26 = V_4; NullCheck(L_26); UriBuilder_set_Host_m2493895927(L_26, _stringLiteral1499355936, /*hidden argument*/NULL); UriBuilder_t579353065 * L_27 = V_4; NullCheck(L_27); Uri_t100236324 * L_28 = UriBuilder_get_Uri_m3514502640(L_27, /*hidden argument*/NULL); V_1 = L_28; } IL_00b1: { Uri_t100236324 * L_29 = V_1; WebProxy_t2016760542 * L_30 = (WebProxy_t2016760542 *)il2cpp_codegen_object_new(WebProxy_t2016760542_il2cpp_TypeInfo_var); WebProxy__ctor_m3085170204(L_30, L_29, /*hidden argument*/NULL); V_5 = L_30; goto IL_00cf; } IL_00be: { ; // IL_00be: leave IL_00c9 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (UriFormatException_t953270471_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00c3; throw e; } CATCH_00c3: { // begin catch(System.UriFormatException) goto IL_00c9; } // end catch (depth: 1) IL_00c9: { WebProxy_t2016760542 * L_31 = (WebProxy_t2016760542 *)il2cpp_codegen_object_new(WebProxy_t2016760542_il2cpp_TypeInfo_var); WebProxy__ctor_m4061043939(L_31, /*hidden argument*/NULL); return L_31; } IL_00cf: { RuntimeObject* L_32 = V_5; return L_32; } } // System.Void System.Net.WebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void WebRequest_GetObjectData_m1299992613 (WebRequest_t1939381076 * __this, SerializationInfo_t950877179 * ___serializationInfo0, StreamingContext_t3711869237 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_GetObjectData_m1299992613_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); Exception_t * L_0 = WebRequest_GetMustImplement_m1485657458(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebRequest_GetObjectData_m1299992613_RuntimeMethod_var); } } // System.Net.IWebRequestCreate System.Net.WebRequest::GetCreator(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebRequest_GetCreator_m2383296374 (RuntimeObject * __this /* static, unused */, String_t* ___prefix0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_GetCreator_m2383296374_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; String_t* V_3 = NULL; { V_0 = (-1); V_1 = (RuntimeObject*)NULL; String_t* L_0 = ___prefix0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_2 = String_ToLower_m3490221821(L_0, L_1, /*hidden argument*/NULL); ___prefix0 = L_2; IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_3 = ((WebRequest_t1939381076_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t1939381076_il2cpp_TypeInfo_var))->get_prefixes_1(); NullCheck(L_3); RuntimeObject* L_4 = HybridDictionary_GetEnumerator_m1379032493(L_3, /*hidden argument*/NULL); V_2 = L_4; goto IL_0062; } IL_0021: { RuntimeObject* L_5 = V_2; NullCheck(L_5); RuntimeObject * L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Key() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_5); V_3 = ((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)); String_t* L_7 = V_3; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); int32_t L_9 = V_0; if ((((int32_t)L_8) > ((int32_t)L_9))) { goto IL_003e; } } { goto IL_0062; } IL_003e: { String_t* L_10 = ___prefix0; String_t* L_11 = V_3; NullCheck(L_10); bool L_12 = String_StartsWith_m1759067526(L_10, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_004f; } } { goto IL_0062; } IL_004f: { String_t* L_13 = V_3; NullCheck(L_13); int32_t L_14 = String_get_Length_m3847582255(L_13, /*hidden argument*/NULL); V_0 = L_14; RuntimeObject* L_15 = V_2; NullCheck(L_15); RuntimeObject * L_16 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_15); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_16, IWebRequestCreate_t1643712314_il2cpp_TypeInfo_var)); } IL_0062: { RuntimeObject* L_17 = V_2; NullCheck(L_17); bool L_18 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_17); if (L_18) { goto IL_0021; } } { RuntimeObject* L_19 = V_1; if (L_19) { goto IL_007a; } } { String_t* L_20 = ___prefix0; NotSupportedException_t1314879016 * L_21 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,WebRequest_GetCreator_m2383296374_RuntimeMethod_var); } IL_007a: { RuntimeObject* L_22 = V_1; return L_22; } } // System.Void System.Net.WebRequest::ClearPrefixes() extern "C" IL2CPP_METHOD_ATTR void WebRequest_ClearPrefixes_m3562991615 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_ClearPrefixes_m3562991615_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_0 = ((WebRequest_t1939381076_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t1939381076_il2cpp_TypeInfo_var))->get_prefixes_1(); NullCheck(L_0); HybridDictionary_Clear_m2159137577(L_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.WebRequest::RemovePrefix(System.String) extern "C" IL2CPP_METHOD_ATTR void WebRequest_RemovePrefix_m3897038984 (RuntimeObject * __this /* static, unused */, String_t* ___prefix0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_RemovePrefix_m3897038984_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_0 = ((WebRequest_t1939381076_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t1939381076_il2cpp_TypeInfo_var))->get_prefixes_1(); String_t* L_1 = ___prefix0; NullCheck(L_0); HybridDictionary_Remove_m2295600623(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.WebRequest::AddPrefix(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void WebRequest_AddPrefix_m1817952171 (RuntimeObject * __this /* static, unused */, String_t* ___prefix0, String_t* ___typeName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_AddPrefix_m1817952171_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { String_t* L_0 = ___typeName1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, L_0, "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); V_0 = L_1; Type_t * L_2 = V_0; if (L_2) { goto IL_001e; } } { String_t* L_3 = ___typeName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral4275976110, L_3, /*hidden argument*/NULL); ConfigurationException_t3515317685 * L_5 = (ConfigurationException_t3515317685 *)il2cpp_codegen_object_new(ConfigurationException_t3515317685_il2cpp_TypeInfo_var); ConfigurationException__ctor_m1982745395(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,WebRequest_AddPrefix_m1817952171_RuntimeMethod_var); } IL_001e: { String_t* L_6 = ___prefix0; Type_t * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); WebRequest_AddPrefix_m3187775913(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Void System.Net.WebRequest::AddPrefix(System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR void WebRequest_AddPrefix_m3187775913 (RuntimeObject * __this /* static, unused */, String_t* ___prefix0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequest_AddPrefix_m3187775913_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { Type_t * L_0 = ___type1; RuntimeObject * L_1 = Activator_CreateInstance_m2597605935(NULL /*static, unused*/, L_0, (bool)1, /*hidden argument*/NULL); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_2 = ((WebRequest_t1939381076_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t1939381076_il2cpp_TypeInfo_var))->get_prefixes_1(); String_t* L_3 = ___prefix0; RuntimeObject * L_4 = V_0; NullCheck(L_2); HybridDictionary_set_Item_m2823445799(L_2, L_3, L_4, /*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.WebResponse::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebResponse__ctor_m824854825 (WebResponse_t229922639 * __this, const RuntimeMethod* method) { { MarshalByRefObject__ctor_m3039543187(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.WebResponse::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void WebResponse__ctor_m3907452824 (WebResponse_t229922639 * __this, SerializationInfo_t950877179 * ___serializationInfo0, StreamingContext_t3711869237 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebResponse__ctor_m3907452824_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MarshalByRefObject__ctor_m3039543187(__this, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebResponse__ctor_m3907452824_RuntimeMethod_var); } } // System.Void System.Net.WebResponse::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void WebResponse_System_IDisposable_Dispose_m2334379058 (WebResponse_t229922639 * __this, const RuntimeMethod* method) { { VirtActionInvoker0::Invoke(9 /* System.Void System.Net.WebResponse::Close() */, __this); return; } } // System.Void System.Net.WebResponse::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void WebResponse_System_Runtime_Serialization_ISerializable_GetObjectData_m4038369249 (WebResponse_t229922639 * __this, SerializationInfo_t950877179 * ___serializationInfo0, StreamingContext_t3711869237 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebResponse_System_Runtime_Serialization_ISerializable_GetObjectData_m4038369249_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebResponse_System_Runtime_Serialization_ISerializable_GetObjectData_m4038369249_RuntimeMethod_var); } } // System.Net.WebHeaderCollection System.Net.WebResponse::get_Headers() extern "C" IL2CPP_METHOD_ATTR WebHeaderCollection_t1942268960 * WebResponse_get_Headers_m1380453460 (WebResponse_t229922639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebResponse_get_Headers_m1380453460_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebResponse_get_Headers_m1380453460_RuntimeMethod_var); } } // System.Exception System.Net.WebResponse::GetMustImplement() extern "C" IL2CPP_METHOD_ATTR Exception_t * WebResponse_GetMustImplement_m3276739230 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebResponse_GetMustImplement_m3276739230_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t3489357830 * L_0 = (NotImplementedException_t3489357830 *)il2cpp_codegen_object_new(NotImplementedException_t3489357830_il2cpp_TypeInfo_var); NotImplementedException__ctor_m3058704252(L_0, /*hidden argument*/NULL); return L_0; } } // System.Void System.Net.WebResponse::Close() extern "C" IL2CPP_METHOD_ATTR void WebResponse_Close_m3195977952 (WebResponse_t229922639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebResponse_Close_m3195977952_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebResponse_Close_m3195977952_RuntimeMethod_var); } } // System.IO.Stream System.Net.WebResponse::GetResponseStream() extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * WebResponse_GetResponseStream_m3988934657 (WebResponse_t229922639 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebResponse_GetResponseStream_m3988934657_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebResponse_GetResponseStream_m3988934657_RuntimeMethod_var); } } // System.Void System.Net.WebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void WebResponse_GetObjectData_m3150548104 (WebResponse_t229922639 * __this, SerializationInfo_t950877179 * ___serializationInfo0, StreamingContext_t3711869237 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebResponse_GetObjectData_m3150548104_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = WebResponse_GetMustImplement_m3276739230(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebResponse_GetObjectData_m3150548104_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 #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() extern "C" IL2CPP_METHOD_ATTR void AsnEncodedData__ctor_m3792312694 (AsnEncodedData_t382354011 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.AsnEncodedData::.ctor(System.String,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void AsnEncodedData__ctor_m726356132 (AsnEncodedData_t382354011 * __this, String_t* ___oid0, ByteU5BU5D_t4116647657* ___rawData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsnEncodedData__ctor_m726356132_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___oid0; Oid_t3552120260 * L_1 = (Oid_t3552120260 *)il2cpp_codegen_object_new(Oid_t3552120260_il2cpp_TypeInfo_var); Oid__ctor_m1869590876(L_1, L_0, /*hidden argument*/NULL); __this->set__oid_0(L_1); ByteU5BU5D_t4116647657* L_2 = ___rawData1; AsnEncodedData_set_RawData_m1598714608(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.AsnEncodedData::.ctor(System.Security.Cryptography.Oid,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void AsnEncodedData__ctor_m119764527 (AsnEncodedData_t382354011 * __this, Oid_t3552120260 * ___oid0, ByteU5BU5D_t4116647657* ___rawData1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Oid_t3552120260 * L_0 = ___oid0; AsnEncodedData_set_Oid_m351300829(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = ___rawData1; AsnEncodedData_set_RawData_m1598714608(__this, L_1, /*hidden argument*/NULL); return; } } // System.Security.Cryptography.Oid System.Security.Cryptography.AsnEncodedData::get_Oid() extern "C" IL2CPP_METHOD_ATTR Oid_t3552120260 * AsnEncodedData_get_Oid_m402887164 (AsnEncodedData_t382354011 * __this, const RuntimeMethod* method) { { Oid_t3552120260 * L_0 = __this->get__oid_0(); return L_0; } } // System.Void System.Security.Cryptography.AsnEncodedData::set_Oid(System.Security.Cryptography.Oid) extern "C" IL2CPP_METHOD_ATTR void AsnEncodedData_set_Oid_m351300829 (AsnEncodedData_t382354011 * __this, Oid_t3552120260 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsnEncodedData_set_Oid_m351300829_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Oid_t3552120260 * L_0 = ___value0; if (L_0) { goto IL_0012; } } { __this->set__oid_0((Oid_t3552120260 *)NULL); goto IL_001e; } IL_0012: { Oid_t3552120260 * L_1 = ___value0; Oid_t3552120260 * L_2 = (Oid_t3552120260 *)il2cpp_codegen_object_new(Oid_t3552120260_il2cpp_TypeInfo_var); Oid__ctor_m911618594(L_2, L_1, /*hidden argument*/NULL); __this->set__oid_0(L_2); } IL_001e: { return; } } // System.Byte[] System.Security.Cryptography.AsnEncodedData::get_RawData() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* AsnEncodedData_get_RawData_m1706087592 (AsnEncodedData_t382354011 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get__raw_1(); return L_0; } } // System.Void System.Security.Cryptography.AsnEncodedData::set_RawData(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void AsnEncodedData_set_RawData_m1598714608 (AsnEncodedData_t382354011 * __this, ByteU5BU5D_t4116647657* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsnEncodedData_set_RawData_m1598714608_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___value0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3013553869, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,AsnEncodedData_set_RawData_m1598714608_RuntimeMethod_var); } IL_0011: { ByteU5BU5D_t4116647657* L_2 = ___value0; NullCheck((RuntimeArray *)(RuntimeArray *)L_2); RuntimeObject * L_3 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_2, /*hidden argument*/NULL); __this->set__raw_1(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); return; } } // System.Void System.Security.Cryptography.AsnEncodedData::CopyFrom(System.Security.Cryptography.AsnEncodedData) extern "C" IL2CPP_METHOD_ATTR void AsnEncodedData_CopyFrom_m3929882393 (AsnEncodedData_t382354011 * __this, AsnEncodedData_t382354011 * ___asnEncodedData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsnEncodedData_CopyFrom_m3929882393_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AsnEncodedData_t382354011 * L_0 = ___asnEncodedData0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4213843305, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,AsnEncodedData_CopyFrom_m3929882393_RuntimeMethod_var); } IL_0011: { AsnEncodedData_t382354011 * L_2 = ___asnEncodedData0; NullCheck(L_2); Oid_t3552120260 * L_3 = L_2->get__oid_0(); if (L_3) { goto IL_0028; } } { AsnEncodedData_set_Oid_m351300829(__this, (Oid_t3552120260 *)NULL, /*hidden argument*/NULL); goto IL_0039; } IL_0028: { AsnEncodedData_t382354011 * L_4 = ___asnEncodedData0; NullCheck(L_4); Oid_t3552120260 * L_5 = L_4->get__oid_0(); Oid_t3552120260 * L_6 = (Oid_t3552120260 *)il2cpp_codegen_object_new(Oid_t3552120260_il2cpp_TypeInfo_var); Oid__ctor_m911618594(L_6, L_5, /*hidden argument*/NULL); AsnEncodedData_set_Oid_m351300829(__this, L_6, /*hidden argument*/NULL); } IL_0039: { AsnEncodedData_t382354011 * L_7 = ___asnEncodedData0; NullCheck(L_7); ByteU5BU5D_t4116647657* L_8 = L_7->get__raw_1(); AsnEncodedData_set_RawData_m1598714608(__this, L_8, /*hidden argument*/NULL); return; } } // System.String System.Security.Cryptography.AsnEncodedData::ToString(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_ToString_m440213605 (AsnEncodedData_t382354011 * __this, bool ___multiLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsnEncodedData_ToString_m440213605_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { Oid_t3552120260 * L_0 = __this->get__oid_0(); NullCheck(L_0); String_t* L_1 = Oid_get_Value_m743416803(L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; if (!L_2) { goto IL_00d6; } } { Dictionary_2_t2736202052 * L_3 = ((AsnEncodedData_t382354011_StaticFields*)il2cpp_codegen_static_fields_for(AsnEncodedData_t382354011_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map13_2(); if (L_3) { goto IL_0071; } } { Dictionary_2_t2736202052 * L_4 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_4, 6, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_4; Dictionary_2_t2736202052 * L_5 = V_1; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral1004423994, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_1; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral1386761008, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_1; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral1004423982, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_1; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral1004423983, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_1; NullCheck(L_9); Dictionary_2_Add_m282647386(L_9, _stringLiteral1004423984, 4, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_10 = V_1; NullCheck(L_10); Dictionary_2_Add_m282647386(L_10, _stringLiteral4008398740, 5, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_11 = V_1; ((AsnEncodedData_t382354011_StaticFields*)il2cpp_codegen_static_fields_for(AsnEncodedData_t382354011_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map13_2(L_11); } IL_0071: { Dictionary_2_t2736202052 * L_12 = ((AsnEncodedData_t382354011_StaticFields*)il2cpp_codegen_static_fields_for(AsnEncodedData_t382354011_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map13_2(); String_t* L_13 = V_0; NullCheck(L_12); bool L_14 = Dictionary_2_TryGetValue_m1013208020(L_12, L_13, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_14) { goto IL_00d6; } } { int32_t L_15 = V_2; switch (L_15) { case 0: { goto IL_00a6; } case 1: { goto IL_00ae; } case 2: { goto IL_00b6; } case 3: { goto IL_00be; } case 4: { goto IL_00c6; } case 5: { goto IL_00ce; } } } { goto IL_00d6; } IL_00a6: { bool L_16 = ___multiLine0; String_t* L_17 = AsnEncodedData_BasicConstraintsExtension_m181086136(__this, L_16, /*hidden argument*/NULL); return L_17; } IL_00ae: { bool L_18 = ___multiLine0; String_t* L_19 = AsnEncodedData_EnhancedKeyUsageExtension_m56921642(__this, L_18, /*hidden argument*/NULL); return L_19; } IL_00b6: { bool L_20 = ___multiLine0; String_t* L_21 = AsnEncodedData_KeyUsageExtension_m1792651780(__this, L_20, /*hidden argument*/NULL); return L_21; } IL_00be: { bool L_22 = ___multiLine0; String_t* L_23 = AsnEncodedData_SubjectKeyIdentifierExtension_m3216418117(__this, L_22, /*hidden argument*/NULL); return L_23; } IL_00c6: { bool L_24 = ___multiLine0; String_t* L_25 = AsnEncodedData_SubjectAltName_m4049949414(__this, L_24, /*hidden argument*/NULL); return L_25; } IL_00ce: { bool L_26 = ___multiLine0; String_t* L_27 = AsnEncodedData_NetscapeCertType_m2976595233(__this, L_26, /*hidden argument*/NULL); return L_27; } IL_00d6: { bool L_28 = ___multiLine0; String_t* L_29 = AsnEncodedData_Default_m4101664970(__this, L_28, /*hidden argument*/NULL); return L_29; } } // System.String System.Security.Cryptography.AsnEncodedData::Default(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_Default_m4101664970 (AsnEncodedData_t382354011 * __this, bool ___multiLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsnEncodedData_Default_m4101664970_MetadataUsageId); 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_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; V_1 = 0; goto IL_004a; } IL_000d: { StringBuilder_t * L_1 = V_0; ByteU5BU5D_t4116647657* L_2 = __this->get__raw_1(); int32_t L_3 = V_1; NullCheck(L_2); String_t* L_4 = Byte_ToString_m3735479648(((L_2)->GetAddressAt(static_cast(L_3))), _stringLiteral3451434968, /*hidden argument*/NULL); NullCheck(L_1); StringBuilder_Append_m1965104174(L_1, L_4, /*hidden argument*/NULL); int32_t L_5 = V_1; ByteU5BU5D_t4116647657* L_6 = __this->get__raw_1(); NullCheck(L_6); if ((((int32_t)L_5) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), (int32_t)1))))) { goto IL_0046; } } { StringBuilder_t * L_7 = V_0; NullCheck(L_7); StringBuilder_Append_m1965104174(L_7, _stringLiteral3452614528, /*hidden argument*/NULL); } IL_0046: { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_004a: { int32_t L_9 = V_1; ByteU5BU5D_t4116647657* L_10 = __this->get__raw_1(); NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))) { goto IL_000d; } } { StringBuilder_t * L_11 = V_0; NullCheck(L_11); String_t* L_12 = StringBuilder_ToString_m3317489284(L_11, /*hidden argument*/NULL); return L_12; } } // System.String System.Security.Cryptography.AsnEncodedData::BasicConstraintsExtension(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_BasicConstraintsExtension_m181086136 (AsnEncodedData_t382354011 * __this, bool ___multiLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsnEncodedData_BasicConstraintsExtension_m181086136_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509BasicConstraintsExtension_t2828968862 * V_0 = NULL; String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { X509BasicConstraintsExtension_t2828968862 * L_0 = (X509BasicConstraintsExtension_t2828968862 *)il2cpp_codegen_object_new(X509BasicConstraintsExtension_t2828968862_il2cpp_TypeInfo_var); X509BasicConstraintsExtension__ctor_m1244152959(L_0, __this, (bool)0, /*hidden argument*/NULL); V_0 = L_0; X509BasicConstraintsExtension_t2828968862 * L_1 = V_0; bool L_2 = ___multiLine0; NullCheck(L_1); String_t* L_3 = X509BasicConstraintsExtension_ToString_m1809935297(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; goto IL_002b; } IL_0015: { ; // IL_0015: leave IL_002b } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001a; throw e; } CATCH_001a: { // begin catch(System.Object) { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_1 = L_4; goto IL_002b; } IL_0026: { ; // IL_0026: leave IL_002b } } // end catch (depth: 1) IL_002b: { String_t* L_5 = V_1; return L_5; } } // System.String System.Security.Cryptography.AsnEncodedData::EnhancedKeyUsageExtension(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_EnhancedKeyUsageExtension_m56921642 (AsnEncodedData_t382354011 * __this, bool ___multiLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsnEncodedData_EnhancedKeyUsageExtension_m56921642_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509EnhancedKeyUsageExtension_t4189149453 * V_0 = NULL; String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { X509EnhancedKeyUsageExtension_t4189149453 * L_0 = (X509EnhancedKeyUsageExtension_t4189149453 *)il2cpp_codegen_object_new(X509EnhancedKeyUsageExtension_t4189149453_il2cpp_TypeInfo_var); X509EnhancedKeyUsageExtension__ctor_m298908880(L_0, __this, (bool)0, /*hidden argument*/NULL); V_0 = L_0; X509EnhancedKeyUsageExtension_t4189149453 * L_1 = V_0; bool L_2 = ___multiLine0; NullCheck(L_1); String_t* L_3 = X509EnhancedKeyUsageExtension_ToString_m350388564(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; goto IL_002b; } IL_0015: { ; // IL_0015: leave IL_002b } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001a; throw e; } CATCH_001a: { // begin catch(System.Object) { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_1 = L_4; goto IL_002b; } IL_0026: { ; // IL_0026: leave IL_002b } } // end catch (depth: 1) IL_002b: { String_t* L_5 = V_1; return L_5; } } // System.String System.Security.Cryptography.AsnEncodedData::KeyUsageExtension(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_KeyUsageExtension_m1792651780 (AsnEncodedData_t382354011 * __this, bool ___multiLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsnEncodedData_KeyUsageExtension_m1792651780_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509KeyUsageExtension_t2042101591 * V_0 = NULL; String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { X509KeyUsageExtension_t2042101591 * L_0 = (X509KeyUsageExtension_t2042101591 *)il2cpp_codegen_object_new(X509KeyUsageExtension_t2042101591_il2cpp_TypeInfo_var); X509KeyUsageExtension__ctor_m1105912158(L_0, __this, (bool)0, /*hidden argument*/NULL); V_0 = L_0; X509KeyUsageExtension_t2042101591 * L_1 = V_0; bool L_2 = ___multiLine0; NullCheck(L_1); String_t* L_3 = X509KeyUsageExtension_ToString_m3542316380(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; goto IL_002b; } IL_0015: { ; // IL_0015: leave IL_002b } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001a; throw e; } CATCH_001a: { // begin catch(System.Object) { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_1 = L_4; goto IL_002b; } IL_0026: { ; // IL_0026: leave IL_002b } } // end catch (depth: 1) IL_002b: { String_t* L_5 = V_1; return L_5; } } // System.String System.Security.Cryptography.AsnEncodedData::SubjectKeyIdentifierExtension(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_SubjectKeyIdentifierExtension_m3216418117 (AsnEncodedData_t382354011 * __this, bool ___multiLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsnEncodedData_SubjectKeyIdentifierExtension_m3216418117_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509SubjectKeyIdentifierExtension_t4258825542 * V_0 = NULL; String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { X509SubjectKeyIdentifierExtension_t4258825542 * L_0 = (X509SubjectKeyIdentifierExtension_t4258825542 *)il2cpp_codegen_object_new(X509SubjectKeyIdentifierExtension_t4258825542_il2cpp_TypeInfo_var); X509SubjectKeyIdentifierExtension__ctor_m2055934916(L_0, __this, (bool)0, /*hidden argument*/NULL); V_0 = L_0; X509SubjectKeyIdentifierExtension_t4258825542 * L_1 = V_0; bool L_2 = ___multiLine0; NullCheck(L_1); String_t* L_3 = X509SubjectKeyIdentifierExtension_ToString_m12089275(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; goto IL_002b; } IL_0015: { ; // IL_0015: leave IL_002b } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001a; throw e; } CATCH_001a: { // begin catch(System.Object) { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_1 = L_4; goto IL_002b; } IL_0026: { ; // IL_0026: leave IL_002b } } // end catch (depth: 1) IL_002b: { String_t* L_5 = V_1; return L_5; } } // System.String System.Security.Cryptography.AsnEncodedData::SubjectAltName(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_SubjectAltName_m4049949414 (AsnEncodedData_t382354011 * __this, bool ___multiLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsnEncodedData_SubjectAltName_m4049949414_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_t2114160833 * V_0 = NULL; StringBuilder_t * V_1 = NULL; int32_t V_2 = 0; ASN1_t2114160833 * V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; uint8_t V_6 = 0x0; String_t* V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ByteU5BU5D_t4116647657* 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_0014; } } { return _stringLiteral1336185797; } IL_0014: try { // begin try (depth: 1) { ByteU5BU5D_t4116647657* L_1 = __this->get__raw_1(); ASN1_t2114160833 * L_2 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m1219137533(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_m3121283359(L_3, /*hidden argument*/NULL); V_1 = L_3; V_2 = 0; goto IL_010c; } IL_002d: { ASN1_t2114160833 * L_4 = V_0; int32_t L_5 = V_2; NullCheck(L_4); ASN1_t2114160833 * L_6 = ASN1_get_Item_m315148275(L_4, L_5, /*hidden argument*/NULL); V_3 = L_6; V_4 = (String_t*)NULL; V_5 = (String_t*)NULL; ASN1_t2114160833 * L_7 = V_3; NullCheck(L_7); uint8_t L_8 = ASN1_get_Tag_m1863840805(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_0060; } } IL_004f: { uint8_t L_10 = V_6; if ((((int32_t)L_10) == ((int32_t)((int32_t)130)))) { goto IL_007e; } } IL_005b: { goto IL_009c; } IL_0060: { V_4 = _stringLiteral2107270768; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_11 = Encoding_get_ASCII_m3595602635(NULL /*static, unused*/, /*hidden argument*/NULL); ASN1_t2114160833 * L_12 = V_3; NullCheck(L_12); ByteU5BU5D_t4116647657* L_13 = ASN1_get_Value_m3619295991(L_12, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_14 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(22 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_11, L_13); V_5 = L_14; goto IL_00c5; } IL_007e: { V_4 = _stringLiteral2041337115; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_15 = Encoding_get_ASCII_m3595602635(NULL /*static, unused*/, /*hidden argument*/NULL); ASN1_t2114160833 * L_16 = V_3; NullCheck(L_16); ByteU5BU5D_t4116647657* L_17 = ASN1_get_Value_m3619295991(L_16, /*hidden argument*/NULL); NullCheck(L_15); String_t* L_18 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(22 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_15, L_17); V_5 = L_18; goto IL_00c5; } IL_009c: { ASN1_t2114160833 * L_19 = V_3; NullCheck(L_19); uint8_t L_20 = ASN1_get_Tag_m1863840805(L_19, /*hidden argument*/NULL); uint8_t L_21 = L_20; RuntimeObject * L_22 = Box(Byte_t1134296376_il2cpp_TypeInfo_var, &L_21); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral346185115, L_22, /*hidden argument*/NULL); V_4 = L_23; ASN1_t2114160833 * L_24 = V_3; NullCheck(L_24); ByteU5BU5D_t4116647657* L_25 = ASN1_get_Value_m3619295991(L_24, /*hidden argument*/NULL); String_t* L_26 = CryptoConvert_ToHex_m2210632265(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); V_5 = L_26; goto IL_00c5; } IL_00c5: { StringBuilder_t * L_27 = V_1; String_t* L_28 = V_4; NullCheck(L_27); StringBuilder_Append_m1965104174(L_27, L_28, /*hidden argument*/NULL); StringBuilder_t * L_29 = V_1; String_t* L_30 = V_5; NullCheck(L_29); StringBuilder_Append_m1965104174(L_29, L_30, /*hidden argument*/NULL); bool L_31 = ___multiLine0; if (!L_31) { goto IL_00ee; } } IL_00dd: { StringBuilder_t * L_32 = V_1; String_t* L_33 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_32); StringBuilder_Append_m1965104174(L_32, L_33, /*hidden argument*/NULL); goto IL_0108; } IL_00ee: { int32_t L_34 = V_2; ASN1_t2114160833 * L_35 = V_0; NullCheck(L_35); int32_t L_36 = ASN1_get_Count_m3039939183(L_35, /*hidden argument*/NULL); if ((((int32_t)L_34) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1))))) { goto IL_0108; } } IL_00fc: { StringBuilder_t * L_37 = V_1; NullCheck(L_37); StringBuilder_Append_m1965104174(L_37, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_0108: { int32_t L_38 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_010c: { int32_t L_39 = V_2; ASN1_t2114160833 * L_40 = V_0; NullCheck(L_40); int32_t L_41 = ASN1_get_Count_m3039939183(L_40, /*hidden argument*/NULL); if ((((int32_t)L_39) < ((int32_t)L_41))) { goto IL_002d; } } IL_0118: { StringBuilder_t * L_42 = V_1; NullCheck(L_42); String_t* L_43 = StringBuilder_ToString_m3317489284(L_42, /*hidden argument*/NULL); V_7 = L_43; goto IL_013c; } IL_0125: { ; // IL_0125: leave IL_013c } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_012a; throw e; } CATCH_012a: { // begin catch(System.Object) { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_44 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_7 = L_44; goto IL_013c; } IL_0137: { ; // IL_0137: leave IL_013c } } // end catch (depth: 1) IL_013c: { String_t* L_45 = V_7; return L_45; } } // System.String System.Security.Cryptography.AsnEncodedData::NetscapeCertType(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_NetscapeCertType_m2976595233 (AsnEncodedData_t382354011 * __this, bool ___multiLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AsnEncodedData_NetscapeCertType_m2976595233_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringBuilder_t * V_1 = NULL; { ByteU5BU5D_t4116647657* 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_002a; } } { ByteU5BU5D_t4116647657* 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_002a; } } { ByteU5BU5D_t4116647657* 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_0030; } } IL_002a: { return _stringLiteral1336185797; } IL_0030: { ByteU5BU5D_t4116647657* 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_t4116647657* 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_t4116647657* 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_m3121283359(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_0074; } } { StringBuilder_t * L_18 = V_1; NullCheck(L_18); StringBuilder_Append_m1965104174(L_18, _stringLiteral3198742407, /*hidden argument*/NULL); } IL_0074: { int32_t L_19 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)64)))) == ((uint32_t)((int32_t)64))))) { goto IL_00a3; } } { StringBuilder_t * L_20 = V_1; NullCheck(L_20); int32_t L_21 = StringBuilder_get_Length_m3238060835(L_20, /*hidden argument*/NULL); if ((((int32_t)L_21) <= ((int32_t)0))) { goto IL_0097; } } { StringBuilder_t * L_22 = V_1; NullCheck(L_22); StringBuilder_Append_m1965104174(L_22, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_0097: { StringBuilder_t * L_23 = V_1; NullCheck(L_23); StringBuilder_Append_m1965104174(L_23, _stringLiteral3268662202, /*hidden argument*/NULL); } IL_00a3: { int32_t L_24 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_24&(int32_t)((int32_t)32)))) == ((uint32_t)((int32_t)32))))) { goto IL_00d2; } } { StringBuilder_t * L_25 = V_1; NullCheck(L_25); int32_t L_26 = StringBuilder_get_Length_m3238060835(L_25, /*hidden argument*/NULL); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_00c6; } } { StringBuilder_t * L_27 = V_1; NullCheck(L_27); StringBuilder_Append_m1965104174(L_27, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_00c6: { StringBuilder_t * L_28 = V_1; NullCheck(L_28); StringBuilder_Append_m1965104174(L_28, _stringLiteral2842916117, /*hidden argument*/NULL); } IL_00d2: { int32_t L_29 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_29&(int32_t)((int32_t)16)))) == ((uint32_t)((int32_t)16))))) { goto IL_0101; } } { StringBuilder_t * L_30 = V_1; NullCheck(L_30); int32_t L_31 = StringBuilder_get_Length_m3238060835(L_30, /*hidden argument*/NULL); if ((((int32_t)L_31) <= ((int32_t)0))) { goto IL_00f5; } } { StringBuilder_t * L_32 = V_1; NullCheck(L_32); StringBuilder_Append_m1965104174(L_32, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_00f5: { StringBuilder_t * L_33 = V_1; NullCheck(L_33); StringBuilder_Append_m1965104174(L_33, _stringLiteral365306892, /*hidden argument*/NULL); } IL_0101: { int32_t L_34 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_34&(int32_t)8))) == ((uint32_t)8)))) { goto IL_012e; } } { StringBuilder_t * L_35 = V_1; NullCheck(L_35); int32_t L_36 = StringBuilder_get_Length_m3238060835(L_35, /*hidden argument*/NULL); if ((((int32_t)L_36) <= ((int32_t)0))) { goto IL_0122; } } { StringBuilder_t * L_37 = V_1; NullCheck(L_37); StringBuilder_Append_m1965104174(L_37, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_0122: { StringBuilder_t * L_38 = V_1; NullCheck(L_38); StringBuilder_Append_m1965104174(L_38, _stringLiteral1450114236, /*hidden argument*/NULL); } IL_012e: { int32_t L_39 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_39&(int32_t)4))) == ((uint32_t)4)))) { goto IL_015b; } } { StringBuilder_t * L_40 = V_1; NullCheck(L_40); int32_t L_41 = StringBuilder_get_Length_m3238060835(L_40, /*hidden argument*/NULL); if ((((int32_t)L_41) <= ((int32_t)0))) { goto IL_014f; } } { StringBuilder_t * L_42 = V_1; NullCheck(L_42); StringBuilder_Append_m1965104174(L_42, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_014f: { StringBuilder_t * L_43 = V_1; NullCheck(L_43); StringBuilder_Append_m1965104174(L_43, _stringLiteral2867057376, /*hidden argument*/NULL); } IL_015b: { int32_t L_44 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_44&(int32_t)2))) == ((uint32_t)2)))) { goto IL_0188; } } { StringBuilder_t * L_45 = V_1; NullCheck(L_45); int32_t L_46 = StringBuilder_get_Length_m3238060835(L_45, /*hidden argument*/NULL); if ((((int32_t)L_46) <= ((int32_t)0))) { goto IL_017c; } } { StringBuilder_t * L_47 = V_1; NullCheck(L_47); StringBuilder_Append_m1965104174(L_47, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_017c: { StringBuilder_t * L_48 = V_1; NullCheck(L_48); StringBuilder_Append_m1965104174(L_48, _stringLiteral3555040082, /*hidden argument*/NULL); } IL_0188: { int32_t L_49 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_49&(int32_t)1))) == ((uint32_t)1)))) { goto IL_01b5; } } { StringBuilder_t * L_50 = V_1; NullCheck(L_50); int32_t L_51 = StringBuilder_get_Length_m3238060835(L_50, /*hidden argument*/NULL); if ((((int32_t)L_51) <= ((int32_t)0))) { goto IL_01a9; } } { StringBuilder_t * L_52 = V_1; NullCheck(L_52); StringBuilder_Append_m1965104174(L_52, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_01a9: { StringBuilder_t * L_53 = V_1; NullCheck(L_53); StringBuilder_Append_m1965104174(L_53, _stringLiteral1815908732, /*hidden argument*/NULL); } IL_01b5: { StringBuilder_t * L_54 = V_1; String_t* L_55 = Int32_ToString_m372259452((&V_0), _stringLiteral3451434968, /*hidden argument*/NULL); NullCheck(L_54); StringBuilder_AppendFormat_m3016532472(L_54, _stringLiteral3689454060, L_55, /*hidden argument*/NULL); StringBuilder_t * L_56 = V_1; NullCheck(L_56); String_t* L_57 = StringBuilder_ToString_m3317489284(L_56, /*hidden argument*/NULL); return L_57; } } #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.Oid::.ctor() extern "C" IL2CPP_METHOD_ATTR void Oid__ctor_m738937194 (Oid_t3552120260 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.Oid::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Oid__ctor_m1869590876 (Oid_t3552120260 * __this, String_t* ___oid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Oid__ctor_m1869590876_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___oid0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3266464951, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Oid__ctor_m1869590876_RuntimeMethod_var); } IL_0017: { String_t* L_2 = ___oid0; __this->set__value_0(L_2); String_t* L_3 = ___oid0; String_t* L_4 = Oid_GetName_m195392578(__this, L_3, /*hidden argument*/NULL); __this->set__name_1(L_4); return; } } // System.Void System.Security.Cryptography.Oid::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void Oid__ctor_m3344148807 (Oid_t3552120260 * __this, String_t* ___value0, String_t* ___friendlyName1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___value0; __this->set__value_0(L_0); String_t* L_1 = ___friendlyName1; __this->set__name_1(L_1); return; } } // System.Void System.Security.Cryptography.Oid::.ctor(System.Security.Cryptography.Oid) extern "C" IL2CPP_METHOD_ATTR void Oid__ctor_m911618594 (Oid_t3552120260 * __this, Oid_t3552120260 * ___oid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Oid__ctor_m911618594_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Oid_t3552120260 * L_0 = ___oid0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3266464951, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Oid__ctor_m911618594_RuntimeMethod_var); } IL_0017: { Oid_t3552120260 * L_2 = ___oid0; NullCheck(L_2); String_t* L_3 = Oid_get_Value_m743416803(L_2, /*hidden argument*/NULL); __this->set__value_0(L_3); Oid_t3552120260 * L_4 = ___oid0; NullCheck(L_4); String_t* L_5 = Oid_get_FriendlyName_m1299931775(L_4, /*hidden argument*/NULL); __this->set__name_1(L_5); return; } } // System.String System.Security.Cryptography.Oid::get_FriendlyName() extern "C" IL2CPP_METHOD_ATTR String_t* Oid_get_FriendlyName_m1299931775 (Oid_t3552120260 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__name_1(); return L_0; } } // System.String System.Security.Cryptography.Oid::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* Oid_get_Value_m743416803 (Oid_t3552120260 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__value_0(); return L_0; } } // System.String System.Security.Cryptography.Oid::GetName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Oid_GetName_m195392578 (Oid_t3552120260 * __this, String_t* ___oid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Oid_GetName_m195392578_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = ___oid0; V_0 = L_0; String_t* L_1 = V_0; if (!L_1) { goto IL_0176; } } { Dictionary_2_t2736202052 * L_2 = ((Oid_t3552120260_StaticFields*)il2cpp_codegen_static_fields_for(Oid_t3552120260_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map14_2(); if (L_2) { goto IL_00cd; } } { Dictionary_2_t2736202052 * L_3 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_3, ((int32_t)14), /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_3; Dictionary_2_t2736202052 * L_4 = V_1; NullCheck(L_4); Dictionary_2_Add_m282647386(L_4, _stringLiteral3723533260, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_5 = V_1; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral3723664332, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_1; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral3341720524, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_1; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral1003068364, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_1; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral2959383500, 4, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_1; NullCheck(L_9); Dictionary_2_Add_m282647386(L_9, _stringLiteral917897788, 5, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_10 = V_1; NullCheck(L_10); Dictionary_2_Add_m282647386(L_10, _stringLiteral1004423994, 6, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_11 = V_1; NullCheck(L_11); Dictionary_2_Add_m282647386(L_11, _stringLiteral1004423982, 7, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_12 = V_1; NullCheck(L_12); Dictionary_2_Add_m282647386(L_12, _stringLiteral1386761008, 8, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_13 = V_1; NullCheck(L_13); Dictionary_2_Add_m282647386(L_13, _stringLiteral1004423983, ((int32_t)9), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_14 = V_1; NullCheck(L_14); Dictionary_2_Add_m282647386(L_14, _stringLiteral1004423984, ((int32_t)10), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_15 = V_1; NullCheck(L_15); Dictionary_2_Add_m282647386(L_15, _stringLiteral4008398740, ((int32_t)11), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_16 = V_1; NullCheck(L_16); Dictionary_2_Add_m282647386(L_16, _stringLiteral3256681020, ((int32_t)12), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_17 = V_1; NullCheck(L_17); Dictionary_2_Add_m282647386(L_17, _stringLiteral3539017007, ((int32_t)13), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_18 = V_1; ((Oid_t3552120260_StaticFields*)il2cpp_codegen_static_fields_for(Oid_t3552120260_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map14_2(L_18); } IL_00cd: { Dictionary_2_t2736202052 * L_19 = ((Oid_t3552120260_StaticFields*)il2cpp_codegen_static_fields_for(Oid_t3552120260_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map14_2(); String_t* L_20 = V_0; NullCheck(L_19); bool L_21 = Dictionary_2_TryGetValue_m1013208020(L_19, L_20, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_21) { goto IL_0176; } } { int32_t L_22 = V_2; switch (L_22) { case 0: { goto IL_0122; } case 1: { goto IL_0128; } case 2: { goto IL_012e; } case 3: { goto IL_0134; } case 4: { goto IL_013a; } case 5: { goto IL_0140; } case 6: { goto IL_0146; } case 7: { goto IL_014c; } case 8: { goto IL_0152; } case 9: { goto IL_0158; } case 10: { goto IL_015e; } case 11: { goto IL_0164; } case 12: { goto IL_016a; } case 13: { goto IL_0170; } } } { goto IL_0176; } IL_0122: { return _stringLiteral2247318451; } IL_0128: { return _stringLiteral3126017447; } IL_012e: { return _stringLiteral3123690213; } IL_0134: { return _stringLiteral3604233252; } IL_013a: { return _stringLiteral368861731; } IL_0140: { return _stringLiteral3859792158; } IL_0146: { return _stringLiteral1789925925; } IL_014c: { return _stringLiteral2178602730; } IL_0152: { return _stringLiteral3223624266; } IL_0158: { return _stringLiteral933889438; } IL_015e: { return _stringLiteral3005636117; } IL_0164: { return _stringLiteral276740902; } IL_016a: { return _stringLiteral3837042276; } IL_0170: { return _stringLiteral2567433970; } IL_0176: { String_t* L_23 = __this->get__name_1(); return L_23; } } #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.OidCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void OidCollection__ctor_m4001685071 (OidCollection_t4234766844 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OidCollection__ctor_m4001685071_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set__list_0(L_0); return; } } // System.Void System.Security.Cryptography.OidCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OidCollection_System_Collections_ICollection_CopyTo_m2400658497 (OidCollection_t4234766844 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get__list_0(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(41 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, L_1, L_2); return; } } // System.Collections.IEnumerator System.Security.Cryptography.OidCollection::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OidCollection_System_Collections_IEnumerable_GetEnumerator_m685937025 (OidCollection_t4234766844 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OidCollection_System_Collections_IEnumerable_GetEnumerator_m685937025_MetadataUsageId); s_Il2CppMethodInitialized = true; } { OidEnumerator_t899373898 * L_0 = (OidEnumerator_t899373898 *)il2cpp_codegen_object_new(OidEnumerator_t899373898_il2cpp_TypeInfo_var); OidEnumerator__ctor_m257525176(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Security.Cryptography.OidCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t OidCollection_get_Count_m3720881332 (OidCollection_t4234766844 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get__list_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Boolean System.Security.Cryptography.OidCollection::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool OidCollection_get_IsSynchronized_m2968093434 (OidCollection_t4234766844 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get__list_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Collections.ArrayList::get_IsSynchronized() */, L_0); return L_1; } } // System.Security.Cryptography.Oid System.Security.Cryptography.OidCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Oid_t3552120260 * OidCollection_get_Item_m984725507 (OidCollection_t4234766844 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OidCollection_get_Item_m984725507_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get__list_0(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return ((Oid_t3552120260 *)CastclassSealed((RuntimeObject*)L_2, Oid_t3552120260_il2cpp_TypeInfo_var)); } } // System.Security.Cryptography.Oid System.Security.Cryptography.OidCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR Oid_t3552120260 * OidCollection_get_Item_m538543915 (OidCollection_t4234766844 * __this, String_t* ___oid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OidCollection_get_Item_m538543915_MetadataUsageId); s_Il2CppMethodInitialized = true; } Oid_t3552120260 * V_0 = NULL; RuntimeObject* V_1 = NULL; Oid_t3552120260 * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ArrayList_t2718874744 * L_0 = __this->get__list_0(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); V_1 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_0035; } IL_0011: { RuntimeObject* L_2 = V_1; NullCheck(L_2); RuntimeObject * L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_2); V_0 = ((Oid_t3552120260 *)CastclassSealed((RuntimeObject*)L_3, Oid_t3552120260_il2cpp_TypeInfo_var)); Oid_t3552120260 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = Oid_get_Value_m743416803(L_4, /*hidden argument*/NULL); String_t* L_6 = ___oid0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0035; } } IL_002e: { Oid_t3552120260 * L_8 = V_0; V_2 = L_8; IL2CPP_LEAVE(0x59, FINALLY_0045); } IL_0035: { RuntimeObject* L_9 = V_1; NullCheck(L_9); bool L_10 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_9); if (L_10) { goto IL_0011; } } IL_0040: { IL2CPP_LEAVE(0x57, FINALLY_0045); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0045; } FINALLY_0045: { // begin finally (depth: 1) { RuntimeObject* L_11 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_12 = V_3; if (L_12) { goto IL_0050; } } IL_004f: { IL2CPP_END_FINALLY(69) } IL_0050: { RuntimeObject* L_13 = V_3; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_13); IL2CPP_END_FINALLY(69) } } // end finally (depth: 1) IL2CPP_CLEANUP(69) { IL2CPP_JUMP_TBL(0x59, IL_0059) IL2CPP_JUMP_TBL(0x57, IL_0057) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0057: { return (Oid_t3552120260 *)NULL; } IL_0059: { Oid_t3552120260 * L_14 = V_2; return L_14; } } // System.Object System.Security.Cryptography.OidCollection::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * OidCollection_get_SyncRoot_m3531934854 (OidCollection_t4234766844 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get__list_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(29 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0); return L_1; } } // System.Int32 System.Security.Cryptography.OidCollection::Add(System.Security.Cryptography.Oid) extern "C" IL2CPP_METHOD_ATTR int32_t OidCollection_Add_m2569544356 (OidCollection_t4234766844 * __this, Oid_t3552120260 * ___oid0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = __this->get__readOnly_1(); if (!L_0) { goto IL_0011; } } { G_B3_0 = 0; goto IL_001d; } IL_0011: { ArrayList_t2718874744 * L_1 = __this->get__list_0(); Oid_t3552120260 * L_2 = ___oid0; NullCheck(L_1); int32_t L_3 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_1, L_2); G_B3_0 = L_3; } IL_001d: { return G_B3_0; } } // System.Void System.Security.Cryptography.OidCollection::set_ReadOnly(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void OidCollection_set_ReadOnly_m2035575968 (OidCollection_t4234766844 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set__readOnly_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 // System.Void System.Security.Cryptography.OidEnumerator::.ctor(System.Security.Cryptography.OidCollection) extern "C" IL2CPP_METHOD_ATTR void OidEnumerator__ctor_m257525176 (OidEnumerator_t899373898 * __this, OidCollection_t4234766844 * ___collection0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); OidCollection_t4234766844 * L_0 = ___collection0; __this->set__collection_0(L_0); __this->set__position_1((-1)); return; } } // System.Object System.Security.Cryptography.OidEnumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * OidEnumerator_System_Collections_IEnumerator_get_Current_m3426335186 (OidEnumerator_t899373898 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OidEnumerator_System_Collections_IEnumerator_get_Current_m3426335186_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__position_1(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,OidEnumerator_System_Collections_IEnumerator_get_Current_m3426335186_RuntimeMethod_var); } IL_0012: { OidCollection_t4234766844 * L_2 = __this->get__collection_0(); int32_t L_3 = __this->get__position_1(); NullCheck(L_2); Oid_t3552120260 * L_4 = OidCollection_get_Item_m984725507(L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.Security.Cryptography.OidEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool OidEnumerator_MoveNext_m3138911739 (OidEnumerator_t899373898 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__position_1(); int32_t L_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); V_0 = L_1; __this->set__position_1(L_1); int32_t L_2 = V_0; OidCollection_t4234766844 * L_3 = __this->get__collection_0(); NullCheck(L_3); int32_t L_4 = OidCollection_get_Count_m3720881332(L_3, /*hidden argument*/NULL); if ((((int32_t)L_2) >= ((int32_t)L_4))) { goto IL_0023; } } { return (bool)1; } IL_0023: { OidCollection_t4234766844 * L_5 = __this->get__collection_0(); NullCheck(L_5); int32_t L_6 = OidCollection_get_Count_m3720881332(L_5, /*hidden argument*/NULL); __this->set__position_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))); return (bool)0; } } // System.Void System.Security.Cryptography.OidEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void OidEnumerator_Reset_m2503707245 (OidEnumerator_t899373898 * __this, const RuntimeMethod* method) { { __this->set__position_1((-1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.X509Certificates.PublicKey::.ctor(Mono.Security.X509.X509Certificate) extern "C" IL2CPP_METHOD_ATTR void PublicKey__ctor_m1834139044 (PublicKey_t3779582684 * __this, X509Certificate_t489243025 * ___certificate0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PublicKey__ctor_m1834139044_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; RSACryptoServiceProvider_t2683512874 * V_1 = NULL; RSAManaged_t1757093820 * V_2 = NULL; RSAParameters_t1728406613 V_3; memset(&V_3, 0, sizeof(V_3)); DSACryptoServiceProvider_t3992668923 * V_4 = NULL; DSAParameters_t1885824122 V_5; memset(&V_5, 0, sizeof(V_5)); { Object__ctor_m297566312(__this, /*hidden argument*/NULL); V_0 = (bool)1; X509Certificate_t489243025 * L_0 = ___certificate0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String Mono.Security.X509.X509Certificate::get_KeyAlgorithm() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, _stringLiteral3723533260, /*hidden argument*/NULL); if (!L_2) { goto IL_00ac; } } { X509Certificate_t489243025 * L_3 = ___certificate0; NullCheck(L_3); RSA_t2385438082 * L_4 = VirtFuncInvoker0< RSA_t2385438082 * >::Invoke(10 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_3); V_1 = ((RSACryptoServiceProvider_t2683512874 *)IsInstSealed((RuntimeObject*)L_4, RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var)); RSACryptoServiceProvider_t2683512874 * L_5 = V_1; if (!L_5) { goto IL_004d; } } { RSACryptoServiceProvider_t2683512874 * L_6 = V_1; NullCheck(L_6); bool L_7 = RSACryptoServiceProvider_get_PublicOnly_m4039982639(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_004d; } } { X509Certificate_t489243025 * L_8 = ___certificate0; NullCheck(L_8); RSA_t2385438082 * L_9 = VirtFuncInvoker0< RSA_t2385438082 * >::Invoke(10 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_8); __this->set__key_0(L_9); V_0 = (bool)0; goto IL_0078; } IL_004d: { X509Certificate_t489243025 * L_10 = ___certificate0; NullCheck(L_10); RSA_t2385438082 * L_11 = VirtFuncInvoker0< RSA_t2385438082 * >::Invoke(10 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_10); V_2 = ((RSAManaged_t1757093820 *)IsInstClass((RuntimeObject*)L_11, RSAManaged_t1757093820_il2cpp_TypeInfo_var)); RSAManaged_t1757093820 * L_12 = V_2; if (!L_12) { goto IL_0078; } } { RSAManaged_t1757093820 * L_13 = V_2; NullCheck(L_13); bool L_14 = RSAManaged_get_PublicOnly_m1402405000(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0078; } } { X509Certificate_t489243025 * L_15 = ___certificate0; NullCheck(L_15); RSA_t2385438082 * L_16 = VirtFuncInvoker0< RSA_t2385438082 * >::Invoke(10 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_15); __this->set__key_0(L_16); V_0 = (bool)0; } IL_0078: { bool L_17 = V_0; if (!L_17) { goto IL_00a7; } } { X509Certificate_t489243025 * L_18 = ___certificate0; NullCheck(L_18); RSA_t2385438082 * L_19 = VirtFuncInvoker0< RSA_t2385438082 * >::Invoke(10 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_18); NullCheck(L_19); RSAParameters_t1728406613 L_20 = VirtFuncInvoker1< RSAParameters_t1728406613 , bool >::Invoke(12 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, L_19, (bool)0); V_3 = L_20; RSA_t2385438082 * L_21 = RSA_Create_m4065275734(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set__key_0(L_21); AsymmetricAlgorithm_t932037087 * L_22 = __this->get__key_0(); RSAParameters_t1728406613 L_23 = V_3; NullCheck(((RSA_t2385438082 *)IsInstClass((RuntimeObject*)L_22, RSA_t2385438082_il2cpp_TypeInfo_var))); VirtActionInvoker1< RSAParameters_t1728406613 >::Invoke(13 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, ((RSA_t2385438082 *)IsInstClass((RuntimeObject*)L_22, RSA_t2385438082_il2cpp_TypeInfo_var)), L_23); } IL_00a7: { goto IL_010b; } IL_00ac: { X509Certificate_t489243025 * L_24 = ___certificate0; NullCheck(L_24); DSA_t2386879874 * L_25 = X509Certificate_get_DSA_m565099499(L_24, /*hidden argument*/NULL); V_4 = ((DSACryptoServiceProvider_t3992668923 *)IsInstSealed((RuntimeObject*)L_25, DSACryptoServiceProvider_t3992668923_il2cpp_TypeInfo_var)); DSACryptoServiceProvider_t3992668923 * L_26 = V_4; if (!L_26) { goto IL_00da; } } { DSACryptoServiceProvider_t3992668923 * L_27 = V_4; NullCheck(L_27); bool L_28 = DSACryptoServiceProvider_get_PublicOnly_m3933928860(L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00da; } } { X509Certificate_t489243025 * L_29 = ___certificate0; NullCheck(L_29); DSA_t2386879874 * L_30 = X509Certificate_get_DSA_m565099499(L_29, /*hidden argument*/NULL); __this->set__key_0(L_30); V_0 = (bool)0; } IL_00da: { bool L_31 = V_0; if (!L_31) { goto IL_010b; } } { X509Certificate_t489243025 * L_32 = ___certificate0; NullCheck(L_32); DSA_t2386879874 * L_33 = X509Certificate_get_DSA_m565099499(L_32, /*hidden argument*/NULL); NullCheck(L_33); DSAParameters_t1885824122 L_34 = VirtFuncInvoker1< DSAParameters_t1885824122 , bool >::Invoke(11 /* System.Security.Cryptography.DSAParameters System.Security.Cryptography.DSA::ExportParameters(System.Boolean) */, L_33, (bool)0); V_5 = L_34; DSA_t2386879874 * L_35 = DSA_Create_m1220983153(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set__key_0(L_35); AsymmetricAlgorithm_t932037087 * L_36 = __this->get__key_0(); DSAParameters_t1885824122 L_37 = V_5; NullCheck(((DSA_t2386879874 *)IsInstClass((RuntimeObject*)L_36, DSA_t2386879874_il2cpp_TypeInfo_var))); VirtActionInvoker1< DSAParameters_t1885824122 >::Invoke(12 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, ((DSA_t2386879874 *)IsInstClass((RuntimeObject*)L_36, DSA_t2386879874_il2cpp_TypeInfo_var)), L_37); } IL_010b: { X509Certificate_t489243025 * L_38 = ___certificate0; NullCheck(L_38); String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String Mono.Security.X509.X509Certificate::get_KeyAlgorithm() */, L_38); Oid_t3552120260 * L_40 = (Oid_t3552120260 *)il2cpp_codegen_object_new(Oid_t3552120260_il2cpp_TypeInfo_var); Oid__ctor_m1869590876(L_40, L_39, /*hidden argument*/NULL); __this->set__oid_3(L_40); Oid_t3552120260 * L_41 = __this->get__oid_3(); X509Certificate_t489243025 * L_42 = ___certificate0; NullCheck(L_42); ByteU5BU5D_t4116647657* L_43 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(9 /* System.Byte[] Mono.Security.X509.X509Certificate::get_PublicKey() */, L_42); AsnEncodedData_t382354011 * L_44 = (AsnEncodedData_t382354011 *)il2cpp_codegen_object_new(AsnEncodedData_t382354011_il2cpp_TypeInfo_var); AsnEncodedData__ctor_m119764527(L_44, L_41, L_43, /*hidden argument*/NULL); __this->set__keyValue_1(L_44); Oid_t3552120260 * L_45 = __this->get__oid_3(); X509Certificate_t489243025 * L_46 = ___certificate0; NullCheck(L_46); ByteU5BU5D_t4116647657* L_47 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] Mono.Security.X509.X509Certificate::get_KeyAlgorithmParameters() */, L_46); AsnEncodedData_t382354011 * L_48 = (AsnEncodedData_t382354011 *)il2cpp_codegen_object_new(AsnEncodedData_t382354011_il2cpp_TypeInfo_var); AsnEncodedData__ctor_m119764527(L_48, L_45, L_47, /*hidden argument*/NULL); __this->set__params_2(L_48); return; } } // System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::get_EncodedKeyValue() extern "C" IL2CPP_METHOD_ATTR AsnEncodedData_t382354011 * PublicKey_get_EncodedKeyValue_m199315148 (PublicKey_t3779582684 * __this, const RuntimeMethod* method) { { AsnEncodedData_t382354011 * L_0 = __this->get__keyValue_1(); return L_0; } } // System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::get_EncodedParameters() extern "C" IL2CPP_METHOD_ATTR AsnEncodedData_t382354011 * PublicKey_get_EncodedParameters_m4197029957 (PublicKey_t3779582684 * __this, const RuntimeMethod* method) { { AsnEncodedData_t382354011 * L_0 = __this->get__params_2(); return L_0; } } // System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.PublicKey::get_Key() extern "C" IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t932037087 * PublicKey_get_Key_m3077215602 (PublicKey_t3779582684 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PublicKey_get_Key_m3077215602_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; Dictionary_2_t2736202052 * V_2 = NULL; int32_t V_3 = 0; { AsymmetricAlgorithm_t932037087 * L_0 = __this->get__key_0(); if (L_0) { goto IL_00d7; } } { Oid_t3552120260 * L_1 = __this->get__oid_3(); NullCheck(L_1); String_t* L_2 = Oid_get_Value_m743416803(L_1, /*hidden argument*/NULL); V_1 = L_2; String_t* L_3 = V_1; if (!L_3) { goto IL_00b1; } } { Dictionary_2_t2736202052 * L_4 = ((PublicKey_t3779582684_StaticFields*)il2cpp_codegen_static_fields_for(PublicKey_t3779582684_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map16_4(); if (L_4) { goto IL_004c; } } { Dictionary_2_t2736202052 * L_5 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_5, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_2 = L_5; Dictionary_2_t2736202052 * L_6 = V_2; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral3723533260, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_2; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral254300464, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_2; ((PublicKey_t3779582684_StaticFields*)il2cpp_codegen_static_fields_for(PublicKey_t3779582684_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map16_4(L_8); } IL_004c: { Dictionary_2_t2736202052 * L_9 = ((PublicKey_t3779582684_StaticFields*)il2cpp_codegen_static_fields_for(PublicKey_t3779582684_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map16_4(); String_t* L_10 = V_1; NullCheck(L_9); bool L_11 = Dictionary_2_TryGetValue_m1013208020(L_9, L_10, (&V_3), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_11) { goto IL_00b1; } } { int32_t L_12 = V_3; if (!L_12) { goto IL_0070; } } { int32_t L_13 = V_3; if ((((int32_t)L_13) == ((int32_t)1))) { goto IL_008b; } } { goto IL_00b1; } IL_0070: { AsnEncodedData_t382354011 * L_14 = __this->get__keyValue_1(); NullCheck(L_14); ByteU5BU5D_t4116647657* L_15 = AsnEncodedData_get_RawData_m1706087592(L_14, /*hidden argument*/NULL); RSA_t2385438082 * L_16 = PublicKey_DecodeRSA_m1824703659(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); __this->set__key_0(L_16); goto IL_00d7; } IL_008b: { AsnEncodedData_t382354011 * L_17 = __this->get__keyValue_1(); NullCheck(L_17); ByteU5BU5D_t4116647657* L_18 = AsnEncodedData_get_RawData_m1706087592(L_17, /*hidden argument*/NULL); AsnEncodedData_t382354011 * L_19 = __this->get__params_2(); NullCheck(L_19); ByteU5BU5D_t4116647657* L_20 = AsnEncodedData_get_RawData_m1706087592(L_19, /*hidden argument*/NULL); DSA_t2386879874 * L_21 = PublicKey_DecodeDSA_m3490622362(NULL /*static, unused*/, L_18, L_20, /*hidden argument*/NULL); __this->set__key_0(L_21); goto IL_00d7; } IL_00b1: { ObjectU5BU5D_t2843939325* L_22 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); Oid_t3552120260 * L_23 = __this->get__oid_3(); NullCheck(L_23); String_t* L_24 = Oid_get_Value_m743416803(L_23, /*hidden argument*/NULL); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_24); (L_22)->SetAt(static_cast(0), (RuntimeObject *)L_24); String_t* L_25 = Locale_GetText_m2640320736(NULL /*static, unused*/, _stringLiteral4226917831, L_22, /*hidden argument*/NULL); V_0 = L_25; String_t* L_26 = V_0; NotSupportedException_t1314879016 * L_27 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_27, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27,PublicKey_get_Key_m3077215602_RuntimeMethod_var); } IL_00d7: { AsymmetricAlgorithm_t932037087 * L_28 = __this->get__key_0(); return L_28; } } // System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.PublicKey::get_Oid() extern "C" IL2CPP_METHOD_ATTR Oid_t3552120260 * PublicKey_get_Oid_m2056027242 (PublicKey_t3779582684 * __this, const RuntimeMethod* method) { { Oid_t3552120260 * L_0 = __this->get__oid_3(); return L_0; } } // System.Byte[] System.Security.Cryptography.X509Certificates.PublicKey::GetUnsignedBigInteger(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* PublicKey_GetUnsignedBigInteger_m3873409673 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___integer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PublicKey_GetUnsignedBigInteger_m3873409673_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_t4116647657* V_1 = NULL; { ByteU5BU5D_t4116647657* L_0 = ___integer0; NullCheck(L_0); int32_t L_1 = 0; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); if (!L_2) { goto IL_000a; } } { ByteU5BU5D_t4116647657* L_3 = ___integer0; return L_3; } IL_000a: { ByteU5BU5D_t4116647657* L_4 = ___integer0; NullCheck(L_4); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), (int32_t)1)); int32_t L_5 = V_0; V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_5)); ByteU5BU5D_t4116647657* L_6 = ___integer0; ByteU5BU5D_t4116647657* L_7 = V_1; int32_t L_8 = V_0; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, 1, (RuntimeArray *)(RuntimeArray *)L_7, 0, L_8, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_9 = V_1; return L_9; } } // System.Security.Cryptography.DSA System.Security.Cryptography.X509Certificates.PublicKey::DecodeDSA(System.Byte[],System.Byte[]) extern "C" IL2CPP_METHOD_ATTR DSA_t2386879874 * PublicKey_DecodeDSA_m3490622362 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___rawPublicKey0, ByteU5BU5D_t4116647657* ___rawParameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PublicKey_DecodeDSA_m3490622362_MetadataUsageId); s_Il2CppMethodInitialized = true; } DSAParameters_t1885824122 V_0; memset(&V_0, 0, sizeof(V_0)); ASN1_t2114160833 * V_1 = NULL; ASN1_t2114160833 * V_2 = NULL; Exception_t * V_3 = NULL; String_t* V_4 = NULL; DSA_t2386879874 * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { il2cpp_codegen_initobj((&V_0), sizeof(DSAParameters_t1885824122 )); } IL_0008: try { // begin try (depth: 1) { ByteU5BU5D_t4116647657* L_0 = ___rawPublicKey0; ASN1_t2114160833 * L_1 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m1219137533(L_1, L_0, /*hidden argument*/NULL); V_1 = L_1; ASN1_t2114160833 * L_2 = V_1; NullCheck(L_2); uint8_t L_3 = ASN1_get_Tag_m1863840805(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_002b; } } IL_001b: { String_t* L_4 = Locale_GetText_m3875126938(NULL /*static, unused*/, _stringLiteral572547426, /*hidden argument*/NULL); CryptographicException_t248831461 * L_5 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,PublicKey_DecodeDSA_m3490622362_RuntimeMethod_var); } IL_002b: { ASN1_t2114160833 * L_6 = V_1; NullCheck(L_6); ByteU5BU5D_t4116647657* L_7 = ASN1_get_Value_m3619295991(L_6, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_8 = PublicKey_GetUnsignedBigInteger_m3873409673(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); (&V_0)->set_Y_7(L_8); ByteU5BU5D_t4116647657* L_9 = ___rawParameters1; ASN1_t2114160833 * L_10 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m1219137533(L_10, L_9, /*hidden argument*/NULL); V_2 = L_10; ASN1_t2114160833 * L_11 = V_2; if (!L_11) { goto IL_0063; } } IL_004a: { ASN1_t2114160833 * L_12 = V_2; NullCheck(L_12); uint8_t L_13 = ASN1_get_Tag_m1863840805(L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)48))))) { goto IL_0063; } } IL_0057: { ASN1_t2114160833 * L_14 = V_2; NullCheck(L_14); int32_t L_15 = ASN1_get_Count_m3039939183(L_14, /*hidden argument*/NULL); if ((((int32_t)L_15) >= ((int32_t)3))) { goto IL_0073; } } IL_0063: { String_t* L_16 = Locale_GetText_m3875126938(NULL /*static, unused*/, _stringLiteral2386326741, /*hidden argument*/NULL); CryptographicException_t248831461 * L_17 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_17, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,PublicKey_DecodeDSA_m3490622362_RuntimeMethod_var); } IL_0073: { ASN1_t2114160833 * L_18 = V_2; NullCheck(L_18); ASN1_t2114160833 * L_19 = ASN1_get_Item_m315148275(L_18, 0, /*hidden argument*/NULL); NullCheck(L_19); uint8_t L_20 = ASN1_get_Tag_m1863840805(L_19, /*hidden argument*/NULL); if ((!(((uint32_t)L_20) == ((uint32_t)2)))) { goto IL_00a9; } } IL_0085: { ASN1_t2114160833 * L_21 = V_2; NullCheck(L_21); ASN1_t2114160833 * L_22 = ASN1_get_Item_m315148275(L_21, 1, /*hidden argument*/NULL); NullCheck(L_22); uint8_t L_23 = ASN1_get_Tag_m1863840805(L_22, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)2)))) { goto IL_00a9; } } IL_0097: { ASN1_t2114160833 * L_24 = V_2; NullCheck(L_24); ASN1_t2114160833 * L_25 = ASN1_get_Item_m315148275(L_24, 2, /*hidden argument*/NULL); NullCheck(L_25); uint8_t L_26 = ASN1_get_Tag_m1863840805(L_25, /*hidden argument*/NULL); if ((((int32_t)L_26) == ((int32_t)2))) { goto IL_00b9; } } IL_00a9: { String_t* L_27 = Locale_GetText_m3875126938(NULL /*static, unused*/, _stringLiteral3293634014, /*hidden argument*/NULL); CryptographicException_t248831461 * L_28 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_28, L_27, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28,PublicKey_DecodeDSA_m3490622362_RuntimeMethod_var); } IL_00b9: { ASN1_t2114160833 * L_29 = V_2; NullCheck(L_29); ASN1_t2114160833 * L_30 = ASN1_get_Item_m315148275(L_29, 0, /*hidden argument*/NULL); NullCheck(L_30); ByteU5BU5D_t4116647657* L_31 = ASN1_get_Value_m3619295991(L_30, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_32 = PublicKey_GetUnsignedBigInteger_m3873409673(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); (&V_0)->set_P_3(L_32); ASN1_t2114160833 * L_33 = V_2; NullCheck(L_33); ASN1_t2114160833 * L_34 = ASN1_get_Item_m315148275(L_33, 1, /*hidden argument*/NULL); NullCheck(L_34); ByteU5BU5D_t4116647657* L_35 = ASN1_get_Value_m3619295991(L_34, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_36 = PublicKey_GetUnsignedBigInteger_m3873409673(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); (&V_0)->set_Q_4(L_36); ASN1_t2114160833 * L_37 = V_2; NullCheck(L_37); ASN1_t2114160833 * L_38 = ASN1_get_Item_m315148275(L_37, 2, /*hidden argument*/NULL); NullCheck(L_38); ByteU5BU5D_t4116647657* L_39 = ASN1_get_Value_m3619295991(L_38, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_40 = PublicKey_GetUnsignedBigInteger_m3873409673(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); (&V_0)->set_G_1(L_40); goto IL_0121; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0106; throw e; } CATCH_0106: { // begin catch(System.Exception) { V_3 = ((Exception_t *)__exception_local); String_t* L_41 = Locale_GetText_m3875126938(NULL /*static, unused*/, _stringLiteral2768669688, /*hidden argument*/NULL); V_4 = L_41; String_t* L_42 = V_4; Exception_t * L_43 = V_3; CryptographicException_t248831461 * L_44 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m1422015889(L_44, L_42, L_43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44,PublicKey_DecodeDSA_m3490622362_RuntimeMethod_var); } IL_011c: { goto IL_0121; } } // end catch (depth: 1) IL_0121: { ByteU5BU5D_t4116647657* L_45 = (&V_0)->get_Y_7(); NullCheck(L_45); DSACryptoServiceProvider_t3992668923 * L_46 = (DSACryptoServiceProvider_t3992668923 *)il2cpp_codegen_object_new(DSACryptoServiceProvider_t3992668923_il2cpp_TypeInfo_var); DSACryptoServiceProvider__ctor_m1139102382(L_46, ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_45)->max_length))))<<(int32_t)3)), /*hidden argument*/NULL); V_5 = L_46; DSA_t2386879874 * L_47 = V_5; DSAParameters_t1885824122 L_48 = V_0; NullCheck(L_47); VirtActionInvoker1< DSAParameters_t1885824122 >::Invoke(12 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, L_47, L_48); DSA_t2386879874 * L_49 = V_5; return L_49; } } // System.Security.Cryptography.RSA System.Security.Cryptography.X509Certificates.PublicKey::DecodeRSA(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR RSA_t2385438082 * PublicKey_DecodeRSA_m1824703659 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___rawPublicKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PublicKey_DecodeRSA_m1824703659_MetadataUsageId); s_Il2CppMethodInitialized = true; } RSAParameters_t1728406613 V_0; memset(&V_0, 0, sizeof(V_0)); ASN1_t2114160833 * V_1 = NULL; ASN1_t2114160833 * V_2 = NULL; ASN1_t2114160833 * V_3 = NULL; Exception_t * V_4 = NULL; String_t* V_5 = NULL; int32_t V_6 = 0; RSA_t2385438082 * V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { il2cpp_codegen_initobj((&V_0), sizeof(RSAParameters_t1728406613 )); } IL_0008: try { // begin try (depth: 1) { ByteU5BU5D_t4116647657* L_0 = ___rawPublicKey0; ASN1_t2114160833 * L_1 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m1219137533(L_1, L_0, /*hidden argument*/NULL); V_1 = L_1; ASN1_t2114160833 * L_2 = V_1; NullCheck(L_2); int32_t L_3 = ASN1_get_Count_m3039939183(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002a; } } IL_001a: { String_t* L_4 = Locale_GetText_m3875126938(NULL /*static, unused*/, _stringLiteral3485292486, /*hidden argument*/NULL); CryptographicException_t248831461 * L_5 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,PublicKey_DecodeRSA_m1824703659_RuntimeMethod_var); } IL_002a: { ASN1_t2114160833 * L_6 = V_1; NullCheck(L_6); ASN1_t2114160833 * L_7 = ASN1_get_Item_m315148275(L_6, 0, /*hidden argument*/NULL); V_2 = L_7; ASN1_t2114160833 * L_8 = V_2; if (!L_8) { goto IL_0044; } } IL_0038: { ASN1_t2114160833 * L_9 = V_2; NullCheck(L_9); uint8_t L_10 = ASN1_get_Tag_m1863840805(L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) == ((int32_t)2))) { goto IL_0054; } } IL_0044: { String_t* L_11 = Locale_GetText_m3875126938(NULL /*static, unused*/, _stringLiteral976582935, /*hidden argument*/NULL); CryptographicException_t248831461 * L_12 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,PublicKey_DecodeRSA_m1824703659_RuntimeMethod_var); } IL_0054: { ASN1_t2114160833 * L_13 = V_1; NullCheck(L_13); ASN1_t2114160833 * L_14 = ASN1_get_Item_m315148275(L_13, 1, /*hidden argument*/NULL); V_3 = L_14; ASN1_t2114160833 * L_15 = V_3; NullCheck(L_15); uint8_t L_16 = ASN1_get_Tag_m1863840805(L_15, /*hidden argument*/NULL); if ((((int32_t)L_16) == ((int32_t)2))) { goto IL_0078; } } IL_0068: { String_t* L_17 = Locale_GetText_m3875126938(NULL /*static, unused*/, _stringLiteral10098279, /*hidden argument*/NULL); CryptographicException_t248831461 * L_18 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,PublicKey_DecodeRSA_m1824703659_RuntimeMethod_var); } IL_0078: { ASN1_t2114160833 * L_19 = V_2; NullCheck(L_19); ByteU5BU5D_t4116647657* L_20 = ASN1_get_Value_m3619295991(L_19, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_21 = PublicKey_GetUnsignedBigInteger_m3873409673(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); (&V_0)->set_Modulus_6(L_21); ASN1_t2114160833 * L_22 = V_3; NullCheck(L_22); ByteU5BU5D_t4116647657* L_23 = ASN1_get_Value_m3619295991(L_22, /*hidden argument*/NULL); (&V_0)->set_Exponent_7(L_23); goto IL_00b9; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_009c; throw e; } CATCH_009c: { // begin catch(System.Exception) { V_4 = ((Exception_t *)__exception_local); String_t* L_24 = Locale_GetText_m3875126938(NULL /*static, unused*/, _stringLiteral2768669688, /*hidden argument*/NULL); V_5 = L_24; String_t* L_25 = V_5; Exception_t * L_26 = V_4; CryptographicException_t248831461 * L_27 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m1422015889(L_27, L_25, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27,PublicKey_DecodeRSA_m1824703659_RuntimeMethod_var); } IL_00b4: { goto IL_00b9; } } // end catch (depth: 1) IL_00b9: { ByteU5BU5D_t4116647657* L_28 = (&V_0)->get_Modulus_6(); NullCheck(L_28); V_6 = ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))<<(int32_t)3)); int32_t L_29 = V_6; RSACryptoServiceProvider_t2683512874 * L_30 = (RSACryptoServiceProvider_t2683512874 *)il2cpp_codegen_object_new(RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var); RSACryptoServiceProvider__ctor_m2378475222(L_30, L_29, /*hidden argument*/NULL); V_7 = L_30; RSA_t2385438082 * L_31 = V_7; RSAParameters_t1728406613 L_32 = V_0; NullCheck(L_31); VirtActionInvoker1< RSAParameters_t1728406613 >::Invoke(13 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_31, L_32); RSA_t2385438082 * L_33 = V_7; return L_33; } } #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.Security.Cryptography.X509Certificates.X500DistinguishedName::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void X500DistinguishedName__ctor_m3469219344 (X500DistinguishedName_t875709727 * __this, ByteU5BU5D_t4116647657* ___encodedDistinguishedName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X500DistinguishedName__ctor_m3469219344_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AsnEncodedData__ctor_m3792312694(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___encodedDistinguishedName0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4055160170, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,X500DistinguishedName__ctor_m3469219344_RuntimeMethod_var); } IL_0017: { Oid_t3552120260 * L_2 = (Oid_t3552120260 *)il2cpp_codegen_object_new(Oid_t3552120260_il2cpp_TypeInfo_var); Oid__ctor_m738937194(L_2, /*hidden argument*/NULL); AsnEncodedData_set_Oid_m351300829(__this, L_2, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_3 = ___encodedDistinguishedName0; AsnEncodedData_set_RawData_m1598714608(__this, L_3, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_4 = ___encodedDistinguishedName0; NullCheck(L_4); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) <= ((int32_t)0))) { goto IL_003d; } } { X500DistinguishedName_DecodeRawData_m3790804100(__this, /*hidden argument*/NULL); goto IL_0048; } IL_003d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_name_3(L_5); } IL_0048: { return; } } // System.String System.Security.Cryptography.X509Certificates.X500DistinguishedName::Decode(System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags) extern "C" IL2CPP_METHOD_ATTR String_t* X500DistinguishedName_Decode_m3521921960 (X500DistinguishedName_t875709727 * __this, int32_t ___flag0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X500DistinguishedName_Decode_m3521921960_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; String_t* V_2 = NULL; ASN1_t2114160833 * V_3 = NULL; { int32_t L_0 = ___flag0; if (!L_0) { goto IL_001d; } } { int32_t L_1 = ___flag0; if (((int32_t)((int32_t)L_1&(int32_t)((int32_t)29169)))) { goto IL_001d; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_2, _stringLiteral2006314719, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,X500DistinguishedName_Decode_m3521921960_RuntimeMethod_var); } IL_001d: { ByteU5BU5D_t4116647657* L_3 = AsnEncodedData_get_RawData_m1706087592(__this, /*hidden argument*/NULL); NullCheck(L_3); if ((((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) { goto IL_0030; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } IL_0030: { int32_t L_5 = ___flag0; V_0 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_5&(int32_t)1))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_6 = ___flag0; V_1 = (bool)((((int32_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)64)))) == ((int32_t)0))? 1 : 0); int32_t L_7 = ___flag0; String_t* L_8 = X500DistinguishedName_GetSeparator_m1336760642(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); V_2 = L_8; ByteU5BU5D_t4116647657* L_9 = AsnEncodedData_get_RawData_m1706087592(__this, /*hidden argument*/NULL); ASN1_t2114160833 * L_10 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m1219137533(L_10, L_9, /*hidden argument*/NULL); V_3 = L_10; ASN1_t2114160833 * L_11 = V_3; bool L_12 = V_0; String_t* L_13 = V_2; bool L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824426_il2cpp_TypeInfo_var); String_t* L_15 = X501_ToString_m1148552872(NULL /*static, unused*/, L_11, L_12, L_13, L_14, /*hidden argument*/NULL); return L_15; } } // System.String System.Security.Cryptography.X509Certificates.X500DistinguishedName::GetSeparator(System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags) extern "C" IL2CPP_METHOD_ATTR String_t* X500DistinguishedName_GetSeparator_m1336760642 (RuntimeObject * __this /* static, unused */, int32_t ___flag0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X500DistinguishedName_GetSeparator_m1336760642_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___flag0; if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) { goto IL_000f; } } { return _stringLiteral3450517397; } IL_000f: { int32_t L_1 = ___flag0; if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)128)))) { goto IL_0021; } } { return _stringLiteral3450517380; } IL_0021: { int32_t L_2 = ___flag0; if (!((int32_t)((int32_t)L_2&(int32_t)((int32_t)256)))) { goto IL_0033; } } { String_t* L_3 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); return L_3; } IL_0033: { return _stringLiteral3450517380; } } // System.Void System.Security.Cryptography.X509Certificates.X500DistinguishedName::DecodeRawData() extern "C" IL2CPP_METHOD_ATTR void X500DistinguishedName_DecodeRawData_m3790804100 (X500DistinguishedName_t875709727 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X500DistinguishedName_DecodeRawData_m3790804100_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_t2114160833 * V_0 = NULL; { ByteU5BU5D_t4116647657* L_0 = AsnEncodedData_get_RawData_m1706087592(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0019; } } { ByteU5BU5D_t4116647657* L_1 = AsnEncodedData_get_RawData_m1706087592(__this, /*hidden argument*/NULL); NullCheck(L_1); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) >= ((int32_t)3))) { goto IL_0025; } } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_name_3(L_2); return; } IL_0025: { ByteU5BU5D_t4116647657* L_3 = AsnEncodedData_get_RawData_m1706087592(__this, /*hidden argument*/NULL); ASN1_t2114160833 * L_4 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m1219137533(L_4, L_3, /*hidden argument*/NULL); V_0 = L_4; ASN1_t2114160833 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(X501_t1758824426_il2cpp_TypeInfo_var); String_t* L_6 = X501_ToString_m1148552872(NULL /*static, unused*/, L_5, (bool)1, _stringLiteral3450517380, (bool)1, /*hidden argument*/NULL); __this->set_name_3(L_6); return; } } // System.String System.Security.Cryptography.X509Certificates.X500DistinguishedName::Canonize(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* X500DistinguishedName_Canonize_m2594679403 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X500DistinguishedName_Canonize_m2594679403_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringBuilder_t * V_1 = NULL; bool V_2 = false; { String_t* L_0 = ___s0; NullCheck(L_0); int32_t L_1 = String_IndexOf_m363431711(L_0, ((int32_t)61), /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = ___s0; int32_t L_3 = V_0; NullCheck(L_2); String_t* L_4 = String_Substring_m1610150815(L_2, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); StringBuilder_t * L_5 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2989139009(L_5, L_4, /*hidden argument*/NULL); V_1 = L_5; goto IL_001e; } IL_001e: { String_t* L_6 = ___s0; int32_t L_7 = V_0; int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); V_0 = L_8; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_9 = Char_IsWhiteSpace_m3213701995(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_001e; } } { String_t* L_10 = ___s0; NullCheck(L_10); String_t* L_11 = String_TrimEnd_m3824727301(L_10, ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); ___s0 = L_11; V_2 = (bool)0; goto IL_0081; } IL_0043: { bool L_12 = V_2; if (!L_12) { goto IL_005c; } } { String_t* L_13 = ___s0; int32_t L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_15 = Char_IsWhiteSpace_m3213701995(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); V_2 = L_15; bool L_16 = V_2; if (!L_16) { goto IL_005c; } } { goto IL_007d; } IL_005c: { String_t* L_17 = ___s0; int32_t L_18 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_19 = Char_IsWhiteSpace_m3213701995(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_006a; } } { V_2 = (bool)1; } IL_006a: { StringBuilder_t * L_20 = V_1; String_t* L_21 = ___s0; int32_t L_22 = V_0; NullCheck(L_21); Il2CppChar L_23 = String_get_Chars_m2986988803(L_21, L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_24 = Char_ToUpperInvariant_m3658711221(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); NullCheck(L_20); StringBuilder_Append_m2383614642(L_20, L_24, /*hidden argument*/NULL); } IL_007d: { int32_t L_25 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_0081: { int32_t L_26 = V_0; String_t* L_27 = ___s0; NullCheck(L_27); int32_t L_28 = String_get_Length_m3847582255(L_27, /*hidden argument*/NULL); if ((((int32_t)L_26) < ((int32_t)L_28))) { goto IL_0043; } } { StringBuilder_t * L_29 = V_1; NullCheck(L_29); String_t* L_30 = StringBuilder_ToString_m3317489284(L_29, /*hidden argument*/NULL); return L_30; } } // System.Boolean System.Security.Cryptography.X509Certificates.X500DistinguishedName::AreEqual(System.Security.Cryptography.X509Certificates.X500DistinguishedName,System.Security.Cryptography.X509Certificates.X500DistinguishedName) extern "C" IL2CPP_METHOD_ATTR bool X500DistinguishedName_AreEqual_m2828302026 (RuntimeObject * __this /* static, unused */, X500DistinguishedName_t875709727 * ___name10, X500DistinguishedName_t875709727 * ___name21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X500DistinguishedName_AreEqual_m2828302026_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringU5BU5D_t1281789340* V_1 = NULL; StringU5BU5D_t1281789340* V_2 = NULL; StringU5BU5D_t1281789340* V_3 = NULL; int32_t V_4 = 0; { X500DistinguishedName_t875709727 * L_0 = ___name10; if (L_0) { goto IL_000b; } } { X500DistinguishedName_t875709727 * L_1 = ___name21; return (bool)((((RuntimeObject*)(X500DistinguishedName_t875709727 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_000b: { X500DistinguishedName_t875709727 * L_2 = ___name21; if (L_2) { goto IL_0013; } } { return (bool)0; } IL_0013: { V_0 = ((int32_t)320); StringU5BU5D_t1281789340* L_3 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_4 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (String_t*)L_4); V_1 = L_3; X500DistinguishedName_t875709727 * L_5 = ___name10; int32_t L_6 = V_0; NullCheck(L_5); String_t* L_7 = X500DistinguishedName_Decode_m3521921960(L_5, L_6, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_8 = V_1; NullCheck(L_7); StringU5BU5D_t1281789340* L_9 = String_Split_m4013853433(L_7, L_8, 1, /*hidden argument*/NULL); V_2 = L_9; X500DistinguishedName_t875709727 * L_10 = ___name21; int32_t L_11 = V_0; NullCheck(L_10); String_t* L_12 = X500DistinguishedName_Decode_m3521921960(L_10, L_11, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_13 = V_1; NullCheck(L_12); StringU5BU5D_t1281789340* L_14 = String_Split_m4013853433(L_12, L_13, 1, /*hidden argument*/NULL); V_3 = L_14; StringU5BU5D_t1281789340* L_15 = V_2; NullCheck(L_15); StringU5BU5D_t1281789340* L_16 = V_3; NullCheck(L_16); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))))) { goto IL_0053; } } { return (bool)0; } IL_0053: { V_4 = 0; goto IL_007f; } IL_005b: { StringU5BU5D_t1281789340* L_17 = V_2; int32_t L_18 = V_4; NullCheck(L_17); int32_t L_19 = L_18; String_t* L_20 = (L_17)->GetAt(static_cast(L_19)); String_t* L_21 = X500DistinguishedName_Canonize_m2594679403(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_22 = V_3; int32_t L_23 = V_4; NullCheck(L_22); int32_t L_24 = L_23; String_t* L_25 = (L_22)->GetAt(static_cast(L_24)); String_t* L_26 = X500DistinguishedName_Canonize_m2594679403(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_27 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_21, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0079; } } { return (bool)0; } IL_0079: { int32_t L_28 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_007f: { int32_t L_29 = V_4; StringU5BU5D_t1281789340* L_30 = V_2; NullCheck(L_30); if ((((int32_t)L_29) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length))))))) { goto IL_005b; } } { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::.ctor() extern "C" IL2CPP_METHOD_ATTR void X509BasicConstraintsExtension__ctor_m3136793028 (X509BasicConstraintsExtension_t2828968862 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509BasicConstraintsExtension__ctor_m3136793028_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Extension__ctor_m1624259472(__this, /*hidden argument*/NULL); Oid_t3552120260 * L_0 = (Oid_t3552120260 *)il2cpp_codegen_object_new(Oid_t3552120260_il2cpp_TypeInfo_var); Oid__ctor_m3344148807(L_0, _stringLiteral1004423994, _stringLiteral1789925925, /*hidden argument*/NULL); ((AsnEncodedData_t382354011 *)__this)->set__oid_0(L_0); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void X509BasicConstraintsExtension__ctor_m1244152959 (X509BasicConstraintsExtension_t2828968862 * __this, AsnEncodedData_t382354011 * ___encodedBasicConstraints0, bool ___critical1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509BasicConstraintsExtension__ctor_m1244152959_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Extension__ctor_m1624259472(__this, /*hidden argument*/NULL); Oid_t3552120260 * L_0 = (Oid_t3552120260 *)il2cpp_codegen_object_new(Oid_t3552120260_il2cpp_TypeInfo_var); Oid__ctor_m3344148807(L_0, _stringLiteral1004423994, _stringLiteral1789925925, /*hidden argument*/NULL); ((AsnEncodedData_t382354011 *)__this)->set__oid_0(L_0); AsnEncodedData_t382354011 * L_1 = ___encodedBasicConstraints0; NullCheck(L_1); ByteU5BU5D_t4116647657* L_2 = AsnEncodedData_get_RawData_m1706087592(L_1, /*hidden argument*/NULL); ((AsnEncodedData_t382354011 *)__this)->set__raw_1(L_2); bool L_3 = ___critical1; X509Extension_set_Critical_m1180944253(__this, L_3, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_4 = AsnEncodedData_get_RawData_m1706087592(__this, /*hidden argument*/NULL); int32_t L_5 = X509BasicConstraintsExtension_Decode_m120598446(__this, L_4, /*hidden argument*/NULL); __this->set__status_9(L_5); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::.ctor(System.Boolean,System.Boolean,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void X509BasicConstraintsExtension__ctor_m3721156175 (X509BasicConstraintsExtension_t2828968862 * __this, bool ___certificateAuthority0, bool ___hasPathLengthConstraint1, int32_t ___pathLengthConstraint2, bool ___critical3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509BasicConstraintsExtension__ctor_m3721156175_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Extension__ctor_m1624259472(__this, /*hidden argument*/NULL); bool L_0 = ___hasPathLengthConstraint1; if (!L_0) { goto IL_0025; } } { int32_t L_1 = ___pathLengthConstraint2; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_001e; } } { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_2, _stringLiteral3846273004, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,X509BasicConstraintsExtension__ctor_m3721156175_RuntimeMethod_var); } IL_001e: { int32_t L_3 = ___pathLengthConstraint2; __this->set__pathLengthConstraint_8(L_3); } IL_0025: { bool L_4 = ___hasPathLengthConstraint1; __this->set__hasPathLengthConstraint_7(L_4); bool L_5 = ___certificateAuthority0; __this->set__certificateAuthority_6(L_5); Oid_t3552120260 * L_6 = (Oid_t3552120260 *)il2cpp_codegen_object_new(Oid_t3552120260_il2cpp_TypeInfo_var); Oid__ctor_m3344148807(L_6, _stringLiteral1004423994, _stringLiteral1789925925, /*hidden argument*/NULL); ((AsnEncodedData_t382354011 *)__this)->set__oid_0(L_6); bool L_7 = ___critical3; X509Extension_set_Critical_m1180944253(__this, L_7, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_8 = X509BasicConstraintsExtension_Encode_m2310708419(__this, /*hidden argument*/NULL); AsnEncodedData_set_RawData_m1598714608(__this, L_8, /*hidden argument*/NULL); return; } } // System.Boolean System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::get_CertificateAuthority() extern "C" IL2CPP_METHOD_ATTR bool X509BasicConstraintsExtension_get_CertificateAuthority_m3360658367 (X509BasicConstraintsExtension_t2828968862 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509BasicConstraintsExtension_get_CertificateAuthority_m3360658367_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get__status_9(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0019; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_0019; } } { goto IL_0020; } IL_0019: { bool L_3 = __this->get__certificateAuthority_6(); return L_3; } IL_0020: { CryptographicException_t248831461 * L_4 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_4, _stringLiteral348810891, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,X509BasicConstraintsExtension_get_CertificateAuthority_m3360658367_RuntimeMethod_var); } } // System.Boolean System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::get_HasPathLengthConstraint() extern "C" IL2CPP_METHOD_ATTR bool X509BasicConstraintsExtension_get_HasPathLengthConstraint_m2072837820 (X509BasicConstraintsExtension_t2828968862 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509BasicConstraintsExtension_get_HasPathLengthConstraint_m2072837820_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get__status_9(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0019; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_0019; } } { goto IL_0020; } IL_0019: { bool L_3 = __this->get__hasPathLengthConstraint_7(); return L_3; } IL_0020: { CryptographicException_t248831461 * L_4 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_4, _stringLiteral348810891, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,X509BasicConstraintsExtension_get_HasPathLengthConstraint_m2072837820_RuntimeMethod_var); } } // System.Int32 System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::get_PathLengthConstraint() extern "C" IL2CPP_METHOD_ATTR int32_t X509BasicConstraintsExtension_get_PathLengthConstraint_m1198369084 (X509BasicConstraintsExtension_t2828968862 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509BasicConstraintsExtension_get_PathLengthConstraint_m1198369084_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get__status_9(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0019; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_0019; } } { goto IL_0020; } IL_0019: { int32_t L_3 = __this->get__pathLengthConstraint_8(); return L_3; } IL_0020: { CryptographicException_t248831461 * L_4 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_4, _stringLiteral348810891, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,X509BasicConstraintsExtension_get_PathLengthConstraint_m1198369084_RuntimeMethod_var); } } // System.Void System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::CopyFrom(System.Security.Cryptography.AsnEncodedData) extern "C" IL2CPP_METHOD_ATTR void X509BasicConstraintsExtension_CopyFrom_m1931463033 (X509BasicConstraintsExtension_t2828968862 * __this, AsnEncodedData_t382354011 * ___asnEncodedData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509BasicConstraintsExtension_CopyFrom_m1931463033_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509Extension_t3272255153 * V_0 = NULL; { AsnEncodedData_t382354011 * L_0 = ___asnEncodedData0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral4213843305, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,X509BasicConstraintsExtension_CopyFrom_m1931463033_RuntimeMethod_var); } IL_0011: { AsnEncodedData_t382354011 * L_2 = ___asnEncodedData0; V_0 = ((X509Extension_t3272255153 *)IsInstClass((RuntimeObject*)L_2, X509Extension_t3272255153_il2cpp_TypeInfo_var)); X509Extension_t3272255153 * L_3 = V_0; if (L_3) { goto IL_0033; } } { String_t* L_4 = Locale_GetText_m3875126938(NULL /*static, unused*/, _stringLiteral992892252, /*hidden argument*/NULL); ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_5, L_4, _stringLiteral4213843305, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,X509BasicConstraintsExtension_CopyFrom_m1931463033_RuntimeMethod_var); } IL_0033: { X509Extension_t3272255153 * L_6 = V_0; NullCheck(L_6); Oid_t3552120260 * L_7 = ((AsnEncodedData_t382354011 *)L_6)->get__oid_0(); if (L_7) { goto IL_0058; } } { Oid_t3552120260 * L_8 = (Oid_t3552120260 *)il2cpp_codegen_object_new(Oid_t3552120260_il2cpp_TypeInfo_var); Oid__ctor_m3344148807(L_8, _stringLiteral1004423994, _stringLiteral1789925925, /*hidden argument*/NULL); ((AsnEncodedData_t382354011 *)__this)->set__oid_0(L_8); goto IL_0069; } IL_0058: { X509Extension_t3272255153 * L_9 = V_0; NullCheck(L_9); Oid_t3552120260 * L_10 = ((AsnEncodedData_t382354011 *)L_9)->get__oid_0(); Oid_t3552120260 * L_11 = (Oid_t3552120260 *)il2cpp_codegen_object_new(Oid_t3552120260_il2cpp_TypeInfo_var); Oid__ctor_m911618594(L_11, L_10, /*hidden argument*/NULL); ((AsnEncodedData_t382354011 *)__this)->set__oid_0(L_11); } IL_0069: { X509Extension_t3272255153 * L_12 = V_0; NullCheck(L_12); ByteU5BU5D_t4116647657* L_13 = AsnEncodedData_get_RawData_m1706087592(L_12, /*hidden argument*/NULL); AsnEncodedData_set_RawData_m1598714608(__this, L_13, /*hidden argument*/NULL); X509Extension_t3272255153 * L_14 = V_0; NullCheck(L_14); bool L_15 = X509Extension_get_Critical_m1315280133(L_14, /*hidden argument*/NULL); X509Extension_set_Critical_m1180944253(__this, L_15, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_16 = AsnEncodedData_get_RawData_m1706087592(__this, /*hidden argument*/NULL); int32_t L_17 = X509BasicConstraintsExtension_Decode_m120598446(__this, L_16, /*hidden argument*/NULL); __this->set__status_9(L_17); return; } } // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::Decode(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR int32_t X509BasicConstraintsExtension_Decode_m120598446 (X509BasicConstraintsExtension_t2828968862 * __this, ByteU5BU5D_t4116647657* ___extension0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509BasicConstraintsExtension_Decode_m120598446_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_t2114160833 * V_0 = NULL; int32_t V_1 = 0; ASN1_t2114160833 * V_2 = NULL; int32_t V_3 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ByteU5BU5D_t4116647657* L_0 = ___extension0; if (!L_0) { goto IL_000e; } } { ByteU5BU5D_t4116647657* L_1 = ___extension0; NullCheck(L_1); if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) { goto IL_0010; } } IL_000e: { return (int32_t)(1); } IL_0010: { ByteU5BU5D_t4116647657* L_2 = ___extension0; NullCheck(L_2); int32_t L_3 = 0; uint8_t L_4 = (L_2)->GetAt(static_cast(L_3)); if ((((int32_t)L_4) == ((int32_t)((int32_t)48)))) { goto IL_001c; } } { return (int32_t)(2); } IL_001c: { ByteU5BU5D_t4116647657* L_5 = ___extension0; NullCheck(L_5); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))) >= ((int32_t)3))) { goto IL_0038; } } { ByteU5BU5D_t4116647657* L_6 = ___extension0; NullCheck(L_6); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) == ((uint32_t)2)))) { goto IL_0036; } } { ByteU5BU5D_t4116647657* L_7 = ___extension0; NullCheck(L_7); int32_t L_8 = 1; uint8_t L_9 = (L_7)->GetAt(static_cast(L_8)); if (!L_9) { goto IL_0038; } } IL_0036: { return (int32_t)(3); } IL_0038: try { // begin try (depth: 1) { ByteU5BU5D_t4116647657* L_10 = ___extension0; ASN1_t2114160833 * L_11 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m1219137533(L_11, L_10, /*hidden argument*/NULL); V_0 = L_11; V_1 = 0; ASN1_t2114160833 * L_12 = V_0; int32_t L_13 = V_1; int32_t L_14 = L_13; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); NullCheck(L_12); ASN1_t2114160833 * L_15 = ASN1_get_Item_m315148275(L_12, L_14, /*hidden argument*/NULL); V_2 = L_15; ASN1_t2114160833 * L_16 = V_2; if (!L_16) { goto IL_0080; } } IL_0053: { ASN1_t2114160833 * L_17 = V_2; NullCheck(L_17); uint8_t L_18 = ASN1_get_Tag_m1863840805(L_17, /*hidden argument*/NULL); if ((!(((uint32_t)L_18) == ((uint32_t)1)))) { goto IL_0080; } } IL_005f: { ASN1_t2114160833 * L_19 = V_2; NullCheck(L_19); ByteU5BU5D_t4116647657* L_20 = ASN1_get_Value_m3619295991(L_19, /*hidden argument*/NULL); NullCheck(L_20); int32_t L_21 = 0; uint8_t L_22 = (L_20)->GetAt(static_cast(L_21)); __this->set__certificateAuthority_6((bool)((((int32_t)L_22) == ((int32_t)((int32_t)255)))? 1 : 0)); ASN1_t2114160833 * L_23 = V_0; int32_t L_24 = V_1; int32_t L_25 = L_24; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); NullCheck(L_23); ASN1_t2114160833 * L_26 = ASN1_get_Item_m315148275(L_23, L_25, /*hidden argument*/NULL); V_2 = L_26; } IL_0080: { ASN1_t2114160833 * L_27 = V_2; if (!L_27) { goto IL_00a5; } } IL_0086: { ASN1_t2114160833 * L_28 = V_2; NullCheck(L_28); uint8_t L_29 = ASN1_get_Tag_m1863840805(L_28, /*hidden argument*/NULL); if ((!(((uint32_t)L_29) == ((uint32_t)2)))) { goto IL_00a5; } } IL_0092: { __this->set__hasPathLengthConstraint_7((bool)1); ASN1_t2114160833 * L_30 = V_2; int32_t L_31 = ASN1Convert_ToInt32_m2228176117(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); __this->set__pathLengthConstraint_8(L_31); } IL_00a5: { goto IL_00b7; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00aa; throw e; } CATCH_00aa: { // begin catch(System.Object) { V_3 = 1; goto IL_00b9; } IL_00b2: { ; // IL_00b2: leave IL_00b7 } } // end catch (depth: 1) IL_00b7: { return (int32_t)(0); } IL_00b9: { int32_t L_32 = V_3; return L_32; } } // System.Byte[] System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::Encode() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* X509BasicConstraintsExtension_Encode_m2310708419 (X509BasicConstraintsExtension_t2828968862 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509BasicConstraintsExtension_Encode_m2310708419_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_t2114160833 * V_0 = NULL; { ASN1_t2114160833 * L_0 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m4216617981(L_0, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_0 = L_0; bool L_1 = __this->get__certificateAuthority_6(); if (!L_1) { goto IL_002e; } } { ASN1_t2114160833 * L_2 = V_0; ByteU5BU5D_t4116647657* L_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_3); (L_3)->SetAt(static_cast(0), (uint8_t)((int32_t)255)); ASN1_t2114160833 * L_4 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m3517592395(L_4, (uint8_t)1, L_3, /*hidden argument*/NULL); NullCheck(L_2); ASN1_Add_m3262603624(L_2, L_4, /*hidden argument*/NULL); } IL_002e: { bool L_5 = __this->get__hasPathLengthConstraint_7(); if (!L_5) { goto IL_006e; } } { int32_t L_6 = __this->get__pathLengthConstraint_8(); if (L_6) { goto IL_005c; } } { ASN1_t2114160833 * L_7 = V_0; ASN1_t2114160833 * L_8 = (ASN1_t2114160833 *)il2cpp_codegen_object_new(ASN1_t2114160833_il2cpp_TypeInfo_var); ASN1__ctor_m3517592395(L_8, (uint8_t)2, ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)1)), /*hidden argument*/NULL); NullCheck(L_7); ASN1_Add_m3262603624(L_7, L_8, /*hidden argument*/NULL); goto IL_006e; } IL_005c: { ASN1_t2114160833 * L_9 = V_0; int32_t L_10 = __this->get__pathLengthConstraint_8(); ASN1_t2114160833 * L_11 = ASN1Convert_FromInt32_m2294771542(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); NullCheck(L_9); ASN1_Add_m3262603624(L_9, L_11, /*hidden argument*/NULL); } IL_006e: { ASN1_t2114160833 * L_12 = V_0; NullCheck(L_12); ByteU5BU5D_t4116647657* L_13 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_12); return L_13; } } // System.String System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::ToString(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* X509BasicConstraintsExtension_ToString_m1809935297 (X509BasicConstraintsExtension_t2828968862 * __this, bool ___multiLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509BasicConstraintsExtension_ToString_m1809935297_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->get__status_9(); V_1 = L_0; int32_t L_1 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_0024; } case 1: { goto IL_002a; } case 2: { goto IL_002a; } case 3: { goto IL_0037; } } } { goto IL_003d; } IL_0024: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_2; } IL_002a: { ByteU5BU5D_t4116647657* L_3 = ((AsnEncodedData_t382354011 *)__this)->get__raw_1(); String_t* L_4 = X509Extension_FormatUnkownData_m3636863676(__this, L_3, /*hidden argument*/NULL); return L_4; } IL_0037: { return _stringLiteral1336185797; } IL_003d: { Oid_t3552120260 * L_5 = ((AsnEncodedData_t382354011 *)__this)->get__oid_0(); NullCheck(L_5); String_t* L_6 = Oid_get_Value_m743416803(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral1004423994, /*hidden argument*/NULL); if (!L_7) { goto IL_006d; } } { Oid_t3552120260 * L_8 = ((AsnEncodedData_t382354011 *)__this)->get__oid_0(); NullCheck(L_8); String_t* L_9 = Oid_get_Value_m743416803(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3129178779, L_9, /*hidden argument*/NULL); return L_10; } IL_006d: { StringBuilder_t * L_11 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_11, /*hidden argument*/NULL); V_0 = L_11; StringBuilder_t * L_12 = V_0; NullCheck(L_12); StringBuilder_Append_m1965104174(L_12, _stringLiteral3877567873, /*hidden argument*/NULL); bool L_13 = __this->get__certificateAuthority_6(); if (!L_13) { goto IL_009b; } } { StringBuilder_t * L_14 = V_0; NullCheck(L_14); StringBuilder_Append_m1965104174(L_14, _stringLiteral3456743389, /*hidden argument*/NULL); goto IL_00a7; } IL_009b: { StringBuilder_t * L_15 = V_0; NullCheck(L_15); StringBuilder_Append_m1965104174(L_15, _stringLiteral3958472319, /*hidden argument*/NULL); } IL_00a7: { bool L_16 = ___multiLine0; if (!L_16) { goto IL_00be; } } { StringBuilder_t * L_17 = V_0; String_t* L_18 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); StringBuilder_Append_m1965104174(L_17, L_18, /*hidden argument*/NULL); goto IL_00ca; } IL_00be: { StringBuilder_t * L_19 = V_0; NullCheck(L_19); StringBuilder_Append_m1965104174(L_19, _stringLiteral3450517380, /*hidden argument*/NULL); } IL_00ca: { StringBuilder_t * L_20 = V_0; NullCheck(L_20); StringBuilder_Append_m1965104174(L_20, _stringLiteral3269878952, /*hidden argument*/NULL); bool L_21 = __this->get__hasPathLengthConstraint_7(); if (!L_21) { goto IL_00f3; } } { StringBuilder_t * L_22 = V_0; int32_t L_23 = __this->get__pathLengthConstraint_8(); NullCheck(L_22); StringBuilder_Append_m890240332(L_22, L_23, /*hidden argument*/NULL); goto IL_00ff; } IL_00f3: { StringBuilder_t * L_24 = V_0; NullCheck(L_24); StringBuilder_Append_m1965104174(L_24, _stringLiteral2791739702, /*hidden argument*/NULL); } IL_00ff: { bool L_25 = ___multiLine0; if (!L_25) { goto IL_0111; } } { StringBuilder_t * L_26 = V_0; String_t* L_27 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_26); StringBuilder_Append_m1965104174(L_26, L_27, /*hidden argument*/NULL); } IL_0111: { StringBuilder_t * L_28 = V_0; NullCheck(L_28); String_t* L_29 = StringBuilder_ToString_m3317489284(L_28, /*hidden argument*/NULL); return L_29; } } #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.X509Certificates.X509Certificate2::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void X509Certificate2__ctor_m3336405942 (X509Certificate2_t714049126 * __this, ByteU5BU5D_t4116647657* ___rawData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2__ctor_m3336405942_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set__name_7(L_0); X509Certificate__ctor_m1321742168(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = ___rawData0; VirtActionInvoker3< ByteU5BU5D_t4116647657*, String_t*, int32_t >::Invoke(17 /* System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) */, __this, L_1, (String_t*)NULL, 0); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate) extern "C" IL2CPP_METHOD_ATTR void X509Certificate2__ctor_m2802623960 (X509Certificate2_t714049126 * __this, X509Certificate_t713131622 * ___certificate0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2__ctor_m2802623960_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set__name_7(L_0); X509Certificate_t713131622 * L_1 = ___certificate0; X509Certificate__ctor_m191107012(__this, L_1, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_2 = X509Certificate_GetRawCertData_m781236105(__this, /*hidden argument*/NULL); X509Certificate_t489243025 * L_3 = (X509Certificate_t489243025 *)il2cpp_codegen_object_new(X509Certificate_t489243025_il2cpp_TypeInfo_var); X509Certificate__ctor_m2595927506(L_3, L_2, /*hidden argument*/NULL); __this->set__cert_13(L_3); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::.cctor() extern "C" IL2CPP_METHOD_ATTR void X509Certificate2__cctor_m4292326511 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2__cctor_m4292326511_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3875126938(NULL /*static, unused*/, _stringLiteral2083223874, /*hidden argument*/NULL); ((X509Certificate2_t714049126_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2_t714049126_il2cpp_TypeInfo_var))->set_empty_error_14(L_0); ByteU5BU5D_t4116647657* L_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (uint8_t)((int32_t)85)); ByteU5BU5D_t4116647657* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (uint8_t)4); ByteU5BU5D_t4116647657* L_3 = L_2; NullCheck(L_3); (L_3)->SetAt(static_cast(2), (uint8_t)3); ((X509Certificate2_t714049126_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2_t714049126_il2cpp_TypeInfo_var))->set_commonName_15(L_3); ByteU5BU5D_t4116647657* L_4 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9))); RuntimeFieldHandle_t1871169219 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255364____U24U24fieldU2D4_2_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((X509Certificate2_t714049126_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2_t714049126_il2cpp_TypeInfo_var))->set_email_16(L_4); ByteU5BU5D_t4116647657* L_6 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9))); RuntimeFieldHandle_t1871169219 L_7 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255364____U24U24fieldU2D5_3_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, L_7, /*hidden argument*/NULL); ((X509Certificate2_t714049126_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2_t714049126_il2cpp_TypeInfo_var))->set_signedData_17(L_6); return; } } // System.Security.Cryptography.X509Certificates.X509ExtensionCollection System.Security.Cryptography.X509Certificates.X509Certificate2::get_Extensions() extern "C" IL2CPP_METHOD_ATTR X509ExtensionCollection_t1350454579 * X509Certificate2_get_Extensions_m3552930730 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2_get_Extensions_m3552930730_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate_t489243025 * L_0 = __this->get__cert_13(); if (L_0) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2_t714049126_il2cpp_TypeInfo_var); String_t* L_1 = ((X509Certificate2_t714049126_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2_t714049126_il2cpp_TypeInfo_var))->get_empty_error_14(); CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,X509Certificate2_get_Extensions_m3552930730_RuntimeMethod_var); } IL_0016: { X509ExtensionCollection_t1350454579 * L_3 = __this->get__extensions_6(); if (L_3) { goto IL_0032; } } { X509Certificate_t489243025 * L_4 = __this->get__cert_13(); X509ExtensionCollection_t1350454579 * L_5 = (X509ExtensionCollection_t1350454579 *)il2cpp_codegen_object_new(X509ExtensionCollection_t1350454579_il2cpp_TypeInfo_var); X509ExtensionCollection__ctor_m1730716172(L_5, L_4, /*hidden argument*/NULL); __this->set__extensions_6(L_5); } IL_0032: { X509ExtensionCollection_t1350454579 * L_6 = __this->get__extensions_6(); return L_6; } } // System.Security.Cryptography.X509Certificates.X500DistinguishedName System.Security.Cryptography.X509Certificates.X509Certificate2::get_IssuerName() extern "C" IL2CPP_METHOD_ATTR X500DistinguishedName_t875709727 * X509Certificate2_get_IssuerName_m1277209535 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2_get_IssuerName_m1277209535_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate_t489243025 * L_0 = __this->get__cert_13(); if (L_0) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2_t714049126_il2cpp_TypeInfo_var); String_t* L_1 = ((X509Certificate2_t714049126_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2_t714049126_il2cpp_TypeInfo_var))->get_empty_error_14(); CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,X509Certificate2_get_IssuerName_m1277209535_RuntimeMethod_var); } IL_0016: { X500DistinguishedName_t875709727 * L_3 = __this->get_issuer_name_10(); if (L_3) { goto IL_003c; } } { X509Certificate_t489243025 * L_4 = __this->get__cert_13(); NullCheck(L_4); ASN1_t2114160833 * L_5 = X509Certificate_GetIssuerName_m1142198382(L_4, /*hidden argument*/NULL); NullCheck(L_5); ByteU5BU5D_t4116647657* L_6 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_5); X500DistinguishedName_t875709727 * L_7 = (X500DistinguishedName_t875709727 *)il2cpp_codegen_object_new(X500DistinguishedName_t875709727_il2cpp_TypeInfo_var); X500DistinguishedName__ctor_m3469219344(L_7, L_6, /*hidden argument*/NULL); __this->set_issuer_name_10(L_7); } IL_003c: { X500DistinguishedName_t875709727 * L_8 = __this->get_issuer_name_10(); return L_8; } } // System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate2::get_NotAfter() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 X509Certificate2_get_NotAfter_m1930122497 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2_get_NotAfter_m1930122497_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); { X509Certificate_t489243025 * L_0 = __this->get__cert_13(); if (L_0) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2_t714049126_il2cpp_TypeInfo_var); String_t* L_1 = ((X509Certificate2_t714049126_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2_t714049126_il2cpp_TypeInfo_var))->get_empty_error_14(); CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,X509Certificate2_get_NotAfter_m1930122497_RuntimeMethod_var); } IL_0016: { X509Certificate_t489243025 * L_3 = __this->get__cert_13(); NullCheck(L_3); DateTime_t3738529785 L_4 = VirtFuncInvoker0< DateTime_t3738529785 >::Invoke(18 /* System.DateTime Mono.Security.X509.X509Certificate::get_ValidUntil() */, L_3); V_0 = L_4; DateTime_t3738529785 L_5 = DateTime_ToLocalTime_m3134475597((&V_0), /*hidden argument*/NULL); return L_5; } } // System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate2::get_NotBefore() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 X509Certificate2_get_NotBefore_m2514418239 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2_get_NotBefore_m2514418239_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); { X509Certificate_t489243025 * L_0 = __this->get__cert_13(); if (L_0) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2_t714049126_il2cpp_TypeInfo_var); String_t* L_1 = ((X509Certificate2_t714049126_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2_t714049126_il2cpp_TypeInfo_var))->get_empty_error_14(); CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,X509Certificate2_get_NotBefore_m2514418239_RuntimeMethod_var); } IL_0016: { X509Certificate_t489243025 * L_3 = __this->get__cert_13(); NullCheck(L_3); DateTime_t3738529785 L_4 = VirtFuncInvoker0< DateTime_t3738529785 >::Invoke(17 /* System.DateTime Mono.Security.X509.X509Certificate::get_ValidFrom() */, L_3); V_0 = L_4; DateTime_t3738529785 L_5 = DateTime_ToLocalTime_m3134475597((&V_0), /*hidden argument*/NULL); return L_5; } } // System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.X509Certificate2::get_PrivateKey() extern "C" IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t932037087 * X509Certificate2_get_PrivateKey_m3900779210 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2_get_PrivateKey_m3900779210_MetadataUsageId); s_Il2CppMethodInitialized = true; } RSACryptoServiceProvider_t2683512874 * V_0 = NULL; RSAManaged_t1757093820 * V_1 = NULL; DSACryptoServiceProvider_t3992668923 * V_2 = NULL; AsymmetricAlgorithm_t932037087 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); RSACryptoServiceProvider_t2683512874 * G_B7_0 = NULL; RSAManaged_t1757093820 * G_B12_0 = NULL; DSACryptoServiceProvider_t3992668923 * G_B19_0 = NULL; { X509Certificate_t489243025 * L_0 = __this->get__cert_13(); if (L_0) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2_t714049126_il2cpp_TypeInfo_var); String_t* L_1 = ((X509Certificate2_t714049126_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2_t714049126_il2cpp_TypeInfo_var))->get_empty_error_14(); CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,X509Certificate2_get_PrivateKey_m3900779210_RuntimeMethod_var); } IL_0016: try { // begin try (depth: 1) { X509Certificate_t489243025 * L_3 = __this->get__cert_13(); NullCheck(L_3); RSA_t2385438082 * L_4 = VirtFuncInvoker0< RSA_t2385438082 * >::Invoke(10 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_3); if (!L_4) { goto IL_00a7; } } IL_0026: { X509Certificate_t489243025 * L_5 = __this->get__cert_13(); NullCheck(L_5); RSA_t2385438082 * L_6 = VirtFuncInvoker0< RSA_t2385438082 * >::Invoke(10 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_5); V_0 = ((RSACryptoServiceProvider_t2683512874 *)IsInstSealed((RuntimeObject*)L_6, RSACryptoServiceProvider_t2683512874_il2cpp_TypeInfo_var)); RSACryptoServiceProvider_t2683512874 * L_7 = V_0; if (!L_7) { goto IL_0055; } } IL_003d: { RSACryptoServiceProvider_t2683512874 * L_8 = V_0; NullCheck(L_8); bool L_9 = RSACryptoServiceProvider_get_PublicOnly_m4039982639(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_004e; } } IL_0048: { G_B7_0 = ((RSACryptoServiceProvider_t2683512874 *)(NULL)); goto IL_004f; } IL_004e: { RSACryptoServiceProvider_t2683512874 * L_10 = V_0; G_B7_0 = L_10; } IL_004f: { V_3 = G_B7_0; goto IL_0116; } IL_0055: { X509Certificate_t489243025 * L_11 = __this->get__cert_13(); NullCheck(L_11); RSA_t2385438082 * L_12 = VirtFuncInvoker0< RSA_t2385438082 * >::Invoke(10 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_11); V_1 = ((RSAManaged_t1757093820 *)IsInstClass((RuntimeObject*)L_12, RSAManaged_t1757093820_il2cpp_TypeInfo_var)); RSAManaged_t1757093820 * L_13 = V_1; if (!L_13) { goto IL_0084; } } IL_006c: { RSAManaged_t1757093820 * L_14 = V_1; NullCheck(L_14); bool L_15 = RSAManaged_get_PublicOnly_m1402405000(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_007d; } } IL_0077: { G_B12_0 = ((RSAManaged_t1757093820 *)(NULL)); goto IL_007e; } IL_007d: { RSAManaged_t1757093820 * L_16 = V_1; G_B12_0 = L_16; } IL_007e: { V_3 = G_B12_0; goto IL_0116; } IL_0084: { X509Certificate_t489243025 * L_17 = __this->get__cert_13(); NullCheck(L_17); RSA_t2385438082 * L_18 = VirtFuncInvoker0< RSA_t2385438082 * >::Invoke(10 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_17); NullCheck(L_18); VirtFuncInvoker1< RSAParameters_t1728406613 , bool >::Invoke(12 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, L_18, (bool)1); X509Certificate_t489243025 * L_19 = __this->get__cert_13(); NullCheck(L_19); RSA_t2385438082 * L_20 = VirtFuncInvoker0< RSA_t2385438082 * >::Invoke(10 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_19); V_3 = L_20; goto IL_0116; } IL_00a7: { X509Certificate_t489243025 * L_21 = __this->get__cert_13(); NullCheck(L_21); DSA_t2386879874 * L_22 = X509Certificate_get_DSA_m565099499(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0109; } } IL_00b7: { X509Certificate_t489243025 * L_23 = __this->get__cert_13(); NullCheck(L_23); DSA_t2386879874 * L_24 = X509Certificate_get_DSA_m565099499(L_23, /*hidden argument*/NULL); V_2 = ((DSACryptoServiceProvider_t3992668923 *)IsInstSealed((RuntimeObject*)L_24, DSACryptoServiceProvider_t3992668923_il2cpp_TypeInfo_var)); DSACryptoServiceProvider_t3992668923 * L_25 = V_2; if (!L_25) { goto IL_00e6; } } IL_00ce: { DSACryptoServiceProvider_t3992668923 * L_26 = V_2; NullCheck(L_26); bool L_27 = DSACryptoServiceProvider_get_PublicOnly_m3933928860(L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00df; } } IL_00d9: { G_B19_0 = ((DSACryptoServiceProvider_t3992668923 *)(NULL)); goto IL_00e0; } IL_00df: { DSACryptoServiceProvider_t3992668923 * L_28 = V_2; G_B19_0 = L_28; } IL_00e0: { V_3 = G_B19_0; goto IL_0116; } IL_00e6: { X509Certificate_t489243025 * L_29 = __this->get__cert_13(); NullCheck(L_29); DSA_t2386879874 * L_30 = X509Certificate_get_DSA_m565099499(L_29, /*hidden argument*/NULL); NullCheck(L_30); VirtFuncInvoker1< DSAParameters_t1885824122 , bool >::Invoke(11 /* System.Security.Cryptography.DSAParameters System.Security.Cryptography.DSA::ExportParameters(System.Boolean) */, L_30, (bool)1); X509Certificate_t489243025 * L_31 = __this->get__cert_13(); NullCheck(L_31); DSA_t2386879874 * L_32 = X509Certificate_get_DSA_m565099499(L_31, /*hidden argument*/NULL); V_3 = L_32; goto IL_0116; } IL_0109: { goto IL_0114; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_010e; throw e; } CATCH_010e: { // begin catch(System.Object) goto IL_0114; } // end catch (depth: 1) IL_0114: { return (AsymmetricAlgorithm_t932037087 *)NULL; } IL_0116: { AsymmetricAlgorithm_t932037087 * L_33 = V_3; return L_33; } } // System.Security.Cryptography.X509Certificates.PublicKey System.Security.Cryptography.X509Certificates.X509Certificate2::get_PublicKey() extern "C" IL2CPP_METHOD_ATTR PublicKey_t3779582684 * X509Certificate2_get_PublicKey_m370665820 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2_get_PublicKey_m370665820_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { X509Certificate_t489243025 * L_0 = __this->get__cert_13(); if (L_0) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2_t714049126_il2cpp_TypeInfo_var); String_t* L_1 = ((X509Certificate2_t714049126_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2_t714049126_il2cpp_TypeInfo_var))->get_empty_error_14(); CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,X509Certificate2_get_PublicKey_m370665820_RuntimeMethod_var); } IL_0016: { PublicKey_t3779582684 * L_3 = __this->get__publicKey_9(); if (L_3) { goto IL_0050; } } IL_0021: try { // begin try (depth: 1) X509Certificate_t489243025 * L_4 = __this->get__cert_13(); PublicKey_t3779582684 * L_5 = (PublicKey_t3779582684 *)il2cpp_codegen_object_new(PublicKey_t3779582684_il2cpp_TypeInfo_var); PublicKey__ctor_m1834139044(L_5, L_4, /*hidden argument*/NULL); __this->set__publicKey_9(L_5); goto IL_0050; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0037; throw e; } CATCH_0037: { // begin catch(System.Exception) { V_0 = ((Exception_t *)__exception_local); String_t* L_6 = Locale_GetText_m3875126938(NULL /*static, unused*/, _stringLiteral2629311349, /*hidden argument*/NULL); V_1 = L_6; String_t* L_7 = V_1; Exception_t * L_8 = V_0; CryptographicException_t248831461 * L_9 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m1422015889(L_9, L_7, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,X509Certificate2_get_PublicKey_m370665820_RuntimeMethod_var); } IL_004b: { goto IL_0050; } } // end catch (depth: 1) IL_0050: { PublicKey_t3779582684 * L_10 = __this->get__publicKey_9(); return L_10; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::get_SerialNumber() extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate2_get_SerialNumber_m1315874713 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2_get_SerialNumber_m1315874713_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; int32_t V_2 = 0; { X509Certificate_t489243025 * L_0 = __this->get__cert_13(); if (L_0) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2_t714049126_il2cpp_TypeInfo_var); String_t* L_1 = ((X509Certificate2_t714049126_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2_t714049126_il2cpp_TypeInfo_var))->get_empty_error_14(); CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,X509Certificate2_get_SerialNumber_m1315874713_RuntimeMethod_var); } IL_0016: { String_t* L_3 = __this->get__serial_8(); if (L_3) { goto IL_006d; } } { StringBuilder_t * L_4 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_4, /*hidden argument*/NULL); V_0 = L_4; X509Certificate_t489243025 * L_5 = __this->get__cert_13(); NullCheck(L_5); ByteU5BU5D_t4116647657* L_6 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(13 /* System.Byte[] Mono.Security.X509.X509Certificate::get_SerialNumber() */, L_5); V_1 = L_6; ByteU5BU5D_t4116647657* L_7 = V_1; NullCheck(L_7); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), (int32_t)1)); goto IL_005a; } IL_003e: { StringBuilder_t * L_8 = V_0; ByteU5BU5D_t4116647657* L_9 = V_1; int32_t L_10 = V_2; NullCheck(L_9); String_t* L_11 = Byte_ToString_m3735479648(((L_9)->GetAddressAt(static_cast(L_10))), _stringLiteral3451435000, /*hidden argument*/NULL); NullCheck(L_8); StringBuilder_Append_m1965104174(L_8, L_11, /*hidden argument*/NULL); int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_005a: { int32_t L_13 = V_2; if ((((int32_t)L_13) >= ((int32_t)0))) { goto IL_003e; } } { StringBuilder_t * L_14 = V_0; NullCheck(L_14); String_t* L_15 = StringBuilder_ToString_m3317489284(L_14, /*hidden argument*/NULL); __this->set__serial_8(L_15); } IL_006d: { String_t* L_16 = __this->get__serial_8(); return L_16; } } // System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.X509Certificate2::get_SignatureAlgorithm() extern "C" IL2CPP_METHOD_ATTR Oid_t3552120260 * X509Certificate2_get_SignatureAlgorithm_m2810155907 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2_get_SignatureAlgorithm_m2810155907_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate_t489243025 * L_0 = __this->get__cert_13(); if (L_0) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2_t714049126_il2cpp_TypeInfo_var); String_t* L_1 = ((X509Certificate2_t714049126_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2_t714049126_il2cpp_TypeInfo_var))->get_empty_error_14(); CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,X509Certificate2_get_SignatureAlgorithm_m2810155907_RuntimeMethod_var); } IL_0016: { Oid_t3552120260 * L_3 = __this->get_signature_algorithm_12(); if (L_3) { goto IL_0037; } } { X509Certificate_t489243025 * L_4 = __this->get__cert_13(); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String Mono.Security.X509.X509Certificate::get_SignatureAlgorithm() */, L_4); Oid_t3552120260 * L_6 = (Oid_t3552120260 *)il2cpp_codegen_object_new(Oid_t3552120260_il2cpp_TypeInfo_var); Oid__ctor_m1869590876(L_6, L_5, /*hidden argument*/NULL); __this->set_signature_algorithm_12(L_6); } IL_0037: { Oid_t3552120260 * L_7 = __this->get_signature_algorithm_12(); return L_7; } } // System.Security.Cryptography.X509Certificates.X500DistinguishedName System.Security.Cryptography.X509Certificates.X509Certificate2::get_SubjectName() extern "C" IL2CPP_METHOD_ATTR X500DistinguishedName_t875709727 * X509Certificate2_get_SubjectName_m2588317215 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2_get_SubjectName_m2588317215_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate_t489243025 * L_0 = __this->get__cert_13(); if (L_0) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2_t714049126_il2cpp_TypeInfo_var); String_t* L_1 = ((X509Certificate2_t714049126_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2_t714049126_il2cpp_TypeInfo_var))->get_empty_error_14(); CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,X509Certificate2_get_SubjectName_m2588317215_RuntimeMethod_var); } IL_0016: { X500DistinguishedName_t875709727 * L_3 = __this->get_subject_name_11(); if (L_3) { goto IL_003c; } } { X509Certificate_t489243025 * L_4 = __this->get__cert_13(); NullCheck(L_4); ASN1_t2114160833 * L_5 = X509Certificate_GetSubjectName_m3513876536(L_4, /*hidden argument*/NULL); NullCheck(L_5); ByteU5BU5D_t4116647657* L_6 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_5); X500DistinguishedName_t875709727 * L_7 = (X500DistinguishedName_t875709727 *)il2cpp_codegen_object_new(X500DistinguishedName_t875709727_il2cpp_TypeInfo_var); X500DistinguishedName__ctor_m3469219344(L_7, L_6, /*hidden argument*/NULL); __this->set_subject_name_11(L_7); } IL_003c: { X500DistinguishedName_t875709727 * L_8 = __this->get_subject_name_11(); return L_8; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::get_Thumbprint() extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate2_get_Thumbprint_m392121246 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method) { { String_t* L_0 = X509Certificate_GetCertHashString_m3484127109(__this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate2::get_Version() extern "C" IL2CPP_METHOD_ATTR int32_t X509Certificate2_get_Version_m2534012675 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2_get_Version_m2534012675_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate_t489243025 * L_0 = __this->get__cert_13(); if (L_0) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2_t714049126_il2cpp_TypeInfo_var); String_t* L_1 = ((X509Certificate2_t714049126_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2_t714049126_il2cpp_TypeInfo_var))->get_empty_error_14(); CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,X509Certificate2_get_Version_m2534012675_RuntimeMethod_var); } IL_0016: { X509Certificate_t489243025 * L_3 = __this->get__cert_13(); NullCheck(L_3); int32_t L_4 = X509Certificate_get_Version_m2908311682(L_3, /*hidden argument*/NULL); return L_4; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::GetNameInfo(System.Security.Cryptography.X509Certificates.X509NameType,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate2_GetNameInfo_m869719036 (X509Certificate2_t714049126 * __this, int32_t ___nameType0, bool ___forIssuer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2_GetNameInfo_m869719036_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_t2114160833 * V_0 = NULL; ASN1_t2114160833 * V_1 = NULL; ASN1_t2114160833 * V_2 = NULL; ASN1_t2114160833 * V_3 = NULL; ASN1_t2114160833 * V_4 = NULL; int32_t V_5 = 0; ASN1_t2114160833 * G_B7_0 = NULL; ByteU5BU5D_t4116647657* G_B16_0 = NULL; X509Certificate2_t714049126 * G_B16_1 = NULL; ByteU5BU5D_t4116647657* G_B15_0 = NULL; X509Certificate2_t714049126 * G_B15_1 = NULL; ASN1_t2114160833 * G_B17_0 = NULL; ByteU5BU5D_t4116647657* G_B17_1 = NULL; X509Certificate2_t714049126 * G_B17_2 = NULL; ByteU5BU5D_t4116647657* G_B23_0 = NULL; X509Certificate2_t714049126 * G_B23_1 = NULL; ByteU5BU5D_t4116647657* G_B22_0 = NULL; X509Certificate2_t714049126 * G_B22_1 = NULL; ASN1_t2114160833 * G_B24_0 = NULL; ByteU5BU5D_t4116647657* G_B24_1 = NULL; X509Certificate2_t714049126 * G_B24_2 = NULL; { int32_t L_0 = ___nameType0; V_5 = L_0; int32_t L_1 = V_5; switch (L_1) { case 0: { goto IL_0027; } case 1: { goto IL_00b9; } case 2: { goto IL_00fa; } case 3: { goto IL_0100; } case 4: { goto IL_0144; } case 5: { goto IL_014a; } } } { goto IL_0150; } IL_0027: { X509Certificate_t489243025 * L_2 = __this->get__cert_13(); if (L_2) { goto IL_003d; } } { IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2_t714049126_il2cpp_TypeInfo_var); String_t* L_3 = ((X509Certificate2_t714049126_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2_t714049126_il2cpp_TypeInfo_var))->get_empty_error_14(); CryptographicException_t248831461 * L_4 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,X509Certificate2_GetNameInfo_m869719036_RuntimeMethod_var); } IL_003d: { bool L_5 = ___forIssuer1; if (!L_5) { goto IL_0053; } } { X509Certificate_t489243025 * L_6 = __this->get__cert_13(); NullCheck(L_6); ASN1_t2114160833 * L_7 = X509Certificate_GetIssuerName_m1142198382(L_6, /*hidden argument*/NULL); G_B7_0 = L_7; goto IL_005e; } IL_0053: { X509Certificate_t489243025 * L_8 = __this->get__cert_13(); NullCheck(L_8); ASN1_t2114160833 * L_9 = X509Certificate_GetSubjectName_m3513876536(L_8, /*hidden argument*/NULL); G_B7_0 = L_9; } IL_005e: { V_0 = G_B7_0; IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2_t714049126_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_10 = ((X509Certificate2_t714049126_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2_t714049126_il2cpp_TypeInfo_var))->get_commonName_15(); ASN1_t2114160833 * L_11 = V_0; ASN1_t2114160833 * L_12 = X509Certificate2_Find_m2734168143(__this, L_10, L_11, /*hidden argument*/NULL); V_1 = L_12; ASN1_t2114160833 * L_13 = V_1; if (!L_13) { goto IL_007a; } } { ASN1_t2114160833 * L_14 = V_1; String_t* L_15 = X509Certificate2_GetValueAsString_m1348462142(__this, L_14, /*hidden argument*/NULL); return L_15; } IL_007a: { ASN1_t2114160833 * L_16 = V_0; NullCheck(L_16); int32_t L_17 = ASN1_get_Count_m3039939183(L_16, /*hidden argument*/NULL); if (L_17) { goto IL_008b; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_18; } IL_008b: { ASN1_t2114160833 * L_19 = V_0; ASN1_t2114160833 * L_20 = V_0; NullCheck(L_20); int32_t L_21 = ASN1_get_Count_m3039939183(L_20, /*hidden argument*/NULL); NullCheck(L_19); ASN1_t2114160833 * L_22 = ASN1_get_Item_m315148275(L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)), /*hidden argument*/NULL); V_2 = L_22; ASN1_t2114160833 * L_23 = V_2; NullCheck(L_23); int32_t L_24 = ASN1_get_Count_m3039939183(L_23, /*hidden argument*/NULL); if (L_24) { goto IL_00ab; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_25; } IL_00ab: { ASN1_t2114160833 * L_26 = V_2; NullCheck(L_26); ASN1_t2114160833 * L_27 = ASN1_get_Item_m315148275(L_26, 0, /*hidden argument*/NULL); String_t* L_28 = X509Certificate2_GetValueAsString_m1348462142(__this, L_27, /*hidden argument*/NULL); return L_28; } IL_00b9: { IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2_t714049126_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_29 = ((X509Certificate2_t714049126_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2_t714049126_il2cpp_TypeInfo_var))->get_email_16(); bool L_30 = ___forIssuer1; G_B15_0 = L_29; G_B15_1 = __this; if (!L_30) { G_B16_0 = L_29; G_B16_1 = __this; goto IL_00d5; } } { X509Certificate_t489243025 * L_31 = __this->get__cert_13(); NullCheck(L_31); ASN1_t2114160833 * L_32 = X509Certificate_GetIssuerName_m1142198382(L_31, /*hidden argument*/NULL); G_B17_0 = L_32; G_B17_1 = G_B15_0; G_B17_2 = G_B15_1; goto IL_00e0; } IL_00d5: { X509Certificate_t489243025 * L_33 = __this->get__cert_13(); NullCheck(L_33); ASN1_t2114160833 * L_34 = X509Certificate_GetSubjectName_m3513876536(L_33, /*hidden argument*/NULL); G_B17_0 = L_34; G_B17_1 = G_B16_0; G_B17_2 = G_B16_1; } IL_00e0: { NullCheck(G_B17_2); ASN1_t2114160833 * L_35 = X509Certificate2_Find_m2734168143(G_B17_2, G_B17_1, G_B17_0, /*hidden argument*/NULL); V_3 = L_35; ASN1_t2114160833 * L_36 = V_3; if (!L_36) { goto IL_00f4; } } { ASN1_t2114160833 * L_37 = V_3; String_t* L_38 = X509Certificate2_GetValueAsString_m1348462142(__this, L_37, /*hidden argument*/NULL); return L_38; } IL_00f4: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_39 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_39; } IL_00fa: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_40 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_40; } IL_0100: { IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2_t714049126_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_41 = ((X509Certificate2_t714049126_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2_t714049126_il2cpp_TypeInfo_var))->get_commonName_15(); bool L_42 = ___forIssuer1; G_B22_0 = L_41; G_B22_1 = __this; if (!L_42) { G_B23_0 = L_41; G_B23_1 = __this; goto IL_011c; } } { X509Certificate_t489243025 * L_43 = __this->get__cert_13(); NullCheck(L_43); ASN1_t2114160833 * L_44 = X509Certificate_GetIssuerName_m1142198382(L_43, /*hidden argument*/NULL); G_B24_0 = L_44; G_B24_1 = G_B22_0; G_B24_2 = G_B22_1; goto IL_0127; } IL_011c: { X509Certificate_t489243025 * L_45 = __this->get__cert_13(); NullCheck(L_45); ASN1_t2114160833 * L_46 = X509Certificate_GetSubjectName_m3513876536(L_45, /*hidden argument*/NULL); G_B24_0 = L_46; G_B24_1 = G_B23_0; G_B24_2 = G_B23_1; } IL_0127: { NullCheck(G_B24_2); ASN1_t2114160833 * L_47 = X509Certificate2_Find_m2734168143(G_B24_2, G_B24_1, G_B24_0, /*hidden argument*/NULL); V_4 = L_47; ASN1_t2114160833 * L_48 = V_4; if (!L_48) { goto IL_013e; } } { ASN1_t2114160833 * L_49 = V_4; String_t* L_50 = X509Certificate2_GetValueAsString_m1348462142(__this, L_49, /*hidden argument*/NULL); return L_50; } IL_013e: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_51 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_51; } IL_0144: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_52 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_52; } IL_014a: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_53 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_53; } IL_0150: { ArgumentException_t132251570 * L_54 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_54, _stringLiteral2499687867, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_54,X509Certificate2_GetNameInfo_m869719036_RuntimeMethod_var); } } // Mono.Security.ASN1 System.Security.Cryptography.X509Certificates.X509Certificate2::Find(System.Byte[],Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR ASN1_t2114160833 * X509Certificate2_Find_m2734168143 (X509Certificate2_t714049126 * __this, ByteU5BU5D_t4116647657* ___oid0, ASN1_t2114160833 * ___dn1, const RuntimeMethod* method) { int32_t V_0 = 0; ASN1_t2114160833 * V_1 = NULL; int32_t V_2 = 0; ASN1_t2114160833 * V_3 = NULL; ASN1_t2114160833 * V_4 = NULL; { ASN1_t2114160833 * L_0 = ___dn1; NullCheck(L_0); int32_t L_1 = ASN1_get_Count_m3039939183(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000d; } } { return (ASN1_t2114160833 *)NULL; } IL_000d: { V_0 = 0; goto IL_0074; } IL_0014: { ASN1_t2114160833 * L_2 = ___dn1; int32_t L_3 = V_0; NullCheck(L_2); ASN1_t2114160833 * L_4 = ASN1_get_Item_m315148275(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; V_2 = 0; goto IL_0064; } IL_0023: { ASN1_t2114160833 * L_5 = V_1; int32_t L_6 = V_2; NullCheck(L_5); ASN1_t2114160833 * L_7 = ASN1_get_Item_m315148275(L_5, L_6, /*hidden argument*/NULL); V_3 = L_7; ASN1_t2114160833 * L_8 = V_3; NullCheck(L_8); int32_t L_9 = ASN1_get_Count_m3039939183(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)2))) { goto IL_003c; } } { goto IL_0060; } IL_003c: { ASN1_t2114160833 * L_10 = V_3; NullCheck(L_10); ASN1_t2114160833 * L_11 = ASN1_get_Item_m315148275(L_10, 0, /*hidden argument*/NULL); V_4 = L_11; ASN1_t2114160833 * L_12 = V_4; if (L_12) { goto IL_0051; } } { goto IL_0060; } IL_0051: { ASN1_t2114160833 * L_13 = V_4; ByteU5BU5D_t4116647657* L_14 = ___oid0; NullCheck(L_13); bool L_15 = ASN1_CompareValue_m2846313136(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0060; } } { ASN1_t2114160833 * L_16 = V_3; return L_16; } IL_0060: { int32_t L_17 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0064: { int32_t L_18 = V_2; ASN1_t2114160833 * L_19 = V_1; NullCheck(L_19); int32_t L_20 = ASN1_get_Count_m3039939183(L_19, /*hidden argument*/NULL); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_0023; } } { int32_t L_21 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0074: { int32_t L_22 = V_0; ASN1_t2114160833 * L_23 = ___dn1; NullCheck(L_23); int32_t L_24 = ASN1_get_Count_m3039939183(L_23, /*hidden argument*/NULL); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_0014; } } { return (ASN1_t2114160833 *)NULL; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::GetValueAsString(Mono.Security.ASN1) extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate2_GetValueAsString_m1348462142 (X509Certificate2_t714049126 * __this, ASN1_t2114160833 * ___pair0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2_GetValueAsString_m1348462142_MetadataUsageId); s_Il2CppMethodInitialized = true; } ASN1_t2114160833 * V_0 = NULL; StringBuilder_t * V_1 = NULL; int32_t V_2 = 0; { ASN1_t2114160833 * L_0 = ___pair0; NullCheck(L_0); int32_t L_1 = ASN1_get_Count_m3039939183(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0012; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_2; } IL_0012: { ASN1_t2114160833 * L_3 = ___pair0; NullCheck(L_3); ASN1_t2114160833 * L_4 = ASN1_get_Item_m315148275(L_3, 1, /*hidden argument*/NULL); V_0 = L_4; ASN1_t2114160833 * L_5 = V_0; NullCheck(L_5); ByteU5BU5D_t4116647657* L_6 = ASN1_get_Value_m3619295991(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0030; } } { ASN1_t2114160833 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = ASN1_get_Length_m3581645253(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0036; } } IL_0030: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_9; } IL_0036: { ASN1_t2114160833 * L_10 = V_0; NullCheck(L_10); uint8_t L_11 = ASN1_get_Tag_m1863840805(L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)30))))) { goto IL_0079; } } { StringBuilder_t * L_12 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_12, /*hidden argument*/NULL); V_1 = L_12; V_2 = 1; goto IL_0064; } IL_0050: { StringBuilder_t * L_13 = V_1; ASN1_t2114160833 * L_14 = V_0; NullCheck(L_14); ByteU5BU5D_t4116647657* L_15 = ASN1_get_Value_m3619295991(L_14, /*hidden argument*/NULL); int32_t L_16 = V_2; NullCheck(L_15); int32_t L_17 = L_16; uint8_t L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_13); StringBuilder_Append_m2383614642(L_13, (((int32_t)((uint16_t)L_18))), /*hidden argument*/NULL); int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)2)); } IL_0064: { int32_t L_20 = V_2; ASN1_t2114160833 * L_21 = V_0; NullCheck(L_21); ByteU5BU5D_t4116647657* L_22 = ASN1_get_Value_m3619295991(L_21, /*hidden argument*/NULL); NullCheck(L_22); if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))))) { goto IL_0050; } } { StringBuilder_t * L_23 = V_1; NullCheck(L_23); String_t* L_24 = StringBuilder_ToString_m3317489284(L_23, /*hidden argument*/NULL); return L_24; } IL_0079: { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_25 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ASN1_t2114160833 * L_26 = V_0; NullCheck(L_26); ByteU5BU5D_t4116647657* L_27 = ASN1_get_Value_m3619295991(L_26, /*hidden argument*/NULL); NullCheck(L_25); String_t* L_28 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(22 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_25, L_27); return L_28; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::ImportPkcs12(System.Byte[],System.String) extern "C" IL2CPP_METHOD_ATTR void X509Certificate2_ImportPkcs12_m2042454190 (X509Certificate2_t714049126 * __this, ByteU5BU5D_t4116647657* ___rawData0, String_t* ___password1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2_ImportPkcs12_m2042454190_MetadataUsageId); s_Il2CppMethodInitialized = true; } PKCS12_t4101533061 * V_0 = NULL; PKCS12_t4101533061 * G_B3_0 = NULL; { String_t* L_0 = ___password1; if (L_0) { goto IL_0011; } } { ByteU5BU5D_t4116647657* L_1 = ___rawData0; PKCS12_t4101533061 * L_2 = (PKCS12_t4101533061 *)il2cpp_codegen_object_new(PKCS12_t4101533061_il2cpp_TypeInfo_var); PKCS12__ctor_m1587304645(L_2, L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_0018; } IL_0011: { ByteU5BU5D_t4116647657* L_3 = ___rawData0; String_t* L_4 = ___password1; PKCS12_t4101533061 * L_5 = (PKCS12_t4101533061 *)il2cpp_codegen_object_new(PKCS12_t4101533061_il2cpp_TypeInfo_var); PKCS12__ctor_m3378639364(L_5, L_3, L_4, /*hidden argument*/NULL); G_B3_0 = L_5; } IL_0018: { V_0 = G_B3_0; PKCS12_t4101533061 * L_6 = V_0; NullCheck(L_6); X509CertificateCollection_t1542168550 * L_7 = PKCS12_get_Certificates_m26161562(L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = CollectionBase_get_Count_m1708965601(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0041; } } { PKCS12_t4101533061 * L_9 = V_0; NullCheck(L_9); X509CertificateCollection_t1542168550 * L_10 = PKCS12_get_Certificates_m26161562(L_9, /*hidden argument*/NULL); NullCheck(L_10); X509Certificate_t489243025 * L_11 = X509CertificateCollection_get_Item_m1033426577(L_10, 0, /*hidden argument*/NULL); __this->set__cert_13(L_11); goto IL_0048; } IL_0041: { __this->set__cert_13((X509Certificate_t489243025 *)NULL); } IL_0048: { PKCS12_t4101533061 * L_12 = V_0; NullCheck(L_12); ArrayList_t2718874744 * L_13 = PKCS12_get_Keys_m2165478388(L_12, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_13); if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_0091; } } { X509Certificate_t489243025 * L_15 = __this->get__cert_13(); PKCS12_t4101533061 * L_16 = V_0; NullCheck(L_16); ArrayList_t2718874744 * L_17 = PKCS12_get_Keys_m2165478388(L_16, /*hidden argument*/NULL); NullCheck(L_17); RuntimeObject * L_18 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_17, 0); NullCheck(L_15); VirtActionInvoker1< RSA_t2385438082 * >::Invoke(11 /* System.Void Mono.Security.X509.X509Certificate::set_RSA(System.Security.Cryptography.RSA) */, L_15, ((RSA_t2385438082 *)IsInstClass((RuntimeObject*)L_18, RSA_t2385438082_il2cpp_TypeInfo_var))); X509Certificate_t489243025 * L_19 = __this->get__cert_13(); PKCS12_t4101533061 * L_20 = V_0; NullCheck(L_20); ArrayList_t2718874744 * L_21 = PKCS12_get_Keys_m2165478388(L_20, /*hidden argument*/NULL); NullCheck(L_21); RuntimeObject * L_22 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_21, 0); NullCheck(L_19); X509Certificate_set_DSA_m1073880156(L_19, ((DSA_t2386879874 *)IsInstClass((RuntimeObject*)L_22, DSA_t2386879874_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_0091: { return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) extern "C" IL2CPP_METHOD_ATTR void X509Certificate2_Import_m4026562329 (X509Certificate2_t714049126 * __this, ByteU5BU5D_t4116647657* ___rawData0, String_t* ___password1, int32_t ___keyStorageFlags2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2_Import_m4026562329_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ByteU5BU5D_t4116647657* L_0 = ___rawData0; String_t* L_1 = ___password1; int32_t L_2 = ___keyStorageFlags2; X509Certificate_Import_m3563119820(__this, L_0, L_1, L_2, /*hidden argument*/NULL); String_t* L_3 = ___password1; if (L_3) { goto IL_0051; } } IL_000f: try { // begin try (depth: 1) ByteU5BU5D_t4116647657* L_4 = ___rawData0; X509Certificate_t489243025 * L_5 = (X509Certificate_t489243025 *)il2cpp_codegen_object_new(X509Certificate_t489243025_il2cpp_TypeInfo_var); X509Certificate__ctor_m2595927506(L_5, L_4, /*hidden argument*/NULL); __this->set__cert_13(L_5); goto IL_004c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0020; throw e; } CATCH_0020: { // begin catch(System.Exception) { V_0 = ((Exception_t *)__exception_local); } IL_0021: try { // begin try (depth: 2) ByteU5BU5D_t4116647657* L_6 = ___rawData0; X509Certificate2_ImportPkcs12_m2042454190(__this, L_6, (String_t*)NULL, /*hidden argument*/NULL); goto IL_0047; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_002e; throw e; } CATCH_002e: { // begin catch(System.Object) { String_t* L_7 = Locale_GetText_m3875126938(NULL /*static, unused*/, _stringLiteral1947682626, /*hidden argument*/NULL); V_1 = L_7; String_t* L_8 = V_1; Exception_t * L_9 = V_0; CryptographicException_t248831461 * L_10 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m1422015889(L_10, L_8, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,X509Certificate2_Import_m4026562329_RuntimeMethod_var); } IL_0042: { goto IL_0047; } } // end catch (depth: 2) IL_0047: { goto IL_004c; } } // end catch (depth: 1) IL_004c: { goto IL_0070; } IL_0051: try { // begin try (depth: 1) ByteU5BU5D_t4116647657* L_11 = ___rawData0; String_t* L_12 = ___password1; X509Certificate2_ImportPkcs12_m2042454190(__this, L_11, L_12, /*hidden argument*/NULL); goto IL_0070; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_005e; throw e; } CATCH_005e: { // begin catch(System.Object) ByteU5BU5D_t4116647657* L_13 = ___rawData0; X509Certificate_t489243025 * L_14 = (X509Certificate_t489243025 *)il2cpp_codegen_object_new(X509Certificate_t489243025_il2cpp_TypeInfo_var); X509Certificate__ctor_m2595927506(L_14, L_13, /*hidden argument*/NULL); __this->set__cert_13(L_14); goto IL_0070; } // end catch (depth: 1) IL_0070: { return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::Reset() extern "C" IL2CPP_METHOD_ATTR void X509Certificate2_Reset_m3988214799 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2_Reset_m3988214799_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set__cert_13((X509Certificate_t489243025 *)NULL); __this->set__archived_5((bool)0); __this->set__extensions_6((X509ExtensionCollection_t1350454579 *)NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set__name_7(L_0); __this->set__serial_8((String_t*)NULL); __this->set__publicKey_9((PublicKey_t3779582684 *)NULL); __this->set_issuer_name_10((X500DistinguishedName_t875709727 *)NULL); __this->set_subject_name_11((X500DistinguishedName_t875709727 *)NULL); __this->set_signature_algorithm_12((Oid_t3552120260 *)NULL); X509Certificate_Reset_m2350932593(__this, /*hidden argument*/NULL); return; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate2_ToString_m3891217889 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2_ToString_m3891217889_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate_t489243025 * L_0 = __this->get__cert_13(); if (L_0) { goto IL_0011; } } { return _stringLiteral949187249; } IL_0011: { String_t* L_1 = X509Certificate_ToString_m2340207075(__this, (bool)1, /*hidden argument*/NULL); return L_1; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::ToString(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate2_ToString_m4246350784 (X509Certificate2_t714049126 * __this, bool ___verbose0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2_ToString_m4246350784_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringBuilder_t * V_1 = NULL; AsymmetricAlgorithm_t932037087 * V_2 = NULL; { X509Certificate_t489243025 * L_0 = __this->get__cert_13(); if (L_0) { goto IL_0011; } } { return _stringLiteral949187249; } IL_0011: { bool L_1 = ___verbose0; if (L_1) { goto IL_001f; } } { String_t* L_2 = X509Certificate_ToString_m2340207075(__this, (bool)1, /*hidden argument*/NULL); return L_2; } IL_001f: { String_t* L_3 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_3; StringBuilder_t * L_4 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_4, /*hidden argument*/NULL); V_1 = L_4; StringBuilder_t * L_5 = V_1; String_t* L_6 = V_0; int32_t L_7 = X509Certificate2_get_Version_m2534012675(__this, /*hidden argument*/NULL); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_8); NullCheck(L_5); StringBuilder_AppendFormat_m3255666490(L_5, _stringLiteral1511665273, L_6, L_9, /*hidden argument*/NULL); StringBuilder_t * L_10 = V_1; String_t* L_11 = V_0; String_t* L_12 = X509Certificate_get_Subject_m2638144878(__this, /*hidden argument*/NULL); NullCheck(L_10); StringBuilder_AppendFormat_m3255666490(L_10, _stringLiteral1477887897, L_11, L_12, /*hidden argument*/NULL); StringBuilder_t * L_13 = V_1; String_t* L_14 = V_0; String_t* L_15 = X509Certificate_get_Issuer_m2934704867(__this, /*hidden argument*/NULL); NullCheck(L_13); StringBuilder_AppendFormat_m3255666490(L_13, _stringLiteral971212591, L_14, L_15, /*hidden argument*/NULL); StringBuilder_t * L_16 = V_1; String_t* L_17 = V_0; String_t* L_18 = X509Certificate2_get_SerialNumber_m1315874713(__this, /*hidden argument*/NULL); NullCheck(L_16); StringBuilder_AppendFormat_m3255666490(L_16, _stringLiteral1078629208, L_17, L_18, /*hidden argument*/NULL); StringBuilder_t * L_19 = V_1; String_t* L_20 = V_0; DateTime_t3738529785 L_21 = X509Certificate2_get_NotBefore_m2514418239(__this, /*hidden argument*/NULL); DateTime_t3738529785 L_22 = L_21; RuntimeObject * L_23 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_22); NullCheck(L_19); StringBuilder_AppendFormat_m3255666490(L_19, _stringLiteral2222432080, L_20, L_23, /*hidden argument*/NULL); StringBuilder_t * L_24 = V_1; String_t* L_25 = V_0; DateTime_t3738529785 L_26 = X509Certificate2_get_NotAfter_m1930122497(__this, /*hidden argument*/NULL); DateTime_t3738529785 L_27 = L_26; RuntimeObject * L_28 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_27); NullCheck(L_24); StringBuilder_AppendFormat_m3255666490(L_24, _stringLiteral4281279765, L_25, L_28, /*hidden argument*/NULL); StringBuilder_t * L_29 = V_1; String_t* L_30 = V_0; String_t* L_31 = X509Certificate2_get_Thumbprint_m392121246(__this, /*hidden argument*/NULL); NullCheck(L_29); StringBuilder_AppendFormat_m3255666490(L_29, _stringLiteral2873876094, L_30, L_31, /*hidden argument*/NULL); StringBuilder_t * L_32 = V_1; String_t* L_33 = V_0; Oid_t3552120260 * L_34 = X509Certificate2_get_SignatureAlgorithm_m2810155907(__this, /*hidden argument*/NULL); NullCheck(L_34); String_t* L_35 = Oid_get_FriendlyName_m1299931775(L_34, /*hidden argument*/NULL); Oid_t3552120260 * L_36 = X509Certificate2_get_SignatureAlgorithm_m2810155907(__this, /*hidden argument*/NULL); NullCheck(L_36); String_t* L_37 = Oid_get_Value_m743416803(L_36, /*hidden argument*/NULL); NullCheck(L_32); StringBuilder_AppendFormat_m2403596038(L_32, _stringLiteral4108335351, L_33, L_35, L_37, /*hidden argument*/NULL); PublicKey_t3779582684 * L_38 = X509Certificate2_get_PublicKey_m370665820(__this, /*hidden argument*/NULL); NullCheck(L_38); AsymmetricAlgorithm_t932037087 * L_39 = PublicKey_get_Key_m3077215602(L_38, /*hidden argument*/NULL); V_2 = L_39; StringBuilder_t * L_40 = V_1; String_t* L_41 = V_0; NullCheck(L_40); StringBuilder_AppendFormat_m3016532472(L_40, _stringLiteral3950718008, L_41, /*hidden argument*/NULL); AsymmetricAlgorithm_t932037087 * L_42 = V_2; if (!((RSA_t2385438082 *)IsInstClass((RuntimeObject*)L_42, RSA_t2385438082_il2cpp_TypeInfo_var))) { goto IL_0117; } } { StringBuilder_t * L_43 = V_1; NullCheck(L_43); StringBuilder_Append_m1965104174(L_43, _stringLiteral2247318451, /*hidden argument*/NULL); goto IL_0140; } IL_0117: { AsymmetricAlgorithm_t932037087 * L_44 = V_2; if (!((DSA_t2386879874 *)IsInstClass((RuntimeObject*)L_44, DSA_t2386879874_il2cpp_TypeInfo_var))) { goto IL_0133; } } { StringBuilder_t * L_45 = V_1; NullCheck(L_45); StringBuilder_Append_m1965104174(L_45, _stringLiteral2247318433, /*hidden argument*/NULL); goto IL_0140; } IL_0133: { StringBuilder_t * L_46 = V_1; AsymmetricAlgorithm_t932037087 * L_47 = V_2; NullCheck(L_47); String_t* L_48 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_47); NullCheck(L_46); StringBuilder_Append_m1965104174(L_46, L_48, /*hidden argument*/NULL); } IL_0140: { StringBuilder_t * L_49 = V_1; String_t* L_50 = V_0; AsymmetricAlgorithm_t932037087 * L_51 = V_2; NullCheck(L_51); int32_t L_52 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, L_51); int32_t L_53 = L_52; RuntimeObject * L_54 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_53); NullCheck(L_49); StringBuilder_AppendFormat_m3255666490(L_49, _stringLiteral1614684142, L_50, L_54, /*hidden argument*/NULL); StringBuilder_t * L_55 = V_1; PublicKey_t3779582684 * L_56 = X509Certificate2_get_PublicKey_m370665820(__this, /*hidden argument*/NULL); NullCheck(L_56); AsnEncodedData_t382354011 * L_57 = PublicKey_get_EncodedKeyValue_m199315148(L_56, /*hidden argument*/NULL); NullCheck(L_57); ByteU5BU5D_t4116647657* L_58 = AsnEncodedData_get_RawData_m1706087592(L_57, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2_t714049126_il2cpp_TypeInfo_var); X509Certificate2_AppendBuffer_m445040858(NULL /*static, unused*/, L_55, L_58, /*hidden argument*/NULL); StringBuilder_t * L_59 = V_1; String_t* L_60 = V_0; NullCheck(L_59); StringBuilder_AppendFormat_m3016532472(L_59, _stringLiteral449924313, L_60, /*hidden argument*/NULL); StringBuilder_t * L_61 = V_1; PublicKey_t3779582684 * L_62 = X509Certificate2_get_PublicKey_m370665820(__this, /*hidden argument*/NULL); NullCheck(L_62); AsnEncodedData_t382354011 * L_63 = PublicKey_get_EncodedParameters_m4197029957(L_62, /*hidden argument*/NULL); NullCheck(L_63); ByteU5BU5D_t4116647657* L_64 = AsnEncodedData_get_RawData_m1706087592(L_63, /*hidden argument*/NULL); X509Certificate2_AppendBuffer_m445040858(NULL /*static, unused*/, L_61, L_64, /*hidden argument*/NULL); StringBuilder_t * L_65 = V_1; String_t* L_66 = V_0; NullCheck(L_65); StringBuilder_Append_m1965104174(L_65, L_66, /*hidden argument*/NULL); StringBuilder_t * L_67 = V_1; NullCheck(L_67); String_t* L_68 = StringBuilder_ToString_m3317489284(L_67, /*hidden argument*/NULL); return L_68; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::AppendBuffer(System.Text.StringBuilder,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void X509Certificate2_AppendBuffer_m445040858 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___sb0, ByteU5BU5D_t4116647657* ___buffer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2_AppendBuffer_m445040858_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___buffer1; if (L_0) { goto IL_0007; } } { return; } IL_0007: { V_0 = 0; goto IL_0041; } IL_000e: { StringBuilder_t * L_1 = ___sb0; ByteU5BU5D_t4116647657* L_2 = ___buffer1; int32_t L_3 = V_0; NullCheck(L_2); String_t* L_4 = Byte_ToString_m3735479648(((L_2)->GetAddressAt(static_cast(L_3))), _stringLiteral3451434968, /*hidden argument*/NULL); NullCheck(L_1); StringBuilder_Append_m1965104174(L_1, L_4, /*hidden argument*/NULL); int32_t L_5 = V_0; ByteU5BU5D_t4116647657* L_6 = ___buffer1; NullCheck(L_6); if ((((int32_t)L_5) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), (int32_t)1))))) { goto IL_003d; } } { StringBuilder_t * L_7 = ___sb0; NullCheck(L_7); StringBuilder_Append_m1965104174(L_7, _stringLiteral3452614528, /*hidden argument*/NULL); } IL_003d: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0041: { int32_t L_9 = V_0; ByteU5BU5D_t4116647657* L_10 = ___buffer1; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))) { goto IL_000e; } } { return; } } // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate2::Verify() extern "C" IL2CPP_METHOD_ATTR bool X509Certificate2_Verify_m1464738766 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2_Verify_m1464738766_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509Chain_t194917408 * V_0 = NULL; { X509Certificate_t489243025 * L_0 = __this->get__cert_13(); if (L_0) { goto IL_0016; } } { IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2_t714049126_il2cpp_TypeInfo_var); String_t* L_1 = ((X509Certificate2_t714049126_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2_t714049126_il2cpp_TypeInfo_var))->get_empty_error_14(); CryptographicException_t248831461 * L_2 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,X509Certificate2_Verify_m1464738766_RuntimeMethod_var); } IL_0016: { IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var); RuntimeObject * L_3 = CryptoConfig_CreateFromName_m1538277313(NULL /*static, unused*/, _stringLiteral1552136392, /*hidden argument*/NULL); V_0 = ((X509Chain_t194917408 *)CastclassClass((RuntimeObject*)L_3, X509Chain_t194917408_il2cpp_TypeInfo_var)); X509Chain_t194917408 * L_4 = V_0; NullCheck(L_4); bool L_5 = X509Chain_Build_m611063989(L_4, __this, /*hidden argument*/NULL); if (L_5) { goto IL_0034; } } { return (bool)0; } IL_0034: { return (bool)1; } } // Mono.Security.X509.X509Certificate System.Security.Cryptography.X509Certificates.X509Certificate2::get_MonoCertificate() extern "C" IL2CPP_METHOD_ATTR X509Certificate_t489243025 * X509Certificate2_get_MonoCertificate_m4228255308 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method) { { X509Certificate_t489243025 * L_0 = __this->get__cert_13(); 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.Security.Cryptography.X509Certificates.X509Certificate2Collection::.ctor() extern "C" IL2CPP_METHOD_ATTR void X509Certificate2Collection__ctor_m1338914817 (X509Certificate2Collection_t2111161276 * __this, const RuntimeMethod* method) { { X509CertificateCollection__ctor_m1784029323(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2Collection::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate2Collection) extern "C" IL2CPP_METHOD_ATTR void X509Certificate2Collection__ctor_m3025547695 (X509Certificate2Collection_t2111161276 * __this, X509Certificate2Collection_t2111161276 * ___certificates0, const RuntimeMethod* method) { { X509CertificateCollection__ctor_m1784029323(__this, /*hidden argument*/NULL); X509Certificate2Collection_t2111161276 * L_0 = ___certificates0; X509Certificate2Collection_AddRange_m3206541680(__this, L_0, /*hidden argument*/NULL); return; } } // System.Security.Cryptography.X509Certificates.X509Certificate2 System.Security.Cryptography.X509Certificates.X509Certificate2Collection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR X509Certificate2_t714049126 * X509Certificate2Collection_get_Item_m1658740919 (X509Certificate2Collection_t2111161276 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2Collection_get_Item_m1658740919_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, _stringLiteral481830313, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,X509Certificate2Collection_get_Item_m1658740919_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___index0; ArrayList_t2718874744 * L_3 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_3); if ((((int32_t)L_2) < ((int32_t)L_4))) { goto IL_002e; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_5, _stringLiteral1413643588, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,X509Certificate2Collection_get_Item_m1658740919_RuntimeMethod_var); } IL_002e: { ArrayList_t2718874744 * L_6 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); int32_t L_7 = ___index0; NullCheck(L_6); RuntimeObject * L_8 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_6, L_7); return ((X509Certificate2_t714049126 *)CastclassClass((RuntimeObject*)L_8, X509Certificate2_t714049126_il2cpp_TypeInfo_var)); } } // System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Add(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR int32_t X509Certificate2Collection_Add_m3151757943 (X509Certificate2Collection_t2111161276 * __this, X509Certificate2_t714049126 * ___certificate0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2Collection_Add_m3151757943_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate2_t714049126 * L_0 = ___certificate0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3602728074, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,X509Certificate2Collection_Add_m3151757943_RuntimeMethod_var); } IL_0011: { ArrayList_t2718874744 * L_2 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); X509Certificate2_t714049126 * L_3 = ___certificate0; NullCheck(L_2); int32_t L_4 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_2, L_3); return L_4; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2Collection::AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection) extern "C" IL2CPP_METHOD_ATTR void X509Certificate2Collection_AddRange_m3206541680 (X509Certificate2Collection_t2111161276 * __this, X509Certificate2Collection_t2111161276 * ___certificates0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2Collection_AddRange_m3206541680_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate2Collection_t2111161276 * L_0 = ___certificates0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral295584906, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,X509Certificate2Collection_AddRange_m3206541680_RuntimeMethod_var); } IL_0011: { ArrayList_t2718874744 * L_2 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); X509Certificate2Collection_t2111161276 * L_3 = ___certificates0; NullCheck(L_2); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_2, L_3); return; } } // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Contains(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR bool X509Certificate2Collection_Contains_m3300508662 (X509Certificate2Collection_t2111161276 * __this, X509Certificate2_t714049126 * ___certificate0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2Collection_Contains_m3300508662_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509Certificate2_t714049126 * V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { X509Certificate2_t714049126 * L_0 = ___certificate0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3602728074, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,X509Certificate2Collection_Contains_m3300508662_RuntimeMethod_var); } IL_0011: { ArrayList_t2718874744 * L_2 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2); V_1 = L_3; } IL_001d: try { // begin try (depth: 1) { goto IL_0041; } IL_0022: { RuntimeObject* L_4 = V_1; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_4); V_0 = ((X509Certificate2_t714049126 *)CastclassClass((RuntimeObject*)L_5, X509Certificate2_t714049126_il2cpp_TypeInfo_var)); X509Certificate2_t714049126 * L_6 = V_0; X509Certificate2_t714049126 * L_7 = ___certificate0; NullCheck(L_6); bool L_8 = VirtFuncInvoker1< bool, X509Certificate_t713131622 * >::Invoke(6 /* System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::Equals(System.Security.Cryptography.X509Certificates.X509Certificate) */, L_6, L_7); if (!L_8) { goto IL_0041; } } IL_003a: { V_2 = (bool)1; IL2CPP_LEAVE(0x65, FINALLY_0051); } IL_0041: { RuntimeObject* L_9 = V_1; NullCheck(L_9); bool L_10 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_9); if (L_10) { goto IL_0022; } } IL_004c: { IL2CPP_LEAVE(0x63, FINALLY_0051); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0051; } FINALLY_0051: { // begin finally (depth: 1) { RuntimeObject* L_11 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_12 = V_3; if (L_12) { goto IL_005c; } } IL_005b: { IL2CPP_END_FINALLY(81) } IL_005c: { RuntimeObject* L_13 = V_3; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_13); IL2CPP_END_FINALLY(81) } } // end finally (depth: 1) IL2CPP_CLEANUP(81) { IL2CPP_JUMP_TBL(0x65, IL_0065) IL2CPP_JUMP_TBL(0x63, IL_0063) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0063: { return (bool)0; } IL_0065: { bool L_14 = V_2; return L_14; } } // System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR X509Certificate2Collection_t2111161276 * X509Certificate2Collection_Find_m4007010753 (X509Certificate2Collection_t2111161276 * __this, int32_t ___findType0, RuntimeObject * ___findValue1, bool ___validOnly2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2Collection_Find_m4007010753_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; DateTime_t3738529785 V_3; memset(&V_3, 0, sizeof(V_3)); Exception_t * V_4 = NULL; String_t* V_5 = NULL; Exception_t * V_6 = NULL; String_t* V_7 = NULL; String_t* V_8 = NULL; Exception_t * V_9 = NULL; String_t* V_10 = NULL; Exception_t * V_11 = NULL; String_t* V_12 = NULL; String_t* V_13 = NULL; CultureInfo_t4157843068 * V_14 = NULL; X509Certificate2Collection_t2111161276 * V_15 = NULL; X509Certificate2_t714049126 * V_16 = NULL; RuntimeObject* V_17 = NULL; bool V_18 = false; String_t* V_19 = NULL; String_t* V_20 = NULL; X509SubjectKeyIdentifierExtension_t4258825542 * V_21 = NULL; X509KeyUsageExtension_t2042101591 * V_22 = NULL; int32_t V_23 = 0; RuntimeObject* V_24 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B31_0 = 0; int32_t G_B51_0 = 0; { RuntimeObject * L_0 = ___findValue1; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral592182122, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,X509Certificate2Collection_Find_m4007010753_RuntimeMethod_var); } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_2; String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_1 = L_3; V_2 = 0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_4 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); V_3 = L_4; int32_t L_5 = ___findType0; V_23 = L_5; int32_t L_6 = V_23; switch (L_6) { case 0: { goto IL_0070; } case 1: { goto IL_0070; } case 2: { goto IL_0070; } case 3: { goto IL_0070; } case 4: { goto IL_0070; } case 5: { goto IL_0070; } case 6: { goto IL_0174; } case 7: { goto IL_0174; } case 8: { goto IL_0174; } case 9: { goto IL_0070; } case 10: { goto IL_00b5; } case 11: { goto IL_00b5; } case 12: { goto IL_00b5; } case 13: { goto IL_012f; } case 14: { goto IL_0070; } } } { goto IL_01b9; } IL_0070: try { // begin try (depth: 1) RuntimeObject * L_7 = ___findValue1; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var)); goto IL_00b0; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_007c; throw e; } CATCH_007c: { // begin catch(System.Exception) { V_4 = ((Exception_t *)__exception_local); ObjectU5BU5D_t2843939325* L_8 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); RuntimeObject * L_9 = ___findValue1; NullCheck(L_9); Type_t * L_10 = Object_GetType_m88164663(L_9, /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_10); (L_8)->SetAt(static_cast(0), (RuntimeObject *)L_10); ObjectU5BU5D_t2843939325* L_11 = L_8; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral1236128813); (L_11)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral1236128813); String_t* L_12 = Locale_GetText_m2640320736(NULL /*static, unused*/, _stringLiteral3342962601, L_11, /*hidden argument*/NULL); V_5 = L_12; String_t* L_13 = V_5; Exception_t * L_14 = V_4; CryptographicException_t248831461 * L_15 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m1422015889(L_15, L_13, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,X509Certificate2Collection_Find_m4007010753_RuntimeMethod_var); } IL_00ab: { goto IL_00b0; } } // end catch (depth: 1) IL_00b0: { goto IL_01dc; } IL_00b5: try { // begin try (depth: 1) RuntimeObject * L_16 = ___findValue1; V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_16, String_t_il2cpp_TypeInfo_var)); goto IL_00f5; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00c1; throw e; } CATCH_00c1: { // begin catch(System.Exception) { V_6 = ((Exception_t *)__exception_local); ObjectU5BU5D_t2843939325* L_17 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); RuntimeObject * L_18 = ___findValue1; NullCheck(L_18); Type_t * L_19 = Object_GetType_m88164663(L_18, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAt(static_cast(0), (RuntimeObject *)L_19); ObjectU5BU5D_t2843939325* L_20 = L_17; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral2730538478); (L_20)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral2730538478); String_t* L_21 = Locale_GetText_m2640320736(NULL /*static, unused*/, _stringLiteral3342962601, L_20, /*hidden argument*/NULL); V_7 = L_21; String_t* L_22 = V_7; Exception_t * L_23 = V_6; CryptographicException_t248831461 * L_24 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m1422015889(L_24, L_22, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,X509Certificate2Collection_Find_m4007010753_RuntimeMethod_var); } IL_00f0: { goto IL_00f5; } } // end catch (depth: 1) IL_00f5: try { // begin try (depth: 1) String_t* L_25 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CryptoConfig_t4201145714_il2cpp_TypeInfo_var); CryptoConfig_EncodeOID_m2635914623(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); goto IL_012a; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (CryptographicUnexpectedOperationException_t2790575154_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0101; throw e; } CATCH_0101: { // begin catch(System.Security.Cryptography.CryptographicUnexpectedOperationException) { ObjectU5BU5D_t2843939325* L_26 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_27 = V_1; NullCheck(L_26); ArrayElementTypeCheck (L_26, L_27); (L_26)->SetAt(static_cast(0), (RuntimeObject *)L_27); String_t* L_28 = Locale_GetText_m2640320736(NULL /*static, unused*/, _stringLiteral3089819033, L_26, /*hidden argument*/NULL); V_8 = L_28; String_t* L_29 = V_8; ArgumentException_t132251570 * L_30 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_30, _stringLiteral592182122, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30,X509Certificate2Collection_Find_m4007010753_RuntimeMethod_var); } IL_0125: { goto IL_012a; } } // end catch (depth: 1) IL_012a: { goto IL_01dc; } IL_012f: try { // begin try (depth: 1) RuntimeObject * L_31 = ___findValue1; V_2 = ((*(int32_t*)((int32_t*)UnBox(L_31, Int32_t2950945753_il2cpp_TypeInfo_var)))); goto IL_016f; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_013b; throw e; } CATCH_013b: { // begin catch(System.Exception) { V_9 = ((Exception_t *)__exception_local); ObjectU5BU5D_t2843939325* L_32 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); RuntimeObject * L_33 = ___findValue1; NullCheck(L_33); Type_t * L_34 = Object_GetType_m88164663(L_33, /*hidden argument*/NULL); NullCheck(L_32); ArrayElementTypeCheck (L_32, L_34); (L_32)->SetAt(static_cast(0), (RuntimeObject *)L_34); ObjectU5BU5D_t2843939325* L_35 = L_32; NullCheck(L_35); ArrayElementTypeCheck (L_35, _stringLiteral2730538478); (L_35)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral2730538478); String_t* L_36 = Locale_GetText_m2640320736(NULL /*static, unused*/, _stringLiteral3342962601, L_35, /*hidden argument*/NULL); V_10 = L_36; String_t* L_37 = V_10; Exception_t * L_38 = V_9; CryptographicException_t248831461 * L_39 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m1422015889(L_39, L_37, L_38, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39,X509Certificate2Collection_Find_m4007010753_RuntimeMethod_var); } IL_016a: { goto IL_016f; } } // end catch (depth: 1) IL_016f: { goto IL_01dc; } IL_0174: try { // begin try (depth: 1) RuntimeObject * L_40 = ___findValue1; V_3 = ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_40, DateTime_t3738529785_il2cpp_TypeInfo_var)))); goto IL_01b4; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0180; throw e; } CATCH_0180: { // begin catch(System.Exception) { V_11 = ((Exception_t *)__exception_local); ObjectU5BU5D_t2843939325* L_41 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); RuntimeObject * L_42 = ___findValue1; NullCheck(L_42); Type_t * L_43 = Object_GetType_m88164663(L_42, /*hidden argument*/NULL); NullCheck(L_41); ArrayElementTypeCheck (L_41, L_43); (L_41)->SetAt(static_cast(0), (RuntimeObject *)L_43); ObjectU5BU5D_t2843939325* L_44 = L_41; NullCheck(L_44); ArrayElementTypeCheck (L_44, _stringLiteral930662624); (L_44)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral930662624); String_t* L_45 = Locale_GetText_m2640320736(NULL /*static, unused*/, _stringLiteral3342962601, L_44, /*hidden argument*/NULL); V_12 = L_45; String_t* L_46 = V_12; Exception_t * L_47 = V_11; CryptographicException_t248831461 * L_48 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m1422015889(L_48, L_46, L_47, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_48,X509Certificate2Collection_Find_m4007010753_RuntimeMethod_var); } IL_01af: { goto IL_01b4; } } // end catch (depth: 1) IL_01b4: { goto IL_01dc; } IL_01b9: { ObjectU5BU5D_t2843939325* L_49 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); int32_t L_50 = ___findType0; int32_t L_51 = L_50; RuntimeObject * L_52 = Box(X509FindType_t3058503971_il2cpp_TypeInfo_var, &L_51); NullCheck(L_49); ArrayElementTypeCheck (L_49, L_52); (L_49)->SetAt(static_cast(0), (RuntimeObject *)L_52); String_t* L_53 = Locale_GetText_m2640320736(NULL /*static, unused*/, _stringLiteral928588138, L_49, /*hidden argument*/NULL); V_13 = L_53; String_t* L_54 = V_13; CryptographicException_t248831461 * L_55 = (CryptographicException_t248831461 *)il2cpp_codegen_object_new(CryptographicException_t248831461_il2cpp_TypeInfo_var); CryptographicException__ctor_m503735289(L_55, L_54, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_55,X509Certificate2Collection_Find_m4007010753_RuntimeMethod_var); } IL_01dc: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_56 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); V_14 = L_56; X509Certificate2Collection_t2111161276 * L_57 = (X509Certificate2Collection_t2111161276 *)il2cpp_codegen_object_new(X509Certificate2Collection_t2111161276_il2cpp_TypeInfo_var); X509Certificate2Collection__ctor_m1338914817(L_57, /*hidden argument*/NULL); V_15 = L_57; ArrayList_t2718874744 * L_58 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); NullCheck(L_58); RuntimeObject* L_59 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_58); V_17 = L_59; } IL_01f7: try { // begin try (depth: 1) { goto IL_045a; } IL_01fc: { RuntimeObject* L_60 = V_17; NullCheck(L_60); RuntimeObject * L_61 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_60); V_16 = ((X509Certificate2_t714049126 *)CastclassClass((RuntimeObject*)L_61, X509Certificate2_t714049126_il2cpp_TypeInfo_var)); V_18 = (bool)0; int32_t L_62 = ___findType0; V_23 = L_62; int32_t L_63 = V_23; switch (L_63) { case 0: { goto IL_0258; } case 1: { goto IL_028a; } case 2: { goto IL_02ab; } case 3: { goto IL_02c5; } case 4: { goto IL_02e6; } case 5: { goto IL_0300; } case 6: { goto IL_03c7; } case 7: { goto IL_03f0; } case 8: { goto IL_0404; } case 9: { goto IL_031a; } case 10: { goto IL_0358; } case 11: { goto IL_036e; } case 12: { goto IL_0373; } case 13: { goto IL_038d; } case 14: { goto IL_031f; } } } IL_0253: { goto IL_0418; } IL_0258: { String_t* L_64 = V_0; X509Certificate2_t714049126 * L_65 = V_16; NullCheck(L_65); String_t* L_66 = X509Certificate2_get_Thumbprint_m392121246(L_65, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_67 = V_14; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_68 = String_Compare_m1293271421(NULL /*static, unused*/, L_64, L_66, (bool)1, L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_0282; } } IL_026d: { String_t* L_69 = V_0; X509Certificate2_t714049126 * L_70 = V_16; NullCheck(L_70); String_t* L_71 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetCertHashString() */, L_70); CultureInfo_t4157843068 * L_72 = V_14; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_73 = String_Compare_m1293271421(NULL /*static, unused*/, L_69, L_71, (bool)1, L_72, /*hidden argument*/NULL); G_B31_0 = ((((int32_t)L_73) == ((int32_t)0))? 1 : 0); goto IL_0283; } IL_0282: { G_B31_0 = 1; } IL_0283: { V_18 = (bool)G_B31_0; goto IL_0418; } IL_028a: { X509Certificate2_t714049126 * L_74 = V_16; NullCheck(L_74); String_t* L_75 = X509Certificate2_GetNameInfo_m869719036(L_74, 0, (bool)0, /*hidden argument*/NULL); V_19 = L_75; String_t* L_76 = V_19; String_t* L_77 = V_0; NullCheck(L_76); int32_t L_78 = String_IndexOf_m1298810678(L_76, L_77, 3, /*hidden argument*/NULL); V_18 = (bool)((((int32_t)((((int32_t)L_78) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0418; } IL_02ab: { String_t* L_79 = V_0; X509Certificate2_t714049126 * L_80 = V_16; NullCheck(L_80); String_t* L_81 = X509Certificate_get_Subject_m2638144878(L_80, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_82 = V_14; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_83 = String_Compare_m1293271421(NULL /*static, unused*/, L_79, L_81, (bool)1, L_82, /*hidden argument*/NULL); V_18 = (bool)((((int32_t)L_83) == ((int32_t)0))? 1 : 0); goto IL_0418; } IL_02c5: { X509Certificate2_t714049126 * L_84 = V_16; NullCheck(L_84); String_t* L_85 = X509Certificate2_GetNameInfo_m869719036(L_84, 0, (bool)1, /*hidden argument*/NULL); V_20 = L_85; String_t* L_86 = V_20; String_t* L_87 = V_0; NullCheck(L_86); int32_t L_88 = String_IndexOf_m1298810678(L_86, L_87, 3, /*hidden argument*/NULL); V_18 = (bool)((((int32_t)((((int32_t)L_88) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0418; } IL_02e6: { String_t* L_89 = V_0; X509Certificate2_t714049126 * L_90 = V_16; NullCheck(L_90); String_t* L_91 = X509Certificate_get_Issuer_m2934704867(L_90, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_92 = V_14; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_93 = String_Compare_m1293271421(NULL /*static, unused*/, L_89, L_91, (bool)1, L_92, /*hidden argument*/NULL); V_18 = (bool)((((int32_t)L_93) == ((int32_t)0))? 1 : 0); goto IL_0418; } IL_0300: { String_t* L_94 = V_0; X509Certificate2_t714049126 * L_95 = V_16; NullCheck(L_95); String_t* L_96 = X509Certificate2_get_SerialNumber_m1315874713(L_95, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_97 = V_14; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_98 = String_Compare_m1293271421(NULL /*static, unused*/, L_94, L_96, (bool)1, L_97, /*hidden argument*/NULL); V_18 = (bool)((((int32_t)L_98) == ((int32_t)0))? 1 : 0); goto IL_0418; } IL_031a: { goto IL_0418; } IL_031f: { X509Certificate2_t714049126 * L_99 = V_16; NullCheck(L_99); X509ExtensionCollection_t1350454579 * L_100 = X509Certificate2_get_Extensions_m3552930730(L_99, /*hidden argument*/NULL); NullCheck(L_100); X509Extension_t3272255153 * L_101 = X509ExtensionCollection_get_Item_m3637880514(L_100, _stringLiteral1004423983, /*hidden argument*/NULL); V_21 = ((X509SubjectKeyIdentifierExtension_t4258825542 *)IsInstSealed((RuntimeObject*)L_101, X509SubjectKeyIdentifierExtension_t4258825542_il2cpp_TypeInfo_var)); X509SubjectKeyIdentifierExtension_t4258825542 * L_102 = V_21; if (!L_102) { goto IL_0353; } } IL_033e: { String_t* L_103 = V_0; X509SubjectKeyIdentifierExtension_t4258825542 * L_104 = V_21; NullCheck(L_104); String_t* L_105 = X509SubjectKeyIdentifierExtension_get_SubjectKeyIdentifier_m3059478847(L_104, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_106 = V_14; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_107 = String_Compare_m1293271421(NULL /*static, unused*/, L_103, L_105, (bool)1, L_106, /*hidden argument*/NULL); V_18 = (bool)((((int32_t)L_107) == ((int32_t)0))? 1 : 0); } IL_0353: { goto IL_0418; } IL_0358: { X509Certificate2_t714049126 * L_108 = V_16; NullCheck(L_108); X509ExtensionCollection_t1350454579 * L_109 = X509Certificate2_get_Extensions_m3552930730(L_108, /*hidden argument*/NULL); NullCheck(L_109); int32_t L_110 = X509ExtensionCollection_get_Count_m3589967016(L_109, /*hidden argument*/NULL); V_18 = (bool)((((int32_t)L_110) == ((int32_t)0))? 1 : 0); goto IL_0418; } IL_036e: { goto IL_0418; } IL_0373: { X509Certificate2_t714049126 * L_111 = V_16; NullCheck(L_111); X509ExtensionCollection_t1350454579 * L_112 = X509Certificate2_get_Extensions_m3552930730(L_111, /*hidden argument*/NULL); String_t* L_113 = V_1; NullCheck(L_112); X509Extension_t3272255153 * L_114 = X509ExtensionCollection_get_Item_m3637880514(L_112, L_113, /*hidden argument*/NULL); V_18 = (bool)((((int32_t)((((RuntimeObject*)(X509Extension_t3272255153 *)L_114) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0418; } IL_038d: { X509Certificate2_t714049126 * L_115 = V_16; NullCheck(L_115); X509ExtensionCollection_t1350454579 * L_116 = X509Certificate2_get_Extensions_m3552930730(L_115, /*hidden argument*/NULL); NullCheck(L_116); X509Extension_t3272255153 * L_117 = X509ExtensionCollection_get_Item_m3637880514(L_116, _stringLiteral1004423982, /*hidden argument*/NULL); V_22 = ((X509KeyUsageExtension_t2042101591 *)IsInstSealed((RuntimeObject*)L_117, X509KeyUsageExtension_t2042101591_il2cpp_TypeInfo_var)); X509KeyUsageExtension_t2042101591 * L_118 = V_22; if (L_118) { goto IL_03b4; } } IL_03ac: { V_18 = (bool)1; goto IL_03c2; } IL_03b4: { X509KeyUsageExtension_t2042101591 * L_119 = V_22; NullCheck(L_119); int32_t L_120 = X509KeyUsageExtension_get_KeyUsages_m3263859785(L_119, /*hidden argument*/NULL); int32_t L_121 = V_2; int32_t L_122 = V_2; V_18 = (bool)((((int32_t)((int32_t)((int32_t)L_120&(int32_t)L_121))) == ((int32_t)L_122))? 1 : 0); } IL_03c2: { goto IL_0418; } IL_03c7: { DateTime_t3738529785 L_123 = V_3; X509Certificate2_t714049126 * L_124 = V_16; NullCheck(L_124); DateTime_t3738529785 L_125 = X509Certificate2_get_NotBefore_m2514418239(L_124, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_126 = DateTime_op_GreaterThanOrEqual_m674703316(NULL /*static, unused*/, L_123, L_125, /*hidden argument*/NULL); if (!L_126) { goto IL_03e8; } } IL_03d9: { DateTime_t3738529785 L_127 = V_3; X509Certificate2_t714049126 * L_128 = V_16; NullCheck(L_128); DateTime_t3738529785 L_129 = X509Certificate2_get_NotAfter_m1930122497(L_128, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_130 = DateTime_op_LessThanOrEqual_m2360948759(NULL /*static, unused*/, L_127, L_129, /*hidden argument*/NULL); G_B51_0 = ((int32_t)(L_130)); goto IL_03e9; } IL_03e8: { G_B51_0 = 0; } IL_03e9: { V_18 = (bool)G_B51_0; goto IL_0418; } IL_03f0: { DateTime_t3738529785 L_131 = V_3; X509Certificate2_t714049126 * L_132 = V_16; NullCheck(L_132); DateTime_t3738529785 L_133 = X509Certificate2_get_NotBefore_m2514418239(L_132, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_134 = DateTime_op_LessThan_m2497205152(NULL /*static, unused*/, L_131, L_133, /*hidden argument*/NULL); V_18 = L_134; goto IL_0418; } IL_0404: { DateTime_t3738529785 L_135 = V_3; X509Certificate2_t714049126 * L_136 = V_16; NullCheck(L_136); DateTime_t3738529785 L_137 = X509Certificate2_get_NotAfter_m1930122497(L_136, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_138 = DateTime_op_GreaterThan_m3768590082(NULL /*static, unused*/, L_135, L_137, /*hidden argument*/NULL); V_18 = L_138; goto IL_0418; } IL_0418: { bool L_139 = V_18; if (L_139) { goto IL_0424; } } IL_041f: { goto IL_045a; } IL_0424: { bool L_140 = ___validOnly2; if (!L_140) { goto IL_0450; } } IL_042a: try { // begin try (depth: 2) { X509Certificate2_t714049126 * L_141 = V_16; NullCheck(L_141); bool L_142 = X509Certificate2_Verify_m1464738766(L_141, /*hidden argument*/NULL); if (!L_142) { goto IL_0440; } } IL_0436: { X509Certificate2Collection_t2111161276 * L_143 = V_15; X509Certificate2_t714049126 * L_144 = V_16; NullCheck(L_143); X509Certificate2Collection_Add_m3151757943(L_143, L_144, /*hidden argument*/NULL); } IL_0440: { goto IL_044b; } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0445; throw e; } CATCH_0445: { // begin catch(System.Object) goto IL_044b; } // end catch (depth: 2) IL_044b: { goto IL_045a; } IL_0450: { X509Certificate2Collection_t2111161276 * L_145 = V_15; X509Certificate2_t714049126 * L_146 = V_16; NullCheck(L_145); X509Certificate2Collection_Add_m3151757943(L_145, L_146, /*hidden argument*/NULL); } IL_045a: { RuntimeObject* L_147 = V_17; NullCheck(L_147); bool L_148 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_147); if (L_148) { goto IL_01fc; } } IL_0466: { IL2CPP_LEAVE(0x481, FINALLY_046b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_046b; } FINALLY_046b: { // begin finally (depth: 1) { RuntimeObject* L_149 = V_17; V_24 = ((RuntimeObject*)IsInst((RuntimeObject*)L_149, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_150 = V_24; if (L_150) { goto IL_0479; } } IL_0478: { IL2CPP_END_FINALLY(1131) } IL_0479: { RuntimeObject* L_151 = V_24; NullCheck(L_151); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_151); IL2CPP_END_FINALLY(1131) } } // end finally (depth: 1) IL2CPP_CLEANUP(1131) { IL2CPP_JUMP_TBL(0x481, IL_0481) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0481: { X509Certificate2Collection_t2111161276 * L_152 = V_15; return L_152; } } // System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator System.Security.Cryptography.X509Certificates.X509Certificate2Collection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR X509Certificate2Enumerator_t3316713812 * X509Certificate2Collection_GetEnumerator_m3634416032 (X509Certificate2Collection_t2111161276 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2Collection_GetEnumerator_m3634416032_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate2Enumerator_t3316713812 * L_0 = (X509Certificate2Enumerator_t3316713812 *)il2cpp_codegen_object_new(X509Certificate2Enumerator_t3316713812_il2cpp_TypeInfo_var); X509Certificate2Enumerator__ctor_m1083666285(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.Security.Cryptography.X509Certificates.X509Certificate2Enumerator::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate2Collection) extern "C" IL2CPP_METHOD_ATTR void X509Certificate2Enumerator__ctor_m1083666285 (X509Certificate2Enumerator_t3316713812 * __this, X509Certificate2Collection_t2111161276 * ___collection0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2Enumerator__ctor_m1083666285_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); X509Certificate2Collection_t2111161276 * L_0 = ___collection0; NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_0); __this->set_enumerator_0(L_1); return; } } // System.Object System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * X509Certificate2Enumerator_System_Collections_IEnumerator_get_Current_m352453934 (X509Certificate2Enumerator_t3316713812 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2Enumerator_System_Collections_IEnumerator_get_Current_m352453934_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator::System.Collections.IEnumerator.MoveNext() extern "C" IL2CPP_METHOD_ATTR bool X509Certificate2Enumerator_System_Collections_IEnumerator_MoveNext_m1563787129 (X509Certificate2Enumerator_t3316713812 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2Enumerator_System_Collections_IEnumerator_MoveNext_m1563787129_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void X509Certificate2Enumerator_System_Collections_IEnumerator_Reset_m388172138 (X509Certificate2Enumerator_t3316713812 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2Enumerator_System_Collections_IEnumerator_Reset_m388172138_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return; } } // System.Security.Cryptography.X509Certificates.X509Certificate2 System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR X509Certificate2_t714049126 * X509Certificate2Enumerator_get_Current_m157909321 (X509Certificate2Enumerator_t3316713812 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2Enumerator_get_Current_m157909321_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return ((X509Certificate2_t714049126 *)CastclassClass((RuntimeObject*)L_1, X509Certificate2_t714049126_il2cpp_TypeInfo_var)); } } // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool X509Certificate2Enumerator_MoveNext_m2220460870 (X509Certificate2Enumerator_t3316713812 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2Enumerator_MoveNext_m2220460870_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void X509Certificate2Enumerator_Reset_m1308823525 (X509Certificate2Enumerator_t3316713812 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Certificate2Enumerator_Reset_m1308823525_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, 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.Security.Cryptography.X509Certificates.X509CertificateCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void X509CertificateCollection__ctor_m1784029323 (X509CertificateCollection_t3399372417 * __this, const RuntimeMethod* method) { { CollectionBase__ctor_m3343513710(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate[]) extern "C" IL2CPP_METHOD_ATTR void X509CertificateCollection__ctor_m1395805580 (X509CertificateCollection_t3399372417 * __this, X509CertificateU5BU5D_t3145106755* ___value0, const RuntimeMethod* method) { { CollectionBase__ctor_m3343513710(__this, /*hidden argument*/NULL); X509CertificateU5BU5D_t3145106755* L_0 = ___value0; X509CertificateCollection_AddRange_m3683116910(__this, L_0, /*hidden argument*/NULL); return; } } // System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Cryptography.X509Certificates.X509CertificateCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR X509Certificate_t713131622 * X509CertificateCollection_get_Item_m1464788693 (X509CertificateCollection_t3399372417 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateCollection_get_Item_m1464788693_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return ((X509Certificate_t713131622 *)CastclassClass((RuntimeObject*)L_2, X509Certificate_t713131622_il2cpp_TypeInfo_var)); } } // System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection::AddRange(System.Security.Cryptography.X509Certificates.X509Certificate[]) extern "C" IL2CPP_METHOD_ATTR void X509CertificateCollection_AddRange_m3683116910 (X509CertificateCollection_t3399372417 * __this, X509CertificateU5BU5D_t3145106755* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateCollection_AddRange_m3683116910_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { X509CertificateU5BU5D_t3145106755* L_0 = ___value0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,X509CertificateCollection_AddRange_m3683116910_RuntimeMethod_var); } IL_0011: { V_0 = 0; goto IL_002b; } IL_0018: { ArrayList_t2718874744 * L_2 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); X509CertificateU5BU5D_t3145106755* L_3 = ___value0; int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; X509Certificate_t713131622 * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_2); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_2, L_6); int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002b: { int32_t L_8 = V_0; X509CertificateU5BU5D_t3145106755* L_9 = ___value0; NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))))) { goto IL_0018; } } { return; } } // System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator System.Security.Cryptography.X509Certificates.X509CertificateCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR X509CertificateEnumerator_t855273292 * X509CertificateCollection_GetEnumerator_m385726313 (X509CertificateCollection_t3399372417 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateCollection_GetEnumerator_m385726313_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509CertificateEnumerator_t855273292 * L_0 = (X509CertificateEnumerator_t855273292 *)il2cpp_codegen_object_new(X509CertificateEnumerator_t855273292_il2cpp_TypeInfo_var); X509CertificateEnumerator__ctor_m943731472(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Security.Cryptography.X509Certificates.X509CertificateCollection::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t X509CertificateCollection_GetHashCode_m1953348376 (X509CertificateCollection_t3399372417 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = CollectionBase_get_InnerList_m132195395(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator::.ctor(System.Security.Cryptography.X509Certificates.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR void X509CertificateEnumerator__ctor_m943731472 (X509CertificateEnumerator_t855273292 * __this, X509CertificateCollection_t3399372417 * ___mappings0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateEnumerator__ctor_m943731472_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); X509CertificateCollection_t3399372417 * L_0 = ___mappings0; NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_0); __this->set_enumerator_0(L_1); return; } } // System.Object System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * X509CertificateEnumerator_System_Collections_IEnumerator_get_Current_m4218613192 (X509CertificateEnumerator_t855273292 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateEnumerator_System_Collections_IEnumerator_get_Current_m4218613192_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Boolean System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator::System.Collections.IEnumerator.MoveNext() extern "C" IL2CPP_METHOD_ATTR bool X509CertificateEnumerator_System_Collections_IEnumerator_MoveNext_m1392570645 (X509CertificateEnumerator_t855273292 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateEnumerator_System_Collections_IEnumerator_MoveNext_m1392570645_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void X509CertificateEnumerator_System_Collections_IEnumerator_Reset_m1219650180 (X509CertificateEnumerator_t855273292 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateEnumerator_System_Collections_IEnumerator_Reset_m1219650180_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return; } } // System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR X509Certificate_t713131622 * X509CertificateEnumerator_get_Current_m1016419 (X509CertificateEnumerator_t855273292 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateEnumerator_get_Current_m1016419_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return ((X509Certificate_t713131622 *)CastclassClass((RuntimeObject*)L_1, X509Certificate_t713131622_il2cpp_TypeInfo_var)); } } // System.Boolean System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool X509CertificateEnumerator_MoveNext_m3211955044 (X509CertificateEnumerator_t855273292 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateEnumerator_MoveNext_m3211955044_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void X509CertificateEnumerator_Reset_m4026698923 (X509CertificateEnumerator_t855273292 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509CertificateEnumerator_Reset_m4026698923_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, 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.Security.Cryptography.X509Certificates.X509Chain::.ctor() extern "C" IL2CPP_METHOD_ATTR void X509Chain__ctor_m2240869275 (X509Chain_t194917408 * __this, const RuntimeMethod* method) { { X509Chain__ctor_m2674663382(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Chain::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void X509Chain__ctor_m2674663382 (X509Chain_t194917408 * __this, bool ___useMachineContext0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Chain__ctor_m2674663382_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509Chain_t194917408 * G_B2_0 = NULL; X509Chain_t194917408 * G_B1_0 = NULL; int32_t G_B3_0 = 0; X509Chain_t194917408 * G_B3_1 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); bool L_0 = ___useMachineContext0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_0013; } } { G_B3_0 = 2; G_B3_1 = G_B1_0; goto IL_0014; } IL_0013: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_0014: { NullCheck(G_B3_1); G_B3_1->set_location_0(G_B3_0); X509ChainElementCollection_t3110968994 * L_1 = (X509ChainElementCollection_t3110968994 *)il2cpp_codegen_object_new(X509ChainElementCollection_t3110968994_il2cpp_TypeInfo_var); X509ChainElementCollection__ctor_m3424079155(L_1, /*hidden argument*/NULL); __this->set_elements_1(L_1); X509ChainPolicy_t2426922870 * L_2 = (X509ChainPolicy_t2426922870 *)il2cpp_codegen_object_new(X509ChainPolicy_t2426922870_il2cpp_TypeInfo_var); X509ChainPolicy__ctor_m852124469(L_2, /*hidden argument*/NULL); __this->set_policy_2(L_2); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Chain::.cctor() extern "C" IL2CPP_METHOD_ATTR void X509Chain__cctor_m993507223 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Chain__cctor_m993507223_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((X509Chain_t194917408_StaticFields*)il2cpp_codegen_static_fields_for(X509Chain_t194917408_il2cpp_TypeInfo_var))->set_Empty_4(((X509ChainStatusU5BU5D_t2685945535*)SZArrayNew(X509ChainStatusU5BU5D_t2685945535_il2cpp_TypeInfo_var, (uint32_t)0))); return; } } // System.Security.Cryptography.X509Certificates.X509ChainPolicy System.Security.Cryptography.X509Certificates.X509Chain::get_ChainPolicy() extern "C" IL2CPP_METHOD_ATTR X509ChainPolicy_t2426922870 * X509Chain_get_ChainPolicy_m2586552721 (X509Chain_t194917408 * __this, const RuntimeMethod* method) { { X509ChainPolicy_t2426922870 * L_0 = __this->get_policy_2(); return L_0; } } // System.Void System.Security.Cryptography.X509Certificates.X509Chain::set_ChainPolicy(System.Security.Cryptography.X509Certificates.X509ChainPolicy) extern "C" IL2CPP_METHOD_ATTR void X509Chain_set_ChainPolicy_m2787395122 (X509Chain_t194917408 * __this, X509ChainPolicy_t2426922870 * ___value0, const RuntimeMethod* method) { { X509ChainPolicy_t2426922870 * L_0 = ___value0; __this->set_policy_2(L_0); return; } } // System.Security.Cryptography.X509Certificates.X509ChainStatus[] System.Security.Cryptography.X509Certificates.X509Chain::get_ChainStatus() extern "C" IL2CPP_METHOD_ATTR X509ChainStatusU5BU5D_t2685945535* X509Chain_get_ChainStatus_m3613658095 (X509Chain_t194917408 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Chain_get_ChainStatus_m3613658095_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509ChainStatusU5BU5D_t2685945535* L_0 = __this->get_status_3(); if (L_0) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(X509Chain_t194917408_il2cpp_TypeInfo_var); X509ChainStatusU5BU5D_t2685945535* L_1 = ((X509Chain_t194917408_StaticFields*)il2cpp_codegen_static_fields_for(X509Chain_t194917408_il2cpp_TypeInfo_var))->get_Empty_4(); return L_1; } IL_0011: { X509ChainStatusU5BU5D_t2685945535* L_2 = __this->get_status_3(); return L_2; } } // System.Boolean System.Security.Cryptography.X509Certificates.X509Chain::Build(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR bool X509Chain_Build_m611063989 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___certificate0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Chain_Build_m611063989_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CryptographicException_t248831461 * V_1 = NULL; int32_t V_2 = 0; ArrayList_t2718874744 * V_3 = NULL; X509ChainElement_t1464056338 * V_4 = NULL; X509ChainElementEnumerator_t3014253456 * V_5 = NULL; X509ChainStatus_t133602714 V_6; memset(&V_6, 0, sizeof(V_6)); X509ChainStatusU5BU5D_t2685945535* V_7 = NULL; int32_t V_8 = 0; bool V_9 = false; X509ChainStatus_t133602714 V_10; memset(&V_10, 0, sizeof(V_10)); X509ChainStatusU5BU5D_t2685945535* V_11 = NULL; int32_t V_12 = 0; int32_t V_13 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { X509Certificate2_t714049126 * L_0 = ___certificate0; if (L_0) { goto IL_0011; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, _stringLiteral3602728074, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,X509Chain_Build_m611063989_RuntimeMethod_var); } IL_0011: { X509Chain_Reset_m1198177101(__this, /*hidden argument*/NULL); } IL_0017: try { // begin try (depth: 1) X509Certificate2_t714049126 * L_2 = ___certificate0; int32_t L_3 = X509Chain_BuildChainFrom_m2265372442(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; X509Chain_ValidateChain_m1402813093(__this, L_4, /*hidden argument*/NULL); goto IL_003d; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (CryptographicException_t248831461_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_002b; throw e; } CATCH_002b: { // begin catch(System.Security.Cryptography.CryptographicException) { V_1 = ((CryptographicException_t248831461 *)__exception_local); CryptographicException_t248831461 * L_5 = V_1; ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1535060261(L_6, _stringLiteral3602728074, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,X509Chain_Build_m611063989_RuntimeMethod_var); } IL_0038: { goto IL_003d; } } // end catch (depth: 1) IL_003d: { V_2 = 0; ArrayList_t2718874744 * L_7 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_7, /*hidden argument*/NULL); V_3 = L_7; X509ChainElementCollection_t3110968994 * L_8 = __this->get_elements_1(); NullCheck(L_8); X509ChainElementEnumerator_t3014253456 * L_9 = X509ChainElementCollection_GetEnumerator_m2610805770(L_8, /*hidden argument*/NULL); V_5 = L_9; goto IL_00bf; } IL_0057: { X509ChainElementEnumerator_t3014253456 * L_10 = V_5; NullCheck(L_10); X509ChainElement_t1464056338 * L_11 = X509ChainElementEnumerator_get_Current_m1301774989(L_10, /*hidden argument*/NULL); V_4 = L_11; X509ChainElement_t1464056338 * L_12 = V_4; NullCheck(L_12); X509ChainStatusU5BU5D_t2685945535* L_13 = X509ChainElement_get_ChainElementStatus_m2982250012(L_12, /*hidden argument*/NULL); V_7 = L_13; V_8 = 0; goto IL_00b4; } IL_0071: { X509ChainStatusU5BU5D_t2685945535* L_14 = V_7; int32_t L_15 = V_8; NullCheck(L_14); V_6 = (*(X509ChainStatus_t133602714 *)((L_14)->GetAddressAt(static_cast(L_15)))); int32_t L_16 = V_2; int32_t L_17 = X509ChainStatus_get_Status_m2572005749((&V_6), /*hidden argument*/NULL); int32_t L_18 = X509ChainStatus_get_Status_m2572005749((&V_6), /*hidden argument*/NULL); if ((((int32_t)((int32_t)((int32_t)L_16&(int32_t)L_17))) == ((int32_t)L_18))) { goto IL_00ae; } } { ArrayList_t2718874744 * L_19 = V_3; X509ChainStatus_t133602714 L_20 = V_6; X509ChainStatus_t133602714 L_21 = L_20; RuntimeObject * L_22 = Box(X509ChainStatus_t133602714_il2cpp_TypeInfo_var, &L_21); NullCheck(L_19); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_19, L_22); int32_t L_23 = V_2; int32_t L_24 = X509ChainStatus_get_Status_m2572005749((&V_6), /*hidden argument*/NULL); V_2 = ((int32_t)((int32_t)L_23|(int32_t)L_24)); } IL_00ae: { int32_t L_25 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_00b4: { int32_t L_26 = V_8; X509ChainStatusU5BU5D_t2685945535* L_27 = V_7; NullCheck(L_27); if ((((int32_t)L_26) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length))))))) { goto IL_0071; } } IL_00bf: { X509ChainElementEnumerator_t3014253456 * L_28 = V_5; NullCheck(L_28); bool L_29 = X509ChainElementEnumerator_MoveNext_m3940594045(L_28, /*hidden argument*/NULL); if (L_29) { goto IL_0057; } } { int32_t L_30 = V_0; if (!L_30) { goto IL_00e3; } } { ArrayList_t2718874744 * L_31 = V_3; int32_t L_32 = V_0; X509ChainStatus_t133602714 L_33; memset(&L_33, 0, sizeof(L_33)); X509ChainStatus__ctor_m4178125999((&L_33), L_32, /*hidden argument*/NULL); X509ChainStatus_t133602714 L_34 = L_33; RuntimeObject * L_35 = Box(X509ChainStatus_t133602714_il2cpp_TypeInfo_var, &L_34); NullCheck(L_31); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(36 /* System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) */, L_31, 0, L_35); } IL_00e3: { ArrayList_t2718874744 * L_36 = V_3; RuntimeTypeHandle_t3027515415 L_37 = { reinterpret_cast (X509ChainStatus_t133602714_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_38 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); NullCheck(L_36); RuntimeArray * L_39 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_36, L_38); __this->set_status_3(((X509ChainStatusU5BU5D_t2685945535*)Castclass((RuntimeObject*)L_39, X509ChainStatusU5BU5D_t2685945535_il2cpp_TypeInfo_var))); X509ChainStatusU5BU5D_t2685945535* L_40 = __this->get_status_3(); NullCheck(L_40); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_40)->max_length))))) { goto IL_0120; } } { X509ChainPolicy_t2426922870 * L_41 = X509Chain_get_ChainPolicy_m2586552721(__this, /*hidden argument*/NULL); NullCheck(L_41); int32_t L_42 = X509ChainPolicy_get_VerificationFlags_m58569326(L_41, /*hidden argument*/NULL); if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)4095))))) { goto IL_0122; } } IL_0120: { return (bool)1; } IL_0122: { V_9 = (bool)1; X509ChainStatusU5BU5D_t2685945535* L_43 = __this->get_status_3(); V_11 = L_43; V_12 = 0; goto IL_0325; } IL_0135: { X509ChainStatusU5BU5D_t2685945535* L_44 = V_11; int32_t L_45 = V_12; NullCheck(L_44); V_10 = (*(X509ChainStatus_t133602714 *)((L_44)->GetAddressAt(static_cast(L_45)))); int32_t L_46 = X509ChainStatus_get_Status_m2572005749((&V_10), /*hidden argument*/NULL); V_13 = L_46; int32_t L_47 = V_13; if ((((int32_t)L_47) == ((int32_t)1))) { goto IL_021a; } } { int32_t L_48 = V_13; if ((((int32_t)L_48) == ((int32_t)2))) { goto IL_0237; } } { int32_t L_49 = V_13; if ((((int32_t)L_49) == ((int32_t)((int32_t)32)))) { goto IL_01fc; } } { int32_t L_50 = V_13; if ((((int32_t)L_50) == ((int32_t)((int32_t)256)))) { goto IL_02b0; } } { int32_t L_51 = V_13; if ((((int32_t)L_51) == ((int32_t)((int32_t)512)))) { goto IL_0271; } } { int32_t L_52 = V_13; if ((((int32_t)L_52) == ((int32_t)((int32_t)1024)))) { goto IL_0254; } } { int32_t L_53 = V_13; if ((((int32_t)L_53) == ((int32_t)((int32_t)2048)))) { goto IL_0292; } } { int32_t L_54 = V_13; if ((((int32_t)L_54) == ((int32_t)((int32_t)4096)))) { goto IL_0292; } } { int32_t L_55 = V_13; if ((((int32_t)L_55) == ((int32_t)((int32_t)16384)))) { goto IL_0292; } } { int32_t L_56 = V_13; if ((((int32_t)L_56) == ((int32_t)((int32_t)32768)))) { goto IL_0292; } } { int32_t L_57 = V_13; if ((((int32_t)L_57) == ((int32_t)((int32_t)65536)))) { goto IL_01fc; } } { int32_t L_58 = V_13; if ((((int32_t)L_58) == ((int32_t)((int32_t)131072)))) { goto IL_02ce; } } { int32_t L_59 = V_13; if ((((int32_t)L_59) == ((int32_t)((int32_t)262144)))) { goto IL_02eb; } } { int32_t L_60 = V_13; if ((((int32_t)L_60) == ((int32_t)((int32_t)524288)))) { goto IL_02f0; } } { int32_t L_61 = V_13; if ((((int32_t)L_61) == ((int32_t)((int32_t)33554432)))) { goto IL_0271; } } { goto IL_030e; } IL_01fc: { bool L_62 = V_9; X509ChainPolicy_t2426922870 * L_63 = X509Chain_get_ChainPolicy_m2586552721(__this, /*hidden argument*/NULL); NullCheck(L_63); int32_t L_64 = X509ChainPolicy_get_VerificationFlags_m58569326(L_63, /*hidden argument*/NULL); V_9 = (bool)((int32_t)((int32_t)L_62&(int32_t)((((int32_t)((((int32_t)((int32_t)((int32_t)L_64&(int32_t)((int32_t)16)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0))); goto IL_0316; } IL_021a: { bool L_65 = V_9; X509ChainPolicy_t2426922870 * L_66 = X509Chain_get_ChainPolicy_m2586552721(__this, /*hidden argument*/NULL); NullCheck(L_66); int32_t L_67 = X509ChainPolicy_get_VerificationFlags_m58569326(L_66, /*hidden argument*/NULL); V_9 = (bool)((int32_t)((int32_t)L_65&(int32_t)((((int32_t)((((int32_t)((int32_t)((int32_t)L_67&(int32_t)1))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0))); goto IL_0316; } IL_0237: { bool L_68 = V_9; X509ChainPolicy_t2426922870 * L_69 = X509Chain_get_ChainPolicy_m2586552721(__this, /*hidden argument*/NULL); NullCheck(L_69); int32_t L_70 = X509ChainPolicy_get_VerificationFlags_m58569326(L_69, /*hidden argument*/NULL); V_9 = (bool)((int32_t)((int32_t)L_68&(int32_t)((((int32_t)((((int32_t)((int32_t)((int32_t)L_70&(int32_t)4))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0))); goto IL_0316; } IL_0254: { bool L_71 = V_9; X509ChainPolicy_t2426922870 * L_72 = X509Chain_get_ChainPolicy_m2586552721(__this, /*hidden argument*/NULL); NullCheck(L_72); int32_t L_73 = X509ChainPolicy_get_VerificationFlags_m58569326(L_72, /*hidden argument*/NULL); V_9 = (bool)((int32_t)((int32_t)L_71&(int32_t)((((int32_t)((((int32_t)((int32_t)((int32_t)L_73&(int32_t)8))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0))); goto IL_0316; } IL_0271: { bool L_74 = V_9; X509ChainPolicy_t2426922870 * L_75 = X509Chain_get_ChainPolicy_m2586552721(__this, /*hidden argument*/NULL); NullCheck(L_75); int32_t L_76 = X509ChainPolicy_get_VerificationFlags_m58569326(L_75, /*hidden argument*/NULL); V_9 = (bool)((int32_t)((int32_t)L_74&(int32_t)((((int32_t)((((int32_t)((int32_t)((int32_t)L_76&(int32_t)((int32_t)128)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0))); goto IL_0316; } IL_0292: { bool L_77 = V_9; X509ChainPolicy_t2426922870 * L_78 = X509Chain_get_ChainPolicy_m2586552721(__this, /*hidden argument*/NULL); NullCheck(L_78); int32_t L_79 = X509ChainPolicy_get_VerificationFlags_m58569326(L_78, /*hidden argument*/NULL); V_9 = (bool)((int32_t)((int32_t)L_77&(int32_t)((((int32_t)((((int32_t)((int32_t)((int32_t)L_79&(int32_t)((int32_t)64)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0))); goto IL_0316; } IL_02b0: { bool L_80 = V_9; X509ChainPolicy_t2426922870 * L_81 = X509Chain_get_ChainPolicy_m2586552721(__this, /*hidden argument*/NULL); NullCheck(L_81); int32_t L_82 = X509ChainPolicy_get_VerificationFlags_m58569326(L_81, /*hidden argument*/NULL); V_9 = (bool)((int32_t)((int32_t)L_80&(int32_t)((((int32_t)((((int32_t)((int32_t)((int32_t)L_82&(int32_t)((int32_t)32)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0))); goto IL_0316; } IL_02ce: { bool L_83 = V_9; X509ChainPolicy_t2426922870 * L_84 = X509Chain_get_ChainPolicy_m2586552721(__this, /*hidden argument*/NULL); NullCheck(L_84); int32_t L_85 = X509ChainPolicy_get_VerificationFlags_m58569326(L_84, /*hidden argument*/NULL); V_9 = (bool)((int32_t)((int32_t)L_83&(int32_t)((((int32_t)((((int32_t)((int32_t)((int32_t)L_85&(int32_t)2))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0))); goto IL_0316; } IL_02eb: { goto IL_0316; } IL_02f0: { bool L_86 = V_9; X509ChainPolicy_t2426922870 * L_87 = X509Chain_get_ChainPolicy_m2586552721(__this, /*hidden argument*/NULL); NullCheck(L_87); int32_t L_88 = X509ChainPolicy_get_VerificationFlags_m58569326(L_87, /*hidden argument*/NULL); V_9 = (bool)((int32_t)((int32_t)L_86&(int32_t)((((int32_t)((((int32_t)((int32_t)((int32_t)L_88&(int32_t)((int32_t)32)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0))); goto IL_0316; } IL_030e: { V_9 = (bool)0; goto IL_0316; } IL_0316: { bool L_89 = V_9; if (L_89) { goto IL_031f; } } { return (bool)0; } IL_031f: { int32_t L_90 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)); } IL_0325: { int32_t L_91 = V_12; X509ChainStatusU5BU5D_t2685945535* L_92 = V_11; NullCheck(L_92); if ((((int32_t)L_91) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_92)->max_length))))))) { goto IL_0135; } } { return (bool)1; } } // System.Void System.Security.Cryptography.X509Certificates.X509Chain::Reset() extern "C" IL2CPP_METHOD_ATTR void X509Chain_Reset_m1198177101 (X509Chain_t194917408 * __this, const RuntimeMethod* method) { { X509ChainStatusU5BU5D_t2685945535* L_0 = __this->get_status_3(); if (!L_0) { goto IL_001f; } } { X509ChainStatusU5BU5D_t2685945535* L_1 = __this->get_status_3(); NullCheck(L_1); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) { goto IL_001f; } } { __this->set_status_3((X509ChainStatusU5BU5D_t2685945535*)NULL); } IL_001f: { X509ChainElementCollection_t3110968994 * L_2 = __this->get_elements_1(); NullCheck(L_2); int32_t L_3 = X509ChainElementCollection_get_Count_m1678779750(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_003b; } } { X509ChainElementCollection_t3110968994 * L_4 = __this->get_elements_1(); NullCheck(L_4); X509ChainElementCollection_Clear_m2271223414(L_4, /*hidden argument*/NULL); } IL_003b: { X509Store_t2922691911 * L_5 = __this->get_roots_9(); if (!L_5) { goto IL_0058; } } { X509Store_t2922691911 * L_6 = __this->get_roots_9(); NullCheck(L_6); X509Store_Close_m799536774(L_6, /*hidden argument*/NULL); __this->set_roots_9((X509Store_t2922691911 *)NULL); } IL_0058: { X509Store_t2922691911 * L_7 = __this->get_cas_10(); if (!L_7) { goto IL_0075; } } { X509Store_t2922691911 * L_8 = __this->get_cas_10(); NullCheck(L_8); X509Store_Close_m799536774(L_8, /*hidden argument*/NULL); __this->set_cas_10((X509Store_t2922691911 *)NULL); } IL_0075: { __this->set_collection_11((X509Certificate2Collection_t2111161276 *)NULL); __this->set_bce_restriction_8((X509ChainElement_t1464056338 *)NULL); __this->set_working_public_key_7((AsymmetricAlgorithm_t932037087 *)NULL); return; } } // System.Security.Cryptography.X509Certificates.X509Store System.Security.Cryptography.X509Certificates.X509Chain::get_Roots() extern "C" IL2CPP_METHOD_ATTR X509Store_t2922691911 * X509Chain_get_Roots_m317091712 (X509Chain_t194917408 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Chain_get_Roots_m317091712_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Store_t2922691911 * L_0 = __this->get_roots_9(); if (L_0) { goto IL_0029; } } { int32_t L_1 = __this->get_location_0(); X509Store_t2922691911 * L_2 = (X509Store_t2922691911 *)il2cpp_codegen_object_new(X509Store_t2922691911_il2cpp_TypeInfo_var); X509Store__ctor_m275383717(L_2, 6, L_1, /*hidden argument*/NULL); __this->set_roots_9(L_2); X509Store_t2922691911 * L_3 = __this->get_roots_9(); NullCheck(L_3); X509Store_Open_m909451489(L_3, 0, /*hidden argument*/NULL); } IL_0029: { X509Store_t2922691911 * L_4 = __this->get_roots_9(); return L_4; } } // System.Security.Cryptography.X509Certificates.X509Store System.Security.Cryptography.X509Certificates.X509Chain::get_CertificateAuthorities() extern "C" IL2CPP_METHOD_ATTR X509Store_t2922691911 * X509Chain_get_CertificateAuthorities_m804805415 (X509Chain_t194917408 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Chain_get_CertificateAuthorities_m804805415_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Store_t2922691911 * L_0 = __this->get_cas_10(); if (L_0) { goto IL_0029; } } { int32_t L_1 = __this->get_location_0(); X509Store_t2922691911 * L_2 = (X509Store_t2922691911 *)il2cpp_codegen_object_new(X509Store_t2922691911_il2cpp_TypeInfo_var); X509Store__ctor_m275383717(L_2, 3, L_1, /*hidden argument*/NULL); __this->set_cas_10(L_2); X509Store_t2922691911 * L_3 = __this->get_cas_10(); NullCheck(L_3); X509Store_Open_m909451489(L_3, 0, /*hidden argument*/NULL); } IL_0029: { X509Store_t2922691911 * L_4 = __this->get_cas_10(); return L_4; } } // System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509Chain::get_CertificateCollection() extern "C" IL2CPP_METHOD_ATTR X509Certificate2Collection_t2111161276 * X509Chain_get_CertificateCollection_m511297491 (X509Chain_t194917408 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Chain_get_CertificateCollection_m511297491_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate2Collection_t2111161276 * L_0 = __this->get_collection_11(); if (L_0) { goto IL_0079; } } { X509ChainPolicy_t2426922870 * L_1 = X509Chain_get_ChainPolicy_m2586552721(__this, /*hidden argument*/NULL); NullCheck(L_1); X509Certificate2Collection_t2111161276 * L_2 = X509ChainPolicy_get_ExtraStore_m4191377387(L_1, /*hidden argument*/NULL); X509Certificate2Collection_t2111161276 * L_3 = (X509Certificate2Collection_t2111161276 *)il2cpp_codegen_object_new(X509Certificate2Collection_t2111161276_il2cpp_TypeInfo_var); X509Certificate2Collection__ctor_m3025547695(L_3, L_2, /*hidden argument*/NULL); __this->set_collection_11(L_3); X509Store_t2922691911 * L_4 = X509Chain_get_Roots_m317091712(__this, /*hidden argument*/NULL); NullCheck(L_4); X509Certificate2Collection_t2111161276 * L_5 = X509Store_get_Certificates_m2149701265(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = CollectionBase_get_Count_m1708965601(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_004d; } } { X509Certificate2Collection_t2111161276 * L_7 = __this->get_collection_11(); X509Store_t2922691911 * L_8 = X509Chain_get_Roots_m317091712(__this, /*hidden argument*/NULL); NullCheck(L_8); X509Certificate2Collection_t2111161276 * L_9 = X509Store_get_Certificates_m2149701265(L_8, /*hidden argument*/NULL); NullCheck(L_7); X509Certificate2Collection_AddRange_m3206541680(L_7, L_9, /*hidden argument*/NULL); } IL_004d: { X509Store_t2922691911 * L_10 = X509Chain_get_CertificateAuthorities_m804805415(__this, /*hidden argument*/NULL); NullCheck(L_10); X509Certificate2Collection_t2111161276 * L_11 = X509Store_get_Certificates_m2149701265(L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = CollectionBase_get_Count_m1708965601(L_11, /*hidden argument*/NULL); if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_0079; } } { X509Certificate2Collection_t2111161276 * L_13 = __this->get_collection_11(); X509Store_t2922691911 * L_14 = X509Chain_get_CertificateAuthorities_m804805415(__this, /*hidden argument*/NULL); NullCheck(L_14); X509Certificate2Collection_t2111161276 * L_15 = X509Store_get_Certificates_m2149701265(L_14, /*hidden argument*/NULL); NullCheck(L_13); X509Certificate2Collection_AddRange_m3206541680(L_13, L_15, /*hidden argument*/NULL); } IL_0079: { X509Certificate2Collection_t2111161276 * L_16 = __this->get_collection_11(); return L_16; } } // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags System.Security.Cryptography.X509Certificates.X509Chain::BuildChainFrom(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR int32_t X509Chain_BuildChainFrom_m2265372442 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___certificate0, const RuntimeMethod* method) { { X509ChainElementCollection_t3110968994 * L_0 = __this->get_elements_1(); X509Certificate2_t714049126 * L_1 = ___certificate0; NullCheck(L_0); X509ChainElementCollection_Add_m737054930(L_0, L_1, /*hidden argument*/NULL); goto IL_0049; } IL_0011: { X509Certificate2_t714049126 * L_2 = ___certificate0; X509Certificate2_t714049126 * L_3 = X509Chain_FindParent_m1515820563(__this, L_2, /*hidden argument*/NULL); ___certificate0 = L_3; X509Certificate2_t714049126 * L_4 = ___certificate0; if (L_4) { goto IL_0026; } } { return (int32_t)(((int32_t)65536)); } IL_0026: { X509ChainElementCollection_t3110968994 * L_5 = __this->get_elements_1(); X509Certificate2_t714049126 * L_6 = ___certificate0; NullCheck(L_5); bool L_7 = X509ChainElementCollection_Contains_m2924813355(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003d; } } { return (int32_t)(((int32_t)128)); } IL_003d: { X509ChainElementCollection_t3110968994 * L_8 = __this->get_elements_1(); X509Certificate2_t714049126 * L_9 = ___certificate0; NullCheck(L_8); X509ChainElementCollection_Add_m737054930(L_8, L_9, /*hidden argument*/NULL); } IL_0049: { X509Certificate2_t714049126 * L_10 = ___certificate0; bool L_11 = X509Chain_IsChainComplete_m1577524584(__this, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0011; } } { X509Store_t2922691911 * L_12 = X509Chain_get_Roots_m317091712(__this, /*hidden argument*/NULL); NullCheck(L_12); X509Certificate2Collection_t2111161276 * L_13 = X509Store_get_Certificates_m2149701265(L_12, /*hidden argument*/NULL); X509Certificate2_t714049126 * L_14 = ___certificate0; NullCheck(L_13); bool L_15 = X509Certificate2Collection_Contains_m3300508662(L_13, L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0091; } } { X509ChainElementCollection_t3110968994 * L_16 = __this->get_elements_1(); X509ChainElementCollection_t3110968994 * L_17 = __this->get_elements_1(); NullCheck(L_17); int32_t L_18 = X509ChainElementCollection_get_Count_m1678779750(L_17, /*hidden argument*/NULL); NullCheck(L_16); X509ChainElement_t1464056338 * L_19 = X509ChainElementCollection_get_Item_m1978766852(L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)), /*hidden argument*/NULL); X509ChainElement_t1464056338 * L_20 = L_19; NullCheck(L_20); int32_t L_21 = X509ChainElement_get_StatusFlags_m3731832204(L_20, /*hidden argument*/NULL); NullCheck(L_20); X509ChainElement_set_StatusFlags_m2467275568(L_20, ((int32_t)((int32_t)L_21|(int32_t)((int32_t)32))), /*hidden argument*/NULL); } IL_0091: { return (int32_t)(0); } } // System.Security.Cryptography.X509Certificates.X509Certificate2 System.Security.Cryptography.X509Certificates.X509Chain::SelectBestFromCollection(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.X509Certificates.X509Certificate2Collection) extern "C" IL2CPP_METHOD_ATTR X509Certificate2_t714049126 * X509Chain_SelectBestFromCollection_m1068759221 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___child0, X509Certificate2Collection_t2111161276 * ___c1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Chain_SelectBestFromCollection_m1068759221_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509Certificate2Collection_t2111161276 * V_0 = NULL; String_t* V_1 = NULL; X509Certificate2_t714049126 * V_2 = NULL; X509Certificate2Enumerator_t3316713812 * V_3 = NULL; String_t* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; { X509Certificate2Collection_t2111161276 * L_0 = ___c1; NullCheck(L_0); int32_t L_1 = CollectionBase_get_Count_m1708965601(L_0, /*hidden argument*/NULL); V_5 = L_1; int32_t L_2 = V_5; if (!L_2) { goto IL_001c; } } { int32_t L_3 = V_5; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_001e; } } { goto IL_0026; } IL_001c: { return (X509Certificate2_t714049126 *)NULL; } IL_001e: { X509Certificate2Collection_t2111161276 * L_4 = ___c1; NullCheck(L_4); X509Certificate2_t714049126 * L_5 = X509Certificate2Collection_get_Item_m1658740919(L_4, 0, /*hidden argument*/NULL); return L_5; } IL_0026: { X509Certificate2Collection_t2111161276 * L_6 = ___c1; X509ChainPolicy_t2426922870 * L_7 = X509Chain_get_ChainPolicy_m2586552721(__this, /*hidden argument*/NULL); NullCheck(L_7); DateTime_t3738529785 L_8 = X509ChainPolicy_get_VerificationTime_m4085504449(L_7, /*hidden argument*/NULL); DateTime_t3738529785 L_9 = L_8; RuntimeObject * L_10 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_9); NullCheck(L_6); X509Certificate2Collection_t2111161276 * L_11 = X509Certificate2Collection_Find_m4007010753(L_6, 6, L_10, (bool)0, /*hidden argument*/NULL); V_0 = L_11; X509Certificate2Collection_t2111161276 * L_12 = V_0; NullCheck(L_12); int32_t L_13 = CollectionBase_get_Count_m1708965601(L_12, /*hidden argument*/NULL); V_6 = L_13; int32_t L_14 = V_6; if (!L_14) { goto IL_005b; } } { int32_t L_15 = V_6; if ((((int32_t)L_15) == ((int32_t)1))) { goto IL_0062; } } { goto IL_006a; } IL_005b: { X509Certificate2Collection_t2111161276 * L_16 = ___c1; V_0 = L_16; goto IL_006f; } IL_0062: { X509Certificate2Collection_t2111161276 * L_17 = V_0; NullCheck(L_17); X509Certificate2_t714049126 * L_18 = X509Certificate2Collection_get_Item_m1658740919(L_17, 0, /*hidden argument*/NULL); return L_18; } IL_006a: { goto IL_006f; } IL_006f: { X509Certificate2_t714049126 * L_19 = ___child0; String_t* L_20 = X509Chain_GetAuthorityKeyIdentifier_m2237883181(__this, L_19, /*hidden argument*/NULL); V_1 = L_20; String_t* L_21 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_22 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_008a; } } { X509Certificate2Collection_t2111161276 * L_23 = V_0; NullCheck(L_23); X509Certificate2_t714049126 * L_24 = X509Certificate2Collection_get_Item_m1658740919(L_23, 0, /*hidden argument*/NULL); return L_24; } IL_008a: { X509Certificate2Collection_t2111161276 * L_25 = V_0; NullCheck(L_25); X509Certificate2Enumerator_t3316713812 * L_26 = X509Certificate2Collection_GetEnumerator_m3634416032(L_25, /*hidden argument*/NULL); V_3 = L_26; goto IL_00b5; } IL_0096: { X509Certificate2Enumerator_t3316713812 * L_27 = V_3; NullCheck(L_27); X509Certificate2_t714049126 * L_28 = X509Certificate2Enumerator_get_Current_m157909321(L_27, /*hidden argument*/NULL); V_2 = L_28; X509Certificate2_t714049126 * L_29 = V_2; String_t* L_30 = X509Chain_GetSubjectKeyIdentifier_m1349242905(__this, L_29, /*hidden argument*/NULL); V_4 = L_30; String_t* L_31 = V_1; String_t* L_32 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_33 = String_op_Equality_m920492651(NULL /*static, unused*/, L_31, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00b5; } } { X509Certificate2_t714049126 * L_34 = V_2; return L_34; } IL_00b5: { X509Certificate2Enumerator_t3316713812 * L_35 = V_3; NullCheck(L_35); bool L_36 = X509Certificate2Enumerator_MoveNext_m2220460870(L_35, /*hidden argument*/NULL); if (L_36) { goto IL_0096; } } { X509Certificate2Collection_t2111161276 * L_37 = V_0; NullCheck(L_37); X509Certificate2_t714049126 * L_38 = X509Certificate2Collection_get_Item_m1658740919(L_37, 0, /*hidden argument*/NULL); return L_38; } } // System.Security.Cryptography.X509Certificates.X509Certificate2 System.Security.Cryptography.X509Certificates.X509Chain::FindParent(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR X509Certificate2_t714049126 * X509Chain_FindParent_m1515820563 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___certificate0, const RuntimeMethod* method) { X509Certificate2Collection_t2111161276 * V_0 = NULL; String_t* V_1 = NULL; X509Certificate2_t714049126 * V_2 = NULL; X509Certificate2_t714049126 * G_B6_0 = NULL; { X509Certificate2Collection_t2111161276 * L_0 = X509Chain_get_CertificateCollection_m511297491(__this, /*hidden argument*/NULL); X509Certificate2_t714049126 * L_1 = ___certificate0; NullCheck(L_1); String_t* L_2 = X509Certificate_get_Issuer_m2934704867(L_1, /*hidden argument*/NULL); NullCheck(L_0); X509Certificate2Collection_t2111161276 * L_3 = X509Certificate2Collection_Find_m4007010753(L_0, 2, L_2, (bool)0, /*hidden argument*/NULL); V_0 = L_3; X509Certificate2_t714049126 * L_4 = ___certificate0; String_t* L_5 = X509Chain_GetAuthorityKeyIdentifier_m2237883181(__this, L_4, /*hidden argument*/NULL); V_1 = L_5; String_t* L_6 = V_1; if (!L_6) { goto IL_0043; } } { String_t* L_7 = V_1; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0043; } } { X509Certificate2Collection_t2111161276 * L_9 = V_0; X509Certificate2Collection_t2111161276 * L_10 = X509Chain_get_CertificateCollection_m511297491(__this, /*hidden argument*/NULL); String_t* L_11 = V_1; NullCheck(L_10); X509Certificate2Collection_t2111161276 * L_12 = X509Certificate2Collection_Find_m4007010753(L_10, ((int32_t)14), L_11, (bool)0, /*hidden argument*/NULL); NullCheck(L_9); X509Certificate2Collection_AddRange_m3206541680(L_9, L_12, /*hidden argument*/NULL); } IL_0043: { X509Certificate2_t714049126 * L_13 = ___certificate0; X509Certificate2Collection_t2111161276 * L_14 = V_0; X509Certificate2_t714049126 * L_15 = X509Chain_SelectBestFromCollection_m1068759221(__this, L_13, L_14, /*hidden argument*/NULL); V_2 = L_15; X509Certificate2_t714049126 * L_16 = ___certificate0; X509Certificate2_t714049126 * L_17 = V_2; NullCheck(L_16); bool L_18 = VirtFuncInvoker1< bool, X509Certificate_t713131622 * >::Invoke(6 /* System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::Equals(System.Security.Cryptography.X509Certificates.X509Certificate) */, L_16, L_17); if (!L_18) { goto IL_005e; } } { G_B6_0 = ((X509Certificate2_t714049126 *)(NULL)); goto IL_005f; } IL_005e: { X509Certificate2_t714049126 * L_19 = V_2; G_B6_0 = L_19; } IL_005f: { return G_B6_0; } } // System.Boolean System.Security.Cryptography.X509Certificates.X509Chain::IsChainComplete(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR bool X509Chain_IsChainComplete_m1577524584 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___certificate0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Chain_IsChainComplete_m1577524584_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { X509Certificate2_t714049126 * L_0 = ___certificate0; bool L_1 = X509Chain_IsSelfIssued_m2588855382(__this, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000e; } } { return (bool)0; } IL_000e: { X509Certificate2_t714049126 * L_2 = ___certificate0; NullCheck(L_2); int32_t L_3 = X509Certificate2_get_Version_m2534012675(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)3))) { goto IL_001c; } } { return (bool)1; } IL_001c: { X509Certificate2_t714049126 * L_4 = ___certificate0; String_t* L_5 = X509Chain_GetSubjectKeyIdentifier_m1349242905(__this, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0031; } } { return (bool)1; } IL_0031: { X509Certificate2_t714049126 * L_8 = ___certificate0; String_t* L_9 = X509Chain_GetAuthorityKeyIdentifier_m2237883181(__this, L_8, /*hidden argument*/NULL); V_1 = L_9; String_t* L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0046; } } { return (bool)1; } IL_0046: { String_t* L_12 = V_1; String_t* L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Boolean System.Security.Cryptography.X509Certificates.X509Chain::IsSelfIssued(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR bool X509Chain_IsSelfIssued_m2588855382 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___certificate0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Chain_IsSelfIssued_m2588855382_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate2_t714049126 * L_0 = ___certificate0; NullCheck(L_0); String_t* L_1 = X509Certificate_get_Issuer_m2934704867(L_0, /*hidden argument*/NULL); X509Certificate2_t714049126 * L_2 = ___certificate0; NullCheck(L_2); String_t* L_3 = X509Certificate_get_Subject_m2638144878(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void System.Security.Cryptography.X509Certificates.X509Chain::ValidateChain(System.Security.Cryptography.X509Certificates.X509ChainStatusFlags) extern "C" IL2CPP_METHOD_ATTR void X509Chain_ValidateChain_m1402813093 (X509Chain_t194917408 * __this, int32_t ___flag0, const RuntimeMethod* method) { int32_t V_0 = 0; X509Certificate2_t714049126 * V_1 = NULL; int32_t V_2 = 0; { X509ChainElementCollection_t3110968994 * L_0 = __this->get_elements_1(); NullCheck(L_0); int32_t L_1 = X509ChainElementCollection_get_Count_m1678779750(L_0, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); X509ChainElementCollection_t3110968994 * L_2 = __this->get_elements_1(); int32_t L_3 = V_0; NullCheck(L_2); X509ChainElement_t1464056338 * L_4 = X509ChainElementCollection_get_Item_m1978766852(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_4); X509Certificate2_t714049126 * L_5 = X509ChainElement_get_Certificate_m2801643215(L_4, /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = ___flag0; if (((int32_t)((int32_t)L_6&(int32_t)((int32_t)65536)))) { goto IL_004f; } } { int32_t L_7 = V_0; X509Chain_Process_m1119354891(__this, L_7, /*hidden argument*/NULL); int32_t L_8 = V_0; if (L_8) { goto IL_004b; } } { X509ChainElementCollection_t3110968994 * L_9 = __this->get_elements_1(); NullCheck(L_9); X509ChainElement_t1464056338 * L_10 = X509ChainElementCollection_get_Item_m1978766852(L_9, 0, /*hidden argument*/NULL); NullCheck(L_10); X509ChainElement_UncompressFlags_m781553362(L_10, /*hidden argument*/NULL); return; } IL_004b: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); } IL_004f: { X509Certificate2_t714049126 * L_12 = V_1; NullCheck(L_12); PublicKey_t3779582684 * L_13 = X509Certificate2_get_PublicKey_m370665820(L_12, /*hidden argument*/NULL); NullCheck(L_13); AsymmetricAlgorithm_t932037087 * L_14 = PublicKey_get_Key_m3077215602(L_13, /*hidden argument*/NULL); __this->set_working_public_key_7(L_14); X509Certificate2_t714049126 * L_15 = V_1; NullCheck(L_15); X500DistinguishedName_t875709727 * L_16 = X509Certificate2_get_IssuerName_m1277209535(L_15, /*hidden argument*/NULL); __this->set_working_issuer_name_6(L_16); int32_t L_17 = V_0; __this->set_max_path_length_5(L_17); int32_t L_18 = V_0; V_2 = L_18; goto IL_008c; } IL_007a: { int32_t L_19 = V_2; X509Chain_Process_m1119354891(__this, L_19, /*hidden argument*/NULL); int32_t L_20 = V_2; X509Chain_PrepareForNextCertificate_m3691934993(__this, L_20, /*hidden argument*/NULL); int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)); } IL_008c: { int32_t L_22 = V_2; if ((((int32_t)L_22) > ((int32_t)0))) { goto IL_007a; } } { X509Chain_Process_m1119354891(__this, 0, /*hidden argument*/NULL); int32_t L_23 = ___flag0; X509Chain_CheckRevocationOnChain_m1377635439(__this, L_23, /*hidden argument*/NULL); X509Chain_WrapUp_m3160803936(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Chain::Process(System.Int32) extern "C" IL2CPP_METHOD_ATTR void X509Chain_Process_m1119354891 (X509Chain_t194917408 * __this, int32_t ___n0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Chain_Process_m1119354891_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509ChainElement_t1464056338 * V_0 = NULL; X509Certificate2_t714049126 * V_1 = NULL; X509Certificate2_t714049126 * V_2 = NULL; bool V_3 = false; X509Certificate2_t714049126 * G_B6_0 = NULL; X509Chain_t194917408 * G_B6_1 = NULL; X509Certificate2_t714049126 * G_B5_0 = NULL; X509Chain_t194917408 * G_B5_1 = NULL; AsymmetricAlgorithm_t932037087 * G_B7_0 = NULL; X509Certificate2_t714049126 * G_B7_1 = NULL; X509Chain_t194917408 * G_B7_2 = NULL; { X509ChainElementCollection_t3110968994 * L_0 = __this->get_elements_1(); int32_t L_1 = ___n0; NullCheck(L_0); X509ChainElement_t1464056338 * L_2 = X509ChainElementCollection_get_Item_m1978766852(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; X509ChainElement_t1464056338 * L_3 = V_0; NullCheck(L_3); X509Certificate2_t714049126 * L_4 = X509ChainElement_get_Certificate_m2801643215(L_3, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = ___n0; X509ChainElementCollection_t3110968994 * L_6 = __this->get_elements_1(); NullCheck(L_6); int32_t L_7 = X509ChainElementCollection_get_Count_m1678779750(L_6, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))))) { goto IL_007b; } } { X509Certificate2_t714049126 * L_8 = V_1; NullCheck(L_8); X509Certificate_t489243025 * L_9 = X509Certificate2_get_MonoCertificate_m4228255308(L_8, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String Mono.Security.X509.X509Certificate::get_KeyAlgorithm() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_op_Equality_m920492651(NULL /*static, unused*/, L_10, _stringLiteral254300464, /*hidden argument*/NULL); if (!L_11) { goto IL_007b; } } { X509Certificate2_t714049126 * L_12 = V_1; NullCheck(L_12); X509Certificate_t489243025 * L_13 = X509Certificate2_get_MonoCertificate_m4228255308(L_12, /*hidden argument*/NULL); NullCheck(L_13); ByteU5BU5D_t4116647657* L_14 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] Mono.Security.X509.X509Certificate::get_KeyAlgorithmParameters() */, L_13); if (L_14) { goto IL_007b; } } { X509ChainElementCollection_t3110968994 * L_15 = __this->get_elements_1(); int32_t L_16 = ___n0; NullCheck(L_15); X509ChainElement_t1464056338 * L_17 = X509ChainElementCollection_get_Item_m1978766852(L_15, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_17); X509Certificate2_t714049126 * L_18 = X509ChainElement_get_Certificate_m2801643215(L_17, /*hidden argument*/NULL); V_2 = L_18; X509Certificate2_t714049126 * L_19 = V_1; NullCheck(L_19); X509Certificate_t489243025 * L_20 = X509Certificate2_get_MonoCertificate_m4228255308(L_19, /*hidden argument*/NULL); X509Certificate2_t714049126 * L_21 = V_2; NullCheck(L_21); X509Certificate_t489243025 * L_22 = X509Certificate2_get_MonoCertificate_m4228255308(L_21, /*hidden argument*/NULL); NullCheck(L_22); ByteU5BU5D_t4116647657* L_23 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(7 /* System.Byte[] Mono.Security.X509.X509Certificate::get_KeyAlgorithmParameters() */, L_22); NullCheck(L_20); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(8 /* System.Void Mono.Security.X509.X509Certificate::set_KeyAlgorithmParameters(System.Byte[]) */, L_20, L_23); } IL_007b: { AsymmetricAlgorithm_t932037087 * L_24 = __this->get_working_public_key_7(); V_3 = (bool)((((RuntimeObject*)(AsymmetricAlgorithm_t932037087 *)L_24) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); X509Certificate2_t714049126 * L_25 = V_1; bool L_26 = V_3; G_B5_0 = L_25; G_B5_1 = __this; if (!L_26) { G_B6_0 = L_25; G_B6_1 = __this; goto IL_009d; } } { X509Certificate2_t714049126 * L_27 = V_1; NullCheck(L_27); PublicKey_t3779582684 * L_28 = X509Certificate2_get_PublicKey_m370665820(L_27, /*hidden argument*/NULL); NullCheck(L_28); AsymmetricAlgorithm_t932037087 * L_29 = PublicKey_get_Key_m3077215602(L_28, /*hidden argument*/NULL); G_B7_0 = L_29; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; goto IL_00a3; } IL_009d: { AsymmetricAlgorithm_t932037087 * L_30 = __this->get_working_public_key_7(); G_B7_0 = L_30; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; } IL_00a3: { NullCheck(G_B7_2); bool L_31 = X509Chain_IsSignedWith_m2691255686(G_B7_2, G_B7_1, G_B7_0, /*hidden argument*/NULL); if (L_31) { goto IL_00e0; } } { bool L_32 = V_3; if (L_32) { goto IL_00d2; } } { int32_t L_33 = ___n0; X509ChainElementCollection_t3110968994 * L_34 = __this->get_elements_1(); NullCheck(L_34); int32_t L_35 = X509ChainElementCollection_get_Count_m1678779750(L_34, /*hidden argument*/NULL); if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)1)))))) { goto IL_00d2; } } { X509Certificate2_t714049126 * L_36 = V_1; bool L_37 = X509Chain_IsSelfIssued_m2588855382(__this, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00e0; } } IL_00d2: { X509ChainElement_t1464056338 * L_38 = V_0; X509ChainElement_t1464056338 * L_39 = L_38; NullCheck(L_39); int32_t L_40 = X509ChainElement_get_StatusFlags_m3731832204(L_39, /*hidden argument*/NULL); NullCheck(L_39); X509ChainElement_set_StatusFlags_m2467275568(L_39, ((int32_t)((int32_t)L_40|(int32_t)8)), /*hidden argument*/NULL); } IL_00e0: { X509ChainPolicy_t2426922870 * L_41 = X509Chain_get_ChainPolicy_m2586552721(__this, /*hidden argument*/NULL); NullCheck(L_41); DateTime_t3738529785 L_42 = X509ChainPolicy_get_VerificationTime_m4085504449(L_41, /*hidden argument*/NULL); X509Certificate2_t714049126 * L_43 = V_1; NullCheck(L_43); DateTime_t3738529785 L_44 = X509Certificate2_get_NotBefore_m2514418239(L_43, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_45 = DateTime_op_LessThan_m2497205152(NULL /*static, unused*/, L_42, L_44, /*hidden argument*/NULL); if (L_45) { goto IL_0116; } } { X509ChainPolicy_t2426922870 * L_46 = X509Chain_get_ChainPolicy_m2586552721(__this, /*hidden argument*/NULL); NullCheck(L_46); DateTime_t3738529785 L_47 = X509ChainPolicy_get_VerificationTime_m4085504449(L_46, /*hidden argument*/NULL); X509Certificate2_t714049126 * L_48 = V_1; NullCheck(L_48); DateTime_t3738529785 L_49 = X509Certificate2_get_NotAfter_m1930122497(L_48, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_50 = DateTime_op_GreaterThan_m3768590082(NULL /*static, unused*/, L_47, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_0124; } } IL_0116: { X509ChainElement_t1464056338 * L_51 = V_0; X509ChainElement_t1464056338 * L_52 = L_51; NullCheck(L_52); int32_t L_53 = X509ChainElement_get_StatusFlags_m3731832204(L_52, /*hidden argument*/NULL); NullCheck(L_52); X509ChainElement_set_StatusFlags_m2467275568(L_52, ((int32_t)((int32_t)L_53|(int32_t)1)), /*hidden argument*/NULL); } IL_0124: { bool L_54 = V_3; if (!L_54) { goto IL_012b; } } { return; } IL_012b: { X509Certificate2_t714049126 * L_55 = V_1; NullCheck(L_55); X500DistinguishedName_t875709727 * L_56 = X509Certificate2_get_IssuerName_m1277209535(L_55, /*hidden argument*/NULL); X500DistinguishedName_t875709727 * L_57 = __this->get_working_issuer_name_6(); bool L_58 = X500DistinguishedName_AreEqual_m2828302026(NULL /*static, unused*/, L_56, L_57, /*hidden argument*/NULL); if (L_58) { goto IL_0153; } } { X509ChainElement_t1464056338 * L_59 = V_0; X509ChainElement_t1464056338 * L_60 = L_59; NullCheck(L_60); int32_t L_61 = X509ChainElement_get_StatusFlags_m3731832204(L_60, /*hidden argument*/NULL); NullCheck(L_60); X509ChainElement_set_StatusFlags_m2467275568(L_60, ((int32_t)((int32_t)L_61|(int32_t)((int32_t)2048))), /*hidden argument*/NULL); } IL_0153: { X509Certificate2_t714049126 * L_62 = V_1; bool L_63 = X509Chain_IsSelfIssued_m2588855382(__this, L_62, /*hidden argument*/NULL); if (L_63) { goto IL_0165; } } { int32_t L_64 = ___n0; if (!L_64) { goto IL_0165; } } IL_0165: { return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Chain::PrepareForNextCertificate(System.Int32) extern "C" IL2CPP_METHOD_ATTR void X509Chain_PrepareForNextCertificate_m3691934993 (X509Chain_t194917408 * __this, int32_t ___n0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Chain_PrepareForNextCertificate_m3691934993_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509ChainElement_t1464056338 * V_0 = NULL; X509Certificate2_t714049126 * V_1 = NULL; X509BasicConstraintsExtension_t2828968862 * V_2 = NULL; X509KeyUsageExtension_t2042101591 * V_3 = NULL; int32_t V_4 = 0; { X509ChainElementCollection_t3110968994 * L_0 = __this->get_elements_1(); int32_t L_1 = ___n0; NullCheck(L_0); X509ChainElement_t1464056338 * L_2 = X509ChainElementCollection_get_Item_m1978766852(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; X509ChainElement_t1464056338 * L_3 = V_0; NullCheck(L_3); X509Certificate2_t714049126 * L_4 = X509ChainElement_get_Certificate_m2801643215(L_3, /*hidden argument*/NULL); V_1 = L_4; X509Certificate2_t714049126 * L_5 = V_1; NullCheck(L_5); X500DistinguishedName_t875709727 * L_6 = X509Certificate2_get_SubjectName_m2588317215(L_5, /*hidden argument*/NULL); __this->set_working_issuer_name_6(L_6); X509Certificate2_t714049126 * L_7 = V_1; NullCheck(L_7); PublicKey_t3779582684 * L_8 = X509Certificate2_get_PublicKey_m370665820(L_7, /*hidden argument*/NULL); NullCheck(L_8); AsymmetricAlgorithm_t932037087 * L_9 = PublicKey_get_Key_m3077215602(L_8, /*hidden argument*/NULL); __this->set_working_public_key_7(L_9); X509Certificate2_t714049126 * L_10 = V_1; NullCheck(L_10); X509ExtensionCollection_t1350454579 * L_11 = X509Certificate2_get_Extensions_m3552930730(L_10, /*hidden argument*/NULL); NullCheck(L_11); X509Extension_t3272255153 * L_12 = X509ExtensionCollection_get_Item_m3637880514(L_11, _stringLiteral1004423994, /*hidden argument*/NULL); V_2 = ((X509BasicConstraintsExtension_t2828968862 *)CastclassSealed((RuntimeObject*)L_12, X509BasicConstraintsExtension_t2828968862_il2cpp_TypeInfo_var)); X509BasicConstraintsExtension_t2828968862 * L_13 = V_2; if (!L_13) { goto IL_006f; } } { X509BasicConstraintsExtension_t2828968862 * L_14 = V_2; NullCheck(L_14); bool L_15 = X509BasicConstraintsExtension_get_CertificateAuthority_m3360658367(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_006a; } } { X509ChainElement_t1464056338 * L_16 = V_0; X509ChainElement_t1464056338 * L_17 = L_16; NullCheck(L_17); int32_t L_18 = X509ChainElement_get_StatusFlags_m3731832204(L_17, /*hidden argument*/NULL); NullCheck(L_17); X509ChainElement_set_StatusFlags_m2467275568(L_17, ((int32_t)((int32_t)L_18|(int32_t)((int32_t)1024))), /*hidden argument*/NULL); } IL_006a: { goto IL_008d; } IL_006f: { X509Certificate2_t714049126 * L_19 = V_1; NullCheck(L_19); int32_t L_20 = X509Certificate2_get_Version_m2534012675(L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) < ((int32_t)3))) { goto IL_008d; } } { X509ChainElement_t1464056338 * L_21 = V_0; X509ChainElement_t1464056338 * L_22 = L_21; NullCheck(L_22); int32_t L_23 = X509ChainElement_get_StatusFlags_m3731832204(L_22, /*hidden argument*/NULL); NullCheck(L_22); X509ChainElement_set_StatusFlags_m2467275568(L_22, ((int32_t)((int32_t)L_23|(int32_t)((int32_t)1024))), /*hidden argument*/NULL); } IL_008d: { X509Certificate2_t714049126 * L_24 = V_1; bool L_25 = X509Chain_IsSelfIssued_m2588855382(__this, L_24, /*hidden argument*/NULL); if (L_25) { goto IL_00da; } } { int32_t L_26 = __this->get_max_path_length_5(); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_00b8; } } { int32_t L_27 = __this->get_max_path_length_5(); __this->set_max_path_length_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1))); goto IL_00da; } IL_00b8: { X509ChainElement_t1464056338 * L_28 = __this->get_bce_restriction_8(); if (!L_28) { goto IL_00da; } } { X509ChainElement_t1464056338 * L_29 = __this->get_bce_restriction_8(); X509ChainElement_t1464056338 * L_30 = L_29; NullCheck(L_30); int32_t L_31 = X509ChainElement_get_StatusFlags_m3731832204(L_30, /*hidden argument*/NULL); NullCheck(L_30); X509ChainElement_set_StatusFlags_m2467275568(L_30, ((int32_t)((int32_t)L_31|(int32_t)((int32_t)1024))), /*hidden argument*/NULL); } IL_00da: { X509BasicConstraintsExtension_t2828968862 * L_32 = V_2; if (!L_32) { goto IL_010f; } } { X509BasicConstraintsExtension_t2828968862 * L_33 = V_2; NullCheck(L_33); bool L_34 = X509BasicConstraintsExtension_get_HasPathLengthConstraint_m2072837820(L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_010f; } } { X509BasicConstraintsExtension_t2828968862 * L_35 = V_2; NullCheck(L_35); int32_t L_36 = X509BasicConstraintsExtension_get_PathLengthConstraint_m1198369084(L_35, /*hidden argument*/NULL); int32_t L_37 = __this->get_max_path_length_5(); if ((((int32_t)L_36) >= ((int32_t)L_37))) { goto IL_010f; } } { X509BasicConstraintsExtension_t2828968862 * L_38 = V_2; NullCheck(L_38); int32_t L_39 = X509BasicConstraintsExtension_get_PathLengthConstraint_m1198369084(L_38, /*hidden argument*/NULL); __this->set_max_path_length_5(L_39); X509ChainElement_t1464056338 * L_40 = V_0; __this->set_bce_restriction_8(L_40); } IL_010f: { X509Certificate2_t714049126 * L_41 = V_1; NullCheck(L_41); X509ExtensionCollection_t1350454579 * L_42 = X509Certificate2_get_Extensions_m3552930730(L_41, /*hidden argument*/NULL); NullCheck(L_42); X509Extension_t3272255153 * L_43 = X509ExtensionCollection_get_Item_m3637880514(L_42, _stringLiteral1004423982, /*hidden argument*/NULL); V_3 = ((X509KeyUsageExtension_t2042101591 *)CastclassSealed((RuntimeObject*)L_43, X509KeyUsageExtension_t2042101591_il2cpp_TypeInfo_var)); X509KeyUsageExtension_t2042101591 * L_44 = V_3; if (!L_44) { goto IL_014d; } } { V_4 = 4; X509KeyUsageExtension_t2042101591 * L_45 = V_3; NullCheck(L_45); int32_t L_46 = X509KeyUsageExtension_get_KeyUsages_m3263859785(L_45, /*hidden argument*/NULL); int32_t L_47 = V_4; int32_t L_48 = V_4; if ((((int32_t)((int32_t)((int32_t)L_46&(int32_t)L_47))) == ((int32_t)L_48))) { goto IL_014d; } } { X509ChainElement_t1464056338 * L_49 = V_0; X509ChainElement_t1464056338 * L_50 = L_49; NullCheck(L_50); int32_t L_51 = X509ChainElement_get_StatusFlags_m3731832204(L_50, /*hidden argument*/NULL); NullCheck(L_50); X509ChainElement_set_StatusFlags_m2467275568(L_50, ((int32_t)((int32_t)L_51|(int32_t)((int32_t)16))), /*hidden argument*/NULL); } IL_014d: { X509ChainElement_t1464056338 * L_52 = V_0; X509Chain_ProcessCertificateExtensions_m1468796745(__this, L_52, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Chain::WrapUp() extern "C" IL2CPP_METHOD_ATTR void X509Chain_WrapUp_m3160803936 (X509Chain_t194917408 * __this, const RuntimeMethod* method) { X509ChainElement_t1464056338 * V_0 = NULL; X509Certificate2_t714049126 * V_1 = NULL; int32_t V_2 = 0; { X509ChainElementCollection_t3110968994 * L_0 = __this->get_elements_1(); NullCheck(L_0); X509ChainElement_t1464056338 * L_1 = X509ChainElementCollection_get_Item_m1978766852(L_0, 0, /*hidden argument*/NULL); V_0 = L_1; X509ChainElement_t1464056338 * L_2 = V_0; NullCheck(L_2); X509Certificate2_t714049126 * L_3 = X509ChainElement_get_Certificate_m2801643215(L_2, /*hidden argument*/NULL); V_1 = L_3; X509Certificate2_t714049126 * L_4 = V_1; bool L_5 = X509Chain_IsSelfIssued_m2588855382(__this, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0020; } } IL_0020: { X509ChainElement_t1464056338 * L_6 = V_0; X509Chain_ProcessCertificateExtensions_m1468796745(__this, L_6, /*hidden argument*/NULL); X509ChainElementCollection_t3110968994 * L_7 = __this->get_elements_1(); NullCheck(L_7); int32_t L_8 = X509ChainElementCollection_get_Count_m1678779750(L_7, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)); goto IL_004f; } IL_003a: { X509ChainElementCollection_t3110968994 * L_9 = __this->get_elements_1(); int32_t L_10 = V_2; NullCheck(L_9); X509ChainElement_t1464056338 * L_11 = X509ChainElementCollection_get_Item_m1978766852(L_9, L_10, /*hidden argument*/NULL); NullCheck(L_11); X509ChainElement_UncompressFlags_m781553362(L_11, /*hidden argument*/NULL); int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_004f: { int32_t L_13 = V_2; if ((((int32_t)L_13) >= ((int32_t)0))) { goto IL_003a; } } { return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Chain::ProcessCertificateExtensions(System.Security.Cryptography.X509Certificates.X509ChainElement) extern "C" IL2CPP_METHOD_ATTR void X509Chain_ProcessCertificateExtensions_m1468796745 (X509Chain_t194917408 * __this, X509ChainElement_t1464056338 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Chain_ProcessCertificateExtensions_m1468796745_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509Extension_t3272255153 * V_0 = NULL; X509ExtensionEnumerator_t2479560659 * V_1 = NULL; String_t* V_2 = NULL; Dictionary_2_t2736202052 * V_3 = NULL; int32_t V_4 = 0; { X509ChainElement_t1464056338 * L_0 = ___element0; NullCheck(L_0); X509Certificate2_t714049126 * L_1 = X509ChainElement_get_Certificate_m2801643215(L_0, /*hidden argument*/NULL); NullCheck(L_1); X509ExtensionCollection_t1350454579 * L_2 = X509Certificate2_get_Extensions_m3552930730(L_1, /*hidden argument*/NULL); NullCheck(L_2); X509ExtensionEnumerator_t2479560659 * L_3 = X509ExtensionCollection_GetEnumerator_m3371013144(L_2, /*hidden argument*/NULL); V_1 = L_3; goto IL_00a3; } IL_0016: { X509ExtensionEnumerator_t2479560659 * L_4 = V_1; NullCheck(L_4); X509Extension_t3272255153 * L_5 = X509ExtensionEnumerator_get_Current_m256207749(L_4, /*hidden argument*/NULL); V_0 = L_5; X509Extension_t3272255153 * L_6 = V_0; NullCheck(L_6); bool L_7 = X509Extension_get_Critical_m1315280133(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_00a3; } } { X509Extension_t3272255153 * L_8 = V_0; NullCheck(L_8); Oid_t3552120260 * L_9 = AsnEncodedData_get_Oid_m402887164(L_8, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = Oid_get_Value_m743416803(L_9, /*hidden argument*/NULL); V_2 = L_10; String_t* L_11 = V_2; if (!L_11) { goto IL_008c; } } { IL2CPP_RUNTIME_CLASS_INIT(X509Chain_t194917408_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_12 = ((X509Chain_t194917408_StaticFields*)il2cpp_codegen_static_fields_for(X509Chain_t194917408_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map17_12(); if (L_12) { goto IL_0069; } } { Dictionary_2_t2736202052 * L_13 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_13, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_3 = L_13; Dictionary_2_t2736202052 * L_14 = V_3; NullCheck(L_14); Dictionary_2_Add_m282647386(L_14, _stringLiteral1004423982, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_15 = V_3; NullCheck(L_15); Dictionary_2_Add_m282647386(L_15, _stringLiteral1004423994, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_16 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X509Chain_t194917408_il2cpp_TypeInfo_var); ((X509Chain_t194917408_StaticFields*)il2cpp_codegen_static_fields_for(X509Chain_t194917408_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map17_12(L_16); } IL_0069: { IL2CPP_RUNTIME_CLASS_INIT(X509Chain_t194917408_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_17 = ((X509Chain_t194917408_StaticFields*)il2cpp_codegen_static_fields_for(X509Chain_t194917408_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map17_12(); String_t* L_18 = V_2; NullCheck(L_17); bool L_19 = Dictionary_2_TryGetValue_m1013208020(L_17, L_18, (&V_4), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_19) { goto IL_008c; } } { int32_t L_20 = V_4; if (!L_20) { goto IL_0087; } } { goto IL_008c; } IL_0087: { goto IL_00a3; } IL_008c: { X509ChainElement_t1464056338 * L_21 = ___element0; X509ChainElement_t1464056338 * L_22 = L_21; NullCheck(L_22); int32_t L_23 = X509ChainElement_get_StatusFlags_m3731832204(L_22, /*hidden argument*/NULL); NullCheck(L_22); X509ChainElement_set_StatusFlags_m2467275568(L_22, ((int32_t)((int32_t)L_23|(int32_t)((int32_t)256))), /*hidden argument*/NULL); goto IL_00a3; } IL_00a3: { X509ExtensionEnumerator_t2479560659 * L_24 = V_1; NullCheck(L_24); bool L_25 = X509ExtensionEnumerator_MoveNext_m3077762850(L_24, /*hidden argument*/NULL); if (L_25) { goto IL_0016; } } { return; } } // System.Boolean System.Security.Cryptography.X509Certificates.X509Chain::IsSignedWith(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.AsymmetricAlgorithm) extern "C" IL2CPP_METHOD_ATTR bool X509Chain_IsSignedWith_m2691255686 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___signed0, AsymmetricAlgorithm_t932037087 * ___pubkey1, const RuntimeMethod* method) { X509Certificate_t489243025 * V_0 = NULL; { AsymmetricAlgorithm_t932037087 * L_0 = ___pubkey1; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { X509Certificate2_t714049126 * L_1 = ___signed0; NullCheck(L_1); X509Certificate_t489243025 * L_2 = X509Certificate2_get_MonoCertificate_m4228255308(L_1, /*hidden argument*/NULL); V_0 = L_2; X509Certificate_t489243025 * L_3 = V_0; AsymmetricAlgorithm_t932037087 * L_4 = ___pubkey1; NullCheck(L_3); bool L_5 = X509Certificate_VerifySignature_m2813642028(L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.String System.Security.Cryptography.X509Certificates.X509Chain::GetSubjectKeyIdentifier(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR String_t* X509Chain_GetSubjectKeyIdentifier_m1349242905 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___certificate0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Chain_GetSubjectKeyIdentifier_m1349242905_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509SubjectKeyIdentifierExtension_t4258825542 * V_0 = NULL; String_t* G_B3_0 = NULL; { X509Certificate2_t714049126 * L_0 = ___certificate0; NullCheck(L_0); X509ExtensionCollection_t1350454579 * L_1 = X509Certificate2_get_Extensions_m3552930730(L_0, /*hidden argument*/NULL); NullCheck(L_1); X509Extension_t3272255153 * L_2 = X509ExtensionCollection_get_Item_m3637880514(L_1, _stringLiteral1004423983, /*hidden argument*/NULL); V_0 = ((X509SubjectKeyIdentifierExtension_t4258825542 *)CastclassSealed((RuntimeObject*)L_2, X509SubjectKeyIdentifierExtension_t4258825542_il2cpp_TypeInfo_var)); X509SubjectKeyIdentifierExtension_t4258825542 * L_3 = V_0; if (L_3) { goto IL_0026; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_4; goto IL_002c; } IL_0026: { X509SubjectKeyIdentifierExtension_t4258825542 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = X509SubjectKeyIdentifierExtension_get_SubjectKeyIdentifier_m3059478847(L_5, /*hidden argument*/NULL); G_B3_0 = L_6; } IL_002c: { return G_B3_0; } } // System.String System.Security.Cryptography.X509Certificates.X509Chain::GetAuthorityKeyIdentifier(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR String_t* X509Chain_GetAuthorityKeyIdentifier_m2237883181 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___certificate0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Chain_GetAuthorityKeyIdentifier_m2237883181_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate2_t714049126 * L_0 = ___certificate0; NullCheck(L_0); X509Certificate_t489243025 * L_1 = X509Certificate2_get_MonoCertificate_m4228255308(L_0, /*hidden argument*/NULL); NullCheck(L_1); X509ExtensionCollection_t609554709 * L_2 = X509Certificate_get_Extensions_m1217872579(L_1, /*hidden argument*/NULL); NullCheck(L_2); X509Extension_t3173393653 * L_3 = X509ExtensionCollection_get_Item_m2761897938(L_2, _stringLiteral1386761006, /*hidden argument*/NULL); String_t* L_4 = X509Chain_GetAuthorityKeyIdentifier_m4138418749(__this, L_3, /*hidden argument*/NULL); return L_4; } } // System.String System.Security.Cryptography.X509Certificates.X509Chain::GetAuthorityKeyIdentifier(Mono.Security.X509.X509Crl) extern "C" IL2CPP_METHOD_ATTR String_t* X509Chain_GetAuthorityKeyIdentifier_m614536199 (X509Chain_t194917408 * __this, X509Crl_t1148767388 * ___crl0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Chain_GetAuthorityKeyIdentifier_m614536199_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Crl_t1148767388 * L_0 = ___crl0; NullCheck(L_0); X509ExtensionCollection_t609554709 * L_1 = X509Crl_get_Extensions_m2708052985(L_0, /*hidden argument*/NULL); NullCheck(L_1); X509Extension_t3173393653 * L_2 = X509ExtensionCollection_get_Item_m2761897938(L_1, _stringLiteral1386761006, /*hidden argument*/NULL); String_t* L_3 = X509Chain_GetAuthorityKeyIdentifier_m4138418749(__this, L_2, /*hidden argument*/NULL); return L_3; } } // System.String System.Security.Cryptography.X509Certificates.X509Chain::GetAuthorityKeyIdentifier(Mono.Security.X509.X509Extension) extern "C" IL2CPP_METHOD_ATTR String_t* X509Chain_GetAuthorityKeyIdentifier_m4138418749 (X509Chain_t194917408 * __this, X509Extension_t3173393653 * ___ext0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Chain_GetAuthorityKeyIdentifier_m4138418749_MetadataUsageId); s_Il2CppMethodInitialized = true; } AuthorityKeyIdentifierExtension_t1122691429 * V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; StringBuilder_t * V_2 = NULL; uint8_t V_3 = 0x0; ByteU5BU5D_t4116647657* V_4 = NULL; int32_t V_5 = 0; { X509Extension_t3173393653 * L_0 = ___ext0; if (L_0) { goto IL_000c; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_000c: { X509Extension_t3173393653 * L_2 = ___ext0; AuthorityKeyIdentifierExtension_t1122691429 * L_3 = (AuthorityKeyIdentifierExtension_t1122691429 *)il2cpp_codegen_object_new(AuthorityKeyIdentifierExtension_t1122691429_il2cpp_TypeInfo_var); AuthorityKeyIdentifierExtension__ctor_m2197389230(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; AuthorityKeyIdentifierExtension_t1122691429 * L_4 = V_0; NullCheck(L_4); ByteU5BU5D_t4116647657* L_5 = AuthorityKeyIdentifierExtension_get_Identifier_m4081788918(L_4, /*hidden argument*/NULL); V_1 = L_5; ByteU5BU5D_t4116647657* L_6 = V_1; if (L_6) { goto IL_0026; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_7; } IL_0026: { StringBuilder_t * L_8 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_8, /*hidden argument*/NULL); V_2 = L_8; ByteU5BU5D_t4116647657* L_9 = V_1; V_4 = L_9; V_5 = 0; goto IL_0056; } IL_0037: { ByteU5BU5D_t4116647657* L_10 = V_4; int32_t L_11 = V_5; NullCheck(L_10); int32_t L_12 = L_11; uint8_t L_13 = (L_10)->GetAt(static_cast(L_12)); V_3 = L_13; StringBuilder_t * L_14 = V_2; String_t* L_15 = Byte_ToString_m3735479648((&V_3), _stringLiteral4237443272, /*hidden argument*/NULL); NullCheck(L_14); StringBuilder_Append_m1965104174(L_14, L_15, /*hidden argument*/NULL); int32_t L_16 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0056: { int32_t L_17 = V_5; ByteU5BU5D_t4116647657* L_18 = V_4; NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))))) { goto IL_0037; } } { StringBuilder_t * L_19 = V_2; NullCheck(L_19); String_t* L_20 = StringBuilder_ToString_m3317489284(L_19, /*hidden argument*/NULL); return L_20; } } // System.Void System.Security.Cryptography.X509Certificates.X509Chain::CheckRevocationOnChain(System.Security.Cryptography.X509Certificates.X509ChainStatusFlags) extern "C" IL2CPP_METHOD_ATTR void X509Chain_CheckRevocationOnChain_m1377635439 (X509Chain_t194917408 * __this, int32_t ___flag0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Chain_CheckRevocationOnChain_m1377635439_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; int32_t V_3 = 0; bool V_4 = false; X509ChainElement_t1464056338 * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; { int32_t L_0 = ___flag0; V_0 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)65536)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); X509ChainPolicy_t2426922870 * L_1 = X509Chain_get_ChainPolicy_m2586552721(__this, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = X509ChainPolicy_get_RevocationMode_m3118822552(L_1, /*hidden argument*/NULL); V_6 = L_2; int32_t L_3 = V_6; switch (L_3) { case 0: { goto IL_0041; } case 1: { goto IL_0033; } case 2: { goto IL_003a; } } } { goto IL_0042; } IL_0033: { V_1 = (bool)1; goto IL_0052; } IL_003a: { V_1 = (bool)0; goto IL_0052; } IL_0041: { return; } IL_0042: { String_t* L_4 = Locale_GetText_m3875126938(NULL /*static, unused*/, _stringLiteral1427319523, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_5 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,X509Chain_CheckRevocationOnChain_m1377635439_RuntimeMethod_var); } IL_0052: { bool L_6 = V_0; V_2 = L_6; X509ChainElementCollection_t3110968994 * L_7 = __this->get_elements_1(); NullCheck(L_7); int32_t L_8 = X509ChainElementCollection_get_Count_m1678779750(L_7, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)); goto IL_0164; } IL_0067: { V_4 = (bool)1; X509ChainPolicy_t2426922870 * L_9 = X509Chain_get_ChainPolicy_m2586552721(__this, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = X509ChainPolicy_get_RevocationFlag_m3767879093(L_9, /*hidden argument*/NULL); V_7 = L_10; int32_t L_11 = V_7; switch (L_11) { case 0: { goto IL_008f; } case 1: { goto IL_009a; } case 2: { goto IL_00a2; } } } { goto IL_00bc; } IL_008f: { int32_t L_12 = V_3; V_4 = (bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0); goto IL_00bc; } IL_009a: { V_4 = (bool)1; goto IL_00bc; } IL_00a2: { int32_t L_13 = V_3; X509ChainElementCollection_t3110968994 * L_14 = __this->get_elements_1(); NullCheck(L_14); int32_t L_15 = X509ChainElementCollection_get_Count_m1678779750(L_14, /*hidden argument*/NULL); V_4 = (bool)((((int32_t)((((int32_t)L_13) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1))))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_00bc; } IL_00bc: { X509ChainElementCollection_t3110968994 * L_16 = __this->get_elements_1(); int32_t L_17 = V_3; NullCheck(L_16); X509ChainElement_t1464056338 * L_18 = X509ChainElementCollection_get_Item_m1978766852(L_16, L_17, /*hidden argument*/NULL); V_5 = L_18; bool L_19 = V_2; if (L_19) { goto IL_00e2; } } { bool L_20 = V_2; X509ChainElement_t1464056338 * L_21 = V_5; NullCheck(L_21); int32_t L_22 = X509ChainElement_get_StatusFlags_m3731832204(L_21, /*hidden argument*/NULL); V_2 = (bool)((int32_t)((int32_t)L_20|(int32_t)((((int32_t)((((int32_t)((int32_t)((int32_t)L_22&(int32_t)8))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0))); } IL_00e2: { bool L_23 = V_2; if (!L_23) { goto IL_0110; } } { X509ChainElement_t1464056338 * L_24 = V_5; X509ChainElement_t1464056338 * L_25 = L_24; NullCheck(L_25); int32_t L_26 = X509ChainElement_get_StatusFlags_m3731832204(L_25, /*hidden argument*/NULL); NullCheck(L_25); X509ChainElement_set_StatusFlags_m2467275568(L_25, ((int32_t)((int32_t)L_26|(int32_t)((int32_t)64))), /*hidden argument*/NULL); X509ChainElement_t1464056338 * L_27 = V_5; X509ChainElement_t1464056338 * L_28 = L_27; NullCheck(L_28); int32_t L_29 = X509ChainElement_get_StatusFlags_m3731832204(L_28, /*hidden argument*/NULL); NullCheck(L_28); X509ChainElement_set_StatusFlags_m2467275568(L_28, ((int32_t)((int32_t)L_29|(int32_t)((int32_t)16777216))), /*hidden argument*/NULL); goto IL_0160; } IL_0110: { bool L_30 = V_4; if (!L_30) { goto IL_0160; } } { bool L_31 = V_0; if (L_31) { goto IL_0160; } } { X509ChainElement_t1464056338 * L_32 = V_5; NullCheck(L_32); X509Certificate2_t714049126 * L_33 = X509ChainElement_get_Certificate_m2801643215(L_32, /*hidden argument*/NULL); bool L_34 = X509Chain_IsSelfIssued_m2588855382(__this, L_33, /*hidden argument*/NULL); if (L_34) { goto IL_0160; } } { X509ChainElement_t1464056338 * L_35 = V_5; X509ChainElement_t1464056338 * L_36 = L_35; NullCheck(L_36); int32_t L_37 = X509ChainElement_get_StatusFlags_m3731832204(L_36, /*hidden argument*/NULL); X509ChainElement_t1464056338 * L_38 = V_5; NullCheck(L_38); X509Certificate2_t714049126 * L_39 = X509ChainElement_get_Certificate_m2801643215(L_38, /*hidden argument*/NULL); int32_t L_40 = V_3; bool L_41 = V_1; int32_t L_42 = X509Chain_CheckRevocation_m4216573099(__this, L_39, ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)), L_41, /*hidden argument*/NULL); NullCheck(L_36); X509ChainElement_set_StatusFlags_m2467275568(L_36, ((int32_t)((int32_t)L_37|(int32_t)L_42)), /*hidden argument*/NULL); bool L_43 = V_2; X509ChainElement_t1464056338 * L_44 = V_5; NullCheck(L_44); int32_t L_45 = X509ChainElement_get_StatusFlags_m3731832204(L_44, /*hidden argument*/NULL); V_2 = (bool)((int32_t)((int32_t)L_43|(int32_t)((((int32_t)((((int32_t)((int32_t)((int32_t)L_45&(int32_t)4))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0))); } IL_0160: { int32_t L_46 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)1)); } IL_0164: { int32_t L_47 = V_3; if ((((int32_t)L_47) >= ((int32_t)0))) { goto IL_0067; } } { return; } } // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags System.Security.Cryptography.X509Certificates.X509Chain::CheckRevocation(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t X509Chain_CheckRevocation_m4216573099 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___certificate0, int32_t ___ca1, bool ___online2, const RuntimeMethod* method) { int32_t V_0 = 0; X509ChainElement_t1464056338 * V_1 = NULL; X509Certificate2_t714049126 * V_2 = NULL; { V_0 = ((int32_t)64); X509ChainElementCollection_t3110968994 * L_0 = __this->get_elements_1(); int32_t L_1 = ___ca1; NullCheck(L_0); X509ChainElement_t1464056338 * L_2 = X509ChainElementCollection_get_Item_m1978766852(L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; X509ChainElement_t1464056338 * L_3 = V_1; NullCheck(L_3); X509Certificate2_t714049126 * L_4 = X509ChainElement_get_Certificate_m2801643215(L_3, /*hidden argument*/NULL); V_2 = L_4; goto IL_004c; } IL_001c: { X509Certificate2_t714049126 * L_5 = ___certificate0; X509Certificate2_t714049126 * L_6 = V_2; bool L_7 = ___online2; int32_t L_8 = X509Chain_CheckRevocation_m3466271023(__this, L_5, L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; int32_t L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)64)))) { goto IL_0033; } } { goto IL_006b; } IL_0033: { int32_t L_10 = ___ca1; ___ca1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); X509ChainElementCollection_t3110968994 * L_11 = __this->get_elements_1(); int32_t L_12 = ___ca1; NullCheck(L_11); X509ChainElement_t1464056338 * L_13 = X509ChainElementCollection_get_Item_m1978766852(L_11, L_12, /*hidden argument*/NULL); V_1 = L_13; X509ChainElement_t1464056338 * L_14 = V_1; NullCheck(L_14); X509Certificate2_t714049126 * L_15 = X509ChainElement_get_Certificate_m2801643215(L_14, /*hidden argument*/NULL); V_2 = L_15; } IL_004c: { X509Certificate2_t714049126 * L_16 = V_2; bool L_17 = X509Chain_IsSelfIssued_m2588855382(__this, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_006b; } } { int32_t L_18 = ___ca1; X509ChainElementCollection_t3110968994 * L_19 = __this->get_elements_1(); NullCheck(L_19); int32_t L_20 = X509ChainElementCollection_get_Count_m1678779750(L_19, /*hidden argument*/NULL); if ((((int32_t)L_18) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1))))) { goto IL_001c; } } IL_006b: { int32_t L_21 = V_0; if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)64))))) { goto IL_007d; } } { X509Certificate2_t714049126 * L_22 = ___certificate0; X509Certificate2_t714049126 * L_23 = V_2; bool L_24 = ___online2; int32_t L_25 = X509Chain_CheckRevocation_m3466271023(__this, L_22, L_23, L_24, /*hidden argument*/NULL); V_0 = L_25; } IL_007d: { int32_t L_26 = V_0; return L_26; } } // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags System.Security.Cryptography.X509Certificates.X509Chain::CheckRevocation(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t X509Chain_CheckRevocation_m3466271023 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___certificate0, X509Certificate2_t714049126 * ___ca_cert1, bool ___online2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Chain_CheckRevocation_m3466271023_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509KeyUsageExtension_t2042101591 * V_0 = NULL; int32_t V_1 = 0; X509Crl_t1148767388 * V_2 = NULL; X509CrlEntry_t645568789 * V_3 = NULL; { X509Certificate2_t714049126 * L_0 = ___ca_cert1; NullCheck(L_0); X509ExtensionCollection_t1350454579 * L_1 = X509Certificate2_get_Extensions_m3552930730(L_0, /*hidden argument*/NULL); NullCheck(L_1); X509Extension_t3272255153 * L_2 = X509ExtensionCollection_get_Item_m3637880514(L_1, _stringLiteral1004423982, /*hidden argument*/NULL); V_0 = ((X509KeyUsageExtension_t2042101591 *)CastclassSealed((RuntimeObject*)L_2, X509KeyUsageExtension_t2042101591_il2cpp_TypeInfo_var)); X509KeyUsageExtension_t2042101591 * L_3 = V_0; if (!L_3) { goto IL_002f; } } { V_1 = 2; X509KeyUsageExtension_t2042101591 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = X509KeyUsageExtension_get_KeyUsages_m3263859785(L_4, /*hidden argument*/NULL); int32_t L_6 = V_1; int32_t L_7 = V_1; if ((((int32_t)((int32_t)((int32_t)L_5&(int32_t)L_6))) == ((int32_t)L_7))) { goto IL_002f; } } { return (int32_t)(((int32_t)64)); } IL_002f: { X509Certificate2_t714049126 * L_8 = ___ca_cert1; X509Crl_t1148767388 * L_9 = X509Chain_FindCrl_m1657810964(__this, L_8, /*hidden argument*/NULL); V_2 = L_9; X509Crl_t1148767388 * L_10 = V_2; if (L_10) { goto IL_0043; } } { bool L_11 = ___online2; if (!L_11) { goto IL_0043; } } IL_0043: { X509Crl_t1148767388 * L_12 = V_2; if (!L_12) { goto IL_00d5; } } { X509Crl_t1148767388 * L_13 = V_2; X509Certificate2_t714049126 * L_14 = ___ca_cert1; NullCheck(L_14); PublicKey_t3779582684 * L_15 = X509Certificate2_get_PublicKey_m370665820(L_14, /*hidden argument*/NULL); NullCheck(L_15); AsymmetricAlgorithm_t932037087 * L_16 = PublicKey_get_Key_m3077215602(L_15, /*hidden argument*/NULL); NullCheck(L_13); bool L_17 = X509Crl_VerifySignature_m1377612461(L_13, L_16, /*hidden argument*/NULL); if (L_17) { goto IL_0062; } } { return (int32_t)(((int32_t)64)); } IL_0062: { X509Crl_t1148767388 * L_18 = V_2; X509Certificate2_t714049126 * L_19 = ___certificate0; NullCheck(L_19); X509Certificate_t489243025 * L_20 = X509Certificate2_get_MonoCertificate_m4228255308(L_19, /*hidden argument*/NULL); NullCheck(L_18); X509CrlEntry_t645568789 * L_21 = X509Crl_GetCrlEntry_m5954460(L_18, L_20, /*hidden argument*/NULL); V_3 = L_21; X509CrlEntry_t645568789 * L_22 = V_3; if (!L_22) { goto IL_00a0; } } { X509CrlEntry_t645568789 * L_23 = V_3; bool L_24 = X509Chain_ProcessCrlEntryExtensions_m3203112264(__this, L_23, /*hidden argument*/NULL); if (L_24) { goto IL_0083; } } { return (int32_t)(4); } IL_0083: { X509CrlEntry_t645568789 * L_25 = V_3; NullCheck(L_25); DateTime_t3738529785 L_26 = X509CrlEntry_get_RevocationDate_m606796547(L_25, /*hidden argument*/NULL); X509ChainPolicy_t2426922870 * L_27 = X509Chain_get_ChainPolicy_m2586552721(__this, /*hidden argument*/NULL); NullCheck(L_27); DateTime_t3738529785 L_28 = X509ChainPolicy_get_VerificationTime_m4085504449(L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_29 = DateTime_op_LessThanOrEqual_m2360948759(NULL /*static, unused*/, L_26, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00a0; } } { return (int32_t)(4); } IL_00a0: { X509Crl_t1148767388 * L_30 = V_2; NullCheck(L_30); DateTime_t3738529785 L_31 = X509Crl_get_NextUpdate_m1760667768(L_30, /*hidden argument*/NULL); X509ChainPolicy_t2426922870 * L_32 = X509Chain_get_ChainPolicy_m2586552721(__this, /*hidden argument*/NULL); NullCheck(L_32); DateTime_t3738529785 L_33 = X509ChainPolicy_get_VerificationTime_m4085504449(L_32, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_34 = DateTime_op_LessThan_m2497205152(NULL /*static, unused*/, L_31, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_00c1; } } { return (int32_t)(((int32_t)16777280)); } IL_00c1: { X509Crl_t1148767388 * L_35 = V_2; bool L_36 = X509Chain_ProcessCrlExtensions_m236234529(__this, L_35, /*hidden argument*/NULL); if (L_36) { goto IL_00d0; } } { return (int32_t)(((int32_t)64)); } IL_00d0: { goto IL_00d8; } IL_00d5: { return (int32_t)(((int32_t)64)); } IL_00d8: { return (int32_t)(0); } } // Mono.Security.X509.X509Crl System.Security.Cryptography.X509Certificates.X509Chain::FindCrl(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR X509Crl_t1148767388 * X509Chain_FindCrl_m1657810964 (X509Chain_t194917408 * __this, X509Certificate2_t714049126 * ___caCertificate0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Chain_FindCrl_m1657810964_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; X509Crl_t1148767388 * V_2 = NULL; RuntimeObject* V_3 = NULL; X509Crl_t1148767388 * V_4 = NULL; RuntimeObject* V_5 = NULL; X509Crl_t1148767388 * V_6 = NULL; RuntimeObject* V_7 = NULL; RuntimeObject* V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { X509Certificate2_t714049126 * L_0 = ___caCertificate0; NullCheck(L_0); X500DistinguishedName_t875709727 * L_1 = X509Certificate2_get_SubjectName_m2588317215(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = X500DistinguishedName_Decode_m3521921960(L_1, 0, /*hidden argument*/NULL); V_0 = L_2; X509Certificate2_t714049126 * L_3 = ___caCertificate0; String_t* L_4 = X509Chain_GetSubjectKeyIdentifier_m1349242905(__this, L_3, /*hidden argument*/NULL); V_1 = L_4; X509Store_t2922691911 * L_5 = X509Chain_get_CertificateAuthorities_m804805415(__this, /*hidden argument*/NULL); NullCheck(L_5); X509Store_t2777415284 * L_6 = X509Store_get_Store_m1426986552(L_5, /*hidden argument*/NULL); NullCheck(L_6); ArrayList_t2718874744 * L_7 = X509Store_get_Crls_m4075976598(L_6, /*hidden argument*/NULL); NullCheck(L_7); RuntimeObject* L_8 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_7); V_3 = L_8; } IL_002b: try { // begin try (depth: 1) { goto IL_0072; } IL_0030: { RuntimeObject* L_9 = V_3; NullCheck(L_9); RuntimeObject * L_10 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_9); V_2 = ((X509Crl_t1148767388 *)CastclassClass((RuntimeObject*)L_10, X509Crl_t1148767388_il2cpp_TypeInfo_var)); X509Crl_t1148767388 * L_11 = V_2; NullCheck(L_11); String_t* L_12 = X509Crl_get_IssuerName_m1792797338(L_11, /*hidden argument*/NULL); String_t* L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0072; } } IL_004d: { String_t* L_15 = V_1; NullCheck(L_15); int32_t L_16 = String_get_Length_m3847582255(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_006a; } } IL_0058: { String_t* L_17 = V_1; X509Crl_t1148767388 * L_18 = V_2; String_t* L_19 = X509Chain_GetAuthorityKeyIdentifier_m614536199(__this, L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_20 = String_op_Equality_m920492651(NULL /*static, unused*/, L_17, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0072; } } IL_006a: { X509Crl_t1148767388 * L_21 = V_2; V_6 = L_21; IL2CPP_LEAVE(0x123, FINALLY_0082); } IL_0072: { RuntimeObject* L_22 = V_3; NullCheck(L_22); bool L_23 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_22); if (L_23) { goto IL_0030; } } IL_007d: { IL2CPP_LEAVE(0x97, FINALLY_0082); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0082; } FINALLY_0082: { // begin finally (depth: 1) { RuntimeObject* L_24 = V_3; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_25 = V_7; if (L_25) { goto IL_008f; } } IL_008e: { IL2CPP_END_FINALLY(130) } IL_008f: { RuntimeObject* L_26 = V_7; NullCheck(L_26); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_26); IL2CPP_END_FINALLY(130) } } // end finally (depth: 1) IL2CPP_CLEANUP(130) { IL2CPP_JUMP_TBL(0x123, IL_0123) IL2CPP_JUMP_TBL(0x97, IL_0097) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0097: { X509Store_t2922691911 * L_27 = X509Chain_get_Roots_m317091712(__this, /*hidden argument*/NULL); NullCheck(L_27); X509Store_t2777415284 * L_28 = X509Store_get_Store_m1426986552(L_27, /*hidden argument*/NULL); NullCheck(L_28); ArrayList_t2718874744 * L_29 = X509Store_get_Crls_m4075976598(L_28, /*hidden argument*/NULL); NullCheck(L_29); RuntimeObject* L_30 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_29); V_5 = L_30; } IL_00ae: try { // begin try (depth: 1) { goto IL_00fa; } IL_00b3: { RuntimeObject* L_31 = V_5; NullCheck(L_31); RuntimeObject * L_32 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_31); V_4 = ((X509Crl_t1148767388 *)CastclassClass((RuntimeObject*)L_32, X509Crl_t1148767388_il2cpp_TypeInfo_var)); X509Crl_t1148767388 * L_33 = V_4; NullCheck(L_33); String_t* L_34 = X509Crl_get_IssuerName_m1792797338(L_33, /*hidden argument*/NULL); String_t* L_35 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_36 = String_op_Equality_m920492651(NULL /*static, unused*/, L_34, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00fa; } } IL_00d3: { String_t* L_37 = V_1; NullCheck(L_37); int32_t L_38 = String_get_Length_m3847582255(L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_00f1; } } IL_00de: { String_t* L_39 = V_1; X509Crl_t1148767388 * L_40 = V_4; String_t* L_41 = X509Chain_GetAuthorityKeyIdentifier_m614536199(__this, L_40, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_42 = String_op_Equality_m920492651(NULL /*static, unused*/, L_39, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_00fa; } } IL_00f1: { X509Crl_t1148767388 * L_43 = V_4; V_6 = L_43; IL2CPP_LEAVE(0x123, FINALLY_010b); } IL_00fa: { RuntimeObject* L_44 = V_5; NullCheck(L_44); bool L_45 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_44); if (L_45) { goto IL_00b3; } } IL_0106: { IL2CPP_LEAVE(0x121, FINALLY_010b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_010b; } FINALLY_010b: { // begin finally (depth: 1) { RuntimeObject* L_46 = V_5; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_46, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_47 = V_8; if (L_47) { goto IL_0119; } } IL_0118: { IL2CPP_END_FINALLY(267) } IL_0119: { RuntimeObject* L_48 = V_8; NullCheck(L_48); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_48); IL2CPP_END_FINALLY(267) } } // end finally (depth: 1) IL2CPP_CLEANUP(267) { IL2CPP_JUMP_TBL(0x123, IL_0123) IL2CPP_JUMP_TBL(0x121, IL_0121) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0121: { return (X509Crl_t1148767388 *)NULL; } IL_0123: { X509Crl_t1148767388 * L_49 = V_6; return L_49; } } // System.Boolean System.Security.Cryptography.X509Certificates.X509Chain::ProcessCrlExtensions(Mono.Security.X509.X509Crl) extern "C" IL2CPP_METHOD_ATTR bool X509Chain_ProcessCrlExtensions_m236234529 (X509Chain_t194917408 * __this, X509Crl_t1148767388 * ___crl0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Chain_ProcessCrlExtensions_m236234529_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509Extension_t3173393653 * V_0 = NULL; RuntimeObject* V_1 = NULL; String_t* V_2 = NULL; Dictionary_2_t2736202052 * V_3 = NULL; int32_t V_4 = 0; bool V_5 = false; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { X509Crl_t1148767388 * L_0 = ___crl0; NullCheck(L_0); X509ExtensionCollection_t609554709 * L_1 = X509Crl_get_Extensions_m2708052985(L_0, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_2 = CollectionBase_GetEnumerator_m654829872(L_1, /*hidden argument*/NULL); V_1 = L_2; } IL_000c: try { // begin try (depth: 1) { goto IL_008f; } IL_0011: { RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_3); V_0 = ((X509Extension_t3173393653 *)CastclassClass((RuntimeObject*)L_4, X509Extension_t3173393653_il2cpp_TypeInfo_var)); X509Extension_t3173393653 * L_5 = V_0; NullCheck(L_5); bool L_6 = X509Extension_get_Critical_m171054662(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_008f; } } IL_0028: { X509Extension_t3173393653 * L_7 = V_0; NullCheck(L_7); String_t* L_8 = X509Extension_get_Oid_m4107042796(L_7, /*hidden argument*/NULL); V_2 = L_8; String_t* L_9 = V_2; if (!L_9) { goto IL_0087; } } IL_0035: { IL2CPP_RUNTIME_CLASS_INIT(X509Chain_t194917408_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_10 = ((X509Chain_t194917408_StaticFields*)il2cpp_codegen_static_fields_for(X509Chain_t194917408_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map18_13(); if (L_10) { goto IL_0064; } } IL_003f: { Dictionary_2_t2736202052 * L_11 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_11, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_3 = L_11; Dictionary_2_t2736202052 * L_12 = V_3; NullCheck(L_12); Dictionary_2_Add_m282647386(L_12, _stringLiteral3343076147, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_13 = V_3; NullCheck(L_13); Dictionary_2_Add_m282647386(L_13, _stringLiteral1386761006, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_14 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X509Chain_t194917408_il2cpp_TypeInfo_var); ((X509Chain_t194917408_StaticFields*)il2cpp_codegen_static_fields_for(X509Chain_t194917408_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map18_13(L_14); } IL_0064: { IL2CPP_RUNTIME_CLASS_INIT(X509Chain_t194917408_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_15 = ((X509Chain_t194917408_StaticFields*)il2cpp_codegen_static_fields_for(X509Chain_t194917408_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map18_13(); String_t* L_16 = V_2; NullCheck(L_15); bool L_17 = Dictionary_2_TryGetValue_m1013208020(L_15, L_16, (&V_4), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_17) { goto IL_0087; } } IL_0076: { int32_t L_18 = V_4; if (!L_18) { goto IL_0082; } } IL_007d: { goto IL_0087; } IL_0082: { goto IL_008f; } IL_0087: { V_5 = (bool)0; IL2CPP_LEAVE(0xB6, FINALLY_009f); } IL_008f: { RuntimeObject* L_19 = V_1; NullCheck(L_19); bool L_20 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_19); if (L_20) { goto IL_0011; } } IL_009a: { IL2CPP_LEAVE(0xB4, FINALLY_009f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009f; } FINALLY_009f: { // begin finally (depth: 1) { RuntimeObject* L_21 = V_1; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_21, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_22 = V_6; if (L_22) { goto IL_00ac; } } IL_00ab: { IL2CPP_END_FINALLY(159) } IL_00ac: { RuntimeObject* L_23 = V_6; NullCheck(L_23); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_23); IL2CPP_END_FINALLY(159) } } // end finally (depth: 1) IL2CPP_CLEANUP(159) { IL2CPP_JUMP_TBL(0xB6, IL_00b6) IL2CPP_JUMP_TBL(0xB4, IL_00b4) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b4: { return (bool)1; } IL_00b6: { bool L_24 = V_5; return L_24; } } // System.Boolean System.Security.Cryptography.X509Certificates.X509Chain::ProcessCrlEntryExtensions(Mono.Security.X509.X509Crl/X509CrlEntry) extern "C" IL2CPP_METHOD_ATTR bool X509Chain_ProcessCrlEntryExtensions_m3203112264 (X509Chain_t194917408 * __this, X509CrlEntry_t645568789 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (X509Chain_ProcessCrlEntryExtensions_m3203112264_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509Extension_t3173393653 * V_0 = NULL; RuntimeObject* V_1 = NULL; String_t* V_2 = NULL; Dictionary_2_t2736202052 * V_3 = NULL; int32_t V_4 = 0; bool V_5 = false; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { X509CrlEntry_t645568789 * L_0 = ___entry0; NullCheck(L_0); X509ExtensionCollection_t609554709 * L_1 = X509CrlEntry_get_Extensions_m3943658385(L_0, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_2 = CollectionBase_GetEnumerator_m654829872(L_1, /*hidden argument*/NULL); V_1 = L_2; } IL_000c: try { // begin try (depth: 1) { goto IL_0083; } IL_0011: { RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_3); V_0 = ((X509Extension_t3173393653 *)CastclassClass((RuntimeObject*)L_4, X509Extension_t3173393653_il2cpp_TypeInfo_var)); X509Extension_t3173393653 * L_5 = V_0; NullCheck(L_5); bool L_6 = X509Extension_get_Critical_m171054662(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0083; } } IL_0028: { X509Extension_t3173393653 * L_7 = V_0; NullCheck(L_7); String_t* L_8 = X509Extension_get_Oid_m4107042796(L_7, /*hidden argument*/NULL); V_2 = L_8; String_t* L_9 = V_2; if (!L_9) { goto IL_007b; } } IL_0035: { IL2CPP_RUNTIME_CLASS_INIT(X509Chain_t194917408_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_10 = ((X509Chain_t194917408_StaticFields*)il2cpp_codegen_static_fields_for(X509Chain_t194917408_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map19_14(); if (L_10) { goto IL_0058; } } IL_003f: { Dictionary_2_t2736202052 * L_11 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_11, 1, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_3 = L_11; Dictionary_2_t2736202052 * L_12 = V_3; NullCheck(L_12); Dictionary_2_Add_m282647386(L_12, _stringLiteral3343076146, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_13 = V_3; IL2CPP_RUNTIME_CLASS_INIT(X509Chain_t194917408_il2cpp_TypeInfo_var); ((X509Chain_t194917408_StaticFields*)il2cpp_codegen_static_fields_for(X509Chain_t194917408_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map19_14(L_13); } IL_0058: { IL2CPP_RUNTIME_CLASS_INIT(X509Chain_t194917408_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_14 = ((X509Chain_t194917408_StaticFields*)il2cpp_codegen_static_fields_for(X509Chain_t194917408_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map19_14(); String_t* L_15 = V_2; NullCheck(L_14); bool L_16 = Dictionary_2_TryGetValue_m1013208020(L_14, L_15, (&V_4), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_16) { goto IL_007b; } } IL_006a: { int32_t L_17 = V_4; if (!L_17) { goto IL_0076; } } IL_0071: { goto IL_007b; } IL_0076: { goto IL_0083; } IL_007b: { V_5 = (bool)0; IL2CPP_LEAVE(0xAA, FINALLY_0093); } IL_0083: { RuntimeObject* L_18 = V_1; NullCheck(L_18); bool L_19 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_18); if (L_19) { goto IL_0011; } } IL_008e: { IL2CPP_LEAVE(0xA8, FINALLY_0093); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0093; } FINALLY_0093: { // begin finally (depth: 1) { RuntimeObject* L_20 = V_1; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_20, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_21 = V_6; if (L_21) { goto IL_00a0; } } IL_009f: { IL2CPP_END_FINALLY(147) } IL_00a0: { RuntimeObject* L_22 = V_6; NullCheck(L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_22); IL2CPP_END_FINALLY(147) } } // end finally (depth: 1) IL2CPP_CLEANUP(147) { IL2CPP_JUMP_TBL(0xAA, IL_00aa) IL2CPP_JUMP_TBL(0xA8, IL_00a8) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a8: { return (bool)1; } IL_00aa: { bool L_23 = V_5; return L_23; } } #ifdef __clang__ #pragma clang diagnostic pop #endif