#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 VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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 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 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); } }; 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 VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtFuncInvoker6 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct GenericVirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericVirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, 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 GenericInterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericInterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; // System.Net.Configuration.BypassElement struct BypassElement_t2358616601; // System.Configuration.ConfigurationElement struct ConfigurationElement_t3318566633; // System.Type struct Type_t; // System.Configuration.ConfigurationProperty struct ConfigurationProperty_t3590861854; // System.String struct String_t; // System.Configuration.ConfigurationPropertyCollection struct ConfigurationPropertyCollection_t2852175726; // System.Net.Configuration.BypassElementCollection struct BypassElementCollection_t47326401; // System.Configuration.ConfigurationElementCollection struct ConfigurationElementCollection_t446763386; // System.NotImplementedException struct NotImplementedException_t3489357830; // System.ArgumentException struct ArgumentException_t132251570; // System.Net.Configuration.ConnectionManagementData struct ConnectionManagementData_t2003128658; // 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.Net.Configuration.ConnectionManagementElement struct ConnectionManagementElement_t3857438253; // System.Net.Configuration.ConnectionManagementElementCollection struct ConnectionManagementElementCollection_t3860227195; // System.Net.Configuration.ConnectionManagementSection struct ConnectionManagementSection_t1603642748; // System.Configuration.ConfigurationSection struct ConfigurationSection_t3156163955; // System.Net.Configuration.DefaultProxySection struct DefaultProxySection_t4167594595; // System.Net.Configuration.ModuleElement struct ModuleElement_t3252950656; // System.Net.Configuration.ProxyElement struct ProxyElement_t3214064751; // System.Net.Configuration.FtpCachePolicyElement struct FtpCachePolicyElement_t1580201543; // System.Xml.XmlReader struct XmlReader_t3121518892; // System.Xml.XmlNode struct XmlNode_t3767805227; // System.Configuration.ConfigurationException struct ConfigurationException_t3515317685; // System.Net.Configuration.HttpCachePolicyElement struct HttpCachePolicyElement_t409334445; // System.Net.Configuration.HttpWebRequestElement struct HttpWebRequestElement_t2801692355; // System.Net.Configuration.Ipv6Element struct Ipv6Element_t180053194; // System.Net.Configuration.NetConfigurationHandler struct NetConfigurationHandler_t3348259332; // System.Net.NetConfig struct NetConfig_t2828594564; // System.Net.Configuration.NetSectionGroup struct NetSectionGroup_t3270122580; // System.Configuration.ConfigurationSectionGroup struct ConfigurationSectionGroup_t4179402520; // System.Net.Configuration.AuthenticationModulesSection struct AuthenticationModulesSection_t1083221556; // System.Configuration.ConfigurationSectionCollection struct ConfigurationSectionCollection_t2786897858; // System.Net.Configuration.MailSettingsSectionGroup struct MailSettingsSectionGroup_t1796674833; // System.Configuration.ConfigurationSectionGroupCollection struct ConfigurationSectionGroupCollection_t1151641153; // System.Net.Configuration.RequestCachingSection struct RequestCachingSection_t1693238435; // System.Net.Configuration.SettingsSection struct SettingsSection_t1259474535; // System.Net.Configuration.WebRequestModulesSection struct WebRequestModulesSection_t4132732301; // System.Configuration.Configuration struct Configuration_t2529364143; // System.Net.Configuration.PerformanceCountersElement struct PerformanceCountersElement_t4093363992; // System.Uri struct Uri_t100236324; // System.Net.Configuration.ServicePointManagerElement struct ServicePointManagerElement_t2768640361; // System.Net.Configuration.SocketElement struct SocketElement_t3329874080; // System.Net.Configuration.WebProxyScriptElement struct WebProxyScriptElement_t477406598; // System.Net.Configuration.WebRequestModuleElement struct WebRequestModuleElement_t1406085120; // System.Net.Configuration.WebRequestModuleElementCollection struct WebRequestModuleElementCollection_t925190782; // System.Net.Configuration.WebRequestModuleHandler struct WebRequestModuleHandler_t914399239; // System.Net.Cookie struct Cookie_t993873397; // System.Net.CookieException struct CookieException_t2325395694; // System.Char[] struct CharU5BU5D_t3528271667; // System.String[] struct StringU5BU5D_t1281789340; // System.Exception struct Exception_t; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.Text.StringBuilder struct StringBuilder_t; // System.Net.CookieCollection struct CookieCollection_t3881042616; // System.Collections.Generic.List`1 struct List_1_t2465948139; // System.Collections.Generic.List`1 struct List_1_t257213610; // System.Net.CookieCollection/CookieCollectionComparer struct CookieCollectionComparer_t1373927847; // System.Collections.Generic.IList`1 struct IList_1_t2809193180; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.Collections.Generic.IComparer`1 struct IComparer_1_t2248138876; // System.Collections.Generic.IComparer`1 struct IComparer_1_t39404347; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.Net.CookieContainer struct CookieContainer_t2331592909; // System.FormatException struct FormatException_t154580423; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Net.CookieParser struct CookieParser_t2349142305; // System.Net.DefaultCertificatePolicy struct DefaultCertificatePolicy_t3607119947; // System.Net.ServicePoint struct ServicePoint_t2786966844; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t713131622; // System.Net.WebRequest struct WebRequest_t1939381076; // System.Net.Security.RemoteCertificateValidationCallback struct RemoteCertificateValidationCallback_t3014364904; // System.Net.IPHostEntry struct IPHostEntry_t263743900; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Net.IPAddress struct IPAddress_t241777590; // System.Net.Sockets.SocketException struct SocketException_t3852068672; // System.Net.IPAddress[] struct IPAddressU5BU5D_t596328627; // System.Net.EndPoint struct EndPoint_t982345378; // System.Net.SocketAddress struct SocketAddress_t3739769427; // System.Net.FileWebRequest struct FileWebRequest_t591858885; // System.Net.WebHeaderCollection struct WebHeaderCollection_t1942268960; // System.Collections.Specialized.NameValueCollection struct NameValueCollection_t407452768; // System.Net.ICredentials struct ICredentials_t725721261; // System.Net.IWebProxy struct IWebProxy_t688979836; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.Net.ProtocolViolationException struct ProtocolViolationException_t4144007430; // System.InvalidOperationException struct InvalidOperationException_t56020091; // System.Net.FileWebRequest/GetRequestStreamCallback struct GetRequestStreamCallback_t1154006112; // System.IO.Stream struct Stream_t1273022909; // System.Net.WebException struct WebException_t3237156354; // System.Net.FileWebRequest/FileWebStream struct FileWebStream_t586107972; // System.Net.FileWebRequest/GetResponseCallback struct GetResponseCallback_t2326689408; // System.Net.WebResponse struct WebResponse_t229922639; // System.Threading.AutoResetEvent struct AutoResetEvent_t1333520283; // System.Net.FileWebResponse struct FileWebResponse_t544571260; // System.IO.FileStream struct FileStream_t4292183065; // System.Threading.EventWaitHandle struct EventWaitHandle_t777845177; // System.Net.FileWebRequestCreator struct FileWebRequestCreator_t1781329382; // System.ObjectDisposedException struct ObjectDisposedException_t21392786; // System.Net.FtpAsyncResult struct FtpAsyncResult_t3265664217; // System.Threading.WaitHandle struct WaitHandle_t1743403487; // System.Threading.ManualResetEvent struct ManualResetEvent_t451242010; // System.Net.FtpWebResponse struct FtpWebResponse_t3940763575; // System.Net.FtpDataStream struct FtpDataStream_t1366729715; // System.Net.FtpWebRequest struct FtpWebRequest_t1577818305; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Net.FtpDataStream/ReadDelegate struct ReadDelegate_t4266946825; // System.Net.FtpDataStream/WriteDelegate struct WriteDelegate_t2016697242; // System.Net.FtpRequestCreator struct FtpRequestCreator_t2926281497; // System.Net.FtpStatus struct FtpStatus_t2376455776; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Threading.ThreadStart struct ThreadStart_t1006689297; // System.Threading.Thread struct Thread_t2300836069; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.Net.Sockets.Socket struct Socket_t1119025450; // System.Net.IPEndPoint struct IPEndPoint_t3791887218; // System.Net.Sockets.NetworkStream struct NetworkStream_t4071955934; // System.Text.Encoding struct Encoding_t1523322056; // System.IO.StreamReader struct StreamReader_t4009935899; // System.Net.NetworkCredential struct NetworkCredential_t3282608323; // System.Net.Security.SslStream struct SslStream_t2700741536; // System.Net.Security.LocalCertificateSelectionCallback struct LocalCertificateSelectionCallback_t2354453884; // System.Security.Cryptography.X509Certificates.X509Chain struct X509Chain_t194917408; // System.Net.HttpContinueDelegate struct HttpContinueDelegate_t3009151163; // System.Net.HttpRequestCreator struct HttpRequestCreator_t1984314013; // System.Net.HttpWebRequest struct HttpWebRequest_t1669436515; // System.Version struct Version_t3456873960; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t3399372417; // System.Net.WebAsyncResult struct WebAsyncResult_t3421962937; // System.EventHandler struct EventHandler_t1348719766; // System.Net.WebConnectionStream struct WebConnectionStream_t2170064850; // System.Net.HttpWebResponse struct HttpWebResponse_t3286585418; // System.EventArgs struct EventArgs_t3591816995; // System.Net.Authorization struct Authorization_t542416582; // System.Net.WebConnectionData struct WebConnectionData_t3835660455; // System.Net.WebConnection struct WebConnection_t3982808322; // System.Net.IAuthenticationModule struct IAuthenticationModule_t3112562943; // System.IO.Compression.GZipStream struct GZipStream_t3417139389; // System.IO.Compression.DeflateStream struct DeflateStream_t4175168077; // System.TimeZone struct TimeZone_t2038656743; // System.UInt16[] struct UInt16U5BU5D_t3326319531; // System.Net.IPv6Address struct IPv6Address_t2709566769; // System.Net.Security.AuthenticatedStream struct AuthenticatedStream_t3415418016; // System.Collections.CollectionBase struct CollectionBase_t2727926298; // System.Net.Security.SslStream/c__AnonStorey7 struct U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_t1222040293; // Mono.Security.Protocol.Tls.SslClientStream struct SslClientStream_t3914624661; // Mono.Security.Protocol.Tls.SslStreamBase struct SslStreamBase_t1667413407; // Mono.Security.Protocol.Tls.PrivateKeySelectionCallback struct PrivateKeySelectionCallback_t3240194217; // Mono.Security.Protocol.Tls.CertificateValidationCallback struct CertificateValidationCallback_t4091668218; // Mono.Security.Protocol.Tls.CertificateSelectionCallback struct CertificateSelectionCallback_t3743405224; // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t932037087; // System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator struct X509CertificateEnumerator_t855273292; // System.Security.Cryptography.X509Certificates.X509Certificate2 struct X509Certificate2_t714049126; // System.Security.Cryptography.X509Certificates.X509ChainPolicy struct X509ChainPolicy_t2426922870; // System.Security.Cryptography.X509Certificates.X509ChainStatus[] struct X509ChainStatusU5BU5D_t2685945535; // System.Net.WebConnectionGroup struct WebConnectionGroup_t1712379988; // System.Net.BindIPEndPoint struct BindIPEndPoint_t1029027275; // System.Configuration.SectionGroupInfo struct SectionGroupInfo_t687896682; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Reflection.Assembly struct Assembly_t; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3530625384; // System.Configuration.ConfigurationLocationCollection struct ConfigurationLocationCollection_t1538619295; // System.Configuration.Internal.IConfigSystem struct IConfigSystem_t2399753304; // System.Uri/UriScheme[] struct UriSchemeU5BU5D_t2082808316; // System.UriParser struct UriParser_t3890150400; // 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.Net.Cookie[] struct CookieU5BU5D_t1711848088; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2171992254; // Mono.Globalization.Unicode.SimpleCollator struct SimpleCollator_t2877834729; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // Mono.Security.X509.X509Certificate struct X509Certificate_t489243024; // System.Collections.Hashtable/Slot[] struct SlotU5BU5D_t2994659099; // System.Collections.Hashtable/HashKeys struct HashKeys_t1568156503; // System.Collections.Hashtable/HashValues struct HashValues_t618387445; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.Random struct Random_t108471755; // System.Collections.Queue struct Queue_t3637523393; // System.Configuration.ElementMap struct ElementMap_t2160633803; // System.Configuration.ElementInformation struct ElementInformation_t2651568025; // System.Configuration.ConfigurationLockCollection struct ConfigurationLockCollection_t4066281341; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Collections.Generic.List`1 struct List_1_t767969300; // System.Collections.Specialized.NameObjectCollectionBase/_Item struct _Item_t2272350267; // System.Collections.Specialized.NameObjectCollectionBase/KeysCollection struct KeysCollection_t1318642398; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_t722666473; // System.Xml.XmlReaderBinarySupport struct XmlReaderBinarySupport_t1809665003; // System.Xml.XmlReaderSettings struct XmlReaderSettings_t2186285234; // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908; // System.Xml.XmlDocument struct XmlDocument_t2837193595; // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789; // System.Security.Cryptography.X509Certificates.X509ExtensionCollection struct X509ExtensionCollection_t1350454579; // System.Security.Cryptography.X509Certificates.PublicKey struct PublicKey_t3779582684; // System.Security.Cryptography.X509Certificates.X500DistinguishedName struct X500DistinguishedName_t875709727; // System.Security.Cryptography.Oid struct Oid_t3552120260; // Mono.Security.X509.X509Certificate struct X509Certificate_t489243025; // System.Configuration.SectionInformation struct SectionInformation_t2821611020; // System.Configuration.IConfigurationSectionHandler struct IConfigurationSectionHandler_t3614337894; // System.Xml.XmlElement struct XmlElement_t561603118; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.IO.MemoryStream struct MemoryStream_t94973147; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // Mono.Security.Protocol.Tls.Context struct Context_t3971234707; // Mono.Security.Protocol.Tls.RecordProtocol struct RecordProtocol_t3759049701; // System.Text.Decoder struct Decoder_t2204182725; // System.Threading.ExecutionContext struct ExecutionContext_t1748372627; // System.Runtime.Remoting.Messaging.MonoMethodMessage struct MonoMethodMessage_t2807636944; // System.Runtime.Remoting.Messaging.IMessageCtrl struct IMessageCtrl_t317049502; // System.Runtime.Remoting.Messaging.IMessage struct IMessage_t3593512748; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_t1972936122; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4177511560; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // System.Security.Cryptography.X509Certificates.X509ChainElementCollection struct X509ChainElementCollection_t3110968994; // System.Security.Cryptography.X509Certificates.X509ChainElement struct X509ChainElement_t1464056338; // System.Security.Cryptography.X509Certificates.X509Store struct X509Store_t2922691911; // System.Security.Cryptography.X509Certificates.X509Certificate2Collection struct X509Certificate2Collection_t2111161276; // System.MulticastDelegate struct MulticastDelegate_t; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.ComponentModel.TypeConverter struct TypeConverter_t2249118273; // System.Configuration.ConfigurationValidatorBase struct ConfigurationValidatorBase_t888490966; // System.Configuration.ConfigurationCollectionAttribute struct ConfigurationCollectionAttribute_t3695308734; // System.Collections.Specialized.HybridDictionary struct HybridDictionary_t4070033136; // System.IO.Compression.DeflateStream/UnmanagedReadOrWrite struct UnmanagedReadOrWrite_t876388624; // System.Threading.WaitCallback struct WaitCallback_t2448485498; // System.Net.WebConnection/AbortHelper struct AbortHelper_t1490877826; // System.Net.ChunkStream struct ChunkStream_t2634567336; // System.Reflection.PropertyInfo struct PropertyInfo_t; // Mono.Security.Protocol.Tls.CertificateValidationCallback2 struct CertificateValidationCallback2_t1842476440; // System.Security.Cryptography.OidCollection struct OidCollection_t4234766844; extern const RuntimeType* String_t_0_0_0_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var; extern RuntimeClass* BypassElement_t2358616601_il2cpp_TypeInfo_var; extern RuntimeClass* ConfigurationPropertyCollection_t2852175726_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2350158027; extern const uint32_t BypassElement__cctor_m2973970370_MetadataUsageId; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern const uint32_t BypassElement_get_Address_m2010615874_MetadataUsageId; extern const uint32_t BypassElement_get_Properties_m1871176797_MetadataUsageId; extern RuntimeClass* NotImplementedException_t3489357830_il2cpp_TypeInfo_var; extern const RuntimeMethod* BypassElementCollection_get_Item_m1099581810_RuntimeMethod_var; extern const uint32_t BypassElementCollection_get_Item_m1099581810_MetadataUsageId; extern const RuntimeMethod* BypassElementCollection_set_Item_m2869170895_RuntimeMethod_var; extern const uint32_t BypassElementCollection_set_Item_m2869170895_MetadataUsageId; extern const uint32_t BypassElementCollection_get_Item_m681137992_MetadataUsageId; extern const uint32_t BypassElementCollection_CreateNewElement_m473499098_MetadataUsageId; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* BypassElementCollection_GetElementKey_m4061408242_RuntimeMethod_var; extern String_t* _stringLiteral4059539929; extern const uint32_t BypassElementCollection_GetElementKey_m4061408242_MetadataUsageId; extern RuntimeClass* CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var; extern RuntimeClass* CaseInsensitiveComparer_t3670035800_il2cpp_TypeInfo_var; extern RuntimeClass* Hashtable_t1853889766_il2cpp_TypeInfo_var; extern RuntimeClass* ConnectionManagementData_t2003128658_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const uint32_t ConnectionManagementData__ctor_m1336018396_MetadataUsageId; extern RuntimeClass* UInt32_t2560061978_il2cpp_TypeInfo_var; extern const uint32_t ConnectionManagementData_Add_m3862416831_MetadataUsageId; extern String_t* _stringLiteral3452614534; extern const uint32_t ConnectionManagementData_GetMaxConnections_m2384803309_MetadataUsageId; extern const RuntimeType* Int32_t2950945753_0_0_0_var; extern RuntimeClass* ConnectionManagementElement_t3857438253_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2350156779; extern String_t* _stringLiteral74268235; extern const uint32_t ConnectionManagementElement__cctor_m1527088780_MetadataUsageId; extern const uint32_t ConnectionManagementElement_get_Address_m427527083_MetadataUsageId; extern const uint32_t ConnectionManagementElement_get_MaxConnection_m3860966341_MetadataUsageId; extern const uint32_t ConnectionManagementElement_get_Properties_m3315117941_MetadataUsageId; extern const RuntimeMethod* ConnectionManagementElementCollection_get_Item_m3324937508_RuntimeMethod_var; extern const uint32_t ConnectionManagementElementCollection_get_Item_m3324937508_MetadataUsageId; extern const RuntimeMethod* ConnectionManagementElementCollection_set_Item_m2238934651_RuntimeMethod_var; extern const uint32_t ConnectionManagementElementCollection_set_Item_m2238934651_MetadataUsageId; extern const uint32_t ConnectionManagementElementCollection_get_Item_m3433808567_MetadataUsageId; extern const uint32_t ConnectionManagementElementCollection_CreateNewElement_m1744832217_MetadataUsageId; extern const RuntimeMethod* ConnectionManagementElementCollection_GetElementKey_m2780015538_RuntimeMethod_var; extern const uint32_t ConnectionManagementElementCollection_GetElementKey_m2780015538_MetadataUsageId; extern const RuntimeType* ConnectionManagementElementCollection_t3860227195_0_0_0_var; extern RuntimeClass* ConnectionManagementSection_t1603642748_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3981528787; extern const uint32_t ConnectionManagementSection__cctor_m2703334163_MetadataUsageId; extern RuntimeClass* ConnectionManagementElementCollection_t3860227195_il2cpp_TypeInfo_var; extern const uint32_t ConnectionManagementSection_get_ConnectionManagement_m3719502710_MetadataUsageId; extern const uint32_t ConnectionManagementSection_get_Properties_m2300736000_MetadataUsageId; extern const RuntimeType* BypassElementCollection_t47326401_0_0_0_var; extern const RuntimeType* Boolean_t97287965_0_0_0_var; extern const RuntimeType* ModuleElement_t3252950656_0_0_0_var; extern const RuntimeType* ProxyElement_t3214064751_0_0_0_var; extern RuntimeClass* DefaultProxySection_t4167594595_il2cpp_TypeInfo_var; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern String_t* _stringLiteral165771882; extern String_t* _stringLiteral646178060; extern String_t* _stringLiteral3851748955; extern String_t* _stringLiteral3460481212; extern String_t* _stringLiteral509821833; extern const uint32_t DefaultProxySection__cctor_m913558996_MetadataUsageId; extern RuntimeClass* BypassElementCollection_t47326401_il2cpp_TypeInfo_var; extern const uint32_t DefaultProxySection_get_BypassList_m2593016892_MetadataUsageId; extern const uint32_t DefaultProxySection_get_Enabled_m2855678932_MetadataUsageId; extern const uint32_t DefaultProxySection_set_Enabled_m1248449875_MetadataUsageId; extern RuntimeClass* ModuleElement_t3252950656_il2cpp_TypeInfo_var; extern const uint32_t DefaultProxySection_get_Module_m2019199911_MetadataUsageId; extern RuntimeClass* ProxyElement_t3214064751_il2cpp_TypeInfo_var; extern const uint32_t DefaultProxySection_get_Proxy_m4148488839_MetadataUsageId; extern const uint32_t DefaultProxySection_get_UseDefaultCredentials_m4026093031_MetadataUsageId; extern const uint32_t DefaultProxySection_set_UseDefaultCredentials_m767375168_MetadataUsageId; extern const uint32_t DefaultProxySection_get_Properties_m3411111483_MetadataUsageId; extern const RuntimeType* RequestCacheLevel_t1509648360_0_0_0_var; extern RuntimeClass* RequestCacheLevel_t1509648360_il2cpp_TypeInfo_var; extern RuntimeClass* FtpCachePolicyElement_t1580201543_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1120631931; extern const uint32_t FtpCachePolicyElement__cctor_m881483102_MetadataUsageId; extern const uint32_t FtpCachePolicyElement_get_Properties_m947634343_MetadataUsageId; extern const RuntimeMethod* FtpCachePolicyElement_DeserializeElement_m687087542_RuntimeMethod_var; extern const uint32_t FtpCachePolicyElement_DeserializeElement_m687087542_MetadataUsageId; extern const RuntimeMethod* FtpCachePolicyElement_Reset_m2399218107_RuntimeMethod_var; extern const uint32_t FtpCachePolicyElement_Reset_m2399218107_MetadataUsageId; extern String_t* _stringLiteral2418409517; extern String_t* _stringLiteral2882590489; extern String_t* _stringLiteral1046447055; extern String_t* _stringLiteral682299537; extern const uint32_t HandlersUtil_ExtractAttributeValue_m2028779895_MetadataUsageId; extern RuntimeClass* ConfigurationException_t3515317685_il2cpp_TypeInfo_var; extern const RuntimeMethod* HandlersUtil_ThrowException_m140981074_RuntimeMethod_var; extern String_t* _stringLiteral1612131517; extern String_t* _stringLiteral3450517383; extern const uint32_t HandlersUtil_ThrowException_m140981074_MetadataUsageId; extern const RuntimeType* TimeSpan_t881159249_0_0_0_var; extern const RuntimeType* HttpRequestCacheLevel_t1254316655_0_0_0_var; extern RuntimeClass* TimeSpan_t881159249_il2cpp_TypeInfo_var; extern RuntimeClass* HttpCachePolicyElement_t409334445_il2cpp_TypeInfo_var; extern RuntimeClass* HttpRequestCacheLevel_t1254316655_il2cpp_TypeInfo_var; extern String_t* _stringLiteral348426165; extern String_t* _stringLiteral3458650747; extern String_t* _stringLiteral2695589028; extern const uint32_t HttpCachePolicyElement__cctor_m1511620904_MetadataUsageId; extern const uint32_t HttpCachePolicyElement_get_Properties_m2764519313_MetadataUsageId; extern const RuntimeMethod* HttpCachePolicyElement_DeserializeElement_m1945941808_RuntimeMethod_var; extern const uint32_t HttpCachePolicyElement_DeserializeElement_m1945941808_MetadataUsageId; extern const RuntimeMethod* HttpCachePolicyElement_Reset_m2310324168_RuntimeMethod_var; extern const uint32_t HttpCachePolicyElement_Reset_m2310324168_MetadataUsageId; extern RuntimeClass* HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1841704655; extern String_t* _stringLiteral2977176325; extern String_t* _stringLiteral10692955; extern String_t* _stringLiteral4105521188; extern const uint32_t HttpWebRequestElement__cctor_m4175629833_MetadataUsageId; extern const uint32_t HttpWebRequestElement_get_MaximumErrorResponseLength_m3928968096_MetadataUsageId; extern const uint32_t HttpWebRequestElement_set_MaximumErrorResponseLength_m2025834681_MetadataUsageId; extern const uint32_t HttpWebRequestElement_get_MaximumResponseHeadersLength_m3534047758_MetadataUsageId; extern const uint32_t HttpWebRequestElement_set_MaximumResponseHeadersLength_m1642390504_MetadataUsageId; extern const uint32_t HttpWebRequestElement_get_MaximumUnauthorizedUploadLength_m1536467474_MetadataUsageId; extern const uint32_t HttpWebRequestElement_set_MaximumUnauthorizedUploadLength_m471420178_MetadataUsageId; extern const uint32_t HttpWebRequestElement_get_UseUnsafeHeaderParsing_m3909894241_MetadataUsageId; extern const uint32_t HttpWebRequestElement_set_UseUnsafeHeaderParsing_m3212017820_MetadataUsageId; extern const uint32_t HttpWebRequestElement_get_Properties_m570308186_MetadataUsageId; extern RuntimeClass* Ipv6Element_t180053194_il2cpp_TypeInfo_var; extern const uint32_t Ipv6Element__cctor_m1125152802_MetadataUsageId; extern const uint32_t Ipv6Element_get_Enabled_m1860039652_MetadataUsageId; extern const uint32_t Ipv6Element_set_Enabled_m3282895935_MetadataUsageId; extern const uint32_t Ipv6Element_get_Properties_m2840927956_MetadataUsageId; extern String_t* _stringLiteral3243520166; extern const uint32_t ModuleElement__cctor_m2558120034_MetadataUsageId; extern const uint32_t ModuleElement_get_Properties_m2319703534_MetadataUsageId; extern const uint32_t ModuleElement_get_Type_m3024163648_MetadataUsageId; extern const uint32_t ModuleElement_set_Type_m2002670401_MetadataUsageId; extern RuntimeClass* NetConfig_t2828594564_il2cpp_TypeInfo_var; extern RuntimeClass* XmlNode_t3767805227_il2cpp_TypeInfo_var; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3736116723; extern String_t* _stringLiteral2408461074; extern String_t* _stringLiteral3806653507; extern String_t* _stringLiteral4002445229; extern String_t* _stringLiteral3875954633; extern String_t* _stringLiteral51055229; extern String_t* _stringLiteral2552955932; extern String_t* _stringLiteral1790614991; extern String_t* _stringLiteral3245662229; extern String_t* _stringLiteral2133850554; extern const uint32_t NetConfigurationHandler_Create_m1427887759_MetadataUsageId; extern RuntimeClass* AuthenticationModulesSection_t1083221556_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3869636103; extern const uint32_t NetSectionGroup_get_AuthenticationModules_m3190664805_MetadataUsageId; extern String_t* _stringLiteral3954724787; extern const uint32_t NetSectionGroup_get_ConnectionManagement_m4173380476_MetadataUsageId; extern String_t* _stringLiteral1787971219; extern const uint32_t NetSectionGroup_get_DefaultProxy_m2925009772_MetadataUsageId; extern RuntimeClass* MailSettingsSectionGroup_t1796674833_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3807982955; extern const uint32_t NetSectionGroup_get_MailSettings_m194775809_MetadataUsageId; extern RuntimeClass* RequestCachingSection_t1693238435_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3222822613; extern const uint32_t NetSectionGroup_get_RequestCaching_m616896597_MetadataUsageId; extern RuntimeClass* SettingsSection_t1259474535_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3588954345; extern const uint32_t NetSectionGroup_get_Settings_m2981115459_MetadataUsageId; extern RuntimeClass* WebRequestModulesSection_t4132732301_il2cpp_TypeInfo_var; extern String_t* _stringLiteral712910856; extern const uint32_t NetSectionGroup_get_WebRequestModules_m1844153672_MetadataUsageId; extern const RuntimeMethod* NetSectionGroup_GetSectionGroup_m1498929559_RuntimeMethod_var; extern const uint32_t NetSectionGroup_GetSectionGroup_m1498929559_MetadataUsageId; extern RuntimeClass* PerformanceCountersElement_t4093363992_il2cpp_TypeInfo_var; extern const uint32_t PerformanceCountersElement__cctor_m2254152306_MetadataUsageId; extern const uint32_t PerformanceCountersElement_get_Enabled_m400373280_MetadataUsageId; extern const uint32_t PerformanceCountersElement_set_Enabled_m1600780728_MetadataUsageId; extern const uint32_t PerformanceCountersElement_get_Properties_m3192169689_MetadataUsageId; extern const RuntimeType* AutoDetectValues_t1649618618_0_0_0_var; extern const RuntimeType* BypassOnLocalValues_t945670496_0_0_0_var; extern const RuntimeType* Uri_t100236324_0_0_0_var; extern const RuntimeType* UseSystemDefaultValues_t2711047072_0_0_0_var; extern RuntimeClass* AutoDetectValues_t1649618618_il2cpp_TypeInfo_var; extern RuntimeClass* BypassOnLocalValues_t945670496_il2cpp_TypeInfo_var; extern RuntimeClass* UseSystemDefaultValues_t2711047072_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3442936022; extern String_t* _stringLiteral794131071; extern String_t* _stringLiteral1008880119; extern String_t* _stringLiteral837018341; extern String_t* _stringLiteral3946037026; extern const uint32_t ProxyElement__cctor_m2639672692_MetadataUsageId; extern const uint32_t ProxyElement_get_AutoDetect_m1058636068_MetadataUsageId; extern const uint32_t ProxyElement_set_AutoDetect_m4233858953_MetadataUsageId; extern const uint32_t ProxyElement_get_BypassOnLocal_m3038235717_MetadataUsageId; extern const uint32_t ProxyElement_set_BypassOnLocal_m298711429_MetadataUsageId; extern RuntimeClass* Uri_t100236324_il2cpp_TypeInfo_var; extern const uint32_t ProxyElement_get_ProxyAddress_m2086164501_MetadataUsageId; extern const uint32_t ProxyElement_set_ProxyAddress_m1743061892_MetadataUsageId; extern const uint32_t ProxyElement_get_ScriptLocation_m2768764351_MetadataUsageId; extern const uint32_t ProxyElement_set_ScriptLocation_m3235628864_MetadataUsageId; extern const uint32_t ProxyElement_get_UseSystemDefault_m485007742_MetadataUsageId; extern const uint32_t ProxyElement_set_UseSystemDefault_m751092697_MetadataUsageId; extern const uint32_t ProxyElement_get_Properties_m4131039753_MetadataUsageId; extern const RuntimeType* FtpCachePolicyElement_t1580201543_0_0_0_var; extern const RuntimeType* HttpCachePolicyElement_t409334445_0_0_0_var; extern String_t* _stringLiteral2723904336; extern String_t* _stringLiteral3460596180; extern String_t* _stringLiteral3404358472; extern String_t* _stringLiteral2701573803; extern String_t* _stringLiteral3427970187; extern String_t* _stringLiteral1947505395; extern const uint32_t RequestCachingSection__cctor_m2978641930_MetadataUsageId; extern const uint32_t RequestCachingSection_get_Properties_m165858074_MetadataUsageId; extern RuntimeClass* ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3948641936; extern String_t* _stringLiteral3226143518; extern String_t* _stringLiteral3075574652; extern String_t* _stringLiteral2447942539; extern String_t* _stringLiteral3397110955; extern String_t* _stringLiteral4076253765; extern const uint32_t ServicePointManagerElement__cctor_m1034988251_MetadataUsageId; extern const uint32_t ServicePointManagerElement_get_CheckCertificateName_m3636611480_MetadataUsageId; extern const uint32_t ServicePointManagerElement_set_CheckCertificateName_m3709540968_MetadataUsageId; extern const uint32_t ServicePointManagerElement_get_CheckCertificateRevocationList_m2088995439_MetadataUsageId; extern const uint32_t ServicePointManagerElement_set_CheckCertificateRevocationList_m4257869913_MetadataUsageId; extern const uint32_t ServicePointManagerElement_get_DnsRefreshTimeout_m1941414748_MetadataUsageId; extern const uint32_t ServicePointManagerElement_set_DnsRefreshTimeout_m3382800760_MetadataUsageId; extern const uint32_t ServicePointManagerElement_get_EnableDnsRoundRobin_m3008627966_MetadataUsageId; extern const uint32_t ServicePointManagerElement_set_EnableDnsRoundRobin_m2769557377_MetadataUsageId; extern const uint32_t ServicePointManagerElement_get_Expect100Continue_m4130785785_MetadataUsageId; extern const uint32_t ServicePointManagerElement_set_Expect100Continue_m3128910749_MetadataUsageId; extern const uint32_t ServicePointManagerElement_get_UseNagleAlgorithm_m2496751350_MetadataUsageId; extern const uint32_t ServicePointManagerElement_set_UseNagleAlgorithm_m2099501809_MetadataUsageId; extern const uint32_t ServicePointManagerElement_get_Properties_m2659165833_MetadataUsageId; extern const RuntimeType* HttpWebRequestElement_t2801692355_0_0_0_var; extern const RuntimeType* Ipv6Element_t180053194_0_0_0_var; extern const RuntimeType* PerformanceCountersElement_t4093363992_0_0_0_var; extern const RuntimeType* ServicePointManagerElement_t2768640361_0_0_0_var; extern const RuntimeType* SocketElement_t3329874080_0_0_0_var; extern const RuntimeType* WebProxyScriptElement_t477406598_0_0_0_var; extern String_t* _stringLiteral1922940613; extern String_t* _stringLiteral1048376966; extern String_t* _stringLiteral4269838979; extern String_t* _stringLiteral926514360; extern const uint32_t SettingsSection__cctor_m1293608908_MetadataUsageId; extern const uint32_t SettingsSection_get_HttpWebRequest_m309222281_MetadataUsageId; extern const uint32_t SettingsSection_get_Ipv6_m2010588675_MetadataUsageId; extern const uint32_t SettingsSection_get_PerformanceCounters_m872173071_MetadataUsageId; extern const uint32_t SettingsSection_get_ServicePointManager_m4084300389_MetadataUsageId; extern RuntimeClass* SocketElement_t3329874080_il2cpp_TypeInfo_var; extern const uint32_t SettingsSection_get_Socket_m1691336783_MetadataUsageId; extern RuntimeClass* WebProxyScriptElement_t477406598_il2cpp_TypeInfo_var; extern const uint32_t SettingsSection_get_WebProxyScript_m1709301798_MetadataUsageId; extern const uint32_t SettingsSection_get_Properties_m1660882696_MetadataUsageId; extern String_t* _stringLiteral2359327129; extern String_t* _stringLiteral3119676097; extern const uint32_t SocketElement__ctor_m2095388311_MetadataUsageId; extern const uint32_t SocketElement_get_AlwaysUseCompletionPortsForAccept_m1114805471_MetadataUsageId; extern const uint32_t SocketElement_set_AlwaysUseCompletionPortsForAccept_m357888895_MetadataUsageId; extern const uint32_t SocketElement_get_AlwaysUseCompletionPortsForConnect_m4031272838_MetadataUsageId; extern const uint32_t SocketElement_set_AlwaysUseCompletionPortsForConnect_m478150386_MetadataUsageId; extern const uint32_t SocketElement_get_Properties_m3714933567_MetadataUsageId; extern String_t* _stringLiteral2478378977; extern const uint32_t WebProxyScriptElement__cctor_m3464241387_MetadataUsageId; extern const uint32_t WebProxyScriptElement_get_DownloadTimeout_m3645809980_MetadataUsageId; extern const uint32_t WebProxyScriptElement_set_DownloadTimeout_m1766288047_MetadataUsageId; extern const uint32_t WebProxyScriptElement_get_Properties_m3480700256_MetadataUsageId; extern RuntimeClass* WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var; extern const uint32_t WebRequestModuleElement__ctor_m3024594169_MetadataUsageId; extern String_t* _stringLiteral1220639822; extern const uint32_t WebRequestModuleElement__cctor_m479835467_MetadataUsageId; extern const uint32_t WebRequestModuleElement_get_Prefix_m4037610496_MetadataUsageId; extern const uint32_t WebRequestModuleElement_set_Prefix_m1461889629_MetadataUsageId; extern const uint32_t WebRequestModuleElement_get_Type_m2911861518_MetadataUsageId; extern const uint32_t WebRequestModuleElement_set_Type_m2459098514_MetadataUsageId; extern const uint32_t WebRequestModuleElement_get_Properties_m3154937797_MetadataUsageId; extern const RuntimeMethod* WebRequestModuleElementCollection_get_Item_m784228266_RuntimeMethod_var; extern const uint32_t WebRequestModuleElementCollection_get_Item_m784228266_MetadataUsageId; extern const RuntimeMethod* WebRequestModuleElementCollection_set_Item_m4057432732_RuntimeMethod_var; extern const uint32_t WebRequestModuleElementCollection_set_Item_m4057432732_MetadataUsageId; extern const uint32_t WebRequestModuleElementCollection_get_Item_m2317784461_MetadataUsageId; extern const uint32_t WebRequestModuleElementCollection_CreateNewElement_m2646326119_MetadataUsageId; extern const RuntimeMethod* WebRequestModuleElementCollection_GetElementKey_m3584251142_RuntimeMethod_var; extern const uint32_t WebRequestModuleElementCollection_GetElementKey_m3584251142_MetadataUsageId; extern RuntimeClass* WebRequest_t1939381076_il2cpp_TypeInfo_var; extern String_t* _stringLiteral555474; extern String_t* _stringLiteral3265744053; extern String_t* _stringLiteral13686479; extern const uint32_t WebRequestModuleHandler_Create_m480500646_MetadataUsageId; extern const RuntimeType* WebRequestModuleElementCollection_t925190782_0_0_0_var; extern const uint32_t WebRequestModulesSection__cctor_m1494955898_MetadataUsageId; extern const uint32_t WebRequestModulesSection_get_Properties_m1184412544_MetadataUsageId; extern RuntimeClass* WebRequestModuleElementCollection_t925190782_il2cpp_TypeInfo_var; extern const uint32_t WebRequestModulesSection_get_WebRequestModules_m1245031887_MetadataUsageId; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern const uint32_t Cookie__ctor_m130314892_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern RuntimeClass* Cookie_t993873397_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255364____U24U24fieldU2D1_0_FieldInfo_var; extern String_t* _stringLiteral1652767638; extern const uint32_t Cookie__cctor_m3648156207_MetadataUsageId; extern const uint32_t Cookie_set_Comment_m3273060062_MetadataUsageId; extern const uint32_t Cookie_set_Domain_m3100331118_MetadataUsageId; extern const uint32_t Cookie_get_Expired_m1459950990_MetadataUsageId; extern RuntimeClass* CookieException_t2325395694_il2cpp_TypeInfo_var; extern const RuntimeMethod* Cookie_set_Name_m551993811_RuntimeMethod_var; extern String_t* _stringLiteral696966477; extern String_t* _stringLiteral1763020893; extern const uint32_t Cookie_set_Name_m551993811_MetadataUsageId; extern const uint32_t Cookie_get_Path_m3866976232_MetadataUsageId; extern const uint32_t Cookie_set_Path_m1468440617_MetadataUsageId; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* Cookie_set_Port_m1447813981_RuntimeMethod_var; extern String_t* _stringLiteral133633861; extern String_t* _stringLiteral2416937050; extern String_t* _stringLiteral408504506; extern const uint32_t Cookie_set_Port_m1447813981_MetadataUsageId; extern const uint32_t Cookie_set_Value_m3029678175_MetadataUsageId; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern const uint32_t Cookie_Equals_m3342877036_MetadataUsageId; extern const uint32_t Cookie_GetHashCode_m4036932073_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4264318040; extern String_t* _stringLiteral3450517397; extern String_t* _stringLiteral3452614547; extern String_t* _stringLiteral2273354568; extern String_t* _stringLiteral1221448133; extern String_t* _stringLiteral4001342175; extern String_t* _stringLiteral304117182; extern const uint32_t Cookie_ToString_m1818147062_MetadataUsageId; extern RuntimeClass* List_1_t2465948139_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m789137428_RuntimeMethod_var; extern const uint32_t CookieCollection__ctor_m1000462790_MetadataUsageId; extern RuntimeClass* CookieCollectionComparer_t1373927847_il2cpp_TypeInfo_var; extern RuntimeClass* CookieCollection_t3881042616_il2cpp_TypeInfo_var; extern const uint32_t CookieCollection__cctor_m3039141079_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m282745542_RuntimeMethod_var; extern const uint32_t CookieCollection_get_Count_m3988188318_MetadataUsageId; extern RuntimeClass* ICollection_t3904884886_il2cpp_TypeInfo_var; extern const uint32_t CookieCollection_CopyTo_m4238450065_MetadataUsageId; extern RuntimeClass* Enumerator_t60224720_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_GetEnumerator_m4080848042_RuntimeMethod_var; extern const uint32_t CookieCollection_GetEnumerator_m1309307657_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern const RuntimeMethod* CookieCollection_Add_m473237455_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2886419880_RuntimeMethod_var; extern const RuntimeMethod* List_1_set_Item_m4128759709_RuntimeMethod_var; extern String_t* _stringLiteral1945222715; extern const uint32_t CookieCollection_Add_m473237455_MetadataUsageId; extern const RuntimeMethod* List_1_Sort_m2850646380_RuntimeMethod_var; extern const uint32_t CookieCollection_Sort_m3968733353_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m2809595182_RuntimeMethod_var; extern const uint32_t CookieCollection_SearchCookie_m402610163_MetadataUsageId; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* CookieCollection_get_Item_m2278675250_RuntimeMethod_var; extern String_t* _stringLiteral797640427; extern const uint32_t CookieCollection_get_Item_m2278675250_MetadataUsageId; extern String_t* _stringLiteral3452614529; extern const uint32_t CookieContainer_AddCookie_m3943470100_MetadataUsageId; extern const uint32_t CookieContainer_CountDomain_m2641781189_MetadataUsageId; extern RuntimeClass* IList_1_t2809193180_il2cpp_TypeInfo_var; extern const uint32_t CookieContainer_RemoveOldest_m2648635664_MetadataUsageId; extern const uint32_t CookieContainer_CheckExpiration_m3720333428_MetadataUsageId; extern const RuntimeMethod* CookieContainer_Cook_m1650465274_RuntimeMethod_var; extern String_t* _stringLiteral1021786745; extern String_t* _stringLiteral881842204; extern String_t* _stringLiteral3452614526; extern const uint32_t CookieContainer_Cook_m1650465274_MetadataUsageId; extern const RuntimeMethod* CookieContainer_Add_m3856922447_RuntimeMethod_var; extern String_t* _stringLiteral3313977880; extern const uint32_t CookieContainer_Add_m3856922447_MetadataUsageId; extern const RuntimeMethod* CookieContainer_GetCookieHeader_m3804824737_RuntimeMethod_var; extern const uint32_t CookieContainer_GetCookieHeader_m3804824737_MetadataUsageId; extern const uint32_t CookieContainer_CheckDomain_m3666768360_MetadataUsageId; extern const RuntimeMethod* CookieContainer_GetCookies_m670048655_RuntimeMethod_var; extern const RuntimeMethod* Array_IndexOf_TisInt32_t2950945753_m2733132773_RuntimeMethod_var; extern String_t* _stringLiteral1973861653; extern const uint32_t CookieContainer_GetCookies_m670048655_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const uint32_t CookieParser_GetCookieName_m57452501_MetadataUsageId; extern const uint32_t CookieParser_GetCookieValue_m3299537286_MetadataUsageId; extern RuntimeClass* ServicePointManager_t170559685_il2cpp_TypeInfo_var; extern const uint32_t DefaultCertificatePolicy_CheckValidationResult_m3811448269_MetadataUsageId; extern RuntimeClass* Socket_t1119025450_il2cpp_TypeInfo_var; extern const uint32_t Dns__cctor_m683868677_MetadataUsageId; extern const RuntimeType* IPAddress_t241777590_0_0_0_var; extern RuntimeClass* IPHostEntry_t263743900_il2cpp_TypeInfo_var; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern RuntimeClass* IPAddress_t241777590_il2cpp_TypeInfo_var; extern RuntimeClass* SocketException_t3852068672_il2cpp_TypeInfo_var; extern RuntimeClass* IPAddressU5BU5D_t596328627_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dns_hostent_to_IPHostEntry_m2429685988_RuntimeMethod_var; extern const uint32_t Dns_hostent_to_IPHostEntry_m2429685988_MetadataUsageId; extern RuntimeClass* Dns_t384099571_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dns_GetHostByAddressFromString_m2538152794_RuntimeMethod_var; extern String_t* _stringLiteral309990414; extern String_t* _stringLiteral1201550598; extern const uint32_t Dns_GetHostByAddressFromString_m2538152794_MetadataUsageId; extern const RuntimeMethod* Dns_GetHostEntry_m2165252375_RuntimeMethod_var; extern String_t* _stringLiteral1769586639; extern String_t* _stringLiteral3075036976; extern String_t* _stringLiteral2851291313; extern const uint32_t Dns_GetHostEntry_m2165252375_MetadataUsageId; extern const RuntimeMethod* Dns_GetHostEntry_m3727355895_RuntimeMethod_var; extern const uint32_t Dns_GetHostEntry_m3727355895_MetadataUsageId; extern const RuntimeMethod* Dns_GetHostByName_m3261817827_RuntimeMethod_var; extern String_t* _stringLiteral734190670; extern const uint32_t Dns_GetHostByName_m3261817827_MetadataUsageId; extern const RuntimeMethod* EndPoint_get_AddressFamily_m2518972320_RuntimeMethod_var; extern const uint32_t EndPoint_get_AddressFamily_m2518972320_MetadataUsageId; extern const RuntimeMethod* EndPoint_Create_m1199447448_RuntimeMethod_var; extern const uint32_t EndPoint_Create_m1199447448_MetadataUsageId; extern const RuntimeMethod* EndPoint_Serialize_m2876280324_RuntimeMethod_var; extern const uint32_t EndPoint_Serialize_m2876280324_MetadataUsageId; extern const uint32_t EndPoint_NotImplemented_m866906924_MetadataUsageId; extern RuntimeClass* WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1130393535; extern const uint32_t FileWebRequest__ctor_m3189951510_MetadataUsageId; extern const RuntimeType* WebHeaderCollection_t1942268960_0_0_0_var; extern const RuntimeType* IWebProxy_t688979836_0_0_0_var; extern const RuntimeType* FileAccess_t1659085276_0_0_0_var; extern RuntimeClass* IWebProxy_t688979836_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3982688427; extern String_t* _stringLiteral3935661328; extern String_t* _stringLiteral414301358; extern String_t* _stringLiteral2694049519; extern String_t* _stringLiteral591226122; extern String_t* _stringLiteral3373783834; extern String_t* _stringLiteral1290265491; extern const uint32_t FileWebRequest__ctor_m41755936_MetadataUsageId; extern const RuntimeMethod* FileWebRequest_set_ContentLength_m559343124_RuntimeMethod_var; extern String_t* _stringLiteral1485835865; extern String_t* _stringLiteral3493618073; extern const uint32_t FileWebRequest_set_ContentLength_m559343124_MetadataUsageId; extern String_t* _stringLiteral2263792357; extern const uint32_t FileWebRequest_set_ContentType_m4074119636_MetadataUsageId; extern const RuntimeMethod* FileWebRequest_set_Method_m984238228_RuntimeMethod_var; extern String_t* _stringLiteral853011615; extern const uint32_t FileWebRequest_set_Method_m984238228_MetadataUsageId; extern const uint32_t FileWebRequest_GetMustImplement_m989661131_MetadataUsageId; extern const RuntimeMethod* FileWebRequest_Abort_m3846575800_RuntimeMethod_var; extern const uint32_t FileWebRequest_Abort_m3846575800_MetadataUsageId; extern RuntimeClass* ProtocolViolationException_t4144007430_il2cpp_TypeInfo_var; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern RuntimeClass* GetRequestStreamCallback_t1154006112_il2cpp_TypeInfo_var; extern const RuntimeMethod* FileWebRequest_BeginGetRequestStream_m121868385_RuntimeMethod_var; extern const RuntimeMethod* FileWebRequest_GetRequestStreamInternal_m101754958_RuntimeMethod_var; extern String_t* _stringLiteral831347629; extern String_t* _stringLiteral110397590; extern String_t* _stringLiteral1749563266; extern String_t* _stringLiteral300088213; extern String_t* _stringLiteral3339121337; extern const uint32_t FileWebRequest_BeginGetRequestStream_m121868385_MetadataUsageId; extern RuntimeClass* IAsyncResult_t767004451_il2cpp_TypeInfo_var; extern RuntimeClass* AsyncResult_t4194309572_il2cpp_TypeInfo_var; extern const RuntimeMethod* FileWebRequest_EndGetRequestStream_m1594935573_RuntimeMethod_var; extern String_t* _stringLiteral844061258; extern const uint32_t FileWebRequest_EndGetRequestStream_m1594935573_MetadataUsageId; extern RuntimeClass* WebException_t3237156354_il2cpp_TypeInfo_var; extern const RuntimeMethod* FileWebRequest_GetRequestStream_m1363761048_RuntimeMethod_var; extern String_t* _stringLiteral734930228; extern const uint32_t FileWebRequest_GetRequestStream_m1363761048_MetadataUsageId; extern RuntimeClass* FileWebStream_t586107972_il2cpp_TypeInfo_var; extern const uint32_t FileWebRequest_GetRequestStreamInternal_m101754958_MetadataUsageId; extern RuntimeClass* GetResponseCallback_t2326689408_il2cpp_TypeInfo_var; extern const RuntimeMethod* FileWebRequest_BeginGetResponse_m4069851609_RuntimeMethod_var; extern const RuntimeMethod* FileWebRequest_GetResponseInternal_m1897020292_RuntimeMethod_var; extern const uint32_t FileWebRequest_BeginGetResponse_m4069851609_MetadataUsageId; extern const RuntimeMethod* FileWebRequest_EndGetResponse_m1700023619_RuntimeMethod_var; extern const uint32_t FileWebRequest_EndGetResponse_m1700023619_MetadataUsageId; extern const RuntimeMethod* FileWebRequest_GetResponse_m3124097980_RuntimeMethod_var; extern const uint32_t FileWebRequest_GetResponse_m3124097980_MetadataUsageId; extern RuntimeClass* AutoResetEvent_t1333520283_il2cpp_TypeInfo_var; extern RuntimeClass* FileWebResponse_t544571260_il2cpp_TypeInfo_var; extern const uint32_t FileWebRequest_GetResponseInternal_m1897020292_MetadataUsageId; extern RuntimeClass* FileAccess_t1659085276_il2cpp_TypeInfo_var; extern const uint32_t FileWebRequest_GetObjectData_m577359674_MetadataUsageId; extern RuntimeClass* FileWebRequest_t591858885_il2cpp_TypeInfo_var; extern const uint32_t FileWebRequestCreator_Create_m987324668_MetadataUsageId; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern const RuntimeMethod* FileWebResponse__ctor_m1177167577_RuntimeMethod_var; extern String_t* _stringLiteral1348707855; extern String_t* _stringLiteral1612324208; extern const uint32_t FileWebResponse__ctor_m1177167577_MetadataUsageId; extern String_t* _stringLiteral4221043530; extern String_t* _stringLiteral4132706365; extern const uint32_t FileWebResponse__ctor_m70121420_MetadataUsageId; extern const uint32_t FileWebResponse_GetObjectData_m4283659003_MetadataUsageId; extern const uint32_t FileWebResponse_Close_m416836077_MetadataUsageId; extern RuntimeClass* ObjectDisposedException_t21392786_il2cpp_TypeInfo_var; extern const RuntimeMethod* FileWebResponse_CheckDisposed_m3293736908_RuntimeMethod_var; extern const uint32_t FileWebResponse_CheckDisposed_m3293736908_MetadataUsageId; extern const uint32_t FtpAsyncResult__ctor_m524856605_MetadataUsageId; extern RuntimeClass* ManualResetEvent_t451242010_il2cpp_TypeInfo_var; extern const uint32_t FtpAsyncResult_get_AsyncWaitHandle_m1468110686_MetadataUsageId; extern const uint32_t FtpAsyncResult_DoCallback_m998142903_MetadataUsageId; extern RuntimeClass* Stream_t1273022909_il2cpp_TypeInfo_var; extern const RuntimeMethod* FtpDataStream__ctor_m4139269767_RuntimeMethod_var; extern String_t* _stringLiteral475703782; extern const uint32_t FtpDataStream__ctor_m4139269767_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* FtpDataStream_get_Length_m853866729_RuntimeMethod_var; extern const uint32_t FtpDataStream_get_Length_m853866729_MetadataUsageId; extern const RuntimeMethod* FtpDataStream_get_Position_m1472390831_RuntimeMethod_var; extern const uint32_t FtpDataStream_get_Position_m1472390831_MetadataUsageId; extern const RuntimeMethod* FtpDataStream_set_Position_m3950238701_RuntimeMethod_var; extern const uint32_t FtpDataStream_set_Position_m3950238701_MetadataUsageId; extern const RuntimeMethod* FtpDataStream_Seek_m2525604345_RuntimeMethod_var; extern const uint32_t FtpDataStream_Seek_m2525604345_MetadataUsageId; extern const RuntimeMethod* FtpDataStream_SetLength_m257596543_RuntimeMethod_var; extern const uint32_t FtpDataStream_SetLength_m257596543_MetadataUsageId; extern RuntimeClass* IOException_t4088381929_il2cpp_TypeInfo_var; extern const RuntimeMethod* FtpDataStream_ReadInternal_m1445022698_RuntimeMethod_var; extern String_t* _stringLiteral230127929; extern const uint32_t FtpDataStream_ReadInternal_m1445022698_MetadataUsageId; extern RuntimeClass* ReadDelegate_t4266946825_il2cpp_TypeInfo_var; extern const RuntimeMethod* FtpDataStream_BeginRead_m458546936_RuntimeMethod_var; extern String_t* _stringLiteral3939495523; extern String_t* _stringLiteral1082126080; extern String_t* _stringLiteral3850972780; extern const uint32_t FtpDataStream_BeginRead_m458546936_MetadataUsageId; extern const RuntimeMethod* FtpDataStream_EndRead_m2026651420_RuntimeMethod_var; extern String_t* _stringLiteral1688048206; extern const uint32_t FtpDataStream_EndRead_m2026651420_MetadataUsageId; extern const RuntimeMethod* FtpDataStream_Read_m2042823585_RuntimeMethod_var; extern String_t* _stringLiteral211192596; extern const uint32_t FtpDataStream_Read_m2042823585_MetadataUsageId; extern const RuntimeMethod* FtpDataStream_WriteInternal_m1021407502_RuntimeMethod_var; extern const uint32_t FtpDataStream_WriteInternal_m1021407502_MetadataUsageId; extern RuntimeClass* WriteDelegate_t2016697242_il2cpp_TypeInfo_var; extern const RuntimeMethod* FtpDataStream_BeginWrite_m51295119_RuntimeMethod_var; extern const uint32_t FtpDataStream_BeginWrite_m51295119_MetadataUsageId; extern const RuntimeMethod* FtpDataStream_EndWrite_m2288126240_RuntimeMethod_var; extern String_t* _stringLiteral1598788174; extern const uint32_t FtpDataStream_EndWrite_m2288126240_MetadataUsageId; extern const RuntimeMethod* FtpDataStream_Write_m4109720742_RuntimeMethod_var; extern const uint32_t FtpDataStream_Write_m4109720742_MetadataUsageId; extern const RuntimeMethod* FtpDataStream_CheckDisposed_m3833461916_RuntimeMethod_var; extern const uint32_t FtpDataStream_CheckDisposed_m3833461916_MetadataUsageId; extern const uint32_t ReadDelegate_BeginInvoke_m2818773993_MetadataUsageId; extern const uint32_t WriteDelegate_BeginInvoke_m4282217382_MetadataUsageId; extern RuntimeClass* FtpWebRequest_t1577818305_il2cpp_TypeInfo_var; extern const uint32_t FtpRequestCreator_Create_m3326083364_MetadataUsageId; extern RuntimeClass* RemoteCertificateValidationCallback_t3014364904_il2cpp_TypeInfo_var; extern const RuntimeMethod* FtpWebRequest_U3CcallbackU3Em__3_m2932823206_RuntimeMethod_var; extern String_t* _stringLiteral3156635604; extern const uint32_t FtpWebRequest__ctor_m751131654_MetadataUsageId; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3642662233; extern String_t* _stringLiteral2028147866; extern String_t* _stringLiteral46201647; extern String_t* _stringLiteral3201331145; extern String_t* _stringLiteral1843509625; extern String_t* _stringLiteral46005037; extern String_t* _stringLiteral1843771782; extern String_t* _stringLiteral2824846515; extern String_t* _stringLiteral1843378564; extern String_t* _stringLiteral153674181; extern String_t* _stringLiteral3110695548; extern String_t* _stringLiteral389706364; extern const uint32_t FtpWebRequest__cctor_m699542155_MetadataUsageId; extern const uint32_t FtpWebRequest_GetMustImplement_m639535610_MetadataUsageId; extern const RuntimeMethod* FtpWebRequest_set_ContentType_m2762078365_RuntimeMethod_var; extern const uint32_t FtpWebRequest_set_ContentType_m2762078365_MetadataUsageId; extern RuntimeClass* NetworkCredential_t3282608323_il2cpp_TypeInfo_var; extern const RuntimeMethod* FtpWebRequest_set_Credentials_m1276649473_RuntimeMethod_var; extern const uint32_t FtpWebRequest_set_Credentials_m1276649473_MetadataUsageId; extern const RuntimeMethod* FtpWebRequest_get_Headers_m335680636_RuntimeMethod_var; extern const uint32_t FtpWebRequest_get_Headers_m335680636_MetadataUsageId; extern const RuntimeMethod* FtpWebRequest_set_Method_m1968634227_RuntimeMethod_var; extern const RuntimeMethod* Array_BinarySearch_TisString_t_m3842712367_RuntimeMethod_var; extern String_t* _stringLiteral2869424980; extern String_t* _stringLiteral1442479558; extern const uint32_t FtpWebRequest_set_Method_m1968634227_MetadataUsageId; extern String_t* _stringLiteral3452614631; extern String_t* _stringLiteral3452614623; extern const uint32_t FtpWebRequest_get_DataType_m3448270912_MetadataUsageId; extern RuntimeClass* FtpWebResponse_t3940763575_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3109778030; extern String_t* _stringLiteral658718193; extern const uint32_t FtpWebRequest_Abort_m2164812681_MetadataUsageId; extern RuntimeClass* FtpAsyncResult_t3265664217_il2cpp_TypeInfo_var; extern RuntimeClass* ThreadStart_t1006689297_il2cpp_TypeInfo_var; extern RuntimeClass* Thread_t2300836069_il2cpp_TypeInfo_var; extern const RuntimeMethod* FtpWebRequest_BeginGetResponse_m3757524768_RuntimeMethod_var; extern const RuntimeMethod* FtpWebRequest_ProcessRequest_m2589290874_RuntimeMethod_var; extern String_t* _stringLiteral3470735431; extern const uint32_t FtpWebRequest_BeginGetResponse_m3757524768_MetadataUsageId; extern const RuntimeMethod* FtpWebRequest_EndGetResponse_m47755679_RuntimeMethod_var; extern String_t* _stringLiteral2913036155; extern String_t* _stringLiteral4031090761; extern String_t* _stringLiteral512011597; extern const uint32_t FtpWebRequest_EndGetResponse_m47755679_MetadataUsageId; extern const RuntimeMethod* FtpWebRequest_BeginGetRequestStream_m3969515993_RuntimeMethod_var; extern const uint32_t FtpWebRequest_BeginGetRequestStream_m3969515993_MetadataUsageId; extern const RuntimeMethod* FtpWebRequest_EndGetRequestStream_m1909407835_RuntimeMethod_var; extern String_t* _stringLiteral2069147700; extern String_t* _stringLiteral321196618; extern const uint32_t FtpWebRequest_EndGetRequestStream_m1909407835_MetadataUsageId; extern const uint32_t FtpWebRequest_GetServicePoint_m2343154667_MetadataUsageId; extern RuntimeClass* FtpStatus_t2376455776_il2cpp_TypeInfo_var; extern const RuntimeMethod* FtpWebRequest_ResolveHost_m3463382846_RuntimeMethod_var; extern String_t* _stringLiteral2645455124; extern String_t* _stringLiteral3804428040; extern const uint32_t FtpWebRequest_ResolveHost_m3463382846_MetadataUsageId; extern const uint32_t FtpWebRequest_ProcessRequest_m2589290874_MetadataUsageId; extern const RuntimeMethod* FtpWebRequest_SetType_m889883767_RuntimeMethod_var; extern String_t* _stringLiteral3643120998; extern const uint32_t FtpWebRequest_SetType_m889883767_MetadataUsageId; extern String_t* _stringLiteral2702506545; extern const uint32_t FtpWebRequest_GetRemoteFolderPath_m351623698_MetadataUsageId; extern const RuntimeMethod* FtpWebRequest_CWDAndSetFileName_m3751202631_RuntimeMethod_var; extern String_t* _stringLiteral1843771763; extern const uint32_t FtpWebRequest_CWDAndSetFileName_m3751202631_MetadataUsageId; 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 const RuntimeMethod* FtpWebRequest_ProcessMethod_m3735617216_RuntimeMethod_var; extern String_t* _stringLiteral715961938; extern const uint32_t FtpWebRequest_ProcessMethod_m3735617216_MetadataUsageId; extern String_t* _stringLiteral3534862044; extern const uint32_t FtpWebRequest_CloseControlConnection_m1302744984_MetadataUsageId; extern const RuntimeMethod* FtpWebRequest_ProcessSimpleMethod_m3222265549_RuntimeMethod_var; extern String_t* _stringLiteral737387194; extern String_t* _stringLiteral2875206040; extern String_t* _stringLiteral4078136661; extern String_t* _stringLiteral2819387348; extern const uint32_t FtpWebRequest_ProcessSimpleMethod_m3222265549_MetadataUsageId; extern RuntimeClass* FtpDataStream_t1366729715_il2cpp_TypeInfo_var; extern const uint32_t FtpWebRequest_UploadData_m2791203992_MetadataUsageId; extern const uint32_t FtpWebRequest_DownloadData_m3221826187_MetadataUsageId; extern const RuntimeMethod* FtpWebRequest_CheckRequestStarted_m1572969670_RuntimeMethod_var; extern String_t* _stringLiteral1311958174; extern const uint32_t FtpWebRequest_CheckRequestStarted_m1572969670_MetadataUsageId; extern RuntimeClass* IPEndPoint_t3791887218_il2cpp_TypeInfo_var; extern RuntimeClass* NetworkStream_t4071955934_il2cpp_TypeInfo_var; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern RuntimeClass* StreamReader_t4009935899_il2cpp_TypeInfo_var; extern const RuntimeMethod* FtpWebRequest_OpenControlConnection_m1915116578_RuntimeMethod_var; extern String_t* _stringLiteral3508288322; extern String_t* _stringLiteral819359687; extern String_t* _stringLiteral2900243959; extern String_t* _stringLiteral3454842817; extern const uint32_t FtpWebRequest_OpenControlConnection_m1915116578_MetadataUsageId; extern const RuntimeMethod* FtpWebRequest_GetInitialPath_m252477829_RuntimeMethod_var; extern String_t* _stringLiteral1146213126; extern String_t* _stringLiteral2597310014; extern const uint32_t FtpWebRequest_GetInitialPath_m252477829_MetadataUsageId; extern RuntimeClass* FormatException_t154580423_il2cpp_TypeInfo_var; extern const RuntimeMethod* FtpWebRequest_SetupPassiveConnection_m1357636555_RuntimeMethod_var; extern String_t* _stringLiteral3484363670; extern String_t* _stringLiteral3452614530; extern const uint32_t FtpWebRequest_SetupPassiveConnection_m1357636555_MetadataUsageId; extern String_t* _stringLiteral1747868285; extern const uint32_t FtpWebRequest_CreateExceptionFromResponse_m741462156_MetadataUsageId; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern const RuntimeMethod* FtpWebRequest_InitDataConnection_m1033696962_RuntimeMethod_var; extern String_t* _stringLiteral3958307643; extern String_t* _stringLiteral609474475; extern String_t* _stringLiteral3452614532; extern String_t* _stringLiteral1611892384; extern const uint32_t FtpWebRequest_InitDataConnection_m1033696962_MetadataUsageId; extern const RuntimeMethod* FtpWebRequest_OpenDataConnection_m2761204651_RuntimeMethod_var; extern String_t* _stringLiteral45415225; extern String_t* _stringLiteral2593327801; extern const uint32_t FtpWebRequest_OpenDataConnection_m2761204651_MetadataUsageId; extern const RuntimeMethod* FtpWebRequest_Authenticate_m3499993166_RuntimeMethod_var; extern String_t* _stringLiteral510878262; extern String_t* _stringLiteral2045255535; extern String_t* _stringLiteral1957296955; extern String_t* _stringLiteral3452614544; extern String_t* _stringLiteral2728489599; extern String_t* _stringLiteral3452614640; extern String_t* _stringLiteral2304192028; extern String_t* _stringLiteral2384329531; extern const uint32_t FtpWebRequest_Authenticate_m3499993166_MetadataUsageId; extern String_t* _stringLiteral3452614528; extern String_t* _stringLiteral3453007779; extern String_t* _stringLiteral3411855393; extern const uint32_t FtpWebRequest_SendCommand_m3628069055_MetadataUsageId; extern String_t* _stringLiteral865589409; extern const uint32_t FtpWebRequest_ServiceNotAvailable_m4410319_MetadataUsageId; extern const uint32_t FtpWebRequest_GetResponseStatus_m3460206581_MetadataUsageId; extern const RuntimeMethod* FtpWebRequest_InitiateSecureConnection_m1876937554_RuntimeMethod_var; extern String_t* _stringLiteral2010673093; extern String_t* _stringLiteral2697067319; extern const uint32_t FtpWebRequest_InitiateSecureConnection_m1876937554_MetadataUsageId; extern RuntimeClass* SslStream_t2700741536_il2cpp_TypeInfo_var; extern const uint32_t FtpWebRequest_ChangeToSSLSocket_m896422621_MetadataUsageId; extern const RuntimeMethod* FtpWebRequest_CheckIfAborted_m4220179630_RuntimeMethod_var; extern const uint32_t FtpWebRequest_CheckIfAborted_m4220179630_MetadataUsageId; extern const RuntimeMethod* FtpWebRequest_CheckFinalState_m1657985045_RuntimeMethod_var; extern String_t* _stringLiteral278728818; extern const uint32_t FtpWebRequest_CheckFinalState_m1657985045_MetadataUsageId; extern RuntimeClass* SslPolicyErrors_t2205227823_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2229727621; extern const uint32_t FtpWebRequest_U3CcallbackU3Em__3_m2932823206_MetadataUsageId; extern const uint32_t FtpWebResponse__ctor_m132049627_MetadataUsageId; extern const uint32_t FtpWebResponse__ctor_m3888855406_MetadataUsageId; extern const uint32_t FtpWebResponse_get_Headers_m4180562887_MetadataUsageId; extern const uint32_t FtpWebResponse_Close_m3407016815_MetadataUsageId; extern const uint32_t FtpWebResponse_GetResponseStream_m121394876_MetadataUsageId; extern const RuntimeMethod* FtpWebResponse_CheckDisposed_m2152411271_RuntimeMethod_var; extern const uint32_t FtpWebResponse_CheckDisposed_m2152411271_MetadataUsageId; extern const uint32_t GlobalProxySelection_get_Select_m3427048860_MetadataUsageId; extern const uint32_t HttpContinueDelegate_BeginInvoke_m2746263979_MetadataUsageId; extern RuntimeClass* HttpWebRequest_t1669436515_il2cpp_TypeInfo_var; extern const uint32_t HttpRequestCreator_Create_m400548686_MetadataUsageId; extern RuntimeClass* Version_t3456873960_il2cpp_TypeInfo_var; extern RuntimeClass* HttpVersion_t346520293_il2cpp_TypeInfo_var; extern const uint32_t HttpVersion__cctor_m1653189495_MetadataUsageId; extern const uint32_t HttpWebRequest__ctor_m1376613083_MetadataUsageId; extern const RuntimeType* X509CertificateCollection_t3399372417_0_0_0_var; extern const RuntimeType* Version_t3456873960_0_0_0_var; extern RuntimeClass* X509CertificateCollection_t3399372417_il2cpp_TypeInfo_var; extern String_t* _stringLiteral461417345; extern String_t* _stringLiteral3857442447; extern String_t* _stringLiteral845807208; extern String_t* _stringLiteral705313416; extern String_t* _stringLiteral295584906; extern String_t* _stringLiteral634463174; extern String_t* _stringLiteral809256010; extern String_t* _stringLiteral4200548320; extern String_t* _stringLiteral186517451; extern String_t* _stringLiteral3718238692; extern String_t* _stringLiteral733275769; extern String_t* _stringLiteral1902401671; extern String_t* _stringLiteral712502108; extern String_t* _stringLiteral1586972503; extern const uint32_t HttpWebRequest__ctor_m1789065007_MetadataUsageId; extern RuntimeClass* ConfigurationSettings_t822951835_il2cpp_TypeInfo_var; extern String_t* _stringLiteral718801248; extern const uint32_t HttpWebRequest__cctor_m1467954389_MetadataUsageId; extern String_t* _stringLiteral3983934048; extern String_t* _stringLiteral897372452; extern String_t* _stringLiteral2075924938; extern const uint32_t HttpWebRequest_get_InternalAllowBuffering_m1509018138_MetadataUsageId; extern const uint32_t HttpWebRequest_get_ClientCertificates_m1369160996_MetadataUsageId; extern const RuntimeMethod* HttpWebRequest_set_ContentLength_m1924274623_RuntimeMethod_var; extern String_t* _stringLiteral3699308791; extern const uint32_t HttpWebRequest_set_ContentLength_m1924274623_MetadataUsageId; extern const uint32_t HttpWebRequest_set_ContentType_m2247267371_MetadataUsageId; extern const RuntimeMethod* HttpWebRequest_set_Method_m4248268164_RuntimeMethod_var; extern String_t* _stringLiteral398240495; extern const uint32_t HttpWebRequest_set_Method_m4248268164_MetadataUsageId; extern String_t* _stringLiteral3911150437; extern const uint32_t HttpWebRequest_get_TransferEncoding_m1718199537_MetadataUsageId; extern const uint32_t HttpWebRequest_GetServicePoint_m2640244283_MetadataUsageId; extern RuntimeClass* WebAsyncResult_t3421962937_il2cpp_TypeInfo_var; extern const RuntimeMethod* HttpWebRequest_BeginGetRequestStream_m3734840655_RuntimeMethod_var; extern String_t* _stringLiteral4014321026; extern String_t* _stringLiteral880847654; extern String_t* _stringLiteral987403250; extern String_t* _stringLiteral198251835; extern const uint32_t HttpWebRequest_BeginGetRequestStream_m3734840655_MetadataUsageId; extern const RuntimeMethod* HttpWebRequest_EndGetRequestStream_m3649764403_RuntimeMethod_var; extern String_t* _stringLiteral1043874018; extern const uint32_t HttpWebRequest_EndGetRequestStream_m3649764403_MetadataUsageId; extern const RuntimeMethod* HttpWebRequest_GetRequestStream_m3748118858_RuntimeMethod_var; extern const uint32_t HttpWebRequest_GetRequestStream_m3748118858_MetadataUsageId; extern const RuntimeMethod* HttpWebRequest_BeginGetResponse_m366959456_RuntimeMethod_var; extern String_t* _stringLiteral1300455052; extern const uint32_t HttpWebRequest_BeginGetResponse_m366959456_MetadataUsageId; extern const RuntimeMethod* HttpWebRequest_EndGetResponse_m2990303978_RuntimeMethod_var; extern const uint32_t HttpWebRequest_EndGetResponse_m2990303978_MetadataUsageId; extern const uint32_t HttpWebRequest_GetResponse_m3946423754_MetadataUsageId; extern RuntimeClass* EventArgs_t3591816995_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1565494506; extern const uint32_t HttpWebRequest_Abort_m3163190852_MetadataUsageId; extern const uint32_t HttpWebRequest_GetObjectData_m1226445448_MetadataUsageId; extern const RuntimeMethod* HttpWebRequest_CheckRequestStarted_m2585848005_RuntimeMethod_var; extern String_t* _stringLiteral3156362800; extern const uint32_t HttpWebRequest_CheckRequestStarted_m2585848005_MetadataUsageId; extern const RuntimeMethod* HttpWebRequest_Redirect_m4244039222_RuntimeMethod_var; extern String_t* _stringLiteral2786080191; extern String_t* _stringLiteral803283390; extern String_t* _stringLiteral627209431; extern String_t* _stringLiteral4215562314; extern String_t* _stringLiteral518569581; extern String_t* _stringLiteral2535740405; extern const uint32_t HttpWebRequest_Redirect_m4244039222_MetadataUsageId; extern String_t* _stringLiteral1492806893; extern String_t* _stringLiteral2098720078; extern String_t* _stringLiteral2992807607; extern String_t* _stringLiteral1113504260; extern String_t* _stringLiteral2744925370; extern String_t* _stringLiteral122745998; extern String_t* _stringLiteral3483483719; extern String_t* _stringLiteral3941174931; extern String_t* _stringLiteral1945223707; extern String_t* _stringLiteral3900656134; extern String_t* _stringLiteral212616849; extern String_t* _stringLiteral3294780338; extern String_t* _stringLiteral992245501; extern const uint32_t HttpWebRequest_GetHeaders_m3768893913_MetadataUsageId; extern RuntimeClass* AuthenticationManager_t2084001809_il2cpp_TypeInfo_var; extern String_t* _stringLiteral635763858; extern String_t* _stringLiteral1574691733; extern const uint32_t HttpWebRequest_DoPreAuthenticate_m1424851389_MetadataUsageId; extern RuntimeClass* WebExceptionStatus_t1731416715_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1503557889; extern String_t* _stringLiteral4049134132; extern const uint32_t HttpWebRequest_SetWriteStreamError_m336408989_MetadataUsageId; extern String_t* _stringLiteral2299683241; extern String_t* _stringLiteral103388761; extern String_t* _stringLiteral3384770663; extern const uint32_t HttpWebRequest_SendRequestHeaders_m3979064161_MetadataUsageId; extern const uint32_t HttpWebRequest_SetWriteStream_m2739138088_MetadataUsageId; extern String_t* _stringLiteral1326733293; extern const uint32_t HttpWebRequest_SetResponseError_m4064263808_MetadataUsageId; extern const uint32_t HttpWebRequest_CheckSendError_m2266605752_MetadataUsageId; extern RuntimeClass* WebConnectionStream_t2170064850_il2cpp_TypeInfo_var; extern RuntimeClass* ICredentials_t725721261_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3558610080; extern const uint32_t HttpWebRequest_HandleNtlmAuth_m991136185_MetadataUsageId; extern RuntimeClass* HttpWebResponse_t3286585418_il2cpp_TypeInfo_var; extern String_t* _stringLiteral45808443; extern String_t* _stringLiteral1131442134; extern const uint32_t HttpWebRequest_SetResponseData_m1747650150_MetadataUsageId; extern RuntimeClass* IAuthenticationModule_t3112562943_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2239610844; extern String_t* _stringLiteral3204819111; extern const uint32_t HttpWebRequest_CheckAuthorization_m1568753518_MetadataUsageId; extern const RuntimeMethod* HttpWebRequest_CheckFinalStatus_m2636217061_RuntimeMethod_var; extern String_t* _stringLiteral2219104999; extern String_t* _stringLiteral2839444367; extern String_t* _stringLiteral2619334943; extern const uint32_t HttpWebRequest_CheckFinalStatus_m2636217061_MetadataUsageId; extern RuntimeClass* GZipStream_t3417139389_il2cpp_TypeInfo_var; extern RuntimeClass* DeflateStream_t4175168077_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614606; extern String_t* _stringLiteral486397989; extern String_t* _stringLiteral1277155665; extern String_t* _stringLiteral2675979736; extern const uint32_t HttpWebResponse__ctor_m470181940_MetadataUsageId; extern const RuntimeType* CookieCollection_t3881042616_0_0_0_var; extern const RuntimeType* HttpStatusCode_t3035121829_0_0_0_var; extern String_t* _stringLiteral3769996065; extern String_t* _stringLiteral1678086911; extern String_t* _stringLiteral229612718; extern String_t* _stringLiteral3511364644; extern const uint32_t HttpWebResponse__ctor_m1618273601_MetadataUsageId; extern const uint32_t HttpWebResponse_ReadAll_m677937028_MetadataUsageId; extern const uint32_t HttpWebResponse_GetResponseStream_m584017432_MetadataUsageId; extern RuntimeClass* HttpStatusCode_t3035121829_il2cpp_TypeInfo_var; extern const uint32_t HttpWebResponse_GetObjectData_m3741544833_MetadataUsageId; extern const uint32_t HttpWebResponse_Close_m584988241_MetadataUsageId; extern const RuntimeMethod* HttpWebResponse_CheckDisposed_m3271607901_RuntimeMethod_var; extern const uint32_t HttpWebResponse_CheckDisposed_m3271607901_MetadataUsageId; extern String_t* _stringLiteral3804645085; extern String_t* _stringLiteral307110623; extern const uint32_t HttpWebResponse_FillCookies_m2099537096_MetadataUsageId; extern RuntimeClass* CookieParser_t2349142305_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1226046179; extern String_t* _stringLiteral506806051; extern String_t* _stringLiteral1278296734; extern String_t* _stringLiteral99435970; extern String_t* _stringLiteral3476811907; extern String_t* _stringLiteral776144177; extern String_t* _stringLiteral3577495200; extern String_t* _stringLiteral2009886678; extern String_t* _stringLiteral1583416108; extern String_t* _stringLiteral3667557639; extern const uint32_t HttpWebResponse_SetCookie_m322401225_MetadataUsageId; extern const uint32_t HttpWebResponse_SetCookie2_m2022669570_MetadataUsageId; extern RuntimeClass* TimeZone_t2038656743_il2cpp_TypeInfo_var; extern const uint32_t HttpWebResponse_TryParseCookieExpires_m2514563929_MetadataUsageId; extern const uint32_t IPAddress__ctor_m149476904_MetadataUsageId; extern String_t* _stringLiteral1045758726; extern String_t* _stringLiteral3451959190; extern String_t* _stringLiteral1508953035; extern const uint32_t IPAddress__cctor_m3038355099_MetadataUsageId; extern RuntimeClass* BitConverter_t3118986983_il2cpp_TypeInfo_var; extern const uint32_t IPAddress_HostToNetworkOrder_m1393269408_MetadataUsageId; extern const uint32_t IPAddress_NetworkToHostOrder_m2704605532_MetadataUsageId; extern const RuntimeMethod* IPAddress_Parse_m2200822423_RuntimeMethod_var; extern String_t* _stringLiteral2507710701; extern const uint32_t IPAddress_Parse_m2200822423_MetadataUsageId; extern const RuntimeMethod* IPAddress_TryParse_m2320149543_RuntimeMethod_var; extern String_t* _stringLiteral3052691850; extern const uint32_t IPAddress_TryParse_m2320149543_MetadataUsageId; extern const uint32_t IPAddress_ParseIPV4_m2273992661_MetadataUsageId; extern RuntimeClass* IPv6Address_t2709566769_il2cpp_TypeInfo_var; extern const uint32_t IPAddress_ParseIPV6_m750830007_MetadataUsageId; extern const RuntimeMethod* IPAddress_get_ScopeId_m4237202723_RuntimeMethod_var; extern String_t* _stringLiteral2158289007; extern const uint32_t IPAddress_get_ScopeId_m4237202723_MetadataUsageId; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern const uint32_t IPAddress_GetAddressBytes_m3103618290_MetadataUsageId; extern const uint32_t IPAddress_IsLoopback_m29387631_MetadataUsageId; extern RuntimeClass* UInt16U5BU5D_t3326319531_il2cpp_TypeInfo_var; extern const uint32_t IPAddress_ToString_m1181734207_MetadataUsageId; extern const uint32_t IPAddress_ToString_m3532415717_MetadataUsageId; extern const uint32_t IPAddress_Equals_m1823478787_MetadataUsageId; extern const uint32_t IPAddress_GetHashCode_m1210636859_MetadataUsageId; extern const RuntimeMethod* IPEndPoint__ctor_m2833647099_RuntimeMethod_var; extern const uint32_t IPEndPoint__ctor_m2833647099_MetadataUsageId; extern const uint32_t IPEndPoint__ctor_m2543566353_MetadataUsageId; extern const RuntimeMethod* IPEndPoint_set_Port_m1384767399_RuntimeMethod_var; extern String_t* _stringLiteral518336751; extern const uint32_t IPEndPoint_set_Port_m1384767399_MetadataUsageId; extern RuntimeClass* AddressFamily_t2612549059_il2cpp_TypeInfo_var; extern const RuntimeMethod* IPEndPoint_Create_m2430938779_RuntimeMethod_var; extern String_t* _stringLiteral1991515540; extern String_t* _stringLiteral3163295603; extern String_t* _stringLiteral3967797541; extern String_t* _stringLiteral3884378028; extern const uint32_t IPEndPoint_Create_m2430938779_MetadataUsageId; extern RuntimeClass* SocketAddress_t3739769427_il2cpp_TypeInfo_var; extern const uint32_t IPEndPoint_Serialize_m504081642_MetadataUsageId; extern String_t* _stringLiteral3452614550; extern const uint32_t IPEndPoint_ToString_m2322375169_MetadataUsageId; extern const uint32_t IPEndPoint_Equals_m306328693_MetadataUsageId; extern const RuntimeMethod* IPv6Address__ctor_m4117281080_RuntimeMethod_var; extern String_t* _stringLiteral3469561013; extern const uint32_t IPv6Address__ctor_m4117281080_MetadataUsageId; extern const RuntimeMethod* IPv6Address__ctor_m2700673633_RuntimeMethod_var; extern String_t* _stringLiteral1789106469; extern const uint32_t IPv6Address__ctor_m2700673633_MetadataUsageId; extern const uint32_t IPv6Address__cctor_m2454563501_MetadataUsageId; extern const RuntimeMethod* IPv6Address_Parse_m3004687047_RuntimeMethod_var; extern String_t* _stringLiteral2188950438; extern const uint32_t IPv6Address_Parse_m3004687047_MetadataUsageId; extern const uint32_t IPv6Address_Fill_m1519528280_MetadataUsageId; extern const uint32_t IPv6Address_TryParse_m3387120421_MetadataUsageId; extern const uint32_t IPv6Address_TryParse_m2586816298_MetadataUsageId; extern const uint32_t IPv6Address_AsIPv4Int_m844941024_MetadataUsageId; extern RuntimeClass* UInt16_t2177724958_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3899452946; extern String_t* _stringLiteral409294624; extern const uint32_t IPv6Address_ToString_m568854716_MetadataUsageId; extern String_t* _stringLiteral508216563; extern String_t* _stringLiteral2238338903; extern const uint32_t IPv6Address_ToString_m3978087033_MetadataUsageId; extern const uint32_t IPv6Address_Equals_m2165515875_MetadataUsageId; extern const uint32_t IPv6Address_GetHashCode_m2362916428_MetadataUsageId; extern const uint32_t NetworkCredential_get_Domain_m153886306_MetadataUsageId; extern const uint32_t NetworkCredential_get_UserName_m1950179274_MetadataUsageId; extern const uint32_t NetworkCredential_get_Password_m2968490334_MetadataUsageId; extern const uint32_t AuthenticatedStream__ctor_m2546959456_MetadataUsageId; extern const uint32_t RemoteCertificateValidationCallback_BeginInvoke_m1840268146_MetadataUsageId; extern const RuntimeMethod* SslStream_set_Position_m2208958757_RuntimeMethod_var; extern String_t* _stringLiteral1323951609; extern const uint32_t SslStream_set_Position_m2208958757_MetadataUsageId; extern const uint32_t SslStream_OnCertificateSelection_m2780604417_MetadataUsageId; extern RuntimeClass* U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_t1222040293_il2cpp_TypeInfo_var; extern RuntimeClass* SslClientStream_t3914624661_il2cpp_TypeInfo_var; extern RuntimeClass* PrivateKeySelectionCallback_t3240194217_il2cpp_TypeInfo_var; extern RuntimeClass* CertificateValidationCallback_t4091668218_il2cpp_TypeInfo_var; extern RuntimeClass* CertificateSelectionCallback_t3743405224_il2cpp_TypeInfo_var; extern const RuntimeMethod* SslStream_BeginAuthenticateAsClient_m1917750745_RuntimeMethod_var; extern const RuntimeMethod* U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_U3CU3Em__9_m1197317464_RuntimeMethod_var; extern const RuntimeMethod* U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_U3CU3Em__A_m2205055701_RuntimeMethod_var; extern const RuntimeMethod* SslStream_OnCertificateSelection_m2780604417_RuntimeMethod_var; extern String_t* _stringLiteral4221211730; extern const uint32_t SslStream_BeginAuthenticateAsClient_m1917750745_MetadataUsageId; extern const RuntimeMethod* SslStream_Seek_m2499592124_RuntimeMethod_var; extern const uint32_t SslStream_Seek_m2499592124_MetadataUsageId; extern const RuntimeMethod* SslStream_CheckConnectionAuthenticated_m3995332768_RuntimeMethod_var; extern String_t* _stringLiteral2993617435; extern const uint32_t SslStream_CheckConnectionAuthenticated_m3995332768_MetadataUsageId; extern RuntimeClass* X509Certificate2_t714049126_il2cpp_TypeInfo_var; extern const uint32_t U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_U3CU3Em__9_m1197317464_MetadataUsageId; extern RuntimeClass* X509Chain_t194917408_il2cpp_TypeInfo_var; extern const uint32_t U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_U3CU3Em__A_m2205055701_MetadataUsageId; extern const uint32_t ServicePoint__ctor_m4022457269_MetadataUsageId; extern const uint32_t ServicePoint_get_SendContinue_m3018494224_MetadataUsageId; extern const uint32_t ServicePoint_get_AvailableForRecycling_m936700514_MetadataUsageId; extern const uint32_t ServicePoint_get_Groups_m1711331040_MetadataUsageId; extern const uint32_t ServicePoint_get_HostEntry_m1249515277_MetadataUsageId; extern RuntimeClass* WebConnectionGroup_t1712379988_il2cpp_TypeInfo_var; extern const uint32_t ServicePoint_GetConnectionGroup_m2497020374_MetadataUsageId; extern const RuntimeMethod* ServicePoint_CallEndPointDelegate_m2947487287_RuntimeMethod_var; extern const uint32_t ServicePoint_CallEndPointDelegate_m2947487287_MetadataUsageId; struct CharU5BU5D_t3528271667; struct StringU5BU5D_t1281789340; struct Int32U5BU5D_t385246372; struct IPAddressU5BU5D_t596328627; struct ByteU5BU5D_t4116647657; struct ObjectU5BU5D_t2843939325; struct UInt16U5BU5D_t3326319531; struct X509ChainStatusU5BU5D_t2685945535; #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 CONFIGURATIONSECTIONGROUP_T4179402520_H #define CONFIGURATIONSECTIONGROUP_T4179402520_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationSectionGroup struct ConfigurationSectionGroup_t4179402520 : public RuntimeObject { public: // System.Configuration.ConfigurationSectionCollection System.Configuration.ConfigurationSectionGroup::sections ConfigurationSectionCollection_t2786897858 * ___sections_0; // System.Configuration.ConfigurationSectionGroupCollection System.Configuration.ConfigurationSectionGroup::groups ConfigurationSectionGroupCollection_t1151641153 * ___groups_1; // System.Configuration.Configuration System.Configuration.ConfigurationSectionGroup::config Configuration_t2529364143 * ___config_2; // System.Configuration.SectionGroupInfo System.Configuration.ConfigurationSectionGroup::group SectionGroupInfo_t687896682 * ___group_3; // System.Boolean System.Configuration.ConfigurationSectionGroup::initialized bool ___initialized_4; public: inline static int32_t get_offset_of_sections_0() { return static_cast(offsetof(ConfigurationSectionGroup_t4179402520, ___sections_0)); } inline ConfigurationSectionCollection_t2786897858 * get_sections_0() const { return ___sections_0; } inline ConfigurationSectionCollection_t2786897858 ** get_address_of_sections_0() { return &___sections_0; } inline void set_sections_0(ConfigurationSectionCollection_t2786897858 * value) { ___sections_0 = value; Il2CppCodeGenWriteBarrier((&___sections_0), value); } inline static int32_t get_offset_of_groups_1() { return static_cast(offsetof(ConfigurationSectionGroup_t4179402520, ___groups_1)); } inline ConfigurationSectionGroupCollection_t1151641153 * get_groups_1() const { return ___groups_1; } inline ConfigurationSectionGroupCollection_t1151641153 ** get_address_of_groups_1() { return &___groups_1; } inline void set_groups_1(ConfigurationSectionGroupCollection_t1151641153 * value) { ___groups_1 = value; Il2CppCodeGenWriteBarrier((&___groups_1), value); } inline static int32_t get_offset_of_config_2() { return static_cast(offsetof(ConfigurationSectionGroup_t4179402520, ___config_2)); } inline Configuration_t2529364143 * get_config_2() const { return ___config_2; } inline Configuration_t2529364143 ** get_address_of_config_2() { return &___config_2; } inline void set_config_2(Configuration_t2529364143 * value) { ___config_2 = value; Il2CppCodeGenWriteBarrier((&___config_2), value); } inline static int32_t get_offset_of_group_3() { return static_cast(offsetof(ConfigurationSectionGroup_t4179402520, ___group_3)); } inline SectionGroupInfo_t687896682 * get_group_3() const { return ___group_3; } inline SectionGroupInfo_t687896682 ** get_address_of_group_3() { return &___group_3; } inline void set_group_3(SectionGroupInfo_t687896682 * value) { ___group_3 = value; Il2CppCodeGenWriteBarrier((&___group_3), value); } inline static int32_t get_offset_of_initialized_4() { return static_cast(offsetof(ConfigurationSectionGroup_t4179402520, ___initialized_4)); } inline bool get_initialized_4() const { return ___initialized_4; } inline bool* get_address_of_initialized_4() { return &___initialized_4; } inline void set_initialized_4(bool value) { ___initialized_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATIONSECTIONGROUP_T4179402520_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 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 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 FTPREQUESTCREATOR_T2926281497_H #define FTPREQUESTCREATOR_T2926281497_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FtpRequestCreator struct FtpRequestCreator_t2926281497 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FTPREQUESTCREATOR_T2926281497_H #ifndef CONFIGURATION_T2529364143_H #define CONFIGURATION_T2529364143_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.Configuration struct Configuration_t2529364143 : public RuntimeObject { public: // System.Configuration.Configuration System.Configuration.Configuration::parent Configuration_t2529364143 * ___parent_0; // System.Collections.Hashtable System.Configuration.Configuration::elementData Hashtable_t1853889766 * ___elementData_1; // System.String System.Configuration.Configuration::streamName String_t* ___streamName_2; // System.Configuration.ConfigurationSectionGroup System.Configuration.Configuration::rootSectionGroup ConfigurationSectionGroup_t4179402520 * ___rootSectionGroup_3; // System.Configuration.ConfigurationLocationCollection System.Configuration.Configuration::locations ConfigurationLocationCollection_t1538619295 * ___locations_4; // System.Configuration.SectionGroupInfo System.Configuration.Configuration::rootGroup SectionGroupInfo_t687896682 * ___rootGroup_5; // System.Configuration.Internal.IConfigSystem System.Configuration.Configuration::system RuntimeObject* ___system_6; // System.Boolean System.Configuration.Configuration::hasFile bool ___hasFile_7; // System.String System.Configuration.Configuration::rootNamespace String_t* ___rootNamespace_8; // System.String System.Configuration.Configuration::configPath String_t* ___configPath_9; // System.String System.Configuration.Configuration::locationConfigPath String_t* ___locationConfigPath_10; // System.String System.Configuration.Configuration::locationSubPath String_t* ___locationSubPath_11; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(Configuration_t2529364143, ___parent_0)); } inline Configuration_t2529364143 * get_parent_0() const { return ___parent_0; } inline Configuration_t2529364143 ** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(Configuration_t2529364143 * value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((&___parent_0), value); } inline static int32_t get_offset_of_elementData_1() { return static_cast(offsetof(Configuration_t2529364143, ___elementData_1)); } inline Hashtable_t1853889766 * get_elementData_1() const { return ___elementData_1; } inline Hashtable_t1853889766 ** get_address_of_elementData_1() { return &___elementData_1; } inline void set_elementData_1(Hashtable_t1853889766 * value) { ___elementData_1 = value; Il2CppCodeGenWriteBarrier((&___elementData_1), value); } inline static int32_t get_offset_of_streamName_2() { return static_cast(offsetof(Configuration_t2529364143, ___streamName_2)); } inline String_t* get_streamName_2() const { return ___streamName_2; } inline String_t** get_address_of_streamName_2() { return &___streamName_2; } inline void set_streamName_2(String_t* value) { ___streamName_2 = value; Il2CppCodeGenWriteBarrier((&___streamName_2), value); } inline static int32_t get_offset_of_rootSectionGroup_3() { return static_cast(offsetof(Configuration_t2529364143, ___rootSectionGroup_3)); } inline ConfigurationSectionGroup_t4179402520 * get_rootSectionGroup_3() const { return ___rootSectionGroup_3; } inline ConfigurationSectionGroup_t4179402520 ** get_address_of_rootSectionGroup_3() { return &___rootSectionGroup_3; } inline void set_rootSectionGroup_3(ConfigurationSectionGroup_t4179402520 * value) { ___rootSectionGroup_3 = value; Il2CppCodeGenWriteBarrier((&___rootSectionGroup_3), value); } inline static int32_t get_offset_of_locations_4() { return static_cast(offsetof(Configuration_t2529364143, ___locations_4)); } inline ConfigurationLocationCollection_t1538619295 * get_locations_4() const { return ___locations_4; } inline ConfigurationLocationCollection_t1538619295 ** get_address_of_locations_4() { return &___locations_4; } inline void set_locations_4(ConfigurationLocationCollection_t1538619295 * value) { ___locations_4 = value; Il2CppCodeGenWriteBarrier((&___locations_4), value); } inline static int32_t get_offset_of_rootGroup_5() { return static_cast(offsetof(Configuration_t2529364143, ___rootGroup_5)); } inline SectionGroupInfo_t687896682 * get_rootGroup_5() const { return ___rootGroup_5; } inline SectionGroupInfo_t687896682 ** get_address_of_rootGroup_5() { return &___rootGroup_5; } inline void set_rootGroup_5(SectionGroupInfo_t687896682 * value) { ___rootGroup_5 = value; Il2CppCodeGenWriteBarrier((&___rootGroup_5), value); } inline static int32_t get_offset_of_system_6() { return static_cast(offsetof(Configuration_t2529364143, ___system_6)); } inline RuntimeObject* get_system_6() const { return ___system_6; } inline RuntimeObject** get_address_of_system_6() { return &___system_6; } inline void set_system_6(RuntimeObject* value) { ___system_6 = value; Il2CppCodeGenWriteBarrier((&___system_6), value); } inline static int32_t get_offset_of_hasFile_7() { return static_cast(offsetof(Configuration_t2529364143, ___hasFile_7)); } inline bool get_hasFile_7() const { return ___hasFile_7; } inline bool* get_address_of_hasFile_7() { return &___hasFile_7; } inline void set_hasFile_7(bool value) { ___hasFile_7 = value; } inline static int32_t get_offset_of_rootNamespace_8() { return static_cast(offsetof(Configuration_t2529364143, ___rootNamespace_8)); } inline String_t* get_rootNamespace_8() const { return ___rootNamespace_8; } inline String_t** get_address_of_rootNamespace_8() { return &___rootNamespace_8; } inline void set_rootNamespace_8(String_t* value) { ___rootNamespace_8 = value; Il2CppCodeGenWriteBarrier((&___rootNamespace_8), value); } inline static int32_t get_offset_of_configPath_9() { return static_cast(offsetof(Configuration_t2529364143, ___configPath_9)); } inline String_t* get_configPath_9() const { return ___configPath_9; } inline String_t** get_address_of_configPath_9() { return &___configPath_9; } inline void set_configPath_9(String_t* value) { ___configPath_9 = value; Il2CppCodeGenWriteBarrier((&___configPath_9), value); } inline static int32_t get_offset_of_locationConfigPath_10() { return static_cast(offsetof(Configuration_t2529364143, ___locationConfigPath_10)); } inline String_t* get_locationConfigPath_10() const { return ___locationConfigPath_10; } inline String_t** get_address_of_locationConfigPath_10() { return &___locationConfigPath_10; } inline void set_locationConfigPath_10(String_t* value) { ___locationConfigPath_10 = value; Il2CppCodeGenWriteBarrier((&___locationConfigPath_10), value); } inline static int32_t get_offset_of_locationSubPath_11() { return static_cast(offsetof(Configuration_t2529364143, ___locationSubPath_11)); } inline String_t* get_locationSubPath_11() const { return ___locationSubPath_11; } inline String_t** get_address_of_locationSubPath_11() { return &___locationSubPath_11; } inline void set_locationSubPath_11(String_t* value) { ___locationSubPath_11 = value; Il2CppCodeGenWriteBarrier((&___locationSubPath_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATION_T2529364143_H #ifndef FTPASYNCRESULT_T3265664217_H #define FTPASYNCRESULT_T3265664217_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FtpAsyncResult struct FtpAsyncResult_t3265664217 : public RuntimeObject { public: // System.Net.FtpWebResponse System.Net.FtpAsyncResult::response FtpWebResponse_t3940763575 * ___response_0; // System.Threading.ManualResetEvent System.Net.FtpAsyncResult::waitHandle ManualResetEvent_t451242010 * ___waitHandle_1; // System.Exception System.Net.FtpAsyncResult::exception Exception_t * ___exception_2; // System.AsyncCallback System.Net.FtpAsyncResult::callback AsyncCallback_t3962456242 * ___callback_3; // System.IO.Stream System.Net.FtpAsyncResult::stream Stream_t1273022909 * ___stream_4; // System.Object System.Net.FtpAsyncResult::state RuntimeObject * ___state_5; // System.Boolean System.Net.FtpAsyncResult::completed bool ___completed_6; // System.Boolean System.Net.FtpAsyncResult::synch bool ___synch_7; // System.Object System.Net.FtpAsyncResult::locker RuntimeObject * ___locker_8; public: inline static int32_t get_offset_of_response_0() { return static_cast(offsetof(FtpAsyncResult_t3265664217, ___response_0)); } inline FtpWebResponse_t3940763575 * get_response_0() const { return ___response_0; } inline FtpWebResponse_t3940763575 ** get_address_of_response_0() { return &___response_0; } inline void set_response_0(FtpWebResponse_t3940763575 * value) { ___response_0 = value; Il2CppCodeGenWriteBarrier((&___response_0), value); } inline static int32_t get_offset_of_waitHandle_1() { return static_cast(offsetof(FtpAsyncResult_t3265664217, ___waitHandle_1)); } inline ManualResetEvent_t451242010 * get_waitHandle_1() const { return ___waitHandle_1; } inline ManualResetEvent_t451242010 ** get_address_of_waitHandle_1() { return &___waitHandle_1; } inline void set_waitHandle_1(ManualResetEvent_t451242010 * value) { ___waitHandle_1 = value; Il2CppCodeGenWriteBarrier((&___waitHandle_1), value); } inline static int32_t get_offset_of_exception_2() { return static_cast(offsetof(FtpAsyncResult_t3265664217, ___exception_2)); } inline Exception_t * get_exception_2() const { return ___exception_2; } inline Exception_t ** get_address_of_exception_2() { return &___exception_2; } inline void set_exception_2(Exception_t * value) { ___exception_2 = value; Il2CppCodeGenWriteBarrier((&___exception_2), value); } inline static int32_t get_offset_of_callback_3() { return static_cast(offsetof(FtpAsyncResult_t3265664217, ___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_stream_4() { return static_cast(offsetof(FtpAsyncResult_t3265664217, ___stream_4)); } inline Stream_t1273022909 * get_stream_4() const { return ___stream_4; } inline Stream_t1273022909 ** get_address_of_stream_4() { return &___stream_4; } inline void set_stream_4(Stream_t1273022909 * value) { ___stream_4 = value; Il2CppCodeGenWriteBarrier((&___stream_4), value); } inline static int32_t get_offset_of_state_5() { return static_cast(offsetof(FtpAsyncResult_t3265664217, ___state_5)); } inline RuntimeObject * get_state_5() const { return ___state_5; } inline RuntimeObject ** get_address_of_state_5() { return &___state_5; } inline void set_state_5(RuntimeObject * value) { ___state_5 = value; Il2CppCodeGenWriteBarrier((&___state_5), value); } inline static int32_t get_offset_of_completed_6() { return static_cast(offsetof(FtpAsyncResult_t3265664217, ___completed_6)); } inline bool get_completed_6() const { return ___completed_6; } inline bool* get_address_of_completed_6() { return &___completed_6; } inline void set_completed_6(bool value) { ___completed_6 = value; } inline static int32_t get_offset_of_synch_7() { return static_cast(offsetof(FtpAsyncResult_t3265664217, ___synch_7)); } inline bool get_synch_7() const { return ___synch_7; } inline bool* get_address_of_synch_7() { return &___synch_7; } inline void set_synch_7(bool value) { ___synch_7 = value; } inline static int32_t get_offset_of_locker_8() { return static_cast(offsetof(FtpAsyncResult_t3265664217, ___locker_8)); } inline RuntimeObject * get_locker_8() const { return ___locker_8; } inline RuntimeObject ** get_address_of_locker_8() { return &___locker_8; } inline void set_locker_8(RuntimeObject * value) { ___locker_8 = value; Il2CppCodeGenWriteBarrier((&___locker_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FTPASYNCRESULT_T3265664217_H #ifndef FILEWEBREQUESTCREATOR_T1781329382_H #define FILEWEBREQUESTCREATOR_T1781329382_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FileWebRequestCreator struct FileWebRequestCreator_t1781329382 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEWEBREQUESTCREATOR_T1781329382_H #ifndef GLOBALPROXYSELECTION_T1166292522_H #define GLOBALPROXYSELECTION_T1166292522_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.GlobalProxySelection struct GlobalProxySelection_t1166292522 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GLOBALPROXYSELECTION_T1166292522_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 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 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 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 NETCONFIGURATIONHANDLER_T3348259332_H #define NETCONFIGURATIONHANDLER_T3348259332_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.NetConfigurationHandler struct NetConfigurationHandler_t3348259332 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETCONFIGURATIONHANDLER_T3348259332_H #ifndef NETCONFIG_T2828594564_H #define NETCONFIG_T2828594564_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.NetConfig struct NetConfig_t2828594564 : public RuntimeObject { public: // System.Boolean System.Net.NetConfig::ipv6Enabled bool ___ipv6Enabled_0; // System.Int32 System.Net.NetConfig::MaxResponseHeadersLength int32_t ___MaxResponseHeadersLength_1; public: inline static int32_t get_offset_of_ipv6Enabled_0() { return static_cast(offsetof(NetConfig_t2828594564, ___ipv6Enabled_0)); } inline bool get_ipv6Enabled_0() const { return ___ipv6Enabled_0; } inline bool* get_address_of_ipv6Enabled_0() { return &___ipv6Enabled_0; } inline void set_ipv6Enabled_0(bool value) { ___ipv6Enabled_0 = value; } inline static int32_t get_offset_of_MaxResponseHeadersLength_1() { return static_cast(offsetof(NetConfig_t2828594564, ___MaxResponseHeadersLength_1)); } inline int32_t get_MaxResponseHeadersLength_1() const { return ___MaxResponseHeadersLength_1; } inline int32_t* get_address_of_MaxResponseHeadersLength_1() { return &___MaxResponseHeadersLength_1; } inline void set_MaxResponseHeadersLength_1(int32_t value) { ___MaxResponseHeadersLength_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETCONFIG_T2828594564_H #ifndef XMLNODELIST_T2551693786_H #define XMLNODELIST_T2551693786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeList struct XmlNodeList_t2551693786 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODELIST_T2551693786_H #ifndef HTTPREQUESTCREATOR_T1984314013_H #define HTTPREQUESTCREATOR_T1984314013_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpRequestCreator struct HttpRequestCreator_t1984314013 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPREQUESTCREATOR_T1984314013_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 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 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 COOKIECOLLECTION_T3881042616_H #define COOKIECOLLECTION_T3881042616_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CookieCollection struct CookieCollection_t3881042616 : public RuntimeObject { public: // System.Collections.Generic.List`1 System.Net.CookieCollection::list List_1_t2465948139 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(CookieCollection_t3881042616, ___list_0)); } inline List_1_t2465948139 * get_list_0() const { return ___list_0; } inline List_1_t2465948139 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t2465948139 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; struct CookieCollection_t3881042616_StaticFields { public: // System.Net.CookieCollection/CookieCollectionComparer System.Net.CookieCollection::Comparer CookieCollectionComparer_t1373927847 * ___Comparer_1; public: inline static int32_t get_offset_of_Comparer_1() { return static_cast(offsetof(CookieCollection_t3881042616_StaticFields, ___Comparer_1)); } inline CookieCollectionComparer_t1373927847 * get_Comparer_1() const { return ___Comparer_1; } inline CookieCollectionComparer_t1373927847 ** get_address_of_Comparer_1() { return &___Comparer_1; } inline void set_Comparer_1(CookieCollectionComparer_t1373927847 * value) { ___Comparer_1 = value; Il2CppCodeGenWriteBarrier((&___Comparer_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COOKIECOLLECTION_T3881042616_H #ifndef LIST_1_T2465948139_H #define LIST_1_T2465948139_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t2465948139 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CookieU5BU5D_t1711848088* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t2465948139, ____items_1)); } inline CookieU5BU5D_t1711848088* get__items_1() const { return ____items_1; } inline CookieU5BU5D_t1711848088** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CookieU5BU5D_t1711848088* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2465948139, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t2465948139, ____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 List_1_t2465948139_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CookieU5BU5D_t1711848088* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2465948139_StaticFields, ___EmptyArray_4)); } inline CookieU5BU5D_t1711848088* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CookieU5BU5D_t1711848088** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CookieU5BU5D_t1711848088* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2465948139_H #ifndef COOKIECOLLECTIONCOMPARER_T1373927847_H #define COOKIECOLLECTIONCOMPARER_T1373927847_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CookieCollection/CookieCollectionComparer struct CookieCollectionComparer_t1373927847 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COOKIECOLLECTIONCOMPARER_T1373927847_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 COMPAREINFO_T1092934962_H #define COMPAREINFO_T1092934962_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CompareInfo struct CompareInfo_t1092934962 : public RuntimeObject { public: // System.Int32 System.Globalization.CompareInfo::culture int32_t ___culture_1; // System.String System.Globalization.CompareInfo::icu_name String_t* ___icu_name_2; // System.Int32 System.Globalization.CompareInfo::win32LCID int32_t ___win32LCID_3; // System.String System.Globalization.CompareInfo::m_name String_t* ___m_name_4; // Mono.Globalization.Unicode.SimpleCollator System.Globalization.CompareInfo::collator SimpleCollator_t2877834729 * ___collator_5; public: inline static int32_t get_offset_of_culture_1() { return static_cast(offsetof(CompareInfo_t1092934962, ___culture_1)); } inline int32_t get_culture_1() const { return ___culture_1; } inline int32_t* get_address_of_culture_1() { return &___culture_1; } inline void set_culture_1(int32_t value) { ___culture_1 = value; } inline static int32_t get_offset_of_icu_name_2() { return static_cast(offsetof(CompareInfo_t1092934962, ___icu_name_2)); } inline String_t* get_icu_name_2() const { return ___icu_name_2; } inline String_t** get_address_of_icu_name_2() { return &___icu_name_2; } inline void set_icu_name_2(String_t* value) { ___icu_name_2 = value; Il2CppCodeGenWriteBarrier((&___icu_name_2), value); } inline static int32_t get_offset_of_win32LCID_3() { return static_cast(offsetof(CompareInfo_t1092934962, ___win32LCID_3)); } inline int32_t get_win32LCID_3() const { return ___win32LCID_3; } inline int32_t* get_address_of_win32LCID_3() { return &___win32LCID_3; } inline void set_win32LCID_3(int32_t value) { ___win32LCID_3 = value; } inline static int32_t get_offset_of_m_name_4() { return static_cast(offsetof(CompareInfo_t1092934962, ___m_name_4)); } inline String_t* get_m_name_4() const { return ___m_name_4; } inline String_t** get_address_of_m_name_4() { return &___m_name_4; } inline void set_m_name_4(String_t* value) { ___m_name_4 = value; Il2CppCodeGenWriteBarrier((&___m_name_4), value); } inline static int32_t get_offset_of_collator_5() { return static_cast(offsetof(CompareInfo_t1092934962, ___collator_5)); } inline SimpleCollator_t2877834729 * get_collator_5() const { return ___collator_5; } inline SimpleCollator_t2877834729 ** get_address_of_collator_5() { return &___collator_5; } inline void set_collator_5(SimpleCollator_t2877834729 * value) { ___collator_5 = value; Il2CppCodeGenWriteBarrier((&___collator_5), value); } }; struct CompareInfo_t1092934962_StaticFields { public: // System.Boolean System.Globalization.CompareInfo::useManagedCollation bool ___useManagedCollation_0; // System.Collections.Hashtable System.Globalization.CompareInfo::collators Hashtable_t1853889766 * ___collators_6; // System.Object System.Globalization.CompareInfo::monitor RuntimeObject * ___monitor_7; public: inline static int32_t get_offset_of_useManagedCollation_0() { return static_cast(offsetof(CompareInfo_t1092934962_StaticFields, ___useManagedCollation_0)); } inline bool get_useManagedCollation_0() const { return ___useManagedCollation_0; } inline bool* get_address_of_useManagedCollation_0() { return &___useManagedCollation_0; } inline void set_useManagedCollation_0(bool value) { ___useManagedCollation_0 = value; } inline static int32_t get_offset_of_collators_6() { return static_cast(offsetof(CompareInfo_t1092934962_StaticFields, ___collators_6)); } inline Hashtable_t1853889766 * get_collators_6() const { return ___collators_6; } inline Hashtable_t1853889766 ** get_address_of_collators_6() { return &___collators_6; } inline void set_collators_6(Hashtable_t1853889766 * value) { ___collators_6 = value; Il2CppCodeGenWriteBarrier((&___collators_6), value); } inline static int32_t get_offset_of_monitor_7() { return static_cast(offsetof(CompareInfo_t1092934962_StaticFields, ___monitor_7)); } inline RuntimeObject * get_monitor_7() const { return ___monitor_7; } inline RuntimeObject ** get_address_of_monitor_7() { return &___monitor_7; } inline void set_monitor_7(RuntimeObject * value) { ___monitor_7 = value; Il2CppCodeGenWriteBarrier((&___monitor_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPAREINFO_T1092934962_H #ifndef COOKIECONTAINER_T2331592909_H #define COOKIECONTAINER_T2331592909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CookieContainer struct CookieContainer_t2331592909 : public RuntimeObject { public: // System.Int32 System.Net.CookieContainer::capacity int32_t ___capacity_0; // System.Int32 System.Net.CookieContainer::perDomainCapacity int32_t ___perDomainCapacity_1; // System.Int32 System.Net.CookieContainer::maxCookieSize int32_t ___maxCookieSize_2; // System.Net.CookieCollection System.Net.CookieContainer::cookies CookieCollection_t3881042616 * ___cookies_3; public: inline static int32_t get_offset_of_capacity_0() { return static_cast(offsetof(CookieContainer_t2331592909, ___capacity_0)); } inline int32_t get_capacity_0() const { return ___capacity_0; } inline int32_t* get_address_of_capacity_0() { return &___capacity_0; } inline void set_capacity_0(int32_t value) { ___capacity_0 = value; } inline static int32_t get_offset_of_perDomainCapacity_1() { return static_cast(offsetof(CookieContainer_t2331592909, ___perDomainCapacity_1)); } inline int32_t get_perDomainCapacity_1() const { return ___perDomainCapacity_1; } inline int32_t* get_address_of_perDomainCapacity_1() { return &___perDomainCapacity_1; } inline void set_perDomainCapacity_1(int32_t value) { ___perDomainCapacity_1 = value; } inline static int32_t get_offset_of_maxCookieSize_2() { return static_cast(offsetof(CookieContainer_t2331592909, ___maxCookieSize_2)); } inline int32_t get_maxCookieSize_2() const { return ___maxCookieSize_2; } inline int32_t* get_address_of_maxCookieSize_2() { return &___maxCookieSize_2; } inline void set_maxCookieSize_2(int32_t value) { ___maxCookieSize_2 = value; } inline static int32_t get_offset_of_cookies_3() { return static_cast(offsetof(CookieContainer_t2331592909, ___cookies_3)); } inline CookieCollection_t3881042616 * get_cookies_3() const { return ___cookies_3; } inline CookieCollection_t3881042616 ** get_address_of_cookies_3() { return &___cookies_3; } inline void set_cookies_3(CookieCollection_t3881042616 * value) { ___cookies_3 = value; Il2CppCodeGenWriteBarrier((&___cookies_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COOKIECONTAINER_T2331592909_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 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 WEBREQUESTMODULEHANDLER_T914399239_H #define WEBREQUESTMODULEHANDLER_T914399239_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.WebRequestModuleHandler struct WebRequestModuleHandler_t914399239 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBREQUESTMODULEHANDLER_T914399239_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 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 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 DNS_T384099571_H #define DNS_T384099571_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Dns struct Dns_t384099571 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DNS_T384099571_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 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 COOKIEPARSER_T2349142305_H #define COOKIEPARSER_T2349142305_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CookieParser struct CookieParser_t2349142305 : public RuntimeObject { public: // System.String System.Net.CookieParser::header String_t* ___header_0; // System.Int32 System.Net.CookieParser::pos int32_t ___pos_1; // System.Int32 System.Net.CookieParser::length int32_t ___length_2; public: inline static int32_t get_offset_of_header_0() { return static_cast(offsetof(CookieParser_t2349142305, ___header_0)); } inline String_t* get_header_0() const { return ___header_0; } inline String_t** get_address_of_header_0() { return &___header_0; } inline void set_header_0(String_t* value) { ___header_0 = value; Il2CppCodeGenWriteBarrier((&___header_0), value); } inline static int32_t get_offset_of_pos_1() { return static_cast(offsetof(CookieParser_t2349142305, ___pos_1)); } inline int32_t get_pos_1() const { return ___pos_1; } inline int32_t* get_address_of_pos_1() { return &___pos_1; } inline void set_pos_1(int32_t value) { ___pos_1 = value; } inline static int32_t get_offset_of_length_2() { return static_cast(offsetof(CookieParser_t2349142305, ___length_2)); } inline int32_t get_length_2() const { return ___length_2; } inline int32_t* get_address_of_length_2() { return &___length_2; } inline void set_length_2(int32_t value) { ___length_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COOKIEPARSER_T2349142305_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 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 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 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 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 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 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 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 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 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 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 CONFIGURATIONPROPERTYCOLLECTION_T2852175726_H #define CONFIGURATIONPROPERTYCOLLECTION_T2852175726_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationPropertyCollection struct ConfigurationPropertyCollection_t2852175726 : public RuntimeObject { public: // System.Collections.Generic.List`1 System.Configuration.ConfigurationPropertyCollection::collection List_1_t767969300 * ___collection_0; public: inline static int32_t get_offset_of_collection_0() { return static_cast(offsetof(ConfigurationPropertyCollection_t2852175726, ___collection_0)); } inline List_1_t767969300 * get_collection_0() const { return ___collection_0; } inline List_1_t767969300 ** get_address_of_collection_0() { return &___collection_0; } inline void set_collection_0(List_1_t767969300 * value) { ___collection_0 = value; Il2CppCodeGenWriteBarrier((&___collection_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATIONPROPERTYCOLLECTION_T2852175726_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 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 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 TIMEZONE_T2038656743_H #define TIMEZONE_T2038656743_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeZone struct TimeZone_t2038656743 : public RuntimeObject { public: public: }; struct TimeZone_t2038656743_StaticFields { public: // System.TimeZone System.TimeZone::currentTimeZone TimeZone_t2038656743 * ___currentTimeZone_0; // System.Object System.TimeZone::tz_lock RuntimeObject * ___tz_lock_1; // System.Int64 System.TimeZone::timezone_check int64_t ___timezone_check_2; public: inline static int32_t get_offset_of_currentTimeZone_0() { return static_cast(offsetof(TimeZone_t2038656743_StaticFields, ___currentTimeZone_0)); } inline TimeZone_t2038656743 * get_currentTimeZone_0() const { return ___currentTimeZone_0; } inline TimeZone_t2038656743 ** get_address_of_currentTimeZone_0() { return &___currentTimeZone_0; } inline void set_currentTimeZone_0(TimeZone_t2038656743 * value) { ___currentTimeZone_0 = value; Il2CppCodeGenWriteBarrier((&___currentTimeZone_0), value); } inline static int32_t get_offset_of_tz_lock_1() { return static_cast(offsetof(TimeZone_t2038656743_StaticFields, ___tz_lock_1)); } inline RuntimeObject * get_tz_lock_1() const { return ___tz_lock_1; } inline RuntimeObject ** get_address_of_tz_lock_1() { return &___tz_lock_1; } inline void set_tz_lock_1(RuntimeObject * value) { ___tz_lock_1 = value; Il2CppCodeGenWriteBarrier((&___tz_lock_1), value); } inline static int32_t get_offset_of_timezone_check_2() { return static_cast(offsetof(TimeZone_t2038656743_StaticFields, ___timezone_check_2)); } inline int64_t get_timezone_check_2() const { return ___timezone_check_2; } inline int64_t* get_address_of_timezone_check_2() { return &___timezone_check_2; } inline void set_timezone_check_2(int64_t value) { ___timezone_check_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMEZONE_T2038656743_H #ifndef XMLNAMEDNODEMAP_T2821286253_H #define XMLNAMEDNODEMAP_T2821286253_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t2821286253 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::parent XmlNode_t3767805227 * ___parent_1; // System.Collections.ArrayList System.Xml.XmlNamedNodeMap::nodeList ArrayList_t2718874744 * ___nodeList_2; // System.Boolean System.Xml.XmlNamedNodeMap::readOnly bool ___readOnly_3; public: inline static int32_t get_offset_of_parent_1() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253, ___parent_1)); } inline XmlNode_t3767805227 * get_parent_1() const { return ___parent_1; } inline XmlNode_t3767805227 ** get_address_of_parent_1() { return &___parent_1; } inline void set_parent_1(XmlNode_t3767805227 * value) { ___parent_1 = value; Il2CppCodeGenWriteBarrier((&___parent_1), value); } inline static int32_t get_offset_of_nodeList_2() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253, ___nodeList_2)); } inline ArrayList_t2718874744 * get_nodeList_2() const { return ___nodeList_2; } inline ArrayList_t2718874744 ** get_address_of_nodeList_2() { return &___nodeList_2; } inline void set_nodeList_2(ArrayList_t2718874744 * value) { ___nodeList_2 = value; Il2CppCodeGenWriteBarrier((&___nodeList_2), value); } inline static int32_t get_offset_of_readOnly_3() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253, ___readOnly_3)); } inline bool get_readOnly_3() const { return ___readOnly_3; } inline bool* get_address_of_readOnly_3() { return &___readOnly_3; } inline void set_readOnly_3(bool value) { ___readOnly_3 = value; } }; struct XmlNamedNodeMap_t2821286253_StaticFields { public: // System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::emptyEnumerator RuntimeObject* ___emptyEnumerator_0; public: inline static int32_t get_offset_of_emptyEnumerator_0() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253_StaticFields, ___emptyEnumerator_0)); } inline RuntimeObject* get_emptyEnumerator_0() const { return ___emptyEnumerator_0; } inline RuntimeObject** get_address_of_emptyEnumerator_0() { return &___emptyEnumerator_0; } inline void set_emptyEnumerator_0(RuntimeObject* value) { ___emptyEnumerator_0 = value; Il2CppCodeGenWriteBarrier((&___emptyEnumerator_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNAMEDNODEMAP_T2821286253_H #ifndef BITCONVERTER_T3118986983_H #define BITCONVERTER_T3118986983_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.BitConverter struct BitConverter_t3118986983 : public RuntimeObject { public: public: }; struct BitConverter_t3118986983_StaticFields { public: // System.Boolean System.BitConverter::SwappedWordsInDouble bool ___SwappedWordsInDouble_0; // System.Boolean System.BitConverter::IsLittleEndian bool ___IsLittleEndian_1; public: inline static int32_t get_offset_of_SwappedWordsInDouble_0() { return static_cast(offsetof(BitConverter_t3118986983_StaticFields, ___SwappedWordsInDouble_0)); } inline bool get_SwappedWordsInDouble_0() const { return ___SwappedWordsInDouble_0; } inline bool* get_address_of_SwappedWordsInDouble_0() { return &___SwappedWordsInDouble_0; } inline void set_SwappedWordsInDouble_0(bool value) { ___SwappedWordsInDouble_0 = value; } inline static int32_t get_offset_of_IsLittleEndian_1() { return static_cast(offsetof(BitConverter_t3118986983_StaticFields, ___IsLittleEndian_1)); } inline bool get_IsLittleEndian_1() const { return ___IsLittleEndian_1; } inline bool* get_address_of_IsLittleEndian_1() { return &___IsLittleEndian_1; } inline void set_IsLittleEndian_1(bool value) { ___IsLittleEndian_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BITCONVERTER_T3118986983_H #ifndef IPV6ADDRESS_T2709566769_H #define IPV6ADDRESS_T2709566769_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.IPv6Address struct IPv6Address_t2709566769 : public RuntimeObject { public: // System.UInt16[] System.Net.IPv6Address::address UInt16U5BU5D_t3326319531* ___address_0; // System.Int32 System.Net.IPv6Address::prefixLength int32_t ___prefixLength_1; // System.Int64 System.Net.IPv6Address::scopeId int64_t ___scopeId_2; public: inline static int32_t get_offset_of_address_0() { return static_cast(offsetof(IPv6Address_t2709566769, ___address_0)); } inline UInt16U5BU5D_t3326319531* get_address_0() const { return ___address_0; } inline UInt16U5BU5D_t3326319531** get_address_of_address_0() { return &___address_0; } inline void set_address_0(UInt16U5BU5D_t3326319531* value) { ___address_0 = value; Il2CppCodeGenWriteBarrier((&___address_0), value); } inline static int32_t get_offset_of_prefixLength_1() { return static_cast(offsetof(IPv6Address_t2709566769, ___prefixLength_1)); } inline int32_t get_prefixLength_1() const { return ___prefixLength_1; } inline int32_t* get_address_of_prefixLength_1() { return &___prefixLength_1; } inline void set_prefixLength_1(int32_t value) { ___prefixLength_1 = value; } inline static int32_t get_offset_of_scopeId_2() { return static_cast(offsetof(IPv6Address_t2709566769, ___scopeId_2)); } inline int64_t get_scopeId_2() const { return ___scopeId_2; } inline int64_t* get_address_of_scopeId_2() { return &___scopeId_2; } inline void set_scopeId_2(int64_t value) { ___scopeId_2 = value; } }; struct IPv6Address_t2709566769_StaticFields { public: // System.Net.IPv6Address System.Net.IPv6Address::Loopback IPv6Address_t2709566769 * ___Loopback_3; // System.Net.IPv6Address System.Net.IPv6Address::Unspecified IPv6Address_t2709566769 * ___Unspecified_4; public: inline static int32_t get_offset_of_Loopback_3() { return static_cast(offsetof(IPv6Address_t2709566769_StaticFields, ___Loopback_3)); } inline IPv6Address_t2709566769 * get_Loopback_3() const { return ___Loopback_3; } inline IPv6Address_t2709566769 ** get_address_of_Loopback_3() { return &___Loopback_3; } inline void set_Loopback_3(IPv6Address_t2709566769 * value) { ___Loopback_3 = value; Il2CppCodeGenWriteBarrier((&___Loopback_3), value); } inline static int32_t get_offset_of_Unspecified_4() { return static_cast(offsetof(IPv6Address_t2709566769_StaticFields, ___Unspecified_4)); } inline IPv6Address_t2709566769 * get_Unspecified_4() const { return ___Unspecified_4; } inline IPv6Address_t2709566769 ** get_address_of_Unspecified_4() { return &___Unspecified_4; } inline void set_Unspecified_4(IPv6Address_t2709566769 * value) { ___Unspecified_4 = value; Il2CppCodeGenWriteBarrier((&___Unspecified_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IPV6ADDRESS_T2709566769_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 HANDLERSUTIL_T2371960855_H #define HANDLERSUTIL_T2371960855_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.HandlersUtil struct HandlersUtil_t2371960855 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HANDLERSUTIL_T2371960855_H #ifndef XMLREADER_T3121518892_H #define XMLREADER_T3121518892_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlReader struct XmlReader_t3121518892 : public RuntimeObject { public: // System.Xml.XmlReaderBinarySupport System.Xml.XmlReader::binary XmlReaderBinarySupport_t1809665003 * ___binary_0; // System.Xml.XmlReaderSettings System.Xml.XmlReader::settings XmlReaderSettings_t2186285234 * ___settings_1; public: inline static int32_t get_offset_of_binary_0() { return static_cast(offsetof(XmlReader_t3121518892, ___binary_0)); } inline XmlReaderBinarySupport_t1809665003 * get_binary_0() const { return ___binary_0; } inline XmlReaderBinarySupport_t1809665003 ** get_address_of_binary_0() { return &___binary_0; } inline void set_binary_0(XmlReaderBinarySupport_t1809665003 * value) { ___binary_0 = value; Il2CppCodeGenWriteBarrier((&___binary_0), value); } inline static int32_t get_offset_of_settings_1() { return static_cast(offsetof(XmlReader_t3121518892, ___settings_1)); } inline XmlReaderSettings_t2186285234 * get_settings_1() const { return ___settings_1; } inline XmlReaderSettings_t2186285234 ** get_address_of_settings_1() { return &___settings_1; } inline void set_settings_1(XmlReaderSettings_t2186285234 * value) { ___settings_1 = value; Il2CppCodeGenWriteBarrier((&___settings_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLREADER_T3121518892_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 U3CBEGINAUTHENTICATEASCLIENTU3EC__ANONSTOREY7_T1222040293_H #define U3CBEGINAUTHENTICATEASCLIENTU3EC__ANONSTOREY7_T1222040293_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Security.SslStream/c__AnonStorey7 struct U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_t1222040293 : public RuntimeObject { public: // System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.Security.SslStream/c__AnonStorey7::clientCertificates X509CertificateCollection_t3399372417 * ___clientCertificates_0; // System.Net.Security.SslStream System.Net.Security.SslStream/c__AnonStorey7::<>f__this SslStream_t2700741536 * ___U3CU3Ef__this_1; public: inline static int32_t get_offset_of_clientCertificates_0() { return static_cast(offsetof(U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_t1222040293, ___clientCertificates_0)); } inline X509CertificateCollection_t3399372417 * get_clientCertificates_0() const { return ___clientCertificates_0; } inline X509CertificateCollection_t3399372417 ** get_address_of_clientCertificates_0() { return &___clientCertificates_0; } inline void set_clientCertificates_0(X509CertificateCollection_t3399372417 * value) { ___clientCertificates_0 = value; Il2CppCodeGenWriteBarrier((&___clientCertificates_0), value); } inline static int32_t get_offset_of_U3CU3Ef__this_1() { return static_cast(offsetof(U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_t1222040293, ___U3CU3Ef__this_1)); } inline SslStream_t2700741536 * get_U3CU3Ef__this_1() const { return ___U3CU3Ef__this_1; } inline SslStream_t2700741536 ** get_address_of_U3CU3Ef__this_1() { return &___U3CU3Ef__this_1; } inline void set_U3CU3Ef__this_1(SslStream_t2700741536 * value) { ___U3CU3Ef__this_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__this_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CBEGINAUTHENTICATEASCLIENTU3EC__ANONSTOREY7_T1222040293_H #ifndef XMLNODE_T3767805227_H #define XMLNODE_T3767805227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNode struct XmlNode_t3767805227 : public RuntimeObject { public: // System.Xml.XmlDocument System.Xml.XmlNode::ownerDocument XmlDocument_t2837193595 * ___ownerDocument_1; // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t3767805227 * ___parentNode_2; // System.Xml.XmlNodeListChildren System.Xml.XmlNode::childNodes XmlNodeListChildren_t1082692789 * ___childNodes_3; public: inline static int32_t get_offset_of_ownerDocument_1() { return static_cast(offsetof(XmlNode_t3767805227, ___ownerDocument_1)); } inline XmlDocument_t2837193595 * get_ownerDocument_1() const { return ___ownerDocument_1; } inline XmlDocument_t2837193595 ** get_address_of_ownerDocument_1() { return &___ownerDocument_1; } inline void set_ownerDocument_1(XmlDocument_t2837193595 * value) { ___ownerDocument_1 = value; Il2CppCodeGenWriteBarrier((&___ownerDocument_1), value); } inline static int32_t get_offset_of_parentNode_2() { return static_cast(offsetof(XmlNode_t3767805227, ___parentNode_2)); } inline XmlNode_t3767805227 * get_parentNode_2() const { return ___parentNode_2; } inline XmlNode_t3767805227 ** get_address_of_parentNode_2() { return &___parentNode_2; } inline void set_parentNode_2(XmlNode_t3767805227 * value) { ___parentNode_2 = value; Il2CppCodeGenWriteBarrier((&___parentNode_2), value); } inline static int32_t get_offset_of_childNodes_3() { return static_cast(offsetof(XmlNode_t3767805227, ___childNodes_3)); } inline XmlNodeListChildren_t1082692789 * get_childNodes_3() const { return ___childNodes_3; } inline XmlNodeListChildren_t1082692789 ** get_address_of_childNodes_3() { return &___childNodes_3; } inline void set_childNodes_3(XmlNodeListChildren_t1082692789 * value) { ___childNodes_3 = value; Il2CppCodeGenWriteBarrier((&___childNodes_3), value); } }; struct XmlNode_t3767805227_StaticFields { public: // System.Xml.XmlNode/EmptyNodeList System.Xml.XmlNode::emptyList EmptyNodeList_t139615908 * ___emptyList_0; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNode::<>f__switch$map2B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2B_4; public: inline static int32_t get_offset_of_emptyList_0() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___emptyList_0)); } inline EmptyNodeList_t139615908 * get_emptyList_0() const { return ___emptyList_0; } inline EmptyNodeList_t139615908 ** get_address_of_emptyList_0() { return &___emptyList_0; } inline void set_emptyList_0(EmptyNodeList_t139615908 * value) { ___emptyList_0 = value; Il2CppCodeGenWriteBarrier((&___emptyList_0), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map2B_4() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___U3CU3Ef__switchU24map2B_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2B_4() const { return ___U3CU3Ef__switchU24map2B_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2B_4() { return &___U3CU3Ef__switchU24map2B_4; } inline void set_U3CU3Ef__switchU24map2B_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map2B_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2B_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODE_T3767805227_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 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 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 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 TEXTREADER_T283511965_H #define TEXTREADER_T283511965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextReader struct TextReader_t283511965 : public MarshalByRefObject_t2760389100 { public: public: }; struct TextReader_t283511965_StaticFields { public: // System.IO.TextReader System.IO.TextReader::Null TextReader_t283511965 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextReader_t283511965_StaticFields, ___Null_1)); } inline TextReader_t283511965 * get_Null_1() const { return ___Null_1; } inline TextReader_t283511965 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextReader_t283511965 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTREADER_T283511965_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 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 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 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 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 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 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 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 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 UINT16_T2177724958_H #define UINT16_T2177724958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt16 struct UInt16_t2177724958 { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt16_t2177724958, ___m_value_2)); } inline uint16_t get_m_value_2() const { return ___m_value_2; } inline uint16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT16_T2177724958_H #ifndef INT16_T2552820387_H #define INT16_T2552820387_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int16 struct Int16_t2552820387 { public: // System.Int16 System.Int16::m_value int16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int16_t2552820387, ___m_value_2)); } inline int16_t get_m_value_2() const { return ___m_value_2; } inline int16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT16_T2552820387_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 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 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 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 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 PERFORMANCECOUNTERSELEMENT_T4093363992_H #define PERFORMANCECOUNTERSELEMENT_T4093363992_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.PerformanceCountersElement struct PerformanceCountersElement_t4093363992 : public ConfigurationElement_t3318566633 { public: public: }; struct PerformanceCountersElement_t4093363992_StaticFields { public: // System.Configuration.ConfigurationProperty System.Net.Configuration.PerformanceCountersElement::enabledProp ConfigurationProperty_t3590861854 * ___enabledProp_13; // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.PerformanceCountersElement::properties ConfigurationPropertyCollection_t2852175726 * ___properties_14; public: inline static int32_t get_offset_of_enabledProp_13() { return static_cast(offsetof(PerformanceCountersElement_t4093363992_StaticFields, ___enabledProp_13)); } inline ConfigurationProperty_t3590861854 * get_enabledProp_13() const { return ___enabledProp_13; } inline ConfigurationProperty_t3590861854 ** get_address_of_enabledProp_13() { return &___enabledProp_13; } inline void set_enabledProp_13(ConfigurationProperty_t3590861854 * value) { ___enabledProp_13 = value; Il2CppCodeGenWriteBarrier((&___enabledProp_13), value); } inline static int32_t get_offset_of_properties_14() { return static_cast(offsetof(PerformanceCountersElement_t4093363992_StaticFields, ___properties_14)); } inline ConfigurationPropertyCollection_t2852175726 * get_properties_14() const { return ___properties_14; } inline ConfigurationPropertyCollection_t2852175726 ** get_address_of_properties_14() { return &___properties_14; } inline void set_properties_14(ConfigurationPropertyCollection_t2852175726 * value) { ___properties_14 = value; Il2CppCodeGenWriteBarrier((&___properties_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PERFORMANCECOUNTERSELEMENT_T4093363992_H #ifndef HTTPWEBREQUESTELEMENT_T2801692355_H #define HTTPWEBREQUESTELEMENT_T2801692355_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.HttpWebRequestElement struct HttpWebRequestElement_t2801692355 : public ConfigurationElement_t3318566633 { public: public: }; struct HttpWebRequestElement_t2801692355_StaticFields { public: // System.Configuration.ConfigurationProperty System.Net.Configuration.HttpWebRequestElement::maximumErrorResponseLengthProp ConfigurationProperty_t3590861854 * ___maximumErrorResponseLengthProp_13; // System.Configuration.ConfigurationProperty System.Net.Configuration.HttpWebRequestElement::maximumResponseHeadersLengthProp ConfigurationProperty_t3590861854 * ___maximumResponseHeadersLengthProp_14; // System.Configuration.ConfigurationProperty System.Net.Configuration.HttpWebRequestElement::maximumUnauthorizedUploadLengthProp ConfigurationProperty_t3590861854 * ___maximumUnauthorizedUploadLengthProp_15; // System.Configuration.ConfigurationProperty System.Net.Configuration.HttpWebRequestElement::useUnsafeHeaderParsingProp ConfigurationProperty_t3590861854 * ___useUnsafeHeaderParsingProp_16; // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.HttpWebRequestElement::properties ConfigurationPropertyCollection_t2852175726 * ___properties_17; public: inline static int32_t get_offset_of_maximumErrorResponseLengthProp_13() { return static_cast(offsetof(HttpWebRequestElement_t2801692355_StaticFields, ___maximumErrorResponseLengthProp_13)); } inline ConfigurationProperty_t3590861854 * get_maximumErrorResponseLengthProp_13() const { return ___maximumErrorResponseLengthProp_13; } inline ConfigurationProperty_t3590861854 ** get_address_of_maximumErrorResponseLengthProp_13() { return &___maximumErrorResponseLengthProp_13; } inline void set_maximumErrorResponseLengthProp_13(ConfigurationProperty_t3590861854 * value) { ___maximumErrorResponseLengthProp_13 = value; Il2CppCodeGenWriteBarrier((&___maximumErrorResponseLengthProp_13), value); } inline static int32_t get_offset_of_maximumResponseHeadersLengthProp_14() { return static_cast(offsetof(HttpWebRequestElement_t2801692355_StaticFields, ___maximumResponseHeadersLengthProp_14)); } inline ConfigurationProperty_t3590861854 * get_maximumResponseHeadersLengthProp_14() const { return ___maximumResponseHeadersLengthProp_14; } inline ConfigurationProperty_t3590861854 ** get_address_of_maximumResponseHeadersLengthProp_14() { return &___maximumResponseHeadersLengthProp_14; } inline void set_maximumResponseHeadersLengthProp_14(ConfigurationProperty_t3590861854 * value) { ___maximumResponseHeadersLengthProp_14 = value; Il2CppCodeGenWriteBarrier((&___maximumResponseHeadersLengthProp_14), value); } inline static int32_t get_offset_of_maximumUnauthorizedUploadLengthProp_15() { return static_cast(offsetof(HttpWebRequestElement_t2801692355_StaticFields, ___maximumUnauthorizedUploadLengthProp_15)); } inline ConfigurationProperty_t3590861854 * get_maximumUnauthorizedUploadLengthProp_15() const { return ___maximumUnauthorizedUploadLengthProp_15; } inline ConfigurationProperty_t3590861854 ** get_address_of_maximumUnauthorizedUploadLengthProp_15() { return &___maximumUnauthorizedUploadLengthProp_15; } inline void set_maximumUnauthorizedUploadLengthProp_15(ConfigurationProperty_t3590861854 * value) { ___maximumUnauthorizedUploadLengthProp_15 = value; Il2CppCodeGenWriteBarrier((&___maximumUnauthorizedUploadLengthProp_15), value); } inline static int32_t get_offset_of_useUnsafeHeaderParsingProp_16() { return static_cast(offsetof(HttpWebRequestElement_t2801692355_StaticFields, ___useUnsafeHeaderParsingProp_16)); } inline ConfigurationProperty_t3590861854 * get_useUnsafeHeaderParsingProp_16() const { return ___useUnsafeHeaderParsingProp_16; } inline ConfigurationProperty_t3590861854 ** get_address_of_useUnsafeHeaderParsingProp_16() { return &___useUnsafeHeaderParsingProp_16; } inline void set_useUnsafeHeaderParsingProp_16(ConfigurationProperty_t3590861854 * value) { ___useUnsafeHeaderParsingProp_16 = value; Il2CppCodeGenWriteBarrier((&___useUnsafeHeaderParsingProp_16), value); } inline static int32_t get_offset_of_properties_17() { return static_cast(offsetof(HttpWebRequestElement_t2801692355_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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPWEBREQUESTELEMENT_T2801692355_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 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 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 MAILSETTINGSSECTIONGROUP_T1796674833_H #define MAILSETTINGSSECTIONGROUP_T1796674833_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.MailSettingsSectionGroup struct MailSettingsSectionGroup_t1796674833 : public ConfigurationSectionGroup_t4179402520 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MAILSETTINGSSECTIONGROUP_T1796674833_H #ifndef WEBPROXYSCRIPTELEMENT_T477406598_H #define WEBPROXYSCRIPTELEMENT_T477406598_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.WebProxyScriptElement struct WebProxyScriptElement_t477406598 : public ConfigurationElement_t3318566633 { public: public: }; struct WebProxyScriptElement_t477406598_StaticFields { public: // System.Configuration.ConfigurationProperty System.Net.Configuration.WebProxyScriptElement::downloadTimeoutProp ConfigurationProperty_t3590861854 * ___downloadTimeoutProp_13; // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.WebProxyScriptElement::properties ConfigurationPropertyCollection_t2852175726 * ___properties_14; public: inline static int32_t get_offset_of_downloadTimeoutProp_13() { return static_cast(offsetof(WebProxyScriptElement_t477406598_StaticFields, ___downloadTimeoutProp_13)); } inline ConfigurationProperty_t3590861854 * get_downloadTimeoutProp_13() const { return ___downloadTimeoutProp_13; } inline ConfigurationProperty_t3590861854 ** get_address_of_downloadTimeoutProp_13() { return &___downloadTimeoutProp_13; } inline void set_downloadTimeoutProp_13(ConfigurationProperty_t3590861854 * value) { ___downloadTimeoutProp_13 = value; Il2CppCodeGenWriteBarrier((&___downloadTimeoutProp_13), value); } inline static int32_t get_offset_of_properties_14() { return static_cast(offsetof(WebProxyScriptElement_t477406598_StaticFields, ___properties_14)); } inline ConfigurationPropertyCollection_t2852175726 * get_properties_14() const { return ___properties_14; } inline ConfigurationPropertyCollection_t2852175726 ** get_address_of_properties_14() { return &___properties_14; } inline void set_properties_14(ConfigurationPropertyCollection_t2852175726 * value) { ___properties_14 = value; Il2CppCodeGenWriteBarrier((&___properties_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBPROXYSCRIPTELEMENT_T477406598_H #ifndef MODULEELEMENT_T3252950656_H #define MODULEELEMENT_T3252950656_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.ModuleElement struct ModuleElement_t3252950656 : public ConfigurationElement_t3318566633 { public: public: }; struct ModuleElement_t3252950656_StaticFields { public: // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.ModuleElement::properties ConfigurationPropertyCollection_t2852175726 * ___properties_13; // System.Configuration.ConfigurationProperty System.Net.Configuration.ModuleElement::typeProp ConfigurationProperty_t3590861854 * ___typeProp_14; public: inline static int32_t get_offset_of_properties_13() { return static_cast(offsetof(ModuleElement_t3252950656_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_typeProp_14() { return static_cast(offsetof(ModuleElement_t3252950656_StaticFields, ___typeProp_14)); } inline ConfigurationProperty_t3590861854 * get_typeProp_14() const { return ___typeProp_14; } inline ConfigurationProperty_t3590861854 ** get_address_of_typeProp_14() { return &___typeProp_14; } inline void set_typeProp_14(ConfigurationProperty_t3590861854 * value) { ___typeProp_14 = value; Il2CppCodeGenWriteBarrier((&___typeProp_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MODULEELEMENT_T3252950656_H #ifndef FTPCACHEPOLICYELEMENT_T1580201543_H #define FTPCACHEPOLICYELEMENT_T1580201543_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.FtpCachePolicyElement struct FtpCachePolicyElement_t1580201543 : public ConfigurationElement_t3318566633 { public: public: }; struct FtpCachePolicyElement_t1580201543_StaticFields { public: // System.Configuration.ConfigurationProperty System.Net.Configuration.FtpCachePolicyElement::policyLevelProp ConfigurationProperty_t3590861854 * ___policyLevelProp_13; // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.FtpCachePolicyElement::properties ConfigurationPropertyCollection_t2852175726 * ___properties_14; public: inline static int32_t get_offset_of_policyLevelProp_13() { return static_cast(offsetof(FtpCachePolicyElement_t1580201543_StaticFields, ___policyLevelProp_13)); } inline ConfigurationProperty_t3590861854 * get_policyLevelProp_13() const { return ___policyLevelProp_13; } inline ConfigurationProperty_t3590861854 ** get_address_of_policyLevelProp_13() { return &___policyLevelProp_13; } inline void set_policyLevelProp_13(ConfigurationProperty_t3590861854 * value) { ___policyLevelProp_13 = value; Il2CppCodeGenWriteBarrier((&___policyLevelProp_13), value); } inline static int32_t get_offset_of_properties_14() { return static_cast(offsetof(FtpCachePolicyElement_t1580201543_StaticFields, ___properties_14)); } inline ConfigurationPropertyCollection_t2852175726 * get_properties_14() const { return ___properties_14; } inline ConfigurationPropertyCollection_t2852175726 ** get_address_of_properties_14() { return &___properties_14; } inline void set_properties_14(ConfigurationPropertyCollection_t2852175726 * value) { ___properties_14 = value; Il2CppCodeGenWriteBarrier((&___properties_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FTPCACHEPOLICYELEMENT_T1580201543_H #ifndef XMLATTRIBUTECOLLECTION_T2316283784_H #define XMLATTRIBUTECOLLECTION_T2316283784_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784 : public XmlNamedNodeMap_t2821286253 { public: // System.Xml.XmlElement System.Xml.XmlAttributeCollection::ownerElement XmlElement_t561603118 * ___ownerElement_4; // System.Xml.XmlDocument System.Xml.XmlAttributeCollection::ownerDocument XmlDocument_t2837193595 * ___ownerDocument_5; public: inline static int32_t get_offset_of_ownerElement_4() { return static_cast(offsetof(XmlAttributeCollection_t2316283784, ___ownerElement_4)); } inline XmlElement_t561603118 * get_ownerElement_4() const { return ___ownerElement_4; } inline XmlElement_t561603118 ** get_address_of_ownerElement_4() { return &___ownerElement_4; } inline void set_ownerElement_4(XmlElement_t561603118 * value) { ___ownerElement_4 = value; Il2CppCodeGenWriteBarrier((&___ownerElement_4), value); } inline static int32_t get_offset_of_ownerDocument_5() { return static_cast(offsetof(XmlAttributeCollection_t2316283784, ___ownerDocument_5)); } inline XmlDocument_t2837193595 * get_ownerDocument_5() const { return ___ownerDocument_5; } inline XmlDocument_t2837193595 ** get_address_of_ownerDocument_5() { return &___ownerDocument_5; } inline void set_ownerDocument_5(XmlDocument_t2837193595 * value) { ___ownerDocument_5 = value; Il2CppCodeGenWriteBarrier((&___ownerDocument_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLATTRIBUTECOLLECTION_T2316283784_H #ifndef SERVICEPOINTMANAGERELEMENT_T2768640361_H #define SERVICEPOINTMANAGERELEMENT_T2768640361_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.ServicePointManagerElement struct ServicePointManagerElement_t2768640361 : public ConfigurationElement_t3318566633 { public: public: }; struct ServicePointManagerElement_t2768640361_StaticFields { public: // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.ServicePointManagerElement::properties ConfigurationPropertyCollection_t2852175726 * ___properties_13; // System.Configuration.ConfigurationProperty System.Net.Configuration.ServicePointManagerElement::checkCertificateNameProp ConfigurationProperty_t3590861854 * ___checkCertificateNameProp_14; // System.Configuration.ConfigurationProperty System.Net.Configuration.ServicePointManagerElement::checkCertificateRevocationListProp ConfigurationProperty_t3590861854 * ___checkCertificateRevocationListProp_15; // System.Configuration.ConfigurationProperty System.Net.Configuration.ServicePointManagerElement::dnsRefreshTimeoutProp ConfigurationProperty_t3590861854 * ___dnsRefreshTimeoutProp_16; // System.Configuration.ConfigurationProperty System.Net.Configuration.ServicePointManagerElement::enableDnsRoundRobinProp ConfigurationProperty_t3590861854 * ___enableDnsRoundRobinProp_17; // System.Configuration.ConfigurationProperty System.Net.Configuration.ServicePointManagerElement::expect100ContinueProp ConfigurationProperty_t3590861854 * ___expect100ContinueProp_18; // System.Configuration.ConfigurationProperty System.Net.Configuration.ServicePointManagerElement::useNagleAlgorithmProp ConfigurationProperty_t3590861854 * ___useNagleAlgorithmProp_19; public: inline static int32_t get_offset_of_properties_13() { return static_cast(offsetof(ServicePointManagerElement_t2768640361_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_checkCertificateNameProp_14() { return static_cast(offsetof(ServicePointManagerElement_t2768640361_StaticFields, ___checkCertificateNameProp_14)); } inline ConfigurationProperty_t3590861854 * get_checkCertificateNameProp_14() const { return ___checkCertificateNameProp_14; } inline ConfigurationProperty_t3590861854 ** get_address_of_checkCertificateNameProp_14() { return &___checkCertificateNameProp_14; } inline void set_checkCertificateNameProp_14(ConfigurationProperty_t3590861854 * value) { ___checkCertificateNameProp_14 = value; Il2CppCodeGenWriteBarrier((&___checkCertificateNameProp_14), value); } inline static int32_t get_offset_of_checkCertificateRevocationListProp_15() { return static_cast(offsetof(ServicePointManagerElement_t2768640361_StaticFields, ___checkCertificateRevocationListProp_15)); } inline ConfigurationProperty_t3590861854 * get_checkCertificateRevocationListProp_15() const { return ___checkCertificateRevocationListProp_15; } inline ConfigurationProperty_t3590861854 ** get_address_of_checkCertificateRevocationListProp_15() { return &___checkCertificateRevocationListProp_15; } inline void set_checkCertificateRevocationListProp_15(ConfigurationProperty_t3590861854 * value) { ___checkCertificateRevocationListProp_15 = value; Il2CppCodeGenWriteBarrier((&___checkCertificateRevocationListProp_15), value); } inline static int32_t get_offset_of_dnsRefreshTimeoutProp_16() { return static_cast(offsetof(ServicePointManagerElement_t2768640361_StaticFields, ___dnsRefreshTimeoutProp_16)); } inline ConfigurationProperty_t3590861854 * get_dnsRefreshTimeoutProp_16() const { return ___dnsRefreshTimeoutProp_16; } inline ConfigurationProperty_t3590861854 ** get_address_of_dnsRefreshTimeoutProp_16() { return &___dnsRefreshTimeoutProp_16; } inline void set_dnsRefreshTimeoutProp_16(ConfigurationProperty_t3590861854 * value) { ___dnsRefreshTimeoutProp_16 = value; Il2CppCodeGenWriteBarrier((&___dnsRefreshTimeoutProp_16), value); } inline static int32_t get_offset_of_enableDnsRoundRobinProp_17() { return static_cast(offsetof(ServicePointManagerElement_t2768640361_StaticFields, ___enableDnsRoundRobinProp_17)); } inline ConfigurationProperty_t3590861854 * get_enableDnsRoundRobinProp_17() const { return ___enableDnsRoundRobinProp_17; } inline ConfigurationProperty_t3590861854 ** get_address_of_enableDnsRoundRobinProp_17() { return &___enableDnsRoundRobinProp_17; } inline void set_enableDnsRoundRobinProp_17(ConfigurationProperty_t3590861854 * value) { ___enableDnsRoundRobinProp_17 = value; Il2CppCodeGenWriteBarrier((&___enableDnsRoundRobinProp_17), value); } inline static int32_t get_offset_of_expect100ContinueProp_18() { return static_cast(offsetof(ServicePointManagerElement_t2768640361_StaticFields, ___expect100ContinueProp_18)); } inline ConfigurationProperty_t3590861854 * get_expect100ContinueProp_18() const { return ___expect100ContinueProp_18; } inline ConfigurationProperty_t3590861854 ** get_address_of_expect100ContinueProp_18() { return &___expect100ContinueProp_18; } inline void set_expect100ContinueProp_18(ConfigurationProperty_t3590861854 * value) { ___expect100ContinueProp_18 = value; Il2CppCodeGenWriteBarrier((&___expect100ContinueProp_18), value); } inline static int32_t get_offset_of_useNagleAlgorithmProp_19() { return static_cast(offsetof(ServicePointManagerElement_t2768640361_StaticFields, ___useNagleAlgorithmProp_19)); } inline ConfigurationProperty_t3590861854 * get_useNagleAlgorithmProp_19() const { return ___useNagleAlgorithmProp_19; } inline ConfigurationProperty_t3590861854 ** get_address_of_useNagleAlgorithmProp_19() { return &___useNagleAlgorithmProp_19; } inline void set_useNagleAlgorithmProp_19(ConfigurationProperty_t3590861854 * value) { ___useNagleAlgorithmProp_19 = value; Il2CppCodeGenWriteBarrier((&___useNagleAlgorithmProp_19), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERVICEPOINTMANAGERELEMENT_T2768640361_H #ifndef HTTPCACHEPOLICYELEMENT_T409334445_H #define HTTPCACHEPOLICYELEMENT_T409334445_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.HttpCachePolicyElement struct HttpCachePolicyElement_t409334445 : public ConfigurationElement_t3318566633 { public: public: }; struct HttpCachePolicyElement_t409334445_StaticFields { public: // System.Configuration.ConfigurationProperty System.Net.Configuration.HttpCachePolicyElement::maximumAgeProp ConfigurationProperty_t3590861854 * ___maximumAgeProp_13; // System.Configuration.ConfigurationProperty System.Net.Configuration.HttpCachePolicyElement::maximumStaleProp ConfigurationProperty_t3590861854 * ___maximumStaleProp_14; // System.Configuration.ConfigurationProperty System.Net.Configuration.HttpCachePolicyElement::minimumFreshProp ConfigurationProperty_t3590861854 * ___minimumFreshProp_15; // System.Configuration.ConfigurationProperty System.Net.Configuration.HttpCachePolicyElement::policyLevelProp ConfigurationProperty_t3590861854 * ___policyLevelProp_16; // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.HttpCachePolicyElement::properties ConfigurationPropertyCollection_t2852175726 * ___properties_17; public: inline static int32_t get_offset_of_maximumAgeProp_13() { return static_cast(offsetof(HttpCachePolicyElement_t409334445_StaticFields, ___maximumAgeProp_13)); } inline ConfigurationProperty_t3590861854 * get_maximumAgeProp_13() const { return ___maximumAgeProp_13; } inline ConfigurationProperty_t3590861854 ** get_address_of_maximumAgeProp_13() { return &___maximumAgeProp_13; } inline void set_maximumAgeProp_13(ConfigurationProperty_t3590861854 * value) { ___maximumAgeProp_13 = value; Il2CppCodeGenWriteBarrier((&___maximumAgeProp_13), value); } inline static int32_t get_offset_of_maximumStaleProp_14() { return static_cast(offsetof(HttpCachePolicyElement_t409334445_StaticFields, ___maximumStaleProp_14)); } inline ConfigurationProperty_t3590861854 * get_maximumStaleProp_14() const { return ___maximumStaleProp_14; } inline ConfigurationProperty_t3590861854 ** get_address_of_maximumStaleProp_14() { return &___maximumStaleProp_14; } inline void set_maximumStaleProp_14(ConfigurationProperty_t3590861854 * value) { ___maximumStaleProp_14 = value; Il2CppCodeGenWriteBarrier((&___maximumStaleProp_14), value); } inline static int32_t get_offset_of_minimumFreshProp_15() { return static_cast(offsetof(HttpCachePolicyElement_t409334445_StaticFields, ___minimumFreshProp_15)); } inline ConfigurationProperty_t3590861854 * get_minimumFreshProp_15() const { return ___minimumFreshProp_15; } inline ConfigurationProperty_t3590861854 ** get_address_of_minimumFreshProp_15() { return &___minimumFreshProp_15; } inline void set_minimumFreshProp_15(ConfigurationProperty_t3590861854 * value) { ___minimumFreshProp_15 = value; Il2CppCodeGenWriteBarrier((&___minimumFreshProp_15), value); } inline static int32_t get_offset_of_policyLevelProp_16() { return static_cast(offsetof(HttpCachePolicyElement_t409334445_StaticFields, ___policyLevelProp_16)); } inline ConfigurationProperty_t3590861854 * get_policyLevelProp_16() const { return ___policyLevelProp_16; } inline ConfigurationProperty_t3590861854 ** get_address_of_policyLevelProp_16() { return &___policyLevelProp_16; } inline void set_policyLevelProp_16(ConfigurationProperty_t3590861854 * value) { ___policyLevelProp_16 = value; Il2CppCodeGenWriteBarrier((&___policyLevelProp_16), value); } inline static int32_t get_offset_of_properties_17() { return static_cast(offsetof(HttpCachePolicyElement_t409334445_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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPCACHEPOLICYELEMENT_T409334445_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 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 SOCKETELEMENT_T3329874080_H #define SOCKETELEMENT_T3329874080_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.SocketElement struct SocketElement_t3329874080 : public ConfigurationElement_t3318566633 { public: public: }; struct SocketElement_t3329874080_StaticFields { public: // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.SocketElement::properties ConfigurationPropertyCollection_t2852175726 * ___properties_13; // System.Configuration.ConfigurationProperty System.Net.Configuration.SocketElement::alwaysUseCompletionPortsForAcceptProp ConfigurationProperty_t3590861854 * ___alwaysUseCompletionPortsForAcceptProp_14; // System.Configuration.ConfigurationProperty System.Net.Configuration.SocketElement::alwaysUseCompletionPortsForConnectProp ConfigurationProperty_t3590861854 * ___alwaysUseCompletionPortsForConnectProp_15; public: inline static int32_t get_offset_of_properties_13() { return static_cast(offsetof(SocketElement_t3329874080_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_alwaysUseCompletionPortsForAcceptProp_14() { return static_cast(offsetof(SocketElement_t3329874080_StaticFields, ___alwaysUseCompletionPortsForAcceptProp_14)); } inline ConfigurationProperty_t3590861854 * get_alwaysUseCompletionPortsForAcceptProp_14() const { return ___alwaysUseCompletionPortsForAcceptProp_14; } inline ConfigurationProperty_t3590861854 ** get_address_of_alwaysUseCompletionPortsForAcceptProp_14() { return &___alwaysUseCompletionPortsForAcceptProp_14; } inline void set_alwaysUseCompletionPortsForAcceptProp_14(ConfigurationProperty_t3590861854 * value) { ___alwaysUseCompletionPortsForAcceptProp_14 = value; Il2CppCodeGenWriteBarrier((&___alwaysUseCompletionPortsForAcceptProp_14), value); } inline static int32_t get_offset_of_alwaysUseCompletionPortsForConnectProp_15() { return static_cast(offsetof(SocketElement_t3329874080_StaticFields, ___alwaysUseCompletionPortsForConnectProp_15)); } inline ConfigurationProperty_t3590861854 * get_alwaysUseCompletionPortsForConnectProp_15() const { return ___alwaysUseCompletionPortsForConnectProp_15; } inline ConfigurationProperty_t3590861854 ** get_address_of_alwaysUseCompletionPortsForConnectProp_15() { return &___alwaysUseCompletionPortsForConnectProp_15; } inline void set_alwaysUseCompletionPortsForConnectProp_15(ConfigurationProperty_t3590861854 * value) { ___alwaysUseCompletionPortsForConnectProp_15 = value; Il2CppCodeGenWriteBarrier((&___alwaysUseCompletionPortsForConnectProp_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETELEMENT_T3329874080_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 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 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 BYPASSELEMENT_T2358616601_H #define BYPASSELEMENT_T2358616601_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.BypassElement struct BypassElement_t2358616601 : public ConfigurationElement_t3318566633 { public: public: }; struct BypassElement_t2358616601_StaticFields { public: // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.BypassElement::properties ConfigurationPropertyCollection_t2852175726 * ___properties_13; // System.Configuration.ConfigurationProperty System.Net.Configuration.BypassElement::addressProp ConfigurationProperty_t3590861854 * ___addressProp_14; public: inline static int32_t get_offset_of_properties_13() { return static_cast(offsetof(BypassElement_t2358616601_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(BypassElement_t2358616601_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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYPASSELEMENT_T2358616601_H #ifndef ENUMERATOR_T60224720_H #define ENUMERATOR_T60224720_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1/Enumerator struct Enumerator_t60224720 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t2465948139 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current Cookie_t993873397 * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t60224720, ___l_0)); } inline List_1_t2465948139 * get_l_0() const { return ___l_0; } inline List_1_t2465948139 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t2465948139 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t60224720, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t60224720, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t60224720, ___current_3)); } inline Cookie_t993873397 * get_current_3() const { return ___current_3; } inline Cookie_t993873397 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(Cookie_t993873397 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T60224720_H #ifndef CONFIGURATIONSECTIONCOLLECTION_T2786897858_H #define CONFIGURATIONSECTIONCOLLECTION_T2786897858_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationSectionCollection struct ConfigurationSectionCollection_t2786897858 : public NameObjectCollectionBase_t2091847364 { public: // System.Configuration.SectionGroupInfo System.Configuration.ConfigurationSectionCollection::group SectionGroupInfo_t687896682 * ___group_10; // System.Configuration.Configuration System.Configuration.ConfigurationSectionCollection::config Configuration_t2529364143 * ___config_11; public: inline static int32_t get_offset_of_group_10() { return static_cast(offsetof(ConfigurationSectionCollection_t2786897858, ___group_10)); } inline SectionGroupInfo_t687896682 * get_group_10() const { return ___group_10; } inline SectionGroupInfo_t687896682 ** get_address_of_group_10() { return &___group_10; } inline void set_group_10(SectionGroupInfo_t687896682 * value) { ___group_10 = value; Il2CppCodeGenWriteBarrier((&___group_10), value); } inline static int32_t get_offset_of_config_11() { return static_cast(offsetof(ConfigurationSectionCollection_t2786897858, ___config_11)); } inline Configuration_t2529364143 * get_config_11() const { return ___config_11; } inline Configuration_t2529364143 ** get_address_of_config_11() { return &___config_11; } inline void set_config_11(Configuration_t2529364143 * value) { ___config_11 = value; Il2CppCodeGenWriteBarrier((&___config_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATIONSECTIONCOLLECTION_T2786897858_H #ifndef CONFIGURATIONSECTIONGROUPCOLLECTION_T1151641153_H #define CONFIGURATIONSECTIONGROUPCOLLECTION_T1151641153_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationSectionGroupCollection struct ConfigurationSectionGroupCollection_t1151641153 : public NameObjectCollectionBase_t2091847364 { public: // System.Configuration.SectionGroupInfo System.Configuration.ConfigurationSectionGroupCollection::group SectionGroupInfo_t687896682 * ___group_10; // System.Configuration.Configuration System.Configuration.ConfigurationSectionGroupCollection::config Configuration_t2529364143 * ___config_11; public: inline static int32_t get_offset_of_group_10() { return static_cast(offsetof(ConfigurationSectionGroupCollection_t1151641153, ___group_10)); } inline SectionGroupInfo_t687896682 * get_group_10() const { return ___group_10; } inline SectionGroupInfo_t687896682 ** get_address_of_group_10() { return &___group_10; } inline void set_group_10(SectionGroupInfo_t687896682 * value) { ___group_10 = value; Il2CppCodeGenWriteBarrier((&___group_10), value); } inline static int32_t get_offset_of_config_11() { return static_cast(offsetof(ConfigurationSectionGroupCollection_t1151641153, ___config_11)); } inline Configuration_t2529364143 * get_config_11() const { return ___config_11; } inline Configuration_t2529364143 ** get_address_of_config_11() { return &___config_11; } inline void set_config_11(Configuration_t2529364143 * value) { ___config_11 = value; Il2CppCodeGenWriteBarrier((&___config_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATIONSECTIONGROUPCOLLECTION_T1151641153_H #ifndef ENUMERATOR_T2146457487_H #define ENUMERATOR_T2146457487_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1/Enumerator struct Enumerator_t2146457487 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t257213610 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2146457487, ___l_0)); } inline List_1_t257213610 * get_l_0() const { return ___l_0; } inline List_1_t257213610 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t257213610 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2146457487, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t2146457487, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2146457487, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2146457487_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 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 NETSECTIONGROUP_T3270122580_H #define NETSECTIONGROUP_T3270122580_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.NetSectionGroup struct NetSectionGroup_t3270122580 : public ConfigurationSectionGroup_t4179402520 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETSECTIONGROUP_T3270122580_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 REQUESTCACHELEVEL_T1509648360_H #define REQUESTCACHELEVEL_T1509648360_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Cache.RequestCacheLevel struct RequestCacheLevel_t1509648360 { public: // System.Int32 System.Net.Cache.RequestCacheLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RequestCacheLevel_t1509648360, ___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 // REQUESTCACHELEVEL_T1509648360_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 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 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 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 GZIPSTREAM_T3417139389_H #define GZIPSTREAM_T3417139389_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Compression.GZipStream struct GZipStream_t3417139389 : public Stream_t1273022909 { public: // System.IO.Compression.DeflateStream System.IO.Compression.GZipStream::deflateStream DeflateStream_t4175168077 * ___deflateStream_2; public: inline static int32_t get_offset_of_deflateStream_2() { return static_cast(offsetof(GZipStream_t3417139389, ___deflateStream_2)); } inline DeflateStream_t4175168077 * get_deflateStream_2() const { return ___deflateStream_2; } inline DeflateStream_t4175168077 ** get_address_of_deflateStream_2() { return &___deflateStream_2; } inline void set_deflateStream_2(DeflateStream_t4175168077 * value) { ___deflateStream_2 = value; Il2CppCodeGenWriteBarrier((&___deflateStream_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GZIPSTREAM_T3417139389_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 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 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 AUTHENTICATIONMODULESSECTION_T1083221556_H #define AUTHENTICATIONMODULESSECTION_T1083221556_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.AuthenticationModulesSection struct AuthenticationModulesSection_t1083221556 : public ConfigurationSection_t3156163955 { public: public: }; struct AuthenticationModulesSection_t1083221556_StaticFields { public: // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.AuthenticationModulesSection::properties ConfigurationPropertyCollection_t2852175726 * ___properties_17; // System.Configuration.ConfigurationProperty System.Net.Configuration.AuthenticationModulesSection::authenticationModulesProp ConfigurationProperty_t3590861854 * ___authenticationModulesProp_18; public: inline static int32_t get_offset_of_properties_17() { return static_cast(offsetof(AuthenticationModulesSection_t1083221556_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_authenticationModulesProp_18() { return static_cast(offsetof(AuthenticationModulesSection_t1083221556_StaticFields, ___authenticationModulesProp_18)); } inline ConfigurationProperty_t3590861854 * get_authenticationModulesProp_18() const { return ___authenticationModulesProp_18; } inline ConfigurationProperty_t3590861854 ** get_address_of_authenticationModulesProp_18() { return &___authenticationModulesProp_18; } inline void set_authenticationModulesProp_18(ConfigurationProperty_t3590861854 * value) { ___authenticationModulesProp_18 = value; Il2CppCodeGenWriteBarrier((&___authenticationModulesProp_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHENTICATIONMODULESSECTION_T1083221556_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 XMLNODETYPE_T1672767151_H #define XMLNODETYPE_T1672767151_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeType struct XmlNodeType_t1672767151 { public: // System.Int32 System.Xml.XmlNodeType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlNodeType_t1672767151, ___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 // XMLNODETYPE_T1672767151_H #ifndef COMPRESSIONMODE_T3714291783_H #define COMPRESSIONMODE_T3714291783_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Compression.CompressionMode struct CompressionMode_t3714291783 { public: // System.Int32 System.IO.Compression.CompressionMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CompressionMode_t3714291783, ___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 // COMPRESSIONMODE_T3714291783_H #ifndef HTTPREQUESTCACHELEVEL_T1254316655_H #define HTTPREQUESTCACHELEVEL_T1254316655_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Cache.HttpRequestCacheLevel struct HttpRequestCacheLevel_t1254316655 { public: // System.Int32 System.Net.Cache.HttpRequestCacheLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HttpRequestCacheLevel_t1254316655, ___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 // HTTPREQUESTCACHELEVEL_T1254316655_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 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 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 BYPASSELEMENTCOLLECTION_T47326401_H #define BYPASSELEMENTCOLLECTION_T47326401_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.BypassElementCollection struct BypassElementCollection_t47326401 : public ConfigurationElementCollection_t446763386 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYPASSELEMENTCOLLECTION_T47326401_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 CONFIGURATIONPROPERTYOPTIONS_T1059028815_H #define CONFIGURATIONPROPERTYOPTIONS_T1059028815_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationPropertyOptions struct ConfigurationPropertyOptions_t1059028815 { public: // System.Int32 System.Configuration.ConfigurationPropertyOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ConfigurationPropertyOptions_t1059028815, ___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 // CONFIGURATIONPROPERTYOPTIONS_T1059028815_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 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 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 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 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 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 URIHOSTNAMETYPE_T881866241_H #define URIHOSTNAMETYPE_T881866241_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UriHostNameType struct UriHostNameType_t881866241 { public: // System.Int32 System.UriHostNameType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UriHostNameType_t881866241, ___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 // URIHOSTNAMETYPE_T881866241_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 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 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 AUTHENTICATEDSTREAM_T3415418016_H #define AUTHENTICATEDSTREAM_T3415418016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Security.AuthenticatedStream struct AuthenticatedStream_t3415418016 : public Stream_t1273022909 { public: // System.IO.Stream System.Net.Security.AuthenticatedStream::innerStream Stream_t1273022909 * ___innerStream_2; // System.Boolean System.Net.Security.AuthenticatedStream::leaveStreamOpen bool ___leaveStreamOpen_3; public: inline static int32_t get_offset_of_innerStream_2() { return static_cast(offsetof(AuthenticatedStream_t3415418016, ___innerStream_2)); } inline Stream_t1273022909 * get_innerStream_2() const { return ___innerStream_2; } inline Stream_t1273022909 ** get_address_of_innerStream_2() { return &___innerStream_2; } inline void set_innerStream_2(Stream_t1273022909 * value) { ___innerStream_2 = value; Il2CppCodeGenWriteBarrier((&___innerStream_2), value); } inline static int32_t get_offset_of_leaveStreamOpen_3() { return static_cast(offsetof(AuthenticatedStream_t3415418016, ___leaveStreamOpen_3)); } inline bool get_leaveStreamOpen_3() const { return ___leaveStreamOpen_3; } inline bool* get_address_of_leaveStreamOpen_3() { return &___leaveStreamOpen_3; } inline void set_leaveStreamOpen_3(bool value) { ___leaveStreamOpen_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHENTICATEDSTREAM_T3415418016_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 NUMBERSTYLES_T617258130_H #define NUMBERSTYLES_T617258130_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.NumberStyles struct NumberStyles_t617258130 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NumberStyles_t617258130, ___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 // NUMBERSTYLES_T617258130_H #ifndef SECURITYPROTOCOLTYPE_T1513093309_H #define SECURITYPROTOCOLTYPE_T1513093309_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.SecurityProtocolType struct SecurityProtocolType_t1513093309 { public: // System.Int32 Mono.Security.Protocol.Tls.SecurityProtocolType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SecurityProtocolType_t1513093309, ___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_T1513093309_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 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 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 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 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 STREAMREADER_T4009935899_H #define STREAMREADER_T4009935899_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StreamReader struct StreamReader_t4009935899 : public TextReader_t283511965 { public: // System.Byte[] System.IO.StreamReader::input_buffer ByteU5BU5D_t4116647657* ___input_buffer_2; // System.Char[] System.IO.StreamReader::decoded_buffer CharU5BU5D_t3528271667* ___decoded_buffer_3; // System.Int32 System.IO.StreamReader::decoded_count int32_t ___decoded_count_4; // System.Int32 System.IO.StreamReader::pos int32_t ___pos_5; // System.Int32 System.IO.StreamReader::buffer_size int32_t ___buffer_size_6; // System.Int32 System.IO.StreamReader::do_checks int32_t ___do_checks_7; // System.Text.Encoding System.IO.StreamReader::encoding Encoding_t1523322056 * ___encoding_8; // System.Text.Decoder System.IO.StreamReader::decoder Decoder_t2204182725 * ___decoder_9; // System.IO.Stream System.IO.StreamReader::base_stream Stream_t1273022909 * ___base_stream_10; // System.Boolean System.IO.StreamReader::mayBlock bool ___mayBlock_11; // System.Text.StringBuilder System.IO.StreamReader::line_builder StringBuilder_t * ___line_builder_12; // System.Boolean System.IO.StreamReader::foundCR bool ___foundCR_14; public: inline static int32_t get_offset_of_input_buffer_2() { return static_cast(offsetof(StreamReader_t4009935899, ___input_buffer_2)); } inline ByteU5BU5D_t4116647657* get_input_buffer_2() const { return ___input_buffer_2; } inline ByteU5BU5D_t4116647657** get_address_of_input_buffer_2() { return &___input_buffer_2; } inline void set_input_buffer_2(ByteU5BU5D_t4116647657* value) { ___input_buffer_2 = value; Il2CppCodeGenWriteBarrier((&___input_buffer_2), value); } inline static int32_t get_offset_of_decoded_buffer_3() { return static_cast(offsetof(StreamReader_t4009935899, ___decoded_buffer_3)); } inline CharU5BU5D_t3528271667* get_decoded_buffer_3() const { return ___decoded_buffer_3; } inline CharU5BU5D_t3528271667** get_address_of_decoded_buffer_3() { return &___decoded_buffer_3; } inline void set_decoded_buffer_3(CharU5BU5D_t3528271667* value) { ___decoded_buffer_3 = value; Il2CppCodeGenWriteBarrier((&___decoded_buffer_3), value); } inline static int32_t get_offset_of_decoded_count_4() { return static_cast(offsetof(StreamReader_t4009935899, ___decoded_count_4)); } inline int32_t get_decoded_count_4() const { return ___decoded_count_4; } inline int32_t* get_address_of_decoded_count_4() { return &___decoded_count_4; } inline void set_decoded_count_4(int32_t value) { ___decoded_count_4 = value; } inline static int32_t get_offset_of_pos_5() { return static_cast(offsetof(StreamReader_t4009935899, ___pos_5)); } inline int32_t get_pos_5() const { return ___pos_5; } inline int32_t* get_address_of_pos_5() { return &___pos_5; } inline void set_pos_5(int32_t value) { ___pos_5 = value; } inline static int32_t get_offset_of_buffer_size_6() { return static_cast(offsetof(StreamReader_t4009935899, ___buffer_size_6)); } inline int32_t get_buffer_size_6() const { return ___buffer_size_6; } inline int32_t* get_address_of_buffer_size_6() { return &___buffer_size_6; } inline void set_buffer_size_6(int32_t value) { ___buffer_size_6 = value; } inline static int32_t get_offset_of_do_checks_7() { return static_cast(offsetof(StreamReader_t4009935899, ___do_checks_7)); } inline int32_t get_do_checks_7() const { return ___do_checks_7; } inline int32_t* get_address_of_do_checks_7() { return &___do_checks_7; } inline void set_do_checks_7(int32_t value) { ___do_checks_7 = value; } inline static int32_t get_offset_of_encoding_8() { return static_cast(offsetof(StreamReader_t4009935899, ___encoding_8)); } inline Encoding_t1523322056 * get_encoding_8() const { return ___encoding_8; } inline Encoding_t1523322056 ** get_address_of_encoding_8() { return &___encoding_8; } inline void set_encoding_8(Encoding_t1523322056 * value) { ___encoding_8 = value; Il2CppCodeGenWriteBarrier((&___encoding_8), value); } inline static int32_t get_offset_of_decoder_9() { return static_cast(offsetof(StreamReader_t4009935899, ___decoder_9)); } inline Decoder_t2204182725 * get_decoder_9() const { return ___decoder_9; } inline Decoder_t2204182725 ** get_address_of_decoder_9() { return &___decoder_9; } inline void set_decoder_9(Decoder_t2204182725 * value) { ___decoder_9 = value; Il2CppCodeGenWriteBarrier((&___decoder_9), value); } inline static int32_t get_offset_of_base_stream_10() { return static_cast(offsetof(StreamReader_t4009935899, ___base_stream_10)); } inline Stream_t1273022909 * get_base_stream_10() const { return ___base_stream_10; } inline Stream_t1273022909 ** get_address_of_base_stream_10() { return &___base_stream_10; } inline void set_base_stream_10(Stream_t1273022909 * value) { ___base_stream_10 = value; Il2CppCodeGenWriteBarrier((&___base_stream_10), value); } inline static int32_t get_offset_of_mayBlock_11() { return static_cast(offsetof(StreamReader_t4009935899, ___mayBlock_11)); } inline bool get_mayBlock_11() const { return ___mayBlock_11; } inline bool* get_address_of_mayBlock_11() { return &___mayBlock_11; } inline void set_mayBlock_11(bool value) { ___mayBlock_11 = value; } inline static int32_t get_offset_of_line_builder_12() { return static_cast(offsetof(StreamReader_t4009935899, ___line_builder_12)); } inline StringBuilder_t * get_line_builder_12() const { return ___line_builder_12; } inline StringBuilder_t ** get_address_of_line_builder_12() { return &___line_builder_12; } inline void set_line_builder_12(StringBuilder_t * value) { ___line_builder_12 = value; Il2CppCodeGenWriteBarrier((&___line_builder_12), value); } inline static int32_t get_offset_of_foundCR_14() { return static_cast(offsetof(StreamReader_t4009935899, ___foundCR_14)); } inline bool get_foundCR_14() const { return ___foundCR_14; } inline bool* get_address_of_foundCR_14() { return &___foundCR_14; } inline void set_foundCR_14(bool value) { ___foundCR_14 = value; } }; struct StreamReader_t4009935899_StaticFields { public: // System.IO.StreamReader System.IO.StreamReader::Null StreamReader_t4009935899 * ___Null_13; public: inline static int32_t get_offset_of_Null_13() { return static_cast(offsetof(StreamReader_t4009935899_StaticFields, ___Null_13)); } inline StreamReader_t4009935899 * get_Null_13() const { return ___Null_13; } inline StreamReader_t4009935899 ** get_address_of_Null_13() { return &___Null_13; } inline void set_Null_13(StreamReader_t4009935899 * value) { ___Null_13 = value; Il2CppCodeGenWriteBarrier((&___Null_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMREADER_T4009935899_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 ASYNCRESULT_T4194309572_H #define ASYNCRESULT_T4194309572_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.AsyncResult struct AsyncResult_t4194309572 : public RuntimeObject { public: // System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_state RuntimeObject * ___async_state_0; // System.Threading.WaitHandle System.Runtime.Remoting.Messaging.AsyncResult::handle WaitHandle_t1743403487 * ___handle_1; // System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_delegate RuntimeObject * ___async_delegate_2; // System.IntPtr System.Runtime.Remoting.Messaging.AsyncResult::data intptr_t ___data_3; // System.Object System.Runtime.Remoting.Messaging.AsyncResult::object_data RuntimeObject * ___object_data_4; // System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::sync_completed bool ___sync_completed_5; // System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::completed bool ___completed_6; // System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::endinvoke_called bool ___endinvoke_called_7; // System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_callback RuntimeObject * ___async_callback_8; // System.Threading.ExecutionContext System.Runtime.Remoting.Messaging.AsyncResult::current ExecutionContext_t1748372627 * ___current_9; // System.Threading.ExecutionContext System.Runtime.Remoting.Messaging.AsyncResult::original ExecutionContext_t1748372627 * ___original_10; // System.Int32 System.Runtime.Remoting.Messaging.AsyncResult::gchandle int32_t ___gchandle_11; // System.Runtime.Remoting.Messaging.MonoMethodMessage System.Runtime.Remoting.Messaging.AsyncResult::call_message MonoMethodMessage_t2807636944 * ___call_message_12; // System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.AsyncResult::message_ctrl RuntimeObject* ___message_ctrl_13; // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.AsyncResult::reply_message RuntimeObject* ___reply_message_14; public: inline static int32_t get_offset_of_async_state_0() { return static_cast(offsetof(AsyncResult_t4194309572, ___async_state_0)); } inline RuntimeObject * get_async_state_0() const { return ___async_state_0; } inline RuntimeObject ** get_address_of_async_state_0() { return &___async_state_0; } inline void set_async_state_0(RuntimeObject * value) { ___async_state_0 = value; Il2CppCodeGenWriteBarrier((&___async_state_0), value); } inline static int32_t get_offset_of_handle_1() { return static_cast(offsetof(AsyncResult_t4194309572, ___handle_1)); } inline WaitHandle_t1743403487 * get_handle_1() const { return ___handle_1; } inline WaitHandle_t1743403487 ** get_address_of_handle_1() { return &___handle_1; } inline void set_handle_1(WaitHandle_t1743403487 * value) { ___handle_1 = value; Il2CppCodeGenWriteBarrier((&___handle_1), value); } inline static int32_t get_offset_of_async_delegate_2() { return static_cast(offsetof(AsyncResult_t4194309572, ___async_delegate_2)); } inline RuntimeObject * get_async_delegate_2() const { return ___async_delegate_2; } inline RuntimeObject ** get_address_of_async_delegate_2() { return &___async_delegate_2; } inline void set_async_delegate_2(RuntimeObject * value) { ___async_delegate_2 = value; Il2CppCodeGenWriteBarrier((&___async_delegate_2), value); } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(AsyncResult_t4194309572, ___data_3)); } inline intptr_t get_data_3() const { return ___data_3; } inline intptr_t* get_address_of_data_3() { return &___data_3; } inline void set_data_3(intptr_t value) { ___data_3 = value; } inline static int32_t get_offset_of_object_data_4() { return static_cast(offsetof(AsyncResult_t4194309572, ___object_data_4)); } inline RuntimeObject * get_object_data_4() const { return ___object_data_4; } inline RuntimeObject ** get_address_of_object_data_4() { return &___object_data_4; } inline void set_object_data_4(RuntimeObject * value) { ___object_data_4 = value; Il2CppCodeGenWriteBarrier((&___object_data_4), value); } inline static int32_t get_offset_of_sync_completed_5() { return static_cast(offsetof(AsyncResult_t4194309572, ___sync_completed_5)); } inline bool get_sync_completed_5() const { return ___sync_completed_5; } inline bool* get_address_of_sync_completed_5() { return &___sync_completed_5; } inline void set_sync_completed_5(bool value) { ___sync_completed_5 = value; } inline static int32_t get_offset_of_completed_6() { return static_cast(offsetof(AsyncResult_t4194309572, ___completed_6)); } inline bool get_completed_6() const { return ___completed_6; } inline bool* get_address_of_completed_6() { return &___completed_6; } inline void set_completed_6(bool value) { ___completed_6 = value; } inline static int32_t get_offset_of_endinvoke_called_7() { return static_cast(offsetof(AsyncResult_t4194309572, ___endinvoke_called_7)); } inline bool get_endinvoke_called_7() const { return ___endinvoke_called_7; } inline bool* get_address_of_endinvoke_called_7() { return &___endinvoke_called_7; } inline void set_endinvoke_called_7(bool value) { ___endinvoke_called_7 = value; } inline static int32_t get_offset_of_async_callback_8() { return static_cast(offsetof(AsyncResult_t4194309572, ___async_callback_8)); } inline RuntimeObject * get_async_callback_8() const { return ___async_callback_8; } inline RuntimeObject ** get_address_of_async_callback_8() { return &___async_callback_8; } inline void set_async_callback_8(RuntimeObject * value) { ___async_callback_8 = value; Il2CppCodeGenWriteBarrier((&___async_callback_8), value); } inline static int32_t get_offset_of_current_9() { return static_cast(offsetof(AsyncResult_t4194309572, ___current_9)); } inline ExecutionContext_t1748372627 * get_current_9() const { return ___current_9; } inline ExecutionContext_t1748372627 ** get_address_of_current_9() { return &___current_9; } inline void set_current_9(ExecutionContext_t1748372627 * value) { ___current_9 = value; Il2CppCodeGenWriteBarrier((&___current_9), value); } inline static int32_t get_offset_of_original_10() { return static_cast(offsetof(AsyncResult_t4194309572, ___original_10)); } inline ExecutionContext_t1748372627 * get_original_10() const { return ___original_10; } inline ExecutionContext_t1748372627 ** get_address_of_original_10() { return &___original_10; } inline void set_original_10(ExecutionContext_t1748372627 * value) { ___original_10 = value; Il2CppCodeGenWriteBarrier((&___original_10), value); } inline static int32_t get_offset_of_gchandle_11() { return static_cast(offsetof(AsyncResult_t4194309572, ___gchandle_11)); } inline int32_t get_gchandle_11() const { return ___gchandle_11; } inline int32_t* get_address_of_gchandle_11() { return &___gchandle_11; } inline void set_gchandle_11(int32_t value) { ___gchandle_11 = value; } inline static int32_t get_offset_of_call_message_12() { return static_cast(offsetof(AsyncResult_t4194309572, ___call_message_12)); } inline MonoMethodMessage_t2807636944 * get_call_message_12() const { return ___call_message_12; } inline MonoMethodMessage_t2807636944 ** get_address_of_call_message_12() { return &___call_message_12; } inline void set_call_message_12(MonoMethodMessage_t2807636944 * value) { ___call_message_12 = value; Il2CppCodeGenWriteBarrier((&___call_message_12), value); } inline static int32_t get_offset_of_message_ctrl_13() { return static_cast(offsetof(AsyncResult_t4194309572, ___message_ctrl_13)); } inline RuntimeObject* get_message_ctrl_13() const { return ___message_ctrl_13; } inline RuntimeObject** get_address_of_message_ctrl_13() { return &___message_ctrl_13; } inline void set_message_ctrl_13(RuntimeObject* value) { ___message_ctrl_13 = value; Il2CppCodeGenWriteBarrier((&___message_ctrl_13), value); } inline static int32_t get_offset_of_reply_message_14() { return static_cast(offsetof(AsyncResult_t4194309572, ___reply_message_14)); } inline RuntimeObject* get_reply_message_14() const { return ___reply_message_14; } inline RuntimeObject** get_address_of_reply_message_14() { return &___reply_message_14; } inline void set_reply_message_14(RuntimeObject* value) { ___reply_message_14 = value; Il2CppCodeGenWriteBarrier((&___reply_message_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCRESULT_T4194309572_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 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 FILEMODE_T1183438340_H #define FILEMODE_T1183438340_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileMode struct FileMode_t1183438340 { public: // System.Int32 System.IO.FileMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileMode_t1183438340, ___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 // FILEMODE_T1183438340_H #ifndef FILESHARE_T3553318550_H #define FILESHARE_T3553318550_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileShare struct FileShare_t3553318550 { public: // System.Int32 System.IO.FileShare::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileShare_t3553318550, ___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 // FILESHARE_T3553318550_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 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 AUTODETECTVALUES_T1649618618_H #define AUTODETECTVALUES_T1649618618_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.ProxyElement/AutoDetectValues struct AutoDetectValues_t1649618618 { public: // System.Int32 System.Net.Configuration.ProxyElement/AutoDetectValues::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AutoDetectValues_t1649618618, ___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 // AUTODETECTVALUES_T1649618618_H #ifndef FTPDATASTREAM_T1366729715_H #define FTPDATASTREAM_T1366729715_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FtpDataStream struct FtpDataStream_t1366729715 : public Stream_t1273022909 { public: // System.Net.FtpWebRequest System.Net.FtpDataStream::request FtpWebRequest_t1577818305 * ___request_2; // System.IO.Stream System.Net.FtpDataStream::networkStream Stream_t1273022909 * ___networkStream_3; // System.Boolean System.Net.FtpDataStream::disposed bool ___disposed_4; // System.Boolean System.Net.FtpDataStream::isRead bool ___isRead_5; // System.Int32 System.Net.FtpDataStream::totalRead int32_t ___totalRead_6; public: inline static int32_t get_offset_of_request_2() { return static_cast(offsetof(FtpDataStream_t1366729715, ___request_2)); } inline FtpWebRequest_t1577818305 * get_request_2() const { return ___request_2; } inline FtpWebRequest_t1577818305 ** get_address_of_request_2() { return &___request_2; } inline void set_request_2(FtpWebRequest_t1577818305 * value) { ___request_2 = value; Il2CppCodeGenWriteBarrier((&___request_2), value); } inline static int32_t get_offset_of_networkStream_3() { return static_cast(offsetof(FtpDataStream_t1366729715, ___networkStream_3)); } inline Stream_t1273022909 * get_networkStream_3() const { return ___networkStream_3; } inline Stream_t1273022909 ** get_address_of_networkStream_3() { return &___networkStream_3; } inline void set_networkStream_3(Stream_t1273022909 * value) { ___networkStream_3 = value; Il2CppCodeGenWriteBarrier((&___networkStream_3), value); } inline static int32_t get_offset_of_disposed_4() { return static_cast(offsetof(FtpDataStream_t1366729715, ___disposed_4)); } inline bool get_disposed_4() const { return ___disposed_4; } inline bool* get_address_of_disposed_4() { return &___disposed_4; } inline void set_disposed_4(bool value) { ___disposed_4 = value; } inline static int32_t get_offset_of_isRead_5() { return static_cast(offsetof(FtpDataStream_t1366729715, ___isRead_5)); } inline bool get_isRead_5() const { return ___isRead_5; } inline bool* get_address_of_isRead_5() { return &___isRead_5; } inline void set_isRead_5(bool value) { ___isRead_5 = value; } inline static int32_t get_offset_of_totalRead_6() { return static_cast(offsetof(FtpDataStream_t1366729715, ___totalRead_6)); } inline int32_t get_totalRead_6() const { return ___totalRead_6; } inline int32_t* get_address_of_totalRead_6() { return &___totalRead_6; } inline void set_totalRead_6(int32_t value) { ___totalRead_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FTPDATASTREAM_T1366729715_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 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 COMPAREOPTIONS_T4130014775_H #define COMPAREOPTIONS_T4130014775_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CompareOptions struct CompareOptions_t4130014775 { public: // System.Int32 System.Globalization.CompareOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CompareOptions_t4130014775, ___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 // COMPAREOPTIONS_T4130014775_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 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 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 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 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 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 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 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 FILEWEBRESPONSE_T544571260_H #define FILEWEBRESPONSE_T544571260_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FileWebResponse struct FileWebResponse_t544571260 : public WebResponse_t229922639 { public: // System.Uri System.Net.FileWebResponse::responseUri Uri_t100236324 * ___responseUri_1; // System.IO.FileStream System.Net.FileWebResponse::fileStream FileStream_t4292183065 * ___fileStream_2; // System.Int64 System.Net.FileWebResponse::contentLength int64_t ___contentLength_3; // System.Net.WebHeaderCollection System.Net.FileWebResponse::webHeaders WebHeaderCollection_t1942268960 * ___webHeaders_4; // System.Boolean System.Net.FileWebResponse::disposed bool ___disposed_5; public: inline static int32_t get_offset_of_responseUri_1() { return static_cast(offsetof(FileWebResponse_t544571260, ___responseUri_1)); } inline Uri_t100236324 * get_responseUri_1() const { return ___responseUri_1; } inline Uri_t100236324 ** get_address_of_responseUri_1() { return &___responseUri_1; } inline void set_responseUri_1(Uri_t100236324 * value) { ___responseUri_1 = value; Il2CppCodeGenWriteBarrier((&___responseUri_1), value); } inline static int32_t get_offset_of_fileStream_2() { return static_cast(offsetof(FileWebResponse_t544571260, ___fileStream_2)); } inline FileStream_t4292183065 * get_fileStream_2() const { return ___fileStream_2; } inline FileStream_t4292183065 ** get_address_of_fileStream_2() { return &___fileStream_2; } inline void set_fileStream_2(FileStream_t4292183065 * value) { ___fileStream_2 = value; Il2CppCodeGenWriteBarrier((&___fileStream_2), value); } inline static int32_t get_offset_of_contentLength_3() { return static_cast(offsetof(FileWebResponse_t544571260, ___contentLength_3)); } inline int64_t get_contentLength_3() const { return ___contentLength_3; } inline int64_t* get_address_of_contentLength_3() { return &___contentLength_3; } inline void set_contentLength_3(int64_t value) { ___contentLength_3 = value; } inline static int32_t get_offset_of_webHeaders_4() { return static_cast(offsetof(FileWebResponse_t544571260, ___webHeaders_4)); } inline WebHeaderCollection_t1942268960 * get_webHeaders_4() const { return ___webHeaders_4; } inline WebHeaderCollection_t1942268960 ** get_address_of_webHeaders_4() { return &___webHeaders_4; } inline void set_webHeaders_4(WebHeaderCollection_t1942268960 * value) { ___webHeaders_4 = value; Il2CppCodeGenWriteBarrier((&___webHeaders_4), value); } inline static int32_t get_offset_of_disposed_5() { return static_cast(offsetof(FileWebResponse_t544571260, ___disposed_5)); } inline bool get_disposed_5() const { return ___disposed_5; } inline bool* get_address_of_disposed_5() { return &___disposed_5; } inline void set_disposed_5(bool value) { ___disposed_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEWEBRESPONSE_T544571260_H #ifndef FTPSTATUSCODE_T58879933_H #define FTPSTATUSCODE_T58879933_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FtpStatusCode struct FtpStatusCode_t58879933 { public: // System.Int32 System.Net.FtpStatusCode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FtpStatusCode_t58879933, ___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 // FTPSTATUSCODE_T58879933_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 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 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 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 REQUESTCACHINGSECTION_T1693238435_H #define REQUESTCACHINGSECTION_T1693238435_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.RequestCachingSection struct RequestCachingSection_t1693238435 : public ConfigurationSection_t3156163955 { public: public: }; struct RequestCachingSection_t1693238435_StaticFields { public: // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.RequestCachingSection::properties ConfigurationPropertyCollection_t2852175726 * ___properties_17; // System.Configuration.ConfigurationProperty System.Net.Configuration.RequestCachingSection::defaultFtpCachePolicyProp ConfigurationProperty_t3590861854 * ___defaultFtpCachePolicyProp_18; // System.Configuration.ConfigurationProperty System.Net.Configuration.RequestCachingSection::defaultHttpCachePolicyProp ConfigurationProperty_t3590861854 * ___defaultHttpCachePolicyProp_19; // System.Configuration.ConfigurationProperty System.Net.Configuration.RequestCachingSection::defaultPolicyLevelProp ConfigurationProperty_t3590861854 * ___defaultPolicyLevelProp_20; // System.Configuration.ConfigurationProperty System.Net.Configuration.RequestCachingSection::disableAllCachingProp ConfigurationProperty_t3590861854 * ___disableAllCachingProp_21; // System.Configuration.ConfigurationProperty System.Net.Configuration.RequestCachingSection::isPrivateCacheProp ConfigurationProperty_t3590861854 * ___isPrivateCacheProp_22; // System.Configuration.ConfigurationProperty System.Net.Configuration.RequestCachingSection::unspecifiedMaximumAgeProp ConfigurationProperty_t3590861854 * ___unspecifiedMaximumAgeProp_23; public: inline static int32_t get_offset_of_properties_17() { return static_cast(offsetof(RequestCachingSection_t1693238435_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_defaultFtpCachePolicyProp_18() { return static_cast(offsetof(RequestCachingSection_t1693238435_StaticFields, ___defaultFtpCachePolicyProp_18)); } inline ConfigurationProperty_t3590861854 * get_defaultFtpCachePolicyProp_18() const { return ___defaultFtpCachePolicyProp_18; } inline ConfigurationProperty_t3590861854 ** get_address_of_defaultFtpCachePolicyProp_18() { return &___defaultFtpCachePolicyProp_18; } inline void set_defaultFtpCachePolicyProp_18(ConfigurationProperty_t3590861854 * value) { ___defaultFtpCachePolicyProp_18 = value; Il2CppCodeGenWriteBarrier((&___defaultFtpCachePolicyProp_18), value); } inline static int32_t get_offset_of_defaultHttpCachePolicyProp_19() { return static_cast(offsetof(RequestCachingSection_t1693238435_StaticFields, ___defaultHttpCachePolicyProp_19)); } inline ConfigurationProperty_t3590861854 * get_defaultHttpCachePolicyProp_19() const { return ___defaultHttpCachePolicyProp_19; } inline ConfigurationProperty_t3590861854 ** get_address_of_defaultHttpCachePolicyProp_19() { return &___defaultHttpCachePolicyProp_19; } inline void set_defaultHttpCachePolicyProp_19(ConfigurationProperty_t3590861854 * value) { ___defaultHttpCachePolicyProp_19 = value; Il2CppCodeGenWriteBarrier((&___defaultHttpCachePolicyProp_19), value); } inline static int32_t get_offset_of_defaultPolicyLevelProp_20() { return static_cast(offsetof(RequestCachingSection_t1693238435_StaticFields, ___defaultPolicyLevelProp_20)); } inline ConfigurationProperty_t3590861854 * get_defaultPolicyLevelProp_20() const { return ___defaultPolicyLevelProp_20; } inline ConfigurationProperty_t3590861854 ** get_address_of_defaultPolicyLevelProp_20() { return &___defaultPolicyLevelProp_20; } inline void set_defaultPolicyLevelProp_20(ConfigurationProperty_t3590861854 * value) { ___defaultPolicyLevelProp_20 = value; Il2CppCodeGenWriteBarrier((&___defaultPolicyLevelProp_20), value); } inline static int32_t get_offset_of_disableAllCachingProp_21() { return static_cast(offsetof(RequestCachingSection_t1693238435_StaticFields, ___disableAllCachingProp_21)); } inline ConfigurationProperty_t3590861854 * get_disableAllCachingProp_21() const { return ___disableAllCachingProp_21; } inline ConfigurationProperty_t3590861854 ** get_address_of_disableAllCachingProp_21() { return &___disableAllCachingProp_21; } inline void set_disableAllCachingProp_21(ConfigurationProperty_t3590861854 * value) { ___disableAllCachingProp_21 = value; Il2CppCodeGenWriteBarrier((&___disableAllCachingProp_21), value); } inline static int32_t get_offset_of_isPrivateCacheProp_22() { return static_cast(offsetof(RequestCachingSection_t1693238435_StaticFields, ___isPrivateCacheProp_22)); } inline ConfigurationProperty_t3590861854 * get_isPrivateCacheProp_22() const { return ___isPrivateCacheProp_22; } inline ConfigurationProperty_t3590861854 ** get_address_of_isPrivateCacheProp_22() { return &___isPrivateCacheProp_22; } inline void set_isPrivateCacheProp_22(ConfigurationProperty_t3590861854 * value) { ___isPrivateCacheProp_22 = value; Il2CppCodeGenWriteBarrier((&___isPrivateCacheProp_22), value); } inline static int32_t get_offset_of_unspecifiedMaximumAgeProp_23() { return static_cast(offsetof(RequestCachingSection_t1693238435_StaticFields, ___unspecifiedMaximumAgeProp_23)); } inline ConfigurationProperty_t3590861854 * get_unspecifiedMaximumAgeProp_23() const { return ___unspecifiedMaximumAgeProp_23; } inline ConfigurationProperty_t3590861854 ** get_address_of_unspecifiedMaximumAgeProp_23() { return &___unspecifiedMaximumAgeProp_23; } inline void set_unspecifiedMaximumAgeProp_23(ConfigurationProperty_t3590861854 * value) { ___unspecifiedMaximumAgeProp_23 = value; Il2CppCodeGenWriteBarrier((&___unspecifiedMaximumAgeProp_23), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REQUESTCACHINGSECTION_T1693238435_H #ifndef REQUESTSTATE_T4091696808_H #define REQUESTSTATE_T4091696808_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FtpWebRequest/RequestState struct RequestState_t4091696808 { public: // System.Int32 System.Net.FtpWebRequest/RequestState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RequestState_t4091696808, ___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 // REQUESTSTATE_T4091696808_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 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 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 SSLSTREAM_T2700741536_H #define SSLSTREAM_T2700741536_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Security.SslStream struct SslStream_t2700741536 : public AuthenticatedStream_t3415418016 { public: // Mono.Security.Protocol.Tls.SslStreamBase System.Net.Security.SslStream::ssl_stream SslStreamBase_t1667413407 * ___ssl_stream_4; // System.Net.Security.RemoteCertificateValidationCallback System.Net.Security.SslStream::validation_callback RemoteCertificateValidationCallback_t3014364904 * ___validation_callback_5; // System.Net.Security.LocalCertificateSelectionCallback System.Net.Security.SslStream::selection_callback LocalCertificateSelectionCallback_t2354453884 * ___selection_callback_6; public: inline static int32_t get_offset_of_ssl_stream_4() { return static_cast(offsetof(SslStream_t2700741536, ___ssl_stream_4)); } inline SslStreamBase_t1667413407 * get_ssl_stream_4() const { return ___ssl_stream_4; } inline SslStreamBase_t1667413407 ** get_address_of_ssl_stream_4() { return &___ssl_stream_4; } inline void set_ssl_stream_4(SslStreamBase_t1667413407 * value) { ___ssl_stream_4 = value; Il2CppCodeGenWriteBarrier((&___ssl_stream_4), value); } inline static int32_t get_offset_of_validation_callback_5() { return static_cast(offsetof(SslStream_t2700741536, ___validation_callback_5)); } inline RemoteCertificateValidationCallback_t3014364904 * get_validation_callback_5() const { return ___validation_callback_5; } inline RemoteCertificateValidationCallback_t3014364904 ** get_address_of_validation_callback_5() { return &___validation_callback_5; } inline void set_validation_callback_5(RemoteCertificateValidationCallback_t3014364904 * value) { ___validation_callback_5 = value; Il2CppCodeGenWriteBarrier((&___validation_callback_5), value); } inline static int32_t get_offset_of_selection_callback_6() { return static_cast(offsetof(SslStream_t2700741536, ___selection_callback_6)); } inline LocalCertificateSelectionCallback_t2354453884 * get_selection_callback_6() const { return ___selection_callback_6; } inline LocalCertificateSelectionCallback_t2354453884 ** get_address_of_selection_callback_6() { return &___selection_callback_6; } inline void set_selection_callback_6(LocalCertificateSelectionCallback_t2354453884 * value) { ___selection_callback_6 = value; Il2CppCodeGenWriteBarrier((&___selection_callback_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SSLSTREAM_T2700741536_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 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 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 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 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 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 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 COOKIEEXCEPTION_T2325395694_H #define COOKIEEXCEPTION_T2325395694_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.CookieException struct CookieException_t2325395694 : public FormatException_t154580423 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COOKIEEXCEPTION_T2325395694_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 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 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 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 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 CONFIGURATIONPROPERTY_T3590861854_H #define CONFIGURATIONPROPERTY_T3590861854_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationProperty struct ConfigurationProperty_t3590861854 : public RuntimeObject { public: // System.String System.Configuration.ConfigurationProperty::name String_t* ___name_1; // System.Type System.Configuration.ConfigurationProperty::type Type_t * ___type_2; // System.Object System.Configuration.ConfigurationProperty::default_value RuntimeObject * ___default_value_3; // System.ComponentModel.TypeConverter System.Configuration.ConfigurationProperty::converter TypeConverter_t2249118273 * ___converter_4; // System.Configuration.ConfigurationValidatorBase System.Configuration.ConfigurationProperty::validation ConfigurationValidatorBase_t888490966 * ___validation_5; // System.Configuration.ConfigurationPropertyOptions System.Configuration.ConfigurationProperty::flags int32_t ___flags_6; // System.String System.Configuration.ConfigurationProperty::description String_t* ___description_7; // System.Configuration.ConfigurationCollectionAttribute System.Configuration.ConfigurationProperty::collectionAttribute ConfigurationCollectionAttribute_t3695308734 * ___collectionAttribute_8; public: inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(ConfigurationProperty_t3590861854, ___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_type_2() { return static_cast(offsetof(ConfigurationProperty_t3590861854, ___type_2)); } inline Type_t * get_type_2() const { return ___type_2; } inline Type_t ** get_address_of_type_2() { return &___type_2; } inline void set_type_2(Type_t * value) { ___type_2 = value; Il2CppCodeGenWriteBarrier((&___type_2), value); } inline static int32_t get_offset_of_default_value_3() { return static_cast(offsetof(ConfigurationProperty_t3590861854, ___default_value_3)); } inline RuntimeObject * get_default_value_3() const { return ___default_value_3; } inline RuntimeObject ** get_address_of_default_value_3() { return &___default_value_3; } inline void set_default_value_3(RuntimeObject * value) { ___default_value_3 = value; Il2CppCodeGenWriteBarrier((&___default_value_3), value); } inline static int32_t get_offset_of_converter_4() { return static_cast(offsetof(ConfigurationProperty_t3590861854, ___converter_4)); } inline TypeConverter_t2249118273 * get_converter_4() const { return ___converter_4; } inline TypeConverter_t2249118273 ** get_address_of_converter_4() { return &___converter_4; } inline void set_converter_4(TypeConverter_t2249118273 * value) { ___converter_4 = value; Il2CppCodeGenWriteBarrier((&___converter_4), value); } inline static int32_t get_offset_of_validation_5() { return static_cast(offsetof(ConfigurationProperty_t3590861854, ___validation_5)); } inline ConfigurationValidatorBase_t888490966 * get_validation_5() const { return ___validation_5; } inline ConfigurationValidatorBase_t888490966 ** get_address_of_validation_5() { return &___validation_5; } inline void set_validation_5(ConfigurationValidatorBase_t888490966 * value) { ___validation_5 = value; Il2CppCodeGenWriteBarrier((&___validation_5), value); } inline static int32_t get_offset_of_flags_6() { return static_cast(offsetof(ConfigurationProperty_t3590861854, ___flags_6)); } inline int32_t get_flags_6() const { return ___flags_6; } inline int32_t* get_address_of_flags_6() { return &___flags_6; } inline void set_flags_6(int32_t value) { ___flags_6 = value; } inline static int32_t get_offset_of_description_7() { return static_cast(offsetof(ConfigurationProperty_t3590861854, ___description_7)); } inline String_t* get_description_7() const { return ___description_7; } inline String_t** get_address_of_description_7() { return &___description_7; } inline void set_description_7(String_t* value) { ___description_7 = value; Il2CppCodeGenWriteBarrier((&___description_7), value); } inline static int32_t get_offset_of_collectionAttribute_8() { return static_cast(offsetof(ConfigurationProperty_t3590861854, ___collectionAttribute_8)); } inline ConfigurationCollectionAttribute_t3695308734 * get_collectionAttribute_8() const { return ___collectionAttribute_8; } inline ConfigurationCollectionAttribute_t3695308734 ** get_address_of_collectionAttribute_8() { return &___collectionAttribute_8; } inline void set_collectionAttribute_8(ConfigurationCollectionAttribute_t3695308734 * value) { ___collectionAttribute_8 = value; Il2CppCodeGenWriteBarrier((&___collectionAttribute_8), value); } }; struct ConfigurationProperty_t3590861854_StaticFields { public: // System.Object System.Configuration.ConfigurationProperty::NoDefaultValue RuntimeObject * ___NoDefaultValue_0; public: inline static int32_t get_offset_of_NoDefaultValue_0() { return static_cast(offsetof(ConfigurationProperty_t3590861854_StaticFields, ___NoDefaultValue_0)); } inline RuntimeObject * get_NoDefaultValue_0() const { return ___NoDefaultValue_0; } inline RuntimeObject ** get_address_of_NoDefaultValue_0() { return &___NoDefaultValue_0; } inline void set_NoDefaultValue_0(RuntimeObject * value) { ___NoDefaultValue_0 = value; Il2CppCodeGenWriteBarrier((&___NoDefaultValue_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATIONPROPERTY_T3590861854_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 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 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 FILESTREAM_T4292183065_H #define FILESTREAM_T4292183065_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileStream struct FileStream_t4292183065 : public Stream_t1273022909 { public: // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_2; // System.Boolean System.IO.FileStream::owner bool ___owner_3; // System.Boolean System.IO.FileStream::async bool ___async_4; // System.Boolean System.IO.FileStream::canseek bool ___canseek_5; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_6; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_7; // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_t4116647657* ___buf_8; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_9; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_10; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_11; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_12; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_13; // System.String System.IO.FileStream::name String_t* ___name_14; // System.IntPtr System.IO.FileStream::handle intptr_t ___handle_15; public: inline static int32_t get_offset_of_access_2() { return static_cast(offsetof(FileStream_t4292183065, ___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_owner_3() { return static_cast(offsetof(FileStream_t4292183065, ___owner_3)); } inline bool get_owner_3() const { return ___owner_3; } inline bool* get_address_of_owner_3() { return &___owner_3; } inline void set_owner_3(bool value) { ___owner_3 = value; } inline static int32_t get_offset_of_async_4() { return static_cast(offsetof(FileStream_t4292183065, ___async_4)); } inline bool get_async_4() const { return ___async_4; } inline bool* get_address_of_async_4() { return &___async_4; } inline void set_async_4(bool value) { ___async_4 = value; } inline static int32_t get_offset_of_canseek_5() { return static_cast(offsetof(FileStream_t4292183065, ___canseek_5)); } inline bool get_canseek_5() const { return ___canseek_5; } inline bool* get_address_of_canseek_5() { return &___canseek_5; } inline void set_canseek_5(bool value) { ___canseek_5 = value; } inline static int32_t get_offset_of_append_startpos_6() { return static_cast(offsetof(FileStream_t4292183065, ___append_startpos_6)); } inline int64_t get_append_startpos_6() const { return ___append_startpos_6; } inline int64_t* get_address_of_append_startpos_6() { return &___append_startpos_6; } inline void set_append_startpos_6(int64_t value) { ___append_startpos_6 = value; } inline static int32_t get_offset_of_anonymous_7() { return static_cast(offsetof(FileStream_t4292183065, ___anonymous_7)); } inline bool get_anonymous_7() const { return ___anonymous_7; } inline bool* get_address_of_anonymous_7() { return &___anonymous_7; } inline void set_anonymous_7(bool value) { ___anonymous_7 = value; } inline static int32_t get_offset_of_buf_8() { return static_cast(offsetof(FileStream_t4292183065, ___buf_8)); } inline ByteU5BU5D_t4116647657* get_buf_8() const { return ___buf_8; } inline ByteU5BU5D_t4116647657** get_address_of_buf_8() { return &___buf_8; } inline void set_buf_8(ByteU5BU5D_t4116647657* value) { ___buf_8 = value; Il2CppCodeGenWriteBarrier((&___buf_8), value); } inline static int32_t get_offset_of_buf_size_9() { return static_cast(offsetof(FileStream_t4292183065, ___buf_size_9)); } inline int32_t get_buf_size_9() const { return ___buf_size_9; } inline int32_t* get_address_of_buf_size_9() { return &___buf_size_9; } inline void set_buf_size_9(int32_t value) { ___buf_size_9 = value; } inline static int32_t get_offset_of_buf_length_10() { return static_cast(offsetof(FileStream_t4292183065, ___buf_length_10)); } inline int32_t get_buf_length_10() const { return ___buf_length_10; } inline int32_t* get_address_of_buf_length_10() { return &___buf_length_10; } inline void set_buf_length_10(int32_t value) { ___buf_length_10 = value; } inline static int32_t get_offset_of_buf_offset_11() { return static_cast(offsetof(FileStream_t4292183065, ___buf_offset_11)); } inline int32_t get_buf_offset_11() const { return ___buf_offset_11; } inline int32_t* get_address_of_buf_offset_11() { return &___buf_offset_11; } inline void set_buf_offset_11(int32_t value) { ___buf_offset_11 = value; } inline static int32_t get_offset_of_buf_dirty_12() { return static_cast(offsetof(FileStream_t4292183065, ___buf_dirty_12)); } inline bool get_buf_dirty_12() const { return ___buf_dirty_12; } inline bool* get_address_of_buf_dirty_12() { return &___buf_dirty_12; } inline void set_buf_dirty_12(bool value) { ___buf_dirty_12 = value; } inline static int32_t get_offset_of_buf_start_13() { return static_cast(offsetof(FileStream_t4292183065, ___buf_start_13)); } inline int64_t get_buf_start_13() const { return ___buf_start_13; } inline int64_t* get_address_of_buf_start_13() { return &___buf_start_13; } inline void set_buf_start_13(int64_t value) { ___buf_start_13 = value; } inline static int32_t get_offset_of_name_14() { return static_cast(offsetof(FileStream_t4292183065, ___name_14)); } inline String_t* get_name_14() const { return ___name_14; } inline String_t** get_address_of_name_14() { return &___name_14; } inline void set_name_14(String_t* value) { ___name_14 = value; Il2CppCodeGenWriteBarrier((&___name_14), value); } inline static int32_t get_offset_of_handle_15() { return static_cast(offsetof(FileStream_t4292183065, ___handle_15)); } inline intptr_t get_handle_15() const { return ___handle_15; } inline intptr_t* get_address_of_handle_15() { return &___handle_15; } inline void set_handle_15(intptr_t value) { ___handle_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESTREAM_T4292183065_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 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 DEFLATESTREAM_T4175168077_H #define DEFLATESTREAM_T4175168077_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Compression.DeflateStream struct DeflateStream_t4175168077 : public Stream_t1273022909 { public: // System.IO.Stream System.IO.Compression.DeflateStream::base_stream Stream_t1273022909 * ___base_stream_2; // System.IO.Compression.CompressionMode System.IO.Compression.DeflateStream::mode int32_t ___mode_3; // System.Boolean System.IO.Compression.DeflateStream::leaveOpen bool ___leaveOpen_4; // System.Boolean System.IO.Compression.DeflateStream::disposed bool ___disposed_5; // System.IO.Compression.DeflateStream/UnmanagedReadOrWrite System.IO.Compression.DeflateStream::feeder UnmanagedReadOrWrite_t876388624 * ___feeder_6; // System.IntPtr System.IO.Compression.DeflateStream::z_stream intptr_t ___z_stream_7; // System.Byte[] System.IO.Compression.DeflateStream::io_buffer ByteU5BU5D_t4116647657* ___io_buffer_8; // System.Runtime.InteropServices.GCHandle System.IO.Compression.DeflateStream::data GCHandle_t3351438187 ___data_9; public: inline static int32_t get_offset_of_base_stream_2() { return static_cast(offsetof(DeflateStream_t4175168077, ___base_stream_2)); } inline Stream_t1273022909 * get_base_stream_2() const { return ___base_stream_2; } inline Stream_t1273022909 ** get_address_of_base_stream_2() { return &___base_stream_2; } inline void set_base_stream_2(Stream_t1273022909 * value) { ___base_stream_2 = value; Il2CppCodeGenWriteBarrier((&___base_stream_2), value); } inline static int32_t get_offset_of_mode_3() { return static_cast(offsetof(DeflateStream_t4175168077, ___mode_3)); } inline int32_t get_mode_3() const { return ___mode_3; } inline int32_t* get_address_of_mode_3() { return &___mode_3; } inline void set_mode_3(int32_t value) { ___mode_3 = value; } inline static int32_t get_offset_of_leaveOpen_4() { return static_cast(offsetof(DeflateStream_t4175168077, ___leaveOpen_4)); } inline bool get_leaveOpen_4() const { return ___leaveOpen_4; } inline bool* get_address_of_leaveOpen_4() { return &___leaveOpen_4; } inline void set_leaveOpen_4(bool value) { ___leaveOpen_4 = value; } inline static int32_t get_offset_of_disposed_5() { return static_cast(offsetof(DeflateStream_t4175168077, ___disposed_5)); } inline bool get_disposed_5() const { return ___disposed_5; } inline bool* get_address_of_disposed_5() { return &___disposed_5; } inline void set_disposed_5(bool value) { ___disposed_5 = value; } inline static int32_t get_offset_of_feeder_6() { return static_cast(offsetof(DeflateStream_t4175168077, ___feeder_6)); } inline UnmanagedReadOrWrite_t876388624 * get_feeder_6() const { return ___feeder_6; } inline UnmanagedReadOrWrite_t876388624 ** get_address_of_feeder_6() { return &___feeder_6; } inline void set_feeder_6(UnmanagedReadOrWrite_t876388624 * value) { ___feeder_6 = value; Il2CppCodeGenWriteBarrier((&___feeder_6), value); } inline static int32_t get_offset_of_z_stream_7() { return static_cast(offsetof(DeflateStream_t4175168077, ___z_stream_7)); } inline intptr_t get_z_stream_7() const { return ___z_stream_7; } inline intptr_t* get_address_of_z_stream_7() { return &___z_stream_7; } inline void set_z_stream_7(intptr_t value) { ___z_stream_7 = value; } inline static int32_t get_offset_of_io_buffer_8() { return static_cast(offsetof(DeflateStream_t4175168077, ___io_buffer_8)); } inline ByteU5BU5D_t4116647657* get_io_buffer_8() const { return ___io_buffer_8; } inline ByteU5BU5D_t4116647657** get_address_of_io_buffer_8() { return &___io_buffer_8; } inline void set_io_buffer_8(ByteU5BU5D_t4116647657* value) { ___io_buffer_8 = value; Il2CppCodeGenWriteBarrier((&___io_buffer_8), value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(DeflateStream_t4175168077, ___data_9)); } inline GCHandle_t3351438187 get_data_9() const { return ___data_9; } inline GCHandle_t3351438187 * get_address_of_data_9() { return &___data_9; } inline void set_data_9(GCHandle_t3351438187 value) { ___data_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFLATESTREAM_T4175168077_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 FTPSTATUS_T2376455776_H #define FTPSTATUS_T2376455776_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FtpStatus struct FtpStatus_t2376455776 : public RuntimeObject { public: // System.Net.FtpStatusCode System.Net.FtpStatus::statusCode int32_t ___statusCode_0; // System.String System.Net.FtpStatus::statusDescription String_t* ___statusDescription_1; public: inline static int32_t get_offset_of_statusCode_0() { return static_cast(offsetof(FtpStatus_t2376455776, ___statusCode_0)); } inline int32_t get_statusCode_0() const { return ___statusCode_0; } inline int32_t* get_address_of_statusCode_0() { return &___statusCode_0; } inline void set_statusCode_0(int32_t value) { ___statusCode_0 = value; } inline static int32_t get_offset_of_statusDescription_1() { return static_cast(offsetof(FtpStatus_t2376455776, ___statusDescription_1)); } inline String_t* get_statusDescription_1() const { return ___statusDescription_1; } inline String_t** get_address_of_statusDescription_1() { return &___statusDescription_1; } inline void set_statusDescription_1(String_t* value) { ___statusDescription_1 = value; Il2CppCodeGenWriteBarrier((&___statusDescription_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FTPSTATUS_T2376455776_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 PRIVATEKEYSELECTIONCALLBACK_T3240194217_H #define PRIVATEKEYSELECTIONCALLBACK_T3240194217_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.PrivateKeySelectionCallback struct PrivateKeySelectionCallback_t3240194217 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRIVATEKEYSELECTIONCALLBACK_T3240194217_H #ifndef AUTORESETEVENT_T1333520283_H #define AUTORESETEVENT_T1333520283_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.AutoResetEvent struct AutoResetEvent_t1333520283 : public EventWaitHandle_t777845177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTORESETEVENT_T1333520283_H #ifndef READDELEGATE_T4266946825_H #define READDELEGATE_T4266946825_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FtpDataStream/ReadDelegate struct ReadDelegate_t4266946825 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // READDELEGATE_T4266946825_H #ifndef THREADSTART_T1006689297_H #define THREADSTART_T1006689297_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ThreadStart struct ThreadStart_t1006689297 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADSTART_T1006689297_H #ifndef CERTIFICATEVALIDATIONCALLBACK_T4091668218_H #define CERTIFICATEVALIDATIONCALLBACK_T4091668218_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.CertificateValidationCallback struct CertificateValidationCallback_t4091668218 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CERTIFICATEVALIDATIONCALLBACK_T4091668218_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 CERTIFICATESELECTIONCALLBACK_T3743405224_H #define CERTIFICATESELECTIONCALLBACK_T3743405224_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.CertificateSelectionCallback struct CertificateSelectionCallback_t3743405224 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CERTIFICATESELECTIONCALLBACK_T3743405224_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 FTPWEBRESPONSE_T3940763575_H #define FTPWEBRESPONSE_T3940763575_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FtpWebResponse struct FtpWebResponse_t3940763575 : public WebResponse_t229922639 { public: // System.IO.Stream System.Net.FtpWebResponse::stream Stream_t1273022909 * ___stream_1; // System.Uri System.Net.FtpWebResponse::uri Uri_t100236324 * ___uri_2; // System.Net.FtpStatusCode System.Net.FtpWebResponse::statusCode int32_t ___statusCode_3; // System.DateTime System.Net.FtpWebResponse::lastModified DateTime_t3738529785 ___lastModified_4; // System.String System.Net.FtpWebResponse::bannerMessage String_t* ___bannerMessage_5; // System.String System.Net.FtpWebResponse::welcomeMessage String_t* ___welcomeMessage_6; // System.String System.Net.FtpWebResponse::exitMessage String_t* ___exitMessage_7; // System.String System.Net.FtpWebResponse::statusDescription String_t* ___statusDescription_8; // System.String System.Net.FtpWebResponse::method String_t* ___method_9; // System.Boolean System.Net.FtpWebResponse::disposed bool ___disposed_10; // System.Net.FtpWebRequest System.Net.FtpWebResponse::request FtpWebRequest_t1577818305 * ___request_11; // System.Int64 System.Net.FtpWebResponse::contentLength int64_t ___contentLength_12; public: inline static int32_t get_offset_of_stream_1() { return static_cast(offsetof(FtpWebResponse_t3940763575, ___stream_1)); } inline Stream_t1273022909 * get_stream_1() const { return ___stream_1; } inline Stream_t1273022909 ** get_address_of_stream_1() { return &___stream_1; } inline void set_stream_1(Stream_t1273022909 * value) { ___stream_1 = value; Il2CppCodeGenWriteBarrier((&___stream_1), value); } inline static int32_t get_offset_of_uri_2() { return static_cast(offsetof(FtpWebResponse_t3940763575, ___uri_2)); } inline Uri_t100236324 * get_uri_2() const { return ___uri_2; } inline Uri_t100236324 ** get_address_of_uri_2() { return &___uri_2; } inline void set_uri_2(Uri_t100236324 * value) { ___uri_2 = value; Il2CppCodeGenWriteBarrier((&___uri_2), value); } inline static int32_t get_offset_of_statusCode_3() { return static_cast(offsetof(FtpWebResponse_t3940763575, ___statusCode_3)); } inline int32_t get_statusCode_3() const { return ___statusCode_3; } inline int32_t* get_address_of_statusCode_3() { return &___statusCode_3; } inline void set_statusCode_3(int32_t value) { ___statusCode_3 = value; } inline static int32_t get_offset_of_lastModified_4() { return static_cast(offsetof(FtpWebResponse_t3940763575, ___lastModified_4)); } inline DateTime_t3738529785 get_lastModified_4() const { return ___lastModified_4; } inline DateTime_t3738529785 * get_address_of_lastModified_4() { return &___lastModified_4; } inline void set_lastModified_4(DateTime_t3738529785 value) { ___lastModified_4 = value; } inline static int32_t get_offset_of_bannerMessage_5() { return static_cast(offsetof(FtpWebResponse_t3940763575, ___bannerMessage_5)); } inline String_t* get_bannerMessage_5() const { return ___bannerMessage_5; } inline String_t** get_address_of_bannerMessage_5() { return &___bannerMessage_5; } inline void set_bannerMessage_5(String_t* value) { ___bannerMessage_5 = value; Il2CppCodeGenWriteBarrier((&___bannerMessage_5), value); } inline static int32_t get_offset_of_welcomeMessage_6() { return static_cast(offsetof(FtpWebResponse_t3940763575, ___welcomeMessage_6)); } inline String_t* get_welcomeMessage_6() const { return ___welcomeMessage_6; } inline String_t** get_address_of_welcomeMessage_6() { return &___welcomeMessage_6; } inline void set_welcomeMessage_6(String_t* value) { ___welcomeMessage_6 = value; Il2CppCodeGenWriteBarrier((&___welcomeMessage_6), value); } inline static int32_t get_offset_of_exitMessage_7() { return static_cast(offsetof(FtpWebResponse_t3940763575, ___exitMessage_7)); } inline String_t* get_exitMessage_7() const { return ___exitMessage_7; } inline String_t** get_address_of_exitMessage_7() { return &___exitMessage_7; } inline void set_exitMessage_7(String_t* value) { ___exitMessage_7 = value; Il2CppCodeGenWriteBarrier((&___exitMessage_7), value); } inline static int32_t get_offset_of_statusDescription_8() { return static_cast(offsetof(FtpWebResponse_t3940763575, ___statusDescription_8)); } inline String_t* get_statusDescription_8() const { return ___statusDescription_8; } inline String_t** get_address_of_statusDescription_8() { return &___statusDescription_8; } inline void set_statusDescription_8(String_t* value) { ___statusDescription_8 = value; Il2CppCodeGenWriteBarrier((&___statusDescription_8), value); } inline static int32_t get_offset_of_method_9() { return static_cast(offsetof(FtpWebResponse_t3940763575, ___method_9)); } inline String_t* get_method_9() const { return ___method_9; } inline String_t** get_address_of_method_9() { return &___method_9; } inline void set_method_9(String_t* value) { ___method_9 = value; Il2CppCodeGenWriteBarrier((&___method_9), value); } inline static int32_t get_offset_of_disposed_10() { return static_cast(offsetof(FtpWebResponse_t3940763575, ___disposed_10)); } inline bool get_disposed_10() const { return ___disposed_10; } inline bool* get_address_of_disposed_10() { return &___disposed_10; } inline void set_disposed_10(bool value) { ___disposed_10 = value; } inline static int32_t get_offset_of_request_11() { return static_cast(offsetof(FtpWebResponse_t3940763575, ___request_11)); } inline FtpWebRequest_t1577818305 * get_request_11() const { return ___request_11; } inline FtpWebRequest_t1577818305 ** get_address_of_request_11() { return &___request_11; } inline void set_request_11(FtpWebRequest_t1577818305 * value) { ___request_11 = value; Il2CppCodeGenWriteBarrier((&___request_11), value); } inline static int32_t get_offset_of_contentLength_12() { return static_cast(offsetof(FtpWebResponse_t3940763575, ___contentLength_12)); } inline int64_t get_contentLength_12() const { return ___contentLength_12; } inline int64_t* get_address_of_contentLength_12() { return &___contentLength_12; } inline void set_contentLength_12(int64_t value) { ___contentLength_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FTPWEBRESPONSE_T3940763575_H #ifndef FTPWEBREQUEST_T1577818305_H #define FTPWEBREQUEST_T1577818305_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FtpWebRequest struct FtpWebRequest_t1577818305 : public WebRequest_t1939381076 { public: // System.Uri System.Net.FtpWebRequest::requestUri Uri_t100236324 * ___requestUri_6; // System.String System.Net.FtpWebRequest::file_name String_t* ___file_name_7; // System.Net.ServicePoint System.Net.FtpWebRequest::servicePoint ServicePoint_t2786966844 * ___servicePoint_8; // System.IO.Stream System.Net.FtpWebRequest::origDataStream Stream_t1273022909 * ___origDataStream_9; // System.IO.Stream System.Net.FtpWebRequest::dataStream Stream_t1273022909 * ___dataStream_10; // System.IO.Stream System.Net.FtpWebRequest::controlStream Stream_t1273022909 * ___controlStream_11; // System.IO.StreamReader System.Net.FtpWebRequest::controlReader StreamReader_t4009935899 * ___controlReader_12; // System.Net.NetworkCredential System.Net.FtpWebRequest::credentials NetworkCredential_t3282608323 * ___credentials_13; // System.Net.IPHostEntry System.Net.FtpWebRequest::hostEntry IPHostEntry_t263743900 * ___hostEntry_14; // System.Net.IPEndPoint System.Net.FtpWebRequest::localEndPoint IPEndPoint_t3791887218 * ___localEndPoint_15; // System.Net.IWebProxy System.Net.FtpWebRequest::proxy RuntimeObject* ___proxy_16; // System.Int32 System.Net.FtpWebRequest::timeout int32_t ___timeout_17; // System.Int32 System.Net.FtpWebRequest::rwTimeout int32_t ___rwTimeout_18; // System.Int64 System.Net.FtpWebRequest::offset int64_t ___offset_19; // System.Boolean System.Net.FtpWebRequest::binary bool ___binary_20; // System.Boolean System.Net.FtpWebRequest::enableSsl bool ___enableSsl_21; // System.Boolean System.Net.FtpWebRequest::usePassive bool ___usePassive_22; // System.Boolean System.Net.FtpWebRequest::keepAlive bool ___keepAlive_23; // System.String System.Net.FtpWebRequest::method String_t* ___method_24; // System.String System.Net.FtpWebRequest::renameTo String_t* ___renameTo_25; // System.Object System.Net.FtpWebRequest::locker RuntimeObject * ___locker_26; // System.Net.FtpWebRequest/RequestState System.Net.FtpWebRequest::requestState int32_t ___requestState_27; // System.Net.FtpAsyncResult System.Net.FtpWebRequest::asyncResult FtpAsyncResult_t3265664217 * ___asyncResult_28; // System.Net.FtpWebResponse System.Net.FtpWebRequest::ftpResponse FtpWebResponse_t3940763575 * ___ftpResponse_29; // System.IO.Stream System.Net.FtpWebRequest::requestStream Stream_t1273022909 * ___requestStream_30; // System.String System.Net.FtpWebRequest::initial_path String_t* ___initial_path_31; // System.Net.Security.RemoteCertificateValidationCallback System.Net.FtpWebRequest::callback RemoteCertificateValidationCallback_t3014364904 * ___callback_33; public: inline static int32_t get_offset_of_requestUri_6() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___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_file_name_7() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___file_name_7)); } inline String_t* get_file_name_7() const { return ___file_name_7; } inline String_t** get_address_of_file_name_7() { return &___file_name_7; } inline void set_file_name_7(String_t* value) { ___file_name_7 = value; Il2CppCodeGenWriteBarrier((&___file_name_7), value); } inline static int32_t get_offset_of_servicePoint_8() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___servicePoint_8)); } inline ServicePoint_t2786966844 * get_servicePoint_8() const { return ___servicePoint_8; } inline ServicePoint_t2786966844 ** get_address_of_servicePoint_8() { return &___servicePoint_8; } inline void set_servicePoint_8(ServicePoint_t2786966844 * value) { ___servicePoint_8 = value; Il2CppCodeGenWriteBarrier((&___servicePoint_8), value); } inline static int32_t get_offset_of_origDataStream_9() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___origDataStream_9)); } inline Stream_t1273022909 * get_origDataStream_9() const { return ___origDataStream_9; } inline Stream_t1273022909 ** get_address_of_origDataStream_9() { return &___origDataStream_9; } inline void set_origDataStream_9(Stream_t1273022909 * value) { ___origDataStream_9 = value; Il2CppCodeGenWriteBarrier((&___origDataStream_9), value); } inline static int32_t get_offset_of_dataStream_10() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___dataStream_10)); } inline Stream_t1273022909 * get_dataStream_10() const { return ___dataStream_10; } inline Stream_t1273022909 ** get_address_of_dataStream_10() { return &___dataStream_10; } inline void set_dataStream_10(Stream_t1273022909 * value) { ___dataStream_10 = value; Il2CppCodeGenWriteBarrier((&___dataStream_10), value); } inline static int32_t get_offset_of_controlStream_11() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___controlStream_11)); } inline Stream_t1273022909 * get_controlStream_11() const { return ___controlStream_11; } inline Stream_t1273022909 ** get_address_of_controlStream_11() { return &___controlStream_11; } inline void set_controlStream_11(Stream_t1273022909 * value) { ___controlStream_11 = value; Il2CppCodeGenWriteBarrier((&___controlStream_11), value); } inline static int32_t get_offset_of_controlReader_12() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___controlReader_12)); } inline StreamReader_t4009935899 * get_controlReader_12() const { return ___controlReader_12; } inline StreamReader_t4009935899 ** get_address_of_controlReader_12() { return &___controlReader_12; } inline void set_controlReader_12(StreamReader_t4009935899 * value) { ___controlReader_12 = value; Il2CppCodeGenWriteBarrier((&___controlReader_12), value); } inline static int32_t get_offset_of_credentials_13() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___credentials_13)); } inline NetworkCredential_t3282608323 * get_credentials_13() const { return ___credentials_13; } inline NetworkCredential_t3282608323 ** get_address_of_credentials_13() { return &___credentials_13; } inline void set_credentials_13(NetworkCredential_t3282608323 * value) { ___credentials_13 = value; Il2CppCodeGenWriteBarrier((&___credentials_13), value); } inline static int32_t get_offset_of_hostEntry_14() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___hostEntry_14)); } inline IPHostEntry_t263743900 * get_hostEntry_14() const { return ___hostEntry_14; } inline IPHostEntry_t263743900 ** get_address_of_hostEntry_14() { return &___hostEntry_14; } inline void set_hostEntry_14(IPHostEntry_t263743900 * value) { ___hostEntry_14 = value; Il2CppCodeGenWriteBarrier((&___hostEntry_14), value); } inline static int32_t get_offset_of_localEndPoint_15() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___localEndPoint_15)); } inline IPEndPoint_t3791887218 * get_localEndPoint_15() const { return ___localEndPoint_15; } inline IPEndPoint_t3791887218 ** get_address_of_localEndPoint_15() { return &___localEndPoint_15; } inline void set_localEndPoint_15(IPEndPoint_t3791887218 * value) { ___localEndPoint_15 = value; Il2CppCodeGenWriteBarrier((&___localEndPoint_15), value); } inline static int32_t get_offset_of_proxy_16() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___proxy_16)); } inline RuntimeObject* get_proxy_16() const { return ___proxy_16; } inline RuntimeObject** get_address_of_proxy_16() { return &___proxy_16; } inline void set_proxy_16(RuntimeObject* value) { ___proxy_16 = value; Il2CppCodeGenWriteBarrier((&___proxy_16), value); } inline static int32_t get_offset_of_timeout_17() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___timeout_17)); } inline int32_t get_timeout_17() const { return ___timeout_17; } inline int32_t* get_address_of_timeout_17() { return &___timeout_17; } inline void set_timeout_17(int32_t value) { ___timeout_17 = value; } inline static int32_t get_offset_of_rwTimeout_18() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___rwTimeout_18)); } inline int32_t get_rwTimeout_18() const { return ___rwTimeout_18; } inline int32_t* get_address_of_rwTimeout_18() { return &___rwTimeout_18; } inline void set_rwTimeout_18(int32_t value) { ___rwTimeout_18 = value; } inline static int32_t get_offset_of_offset_19() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___offset_19)); } inline int64_t get_offset_19() const { return ___offset_19; } inline int64_t* get_address_of_offset_19() { return &___offset_19; } inline void set_offset_19(int64_t value) { ___offset_19 = value; } inline static int32_t get_offset_of_binary_20() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___binary_20)); } inline bool get_binary_20() const { return ___binary_20; } inline bool* get_address_of_binary_20() { return &___binary_20; } inline void set_binary_20(bool value) { ___binary_20 = value; } inline static int32_t get_offset_of_enableSsl_21() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___enableSsl_21)); } inline bool get_enableSsl_21() const { return ___enableSsl_21; } inline bool* get_address_of_enableSsl_21() { return &___enableSsl_21; } inline void set_enableSsl_21(bool value) { ___enableSsl_21 = value; } inline static int32_t get_offset_of_usePassive_22() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___usePassive_22)); } inline bool get_usePassive_22() const { return ___usePassive_22; } inline bool* get_address_of_usePassive_22() { return &___usePassive_22; } inline void set_usePassive_22(bool value) { ___usePassive_22 = value; } inline static int32_t get_offset_of_keepAlive_23() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___keepAlive_23)); } inline bool get_keepAlive_23() const { return ___keepAlive_23; } inline bool* get_address_of_keepAlive_23() { return &___keepAlive_23; } inline void set_keepAlive_23(bool value) { ___keepAlive_23 = value; } inline static int32_t get_offset_of_method_24() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___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_renameTo_25() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___renameTo_25)); } inline String_t* get_renameTo_25() const { return ___renameTo_25; } inline String_t** get_address_of_renameTo_25() { return &___renameTo_25; } inline void set_renameTo_25(String_t* value) { ___renameTo_25 = value; Il2CppCodeGenWriteBarrier((&___renameTo_25), value); } inline static int32_t get_offset_of_locker_26() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___locker_26)); } inline RuntimeObject * get_locker_26() const { return ___locker_26; } inline RuntimeObject ** get_address_of_locker_26() { return &___locker_26; } inline void set_locker_26(RuntimeObject * value) { ___locker_26 = value; Il2CppCodeGenWriteBarrier((&___locker_26), value); } inline static int32_t get_offset_of_requestState_27() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___requestState_27)); } inline int32_t get_requestState_27() const { return ___requestState_27; } inline int32_t* get_address_of_requestState_27() { return &___requestState_27; } inline void set_requestState_27(int32_t value) { ___requestState_27 = value; } inline static int32_t get_offset_of_asyncResult_28() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___asyncResult_28)); } inline FtpAsyncResult_t3265664217 * get_asyncResult_28() const { return ___asyncResult_28; } inline FtpAsyncResult_t3265664217 ** get_address_of_asyncResult_28() { return &___asyncResult_28; } inline void set_asyncResult_28(FtpAsyncResult_t3265664217 * value) { ___asyncResult_28 = value; Il2CppCodeGenWriteBarrier((&___asyncResult_28), value); } inline static int32_t get_offset_of_ftpResponse_29() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___ftpResponse_29)); } inline FtpWebResponse_t3940763575 * get_ftpResponse_29() const { return ___ftpResponse_29; } inline FtpWebResponse_t3940763575 ** get_address_of_ftpResponse_29() { return &___ftpResponse_29; } inline void set_ftpResponse_29(FtpWebResponse_t3940763575 * value) { ___ftpResponse_29 = value; Il2CppCodeGenWriteBarrier((&___ftpResponse_29), value); } inline static int32_t get_offset_of_requestStream_30() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___requestStream_30)); } inline Stream_t1273022909 * get_requestStream_30() const { return ___requestStream_30; } inline Stream_t1273022909 ** get_address_of_requestStream_30() { return &___requestStream_30; } inline void set_requestStream_30(Stream_t1273022909 * value) { ___requestStream_30 = value; Il2CppCodeGenWriteBarrier((&___requestStream_30), value); } inline static int32_t get_offset_of_initial_path_31() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___initial_path_31)); } inline String_t* get_initial_path_31() const { return ___initial_path_31; } inline String_t** get_address_of_initial_path_31() { return &___initial_path_31; } inline void set_initial_path_31(String_t* value) { ___initial_path_31 = value; Il2CppCodeGenWriteBarrier((&___initial_path_31), value); } inline static int32_t get_offset_of_callback_33() { return static_cast(offsetof(FtpWebRequest_t1577818305, ___callback_33)); } inline RemoteCertificateValidationCallback_t3014364904 * get_callback_33() const { return ___callback_33; } inline RemoteCertificateValidationCallback_t3014364904 ** get_address_of_callback_33() { return &___callback_33; } inline void set_callback_33(RemoteCertificateValidationCallback_t3014364904 * value) { ___callback_33 = value; Il2CppCodeGenWriteBarrier((&___callback_33), value); } }; struct FtpWebRequest_t1577818305_StaticFields { public: // System.String[] System.Net.FtpWebRequest::supportedCommands StringU5BU5D_t1281789340* ___supportedCommands_32; // System.Net.Security.RemoteCertificateValidationCallback System.Net.FtpWebRequest::<>f__am$cache1C RemoteCertificateValidationCallback_t3014364904 * ___U3CU3Ef__amU24cache1C_34; // System.Collections.Generic.Dictionary`2 System.Net.FtpWebRequest::<>f__switch$mapA Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapA_35; // System.Collections.Generic.Dictionary`2 System.Net.FtpWebRequest::<>f__switch$mapB Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapB_36; public: inline static int32_t get_offset_of_supportedCommands_32() { return static_cast(offsetof(FtpWebRequest_t1577818305_StaticFields, ___supportedCommands_32)); } inline StringU5BU5D_t1281789340* get_supportedCommands_32() const { return ___supportedCommands_32; } inline StringU5BU5D_t1281789340** get_address_of_supportedCommands_32() { return &___supportedCommands_32; } inline void set_supportedCommands_32(StringU5BU5D_t1281789340* value) { ___supportedCommands_32 = value; Il2CppCodeGenWriteBarrier((&___supportedCommands_32), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache1C_34() { return static_cast(offsetof(FtpWebRequest_t1577818305_StaticFields, ___U3CU3Ef__amU24cache1C_34)); } inline RemoteCertificateValidationCallback_t3014364904 * get_U3CU3Ef__amU24cache1C_34() const { return ___U3CU3Ef__amU24cache1C_34; } inline RemoteCertificateValidationCallback_t3014364904 ** get_address_of_U3CU3Ef__amU24cache1C_34() { return &___U3CU3Ef__amU24cache1C_34; } inline void set_U3CU3Ef__amU24cache1C_34(RemoteCertificateValidationCallback_t3014364904 * value) { ___U3CU3Ef__amU24cache1C_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache1C_34), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24mapA_35() { return static_cast(offsetof(FtpWebRequest_t1577818305_StaticFields, ___U3CU3Ef__switchU24mapA_35)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapA_35() const { return ___U3CU3Ef__switchU24mapA_35; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapA_35() { return &___U3CU3Ef__switchU24mapA_35; } inline void set_U3CU3Ef__switchU24mapA_35(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapA_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapA_35), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24mapB_36() { return static_cast(offsetof(FtpWebRequest_t1577818305_StaticFields, ___U3CU3Ef__switchU24mapB_36)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapB_36() const { return ___U3CU3Ef__switchU24mapB_36; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapB_36() { return &___U3CU3Ef__switchU24mapB_36; } inline void set_U3CU3Ef__switchU24mapB_36(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapB_36 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapB_36), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FTPWEBREQUEST_T1577818305_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 #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 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 LOCALCERTIFICATESELECTIONCALLBACK_T2354453884_H #define LOCALCERTIFICATESELECTIONCALLBACK_T2354453884_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Security.LocalCertificateSelectionCallback struct LocalCertificateSelectionCallback_t2354453884 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOCALCERTIFICATESELECTIONCALLBACK_T2354453884_H #ifndef FILEWEBREQUEST_T591858885_H #define FILEWEBREQUEST_T591858885_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FileWebRequest struct FileWebRequest_t591858885 : public WebRequest_t1939381076 { public: // System.Uri System.Net.FileWebRequest::uri Uri_t100236324 * ___uri_6; // System.Net.WebHeaderCollection System.Net.FileWebRequest::webHeaders WebHeaderCollection_t1942268960 * ___webHeaders_7; // System.Net.ICredentials System.Net.FileWebRequest::credentials RuntimeObject* ___credentials_8; // System.String System.Net.FileWebRequest::connectionGroup String_t* ___connectionGroup_9; // System.Int64 System.Net.FileWebRequest::contentLength int64_t ___contentLength_10; // System.IO.FileAccess System.Net.FileWebRequest::fileAccess int32_t ___fileAccess_11; // System.String System.Net.FileWebRequest::method String_t* ___method_12; // System.Net.IWebProxy System.Net.FileWebRequest::proxy RuntimeObject* ___proxy_13; // System.Boolean System.Net.FileWebRequest::preAuthenticate bool ___preAuthenticate_14; // System.Int32 System.Net.FileWebRequest::timeout int32_t ___timeout_15; // System.IO.Stream System.Net.FileWebRequest::requestStream Stream_t1273022909 * ___requestStream_16; // System.Net.FileWebResponse System.Net.FileWebRequest::webResponse FileWebResponse_t544571260 * ___webResponse_17; // System.Threading.AutoResetEvent System.Net.FileWebRequest::requestEndEvent AutoResetEvent_t1333520283 * ___requestEndEvent_18; // System.Boolean System.Net.FileWebRequest::requesting bool ___requesting_19; // System.Boolean System.Net.FileWebRequest::asyncResponding bool ___asyncResponding_20; public: inline static int32_t get_offset_of_uri_6() { return static_cast(offsetof(FileWebRequest_t591858885, ___uri_6)); } inline Uri_t100236324 * get_uri_6() const { return ___uri_6; } inline Uri_t100236324 ** get_address_of_uri_6() { return &___uri_6; } inline void set_uri_6(Uri_t100236324 * value) { ___uri_6 = value; Il2CppCodeGenWriteBarrier((&___uri_6), value); } inline static int32_t get_offset_of_webHeaders_7() { return static_cast(offsetof(FileWebRequest_t591858885, ___webHeaders_7)); } inline WebHeaderCollection_t1942268960 * get_webHeaders_7() const { return ___webHeaders_7; } inline WebHeaderCollection_t1942268960 ** get_address_of_webHeaders_7() { return &___webHeaders_7; } inline void set_webHeaders_7(WebHeaderCollection_t1942268960 * value) { ___webHeaders_7 = value; Il2CppCodeGenWriteBarrier((&___webHeaders_7), value); } inline static int32_t get_offset_of_credentials_8() { return static_cast(offsetof(FileWebRequest_t591858885, ___credentials_8)); } inline RuntimeObject* get_credentials_8() const { return ___credentials_8; } inline RuntimeObject** get_address_of_credentials_8() { return &___credentials_8; } inline void set_credentials_8(RuntimeObject* value) { ___credentials_8 = value; Il2CppCodeGenWriteBarrier((&___credentials_8), value); } inline static int32_t get_offset_of_connectionGroup_9() { return static_cast(offsetof(FileWebRequest_t591858885, ___connectionGroup_9)); } inline String_t* get_connectionGroup_9() const { return ___connectionGroup_9; } inline String_t** get_address_of_connectionGroup_9() { return &___connectionGroup_9; } inline void set_connectionGroup_9(String_t* value) { ___connectionGroup_9 = value; Il2CppCodeGenWriteBarrier((&___connectionGroup_9), value); } inline static int32_t get_offset_of_contentLength_10() { return static_cast(offsetof(FileWebRequest_t591858885, ___contentLength_10)); } inline int64_t get_contentLength_10() const { return ___contentLength_10; } inline int64_t* get_address_of_contentLength_10() { return &___contentLength_10; } inline void set_contentLength_10(int64_t value) { ___contentLength_10 = value; } inline static int32_t get_offset_of_fileAccess_11() { return static_cast(offsetof(FileWebRequest_t591858885, ___fileAccess_11)); } inline int32_t get_fileAccess_11() const { return ___fileAccess_11; } inline int32_t* get_address_of_fileAccess_11() { return &___fileAccess_11; } inline void set_fileAccess_11(int32_t value) { ___fileAccess_11 = value; } inline static int32_t get_offset_of_method_12() { return static_cast(offsetof(FileWebRequest_t591858885, ___method_12)); } inline String_t* get_method_12() const { return ___method_12; } inline String_t** get_address_of_method_12() { return &___method_12; } inline void set_method_12(String_t* value) { ___method_12 = value; Il2CppCodeGenWriteBarrier((&___method_12), value); } inline static int32_t get_offset_of_proxy_13() { return static_cast(offsetof(FileWebRequest_t591858885, ___proxy_13)); } inline RuntimeObject* get_proxy_13() const { return ___proxy_13; } inline RuntimeObject** get_address_of_proxy_13() { return &___proxy_13; } inline void set_proxy_13(RuntimeObject* value) { ___proxy_13 = value; Il2CppCodeGenWriteBarrier((&___proxy_13), value); } inline static int32_t get_offset_of_preAuthenticate_14() { return static_cast(offsetof(FileWebRequest_t591858885, ___preAuthenticate_14)); } inline bool get_preAuthenticate_14() const { return ___preAuthenticate_14; } inline bool* get_address_of_preAuthenticate_14() { return &___preAuthenticate_14; } inline void set_preAuthenticate_14(bool value) { ___preAuthenticate_14 = value; } inline static int32_t get_offset_of_timeout_15() { return static_cast(offsetof(FileWebRequest_t591858885, ___timeout_15)); } inline int32_t get_timeout_15() const { return ___timeout_15; } inline int32_t* get_address_of_timeout_15() { return &___timeout_15; } inline void set_timeout_15(int32_t value) { ___timeout_15 = value; } inline static int32_t get_offset_of_requestStream_16() { return static_cast(offsetof(FileWebRequest_t591858885, ___requestStream_16)); } inline Stream_t1273022909 * get_requestStream_16() const { return ___requestStream_16; } inline Stream_t1273022909 ** get_address_of_requestStream_16() { return &___requestStream_16; } inline void set_requestStream_16(Stream_t1273022909 * value) { ___requestStream_16 = value; Il2CppCodeGenWriteBarrier((&___requestStream_16), value); } inline static int32_t get_offset_of_webResponse_17() { return static_cast(offsetof(FileWebRequest_t591858885, ___webResponse_17)); } inline FileWebResponse_t544571260 * get_webResponse_17() const { return ___webResponse_17; } inline FileWebResponse_t544571260 ** get_address_of_webResponse_17() { return &___webResponse_17; } inline void set_webResponse_17(FileWebResponse_t544571260 * value) { ___webResponse_17 = value; Il2CppCodeGenWriteBarrier((&___webResponse_17), value); } inline static int32_t get_offset_of_requestEndEvent_18() { return static_cast(offsetof(FileWebRequest_t591858885, ___requestEndEvent_18)); } inline AutoResetEvent_t1333520283 * get_requestEndEvent_18() const { return ___requestEndEvent_18; } inline AutoResetEvent_t1333520283 ** get_address_of_requestEndEvent_18() { return &___requestEndEvent_18; } inline void set_requestEndEvent_18(AutoResetEvent_t1333520283 * value) { ___requestEndEvent_18 = value; Il2CppCodeGenWriteBarrier((&___requestEndEvent_18), value); } inline static int32_t get_offset_of_requesting_19() { return static_cast(offsetof(FileWebRequest_t591858885, ___requesting_19)); } inline bool get_requesting_19() const { return ___requesting_19; } inline bool* get_address_of_requesting_19() { return &___requesting_19; } inline void set_requesting_19(bool value) { ___requesting_19 = value; } inline static int32_t get_offset_of_asyncResponding_20() { return static_cast(offsetof(FileWebRequest_t591858885, ___asyncResponding_20)); } inline bool get_asyncResponding_20() const { return ___asyncResponding_20; } inline bool* get_address_of_asyncResponding_20() { return &___asyncResponding_20; } inline void set_asyncResponding_20(bool value) { ___asyncResponding_20 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEWEBREQUEST_T591858885_H #ifndef BINDIPENDPOINT_T1029027275_H #define BINDIPENDPOINT_T1029027275_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.BindIPEndPoint struct BindIPEndPoint_t1029027275 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDIPENDPOINT_T1029027275_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 COOKIE_T993873397_H #define COOKIE_T993873397_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Cookie struct Cookie_t993873397 : public RuntimeObject { public: // System.String System.Net.Cookie::comment String_t* ___comment_0; // System.Uri System.Net.Cookie::commentUri Uri_t100236324 * ___commentUri_1; // System.Boolean System.Net.Cookie::discard bool ___discard_2; // System.String System.Net.Cookie::domain String_t* ___domain_3; // System.DateTime System.Net.Cookie::expires DateTime_t3738529785 ___expires_4; // System.Boolean System.Net.Cookie::httpOnly bool ___httpOnly_5; // System.String System.Net.Cookie::name String_t* ___name_6; // System.String System.Net.Cookie::path String_t* ___path_7; // System.String System.Net.Cookie::port String_t* ___port_8; // System.Int32[] System.Net.Cookie::ports Int32U5BU5D_t385246372* ___ports_9; // System.Boolean System.Net.Cookie::secure bool ___secure_10; // System.DateTime System.Net.Cookie::timestamp DateTime_t3738529785 ___timestamp_11; // System.String System.Net.Cookie::val String_t* ___val_12; // System.Int32 System.Net.Cookie::version int32_t ___version_13; // System.Boolean System.Net.Cookie::exact_domain bool ___exact_domain_17; public: inline static int32_t get_offset_of_comment_0() { return static_cast(offsetof(Cookie_t993873397, ___comment_0)); } inline String_t* get_comment_0() const { return ___comment_0; } inline String_t** get_address_of_comment_0() { return &___comment_0; } inline void set_comment_0(String_t* value) { ___comment_0 = value; Il2CppCodeGenWriteBarrier((&___comment_0), value); } inline static int32_t get_offset_of_commentUri_1() { return static_cast(offsetof(Cookie_t993873397, ___commentUri_1)); } inline Uri_t100236324 * get_commentUri_1() const { return ___commentUri_1; } inline Uri_t100236324 ** get_address_of_commentUri_1() { return &___commentUri_1; } inline void set_commentUri_1(Uri_t100236324 * value) { ___commentUri_1 = value; Il2CppCodeGenWriteBarrier((&___commentUri_1), value); } inline static int32_t get_offset_of_discard_2() { return static_cast(offsetof(Cookie_t993873397, ___discard_2)); } inline bool get_discard_2() const { return ___discard_2; } inline bool* get_address_of_discard_2() { return &___discard_2; } inline void set_discard_2(bool value) { ___discard_2 = value; } inline static int32_t get_offset_of_domain_3() { return static_cast(offsetof(Cookie_t993873397, ___domain_3)); } inline String_t* get_domain_3() const { return ___domain_3; } inline String_t** get_address_of_domain_3() { return &___domain_3; } inline void set_domain_3(String_t* value) { ___domain_3 = value; Il2CppCodeGenWriteBarrier((&___domain_3), value); } inline static int32_t get_offset_of_expires_4() { return static_cast(offsetof(Cookie_t993873397, ___expires_4)); } inline DateTime_t3738529785 get_expires_4() const { return ___expires_4; } inline DateTime_t3738529785 * get_address_of_expires_4() { return &___expires_4; } inline void set_expires_4(DateTime_t3738529785 value) { ___expires_4 = value; } inline static int32_t get_offset_of_httpOnly_5() { return static_cast(offsetof(Cookie_t993873397, ___httpOnly_5)); } inline bool get_httpOnly_5() const { return ___httpOnly_5; } inline bool* get_address_of_httpOnly_5() { return &___httpOnly_5; } inline void set_httpOnly_5(bool value) { ___httpOnly_5 = value; } inline static int32_t get_offset_of_name_6() { return static_cast(offsetof(Cookie_t993873397, ___name_6)); } inline String_t* get_name_6() const { return ___name_6; } inline String_t** get_address_of_name_6() { return &___name_6; } inline void set_name_6(String_t* value) { ___name_6 = value; Il2CppCodeGenWriteBarrier((&___name_6), value); } inline static int32_t get_offset_of_path_7() { return static_cast(offsetof(Cookie_t993873397, ___path_7)); } inline String_t* get_path_7() const { return ___path_7; } inline String_t** get_address_of_path_7() { return &___path_7; } inline void set_path_7(String_t* value) { ___path_7 = value; Il2CppCodeGenWriteBarrier((&___path_7), value); } inline static int32_t get_offset_of_port_8() { return static_cast(offsetof(Cookie_t993873397, ___port_8)); } inline String_t* get_port_8() const { return ___port_8; } inline String_t** get_address_of_port_8() { return &___port_8; } inline void set_port_8(String_t* value) { ___port_8 = value; Il2CppCodeGenWriteBarrier((&___port_8), value); } inline static int32_t get_offset_of_ports_9() { return static_cast(offsetof(Cookie_t993873397, ___ports_9)); } inline Int32U5BU5D_t385246372* get_ports_9() const { return ___ports_9; } inline Int32U5BU5D_t385246372** get_address_of_ports_9() { return &___ports_9; } inline void set_ports_9(Int32U5BU5D_t385246372* value) { ___ports_9 = value; Il2CppCodeGenWriteBarrier((&___ports_9), value); } inline static int32_t get_offset_of_secure_10() { return static_cast(offsetof(Cookie_t993873397, ___secure_10)); } inline bool get_secure_10() const { return ___secure_10; } inline bool* get_address_of_secure_10() { return &___secure_10; } inline void set_secure_10(bool value) { ___secure_10 = value; } inline static int32_t get_offset_of_timestamp_11() { return static_cast(offsetof(Cookie_t993873397, ___timestamp_11)); } inline DateTime_t3738529785 get_timestamp_11() const { return ___timestamp_11; } inline DateTime_t3738529785 * get_address_of_timestamp_11() { return &___timestamp_11; } inline void set_timestamp_11(DateTime_t3738529785 value) { ___timestamp_11 = value; } inline static int32_t get_offset_of_val_12() { return static_cast(offsetof(Cookie_t993873397, ___val_12)); } inline String_t* get_val_12() const { return ___val_12; } inline String_t** get_address_of_val_12() { return &___val_12; } inline void set_val_12(String_t* value) { ___val_12 = value; Il2CppCodeGenWriteBarrier((&___val_12), value); } inline static int32_t get_offset_of_version_13() { return static_cast(offsetof(Cookie_t993873397, ___version_13)); } inline int32_t get_version_13() const { return ___version_13; } inline int32_t* get_address_of_version_13() { return &___version_13; } inline void set_version_13(int32_t value) { ___version_13 = value; } inline static int32_t get_offset_of_exact_domain_17() { return static_cast(offsetof(Cookie_t993873397, ___exact_domain_17)); } inline bool get_exact_domain_17() const { return ___exact_domain_17; } inline bool* get_address_of_exact_domain_17() { return &___exact_domain_17; } inline void set_exact_domain_17(bool value) { ___exact_domain_17 = value; } }; struct Cookie_t993873397_StaticFields { public: // System.Char[] System.Net.Cookie::reservedCharsName CharU5BU5D_t3528271667* ___reservedCharsName_14; // System.Char[] System.Net.Cookie::portSeparators CharU5BU5D_t3528271667* ___portSeparators_15; // System.String System.Net.Cookie::tspecials String_t* ___tspecials_16; public: inline static int32_t get_offset_of_reservedCharsName_14() { return static_cast(offsetof(Cookie_t993873397_StaticFields, ___reservedCharsName_14)); } inline CharU5BU5D_t3528271667* get_reservedCharsName_14() const { return ___reservedCharsName_14; } inline CharU5BU5D_t3528271667** get_address_of_reservedCharsName_14() { return &___reservedCharsName_14; } inline void set_reservedCharsName_14(CharU5BU5D_t3528271667* value) { ___reservedCharsName_14 = value; Il2CppCodeGenWriteBarrier((&___reservedCharsName_14), value); } inline static int32_t get_offset_of_portSeparators_15() { return static_cast(offsetof(Cookie_t993873397_StaticFields, ___portSeparators_15)); } inline CharU5BU5D_t3528271667* get_portSeparators_15() const { return ___portSeparators_15; } inline CharU5BU5D_t3528271667** get_address_of_portSeparators_15() { return &___portSeparators_15; } inline void set_portSeparators_15(CharU5BU5D_t3528271667* value) { ___portSeparators_15 = value; Il2CppCodeGenWriteBarrier((&___portSeparators_15), value); } inline static int32_t get_offset_of_tspecials_16() { return static_cast(offsetof(Cookie_t993873397_StaticFields, ___tspecials_16)); } inline String_t* get_tspecials_16() const { return ___tspecials_16; } inline String_t** get_address_of_tspecials_16() { return &___tspecials_16; } inline void set_tspecials_16(String_t* value) { ___tspecials_16 = value; Il2CppCodeGenWriteBarrier((&___tspecials_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COOKIE_T993873397_H #ifndef GETREQUESTSTREAMCALLBACK_T1154006112_H #define GETREQUESTSTREAMCALLBACK_T1154006112_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FileWebRequest/GetRequestStreamCallback struct GetRequestStreamCallback_t1154006112 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETREQUESTSTREAMCALLBACK_T1154006112_H #ifndef WRITEDELEGATE_T2016697242_H #define WRITEDELEGATE_T2016697242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FtpDataStream/WriteDelegate struct WriteDelegate_t2016697242 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WRITEDELEGATE_T2016697242_H #ifndef GETRESPONSECALLBACK_T2326689408_H #define GETRESPONSECALLBACK_T2326689408_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FileWebRequest/GetResponseCallback struct GetResponseCallback_t2326689408 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETRESPONSECALLBACK_T2326689408_H #ifndef HTTPCONTINUEDELEGATE_T3009151163_H #define HTTPCONTINUEDELEGATE_T3009151163_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpContinueDelegate struct HttpContinueDelegate_t3009151163 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPCONTINUEDELEGATE_T3009151163_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 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 FILEWEBSTREAM_T586107972_H #define FILEWEBSTREAM_T586107972_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.FileWebRequest/FileWebStream struct FileWebStream_t586107972 : public FileStream_t4292183065 { public: // System.Net.FileWebRequest System.Net.FileWebRequest/FileWebStream::webRequest FileWebRequest_t591858885 * ___webRequest_16; public: inline static int32_t get_offset_of_webRequest_16() { return static_cast(offsetof(FileWebStream_t586107972, ___webRequest_16)); } inline FileWebRequest_t591858885 * get_webRequest_16() const { return ___webRequest_16; } inline FileWebRequest_t591858885 ** get_address_of_webRequest_16() { return &___webRequest_16; } inline void set_webRequest_16(FileWebRequest_t591858885 * value) { ___webRequest_16 = value; Il2CppCodeGenWriteBarrier((&___webRequest_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEWEBSTREAM_T586107972_H // 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.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.Int32[] struct Int32U5BU5D_t385246372 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Net.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.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.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.UInt16[] struct UInt16U5BU5D_t3326319531 : public RuntimeArray { public: ALIGN_FIELD (8) uint16_t m_Items[1]; public: inline uint16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint16_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, uint16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint16_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.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2321703786_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2934127733_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2146457487 List_1_GetEnumerator_m2930774921_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m3338814081_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) extern "C" IL2CPP_METHOD_ATTR void List_1_set_Item_m1979164443_gshared (List_1_t257213610 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort(System.Collections.Generic.IComparer`1) extern "C" IL2CPP_METHOD_ATTR void List_1_Sort_m3841873687_gshared (List_1_t257213610 * __this, RuntimeObject* p0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m2287542950_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) extern "C" IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisInt32_t2950945753_m2733132773_gshared (RuntimeObject * __this /* static, unused */, Int32U5BU5D_t385246372* p0, int32_t p1, const RuntimeMethod* method); // System.Int32 System.Array::BinarySearch(!!0[],!!0) extern "C" IL2CPP_METHOD_ATTR int32_t Array_BinarySearch_TisRuntimeObject_m4271281849_gshared (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, RuntimeObject * 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.Configuration.ConfigurationElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void ConfigurationElement__ctor_m4116197893 (ConfigurationElement_t3318566633 * __this, 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.Void System.Configuration.ConfigurationProperty::.ctor(System.String,System.Type,System.Object,System.Configuration.ConfigurationPropertyOptions) extern "C" IL2CPP_METHOD_ATTR void ConfigurationProperty__ctor_m2121647601 (ConfigurationProperty_t3590861854 * __this, String_t* p0, Type_t * p1, RuntimeObject * p2, int32_t p3, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationPropertyCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void ConfigurationPropertyCollection__ctor_m550516750 (ConfigurationPropertyCollection_t2852175726 * __this, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationPropertyCollection::Add(System.Configuration.ConfigurationProperty) extern "C" IL2CPP_METHOD_ATTR void ConfigurationPropertyCollection_Add_m2688614548 (ConfigurationPropertyCollection_t2852175726 * __this, ConfigurationProperty_t3590861854 * p0, const RuntimeMethod* method); // System.Object System.Configuration.ConfigurationElement::get_Item(System.Configuration.ConfigurationProperty) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConfigurationElement_get_Item_m178122358 (ConfigurationElement_t3318566633 * __this, ConfigurationProperty_t3590861854 * p0, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationElementCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void ConfigurationElementCollection__ctor_m4158074757 (ConfigurationElementCollection_t446763386 * __this, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m3058704252 (NotImplementedException_t3489357830 * __this, const RuntimeMethod* method); // System.Object System.Configuration.ConfigurationElement::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConfigurationElement_get_Item_m3494575926 (ConfigurationElement_t3318566633 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationElement::set_Item(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void ConfigurationElement_set_Item_m735072813 (ConfigurationElement_t3318566633 * __this, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationElementCollection::BaseClear() extern "C" IL2CPP_METHOD_ATTR void ConfigurationElementCollection_BaseClear_m206454311 (ConfigurationElementCollection_t446763386 * __this, const RuntimeMethod* method); // System.Void System.Net.Configuration.BypassElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void BypassElement__ctor_m1241154676 (BypassElement_t2358616601 * __this, 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.String System.Net.Configuration.BypassElement::get_Address() extern "C" IL2CPP_METHOD_ATTR String_t* BypassElement_get_Address_m2010615874 (BypassElement_t2358616601 * __this, const RuntimeMethod* method); // System.Int32 System.Configuration.ConfigurationElementCollection::BaseIndexOf(System.Configuration.ConfigurationElement) extern "C" IL2CPP_METHOD_ATTR int32_t ConfigurationElementCollection_BaseIndexOf_m1453992486 (ConfigurationElementCollection_t446763386 * __this, ConfigurationElement_t3318566633 * p0, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationElementCollection::BaseRemove(System.Object) extern "C" IL2CPP_METHOD_ATTR void ConfigurationElementCollection_BaseRemove_m1848769724 (ConfigurationElementCollection_t446763386 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationElementCollection::BaseRemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ConfigurationElementCollection_BaseRemoveAt_m4191568925 (ConfigurationElementCollection_t446763386 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, 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.Void System.Net.Configuration.ConnectionManagementElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void ConnectionManagementElement__ctor_m654779051 (ConnectionManagementElement_t3857438253 * __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.Void System.Configuration.ConfigurationSection::.ctor() extern "C" IL2CPP_METHOD_ATTR void ConfigurationSection__ctor_m2795685025 (ConfigurationSection_t3156163955 * __this, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationProperty::.ctor(System.String,System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR void ConfigurationProperty__ctor_m2404851808 (ConfigurationProperty_t3590861854 * __this, String_t* p0, Type_t * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationElement::set_Item(System.Configuration.ConfigurationProperty,System.Object) extern "C" IL2CPP_METHOD_ATTR void ConfigurationElement_set_Item_m3493437340 (ConfigurationElement_t3318566633 * __this, ConfigurationProperty_t3590861854 * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.String System.Net.Configuration.HandlersUtil::ExtractAttributeValue(System.String,System.Xml.XmlNode,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* HandlersUtil_ExtractAttributeValue_m2028779895 (RuntimeObject * __this /* static, unused */, String_t* ___attKey0, XmlNode_t3767805227 * ___node1, bool ___optional2, 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.Configuration.HandlersUtil::ThrowException(System.String,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void HandlersUtil_ThrowException_m140981074 (RuntimeObject * __this /* static, unused */, String_t* ___msg0, XmlNode_t3767805227 * ___node1, 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.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.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.String System.String::Concat(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2163913788 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationException::.ctor(System.String,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m724544360 (ConfigurationException_t3515317685 * __this, String_t* ___message0, XmlNode_t3767805227 * ___node1, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationElement::PostDeserialize() extern "C" IL2CPP_METHOD_ATTR void ConfigurationElement_PostDeserialize_m3753298177 (ConfigurationElement_t3318566633 * __this, const RuntimeMethod* method); // System.Void System.Net.NetConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void NetConfig__ctor_m3720124709 (NetConfig_t2828594564 * __this, 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.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.Void System.Configuration.ConfigurationSectionGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void ConfigurationSectionGroup__ctor_m2085051039 (ConfigurationSectionGroup_t4179402520 * __this, const RuntimeMethod* method); // System.Configuration.ConfigurationSectionCollection System.Configuration.ConfigurationSectionGroup::get_Sections() extern "C" IL2CPP_METHOD_ATTR ConfigurationSectionCollection_t2786897858 * ConfigurationSectionGroup_get_Sections_m3542042379 (ConfigurationSectionGroup_t4179402520 * __this, const RuntimeMethod* method); // System.Configuration.ConfigurationSection System.Configuration.ConfigurationSectionCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR ConfigurationSection_t3156163955 * ConfigurationSectionCollection_get_Item_m731518743 (ConfigurationSectionCollection_t2786897858 * __this, String_t* p0, const RuntimeMethod* method); // System.Configuration.ConfigurationSectionGroupCollection System.Configuration.ConfigurationSectionGroup::get_SectionGroups() extern "C" IL2CPP_METHOD_ATTR ConfigurationSectionGroupCollection_t1151641153 * ConfigurationSectionGroup_get_SectionGroups_m2872473775 (ConfigurationSectionGroup_t4179402520 * __this, const RuntimeMethod* method); // System.Configuration.ConfigurationSectionGroup System.Configuration.ConfigurationSectionGroupCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR ConfigurationSectionGroup_t4179402520 * ConfigurationSectionGroupCollection_get_Item_m3009019786 (ConfigurationSectionGroupCollection_t1151641153 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationProperty::.ctor(System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR void ConfigurationProperty__ctor_m3312264195 (ConfigurationProperty_t3590861854 * __this, String_t* p0, Type_t * p1, const RuntimeMethod* method); // System.Void System.TimeSpan::.ctor(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void TimeSpan__ctor_m4161351023 (TimeSpan_t881159249 * __this, int32_t p0, int32_t p1, int32_t p2, int32_t p3, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationElement::DeserializeElement(System.Xml.XmlReader,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ConfigurationElement_DeserializeElement_m2357743528 (ConfigurationElement_t3318566633 * __this, XmlReader_t3121518892 * p0, bool p1, const RuntimeMethod* method); // System.Void System.Net.Configuration.WebRequestModuleElement::set_Prefix(System.String) extern "C" IL2CPP_METHOD_ATTR void WebRequestModuleElement_set_Prefix_m1461889629 (WebRequestModuleElement_t1406085120 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.Configuration.WebRequestModuleElement::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void WebRequestModuleElement__ctor_m3024594169 (WebRequestModuleElement_t1406085120 * __this, String_t* ___prefix0, String_t* ___type1, 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.Void System.Net.Configuration.WebRequestModuleElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebRequestModuleElement__ctor_m3042492242 (WebRequestModuleElement_t1406085120 * __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.Void System.Net.WebRequest::ClearPrefixes() extern "C" IL2CPP_METHOD_ATTR void WebRequest_ClearPrefixes_m3562991615 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Net.Configuration.HandlersUtil::ExtractAttributeValue(System.String,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR String_t* HandlersUtil_ExtractAttributeValue_m1827574553 (RuntimeObject * __this /* static, unused */, String_t* ___attKey0, XmlNode_t3767805227 * ___node1, const RuntimeMethod* method); // 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); // 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); // System.DateTime System.DateTime::get_Now() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_Now_m1277138875 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Net.Cookie::.ctor() extern "C" IL2CPP_METHOD_ATTR void Cookie__ctor_m130314892 (Cookie_t993873397 * __this, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Name_m551993811 (Cookie_t993873397 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Value_m3029678175 (Cookie_t993873397 * __this, String_t* ___value0, 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.Boolean System.Net.Cookie::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool Cookie_IsNullOrEmpty_m3236290639 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_ExactDomain(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_ExactDomain_m3401926833 (Cookie_t993873397 * __this, bool ___value0, 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.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_Inequality(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_Inequality_m1382517918 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 p0, DateTime_t3738529785 p1, const RuntimeMethod* method); // System.Void System.Net.CookieException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CookieException__ctor_m3844021349 (CookieException_t2325395694 * __this, String_t* ___msg0, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[]) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m4159774896 (String_t* __this, CharU5BU5D_t3528271667* p0, 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.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.Void System.Net.CookieException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void CookieException__ctor_m3966587263 (CookieException_t2325395694 * __this, String_t* ___msg0, Exception_t * ___e1, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Version(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Version_m3274352061 (Cookie_t993873397 * __this, int32_t ___value0, 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.String System.Net.Cookie::get_Path() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Path_m3866976232 (Cookie_t993873397 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.CaseInsensitiveHashCodeProvider::GetHashCode(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t CaseInsensitiveHashCodeProvider_GetHashCode_m2168170016 (CaseInsensitiveHashCodeProvider_t1962629119 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Int32 System.String::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t String_GetHashCode_m1906374149 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.Net.Cookie::hash(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Cookie_hash_m591728413 (RuntimeObject * __this /* static, unused */, int32_t ___i0, int32_t ___j1, int32_t ___k2, int32_t ___l3, int32_t ___m4, const RuntimeMethod* method); // System.String System.Net.Cookie::ToString(System.Uri) extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_ToString_m1818147062 (Cookie_t993873397 * __this, Uri_t100236324 * ___uri0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2367297767 (StringBuilder_t * __this, int32_t p0, 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.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m890240332 (StringBuilder_t * __this, int32_t p0, 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.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.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.String System.Uri::get_Host() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m255565830 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m789137428(__this, method) (( void (*) (List_1_t2465948139 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Net.CookieCollection/CookieCollectionComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void CookieCollectionComparer__ctor_m87198336 (CookieCollectionComparer_t1373927847 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m282745542(__this, method) (( int32_t (*) (List_1_t2465948139 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m4080848042(__this, method) (( Enumerator_t60224720 (*) (List_1_t2465948139 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, 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.Int32 System.Net.CookieCollection::SearchCookie(System.Net.Cookie) extern "C" IL2CPP_METHOD_ATTR int32_t CookieCollection_SearchCookie_m402610163 (CookieCollection_t3881042616 * __this, Cookie_t993873397 * ___cookie0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2886419880(__this, p0, method) (( void (*) (List_1_t2465948139 *, Cookie_t993873397 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::set_Item(System.Int32,!0) #define List_1_set_Item_m4128759709(__this, p0, p1, method) (( void (*) (List_1_t2465948139 *, int32_t, Cookie_t993873397 *, const RuntimeMethod*))List_1_set_Item_m1979164443_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1::Sort(System.Collections.Generic.IComparer`1) #define List_1_Sort_m2850646380(__this, p0, method) (( void (*) (List_1_t2465948139 *, RuntimeObject*, const RuntimeMethod*))List_1_Sort_m3841873687_gshared)(__this, p0, method) // System.String System.Net.Cookie::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Name_m2251414039 (Cookie_t993873397 * __this, const RuntimeMethod* method); // System.String System.Net.Cookie::get_Domain() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Domain_m3273283673 (Cookie_t993873397 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2809595182(__this, p0, method) (( Cookie_t993873397 * (*) (List_1_t2465948139 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 System.Net.Cookie::get_Version() extern "C" IL2CPP_METHOD_ATTR int32_t Cookie_get_Version_m940319904 (Cookie_t993873397 * __this, 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.String System.Net.Cookie::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Value_m415149921 (Cookie_t993873397 * __this, const RuntimeMethod* method); // System.Void System.Net.CookieCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void CookieCollection__ctor_m1000462790 (CookieCollection_t3881042616 * __this, const RuntimeMethod* method); // System.Int32 System.Net.CookieCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t CookieCollection_get_Count_m3988188318 (CookieCollection_t3881042616 * __this, const RuntimeMethod* method); // System.Void System.Net.CookieContainer::RemoveOldest(System.String) extern "C" IL2CPP_METHOD_ATTR void CookieContainer_RemoveOldest_m2648635664 (CookieContainer_t2331592909 * __this, String_t* ___domain0, const RuntimeMethod* method); // System.Int32 System.Net.CookieContainer::CountDomain(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CookieContainer_CountDomain_m2641781189 (CookieContainer_t2331592909 * __this, String_t* ___domain0, const RuntimeMethod* method); // System.Void System.Net.Cookie::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie__ctor_m3027985190 (Cookie_t993873397 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Path(System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Path_m1468440617 (Cookie_t993873397 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Domain(System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Domain_m3100331118 (Cookie_t993873397 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::get_ExactDomain() extern "C" IL2CPP_METHOD_ATTR bool Cookie_get_ExactDomain_m2697288922 (Cookie_t993873397 * __this, const RuntimeMethod* method); // System.DateTime System.Net.Cookie::get_Expires() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Cookie_get_Expires_m3868672769 (Cookie_t993873397 * __this, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Expires(System.DateTime) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Expires_m1452686449 (Cookie_t993873397 * __this, DateTime_t3738529785 ___value0, const RuntimeMethod* method); // System.Uri System.Net.Cookie::get_CommentUri() extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * Cookie_get_CommentUri_m3490482498 (Cookie_t993873397 * __this, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_CommentUri(System.Uri) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_CommentUri_m514817537 (Cookie_t993873397 * __this, Uri_t100236324 * ___value0, const RuntimeMethod* method); // System.String System.Net.Cookie::get_Comment() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Comment_m938800276 (Cookie_t993873397 * __this, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Comment(System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Comment_m3273060062 (Cookie_t993873397 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::get_Discard() extern "C" IL2CPP_METHOD_ATTR bool Cookie_get_Discard_m1941546364 (Cookie_t993873397 * __this, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Discard(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Discard_m1634972755 (Cookie_t993873397 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::get_HttpOnly() extern "C" IL2CPP_METHOD_ATTR bool Cookie_get_HttpOnly_m4044579309 (Cookie_t993873397 * __this, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_HttpOnly(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_HttpOnly_m1606103865 (Cookie_t993873397 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::get_Secure() extern "C" IL2CPP_METHOD_ATTR bool Cookie_get_Secure_m3212902782 (Cookie_t993873397 * __this, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Secure(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Secure_m1144375275 (Cookie_t993873397 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.CookieCollection::Add(System.Net.Cookie) extern "C" IL2CPP_METHOD_ATTR void CookieCollection_Add_m473237455 (CookieCollection_t3881042616 * __this, Cookie_t993873397 * ___cookie0, const RuntimeMethod* method); // System.Void System.Net.CookieContainer::CheckExpiration() extern "C" IL2CPP_METHOD_ATTR void CookieContainer_CheckExpiration_m3720333428 (CookieContainer_t2331592909 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator System.Net.CookieCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CookieCollection_GetEnumerator_m1309307657 (CookieCollection_t3881042616 * __this, const RuntimeMethod* method); // System.Boolean System.Net.CookieContainer::CheckDomain(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CookieContainer_CheckDomain_m3666768360 (RuntimeObject * __this /* static, unused */, String_t* ___domain0, String_t* ___host1, bool ___exact2, const RuntimeMethod* method); // System.Net.Cookie System.Net.CookieCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Cookie_t993873397 * CookieCollection_get_Item_m2278675250 (CookieCollection_t3881042616 * __this, int32_t ___index0, const RuntimeMethod* method); // System.DateTime System.Net.Cookie::get_TimeStamp() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Cookie_get_TimeStamp_m3185794327 (Cookie_t993873397 * __this, 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.Collections.Generic.IList`1 System.Net.CookieCollection::get_List() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CookieCollection_get_List_m3360547003 (CookieCollection_t3881042616 * __this, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::get_Expired() extern "C" IL2CPP_METHOD_ATTR bool Cookie_get_Expired_m1459950990 (Cookie_t993873397 * __this, const RuntimeMethod* method); // System.Boolean System.Net.CookieContainer::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool CookieContainer_IsNullOrEmpty_m2848073689 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.String System.Uri::get_AbsolutePath() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_m2766409727 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.String System.Net.Cookie::get_Port() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Port_m3975301406 (Cookie_t993873397 * __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.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __this, const RuntimeMethod* method); // System.Void System.Net.Cookie::set_Port(System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Port_m1447813981 (Cookie_t993873397 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.CookieContainer::Cook(System.Uri,System.Net.Cookie) extern "C" IL2CPP_METHOD_ATTR void CookieContainer_Cook_m1650465274 (CookieContainer_t2331592909 * __this, Uri_t100236324 * ___uri0, Cookie_t993873397 * ___cookie1, const RuntimeMethod* method); // System.Void System.Net.CookieContainer::AddCookie(System.Net.Cookie) extern "C" IL2CPP_METHOD_ATTR void CookieContainer_AddCookie_m3943470100 (CookieContainer_t2331592909 * __this, Cookie_t993873397 * ___cookie0, const RuntimeMethod* method); // System.Net.CookieCollection System.Net.CookieContainer::GetCookies(System.Uri) extern "C" IL2CPP_METHOD_ATTR CookieCollection_t3881042616 * CookieContainer_GetCookies_m670048655 (CookieContainer_t2331592909 * __this, Uri_t100236324 * ___uri0, 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.Int32 System.Text.StringBuilder::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m3238060835 (StringBuilder_t * __this, 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.Int32[] System.Net.Cookie::get_Ports() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* Cookie_get_Ports_m708697377 (Cookie_t993873397 * __this, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) #define Array_IndexOf_TisInt32_t2950945753_m2733132773(__this /* static, unused */, p0, p1, method) (( int32_t (*) (RuntimeObject * /* static, unused */, Int32U5BU5D_t385246372*, int32_t, const RuntimeMethod*))Array_IndexOf_TisInt32_t2950945753_m2733132773_gshared)(__this /* static, unused */, p0, p1, 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.String System.Uri::get_Scheme() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_m1686732325 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Void System.Net.CookieCollection::Sort() extern "C" IL2CPP_METHOD_ATTR void CookieCollection_Sort_m3968733353 (CookieCollection_t3881042616 * __this, const RuntimeMethod* method); // System.Void System.FormatException::.ctor() extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m1479314061 (FormatException_t154580423 * __this, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m4049685996 (FormatException_t154580423 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m1707675600 (FormatException_t154580423 * __this, String_t* p0, Exception_t * p1, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m3747066592 (FormatException_t154580423 * __this, SerializationInfo_t950877179 * p0, StreamingContext_t3711869237 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.Net.CookieParser::.ctor(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CookieParser__ctor_m3093435246 (CookieParser_t2349142305 * __this, String_t* ___header0, int32_t ___position1, const RuntimeMethod* method); // System.String System.Net.CookieParser::GetCookieName() extern "C" IL2CPP_METHOD_ATTR String_t* CookieParser_GetCookieName_m57452501 (CookieParser_t2349142305 * __this, const RuntimeMethod* method); // System.String System.Net.CookieParser::GetCookieValue() extern "C" IL2CPP_METHOD_ATTR String_t* CookieParser_GetCookieValue_m3299537286 (CookieParser_t2349142305 * __this, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m2148390798 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, 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.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.Net.Sockets.Socket::CheckProtocolSupport() extern "C" IL2CPP_METHOD_ATTR void Socket_CheckProtocolSupport_m1722155143 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Net.IPHostEntry::.ctor() extern "C" IL2CPP_METHOD_ATTR void IPHostEntry__ctor_m3185986391 (IPHostEntry_t263743900 * __this, 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.Void System.Net.IPHostEntry::set_HostName(System.String) extern "C" IL2CPP_METHOD_ATTR void IPHostEntry_set_HostName_m1112531386 (IPHostEntry_t263743900 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.IPHostEntry::set_Aliases(System.String[]) extern "C" IL2CPP_METHOD_ATTR void IPHostEntry_set_Aliases_m727031720 (IPHostEntry_t263743900 * __this, StringU5BU5D_t1281789340* ___value0, const RuntimeMethod* method); // System.Net.IPAddress System.Net.IPAddress::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR IPAddress_t241777590 * IPAddress_Parse_m2200822423 (RuntimeObject * __this /* static, unused */, String_t* ___ipString0, const RuntimeMethod* method); // 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); // 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.Sockets.Socket::get_SupportsIPv4() extern "C" IL2CPP_METHOD_ATTR bool Socket_get_SupportsIPv4_m1296530015 (RuntimeObject * __this /* static, unused */, 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.IPHostEntry::set_AddressList(System.Net.IPAddress[]) extern "C" IL2CPP_METHOD_ATTR void IPHostEntry_set_AddressList_m895991257 (IPHostEntry_t263743900 * __this, IPAddressU5BU5D_t596328627* ___value0, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m2270643605 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Net.Dns::GetHostByAddr_internal(System.String,System.String&,System.String[]&,System.String[]&) extern "C" IL2CPP_METHOD_ATTR bool Dns_GetHostByAddr_internal_m83792094 (RuntimeObject * __this /* static, unused */, String_t* ___addr0, String_t** ___h_name1, StringU5BU5D_t1281789340** ___h_aliases2, StringU5BU5D_t1281789340** ___h_addr_list3, const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.Dns::hostent_to_IPHostEntry(System.String,System.String[],System.String[]) extern "C" IL2CPP_METHOD_ATTR IPHostEntry_t263743900 * Dns_hostent_to_IPHostEntry_m2429685988 (RuntimeObject * __this /* static, unused */, String_t* ___h_name0, StringU5BU5D_t1281789340* ___h_aliases1, StringU5BU5D_t1281789340* ___h_addrlist2, 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.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.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.Net.IPAddress) extern "C" IL2CPP_METHOD_ATTR IPHostEntry_t263743900 * Dns_GetHostEntry_m3727355895 (RuntimeObject * __this /* static, unused */, IPAddress_t241777590 * ___address0, const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.Dns::GetHostByName(System.String) extern "C" IL2CPP_METHOD_ATTR IPHostEntry_t263743900 * Dns_GetHostByName_m3261817827 (RuntimeObject * __this /* static, unused */, String_t* ___hostName0, const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.Dns::GetHostByAddressFromString(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR IPHostEntry_t263743900 * Dns_GetHostByAddressFromString_m2538152794 (RuntimeObject * __this /* static, unused */, String_t* ___address0, bool ___parse1, const RuntimeMethod* method); // System.Boolean System.Net.Dns::GetHostByName_internal(System.String,System.String&,System.String[]&,System.String[]&) extern "C" IL2CPP_METHOD_ATTR bool Dns_GetHostByName_internal_m3784927467 (RuntimeObject * __this /* static, unused */, String_t* ___host0, String_t** ___h_name1, StringU5BU5D_t1281789340** ___h_aliases2, StringU5BU5D_t1281789340** ___h_addr_list3, const RuntimeMethod* method); // System.Exception System.Net.EndPoint::NotImplemented() extern "C" IL2CPP_METHOD_ATTR Exception_t * EndPoint_NotImplemented_m866906924 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Net.WebRequest::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebRequest__ctor_m3593280671 (WebRequest_t1939381076 * __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.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.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.Int64 System.Runtime.Serialization.SerializationInfo::GetInt64(System.String) extern "C" IL2CPP_METHOD_ATTR int64_t SerializationInfo_GetInt64_m2503729515 (SerializationInfo_t950877179 * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_m2640574809 (SerializationInfo_t950877179 * __this, String_t* p0, 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.Void System.Collections.Specialized.NameValueCollection::set_Item(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void NameValueCollection_set_Item_m3318428493 (NameValueCollection_t407452768 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Exception System.Net.FileWebRequest::GetMustImplement() extern "C" IL2CPP_METHOD_ATTR Exception_t * FileWebRequest_GetMustImplement_m989661131 (RuntimeObject * __this /* static, unused */, 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.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.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.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.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.Net.FileWebRequest/GetRequestStreamCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetRequestStreamCallback__ctor_m2135294325 (GetRequestStreamCallback_t1154006112 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.Net.FileWebRequest/GetRequestStreamCallback::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GetRequestStreamCallback_BeginInvoke_m849805340 (GetRequestStreamCallback_t1154006112 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method); // System.IO.Stream System.Net.FileWebRequest/GetRequestStreamCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * GetRequestStreamCallback_EndInvoke_m4184962514 (GetRequestStreamCallback_t1154006112 * __this, RuntimeObject* ___result0, 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.FileWebRequest/FileWebStream::.ctor(System.Net.FileWebRequest,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) extern "C" IL2CPP_METHOD_ATTR void FileWebStream__ctor_m608901735 (FileWebStream_t586107972 * __this, FileWebRequest_t591858885 * ___webRequest0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, const RuntimeMethod* method); // System.Void System.Net.FileWebRequest/GetResponseCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetResponseCallback__ctor_m2382157145 (GetResponseCallback_t2326689408 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.Net.FileWebRequest/GetResponseCallback::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GetResponseCallback_BeginInvoke_m3784824992 (GetResponseCallback_t2326689408 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method); // System.Net.WebResponse System.Net.FileWebRequest/GetResponseCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR WebResponse_t229922639 * GetResponseCallback_EndInvoke_m4079632192 (GetResponseCallback_t2326689408 * __this, RuntimeObject* ___result0, const RuntimeMethod* method); // System.Void System.Threading.AutoResetEvent::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AutoResetEvent__ctor_m3710433672 (AutoResetEvent_t1333520283 * __this, bool p0, const RuntimeMethod* method); // 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); // System.Void System.Net.FileWebResponse::.ctor(System.Uri,System.IO.FileStream) extern "C" IL2CPP_METHOD_ATTR void FileWebResponse__ctor_m1177167577 (FileWebResponse_t544571260 * __this, Uri_t100236324 * ___responseUri0, FileStream_t4292183065 * ___fileStream1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m3906743584 (SerializationInfo_t950877179 * __this, String_t* p0, RuntimeObject * p1, Type_t * p2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m2872281893 (SerializationInfo_t950877179 * __this, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m3963995439 (SerializationInfo_t950877179 * __this, String_t* p0, int64_t p1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m412754688 (SerializationInfo_t950877179 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m3427199315 (SerializationInfo_t950877179 * __this, String_t* p0, bool p1, 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.String System.Uri::get_LocalPath() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_m3953298695 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_m2889718780 (FileStream_t4292183065 * __this, String_t* p0, int32_t p1, int32_t p2, int32_t p3, const RuntimeMethod* method); // System.Void System.IO.Stream::Close() extern "C" IL2CPP_METHOD_ATTR void Stream_Close_m771352034 (Stream_t1273022909 * __this, const RuntimeMethod* method); // System.Void System.Net.FileWebRequest::Close() extern "C" IL2CPP_METHOD_ATTR void FileWebRequest_Close_m563726171 (FileWebRequest_t591858885 * __this, const RuntimeMethod* method); // System.IO.Stream System.Net.FileWebRequest/GetRequestStreamCallback::Invoke() extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * GetRequestStreamCallback_Invoke_m4278916503 (GetRequestStreamCallback_t1154006112 * __this, const RuntimeMethod* method); // System.Net.WebResponse System.Net.FileWebRequest/GetResponseCallback::Invoke() extern "C" IL2CPP_METHOD_ATTR WebResponse_t229922639 * GetResponseCallback_Invoke_m1374252174 (GetResponseCallback_t2326689408 * __this, const RuntimeMethod* method); // System.Void System.Net.FileWebRequest::.ctor(System.Uri) extern "C" IL2CPP_METHOD_ATTR void FileWebRequest__ctor_m3189951510 (FileWebRequest_t591858885 * __this, Uri_t100236324 * ___uri0, const RuntimeMethod* method); // System.Void System.Net.WebResponse::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebResponse__ctor_m824854825 (WebResponse_t229922639 * __this, const RuntimeMethod* method); // System.String System.Convert::ToString(System.Int64) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToString_m2676554995 (RuntimeObject * __this /* static, unused */, int64_t p0, const RuntimeMethod* method); // System.Void System.Net.FileWebResponse::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileWebResponse_Dispose_m1395533903 (FileWebResponse_t544571260 * __this, bool ___disposing0, 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.Net.FileWebResponse::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void FileWebResponse_CheckDisposed_m3293736908 (FileWebResponse_t544571260 * __this, const RuntimeMethod* method); // System.Void System.Object::Finalize() extern "C" IL2CPP_METHOD_ATTR void Object_Finalize_m3076187857 (RuntimeObject * __this, 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.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.Net.FtpAsyncResult::get_IsCompleted() extern "C" IL2CPP_METHOD_ATTR bool FtpAsyncResult_get_IsCompleted_m2746579060 (FtpAsyncResult_t3265664217 * __this, const RuntimeMethod* method); // System.Threading.WaitHandle System.Net.FtpAsyncResult::get_AsyncWaitHandle() extern "C" IL2CPP_METHOD_ATTR WaitHandle_t1743403487 * FtpAsyncResult_get_AsyncWaitHandle_m1468110686 (FtpAsyncResult_t3265664217 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpAsyncResult::DoCallback() extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult_DoCallback_m998142903 (FtpAsyncResult_t3265664217 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Exception,System.Net.FtpWebResponse) extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_m2849243376 (FtpAsyncResult_t3265664217 * __this, bool ___synch0, Exception_t * ___exc1, FtpWebResponse_t3940763575 * ___response2, 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.IO.Stream::.ctor() extern "C" IL2CPP_METHOD_ATTR void Stream__ctor_m3881936881 (Stream_t1273022909 * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::CheckIfAborted() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CheckIfAborted_m4220179630 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::CloseDataConnection() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CloseDataConnection_m473296206 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::SetTransferCompleted() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_SetTransferCompleted_m1178172310 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpDataStream::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_CheckDisposed_m3833461916 (FtpDataStream_t1366729715 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpDataStream/ReadDelegate::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ReadDelegate__ctor_m4059842624 (ReadDelegate_t4266946825 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.Net.FtpDataStream/ReadDelegate::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ReadDelegate_BeginInvoke_m2818773993 (ReadDelegate_t4266946825 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method); // System.Int32 System.Net.FtpDataStream/ReadDelegate::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t ReadDelegate_EndInvoke_m2502569465 (ReadDelegate_t4266946825 * __this, RuntimeObject* ___result0, const RuntimeMethod* method); // System.Int32 System.Net.FtpWebRequest::get_ReadWriteTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t FtpWebRequest_get_ReadWriteTimeout_m1510839785 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Void System.Net.ProtocolViolationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ProtocolViolationException__ctor_m3494069637 (ProtocolViolationException_t4144007430 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpDataStream/WriteDelegate::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void WriteDelegate__ctor_m3568392013 (WriteDelegate_t2016697242 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.Net.FtpDataStream/WriteDelegate::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WriteDelegate_BeginInvoke_m4282217382 (WriteDelegate_t2016697242 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method); // System.Void System.Net.FtpDataStream/WriteDelegate::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void WriteDelegate_EndInvoke_m4146667621 (WriteDelegate_t2016697242 * __this, RuntimeObject* ___result0, const RuntimeMethod* method); // System.Int32 System.Net.FtpDataStream/ReadDelegate::Invoke(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ReadDelegate_Invoke_m1244157056 (ReadDelegate_t4266946825 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.Net.FtpDataStream/WriteDelegate::Invoke(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void WriteDelegate_Invoke_m3329596849 (WriteDelegate_t2016697242 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::.ctor(System.Uri) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest__ctor_m751131654 (FtpWebRequest_t1577818305 * __this, Uri_t100236324 * ___uri0, const RuntimeMethod* method); // System.Void System.Net.Security.RemoteCertificateValidationCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void RemoteCertificateValidationCallback__ctor_m1251969663 (RemoteCertificateValidationCallback_t3014364904 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Net.IWebProxy System.Net.GlobalProxySelection::get_Select() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GlobalProxySelection_get_Select_m3427048860 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::CheckRequestStarted() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CheckRequestStarted_m1572969670 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m2751210921 (ArgumentNullException_t1615371798 * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m3698743796 (ArgumentException_t132251570 * __this, const RuntimeMethod* method); // System.Exception System.Net.FtpWebRequest::GetMustImplement() extern "C" IL2CPP_METHOD_ATTR Exception_t * FtpWebRequest_GetMustImplement_m639535610 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.Array::BinarySearch(!!0[],!!0) #define Array_BinarySearch_TisString_t_m3842712367(__this /* static, unused */, p0, p1, method) (( int32_t (*) (RuntimeObject * /* static, unused */, StringU5BU5D_t1281789340*, String_t*, const RuntimeMethod*))Array_BinarySearch_TisRuntimeObject_m4271281849_gshared)(__this /* static, unused */, p0, p1, method) // System.Net.ServicePoint System.Net.FtpWebRequest::GetServicePoint() extern "C" IL2CPP_METHOD_ATTR ServicePoint_t2786966844 * FtpWebRequest_GetServicePoint_m2343154667 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::CheckFinalState() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CheckFinalState_m1657985045 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Net.FtpWebRequest/RequestState System.Net.FtpWebRequest::get_State() extern "C" IL2CPP_METHOD_ATTR int32_t FtpWebRequest_get_State_m269588234 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Net.FtpStatus System.Net.FtpWebRequest::SendCommand(System.Boolean,System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR FtpStatus_t2376455776 * FtpWebRequest_SendCommand_m3628069055 (FtpWebRequest_t1577818305 * __this, bool ___waitResponse0, String_t* ___command1, StringU5BU5D_t1281789340* ___parameters2, const RuntimeMethod* method); // System.Boolean System.Net.FtpWebRequest::InFinalState() extern "C" IL2CPP_METHOD_ATTR bool FtpWebRequest_InFinalState_m1434042928 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::set_State(System.Net.FtpWebRequest/RequestState) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_set_State_m191779305 (FtpWebRequest_t1577818305 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::.ctor(System.Net.FtpWebRequest,System.Uri,System.String,System.Net.FtpStatusCode,System.String) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse__ctor_m3888855406 (FtpWebResponse_t3940763575 * __this, FtpWebRequest_t1577818305 * ___request0, Uri_t100236324 * ___uri1, String_t* ___method2, int32_t ___statusCode3, String_t* ___statusDescription4, const RuntimeMethod* method); // System.Void System.Net.FtpAsyncResult::.ctor(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult__ctor_m524856605 (FtpAsyncResult_t3265664217 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method); // System.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Net.FtpWebResponse) extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_m1279429529 (FtpAsyncResult_t3265664217 * __this, bool ___synch0, FtpWebResponse_t3940763575 * ___response1, const RuntimeMethod* method); // System.Void System.Threading.ThreadStart::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ThreadStart__ctor_m3250019360 (ThreadStart_t1006689297 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Threading.Thread::.ctor(System.Threading.ThreadStart) extern "C" IL2CPP_METHOD_ATTR void Thread__ctor_m777188137 (Thread_t2300836069 * __this, ThreadStart_t1006689297 * p0, const RuntimeMethod* method); // System.Void System.Threading.Thread::Start() extern "C" IL2CPP_METHOD_ATTR void Thread_Start_m2860771284 (Thread_t2300836069 * __this, const RuntimeMethod* method); // System.Boolean System.Net.FtpAsyncResult::WaitUntilComplete(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool FtpAsyncResult_WaitUntilComplete_m801803550 (FtpAsyncResult_t3265664217 * __this, int32_t ___timeout0, bool ___exitContext1, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::Abort() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_Abort_m2164812681 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Boolean System.Net.FtpAsyncResult::get_GotException() extern "C" IL2CPP_METHOD_ATTR bool FtpAsyncResult_get_GotException_m460501254 (FtpAsyncResult_t3265664217 * __this, const RuntimeMethod* method); // System.Exception System.Net.FtpAsyncResult::get_Exception() extern "C" IL2CPP_METHOD_ATTR Exception_t * FtpAsyncResult_get_Exception_m3265976807 (FtpAsyncResult_t3265664217 * __this, const RuntimeMethod* method); // System.Net.FtpWebResponse System.Net.FtpAsyncResult::get_Response() extern "C" IL2CPP_METHOD_ATTR FtpWebResponse_t3940763575 * FtpAsyncResult_get_Response_m559123986 (FtpAsyncResult_t3265664217 * __this, const RuntimeMethod* method); // System.IAsyncResult System.Net.FtpWebRequest::BeginGetResponse(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FtpWebRequest_BeginGetResponse_m3757524768 (FtpWebRequest_t1577818305 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method); // System.Net.WebResponse System.Net.FtpWebRequest::EndGetResponse(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR WebResponse_t229922639 * FtpWebRequest_EndGetResponse_m47755679 (FtpWebRequest_t1577818305 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // 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); // System.IO.Stream System.Net.FtpAsyncResult::get_Stream() extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * FtpAsyncResult_get_Stream_m2727806888 (FtpAsyncResult_t3265664217 * __this, const RuntimeMethod* method); // System.IAsyncResult System.Net.FtpWebRequest::BeginGetRequestStream(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FtpWebRequest_BeginGetRequestStream_m3969515993 (FtpWebRequest_t1577818305 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method); // System.IO.Stream System.Net.FtpWebRequest::EndGetRequestStream(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * FtpWebRequest_EndGetRequestStream_m1909407835 (FtpWebRequest_t1577818305 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // 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); // 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.Void System.Net.FtpStatus::.ctor(System.Net.FtpStatusCode,System.String) extern "C" IL2CPP_METHOD_ATTR void FtpStatus__ctor_m1706090984 (FtpStatus_t2376455776 * __this, int32_t ___statusCode0, String_t* ___statusDescription1, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::UpdateStatus(System.Net.FtpStatus) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_UpdateStatus_m937617454 (FtpWebResponse_t3940763575 * __this, FtpStatus_t2376455776 * ___status0, 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.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.Void System.Net.FtpWebResponse::.ctor(System.Net.FtpWebRequest,System.Uri,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse__ctor_m132049627 (FtpWebResponse_t3940763575 * __this, FtpWebRequest_t1577818305 * ___request0, Uri_t100236324 * ___uri1, String_t* ___method2, bool ___keepAlive3, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::ProcessMethod() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_ProcessMethod_m3735617216 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::SetCompleteWithError(System.Exception) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_SetCompleteWithError_m3611237847 (FtpWebRequest_t1577818305 * __this, Exception_t * ___exc0, const RuntimeMethod* method); // System.Boolean System.Net.FtpWebRequest::InProgress() extern "C" IL2CPP_METHOD_ATTR bool FtpWebRequest_InProgress_m2248546191 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Net.FtpStatus System.Net.FtpWebRequest::GetResponseStatus() extern "C" IL2CPP_METHOD_ATTR FtpStatus_t2376455776 * FtpWebRequest_GetResponseStatus_m3460206581 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Boolean System.Net.FtpWebResponse::IsFinal() extern "C" IL2CPP_METHOD_ATTR bool FtpWebResponse_IsFinal_m1348059617 (FtpWebResponse_t3940763575 * __this, const RuntimeMethod* method); // System.String System.Net.FtpWebRequest::get_DataType() extern "C" IL2CPP_METHOD_ATTR String_t* FtpWebRequest_get_DataType_m3448270912 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Net.FtpStatus System.Net.FtpWebRequest::SendCommand(System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR FtpStatus_t2376455776 * FtpWebRequest_SendCommand_m2533286792 (FtpWebRequest_t1577818305 * __this, String_t* ___command0, StringU5BU5D_t1281789340* ___parameters1, const RuntimeMethod* method); // System.Net.FtpStatusCode System.Net.FtpStatus::get_StatusCode() extern "C" IL2CPP_METHOD_ATTR int32_t FtpStatus_get_StatusCode_m1935822399 (FtpStatus_t2376455776 * __this, const RuntimeMethod* method); // System.Exception System.Net.FtpWebRequest::CreateExceptionFromResponse(System.Net.FtpStatus) extern "C" IL2CPP_METHOD_ATTR Exception_t * FtpWebRequest_CreateExceptionFromResponse_m741462156 (FtpWebRequest_t1577818305 * __this, FtpStatus_t2376455776 * ___status0, const RuntimeMethod* method); // System.String System.Uri::UnescapeDataString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Uri_UnescapeDataString_m3282767665 (RuntimeObject * __this /* static, unused */, String_t* ___stringToUnescape0, 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.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.Uri::.ctor(System.Uri,System.String) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m279432735 (Uri_t100236324 * __this, Uri_t100236324 * ___baseUri0, String_t* ___relativeUri1, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m3451222878 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.String System.Net.FtpWebRequest::GetRemoteFolderPath(System.Uri) extern "C" IL2CPP_METHOD_ATTR String_t* FtpWebRequest_GetRemoteFolderPath_m351623698 (FtpWebRequest_t1577818305 * __this, Uri_t100236324 * ___uri0, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::ResolveHost() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_ResolveHost_m3463382846 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::OpenControlConnection() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_OpenControlConnection_m1915116578 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::CWDAndSetFileName(System.Uri) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CWDAndSetFileName_m3751202631 (FtpWebRequest_t1577818305 * __this, Uri_t100236324 * ___uri0, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::SetType() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_SetType_m889883767 (FtpWebRequest_t1577818305 * __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.Void System.Net.FtpWebRequest::DownloadData() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_DownloadData_m3221826187 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::UploadData() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_UploadData_m2791203992 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::ProcessSimpleMethod() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_ProcessSimpleMethod_m3222265549 (FtpWebRequest_t1577818305 * __this, 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.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.FtpWebRequest::CloseControlConnection() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CloseControlConnection_m1302744984 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::set_Stream(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_set_Stream_m556839434 (FtpWebResponse_t3940763575 * __this, Stream_t1273022909 * ___value0, const RuntimeMethod* method); // System.String System.Net.FtpStatus::get_StatusDescription() extern "C" IL2CPP_METHOD_ATTR String_t* FtpStatus_get_StatusDescription_m2739034646 (FtpStatus_t2376455776 * __this, const RuntimeMethod* method); // System.Boolean System.Char::IsDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsDigit_m3646673943 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // System.Boolean System.Int64::TryParse(System.String,System.Int64&) extern "C" IL2CPP_METHOD_ATTR bool Int64_TryParse_m2208578514 (RuntimeObject * __this /* static, unused */, String_t* p0, int64_t* p1, const RuntimeMethod* method); // System.DateTime System.DateTime::ParseExact(System.String,System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ParseExact_m3543736043 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, RuntimeObject* p2, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::set_LastModified(System.DateTime) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_set_LastModified_m3755041463 (FtpWebResponse_t3940763575 * __this, DateTime_t3738529785 ___value0, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::OpenDataConnection() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_OpenDataConnection_m2761204651 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpDataStream::.ctor(System.Net.FtpWebRequest,System.IO.Stream,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FtpDataStream__ctor_m4139269767 (FtpDataStream_t1366729715 * __this, FtpWebRequest_t1577818305 * ___request0, Stream_t1273022909 * ___stream1, bool ___isRead2, const RuntimeMethod* method); // System.Void System.Net.FtpAsyncResult::set_Stream(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult_set_Stream_m2533266488 (FtpAsyncResult_t3265664217 * __this, Stream_t1273022909 * ___value0, 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.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.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.Net.ServicePoint System.Net.FtpWebRequest::get_ServicePoint() extern "C" IL2CPP_METHOD_ATTR ServicePoint_t2786966844 * FtpWebRequest_get_ServicePoint_m2462547689 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Boolean System.Net.ServicePoint::CallEndPointDelegate(System.Net.Sockets.Socket,System.Net.IPEndPoint) extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_CallEndPointDelegate_m2947487287 (ServicePoint_t2786966844 * __this, Socket_t1119025450 * ___sock0, IPEndPoint_t3791887218 * ___remote1, 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.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.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); // 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); // 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.Void System.IO.StreamReader::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void StreamReader__ctor_m3941437302 (StreamReader_t4009935899 * __this, Stream_t1273022909 * p0, Encoding_t1523322056 * p1, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::Authenticate() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_Authenticate_m3499993166 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.String System.Net.FtpWebRequest::GetInitialPath(System.Net.FtpStatus) extern "C" IL2CPP_METHOD_ATTR String_t* FtpWebRequest_GetInitialPath_m252477829 (RuntimeObject * __this /* static, unused */, FtpStatus_t2376455776 * ___status0, 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.Boolean System.String::EndsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_EndsWith_m1901926500 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[],System.Int32) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m2077324731 (String_t* __this, CharU5BU5D_t3528271667* p0, int32_t p1, 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.Boolean System.Int32::TryParse(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Int32_TryParse_m2404707562 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t* p1, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::.ctor(System.Net.FtpWebRequest,System.Uri,System.String,System.Net.FtpStatus) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse__ctor_m3273086612 (FtpWebResponse_t3940763575 * __this, FtpWebRequest_t1577818305 * ___request0, Uri_t100236324 * ___uri1, String_t* ___method2, FtpStatus_t2376455776 * ___status3, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::CloseConnection() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CloseConnection_m2159926326 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Exception) extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_m3601468790 (FtpAsyncResult_t3265664217 * __this, bool ___synch0, Exception_t * ___exc1, const RuntimeMethod* method); // System.Net.Sockets.Socket System.Net.FtpWebRequest::SetupPassiveConnection(System.String) extern "C" IL2CPP_METHOD_ATTR Socket_t1119025450 * FtpWebRequest_SetupPassiveConnection_m1357636555 (FtpWebRequest_t1577818305 * __this, String_t* ___statusDescription0, 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.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::Listen(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Socket_Listen_m3184049021 (Socket_t1119025450 * __this, int32_t ___backlog0, const RuntimeMethod* method); // System.String System.String::Replace(System.Char,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m3726209165 (String_t* __this, Il2CppChar p0, Il2CppChar p1, 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.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.Net.Sockets.Socket System.Net.FtpWebRequest::InitDataConnection() extern "C" IL2CPP_METHOD_ATTR Socket_t1119025450 * FtpWebRequest_InitDataConnection_m1033696962 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.String System.Int64::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m2986581816 (int64_t* __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.NetworkStream::.ctor(System.Net.Sockets.Socket,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NetworkStream__ctor_m594102681 (NetworkStream_t4071955934 * __this, Socket_t1119025450 * ___socket0, bool ___owns_socket1, const RuntimeMethod* method); // System.Boolean System.Net.FtpWebRequest::get_EnableSsl() extern "C" IL2CPP_METHOD_ATTR bool FtpWebRequest_get_EnableSsl_m2491182827 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Boolean System.Net.FtpWebRequest::ChangeToSSLSocket(System.IO.Stream&) extern "C" IL2CPP_METHOD_ATTR bool FtpWebRequest_ChangeToSSLSocket_m896422621 (FtpWebRequest_t1577818305 * __this, Stream_t1273022909 ** ___stream0, const RuntimeMethod* method); // 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); // 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.String System.Net.NetworkCredential::get_Domain() extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Domain_m153886306 (NetworkCredential_t3282608323 * __this, 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.String System.String::Concat(System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1715369213 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::set_BannerMessage(System.String) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_set_BannerMessage_m1768086374 (FtpWebResponse_t3940763575 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.FtpWebRequest::InitiateSecureConnection(System.IO.Stream&) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_InitiateSecureConnection_m1876937554 (FtpWebRequest_t1577818305 * __this, Stream_t1273022909 ** ___stream0, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::set_WelcomeMessage(System.String) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_set_WelcomeMessage_m3871327441 (FtpWebResponse_t3940763575 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.String::Join(System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Join_m2050845953 (RuntimeObject * __this /* static, unused */, String_t* p0, StringU5BU5D_t1281789340* p1, 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.Net.FtpStatus System.Net.FtpWebRequest::ServiceNotAvailable() extern "C" IL2CPP_METHOD_ATTR FtpStatus_t2376455776 * FtpWebRequest_ServiceNotAvailable_m4410319 (RuntimeObject * __this /* static, unused */, 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.Boolean System.String::StartsWith(System.String,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m2640722675 (String_t* __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Net.Security.SslStream::.ctor(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback,System.Net.Security.LocalCertificateSelectionCallback) extern "C" IL2CPP_METHOD_ATTR void SslStream__ctor_m2028407324 (SslStream_t2700741536 * __this, Stream_t1273022909 * ___innerStream0, bool ___leaveStreamOpen1, RemoteCertificateValidationCallback_t3014364904 * ___certValidationCallback2, LocalCertificateSelectionCallback_t2354453884 * ___certSelectionCallback3, 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 System.Net.FtpWebRequest::OperationCompleted() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_OperationCompleted_m77641069 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method); // System.Void System.Net.FtpWebResponse::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_CheckDisposed_m2152411271 (FtpWebResponse_t3940763575 * __this, const RuntimeMethod* method); // 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); // System.Void System.Net.HttpContinueDelegate::Invoke(System.Int32,System.Net.WebHeaderCollection) extern "C" IL2CPP_METHOD_ATTR void HttpContinueDelegate_Invoke_m1343264165 (HttpContinueDelegate_t3009151163 * __this, int32_t ___StatusCode0, WebHeaderCollection_t1942268960 * ___httpHeaders1, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::.ctor(System.Uri) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest__ctor_m1376613083 (HttpWebRequest_t1669436515 * __this, Uri_t100236324 * ___uri0, const RuntimeMethod* method); // System.Void System.Version::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Version__ctor_m3537335798 (Version_t3456873960 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // 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); // 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.Security.Cryptography.X509Certificates.X509CertificateCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void X509CertificateCollection__ctor_m1784029323 (X509CertificateCollection_t3399372417 * __this, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::CheckRequestStarted() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_CheckRequestStarted_m2585848005 (HttpWebRequest_t1669436515 * __this, 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.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); // 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); // System.Net.ServicePoint System.Net.HttpWebRequest::GetServicePoint() extern "C" IL2CPP_METHOD_ATTR ServicePoint_t2786966844 * HttpWebRequest_GetServicePoint_m2640244283 (HttpWebRequest_t1669436515 * __this, 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.Boolean System.Net.ServicePoint::get_UsesProxy() extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_UsesProxy_m174711556 (ServicePoint_t2786966844 * __this, 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.HttpWebRequest::get_Aborted() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_Aborted_m1961501758 (HttpWebRequest_t1669436515 * __this, 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.String System.Net.HttpWebRequest::get_TransferEncoding() extern "C" IL2CPP_METHOD_ATTR String_t* HttpWebRequest_get_TransferEncoding_m1718199537 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method); // 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); // 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); // System.Void System.Net.WebAsyncResult::DoCallback() extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_DoCallback_m1336537550 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method); // System.EventHandler System.Net.ServicePoint::SendRequest(System.Net.HttpWebRequest,System.String) extern "C" IL2CPP_METHOD_ATTR EventHandler_t1348719766 * ServicePoint_SendRequest_m1850173641 (ServicePoint_t2786966844 * __this, HttpWebRequest_t1669436515 * ___request0, String_t* ___groupName1, 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.Exception System.Net.WebAsyncResult::get_Exception() extern "C" IL2CPP_METHOD_ATTR Exception_t * WebAsyncResult_get_Exception_m3307967112 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method); // 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); // System.Boolean System.Net.WebConnectionStream::get_RequestWritten() extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_get_RequestWritten_m4293957107 (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.Int32 System.Net.WebConnectionStream::get_WriteBufferLength() extern "C" IL2CPP_METHOD_ATTR int32_t WebConnectionStream_get_WriteBufferLength_m2987307428 (WebConnectionStream_t2170064850 * __this, 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.Void System.Net.HttpWebRequest::CheckIfForceWrite() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_CheckIfForceWrite_m4159395462 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method); // 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); // 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.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.Boolean System.Net.WebAsyncResult::get_GotException() extern "C" IL2CPP_METHOD_ATTR bool WebAsyncResult_get_GotException_m3213578714 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method); // 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); // 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.Void System.EventHandler::Invoke(System.Object,System.EventArgs) extern "C" IL2CPP_METHOD_ATTR void EventHandler_Invoke_m2047579917 (EventHandler_t1348719766 * __this, RuntimeObject * p0, EventArgs_t3591816995 * p1, 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.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.String System.String::Format(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2556382932 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, 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.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.Boolean System.Net.ServicePoint::get_SendContinue() extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_SendContinue_m3018494224 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest::get_ProxyQuery() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ProxyQuery_m4235226594 (HttpWebRequest_t1669436515 * __this, 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.Net.CookieContainer::GetCookieHeader(System.Uri) extern "C" IL2CPP_METHOD_ATTR String_t* CookieContainer_GetCookieHeader_m3804824737 (CookieContainer_t2331592909 * __this, Uri_t100236324 * ___uri0, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::DoPreAuthenticate() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_DoPreAuthenticate_m1424851389 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method); // System.Net.Authorization System.Net.AuthenticationManager::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t542416582 * AuthenticationManager_PreAuthenticate_m1971834472 (RuntimeObject * __this /* static, unused */, WebRequest_t1939381076 * ___request0, RuntimeObject* ___credentials1, 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.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.String System.Uri::get_PathAndQuery() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_PathAndQuery_m2396197970 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m3339413201 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, RuntimeObject * p3, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m630303134 (RuntimeObject * __this /* static, unused */, String_t* p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.Boolean System.Version::op_Inequality(System.Version,System.Version) extern "C" IL2CPP_METHOD_ATTR bool Version_op_Inequality_m1696193441 (RuntimeObject * __this /* static, unused */, Version_t3456873960 * p0, Version_t3456873960 * p1, const RuntimeMethod* method); // System.Boolean System.Version::op_LessThan(System.Version,System.Version) extern "C" IL2CPP_METHOD_ATTR bool Version_op_LessThan_m3745610070 (RuntimeObject * __this /* static, unused */, Version_t3456873960 * p0, Version_t3456873960 * p1, const RuntimeMethod* method); // System.Int32 System.Version::get_Major() extern "C" IL2CPP_METHOD_ATTR int32_t Version_get_Major_m2457928275 (Version_t3456873960 * __this, const RuntimeMethod* method); // System.Int32 System.Version::get_Minor() extern "C" IL2CPP_METHOD_ATTR int32_t Version_get_Minor_m150536655 (Version_t3456873960 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m921870684 (StringBuilder_t * __this, String_t* p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.String System.Net.HttpWebRequest::GetHeaders() extern "C" IL2CPP_METHOD_ATTR String_t* HttpWebRequest_GetHeaders_m3768893913 (HttpWebRequest_t1669436515 * __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 System.Net.WebConnectionStream::SetHeaders(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_SetHeaders_m3009966013 (WebConnectionStream_t2170064850 * __this, ByteU5BU5D_t4116647657* ___buffer0, const RuntimeMethod* method); // 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); // 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.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); // 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.WebConnectionStream::get_CompleteRequestWritten() extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_get_CompleteRequestWritten_m761372138 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method); // System.Void System.Net.HttpWebResponse::ReadAll() extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_ReadAll_m677937028 (HttpWebResponse_t3286585418 * __this, const RuntimeMethod* method); // 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); // 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); // 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); // 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); // System.Void System.Net.WebAsyncResult::Reset() extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_Reset_m208950746 (WebAsyncResult_t3421962937 * __this, const RuntimeMethod* method); // System.Void System.Net.HttpWebResponse::.ctor(System.Uri,System.String,System.Net.WebConnectionData,System.Net.CookieContainer) extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse__ctor_m470181940 (HttpWebResponse_t3286585418 * __this, Uri_t100236324 * ___uri0, String_t* ___method1, WebConnectionData_t3835660455 * ___data2, CookieContainer_t2331592909 * ___container3, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest::CheckSendError(System.Net.WebConnectionData) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_CheckSendError_m2266605752 (HttpWebRequest_t1669436515 * __this, WebConnectionData_t3835660455 * ___data0, 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.Boolean System.Net.HttpWebRequest::CheckFinalStatus(System.Net.WebAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_CheckFinalStatus_m2636217061 (HttpWebRequest_t1669436515 * __this, WebAsyncResult_t3421962937 * ___result0, const RuntimeMethod* method); // System.Net.HttpStatusCode System.Net.HttpWebResponse::get_StatusCode() extern "C" IL2CPP_METHOD_ATTR int32_t HttpWebResponse_get_StatusCode_m3435907869 (HttpWebResponse_t3286585418 * __this, const RuntimeMethod* method); // 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); // 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.HttpWebRequest::HandleNtlmAuth(System.Net.WebAsyncResult) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_HandleNtlmAuth_m991136185 (HttpWebRequest_t1669436515 * __this, WebAsyncResult_t3421962937 * ___r0, 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.Boolean System.Net.Authorization::get_Complete() extern "C" IL2CPP_METHOD_ATTR bool Authorization_get_Complete_m585383280 (Authorization_t542416582 * __this, const RuntimeMethod* method); // System.Net.IAuthenticationModule System.Net.Authorization::get_Module() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Authorization_get_Module_m4021207631 (Authorization_t542416582 * __this, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest::CheckAuthorization(System.Net.WebResponse,System.Net.HttpStatusCode) extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_CheckAuthorization_m1568753518 (HttpWebRequest_t1669436515 * __this, WebResponse_t229922639 * ___response0, int32_t ___code1, const RuntimeMethod* method); // System.Byte[] System.Net.WebConnectionStream::get_WriteBuffer() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* WebConnectionStream_get_WriteBuffer_m815304309 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method); // System.Void System.Net.WebConnectionStream::InternalClose() extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_InternalClose_m2666563675 (WebConnectionStream_t2170064850 * __this, const RuntimeMethod* method); // System.String System.Net.HttpWebResponse::get_StatusDescription() extern "C" IL2CPP_METHOD_ATTR String_t* HttpWebResponse_get_StatusDescription_m2108835333 (HttpWebResponse_t3286585418 * __this, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest::Redirect(System.Net.WebAsyncResult,System.Net.HttpStatusCode) extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_Redirect_m4244039222 (HttpWebRequest_t1669436515 * __this, WebAsyncResult_t3421962937 * ___result0, int32_t ___code1, const RuntimeMethod* method); // System.Void System.Net.HttpWebResponse::FillCookies() extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_FillCookies_m2099537096 (HttpWebResponse_t3286585418 * __this, const RuntimeMethod* method); // System.Net.DecompressionMethods System.Net.HttpWebRequest::get_AutomaticDecompression() extern "C" IL2CPP_METHOD_ATTR int32_t HttpWebRequest_get_AutomaticDecompression_m4238495726 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method); // System.Void System.IO.Compression.GZipStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode) extern "C" IL2CPP_METHOD_ATTR void GZipStream__ctor_m1551560069 (GZipStream_t3417139389 * __this, Stream_t1273022909 * ___compressedStream0, int32_t ___mode1, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode) extern "C" IL2CPP_METHOD_ATTR void DeflateStream__ctor_m1455391489 (DeflateStream_t4175168077 * __this, Stream_t1273022909 * ___compressedStream0, int32_t ___mode1, const RuntimeMethod* method); // System.Void System.Net.HttpWebResponse::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_Dispose_m2105431493 (HttpWebResponse_t3286585418 * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void System.Net.HttpWebResponse::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_CheckDisposed_m3271607901 (HttpWebResponse_t3286585418 * __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.Void System.Net.HttpWebResponse::SetCookie(System.String) extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_SetCookie_m322401225 (HttpWebResponse_t3286585418 * __this, String_t* ___header0, const RuntimeMethod* method); // System.Void System.Net.HttpWebResponse::SetCookie2(System.String) extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_SetCookie2_m2022669570 (HttpWebResponse_t3286585418 * __this, String_t* ___cookies_str0, const RuntimeMethod* method); // System.Void System.Net.CookieParser::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CookieParser__ctor_m352952167 (CookieParser_t2349142305 * __this, String_t* ___header0, const RuntimeMethod* method); // System.String System.String::ToUpper() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToUpper_m3324454496 (String_t* __this, const RuntimeMethod* method); // System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_Equality_m1022058599 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 p0, DateTime_t3738529785 p1, 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.DateTime System.DateTime::AddSeconds(System.Double) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_AddSeconds_m332574389 (DateTime_t3738529785 * __this, double p0, const RuntimeMethod* method); // System.DateTime System.Net.HttpWebResponse::TryParseCookieExpires(System.String) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 HttpWebResponse_TryParseCookieExpires_m2514563929 (HttpWebResponse_t3286585418 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Net.CookieParser::GetNextNameValue(System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR bool CookieParser_GetNextNameValue_m1056878190 (CookieParser_t2349142305 * __this, String_t** ___name0, String_t** ___val1, const RuntimeMethod* method); // System.Void System.Net.CookieContainer::Add(System.Uri,System.Net.Cookie) extern "C" IL2CPP_METHOD_ATTR void CookieContainer_Add_m3856922447 (CookieContainer_t2331592909 * __this, Uri_t100236324 * ___uri0, Cookie_t993873397 * ___cookie1, const RuntimeMethod* method); // System.DateTime System.DateTime::SpecifyKind(System.DateTime,System.DateTimeKind) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_SpecifyKind_m3332658812 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 p0, int32_t p1, const RuntimeMethod* method); // System.TimeZone System.TimeZone::get_CurrentTimeZone() extern "C" IL2CPP_METHOD_ATTR TimeZone_t2038656743 * TimeZone_get_CurrentTimeZone_m2520313554 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int16 System.Net.IPAddress::HostToNetworkOrder(System.Int16) extern "C" IL2CPP_METHOD_ATTR int16_t IPAddress_HostToNetworkOrder_m1393269408 (RuntimeObject * __this /* static, unused */, int16_t ___host0, const RuntimeMethod* method); // System.Void System.Net.IPAddress::.ctor(System.Int64) extern "C" IL2CPP_METHOD_ATTR void IPAddress__ctor_m921977496 (IPAddress_t241777590 * __this, int64_t ___addr0, const RuntimeMethod* method); // System.Net.IPAddress System.Net.IPAddress::ParseIPV6(System.String) extern "C" IL2CPP_METHOD_ATTR IPAddress_t241777590 * IPAddress_ParseIPV6_m750830007 (RuntimeObject * __this /* static, unused */, String_t* ___ip0, const RuntimeMethod* method); // System.Int16 System.Net.IPAddress::SwapShort(System.Int16) extern "C" IL2CPP_METHOD_ATTR int16_t IPAddress_SwapShort_m703207735 (RuntimeObject * __this /* static, unused */, int16_t ___number0, const RuntimeMethod* method); // System.Net.IPAddress System.Net.IPAddress::ParseIPV4(System.String) extern "C" IL2CPP_METHOD_ATTR IPAddress_t241777590 * IPAddress_ParseIPV4_m2273992661 (RuntimeObject * __this /* static, unused */, String_t* ___ip0, 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.Boolean System.Uri::IsHexDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Uri_IsHexDigit_m3389749670 (RuntimeObject * __this /* static, unused */, Il2CppChar ___digit0, const RuntimeMethod* method); // System.Int32 System.Uri::FromHex(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t Uri_FromHex_m2610708947 (RuntimeObject * __this /* static, unused */, Il2CppChar ___digit0, const RuntimeMethod* method); // System.Boolean System.Int64::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64&) extern "C" IL2CPP_METHOD_ATTR bool Int64_TryParse_m3606398488 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, int64_t* p3, const RuntimeMethod* method); // System.Boolean System.Net.IPv6Address::TryParse(System.String,System.Net.IPv6Address&) extern "C" IL2CPP_METHOD_ATTR bool IPv6Address_TryParse_m2586816298 (RuntimeObject * __this /* static, unused */, String_t* ___ipString0, IPv6Address_t2709566769 ** ___result1, const RuntimeMethod* method); // System.UInt16[] System.Net.IPv6Address::get_Address() extern "C" IL2CPP_METHOD_ATTR UInt16U5BU5D_t3326319531* IPv6Address_get_Address_m1389170741 (IPv6Address_t2709566769 * __this, const RuntimeMethod* method); // System.Int64 System.Net.IPv6Address::get_ScopeId() extern "C" IL2CPP_METHOD_ATTR int64_t IPv6Address_get_ScopeId_m2285850181 (IPv6Address_t2709566769 * __this, const RuntimeMethod* method); // System.Void System.Net.IPAddress::.ctor(System.UInt16[],System.Int64) extern "C" IL2CPP_METHOD_ATTR void IPAddress__ctor_m149476904 (IPAddress_t241777590 * __this, UInt16U5BU5D_t3326319531* ___address0, int64_t ___scopeId1, 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.Int16 System.Net.IPAddress::NetworkToHostOrder(System.Int16) extern "C" IL2CPP_METHOD_ATTR int16_t IPAddress_NetworkToHostOrder_m2704605532 (RuntimeObject * __this /* static, unused */, int16_t ___network0, const RuntimeMethod* method); // System.String System.Net.IPAddress::ToString(System.Int64) extern "C" IL2CPP_METHOD_ATTR String_t* IPAddress_ToString_m3532415717 (RuntimeObject * __this /* static, unused */, int64_t ___addr0, const RuntimeMethod* method); // System.Object System.Array::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m2672907798 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.Net.IPv6Address::.ctor(System.UInt16[]) extern "C" IL2CPP_METHOD_ATTR void IPv6Address__ctor_m4117281080 (IPv6Address_t2709566769 * __this, UInt16U5BU5D_t3326319531* ___addr0, const RuntimeMethod* method); // System.Int64 System.Net.IPAddress::get_ScopeId() extern "C" IL2CPP_METHOD_ATTR int64_t IPAddress_get_ScopeId_m4237202723 (IPAddress_t241777590 * __this, const RuntimeMethod* method); // System.Void System.Net.IPv6Address::set_ScopeId(System.Int64) extern "C" IL2CPP_METHOD_ATTR void IPv6Address_set_ScopeId_m3907190992 (IPv6Address_t2709566769 * __this, int64_t ___value0, 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.Int32 System.Net.IPAddress::Hash(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t IPAddress_Hash_m3747500957 (RuntimeObject * __this /* static, unused */, int32_t ___i0, int32_t ___j1, int32_t ___k2, int32_t ___l3, const RuntimeMethod* method); // System.Void System.Net.EndPoint::.ctor() extern "C" IL2CPP_METHOD_ATTR void EndPoint__ctor_m2608146098 (EndPoint_t982345378 * __this, const RuntimeMethod* method); // System.Void System.Net.IPEndPoint::set_Address(System.Net.IPAddress) extern "C" IL2CPP_METHOD_ATTR void IPEndPoint_set_Address_m2269479994 (IPEndPoint_t3791887218 * __this, IPAddress_t241777590 * ___value0, const RuntimeMethod* method); // System.Void System.Net.IPEndPoint::set_Port(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IPEndPoint_set_Port_m1384767399 (IPEndPoint_t3791887218 * __this, int32_t ___value0, const RuntimeMethod* method); // 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); // System.Int32 System.Net.SocketAddress::get_Size() extern "C" IL2CPP_METHOD_ATTR int32_t SocketAddress_get_Size_m3420662108 (SocketAddress_t3739769427 * __this, const RuntimeMethod* method); // 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); // System.Void System.Net.IPEndPoint::.ctor(System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR void IPEndPoint__ctor_m2543566353 (IPEndPoint_t3791887218 * __this, int64_t ___iaddr0, int32_t ___port1, const RuntimeMethod* method); // 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); // 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); // System.Int64 System.Net.IPAddress::get_InternalIPv4Address() extern "C" IL2CPP_METHOD_ATTR int64_t IPAddress_get_InternalIPv4Address_m3963971538 (IPAddress_t241777590 * __this, const RuntimeMethod* method); // System.Byte[] System.Net.IPAddress::GetAddressBytes() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* IPAddress_GetAddressBytes_m3103618290 (IPAddress_t241777590 * __this, const RuntimeMethod* method); // System.Void System.Net.IPv6Address::.ctor(System.UInt16[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void IPv6Address__ctor_m2700673633 (IPv6Address_t2709566769 * __this, UInt16U5BU5D_t3326319531* ___addr0, int32_t ___prefixLength1, const RuntimeMethod* method); // System.Net.IPv6Address System.Net.IPv6Address::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR IPv6Address_t2709566769 * IPv6Address_Parse_m3004687047 (RuntimeObject * __this /* static, unused */, String_t* ___ipString0, 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); // System.Boolean System.Int32::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Int32_TryParse_m135955795 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, int32_t* p3, const RuntimeMethod* method); // System.Boolean System.Net.IPv6Address::TryParse(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool IPv6Address_TryParse_m3387120421 (RuntimeObject * __this /* static, unused */, String_t* ___prefix0, int32_t* ___res1, const RuntimeMethod* method); // System.Int32 System.Net.IPv6Address::Fill(System.UInt16[],System.String) extern "C" IL2CPP_METHOD_ATTR int32_t IPv6Address_Fill_m1519528280 (RuntimeObject * __this /* static, unused */, UInt16U5BU5D_t3326319531* ___addr0, String_t* ___ipString1, const RuntimeMethod* method); // System.Void System.Net.IPv6Address::.ctor(System.UInt16[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void IPv6Address__ctor_m3704187391 (IPv6Address_t2709566769 * __this, UInt16U5BU5D_t3326319531* ___addr0, int32_t ___prefixLength1, int32_t ___scopeId2, const RuntimeMethod* method); // System.UInt16 System.Net.IPv6Address::SwapUShort(System.UInt16) extern "C" IL2CPP_METHOD_ATTR uint16_t IPv6Address_SwapUShort_m253384224 (RuntimeObject * __this /* static, unused */, uint16_t ___number0, const RuntimeMethod* method); // System.Int32 System.Net.IPv6Address::AsIPv4Int() extern "C" IL2CPP_METHOD_ATTR int32_t IPv6Address_AsIPv4Int_m844941024 (IPv6Address_t2709566769 * __this, const RuntimeMethod* method); // System.Boolean System.Net.IPv6Address::IsIPv4Compatible() extern "C" IL2CPP_METHOD_ATTR bool IPv6Address_IsIPv4Compatible_m2636354880 (IPv6Address_t2709566769 * __this, const RuntimeMethod* method); // System.Boolean System.Net.IPv6Address::IsIPv4Mapped() extern "C" IL2CPP_METHOD_ATTR bool IPv6Address_IsIPv4Mapped_m2527005544 (IPv6Address_t2709566769 * __this, 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.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.Int64) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m3611229522 (StringBuilder_t * __this, int64_t p0, const RuntimeMethod* method); // System.Int32 System.Net.IPv6Address::Hash(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t IPv6Address_Hash_m2034463181 (RuntimeObject * __this /* static, unused */, int32_t ___i0, int32_t ___j1, int32_t ___k2, int32_t ___l3, const RuntimeMethod* method); // System.Object System.Object::MemberwiseClone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Object_MemberwiseClone_m1474068832 (RuntimeObject * __this, 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.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.Security.Cryptography.X509Certificates.X509Certificate System.Net.Security.LocalCertificateSelectionCallback::Invoke(System.Object,System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[]) extern "C" IL2CPP_METHOD_ATTR X509Certificate_t713131622 * LocalCertificateSelectionCallback_Invoke_m668452322 (LocalCertificateSelectionCallback_t2354453884 * __this, RuntimeObject * ___sender0, String_t* ___targetHost1, X509CertificateCollection_t3399372417 * ___localCertificates2, X509Certificate_t713131622 * ___remoteCertificate3, StringU5BU5D_t1281789340* ___acceptableIssuers4, const RuntimeMethod* method); // System.Void System.Net.Security.AuthenticatedStream::.ctor(System.IO.Stream,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AuthenticatedStream__ctor_m2546959456 (AuthenticatedStream_t3415418016 * __this, Stream_t1273022909 * ___innerStream0, bool ___leaveInnerStreamOpen1, const RuntimeMethod* method); // System.IO.Stream System.Net.Security.AuthenticatedStream::get_InnerStream() extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * AuthenticatedStream_get_InnerStream_m4066215780 (AuthenticatedStream_t3415418016 * __this, 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.Int32 System.Collections.CollectionBase::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t CollectionBase_get_Count_m1708965601 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method); // 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 p0, const RuntimeMethod* method); // System.Void System.Net.Security.SslStream/c__AnonStorey7::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CBeginAuthenticateAsClientU3Ec__AnonStorey7__ctor_m2382281298 (U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_t1222040293 * __this, const RuntimeMethod* method); // System.Boolean System.Net.Security.AuthenticatedStream::get_LeaveInnerStreamOpen() extern "C" IL2CPP_METHOD_ATTR bool AuthenticatedStream_get_LeaveInnerStreamOpen_m1810360861 (AuthenticatedStream_t3415418016 * __this, const RuntimeMethod* method); // Mono.Security.Protocol.Tls.SecurityProtocolType System.Net.Security.SslStream::GetMonoSslProtocol(System.Security.Authentication.SslProtocols) extern "C" IL2CPP_METHOD_ATTR int32_t SslStream_GetMonoSslProtocol_m1414881046 (SslStream_t2700741536 * __this, int32_t ___ms0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.SslClientStream::.ctor(System.IO.Stream,System.String,System.Boolean,Mono.Security.Protocol.Tls.SecurityProtocolType,System.Security.Cryptography.X509Certificates.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR void SslClientStream__ctor_m3351906728 (SslClientStream_t3914624661 * __this, Stream_t1273022909 * p0, String_t* p1, bool p2, int32_t p3, X509CertificateCollection_t3399372417 * p4, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.SslStreamBase::set_CheckCertRevocationStatus(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SslStreamBase_set_CheckCertRevocationStatus_m912861213 (SslStreamBase_t1667413407 * __this, bool p0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.PrivateKeySelectionCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void PrivateKeySelectionCallback__ctor_m265141085 (PrivateKeySelectionCallback_t3240194217 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.SslClientStream::set_PrivateKeyCertSelectionDelegate(Mono.Security.Protocol.Tls.PrivateKeySelectionCallback) extern "C" IL2CPP_METHOD_ATTR void SslClientStream_set_PrivateKeyCertSelectionDelegate_m4100936974 (SslClientStream_t3914624661 * __this, PrivateKeySelectionCallback_t3240194217 * p0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.CertificateValidationCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void CertificateValidationCallback__ctor_m1962610296 (CertificateValidationCallback_t4091668218 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.SslClientStream::set_ServerCertValidationDelegate(Mono.Security.Protocol.Tls.CertificateValidationCallback) extern "C" IL2CPP_METHOD_ATTR void SslClientStream_set_ServerCertValidationDelegate_m466396564 (SslClientStream_t3914624661 * __this, CertificateValidationCallback_t4091668218 * p0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.CertificateSelectionCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void CertificateSelectionCallback__ctor_m3437537928 (CertificateSelectionCallback_t3743405224 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.SslClientStream::set_ClientCertSelectionDelegate(Mono.Security.Protocol.Tls.CertificateSelectionCallback) extern "C" IL2CPP_METHOD_ATTR void SslClientStream_set_ClientCertSelectionDelegate_m1261530976 (SslClientStream_t3914624661 * __this, CertificateSelectionCallback_t3743405224 * p0, const RuntimeMethod* method); // System.Void System.Net.Security.SslStream::CheckConnectionAuthenticated() extern "C" IL2CPP_METHOD_ATTR void SslStream_CheckConnectionAuthenticated_m3995332768 (SslStream_t2700741536 * __this, const RuntimeMethod* method); // System.Void System.IO.Stream::Dispose() extern "C" IL2CPP_METHOD_ATTR void Stream_Dispose_m2589290611 (Stream_t1273022909 * __this, const RuntimeMethod* method); // System.Void System.Net.Security.AuthenticatedStream::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AuthenticatedStream_Dispose_m2809320002 (AuthenticatedStream_t3415418016 * __this, bool ___disposing0, const RuntimeMethod* method); // 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); // 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); // 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); // 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); // System.Boolean System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool X509CertificateEnumerator_MoveNext_m3211955044 (X509CertificateEnumerator_t855273292 * __this, 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.Boolean System.Net.ServicePointManager::get_CheckCertificateRevocationList() extern "C" IL2CPP_METHOD_ATTR bool ServicePointManager_get_CheckCertificateRevocationList_m1645465614 (RuntimeObject * __this /* static, unused */, 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.Void System.Security.Cryptography.X509Certificates.X509ChainPolicy::set_RevocationMode(System.Security.Cryptography.X509Certificates.X509RevocationMode) extern "C" IL2CPP_METHOD_ATTR void X509ChainPolicy_set_RevocationMode_m3002768104 (X509ChainPolicy_t2426922870 * __this, int32_t ___value0, 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.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.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.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.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.Void System.Collections.Hashtable::.ctor() extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1815022027 (Hashtable_t1853889766 * __this, const RuntimeMethod* method); // System.UriHostNameType System.Uri::get_HostNameType() extern "C" IL2CPP_METHOD_ATTR int32_t Uri_get_HostNameType_m1143766868 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Collections.Hashtable System.Net.ServicePoint::get_Groups() extern "C" IL2CPP_METHOD_ATTR Hashtable_t1853889766 * ServicePoint_get_Groups_m1711331040 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method); // 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); // System.Net.WebConnectionGroup System.Net.ServicePoint::GetConnectionGroup(System.String) extern "C" IL2CPP_METHOD_ATTR WebConnectionGroup_t1712379988 * ServicePoint_GetConnectionGroup_m2497020374 (ServicePoint_t2786966844 * __this, String_t* ___name0, const RuntimeMethod* method); // 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); // 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.Net.IPEndPoint System.Net.BindIPEndPoint::Invoke(System.Net.ServicePoint,System.Net.IPEndPoint,System.Int32) extern "C" IL2CPP_METHOD_ATTR IPEndPoint_t3791887218 * BindIPEndPoint_Invoke_m1788714159 (BindIPEndPoint_t1029027275 * __this, ServicePoint_t2786966844 * ___servicePoint0, IPEndPoint_t3791887218 * ___remoteEndPoint1, int32_t ___retryCount2, 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.Configuration.BypassElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void BypassElement__ctor_m1241154676 (BypassElement_t2358616601 * __this, const RuntimeMethod* method) { { ConfigurationElement__ctor_m4116197893(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.BypassElement::.cctor() extern "C" IL2CPP_METHOD_ATTR void BypassElement__cctor_m2973970370 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BypassElement__cctor_m2973970370_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ConfigurationProperty_t3590861854 * L_2 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2121647601(L_2, _stringLiteral2350158027, L_1, NULL, 6, /*hidden argument*/NULL); ((BypassElement_t2358616601_StaticFields*)il2cpp_codegen_static_fields_for(BypassElement_t2358616601_il2cpp_TypeInfo_var))->set_addressProp_14(L_2); ConfigurationPropertyCollection_t2852175726 * L_3 = (ConfigurationPropertyCollection_t2852175726 *)il2cpp_codegen_object_new(ConfigurationPropertyCollection_t2852175726_il2cpp_TypeInfo_var); ConfigurationPropertyCollection__ctor_m550516750(L_3, /*hidden argument*/NULL); ((BypassElement_t2358616601_StaticFields*)il2cpp_codegen_static_fields_for(BypassElement_t2358616601_il2cpp_TypeInfo_var))->set_properties_13(L_3); ConfigurationPropertyCollection_t2852175726 * L_4 = ((BypassElement_t2358616601_StaticFields*)il2cpp_codegen_static_fields_for(BypassElement_t2358616601_il2cpp_TypeInfo_var))->get_properties_13(); ConfigurationProperty_t3590861854 * L_5 = ((BypassElement_t2358616601_StaticFields*)il2cpp_codegen_static_fields_for(BypassElement_t2358616601_il2cpp_TypeInfo_var))->get_addressProp_14(); NullCheck(L_4); ConfigurationPropertyCollection_Add_m2688614548(L_4, L_5, /*hidden argument*/NULL); return; } } // System.String System.Net.Configuration.BypassElement::get_Address() extern "C" IL2CPP_METHOD_ATTR String_t* BypassElement_get_Address_m2010615874 (BypassElement_t2358616601 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BypassElement_get_Address_m2010615874_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BypassElement_t2358616601_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((BypassElement_t2358616601_StaticFields*)il2cpp_codegen_static_fields_for(BypassElement_t2358616601_il2cpp_TypeInfo_var))->get_addressProp_14(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.BypassElement::get_Properties() extern "C" IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t2852175726 * BypassElement_get_Properties_m1871176797 (BypassElement_t2358616601 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BypassElement_get_Properties_m1871176797_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BypassElement_t2358616601_il2cpp_TypeInfo_var); ConfigurationPropertyCollection_t2852175726 * L_0 = ((BypassElement_t2358616601_StaticFields*)il2cpp_codegen_static_fields_for(BypassElement_t2358616601_il2cpp_TypeInfo_var))->get_properties_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.Configuration.BypassElementCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void BypassElementCollection__ctor_m212830439 (BypassElementCollection_t47326401 * __this, const RuntimeMethod* method) { { ConfigurationElementCollection__ctor_m4158074757(__this, /*hidden argument*/NULL); return; } } // System.Net.Configuration.BypassElement System.Net.Configuration.BypassElementCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR BypassElement_t2358616601 * BypassElementCollection_get_Item_m1099581810 (BypassElementCollection_t47326401 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BypassElementCollection_get_Item_m1099581810_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); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,BypassElementCollection_get_Item_m1099581810_RuntimeMethod_var); } } // System.Void System.Net.Configuration.BypassElementCollection::set_Item(System.Int32,System.Net.Configuration.BypassElement) extern "C" IL2CPP_METHOD_ATTR void BypassElementCollection_set_Item_m2869170895 (BypassElementCollection_t47326401 * __this, int32_t ___index0, BypassElement_t2358616601 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BypassElementCollection_set_Item_m2869170895_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); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,BypassElementCollection_set_Item_m2869170895_RuntimeMethod_var); } } // System.Net.Configuration.BypassElement System.Net.Configuration.BypassElementCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR BypassElement_t2358616601 * BypassElementCollection_get_Item_m681137992 (BypassElementCollection_t47326401 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BypassElementCollection_get_Item_m681137992_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; RuntimeObject * L_1 = ConfigurationElement_get_Item_m3494575926(__this, L_0, /*hidden argument*/NULL); return ((BypassElement_t2358616601 *)CastclassSealed((RuntimeObject*)L_1, BypassElement_t2358616601_il2cpp_TypeInfo_var)); } } // System.Void System.Net.Configuration.BypassElementCollection::set_Item(System.String,System.Net.Configuration.BypassElement) extern "C" IL2CPP_METHOD_ATTR void BypassElementCollection_set_Item_m723622049 (BypassElementCollection_t47326401 * __this, String_t* ___name0, BypassElement_t2358616601 * ___value1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; BypassElement_t2358616601 * L_1 = ___value1; ConfigurationElement_set_Item_m735072813(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.Configuration.BypassElementCollection::get_ThrowOnDuplicate() extern "C" IL2CPP_METHOD_ATTR bool BypassElementCollection_get_ThrowOnDuplicate_m1804560788 (BypassElementCollection_t47326401 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Net.Configuration.BypassElementCollection::Add(System.Net.Configuration.BypassElement) extern "C" IL2CPP_METHOD_ATTR void BypassElementCollection_Add_m1730070103 (BypassElementCollection_t47326401 * __this, BypassElement_t2358616601 * ___element0, const RuntimeMethod* method) { { BypassElement_t2358616601 * L_0 = ___element0; VirtActionInvoker1< ConfigurationElement_t3318566633 * >::Invoke(32 /* System.Void System.Configuration.ConfigurationElementCollection::BaseAdd(System.Configuration.ConfigurationElement) */, __this, L_0); return; } } // System.Void System.Net.Configuration.BypassElementCollection::Clear() extern "C" IL2CPP_METHOD_ATTR void BypassElementCollection_Clear_m983109952 (BypassElementCollection_t47326401 * __this, const RuntimeMethod* method) { { ConfigurationElementCollection_BaseClear_m206454311(__this, /*hidden argument*/NULL); return; } } // System.Configuration.ConfigurationElement System.Net.Configuration.BypassElementCollection::CreateNewElement() extern "C" IL2CPP_METHOD_ATTR ConfigurationElement_t3318566633 * BypassElementCollection_CreateNewElement_m473499098 (BypassElementCollection_t47326401 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BypassElementCollection_CreateNewElement_m473499098_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BypassElement_t2358616601 * L_0 = (BypassElement_t2358616601 *)il2cpp_codegen_object_new(BypassElement_t2358616601_il2cpp_TypeInfo_var); BypassElement__ctor_m1241154676(L_0, /*hidden argument*/NULL); return L_0; } } // System.Object System.Net.Configuration.BypassElementCollection::GetElementKey(System.Configuration.ConfigurationElement) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BypassElementCollection_GetElementKey_m4061408242 (BypassElementCollection_t47326401 * __this, ConfigurationElement_t3318566633 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BypassElementCollection_GetElementKey_m4061408242_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConfigurationElement_t3318566633 * L_0 = ___element0; if (((BypassElement_t2358616601 *)IsInstSealed((RuntimeObject*)L_0, BypassElement_t2358616601_il2cpp_TypeInfo_var))) { goto IL_0016; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, _stringLiteral4059539929, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BypassElementCollection_GetElementKey_m4061408242_RuntimeMethod_var); } IL_0016: { ConfigurationElement_t3318566633 * L_2 = ___element0; NullCheck(((BypassElement_t2358616601 *)CastclassSealed((RuntimeObject*)L_2, BypassElement_t2358616601_il2cpp_TypeInfo_var))); String_t* L_3 = BypassElement_get_Address_m2010615874(((BypassElement_t2358616601 *)CastclassSealed((RuntimeObject*)L_2, BypassElement_t2358616601_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_3; } } // System.Int32 System.Net.Configuration.BypassElementCollection::IndexOf(System.Net.Configuration.BypassElement) extern "C" IL2CPP_METHOD_ATTR int32_t BypassElementCollection_IndexOf_m2820403284 (BypassElementCollection_t47326401 * __this, BypassElement_t2358616601 * ___element0, const RuntimeMethod* method) { { BypassElement_t2358616601 * L_0 = ___element0; int32_t L_1 = ConfigurationElementCollection_BaseIndexOf_m1453992486(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Net.Configuration.BypassElementCollection::Remove(System.Net.Configuration.BypassElement) extern "C" IL2CPP_METHOD_ATTR void BypassElementCollection_Remove_m434483034 (BypassElementCollection_t47326401 * __this, BypassElement_t2358616601 * ___element0, const RuntimeMethod* method) { { BypassElement_t2358616601 * L_0 = ___element0; ConfigurationElementCollection_BaseRemove_m1848769724(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.BypassElementCollection::Remove(System.String) extern "C" IL2CPP_METHOD_ATTR void BypassElementCollection_Remove_m1818363397 (BypassElementCollection_t47326401 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; ConfigurationElementCollection_BaseRemove_m1848769724(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.BypassElementCollection::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BypassElementCollection_RemoveAt_m2808372834 (BypassElementCollection_t47326401 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; ConfigurationElementCollection_BaseRemoveAt_m4191568925(__this, L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionManagementData__ctor_m1336018396_MetadataUsageId); s_Il2CppMethodInitialized = true; } ConnectionManagementData_t2003128658 * V_0 = NULL; String_t* V_1 = NULL; RuntimeObject* 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); { Object__ctor_m297566312(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); CaseInsensitiveHashCodeProvider_t1962629119 * L_0 = CaseInsensitiveHashCodeProvider_get_DefaultInvariant_m4264275163(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveComparer_t3670035800_il2cpp_TypeInfo_var); CaseInsensitiveComparer_t3670035800 * L_1 = CaseInsensitiveComparer_get_DefaultInvariant_m2155614047(NULL /*static, unused*/, /*hidden argument*/NULL); Hashtable_t1853889766 * L_2 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m2302711321(L_2, L_0, L_1, /*hidden argument*/NULL); __this->set_data_0(L_2); RuntimeObject * L_3 = ___parent0; if (!L_3) { goto IL_008f; } } { RuntimeObject * L_4 = ___parent0; if (!((ConnectionManagementData_t2003128658 *)IsInstClass((RuntimeObject*)L_4, ConnectionManagementData_t2003128658_il2cpp_TypeInfo_var))) { goto IL_008f; } } { RuntimeObject * L_5 = ___parent0; V_0 = ((ConnectionManagementData_t2003128658 *)CastclassClass((RuntimeObject*)L_5, ConnectionManagementData_t2003128658_il2cpp_TypeInfo_var)); ConnectionManagementData_t2003128658 * L_6 = V_0; NullCheck(L_6); Hashtable_t1853889766 * L_7 = L_6->get_data_0(); NullCheck(L_7); RuntimeObject* L_8 = VirtFuncInvoker0< RuntimeObject* >::Invoke(28 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_7); NullCheck(L_8); RuntimeObject* L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_8); V_2 = L_9; } IL_0044: try { // begin try (depth: 1) { goto IL_006d; } IL_0049: { RuntimeObject* L_10 = V_2; NullCheck(L_10); RuntimeObject * L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_11, String_t_il2cpp_TypeInfo_var)); Hashtable_t1853889766 * L_12 = __this->get_data_0(); String_t* L_13 = V_1; ConnectionManagementData_t2003128658 * L_14 = V_0; NullCheck(L_14); Hashtable_t1853889766 * L_15 = L_14->get_data_0(); String_t* L_16 = V_1; NullCheck(L_15); RuntimeObject * L_17 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_15, L_16); NullCheck(L_12); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_12, L_13, L_17); } IL_006d: { RuntimeObject* L_18 = V_2; 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_0049; } } IL_0078: { IL2CPP_LEAVE(0x8F, FINALLY_007d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007d; } FINALLY_007d: { // begin finally (depth: 1) { RuntimeObject* L_20 = V_2; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_20, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_21 = V_3; if (L_21) { goto IL_0088; } } IL_0087: { IL2CPP_END_FINALLY(125) } IL_0088: { RuntimeObject* L_22 = V_3; NullCheck(L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_22); IL2CPP_END_FINALLY(125) } } // end finally (depth: 1) IL2CPP_CLEANUP(125) { IL2CPP_JUMP_TBL(0x8F, IL_008f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_008f: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionManagementData_Add_m3862416831_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = __this->get_data_0(); String_t* L_1 = ___address0; int32_t L_2 = ___nconns1; uint32_t L_3 = ((uint32_t)L_2); RuntimeObject * L_4 = Box(UInt32_t2560061978_il2cpp_TypeInfo_var, &L_3); NullCheck(L_0); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_0, L_1, L_4); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionManagementData_GetMaxConnections_m2384803309_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { Hashtable_t1853889766 * L_0 = __this->get_data_0(); String_t* L_1 = ___hostOrIP0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1); V_0 = L_2; RuntimeObject * L_3 = V_0; if (L_3) { goto IL_0024; } } { Hashtable_t1853889766 * L_4 = __this->get_data_0(); NullCheck(L_4); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_4, _stringLiteral3452614534); V_0 = L_5; } IL_0024: { RuntimeObject * L_6 = V_0; if (L_6) { goto IL_002c; } } { return 2; } IL_002c: { RuntimeObject * L_7 = V_0; return ((*(uint32_t*)((uint32_t*)UnBox(L_7, UInt32_t2560061978_il2cpp_TypeInfo_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.Configuration.ConnectionManagementElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void ConnectionManagementElement__ctor_m654779051 (ConnectionManagementElement_t3857438253 * __this, const RuntimeMethod* method) { { ConfigurationElement__ctor_m4116197893(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.ConnectionManagementElement::.cctor() extern "C" IL2CPP_METHOD_ATTR void ConnectionManagementElement__cctor_m1527088780 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionManagementElement__cctor_m1527088780_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ConfigurationProperty_t3590861854 * L_2 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2121647601(L_2, _stringLiteral2350156779, L_1, NULL, 6, /*hidden argument*/NULL); ((ConnectionManagementElement_t3857438253_StaticFields*)il2cpp_codegen_static_fields_for(ConnectionManagementElement_t3857438253_il2cpp_TypeInfo_var))->set_addressProp_14(L_2); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); int32_t L_5 = 1; RuntimeObject * L_6 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_5); ConfigurationProperty_t3590861854 * L_7 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2121647601(L_7, _stringLiteral74268235, L_4, L_6, 2, /*hidden argument*/NULL); ((ConnectionManagementElement_t3857438253_StaticFields*)il2cpp_codegen_static_fields_for(ConnectionManagementElement_t3857438253_il2cpp_TypeInfo_var))->set_maxConnectionProp_15(L_7); ConfigurationPropertyCollection_t2852175726 * L_8 = (ConfigurationPropertyCollection_t2852175726 *)il2cpp_codegen_object_new(ConfigurationPropertyCollection_t2852175726_il2cpp_TypeInfo_var); ConfigurationPropertyCollection__ctor_m550516750(L_8, /*hidden argument*/NULL); ((ConnectionManagementElement_t3857438253_StaticFields*)il2cpp_codegen_static_fields_for(ConnectionManagementElement_t3857438253_il2cpp_TypeInfo_var))->set_properties_13(L_8); ConfigurationPropertyCollection_t2852175726 * L_9 = ((ConnectionManagementElement_t3857438253_StaticFields*)il2cpp_codegen_static_fields_for(ConnectionManagementElement_t3857438253_il2cpp_TypeInfo_var))->get_properties_13(); ConfigurationProperty_t3590861854 * L_10 = ((ConnectionManagementElement_t3857438253_StaticFields*)il2cpp_codegen_static_fields_for(ConnectionManagementElement_t3857438253_il2cpp_TypeInfo_var))->get_addressProp_14(); NullCheck(L_9); ConfigurationPropertyCollection_Add_m2688614548(L_9, L_10, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_11 = ((ConnectionManagementElement_t3857438253_StaticFields*)il2cpp_codegen_static_fields_for(ConnectionManagementElement_t3857438253_il2cpp_TypeInfo_var))->get_properties_13(); ConfigurationProperty_t3590861854 * L_12 = ((ConnectionManagementElement_t3857438253_StaticFields*)il2cpp_codegen_static_fields_for(ConnectionManagementElement_t3857438253_il2cpp_TypeInfo_var))->get_maxConnectionProp_15(); NullCheck(L_11); ConfigurationPropertyCollection_Add_m2688614548(L_11, L_12, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionManagementElement_get_Address_m427527083_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ConnectionManagementElement_t3857438253_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ConnectionManagementElement_t3857438253_StaticFields*)il2cpp_codegen_static_fields_for(ConnectionManagementElement_t3857438253_il2cpp_TypeInfo_var))->get_addressProp_14(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionManagementElement_get_MaxConnection_m3860966341_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ConnectionManagementElement_t3857438253_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ConnectionManagementElement_t3857438253_StaticFields*)il2cpp_codegen_static_fields_for(ConnectionManagementElement_t3857438253_il2cpp_TypeInfo_var))->get_maxConnectionProp_15(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((*(int32_t*)((int32_t*)UnBox(L_1, Int32_t2950945753_il2cpp_TypeInfo_var)))); } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.ConnectionManagementElement::get_Properties() extern "C" IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t2852175726 * ConnectionManagementElement_get_Properties_m3315117941 (ConnectionManagementElement_t3857438253 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionManagementElement_get_Properties_m3315117941_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ConnectionManagementElement_t3857438253_il2cpp_TypeInfo_var); ConfigurationPropertyCollection_t2852175726 * L_0 = ((ConnectionManagementElement_t3857438253_StaticFields*)il2cpp_codegen_static_fields_for(ConnectionManagementElement_t3857438253_il2cpp_TypeInfo_var))->get_properties_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.Configuration.ConnectionManagementElementCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection__ctor_m3189515167 (ConnectionManagementElementCollection_t3860227195 * __this, const RuntimeMethod* method) { { ConfigurationElementCollection__ctor_m4158074757(__this, /*hidden argument*/NULL); return; } } // System.Net.Configuration.ConnectionManagementElement System.Net.Configuration.ConnectionManagementElementCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR ConnectionManagementElement_t3857438253 * ConnectionManagementElementCollection_get_Item_m3324937508 (ConnectionManagementElementCollection_t3860227195 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionManagementElementCollection_get_Item_m3324937508_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); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ConnectionManagementElementCollection_get_Item_m3324937508_RuntimeMethod_var); } } // System.Void System.Net.Configuration.ConnectionManagementElementCollection::set_Item(System.Int32,System.Net.Configuration.ConnectionManagementElement) extern "C" IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection_set_Item_m2238934651 (ConnectionManagementElementCollection_t3860227195 * __this, int32_t ___index0, ConnectionManagementElement_t3857438253 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionManagementElementCollection_set_Item_m2238934651_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); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,ConnectionManagementElementCollection_set_Item_m2238934651_RuntimeMethod_var); } } // System.Net.Configuration.ConnectionManagementElement System.Net.Configuration.ConnectionManagementElementCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR ConnectionManagementElement_t3857438253 * ConnectionManagementElementCollection_get_Item_m3433808567 (ConnectionManagementElementCollection_t3860227195 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionManagementElementCollection_get_Item_m3433808567_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; RuntimeObject * L_1 = ConfigurationElement_get_Item_m3494575926(__this, L_0, /*hidden argument*/NULL); return ((ConnectionManagementElement_t3857438253 *)CastclassSealed((RuntimeObject*)L_1, ConnectionManagementElement_t3857438253_il2cpp_TypeInfo_var)); } } // System.Void System.Net.Configuration.ConnectionManagementElementCollection::set_Item(System.String,System.Net.Configuration.ConnectionManagementElement) extern "C" IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection_set_Item_m2403754337 (ConnectionManagementElementCollection_t3860227195 * __this, String_t* ___name0, ConnectionManagementElement_t3857438253 * ___value1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; ConnectionManagementElement_t3857438253 * L_1 = ___value1; ConfigurationElement_set_Item_m735072813(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.ConnectionManagementElementCollection::Add(System.Net.Configuration.ConnectionManagementElement) extern "C" IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection_Add_m737089375 (ConnectionManagementElementCollection_t3860227195 * __this, ConnectionManagementElement_t3857438253 * ___element0, const RuntimeMethod* method) { { ConnectionManagementElement_t3857438253 * L_0 = ___element0; VirtActionInvoker1< ConfigurationElement_t3318566633 * >::Invoke(32 /* System.Void System.Configuration.ConfigurationElementCollection::BaseAdd(System.Configuration.ConfigurationElement) */, __this, L_0); return; } } // System.Void System.Net.Configuration.ConnectionManagementElementCollection::Clear() extern "C" IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection_Clear_m95227588 (ConnectionManagementElementCollection_t3860227195 * __this, const RuntimeMethod* method) { { ConfigurationElementCollection_BaseClear_m206454311(__this, /*hidden argument*/NULL); return; } } // System.Configuration.ConfigurationElement System.Net.Configuration.ConnectionManagementElementCollection::CreateNewElement() extern "C" IL2CPP_METHOD_ATTR ConfigurationElement_t3318566633 * ConnectionManagementElementCollection_CreateNewElement_m1744832217 (ConnectionManagementElementCollection_t3860227195 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionManagementElementCollection_CreateNewElement_m1744832217_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConnectionManagementElement_t3857438253 * L_0 = (ConnectionManagementElement_t3857438253 *)il2cpp_codegen_object_new(ConnectionManagementElement_t3857438253_il2cpp_TypeInfo_var); ConnectionManagementElement__ctor_m654779051(L_0, /*hidden argument*/NULL); return L_0; } } // System.Object System.Net.Configuration.ConnectionManagementElementCollection::GetElementKey(System.Configuration.ConfigurationElement) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConnectionManagementElementCollection_GetElementKey_m2780015538 (ConnectionManagementElementCollection_t3860227195 * __this, ConfigurationElement_t3318566633 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionManagementElementCollection_GetElementKey_m2780015538_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConfigurationElement_t3318566633 * L_0 = ___element0; if (((ConnectionManagementElement_t3857438253 *)IsInstSealed((RuntimeObject*)L_0, ConnectionManagementElement_t3857438253_il2cpp_TypeInfo_var))) { goto IL_0016; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, _stringLiteral4059539929, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ConnectionManagementElementCollection_GetElementKey_m2780015538_RuntimeMethod_var); } IL_0016: { ConfigurationElement_t3318566633 * L_2 = ___element0; NullCheck(((ConnectionManagementElement_t3857438253 *)CastclassSealed((RuntimeObject*)L_2, ConnectionManagementElement_t3857438253_il2cpp_TypeInfo_var))); String_t* L_3 = ConnectionManagementElement_get_Address_m427527083(((ConnectionManagementElement_t3857438253 *)CastclassSealed((RuntimeObject*)L_2, ConnectionManagementElement_t3857438253_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_3; } } // System.Int32 System.Net.Configuration.ConnectionManagementElementCollection::IndexOf(System.Net.Configuration.ConnectionManagementElement) extern "C" IL2CPP_METHOD_ATTR int32_t ConnectionManagementElementCollection_IndexOf_m308312783 (ConnectionManagementElementCollection_t3860227195 * __this, ConnectionManagementElement_t3857438253 * ___element0, const RuntimeMethod* method) { { ConnectionManagementElement_t3857438253 * L_0 = ___element0; int32_t L_1 = ConfigurationElementCollection_BaseIndexOf_m1453992486(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Net.Configuration.ConnectionManagementElementCollection::Remove(System.Net.Configuration.ConnectionManagementElement) extern "C" IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection_Remove_m4273406604 (ConnectionManagementElementCollection_t3860227195 * __this, ConnectionManagementElement_t3857438253 * ___element0, const RuntimeMethod* method) { { ConnectionManagementElement_t3857438253 * L_0 = ___element0; ConfigurationElementCollection_BaseRemove_m1848769724(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.ConnectionManagementElementCollection::Remove(System.String) extern "C" IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection_Remove_m3290794124 (ConnectionManagementElementCollection_t3860227195 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; ConfigurationElementCollection_BaseRemove_m1848769724(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.ConnectionManagementElementCollection::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection_RemoveAt_m2580720847 (ConnectionManagementElementCollection_t3860227195 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; ConfigurationElementCollection_BaseRemoveAt_m4191568925(__this, L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.ConnectionManagementSection::.ctor() extern "C" IL2CPP_METHOD_ATTR void ConnectionManagementSection__ctor_m3584503771 (ConnectionManagementSection_t1603642748 * __this, const RuntimeMethod* method) { { ConfigurationSection__ctor_m2795685025(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.ConnectionManagementSection::.cctor() extern "C" IL2CPP_METHOD_ATTR void ConnectionManagementSection__cctor_m2703334163 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionManagementSection__cctor_m2703334163_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (ConnectionManagementElementCollection_t3860227195_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ConfigurationProperty_t3590861854 * L_2 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2121647601(L_2, _stringLiteral3981528787, L_1, NULL, 1, /*hidden argument*/NULL); ((ConnectionManagementSection_t1603642748_StaticFields*)il2cpp_codegen_static_fields_for(ConnectionManagementSection_t1603642748_il2cpp_TypeInfo_var))->set_connectionManagementProp_17(L_2); ConfigurationPropertyCollection_t2852175726 * L_3 = (ConfigurationPropertyCollection_t2852175726 *)il2cpp_codegen_object_new(ConfigurationPropertyCollection_t2852175726_il2cpp_TypeInfo_var); ConfigurationPropertyCollection__ctor_m550516750(L_3, /*hidden argument*/NULL); ((ConnectionManagementSection_t1603642748_StaticFields*)il2cpp_codegen_static_fields_for(ConnectionManagementSection_t1603642748_il2cpp_TypeInfo_var))->set_properties_18(L_3); ConfigurationPropertyCollection_t2852175726 * L_4 = ((ConnectionManagementSection_t1603642748_StaticFields*)il2cpp_codegen_static_fields_for(ConnectionManagementSection_t1603642748_il2cpp_TypeInfo_var))->get_properties_18(); ConfigurationProperty_t3590861854 * L_5 = ((ConnectionManagementSection_t1603642748_StaticFields*)il2cpp_codegen_static_fields_for(ConnectionManagementSection_t1603642748_il2cpp_TypeInfo_var))->get_connectionManagementProp_17(); NullCheck(L_4); ConfigurationPropertyCollection_Add_m2688614548(L_4, L_5, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionManagementSection_get_ConnectionManagement_m3719502710_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ConnectionManagementSection_t1603642748_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ConnectionManagementSection_t1603642748_StaticFields*)il2cpp_codegen_static_fields_for(ConnectionManagementSection_t1603642748_il2cpp_TypeInfo_var))->get_connectionManagementProp_17(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((ConnectionManagementElementCollection_t3860227195 *)CastclassSealed((RuntimeObject*)L_1, ConnectionManagementElementCollection_t3860227195_il2cpp_TypeInfo_var)); } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.ConnectionManagementSection::get_Properties() extern "C" IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t2852175726 * ConnectionManagementSection_get_Properties_m2300736000 (ConnectionManagementSection_t1603642748 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConnectionManagementSection_get_Properties_m2300736000_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ConnectionManagementSection_t1603642748_il2cpp_TypeInfo_var); ConfigurationPropertyCollection_t2852175726 * L_0 = ((ConnectionManagementSection_t1603642748_StaticFields*)il2cpp_codegen_static_fields_for(ConnectionManagementSection_t1603642748_il2cpp_TypeInfo_var))->get_properties_18(); 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.Configuration.DefaultProxySection::.ctor() extern "C" IL2CPP_METHOD_ATTR void DefaultProxySection__ctor_m2255539104 (DefaultProxySection_t4167594595 * __this, const RuntimeMethod* method) { { ConfigurationSection__ctor_m2795685025(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.DefaultProxySection::.cctor() extern "C" IL2CPP_METHOD_ATTR void DefaultProxySection__cctor_m913558996 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultProxySection__cctor_m913558996_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (BypassElementCollection_t47326401_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ConfigurationProperty_t3590861854 * L_2 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_2, _stringLiteral165771882, L_1, NULL, /*hidden argument*/NULL); ((DefaultProxySection_t4167594595_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var))->set_bypassListProp_18(L_2); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); bool L_5 = ((bool)1); RuntimeObject * L_6 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_5); ConfigurationProperty_t3590861854 * L_7 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_7, _stringLiteral646178060, L_4, L_6, /*hidden argument*/NULL); ((DefaultProxySection_t4167594595_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var))->set_enabledProp_19(L_7); RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (ModuleElement_t3252950656_0_0_0_var) }; Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); ConfigurationProperty_t3590861854 * L_10 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_10, _stringLiteral3851748955, L_9, NULL, /*hidden argument*/NULL); ((DefaultProxySection_t4167594595_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var))->set_moduleProp_20(L_10); RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (ProxyElement_t3214064751_0_0_0_var) }; Type_t * L_12 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); ConfigurationProperty_t3590861854 * L_13 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_13, _stringLiteral3460481212, L_12, NULL, /*hidden argument*/NULL); ((DefaultProxySection_t4167594595_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var))->set_proxyProp_21(L_13); RuntimeTypeHandle_t3027515415 L_14 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; Type_t * L_15 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); bool L_16 = ((bool)0); RuntimeObject * L_17 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_16); ConfigurationProperty_t3590861854 * L_18 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_18, _stringLiteral509821833, L_15, L_17, /*hidden argument*/NULL); ((DefaultProxySection_t4167594595_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var))->set_useDefaultCredentialsProp_22(L_18); ConfigurationPropertyCollection_t2852175726 * L_19 = (ConfigurationPropertyCollection_t2852175726 *)il2cpp_codegen_object_new(ConfigurationPropertyCollection_t2852175726_il2cpp_TypeInfo_var); ConfigurationPropertyCollection__ctor_m550516750(L_19, /*hidden argument*/NULL); ((DefaultProxySection_t4167594595_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var))->set_properties_17(L_19); ConfigurationPropertyCollection_t2852175726 * L_20 = ((DefaultProxySection_t4167594595_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_21 = ((DefaultProxySection_t4167594595_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var))->get_bypassListProp_18(); NullCheck(L_20); ConfigurationPropertyCollection_Add_m2688614548(L_20, L_21, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_22 = ((DefaultProxySection_t4167594595_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_23 = ((DefaultProxySection_t4167594595_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var))->get_moduleProp_20(); NullCheck(L_22); ConfigurationPropertyCollection_Add_m2688614548(L_22, L_23, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_24 = ((DefaultProxySection_t4167594595_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_25 = ((DefaultProxySection_t4167594595_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var))->get_proxyProp_21(); NullCheck(L_24); ConfigurationPropertyCollection_Add_m2688614548(L_24, L_25, /*hidden argument*/NULL); return; } } // System.Net.Configuration.BypassElementCollection System.Net.Configuration.DefaultProxySection::get_BypassList() extern "C" IL2CPP_METHOD_ATTR BypassElementCollection_t47326401 * DefaultProxySection_get_BypassList_m2593016892 (DefaultProxySection_t4167594595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultProxySection_get_BypassList_m2593016892_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((DefaultProxySection_t4167594595_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var))->get_bypassListProp_18(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((BypassElementCollection_t47326401 *)CastclassSealed((RuntimeObject*)L_1, BypassElementCollection_t47326401_il2cpp_TypeInfo_var)); } } // System.Boolean System.Net.Configuration.DefaultProxySection::get_Enabled() extern "C" IL2CPP_METHOD_ATTR bool DefaultProxySection_get_Enabled_m2855678932 (DefaultProxySection_t4167594595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultProxySection_get_Enabled_m2855678932_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((DefaultProxySection_t4167594595_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var))->get_enabledProp_19(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((*(bool*)((bool*)UnBox(L_1, Boolean_t97287965_il2cpp_TypeInfo_var)))); } } // System.Void System.Net.Configuration.DefaultProxySection::set_Enabled(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DefaultProxySection_set_Enabled_m1248449875 (DefaultProxySection_t4167594595 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultProxySection_set_Enabled_m1248449875_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((DefaultProxySection_t4167594595_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var))->get_enabledProp_19(); bool L_1 = ___value0; bool L_2 = L_1; RuntimeObject * L_3 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_2); ConfigurationElement_set_Item_m3493437340(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // System.Net.Configuration.ModuleElement System.Net.Configuration.DefaultProxySection::get_Module() extern "C" IL2CPP_METHOD_ATTR ModuleElement_t3252950656 * DefaultProxySection_get_Module_m2019199911 (DefaultProxySection_t4167594595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultProxySection_get_Module_m2019199911_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((DefaultProxySection_t4167594595_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var))->get_moduleProp_20(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((ModuleElement_t3252950656 *)CastclassSealed((RuntimeObject*)L_1, ModuleElement_t3252950656_il2cpp_TypeInfo_var)); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultProxySection_get_Proxy_m4148488839_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((DefaultProxySection_t4167594595_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var))->get_proxyProp_21(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((ProxyElement_t3214064751 *)CastclassSealed((RuntimeObject*)L_1, ProxyElement_t3214064751_il2cpp_TypeInfo_var)); } } // System.Boolean System.Net.Configuration.DefaultProxySection::get_UseDefaultCredentials() extern "C" IL2CPP_METHOD_ATTR bool DefaultProxySection_get_UseDefaultCredentials_m4026093031 (DefaultProxySection_t4167594595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultProxySection_get_UseDefaultCredentials_m4026093031_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((DefaultProxySection_t4167594595_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var))->get_useDefaultCredentialsProp_22(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((*(bool*)((bool*)UnBox(L_1, Boolean_t97287965_il2cpp_TypeInfo_var)))); } } // System.Void System.Net.Configuration.DefaultProxySection::set_UseDefaultCredentials(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DefaultProxySection_set_UseDefaultCredentials_m767375168 (DefaultProxySection_t4167594595 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultProxySection_set_UseDefaultCredentials_m767375168_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((DefaultProxySection_t4167594595_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var))->get_useDefaultCredentialsProp_22(); bool L_1 = ___value0; bool L_2 = L_1; RuntimeObject * L_3 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_2); ConfigurationElement_set_Item_m3493437340(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.DefaultProxySection::get_Properties() extern "C" IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t2852175726 * DefaultProxySection_get_Properties_m3411111483 (DefaultProxySection_t4167594595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultProxySection_get_Properties_m3411111483_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var); ConfigurationPropertyCollection_t2852175726 * L_0 = ((DefaultProxySection_t4167594595_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySection_t4167594595_il2cpp_TypeInfo_var))->get_properties_17(); return L_0; } } // System.Void System.Net.Configuration.DefaultProxySection::PostDeserialize() extern "C" IL2CPP_METHOD_ATTR void DefaultProxySection_PostDeserialize_m1400458612 (DefaultProxySection_t4167594595 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Net.Configuration.DefaultProxySection::Reset(System.Configuration.ConfigurationElement) extern "C" IL2CPP_METHOD_ATTR void DefaultProxySection_Reset_m1045452637 (DefaultProxySection_t4167594595 * __this, ConfigurationElement_t3318566633 * ___parentElement0, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.FtpCachePolicyElement::.cctor() extern "C" IL2CPP_METHOD_ATTR void FtpCachePolicyElement__cctor_m881483102 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpCachePolicyElement__cctor_m881483102_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (RequestCacheLevel_t1509648360_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); int32_t L_2 = ((int32_t)0); RuntimeObject * L_3 = Box(RequestCacheLevel_t1509648360_il2cpp_TypeInfo_var, &L_2); ConfigurationProperty_t3590861854 * L_4 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_4, _stringLiteral1120631931, L_1, L_3, /*hidden argument*/NULL); ((FtpCachePolicyElement_t1580201543_StaticFields*)il2cpp_codegen_static_fields_for(FtpCachePolicyElement_t1580201543_il2cpp_TypeInfo_var))->set_policyLevelProp_13(L_4); ConfigurationPropertyCollection_t2852175726 * L_5 = (ConfigurationPropertyCollection_t2852175726 *)il2cpp_codegen_object_new(ConfigurationPropertyCollection_t2852175726_il2cpp_TypeInfo_var); ConfigurationPropertyCollection__ctor_m550516750(L_5, /*hidden argument*/NULL); ((FtpCachePolicyElement_t1580201543_StaticFields*)il2cpp_codegen_static_fields_for(FtpCachePolicyElement_t1580201543_il2cpp_TypeInfo_var))->set_properties_14(L_5); ConfigurationPropertyCollection_t2852175726 * L_6 = ((FtpCachePolicyElement_t1580201543_StaticFields*)il2cpp_codegen_static_fields_for(FtpCachePolicyElement_t1580201543_il2cpp_TypeInfo_var))->get_properties_14(); ConfigurationProperty_t3590861854 * L_7 = ((FtpCachePolicyElement_t1580201543_StaticFields*)il2cpp_codegen_static_fields_for(FtpCachePolicyElement_t1580201543_il2cpp_TypeInfo_var))->get_policyLevelProp_13(); NullCheck(L_6); ConfigurationPropertyCollection_Add_m2688614548(L_6, L_7, /*hidden argument*/NULL); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.FtpCachePolicyElement::get_Properties() extern "C" IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t2852175726 * FtpCachePolicyElement_get_Properties_m947634343 (FtpCachePolicyElement_t1580201543 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpCachePolicyElement_get_Properties_m947634343_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(FtpCachePolicyElement_t1580201543_il2cpp_TypeInfo_var); ConfigurationPropertyCollection_t2852175726 * L_0 = ((FtpCachePolicyElement_t1580201543_StaticFields*)il2cpp_codegen_static_fields_for(FtpCachePolicyElement_t1580201543_il2cpp_TypeInfo_var))->get_properties_14(); return L_0; } } // System.Void System.Net.Configuration.FtpCachePolicyElement::DeserializeElement(System.Xml.XmlReader,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FtpCachePolicyElement_DeserializeElement_m687087542 (FtpCachePolicyElement_t1580201543 * __this, XmlReader_t3121518892 * ___reader0, bool ___serializeCollectionKey1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpCachePolicyElement_DeserializeElement_m687087542_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); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,FtpCachePolicyElement_DeserializeElement_m687087542_RuntimeMethod_var); } } // System.Void System.Net.Configuration.FtpCachePolicyElement::Reset(System.Configuration.ConfigurationElement) extern "C" IL2CPP_METHOD_ATTR void FtpCachePolicyElement_Reset_m2399218107 (FtpCachePolicyElement_t1580201543 * __this, ConfigurationElement_t3318566633 * ___parentElement0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpCachePolicyElement_Reset_m2399218107_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); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,FtpCachePolicyElement_Reset_m2399218107_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.String System.Net.Configuration.HandlersUtil::ExtractAttributeValue(System.String,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR String_t* HandlersUtil_ExtractAttributeValue_m1827574553 (RuntimeObject * __this /* static, unused */, String_t* ___attKey0, XmlNode_t3767805227 * ___node1, const RuntimeMethod* method) { { String_t* L_0 = ___attKey0; XmlNode_t3767805227 * L_1 = ___node1; String_t* L_2 = HandlersUtil_ExtractAttributeValue_m2028779895(NULL /*static, unused*/, L_0, L_1, (bool)0, /*hidden argument*/NULL); return L_2; } } // System.String System.Net.Configuration.HandlersUtil::ExtractAttributeValue(System.String,System.Xml.XmlNode,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* HandlersUtil_ExtractAttributeValue_m2028779895 (RuntimeObject * __this /* static, unused */, String_t* ___attKey0, XmlNode_t3767805227 * ___node1, bool ___optional2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HandlersUtil_ExtractAttributeValue_m2028779895_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* G_B12_0 = NULL; { XmlNode_t3767805227 * L_0 = ___node1; NullCheck(L_0); XmlAttributeCollection_t2316283784 * L_1 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_0); if (L_1) { goto IL_0024; } } { bool L_2 = ___optional2; if (!L_2) { goto IL_0013; } } { return (String_t*)NULL; } IL_0013: { String_t* L_3 = ___attKey0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2418409517, L_3, /*hidden argument*/NULL); XmlNode_t3767805227 * L_5 = ___node1; HandlersUtil_ThrowException_m140981074(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); } IL_0024: { XmlNode_t3767805227 * L_6 = ___node1; NullCheck(L_6); XmlAttributeCollection_t2316283784 * L_7 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_6); String_t* L_8 = ___attKey0; NullCheck(L_7); XmlNode_t3767805227 * L_9 = VirtFuncInvoker1< XmlNode_t3767805227 *, String_t* >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNamedItem(System.String) */, L_7, L_8); V_0 = L_9; XmlNode_t3767805227 * L_10 = V_0; if (L_10) { goto IL_0050; } } { bool L_11 = ___optional2; if (!L_11) { goto IL_003f; } } { return (String_t*)NULL; } IL_003f: { String_t* L_12 = ___attKey0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2418409517, L_12, /*hidden argument*/NULL); XmlNode_t3767805227 * L_14 = ___node1; HandlersUtil_ThrowException_m140981074(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); } IL_0050: { XmlNode_t3767805227 * L_15 = V_0; NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlNode::get_Value() */, L_15); V_1 = L_16; String_t* L_17 = V_1; 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(); bool L_19 = String_op_Equality_m920492651(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_008f; } } { bool L_20 = ___optional2; if (!L_20) { goto IL_0077; } } { G_B12_0 = _stringLiteral2882590489; goto IL_007c; } IL_0077: { G_B12_0 = _stringLiteral1046447055; } IL_007c: { V_2 = G_B12_0; String_t* L_21 = V_2; String_t* L_22 = ___attKey0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Concat_m3755062657(NULL /*static, unused*/, L_21, _stringLiteral682299537, L_22, /*hidden argument*/NULL); XmlNode_t3767805227 * L_24 = ___node1; HandlersUtil_ThrowException_m140981074(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); } IL_008f: { String_t* L_25 = V_1; return L_25; } } // System.Void System.Net.Configuration.HandlersUtil::ThrowException(System.String,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void HandlersUtil_ThrowException_m140981074 (RuntimeObject * __this /* static, unused */, String_t* ___msg0, XmlNode_t3767805227 * ___node1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HandlersUtil_ThrowException_m140981074_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNode_t3767805227 * L_0 = ___node1; if (!L_0) { goto IL_0033; } } { XmlNode_t3767805227 * L_1 = ___node1; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_1); 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_Inequality_m215368492(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0033; } } { String_t* L_5 = ___msg0; XmlNode_t3767805227 * L_6 = ___node1; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m2163913788(NULL /*static, unused*/, L_5, _stringLiteral1612131517, L_7, _stringLiteral3450517383, /*hidden argument*/NULL); ___msg0 = L_8; } IL_0033: { String_t* L_9 = ___msg0; XmlNode_t3767805227 * L_10 = ___node1; ConfigurationException_t3515317685 * L_11 = (ConfigurationException_t3515317685 *)il2cpp_codegen_object_new(ConfigurationException_t3515317685_il2cpp_TypeInfo_var); ConfigurationException__ctor_m724544360(L_11, L_9, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,HandlersUtil_ThrowException_m140981074_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.Configuration.HttpCachePolicyElement::.cctor() extern "C" IL2CPP_METHOD_ATTR void HttpCachePolicyElement__cctor_m1511620904 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpCachePolicyElement__cctor_m1511620904_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (TimeSpan_t881159249_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_2 = ((TimeSpan_t881159249_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t881159249_il2cpp_TypeInfo_var))->get_MaxValue_5(); TimeSpan_t881159249 L_3 = L_2; RuntimeObject * L_4 = Box(TimeSpan_t881159249_il2cpp_TypeInfo_var, &L_3); ConfigurationProperty_t3590861854 * L_5 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_5, _stringLiteral348426165, L_1, L_4, /*hidden argument*/NULL); ((HttpCachePolicyElement_t409334445_StaticFields*)il2cpp_codegen_static_fields_for(HttpCachePolicyElement_t409334445_il2cpp_TypeInfo_var))->set_maximumAgeProp_13(L_5); RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (TimeSpan_t881159249_0_0_0_var) }; Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); TimeSpan_t881159249 L_8 = ((TimeSpan_t881159249_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t881159249_il2cpp_TypeInfo_var))->get_MinValue_6(); TimeSpan_t881159249 L_9 = L_8; RuntimeObject * L_10 = Box(TimeSpan_t881159249_il2cpp_TypeInfo_var, &L_9); ConfigurationProperty_t3590861854 * L_11 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_11, _stringLiteral3458650747, L_7, L_10, /*hidden argument*/NULL); ((HttpCachePolicyElement_t409334445_StaticFields*)il2cpp_codegen_static_fields_for(HttpCachePolicyElement_t409334445_il2cpp_TypeInfo_var))->set_maximumStaleProp_14(L_11); RuntimeTypeHandle_t3027515415 L_12 = { reinterpret_cast (TimeSpan_t881159249_0_0_0_var) }; Type_t * L_13 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); TimeSpan_t881159249 L_14 = ((TimeSpan_t881159249_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t881159249_il2cpp_TypeInfo_var))->get_MinValue_6(); TimeSpan_t881159249 L_15 = L_14; RuntimeObject * L_16 = Box(TimeSpan_t881159249_il2cpp_TypeInfo_var, &L_15); ConfigurationProperty_t3590861854 * L_17 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_17, _stringLiteral2695589028, L_13, L_16, /*hidden argument*/NULL); ((HttpCachePolicyElement_t409334445_StaticFields*)il2cpp_codegen_static_fields_for(HttpCachePolicyElement_t409334445_il2cpp_TypeInfo_var))->set_minimumFreshProp_15(L_17); RuntimeTypeHandle_t3027515415 L_18 = { reinterpret_cast (HttpRequestCacheLevel_t1254316655_0_0_0_var) }; Type_t * L_19 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); int32_t L_20 = ((int32_t)0); RuntimeObject * L_21 = Box(HttpRequestCacheLevel_t1254316655_il2cpp_TypeInfo_var, &L_20); ConfigurationProperty_t3590861854 * L_22 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2121647601(L_22, _stringLiteral1120631931, L_19, L_21, 2, /*hidden argument*/NULL); ((HttpCachePolicyElement_t409334445_StaticFields*)il2cpp_codegen_static_fields_for(HttpCachePolicyElement_t409334445_il2cpp_TypeInfo_var))->set_policyLevelProp_16(L_22); ConfigurationPropertyCollection_t2852175726 * L_23 = (ConfigurationPropertyCollection_t2852175726 *)il2cpp_codegen_object_new(ConfigurationPropertyCollection_t2852175726_il2cpp_TypeInfo_var); ConfigurationPropertyCollection__ctor_m550516750(L_23, /*hidden argument*/NULL); ((HttpCachePolicyElement_t409334445_StaticFields*)il2cpp_codegen_static_fields_for(HttpCachePolicyElement_t409334445_il2cpp_TypeInfo_var))->set_properties_17(L_23); ConfigurationPropertyCollection_t2852175726 * L_24 = ((HttpCachePolicyElement_t409334445_StaticFields*)il2cpp_codegen_static_fields_for(HttpCachePolicyElement_t409334445_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_25 = ((HttpCachePolicyElement_t409334445_StaticFields*)il2cpp_codegen_static_fields_for(HttpCachePolicyElement_t409334445_il2cpp_TypeInfo_var))->get_maximumAgeProp_13(); NullCheck(L_24); ConfigurationPropertyCollection_Add_m2688614548(L_24, L_25, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_26 = ((HttpCachePolicyElement_t409334445_StaticFields*)il2cpp_codegen_static_fields_for(HttpCachePolicyElement_t409334445_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_27 = ((HttpCachePolicyElement_t409334445_StaticFields*)il2cpp_codegen_static_fields_for(HttpCachePolicyElement_t409334445_il2cpp_TypeInfo_var))->get_maximumStaleProp_14(); NullCheck(L_26); ConfigurationPropertyCollection_Add_m2688614548(L_26, L_27, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_28 = ((HttpCachePolicyElement_t409334445_StaticFields*)il2cpp_codegen_static_fields_for(HttpCachePolicyElement_t409334445_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_29 = ((HttpCachePolicyElement_t409334445_StaticFields*)il2cpp_codegen_static_fields_for(HttpCachePolicyElement_t409334445_il2cpp_TypeInfo_var))->get_minimumFreshProp_15(); NullCheck(L_28); ConfigurationPropertyCollection_Add_m2688614548(L_28, L_29, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_30 = ((HttpCachePolicyElement_t409334445_StaticFields*)il2cpp_codegen_static_fields_for(HttpCachePolicyElement_t409334445_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_31 = ((HttpCachePolicyElement_t409334445_StaticFields*)il2cpp_codegen_static_fields_for(HttpCachePolicyElement_t409334445_il2cpp_TypeInfo_var))->get_policyLevelProp_16(); NullCheck(L_30); ConfigurationPropertyCollection_Add_m2688614548(L_30, L_31, /*hidden argument*/NULL); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.HttpCachePolicyElement::get_Properties() extern "C" IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t2852175726 * HttpCachePolicyElement_get_Properties_m2764519313 (HttpCachePolicyElement_t409334445 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpCachePolicyElement_get_Properties_m2764519313_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(HttpCachePolicyElement_t409334445_il2cpp_TypeInfo_var); ConfigurationPropertyCollection_t2852175726 * L_0 = ((HttpCachePolicyElement_t409334445_StaticFields*)il2cpp_codegen_static_fields_for(HttpCachePolicyElement_t409334445_il2cpp_TypeInfo_var))->get_properties_17(); return L_0; } } // System.Void System.Net.Configuration.HttpCachePolicyElement::DeserializeElement(System.Xml.XmlReader,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void HttpCachePolicyElement_DeserializeElement_m1945941808 (HttpCachePolicyElement_t409334445 * __this, XmlReader_t3121518892 * ___reader0, bool ___serializeCollectionKey1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpCachePolicyElement_DeserializeElement_m1945941808_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); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,HttpCachePolicyElement_DeserializeElement_m1945941808_RuntimeMethod_var); } } // System.Void System.Net.Configuration.HttpCachePolicyElement::Reset(System.Configuration.ConfigurationElement) extern "C" IL2CPP_METHOD_ATTR void HttpCachePolicyElement_Reset_m2310324168 (HttpCachePolicyElement_t409334445 * __this, ConfigurationElement_t3318566633 * ___parentElement0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpCachePolicyElement_Reset_m2310324168_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); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,HttpCachePolicyElement_Reset_m2310324168_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.Configuration.HttpWebRequestElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequestElement__ctor_m3584797493 (HttpWebRequestElement_t2801692355 * __this, const RuntimeMethod* method) { { ConfigurationElement__ctor_m4116197893(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.HttpWebRequestElement::.cctor() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequestElement__cctor_m4175629833 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequestElement__cctor_m4175629833_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); int32_t L_2 = ((int32_t)64); RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); ConfigurationProperty_t3590861854 * L_4 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_4, _stringLiteral1841704655, L_1, L_3, /*hidden argument*/NULL); ((HttpWebRequestElement_t2801692355_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var))->set_maximumErrorResponseLengthProp_13(L_4); RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); int32_t L_7 = ((int32_t)64); RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7); ConfigurationProperty_t3590861854 * L_9 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_9, _stringLiteral2977176325, L_6, L_8, /*hidden argument*/NULL); ((HttpWebRequestElement_t2801692355_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var))->set_maximumResponseHeadersLengthProp_14(L_9); RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; Type_t * L_11 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); int32_t L_12 = (-1); RuntimeObject * L_13 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_12); ConfigurationProperty_t3590861854 * L_14 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_14, _stringLiteral10692955, L_11, L_13, /*hidden argument*/NULL); ((HttpWebRequestElement_t2801692355_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var))->set_maximumUnauthorizedUploadLengthProp_15(L_14); RuntimeTypeHandle_t3027515415 L_15 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; Type_t * L_16 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); bool L_17 = ((bool)0); RuntimeObject * L_18 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_17); ConfigurationProperty_t3590861854 * L_19 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_19, _stringLiteral4105521188, L_16, L_18, /*hidden argument*/NULL); ((HttpWebRequestElement_t2801692355_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var))->set_useUnsafeHeaderParsingProp_16(L_19); ConfigurationPropertyCollection_t2852175726 * L_20 = (ConfigurationPropertyCollection_t2852175726 *)il2cpp_codegen_object_new(ConfigurationPropertyCollection_t2852175726_il2cpp_TypeInfo_var); ConfigurationPropertyCollection__ctor_m550516750(L_20, /*hidden argument*/NULL); ((HttpWebRequestElement_t2801692355_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var))->set_properties_17(L_20); ConfigurationPropertyCollection_t2852175726 * L_21 = ((HttpWebRequestElement_t2801692355_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_22 = ((HttpWebRequestElement_t2801692355_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var))->get_maximumErrorResponseLengthProp_13(); NullCheck(L_21); ConfigurationPropertyCollection_Add_m2688614548(L_21, L_22, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_23 = ((HttpWebRequestElement_t2801692355_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_24 = ((HttpWebRequestElement_t2801692355_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var))->get_maximumResponseHeadersLengthProp_14(); NullCheck(L_23); ConfigurationPropertyCollection_Add_m2688614548(L_23, L_24, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_25 = ((HttpWebRequestElement_t2801692355_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_26 = ((HttpWebRequestElement_t2801692355_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var))->get_maximumUnauthorizedUploadLengthProp_15(); NullCheck(L_25); ConfigurationPropertyCollection_Add_m2688614548(L_25, L_26, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_27 = ((HttpWebRequestElement_t2801692355_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_28 = ((HttpWebRequestElement_t2801692355_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var))->get_useUnsafeHeaderParsingProp_16(); NullCheck(L_27); ConfigurationPropertyCollection_Add_m2688614548(L_27, L_28, /*hidden argument*/NULL); return; } } // System.Int32 System.Net.Configuration.HttpWebRequestElement::get_MaximumErrorResponseLength() extern "C" IL2CPP_METHOD_ATTR int32_t HttpWebRequestElement_get_MaximumErrorResponseLength_m3928968096 (HttpWebRequestElement_t2801692355 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequestElement_get_MaximumErrorResponseLength_m3928968096_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((HttpWebRequestElement_t2801692355_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var))->get_maximumErrorResponseLengthProp_13(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((*(int32_t*)((int32_t*)UnBox(L_1, Int32_t2950945753_il2cpp_TypeInfo_var)))); } } // System.Void System.Net.Configuration.HttpWebRequestElement::set_MaximumErrorResponseLength(System.Int32) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequestElement_set_MaximumErrorResponseLength_m2025834681 (HttpWebRequestElement_t2801692355 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequestElement_set_MaximumErrorResponseLength_m2025834681_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((HttpWebRequestElement_t2801692355_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var))->get_maximumErrorResponseLengthProp_13(); int32_t L_1 = ___value0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); ConfigurationElement_set_Item_m3493437340(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // System.Int32 System.Net.Configuration.HttpWebRequestElement::get_MaximumResponseHeadersLength() extern "C" IL2CPP_METHOD_ATTR int32_t HttpWebRequestElement_get_MaximumResponseHeadersLength_m3534047758 (HttpWebRequestElement_t2801692355 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequestElement_get_MaximumResponseHeadersLength_m3534047758_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((HttpWebRequestElement_t2801692355_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var))->get_maximumResponseHeadersLengthProp_14(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((*(int32_t*)((int32_t*)UnBox(L_1, Int32_t2950945753_il2cpp_TypeInfo_var)))); } } // System.Void System.Net.Configuration.HttpWebRequestElement::set_MaximumResponseHeadersLength(System.Int32) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequestElement_set_MaximumResponseHeadersLength_m1642390504 (HttpWebRequestElement_t2801692355 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequestElement_set_MaximumResponseHeadersLength_m1642390504_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((HttpWebRequestElement_t2801692355_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var))->get_maximumResponseHeadersLengthProp_14(); int32_t L_1 = ___value0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); ConfigurationElement_set_Item_m3493437340(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // System.Int32 System.Net.Configuration.HttpWebRequestElement::get_MaximumUnauthorizedUploadLength() extern "C" IL2CPP_METHOD_ATTR int32_t HttpWebRequestElement_get_MaximumUnauthorizedUploadLength_m1536467474 (HttpWebRequestElement_t2801692355 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequestElement_get_MaximumUnauthorizedUploadLength_m1536467474_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((HttpWebRequestElement_t2801692355_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var))->get_maximumUnauthorizedUploadLengthProp_15(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((*(int32_t*)((int32_t*)UnBox(L_1, Int32_t2950945753_il2cpp_TypeInfo_var)))); } } // System.Void System.Net.Configuration.HttpWebRequestElement::set_MaximumUnauthorizedUploadLength(System.Int32) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequestElement_set_MaximumUnauthorizedUploadLength_m471420178 (HttpWebRequestElement_t2801692355 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequestElement_set_MaximumUnauthorizedUploadLength_m471420178_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((HttpWebRequestElement_t2801692355_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var))->get_maximumUnauthorizedUploadLengthProp_15(); int32_t L_1 = ___value0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); ConfigurationElement_set_Item_m3493437340(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.Configuration.HttpWebRequestElement::get_UseUnsafeHeaderParsing() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequestElement_get_UseUnsafeHeaderParsing_m3909894241 (HttpWebRequestElement_t2801692355 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequestElement_get_UseUnsafeHeaderParsing_m3909894241_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((HttpWebRequestElement_t2801692355_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var))->get_useUnsafeHeaderParsingProp_16(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((*(bool*)((bool*)UnBox(L_1, Boolean_t97287965_il2cpp_TypeInfo_var)))); } } // System.Void System.Net.Configuration.HttpWebRequestElement::set_UseUnsafeHeaderParsing(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequestElement_set_UseUnsafeHeaderParsing_m3212017820 (HttpWebRequestElement_t2801692355 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequestElement_set_UseUnsafeHeaderParsing_m3212017820_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((HttpWebRequestElement_t2801692355_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var))->get_useUnsafeHeaderParsingProp_16(); bool L_1 = ___value0; bool L_2 = L_1; RuntimeObject * L_3 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_2); ConfigurationElement_set_Item_m3493437340(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.HttpWebRequestElement::get_Properties() extern "C" IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t2852175726 * HttpWebRequestElement_get_Properties_m570308186 (HttpWebRequestElement_t2801692355 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequestElement_get_Properties_m570308186_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var); ConfigurationPropertyCollection_t2852175726 * L_0 = ((HttpWebRequestElement_t2801692355_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var))->get_properties_17(); return L_0; } } // System.Void System.Net.Configuration.HttpWebRequestElement::PostDeserialize() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequestElement_PostDeserialize_m316616762 (HttpWebRequestElement_t2801692355 * __this, const RuntimeMethod* method) { { ConfigurationElement_PostDeserialize_m3753298177(__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.Configuration.Ipv6Element::.ctor() extern "C" IL2CPP_METHOD_ATTR void Ipv6Element__ctor_m682418848 (Ipv6Element_t180053194 * __this, const RuntimeMethod* method) { { ConfigurationElement__ctor_m4116197893(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.Ipv6Element::.cctor() extern "C" IL2CPP_METHOD_ATTR void Ipv6Element__cctor_m1125152802 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ipv6Element__cctor_m1125152802_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); bool L_2 = ((bool)0); RuntimeObject * L_3 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_2); ConfigurationProperty_t3590861854 * L_4 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_4, _stringLiteral646178060, L_1, L_3, /*hidden argument*/NULL); ((Ipv6Element_t180053194_StaticFields*)il2cpp_codegen_static_fields_for(Ipv6Element_t180053194_il2cpp_TypeInfo_var))->set_enabledProp_14(L_4); ConfigurationPropertyCollection_t2852175726 * L_5 = (ConfigurationPropertyCollection_t2852175726 *)il2cpp_codegen_object_new(ConfigurationPropertyCollection_t2852175726_il2cpp_TypeInfo_var); ConfigurationPropertyCollection__ctor_m550516750(L_5, /*hidden argument*/NULL); ((Ipv6Element_t180053194_StaticFields*)il2cpp_codegen_static_fields_for(Ipv6Element_t180053194_il2cpp_TypeInfo_var))->set_properties_13(L_5); ConfigurationPropertyCollection_t2852175726 * L_6 = ((Ipv6Element_t180053194_StaticFields*)il2cpp_codegen_static_fields_for(Ipv6Element_t180053194_il2cpp_TypeInfo_var))->get_properties_13(); ConfigurationProperty_t3590861854 * L_7 = ((Ipv6Element_t180053194_StaticFields*)il2cpp_codegen_static_fields_for(Ipv6Element_t180053194_il2cpp_TypeInfo_var))->get_enabledProp_14(); NullCheck(L_6); ConfigurationPropertyCollection_Add_m2688614548(L_6, L_7, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.Configuration.Ipv6Element::get_Enabled() extern "C" IL2CPP_METHOD_ATTR bool Ipv6Element_get_Enabled_m1860039652 (Ipv6Element_t180053194 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ipv6Element_get_Enabled_m1860039652_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Ipv6Element_t180053194_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((Ipv6Element_t180053194_StaticFields*)il2cpp_codegen_static_fields_for(Ipv6Element_t180053194_il2cpp_TypeInfo_var))->get_enabledProp_14(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((*(bool*)((bool*)UnBox(L_1, Boolean_t97287965_il2cpp_TypeInfo_var)))); } } // System.Void System.Net.Configuration.Ipv6Element::set_Enabled(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Ipv6Element_set_Enabled_m3282895935 (Ipv6Element_t180053194 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ipv6Element_set_Enabled_m3282895935_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Ipv6Element_t180053194_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((Ipv6Element_t180053194_StaticFields*)il2cpp_codegen_static_fields_for(Ipv6Element_t180053194_il2cpp_TypeInfo_var))->get_enabledProp_14(); bool L_1 = ___value0; bool L_2 = L_1; RuntimeObject * L_3 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_2); ConfigurationElement_set_Item_m3493437340(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.Ipv6Element::get_Properties() extern "C" IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t2852175726 * Ipv6Element_get_Properties_m2840927956 (Ipv6Element_t180053194 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ipv6Element_get_Properties_m2840927956_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Ipv6Element_t180053194_il2cpp_TypeInfo_var); ConfigurationPropertyCollection_t2852175726 * L_0 = ((Ipv6Element_t180053194_StaticFields*)il2cpp_codegen_static_fields_for(Ipv6Element_t180053194_il2cpp_TypeInfo_var))->get_properties_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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.ModuleElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void ModuleElement__ctor_m3529212419 (ModuleElement_t3252950656 * __this, const RuntimeMethod* method) { { ConfigurationElement__ctor_m4116197893(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.ModuleElement::.cctor() extern "C" IL2CPP_METHOD_ATTR void ModuleElement__cctor_m2558120034 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleElement__cctor_m2558120034_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ConfigurationProperty_t3590861854 * L_2 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_2, _stringLiteral3243520166, L_1, NULL, /*hidden argument*/NULL); ((ModuleElement_t3252950656_StaticFields*)il2cpp_codegen_static_fields_for(ModuleElement_t3252950656_il2cpp_TypeInfo_var))->set_typeProp_14(L_2); ConfigurationPropertyCollection_t2852175726 * L_3 = (ConfigurationPropertyCollection_t2852175726 *)il2cpp_codegen_object_new(ConfigurationPropertyCollection_t2852175726_il2cpp_TypeInfo_var); ConfigurationPropertyCollection__ctor_m550516750(L_3, /*hidden argument*/NULL); ((ModuleElement_t3252950656_StaticFields*)il2cpp_codegen_static_fields_for(ModuleElement_t3252950656_il2cpp_TypeInfo_var))->set_properties_13(L_3); ConfigurationPropertyCollection_t2852175726 * L_4 = ((ModuleElement_t3252950656_StaticFields*)il2cpp_codegen_static_fields_for(ModuleElement_t3252950656_il2cpp_TypeInfo_var))->get_properties_13(); ConfigurationProperty_t3590861854 * L_5 = ((ModuleElement_t3252950656_StaticFields*)il2cpp_codegen_static_fields_for(ModuleElement_t3252950656_il2cpp_TypeInfo_var))->get_typeProp_14(); NullCheck(L_4); ConfigurationPropertyCollection_Add_m2688614548(L_4, L_5, /*hidden argument*/NULL); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.ModuleElement::get_Properties() extern "C" IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t2852175726 * ModuleElement_get_Properties_m2319703534 (ModuleElement_t3252950656 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleElement_get_Properties_m2319703534_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ModuleElement_t3252950656_il2cpp_TypeInfo_var); ConfigurationPropertyCollection_t2852175726 * L_0 = ((ModuleElement_t3252950656_StaticFields*)il2cpp_codegen_static_fields_for(ModuleElement_t3252950656_il2cpp_TypeInfo_var))->get_properties_13(); return L_0; } } // System.String System.Net.Configuration.ModuleElement::get_Type() extern "C" IL2CPP_METHOD_ATTR String_t* ModuleElement_get_Type_m3024163648 (ModuleElement_t3252950656 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleElement_get_Type_m3024163648_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ModuleElement_t3252950656_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ModuleElement_t3252950656_StaticFields*)il2cpp_codegen_static_fields_for(ModuleElement_t3252950656_il2cpp_TypeInfo_var))->get_typeProp_14(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); } } // System.Void System.Net.Configuration.ModuleElement::set_Type(System.String) extern "C" IL2CPP_METHOD_ATTR void ModuleElement_set_Type_m2002670401 (ModuleElement_t3252950656 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ModuleElement_set_Type_m2002670401_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ModuleElement_t3252950656_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ModuleElement_t3252950656_StaticFields*)il2cpp_codegen_static_fields_for(ModuleElement_t3252950656_il2cpp_TypeInfo_var))->get_typeProp_14(); String_t* L_1 = ___value0; ConfigurationElement_set_Item_m3493437340(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.NetConfigurationHandler::.ctor() extern "C" IL2CPP_METHOD_ATTR void NetConfigurationHandler__ctor_m153229191 (NetConfigurationHandler_t3348259332 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Object System.Net.Configuration.NetConfigurationHandler::Create(System.Object,System.Object,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NetConfigurationHandler_Create_m1427887759 (NetConfigurationHandler_t3348259332 * __this, RuntimeObject * ___parent0, RuntimeObject * ___configContext1, XmlNode_t3767805227 * ___section2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetConfigurationHandler_Create_m1427887759_MetadataUsageId); s_Il2CppMethodInitialized = true; } NetConfig_t2828594564 * V_0 = NULL; XmlNodeList_t2551693786 * V_1 = NULL; XmlNode_t3767805227 * V_2 = NULL; RuntimeObject* V_3 = NULL; int32_t V_4 = 0; String_t* V_5 = NULL; String_t* V_6 = NULL; String_t* V_7 = NULL; int32_t V_8 = 0; RuntimeObject* V_9 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { NetConfig_t2828594564 * L_0 = (NetConfig_t2828594564 *)il2cpp_codegen_object_new(NetConfig_t2828594564_il2cpp_TypeInfo_var); NetConfig__ctor_m3720124709(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlNode_t3767805227 * L_1 = ___section2; NullCheck(L_1); XmlAttributeCollection_t2316283784 * L_2 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_1); if (!L_2) { goto IL_002c; } } { XmlNode_t3767805227 * L_3 = ___section2; NullCheck(L_3); XmlAttributeCollection_t2316283784 * L_4 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_3); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_4); if (!L_5) { goto IL_002c; } } { XmlNode_t3767805227 * L_6 = ___section2; HandlersUtil_ThrowException_m140981074(NULL /*static, unused*/, _stringLiteral3736116723, L_6, /*hidden argument*/NULL); } IL_002c: { XmlNode_t3767805227 * L_7 = ___section2; NullCheck(L_7); XmlNodeList_t2551693786 * L_8 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_7); V_1 = L_8; XmlNodeList_t2551693786 * L_9 = V_1; NullCheck(L_9); RuntimeObject* L_10 = VirtFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IEnumerator System.Xml.XmlNodeList::GetEnumerator() */, L_9); V_3 = L_10; } IL_003a: try { // begin try (depth: 1) { goto IL_01af; } IL_003f: { RuntimeObject* L_11 = V_3; NullCheck(L_11); RuntimeObject * L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_11); V_2 = ((XmlNode_t3767805227 *)CastclassClass((RuntimeObject*)L_12, XmlNode_t3767805227_il2cpp_TypeInfo_var)); XmlNode_t3767805227 * L_13 = V_2; NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_13); V_4 = L_14; int32_t L_15 = V_4; if ((((int32_t)L_15) == ((int32_t)((int32_t)13)))) { goto IL_0064; } } IL_005c: { int32_t L_16 = V_4; if ((!(((uint32_t)L_16) == ((uint32_t)8)))) { goto IL_0069; } } IL_0064: { goto IL_01af; } IL_0069: { int32_t L_17 = V_4; if ((((int32_t)L_17) == ((int32_t)1))) { goto IL_007c; } } IL_0071: { XmlNode_t3767805227 * L_18 = V_2; HandlersUtil_ThrowException_m140981074(NULL /*static, unused*/, _stringLiteral2408461074, L_18, /*hidden argument*/NULL); } IL_007c: { XmlNode_t3767805227 * L_19 = V_2; NullCheck(L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_19); V_5 = L_20; String_t* L_21 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_22 = String_op_Equality_m920492651(NULL /*static, unused*/, L_21, _stringLiteral3806653507, /*hidden argument*/NULL); if (!L_22) { goto IL_0107; } } IL_0095: { XmlNode_t3767805227 * L_23 = V_2; String_t* L_24 = HandlersUtil_ExtractAttributeValue_m2028779895(NULL /*static, unused*/, _stringLiteral646178060, L_23, (bool)0, /*hidden argument*/NULL); V_6 = L_24; XmlNode_t3767805227 * L_25 = V_2; NullCheck(L_25); XmlAttributeCollection_t2316283784 * L_26 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_25); if (!L_26) { goto IL_00c9; } } IL_00ae: { XmlNode_t3767805227 * L_27 = V_2; NullCheck(L_27); XmlAttributeCollection_t2316283784 * L_28 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_27); NullCheck(L_28); int32_t L_29 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_28); if (!L_29) { goto IL_00c9; } } IL_00be: { XmlNode_t3767805227 * L_30 = V_2; HandlersUtil_ThrowException_m140981074(NULL /*static, unused*/, _stringLiteral3736116723, L_30, /*hidden argument*/NULL); } IL_00c9: { String_t* L_31 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_32 = String_op_Equality_m920492651(NULL /*static, unused*/, L_31, _stringLiteral4002445229, /*hidden argument*/NULL); if (!L_32) { goto IL_00e6; } } IL_00da: { NetConfig_t2828594564 * L_33 = V_0; NullCheck(L_33); L_33->set_ipv6Enabled_0((bool)1); goto IL_0102; } IL_00e6: { String_t* L_34 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_35 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_34, _stringLiteral3875954633, /*hidden argument*/NULL); if (!L_35) { goto IL_0102; } } IL_00f7: { XmlNode_t3767805227 * L_36 = V_2; HandlersUtil_ThrowException_m140981074(NULL /*static, unused*/, _stringLiteral51055229, L_36, /*hidden argument*/NULL); } IL_0102: { goto IL_01af; } IL_0107: { String_t* L_37 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_38 = String_op_Equality_m920492651(NULL /*static, unused*/, L_37, _stringLiteral2552955932, /*hidden argument*/NULL); if (!L_38) { goto IL_01a4; } } IL_0118: { XmlNode_t3767805227 * L_39 = V_2; String_t* L_40 = HandlersUtil_ExtractAttributeValue_m2028779895(NULL /*static, unused*/, _stringLiteral2977176325, L_39, (bool)1, /*hidden argument*/NULL); V_7 = L_40; XmlNode_t3767805227 * L_41 = V_2; HandlersUtil_ExtractAttributeValue_m2028779895(NULL /*static, unused*/, _stringLiteral4105521188, L_41, (bool)1, /*hidden argument*/NULL); XmlNode_t3767805227 * L_42 = V_2; NullCheck(L_42); XmlAttributeCollection_t2316283784 * L_43 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_42); if (!L_43) { goto IL_0159; } } IL_013e: { XmlNode_t3767805227 * L_44 = V_2; NullCheck(L_44); XmlAttributeCollection_t2316283784 * L_45 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_44); NullCheck(L_45); int32_t L_46 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_45); if (!L_46) { goto IL_0159; } } IL_014e: { XmlNode_t3767805227 * L_47 = V_2; HandlersUtil_ThrowException_m140981074(NULL /*static, unused*/, _stringLiteral3736116723, L_47, /*hidden argument*/NULL); } IL_0159: try { // begin try (depth: 2) { String_t* L_48 = V_7; if (!L_48) { goto IL_0189; } } IL_0160: { String_t* L_49 = V_7; NullCheck(L_49); String_t* L_50 = String_Trim_m923598732(L_49, /*hidden argument*/NULL); int32_t L_51 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_50, /*hidden argument*/NULL); V_8 = L_51; int32_t L_52 = V_8; if ((((int32_t)L_52) >= ((int32_t)(-1)))) { goto IL_0181; } } IL_0176: { XmlNode_t3767805227 * L_53 = V_2; HandlersUtil_ThrowException_m140981074(NULL /*static, unused*/, _stringLiteral1790614991, L_53, /*hidden argument*/NULL); } IL_0181: { NetConfig_t2828594564 * L_54 = V_0; int32_t L_55 = V_8; NullCheck(L_54); L_54->set_MaxResponseHeadersLength_1(L_55); } IL_0189: { goto IL_019f; } } // 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_018e; throw e; } CATCH_018e: { // begin catch(System.Object) XmlNode_t3767805227 * L_56 = V_2; HandlersUtil_ThrowException_m140981074(NULL /*static, unused*/, _stringLiteral3245662229, L_56, /*hidden argument*/NULL); goto IL_019f; } // end catch (depth: 2) IL_019f: { goto IL_01af; } IL_01a4: { XmlNode_t3767805227 * L_57 = V_2; HandlersUtil_ThrowException_m140981074(NULL /*static, unused*/, _stringLiteral2133850554, L_57, /*hidden argument*/NULL); } IL_01af: { RuntimeObject* L_58 = V_3; NullCheck(L_58); bool L_59 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_58); if (L_59) { goto IL_003f; } } IL_01ba: { IL2CPP_LEAVE(0x1D4, FINALLY_01bf); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01bf; } FINALLY_01bf: { // begin finally (depth: 1) { RuntimeObject* L_60 = V_3; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_60, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_61 = V_9; if (L_61) { goto IL_01cc; } } IL_01cb: { IL2CPP_END_FINALLY(447) } IL_01cc: { RuntimeObject* L_62 = V_9; NullCheck(L_62); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_62); IL2CPP_END_FINALLY(447) } } // end finally (depth: 1) IL2CPP_CLEANUP(447) { IL2CPP_JUMP_TBL(0x1D4, IL_01d4) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01d4: { NetConfig_t2828594564 * L_63 = V_0; return L_63; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.NetSectionGroup::.ctor() extern "C" IL2CPP_METHOD_ATTR void NetSectionGroup__ctor_m2901639026 (NetSectionGroup_t3270122580 * __this, const RuntimeMethod* method) { { ConfigurationSectionGroup__ctor_m2085051039(__this, /*hidden argument*/NULL); return; } } // System.Net.Configuration.AuthenticationModulesSection System.Net.Configuration.NetSectionGroup::get_AuthenticationModules() extern "C" IL2CPP_METHOD_ATTR AuthenticationModulesSection_t1083221556 * NetSectionGroup_get_AuthenticationModules_m3190664805 (NetSectionGroup_t3270122580 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetSectionGroup_get_AuthenticationModules_m3190664805_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConfigurationSectionCollection_t2786897858 * L_0 = ConfigurationSectionGroup_get_Sections_m3542042379(__this, /*hidden argument*/NULL); NullCheck(L_0); ConfigurationSection_t3156163955 * L_1 = ConfigurationSectionCollection_get_Item_m731518743(L_0, _stringLiteral3869636103, /*hidden argument*/NULL); return ((AuthenticationModulesSection_t1083221556 *)CastclassSealed((RuntimeObject*)L_1, AuthenticationModulesSection_t1083221556_il2cpp_TypeInfo_var)); } } // System.Net.Configuration.ConnectionManagementSection System.Net.Configuration.NetSectionGroup::get_ConnectionManagement() extern "C" IL2CPP_METHOD_ATTR ConnectionManagementSection_t1603642748 * NetSectionGroup_get_ConnectionManagement_m4173380476 (NetSectionGroup_t3270122580 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetSectionGroup_get_ConnectionManagement_m4173380476_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConfigurationSectionCollection_t2786897858 * L_0 = ConfigurationSectionGroup_get_Sections_m3542042379(__this, /*hidden argument*/NULL); NullCheck(L_0); ConfigurationSection_t3156163955 * L_1 = ConfigurationSectionCollection_get_Item_m731518743(L_0, _stringLiteral3954724787, /*hidden argument*/NULL); return ((ConnectionManagementSection_t1603642748 *)CastclassSealed((RuntimeObject*)L_1, ConnectionManagementSection_t1603642748_il2cpp_TypeInfo_var)); } } // System.Net.Configuration.DefaultProxySection System.Net.Configuration.NetSectionGroup::get_DefaultProxy() extern "C" IL2CPP_METHOD_ATTR DefaultProxySection_t4167594595 * NetSectionGroup_get_DefaultProxy_m2925009772 (NetSectionGroup_t3270122580 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetSectionGroup_get_DefaultProxy_m2925009772_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConfigurationSectionCollection_t2786897858 * L_0 = ConfigurationSectionGroup_get_Sections_m3542042379(__this, /*hidden argument*/NULL); NullCheck(L_0); ConfigurationSection_t3156163955 * L_1 = ConfigurationSectionCollection_get_Item_m731518743(L_0, _stringLiteral1787971219, /*hidden argument*/NULL); return ((DefaultProxySection_t4167594595 *)CastclassSealed((RuntimeObject*)L_1, DefaultProxySection_t4167594595_il2cpp_TypeInfo_var)); } } // System.Net.Configuration.MailSettingsSectionGroup System.Net.Configuration.NetSectionGroup::get_MailSettings() extern "C" IL2CPP_METHOD_ATTR MailSettingsSectionGroup_t1796674833 * NetSectionGroup_get_MailSettings_m194775809 (NetSectionGroup_t3270122580 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetSectionGroup_get_MailSettings_m194775809_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConfigurationSectionGroupCollection_t1151641153 * L_0 = ConfigurationSectionGroup_get_SectionGroups_m2872473775(__this, /*hidden argument*/NULL); NullCheck(L_0); ConfigurationSectionGroup_t4179402520 * L_1 = ConfigurationSectionGroupCollection_get_Item_m3009019786(L_0, _stringLiteral3807982955, /*hidden argument*/NULL); return ((MailSettingsSectionGroup_t1796674833 *)CastclassSealed((RuntimeObject*)L_1, MailSettingsSectionGroup_t1796674833_il2cpp_TypeInfo_var)); } } // System.Net.Configuration.RequestCachingSection System.Net.Configuration.NetSectionGroup::get_RequestCaching() extern "C" IL2CPP_METHOD_ATTR RequestCachingSection_t1693238435 * NetSectionGroup_get_RequestCaching_m616896597 (NetSectionGroup_t3270122580 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetSectionGroup_get_RequestCaching_m616896597_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConfigurationSectionCollection_t2786897858 * L_0 = ConfigurationSectionGroup_get_Sections_m3542042379(__this, /*hidden argument*/NULL); NullCheck(L_0); ConfigurationSection_t3156163955 * L_1 = ConfigurationSectionCollection_get_Item_m731518743(L_0, _stringLiteral3222822613, /*hidden argument*/NULL); return ((RequestCachingSection_t1693238435 *)CastclassSealed((RuntimeObject*)L_1, RequestCachingSection_t1693238435_il2cpp_TypeInfo_var)); } } // System.Net.Configuration.SettingsSection System.Net.Configuration.NetSectionGroup::get_Settings() extern "C" IL2CPP_METHOD_ATTR SettingsSection_t1259474535 * NetSectionGroup_get_Settings_m2981115459 (NetSectionGroup_t3270122580 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetSectionGroup_get_Settings_m2981115459_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConfigurationSectionCollection_t2786897858 * L_0 = ConfigurationSectionGroup_get_Sections_m3542042379(__this, /*hidden argument*/NULL); NullCheck(L_0); ConfigurationSection_t3156163955 * L_1 = ConfigurationSectionCollection_get_Item_m731518743(L_0, _stringLiteral3588954345, /*hidden argument*/NULL); return ((SettingsSection_t1259474535 *)CastclassSealed((RuntimeObject*)L_1, SettingsSection_t1259474535_il2cpp_TypeInfo_var)); } } // System.Net.Configuration.WebRequestModulesSection System.Net.Configuration.NetSectionGroup::get_WebRequestModules() extern "C" IL2CPP_METHOD_ATTR WebRequestModulesSection_t4132732301 * NetSectionGroup_get_WebRequestModules_m1844153672 (NetSectionGroup_t3270122580 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetSectionGroup_get_WebRequestModules_m1844153672_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConfigurationSectionCollection_t2786897858 * L_0 = ConfigurationSectionGroup_get_Sections_m3542042379(__this, /*hidden argument*/NULL); NullCheck(L_0); ConfigurationSection_t3156163955 * L_1 = ConfigurationSectionCollection_get_Item_m731518743(L_0, _stringLiteral712910856, /*hidden argument*/NULL); return ((WebRequestModulesSection_t4132732301 *)CastclassSealed((RuntimeObject*)L_1, WebRequestModulesSection_t4132732301_il2cpp_TypeInfo_var)); } } // System.Net.Configuration.NetSectionGroup System.Net.Configuration.NetSectionGroup::GetSectionGroup(System.Configuration.Configuration) extern "C" IL2CPP_METHOD_ATTR NetSectionGroup_t3270122580 * NetSectionGroup_GetSectionGroup_m1498929559 (RuntimeObject * __this /* static, unused */, Configuration_t2529364143 * ___config0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetSectionGroup_GetSectionGroup_m1498929559_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); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,NetSectionGroup_GetSectionGroup_m1498929559_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.Configuration.PerformanceCountersElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void PerformanceCountersElement__ctor_m588614617 (PerformanceCountersElement_t4093363992 * __this, const RuntimeMethod* method) { { ConfigurationElement__ctor_m4116197893(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.PerformanceCountersElement::.cctor() extern "C" IL2CPP_METHOD_ATTR void PerformanceCountersElement__cctor_m2254152306 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PerformanceCountersElement__cctor_m2254152306_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); bool L_2 = ((bool)0); RuntimeObject * L_3 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_2); ConfigurationProperty_t3590861854 * L_4 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_4, _stringLiteral646178060, L_1, L_3, /*hidden argument*/NULL); ((PerformanceCountersElement_t4093363992_StaticFields*)il2cpp_codegen_static_fields_for(PerformanceCountersElement_t4093363992_il2cpp_TypeInfo_var))->set_enabledProp_13(L_4); ConfigurationPropertyCollection_t2852175726 * L_5 = (ConfigurationPropertyCollection_t2852175726 *)il2cpp_codegen_object_new(ConfigurationPropertyCollection_t2852175726_il2cpp_TypeInfo_var); ConfigurationPropertyCollection__ctor_m550516750(L_5, /*hidden argument*/NULL); ((PerformanceCountersElement_t4093363992_StaticFields*)il2cpp_codegen_static_fields_for(PerformanceCountersElement_t4093363992_il2cpp_TypeInfo_var))->set_properties_14(L_5); ConfigurationPropertyCollection_t2852175726 * L_6 = ((PerformanceCountersElement_t4093363992_StaticFields*)il2cpp_codegen_static_fields_for(PerformanceCountersElement_t4093363992_il2cpp_TypeInfo_var))->get_properties_14(); ConfigurationProperty_t3590861854 * L_7 = ((PerformanceCountersElement_t4093363992_StaticFields*)il2cpp_codegen_static_fields_for(PerformanceCountersElement_t4093363992_il2cpp_TypeInfo_var))->get_enabledProp_13(); NullCheck(L_6); ConfigurationPropertyCollection_Add_m2688614548(L_6, L_7, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.Configuration.PerformanceCountersElement::get_Enabled() extern "C" IL2CPP_METHOD_ATTR bool PerformanceCountersElement_get_Enabled_m400373280 (PerformanceCountersElement_t4093363992 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PerformanceCountersElement_get_Enabled_m400373280_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(PerformanceCountersElement_t4093363992_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((PerformanceCountersElement_t4093363992_StaticFields*)il2cpp_codegen_static_fields_for(PerformanceCountersElement_t4093363992_il2cpp_TypeInfo_var))->get_enabledProp_13(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((*(bool*)((bool*)UnBox(L_1, Boolean_t97287965_il2cpp_TypeInfo_var)))); } } // System.Void System.Net.Configuration.PerformanceCountersElement::set_Enabled(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void PerformanceCountersElement_set_Enabled_m1600780728 (PerformanceCountersElement_t4093363992 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PerformanceCountersElement_set_Enabled_m1600780728_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(PerformanceCountersElement_t4093363992_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((PerformanceCountersElement_t4093363992_StaticFields*)il2cpp_codegen_static_fields_for(PerformanceCountersElement_t4093363992_il2cpp_TypeInfo_var))->get_enabledProp_13(); bool L_1 = ___value0; bool L_2 = L_1; RuntimeObject * L_3 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_2); ConfigurationElement_set_Item_m3493437340(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.PerformanceCountersElement::get_Properties() extern "C" IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t2852175726 * PerformanceCountersElement_get_Properties_m3192169689 (PerformanceCountersElement_t4093363992 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PerformanceCountersElement_get_Properties_m3192169689_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(PerformanceCountersElement_t4093363992_il2cpp_TypeInfo_var); ConfigurationPropertyCollection_t2852175726 * L_0 = ((PerformanceCountersElement_t4093363992_StaticFields*)il2cpp_codegen_static_fields_for(PerformanceCountersElement_t4093363992_il2cpp_TypeInfo_var))->get_properties_14(); 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.Configuration.ProxyElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void ProxyElement__ctor_m1318337101 (ProxyElement_t3214064751 * __this, const RuntimeMethod* method) { { ConfigurationElement__ctor_m4116197893(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.ProxyElement::.cctor() extern "C" IL2CPP_METHOD_ATTR void ProxyElement__cctor_m2639672692 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ProxyElement__cctor_m2639672692_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (AutoDetectValues_t1649618618_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); int32_t L_2 = ((int32_t)(-1)); RuntimeObject * L_3 = Box(AutoDetectValues_t1649618618_il2cpp_TypeInfo_var, &L_2); ConfigurationProperty_t3590861854 * L_4 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_4, _stringLiteral3442936022, L_1, L_3, /*hidden argument*/NULL); ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->set_autoDetectProp_14(L_4); RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (BypassOnLocalValues_t945670496_0_0_0_var) }; Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); int32_t L_7 = ((int32_t)(-1)); RuntimeObject * L_8 = Box(BypassOnLocalValues_t945670496_il2cpp_TypeInfo_var, &L_7); ConfigurationProperty_t3590861854 * L_9 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_9, _stringLiteral794131071, L_6, L_8, /*hidden argument*/NULL); ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->set_bypassOnLocalProp_15(L_9); RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (Uri_t100236324_0_0_0_var) }; Type_t * L_11 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); ConfigurationProperty_t3590861854 * L_12 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_12, _stringLiteral1008880119, L_11, NULL, /*hidden argument*/NULL); ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->set_proxyAddressProp_16(L_12); RuntimeTypeHandle_t3027515415 L_13 = { reinterpret_cast (Uri_t100236324_0_0_0_var) }; Type_t * L_14 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); ConfigurationProperty_t3590861854 * L_15 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_15, _stringLiteral837018341, L_14, NULL, /*hidden argument*/NULL); ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->set_scriptLocationProp_17(L_15); RuntimeTypeHandle_t3027515415 L_16 = { reinterpret_cast (UseSystemDefaultValues_t2711047072_0_0_0_var) }; Type_t * L_17 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); int32_t L_18 = ((int32_t)(-1)); RuntimeObject * L_19 = Box(UseSystemDefaultValues_t2711047072_il2cpp_TypeInfo_var, &L_18); ConfigurationProperty_t3590861854 * L_20 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_20, _stringLiteral3946037026, L_17, L_19, /*hidden argument*/NULL); ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->set_useSystemDefaultProp_18(L_20); ConfigurationPropertyCollection_t2852175726 * L_21 = (ConfigurationPropertyCollection_t2852175726 *)il2cpp_codegen_object_new(ConfigurationPropertyCollection_t2852175726_il2cpp_TypeInfo_var); ConfigurationPropertyCollection__ctor_m550516750(L_21, /*hidden argument*/NULL); ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->set_properties_13(L_21); ConfigurationPropertyCollection_t2852175726 * L_22 = ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->get_properties_13(); ConfigurationProperty_t3590861854 * L_23 = ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->get_bypassOnLocalProp_15(); NullCheck(L_22); ConfigurationPropertyCollection_Add_m2688614548(L_22, L_23, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_24 = ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->get_properties_13(); ConfigurationProperty_t3590861854 * L_25 = ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->get_proxyAddressProp_16(); NullCheck(L_24); ConfigurationPropertyCollection_Add_m2688614548(L_24, L_25, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_26 = ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->get_properties_13(); ConfigurationProperty_t3590861854 * L_27 = ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->get_scriptLocationProp_17(); NullCheck(L_26); ConfigurationPropertyCollection_Add_m2688614548(L_26, L_27, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_28 = ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->get_properties_13(); ConfigurationProperty_t3590861854 * L_29 = ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->get_useSystemDefaultProp_18(); NullCheck(L_28); ConfigurationPropertyCollection_Add_m2688614548(L_28, L_29, /*hidden argument*/NULL); return; } } // System.Net.Configuration.ProxyElement/AutoDetectValues System.Net.Configuration.ProxyElement::get_AutoDetect() extern "C" IL2CPP_METHOD_ATTR int32_t ProxyElement_get_AutoDetect_m1058636068 (ProxyElement_t3214064751 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ProxyElement_get_AutoDetect_m1058636068_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ProxyElement_t3214064751_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->get_autoDetectProp_14(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return (int32_t)(((*(int32_t*)((int32_t*)UnBox(L_1, Int32_t2950945753_il2cpp_TypeInfo_var))))); } } // System.Void System.Net.Configuration.ProxyElement::set_AutoDetect(System.Net.Configuration.ProxyElement/AutoDetectValues) extern "C" IL2CPP_METHOD_ATTR void ProxyElement_set_AutoDetect_m4233858953 (ProxyElement_t3214064751 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ProxyElement_set_AutoDetect_m4233858953_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ProxyElement_t3214064751_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->get_autoDetectProp_14(); int32_t L_1 = ___value0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(AutoDetectValues_t1649618618_il2cpp_TypeInfo_var, &L_2); ConfigurationElement_set_Item_m3493437340(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ProxyElement_get_BypassOnLocal_m3038235717_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ProxyElement_t3214064751_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->get_bypassOnLocalProp_15(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return (int32_t)(((*(int32_t*)((int32_t*)UnBox(L_1, Int32_t2950945753_il2cpp_TypeInfo_var))))); } } // System.Void System.Net.Configuration.ProxyElement::set_BypassOnLocal(System.Net.Configuration.ProxyElement/BypassOnLocalValues) extern "C" IL2CPP_METHOD_ATTR void ProxyElement_set_BypassOnLocal_m298711429 (ProxyElement_t3214064751 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ProxyElement_set_BypassOnLocal_m298711429_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ProxyElement_t3214064751_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->get_bypassOnLocalProp_15(); int32_t L_1 = ___value0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(BypassOnLocalValues_t945670496_il2cpp_TypeInfo_var, &L_2); ConfigurationElement_set_Item_m3493437340(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ProxyElement_get_ProxyAddress_m2086164501_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ProxyElement_t3214064751_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->get_proxyAddressProp_16(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((Uri_t100236324 *)CastclassClass((RuntimeObject*)L_1, Uri_t100236324_il2cpp_TypeInfo_var)); } } // System.Void System.Net.Configuration.ProxyElement::set_ProxyAddress(System.Uri) extern "C" IL2CPP_METHOD_ATTR void ProxyElement_set_ProxyAddress_m1743061892 (ProxyElement_t3214064751 * __this, Uri_t100236324 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ProxyElement_set_ProxyAddress_m1743061892_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ProxyElement_t3214064751_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->get_proxyAddressProp_16(); Uri_t100236324 * L_1 = ___value0; ConfigurationElement_set_Item_m3493437340(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Uri System.Net.Configuration.ProxyElement::get_ScriptLocation() extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * ProxyElement_get_ScriptLocation_m2768764351 (ProxyElement_t3214064751 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ProxyElement_get_ScriptLocation_m2768764351_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ProxyElement_t3214064751_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->get_scriptLocationProp_17(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((Uri_t100236324 *)CastclassClass((RuntimeObject*)L_1, Uri_t100236324_il2cpp_TypeInfo_var)); } } // System.Void System.Net.Configuration.ProxyElement::set_ScriptLocation(System.Uri) extern "C" IL2CPP_METHOD_ATTR void ProxyElement_set_ScriptLocation_m3235628864 (ProxyElement_t3214064751 * __this, Uri_t100236324 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ProxyElement_set_ScriptLocation_m3235628864_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ProxyElement_t3214064751_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->get_scriptLocationProp_17(); Uri_t100236324 * L_1 = ___value0; ConfigurationElement_set_Item_m3493437340(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ProxyElement_get_UseSystemDefault_m485007742_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ProxyElement_t3214064751_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->get_useSystemDefaultProp_18(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return (int32_t)(((*(int32_t*)((int32_t*)UnBox(L_1, Int32_t2950945753_il2cpp_TypeInfo_var))))); } } // System.Void System.Net.Configuration.ProxyElement::set_UseSystemDefault(System.Net.Configuration.ProxyElement/UseSystemDefaultValues) extern "C" IL2CPP_METHOD_ATTR void ProxyElement_set_UseSystemDefault_m751092697 (ProxyElement_t3214064751 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ProxyElement_set_UseSystemDefault_m751092697_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ProxyElement_t3214064751_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->get_useSystemDefaultProp_18(); int32_t L_1 = ___value0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(UseSystemDefaultValues_t2711047072_il2cpp_TypeInfo_var, &L_2); ConfigurationElement_set_Item_m3493437340(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.ProxyElement::get_Properties() extern "C" IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t2852175726 * ProxyElement_get_Properties_m4131039753 (ProxyElement_t3214064751 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ProxyElement_get_Properties_m4131039753_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ProxyElement_t3214064751_il2cpp_TypeInfo_var); ConfigurationPropertyCollection_t2852175726 * L_0 = ((ProxyElement_t3214064751_StaticFields*)il2cpp_codegen_static_fields_for(ProxyElement_t3214064751_il2cpp_TypeInfo_var))->get_properties_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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.RequestCachingSection::.cctor() extern "C" IL2CPP_METHOD_ATTR void RequestCachingSection__cctor_m2978641930 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RequestCachingSection__cctor_m2978641930_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (FtpCachePolicyElement_t1580201543_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ConfigurationProperty_t3590861854 * L_2 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m3312264195(L_2, _stringLiteral2723904336, L_1, /*hidden argument*/NULL); ((RequestCachingSection_t1693238435_StaticFields*)il2cpp_codegen_static_fields_for(RequestCachingSection_t1693238435_il2cpp_TypeInfo_var))->set_defaultFtpCachePolicyProp_18(L_2); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (HttpCachePolicyElement_t409334445_0_0_0_var) }; Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); ConfigurationProperty_t3590861854 * L_5 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m3312264195(L_5, _stringLiteral3460596180, L_4, /*hidden argument*/NULL); ((RequestCachingSection_t1693238435_StaticFields*)il2cpp_codegen_static_fields_for(RequestCachingSection_t1693238435_il2cpp_TypeInfo_var))->set_defaultHttpCachePolicyProp_19(L_5); RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (RequestCacheLevel_t1509648360_0_0_0_var) }; Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); int32_t L_8 = ((int32_t)1); RuntimeObject * L_9 = Box(RequestCacheLevel_t1509648360_il2cpp_TypeInfo_var, &L_8); ConfigurationProperty_t3590861854 * L_10 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_10, _stringLiteral3404358472, L_7, L_9, /*hidden argument*/NULL); ((RequestCachingSection_t1693238435_StaticFields*)il2cpp_codegen_static_fields_for(RequestCachingSection_t1693238435_il2cpp_TypeInfo_var))->set_defaultPolicyLevelProp_20(L_10); RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; Type_t * L_12 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); bool L_13 = ((bool)0); RuntimeObject * L_14 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_13); ConfigurationProperty_t3590861854 * L_15 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_15, _stringLiteral2701573803, L_12, L_14, /*hidden argument*/NULL); ((RequestCachingSection_t1693238435_StaticFields*)il2cpp_codegen_static_fields_for(RequestCachingSection_t1693238435_il2cpp_TypeInfo_var))->set_disableAllCachingProp_21(L_15); RuntimeTypeHandle_t3027515415 L_16 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; Type_t * L_17 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); bool L_18 = ((bool)1); RuntimeObject * L_19 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_18); ConfigurationProperty_t3590861854 * L_20 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_20, _stringLiteral3427970187, L_17, L_19, /*hidden argument*/NULL); ((RequestCachingSection_t1693238435_StaticFields*)il2cpp_codegen_static_fields_for(RequestCachingSection_t1693238435_il2cpp_TypeInfo_var))->set_isPrivateCacheProp_22(L_20); RuntimeTypeHandle_t3027515415 L_21 = { reinterpret_cast (TimeSpan_t881159249_0_0_0_var) }; Type_t * L_22 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); TimeSpan_t881159249 L_23; memset(&L_23, 0, sizeof(L_23)); TimeSpan__ctor_m4161351023((&L_23), 1, 0, 0, 0, /*hidden argument*/NULL); TimeSpan_t881159249 L_24 = L_23; RuntimeObject * L_25 = Box(TimeSpan_t881159249_il2cpp_TypeInfo_var, &L_24); ConfigurationProperty_t3590861854 * L_26 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_26, _stringLiteral1947505395, L_22, L_25, /*hidden argument*/NULL); ((RequestCachingSection_t1693238435_StaticFields*)il2cpp_codegen_static_fields_for(RequestCachingSection_t1693238435_il2cpp_TypeInfo_var))->set_unspecifiedMaximumAgeProp_23(L_26); ConfigurationPropertyCollection_t2852175726 * L_27 = (ConfigurationPropertyCollection_t2852175726 *)il2cpp_codegen_object_new(ConfigurationPropertyCollection_t2852175726_il2cpp_TypeInfo_var); ConfigurationPropertyCollection__ctor_m550516750(L_27, /*hidden argument*/NULL); ((RequestCachingSection_t1693238435_StaticFields*)il2cpp_codegen_static_fields_for(RequestCachingSection_t1693238435_il2cpp_TypeInfo_var))->set_properties_17(L_27); ConfigurationPropertyCollection_t2852175726 * L_28 = ((RequestCachingSection_t1693238435_StaticFields*)il2cpp_codegen_static_fields_for(RequestCachingSection_t1693238435_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_29 = ((RequestCachingSection_t1693238435_StaticFields*)il2cpp_codegen_static_fields_for(RequestCachingSection_t1693238435_il2cpp_TypeInfo_var))->get_defaultFtpCachePolicyProp_18(); NullCheck(L_28); ConfigurationPropertyCollection_Add_m2688614548(L_28, L_29, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_30 = ((RequestCachingSection_t1693238435_StaticFields*)il2cpp_codegen_static_fields_for(RequestCachingSection_t1693238435_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_31 = ((RequestCachingSection_t1693238435_StaticFields*)il2cpp_codegen_static_fields_for(RequestCachingSection_t1693238435_il2cpp_TypeInfo_var))->get_defaultHttpCachePolicyProp_19(); NullCheck(L_30); ConfigurationPropertyCollection_Add_m2688614548(L_30, L_31, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_32 = ((RequestCachingSection_t1693238435_StaticFields*)il2cpp_codegen_static_fields_for(RequestCachingSection_t1693238435_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_33 = ((RequestCachingSection_t1693238435_StaticFields*)il2cpp_codegen_static_fields_for(RequestCachingSection_t1693238435_il2cpp_TypeInfo_var))->get_defaultPolicyLevelProp_20(); NullCheck(L_32); ConfigurationPropertyCollection_Add_m2688614548(L_32, L_33, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_34 = ((RequestCachingSection_t1693238435_StaticFields*)il2cpp_codegen_static_fields_for(RequestCachingSection_t1693238435_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_35 = ((RequestCachingSection_t1693238435_StaticFields*)il2cpp_codegen_static_fields_for(RequestCachingSection_t1693238435_il2cpp_TypeInfo_var))->get_disableAllCachingProp_21(); NullCheck(L_34); ConfigurationPropertyCollection_Add_m2688614548(L_34, L_35, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_36 = ((RequestCachingSection_t1693238435_StaticFields*)il2cpp_codegen_static_fields_for(RequestCachingSection_t1693238435_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_37 = ((RequestCachingSection_t1693238435_StaticFields*)il2cpp_codegen_static_fields_for(RequestCachingSection_t1693238435_il2cpp_TypeInfo_var))->get_isPrivateCacheProp_22(); NullCheck(L_36); ConfigurationPropertyCollection_Add_m2688614548(L_36, L_37, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_38 = ((RequestCachingSection_t1693238435_StaticFields*)il2cpp_codegen_static_fields_for(RequestCachingSection_t1693238435_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_39 = ((RequestCachingSection_t1693238435_StaticFields*)il2cpp_codegen_static_fields_for(RequestCachingSection_t1693238435_il2cpp_TypeInfo_var))->get_unspecifiedMaximumAgeProp_23(); NullCheck(L_38); ConfigurationPropertyCollection_Add_m2688614548(L_38, L_39, /*hidden argument*/NULL); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.RequestCachingSection::get_Properties() extern "C" IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t2852175726 * RequestCachingSection_get_Properties_m165858074 (RequestCachingSection_t1693238435 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RequestCachingSection_get_Properties_m165858074_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RequestCachingSection_t1693238435_il2cpp_TypeInfo_var); ConfigurationPropertyCollection_t2852175726 * L_0 = ((RequestCachingSection_t1693238435_StaticFields*)il2cpp_codegen_static_fields_for(RequestCachingSection_t1693238435_il2cpp_TypeInfo_var))->get_properties_17(); return L_0; } } // System.Void System.Net.Configuration.RequestCachingSection::PostDeserialize() extern "C" IL2CPP_METHOD_ATTR void RequestCachingSection_PostDeserialize_m2060502070 (RequestCachingSection_t1693238435 * __this, const RuntimeMethod* method) { { ConfigurationElement_PostDeserialize_m3753298177(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.RequestCachingSection::DeserializeElement(System.Xml.XmlReader,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void RequestCachingSection_DeserializeElement_m1760578450 (RequestCachingSection_t1693238435 * __this, XmlReader_t3121518892 * ___reader0, bool ___serializeCollectionKey1, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = ___reader0; bool L_1 = ___serializeCollectionKey1; ConfigurationElement_DeserializeElement_m2357743528(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.ServicePointManagerElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void ServicePointManagerElement__ctor_m3119309968 (ServicePointManagerElement_t2768640361 * __this, const RuntimeMethod* method) { { ConfigurationElement__ctor_m4116197893(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.ServicePointManagerElement::.cctor() extern "C" IL2CPP_METHOD_ATTR void ServicePointManagerElement__cctor_m1034988251 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManagerElement__cctor_m1034988251_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); bool L_2 = ((bool)1); RuntimeObject * L_3 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_2); ConfigurationProperty_t3590861854 * L_4 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_4, _stringLiteral3948641936, L_1, L_3, /*hidden argument*/NULL); ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->set_checkCertificateNameProp_14(L_4); RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); bool L_7 = ((bool)0); RuntimeObject * L_8 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_7); ConfigurationProperty_t3590861854 * L_9 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_9, _stringLiteral3226143518, L_6, L_8, /*hidden argument*/NULL); ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->set_checkCertificateRevocationListProp_15(L_9); RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; Type_t * L_11 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); int32_t L_12 = ((int32_t)120000); RuntimeObject * L_13 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_12); ConfigurationProperty_t3590861854 * L_14 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_14, _stringLiteral3075574652, L_11, L_13, /*hidden argument*/NULL); ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->set_dnsRefreshTimeoutProp_16(L_14); RuntimeTypeHandle_t3027515415 L_15 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; Type_t * L_16 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); bool L_17 = ((bool)0); RuntimeObject * L_18 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_17); ConfigurationProperty_t3590861854 * L_19 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_19, _stringLiteral2447942539, L_16, L_18, /*hidden argument*/NULL); ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->set_enableDnsRoundRobinProp_17(L_19); RuntimeTypeHandle_t3027515415 L_20 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; Type_t * L_21 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); bool L_22 = ((bool)1); RuntimeObject * L_23 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_22); ConfigurationProperty_t3590861854 * L_24 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_24, _stringLiteral3397110955, L_21, L_23, /*hidden argument*/NULL); ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->set_expect100ContinueProp_18(L_24); RuntimeTypeHandle_t3027515415 L_25 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; Type_t * L_26 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); bool L_27 = ((bool)1); RuntimeObject * L_28 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_27); ConfigurationProperty_t3590861854 * L_29 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_29, _stringLiteral4076253765, L_26, L_28, /*hidden argument*/NULL); ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->set_useNagleAlgorithmProp_19(L_29); ConfigurationPropertyCollection_t2852175726 * L_30 = (ConfigurationPropertyCollection_t2852175726 *)il2cpp_codegen_object_new(ConfigurationPropertyCollection_t2852175726_il2cpp_TypeInfo_var); ConfigurationPropertyCollection__ctor_m550516750(L_30, /*hidden argument*/NULL); ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->set_properties_13(L_30); ConfigurationPropertyCollection_t2852175726 * L_31 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_properties_13(); ConfigurationProperty_t3590861854 * L_32 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_checkCertificateNameProp_14(); NullCheck(L_31); ConfigurationPropertyCollection_Add_m2688614548(L_31, L_32, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_33 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_properties_13(); ConfigurationProperty_t3590861854 * L_34 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_checkCertificateRevocationListProp_15(); NullCheck(L_33); ConfigurationPropertyCollection_Add_m2688614548(L_33, L_34, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_35 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_properties_13(); ConfigurationProperty_t3590861854 * L_36 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_dnsRefreshTimeoutProp_16(); NullCheck(L_35); ConfigurationPropertyCollection_Add_m2688614548(L_35, L_36, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_37 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_properties_13(); ConfigurationProperty_t3590861854 * L_38 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_enableDnsRoundRobinProp_17(); NullCheck(L_37); ConfigurationPropertyCollection_Add_m2688614548(L_37, L_38, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_39 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_properties_13(); ConfigurationProperty_t3590861854 * L_40 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_expect100ContinueProp_18(); NullCheck(L_39); ConfigurationPropertyCollection_Add_m2688614548(L_39, L_40, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_41 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_properties_13(); ConfigurationProperty_t3590861854 * L_42 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_useNagleAlgorithmProp_19(); NullCheck(L_41); ConfigurationPropertyCollection_Add_m2688614548(L_41, L_42, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.Configuration.ServicePointManagerElement::get_CheckCertificateName() extern "C" IL2CPP_METHOD_ATTR bool ServicePointManagerElement_get_CheckCertificateName_m3636611480 (ServicePointManagerElement_t2768640361 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManagerElement_get_CheckCertificateName_m3636611480_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_checkCertificateNameProp_14(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((*(bool*)((bool*)UnBox(L_1, Boolean_t97287965_il2cpp_TypeInfo_var)))); } } // System.Void System.Net.Configuration.ServicePointManagerElement::set_CheckCertificateName(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ServicePointManagerElement_set_CheckCertificateName_m3709540968 (ServicePointManagerElement_t2768640361 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManagerElement_set_CheckCertificateName_m3709540968_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_checkCertificateNameProp_14(); bool L_1 = ___value0; bool L_2 = L_1; RuntimeObject * L_3 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_2); ConfigurationElement_set_Item_m3493437340(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.Configuration.ServicePointManagerElement::get_CheckCertificateRevocationList() extern "C" IL2CPP_METHOD_ATTR bool ServicePointManagerElement_get_CheckCertificateRevocationList_m2088995439 (ServicePointManagerElement_t2768640361 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManagerElement_get_CheckCertificateRevocationList_m2088995439_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_checkCertificateRevocationListProp_15(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((*(bool*)((bool*)UnBox(L_1, Boolean_t97287965_il2cpp_TypeInfo_var)))); } } // System.Void System.Net.Configuration.ServicePointManagerElement::set_CheckCertificateRevocationList(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ServicePointManagerElement_set_CheckCertificateRevocationList_m4257869913 (ServicePointManagerElement_t2768640361 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManagerElement_set_CheckCertificateRevocationList_m4257869913_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_checkCertificateRevocationListProp_15(); bool L_1 = ___value0; bool L_2 = L_1; RuntimeObject * L_3 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_2); ConfigurationElement_set_Item_m3493437340(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // System.Int32 System.Net.Configuration.ServicePointManagerElement::get_DnsRefreshTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t ServicePointManagerElement_get_DnsRefreshTimeout_m1941414748 (ServicePointManagerElement_t2768640361 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManagerElement_get_DnsRefreshTimeout_m1941414748_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_dnsRefreshTimeoutProp_16(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((*(int32_t*)((int32_t*)UnBox(L_1, Int32_t2950945753_il2cpp_TypeInfo_var)))); } } // System.Void System.Net.Configuration.ServicePointManagerElement::set_DnsRefreshTimeout(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ServicePointManagerElement_set_DnsRefreshTimeout_m3382800760 (ServicePointManagerElement_t2768640361 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManagerElement_set_DnsRefreshTimeout_m3382800760_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_dnsRefreshTimeoutProp_16(); int32_t L_1 = ___value0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); ConfigurationElement_set_Item_m3493437340(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.Configuration.ServicePointManagerElement::get_EnableDnsRoundRobin() extern "C" IL2CPP_METHOD_ATTR bool ServicePointManagerElement_get_EnableDnsRoundRobin_m3008627966 (ServicePointManagerElement_t2768640361 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManagerElement_get_EnableDnsRoundRobin_m3008627966_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_enableDnsRoundRobinProp_17(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((*(bool*)((bool*)UnBox(L_1, Boolean_t97287965_il2cpp_TypeInfo_var)))); } } // System.Void System.Net.Configuration.ServicePointManagerElement::set_EnableDnsRoundRobin(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ServicePointManagerElement_set_EnableDnsRoundRobin_m2769557377 (ServicePointManagerElement_t2768640361 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManagerElement_set_EnableDnsRoundRobin_m2769557377_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_enableDnsRoundRobinProp_17(); bool L_1 = ___value0; bool L_2 = L_1; RuntimeObject * L_3 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_2); ConfigurationElement_set_Item_m3493437340(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.Configuration.ServicePointManagerElement::get_Expect100Continue() extern "C" IL2CPP_METHOD_ATTR bool ServicePointManagerElement_get_Expect100Continue_m4130785785 (ServicePointManagerElement_t2768640361 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManagerElement_get_Expect100Continue_m4130785785_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_expect100ContinueProp_18(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((*(bool*)((bool*)UnBox(L_1, Boolean_t97287965_il2cpp_TypeInfo_var)))); } } // System.Void System.Net.Configuration.ServicePointManagerElement::set_Expect100Continue(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ServicePointManagerElement_set_Expect100Continue_m3128910749 (ServicePointManagerElement_t2768640361 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManagerElement_set_Expect100Continue_m3128910749_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_expect100ContinueProp_18(); bool L_1 = ___value0; bool L_2 = L_1; RuntimeObject * L_3 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_2); ConfigurationElement_set_Item_m3493437340(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.Configuration.ServicePointManagerElement::get_UseNagleAlgorithm() extern "C" IL2CPP_METHOD_ATTR bool ServicePointManagerElement_get_UseNagleAlgorithm_m2496751350 (ServicePointManagerElement_t2768640361 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManagerElement_get_UseNagleAlgorithm_m2496751350_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_useNagleAlgorithmProp_19(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((*(bool*)((bool*)UnBox(L_1, Boolean_t97287965_il2cpp_TypeInfo_var)))); } } // System.Void System.Net.Configuration.ServicePointManagerElement::set_UseNagleAlgorithm(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ServicePointManagerElement_set_UseNagleAlgorithm_m2099501809 (ServicePointManagerElement_t2768640361 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManagerElement_set_UseNagleAlgorithm_m2099501809_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_useNagleAlgorithmProp_19(); bool L_1 = ___value0; bool L_2 = L_1; RuntimeObject * L_3 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_2); ConfigurationElement_set_Item_m3493437340(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.ServicePointManagerElement::get_Properties() extern "C" IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t2852175726 * ServicePointManagerElement_get_Properties_m2659165833 (ServicePointManagerElement_t2768640361 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManagerElement_get_Properties_m2659165833_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var); ConfigurationPropertyCollection_t2852175726 * L_0 = ((ServicePointManagerElement_t2768640361_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var))->get_properties_13(); return L_0; } } // System.Void System.Net.Configuration.ServicePointManagerElement::PostDeserialize() extern "C" IL2CPP_METHOD_ATTR void ServicePointManagerElement_PostDeserialize_m3298182051 (ServicePointManagerElement_t2768640361 * __this, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.SettingsSection::.ctor() extern "C" IL2CPP_METHOD_ATTR void SettingsSection__ctor_m2054822588 (SettingsSection_t1259474535 * __this, const RuntimeMethod* method) { { ConfigurationSection__ctor_m2795685025(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.SettingsSection::.cctor() extern "C" IL2CPP_METHOD_ATTR void SettingsSection__cctor_m1293608908 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SettingsSection__cctor_m1293608908_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (HttpWebRequestElement_t2801692355_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ConfigurationProperty_t3590861854 * L_2 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m3312264195(L_2, _stringLiteral2552955932, L_1, /*hidden argument*/NULL); ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->set_httpWebRequestProp_18(L_2); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (Ipv6Element_t180053194_0_0_0_var) }; Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); ConfigurationProperty_t3590861854 * L_5 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m3312264195(L_5, _stringLiteral3806653507, L_4, /*hidden argument*/NULL); ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->set_ipv6Prop_19(L_5); RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (PerformanceCountersElement_t4093363992_0_0_0_var) }; Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); ConfigurationProperty_t3590861854 * L_8 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m3312264195(L_8, _stringLiteral1922940613, L_7, /*hidden argument*/NULL); ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->set_performanceCountersProp_20(L_8); RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (ServicePointManagerElement_t2768640361_0_0_0_var) }; Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); ConfigurationProperty_t3590861854 * L_11 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m3312264195(L_11, _stringLiteral1048376966, L_10, /*hidden argument*/NULL); ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->set_servicePointManagerProp_21(L_11); RuntimeTypeHandle_t3027515415 L_12 = { reinterpret_cast (SocketElement_t3329874080_0_0_0_var) }; Type_t * L_13 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); ConfigurationProperty_t3590861854 * L_14 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m3312264195(L_14, _stringLiteral4269838979, L_13, /*hidden argument*/NULL); ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->set_socketProp_23(L_14); RuntimeTypeHandle_t3027515415 L_15 = { reinterpret_cast (WebProxyScriptElement_t477406598_0_0_0_var) }; Type_t * L_16 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); ConfigurationProperty_t3590861854 * L_17 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m3312264195(L_17, _stringLiteral926514360, L_16, /*hidden argument*/NULL); ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->set_webProxyScriptProp_22(L_17); ConfigurationPropertyCollection_t2852175726 * L_18 = (ConfigurationPropertyCollection_t2852175726 *)il2cpp_codegen_object_new(ConfigurationPropertyCollection_t2852175726_il2cpp_TypeInfo_var); ConfigurationPropertyCollection__ctor_m550516750(L_18, /*hidden argument*/NULL); ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->set_properties_17(L_18); ConfigurationPropertyCollection_t2852175726 * L_19 = ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_20 = ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->get_httpWebRequestProp_18(); NullCheck(L_19); ConfigurationPropertyCollection_Add_m2688614548(L_19, L_20, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_21 = ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_22 = ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->get_ipv6Prop_19(); NullCheck(L_21); ConfigurationPropertyCollection_Add_m2688614548(L_21, L_22, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_23 = ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_24 = ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->get_performanceCountersProp_20(); NullCheck(L_23); ConfigurationPropertyCollection_Add_m2688614548(L_23, L_24, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_25 = ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_26 = ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->get_servicePointManagerProp_21(); NullCheck(L_25); ConfigurationPropertyCollection_Add_m2688614548(L_25, L_26, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_27 = ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_28 = ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->get_socketProp_23(); NullCheck(L_27); ConfigurationPropertyCollection_Add_m2688614548(L_27, L_28, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_29 = ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_30 = ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->get_webProxyScriptProp_22(); NullCheck(L_29); ConfigurationPropertyCollection_Add_m2688614548(L_29, L_30, /*hidden argument*/NULL); return; } } // System.Net.Configuration.HttpWebRequestElement System.Net.Configuration.SettingsSection::get_HttpWebRequest() extern "C" IL2CPP_METHOD_ATTR HttpWebRequestElement_t2801692355 * SettingsSection_get_HttpWebRequest_m309222281 (SettingsSection_t1259474535 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SettingsSection_get_HttpWebRequest_m309222281_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SettingsSection_t1259474535_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->get_httpWebRequestProp_18(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((HttpWebRequestElement_t2801692355 *)CastclassSealed((RuntimeObject*)L_1, HttpWebRequestElement_t2801692355_il2cpp_TypeInfo_var)); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SettingsSection_get_Ipv6_m2010588675_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SettingsSection_t1259474535_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->get_ipv6Prop_19(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((Ipv6Element_t180053194 *)CastclassSealed((RuntimeObject*)L_1, Ipv6Element_t180053194_il2cpp_TypeInfo_var)); } } // System.Net.Configuration.PerformanceCountersElement System.Net.Configuration.SettingsSection::get_PerformanceCounters() extern "C" IL2CPP_METHOD_ATTR PerformanceCountersElement_t4093363992 * SettingsSection_get_PerformanceCounters_m872173071 (SettingsSection_t1259474535 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SettingsSection_get_PerformanceCounters_m872173071_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SettingsSection_t1259474535_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->get_performanceCountersProp_20(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((PerformanceCountersElement_t4093363992 *)CastclassSealed((RuntimeObject*)L_1, PerformanceCountersElement_t4093363992_il2cpp_TypeInfo_var)); } } // System.Net.Configuration.ServicePointManagerElement System.Net.Configuration.SettingsSection::get_ServicePointManager() extern "C" IL2CPP_METHOD_ATTR ServicePointManagerElement_t2768640361 * SettingsSection_get_ServicePointManager_m4084300389 (SettingsSection_t1259474535 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SettingsSection_get_ServicePointManager_m4084300389_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SettingsSection_t1259474535_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->get_servicePointManagerProp_21(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((ServicePointManagerElement_t2768640361 *)CastclassSealed((RuntimeObject*)L_1, ServicePointManagerElement_t2768640361_il2cpp_TypeInfo_var)); } } // System.Net.Configuration.SocketElement System.Net.Configuration.SettingsSection::get_Socket() extern "C" IL2CPP_METHOD_ATTR SocketElement_t3329874080 * SettingsSection_get_Socket_m1691336783 (SettingsSection_t1259474535 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SettingsSection_get_Socket_m1691336783_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SettingsSection_t1259474535_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->get_socketProp_23(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((SocketElement_t3329874080 *)CastclassSealed((RuntimeObject*)L_1, SocketElement_t3329874080_il2cpp_TypeInfo_var)); } } // System.Net.Configuration.WebProxyScriptElement System.Net.Configuration.SettingsSection::get_WebProxyScript() extern "C" IL2CPP_METHOD_ATTR WebProxyScriptElement_t477406598 * SettingsSection_get_WebProxyScript_m1709301798 (SettingsSection_t1259474535 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SettingsSection_get_WebProxyScript_m1709301798_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SettingsSection_t1259474535_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->get_webProxyScriptProp_22(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((WebProxyScriptElement_t477406598 *)CastclassSealed((RuntimeObject*)L_1, WebProxyScriptElement_t477406598_il2cpp_TypeInfo_var)); } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.SettingsSection::get_Properties() extern "C" IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t2852175726 * SettingsSection_get_Properties_m1660882696 (SettingsSection_t1259474535 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SettingsSection_get_Properties_m1660882696_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SettingsSection_t1259474535_il2cpp_TypeInfo_var); ConfigurationPropertyCollection_t2852175726 * L_0 = ((SettingsSection_t1259474535_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSection_t1259474535_il2cpp_TypeInfo_var))->get_properties_17(); 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.Configuration.SocketElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void SocketElement__ctor_m2095388311 (SocketElement_t3329874080 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SocketElement__ctor_m2095388311_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConfigurationElement__ctor_m4116197893(__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); bool L_2 = ((bool)0); RuntimeObject * L_3 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_2); ConfigurationProperty_t3590861854 * L_4 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_4, _stringLiteral2359327129, L_1, L_3, /*hidden argument*/NULL); ((SocketElement_t3329874080_StaticFields*)il2cpp_codegen_static_fields_for(SocketElement_t3329874080_il2cpp_TypeInfo_var))->set_alwaysUseCompletionPortsForAcceptProp_14(L_4); RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); bool L_7 = ((bool)0); RuntimeObject * L_8 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_7); ConfigurationProperty_t3590861854 * L_9 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_9, _stringLiteral3119676097, L_6, L_8, /*hidden argument*/NULL); ((SocketElement_t3329874080_StaticFields*)il2cpp_codegen_static_fields_for(SocketElement_t3329874080_il2cpp_TypeInfo_var))->set_alwaysUseCompletionPortsForConnectProp_15(L_9); ConfigurationPropertyCollection_t2852175726 * L_10 = (ConfigurationPropertyCollection_t2852175726 *)il2cpp_codegen_object_new(ConfigurationPropertyCollection_t2852175726_il2cpp_TypeInfo_var); ConfigurationPropertyCollection__ctor_m550516750(L_10, /*hidden argument*/NULL); ((SocketElement_t3329874080_StaticFields*)il2cpp_codegen_static_fields_for(SocketElement_t3329874080_il2cpp_TypeInfo_var))->set_properties_13(L_10); ConfigurationPropertyCollection_t2852175726 * L_11 = ((SocketElement_t3329874080_StaticFields*)il2cpp_codegen_static_fields_for(SocketElement_t3329874080_il2cpp_TypeInfo_var))->get_properties_13(); ConfigurationProperty_t3590861854 * L_12 = ((SocketElement_t3329874080_StaticFields*)il2cpp_codegen_static_fields_for(SocketElement_t3329874080_il2cpp_TypeInfo_var))->get_alwaysUseCompletionPortsForAcceptProp_14(); NullCheck(L_11); ConfigurationPropertyCollection_Add_m2688614548(L_11, L_12, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_13 = ((SocketElement_t3329874080_StaticFields*)il2cpp_codegen_static_fields_for(SocketElement_t3329874080_il2cpp_TypeInfo_var))->get_properties_13(); ConfigurationProperty_t3590861854 * L_14 = ((SocketElement_t3329874080_StaticFields*)il2cpp_codegen_static_fields_for(SocketElement_t3329874080_il2cpp_TypeInfo_var))->get_alwaysUseCompletionPortsForConnectProp_15(); NullCheck(L_13); ConfigurationPropertyCollection_Add_m2688614548(L_13, L_14, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.Configuration.SocketElement::get_AlwaysUseCompletionPortsForAccept() extern "C" IL2CPP_METHOD_ATTR bool SocketElement_get_AlwaysUseCompletionPortsForAccept_m1114805471 (SocketElement_t3329874080 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SocketElement_get_AlwaysUseCompletionPortsForAccept_m1114805471_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConfigurationProperty_t3590861854 * L_0 = ((SocketElement_t3329874080_StaticFields*)il2cpp_codegen_static_fields_for(SocketElement_t3329874080_il2cpp_TypeInfo_var))->get_alwaysUseCompletionPortsForAcceptProp_14(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((*(bool*)((bool*)UnBox(L_1, Boolean_t97287965_il2cpp_TypeInfo_var)))); } } // System.Void System.Net.Configuration.SocketElement::set_AlwaysUseCompletionPortsForAccept(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SocketElement_set_AlwaysUseCompletionPortsForAccept_m357888895 (SocketElement_t3329874080 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SocketElement_set_AlwaysUseCompletionPortsForAccept_m357888895_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConfigurationProperty_t3590861854 * L_0 = ((SocketElement_t3329874080_StaticFields*)il2cpp_codegen_static_fields_for(SocketElement_t3329874080_il2cpp_TypeInfo_var))->get_alwaysUseCompletionPortsForAcceptProp_14(); bool L_1 = ___value0; bool L_2 = L_1; RuntimeObject * L_3 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_2); ConfigurationElement_set_Item_m3493437340(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.Configuration.SocketElement::get_AlwaysUseCompletionPortsForConnect() extern "C" IL2CPP_METHOD_ATTR bool SocketElement_get_AlwaysUseCompletionPortsForConnect_m4031272838 (SocketElement_t3329874080 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SocketElement_get_AlwaysUseCompletionPortsForConnect_m4031272838_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConfigurationProperty_t3590861854 * L_0 = ((SocketElement_t3329874080_StaticFields*)il2cpp_codegen_static_fields_for(SocketElement_t3329874080_il2cpp_TypeInfo_var))->get_alwaysUseCompletionPortsForConnectProp_15(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((*(bool*)((bool*)UnBox(L_1, Boolean_t97287965_il2cpp_TypeInfo_var)))); } } // System.Void System.Net.Configuration.SocketElement::set_AlwaysUseCompletionPortsForConnect(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SocketElement_set_AlwaysUseCompletionPortsForConnect_m478150386 (SocketElement_t3329874080 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SocketElement_set_AlwaysUseCompletionPortsForConnect_m478150386_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConfigurationProperty_t3590861854 * L_0 = ((SocketElement_t3329874080_StaticFields*)il2cpp_codegen_static_fields_for(SocketElement_t3329874080_il2cpp_TypeInfo_var))->get_alwaysUseCompletionPortsForConnectProp_15(); bool L_1 = ___value0; bool L_2 = L_1; RuntimeObject * L_3 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_2); ConfigurationElement_set_Item_m3493437340(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.SocketElement::get_Properties() extern "C" IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t2852175726 * SocketElement_get_Properties_m3714933567 (SocketElement_t3329874080 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SocketElement_get_Properties_m3714933567_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConfigurationPropertyCollection_t2852175726 * L_0 = ((SocketElement_t3329874080_StaticFields*)il2cpp_codegen_static_fields_for(SocketElement_t3329874080_il2cpp_TypeInfo_var))->get_properties_13(); return L_0; } } // System.Void System.Net.Configuration.SocketElement::PostDeserialize() extern "C" IL2CPP_METHOD_ATTR void SocketElement_PostDeserialize_m3590344498 (SocketElement_t3329874080 * __this, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.WebProxyScriptElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebProxyScriptElement__ctor_m3524928016 (WebProxyScriptElement_t477406598 * __this, const RuntimeMethod* method) { { ConfigurationElement__ctor_m4116197893(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.WebProxyScriptElement::.cctor() extern "C" IL2CPP_METHOD_ATTR void WebProxyScriptElement__cctor_m3464241387 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebProxyScriptElement__cctor_m3464241387_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (TimeSpan_t881159249_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); TimeSpan_t881159249 L_2; memset(&L_2, 0, sizeof(L_2)); TimeSpan__ctor_m4161351023((&L_2), 0, 0, 2, 0, /*hidden argument*/NULL); TimeSpan_t881159249 L_3 = L_2; RuntimeObject * L_4 = Box(TimeSpan_t881159249_il2cpp_TypeInfo_var, &L_3); ConfigurationProperty_t3590861854 * L_5 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2404851808(L_5, _stringLiteral2478378977, L_1, L_4, /*hidden argument*/NULL); ((WebProxyScriptElement_t477406598_StaticFields*)il2cpp_codegen_static_fields_for(WebProxyScriptElement_t477406598_il2cpp_TypeInfo_var))->set_downloadTimeoutProp_13(L_5); ConfigurationPropertyCollection_t2852175726 * L_6 = (ConfigurationPropertyCollection_t2852175726 *)il2cpp_codegen_object_new(ConfigurationPropertyCollection_t2852175726_il2cpp_TypeInfo_var); ConfigurationPropertyCollection__ctor_m550516750(L_6, /*hidden argument*/NULL); ((WebProxyScriptElement_t477406598_StaticFields*)il2cpp_codegen_static_fields_for(WebProxyScriptElement_t477406598_il2cpp_TypeInfo_var))->set_properties_14(L_6); ConfigurationPropertyCollection_t2852175726 * L_7 = ((WebProxyScriptElement_t477406598_StaticFields*)il2cpp_codegen_static_fields_for(WebProxyScriptElement_t477406598_il2cpp_TypeInfo_var))->get_properties_14(); ConfigurationProperty_t3590861854 * L_8 = ((WebProxyScriptElement_t477406598_StaticFields*)il2cpp_codegen_static_fields_for(WebProxyScriptElement_t477406598_il2cpp_TypeInfo_var))->get_downloadTimeoutProp_13(); NullCheck(L_7); ConfigurationPropertyCollection_Add_m2688614548(L_7, L_8, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.WebProxyScriptElement::PostDeserialize() extern "C" IL2CPP_METHOD_ATTR void WebProxyScriptElement_PostDeserialize_m2186957481 (WebProxyScriptElement_t477406598 * __this, const RuntimeMethod* method) { { return; } } // System.TimeSpan System.Net.Configuration.WebProxyScriptElement::get_DownloadTimeout() extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 WebProxyScriptElement_get_DownloadTimeout_m3645809980 (WebProxyScriptElement_t477406598 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebProxyScriptElement_get_DownloadTimeout_m3645809980_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebProxyScriptElement_t477406598_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((WebProxyScriptElement_t477406598_StaticFields*)il2cpp_codegen_static_fields_for(WebProxyScriptElement_t477406598_il2cpp_TypeInfo_var))->get_downloadTimeoutProp_13(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((*(TimeSpan_t881159249 *)((TimeSpan_t881159249 *)UnBox(L_1, TimeSpan_t881159249_il2cpp_TypeInfo_var)))); } } // System.Void System.Net.Configuration.WebProxyScriptElement::set_DownloadTimeout(System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR void WebProxyScriptElement_set_DownloadTimeout_m1766288047 (WebProxyScriptElement_t477406598 * __this, TimeSpan_t881159249 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebProxyScriptElement_set_DownloadTimeout_m1766288047_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebProxyScriptElement_t477406598_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((WebProxyScriptElement_t477406598_StaticFields*)il2cpp_codegen_static_fields_for(WebProxyScriptElement_t477406598_il2cpp_TypeInfo_var))->get_downloadTimeoutProp_13(); TimeSpan_t881159249 L_1 = ___value0; TimeSpan_t881159249 L_2 = L_1; RuntimeObject * L_3 = Box(TimeSpan_t881159249_il2cpp_TypeInfo_var, &L_2); ConfigurationElement_set_Item_m3493437340(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.WebProxyScriptElement::get_Properties() extern "C" IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t2852175726 * WebProxyScriptElement_get_Properties_m3480700256 (WebProxyScriptElement_t477406598 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebProxyScriptElement_get_Properties_m3480700256_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebProxyScriptElement_t477406598_il2cpp_TypeInfo_var); ConfigurationPropertyCollection_t2852175726 * L_0 = ((WebProxyScriptElement_t477406598_StaticFields*)il2cpp_codegen_static_fields_for(WebProxyScriptElement_t477406598_il2cpp_TypeInfo_var))->get_properties_14(); 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.Configuration.WebRequestModuleElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebRequestModuleElement__ctor_m3042492242 (WebRequestModuleElement_t1406085120 * __this, const RuntimeMethod* method) { { ConfigurationElement__ctor_m4116197893(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.WebRequestModuleElement::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void WebRequestModuleElement__ctor_m3024594169 (WebRequestModuleElement_t1406085120 * __this, String_t* ___prefix0, String_t* ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequestModuleElement__ctor_m3024594169_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConfigurationElement__ctor_m4116197893(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((WebRequestModuleElement_t1406085120_StaticFields*)il2cpp_codegen_static_fields_for(WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var))->get_typeProp_15(); String_t* L_1 = ___type1; ConfigurationElement_set_Item_m3493437340(__this, L_0, L_1, /*hidden argument*/NULL); String_t* L_2 = ___prefix0; WebRequestModuleElement_set_Prefix_m1461889629(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.WebRequestModuleElement::.ctor(System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR void WebRequestModuleElement__ctor_m338895103 (WebRequestModuleElement_t1406085120 * __this, String_t* ___prefix0, Type_t * ___type1, const RuntimeMethod* method) { { String_t* L_0 = ___prefix0; Type_t * L_1 = ___type1; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_1); WebRequestModuleElement__ctor_m3024594169(__this, L_0, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.WebRequestModuleElement::.cctor() extern "C" IL2CPP_METHOD_ATTR void WebRequestModuleElement__cctor_m479835467 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequestModuleElement__cctor_m479835467_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ConfigurationProperty_t3590861854 * L_2 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2121647601(L_2, _stringLiteral1220639822, L_1, NULL, 6, /*hidden argument*/NULL); ((WebRequestModuleElement_t1406085120_StaticFields*)il2cpp_codegen_static_fields_for(WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var))->set_prefixProp_14(L_2); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); ConfigurationProperty_t3590861854 * L_5 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m3312264195(L_5, _stringLiteral3243520166, L_4, /*hidden argument*/NULL); ((WebRequestModuleElement_t1406085120_StaticFields*)il2cpp_codegen_static_fields_for(WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var))->set_typeProp_15(L_5); ConfigurationPropertyCollection_t2852175726 * L_6 = (ConfigurationPropertyCollection_t2852175726 *)il2cpp_codegen_object_new(ConfigurationPropertyCollection_t2852175726_il2cpp_TypeInfo_var); ConfigurationPropertyCollection__ctor_m550516750(L_6, /*hidden argument*/NULL); ((WebRequestModuleElement_t1406085120_StaticFields*)il2cpp_codegen_static_fields_for(WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var))->set_properties_13(L_6); ConfigurationPropertyCollection_t2852175726 * L_7 = ((WebRequestModuleElement_t1406085120_StaticFields*)il2cpp_codegen_static_fields_for(WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var))->get_properties_13(); ConfigurationProperty_t3590861854 * L_8 = ((WebRequestModuleElement_t1406085120_StaticFields*)il2cpp_codegen_static_fields_for(WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var))->get_prefixProp_14(); NullCheck(L_7); ConfigurationPropertyCollection_Add_m2688614548(L_7, L_8, /*hidden argument*/NULL); ConfigurationPropertyCollection_t2852175726 * L_9 = ((WebRequestModuleElement_t1406085120_StaticFields*)il2cpp_codegen_static_fields_for(WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var))->get_properties_13(); ConfigurationProperty_t3590861854 * L_10 = ((WebRequestModuleElement_t1406085120_StaticFields*)il2cpp_codegen_static_fields_for(WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var))->get_typeProp_15(); NullCheck(L_9); ConfigurationPropertyCollection_Add_m2688614548(L_9, L_10, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequestModuleElement_get_Prefix_m4037610496_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((WebRequestModuleElement_t1406085120_StaticFields*)il2cpp_codegen_static_fields_for(WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var))->get_prefixProp_14(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); } } // System.Void System.Net.Configuration.WebRequestModuleElement::set_Prefix(System.String) extern "C" IL2CPP_METHOD_ATTR void WebRequestModuleElement_set_Prefix_m1461889629 (WebRequestModuleElement_t1406085120 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequestModuleElement_set_Prefix_m1461889629_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((WebRequestModuleElement_t1406085120_StaticFields*)il2cpp_codegen_static_fields_for(WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var))->get_prefixProp_14(); String_t* L_1 = ___value0; ConfigurationElement_set_Item_m3493437340(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequestModuleElement_get_Type_m2911861518_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((WebRequestModuleElement_t1406085120_StaticFields*)il2cpp_codegen_static_fields_for(WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var))->get_typeProp_15(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); return L_2; } } // System.Void System.Net.Configuration.WebRequestModuleElement::set_Type(System.Type) extern "C" IL2CPP_METHOD_ATTR void WebRequestModuleElement_set_Type_m2459098514 (WebRequestModuleElement_t1406085120 * __this, Type_t * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequestModuleElement_set_Type_m2459098514_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((WebRequestModuleElement_t1406085120_StaticFields*)il2cpp_codegen_static_fields_for(WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var))->get_typeProp_15(); Type_t * L_1 = ___value0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_1); ConfigurationElement_set_Item_m3493437340(__this, L_0, L_2, /*hidden argument*/NULL); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.WebRequestModuleElement::get_Properties() extern "C" IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t2852175726 * WebRequestModuleElement_get_Properties_m3154937797 (WebRequestModuleElement_t1406085120 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequestModuleElement_get_Properties_m3154937797_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var); ConfigurationPropertyCollection_t2852175726 * L_0 = ((WebRequestModuleElement_t1406085120_StaticFields*)il2cpp_codegen_static_fields_for(WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var))->get_properties_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.Configuration.WebRequestModuleElementCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebRequestModuleElementCollection__ctor_m4269983751 (WebRequestModuleElementCollection_t925190782 * __this, const RuntimeMethod* method) { { ConfigurationElementCollection__ctor_m4158074757(__this, /*hidden argument*/NULL); return; } } // System.Net.Configuration.WebRequestModuleElement System.Net.Configuration.WebRequestModuleElementCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR WebRequestModuleElement_t1406085120 * WebRequestModuleElementCollection_get_Item_m784228266 (WebRequestModuleElementCollection_t925190782 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequestModuleElementCollection_get_Item_m784228266_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); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebRequestModuleElementCollection_get_Item_m784228266_RuntimeMethod_var); } } // System.Void System.Net.Configuration.WebRequestModuleElementCollection::set_Item(System.Int32,System.Net.Configuration.WebRequestModuleElement) extern "C" IL2CPP_METHOD_ATTR void WebRequestModuleElementCollection_set_Item_m4057432732 (WebRequestModuleElementCollection_t925190782 * __this, int32_t ___index0, WebRequestModuleElement_t1406085120 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequestModuleElementCollection_set_Item_m4057432732_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); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,WebRequestModuleElementCollection_set_Item_m4057432732_RuntimeMethod_var); } } // System.Net.Configuration.WebRequestModuleElement System.Net.Configuration.WebRequestModuleElementCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR WebRequestModuleElement_t1406085120 * WebRequestModuleElementCollection_get_Item_m2317784461 (WebRequestModuleElementCollection_t925190782 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequestModuleElementCollection_get_Item_m2317784461_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; RuntimeObject * L_1 = ConfigurationElement_get_Item_m3494575926(__this, L_0, /*hidden argument*/NULL); return ((WebRequestModuleElement_t1406085120 *)CastclassSealed((RuntimeObject*)L_1, WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var)); } } // System.Void System.Net.Configuration.WebRequestModuleElementCollection::set_Item(System.String,System.Net.Configuration.WebRequestModuleElement) extern "C" IL2CPP_METHOD_ATTR void WebRequestModuleElementCollection_set_Item_m3441659159 (WebRequestModuleElementCollection_t925190782 * __this, String_t* ___name0, WebRequestModuleElement_t1406085120 * ___value1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; WebRequestModuleElement_t1406085120 * L_1 = ___value1; ConfigurationElement_set_Item_m735072813(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.WebRequestModuleElementCollection::Add(System.Net.Configuration.WebRequestModuleElement) extern "C" IL2CPP_METHOD_ATTR void WebRequestModuleElementCollection_Add_m251451713 (WebRequestModuleElementCollection_t925190782 * __this, WebRequestModuleElement_t1406085120 * ___element0, const RuntimeMethod* method) { { WebRequestModuleElement_t1406085120 * L_0 = ___element0; VirtActionInvoker1< ConfigurationElement_t3318566633 * >::Invoke(32 /* System.Void System.Configuration.ConfigurationElementCollection::BaseAdd(System.Configuration.ConfigurationElement) */, __this, L_0); return; } } // System.Void System.Net.Configuration.WebRequestModuleElementCollection::Clear() extern "C" IL2CPP_METHOD_ATTR void WebRequestModuleElementCollection_Clear_m4042287104 (WebRequestModuleElementCollection_t925190782 * __this, const RuntimeMethod* method) { { ConfigurationElementCollection_BaseClear_m206454311(__this, /*hidden argument*/NULL); return; } } // System.Configuration.ConfigurationElement System.Net.Configuration.WebRequestModuleElementCollection::CreateNewElement() extern "C" IL2CPP_METHOD_ATTR ConfigurationElement_t3318566633 * WebRequestModuleElementCollection_CreateNewElement_m2646326119 (WebRequestModuleElementCollection_t925190782 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequestModuleElementCollection_CreateNewElement_m2646326119_MetadataUsageId); s_Il2CppMethodInitialized = true; } { WebRequestModuleElement_t1406085120 * L_0 = (WebRequestModuleElement_t1406085120 *)il2cpp_codegen_object_new(WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var); WebRequestModuleElement__ctor_m3042492242(L_0, /*hidden argument*/NULL); return L_0; } } // System.Object System.Net.Configuration.WebRequestModuleElementCollection::GetElementKey(System.Configuration.ConfigurationElement) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * WebRequestModuleElementCollection_GetElementKey_m3584251142 (WebRequestModuleElementCollection_t925190782 * __this, ConfigurationElement_t3318566633 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequestModuleElementCollection_GetElementKey_m3584251142_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConfigurationElement_t3318566633 * L_0 = ___element0; if (((WebRequestModuleElement_t1406085120 *)IsInstSealed((RuntimeObject*)L_0, WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var))) { goto IL_0016; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, _stringLiteral4059539929, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,WebRequestModuleElementCollection_GetElementKey_m3584251142_RuntimeMethod_var); } IL_0016: { ConfigurationElement_t3318566633 * L_2 = ___element0; NullCheck(((WebRequestModuleElement_t1406085120 *)CastclassSealed((RuntimeObject*)L_2, WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var))); String_t* L_3 = WebRequestModuleElement_get_Prefix_m4037610496(((WebRequestModuleElement_t1406085120 *)CastclassSealed((RuntimeObject*)L_2, WebRequestModuleElement_t1406085120_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_3; } } // System.Int32 System.Net.Configuration.WebRequestModuleElementCollection::IndexOf(System.Net.Configuration.WebRequestModuleElement) extern "C" IL2CPP_METHOD_ATTR int32_t WebRequestModuleElementCollection_IndexOf_m4289009566 (WebRequestModuleElementCollection_t925190782 * __this, WebRequestModuleElement_t1406085120 * ___element0, const RuntimeMethod* method) { { WebRequestModuleElement_t1406085120 * L_0 = ___element0; int32_t L_1 = ConfigurationElementCollection_BaseIndexOf_m1453992486(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Net.Configuration.WebRequestModuleElementCollection::Remove(System.Net.Configuration.WebRequestModuleElement) extern "C" IL2CPP_METHOD_ATTR void WebRequestModuleElementCollection_Remove_m2303724286 (WebRequestModuleElementCollection_t925190782 * __this, WebRequestModuleElement_t1406085120 * ___element0, const RuntimeMethod* method) { { WebRequestModuleElement_t1406085120 * L_0 = ___element0; NullCheck(L_0); String_t* L_1 = WebRequestModuleElement_get_Prefix_m4037610496(L_0, /*hidden argument*/NULL); ConfigurationElementCollection_BaseRemove_m1848769724(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.WebRequestModuleElementCollection::Remove(System.String) extern "C" IL2CPP_METHOD_ATTR void WebRequestModuleElementCollection_Remove_m3108086782 (WebRequestModuleElementCollection_t925190782 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; ConfigurationElementCollection_BaseRemove_m1848769724(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.WebRequestModuleElementCollection::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void WebRequestModuleElementCollection_RemoveAt_m885883588 (WebRequestModuleElementCollection_t925190782 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; ConfigurationElementCollection_BaseRemoveAt_m4191568925(__this, L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.WebRequestModuleHandler::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebRequestModuleHandler__ctor_m3681616223 (WebRequestModuleHandler_t914399239 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Object System.Net.Configuration.WebRequestModuleHandler::Create(System.Object,System.Object,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * WebRequestModuleHandler_Create_m480500646 (WebRequestModuleHandler_t914399239 * __this, RuntimeObject * ___parent0, RuntimeObject * ___configContext1, XmlNode_t3767805227 * ___section2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequestModuleHandler_Create_m480500646_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNodeList_t2551693786 * V_0 = NULL; XmlNode_t3767805227 * V_1 = NULL; RuntimeObject* V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; RuntimeObject* 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); { XmlNode_t3767805227 * L_0 = ___section2; NullCheck(L_0); XmlAttributeCollection_t2316283784 * L_1 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_0); if (!L_1) { goto IL_0026; } } { XmlNode_t3767805227 * L_2 = ___section2; NullCheck(L_2); XmlAttributeCollection_t2316283784 * L_3 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_2); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_3); if (!L_4) { goto IL_0026; } } { XmlNode_t3767805227 * L_5 = ___section2; HandlersUtil_ThrowException_m140981074(NULL /*static, unused*/, _stringLiteral3736116723, L_5, /*hidden argument*/NULL); } IL_0026: { XmlNode_t3767805227 * L_6 = ___section2; NullCheck(L_6); XmlNodeList_t2551693786 * L_7 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_6); V_0 = L_7; XmlNodeList_t2551693786 * L_8 = V_0; NullCheck(L_8); RuntimeObject* L_9 = VirtFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IEnumerator System.Xml.XmlNodeList::GetEnumerator() */, L_8); V_2 = L_9; } IL_0034: try { // begin try (depth: 1) { goto IL_0169; } IL_0039: { RuntimeObject* L_10 = V_2; NullCheck(L_10); RuntimeObject * L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); V_1 = ((XmlNode_t3767805227 *)CastclassClass((RuntimeObject*)L_11, XmlNode_t3767805227_il2cpp_TypeInfo_var)); XmlNode_t3767805227 * L_12 = V_1; NullCheck(L_12); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_12); V_3 = L_13; int32_t L_14 = V_3; if ((((int32_t)L_14) == ((int32_t)((int32_t)13)))) { goto IL_005b; } } IL_0054: { int32_t L_15 = V_3; if ((!(((uint32_t)L_15) == ((uint32_t)8)))) { goto IL_0060; } } IL_005b: { goto IL_0169; } IL_0060: { int32_t L_16 = V_3; if ((((int32_t)L_16) == ((int32_t)1))) { goto IL_0072; } } IL_0067: { XmlNode_t3767805227 * L_17 = V_1; HandlersUtil_ThrowException_m140981074(NULL /*static, unused*/, _stringLiteral2408461074, L_17, /*hidden argument*/NULL); } IL_0072: { XmlNode_t3767805227 * L_18 = V_1; NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_18); V_4 = L_19; String_t* L_20 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_21 = String_op_Equality_m920492651(NULL /*static, unused*/, L_20, _stringLiteral555474, /*hidden argument*/NULL); if (!L_21) { goto IL_00bb; } } IL_008b: { XmlNode_t3767805227 * L_22 = V_1; NullCheck(L_22); XmlAttributeCollection_t2316283784 * L_23 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_22); if (!L_23) { goto IL_00b1; } } IL_0096: { XmlNode_t3767805227 * L_24 = V_1; NullCheck(L_24); XmlAttributeCollection_t2316283784 * L_25 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_24); NullCheck(L_25); int32_t L_26 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_25); if (!L_26) { goto IL_00b1; } } IL_00a6: { XmlNode_t3767805227 * L_27 = V_1; HandlersUtil_ThrowException_m140981074(NULL /*static, unused*/, _stringLiteral3736116723, L_27, /*hidden argument*/NULL); } IL_00b1: { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); WebRequest_ClearPrefixes_m3562991615(NULL /*static, unused*/, /*hidden argument*/NULL); goto IL_0169; } IL_00bb: { XmlNode_t3767805227 * L_28 = V_1; String_t* L_29 = HandlersUtil_ExtractAttributeValue_m1827574553(NULL /*static, unused*/, _stringLiteral1220639822, L_28, /*hidden argument*/NULL); V_5 = L_29; String_t* L_30 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_31 = String_op_Equality_m920492651(NULL /*static, unused*/, L_30, _stringLiteral3265744053, /*hidden argument*/NULL); if (!L_31) { goto IL_011b; } } IL_00d9: { XmlNode_t3767805227 * L_32 = V_1; String_t* L_33 = HandlersUtil_ExtractAttributeValue_m2028779895(NULL /*static, unused*/, _stringLiteral3243520166, L_32, (bool)0, /*hidden argument*/NULL); V_6 = L_33; XmlNode_t3767805227 * L_34 = V_1; NullCheck(L_34); XmlAttributeCollection_t2316283784 * L_35 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_34); if (!L_35) { goto IL_010d; } } IL_00f2: { XmlNode_t3767805227 * L_36 = V_1; NullCheck(L_36); XmlAttributeCollection_t2316283784 * L_37 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_36); NullCheck(L_37); int32_t L_38 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_37); if (!L_38) { goto IL_010d; } } IL_0102: { XmlNode_t3767805227 * L_39 = V_1; HandlersUtil_ThrowException_m140981074(NULL /*static, unused*/, _stringLiteral3736116723, L_39, /*hidden argument*/NULL); } IL_010d: { String_t* L_40 = V_5; String_t* L_41 = V_6; IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); WebRequest_AddPrefix_m1817952171(NULL /*static, unused*/, L_40, L_41, /*hidden argument*/NULL); goto IL_0169; } IL_011b: { String_t* L_42 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_43 = String_op_Equality_m920492651(NULL /*static, unused*/, L_42, _stringLiteral13686479, /*hidden argument*/NULL); if (!L_43) { goto IL_015e; } } IL_012c: { XmlNode_t3767805227 * L_44 = V_1; NullCheck(L_44); XmlAttributeCollection_t2316283784 * L_45 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_44); if (!L_45) { goto IL_0152; } } IL_0137: { XmlNode_t3767805227 * L_46 = V_1; NullCheck(L_46); XmlAttributeCollection_t2316283784 * L_47 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_46); NullCheck(L_47); int32_t L_48 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_47); if (!L_48) { goto IL_0152; } } IL_0147: { XmlNode_t3767805227 * L_49 = V_1; HandlersUtil_ThrowException_m140981074(NULL /*static, unused*/, _stringLiteral3736116723, L_49, /*hidden argument*/NULL); } IL_0152: { String_t* L_50 = V_5; IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); WebRequest_RemovePrefix_m3897038984(NULL /*static, unused*/, L_50, /*hidden argument*/NULL); goto IL_0169; } IL_015e: { XmlNode_t3767805227 * L_51 = V_1; HandlersUtil_ThrowException_m140981074(NULL /*static, unused*/, _stringLiteral2133850554, L_51, /*hidden argument*/NULL); } IL_0169: { 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_0039; } } IL_0174: { IL2CPP_LEAVE(0x18E, FINALLY_0179); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0179; } FINALLY_0179: { // begin finally (depth: 1) { RuntimeObject* L_54 = V_2; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_54, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_55 = V_7; if (L_55) { goto IL_0186; } } IL_0185: { IL2CPP_END_FINALLY(377) } IL_0186: { RuntimeObject* L_56 = V_7; NullCheck(L_56); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_56); IL2CPP_END_FINALLY(377) } } // end finally (depth: 1) IL2CPP_CLEANUP(377) { IL2CPP_JUMP_TBL(0x18E, IL_018e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_018e: { return NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.WebRequestModulesSection::.ctor() extern "C" IL2CPP_METHOD_ATTR void WebRequestModulesSection__ctor_m3207412967 (WebRequestModulesSection_t4132732301 * __this, const RuntimeMethod* method) { { ConfigurationSection__ctor_m2795685025(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.WebRequestModulesSection::.cctor() extern "C" IL2CPP_METHOD_ATTR void WebRequestModulesSection__cctor_m1494955898 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequestModulesSection__cctor_m1494955898_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(); RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (WebRequestModuleElementCollection_t925190782_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); ConfigurationProperty_t3590861854 * L_3 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2121647601(L_3, L_0, L_2, NULL, 1, /*hidden argument*/NULL); ((WebRequestModulesSection_t4132732301_StaticFields*)il2cpp_codegen_static_fields_for(WebRequestModulesSection_t4132732301_il2cpp_TypeInfo_var))->set_webRequestModulesProp_18(L_3); ConfigurationPropertyCollection_t2852175726 * L_4 = (ConfigurationPropertyCollection_t2852175726 *)il2cpp_codegen_object_new(ConfigurationPropertyCollection_t2852175726_il2cpp_TypeInfo_var); ConfigurationPropertyCollection__ctor_m550516750(L_4, /*hidden argument*/NULL); ((WebRequestModulesSection_t4132732301_StaticFields*)il2cpp_codegen_static_fields_for(WebRequestModulesSection_t4132732301_il2cpp_TypeInfo_var))->set_properties_17(L_4); ConfigurationPropertyCollection_t2852175726 * L_5 = ((WebRequestModulesSection_t4132732301_StaticFields*)il2cpp_codegen_static_fields_for(WebRequestModulesSection_t4132732301_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_6 = ((WebRequestModulesSection_t4132732301_StaticFields*)il2cpp_codegen_static_fields_for(WebRequestModulesSection_t4132732301_il2cpp_TypeInfo_var))->get_webRequestModulesProp_18(); NullCheck(L_5); ConfigurationPropertyCollection_Add_m2688614548(L_5, L_6, /*hidden argument*/NULL); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.WebRequestModulesSection::get_Properties() extern "C" IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t2852175726 * WebRequestModulesSection_get_Properties_m1184412544 (WebRequestModulesSection_t4132732301 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequestModulesSection_get_Properties_m1184412544_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequestModulesSection_t4132732301_il2cpp_TypeInfo_var); ConfigurationPropertyCollection_t2852175726 * L_0 = ((WebRequestModulesSection_t4132732301_StaticFields*)il2cpp_codegen_static_fields_for(WebRequestModulesSection_t4132732301_il2cpp_TypeInfo_var))->get_properties_17(); return L_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WebRequestModulesSection_get_WebRequestModules_m1245031887_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequestModulesSection_t4132732301_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((WebRequestModulesSection_t4132732301_StaticFields*)il2cpp_codegen_static_fields_for(WebRequestModulesSection_t4132732301_il2cpp_TypeInfo_var))->get_webRequestModulesProp_18(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((WebRequestModuleElementCollection_t925190782 *)CastclassSealed((RuntimeObject*)L_1, WebRequestModuleElementCollection_t925190782_il2cpp_TypeInfo_var)); } } // System.Void System.Net.Configuration.WebRequestModulesSection::PostDeserialize() extern "C" IL2CPP_METHOD_ATTR void WebRequestModulesSection_PostDeserialize_m90622368 (WebRequestModulesSection_t4132732301 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Net.Configuration.WebRequestModulesSection::InitializeDefault() extern "C" IL2CPP_METHOD_ATTR void WebRequestModulesSection_InitializeDefault_m1964875035 (WebRequestModulesSection_t4132732301 * __this, const RuntimeMethod* method) { { 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.Cookie::.ctor() extern "C" IL2CPP_METHOD_ATTR void Cookie__ctor_m130314892 (Cookie_t993873397 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie__ctor_m130314892_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_0 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); __this->set_expires_4(L_0); DateTime_t3738529785 L_1 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_timestamp_11(L_1); 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_domain_3(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_name_6(L_3); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_val_12(L_4); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_comment_0(L_5); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_port_8(L_6); return; } } // System.Void System.Net.Cookie::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie__ctor_m3027985190 (Cookie_t993873397 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { { Cookie__ctor_m130314892(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; Cookie_set_Name_m551993811(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___value1; Cookie_set_Value_m3029678175(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.Cookie::.cctor() extern "C" IL2CPP_METHOD_ATTR void Cookie__cctor_m3648156207 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie__cctor_m3648156207_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t3528271667* L_0 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)7)); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255364____U24U24fieldU2D1_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((Cookie_t993873397_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t993873397_il2cpp_TypeInfo_var))->set_reservedCharsName_14(L_0); CharU5BU5D_t3528271667* L_2 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_2); (L_2)->SetAt(static_cast(0), (Il2CppChar)((int32_t)34)); CharU5BU5D_t3528271667* L_3 = L_2; NullCheck(L_3); (L_3)->SetAt(static_cast(1), (Il2CppChar)((int32_t)44)); ((Cookie_t993873397_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t993873397_il2cpp_TypeInfo_var))->set_portSeparators_15(L_3); ((Cookie_t993873397_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t993873397_il2cpp_TypeInfo_var))->set_tspecials_16(_stringLiteral1652767638); return; } } // System.String System.Net.Cookie::get_Comment() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Comment_m938800276 (Cookie_t993873397 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_comment_0(); return L_0; } } // System.Void System.Net.Cookie::set_Comment(System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Comment_m3273060062 (Cookie_t993873397 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_set_Comment_m3273060062_MetadataUsageId); s_Il2CppMethodInitialized = true; } Cookie_t993873397 * G_B2_0 = NULL; Cookie_t993873397 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; Cookie_t993873397 * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_0011; } } { 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(); G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0012; } IL_0011: { String_t* L_2 = ___value0; G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0012: { NullCheck(G_B3_1); G_B3_1->set_comment_0(G_B3_0); return; } } // System.Uri System.Net.Cookie::get_CommentUri() extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * Cookie_get_CommentUri_m3490482498 (Cookie_t993873397 * __this, const RuntimeMethod* method) { { Uri_t100236324 * L_0 = __this->get_commentUri_1(); return L_0; } } // System.Void System.Net.Cookie::set_CommentUri(System.Uri) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_CommentUri_m514817537 (Cookie_t993873397 * __this, Uri_t100236324 * ___value0, const RuntimeMethod* method) { { Uri_t100236324 * L_0 = ___value0; __this->set_commentUri_1(L_0); return; } } // System.Boolean System.Net.Cookie::get_Discard() extern "C" IL2CPP_METHOD_ATTR bool Cookie_get_Discard_m1941546364 (Cookie_t993873397 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_discard_2(); return L_0; } } // System.Void System.Net.Cookie::set_Discard(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Discard_m1634972755 (Cookie_t993873397 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_discard_2(L_0); return; } } // System.String System.Net.Cookie::get_Domain() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Domain_m3273283673 (Cookie_t993873397 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_domain_3(); return L_0; } } // System.Void System.Net.Cookie::set_Domain(System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Domain_m3100331118 (Cookie_t993873397 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_set_Domain_m3100331118_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Cookie_t993873397_il2cpp_TypeInfo_var); bool L_1 = Cookie_IsNullOrEmpty_m3236290639(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0022; } } { 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_domain_3(L_2); Cookie_set_ExactDomain_m3401926833(__this, (bool)1, /*hidden argument*/NULL); goto IL_003d; } IL_0022: { String_t* L_3 = ___value0; __this->set_domain_3(L_3); String_t* L_4 = ___value0; NullCheck(L_4); Il2CppChar L_5 = String_get_Chars_m2986988803(L_4, 0, /*hidden argument*/NULL); Cookie_set_ExactDomain_m3401926833(__this, (bool)((((int32_t)((((int32_t)L_5) == ((int32_t)((int32_t)46)))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); } IL_003d: { return; } } // System.Boolean System.Net.Cookie::get_ExactDomain() extern "C" IL2CPP_METHOD_ATTR bool Cookie_get_ExactDomain_m2697288922 (Cookie_t993873397 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_exact_domain_17(); return L_0; } } // System.Void System.Net.Cookie::set_ExactDomain(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_ExactDomain_m3401926833 (Cookie_t993873397 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_exact_domain_17(L_0); return; } } // System.Boolean System.Net.Cookie::get_Expired() extern "C" IL2CPP_METHOD_ATTR bool Cookie_get_Expired_m1459950990 (Cookie_t993873397 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_get_Expired_m1459950990_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { DateTime_t3738529785 L_0 = __this->get_expires_4(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_1 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); bool L_2 = DateTime_op_LessThanOrEqual_m2360948759(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0027; } } { DateTime_t3738529785 L_3 = __this->get_expires_4(); 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(); bool L_5 = DateTime_op_Inequality_m1382517918(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_5)); goto IL_0028; } IL_0027: { G_B3_0 = 0; } IL_0028: { return (bool)G_B3_0; } } // System.DateTime System.Net.Cookie::get_Expires() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Cookie_get_Expires_m3868672769 (Cookie_t993873397 * __this, const RuntimeMethod* method) { { DateTime_t3738529785 L_0 = __this->get_expires_4(); return L_0; } } // System.Void System.Net.Cookie::set_Expires(System.DateTime) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Expires_m1452686449 (Cookie_t993873397 * __this, DateTime_t3738529785 ___value0, const RuntimeMethod* method) { { DateTime_t3738529785 L_0 = ___value0; __this->set_expires_4(L_0); return; } } // System.Boolean System.Net.Cookie::get_HttpOnly() extern "C" IL2CPP_METHOD_ATTR bool Cookie_get_HttpOnly_m4044579309 (Cookie_t993873397 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_httpOnly_5(); return L_0; } } // System.Void System.Net.Cookie::set_HttpOnly(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_HttpOnly_m1606103865 (Cookie_t993873397 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_httpOnly_5(L_0); return; } } // System.String System.Net.Cookie::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Name_m2251414039 (Cookie_t993873397 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_6(); return L_0; } } // System.Void System.Net.Cookie::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Name_m551993811 (Cookie_t993873397 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_set_Name_m551993811_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Cookie_t993873397_il2cpp_TypeInfo_var); bool L_1 = Cookie_IsNullOrEmpty_m3236290639(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0016; } } { CookieException_t2325395694 * L_2 = (CookieException_t2325395694 *)il2cpp_codegen_object_new(CookieException_t2325395694_il2cpp_TypeInfo_var); CookieException__ctor_m3844021349(L_2, _stringLiteral696966477, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Cookie_set_Name_m551993811_RuntimeMethod_var); } IL_0016: { String_t* L_3 = ___value0; NullCheck(L_3); Il2CppChar L_4 = String_get_Chars_m2986988803(L_3, 0, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)((int32_t)36)))) { goto IL_0035; } } { String_t* L_5 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Cookie_t993873397_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_6 = ((Cookie_t993873397_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t993873397_il2cpp_TypeInfo_var))->get_reservedCharsName_14(); NullCheck(L_5); int32_t L_7 = String_IndexOfAny_m4159774896(L_5, L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)(-1)))) { goto IL_004b; } } IL_0035: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_name_6(L_8); CookieException_t2325395694 * L_9 = (CookieException_t2325395694 *)il2cpp_codegen_object_new(CookieException_t2325395694_il2cpp_TypeInfo_var); CookieException__ctor_m3844021349(L_9, _stringLiteral1763020893, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Cookie_set_Name_m551993811_RuntimeMethod_var); } IL_004b: { String_t* L_10 = ___value0; __this->set_name_6(L_10); return; } } // System.String System.Net.Cookie::get_Path() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Path_m3866976232 (Cookie_t993873397 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_get_Path_m3866976232_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { String_t* L_0 = __this->get_path_7(); if (L_0) { goto IL_0015; } } { 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(); G_B3_0 = L_1; goto IL_001b; } IL_0015: { String_t* L_2 = __this->get_path_7(); G_B3_0 = L_2; } IL_001b: { return G_B3_0; } } // System.Void System.Net.Cookie::set_Path(System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Path_m1468440617 (Cookie_t993873397 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_set_Path_m1468440617_MetadataUsageId); s_Il2CppMethodInitialized = true; } Cookie_t993873397 * G_B2_0 = NULL; Cookie_t993873397 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; Cookie_t993873397 * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_0011; } } { 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(); G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0012; } IL_0011: { String_t* L_2 = ___value0; G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0012: { NullCheck(G_B3_1); G_B3_1->set_path_7(G_B3_0); return; } } // System.String System.Net.Cookie::get_Port() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Port_m3975301406 (Cookie_t993873397 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_port_8(); return L_0; } } // System.Void System.Net.Cookie::set_Port(System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Port_m1447813981 (Cookie_t993873397 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_set_Port_m1447813981_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* 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); { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Cookie_t993873397_il2cpp_TypeInfo_var); bool L_1 = Cookie_IsNullOrEmpty_m3236290639(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { 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_port_8(L_2); return; } IL_0017: { String_t* L_3 = ___value0; NullCheck(L_3); Il2CppChar L_4 = String_get_Chars_m2986988803(L_3, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)34))))) { goto IL_003a; } } { String_t* L_5 = ___value0; String_t* L_6 = ___value0; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); NullCheck(L_5); Il2CppChar L_8 = String_get_Chars_m2986988803(L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)((int32_t)34)))) { goto IL_0050; } } IL_003a: { String_t* L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral133633861, L_9, _stringLiteral2416937050, /*hidden argument*/NULL); CookieException_t2325395694 * L_11 = (CookieException_t2325395694 *)il2cpp_codegen_object_new(CookieException_t2325395694_il2cpp_TypeInfo_var); CookieException__ctor_m3844021349(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,Cookie_set_Port_m1447813981_RuntimeMethod_var); } IL_0050: { String_t* L_12 = ___value0; __this->set_port_8(L_12); String_t* L_13 = __this->get_port_8(); IL2CPP_RUNTIME_CLASS_INIT(Cookie_t993873397_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_14 = ((Cookie_t993873397_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t993873397_il2cpp_TypeInfo_var))->get_portSeparators_15(); NullCheck(L_13); StringU5BU5D_t1281789340* L_15 = String_Split_m3646115398(L_13, L_14, /*hidden argument*/NULL); V_0 = L_15; StringU5BU5D_t1281789340* L_16 = V_0; NullCheck(L_16); __this->set_ports_9(((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))))); V_1 = 0; goto IL_00d5; } IL_007d: { Int32U5BU5D_t385246372* L_17 = __this->get_ports_9(); int32_t L_18 = V_1; NullCheck(L_17); (L_17)->SetAt(static_cast(L_18), (int32_t)((int32_t)-2147483648LL)); StringU5BU5D_t1281789340* L_19 = V_0; int32_t L_20 = V_1; NullCheck(L_19); int32_t L_21 = L_20; String_t* L_22 = (L_19)->GetAt(static_cast(L_21)); NullCheck(L_22); int32_t L_23 = String_get_Length_m3847582255(L_22, /*hidden argument*/NULL); if (L_23) { goto IL_009c; } } { goto IL_00d1; } IL_009c: try { // begin try (depth: 1) Int32U5BU5D_t385246372* L_24 = __this->get_ports_9(); int32_t L_25 = V_1; StringU5BU5D_t1281789340* L_26 = V_0; int32_t L_27 = V_1; NullCheck(L_26); int32_t L_28 = L_27; String_t* L_29 = (L_26)->GetAt(static_cast(L_28)); int32_t L_30 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); NullCheck(L_24); (L_24)->SetAt(static_cast(L_25), (int32_t)L_30); goto IL_00d1; } // 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_00b1; throw e; } CATCH_00b1: { // begin catch(System.Exception) { V_2 = ((Exception_t *)__exception_local); String_t* L_31 = ___value0; StringU5BU5D_t1281789340* L_32 = V_0; int32_t L_33 = V_1; NullCheck(L_32); int32_t L_34 = L_33; String_t* L_35 = (L_32)->GetAt(static_cast(L_34)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_36 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral133633861, L_31, _stringLiteral408504506, L_35, /*hidden argument*/NULL); Exception_t * L_37 = V_2; CookieException_t2325395694 * L_38 = (CookieException_t2325395694 *)il2cpp_codegen_object_new(CookieException_t2325395694_il2cpp_TypeInfo_var); CookieException__ctor_m3966587263(L_38, L_36, L_37, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38,Cookie_set_Port_m1447813981_RuntimeMethod_var); } IL_00cc: { goto IL_00d1; } } // end catch (depth: 1) IL_00d1: { int32_t L_39 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00d5: { int32_t L_40 = V_1; Int32U5BU5D_t385246372* L_41 = __this->get_ports_9(); NullCheck(L_41); if ((((int32_t)L_40) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_41)->max_length))))))) { goto IL_007d; } } { Cookie_set_Version_m3274352061(__this, 1, /*hidden argument*/NULL); return; } } // System.Int32[] System.Net.Cookie::get_Ports() extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* Cookie_get_Ports_m708697377 (Cookie_t993873397 * __this, const RuntimeMethod* method) { { Int32U5BU5D_t385246372* L_0 = __this->get_ports_9(); return L_0; } } // System.Boolean System.Net.Cookie::get_Secure() extern "C" IL2CPP_METHOD_ATTR bool Cookie_get_Secure_m3212902782 (Cookie_t993873397 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_secure_10(); return L_0; } } // System.Void System.Net.Cookie::set_Secure(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Secure_m1144375275 (Cookie_t993873397 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_secure_10(L_0); return; } } // System.DateTime System.Net.Cookie::get_TimeStamp() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Cookie_get_TimeStamp_m3185794327 (Cookie_t993873397 * __this, const RuntimeMethod* method) { { DateTime_t3738529785 L_0 = __this->get_timestamp_11(); return L_0; } } // System.String System.Net.Cookie::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Value_m415149921 (Cookie_t993873397 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_val_12(); return L_0; } } // System.Void System.Net.Cookie::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Value_m3029678175 (Cookie_t993873397 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_set_Value_m3029678175_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; 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(); __this->set_val_12(L_1); return; } IL_0012: { String_t* L_2 = ___value0; __this->set_val_12(L_2); return; } } // System.Int32 System.Net.Cookie::get_Version() extern "C" IL2CPP_METHOD_ATTR int32_t Cookie_get_Version_m940319904 (Cookie_t993873397 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_version_13(); return L_0; } } // System.Void System.Net.Cookie::set_Version(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Cookie_set_Version_m3274352061 (Cookie_t993873397 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000f; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)10)))) { goto IL_001b; } } IL_000f: { __this->set_version_13(0); goto IL_0022; } IL_001b: { int32_t L_2 = ___value0; __this->set_version_13(L_2); } IL_0022: { return; } } // System.Boolean System.Net.Cookie::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Cookie_Equals_m3342877036 (Cookie_t993873397 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_Equals_m3342877036_MetadataUsageId); s_Il2CppMethodInitialized = true; } Cookie_t993873397 * V_0 = NULL; int32_t G_B7_0 = 0; { RuntimeObject * L_0 = ___obj0; V_0 = ((Cookie_t993873397 *)IsInstSealed((RuntimeObject*)L_0, Cookie_t993873397_il2cpp_TypeInfo_var)); Cookie_t993873397 * L_1 = V_0; if (!L_1) { goto IL_008d; } } { String_t* L_2 = __this->get_name_6(); Cookie_t993873397 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get_name_6(); 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_2, L_4, (bool)1, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_008d; } } { String_t* L_7 = __this->get_val_12(); Cookie_t993873397 * L_8 = V_0; NullCheck(L_8); String_t* L_9 = L_8->get_val_12(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_10 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_11 = String_Compare_m1293271421(NULL /*static, unused*/, L_7, L_9, (bool)0, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_008d; } } { String_t* L_12 = Cookie_get_Path_m3866976232(__this, /*hidden argument*/NULL); Cookie_t993873397 * L_13 = V_0; NullCheck(L_13); String_t* L_14 = Cookie_get_Path_m3866976232(L_13, /*hidden argument*/NULL); 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_12, L_14, (bool)0, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_008d; } } { String_t* L_17 = __this->get_domain_3(); Cookie_t993873397 * L_18 = V_0; NullCheck(L_18); String_t* L_19 = L_18->get_domain_3(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_20 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_21 = String_Compare_m1293271421(NULL /*static, unused*/, L_17, L_19, (bool)1, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_008d; } } { int32_t L_22 = __this->get_version_13(); Cookie_t993873397 * L_23 = V_0; NullCheck(L_23); int32_t L_24 = L_23->get_version_13(); G_B7_0 = ((((int32_t)L_22) == ((int32_t)L_24))? 1 : 0); goto IL_008e; } IL_008d: { G_B7_0 = 0; } IL_008e: { return (bool)G_B7_0; } } // System.Int32 System.Net.Cookie::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Cookie_GetHashCode_m4036932073 (Cookie_t993873397 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_GetHashCode_m4036932073_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); CaseInsensitiveHashCodeProvider_t1962629119 * L_0 = CaseInsensitiveHashCodeProvider_get_DefaultInvariant_m4264275163(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = __this->get_name_6(); NullCheck(L_0); int32_t L_2 = CaseInsensitiveHashCodeProvider_GetHashCode_m2168170016(L_0, L_1, /*hidden argument*/NULL); String_t* L_3 = __this->get_val_12(); NullCheck(L_3); int32_t L_4 = String_GetHashCode_m1906374149(L_3, /*hidden argument*/NULL); String_t* L_5 = Cookie_get_Path_m3866976232(__this, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = String_GetHashCode_m1906374149(L_5, /*hidden argument*/NULL); CaseInsensitiveHashCodeProvider_t1962629119 * L_7 = CaseInsensitiveHashCodeProvider_get_DefaultInvariant_m4264275163(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_8 = __this->get_domain_3(); NullCheck(L_7); int32_t L_9 = CaseInsensitiveHashCodeProvider_GetHashCode_m2168170016(L_7, L_8, /*hidden argument*/NULL); int32_t L_10 = __this->get_version_13(); IL2CPP_RUNTIME_CLASS_INIT(Cookie_t993873397_il2cpp_TypeInfo_var); int32_t L_11 = Cookie_hash_m591728413(NULL /*static, unused*/, L_2, L_4, L_6, L_9, L_10, /*hidden argument*/NULL); return L_11; } } // System.Int32 System.Net.Cookie::hash(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Cookie_hash_m591728413 (RuntimeObject * __this /* static, unused */, int32_t ___i0, int32_t ___j1, int32_t ___k2, int32_t ___l3, int32_t ___m4, const RuntimeMethod* method) { { int32_t L_0 = ___i0; int32_t L_1 = ___j1; int32_t L_2 = ___j1; int32_t L_3 = ___k2; int32_t L_4 = ___k2; int32_t L_5 = ___l3; int32_t L_6 = ___l3; int32_t L_7 = ___m4; int32_t L_8 = ___m4; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)13)))|(int32_t)((int32_t)((int32_t)L_2>>(int32_t)((int32_t)19)))))))^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)26)))|(int32_t)((int32_t)((int32_t)L_4>>(int32_t)6))))))^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5<<(int32_t)7))|(int32_t)((int32_t)((int32_t)L_6>>(int32_t)((int32_t)25)))))))^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)20)))|(int32_t)((int32_t)((int32_t)L_8>>(int32_t)((int32_t)12))))))); } } // System.String System.Net.Cookie::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_ToString_m1999862136 (Cookie_t993873397 * __this, const RuntimeMethod* method) { { String_t* L_0 = Cookie_ToString_m1818147062(__this, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); return L_0; } } // System.String System.Net.Cookie::ToString(System.Uri) extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_ToString_m1818147062 (Cookie_t993873397 * __this, Uri_t100236324 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Cookie_ToString_m1818147062_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; bool V_1 = false; int32_t G_B13_0 = 0; { String_t* L_0 = __this->get_name_6(); NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0016; } } { 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_0016: { StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2367297767(L_3, ((int32_t)64), /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = __this->get_version_13(); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_004b; } } { StringBuilder_t * L_5 = V_0; NullCheck(L_5); StringBuilder_t * L_6 = StringBuilder_Append_m1965104174(L_5, _stringLiteral4264318040, /*hidden argument*/NULL); int32_t L_7 = __this->get_version_13(); NullCheck(L_6); StringBuilder_t * L_8 = StringBuilder_Append_m890240332(L_6, L_7, /*hidden argument*/NULL); NullCheck(L_8); StringBuilder_Append_m1965104174(L_8, _stringLiteral3450517397, /*hidden argument*/NULL); } IL_004b: { StringBuilder_t * L_9 = V_0; String_t* L_10 = __this->get_name_6(); NullCheck(L_9); StringBuilder_t * L_11 = StringBuilder_Append_m1965104174(L_9, L_10, /*hidden argument*/NULL); NullCheck(L_11); StringBuilder_t * L_12 = StringBuilder_Append_m1965104174(L_11, _stringLiteral3452614547, /*hidden argument*/NULL); String_t* L_13 = __this->get_val_12(); NullCheck(L_12); StringBuilder_Append_m1965104174(L_12, L_13, /*hidden argument*/NULL); int32_t L_14 = __this->get_version_13(); if (L_14) { goto IL_007f; } } { StringBuilder_t * L_15 = V_0; NullCheck(L_15); String_t* L_16 = StringBuilder_ToString_m3317489284(L_15, /*hidden argument*/NULL); return L_16; } IL_007f: { String_t* L_17 = __this->get_path_7(); IL2CPP_RUNTIME_CLASS_INIT(Cookie_t993873397_il2cpp_TypeInfo_var); bool L_18 = Cookie_IsNullOrEmpty_m3236290639(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); if (L_18) { goto IL_00ab; } } { StringBuilder_t * L_19 = V_0; NullCheck(L_19); StringBuilder_t * L_20 = StringBuilder_Append_m1965104174(L_19, _stringLiteral2273354568, /*hidden argument*/NULL); String_t* L_21 = __this->get_path_7(); NullCheck(L_20); StringBuilder_Append_m1965104174(L_20, L_21, /*hidden argument*/NULL); goto IL_00ce; } IL_00ab: { Uri_t100236324 * L_22 = ___uri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_23 = Uri_op_Inequality_m3504002810(NULL /*static, unused*/, L_22, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); if (!L_23) { goto IL_00ce; } } { StringBuilder_t * L_24 = V_0; NullCheck(L_24); StringBuilder_t * L_25 = StringBuilder_Append_m1965104174(L_24, _stringLiteral1221448133, /*hidden argument*/NULL); String_t* L_26 = __this->get_path_7(); NullCheck(L_25); StringBuilder_Append_m1965104174(L_25, L_26, /*hidden argument*/NULL); } IL_00ce: { Uri_t100236324 * L_27 = ___uri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_28 = Uri_op_Equality_m2988156441(NULL /*static, unused*/, L_27, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); if (L_28) { goto IL_00ed; } } { Uri_t100236324 * L_29 = ___uri0; NullCheck(L_29); String_t* L_30 = Uri_get_Host_m255565830(L_29, /*hidden argument*/NULL); String_t* L_31 = __this->get_domain_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_32 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_30, L_31, /*hidden argument*/NULL); G_B13_0 = ((int32_t)(L_32)); goto IL_00ee; } IL_00ed: { G_B13_0 = 1; } IL_00ee: { V_1 = (bool)G_B13_0; bool L_33 = V_1; if (!L_33) { goto IL_011c; } } { String_t* L_34 = __this->get_domain_3(); IL2CPP_RUNTIME_CLASS_INIT(Cookie_t993873397_il2cpp_TypeInfo_var); bool L_35 = Cookie_IsNullOrEmpty_m3236290639(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); if (L_35) { goto IL_011c; } } { StringBuilder_t * L_36 = V_0; NullCheck(L_36); StringBuilder_t * L_37 = StringBuilder_Append_m1965104174(L_36, _stringLiteral4001342175, /*hidden argument*/NULL); String_t* L_38 = __this->get_domain_3(); NullCheck(L_37); StringBuilder_Append_m1965104174(L_37, L_38, /*hidden argument*/NULL); } IL_011c: { String_t* L_39 = __this->get_port_8(); if (!L_39) { goto IL_014e; } } { String_t* L_40 = __this->get_port_8(); NullCheck(L_40); int32_t L_41 = String_get_Length_m3847582255(L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_014e; } } { StringBuilder_t * L_42 = V_0; NullCheck(L_42); StringBuilder_t * L_43 = StringBuilder_Append_m1965104174(L_42, _stringLiteral304117182, /*hidden argument*/NULL); String_t* L_44 = __this->get_port_8(); NullCheck(L_43); StringBuilder_Append_m1965104174(L_43, L_44, /*hidden argument*/NULL); } IL_014e: { StringBuilder_t * L_45 = V_0; NullCheck(L_45); String_t* L_46 = StringBuilder_ToString_m3317489284(L_45, /*hidden argument*/NULL); return L_46; } } // System.Boolean System.Net.Cookie::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool Cookie_IsNullOrEmpty_m3236290639 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { String_t* L_0 = ___s0; if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___s0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0); goto IL_0012; } IL_0011: { G_B3_0 = 1; } IL_0012: { return (bool)G_B3_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.CookieCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void CookieCollection__ctor_m1000462790 (CookieCollection_t3881042616 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieCollection__ctor_m1000462790_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2465948139 * L_0 = (List_1_t2465948139 *)il2cpp_codegen_object_new(List_1_t2465948139_il2cpp_TypeInfo_var); List_1__ctor_m789137428(L_0, /*hidden argument*/List_1__ctor_m789137428_RuntimeMethod_var); __this->set_list_0(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.CookieCollection::.cctor() extern "C" IL2CPP_METHOD_ATTR void CookieCollection__cctor_m3039141079 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieCollection__cctor_m3039141079_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CookieCollectionComparer_t1373927847 * L_0 = (CookieCollectionComparer_t1373927847 *)il2cpp_codegen_object_new(CookieCollectionComparer_t1373927847_il2cpp_TypeInfo_var); CookieCollectionComparer__ctor_m87198336(L_0, /*hidden argument*/NULL); ((CookieCollection_t3881042616_StaticFields*)il2cpp_codegen_static_fields_for(CookieCollection_t3881042616_il2cpp_TypeInfo_var))->set_Comparer_1(L_0); return; } } // System.Collections.Generic.IList`1 System.Net.CookieCollection::get_List() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CookieCollection_get_List_m3360547003 (CookieCollection_t3881042616 * __this, const RuntimeMethod* method) { { List_1_t2465948139 * L_0 = __this->get_list_0(); return L_0; } } // System.Int32 System.Net.CookieCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t CookieCollection_get_Count_m3988188318 (CookieCollection_t3881042616 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieCollection_get_Count_m3988188318_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2465948139 * L_0 = __this->get_list_0(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m282745542(L_0, /*hidden argument*/List_1_get_Count_m282745542_RuntimeMethod_var); return L_1; } } // System.Boolean System.Net.CookieCollection::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool CookieCollection_get_IsSynchronized_m3414024167 (CookieCollection_t3881042616 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Net.CookieCollection::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CookieCollection_get_SyncRoot_m727993059 (CookieCollection_t3881042616 * __this, const RuntimeMethod* method) { { return __this; } } // System.Void System.Net.CookieCollection::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CookieCollection_CopyTo_m4238450065 (CookieCollection_t3881042616 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieCollection_CopyTo_m4238450065_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2465948139 * L_0 = __this->get_list_0(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(3 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_0, L_1, L_2); return; } } // System.Collections.IEnumerator System.Net.CookieCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CookieCollection_GetEnumerator_m1309307657 (CookieCollection_t3881042616 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieCollection_GetEnumerator_m1309307657_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2465948139 * L_0 = __this->get_list_0(); NullCheck(L_0); Enumerator_t60224720 L_1 = List_1_GetEnumerator_m4080848042(L_0, /*hidden argument*/List_1_GetEnumerator_m4080848042_RuntimeMethod_var); Enumerator_t60224720 L_2 = L_1; RuntimeObject * L_3 = Box(Enumerator_t60224720_il2cpp_TypeInfo_var, &L_2); return (RuntimeObject*)L_3; } } // System.Void System.Net.CookieCollection::Add(System.Net.Cookie) extern "C" IL2CPP_METHOD_ATTR void CookieCollection_Add_m473237455 (CookieCollection_t3881042616 * __this, Cookie_t993873397 * ___cookie0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieCollection_Add_m473237455_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Cookie_t993873397 * L_0 = ___cookie0; 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, _stringLiteral1945222715, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,CookieCollection_Add_m473237455_RuntimeMethod_var); } IL_0011: { Cookie_t993873397 * L_2 = ___cookie0; int32_t L_3 = CookieCollection_SearchCookie_m402610163(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_0031; } } { List_1_t2465948139 * L_5 = __this->get_list_0(); Cookie_t993873397 * L_6 = ___cookie0; NullCheck(L_5); List_1_Add_m2886419880(L_5, L_6, /*hidden argument*/List_1_Add_m2886419880_RuntimeMethod_var); goto IL_003e; } IL_0031: { List_1_t2465948139 * L_7 = __this->get_list_0(); int32_t L_8 = V_0; Cookie_t993873397 * L_9 = ___cookie0; NullCheck(L_7); List_1_set_Item_m4128759709(L_7, L_8, L_9, /*hidden argument*/List_1_set_Item_m4128759709_RuntimeMethod_var); } IL_003e: { return; } } // System.Void System.Net.CookieCollection::Sort() extern "C" IL2CPP_METHOD_ATTR void CookieCollection_Sort_m3968733353 (CookieCollection_t3881042616 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieCollection_Sort_m3968733353_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2465948139 * L_0 = __this->get_list_0(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m282745542(L_0, /*hidden argument*/List_1_get_Count_m282745542_RuntimeMethod_var); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0021; } } { List_1_t2465948139 * L_2 = __this->get_list_0(); IL2CPP_RUNTIME_CLASS_INIT(CookieCollection_t3881042616_il2cpp_TypeInfo_var); CookieCollectionComparer_t1373927847 * L_3 = ((CookieCollection_t3881042616_StaticFields*)il2cpp_codegen_static_fields_for(CookieCollection_t3881042616_il2cpp_TypeInfo_var))->get_Comparer_1(); NullCheck(L_2); List_1_Sort_m2850646380(L_2, L_3, /*hidden argument*/List_1_Sort_m2850646380_RuntimeMethod_var); } IL_0021: { return; } } // System.Int32 System.Net.CookieCollection::SearchCookie(System.Net.Cookie) extern "C" IL2CPP_METHOD_ATTR int32_t CookieCollection_SearchCookie_m402610163 (CookieCollection_t3881042616 * __this, Cookie_t993873397 * ___cookie0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieCollection_SearchCookie_m402610163_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 0; Cookie_t993873397 * V_4 = NULL; { Cookie_t993873397 * L_0 = ___cookie0; NullCheck(L_0); String_t* L_1 = Cookie_get_Name_m2251414039(L_0, /*hidden argument*/NULL); V_0 = L_1; Cookie_t993873397 * L_2 = ___cookie0; NullCheck(L_2); String_t* L_3 = Cookie_get_Domain_m3273283673(L_2, /*hidden argument*/NULL); V_1 = L_3; Cookie_t993873397 * L_4 = ___cookie0; NullCheck(L_4); String_t* L_5 = Cookie_get_Path_m3866976232(L_4, /*hidden argument*/NULL); V_2 = L_5; List_1_t2465948139 * L_6 = __this->get_list_0(); NullCheck(L_6); int32_t L_7 = List_1_get_Count_m282745542(L_6, /*hidden argument*/List_1_get_Count_m282745542_RuntimeMethod_var); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); goto IL_00aa; } IL_0028: { List_1_t2465948139 * L_8 = __this->get_list_0(); int32_t L_9 = V_3; NullCheck(L_8); Cookie_t993873397 * L_10 = List_1_get_Item_m2809595182(L_8, L_9, /*hidden argument*/List_1_get_Item_m2809595182_RuntimeMethod_var); V_4 = L_10; Cookie_t993873397 * L_11 = V_4; NullCheck(L_11); int32_t L_12 = Cookie_get_Version_m940319904(L_11, /*hidden argument*/NULL); Cookie_t993873397 * L_13 = ___cookie0; NullCheck(L_13); int32_t L_14 = Cookie_get_Version_m940319904(L_13, /*hidden argument*/NULL); if ((((int32_t)L_12) == ((int32_t)L_14))) { goto IL_004d; } } { goto IL_00a6; } IL_004d: { String_t* L_15 = V_1; Cookie_t993873397 * L_16 = V_4; NullCheck(L_16); String_t* L_17 = Cookie_get_Domain_m3273283673(L_16, /*hidden argument*/NULL); 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_15, L_17, (bool)1, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_006a; } } { goto IL_00a6; } IL_006a: { String_t* L_20 = V_0; Cookie_t993873397 * L_21 = V_4; NullCheck(L_21); String_t* L_22 = Cookie_get_Name_m2251414039(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_23 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_24 = String_Compare_m1293271421(NULL /*static, unused*/, L_20, L_22, (bool)1, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_0087; } } { goto IL_00a6; } IL_0087: { String_t* L_25 = V_2; Cookie_t993873397 * L_26 = V_4; NullCheck(L_26); String_t* L_27 = Cookie_get_Path_m3866976232(L_26, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_28 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_29 = String_Compare_m1293271421(NULL /*static, unused*/, L_25, L_27, (bool)1, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00a4; } } { goto IL_00a6; } IL_00a4: { int32_t L_30 = V_3; return L_30; } IL_00a6: { int32_t L_31 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1)); } IL_00aa: { int32_t L_32 = V_3; if ((((int32_t)L_32) >= ((int32_t)0))) { goto IL_0028; } } { return (-1); } } // System.Net.Cookie System.Net.CookieCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Cookie_t993873397 * CookieCollection_get_Item_m2278675250 (CookieCollection_t3881042616 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieCollection_get_Item_m2278675250_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_1 = ___index0; List_1_t2465948139 * L_2 = __this->get_list_0(); NullCheck(L_2); int32_t L_3 = List_1_get_Count_m282745542(L_2, /*hidden argument*/List_1_get_Count_m282745542_RuntimeMethod_var); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0023; } } IL_0018: { ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_4, _stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,CookieCollection_get_Item_m2278675250_RuntimeMethod_var); } IL_0023: { List_1_t2465948139 * L_5 = __this->get_list_0(); int32_t L_6 = ___index0; NullCheck(L_5); Cookie_t993873397 * L_7 = List_1_get_Item_m2809595182(L_5, L_6, /*hidden argument*/List_1_get_Item_m2809595182_RuntimeMethod_var); return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.CookieCollection/CookieCollectionComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void CookieCollectionComparer__ctor_m87198336 (CookieCollectionComparer_t1373927847 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.Net.CookieCollection/CookieCollectionComparer::Compare(System.Net.Cookie,System.Net.Cookie) extern "C" IL2CPP_METHOD_ATTR int32_t CookieCollectionComparer_Compare_m2403070888 (CookieCollectionComparer_t1373927847 * __this, Cookie_t993873397 * ___x0, Cookie_t993873397 * ___y1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { Cookie_t993873397 * L_0 = ___x0; if (!L_0) { goto IL_000c; } } { Cookie_t993873397 * L_1 = ___y1; if (L_1) { goto IL_000e; } } IL_000c: { return 0; } IL_000e: { Cookie_t993873397 * L_2 = ___x0; NullCheck(L_2); String_t* L_3 = Cookie_get_Name_m2251414039(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); Cookie_t993873397 * L_5 = ___x0; NullCheck(L_5); String_t* L_6 = Cookie_get_Value_m415149921(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_7)); Cookie_t993873397 * L_8 = ___y1; NullCheck(L_8); String_t* L_9 = Cookie_get_Name_m2251414039(L_8, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL); Cookie_t993873397 * L_11 = ___y1; NullCheck(L_11); String_t* L_12 = Cookie_get_Value_m415149921(L_11, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13 = String_get_Length_m3847582255(L_12, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_13)); int32_t L_14 = V_0; int32_t L_15 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.CookieContainer::.ctor() extern "C" IL2CPP_METHOD_ATTR void CookieContainer__ctor_m715580786 (CookieContainer_t2331592909 * __this, const RuntimeMethod* method) { { __this->set_capacity_0(((int32_t)300)); __this->set_perDomainCapacity_1(((int32_t)20)); __this->set_maxCookieSize_2(((int32_t)4096)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.CookieContainer::AddCookie(System.Net.Cookie) extern "C" IL2CPP_METHOD_ATTR void CookieContainer_AddCookie_m3943470100 (CookieContainer_t2331592909 * __this, Cookie_t993873397 * ___cookie0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieContainer_AddCookie_m3943470100_MetadataUsageId); s_Il2CppMethodInitialized = true; } Cookie_t993873397 * V_0 = NULL; Cookie_t993873397 * G_B9_0 = NULL; Cookie_t993873397 * G_B8_0 = NULL; String_t* G_B10_0 = NULL; Cookie_t993873397 * G_B10_1 = NULL; { CookieCollection_t3881042616 * L_0 = __this->get_cookies_3(); if (L_0) { goto IL_0016; } } { CookieCollection_t3881042616 * L_1 = (CookieCollection_t3881042616 *)il2cpp_codegen_object_new(CookieCollection_t3881042616_il2cpp_TypeInfo_var); CookieCollection__ctor_m1000462790(L_1, /*hidden argument*/NULL); __this->set_cookies_3(L_1); } IL_0016: { CookieCollection_t3881042616 * L_2 = __this->get_cookies_3(); NullCheck(L_2); int32_t L_3 = CookieCollection_get_Count_m3988188318(L_2, /*hidden argument*/NULL); int32_t L_4 = __this->get_capacity_0(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_0033; } } { CookieContainer_RemoveOldest_m2648635664(__this, (String_t*)NULL, /*hidden argument*/NULL); } IL_0033: { CookieCollection_t3881042616 * L_5 = __this->get_cookies_3(); NullCheck(L_5); int32_t L_6 = CookieCollection_get_Count_m3988188318(L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_perDomainCapacity_1(); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_006c; } } { Cookie_t993873397 * L_8 = ___cookie0; NullCheck(L_8); String_t* L_9 = Cookie_get_Domain_m3273283673(L_8, /*hidden argument*/NULL); int32_t L_10 = CookieContainer_CountDomain_m2641781189(__this, L_9, /*hidden argument*/NULL); int32_t L_11 = __this->get_perDomainCapacity_1(); if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_006c; } } { Cookie_t993873397 * L_12 = ___cookie0; NullCheck(L_12); String_t* L_13 = Cookie_get_Domain_m3273283673(L_12, /*hidden argument*/NULL); CookieContainer_RemoveOldest_m2648635664(__this, L_13, /*hidden argument*/NULL); } IL_006c: { Cookie_t993873397 * L_14 = ___cookie0; NullCheck(L_14); String_t* L_15 = Cookie_get_Name_m2251414039(L_14, /*hidden argument*/NULL); Cookie_t993873397 * L_16 = ___cookie0; NullCheck(L_16); String_t* L_17 = Cookie_get_Value_m415149921(L_16, /*hidden argument*/NULL); Cookie_t993873397 * L_18 = (Cookie_t993873397 *)il2cpp_codegen_object_new(Cookie_t993873397_il2cpp_TypeInfo_var); Cookie__ctor_m3027985190(L_18, L_15, L_17, /*hidden argument*/NULL); V_0 = L_18; Cookie_t993873397 * L_19 = V_0; Cookie_t993873397 * L_20 = ___cookie0; NullCheck(L_20); String_t* L_21 = Cookie_get_Path_m3866976232(L_20, /*hidden argument*/NULL); NullCheck(L_21); int32_t L_22 = String_get_Length_m3847582255(L_21, /*hidden argument*/NULL); G_B8_0 = L_19; if (L_22) { G_B9_0 = L_19; goto IL_0099; } } { G_B10_0 = _stringLiteral3452614529; G_B10_1 = G_B8_0; goto IL_009f; } IL_0099: { Cookie_t993873397 * L_23 = ___cookie0; NullCheck(L_23); String_t* L_24 = Cookie_get_Path_m3866976232(L_23, /*hidden argument*/NULL); G_B10_0 = L_24; G_B10_1 = G_B9_0; } IL_009f: { NullCheck(G_B10_1); Cookie_set_Path_m1468440617(G_B10_1, G_B10_0, /*hidden argument*/NULL); Cookie_t993873397 * L_25 = V_0; Cookie_t993873397 * L_26 = ___cookie0; NullCheck(L_26); String_t* L_27 = Cookie_get_Domain_m3273283673(L_26, /*hidden argument*/NULL); NullCheck(L_25); Cookie_set_Domain_m3100331118(L_25, L_27, /*hidden argument*/NULL); Cookie_t993873397 * L_28 = V_0; Cookie_t993873397 * L_29 = ___cookie0; NullCheck(L_29); bool L_30 = Cookie_get_ExactDomain_m2697288922(L_29, /*hidden argument*/NULL); NullCheck(L_28); Cookie_set_ExactDomain_m3401926833(L_28, L_30, /*hidden argument*/NULL); Cookie_t993873397 * L_31 = V_0; Cookie_t993873397 * L_32 = ___cookie0; NullCheck(L_32); int32_t L_33 = Cookie_get_Version_m940319904(L_32, /*hidden argument*/NULL); NullCheck(L_31); Cookie_set_Version_m3274352061(L_31, L_33, /*hidden argument*/NULL); Cookie_t993873397 * L_34 = V_0; Cookie_t993873397 * L_35 = ___cookie0; NullCheck(L_35); DateTime_t3738529785 L_36 = Cookie_get_Expires_m3868672769(L_35, /*hidden argument*/NULL); NullCheck(L_34); Cookie_set_Expires_m1452686449(L_34, L_36, /*hidden argument*/NULL); Cookie_t993873397 * L_37 = V_0; Cookie_t993873397 * L_38 = ___cookie0; NullCheck(L_38); Uri_t100236324 * L_39 = Cookie_get_CommentUri_m3490482498(L_38, /*hidden argument*/NULL); NullCheck(L_37); Cookie_set_CommentUri_m514817537(L_37, L_39, /*hidden argument*/NULL); Cookie_t993873397 * L_40 = V_0; Cookie_t993873397 * L_41 = ___cookie0; NullCheck(L_41); String_t* L_42 = Cookie_get_Comment_m938800276(L_41, /*hidden argument*/NULL); NullCheck(L_40); Cookie_set_Comment_m3273060062(L_40, L_42, /*hidden argument*/NULL); Cookie_t993873397 * L_43 = V_0; Cookie_t993873397 * L_44 = ___cookie0; NullCheck(L_44); bool L_45 = Cookie_get_Discard_m1941546364(L_44, /*hidden argument*/NULL); NullCheck(L_43); Cookie_set_Discard_m1634972755(L_43, L_45, /*hidden argument*/NULL); Cookie_t993873397 * L_46 = V_0; Cookie_t993873397 * L_47 = ___cookie0; NullCheck(L_47); bool L_48 = Cookie_get_HttpOnly_m4044579309(L_47, /*hidden argument*/NULL); NullCheck(L_46); Cookie_set_HttpOnly_m1606103865(L_46, L_48, /*hidden argument*/NULL); Cookie_t993873397 * L_49 = V_0; Cookie_t993873397 * L_50 = ___cookie0; NullCheck(L_50); bool L_51 = Cookie_get_Secure_m3212902782(L_50, /*hidden argument*/NULL); NullCheck(L_49); Cookie_set_Secure_m1144375275(L_49, L_51, /*hidden argument*/NULL); CookieCollection_t3881042616 * L_52 = __this->get_cookies_3(); Cookie_t993873397 * L_53 = V_0; NullCheck(L_52); CookieCollection_Add_m473237455(L_52, L_53, /*hidden argument*/NULL); CookieContainer_CheckExpiration_m3720333428(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.Net.CookieContainer::CountDomain(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t CookieContainer_CountDomain_m2641781189 (CookieContainer_t2331592909 * __this, String_t* ___domain0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieContainer_CountDomain_m2641781189_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Cookie_t993873397 * V_1 = NULL; RuntimeObject* 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 = 0; CookieCollection_t3881042616 * L_0 = __this->get_cookies_3(); NullCheck(L_0); RuntimeObject* L_1 = CookieCollection_GetEnumerator_m1309307657(L_0, /*hidden argument*/NULL); V_2 = L_1; } IL_000e: try { // begin try (depth: 1) { goto IL_0035; } IL_0013: { RuntimeObject* L_2 = V_2; 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_1 = ((Cookie_t993873397 *)CastclassSealed((RuntimeObject*)L_3, Cookie_t993873397_il2cpp_TypeInfo_var)); String_t* L_4 = ___domain0; Cookie_t993873397 * L_5 = V_1; NullCheck(L_5); String_t* L_6 = Cookie_get_Domain_m3273283673(L_5, /*hidden argument*/NULL); bool L_7 = CookieContainer_CheckDomain_m3666768360(NULL /*static, unused*/, L_4, L_6, (bool)1, /*hidden argument*/NULL); if (!L_7) { goto IL_0035; } } IL_0031: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0035: { RuntimeObject* L_9 = V_2; 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_0013; } } 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_2; 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(0x57, IL_0057) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0057: { int32_t L_14 = V_0; return L_14; } } // System.Void System.Net.CookieContainer::RemoveOldest(System.String) extern "C" IL2CPP_METHOD_ATTR void CookieContainer_RemoveOldest_m2648635664 (CookieContainer_t2331592909 * __this, String_t* ___domain0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieContainer_RemoveOldest_m2648635664_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; Cookie_t993873397 * V_3 = NULL; { V_0 = 0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_0 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MaxValue_12(); V_1 = L_0; V_2 = 0; goto IL_0051; } IL_000f: { CookieCollection_t3881042616 * L_1 = __this->get_cookies_3(); int32_t L_2 = V_2; NullCheck(L_1); Cookie_t993873397 * L_3 = CookieCollection_get_Item_m2278675250(L_1, L_2, /*hidden argument*/NULL); V_3 = L_3; Cookie_t993873397 * L_4 = V_3; NullCheck(L_4); DateTime_t3738529785 L_5 = Cookie_get_TimeStamp_m3185794327(L_4, /*hidden argument*/NULL); DateTime_t3738529785 L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_7 = DateTime_op_LessThan_m2497205152(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_004d; } } { String_t* L_8 = ___domain0; if (!L_8) { goto IL_0044; } } { String_t* L_9 = ___domain0; Cookie_t993873397 * L_10 = V_3; NullCheck(L_10); String_t* L_11 = Cookie_get_Domain_m3273283673(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Equality_m920492651(NULL /*static, unused*/, L_9, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_004d; } } IL_0044: { Cookie_t993873397 * L_13 = V_3; NullCheck(L_13); DateTime_t3738529785 L_14 = Cookie_get_TimeStamp_m3185794327(L_13, /*hidden argument*/NULL); V_1 = L_14; int32_t L_15 = V_2; V_0 = L_15; } IL_004d: { int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0051: { int32_t L_17 = V_2; CookieCollection_t3881042616 * L_18 = __this->get_cookies_3(); NullCheck(L_18); int32_t L_19 = CookieCollection_get_Count_m3988188318(L_18, /*hidden argument*/NULL); if ((((int32_t)L_17) < ((int32_t)L_19))) { goto IL_000f; } } { CookieCollection_t3881042616 * L_20 = __this->get_cookies_3(); NullCheck(L_20); RuntimeObject* L_21 = CookieCollection_get_List_m3360547003(L_20, /*hidden argument*/NULL); int32_t L_22 = V_0; NullCheck(L_21); InterfaceActionInvoker1< int32_t >::Invoke(2 /* System.Void System.Collections.Generic.IList`1::RemoveAt(System.Int32) */, IList_1_t2809193180_il2cpp_TypeInfo_var, L_21, L_22); return; } } // System.Void System.Net.CookieContainer::CheckExpiration() extern "C" IL2CPP_METHOD_ATTR void CookieContainer_CheckExpiration_m3720333428 (CookieContainer_t2331592909 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieContainer_CheckExpiration_m3720333428_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Cookie_t993873397 * V_1 = NULL; { CookieCollection_t3881042616 * L_0 = __this->get_cookies_3(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { CookieCollection_t3881042616 * L_1 = __this->get_cookies_3(); NullCheck(L_1); int32_t L_2 = CookieCollection_get_Count_m3988188318(L_1, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); goto IL_004c; } IL_001f: { CookieCollection_t3881042616 * L_3 = __this->get_cookies_3(); int32_t L_4 = V_0; NullCheck(L_3); Cookie_t993873397 * L_5 = CookieCollection_get_Item_m2278675250(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; Cookie_t993873397 * L_6 = V_1; NullCheck(L_6); bool L_7 = Cookie_get_Expired_m1459950990(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0048; } } { CookieCollection_t3881042616 * L_8 = __this->get_cookies_3(); NullCheck(L_8); RuntimeObject* L_9 = CookieCollection_get_List_m3360547003(L_8, /*hidden argument*/NULL); int32_t L_10 = V_0; NullCheck(L_9); InterfaceActionInvoker1< int32_t >::Invoke(2 /* System.Void System.Collections.Generic.IList`1::RemoveAt(System.Int32) */, IList_1_t2809193180_il2cpp_TypeInfo_var, L_9, L_10); } IL_0048: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); } IL_004c: { int32_t L_12 = V_0; if ((((int32_t)L_12) >= ((int32_t)0))) { goto IL_001f; } } { return; } } // System.Void System.Net.CookieContainer::Cook(System.Uri,System.Net.Cookie) extern "C" IL2CPP_METHOD_ATTR void CookieContainer_Cook_m1650465274 (CookieContainer_t2331592909 * __this, Uri_t100236324 * ___uri0, Cookie_t993873397 * ___cookie1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieContainer_Cook_m1650465274_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Cookie_t993873397 * L_0 = ___cookie1; NullCheck(L_0); String_t* L_1 = Cookie_get_Name_m2251414039(L_0, /*hidden argument*/NULL); bool L_2 = CookieContainer_IsNullOrEmpty_m2848073689(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001b; } } { CookieException_t2325395694 * L_3 = (CookieException_t2325395694 *)il2cpp_codegen_object_new(CookieException_t2325395694_il2cpp_TypeInfo_var); CookieException__ctor_m3844021349(L_3, _stringLiteral1021786745, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,CookieContainer_Cook_m1650465274_RuntimeMethod_var); } IL_001b: { Cookie_t993873397 * L_4 = ___cookie1; NullCheck(L_4); String_t* L_5 = Cookie_get_Value_m415149921(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0031; } } { CookieException_t2325395694 * L_6 = (CookieException_t2325395694 *)il2cpp_codegen_object_new(CookieException_t2325395694_il2cpp_TypeInfo_var); CookieException__ctor_m3844021349(L_6, _stringLiteral881842204, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,CookieContainer_Cook_m1650465274_RuntimeMethod_var); } IL_0031: { Uri_t100236324 * L_7 = ___uri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_8 = Uri_op_Inequality_m3504002810(NULL /*static, unused*/, L_7, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); if (!L_8) { goto IL_0059; } } { Cookie_t993873397 * L_9 = ___cookie1; NullCheck(L_9); String_t* L_10 = Cookie_get_Domain_m3273283673(L_9, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0059; } } { Cookie_t993873397 * L_12 = ___cookie1; Uri_t100236324 * L_13 = ___uri0; NullCheck(L_13); String_t* L_14 = Uri_get_Host_m255565830(L_13, /*hidden argument*/NULL); NullCheck(L_12); Cookie_set_Domain_m3100331118(L_12, L_14, /*hidden argument*/NULL); } IL_0059: { Cookie_t993873397 * L_15 = ___cookie1; NullCheck(L_15); int32_t L_16 = Cookie_get_Version_m940319904(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_009c; } } { Cookie_t993873397 * L_17 = ___cookie1; NullCheck(L_17); String_t* L_18 = Cookie_get_Path_m3866976232(L_17, /*hidden argument*/NULL); bool L_19 = CookieContainer_IsNullOrEmpty_m2848073689(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_009c; } } { Uri_t100236324 * L_20 = ___uri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_21 = Uri_op_Inequality_m3504002810(NULL /*static, unused*/, L_20, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); if (!L_21) { goto IL_0091; } } { Cookie_t993873397 * L_22 = ___cookie1; Uri_t100236324 * L_23 = ___uri0; NullCheck(L_23); String_t* L_24 = Uri_get_AbsolutePath_m2766409727(L_23, /*hidden argument*/NULL); NullCheck(L_22); Cookie_set_Path_m1468440617(L_22, L_24, /*hidden argument*/NULL); goto IL_009c; } IL_0091: { Cookie_t993873397 * L_25 = ___cookie1; NullCheck(L_25); Cookie_set_Path_m1468440617(L_25, _stringLiteral3452614529, /*hidden argument*/NULL); } IL_009c: { Cookie_t993873397 * L_26 = ___cookie1; NullCheck(L_26); String_t* L_27 = Cookie_get_Port_m3975301406(L_26, /*hidden argument*/NULL); NullCheck(L_27); int32_t L_28 = String_get_Length_m3847582255(L_27, /*hidden argument*/NULL); if (L_28) { goto IL_00e6; } } { Uri_t100236324 * L_29 = ___uri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_30 = Uri_op_Inequality_m3504002810(NULL /*static, unused*/, L_29, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); if (!L_30) { goto IL_00e6; } } { Uri_t100236324 * L_31 = ___uri0; NullCheck(L_31); bool L_32 = Uri_get_IsDefaultPort_m3984463462(L_31, /*hidden argument*/NULL); if (L_32) { goto IL_00e6; } } { Cookie_t993873397 * L_33 = ___cookie1; Uri_t100236324 * L_34 = ___uri0; NullCheck(L_34); int32_t L_35 = Uri_get_Port_m184067428(L_34, /*hidden argument*/NULL); V_0 = L_35; String_t* L_36 = Int32_ToString_m141394615((&V_0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_37 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3452614526, L_36, _stringLiteral3452614526, /*hidden argument*/NULL); NullCheck(L_33); Cookie_set_Port_m1447813981(L_33, L_37, /*hidden argument*/NULL); } IL_00e6: { return; } } // System.Void System.Net.CookieContainer::Add(System.Uri,System.Net.Cookie) extern "C" IL2CPP_METHOD_ATTR void CookieContainer_Add_m3856922447 (CookieContainer_t2331592909 * __this, Uri_t100236324 * ___uri0, Cookie_t993873397 * ___cookie1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieContainer_Add_m3856922447_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Uri_t100236324 * L_0 = ___uri0; 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, _stringLiteral3313977880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,CookieContainer_Add_m3856922447_RuntimeMethod_var); } IL_0017: { Cookie_t993873397 * L_3 = ___cookie1; if (L_3) { goto IL_0028; } } { ArgumentNullException_t1615371798 * L_4 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_4, _stringLiteral1945222715, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,CookieContainer_Add_m3856922447_RuntimeMethod_var); } IL_0028: { Cookie_t993873397 * L_5 = ___cookie1; NullCheck(L_5); bool L_6 = Cookie_get_Expired_m1459950990(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0042; } } { Uri_t100236324 * L_7 = ___uri0; Cookie_t993873397 * L_8 = ___cookie1; CookieContainer_Cook_m1650465274(__this, L_7, L_8, /*hidden argument*/NULL); Cookie_t993873397 * L_9 = ___cookie1; CookieContainer_AddCookie_m3943470100(__this, L_9, /*hidden argument*/NULL); } IL_0042: { return; } } // System.String System.Net.CookieContainer::GetCookieHeader(System.Uri) extern "C" IL2CPP_METHOD_ATTR String_t* CookieContainer_GetCookieHeader_m3804824737 (CookieContainer_t2331592909 * __this, Uri_t100236324 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieContainer_GetCookieHeader_m3804824737_MetadataUsageId); s_Il2CppMethodInitialized = true; } CookieCollection_t3881042616 * V_0 = NULL; StringBuilder_t * V_1 = NULL; Cookie_t993873397 * 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); { Uri_t100236324 * L_0 = ___uri0; 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, _stringLiteral3313977880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,CookieContainer_GetCookieHeader_m3804824737_RuntimeMethod_var); } IL_0017: { Uri_t100236324 * L_3 = ___uri0; CookieCollection_t3881042616 * L_4 = CookieContainer_GetCookies_m670048655(__this, L_3, /*hidden argument*/NULL); V_0 = L_4; CookieCollection_t3881042616 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = CookieCollection_get_Count_m3988188318(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0030; } } { 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_0030: { StringBuilder_t * L_8 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_8, /*hidden argument*/NULL); V_1 = L_8; CookieCollection_t3881042616 * L_9 = V_0; NullCheck(L_9); RuntimeObject* L_10 = CookieCollection_GetEnumerator_m1309307657(L_9, /*hidden argument*/NULL); V_3 = L_10; } IL_003d: try { // begin try (depth: 1) { goto IL_0068; } IL_0042: { RuntimeObject* L_11 = V_3; NullCheck(L_11); RuntimeObject * L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_11); V_2 = ((Cookie_t993873397 *)CastclassSealed((RuntimeObject*)L_12, Cookie_t993873397_il2cpp_TypeInfo_var)); StringBuilder_t * L_13 = V_1; Cookie_t993873397 * L_14 = V_2; Uri_t100236324 * L_15 = ___uri0; NullCheck(L_14); String_t* L_16 = Cookie_ToString_m1818147062(L_14, L_15, /*hidden argument*/NULL); NullCheck(L_13); StringBuilder_Append_m1965104174(L_13, L_16, /*hidden argument*/NULL); StringBuilder_t * L_17 = V_1; NullCheck(L_17); StringBuilder_Append_m1965104174(L_17, _stringLiteral3450517397, /*hidden argument*/NULL); } IL_0068: { RuntimeObject* L_18 = V_3; 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_0042; } } IL_0073: { IL2CPP_LEAVE(0x8D, FINALLY_0078); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0078; } FINALLY_0078: { // begin finally (depth: 1) { RuntimeObject* L_20 = V_3; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_20, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_21 = V_4; if (L_21) { goto IL_0085; } } IL_0084: { IL2CPP_END_FINALLY(120) } IL_0085: { RuntimeObject* L_22 = V_4; NullCheck(L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_22); IL2CPP_END_FINALLY(120) } } // end finally (depth: 1) IL2CPP_CLEANUP(120) { IL2CPP_JUMP_TBL(0x8D, IL_008d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_008d: { StringBuilder_t * L_23 = V_1; NullCheck(L_23); int32_t L_24 = StringBuilder_get_Length_m3238060835(L_23, /*hidden argument*/NULL); if ((((int32_t)L_24) <= ((int32_t)0))) { goto IL_00a7; } } { StringBuilder_t * L_25 = V_1; StringBuilder_t * L_26 = L_25; NullCheck(L_26); int32_t L_27 = StringBuilder_get_Length_m3238060835(L_26, /*hidden argument*/NULL); NullCheck(L_26); StringBuilder_set_Length_m1410065908(L_26, ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)2)), /*hidden argument*/NULL); } IL_00a7: { StringBuilder_t * L_28 = V_1; NullCheck(L_28); String_t* L_29 = StringBuilder_ToString_m3317489284(L_28, /*hidden argument*/NULL); return L_29; } } // System.Boolean System.Net.CookieContainer::CheckDomain(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CookieContainer_CheckDomain_m3666768360 (RuntimeObject * __this /* static, unused */, String_t* ___domain0, String_t* ___host1, bool ___exact2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieContainer_CheckDomain_m3666768360_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___domain0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000d; } } { return (bool)0; } IL_000d: { bool L_2 = ___exact2; if (!L_2) { goto IL_0024; } } { String_t* L_3 = ___host1; String_t* L_4 = ___domain0; 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_0024: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_7 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); CompareInfo_t1092934962 * L_8 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_7); String_t* L_9 = ___host1; String_t* L_10 = ___domain0; NullCheck(L_8); bool L_11 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(13 /* System.Boolean System.Globalization.CompareInfo::IsSuffix(System.String,System.String,System.Globalization.CompareOptions) */, L_8, L_9, L_10, 1); if (L_11) { goto IL_003d; } } { return (bool)0; } IL_003d: { String_t* L_12 = ___domain0; NullCheck(L_12); Il2CppChar L_13 = String_get_Chars_m2986988803(L_12, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)46))))) { goto IL_004d; } } { return (bool)1; } IL_004d: { String_t* L_14 = ___host1; NullCheck(L_14); int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL); String_t* L_16 = ___domain0; NullCheck(L_16); int32_t L_17 = String_get_Length_m3847582255(L_16, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_17)), (int32_t)1)); int32_t L_18 = V_0; if ((((int32_t)L_18) >= ((int32_t)0))) { goto IL_0066; } } { return (bool)0; } IL_0066: { String_t* L_19 = ___host1; int32_t L_20 = V_0; NullCheck(L_19); Il2CppChar L_21 = String_get_Chars_m2986988803(L_19, L_20, /*hidden argument*/NULL); return (bool)((((int32_t)L_21) == ((int32_t)((int32_t)46)))? 1 : 0); } } // System.Net.CookieCollection System.Net.CookieContainer::GetCookies(System.Uri) extern "C" IL2CPP_METHOD_ATTR CookieCollection_t3881042616 * CookieContainer_GetCookies_m670048655 (CookieContainer_t2331592909 * __this, Uri_t100236324 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieContainer_GetCookies_m670048655_MetadataUsageId); s_Il2CppMethodInitialized = true; } CookieCollection_t3881042616 * V_0 = NULL; Cookie_t993873397 * V_1 = NULL; RuntimeObject* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; 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); { Uri_t100236324 * L_0 = ___uri0; 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, _stringLiteral3313977880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,CookieContainer_GetCookies_m670048655_RuntimeMethod_var); } IL_0017: { CookieContainer_CheckExpiration_m3720333428(__this, /*hidden argument*/NULL); CookieCollection_t3881042616 * L_3 = (CookieCollection_t3881042616 *)il2cpp_codegen_object_new(CookieCollection_t3881042616_il2cpp_TypeInfo_var); CookieCollection__ctor_m1000462790(L_3, /*hidden argument*/NULL); V_0 = L_3; CookieCollection_t3881042616 * L_4 = __this->get_cookies_3(); if (L_4) { goto IL_0030; } } { CookieCollection_t3881042616 * L_5 = V_0; return L_5; } IL_0030: { CookieCollection_t3881042616 * L_6 = __this->get_cookies_3(); NullCheck(L_6); RuntimeObject* L_7 = CookieCollection_GetEnumerator_m1309307657(L_6, /*hidden argument*/NULL); V_2 = L_7; } IL_003c: try { // begin try (depth: 1) { goto IL_0177; } IL_0041: { RuntimeObject* L_8 = V_2; 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_1 = ((Cookie_t993873397 *)CastclassSealed((RuntimeObject*)L_9, Cookie_t993873397_il2cpp_TypeInfo_var)); Cookie_t993873397 * L_10 = V_1; NullCheck(L_10); String_t* L_11 = Cookie_get_Domain_m3273283673(L_10, /*hidden argument*/NULL); V_3 = L_11; String_t* L_12 = V_3; Uri_t100236324 * L_13 = ___uri0; NullCheck(L_13); String_t* L_14 = Uri_get_Host_m255565830(L_13, /*hidden argument*/NULL); Cookie_t993873397 * L_15 = V_1; NullCheck(L_15); bool L_16 = Cookie_get_ExactDomain_m2697288922(L_15, /*hidden argument*/NULL); bool L_17 = CookieContainer_CheckDomain_m3666768360(NULL /*static, unused*/, L_12, L_14, L_16, /*hidden argument*/NULL); if (L_17) { goto IL_0070; } } IL_006b: { goto IL_0177; } IL_0070: { Cookie_t993873397 * L_18 = V_1; NullCheck(L_18); String_t* L_19 = Cookie_get_Port_m3975301406(L_18, /*hidden argument*/NULL); NullCheck(L_19); int32_t L_20 = String_get_Length_m3847582255(L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) <= ((int32_t)0))) { goto IL_00b4; } } IL_0081: { Cookie_t993873397 * L_21 = V_1; NullCheck(L_21); Int32U5BU5D_t385246372* L_22 = Cookie_get_Ports_m708697377(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00b4; } } IL_008c: { Uri_t100236324 * L_23 = ___uri0; NullCheck(L_23); int32_t L_24 = Uri_get_Port_m184067428(L_23, /*hidden argument*/NULL); if ((((int32_t)L_24) == ((int32_t)(-1)))) { goto IL_00b4; } } IL_0098: { Cookie_t993873397 * L_25 = V_1; NullCheck(L_25); Int32U5BU5D_t385246372* L_26 = Cookie_get_Ports_m708697377(L_25, /*hidden argument*/NULL); Uri_t100236324 * L_27 = ___uri0; NullCheck(L_27); int32_t L_28 = Uri_get_Port_m184067428(L_27, /*hidden argument*/NULL); int32_t L_29 = Array_IndexOf_TisInt32_t2950945753_m2733132773(NULL /*static, unused*/, L_26, L_28, /*hidden argument*/Array_IndexOf_TisInt32_t2950945753_m2733132773_RuntimeMethod_var); if ((!(((uint32_t)L_29) == ((uint32_t)(-1))))) { goto IL_00b4; } } IL_00af: { goto IL_0177; } IL_00b4: { Cookie_t993873397 * L_30 = V_1; NullCheck(L_30); String_t* L_31 = Cookie_get_Path_m3866976232(L_30, /*hidden argument*/NULL); V_4 = L_31; Uri_t100236324 * L_32 = ___uri0; NullCheck(L_32); String_t* L_33 = Uri_get_AbsolutePath_m2766409727(L_32, /*hidden argument*/NULL); V_5 = L_33; String_t* L_34 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_36 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_34, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_014b; } } IL_00d5: { String_t* L_37 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_38 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_37, _stringLiteral3452614529, /*hidden argument*/NULL); if (!L_38) { goto IL_014b; } } IL_00e6: { String_t* L_39 = V_5; String_t* L_40 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_41 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_39, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_014b; } } IL_00f4: { String_t* L_42 = V_5; String_t* L_43 = V_4; NullCheck(L_42); bool L_44 = String_StartsWith_m1759067526(L_42, L_43, /*hidden argument*/NULL); if (L_44) { goto IL_0107; } } IL_0102: { goto IL_0177; } IL_0107: { String_t* L_45 = V_4; String_t* L_46 = V_4; NullCheck(L_46); int32_t L_47 = String_get_Length_m3847582255(L_46, /*hidden argument*/NULL); NullCheck(L_45); Il2CppChar L_48 = String_get_Chars_m2986988803(L_45, ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_48) == ((int32_t)((int32_t)47)))) { goto IL_014b; } } IL_011e: { String_t* L_49 = V_5; NullCheck(L_49); int32_t L_50 = String_get_Length_m3847582255(L_49, /*hidden argument*/NULL); String_t* L_51 = V_4; NullCheck(L_51); int32_t L_52 = String_get_Length_m3847582255(L_51, /*hidden argument*/NULL); if ((((int32_t)L_50) <= ((int32_t)L_52))) { goto IL_014b; } } IL_0131: { String_t* L_53 = V_5; String_t* L_54 = V_4; NullCheck(L_54); int32_t L_55 = String_get_Length_m3847582255(L_54, /*hidden argument*/NULL); NullCheck(L_53); Il2CppChar L_56 = String_get_Chars_m2986988803(L_53, L_55, /*hidden argument*/NULL); if ((((int32_t)L_56) == ((int32_t)((int32_t)47)))) { goto IL_014b; } } IL_0146: { goto IL_0177; } IL_014b: { Cookie_t993873397 * L_57 = V_1; NullCheck(L_57); bool L_58 = Cookie_get_Secure_m3212902782(L_57, /*hidden argument*/NULL); if (!L_58) { goto IL_0170; } } IL_0156: { Uri_t100236324 * L_59 = ___uri0; NullCheck(L_59); String_t* L_60 = Uri_get_Scheme_m1686732325(L_59, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_61 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_60, _stringLiteral1973861653, /*hidden argument*/NULL); if (!L_61) { goto IL_0170; } } IL_016b: { goto IL_0177; } IL_0170: { CookieCollection_t3881042616 * L_62 = V_0; Cookie_t993873397 * L_63 = V_1; NullCheck(L_62); CookieCollection_Add_m473237455(L_62, L_63, /*hidden argument*/NULL); } IL_0177: { RuntimeObject* L_64 = V_2; NullCheck(L_64); bool L_65 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_64); if (L_65) { goto IL_0041; } } IL_0182: { IL2CPP_LEAVE(0x19C, FINALLY_0187); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0187; } FINALLY_0187: { // begin finally (depth: 1) { RuntimeObject* L_66 = V_2; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_66, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_67 = V_6; if (L_67) { goto IL_0194; } } IL_0193: { IL2CPP_END_FINALLY(391) } IL_0194: { RuntimeObject* L_68 = V_6; NullCheck(L_68); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_68); IL2CPP_END_FINALLY(391) } } // end finally (depth: 1) IL2CPP_CLEANUP(391) { IL2CPP_JUMP_TBL(0x19C, IL_019c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_019c: { CookieCollection_t3881042616 * L_69 = V_0; NullCheck(L_69); CookieCollection_Sort_m3968733353(L_69, /*hidden argument*/NULL); CookieCollection_t3881042616 * L_70 = V_0; return L_70; } } // System.Boolean System.Net.CookieContainer::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool CookieContainer_IsNullOrEmpty_m2848073689 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { String_t* L_0 = ___s0; if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___s0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0); goto IL_0012; } IL_0011: { G_B3_0 = 1; } IL_0012: { return (bool)G_B3_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.CookieException::.ctor() extern "C" IL2CPP_METHOD_ATTR void CookieException__ctor_m3096844272 (CookieException_t2325395694 * __this, const RuntimeMethod* method) { { FormatException__ctor_m1479314061(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.CookieException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CookieException__ctor_m3844021349 (CookieException_t2325395694 * __this, String_t* ___msg0, const RuntimeMethod* method) { { String_t* L_0 = ___msg0; FormatException__ctor_m4049685996(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.CookieException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void CookieException__ctor_m3966587263 (CookieException_t2325395694 * __this, String_t* ___msg0, Exception_t * ___e1, const RuntimeMethod* method) { { String_t* L_0 = ___msg0; Exception_t * L_1 = ___e1; FormatException__ctor_m1707675600(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.CookieException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void CookieException__ctor_m3438359767 (CookieException_t2325395694 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; FormatException__ctor_m3747066592(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.CookieException::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void CookieException_System_Runtime_Serialization_ISerializable_GetObjectData_m3530970078 (CookieException_t2325395694 * __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.Void System.Net.CookieException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void CookieException_GetObjectData_m964015457 (CookieException_t2325395694 * __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 // System.Void System.Net.CookieParser::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CookieParser__ctor_m352952167 (CookieParser_t2349142305 * __this, String_t* ___header0, const RuntimeMethod* method) { { String_t* L_0 = ___header0; CookieParser__ctor_m3093435246(__this, L_0, 0, /*hidden argument*/NULL); return; } } // System.Void System.Net.CookieParser::.ctor(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CookieParser__ctor_m3093435246 (CookieParser_t2349142305 * __this, String_t* ___header0, int32_t ___position1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___header0; __this->set_header_0(L_0); int32_t L_1 = ___position1; __this->set_pos_1(L_1); String_t* L_2 = ___header0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); __this->set_length_2(L_3); return; } } // System.Boolean System.Net.CookieParser::GetNextNameValue(System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR bool CookieParser_GetNextNameValue_m1056878190 (CookieParser_t2349142305 * __this, String_t** ___name0, String_t** ___val1, const RuntimeMethod* method) { { String_t** L_0 = ___name0; *((RuntimeObject **)(L_0)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_0), (RuntimeObject *)NULL); String_t** L_1 = ___val1; *((RuntimeObject **)(L_1)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_1), (RuntimeObject *)NULL); int32_t L_2 = __this->get_pos_1(); int32_t L_3 = __this->get_length_2(); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_0019; } } { return (bool)0; } IL_0019: { String_t** L_4 = ___name0; String_t* L_5 = CookieParser_GetCookieName_m57452501(__this, /*hidden argument*/NULL); *((RuntimeObject **)(L_4)) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_4), (RuntimeObject *)L_5); int32_t L_6 = __this->get_pos_1(); String_t* L_7 = __this->get_header_0(); NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) >= ((int32_t)L_8))) { goto IL_0065; } } { String_t* L_9 = __this->get_header_0(); int32_t L_10 = __this->get_pos_1(); NullCheck(L_9); Il2CppChar L_11 = String_get_Chars_m2986988803(L_9, L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)61))))) { goto IL_0065; } } { int32_t L_12 = __this->get_pos_1(); __this->set_pos_1(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); String_t** L_13 = ___val1; String_t* L_14 = CookieParser_GetCookieValue_m3299537286(__this, /*hidden argument*/NULL); *((RuntimeObject **)(L_13)) = (RuntimeObject *)L_14; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_13), (RuntimeObject *)L_14); } IL_0065: { int32_t L_15 = __this->get_pos_1(); int32_t L_16 = __this->get_length_2(); if ((((int32_t)L_15) >= ((int32_t)L_16))) { goto IL_009c; } } { String_t* L_17 = __this->get_header_0(); int32_t L_18 = __this->get_pos_1(); NullCheck(L_17); Il2CppChar L_19 = String_get_Chars_m2986988803(L_17, L_18, /*hidden argument*/NULL); if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)59))))) { goto IL_009c; } } { int32_t L_20 = __this->get_pos_1(); __this->set_pos_1(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))); } IL_009c: { return (bool)1; } } // System.String System.Net.CookieParser::GetCookieName() extern "C" IL2CPP_METHOD_ATTR String_t* CookieParser_GetCookieName_m57452501 (CookieParser_t2349142305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieParser_GetCookieName_m57452501_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_pos_1(); V_0 = L_0; goto IL_0010; } IL_000c: { int32_t L_1 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_0010: { int32_t L_2 = V_0; int32_t L_3 = __this->get_length_2(); if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_0032; } } { String_t* L_4 = __this->get_header_0(); int32_t L_5 = V_0; NullCheck(L_4); Il2CppChar L_6 = String_get_Chars_m2986988803(L_4, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_7 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_000c; } } IL_0032: { int32_t L_8 = V_0; V_1 = L_8; goto IL_003d; } IL_0039: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_003d: { int32_t L_10 = V_0; int32_t L_11 = __this->get_length_2(); if ((((int32_t)L_10) >= ((int32_t)L_11))) { goto IL_006f; } } { String_t* L_12 = __this->get_header_0(); int32_t L_13 = V_0; NullCheck(L_12); Il2CppChar L_14 = String_get_Chars_m2986988803(L_12, L_13, /*hidden argument*/NULL); if ((((int32_t)L_14) == ((int32_t)((int32_t)59)))) { goto IL_006f; } } { String_t* L_15 = __this->get_header_0(); int32_t L_16 = V_0; NullCheck(L_15); Il2CppChar L_17 = String_get_Chars_m2986988803(L_15, L_16, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)61))))) { goto IL_0039; } } IL_006f: { int32_t L_18 = V_0; __this->set_pos_1(L_18); String_t* L_19 = __this->get_header_0(); int32_t L_20 = V_1; int32_t L_21 = V_0; int32_t L_22 = V_1; NullCheck(L_19); String_t* L_23 = String_Substring_m1610150815(L_19, L_20, ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)), /*hidden argument*/NULL); NullCheck(L_23); String_t* L_24 = String_Trim_m923598732(L_23, /*hidden argument*/NULL); return L_24; } } // System.String System.Net.CookieParser::GetCookieValue() extern "C" IL2CPP_METHOD_ATTR String_t* CookieParser_GetCookieValue_m3299537286 (CookieParser_t2349142305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CookieParser_GetCookieValue_m3299537286_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = __this->get_pos_1(); int32_t L_1 = __this->get_length_2(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0013; } } { return (String_t*)NULL; } IL_0013: { int32_t L_2 = __this->get_pos_1(); V_0 = L_2; goto IL_0023; } IL_001f: { int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0023: { int32_t L_4 = V_0; int32_t L_5 = __this->get_length_2(); if ((((int32_t)L_4) >= ((int32_t)L_5))) { goto IL_0045; } } { String_t* L_6 = __this->get_header_0(); int32_t L_7 = V_0; NullCheck(L_6); Il2CppChar L_8 = String_get_Chars_m2986988803(L_6, L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_9 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_001f; } } IL_0045: { String_t* L_10 = __this->get_header_0(); int32_t L_11 = V_0; NullCheck(L_10); Il2CppChar L_12 = String_get_Chars_m2986988803(L_10, L_11, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)34))))) { goto IL_00bc; } } { int32_t L_13 = V_0; int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); V_0 = L_14; V_1 = L_14; goto IL_0067; } IL_0063: { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0067: { int32_t L_16 = V_0; int32_t L_17 = __this->get_length_2(); if ((((int32_t)L_16) >= ((int32_t)L_17))) { goto IL_0086; } } { String_t* L_18 = __this->get_header_0(); int32_t L_19 = V_0; NullCheck(L_18); Il2CppChar L_20 = String_get_Chars_m2986988803(L_18, L_19, /*hidden argument*/NULL); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)34))))) { goto IL_0063; } } IL_0086: { int32_t L_21 = V_0; V_2 = L_21; goto IL_0091; } IL_008d: { int32_t L_22 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0091: { int32_t L_23 = V_2; int32_t L_24 = __this->get_length_2(); if ((((int32_t)L_23) >= ((int32_t)L_24))) { goto IL_00b0; } } { String_t* L_25 = __this->get_header_0(); int32_t L_26 = V_2; NullCheck(L_25); Il2CppChar L_27 = String_get_Chars_m2986988803(L_25, L_26, /*hidden argument*/NULL); if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)59))))) { goto IL_008d; } } IL_00b0: { int32_t L_28 = V_2; __this->set_pos_1(L_28); goto IL_00ed; } IL_00bc: { int32_t L_29 = V_0; V_1 = L_29; goto IL_00c7; } IL_00c3: { int32_t L_30 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00c7: { int32_t L_31 = V_0; int32_t L_32 = __this->get_length_2(); if ((((int32_t)L_31) >= ((int32_t)L_32))) { goto IL_00e6; } } { String_t* L_33 = __this->get_header_0(); int32_t L_34 = V_0; NullCheck(L_33); Il2CppChar L_35 = String_get_Chars_m2986988803(L_33, L_34, /*hidden argument*/NULL); if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)59))))) { goto IL_00c3; } } IL_00e6: { int32_t L_36 = V_0; __this->set_pos_1(L_36); } IL_00ed: { String_t* L_37 = __this->get_header_0(); int32_t L_38 = V_1; int32_t L_39 = V_0; int32_t L_40 = V_1; NullCheck(L_37); String_t* L_41 = String_Substring_m1610150815(L_37, L_38, ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)L_40)), /*hidden argument*/NULL); NullCheck(L_41); String_t* L_42 = String_Trim_m923598732(L_41, /*hidden argument*/NULL); return L_42; } } #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.DefaultCertificatePolicy::.ctor() extern "C" IL2CPP_METHOD_ATTR void DefaultCertificatePolicy__ctor_m1887337884 (DefaultCertificatePolicy_t3607119947 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.DefaultCertificatePolicy::CheckValidationResult(System.Net.ServicePoint,System.Security.Cryptography.X509Certificates.X509Certificate,System.Net.WebRequest,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool DefaultCertificatePolicy_CheckValidationResult_m3811448269 (DefaultCertificatePolicy_t3607119947 * __this, ServicePoint_t2786966844 * ___point0, X509Certificate_t713131622 * ___certificate1, WebRequest_t1939381076 * ___request2, int32_t ___certificateProblem3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultCertificatePolicy_CheckValidationResult_m3811448269_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); RemoteCertificateValidationCallback_t3014364904 * L_0 = ServicePointManager_get_ServerCertificateValidationCallback_m2067275303(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_000c; } } { return (bool)1; } IL_000c: { int32_t L_1 = ___certificateProblem3; V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)-2146762495)))) { goto IL_0025; } } { int32_t L_3 = V_0; if (!L_3) { goto IL_0025; } } { goto IL_0027; } IL_0025: { return (bool)1; } IL_0027: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Dns::.cctor() extern "C" IL2CPP_METHOD_ATTR void Dns__cctor_m683868677 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Dns__cctor_m683868677_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_CheckProtocolSupport_m1722155143(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.Dns::GetHostByName_internal(System.String,System.String&,System.String[]&,System.String[]&) extern "C" IL2CPP_METHOD_ATTR bool Dns_GetHostByName_internal_m3784927467 (RuntimeObject * __this /* static, unused */, String_t* ___host0, String_t** ___h_name1, StringU5BU5D_t1281789340** ___h_aliases2, StringU5BU5D_t1281789340** ___h_addr_list3, const RuntimeMethod* method) { typedef bool (*Dns_GetHostByName_internal_m3784927467_ftn) (String_t*, String_t**, StringU5BU5D_t1281789340**, StringU5BU5D_t1281789340**); using namespace il2cpp::icalls; return ((Dns_GetHostByName_internal_m3784927467_ftn)System::System::Net::Dns::GetHostByName) (___host0, ___h_name1, ___h_aliases2, ___h_addr_list3); } // System.Boolean System.Net.Dns::GetHostByAddr_internal(System.String,System.String&,System.String[]&,System.String[]&) extern "C" IL2CPP_METHOD_ATTR bool Dns_GetHostByAddr_internal_m83792094 (RuntimeObject * __this /* static, unused */, String_t* ___addr0, String_t** ___h_name1, StringU5BU5D_t1281789340** ___h_aliases2, StringU5BU5D_t1281789340** ___h_addr_list3, const RuntimeMethod* method) { typedef bool (*Dns_GetHostByAddr_internal_m83792094_ftn) (String_t*, String_t**, StringU5BU5D_t1281789340**, StringU5BU5D_t1281789340**); using namespace il2cpp::icalls; return ((Dns_GetHostByAddr_internal_m83792094_ftn)System::System::Net::Dns::GetHostByAddr) (___addr0, ___h_name1, ___h_aliases2, ___h_addr_list3); } // System.Net.IPHostEntry System.Net.Dns::hostent_to_IPHostEntry(System.String,System.String[],System.String[]) extern "C" IL2CPP_METHOD_ATTR IPHostEntry_t263743900 * Dns_hostent_to_IPHostEntry_m2429685988 (RuntimeObject * __this /* static, unused */, String_t* ___h_name0, StringU5BU5D_t1281789340* ___h_aliases1, StringU5BU5D_t1281789340* ___h_addrlist2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Dns_hostent_to_IPHostEntry_m2429685988_MetadataUsageId); s_Il2CppMethodInitialized = true; } IPHostEntry_t263743900 * V_0 = NULL; ArrayList_t2718874744 * V_1 = NULL; int32_t V_2 = 0; IPAddress_t241777590 * 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); { IPHostEntry_t263743900 * L_0 = (IPHostEntry_t263743900 *)il2cpp_codegen_object_new(IPHostEntry_t263743900_il2cpp_TypeInfo_var); IPHostEntry__ctor_m3185986391(L_0, /*hidden argument*/NULL); V_0 = L_0; ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); V_1 = L_1; IPHostEntry_t263743900 * L_2 = V_0; String_t* L_3 = ___h_name0; NullCheck(L_2); IPHostEntry_set_HostName_m1112531386(L_2, L_3, /*hidden argument*/NULL); IPHostEntry_t263743900 * L_4 = V_0; StringU5BU5D_t1281789340* L_5 = ___h_aliases1; NullCheck(L_4); IPHostEntry_set_Aliases_m727031720(L_4, L_5, /*hidden argument*/NULL); V_2 = 0; goto IL_006e; } IL_0021: try { // begin try (depth: 1) { StringU5BU5D_t1281789340* L_6 = ___h_addrlist2; int32_t L_7 = V_2; NullCheck(L_6); int32_t L_8 = L_7; String_t* L_9 = (L_6)->GetAt(static_cast(L_8)); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_t241777590 * L_10 = IPAddress_Parse_m2200822423(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); V_3 = L_10; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); bool L_11 = Socket_get_SupportsIPv6_m1296530017(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_11) { goto IL_0041; } } IL_0034: { IPAddress_t241777590 * L_12 = V_3; NullCheck(L_12); int32_t L_13 = IPAddress_get_AddressFamily_m1010663936(L_12, /*hidden argument*/NULL); if ((((int32_t)L_13) == ((int32_t)((int32_t)23)))) { goto IL_0057; } } IL_0041: { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); bool L_14 = Socket_get_SupportsIPv4_m1296530015(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_14) { goto IL_005f; } } IL_004b: { IPAddress_t241777590 * L_15 = V_3; NullCheck(L_15); int32_t L_16 = IPAddress_get_AddressFamily_m1010663936(L_15, /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)2)))) { goto IL_005f; } } IL_0057: { ArrayList_t2718874744 * L_17 = V_1; IPAddress_t241777590 * L_18 = V_3; NullCheck(L_17); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_17, L_18); } IL_005f: { goto IL_006a; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ArgumentNullException_t1615371798_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0064; throw e; } CATCH_0064: { // begin catch(System.ArgumentNullException) goto IL_006a; } // end catch (depth: 1) IL_006a: { int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_006e: { int32_t L_20 = V_2; StringU5BU5D_t1281789340* L_21 = ___h_addrlist2; NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))) { goto IL_0021; } } { ArrayList_t2718874744 * L_22 = V_1; NullCheck(L_22); int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_22); if (L_23) { goto IL_008d; } } { SocketException_t3852068672 * L_24 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_24, ((int32_t)11001), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,Dns_hostent_to_IPHostEntry_m2429685988_RuntimeMethod_var); } IL_008d: { IPHostEntry_t263743900 * L_25 = V_0; ArrayList_t2718874744 * L_26 = V_1; RuntimeTypeHandle_t3027515415 L_27 = { reinterpret_cast (IPAddress_t241777590_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_28 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); NullCheck(L_26); RuntimeArray * L_29 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_26, L_28); NullCheck(L_25); IPHostEntry_set_AddressList_m895991257(L_25, ((IPAddressU5BU5D_t596328627*)IsInst((RuntimeObject*)L_29, IPAddressU5BU5D_t596328627_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); IPHostEntry_t263743900 * L_30 = V_0; return L_30; } } // System.Net.IPHostEntry System.Net.Dns::GetHostByAddressFromString(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR IPHostEntry_t263743900 * Dns_GetHostByAddressFromString_m2538152794 (RuntimeObject * __this /* static, unused */, String_t* ___address0, bool ___parse1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Dns_GetHostByAddressFromString_m2538152794_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; StringU5BU5D_t1281789340* V_2 = NULL; bool V_3 = false; { String_t* L_0 = ___address0; NullCheck(L_0); bool L_1 = String_Equals_m2270643605(L_0, _stringLiteral309990414, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { ___address0 = _stringLiteral1201550598; ___parse1 = (bool)0; } IL_001a: { bool L_2 = ___parse1; if (!L_2) { goto IL_0027; } } { String_t* L_3 = ___address0; IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_Parse_m2200822423(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); } IL_0027: { String_t* L_4 = ___address0; IL2CPP_RUNTIME_CLASS_INIT(Dns_t384099571_il2cpp_TypeInfo_var); bool L_5 = Dns_GetHostByAddr_internal_m83792094(NULL /*static, unused*/, L_4, (&V_0), (&V_1), (&V_2), /*hidden argument*/NULL); V_3 = L_5; bool L_6 = V_3; if (L_6) { goto IL_0045; } } { SocketException_t3852068672 * L_7 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_7, ((int32_t)11001), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Dns_GetHostByAddressFromString_m2538152794_RuntimeMethod_var); } IL_0045: { String_t* L_8 = V_0; StringU5BU5D_t1281789340* L_9 = V_1; StringU5BU5D_t1281789340* L_10 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Dns_t384099571_il2cpp_TypeInfo_var); IPHostEntry_t263743900 * L_11 = Dns_hostent_to_IPHostEntry_m2429685988(NULL /*static, unused*/, L_8, L_9, L_10, /*hidden argument*/NULL); return L_11; } } // System.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.String) extern "C" IL2CPP_METHOD_ATTR IPHostEntry_t263743900 * Dns_GetHostEntry_m2165252375 (RuntimeObject * __this /* static, unused */, String_t* ___hostNameOrAddress0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Dns_GetHostEntry_m2165252375_MetadataUsageId); s_Il2CppMethodInitialized = true; } IPAddress_t241777590 * V_0 = NULL; { String_t* L_0 = ___hostNameOrAddress0; 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, _stringLiteral1769586639, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Dns_GetHostEntry_m2165252375_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___hostNameOrAddress0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_op_Equality_m920492651(NULL /*static, unused*/, L_2, _stringLiteral309990414, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { String_t* L_4 = ___hostNameOrAddress0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, _stringLiteral3075036976, /*hidden argument*/NULL); if (!L_5) { goto IL_0041; } } IL_0031: { ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_6, _stringLiteral2851291313, _stringLiteral1769586639, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Dns_GetHostEntry_m2165252375_RuntimeMethod_var); } IL_0041: { String_t* L_7 = ___hostNameOrAddress0; 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_0061; } } { String_t* L_9 = ___hostNameOrAddress0; IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); bool L_10 = IPAddress_TryParse_m2320149543(NULL /*static, unused*/, L_9, (&V_0), /*hidden argument*/NULL); if (!L_10) { goto IL_0061; } } { IPAddress_t241777590 * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Dns_t384099571_il2cpp_TypeInfo_var); IPHostEntry_t263743900 * L_12 = Dns_GetHostEntry_m3727355895(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); return L_12; } IL_0061: { String_t* L_13 = ___hostNameOrAddress0; IL2CPP_RUNTIME_CLASS_INIT(Dns_t384099571_il2cpp_TypeInfo_var); IPHostEntry_t263743900 * L_14 = Dns_GetHostByName_m3261817827(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); return L_14; } } // System.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.Net.IPAddress) extern "C" IL2CPP_METHOD_ATTR IPHostEntry_t263743900 * Dns_GetHostEntry_m3727355895 (RuntimeObject * __this /* static, unused */, IPAddress_t241777590 * ___address0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Dns_GetHostEntry_m3727355895_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IPAddress_t241777590 * L_0 = ___address0; 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, _stringLiteral2350156779, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Dns_GetHostEntry_m3727355895_RuntimeMethod_var); } IL_0011: { IPAddress_t241777590 * L_2 = ___address0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Net.IPAddress::ToString() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(Dns_t384099571_il2cpp_TypeInfo_var); IPHostEntry_t263743900 * L_4 = Dns_GetHostByAddressFromString_m2538152794(NULL /*static, unused*/, L_3, (bool)0, /*hidden argument*/NULL); return L_4; } } // System.Net.IPHostEntry System.Net.Dns::GetHostByName(System.String) extern "C" IL2CPP_METHOD_ATTR IPHostEntry_t263743900 * Dns_GetHostByName_m3261817827 (RuntimeObject * __this /* static, unused */, String_t* ___hostName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Dns_GetHostByName_m3261817827_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; StringU5BU5D_t1281789340* V_2 = NULL; bool V_3 = false; { String_t* L_0 = ___hostName0; 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, _stringLiteral734190670, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Dns_GetHostByName_m3261817827_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___hostName0; IL2CPP_RUNTIME_CLASS_INIT(Dns_t384099571_il2cpp_TypeInfo_var); bool L_3 = Dns_GetHostByName_internal_m3784927467(NULL /*static, unused*/, L_2, (&V_0), (&V_1), (&V_2), /*hidden argument*/NULL); V_3 = L_3; bool L_4 = V_3; if (L_4) { goto IL_002f; } } { SocketException_t3852068672 * L_5 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_5, ((int32_t)11001), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Dns_GetHostByName_m3261817827_RuntimeMethod_var); } IL_002f: { String_t* L_6 = V_0; StringU5BU5D_t1281789340* L_7 = V_1; StringU5BU5D_t1281789340* L_8 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Dns_t384099571_il2cpp_TypeInfo_var); IPHostEntry_t263743900 * L_9 = Dns_hostent_to_IPHostEntry_m2429685988(NULL /*static, unused*/, L_6, L_7, L_8, /*hidden argument*/NULL); 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 // System.Void System.Net.EndPoint::.ctor() extern "C" IL2CPP_METHOD_ATTR void EndPoint__ctor_m2608146098 (EndPoint_t982345378 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Net.Sockets.AddressFamily System.Net.EndPoint::get_AddressFamily() extern "C" IL2CPP_METHOD_ATTR int32_t EndPoint_get_AddressFamily_m2518972320 (EndPoint_t982345378 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EndPoint_get_AddressFamily_m2518972320_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = EndPoint_NotImplemented_m866906924(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,EndPoint_get_AddressFamily_m2518972320_RuntimeMethod_var); } } // System.Net.EndPoint System.Net.EndPoint::Create(System.Net.SocketAddress) extern "C" IL2CPP_METHOD_ATTR EndPoint_t982345378 * EndPoint_Create_m1199447448 (EndPoint_t982345378 * __this, SocketAddress_t3739769427 * ___address0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EndPoint_Create_m1199447448_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = EndPoint_NotImplemented_m866906924(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,EndPoint_Create_m1199447448_RuntimeMethod_var); } } // System.Net.SocketAddress System.Net.EndPoint::Serialize() extern "C" IL2CPP_METHOD_ATTR SocketAddress_t3739769427 * EndPoint_Serialize_m2876280324 (EndPoint_t982345378 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EndPoint_Serialize_m2876280324_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = EndPoint_NotImplemented_m866906924(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,EndPoint_Serialize_m2876280324_RuntimeMethod_var); } } // System.Exception System.Net.EndPoint::NotImplemented() extern "C" IL2CPP_METHOD_ATTR Exception_t * EndPoint_NotImplemented_m866906924 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EndPoint_NotImplemented_m866906924_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; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.FileWebRequest::.ctor(System.Uri) extern "C" IL2CPP_METHOD_ATTR void FileWebRequest__ctor_m3189951510 (FileWebRequest_t591858885 * __this, Uri_t100236324 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest__ctor_m3189951510_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_fileAccess_11(1); __this->set_method_12(_stringLiteral1130393535); __this->set_timeout_15(((int32_t)100000)); IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); WebRequest__ctor_m3593280671(__this, /*hidden argument*/NULL); Uri_t100236324 * L_0 = ___uri0; __this->set_uri_6(L_0); WebHeaderCollection_t1942268960 * L_1 = (WebHeaderCollection_t1942268960 *)il2cpp_codegen_object_new(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var); WebHeaderCollection__ctor_m896654210(L_1, /*hidden argument*/NULL); __this->set_webHeaders_7(L_1); return; } } // System.Void System.Net.FileWebRequest::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FileWebRequest__ctor_m41755936 (FileWebRequest_t591858885 * __this, SerializationInfo_t950877179 * ___serializationInfo0, StreamingContext_t3711869237 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest__ctor_m41755936_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializationInfo_t950877179 * V_0 = NULL; { __this->set_fileAccess_11(1); __this->set_method_12(_stringLiteral1130393535); __this->set_timeout_15(((int32_t)100000)); IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); WebRequest__ctor_m3593280671(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_0 = ___serializationInfo0; V_0 = L_0; SerializationInfo_t950877179 * L_1 = V_0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (WebHeaderCollection_t1942268960_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject * L_4 = SerializationInfo_GetValue_m42271953(L_1, _stringLiteral3982688427, L_3, /*hidden argument*/NULL); __this->set_webHeaders_7(((WebHeaderCollection_t1942268960 *)CastclassClass((RuntimeObject*)L_4, WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_5 = V_0; RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (IWebProxy_t688979836_0_0_0_var) }; Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); NullCheck(L_5); RuntimeObject * L_8 = SerializationInfo_GetValue_m42271953(L_5, _stringLiteral3460481212, L_7, /*hidden argument*/NULL); __this->set_proxy_13(((RuntimeObject*)Castclass((RuntimeObject*)L_8, IWebProxy_t688979836_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_9 = V_0; RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (Uri_t100236324_0_0_0_var) }; Type_t * L_11 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); NullCheck(L_9); RuntimeObject * L_12 = SerializationInfo_GetValue_m42271953(L_9, _stringLiteral3313977880, L_11, /*hidden argument*/NULL); __this->set_uri_6(((Uri_t100236324 *)CastclassClass((RuntimeObject*)L_12, Uri_t100236324_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_13 = V_0; NullCheck(L_13); String_t* L_14 = SerializationInfo_GetString_m3155282843(L_13, _stringLiteral3935661328, /*hidden argument*/NULL); __this->set_connectionGroup_9(L_14); SerializationInfo_t950877179 * L_15 = V_0; NullCheck(L_15); String_t* L_16 = SerializationInfo_GetString_m3155282843(L_15, _stringLiteral414301358, /*hidden argument*/NULL); __this->set_method_12(L_16); SerializationInfo_t950877179 * L_17 = V_0; NullCheck(L_17); int64_t L_18 = SerializationInfo_GetInt64_m2503729515(L_17, _stringLiteral2694049519, /*hidden argument*/NULL); __this->set_contentLength_10(L_18); SerializationInfo_t950877179 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = SerializationInfo_GetInt32_m2640574809(L_19, _stringLiteral591226122, /*hidden argument*/NULL); __this->set_timeout_15(L_20); SerializationInfo_t950877179 * L_21 = V_0; RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (FileAccess_t1659085276_0_0_0_var) }; Type_t * L_23 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); NullCheck(L_21); RuntimeObject * L_24 = SerializationInfo_GetValue_m42271953(L_21, _stringLiteral3373783834, L_23, /*hidden argument*/NULL); __this->set_fileAccess_11(((*(int32_t*)((int32_t*)UnBox(L_24, Int32_t2950945753_il2cpp_TypeInfo_var))))); SerializationInfo_t950877179 * L_25 = V_0; NullCheck(L_25); bool L_26 = SerializationInfo_GetBoolean_m1756153320(L_25, _stringLiteral1290265491, /*hidden argument*/NULL); __this->set_preAuthenticate_14(L_26); return; } } // System.Void System.Net.FileWebRequest::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FileWebRequest_System_Runtime_Serialization_ISerializable_GetObjectData_m1504466482 (FileWebRequest_t591858885 * __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(24 /* System.Void System.Net.FileWebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, __this, L_0, L_1); return; } } // System.Int64 System.Net.FileWebRequest::get_ContentLength() extern "C" IL2CPP_METHOD_ATTR int64_t FileWebRequest_get_ContentLength_m1073763698 (FileWebRequest_t591858885 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_contentLength_10(); return L_0; } } // System.Void System.Net.FileWebRequest::set_ContentLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void FileWebRequest_set_ContentLength_m559343124 (FileWebRequest_t591858885 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_set_ContentLength_m559343124_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; if ((((int64_t)L_0) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0018; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_1, _stringLiteral1485835865, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FileWebRequest_set_ContentLength_m559343124_RuntimeMethod_var); } IL_0018: { int64_t L_2 = ___value0; __this->set_contentLength_10(L_2); return; } } // System.Void System.Net.FileWebRequest::set_ContentType(System.String) extern "C" IL2CPP_METHOD_ATTR void FileWebRequest_set_ContentType_m4074119636 (FileWebRequest_t591858885 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_set_ContentType_m4074119636_MetadataUsageId); s_Il2CppMethodInitialized = true; } { WebHeaderCollection_t1942268960 * L_0 = __this->get_webHeaders_7(); String_t* L_1 = ___value0; NullCheck(L_0); NameValueCollection_set_Item_m3318428493(L_0, _stringLiteral2263792357, L_1, /*hidden argument*/NULL); return; } } // System.Net.ICredentials System.Net.FileWebRequest::get_Credentials() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FileWebRequest_get_Credentials_m911512064 (FileWebRequest_t591858885 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_credentials_8(); return L_0; } } // System.Void System.Net.FileWebRequest::set_Credentials(System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR void FileWebRequest_set_Credentials_m2496127692 (FileWebRequest_t591858885 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_credentials_8(L_0); return; } } // System.Net.WebHeaderCollection System.Net.FileWebRequest::get_Headers() extern "C" IL2CPP_METHOD_ATTR WebHeaderCollection_t1942268960 * FileWebRequest_get_Headers_m4152067273 (FileWebRequest_t591858885 * __this, const RuntimeMethod* method) { { WebHeaderCollection_t1942268960 * L_0 = __this->get_webHeaders_7(); return L_0; } } // System.String System.Net.FileWebRequest::get_Method() extern "C" IL2CPP_METHOD_ATTR String_t* FileWebRequest_get_Method_m901669219 (FileWebRequest_t591858885 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_method_12(); return L_0; } } // System.Void System.Net.FileWebRequest::set_Method(System.String) extern "C" IL2CPP_METHOD_ATTR void FileWebRequest_set_Method_m984238228 (FileWebRequest_t591858885 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_set_Method_m984238228_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___value0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0021; } } IL_0011: { ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_3, _stringLiteral853011615, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,FileWebRequest_set_Method_m984238228_RuntimeMethod_var); } IL_0021: { String_t* L_4 = ___value0; __this->set_method_12(L_4); return; } } // System.Net.IWebProxy System.Net.FileWebRequest::get_Proxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FileWebRequest_get_Proxy_m1145630604 (FileWebRequest_t591858885 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_proxy_13(); return L_0; } } // System.Uri System.Net.FileWebRequest::get_RequestUri() extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * FileWebRequest_get_RequestUri_m947679769 (FileWebRequest_t591858885 * __this, const RuntimeMethod* method) { { Uri_t100236324 * L_0 = __this->get_uri_6(); return L_0; } } // System.Exception System.Net.FileWebRequest::GetMustImplement() extern "C" IL2CPP_METHOD_ATTR Exception_t * FileWebRequest_GetMustImplement_m989661131 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_GetMustImplement_m989661131_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.FileWebRequest::Abort() extern "C" IL2CPP_METHOD_ATTR void FileWebRequest_Abort_m3846575800 (FileWebRequest_t591858885 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_Abort_m3846575800_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = FileWebRequest_GetMustImplement_m989661131(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,FileWebRequest_Abort_m3846575800_RuntimeMethod_var); } } // System.IAsyncResult System.Net.FileWebRequest::BeginGetRequestStream(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FileWebRequest_BeginGetRequestStream_m121868385 (FileWebRequest_t591858885 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_BeginGetRequestStream_m121868385_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileWebRequest_t591858885 * V_0 = NULL; GetRequestStreamCallback_t1154006112 * 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); { String_t* L_0 = __this->get_method_12(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_1 = String_Compare_m1071830722(NULL /*static, unused*/, _stringLiteral1130393535, L_0, (bool)1, /*hidden argument*/NULL); if (!L_1) { goto IL_0042; } } { String_t* L_2 = __this->get_method_12(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_3 = String_Compare_m1071830722(NULL /*static, unused*/, _stringLiteral831347629, L_2, (bool)1, /*hidden argument*/NULL); if (!L_3) { goto IL_0042; } } { String_t* L_4 = __this->get_method_12(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_5 = String_Compare_m1071830722(NULL /*static, unused*/, _stringLiteral110397590, L_4, (bool)1, /*hidden argument*/NULL); if (L_5) { goto IL_004d; } } IL_0042: { ProtocolViolationException_t4144007430 * L_6 = (ProtocolViolationException_t4144007430 *)il2cpp_codegen_object_new(ProtocolViolationException_t4144007430_il2cpp_TypeInfo_var); ProtocolViolationException__ctor_m1575418383(L_6, _stringLiteral1749563266, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,FileWebRequest_BeginGetRequestStream_m121868385_RuntimeMethod_var); } IL_004d: { V_0 = __this; FileWebRequest_t591858885 * L_7 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); } IL_0055: try { // begin try (depth: 1) { bool L_8 = __this->get_asyncResponding_20(); if (L_8) { goto IL_006b; } } IL_0060: { FileWebResponse_t544571260 * L_9 = __this->get_webResponse_17(); if (!L_9) { goto IL_0076; } } IL_006b: { InvalidOperationException_t56020091 * L_10 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_10, _stringLiteral300088213, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,FileWebRequest_BeginGetRequestStream_m121868385_RuntimeMethod_var); } IL_0076: { bool L_11 = __this->get_requesting_19(); if (!L_11) { goto IL_008c; } } IL_0081: { InvalidOperationException_t56020091 * L_12 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_12, _stringLiteral3339121337, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,FileWebRequest_BeginGetRequestStream_m121868385_RuntimeMethod_var); } IL_008c: { __this->set_requesting_19((bool)1); IL2CPP_LEAVE(0x9F, FINALLY_0098); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0098; } FINALLY_0098: { // begin finally (depth: 1) FileWebRequest_t591858885 * L_13 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); IL2CPP_END_FINALLY(152) } // end finally (depth: 1) IL2CPP_CLEANUP(152) { IL2CPP_JUMP_TBL(0x9F, IL_009f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_009f: { intptr_t L_14 = (intptr_t)FileWebRequest_GetRequestStreamInternal_m101754958_RuntimeMethod_var; GetRequestStreamCallback_t1154006112 * L_15 = (GetRequestStreamCallback_t1154006112 *)il2cpp_codegen_object_new(GetRequestStreamCallback_t1154006112_il2cpp_TypeInfo_var); GetRequestStreamCallback__ctor_m2135294325(L_15, __this, L_14, /*hidden argument*/NULL); V_1 = L_15; GetRequestStreamCallback_t1154006112 * L_16 = V_1; AsyncCallback_t3962456242 * L_17 = ___callback0; RuntimeObject * L_18 = ___state1; NullCheck(L_16); RuntimeObject* L_19 = GetRequestStreamCallback_BeginInvoke_m849805340(L_16, L_17, L_18, /*hidden argument*/NULL); return L_19; } } // System.IO.Stream System.Net.FileWebRequest::EndGetRequestStream(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * FileWebRequest_EndGetRequestStream_m1594935573 (FileWebRequest_t591858885 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_EndGetRequestStream_m1594935573_MetadataUsageId); s_Il2CppMethodInitialized = true; } AsyncResult_t4194309572 * V_0 = NULL; GetRequestStreamCallback_t1154006112 * V_1 = NULL; { RuntimeObject* L_0 = ___asyncResult0; 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, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FileWebRequest_EndGetRequestStream_m1594935573_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = ___asyncResult0; NullCheck(L_2); bool L_3 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_2); if (L_3) { goto IL_0028; } } { RuntimeObject* L_4 = ___asyncResult0; NullCheck(L_4); WaitHandle_t1743403487 * L_5 = InterfaceFuncInvoker0< WaitHandle_t1743403487 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_4); NullCheck(L_5); VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_5); } IL_0028: { RuntimeObject* L_6 = ___asyncResult0; V_0 = ((AsyncResult_t4194309572 *)CastclassClass((RuntimeObject*)L_6, AsyncResult_t4194309572_il2cpp_TypeInfo_var)); AsyncResult_t4194309572 * L_7 = V_0; NullCheck(L_7); RuntimeObject * L_8 = VirtFuncInvoker0< RuntimeObject * >::Invoke(11 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, L_7); V_1 = ((GetRequestStreamCallback_t1154006112 *)CastclassSealed((RuntimeObject*)L_8, GetRequestStreamCallback_t1154006112_il2cpp_TypeInfo_var)); GetRequestStreamCallback_t1154006112 * L_9 = V_1; RuntimeObject* L_10 = ___asyncResult0; NullCheck(L_9); Stream_t1273022909 * L_11 = GetRequestStreamCallback_EndInvoke_m4184962514(L_9, L_10, /*hidden argument*/NULL); return L_11; } } // System.IO.Stream System.Net.FileWebRequest::GetRequestStream() extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * FileWebRequest_GetRequestStream_m1363761048 (FileWebRequest_t591858885 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_GetRequestStream_m1363761048_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = VirtFuncInvoker2< RuntimeObject*, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(18 /* System.IAsyncResult System.Net.FileWebRequest::BeginGetRequestStream(System.AsyncCallback,System.Object) */, __this, (AsyncCallback_t3962456242 *)NULL, NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; NullCheck(L_1); WaitHandle_t1743403487 * L_2 = InterfaceFuncInvoker0< WaitHandle_t1743403487 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_1); int32_t L_3 = __this->get_timeout_15(); NullCheck(L_2); bool L_4 = VirtFuncInvoker2< bool, int32_t, bool >::Invoke(11 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_2, L_3, (bool)0); if (L_4) { goto IL_002d; } } { WebException_t3237156354 * L_5 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2864788884(L_5, _stringLiteral734930228, ((int32_t)14), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,FileWebRequest_GetRequestStream_m1363761048_RuntimeMethod_var); } IL_002d: { RuntimeObject* L_6 = V_0; Stream_t1273022909 * L_7 = VirtFuncInvoker1< Stream_t1273022909 *, RuntimeObject* >::Invoke(20 /* System.IO.Stream System.Net.FileWebRequest::EndGetRequestStream(System.IAsyncResult) */, __this, L_6); return L_7; } } // System.IO.Stream System.Net.FileWebRequest::GetRequestStreamInternal() extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * FileWebRequest_GetRequestStreamInternal_m101754958 (FileWebRequest_t591858885 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_GetRequestStreamInternal_m101754958_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FileWebStream_t586107972 * L_0 = (FileWebStream_t586107972 *)il2cpp_codegen_object_new(FileWebStream_t586107972_il2cpp_TypeInfo_var); FileWebStream__ctor_m608901735(L_0, __this, 2, 2, 1, /*hidden argument*/NULL); __this->set_requestStream_16(L_0); Stream_t1273022909 * L_1 = __this->get_requestStream_16(); return L_1; } } // System.IAsyncResult System.Net.FileWebRequest::BeginGetResponse(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FileWebRequest_BeginGetResponse_m4069851609 (FileWebRequest_t591858885 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_BeginGetResponse_m4069851609_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileWebRequest_t591858885 * V_0 = NULL; GetResponseCallback_t2326689408 * 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 = __this; FileWebRequest_t591858885 * 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_asyncResponding_20(); if (!L_1) { goto IL_001e; } } IL_0013: { InvalidOperationException_t56020091 * L_2 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_2, _stringLiteral3339121337, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,FileWebRequest_BeginGetResponse_m4069851609_RuntimeMethod_var); } IL_001e: { __this->set_asyncResponding_20((bool)1); IL2CPP_LEAVE(0x31, FINALLY_002a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002a; } FINALLY_002a: { // begin finally (depth: 1) FileWebRequest_t591858885 * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(42) } // end finally (depth: 1) IL2CPP_CLEANUP(42) { IL2CPP_JUMP_TBL(0x31, IL_0031) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0031: { intptr_t L_4 = (intptr_t)FileWebRequest_GetResponseInternal_m1897020292_RuntimeMethod_var; GetResponseCallback_t2326689408 * L_5 = (GetResponseCallback_t2326689408 *)il2cpp_codegen_object_new(GetResponseCallback_t2326689408_il2cpp_TypeInfo_var); GetResponseCallback__ctor_m2382157145(L_5, __this, L_4, /*hidden argument*/NULL); V_1 = L_5; GetResponseCallback_t2326689408 * L_6 = V_1; AsyncCallback_t3962456242 * L_7 = ___callback0; RuntimeObject * L_8 = ___state1; NullCheck(L_6); RuntimeObject* L_9 = GetResponseCallback_BeginInvoke_m3784824992(L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Net.WebResponse System.Net.FileWebRequest::EndGetResponse(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR WebResponse_t229922639 * FileWebRequest_EndGetResponse_m1700023619 (FileWebRequest_t591858885 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_EndGetResponse_m1700023619_MetadataUsageId); s_Il2CppMethodInitialized = true; } AsyncResult_t4194309572 * V_0 = NULL; GetResponseCallback_t2326689408 * V_1 = NULL; WebResponse_t229922639 * V_2 = NULL; { RuntimeObject* L_0 = ___asyncResult0; 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, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FileWebRequest_EndGetResponse_m1700023619_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = ___asyncResult0; NullCheck(L_2); bool L_3 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_2); if (L_3) { goto IL_0028; } } { RuntimeObject* L_4 = ___asyncResult0; NullCheck(L_4); WaitHandle_t1743403487 * L_5 = InterfaceFuncInvoker0< WaitHandle_t1743403487 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_4); NullCheck(L_5); VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_5); } IL_0028: { RuntimeObject* L_6 = ___asyncResult0; V_0 = ((AsyncResult_t4194309572 *)CastclassClass((RuntimeObject*)L_6, AsyncResult_t4194309572_il2cpp_TypeInfo_var)); AsyncResult_t4194309572 * L_7 = V_0; NullCheck(L_7); RuntimeObject * L_8 = VirtFuncInvoker0< RuntimeObject * >::Invoke(11 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, L_7); V_1 = ((GetResponseCallback_t2326689408 *)CastclassSealed((RuntimeObject*)L_8, GetResponseCallback_t2326689408_il2cpp_TypeInfo_var)); GetResponseCallback_t2326689408 * L_9 = V_1; RuntimeObject* L_10 = ___asyncResult0; NullCheck(L_9); WebResponse_t229922639 * L_11 = GetResponseCallback_EndInvoke_m4079632192(L_9, L_10, /*hidden argument*/NULL); V_2 = L_11; __this->set_asyncResponding_20((bool)0); WebResponse_t229922639 * L_12 = V_2; return L_12; } } // System.Net.WebResponse System.Net.FileWebRequest::GetResponse() extern "C" IL2CPP_METHOD_ATTR WebResponse_t229922639 * FileWebRequest_GetResponse_m3124097980 (FileWebRequest_t591858885 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_GetResponse_m3124097980_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = VirtFuncInvoker2< RuntimeObject*, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(19 /* System.IAsyncResult System.Net.FileWebRequest::BeginGetResponse(System.AsyncCallback,System.Object) */, __this, (AsyncCallback_t3962456242 *)NULL, NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; NullCheck(L_1); WaitHandle_t1743403487 * L_2 = InterfaceFuncInvoker0< WaitHandle_t1743403487 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_1); int32_t L_3 = __this->get_timeout_15(); NullCheck(L_2); bool L_4 = VirtFuncInvoker2< bool, int32_t, bool >::Invoke(11 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_2, L_3, (bool)0); if (L_4) { goto IL_002d; } } { WebException_t3237156354 * L_5 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2864788884(L_5, _stringLiteral734930228, ((int32_t)14), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,FileWebRequest_GetResponse_m3124097980_RuntimeMethod_var); } IL_002d: { RuntimeObject* L_6 = V_0; WebResponse_t229922639 * L_7 = VirtFuncInvoker1< WebResponse_t229922639 *, RuntimeObject* >::Invoke(21 /* System.Net.WebResponse System.Net.FileWebRequest::EndGetResponse(System.IAsyncResult) */, __this, L_6); return L_7; } } // System.Net.WebResponse System.Net.FileWebRequest::GetResponseInternal() extern "C" IL2CPP_METHOD_ATTR WebResponse_t229922639 * FileWebRequest_GetResponseInternal_m1897020292 (FileWebRequest_t591858885 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_GetResponseInternal_m1897020292_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileWebRequest_t591858885 * V_0 = NULL; FileStream_t4292183065 * 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); { FileWebResponse_t544571260 * L_0 = __this->get_webResponse_17(); if (!L_0) { goto IL_0012; } } { FileWebResponse_t544571260 * L_1 = __this->get_webResponse_17(); return L_1; } IL_0012: { V_0 = __this; FileWebRequest_t591858885 * L_2 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_001a: try { // begin try (depth: 1) { bool L_3 = __this->get_requesting_19(); if (!L_3) { goto IL_0031; } } IL_0025: { AutoResetEvent_t1333520283 * L_4 = (AutoResetEvent_t1333520283 *)il2cpp_codegen_object_new(AutoResetEvent_t1333520283_il2cpp_TypeInfo_var); AutoResetEvent__ctor_m3710433672(L_4, (bool)0, /*hidden argument*/NULL); __this->set_requestEndEvent_18(L_4); } 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) FileWebRequest_t591858885 * 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: { AutoResetEvent_t1333520283 * L_6 = __this->get_requestEndEvent_18(); if (!L_6) { goto IL_0054; } } { AutoResetEvent_t1333520283 * L_7 = __this->get_requestEndEvent_18(); NullCheck(L_7); VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_7); } IL_0054: { V_1 = (FileStream_t4292183065 *)NULL; } IL_0056: try { // begin try (depth: 1) FileWebStream_t586107972 * L_8 = (FileWebStream_t586107972 *)il2cpp_codegen_object_new(FileWebStream_t586107972_il2cpp_TypeInfo_var); FileWebStream__ctor_m608901735(L_8, __this, 3, 1, 1, /*hidden argument*/NULL); V_1 = L_8; goto IL_0078; } // 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_0065; throw e; } CATCH_0065: { // begin catch(System.Exception) { V_2 = ((Exception_t *)__exception_local); Exception_t * L_9 = V_2; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_9); Exception_t * L_11 = V_2; WebException_t3237156354 * L_12 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m3995319482(L_12, L_10, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,FileWebRequest_GetResponseInternal_m1897020292_RuntimeMethod_var); } IL_0073: { goto IL_0078; } } // end catch (depth: 1) IL_0078: { Uri_t100236324 * L_13 = __this->get_uri_6(); FileStream_t4292183065 * L_14 = V_1; FileWebResponse_t544571260 * L_15 = (FileWebResponse_t544571260 *)il2cpp_codegen_object_new(FileWebResponse_t544571260_il2cpp_TypeInfo_var); FileWebResponse__ctor_m1177167577(L_15, L_13, L_14, /*hidden argument*/NULL); __this->set_webResponse_17(L_15); FileWebResponse_t544571260 * L_16 = __this->get_webResponse_17(); return L_16; } } // System.Void System.Net.FileWebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FileWebRequest_GetObjectData_m577359674 (FileWebRequest_t591858885 * __this, SerializationInfo_t950877179 * ___serializationInfo0, StreamingContext_t3711869237 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_GetObjectData_m577359674_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializationInfo_t950877179 * V_0 = NULL; { SerializationInfo_t950877179 * L_0 = ___serializationInfo0; V_0 = L_0; SerializationInfo_t950877179 * L_1 = V_0; WebHeaderCollection_t1942268960 * L_2 = __this->get_webHeaders_7(); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (WebHeaderCollection_t1942268960_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); NullCheck(L_1); SerializationInfo_AddValue_m3906743584(L_1, _stringLiteral3982688427, L_2, L_4, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_5 = V_0; RuntimeObject* L_6 = __this->get_proxy_13(); RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (IWebProxy_t688979836_0_0_0_var) }; Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); NullCheck(L_5); SerializationInfo_AddValue_m3906743584(L_5, _stringLiteral3460481212, L_6, L_8, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_9 = V_0; Uri_t100236324 * L_10 = __this->get_uri_6(); RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (Uri_t100236324_0_0_0_var) }; Type_t * L_12 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_9); SerializationInfo_AddValue_m3906743584(L_9, _stringLiteral3313977880, L_10, L_12, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_13 = V_0; String_t* L_14 = __this->get_connectionGroup_9(); NullCheck(L_13); SerializationInfo_AddValue_m2872281893(L_13, _stringLiteral3935661328, L_14, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_15 = V_0; String_t* L_16 = __this->get_method_12(); NullCheck(L_15); SerializationInfo_AddValue_m2872281893(L_15, _stringLiteral414301358, L_16, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_17 = V_0; int64_t L_18 = __this->get_contentLength_10(); NullCheck(L_17); SerializationInfo_AddValue_m3963995439(L_17, _stringLiteral2694049519, L_18, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_19 = V_0; int32_t L_20 = __this->get_timeout_15(); NullCheck(L_19); SerializationInfo_AddValue_m412754688(L_19, _stringLiteral591226122, L_20, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_21 = V_0; int32_t L_22 = __this->get_fileAccess_11(); int32_t L_23 = L_22; RuntimeObject * L_24 = Box(FileAccess_t1659085276_il2cpp_TypeInfo_var, &L_23); NullCheck(L_21); SerializationInfo_AddValue_m2872281893(L_21, _stringLiteral3373783834, L_24, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_25 = V_0; NullCheck(L_25); SerializationInfo_AddValue_m3427199315(L_25, _stringLiteral1290265491, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Net.FileWebRequest::Close() extern "C" IL2CPP_METHOD_ATTR void FileWebRequest_Close_m563726171 (FileWebRequest_t591858885 * __this, const RuntimeMethod* method) { FileWebRequest_t591858885 * 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; FileWebRequest_t591858885 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) { __this->set_requesting_19((bool)0); AutoResetEvent_t1333520283 * L_1 = __this->get_requestEndEvent_18(); if (!L_1) { goto IL_0026; } } IL_001a: { AutoResetEvent_t1333520283 * L_2 = __this->get_requestEndEvent_18(); NullCheck(L_2); EventWaitHandle_Set_m2445193251(L_2, /*hidden argument*/NULL); } IL_0026: { IL2CPP_LEAVE(0x32, FINALLY_002b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002b; } FINALLY_002b: { // begin finally (depth: 1) FileWebRequest_t591858885 * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(43) } // end finally (depth: 1) IL2CPP_CLEANUP(43) { IL2CPP_JUMP_TBL(0x32, IL_0032) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0032: { 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.FileWebRequest/FileWebStream::.ctor(System.Net.FileWebRequest,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) extern "C" IL2CPP_METHOD_ATTR void FileWebStream__ctor_m608901735 (FileWebStream_t586107972 * __this, FileWebRequest_t591858885 * ___webRequest0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, const RuntimeMethod* method) { { FileWebRequest_t591858885 * L_0 = ___webRequest0; NullCheck(L_0); Uri_t100236324 * L_1 = VirtFuncInvoker0< Uri_t100236324 * >::Invoke(16 /* System.Uri System.Net.FileWebRequest::get_RequestUri() */, L_0); NullCheck(L_1); String_t* L_2 = Uri_get_LocalPath_m3953298695(L_1, /*hidden argument*/NULL); int32_t L_3 = ___mode1; int32_t L_4 = ___access2; int32_t L_5 = ___share3; FileStream__ctor_m2889718780(__this, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); FileWebRequest_t591858885 * L_6 = ___webRequest0; __this->set_webRequest_16(L_6); return; } } // System.Void System.Net.FileWebRequest/FileWebStream::Close() extern "C" IL2CPP_METHOD_ATTR void FileWebStream_Close_m1685415426 (FileWebStream_t586107972 * __this, const RuntimeMethod* method) { FileWebRequest_t591858885 * V_0 = NULL; { Stream_Close_m771352034(__this, /*hidden argument*/NULL); FileWebRequest_t591858885 * L_0 = __this->get_webRequest_16(); V_0 = L_0; __this->set_webRequest_16((FileWebRequest_t591858885 *)NULL); FileWebRequest_t591858885 * L_1 = V_0; if (!L_1) { goto IL_0020; } } { FileWebRequest_t591858885 * L_2 = V_0; NullCheck(L_2); FileWebRequest_Close_m563726171(L_2, /*hidden argument*/NULL); } IL_0020: { 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.FileWebRequest/GetRequestStreamCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetRequestStreamCallback__ctor_m2135294325 (GetRequestStreamCallback_t1154006112 * __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.IO.Stream System.Net.FileWebRequest/GetRequestStreamCallback::Invoke() extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * GetRequestStreamCallback_Invoke_m4278916503 (GetRequestStreamCallback_t1154006112 * __this, const RuntimeMethod* method) { Stream_t1273022909 * result = NULL; if(__this->get_prev_9() != NULL) { GetRequestStreamCallback_Invoke_m4278916503((GetRequestStreamCallback_t1154006112 *)__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 Stream_t1273022909 * (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef Stream_t1273022909 * (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker0< Stream_t1273022909 * >::Invoke(targetMethod, targetThis); else result = GenericVirtFuncInvoker0< Stream_t1273022909 * >::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< Stream_t1273022909 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else result = VirtFuncInvoker0< Stream_t1273022909 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef Stream_t1273022909 * (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } return result; } // System.IAsyncResult System.Net.FileWebRequest/GetRequestStreamCallback::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GetRequestStreamCallback_BeginInvoke_m849805340 (GetRequestStreamCallback_t1154006112 * __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.IO.Stream System.Net.FileWebRequest/GetRequestStreamCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * GetRequestStreamCallback_EndInvoke_m4184962514 (GetRequestStreamCallback_t1154006112 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Stream_t1273022909 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.FileWebRequest/GetResponseCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void GetResponseCallback__ctor_m2382157145 (GetResponseCallback_t2326689408 * __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.Net.WebResponse System.Net.FileWebRequest/GetResponseCallback::Invoke() extern "C" IL2CPP_METHOD_ATTR WebResponse_t229922639 * GetResponseCallback_Invoke_m1374252174 (GetResponseCallback_t2326689408 * __this, const RuntimeMethod* method) { WebResponse_t229922639 * result = NULL; if(__this->get_prev_9() != NULL) { GetResponseCallback_Invoke_m1374252174((GetResponseCallback_t2326689408 *)__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 WebResponse_t229922639 * (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef WebResponse_t229922639 * (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); result = ((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)) result = GenericInterfaceFuncInvoker0< WebResponse_t229922639 * >::Invoke(targetMethod, targetThis); else result = GenericVirtFuncInvoker0< WebResponse_t229922639 * >::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< WebResponse_t229922639 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else result = VirtFuncInvoker0< WebResponse_t229922639 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef WebResponse_t229922639 * (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } return result; } // System.IAsyncResult System.Net.FileWebRequest/GetResponseCallback::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GetResponseCallback_BeginInvoke_m3784824992 (GetResponseCallback_t2326689408 * __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.Net.WebResponse System.Net.FileWebRequest/GetResponseCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR WebResponse_t229922639 * GetResponseCallback_EndInvoke_m4079632192 (GetResponseCallback_t2326689408 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (WebResponse_t229922639 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.FileWebRequestCreator::.ctor() extern "C" IL2CPP_METHOD_ATTR void FileWebRequestCreator__ctor_m2638763787 (FileWebRequestCreator_t1781329382 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Net.WebRequest System.Net.FileWebRequestCreator::Create(System.Uri) extern "C" IL2CPP_METHOD_ATTR WebRequest_t1939381076 * FileWebRequestCreator_Create_m987324668 (FileWebRequestCreator_t1781329382 * __this, Uri_t100236324 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequestCreator_Create_m987324668_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Uri_t100236324 * L_0 = ___uri0; FileWebRequest_t591858885 * L_1 = (FileWebRequest_t591858885 *)il2cpp_codegen_object_new(FileWebRequest_t591858885_il2cpp_TypeInfo_var); FileWebRequest__ctor_m3189951510(L_1, L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.FileWebResponse::.ctor(System.Uri,System.IO.FileStream) extern "C" IL2CPP_METHOD_ATTR void FileWebResponse__ctor_m1177167577 (FileWebResponse_t544571260 * __this, Uri_t100236324 * ___responseUri0, FileStream_t4292183065 * ___fileStream1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebResponse__ctor_m1177167577_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); { WebResponse__ctor_m824854825(__this, /*hidden argument*/NULL); } IL_0006: try { // begin try (depth: 1) Uri_t100236324 * L_0 = ___responseUri0; __this->set_responseUri_1(L_0); FileStream_t4292183065 * L_1 = ___fileStream1; __this->set_fileStream_2(L_1); FileStream_t4292183065 * L_2 = ___fileStream1; NullCheck(L_2); int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.FileStream::get_Length() */, L_2); __this->set_contentLength_3(L_3); WebHeaderCollection_t1942268960 * L_4 = (WebHeaderCollection_t1942268960 *)il2cpp_codegen_object_new(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var); WebHeaderCollection__ctor_m896654210(L_4, /*hidden argument*/NULL); __this->set_webHeaders_4(L_4); WebHeaderCollection_t1942268960 * L_5 = __this->get_webHeaders_4(); int64_t L_6 = __this->get_contentLength_3(); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_7 = Convert_ToString_m2676554995(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); NullCheck(L_5); VirtActionInvoker2< String_t*, String_t* >::Invoke(16 /* System.Void System.Net.WebHeaderCollection::Add(System.String,System.String) */, L_5, _stringLiteral1348707855, L_7); WebHeaderCollection_t1942268960 * L_8 = __this->get_webHeaders_4(); NullCheck(L_8); VirtActionInvoker2< String_t*, String_t* >::Invoke(16 /* System.Void System.Net.WebHeaderCollection::Add(System.String,System.String) */, L_8, _stringLiteral2263792357, _stringLiteral1612324208); goto IL_0073; } // 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_0060; throw e; } CATCH_0060: { // begin catch(System.Exception) { V_0 = ((Exception_t *)__exception_local); Exception_t * L_9 = V_0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_9); Exception_t * L_11 = V_0; WebException_t3237156354 * L_12 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m3995319482(L_12, L_10, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,FileWebResponse__ctor_m1177167577_RuntimeMethod_var); } IL_006e: { goto IL_0073; } } // end catch (depth: 1) IL_0073: { return; } } // System.Void System.Net.FileWebResponse::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FileWebResponse__ctor_m70121420 (FileWebResponse_t544571260 * __this, SerializationInfo_t950877179 * ___serializationInfo0, StreamingContext_t3711869237 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebResponse__ctor_m70121420_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializationInfo_t950877179 * V_0 = NULL; { WebResponse__ctor_m824854825(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_0 = ___serializationInfo0; V_0 = L_0; SerializationInfo_t950877179 * L_1 = V_0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (Uri_t100236324_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject * L_4 = SerializationInfo_GetValue_m42271953(L_1, _stringLiteral4221043530, L_3, /*hidden argument*/NULL); __this->set_responseUri_1(((Uri_t100236324 *)CastclassClass((RuntimeObject*)L_4, Uri_t100236324_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_5 = V_0; NullCheck(L_5); int64_t L_6 = SerializationInfo_GetInt64_m2503729515(L_5, _stringLiteral2694049519, /*hidden argument*/NULL); __this->set_contentLength_3(L_6); SerializationInfo_t950877179 * L_7 = V_0; RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (WebHeaderCollection_t1942268960_0_0_0_var) }; Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); RuntimeObject * L_10 = SerializationInfo_GetValue_m42271953(L_7, _stringLiteral4132706365, L_9, /*hidden argument*/NULL); __this->set_webHeaders_4(((WebHeaderCollection_t1942268960 *)CastclassClass((RuntimeObject*)L_10, WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))); return; } } // System.Void System.Net.FileWebResponse::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FileWebResponse_System_Runtime_Serialization_ISerializable_GetObjectData_m232863864 (FileWebResponse_t544571260 * __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(11 /* System.Void System.Net.FileWebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, __this, L_0, L_1); return; } } // System.Void System.Net.FileWebResponse::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void FileWebResponse_System_IDisposable_Dispose_m1525570277 (FileWebResponse_t544571260 * __this, const RuntimeMethod* method) { { FileWebResponse_Dispose_m1395533903(__this, (bool)1, /*hidden argument*/NULL); GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return; } } // System.Net.WebHeaderCollection System.Net.FileWebResponse::get_Headers() extern "C" IL2CPP_METHOD_ATTR WebHeaderCollection_t1942268960 * FileWebResponse_get_Headers_m2667678104 (FileWebResponse_t544571260 * __this, const RuntimeMethod* method) { { FileWebResponse_CheckDisposed_m3293736908(__this, /*hidden argument*/NULL); WebHeaderCollection_t1942268960 * L_0 = __this->get_webHeaders_4(); return L_0; } } // System.Void System.Net.FileWebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FileWebResponse_GetObjectData_m4283659003 (FileWebResponse_t544571260 * __this, SerializationInfo_t950877179 * ___serializationInfo0, StreamingContext_t3711869237 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebResponse_GetObjectData_m4283659003_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializationInfo_t950877179 * V_0 = NULL; { SerializationInfo_t950877179 * L_0 = ___serializationInfo0; V_0 = L_0; SerializationInfo_t950877179 * L_1 = V_0; Uri_t100236324 * L_2 = __this->get_responseUri_1(); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (Uri_t100236324_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); NullCheck(L_1); SerializationInfo_AddValue_m3906743584(L_1, _stringLiteral4221043530, L_2, L_4, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_5 = V_0; int64_t L_6 = __this->get_contentLength_3(); NullCheck(L_5); SerializationInfo_AddValue_m3963995439(L_5, _stringLiteral2694049519, L_6, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_7 = V_0; WebHeaderCollection_t1942268960 * L_8 = __this->get_webHeaders_4(); RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (WebHeaderCollection_t1942268960_0_0_0_var) }; Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); NullCheck(L_7); SerializationInfo_AddValue_m3906743584(L_7, _stringLiteral4132706365, L_8, L_10, /*hidden argument*/NULL); return; } } // System.IO.Stream System.Net.FileWebResponse::GetResponseStream() extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * FileWebResponse_GetResponseStream_m3599920122 (FileWebResponse_t544571260 * __this, const RuntimeMethod* method) { { FileWebResponse_CheckDisposed_m3293736908(__this, /*hidden argument*/NULL); FileStream_t4292183065 * L_0 = __this->get_fileStream_2(); return L_0; } } // System.Void System.Net.FileWebResponse::Finalize() extern "C" IL2CPP_METHOD_ATTR void FileWebResponse_Finalize_m1100831002 (FileWebResponse_t544571260 * __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) FileWebResponse_Dispose_m1395533903(__this, (bool)0, /*hidden argument*/NULL); 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.FileWebResponse::Close() extern "C" IL2CPP_METHOD_ATTR void FileWebResponse_Close_m416836077 (FileWebResponse_t544571260 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebResponse_Close_m416836077_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, __this); return; } } // System.Void System.Net.FileWebResponse::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileWebResponse_Dispose_m1395533903 (FileWebResponse_t544571260 * __this, bool ___disposing0, const RuntimeMethod* method) { FileStream_t4292183065 * V_0 = NULL; { bool L_0 = __this->get_disposed_5(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_disposed_5((bool)1); bool L_1 = ___disposing0; if (!L_1) { goto IL_0027; } } { __this->set_responseUri_1((Uri_t100236324 *)NULL); __this->set_webHeaders_4((WebHeaderCollection_t1942268960 *)NULL); } IL_0027: { FileStream_t4292183065 * L_2 = __this->get_fileStream_2(); V_0 = L_2; __this->set_fileStream_2((FileStream_t4292183065 *)NULL); FileStream_t4292183065 * L_3 = V_0; if (!L_3) { goto IL_0041; } } { FileStream_t4292183065 * L_4 = V_0; NullCheck(L_4); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_4); } IL_0041: { return; } } // System.Void System.Net.FileWebResponse::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void FileWebResponse_CheckDisposed_m3293736908 (FileWebResponse_t544571260 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebResponse_CheckDisposed_m3293736908_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_5(); 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,FileWebResponse_CheckDisposed_m3293736908_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.FtpAsyncResult::.ctor(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult__ctor_m524856605 (FtpAsyncResult_t3265664217 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpAsyncResult__ctor_m524856605_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_8(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); AsyncCallback_t3962456242 * L_1 = ___callback0; __this->set_callback_3(L_1); RuntimeObject * L_2 = ___state1; __this->set_state_5(L_2); return; } } // System.Object System.Net.FtpAsyncResult::get_AsyncState() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * FtpAsyncResult_get_AsyncState_m2681421917 (FtpAsyncResult_t3265664217 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_state_5(); return L_0; } } // System.Threading.WaitHandle System.Net.FtpAsyncResult::get_AsyncWaitHandle() extern "C" IL2CPP_METHOD_ATTR WaitHandle_t1743403487 * FtpAsyncResult_get_AsyncWaitHandle_m1468110686 (FtpAsyncResult_t3265664217 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpAsyncResult_get_AsyncWaitHandle_m1468110686_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_8(); 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_waitHandle_1(); if (L_2) { goto IL_0024; } } IL_0018: { ManualResetEvent_t451242010 * L_3 = (ManualResetEvent_t451242010 *)il2cpp_codegen_object_new(ManualResetEvent_t451242010_il2cpp_TypeInfo_var); ManualResetEvent__ctor_m4010886457(L_3, (bool)0, /*hidden argument*/NULL); __this->set_waitHandle_1(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) RuntimeObject * 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: { ManualResetEvent_t451242010 * L_5 = __this->get_waitHandle_1(); return L_5; } } // System.Boolean System.Net.FtpAsyncResult::get_IsCompleted() extern "C" IL2CPP_METHOD_ATTR bool FtpAsyncResult_get_IsCompleted_m2746579060 (FtpAsyncResult_t3265664217 * __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_8(); 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_completed_6(); 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.FtpAsyncResult::get_GotException() extern "C" IL2CPP_METHOD_ATTR bool FtpAsyncResult_get_GotException_m460501254 (FtpAsyncResult_t3265664217 * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get_exception_2(); return (bool)((((int32_t)((((RuntimeObject*)(Exception_t *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Exception System.Net.FtpAsyncResult::get_Exception() extern "C" IL2CPP_METHOD_ATTR Exception_t * FtpAsyncResult_get_Exception_m3265976807 (FtpAsyncResult_t3265664217 * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get_exception_2(); return L_0; } } // System.Net.FtpWebResponse System.Net.FtpAsyncResult::get_Response() extern "C" IL2CPP_METHOD_ATTR FtpWebResponse_t3940763575 * FtpAsyncResult_get_Response_m559123986 (FtpAsyncResult_t3265664217 * __this, const RuntimeMethod* method) { { FtpWebResponse_t3940763575 * L_0 = __this->get_response_0(); return L_0; } } // System.IO.Stream System.Net.FtpAsyncResult::get_Stream() extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * FtpAsyncResult_get_Stream_m2727806888 (FtpAsyncResult_t3265664217 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_stream_4(); return L_0; } } // System.Void System.Net.FtpAsyncResult::set_Stream(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult_set_Stream_m2533266488 (FtpAsyncResult_t3265664217 * __this, Stream_t1273022909 * ___value0, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = ___value0; __this->set_stream_4(L_0); return; } } // System.Boolean System.Net.FtpAsyncResult::WaitUntilComplete(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool FtpAsyncResult_WaitUntilComplete_m801803550 (FtpAsyncResult_t3265664217 * __this, int32_t ___timeout0, bool ___exitContext1, const RuntimeMethod* method) { { bool L_0 = FtpAsyncResult_get_IsCompleted_m2746579060(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { return (bool)1; } IL_000d: { WaitHandle_t1743403487 * L_1 = FtpAsyncResult_get_AsyncWaitHandle_m1468110686(__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.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Exception,System.Net.FtpWebResponse) extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_m2849243376 (FtpAsyncResult_t3265664217 * __this, bool ___synch0, Exception_t * ___exc1, FtpWebResponse_t3940763575 * ___response2, 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_7(L_0); Exception_t * L_1 = ___exc1; __this->set_exception_2(L_1); FtpWebResponse_t3940763575 * L_2 = ___response2; __this->set_response_0(L_2); RuntimeObject * L_3 = __this->get_locker_8(); V_0 = L_3; RuntimeObject * L_4 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); } IL_0022: try { // begin try (depth: 1) { __this->set_completed_6((bool)1); ManualResetEvent_t451242010 * L_5 = __this->get_waitHandle_1(); if (!L_5) { goto IL_0040; } } IL_0034: { ManualResetEvent_t451242010 * L_6 = __this->get_waitHandle_1(); NullCheck(L_6); EventWaitHandle_Set_m2445193251(L_6, /*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_7 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_7, /*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: { FtpAsyncResult_DoCallback_m998142903(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Net.FtpWebResponse) extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_m1279429529 (FtpAsyncResult_t3265664217 * __this, bool ___synch0, FtpWebResponse_t3940763575 * ___response1, const RuntimeMethod* method) { { bool L_0 = ___synch0; FtpWebResponse_t3940763575 * L_1 = ___response1; FtpAsyncResult_SetCompleted_m2849243376(__this, L_0, (Exception_t *)NULL, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Exception) extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_m3601468790 (FtpAsyncResult_t3265664217 * __this, bool ___synch0, Exception_t * ___exc1, const RuntimeMethod* method) { { bool L_0 = ___synch0; Exception_t * L_1 = ___exc1; FtpAsyncResult_SetCompleted_m2849243376(__this, L_0, L_1, (FtpWebResponse_t3940763575 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpAsyncResult::DoCallback() extern "C" IL2CPP_METHOD_ATTR void FtpAsyncResult_DoCallback_m998142903 (FtpAsyncResult_t3265664217 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpAsyncResult_DoCallback_m998142903_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); { AsyncCallback_t3962456242 * L_0 = __this->get_callback_3(); if (!L_0) { goto IL_0022; } } IL_000b: try { // begin try (depth: 1) AsyncCallback_t3962456242 * L_1 = __this->get_callback_3(); NullCheck(L_1); AsyncCallback_Invoke_m3156993048(L_1, __this, /*hidden argument*/NULL); goto IL_0022; } // 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_001c; throw e; } CATCH_001c: { // begin catch(System.Exception) goto IL_0022; } // end catch (depth: 1) IL_0022: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.FtpDataStream::.ctor(System.Net.FtpWebRequest,System.IO.Stream,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FtpDataStream__ctor_m4139269767 (FtpDataStream_t1366729715 * __this, FtpWebRequest_t1577818305 * ___request0, Stream_t1273022909 * ___stream1, bool ___isRead2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream__ctor_m4139269767_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream__ctor_m3881936881(__this, /*hidden argument*/NULL); FtpWebRequest_t1577818305 * L_0 = ___request0; 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, _stringLiteral475703782, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FtpDataStream__ctor_m4139269767_RuntimeMethod_var); } IL_0017: { FtpWebRequest_t1577818305 * L_2 = ___request0; __this->set_request_2(L_2); Stream_t1273022909 * L_3 = ___stream1; __this->set_networkStream_3(L_3); bool L_4 = ___isRead2; __this->set_isRead_5(L_4); return; } } // System.Void System.Net.FtpDataStream::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_System_IDisposable_Dispose_m2806312366 (FtpDataStream_t1366729715 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(13 /* System.Void System.Net.FtpDataStream::Dispose(System.Boolean) */, __this, (bool)1); GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.FtpDataStream::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool FtpDataStream_get_CanRead_m1810661727 (FtpDataStream_t1366729715 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isRead_5(); return L_0; } } // System.Boolean System.Net.FtpDataStream::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool FtpDataStream_get_CanWrite_m2224737779 (FtpDataStream_t1366729715 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isRead_5(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Net.FtpDataStream::get_CanSeek() extern "C" IL2CPP_METHOD_ATTR bool FtpDataStream_get_CanSeek_m307473482 (FtpDataStream_t1366729715 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Int64 System.Net.FtpDataStream::get_Length() extern "C" IL2CPP_METHOD_ATTR int64_t FtpDataStream_get_Length_m853866729 (FtpDataStream_t1366729715 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_get_Length_m853866729_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,FtpDataStream_get_Length_m853866729_RuntimeMethod_var); } } // System.Int64 System.Net.FtpDataStream::get_Position() extern "C" IL2CPP_METHOD_ATTR int64_t FtpDataStream_get_Position_m1472390831 (FtpDataStream_t1366729715 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_get_Position_m1472390831_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,FtpDataStream_get_Position_m1472390831_RuntimeMethod_var); } } // System.Void System.Net.FtpDataStream::set_Position(System.Int64) extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_set_Position_m3950238701 (FtpDataStream_t1366729715 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_set_Position_m3950238701_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,FtpDataStream_set_Position_m3950238701_RuntimeMethod_var); } } // System.Void System.Net.FtpDataStream::Close() extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_Close_m3268039883 (FtpDataStream_t1366729715 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(13 /* System.Void System.Net.FtpDataStream::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.Void System.Net.FtpDataStream::Flush() extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_Flush_m3154007243 (FtpDataStream_t1366729715 * __this, const RuntimeMethod* method) { { return; } } // System.Int64 System.Net.FtpDataStream::Seek(System.Int64,System.IO.SeekOrigin) extern "C" IL2CPP_METHOD_ATTR int64_t FtpDataStream_Seek_m2525604345 (FtpDataStream_t1366729715 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_Seek_m2525604345_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,FtpDataStream_Seek_m2525604345_RuntimeMethod_var); } } // System.Void System.Net.FtpDataStream::SetLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_SetLength_m257596543 (FtpDataStream_t1366729715 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_SetLength_m257596543_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,FtpDataStream_SetLength_m257596543_RuntimeMethod_var); } } // System.Int32 System.Net.FtpDataStream::ReadInternal(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t FtpDataStream_ReadInternal_m1445022698 (FtpDataStream_t1366729715 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_ReadInternal_m1445022698_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = 0; FtpWebRequest_t1577818305 * L_0 = __this->get_request_2(); NullCheck(L_0); FtpWebRequest_CheckIfAborted_m4220179630(L_0, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) Stream_t1273022909 * L_1 = __this->get_networkStream_3(); ByteU5BU5D_t4116647657* L_2 = ___buffer0; int32_t L_3 = ___offset1; int32_t L_4 = ___size2; NullCheck(L_1); 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_1, L_2, L_3, L_4); V_0 = L_5; goto IL_0032; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0021; throw e; } CATCH_0021: { // begin catch(System.IO.IOException) { ProtocolViolationException_t4144007430 * L_6 = (ProtocolViolationException_t4144007430 *)il2cpp_codegen_object_new(ProtocolViolationException_t4144007430_il2cpp_TypeInfo_var); ProtocolViolationException__ctor_m1575418383(L_6, _stringLiteral230127929, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,FtpDataStream_ReadInternal_m1445022698_RuntimeMethod_var); } IL_002d: { goto IL_0032; } } // end catch (depth: 1) IL_0032: { int32_t L_7 = __this->get_totalRead_6(); int32_t L_8 = V_0; __this->set_totalRead_6(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8))); int32_t L_9 = V_0; if (L_9) { goto IL_0063; } } { __this->set_networkStream_3((Stream_t1273022909 *)NULL); FtpWebRequest_t1577818305 * L_10 = __this->get_request_2(); NullCheck(L_10); FtpWebRequest_CloseDataConnection_m473296206(L_10, /*hidden argument*/NULL); FtpWebRequest_t1577818305 * L_11 = __this->get_request_2(); NullCheck(L_11); FtpWebRequest_SetTransferCompleted_m1178172310(L_11, /*hidden argument*/NULL); } IL_0063: { int32_t L_12 = V_0; return L_12; } } // System.IAsyncResult System.Net.FtpDataStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FtpDataStream_BeginRead_m458546936 (FtpDataStream_t1366729715 * __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 (FtpDataStream_BeginRead_m458546936_MetadataUsageId); s_Il2CppMethodInitialized = true; } ReadDelegate_t4266946825 * V_0 = NULL; { FtpDataStream_CheckDisposed_m3833461916(__this, /*hidden argument*/NULL); bool L_0 = __this->get_isRead_5(); if (L_0) { goto IL_0017; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FtpDataStream_BeginRead_m458546936_RuntimeMethod_var); } IL_0017: { ByteU5BU5D_t4116647657* L_2 = ___buffer0; if (L_2) { goto IL_0028; } } { 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,FtpDataStream_BeginRead_m458546936_RuntimeMethod_var); } IL_0028: { int32_t L_4 = ___offset1; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0038; } } { int32_t L_5 = ___offset1; ByteU5BU5D_t4116647657* L_6 = ___buffer0; NullCheck(L_6); if ((((int32_t)L_5) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))))) { goto IL_0043; } } IL_0038: { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_7, _stringLiteral1082126080, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,FtpDataStream_BeginRead_m458546936_RuntimeMethod_var); } IL_0043: { int32_t L_8 = ___size2; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_0055; } } { int32_t L_9 = ___size2; ByteU5BU5D_t4116647657* L_10 = ___buffer0; NullCheck(L_10); int32_t L_11 = ___offset1; if ((((int32_t)L_9) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), (int32_t)L_11))))) { goto IL_0060; } } IL_0055: { ArgumentOutOfRangeException_t777629997 * L_12 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_12, _stringLiteral3850972780, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,FtpDataStream_BeginRead_m458546936_RuntimeMethod_var); } IL_0060: { intptr_t L_13 = (intptr_t)FtpDataStream_ReadInternal_m1445022698_RuntimeMethod_var; ReadDelegate_t4266946825 * L_14 = (ReadDelegate_t4266946825 *)il2cpp_codegen_object_new(ReadDelegate_t4266946825_il2cpp_TypeInfo_var); ReadDelegate__ctor_m4059842624(L_14, __this, L_13, /*hidden argument*/NULL); V_0 = L_14; ReadDelegate_t4266946825 * L_15 = V_0; ByteU5BU5D_t4116647657* L_16 = ___buffer0; int32_t L_17 = ___offset1; int32_t L_18 = ___size2; AsyncCallback_t3962456242 * L_19 = ___cb3; RuntimeObject * L_20 = ___state4; NullCheck(L_15); RuntimeObject* L_21 = ReadDelegate_BeginInvoke_m2818773993(L_15, L_16, L_17, L_18, L_19, L_20, /*hidden argument*/NULL); return L_21; } } // System.Int32 System.Net.FtpDataStream::EndRead(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t FtpDataStream_EndRead_m2026651420 (FtpDataStream_t1366729715 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_EndRead_m2026651420_MetadataUsageId); s_Il2CppMethodInitialized = true; } AsyncResult_t4194309572 * V_0 = NULL; ReadDelegate_t4266946825 * V_1 = NULL; { RuntimeObject* L_0 = ___asyncResult0; 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, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FtpDataStream_EndRead_m2026651420_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = ___asyncResult0; V_0 = ((AsyncResult_t4194309572 *)IsInstClass((RuntimeObject*)L_2, AsyncResult_t4194309572_il2cpp_TypeInfo_var)); AsyncResult_t4194309572 * L_3 = V_0; if (L_3) { goto IL_002e; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_4, _stringLiteral1688048206, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,FtpDataStream_EndRead_m2026651420_RuntimeMethod_var); } IL_002e: { AsyncResult_t4194309572 * L_5 = V_0; NullCheck(L_5); RuntimeObject * L_6 = VirtFuncInvoker0< RuntimeObject * >::Invoke(11 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, L_5); V_1 = ((ReadDelegate_t4266946825 *)IsInstSealed((RuntimeObject*)L_6, ReadDelegate_t4266946825_il2cpp_TypeInfo_var)); ReadDelegate_t4266946825 * L_7 = V_1; if (L_7) { goto IL_0050; } } { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_8, _stringLiteral1688048206, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,FtpDataStream_EndRead_m2026651420_RuntimeMethod_var); } IL_0050: { ReadDelegate_t4266946825 * L_9 = V_1; RuntimeObject* L_10 = ___asyncResult0; NullCheck(L_9); int32_t L_11 = ReadDelegate_EndInvoke_m2502569465(L_9, L_10, /*hidden argument*/NULL); return L_11; } } // System.Int32 System.Net.FtpDataStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t FtpDataStream_Read_m2042823585 (FtpDataStream_t1366729715 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_Read_m2042823585_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { FtpWebRequest_t1577818305 * L_0 = __this->get_request_2(); NullCheck(L_0); FtpWebRequest_CheckIfAborted_m4220179630(L_0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___size2; RuntimeObject* L_4 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_t4116647657*, int32_t, int32_t, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(24 /* System.IAsyncResult System.Net.FtpDataStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, __this, L_1, L_2, L_3, (AsyncCallback_t3962456242 *)NULL, NULL); V_0 = L_4; RuntimeObject* L_5 = V_0; NullCheck(L_5); bool L_6 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_5); if (L_6) { goto IL_004b; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); WaitHandle_t1743403487 * L_8 = InterfaceFuncInvoker0< WaitHandle_t1743403487 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_7); FtpWebRequest_t1577818305 * L_9 = __this->get_request_2(); NullCheck(L_9); int32_t L_10 = FtpWebRequest_get_ReadWriteTimeout_m1510839785(L_9, /*hidden argument*/NULL); NullCheck(L_8); bool L_11 = VirtFuncInvoker2< bool, int32_t, bool >::Invoke(11 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_8, L_10, (bool)0); if (L_11) { goto IL_004b; } } { WebException_t3237156354 * L_12 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2864788884(L_12, _stringLiteral211192596, ((int32_t)14), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,FtpDataStream_Read_m2042823585_RuntimeMethod_var); } IL_004b: { RuntimeObject* L_13 = V_0; int32_t L_14 = VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(26 /* System.Int32 System.Net.FtpDataStream::EndRead(System.IAsyncResult) */, __this, L_13); return L_14; } } // System.Void System.Net.FtpDataStream::WriteInternal(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_WriteInternal_m1021407502 (FtpDataStream_t1366729715 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_WriteInternal_m1021407502_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); { FtpWebRequest_t1577818305 * L_0 = __this->get_request_2(); NullCheck(L_0); FtpWebRequest_CheckIfAborted_m4220179630(L_0, /*hidden argument*/NULL); } IL_000b: try { // begin try (depth: 1) Stream_t1273022909 * L_1 = __this->get_networkStream_3(); ByteU5BU5D_t4116647657* L_2 = ___buffer0; int32_t L_3 = ___offset1; int32_t L_4 = ___size2; NullCheck(L_1); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, L_3, L_4); goto IL_002a; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001e; throw e; } CATCH_001e: { // begin catch(System.IO.IOException) { ProtocolViolationException_t4144007430 * L_5 = (ProtocolViolationException_t4144007430 *)il2cpp_codegen_object_new(ProtocolViolationException_t4144007430_il2cpp_TypeInfo_var); ProtocolViolationException__ctor_m3494069637(L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,FtpDataStream_WriteInternal_m1021407502_RuntimeMethod_var); } IL_0025: { goto IL_002a; } } // end catch (depth: 1) IL_002a: { return; } } // System.IAsyncResult System.Net.FtpDataStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FtpDataStream_BeginWrite_m51295119 (FtpDataStream_t1366729715 * __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 (FtpDataStream_BeginWrite_m51295119_MetadataUsageId); s_Il2CppMethodInitialized = true; } WriteDelegate_t2016697242 * V_0 = NULL; { FtpDataStream_CheckDisposed_m3833461916(__this, /*hidden argument*/NULL); bool L_0 = __this->get_isRead_5(); if (!L_0) { goto IL_0017; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FtpDataStream_BeginWrite_m51295119_RuntimeMethod_var); } IL_0017: { ByteU5BU5D_t4116647657* L_2 = ___buffer0; if (L_2) { goto IL_0028; } } { 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,FtpDataStream_BeginWrite_m51295119_RuntimeMethod_var); } IL_0028: { int32_t L_4 = ___offset1; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0038; } } { int32_t L_5 = ___offset1; ByteU5BU5D_t4116647657* L_6 = ___buffer0; NullCheck(L_6); if ((((int32_t)L_5) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))))) { goto IL_0043; } } IL_0038: { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_7, _stringLiteral1082126080, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,FtpDataStream_BeginWrite_m51295119_RuntimeMethod_var); } IL_0043: { int32_t L_8 = ___size2; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_0055; } } { int32_t L_9 = ___size2; ByteU5BU5D_t4116647657* L_10 = ___buffer0; NullCheck(L_10); int32_t L_11 = ___offset1; if ((((int32_t)L_9) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), (int32_t)L_11))))) { goto IL_0060; } } IL_0055: { ArgumentOutOfRangeException_t777629997 * L_12 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_12, _stringLiteral3850972780, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,FtpDataStream_BeginWrite_m51295119_RuntimeMethod_var); } IL_0060: { intptr_t L_13 = (intptr_t)FtpDataStream_WriteInternal_m1021407502_RuntimeMethod_var; WriteDelegate_t2016697242 * L_14 = (WriteDelegate_t2016697242 *)il2cpp_codegen_object_new(WriteDelegate_t2016697242_il2cpp_TypeInfo_var); WriteDelegate__ctor_m3568392013(L_14, __this, L_13, /*hidden argument*/NULL); V_0 = L_14; WriteDelegate_t2016697242 * L_15 = V_0; ByteU5BU5D_t4116647657* L_16 = ___buffer0; int32_t L_17 = ___offset1; int32_t L_18 = ___size2; AsyncCallback_t3962456242 * L_19 = ___cb3; RuntimeObject * L_20 = ___state4; NullCheck(L_15); RuntimeObject* L_21 = WriteDelegate_BeginInvoke_m4282217382(L_15, L_16, L_17, L_18, L_19, L_20, /*hidden argument*/NULL); return L_21; } } // System.Void System.Net.FtpDataStream::EndWrite(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_EndWrite_m2288126240 (FtpDataStream_t1366729715 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_EndWrite_m2288126240_MetadataUsageId); s_Il2CppMethodInitialized = true; } AsyncResult_t4194309572 * V_0 = NULL; WriteDelegate_t2016697242 * V_1 = NULL; { RuntimeObject* L_0 = ___asyncResult0; 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, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FtpDataStream_EndWrite_m2288126240_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = ___asyncResult0; V_0 = ((AsyncResult_t4194309572 *)IsInstClass((RuntimeObject*)L_2, AsyncResult_t4194309572_il2cpp_TypeInfo_var)); AsyncResult_t4194309572 * L_3 = V_0; if (L_3) { goto IL_002e; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_4, _stringLiteral1598788174, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,FtpDataStream_EndWrite_m2288126240_RuntimeMethod_var); } IL_002e: { AsyncResult_t4194309572 * L_5 = V_0; NullCheck(L_5); RuntimeObject * L_6 = VirtFuncInvoker0< RuntimeObject * >::Invoke(11 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, L_5); V_1 = ((WriteDelegate_t2016697242 *)IsInstSealed((RuntimeObject*)L_6, WriteDelegate_t2016697242_il2cpp_TypeInfo_var)); WriteDelegate_t2016697242 * L_7 = V_1; if (L_7) { goto IL_0050; } } { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_8, _stringLiteral1598788174, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,FtpDataStream_EndWrite_m2288126240_RuntimeMethod_var); } IL_0050: { WriteDelegate_t2016697242 * L_9 = V_1; RuntimeObject* L_10 = ___asyncResult0; NullCheck(L_9); WriteDelegate_EndInvoke_m4146667621(L_9, L_10, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpDataStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_Write_m4109720742 (FtpDataStream_t1366729715 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_Write_m4109720742_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { FtpWebRequest_t1577818305 * L_0 = __this->get_request_2(); NullCheck(L_0); FtpWebRequest_CheckIfAborted_m4220179630(L_0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___size2; RuntimeObject* L_4 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_t4116647657*, int32_t, int32_t, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(25 /* System.IAsyncResult System.Net.FtpDataStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, __this, L_1, L_2, L_3, (AsyncCallback_t3962456242 *)NULL, NULL); V_0 = L_4; RuntimeObject* L_5 = V_0; NullCheck(L_5); bool L_6 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_5); if (L_6) { goto IL_004b; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); WaitHandle_t1743403487 * L_8 = InterfaceFuncInvoker0< WaitHandle_t1743403487 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_7); FtpWebRequest_t1577818305 * L_9 = __this->get_request_2(); NullCheck(L_9); int32_t L_10 = FtpWebRequest_get_ReadWriteTimeout_m1510839785(L_9, /*hidden argument*/NULL); NullCheck(L_8); bool L_11 = VirtFuncInvoker2< bool, int32_t, bool >::Invoke(11 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_8, L_10, (bool)0); if (L_11) { goto IL_004b; } } { WebException_t3237156354 * L_12 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2864788884(L_12, _stringLiteral211192596, ((int32_t)14), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,FtpDataStream_Write_m4109720742_RuntimeMethod_var); } IL_004b: { RuntimeObject* L_13 = V_0; VirtActionInvoker1< RuntimeObject* >::Invoke(27 /* System.Void System.Net.FtpDataStream::EndWrite(System.IAsyncResult) */, __this, L_13); return; } } // System.Void System.Net.FtpDataStream::Finalize() extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_Finalize_m2643715456 (FtpDataStream_t1366729715 * __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.FtpDataStream::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.FtpDataStream::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_Dispose_m2867414550 (FtpDataStream_t1366729715 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = __this->get_disposed_4(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_disposed_4((bool)1); Stream_t1273022909 * L_1 = __this->get_networkStream_3(); if (!L_1) { goto IL_0042; } } { FtpWebRequest_t1577818305 * L_2 = __this->get_request_2(); NullCheck(L_2); FtpWebRequest_CloseDataConnection_m473296206(L_2, /*hidden argument*/NULL); FtpWebRequest_t1577818305 * L_3 = __this->get_request_2(); NullCheck(L_3); FtpWebRequest_SetTransferCompleted_m1178172310(L_3, /*hidden argument*/NULL); __this->set_request_2((FtpWebRequest_t1577818305 *)NULL); __this->set_networkStream_3((Stream_t1273022909 *)NULL); } IL_0042: { return; } } // System.Void System.Net.FtpDataStream::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void FtpDataStream_CheckDisposed_m3833461916 (FtpDataStream_t1366729715 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpDataStream_CheckDisposed_m3833461916_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_4(); 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,FtpDataStream_CheckDisposed_m3833461916_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 extern "C" int32_t DelegatePInvokeWrapper_ReadDelegate_t4266946825 (ReadDelegate_t4266946825 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(uint8_t*, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___buffer0' to native representation uint8_t* ____buffer0_marshaled = NULL; if (___buffer0 != NULL) { ____buffer0_marshaled = reinterpret_cast((___buffer0)->GetAddressAtUnchecked(0)); } // Native function invocation int32_t returnValue = il2cppPInvokeFunc(____buffer0_marshaled, ___offset1, ___size2); return returnValue; } // System.Void System.Net.FtpDataStream/ReadDelegate::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ReadDelegate__ctor_m4059842624 (ReadDelegate_t4266946825 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Int32 System.Net.FtpDataStream/ReadDelegate::Invoke(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ReadDelegate_Invoke_m1244157056 (ReadDelegate_t4266946825 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { int32_t result = 0; if(__this->get_prev_9() != NULL) { ReadDelegate_Invoke_m1244157056((ReadDelegate_t4266946825 *)__this->get_prev_9(), ___buffer0, ___offset1, ___size2, 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) == 3) { // open { typedef int32_t (*FunctionPointerType) (RuntimeObject *, ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___buffer0, ___offset1, ___size2, targetMethod); } } else { // closed { typedef int32_t (*FunctionPointerType) (RuntimeObject *, void*, ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___buffer0, ___offset1, ___size2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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)) result = GenericInterfaceFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___buffer0, ___offset1, ___size2); else result = GenericVirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___buffer0, ___offset1, ___size2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___buffer0, ___offset1, ___size2); else result = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___buffer0, ___offset1, ___size2); } } else { typedef int32_t (*FunctionPointerType) (void*, ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___offset1, ___size2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___size2); else result = GenericVirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___size2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___buffer0, ___offset1, ___size2); else result = VirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___buffer0, ___offset1, ___size2); } } else { typedef int32_t (*FunctionPointerType) (ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod); } } } return result; } // System.IAsyncResult System.Net.FtpDataStream/ReadDelegate::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ReadDelegate_BeginInvoke_m2818773993 (ReadDelegate_t4266946825 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReadDelegate_BeginInvoke_m2818773993_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___buffer0; __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___offset1); __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___size2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Int32 System.Net.FtpDataStream/ReadDelegate::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t ReadDelegate_EndInvoke_m2502569465 (ReadDelegate_t4266946825 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_WriteDelegate_t2016697242 (WriteDelegate_t2016697242 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(uint8_t*, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___buffer0' to native representation uint8_t* ____buffer0_marshaled = NULL; if (___buffer0 != NULL) { ____buffer0_marshaled = reinterpret_cast((___buffer0)->GetAddressAtUnchecked(0)); } // Native function invocation il2cppPInvokeFunc(____buffer0_marshaled, ___offset1, ___size2); } // System.Void System.Net.FtpDataStream/WriteDelegate::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void WriteDelegate__ctor_m3568392013 (WriteDelegate_t2016697242 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Net.FtpDataStream/WriteDelegate::Invoke(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void WriteDelegate_Invoke_m3329596849 (WriteDelegate_t2016697242 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { WriteDelegate_Invoke_m3329596849((WriteDelegate_t2016697242 *)__this->get_prev_9(), ___buffer0, ___offset1, ___size2, 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) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___buffer0, ___offset1, ___size2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___buffer0, ___offset1, ___size2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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)) GenericInterfaceActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___buffer0, ___offset1, ___size2); else GenericVirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___buffer0, ___offset1, ___size2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___buffer0, ___offset1, ___size2); else VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___buffer0, ___offset1, ___size2); } } else { typedef void (*FunctionPointerType) (void*, ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___offset1, ___size2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___size2); else GenericVirtActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___size2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___buffer0, ___offset1, ___size2); else VirtActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___buffer0, ___offset1, ___size2); } } else { typedef void (*FunctionPointerType) (ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod); } } } } // System.IAsyncResult System.Net.FtpDataStream/WriteDelegate::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WriteDelegate_BeginInvoke_m4282217382 (WriteDelegate_t2016697242 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WriteDelegate_BeginInvoke_m4282217382_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___buffer0; __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___offset1); __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___size2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.Net.FtpDataStream/WriteDelegate::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void WriteDelegate_EndInvoke_m4146667621 (WriteDelegate_t2016697242 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.FtpRequestCreator::.ctor() extern "C" IL2CPP_METHOD_ATTR void FtpRequestCreator__ctor_m23058707 (FtpRequestCreator_t2926281497 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Net.WebRequest System.Net.FtpRequestCreator::Create(System.Uri) extern "C" IL2CPP_METHOD_ATTR WebRequest_t1939381076 * FtpRequestCreator_Create_m3326083364 (FtpRequestCreator_t2926281497 * __this, Uri_t100236324 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpRequestCreator_Create_m3326083364_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Uri_t100236324 * L_0 = ___uri0; FtpWebRequest_t1577818305 * L_1 = (FtpWebRequest_t1577818305 *)il2cpp_codegen_object_new(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var); FtpWebRequest__ctor_m751131654(L_1, L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.FtpStatus::.ctor(System.Net.FtpStatusCode,System.String) extern "C" IL2CPP_METHOD_ATTR void FtpStatus__ctor_m1706090984 (FtpStatus_t2376455776 * __this, int32_t ___statusCode0, String_t* ___statusDescription1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___statusCode0; __this->set_statusCode_0(L_0); String_t* L_1 = ___statusDescription1; __this->set_statusDescription_1(L_1); return; } } // System.Net.FtpStatusCode System.Net.FtpStatus::get_StatusCode() extern "C" IL2CPP_METHOD_ATTR int32_t FtpStatus_get_StatusCode_m1935822399 (FtpStatus_t2376455776 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_statusCode_0(); return L_0; } } // System.String System.Net.FtpStatus::get_StatusDescription() extern "C" IL2CPP_METHOD_ATTR String_t* FtpStatus_get_StatusDescription_m2739034646 (FtpStatus_t2376455776 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_statusDescription_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.FtpWebRequest::.ctor(System.Uri) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest__ctor_m751131654 (FtpWebRequest_t1577818305 * __this, Uri_t100236324 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest__ctor_m751131654_MetadataUsageId); s_Il2CppMethodInitialized = true; } FtpWebRequest_t1577818305 * G_B2_0 = NULL; FtpWebRequest_t1577818305 * G_B1_0 = NULL; { __this->set_timeout_17(((int32_t)100000)); __this->set_rwTimeout_18(((int32_t)300000)); __this->set_binary_20((bool)1); __this->set_usePassive_22((bool)1); __this->set_method_24(_stringLiteral3156635604); RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); __this->set_locker_26(L_0); IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var); RemoteCertificateValidationCallback_t3014364904 * L_1 = ((FtpWebRequest_t1577818305_StaticFields*)il2cpp_codegen_static_fields_for(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache1C_34(); G_B1_0 = __this; if (L_1) { G_B2_0 = __this; goto IL_0053; } } { intptr_t L_2 = (intptr_t)FtpWebRequest_U3CcallbackU3Em__3_m2932823206_RuntimeMethod_var; RemoteCertificateValidationCallback_t3014364904 * L_3 = (RemoteCertificateValidationCallback_t3014364904 *)il2cpp_codegen_object_new(RemoteCertificateValidationCallback_t3014364904_il2cpp_TypeInfo_var); RemoteCertificateValidationCallback__ctor_m1251969663(L_3, NULL, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var); ((FtpWebRequest_t1577818305_StaticFields*)il2cpp_codegen_static_fields_for(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache1C_34(L_3); G_B2_0 = G_B1_0; } IL_0053: { IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var); RemoteCertificateValidationCallback_t3014364904 * L_4 = ((FtpWebRequest_t1577818305_StaticFields*)il2cpp_codegen_static_fields_for(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache1C_34(); NullCheck(G_B2_0); G_B2_0->set_callback_33(L_4); IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); WebRequest__ctor_m3593280671(__this, /*hidden argument*/NULL); Uri_t100236324 * L_5 = ___uri0; __this->set_requestUri_6(L_5); RuntimeObject* L_6 = GlobalProxySelection_get_Select_m3427048860(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_proxy_16(L_6); return; } } // System.Void System.Net.FtpWebRequest::.cctor() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest__cctor_m699542155 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest__cctor_m699542155_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13))); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral3642662233); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral3642662233); StringU5BU5D_t1281789340* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral2028147866); (L_1)->SetAt(static_cast(1), (String_t*)_stringLiteral2028147866); StringU5BU5D_t1281789340* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral46201647); (L_2)->SetAt(static_cast(2), (String_t*)_stringLiteral46201647); StringU5BU5D_t1281789340* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral3201331145); (L_3)->SetAt(static_cast(3), (String_t*)_stringLiteral3201331145); StringU5BU5D_t1281789340* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral1843509625); (L_4)->SetAt(static_cast(4), (String_t*)_stringLiteral1843509625); StringU5BU5D_t1281789340* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral46005037); (L_5)->SetAt(static_cast(5), (String_t*)_stringLiteral46005037); StringU5BU5D_t1281789340* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral1843771782); (L_6)->SetAt(static_cast(6), (String_t*)_stringLiteral1843771782); StringU5BU5D_t1281789340* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2824846515); (L_7)->SetAt(static_cast(7), (String_t*)_stringLiteral2824846515); StringU5BU5D_t1281789340* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral3156635604); (L_8)->SetAt(static_cast(8), (String_t*)_stringLiteral3156635604); StringU5BU5D_t1281789340* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral1843378564); (L_9)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteral1843378564); StringU5BU5D_t1281789340* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral153674181); (L_10)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral153674181); StringU5BU5D_t1281789340* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral3110695548); (L_11)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteral3110695548); StringU5BU5D_t1281789340* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral389706364); (L_12)->SetAt(static_cast(((int32_t)12)), (String_t*)_stringLiteral389706364); ((FtpWebRequest_t1577818305_StaticFields*)il2cpp_codegen_static_fields_for(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var))->set_supportedCommands_32(L_12); return; } } // System.Exception System.Net.FtpWebRequest::GetMustImplement() extern "C" IL2CPP_METHOD_ATTR Exception_t * FtpWebRequest_GetMustImplement_m639535610 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_GetMustImplement_m639535610_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.FtpWebRequest::set_ContentType(System.String) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_set_ContentType_m2762078365 (FtpWebRequest_t1577818305 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_set_ContentType_m2762078365_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,FtpWebRequest_set_ContentType_m2762078365_RuntimeMethod_var); } } // System.Int64 System.Net.FtpWebRequest::get_ContentLength() extern "C" IL2CPP_METHOD_ATTR int64_t FtpWebRequest_get_ContentLength_m1315791521 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { { return (((int64_t)((int64_t)0))); } } // System.Void System.Net.FtpWebRequest::set_ContentLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_set_ContentLength_m1798916307 (FtpWebRequest_t1577818305 * __this, int64_t ___value0, const RuntimeMethod* method) { { return; } } // System.Net.ICredentials System.Net.FtpWebRequest::get_Credentials() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FtpWebRequest_get_Credentials_m2084048291 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { { NetworkCredential_t3282608323 * L_0 = __this->get_credentials_13(); return L_0; } } // System.Void System.Net.FtpWebRequest::set_Credentials(System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_set_Credentials_m1276649473 (FtpWebRequest_t1577818305 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_set_Credentials_m1276649473_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FtpWebRequest_CheckRequestStarted_m1572969670(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___value0; if (L_0) { goto IL_0012; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2751210921(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FtpWebRequest_set_Credentials_m1276649473_RuntimeMethod_var); } IL_0012: { RuntimeObject* L_2 = ___value0; if (((NetworkCredential_t3282608323 *)IsInstClass((RuntimeObject*)L_2, NetworkCredential_t3282608323_il2cpp_TypeInfo_var))) { goto IL_0023; } } { ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m3698743796(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,FtpWebRequest_set_Credentials_m1276649473_RuntimeMethod_var); } IL_0023: { RuntimeObject* L_4 = ___value0; __this->set_credentials_13(((NetworkCredential_t3282608323 *)IsInstClass((RuntimeObject*)L_4, NetworkCredential_t3282608323_il2cpp_TypeInfo_var))); return; } } // System.Boolean System.Net.FtpWebRequest::get_EnableSsl() extern "C" IL2CPP_METHOD_ATTR bool FtpWebRequest_get_EnableSsl_m2491182827 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_enableSsl_21(); return L_0; } } // System.Net.WebHeaderCollection System.Net.FtpWebRequest::get_Headers() extern "C" IL2CPP_METHOD_ATTR WebHeaderCollection_t1942268960 * FtpWebRequest_get_Headers_m335680636 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_get_Headers_m335680636_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var); Exception_t * L_0 = FtpWebRequest_GetMustImplement_m639535610(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,FtpWebRequest_get_Headers_m335680636_RuntimeMethod_var); } } // System.String System.Net.FtpWebRequest::get_Method() extern "C" IL2CPP_METHOD_ATTR String_t* FtpWebRequest_get_Method_m184683741 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_method_24(); return L_0; } } // System.Void System.Net.FtpWebRequest::set_Method(System.String) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_set_Method_m1968634227 (FtpWebRequest_t1577818305 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_set_Method_m1968634227_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FtpWebRequest_CheckRequestStarted_m1572969670(__this, /*hidden argument*/NULL); String_t* L_0 = ___value0; 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, _stringLiteral2869424980, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FtpWebRequest_set_Method_m1968634227_RuntimeMethod_var); } IL_0017: { String_t* L_2 = ___value0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0033; } } { IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_4 = ((FtpWebRequest_t1577818305_StaticFields*)il2cpp_codegen_static_fields_for(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var))->get_supportedCommands_32(); String_t* L_5 = ___value0; int32_t L_6 = Array_BinarySearch_TisString_t_m3842712367(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/Array_BinarySearch_TisString_t_m3842712367_RuntimeMethod_var); if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0043; } } IL_0033: { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_7, _stringLiteral1442479558, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,FtpWebRequest_set_Method_m1968634227_RuntimeMethod_var); } IL_0043: { String_t* L_8 = ___value0; __this->set_method_24(L_8); return; } } // System.Net.IWebProxy System.Net.FtpWebRequest::get_Proxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FtpWebRequest_get_Proxy_m3203187140 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_proxy_16(); return L_0; } } // System.Int32 System.Net.FtpWebRequest::get_ReadWriteTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t FtpWebRequest_get_ReadWriteTimeout_m1510839785 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_rwTimeout_18(); return L_0; } } // System.Uri System.Net.FtpWebRequest::get_RequestUri() extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * FtpWebRequest_get_RequestUri_m907077889 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { { Uri_t100236324 * L_0 = __this->get_requestUri_6(); return L_0; } } // System.Net.ServicePoint System.Net.FtpWebRequest::get_ServicePoint() extern "C" IL2CPP_METHOD_ATTR ServicePoint_t2786966844 * FtpWebRequest_get_ServicePoint_m2462547689 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { { ServicePoint_t2786966844 * L_0 = FtpWebRequest_GetServicePoint_m2343154667(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Net.FtpWebRequest::get_DataType() extern "C" IL2CPP_METHOD_ATTR String_t* FtpWebRequest_get_DataType_m3448270912 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_get_DataType_m3448270912_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { bool L_0 = __this->get_binary_20(); if (!L_0) { goto IL_0015; } } { G_B3_0 = _stringLiteral3452614631; goto IL_001a; } IL_0015: { G_B3_0 = _stringLiteral3452614623; } IL_001a: { return G_B3_0; } } // System.Net.FtpWebRequest/RequestState System.Net.FtpWebRequest::get_State() extern "C" IL2CPP_METHOD_ATTR int32_t FtpWebRequest_get_State_m269588234 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { 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); { RuntimeObject * L_0 = __this->get_locker_26(); 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) { int32_t L_2 = __this->get_requestState_27(); 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: { int32_t L_4 = V_1; return L_4; } } // System.Void System.Net.FtpWebRequest::set_State(System.Net.FtpWebRequest/RequestState) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_set_State_m191779305 (FtpWebRequest_t1577818305 * __this, int32_t ___value0, 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); { RuntimeObject * L_0 = __this->get_locker_26(); 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) FtpWebRequest_CheckIfAborted_m4220179630(__this, /*hidden argument*/NULL); FtpWebRequest_CheckFinalState_m1657985045(__this, /*hidden argument*/NULL); int32_t L_2 = ___value0; __this->set_requestState_27(L_2); IL2CPP_LEAVE(0x2C, FINALLY_0025); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0025; } FINALLY_0025: { // begin finally (depth: 1) RuntimeObject * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(37) } // end finally (depth: 1) IL2CPP_CLEANUP(37) { IL2CPP_JUMP_TBL(0x2C, IL_002c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002c: { return; } } // System.Void System.Net.FtpWebRequest::Abort() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_Abort_m2164812681 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_Abort_m2164812681_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_26(); 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) { int32_t L_2 = FtpWebRequest_get_State_m269588234(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)5)))) { goto IL_002c; } } IL_0019: { FtpWebRequest_SendCommand_m3628069055(__this, (bool)0, _stringLiteral3109778030, ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); } IL_002c: { bool L_3 = FtpWebRequest_InFinalState_m1434042928(__this, /*hidden argument*/NULL); if (L_3) { goto IL_0060; } } IL_0037: { FtpWebRequest_set_State_m191779305(__this, 7, /*hidden argument*/NULL); Uri_t100236324 * L_4 = __this->get_requestUri_6(); String_t* L_5 = __this->get_method_24(); FtpWebResponse_t3940763575 * L_6 = (FtpWebResponse_t3940763575 *)il2cpp_codegen_object_new(FtpWebResponse_t3940763575_il2cpp_TypeInfo_var); FtpWebResponse__ctor_m3888855406(L_6, __this, L_4, L_5, ((int32_t)552), _stringLiteral658718193, /*hidden argument*/NULL); __this->set_ftpResponse_29(L_6); } IL_0060: { IL2CPP_LEAVE(0x6C, FINALLY_0065); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0065; } FINALLY_0065: { // begin finally (depth: 1) RuntimeObject * L_7 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); IL2CPP_END_FINALLY(101) } // end finally (depth: 1) IL2CPP_CLEANUP(101) { IL2CPP_JUMP_TBL(0x6C, IL_006c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_006c: { return; } } // System.IAsyncResult System.Net.FtpWebRequest::BeginGetResponse(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FtpWebRequest_BeginGetResponse_m3757524768 (FtpWebRequest_t1577818305 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_BeginGetResponse_m3757524768_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Thread_t2300836069 * 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); { FtpAsyncResult_t3265664217 * L_0 = __this->get_asyncResult_28(); if (!L_0) { goto IL_0026; } } { FtpAsyncResult_t3265664217 * L_1 = __this->get_asyncResult_28(); NullCheck(L_1); bool L_2 = FtpAsyncResult_get_IsCompleted_m2746579060(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0026; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, _stringLiteral3470735431, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,FtpWebRequest_BeginGetResponse_m3757524768_RuntimeMethod_var); } IL_0026: { FtpWebRequest_CheckIfAborted_m4220179630(__this, /*hidden argument*/NULL); AsyncCallback_t3962456242 * L_4 = ___callback0; RuntimeObject * L_5 = ___state1; FtpAsyncResult_t3265664217 * L_6 = (FtpAsyncResult_t3265664217 *)il2cpp_codegen_object_new(FtpAsyncResult_t3265664217_il2cpp_TypeInfo_var); FtpAsyncResult__ctor_m524856605(L_6, L_4, L_5, /*hidden argument*/NULL); __this->set_asyncResult_28(L_6); RuntimeObject * L_7 = __this->get_locker_26(); V_0 = L_7; RuntimeObject * L_8 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); } IL_0046: try { // begin try (depth: 1) { bool L_9 = FtpWebRequest_InFinalState_m1434042928(__this, /*hidden argument*/NULL); if (!L_9) { goto IL_0068; } } IL_0051: { FtpAsyncResult_t3265664217 * L_10 = __this->get_asyncResult_28(); FtpWebResponse_t3940763575 * L_11 = __this->get_ftpResponse_29(); NullCheck(L_10); FtpAsyncResult_SetCompleted_m1279429529(L_10, (bool)1, L_11, /*hidden argument*/NULL); goto IL_0092; } IL_0068: { int32_t L_12 = FtpWebRequest_get_State_m269588234(__this, /*hidden argument*/NULL); if (L_12) { goto IL_007a; } } IL_0073: { FtpWebRequest_set_State_m191779305(__this, 1, /*hidden argument*/NULL); } IL_007a: { intptr_t L_13 = (intptr_t)FtpWebRequest_ProcessRequest_m2589290874_RuntimeMethod_var; ThreadStart_t1006689297 * L_14 = (ThreadStart_t1006689297 *)il2cpp_codegen_object_new(ThreadStart_t1006689297_il2cpp_TypeInfo_var); ThreadStart__ctor_m3250019360(L_14, __this, L_13, /*hidden argument*/NULL); Thread_t2300836069 * L_15 = (Thread_t2300836069 *)il2cpp_codegen_object_new(Thread_t2300836069_il2cpp_TypeInfo_var); Thread__ctor_m777188137(L_15, L_14, /*hidden argument*/NULL); V_1 = L_15; Thread_t2300836069 * L_16 = V_1; NullCheck(L_16); Thread_Start_m2860771284(L_16, /*hidden argument*/NULL); } IL_0092: { IL2CPP_LEAVE(0x9E, FINALLY_0097); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0097; } FINALLY_0097: { // begin finally (depth: 1) RuntimeObject * L_17 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); IL2CPP_END_FINALLY(151) } // end finally (depth: 1) IL2CPP_CLEANUP(151) { IL2CPP_JUMP_TBL(0x9E, IL_009e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_009e: { FtpAsyncResult_t3265664217 * L_18 = __this->get_asyncResult_28(); return L_18; } } // System.Net.WebResponse System.Net.FtpWebRequest::EndGetResponse(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR WebResponse_t229922639 * FtpWebRequest_EndGetResponse_m47755679 (FtpWebRequest_t1577818305 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_EndGetResponse_m47755679_MetadataUsageId); s_Il2CppMethodInitialized = true; } FtpAsyncResult_t3265664217 * V_0 = NULL; { RuntimeObject* L_0 = ___asyncResult0; 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, _stringLiteral2913036155, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FtpWebRequest_EndGetResponse_m47755679_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = ___asyncResult0; if (!((FtpAsyncResult_t3265664217 *)IsInstClass((RuntimeObject*)L_2, FtpAsyncResult_t3265664217_il2cpp_TypeInfo_var))) { goto IL_0028; } } { RuntimeObject* L_3 = ___asyncResult0; FtpAsyncResult_t3265664217 * L_4 = __this->get_asyncResult_28(); if ((((RuntimeObject*)(RuntimeObject*)L_3) == ((RuntimeObject*)(FtpAsyncResult_t3265664217 *)L_4))) { goto IL_0033; } } IL_0028: { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_5, _stringLiteral4031090761, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,FtpWebRequest_EndGetResponse_m47755679_RuntimeMethod_var); } IL_0033: { RuntimeObject* L_6 = ___asyncResult0; V_0 = ((FtpAsyncResult_t3265664217 *)CastclassClass((RuntimeObject*)L_6, FtpAsyncResult_t3265664217_il2cpp_TypeInfo_var)); FtpAsyncResult_t3265664217 * L_7 = V_0; int32_t L_8 = __this->get_timeout_17(); NullCheck(L_7); bool L_9 = FtpAsyncResult_WaitUntilComplete_m801803550(L_7, L_8, (bool)0, /*hidden argument*/NULL); if (L_9) { goto IL_005f; } } { FtpWebRequest_Abort_m2164812681(__this, /*hidden argument*/NULL); WebException_t3237156354 * L_10 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2864788884(L_10, _stringLiteral512011597, ((int32_t)14), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,FtpWebRequest_EndGetResponse_m47755679_RuntimeMethod_var); } IL_005f: { FtpWebRequest_CheckIfAborted_m4220179630(__this, /*hidden argument*/NULL); ___asyncResult0 = (RuntimeObject*)NULL; FtpAsyncResult_t3265664217 * L_11 = V_0; NullCheck(L_11); bool L_12 = FtpAsyncResult_get_GotException_m460501254(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_007a; } } { FtpAsyncResult_t3265664217 * L_13 = V_0; NullCheck(L_13); Exception_t * L_14 = FtpAsyncResult_get_Exception_m3265976807(L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,FtpWebRequest_EndGetResponse_m47755679_RuntimeMethod_var); } IL_007a: { FtpAsyncResult_t3265664217 * L_15 = V_0; NullCheck(L_15); FtpWebResponse_t3940763575 * L_16 = FtpAsyncResult_get_Response_m559123986(L_15, /*hidden argument*/NULL); return L_16; } } // System.Net.WebResponse System.Net.FtpWebRequest::GetResponse() extern "C" IL2CPP_METHOD_ATTR WebResponse_t229922639 * FtpWebRequest_GetResponse_m3487454795 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = FtpWebRequest_BeginGetResponse_m3757524768(__this, (AsyncCallback_t3962456242 *)NULL, NULL, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; WebResponse_t229922639 * L_2 = FtpWebRequest_EndGetResponse_m47755679(__this, L_1, /*hidden argument*/NULL); return L_2; } } // System.IAsyncResult System.Net.FtpWebRequest::BeginGetRequestStream(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FtpWebRequest_BeginGetRequestStream_m3969515993 (FtpWebRequest_t1577818305 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_BeginGetRequestStream_m3969515993_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Thread_t2300836069 * 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); { String_t* L_0 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_0, _stringLiteral3110695548, /*hidden argument*/NULL); if (!L_1) { goto IL_0045; } } { String_t* L_2 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_2, _stringLiteral389706364, /*hidden argument*/NULL); if (!L_3) { goto IL_0045; } } { String_t* L_4 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_4, _stringLiteral3642662233, /*hidden argument*/NULL); if (!L_5) { goto IL_0045; } } { ProtocolViolationException_t4144007430 * L_6 = (ProtocolViolationException_t4144007430 *)il2cpp_codegen_object_new(ProtocolViolationException_t4144007430_il2cpp_TypeInfo_var); ProtocolViolationException__ctor_m3494069637(L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,FtpWebRequest_BeginGetRequestStream_m3969515993_RuntimeMethod_var); } IL_0045: { RuntimeObject * L_7 = __this->get_locker_26(); V_0 = L_7; RuntimeObject * L_8 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); } IL_0052: try { // begin try (depth: 1) { FtpWebRequest_CheckIfAborted_m4220179630(__this, /*hidden argument*/NULL); int32_t L_9 = FtpWebRequest_get_State_m269588234(__this, /*hidden argument*/NULL); if (!L_9) { goto IL_006e; } } IL_0063: { InvalidOperationException_t56020091 * L_10 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_10, _stringLiteral3470735431, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,FtpWebRequest_BeginGetRequestStream_m3969515993_RuntimeMethod_var); } IL_006e: { FtpWebRequest_set_State_m191779305(__this, 1, /*hidden argument*/NULL); IL2CPP_LEAVE(0x81, FINALLY_007a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007a; } FINALLY_007a: { // begin finally (depth: 1) RuntimeObject * L_11 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); IL2CPP_END_FINALLY(122) } // end finally (depth: 1) IL2CPP_CLEANUP(122) { IL2CPP_JUMP_TBL(0x81, IL_0081) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0081: { AsyncCallback_t3962456242 * L_12 = ___callback0; RuntimeObject * L_13 = ___state1; FtpAsyncResult_t3265664217 * L_14 = (FtpAsyncResult_t3265664217 *)il2cpp_codegen_object_new(FtpAsyncResult_t3265664217_il2cpp_TypeInfo_var); FtpAsyncResult__ctor_m524856605(L_14, L_12, L_13, /*hidden argument*/NULL); __this->set_asyncResult_28(L_14); intptr_t L_15 = (intptr_t)FtpWebRequest_ProcessRequest_m2589290874_RuntimeMethod_var; ThreadStart_t1006689297 * L_16 = (ThreadStart_t1006689297 *)il2cpp_codegen_object_new(ThreadStart_t1006689297_il2cpp_TypeInfo_var); ThreadStart__ctor_m3250019360(L_16, __this, L_15, /*hidden argument*/NULL); Thread_t2300836069 * L_17 = (Thread_t2300836069 *)il2cpp_codegen_object_new(Thread_t2300836069_il2cpp_TypeInfo_var); Thread__ctor_m777188137(L_17, L_16, /*hidden argument*/NULL); V_1 = L_17; Thread_t2300836069 * L_18 = V_1; NullCheck(L_18); Thread_Start_m2860771284(L_18, /*hidden argument*/NULL); FtpAsyncResult_t3265664217 * L_19 = __this->get_asyncResult_28(); return L_19; } } // System.IO.Stream System.Net.FtpWebRequest::EndGetRequestStream(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * FtpWebRequest_EndGetRequestStream_m1909407835 (FtpWebRequest_t1577818305 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_EndGetRequestStream_m1909407835_MetadataUsageId); s_Il2CppMethodInitialized = true; } FtpAsyncResult_t3265664217 * V_0 = NULL; { RuntimeObject* L_0 = ___asyncResult0; 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, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FtpWebRequest_EndGetRequestStream_m1909407835_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = ___asyncResult0; if (((FtpAsyncResult_t3265664217 *)IsInstClass((RuntimeObject*)L_2, FtpAsyncResult_t3265664217_il2cpp_TypeInfo_var))) { goto IL_0027; } } { ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_3, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,FtpWebRequest_EndGetRequestStream_m1909407835_RuntimeMethod_var); } IL_0027: { int32_t L_4 = FtpWebRequest_get_State_m269588234(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)7)))) { goto IL_003f; } } { WebException_t3237156354 * L_5 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2864788884(L_5, _stringLiteral2069147700, 6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,FtpWebRequest_EndGetRequestStream_m1909407835_RuntimeMethod_var); } IL_003f: { RuntimeObject* L_6 = ___asyncResult0; FtpAsyncResult_t3265664217 * L_7 = __this->get_asyncResult_28(); if ((((RuntimeObject*)(RuntimeObject*)L_6) == ((RuntimeObject*)(FtpAsyncResult_t3265664217 *)L_7))) { goto IL_0056; } } { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, _stringLiteral4031090761, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,FtpWebRequest_EndGetRequestStream_m1909407835_RuntimeMethod_var); } IL_0056: { RuntimeObject* L_9 = ___asyncResult0; V_0 = ((FtpAsyncResult_t3265664217 *)CastclassClass((RuntimeObject*)L_9, FtpAsyncResult_t3265664217_il2cpp_TypeInfo_var)); FtpAsyncResult_t3265664217 * L_10 = V_0; int32_t L_11 = __this->get_timeout_17(); NullCheck(L_10); bool L_12 = FtpAsyncResult_WaitUntilComplete_m801803550(L_10, L_11, (bool)0, /*hidden argument*/NULL); if (L_12) { goto IL_0080; } } { FtpWebRequest_Abort_m2164812681(__this, /*hidden argument*/NULL); WebException_t3237156354 * L_13 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2000471014(L_13, _stringLiteral321196618, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,FtpWebRequest_EndGetRequestStream_m1909407835_RuntimeMethod_var); } IL_0080: { FtpAsyncResult_t3265664217 * L_14 = V_0; NullCheck(L_14); bool L_15 = FtpAsyncResult_get_GotException_m460501254(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0092; } } { FtpAsyncResult_t3265664217 * L_16 = V_0; NullCheck(L_16); Exception_t * L_17 = FtpAsyncResult_get_Exception_m3265976807(L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,FtpWebRequest_EndGetRequestStream_m1909407835_RuntimeMethod_var); } IL_0092: { FtpAsyncResult_t3265664217 * L_18 = V_0; NullCheck(L_18); Stream_t1273022909 * L_19 = FtpAsyncResult_get_Stream_m2727806888(L_18, /*hidden argument*/NULL); return L_19; } } // System.IO.Stream System.Net.FtpWebRequest::GetRequestStream() extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * FtpWebRequest_GetRequestStream_m3692930273 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = FtpWebRequest_BeginGetRequestStream_m3969515993(__this, (AsyncCallback_t3962456242 *)NULL, NULL, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; Stream_t1273022909 * L_2 = FtpWebRequest_EndGetRequestStream_m1909407835(__this, L_1, /*hidden argument*/NULL); return L_2; } } // System.Net.ServicePoint System.Net.FtpWebRequest::GetServicePoint() extern "C" IL2CPP_METHOD_ATTR ServicePoint_t2786966844 * FtpWebRequest_GetServicePoint_m2343154667 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_GetServicePoint_m2343154667_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ServicePoint_t2786966844 * L_0 = __this->get_servicePoint_8(); if (L_0) { goto IL_0022; } } { Uri_t100236324 * L_1 = __this->get_requestUri_6(); RuntimeObject* L_2 = __this->get_proxy_16(); IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); ServicePoint_t2786966844 * L_3 = ServicePointManager_FindServicePoint_m4119451290(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); __this->set_servicePoint_8(L_3); } IL_0022: { ServicePoint_t2786966844 * L_4 = __this->get_servicePoint_8(); return L_4; } } // System.Void System.Net.FtpWebRequest::ResolveHost() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_ResolveHost_m3463382846 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_ResolveHost_m3463382846_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FtpWebRequest_CheckIfAborted_m4220179630(__this, /*hidden argument*/NULL); ServicePoint_t2786966844 * L_0 = FtpWebRequest_GetServicePoint_m2343154667(__this, /*hidden argument*/NULL); NullCheck(L_0); IPHostEntry_t263743900 * L_1 = ServicePoint_get_HostEntry_m1249515277(L_0, /*hidden argument*/NULL); __this->set_hostEntry_14(L_1); IPHostEntry_t263743900 * L_2 = __this->get_hostEntry_14(); if (L_2) { goto IL_005a; } } { FtpWebResponse_t3940763575 * L_3 = __this->get_ftpResponse_29(); FtpStatus_t2376455776 * L_4 = (FtpStatus_t2376455776 *)il2cpp_codegen_object_new(FtpStatus_t2376455776_il2cpp_TypeInfo_var); FtpStatus__ctor_m1706090984(L_4, ((int32_t)451), _stringLiteral2645455124, /*hidden argument*/NULL); NullCheck(L_3); FtpWebResponse_UpdateStatus_m937617454(L_3, L_4, /*hidden argument*/NULL); Uri_t100236324 * L_5 = __this->get_requestUri_6(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3804428040, L_5, /*hidden argument*/NULL); FtpWebResponse_t3940763575 * L_7 = __this->get_ftpResponse_29(); WebException_t3237156354 * L_8 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2761056832(L_8, L_6, (Exception_t *)NULL, 1, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,FtpWebRequest_ResolveHost_m3463382846_RuntimeMethod_var); } IL_005a: { return; } } // System.Void System.Net.FtpWebRequest::ProcessRequest() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_ProcessRequest_m2589290874 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_ProcessRequest_m2589290874_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; FtpStatus_t2376455776 * 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); { int32_t L_0 = FtpWebRequest_get_State_m269588234(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0060; } } { Uri_t100236324 * L_1 = __this->get_requestUri_6(); String_t* L_2 = __this->get_method_24(); bool L_3 = __this->get_keepAlive_23(); FtpWebResponse_t3940763575 * L_4 = (FtpWebResponse_t3940763575 *)il2cpp_codegen_object_new(FtpWebResponse_t3940763575_il2cpp_TypeInfo_var); FtpWebResponse__ctor_m132049627(L_4, __this, L_1, L_2, L_3, /*hidden argument*/NULL); __this->set_ftpResponse_29(L_4); } IL_002a: try { // begin try (depth: 1) FtpWebRequest_ProcessMethod_m3735617216(__this, /*hidden argument*/NULL); FtpAsyncResult_t3265664217 * L_5 = __this->get_asyncResult_28(); FtpWebResponse_t3940763575 * L_6 = __this->get_ftpResponse_29(); NullCheck(L_5); FtpAsyncResult_SetCompleted_m1279429529(L_5, (bool)0, L_6, /*hidden argument*/NULL); goto IL_005b; } // 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_0047; throw e; } CATCH_0047: { // begin catch(System.Exception) V_0 = ((Exception_t *)__exception_local); FtpWebRequest_set_State_m191779305(__this, 8, /*hidden argument*/NULL); Exception_t * L_7 = V_0; FtpWebRequest_SetCompleteWithError_m3611237847(__this, L_7, /*hidden argument*/NULL); goto IL_005b; } // end catch (depth: 1) IL_005b: { goto IL_00a7; } IL_0060: { bool L_8 = FtpWebRequest_InProgress_m2248546191(__this, /*hidden argument*/NULL); if (!L_8) { goto IL_0095; } } { FtpStatus_t2376455776 * L_9 = FtpWebRequest_GetResponseStatus_m3460206581(__this, /*hidden argument*/NULL); V_1 = L_9; FtpWebResponse_t3940763575 * L_10 = __this->get_ftpResponse_29(); FtpStatus_t2376455776 * L_11 = V_1; NullCheck(L_10); FtpWebResponse_UpdateStatus_m937617454(L_10, L_11, /*hidden argument*/NULL); FtpWebResponse_t3940763575 * L_12 = __this->get_ftpResponse_29(); NullCheck(L_12); bool L_13 = FtpWebResponse_IsFinal_m1348059617(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0095; } } { FtpWebRequest_set_State_m191779305(__this, 6, /*hidden argument*/NULL); } IL_0095: { FtpAsyncResult_t3265664217 * L_14 = __this->get_asyncResult_28(); FtpWebResponse_t3940763575 * L_15 = __this->get_ftpResponse_29(); NullCheck(L_14); FtpAsyncResult_SetCompleted_m1279429529(L_14, (bool)0, L_15, /*hidden argument*/NULL); } IL_00a7: { return; } } // System.Void System.Net.FtpWebRequest::SetType() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_SetType_m889883767 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_SetType_m889883767_MetadataUsageId); s_Il2CppMethodInitialized = true; } FtpStatus_t2376455776 * V_0 = NULL; { bool L_0 = __this->get_binary_20(); if (!L_0) { goto IL_004e; } } { StringU5BU5D_t1281789340* L_1 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_2 = FtpWebRequest_get_DataType_m3448270912(__this, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (String_t*)L_2); FtpStatus_t2376455776 * L_3 = FtpWebRequest_SendCommand_m2533286792(__this, _stringLiteral3643120998, L_1, /*hidden argument*/NULL); V_0 = L_3; FtpStatus_t2376455776 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = FtpStatus_get_StatusCode_m1935822399(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) < ((int32_t)((int32_t)200)))) { goto IL_0046; } } { FtpStatus_t2376455776 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = FtpStatus_get_StatusCode_m1935822399(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)((int32_t)300)))) { goto IL_004e; } } IL_0046: { FtpStatus_t2376455776 * L_8 = V_0; Exception_t * L_9 = FtpWebRequest_CreateExceptionFromResponse_m741462156(__this, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,FtpWebRequest_SetType_m889883767_RuntimeMethod_var); } IL_004e: { return; } } // System.String System.Net.FtpWebRequest::GetRemoteFolderPath(System.Uri) extern "C" IL2CPP_METHOD_ATTR String_t* FtpWebRequest_GetRemoteFolderPath_m351623698 (FtpWebRequest_t1577818305 * __this, Uri_t100236324 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_GetRemoteFolderPath_m351623698_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; Uri_t100236324 * V_2 = NULL; int32_t V_3 = 0; { Uri_t100236324 * L_0 = ___uri0; NullCheck(L_0); String_t* L_1 = Uri_get_LocalPath_m3953298695(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_2 = Uri_UnescapeDataString_m3282767665(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_1 = L_2; String_t* L_3 = __this->get_initial_path_31(); if (!L_3) { goto IL_002c; } } { String_t* L_4 = __this->get_initial_path_31(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, _stringLiteral3452614529, /*hidden argument*/NULL); if (!L_5) { goto IL_0033; } } IL_002c: { String_t* L_6 = V_1; V_0 = L_6; goto IL_006c; } IL_0033: { String_t* L_7 = V_1; NullCheck(L_7); Il2CppChar L_8 = String_get_Chars_m2986988803(L_7, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)47))))) { goto IL_0049; } } { String_t* L_9 = V_1; NullCheck(L_9); String_t* L_10 = String_Substring_m2848979100(L_9, 1, /*hidden argument*/NULL); V_1 = L_10; } IL_0049: { String_t* L_11 = __this->get_initial_path_31(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2702506545, L_11, /*hidden argument*/NULL); Uri_t100236324 * L_13 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m1474792120(L_13, L_12, /*hidden argument*/NULL); V_2 = L_13; Uri_t100236324 * L_14 = V_2; String_t* L_15 = V_1; Uri_t100236324 * L_16 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m279432735(L_16, L_14, L_15, /*hidden argument*/NULL); NullCheck(L_16); String_t* L_17 = Uri_get_LocalPath_m3953298695(L_16, /*hidden argument*/NULL); V_0 = L_17; } IL_006c: { String_t* L_18 = V_0; NullCheck(L_18); int32_t L_19 = String_LastIndexOf_m3451222878(L_18, ((int32_t)47), /*hidden argument*/NULL); V_3 = L_19; int32_t L_20 = V_3; if ((!(((uint32_t)L_20) == ((uint32_t)(-1))))) { goto IL_007e; } } { return (String_t*)NULL; } IL_007e: { String_t* L_21 = V_0; int32_t L_22 = V_3; NullCheck(L_21); String_t* L_23 = String_Substring_m1610150815(L_21, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)), /*hidden argument*/NULL); return L_23; } } // System.Void System.Net.FtpWebRequest::CWDAndSetFileName(System.Uri) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CWDAndSetFileName_m3751202631 (FtpWebRequest_t1577818305 * __this, Uri_t100236324 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_CWDAndSetFileName_m3751202631_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; FtpStatus_t2376455776 * V_1 = NULL; int32_t V_2 = 0; { Uri_t100236324 * L_0 = ___uri0; String_t* L_1 = FtpWebRequest_GetRemoteFolderPath_m351623698(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; if (!L_2) { goto IL_007a; } } { StringU5BU5D_t1281789340* L_3 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_4 = V_0; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (String_t*)L_4); FtpStatus_t2376455776 * L_5 = FtpWebRequest_SendCommand_m2533286792(__this, _stringLiteral1843771763, L_3, /*hidden argument*/NULL); V_1 = L_5; FtpStatus_t2376455776 * L_6 = V_1; NullCheck(L_6); int32_t L_7 = FtpStatus_get_StatusCode_m1935822399(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)((int32_t)200)))) { goto IL_0044; } } { FtpStatus_t2376455776 * L_8 = V_1; NullCheck(L_8); int32_t L_9 = FtpStatus_get_StatusCode_m1935822399(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) < ((int32_t)((int32_t)300)))) { goto IL_004c; } } IL_0044: { FtpStatus_t2376455776 * L_10 = V_1; Exception_t * L_11 = FtpWebRequest_CreateExceptionFromResponse_m741462156(__this, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,FtpWebRequest_CWDAndSetFileName_m3751202631_RuntimeMethod_var); } IL_004c: { Uri_t100236324 * L_12 = ___uri0; NullCheck(L_12); String_t* L_13 = Uri_get_LocalPath_m3953298695(L_12, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = String_LastIndexOf_m3451222878(L_13, ((int32_t)47), /*hidden argument*/NULL); V_2 = L_14; int32_t L_15 = V_2; if ((((int32_t)L_15) < ((int32_t)0))) { goto IL_007a; } } { Uri_t100236324 * L_16 = ___uri0; NullCheck(L_16); String_t* L_17 = Uri_get_LocalPath_m3953298695(L_16, /*hidden argument*/NULL); int32_t L_18 = V_2; 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); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); String_t* L_20 = Uri_UnescapeDataString_m3282767665(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); __this->set_file_name_7(L_20); } IL_007a: { return; } } // System.Void System.Net.FtpWebRequest::ProcessMethod() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_ProcessMethod_m3735617216 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_ProcessMethod_m3735617216_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { FtpWebRequest_set_State_m191779305(__this, 2, /*hidden argument*/NULL); FtpWebRequest_ResolveHost_m3463382846(__this, /*hidden argument*/NULL); FtpWebRequest_OpenControlConnection_m1915116578(__this, /*hidden argument*/NULL); Uri_t100236324 * L_0 = __this->get_requestUri_6(); FtpWebRequest_CWDAndSetFileName_m3751202631(__this, L_0, /*hidden argument*/NULL); FtpWebRequest_SetType_m889883767(__this, /*hidden argument*/NULL); String_t* L_1 = __this->get_method_24(); V_0 = L_1; String_t* L_2 = V_0; if (!L_2) { goto IL_0124; } } { IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_3 = ((FtpWebRequest_t1577818305_StaticFields*)il2cpp_codegen_static_fields_for(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24mapA_35(); if (L_3) { goto IL_00da; } } { Dictionary_2_t2736202052 * L_4 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_4, ((int32_t)12), /*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, _stringLiteral3156635604, 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, _stringLiteral46005037, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_1; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral46201647, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_1; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral3642662233, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_1; NullCheck(L_9); Dictionary_2_Add_m282647386(L_9, _stringLiteral3110695548, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_10 = V_1; NullCheck(L_10); Dictionary_2_Add_m282647386(L_10, _stringLiteral389706364, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_11 = V_1; NullCheck(L_11); Dictionary_2_Add_m282647386(L_11, _stringLiteral153674181, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_12 = V_1; NullCheck(L_12); Dictionary_2_Add_m282647386(L_12, _stringLiteral3201331145, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_13 = V_1; NullCheck(L_13); Dictionary_2_Add_m282647386(L_13, _stringLiteral1843771782, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_14 = V_1; NullCheck(L_14); Dictionary_2_Add_m282647386(L_14, _stringLiteral1843509625, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_15 = V_1; NullCheck(L_15); Dictionary_2_Add_m282647386(L_15, _stringLiteral2824846515, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_16 = V_1; NullCheck(L_16); Dictionary_2_Add_m282647386(L_16, _stringLiteral2028147866, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var); ((FtpWebRequest_t1577818305_StaticFields*)il2cpp_codegen_static_fields_for(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24mapA_35(L_17); } IL_00da: { IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_18 = ((FtpWebRequest_t1577818305_StaticFields*)il2cpp_codegen_static_fields_for(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24mapA_35(); String_t* L_19 = V_0; NullCheck(L_18); bool L_20 = Dictionary_2_TryGetValue_m1013208020(L_18, L_19, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_20) { goto IL_0124; } } { int32_t L_21 = V_2; switch (L_21) { case 0: { goto IL_0103; } case 1: { goto IL_010e; } case 2: { goto IL_0119; } } } { goto IL_0124; } IL_0103: { FtpWebRequest_DownloadData_m3221826187(__this, /*hidden argument*/NULL); goto IL_013a; } IL_010e: { FtpWebRequest_UploadData_m2791203992(__this, /*hidden argument*/NULL); goto IL_013a; } IL_0119: { FtpWebRequest_ProcessSimpleMethod_m3222265549(__this, /*hidden argument*/NULL); goto IL_013a; } IL_0124: { String_t* L_22 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral715961938, L_22, /*hidden argument*/NULL); Exception_t * L_24 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,FtpWebRequest_ProcessMethod_m3735617216_RuntimeMethod_var); } IL_013a: { FtpWebRequest_CheckIfAborted_m4220179630(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpWebRequest::CloseControlConnection() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CloseControlConnection_m1302744984 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_CloseControlConnection_m1302744984_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stream_t1273022909 * L_0 = __this->get_controlStream_11(); if (!L_0) { goto IL_002f; } } { FtpWebRequest_SendCommand_m2533286792(__this, _stringLiteral3534862044, ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); Stream_t1273022909 * L_1 = __this->get_controlStream_11(); NullCheck(L_1); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_1); __this->set_controlStream_11((Stream_t1273022909 *)NULL); } IL_002f: { return; } } // System.Void System.Net.FtpWebRequest::CloseDataConnection() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CloseDataConnection_m473296206 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_origDataStream_9(); if (!L_0) { goto IL_001d; } } { Stream_t1273022909 * L_1 = __this->get_origDataStream_9(); NullCheck(L_1); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_1); __this->set_origDataStream_9((Stream_t1273022909 *)NULL); } IL_001d: { return; } } // System.Void System.Net.FtpWebRequest::CloseConnection() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CloseConnection_m2159926326 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { { FtpWebRequest_CloseControlConnection_m1302744984(__this, /*hidden argument*/NULL); FtpWebRequest_CloseDataConnection_m473296206(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpWebRequest::ProcessSimpleMethod() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_ProcessSimpleMethod_m3222265549 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_ProcessSimpleMethod_m3222265549_MetadataUsageId); s_Il2CppMethodInitialized = true; } FtpStatus_t2376455776 * V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int64_t V_4 = 0; String_t* V_5 = NULL; Dictionary_2_t2736202052 * V_6 = NULL; int32_t V_7 = 0; int32_t G_B36_0 = 0; StringU5BU5D_t1281789340* G_B36_1 = NULL; StringU5BU5D_t1281789340* G_B36_2 = NULL; String_t* G_B36_3 = NULL; FtpWebRequest_t1577818305 * G_B36_4 = NULL; int32_t G_B35_0 = 0; StringU5BU5D_t1281789340* G_B35_1 = NULL; StringU5BU5D_t1281789340* G_B35_2 = NULL; String_t* G_B35_3 = NULL; FtpWebRequest_t1577818305 * G_B35_4 = NULL; String_t* G_B37_0 = NULL; int32_t G_B37_1 = 0; StringU5BU5D_t1281789340* G_B37_2 = NULL; StringU5BU5D_t1281789340* G_B37_3 = NULL; String_t* G_B37_4 = NULL; FtpWebRequest_t1577818305 * G_B37_5 = NULL; { FtpWebRequest_set_State_m191779305(__this, 5, /*hidden argument*/NULL); String_t* L_0 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_op_Equality_m920492651(NULL /*static, unused*/, L_0, _stringLiteral1843771782, /*hidden argument*/NULL); if (!L_1) { goto IL_0027; } } { __this->set_method_24(_stringLiteral1843771782); } IL_0027: { String_t* L_2 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_op_Equality_m920492651(NULL /*static, unused*/, L_2, _stringLiteral2824846515, /*hidden argument*/NULL); if (!L_3) { goto IL_0047; } } { __this->set_method_24(_stringLiteral737387194); } IL_0047: { String_t* L_4 = __this->get_method_24(); StringU5BU5D_t1281789340* L_5 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_6 = __this->get_file_name_7(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (String_t*)L_6); FtpStatus_t2376455776 * L_7 = FtpWebRequest_SendCommand_m2533286792(__this, L_4, L_5, /*hidden argument*/NULL); V_0 = L_7; FtpWebResponse_t3940763575 * L_8 = __this->get_ftpResponse_29(); IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream_t1273022909 * L_9 = ((Stream_t1273022909_StaticFields*)il2cpp_codegen_static_fields_for(Stream_t1273022909_il2cpp_TypeInfo_var))->get_Null_1(); NullCheck(L_8); FtpWebResponse_set_Stream_m556839434(L_8, L_9, /*hidden argument*/NULL); FtpStatus_t2376455776 * L_10 = V_0; NullCheck(L_10); String_t* L_11 = FtpStatus_get_StatusDescription_m2739034646(L_10, /*hidden argument*/NULL); V_1 = L_11; String_t* L_12 = __this->get_method_24(); V_5 = L_12; String_t* L_13 = V_5; if (!L_13) { goto IL_02fc; } } { IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_14 = ((FtpWebRequest_t1577818305_StaticFields*)il2cpp_codegen_static_fields_for(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24mapB_36(); if (L_14) { goto IL_00f0; } } { Dictionary_2_t2736202052 * L_15 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_15, 6, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_6 = L_15; Dictionary_2_t2736202052 * L_16 = V_6; NullCheck(L_16); Dictionary_2_Add_m282647386(L_16, _stringLiteral153674181, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_17 = V_6; NullCheck(L_17); Dictionary_2_Add_m282647386(L_17, _stringLiteral3201331145, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_18 = V_6; NullCheck(L_18); Dictionary_2_Add_m282647386(L_18, _stringLiteral1843509625, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_19 = V_6; NullCheck(L_19); Dictionary_2_Add_m282647386(L_19, _stringLiteral1843771763, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_20 = V_6; NullCheck(L_20); Dictionary_2_Add_m282647386(L_20, _stringLiteral737387194, 4, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_21 = V_6; NullCheck(L_21); Dictionary_2_Add_m282647386(L_21, _stringLiteral2028147866, 5, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_22 = V_6; IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var); ((FtpWebRequest_t1577818305_StaticFields*)il2cpp_codegen_static_fields_for(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24mapB_36(L_22); } IL_00f0: { IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_23 = ((FtpWebRequest_t1577818305_StaticFields*)il2cpp_codegen_static_fields_for(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24mapB_36(); String_t* L_24 = V_5; NullCheck(L_23); bool L_25 = Dictionary_2_TryGetValue_m1013208020(L_23, L_24, (&V_7), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_25) { goto IL_02fc; } } { int32_t L_26 = V_7; switch (L_26) { case 0: { goto IL_0127; } case 1: { goto IL_01c5; } case 2: { goto IL_01ff; } case 3: { goto IL_021c; } case 4: { goto IL_026f; } case 5: { goto IL_02df; } } } { goto IL_02fc; } IL_0127: { FtpStatus_t2376455776 * L_27 = V_0; NullCheck(L_27); int32_t L_28 = FtpStatus_get_StatusCode_m1935822399(L_27, /*hidden argument*/NULL); if ((((int32_t)L_28) == ((int32_t)((int32_t)213)))) { goto IL_013f; } } { FtpStatus_t2376455776 * L_29 = V_0; Exception_t * L_30 = FtpWebRequest_CreateExceptionFromResponse_m741462156(__this, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30,FtpWebRequest_ProcessSimpleMethod_m3222265549_RuntimeMethod_var); } IL_013f: { V_2 = 4; V_3 = 0; goto IL_0150; } IL_0148: { int32_t L_31 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); int32_t L_32 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0150: { int32_t L_33 = V_2; String_t* L_34 = V_1; NullCheck(L_34); int32_t L_35 = String_get_Length_m3847582255(L_34, /*hidden argument*/NULL); if ((((int32_t)L_33) >= ((int32_t)L_35))) { goto IL_016d; } } { String_t* L_36 = V_1; int32_t L_37 = V_2; NullCheck(L_36); Il2CppChar L_38 = String_get_Chars_m2986988803(L_36, L_37, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_39 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); if (L_39) { goto IL_0148; } } IL_016d: { int32_t L_40 = V_3; if (L_40) { goto IL_0189; } } { String_t* L_41 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_42 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2875206040, L_41, /*hidden argument*/NULL); WebException_t3237156354 * L_43 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2000471014(L_43, L_42, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43,FtpWebRequest_ProcessSimpleMethod_m3222265549_RuntimeMethod_var); } IL_0189: { String_t* L_44 = V_1; int32_t L_45 = V_3; NullCheck(L_44); String_t* L_46 = String_Substring_m1610150815(L_44, 4, L_45, /*hidden argument*/NULL); bool L_47 = Int64_TryParse_m2208578514(NULL /*static, unused*/, L_46, (&V_4), /*hidden argument*/NULL); if (L_47) { goto IL_01b3; } } { String_t* L_48 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_49 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2875206040, L_48, /*hidden argument*/NULL); WebException_t3237156354 * L_50 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2000471014(L_50, L_49, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_50,FtpWebRequest_ProcessSimpleMethod_m3222265549_RuntimeMethod_var); } IL_01b3: { FtpWebResponse_t3940763575 * L_51 = __this->get_ftpResponse_29(); int64_t L_52 = V_4; NullCheck(L_51); L_51->set_contentLength_12(L_52); goto IL_02fc; } IL_01c5: { FtpStatus_t2376455776 * L_53 = V_0; NullCheck(L_53); int32_t L_54 = FtpStatus_get_StatusCode_m1935822399(L_53, /*hidden argument*/NULL); if ((((int32_t)L_54) == ((int32_t)((int32_t)213)))) { goto IL_01dd; } } { FtpStatus_t2376455776 * L_55 = V_0; Exception_t * L_56 = FtpWebRequest_CreateExceptionFromResponse_m741462156(__this, L_55, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_56,FtpWebRequest_ProcessSimpleMethod_m3222265549_RuntimeMethod_var); } IL_01dd: { FtpWebResponse_t3940763575 * L_57 = __this->get_ftpResponse_29(); String_t* L_58 = V_1; NullCheck(L_58); String_t* L_59 = String_Substring_m2848979100(L_58, 4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_60 = DateTime_ParseExact_m3543736043(NULL /*static, unused*/, L_59, _stringLiteral4078136661, (RuntimeObject*)NULL, /*hidden argument*/NULL); NullCheck(L_57); FtpWebResponse_set_LastModified_m3755041463(L_57, L_60, /*hidden argument*/NULL); goto IL_02fc; } IL_01ff: { FtpStatus_t2376455776 * L_61 = V_0; NullCheck(L_61); int32_t L_62 = FtpStatus_get_StatusCode_m1935822399(L_61, /*hidden argument*/NULL); if ((((int32_t)L_62) == ((int32_t)((int32_t)257)))) { goto IL_0217; } } { FtpStatus_t2376455776 * L_63 = V_0; Exception_t * L_64 = FtpWebRequest_CreateExceptionFromResponse_m741462156(__this, L_63, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_64,FtpWebRequest_ProcessSimpleMethod_m3222265549_RuntimeMethod_var); } IL_0217: { goto IL_02fc; } IL_021c: { __this->set_method_24(_stringLiteral1843771782); FtpStatus_t2376455776 * L_65 = V_0; NullCheck(L_65); int32_t L_66 = FtpStatus_get_StatusCode_m1935822399(L_65, /*hidden argument*/NULL); if ((((int32_t)L_66) == ((int32_t)((int32_t)250)))) { goto IL_023f; } } { FtpStatus_t2376455776 * L_67 = V_0; Exception_t * L_68 = FtpWebRequest_CreateExceptionFromResponse_m741462156(__this, L_67, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_68,FtpWebRequest_ProcessSimpleMethod_m3222265549_RuntimeMethod_var); } IL_023f: { String_t* L_69 = __this->get_method_24(); FtpStatus_t2376455776 * L_70 = FtpWebRequest_SendCommand_m2533286792(__this, L_69, ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); V_0 = L_70; FtpStatus_t2376455776 * L_71 = V_0; NullCheck(L_71); int32_t L_72 = FtpStatus_get_StatusCode_m1935822399(L_71, /*hidden argument*/NULL); if ((((int32_t)L_72) == ((int32_t)((int32_t)257)))) { goto IL_026a; } } { FtpStatus_t2376455776 * L_73 = V_0; Exception_t * L_74 = FtpWebRequest_CreateExceptionFromResponse_m741462156(__this, L_73, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_74,FtpWebRequest_ProcessSimpleMethod_m3222265549_RuntimeMethod_var); } IL_026a: { goto IL_02fc; } IL_026f: { __this->set_method_24(_stringLiteral2824846515); FtpStatus_t2376455776 * L_75 = V_0; NullCheck(L_75); int32_t L_76 = FtpStatus_get_StatusCode_m1935822399(L_75, /*hidden argument*/NULL); if ((((int32_t)L_76) == ((int32_t)((int32_t)350)))) { goto IL_0292; } } { FtpStatus_t2376455776 * L_77 = V_0; Exception_t * L_78 = FtpWebRequest_CreateExceptionFromResponse_m741462156(__this, L_77, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_78,FtpWebRequest_ProcessSimpleMethod_m3222265549_RuntimeMethod_var); } IL_0292: { StringU5BU5D_t1281789340* L_79 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_80 = __this->get_renameTo_25(); G_B35_0 = 0; G_B35_1 = L_79; G_B35_2 = L_79; G_B35_3 = _stringLiteral2819387348; G_B35_4 = __this; if (!L_80) { G_B36_0 = 0; G_B36_1 = L_79; G_B36_2 = L_79; G_B36_3 = _stringLiteral2819387348; G_B36_4 = __this; goto IL_02b6; } } { String_t* L_81 = __this->get_renameTo_25(); G_B37_0 = L_81; G_B37_1 = G_B35_0; G_B37_2 = G_B35_1; G_B37_3 = G_B35_2; G_B37_4 = G_B35_3; G_B37_5 = G_B35_4; goto IL_02bb; } IL_02b6: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_82 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B37_0 = L_82; G_B37_1 = G_B36_0; G_B37_2 = G_B36_1; G_B37_3 = G_B36_2; G_B37_4 = G_B36_3; G_B37_5 = G_B36_4; } IL_02bb: { NullCheck(G_B37_2); ArrayElementTypeCheck (G_B37_2, G_B37_0); (G_B37_2)->SetAt(static_cast(G_B37_1), (String_t*)G_B37_0); NullCheck(G_B37_5); FtpStatus_t2376455776 * L_83 = FtpWebRequest_SendCommand_m2533286792(G_B37_5, G_B37_4, G_B37_3, /*hidden argument*/NULL); V_0 = L_83; FtpStatus_t2376455776 * L_84 = V_0; NullCheck(L_84); int32_t L_85 = FtpStatus_get_StatusCode_m1935822399(L_84, /*hidden argument*/NULL); if ((((int32_t)L_85) == ((int32_t)((int32_t)250)))) { goto IL_02da; } } { FtpStatus_t2376455776 * L_86 = V_0; Exception_t * L_87 = FtpWebRequest_CreateExceptionFromResponse_m741462156(__this, L_86, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_87,FtpWebRequest_ProcessSimpleMethod_m3222265549_RuntimeMethod_var); } IL_02da: { goto IL_02fc; } IL_02df: { FtpStatus_t2376455776 * L_88 = V_0; NullCheck(L_88); int32_t L_89 = FtpStatus_get_StatusCode_m1935822399(L_88, /*hidden argument*/NULL); if ((((int32_t)L_89) == ((int32_t)((int32_t)250)))) { goto IL_02f7; } } { FtpStatus_t2376455776 * L_90 = V_0; Exception_t * L_91 = FtpWebRequest_CreateExceptionFromResponse_m741462156(__this, L_90, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_91,FtpWebRequest_ProcessSimpleMethod_m3222265549_RuntimeMethod_var); } IL_02f7: { goto IL_02fc; } IL_02fc: { FtpWebRequest_set_State_m191779305(__this, 6, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpWebRequest::UploadData() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_UploadData_m2791203992 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_UploadData_m2791203992_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FtpWebRequest_set_State_m191779305(__this, 4, /*hidden argument*/NULL); FtpWebRequest_OpenDataConnection_m2761204651(__this, /*hidden argument*/NULL); FtpWebRequest_set_State_m191779305(__this, 5, /*hidden argument*/NULL); Stream_t1273022909 * L_0 = __this->get_dataStream_10(); FtpDataStream_t1366729715 * L_1 = (FtpDataStream_t1366729715 *)il2cpp_codegen_object_new(FtpDataStream_t1366729715_il2cpp_TypeInfo_var); FtpDataStream__ctor_m4139269767(L_1, __this, L_0, (bool)0, /*hidden argument*/NULL); __this->set_requestStream_30(L_1); FtpAsyncResult_t3265664217 * L_2 = __this->get_asyncResult_28(); Stream_t1273022909 * L_3 = __this->get_requestStream_30(); NullCheck(L_2); FtpAsyncResult_set_Stream_m2533266488(L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpWebRequest::DownloadData() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_DownloadData_m3221826187 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_DownloadData_m3221826187_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FtpWebRequest_set_State_m191779305(__this, 4, /*hidden argument*/NULL); FtpWebRequest_OpenDataConnection_m2761204651(__this, /*hidden argument*/NULL); FtpWebRequest_set_State_m191779305(__this, 5, /*hidden argument*/NULL); FtpWebResponse_t3940763575 * L_0 = __this->get_ftpResponse_29(); Stream_t1273022909 * L_1 = __this->get_dataStream_10(); FtpDataStream_t1366729715 * L_2 = (FtpDataStream_t1366729715 *)il2cpp_codegen_object_new(FtpDataStream_t1366729715_il2cpp_TypeInfo_var); FtpDataStream__ctor_m4139269767(L_2, __this, L_1, (bool)1, /*hidden argument*/NULL); NullCheck(L_0); FtpWebResponse_set_Stream_m556839434(L_0, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpWebRequest::CheckRequestStarted() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CheckRequestStarted_m1572969670 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_CheckRequestStarted_m1572969670_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = FtpWebRequest_get_State_m269588234(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral1311958174, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FtpWebRequest_CheckRequestStarted_m1572969670_RuntimeMethod_var); } IL_0016: { return; } } // System.Void System.Net.FtpWebRequest::OpenControlConnection() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_OpenControlConnection_m1915116578 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_OpenControlConnection_m1915116578_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Socket_t1119025450 * V_1 = NULL; IPAddress_t241777590 * V_2 = NULL; IPAddressU5BU5D_t596328627* V_3 = NULL; int32_t V_4 = 0; IPEndPoint_t3791887218 * V_5 = NULL; SocketException_t3852068672 * V_6 = NULL; FtpStatus_t2376455776 * 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); { V_0 = (Exception_t *)NULL; V_1 = (Socket_t1119025450 *)NULL; IPHostEntry_t263743900 * L_0 = __this->get_hostEntry_14(); NullCheck(L_0); IPAddressU5BU5D_t596328627* L_1 = IPHostEntry_get_AddressList_m1351062776(L_0, /*hidden argument*/NULL); V_3 = L_1; V_4 = 0; goto IL_0099; } IL_0018: { IPAddressU5BU5D_t596328627* L_2 = V_3; int32_t L_3 = V_4; NullCheck(L_2); int32_t L_4 = L_3; IPAddress_t241777590 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_2 = L_5; IPAddress_t241777590 * L_6 = V_2; NullCheck(L_6); int32_t L_7 = IPAddress_get_AddressFamily_m1010663936(L_6, /*hidden argument*/NULL); Socket_t1119025450 * L_8 = (Socket_t1119025450 *)il2cpp_codegen_object_new(Socket_t1119025450_il2cpp_TypeInfo_var); Socket__ctor_m3479084642(L_8, L_7, 1, 6, /*hidden argument*/NULL); V_1 = L_8; IPAddress_t241777590 * L_9 = V_2; Uri_t100236324 * L_10 = __this->get_requestUri_6(); NullCheck(L_10); int32_t L_11 = Uri_get_Port_m184067428(L_10, /*hidden argument*/NULL); IPEndPoint_t3791887218 * L_12 = (IPEndPoint_t3791887218 *)il2cpp_codegen_object_new(IPEndPoint_t3791887218_il2cpp_TypeInfo_var); IPEndPoint__ctor_m2833647099(L_12, L_9, L_11, /*hidden argument*/NULL); V_5 = L_12; ServicePoint_t2786966844 * L_13 = FtpWebRequest_get_ServicePoint_m2462547689(__this, /*hidden argument*/NULL); Socket_t1119025450 * L_14 = V_1; IPEndPoint_t3791887218 * L_15 = V_5; NullCheck(L_13); bool L_16 = ServicePoint_CallEndPointDelegate_m2947487287(L_13, L_14, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_005e; } } { Socket_t1119025450 * L_17 = V_1; NullCheck(L_17); Socket_Close_m3289097516(L_17, /*hidden argument*/NULL); V_1 = (Socket_t1119025450 *)NULL; goto IL_0093; } IL_005e: try { // begin try (depth: 1) { Socket_t1119025450 * L_18 = V_1; IPEndPoint_t3791887218 * L_19 = V_5; NullCheck(L_18); Socket_Connect_m798630981(L_18, L_19, /*hidden argument*/NULL); Socket_t1119025450 * L_20 = V_1; NullCheck(L_20); EndPoint_t982345378 * L_21 = Socket_get_LocalEndPoint_m456692531(L_20, /*hidden argument*/NULL); __this->set_localEndPoint_15(((IPEndPoint_t3791887218 *)CastclassClass((RuntimeObject*)L_21, IPEndPoint_t3791887218_il2cpp_TypeInfo_var))); goto IL_00a3; } IL_007c: { ; // IL_007c: leave IL_0093 } } // 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_0081; throw e; } CATCH_0081: { // begin catch(System.Net.Sockets.SocketException) V_6 = ((SocketException_t3852068672 *)__exception_local); SocketException_t3852068672 * L_22 = V_6; V_0 = L_22; Socket_t1119025450 * L_23 = V_1; NullCheck(L_23); Socket_Close_m3289097516(L_23, /*hidden argument*/NULL); V_1 = (Socket_t1119025450 *)NULL; goto IL_0093; } // end catch (depth: 1) IL_0093: { int32_t L_24 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0099: { int32_t L_25 = V_4; IPAddressU5BU5D_t596328627* L_26 = V_3; NullCheck(L_26); if ((((int32_t)L_25) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_26)->max_length))))))) { goto IL_0018; } } IL_00a3: { Socket_t1119025450 * L_27 = V_1; if (L_27) { goto IL_00bd; } } { Exception_t * L_28 = V_0; FtpWebResponse_t3940763575 * L_29 = __this->get_ftpResponse_29(); WebException_t3237156354 * L_30 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2761056832(L_30, _stringLiteral3508288322, L_28, ((int32_t)16), L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30,FtpWebRequest_OpenControlConnection_m1915116578_RuntimeMethod_var); } IL_00bd: { Socket_t1119025450 * L_31 = V_1; NetworkStream_t4071955934 * L_32 = (NetworkStream_t4071955934 *)il2cpp_codegen_object_new(NetworkStream_t4071955934_il2cpp_TypeInfo_var); NetworkStream__ctor_m1741284015(L_32, L_31, /*hidden argument*/NULL); __this->set_controlStream_11(L_32); Stream_t1273022909 * L_33 = __this->get_controlStream_11(); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_34 = Encoding_get_ASCII_m3595602635(NULL /*static, unused*/, /*hidden argument*/NULL); StreamReader_t4009935899 * L_35 = (StreamReader_t4009935899 *)il2cpp_codegen_object_new(StreamReader_t4009935899_il2cpp_TypeInfo_var); StreamReader__ctor_m3941437302(L_35, L_33, L_34, /*hidden argument*/NULL); __this->set_controlReader_12(L_35); FtpWebRequest_set_State_m191779305(__this, 3, /*hidden argument*/NULL); FtpWebRequest_Authenticate_m3499993166(__this, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_36 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_36); ArrayElementTypeCheck (L_36, _stringLiteral2900243959); (L_36)->SetAt(static_cast(0), (String_t*)_stringLiteral2900243959); StringU5BU5D_t1281789340* L_37 = L_36; NullCheck(L_37); ArrayElementTypeCheck (L_37, _stringLiteral3454842817); (L_37)->SetAt(static_cast(1), (String_t*)_stringLiteral3454842817); FtpStatus_t2376455776 * L_38 = FtpWebRequest_SendCommand_m2533286792(__this, _stringLiteral819359687, L_37, /*hidden argument*/NULL); V_7 = L_38; FtpStatus_t2376455776 * L_39 = FtpWebRequest_SendCommand_m2533286792(__this, _stringLiteral1843771782, ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); V_7 = L_39; FtpStatus_t2376455776 * L_40 = V_7; IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var); String_t* L_41 = FtpWebRequest_GetInitialPath_m252477829(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); __this->set_initial_path_31(L_41); return; } } // System.String System.Net.FtpWebRequest::GetInitialPath(System.Net.FtpStatus) extern "C" IL2CPP_METHOD_ATTR String_t* FtpWebRequest_GetInitialPath_m252477829 (RuntimeObject * __this /* static, unused */, FtpStatus_t2376455776 * ___status0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_GetInitialPath_m252477829_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; int32_t V_2 = 0; { FtpStatus_t2376455776 * L_0 = ___status0; NullCheck(L_0); int32_t L_1 = FtpStatus_get_StatusCode_m1935822399(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)((int32_t)200)))) { goto IL_002e; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) > ((int32_t)((int32_t)300)))) { goto IL_002e; } } { FtpStatus_t2376455776 * L_4 = ___status0; NullCheck(L_4); String_t* L_5 = FtpStatus_get_StatusDescription_m2739034646(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) > ((int32_t)4))) { goto IL_0048; } } IL_002e: { FtpStatus_t2376455776 * L_7 = ___status0; NullCheck(L_7); String_t* L_8 = FtpStatus_get_StatusDescription_m2739034646(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1146213126, L_8, /*hidden argument*/NULL); WebException_t3237156354 * L_10 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2761056832(L_10, L_9, (Exception_t *)NULL, ((int32_t)16), (WebResponse_t229922639 *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,FtpWebRequest_GetInitialPath_m252477829_RuntimeMethod_var); } IL_0048: { FtpStatus_t2376455776 * L_11 = ___status0; NullCheck(L_11); String_t* L_12 = FtpStatus_get_StatusDescription_m2739034646(L_11, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13 = String_Substring_m2848979100(L_12, 4, /*hidden argument*/NULL); V_1 = L_13; String_t* L_14 = V_1; NullCheck(L_14); Il2CppChar L_15 = String_get_Chars_m2986988803(L_14, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)34))))) { goto IL_0099; } } { String_t* L_16 = V_1; NullCheck(L_16); int32_t L_17 = String_IndexOf_m2466398549(L_16, ((int32_t)34), 1, /*hidden argument*/NULL); V_2 = L_17; int32_t L_18 = V_2; if ((!(((uint32_t)L_18) == ((uint32_t)(-1))))) { goto IL_008e; } } { FtpStatus_t2376455776 * L_19 = ___status0; NullCheck(L_19); String_t* L_20 = FtpStatus_get_StatusDescription_m2739034646(L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2597310014, L_20, /*hidden argument*/NULL); WebException_t3237156354 * L_22 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2761056832(L_22, L_21, (Exception_t *)NULL, ((int32_t)16), (WebResponse_t229922639 *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,FtpWebRequest_GetInitialPath_m252477829_RuntimeMethod_var); } IL_008e: { String_t* L_23 = V_1; int32_t L_24 = V_2; NullCheck(L_23); String_t* L_25 = String_Substring_m1610150815(L_23, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_25; } IL_0099: { String_t* L_26 = V_1; NullCheck(L_26); bool L_27 = String_EndsWith_m1901926500(L_26, _stringLiteral3452614529, /*hidden argument*/NULL); if (L_27) { goto IL_00b5; } } { String_t* L_28 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = String_Concat_m3937257545(NULL /*static, unused*/, L_28, _stringLiteral3452614529, /*hidden argument*/NULL); V_1 = L_29; } IL_00b5: { String_t* L_30 = V_1; return L_30; } } // System.Net.Sockets.Socket System.Net.FtpWebRequest::SetupPassiveConnection(System.String) extern "C" IL2CPP_METHOD_ATTR Socket_t1119025450 * FtpWebRequest_SetupPassiveConnection_m1357636555 (FtpWebRequest_t1577818305 * __this, String_t* ___statusDescription0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_SetupPassiveConnection_m1357636555_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; StringU5BU5D_t1281789340* V_2 = NULL; int32_t V_3 = 0; IPAddress_t241777590 * V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; IPEndPoint_t3791887218 * V_8 = NULL; Socket_t1119025450 * V_9 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___statusDescription0; V_0 = L_0; String_t* L_1 = V_0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) >= ((int32_t)4))) { goto IL_0019; } } { WebException_t3237156354 * L_3 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2000471014(L_3, _stringLiteral3484363670, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,FtpWebRequest_SetupPassiveConnection_m1357636555_RuntimeMethod_var); } IL_0019: { V_1 = 3; goto IL_0024; } IL_0020: { int32_t L_4 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0024: { int32_t L_5 = V_1; String_t* L_6 = V_0; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); if ((((int32_t)L_5) >= ((int32_t)L_7))) { goto IL_0041; } } { String_t* L_8 = V_0; int32_t L_9 = V_1; NullCheck(L_8); Il2CppChar L_10 = String_get_Chars_m2986988803(L_8, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_11 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0020; } } IL_0041: { int32_t L_12 = V_1; String_t* L_13 = V_0; NullCheck(L_13); int32_t L_14 = String_get_Length_m3847582255(L_13, /*hidden argument*/NULL); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_0058; } } { WebException_t3237156354 * L_15 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2000471014(L_15, _stringLiteral3484363670, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,FtpWebRequest_SetupPassiveConnection_m1357636555_RuntimeMethod_var); } IL_0058: { String_t* L_16 = V_0; int32_t L_17 = V_1; NullCheck(L_16); String_t* L_18 = String_Substring_m2848979100(L_16, L_17, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_19 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_19); (L_19)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_18); StringU5BU5D_t1281789340* L_20 = String_Split_m2077324731(L_18, L_19, 6, /*hidden argument*/NULL); V_2 = L_20; StringU5BU5D_t1281789340* L_21 = V_2; NullCheck(L_21); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))) == ((int32_t)6))) { goto IL_0085; } } { WebException_t3237156354 * L_22 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2000471014(L_22, _stringLiteral3484363670, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,FtpWebRequest_SetupPassiveConnection_m1357636555_RuntimeMethod_var); } IL_0085: { StringU5BU5D_t1281789340* L_23 = V_2; NullCheck(L_23); int32_t L_24 = 5; String_t* L_25 = (L_23)->GetAt(static_cast(L_24)); NullCheck(L_25); int32_t L_26 = String_get_Length_m3847582255(L_25, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1)); goto IL_0099; } IL_0095: { int32_t L_27 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1)); } IL_0099: { int32_t L_28 = V_3; if ((((int32_t)L_28) < ((int32_t)0))) { goto IL_00b3; } } { StringU5BU5D_t1281789340* L_29 = V_2; NullCheck(L_29); int32_t L_30 = 5; String_t* L_31 = (L_29)->GetAt(static_cast(L_30)); int32_t L_32 = V_3; NullCheck(L_31); Il2CppChar L_33 = String_get_Chars_m2986988803(L_31, L_32, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_34 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_0095; } } IL_00b3: { int32_t L_35 = V_3; if ((((int32_t)L_35) >= ((int32_t)0))) { goto IL_00c5; } } { WebException_t3237156354 * L_36 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2000471014(L_36, _stringLiteral3484363670, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36,FtpWebRequest_SetupPassiveConnection_m1357636555_RuntimeMethod_var); } IL_00c5: { StringU5BU5D_t1281789340* L_37 = V_2; StringU5BU5D_t1281789340* L_38 = V_2; NullCheck(L_38); int32_t L_39 = 5; String_t* L_40 = (L_38)->GetAt(static_cast(L_39)); int32_t L_41 = V_3; NullCheck(L_40); String_t* L_42 = String_Substring_m1610150815(L_40, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_37); ArrayElementTypeCheck (L_37, L_42); (L_37)->SetAt(static_cast(5), (String_t*)L_42); } IL_00d4: try { // begin try (depth: 1) StringU5BU5D_t1281789340* L_43 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_44 = String_Join_m29736248(NULL /*static, unused*/, _stringLiteral3452614530, L_43, 0, 4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_t241777590 * L_45 = IPAddress_Parse_m2200822423(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); V_4 = L_45; goto IL_00fe; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (FormatException_t154580423_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00ed; throw e; } CATCH_00ed: { // begin catch(System.FormatException) { WebException_t3237156354 * L_46 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2000471014(L_46, _stringLiteral3484363670, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46,FtpWebRequest_SetupPassiveConnection_m1357636555_RuntimeMethod_var); } IL_00f9: { goto IL_00fe; } } // end catch (depth: 1) IL_00fe: { StringU5BU5D_t1281789340* L_47 = V_2; NullCheck(L_47); int32_t L_48 = 4; String_t* L_49 = (L_47)->GetAt(static_cast(L_48)); bool L_50 = Int32_TryParse_m2404707562(NULL /*static, unused*/, L_49, (&V_5), /*hidden argument*/NULL); if (!L_50) { goto IL_011c; } } { StringU5BU5D_t1281789340* L_51 = V_2; NullCheck(L_51); int32_t L_52 = 5; String_t* L_53 = (L_51)->GetAt(static_cast(L_52)); bool L_54 = Int32_TryParse_m2404707562(NULL /*static, unused*/, L_53, (&V_6), /*hidden argument*/NULL); if (L_54) { goto IL_0127; } } IL_011c: { WebException_t3237156354 * L_55 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2000471014(L_55, _stringLiteral3484363670, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_55,FtpWebRequest_SetupPassiveConnection_m1357636555_RuntimeMethod_var); } IL_0127: { int32_t L_56 = V_5; int32_t L_57 = V_6; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_56<<(int32_t)8)), (int32_t)L_57)); int32_t L_58 = V_7; if ((((int32_t)L_58) < ((int32_t)0))) { goto IL_0144; } } { int32_t L_59 = V_7; if ((((int32_t)L_59) <= ((int32_t)((int32_t)65535)))) { goto IL_014f; } } IL_0144: { WebException_t3237156354 * L_60 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2000471014(L_60, _stringLiteral3484363670, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_60,FtpWebRequest_SetupPassiveConnection_m1357636555_RuntimeMethod_var); } IL_014f: { IPAddress_t241777590 * L_61 = V_4; int32_t L_62 = V_7; IPEndPoint_t3791887218 * L_63 = (IPEndPoint_t3791887218 *)il2cpp_codegen_object_new(IPEndPoint_t3791887218_il2cpp_TypeInfo_var); IPEndPoint__ctor_m2833647099(L_63, L_61, L_62, /*hidden argument*/NULL); V_8 = L_63; IPEndPoint_t3791887218 * L_64 = V_8; NullCheck(L_64); int32_t L_65 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Net.Sockets.AddressFamily System.Net.IPEndPoint::get_AddressFamily() */, L_64); Socket_t1119025450 * L_66 = (Socket_t1119025450 *)il2cpp_codegen_object_new(Socket_t1119025450_il2cpp_TypeInfo_var); Socket__ctor_m3479084642(L_66, L_65, 1, 6, /*hidden argument*/NULL); V_9 = L_66; } IL_016a: try { // begin try (depth: 1) Socket_t1119025450 * L_67 = V_9; IPEndPoint_t3791887218 * L_68 = V_8; NullCheck(L_67); Socket_Connect_m798630981(L_67, L_68, /*hidden argument*/NULL); goto IL_0190; } // 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_0178; throw e; } CATCH_0178: { // begin catch(System.Net.Sockets.SocketException) { Socket_t1119025450 * L_69 = V_9; NullCheck(L_69); Socket_Close_m3289097516(L_69, /*hidden argument*/NULL); WebException_t3237156354 * L_70 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2000471014(L_70, _stringLiteral3484363670, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_70,FtpWebRequest_SetupPassiveConnection_m1357636555_RuntimeMethod_var); } IL_018b: { goto IL_0190; } } // end catch (depth: 1) IL_0190: { Socket_t1119025450 * L_71 = V_9; return L_71; } } // System.Exception System.Net.FtpWebRequest::CreateExceptionFromResponse(System.Net.FtpStatus) extern "C" IL2CPP_METHOD_ATTR Exception_t * FtpWebRequest_CreateExceptionFromResponse_m741462156 (FtpWebRequest_t1577818305 * __this, FtpStatus_t2376455776 * ___status0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_CreateExceptionFromResponse_m741462156_MetadataUsageId); s_Il2CppMethodInitialized = true; } FtpWebResponse_t3940763575 * V_0 = NULL; WebException_t3237156354 * V_1 = NULL; { Uri_t100236324 * L_0 = __this->get_requestUri_6(); String_t* L_1 = __this->get_method_24(); FtpStatus_t2376455776 * L_2 = ___status0; FtpWebResponse_t3940763575 * L_3 = (FtpWebResponse_t3940763575 *)il2cpp_codegen_object_new(FtpWebResponse_t3940763575_il2cpp_TypeInfo_var); FtpWebResponse__ctor_m3273086612(L_3, __this, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; FtpStatus_t2376455776 * L_4 = ___status0; NullCheck(L_4); String_t* L_5 = FtpStatus_get_StatusDescription_m2739034646(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1747868285, L_5, /*hidden argument*/NULL); FtpWebResponse_t3940763575 * L_7 = V_0; WebException_t3237156354 * L_8 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2761056832(L_8, L_6, (Exception_t *)NULL, 7, L_7, /*hidden argument*/NULL); V_1 = L_8; WebException_t3237156354 * L_9 = V_1; return L_9; } } // System.Void System.Net.FtpWebRequest::SetTransferCompleted() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_SetTransferCompleted_m1178172310 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { FtpStatus_t2376455776 * V_0 = NULL; { bool L_0 = FtpWebRequest_InFinalState_m1434042928(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { FtpWebRequest_set_State_m191779305(__this, 6, /*hidden argument*/NULL); FtpStatus_t2376455776 * L_1 = FtpWebRequest_GetResponseStatus_m3460206581(__this, /*hidden argument*/NULL); V_0 = L_1; FtpWebResponse_t3940763575 * L_2 = __this->get_ftpResponse_29(); FtpStatus_t2376455776 * L_3 = V_0; NullCheck(L_2); FtpWebResponse_UpdateStatus_m937617454(L_2, L_3, /*hidden argument*/NULL); bool L_4 = __this->get_keepAlive_23(); if (L_4) { goto IL_0037; } } { FtpWebRequest_CloseConnection_m2159926326(__this, /*hidden argument*/NULL); } IL_0037: { return; } } // System.Void System.Net.FtpWebRequest::OperationCompleted() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_OperationCompleted_m77641069 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_keepAlive_23(); if (L_0) { goto IL_0011; } } { FtpWebRequest_CloseConnection_m2159926326(__this, /*hidden argument*/NULL); } IL_0011: { return; } } // System.Void System.Net.FtpWebRequest::SetCompleteWithError(System.Exception) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_SetCompleteWithError_m3611237847 (FtpWebRequest_t1577818305 * __this, Exception_t * ___exc0, const RuntimeMethod* method) { { FtpAsyncResult_t3265664217 * L_0 = __this->get_asyncResult_28(); if (!L_0) { goto IL_0018; } } { FtpAsyncResult_t3265664217 * L_1 = __this->get_asyncResult_28(); Exception_t * L_2 = ___exc0; NullCheck(L_1); FtpAsyncResult_SetCompleted_m3601468790(L_1, (bool)0, L_2, /*hidden argument*/NULL); } IL_0018: { return; } } // System.Net.Sockets.Socket System.Net.FtpWebRequest::InitDataConnection() extern "C" IL2CPP_METHOD_ATTR Socket_t1119025450 * FtpWebRequest_InitDataConnection_m1033696962 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_InitDataConnection_m1033696962_MetadataUsageId); s_Il2CppMethodInitialized = true; } FtpStatus_t2376455776 * V_0 = NULL; Socket_t1119025450 * V_1 = NULL; SocketException_t3852068672 * V_2 = NULL; IPEndPoint_t3791887218 * V_3 = NULL; String_t* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; 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); { bool L_0 = __this->get_usePassive_22(); if (!L_0) { goto IL_0042; } } { FtpStatus_t2376455776 * L_1 = FtpWebRequest_SendCommand_m2533286792(__this, _stringLiteral3958307643, ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); V_0 = L_1; FtpStatus_t2376455776 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = FtpStatus_get_StatusCode_m1935822399(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)227)))) { goto IL_0035; } } { FtpStatus_t2376455776 * L_4 = V_0; Exception_t * L_5 = FtpWebRequest_CreateExceptionFromResponse_m741462156(__this, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,FtpWebRequest_InitDataConnection_m1033696962_RuntimeMethod_var); } IL_0035: { FtpStatus_t2376455776 * L_6 = V_0; NullCheck(L_6); String_t* L_7 = FtpStatus_get_StatusDescription_m2739034646(L_6, /*hidden argument*/NULL); Socket_t1119025450 * L_8 = FtpWebRequest_SetupPassiveConnection_m1357636555(__this, L_7, /*hidden argument*/NULL); return L_8; } IL_0042: { Socket_t1119025450 * L_9 = (Socket_t1119025450 *)il2cpp_codegen_object_new(Socket_t1119025450_il2cpp_TypeInfo_var); Socket__ctor_m3479084642(L_9, 2, 1, 6, /*hidden argument*/NULL); V_1 = L_9; } IL_004b: try { // begin try (depth: 1) Socket_t1119025450 * L_10 = V_1; IPEndPoint_t3791887218 * L_11 = __this->get_localEndPoint_15(); NullCheck(L_11); IPAddress_t241777590 * L_12 = IPEndPoint_get_Address_m834732349(L_11, /*hidden argument*/NULL); IPEndPoint_t3791887218 * L_13 = (IPEndPoint_t3791887218 *)il2cpp_codegen_object_new(IPEndPoint_t3791887218_il2cpp_TypeInfo_var); IPEndPoint__ctor_m2833647099(L_13, L_12, 0, /*hidden argument*/NULL); NullCheck(L_10); Socket_Bind_m1387808352(L_10, L_13, /*hidden argument*/NULL); Socket_t1119025450 * L_14 = V_1; NullCheck(L_14); Socket_Listen_m3184049021(L_14, 1, /*hidden argument*/NULL); goto IL_0086; } // 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_006e; throw e; } CATCH_006e: { // begin catch(System.Net.Sockets.SocketException) { V_2 = ((SocketException_t3852068672 *)__exception_local); Socket_t1119025450 * L_15 = V_1; NullCheck(L_15); Socket_Close_m3289097516(L_15, /*hidden argument*/NULL); SocketException_t3852068672 * L_16 = V_2; WebException_t3237156354 * L_17 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m3995319482(L_17, _stringLiteral609474475, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,FtpWebRequest_InitDataConnection_m1033696962_RuntimeMethod_var); } IL_0081: { goto IL_0086; } } // end catch (depth: 1) IL_0086: { Socket_t1119025450 * L_18 = V_1; NullCheck(L_18); EndPoint_t982345378 * L_19 = Socket_get_LocalEndPoint_m456692531(L_18, /*hidden argument*/NULL); V_3 = ((IPEndPoint_t3791887218 *)CastclassClass((RuntimeObject*)L_19, IPEndPoint_t3791887218_il2cpp_TypeInfo_var)); IPEndPoint_t3791887218 * L_20 = V_3; NullCheck(L_20); IPAddress_t241777590 * L_21 = IPEndPoint_get_Address_m834732349(L_20, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Net.IPAddress::ToString() */, L_21); NullCheck(L_22); String_t* L_23 = String_Replace_m3726209165(L_22, ((int32_t)46), ((int32_t)44), /*hidden argument*/NULL); V_4 = L_23; IPEndPoint_t3791887218 * L_24 = V_3; NullCheck(L_24); int32_t L_25 = IPEndPoint_get_Port_m2842923226(L_24, /*hidden argument*/NULL); V_5 = ((int32_t)((int32_t)L_25>>(int32_t)8)); IPEndPoint_t3791887218 * L_26 = V_3; NullCheck(L_26); int32_t L_27 = IPEndPoint_get_Port_m2842923226(L_26, /*hidden argument*/NULL); V_6 = ((int32_t)((int32_t)L_27%(int32_t)((int32_t)256))); ObjectU5BU5D_t2843939325* L_28 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); String_t* L_29 = V_4; NullCheck(L_28); ArrayElementTypeCheck (L_28, L_29); (L_28)->SetAt(static_cast(0), (RuntimeObject *)L_29); ObjectU5BU5D_t2843939325* L_30 = L_28; NullCheck(L_30); ArrayElementTypeCheck (L_30, _stringLiteral3452614532); (L_30)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral3452614532); ObjectU5BU5D_t2843939325* L_31 = L_30; int32_t L_32 = V_5; int32_t L_33 = L_32; RuntimeObject * L_34 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_33); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_34); (L_31)->SetAt(static_cast(2), (RuntimeObject *)L_34); ObjectU5BU5D_t2843939325* L_35 = L_31; NullCheck(L_35); ArrayElementTypeCheck (L_35, _stringLiteral3452614532); (L_35)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral3452614532); ObjectU5BU5D_t2843939325* L_36 = L_35; int32_t L_37 = V_6; int32_t L_38 = L_37; RuntimeObject * L_39 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_38); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_39); (L_36)->SetAt(static_cast(4), (RuntimeObject *)L_39); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_40 = String_Concat_m2971454694(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); V_7 = L_40; StringU5BU5D_t1281789340* L_41 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_42 = V_7; NullCheck(L_41); ArrayElementTypeCheck (L_41, L_42); (L_41)->SetAt(static_cast(0), (String_t*)L_42); FtpStatus_t2376455776 * L_43 = FtpWebRequest_SendCommand_m2533286792(__this, _stringLiteral1611892384, L_41, /*hidden argument*/NULL); V_0 = L_43; FtpStatus_t2376455776 * L_44 = V_0; NullCheck(L_44); int32_t L_45 = FtpStatus_get_StatusCode_m1935822399(L_44, /*hidden argument*/NULL); if ((((int32_t)L_45) == ((int32_t)((int32_t)200)))) { goto IL_012b; } } { Socket_t1119025450 * L_46 = V_1; NullCheck(L_46); Socket_Close_m3289097516(L_46, /*hidden argument*/NULL); FtpStatus_t2376455776 * L_47 = V_0; Exception_t * L_48 = FtpWebRequest_CreateExceptionFromResponse_m741462156(__this, L_47, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_48,FtpWebRequest_InitDataConnection_m1033696962_RuntimeMethod_var); } IL_012b: { Socket_t1119025450 * L_49 = V_1; return L_49; } } // System.Void System.Net.FtpWebRequest::OpenDataConnection() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_OpenDataConnection_m2761204651 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_OpenDataConnection_m2761204651_MetadataUsageId); s_Il2CppMethodInitialized = true; } FtpStatus_t2376455776 * V_0 = NULL; Socket_t1119025450 * 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); { Socket_t1119025450 * L_0 = FtpWebRequest_InitDataConnection_m1033696962(__this, /*hidden argument*/NULL); V_1 = L_0; int64_t L_1 = __this->get_offset_19(); if ((((int64_t)L_1) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_004c; } } { StringU5BU5D_t1281789340* L_2 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); int64_t* L_3 = __this->get_address_of_offset_19(); String_t* L_4 = Int64_ToString_m2986581816(L_3, /*hidden argument*/NULL); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_4); (L_2)->SetAt(static_cast(0), (String_t*)L_4); FtpStatus_t2376455776 * L_5 = FtpWebRequest_SendCommand_m2533286792(__this, _stringLiteral45415225, L_2, /*hidden argument*/NULL); V_0 = L_5; FtpStatus_t2376455776 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = FtpStatus_get_StatusCode_m1935822399(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)((int32_t)350)))) { goto IL_004c; } } { FtpStatus_t2376455776 * L_8 = V_0; Exception_t * L_9 = FtpWebRequest_CreateExceptionFromResponse_m741462156(__this, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,FtpWebRequest_OpenDataConnection_m2761204651_RuntimeMethod_var); } IL_004c: { String_t* L_10 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_10, _stringLiteral46005037, /*hidden argument*/NULL); if (!L_11) { goto IL_00ac; } } { String_t* L_12 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_13 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_12, _stringLiteral46201647, /*hidden argument*/NULL); if (!L_13) { goto IL_00ac; } } { String_t* L_14 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_14, _stringLiteral389706364, /*hidden argument*/NULL); if (!L_15) { goto IL_00ac; } } { String_t* L_16 = __this->get_method_24(); StringU5BU5D_t1281789340* L_17 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_18 = __this->get_file_name_7(); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_18); (L_17)->SetAt(static_cast(0), (String_t*)L_18); FtpStatus_t2376455776 * L_19 = FtpWebRequest_SendCommand_m2533286792(__this, L_16, L_17, /*hidden argument*/NULL); V_0 = L_19; goto IL_00bf; } IL_00ac: { String_t* L_20 = __this->get_method_24(); FtpStatus_t2376455776 * L_21 = FtpWebRequest_SendCommand_m2533286792(__this, L_20, ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); V_0 = L_21; } IL_00bf: { FtpStatus_t2376455776 * L_22 = V_0; NullCheck(L_22); int32_t L_23 = FtpStatus_get_StatusCode_m1935822399(L_22, /*hidden argument*/NULL); if ((((int32_t)L_23) == ((int32_t)((int32_t)150)))) { goto IL_00e4; } } { FtpStatus_t2376455776 * L_24 = V_0; NullCheck(L_24); int32_t L_25 = FtpStatus_get_StatusCode_m1935822399(L_24, /*hidden argument*/NULL); if ((((int32_t)L_25) == ((int32_t)((int32_t)125)))) { goto IL_00e4; } } { FtpStatus_t2376455776 * L_26 = V_0; Exception_t * L_27 = FtpWebRequest_CreateExceptionFromResponse_m741462156(__this, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27,FtpWebRequest_OpenDataConnection_m2761204651_RuntimeMethod_var); } IL_00e4: { bool L_28 = __this->get_usePassive_22(); if (!L_28) { goto IL_0125; } } { Socket_t1119025450 * L_29 = V_1; NetworkStream_t4071955934 * L_30 = (NetworkStream_t4071955934 *)il2cpp_codegen_object_new(NetworkStream_t4071955934_il2cpp_TypeInfo_var); NetworkStream__ctor_m594102681(L_30, L_29, (bool)1, /*hidden argument*/NULL); __this->set_origDataStream_9(L_30); Stream_t1273022909 * L_31 = __this->get_origDataStream_9(); __this->set_dataStream_10(L_31); bool L_32 = FtpWebRequest_get_EnableSsl_m2491182827(__this, /*hidden argument*/NULL); if (!L_32) { goto IL_0120; } } { Stream_t1273022909 ** L_33 = __this->get_address_of_dataStream_10(); FtpWebRequest_ChangeToSSLSocket_m896422621(__this, L_33, /*hidden argument*/NULL); } IL_0120: { goto IL_018d; } IL_0125: { V_2 = (Socket_t1119025450 *)NULL; } IL_0127: try { // begin try (depth: 1) Socket_t1119025450 * L_34 = V_1; NullCheck(L_34); Socket_t1119025450 * L_35 = Socket_Accept_m4157022177(L_34, /*hidden argument*/NULL); V_2 = L_35; goto IL_0156; } // 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_0133; throw e; } CATCH_0133: { // begin catch(System.Net.Sockets.SocketException) { Socket_t1119025450 * L_36 = V_1; NullCheck(L_36); Socket_Close_m3289097516(L_36, /*hidden argument*/NULL); Socket_t1119025450 * L_37 = V_2; if (!L_37) { goto IL_0146; } } IL_0140: { Socket_t1119025450 * L_38 = V_2; NullCheck(L_38); Socket_Close_m3289097516(L_38, /*hidden argument*/NULL); } IL_0146: { ProtocolViolationException_t4144007430 * L_39 = (ProtocolViolationException_t4144007430 *)il2cpp_codegen_object_new(ProtocolViolationException_t4144007430_il2cpp_TypeInfo_var); ProtocolViolationException__ctor_m1575418383(L_39, _stringLiteral2593327801, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39,FtpWebRequest_OpenDataConnection_m2761204651_RuntimeMethod_var); } IL_0151: { goto IL_0156; } } // end catch (depth: 1) IL_0156: { Socket_t1119025450 * L_40 = V_1; NullCheck(L_40); Socket_Close_m3289097516(L_40, /*hidden argument*/NULL); Socket_t1119025450 * L_41 = V_1; NetworkStream_t4071955934 * L_42 = (NetworkStream_t4071955934 *)il2cpp_codegen_object_new(NetworkStream_t4071955934_il2cpp_TypeInfo_var); NetworkStream__ctor_m594102681(L_42, L_41, (bool)1, /*hidden argument*/NULL); __this->set_origDataStream_9(L_42); Stream_t1273022909 * L_43 = __this->get_origDataStream_9(); __this->set_dataStream_10(L_43); bool L_44 = FtpWebRequest_get_EnableSsl_m2491182827(__this, /*hidden argument*/NULL); if (!L_44) { goto IL_018d; } } { Stream_t1273022909 ** L_45 = __this->get_address_of_dataStream_10(); FtpWebRequest_ChangeToSSLSocket_m896422621(__this, L_45, /*hidden argument*/NULL); } IL_018d: { FtpWebResponse_t3940763575 * L_46 = __this->get_ftpResponse_29(); FtpStatus_t2376455776 * L_47 = V_0; NullCheck(L_46); FtpWebResponse_UpdateStatus_m937617454(L_46, L_47, /*hidden argument*/NULL); return; } } // System.Void System.Net.FtpWebRequest::Authenticate() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_Authenticate_m3499993166 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_Authenticate_m3499993166_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; FtpStatus_t2376455776 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; { V_0 = (String_t*)NULL; V_1 = (String_t*)NULL; V_2 = (String_t*)NULL; NetworkCredential_t3282608323 * L_0 = __this->get_credentials_13(); if (!L_0) { goto IL_0035; } } { NetworkCredential_t3282608323 * L_1 = __this->get_credentials_13(); NullCheck(L_1); String_t* L_2 = NetworkCredential_get_UserName_m1950179274(L_1, /*hidden argument*/NULL); V_0 = L_2; NetworkCredential_t3282608323 * L_3 = __this->get_credentials_13(); NullCheck(L_3); String_t* L_4 = NetworkCredential_get_Password_m2968490334(L_3, /*hidden argument*/NULL); V_1 = L_4; NetworkCredential_t3282608323 * L_5 = __this->get_credentials_13(); NullCheck(L_5); String_t* L_6 = NetworkCredential_get_Domain_m153886306(L_5, /*hidden argument*/NULL); V_2 = L_6; } IL_0035: { String_t* L_7 = V_0; if (L_7) { goto IL_0041; } } { V_0 = _stringLiteral510878262; } IL_0041: { String_t* L_8 = V_1; if (L_8) { goto IL_004d; } } { V_1 = _stringLiteral2045255535; } IL_004d: { String_t* L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0067; } } { String_t* L_11 = V_2; Il2CppChar L_12 = ((Il2CppChar)((int32_t)92)); RuntimeObject * L_13 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_12); String_t* L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m1715369213(NULL /*static, unused*/, L_11, L_13, L_14, /*hidden argument*/NULL); V_0 = L_15; } IL_0067: { FtpStatus_t2376455776 * L_16 = FtpWebRequest_GetResponseStatus_m3460206581(__this, /*hidden argument*/NULL); V_3 = L_16; FtpWebResponse_t3940763575 * L_17 = __this->get_ftpResponse_29(); FtpStatus_t2376455776 * L_18 = V_3; NullCheck(L_18); String_t* L_19 = FtpStatus_get_StatusDescription_m2739034646(L_18, /*hidden argument*/NULL); NullCheck(L_17); FtpWebResponse_set_BannerMessage_m1768086374(L_17, L_19, /*hidden argument*/NULL); bool L_20 = FtpWebRequest_get_EnableSsl_m2491182827(__this, /*hidden argument*/NULL); if (!L_20) { goto IL_0140; } } { Stream_t1273022909 ** L_21 = __this->get_address_of_controlStream_11(); FtpWebRequest_InitiateSecureConnection_m1876937554(__this, L_21, /*hidden argument*/NULL); Stream_t1273022909 * L_22 = __this->get_controlStream_11(); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_23 = Encoding_get_ASCII_m3595602635(NULL /*static, unused*/, /*hidden argument*/NULL); StreamReader_t4009935899 * L_24 = (StreamReader_t4009935899 *)il2cpp_codegen_object_new(StreamReader_t4009935899_il2cpp_TypeInfo_var); StreamReader__ctor_m3941437302(L_24, L_22, L_23, /*hidden argument*/NULL); __this->set_controlReader_12(L_24); StringU5BU5D_t1281789340* L_25 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteral3452614544); (L_25)->SetAt(static_cast(0), (String_t*)_stringLiteral3452614544); FtpStatus_t2376455776 * L_26 = FtpWebRequest_SendCommand_m2533286792(__this, _stringLiteral1957296955, L_25, /*hidden argument*/NULL); V_3 = L_26; FtpStatus_t2376455776 * L_27 = V_3; NullCheck(L_27); int32_t L_28 = FtpStatus_get_StatusCode_m1935822399(L_27, /*hidden argument*/NULL); V_4 = L_28; int32_t L_29 = V_4; if ((((int32_t)L_29) < ((int32_t)((int32_t)200)))) { goto IL_00e6; } } { int32_t L_30 = V_4; if ((((int32_t)L_30) < ((int32_t)((int32_t)300)))) { goto IL_00ee; } } IL_00e6: { FtpStatus_t2376455776 * L_31 = V_3; Exception_t * L_32 = FtpWebRequest_CreateExceptionFromResponse_m741462156(__this, L_31, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32,FtpWebRequest_Authenticate_m3499993166_RuntimeMethod_var); } IL_00ee: { StringU5BU5D_t1281789340* L_33 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_33); ArrayElementTypeCheck (L_33, _stringLiteral3452614640); (L_33)->SetAt(static_cast(0), (String_t*)_stringLiteral3452614640); FtpStatus_t2376455776 * L_34 = FtpWebRequest_SendCommand_m2533286792(__this, _stringLiteral2728489599, L_33, /*hidden argument*/NULL); V_3 = L_34; FtpStatus_t2376455776 * L_35 = V_3; NullCheck(L_35); int32_t L_36 = FtpStatus_get_StatusCode_m1935822399(L_35, /*hidden argument*/NULL); V_4 = L_36; int32_t L_37 = V_4; if ((((int32_t)L_37) < ((int32_t)((int32_t)200)))) { goto IL_0128; } } { int32_t L_38 = V_4; if ((((int32_t)L_38) < ((int32_t)((int32_t)300)))) { goto IL_0130; } } IL_0128: { FtpStatus_t2376455776 * L_39 = V_3; Exception_t * L_40 = FtpWebRequest_CreateExceptionFromResponse_m741462156(__this, L_39, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40,FtpWebRequest_Authenticate_m3499993166_RuntimeMethod_var); } IL_0130: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_41 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); FtpStatus_t2376455776 * L_42 = (FtpStatus_t2376455776 *)il2cpp_codegen_object_new(FtpStatus_t2376455776_il2cpp_TypeInfo_var); FtpStatus__ctor_m1706090984(L_42, ((int32_t)220), L_41, /*hidden argument*/NULL); V_3 = L_42; } IL_0140: { FtpStatus_t2376455776 * L_43 = V_3; NullCheck(L_43); int32_t L_44 = FtpStatus_get_StatusCode_m1935822399(L_43, /*hidden argument*/NULL); if ((((int32_t)L_44) == ((int32_t)((int32_t)220)))) { goto IL_0158; } } { FtpStatus_t2376455776 * L_45 = V_3; Exception_t * L_46 = FtpWebRequest_CreateExceptionFromResponse_m741462156(__this, L_45, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46,FtpWebRequest_Authenticate_m3499993166_RuntimeMethod_var); } IL_0158: { StringU5BU5D_t1281789340* L_47 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_48 = V_0; NullCheck(L_47); ArrayElementTypeCheck (L_47, L_48); (L_47)->SetAt(static_cast(0), (String_t*)L_48); FtpStatus_t2376455776 * L_49 = FtpWebRequest_SendCommand_m2533286792(__this, _stringLiteral2304192028, L_47, /*hidden argument*/NULL); V_3 = L_49; FtpStatus_t2376455776 * L_50 = V_3; NullCheck(L_50); int32_t L_51 = FtpStatus_get_StatusCode_m1935822399(L_50, /*hidden argument*/NULL); V_5 = L_51; int32_t L_52 = V_5; if ((((int32_t)L_52) == ((int32_t)((int32_t)230)))) { goto IL_01c6; } } { int32_t L_53 = V_5; if ((((int32_t)L_53) == ((int32_t)((int32_t)331)))) { goto IL_0193; } } { goto IL_01cb; } IL_0193: { StringU5BU5D_t1281789340* L_54 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_55 = V_1; NullCheck(L_54); ArrayElementTypeCheck (L_54, L_55); (L_54)->SetAt(static_cast(0), (String_t*)L_55); FtpStatus_t2376455776 * L_56 = FtpWebRequest_SendCommand_m2533286792(__this, _stringLiteral2384329531, L_54, /*hidden argument*/NULL); V_3 = L_56; FtpStatus_t2376455776 * L_57 = V_3; NullCheck(L_57); int32_t L_58 = FtpStatus_get_StatusCode_m1935822399(L_57, /*hidden argument*/NULL); if ((((int32_t)L_58) == ((int32_t)((int32_t)230)))) { goto IL_01c1; } } { FtpStatus_t2376455776 * L_59 = V_3; Exception_t * L_60 = FtpWebRequest_CreateExceptionFromResponse_m741462156(__this, L_59, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_60,FtpWebRequest_Authenticate_m3499993166_RuntimeMethod_var); } IL_01c1: { goto IL_01d3; } IL_01c6: { goto IL_01d3; } IL_01cb: { FtpStatus_t2376455776 * L_61 = V_3; Exception_t * L_62 = FtpWebRequest_CreateExceptionFromResponse_m741462156(__this, L_61, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_62,FtpWebRequest_Authenticate_m3499993166_RuntimeMethod_var); } IL_01d3: { FtpWebResponse_t3940763575 * L_63 = __this->get_ftpResponse_29(); FtpStatus_t2376455776 * L_64 = V_3; NullCheck(L_64); String_t* L_65 = FtpStatus_get_StatusDescription_m2739034646(L_64, /*hidden argument*/NULL); NullCheck(L_63); FtpWebResponse_set_WelcomeMessage_m3871327441(L_63, L_65, /*hidden argument*/NULL); FtpWebResponse_t3940763575 * L_66 = __this->get_ftpResponse_29(); FtpStatus_t2376455776 * L_67 = V_3; NullCheck(L_66); FtpWebResponse_UpdateStatus_m937617454(L_66, L_67, /*hidden argument*/NULL); return; } } // System.Net.FtpStatus System.Net.FtpWebRequest::SendCommand(System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR FtpStatus_t2376455776 * FtpWebRequest_SendCommand_m2533286792 (FtpWebRequest_t1577818305 * __this, String_t* ___command0, StringU5BU5D_t1281789340* ___parameters1, const RuntimeMethod* method) { { String_t* L_0 = ___command0; StringU5BU5D_t1281789340* L_1 = ___parameters1; FtpStatus_t2376455776 * L_2 = FtpWebRequest_SendCommand_m3628069055(__this, (bool)1, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Net.FtpStatus System.Net.FtpWebRequest::SendCommand(System.Boolean,System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR FtpStatus_t2376455776 * FtpWebRequest_SendCommand_m3628069055 (FtpWebRequest_t1577818305 * __this, bool ___waitResponse0, String_t* ___command1, StringU5BU5D_t1281789340* ___parameters2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_SendCommand_m3628069055_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; String_t* V_1 = NULL; FtpStatus_t2376455776 * V_2 = NULL; FtpStatus_t2376455776 * 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); { String_t* L_0 = ___command1; V_1 = L_0; StringU5BU5D_t1281789340* L_1 = ___parameters2; NullCheck(L_1); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) <= ((int32_t)0))) { goto IL_0022; } } { String_t* L_2 = V_1; StringU5BU5D_t1281789340* L_3 = ___parameters2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Join_m2050845953(NULL /*static, unused*/, _stringLiteral3452614528, L_3, /*hidden argument*/NULL); String_t* L_5 = String_Concat_m3755062657(NULL /*static, unused*/, L_2, _stringLiteral3452614528, L_4, /*hidden argument*/NULL); V_1 = L_5; } IL_0022: { String_t* L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3937257545(NULL /*static, unused*/, L_6, _stringLiteral3453007779, /*hidden argument*/NULL); V_1 = L_7; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_8 = Encoding_get_ASCII_m3595602635(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_9 = V_1; NullCheck(L_8); ByteU5BU5D_t4116647657* L_10 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_8, L_9); V_0 = L_10; } IL_003a: try { // begin try (depth: 1) Stream_t1273022909 * L_11 = __this->get_controlStream_11(); ByteU5BU5D_t4116647657* L_12 = V_0; ByteU5BU5D_t4116647657* L_13 = V_0; NullCheck(L_13); 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, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))); goto IL_006a; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_004f; throw e; } CATCH_004f: { // begin catch(System.IO.IOException) { FtpStatus_t2376455776 * L_14 = (FtpStatus_t2376455776 *)il2cpp_codegen_object_new(FtpStatus_t2376455776_il2cpp_TypeInfo_var); FtpStatus__ctor_m1706090984(L_14, ((int32_t)421), _stringLiteral3411855393, /*hidden argument*/NULL); V_3 = L_14; goto IL_0092; } IL_0065: { ; // IL_0065: leave IL_006a } } // end catch (depth: 1) IL_006a: { bool L_15 = ___waitResponse0; if (L_15) { goto IL_0072; } } { return (FtpStatus_t2376455776 *)NULL; } IL_0072: { FtpStatus_t2376455776 * L_16 = FtpWebRequest_GetResponseStatus_m3460206581(__this, /*hidden argument*/NULL); V_2 = L_16; FtpWebResponse_t3940763575 * L_17 = __this->get_ftpResponse_29(); if (!L_17) { goto IL_0090; } } { FtpWebResponse_t3940763575 * L_18 = __this->get_ftpResponse_29(); FtpStatus_t2376455776 * L_19 = V_2; NullCheck(L_18); FtpWebResponse_UpdateStatus_m937617454(L_18, L_19, /*hidden argument*/NULL); } IL_0090: { FtpStatus_t2376455776 * L_20 = V_2; return L_20; } IL_0092: { FtpStatus_t2376455776 * L_21 = V_3; return L_21; } } // System.Net.FtpStatus System.Net.FtpWebRequest::ServiceNotAvailable() extern "C" IL2CPP_METHOD_ATTR FtpStatus_t2376455776 * FtpWebRequest_ServiceNotAvailable_m4410319 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_ServiceNotAvailable_m4410319_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3875126938(NULL /*static, unused*/, _stringLiteral865589409, /*hidden argument*/NULL); FtpStatus_t2376455776 * L_1 = (FtpStatus_t2376455776 *)il2cpp_codegen_object_new(FtpStatus_t2376455776_il2cpp_TypeInfo_var); FtpStatus__ctor_m1706090984(L_1, ((int32_t)421), L_0, /*hidden argument*/NULL); return L_1; } } // System.Net.FtpStatus System.Net.FtpWebRequest::GetResponseStatus() extern "C" IL2CPP_METHOD_ATTR FtpStatus_t2376455776 * FtpWebRequest_GetResponseStatus_m3460206581 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_GetResponseStatus_m3460206581_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; String_t* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: { V_0 = (String_t*)NULL; } IL_0002: try { // begin try (depth: 1) StreamReader_t4009935899 * L_0 = __this->get_controlReader_12(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.IO.StreamReader::ReadLine() */, L_0); V_0 = L_1; goto IL_0019; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0013; throw e; } CATCH_0013: { // begin catch(System.IO.IOException) goto IL_0019; } // end catch (depth: 1) IL_0019: { String_t* L_2 = V_0; if (!L_2) { goto IL_002b; } } { String_t* L_3 = V_0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) >= ((int32_t)3))) { goto IL_0031; } } IL_002b: { IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var); FtpStatus_t2376455776 * L_5 = FtpWebRequest_ServiceNotAvailable_m4410319(NULL /*static, unused*/, /*hidden argument*/NULL); return L_5; } IL_0031: { String_t* L_6 = V_0; NullCheck(L_6); String_t* L_7 = String_Substring_m1610150815(L_6, 0, 3, /*hidden argument*/NULL); bool L_8 = Int32_TryParse_m2404707562(NULL /*static, unused*/, L_7, (&V_1), /*hidden argument*/NULL); if (L_8) { goto IL_004b; } } { IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var); FtpStatus_t2376455776 * L_9 = FtpWebRequest_ServiceNotAvailable_m4410319(NULL /*static, unused*/, /*hidden argument*/NULL); return L_9; } IL_004b: { String_t* L_10 = V_0; NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); if ((((int32_t)L_11) <= ((int32_t)3))) { goto IL_00c4; } } { String_t* L_12 = V_0; NullCheck(L_12); Il2CppChar L_13 = String_get_Chars_m2986988803(L_12, 3, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)45))))) { goto IL_00c4; } } { V_2 = (String_t*)NULL; String_t* L_14 = Int32_ToString_m141394615((&V_1), /*hidden argument*/NULL); Il2CppChar L_15 = ((Il2CppChar)((int32_t)32)); RuntimeObject * L_16 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, L_14, L_16, /*hidden argument*/NULL); V_3 = L_17; } IL_007b: { V_2 = (String_t*)NULL; } IL_007d: try { // begin try (depth: 1) StreamReader_t4009935899 * L_18 = __this->get_controlReader_12(); NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.IO.StreamReader::ReadLine() */, L_18); V_2 = L_19; goto IL_0094; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_008e; throw e; } CATCH_008e: { // begin catch(System.IO.IOException) goto IL_0094; } // end catch (depth: 1) IL_0094: { String_t* L_20 = V_2; if (L_20) { goto IL_00a0; } } { IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t1577818305_il2cpp_TypeInfo_var); FtpStatus_t2376455776 * L_21 = FtpWebRequest_ServiceNotAvailable_m4410319(NULL /*static, unused*/, /*hidden argument*/NULL); return L_21; } IL_00a0: { String_t* L_22 = V_0; String_t* L_23 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_24 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m3755062657(NULL /*static, unused*/, L_22, L_23, L_24, /*hidden argument*/NULL); V_0 = L_25; String_t* L_26 = V_2; String_t* L_27 = V_3; NullCheck(L_26); bool L_28 = String_StartsWith_m2640722675(L_26, L_27, 4, /*hidden argument*/NULL); if (!L_28) { goto IL_00bf; } } { goto IL_00c4; } IL_00bf: { goto IL_007b; } IL_00c4: { int32_t L_29 = V_1; String_t* L_30 = V_0; FtpStatus_t2376455776 * L_31 = (FtpStatus_t2376455776 *)il2cpp_codegen_object_new(FtpStatus_t2376455776_il2cpp_TypeInfo_var); FtpStatus__ctor_m1706090984(L_31, L_29, L_30, /*hidden argument*/NULL); return L_31; } // Dead block : IL_00cc: br IL_0000 } // System.Void System.Net.FtpWebRequest::InitiateSecureConnection(System.IO.Stream&) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_InitiateSecureConnection_m1876937554 (FtpWebRequest_t1577818305 * __this, Stream_t1273022909 ** ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_InitiateSecureConnection_m1876937554_MetadataUsageId); s_Il2CppMethodInitialized = true; } FtpStatus_t2376455776 * V_0 = NULL; { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral2697067319); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral2697067319); FtpStatus_t2376455776 * L_1 = FtpWebRequest_SendCommand_m2533286792(__this, _stringLiteral2010673093, L_0, /*hidden argument*/NULL); V_0 = L_1; FtpStatus_t2376455776 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = FtpStatus_get_StatusCode_m1935822399(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)234)))) { goto IL_0032; } } { FtpStatus_t2376455776 * L_4 = V_0; Exception_t * L_5 = FtpWebRequest_CreateExceptionFromResponse_m741462156(__this, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,FtpWebRequest_InitiateSecureConnection_m1876937554_RuntimeMethod_var); } IL_0032: { Stream_t1273022909 ** L_6 = ___stream0; FtpWebRequest_ChangeToSSLSocket_m896422621(__this, L_6, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.FtpWebRequest::ChangeToSSLSocket(System.IO.Stream&) extern "C" IL2CPP_METHOD_ATTR bool FtpWebRequest_ChangeToSSLSocket_m896422621 (FtpWebRequest_t1577818305 * __this, Stream_t1273022909 ** ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_ChangeToSSLSocket_m896422621_MetadataUsageId); s_Il2CppMethodInitialized = true; } SslStream_t2700741536 * V_0 = NULL; { Stream_t1273022909 ** L_0 = ___stream0; Stream_t1273022909 * L_1 = *((Stream_t1273022909 **)L_0); RemoteCertificateValidationCallback_t3014364904 * L_2 = __this->get_callback_33(); SslStream_t2700741536 * L_3 = (SslStream_t2700741536 *)il2cpp_codegen_object_new(SslStream_t2700741536_il2cpp_TypeInfo_var); SslStream__ctor_m2028407324(L_3, L_1, (bool)1, L_2, (LocalCertificateSelectionCallback_t2354453884 *)NULL, /*hidden argument*/NULL); V_0 = L_3; SslStream_t2700741536 * L_4 = V_0; Uri_t100236324 * L_5 = __this->get_requestUri_6(); NullCheck(L_5); String_t* L_6 = Uri_get_Host_m255565830(L_5, /*hidden argument*/NULL); NullCheck(L_4); VirtActionInvoker4< String_t*, X509CertificateCollection_t3399372417 *, int32_t, bool >::Invoke(30 /* System.Void System.Net.Security.SslStream::AuthenticateAsClient(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean) */, L_4, L_6, (X509CertificateCollection_t3399372417 *)NULL, ((int32_t)240), (bool)0); Stream_t1273022909 ** L_7 = ___stream0; SslStream_t2700741536 * L_8 = V_0; *((RuntimeObject **)(L_7)) = (RuntimeObject *)L_8; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_7), (RuntimeObject *)L_8); return (bool)1; } } // System.Boolean System.Net.FtpWebRequest::InFinalState() extern "C" IL2CPP_METHOD_ATTR bool FtpWebRequest_InFinalState_m1434042928 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { int32_t L_0 = FtpWebRequest_get_State_m269588234(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)7))) { goto IL_0023; } } { int32_t L_1 = FtpWebRequest_get_State_m269588234(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)8))) { goto IL_0023; } } { int32_t L_2 = FtpWebRequest_get_State_m269588234(__this, /*hidden argument*/NULL); G_B4_0 = ((((int32_t)L_2) == ((int32_t)6))? 1 : 0); goto IL_0024; } IL_0023: { G_B4_0 = 1; } IL_0024: { return (bool)G_B4_0; } } // System.Boolean System.Net.FtpWebRequest::InProgress() extern "C" IL2CPP_METHOD_ATTR bool FtpWebRequest_InProgress_m2248546191 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = FtpWebRequest_get_State_m269588234(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { bool L_1 = FtpWebRequest_InFinalState_m1434042928(__this, /*hidden argument*/NULL); 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.Void System.Net.FtpWebRequest::CheckIfAborted() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CheckIfAborted_m4220179630 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_CheckIfAborted_m4220179630_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = FtpWebRequest_get_State_m269588234(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)7)))) { goto IL_0018; } } { WebException_t3237156354 * L_1 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2864788884(L_1, _stringLiteral2069147700, 6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FtpWebRequest_CheckIfAborted_m4220179630_RuntimeMethod_var); } IL_0018: { return; } } // System.Void System.Net.FtpWebRequest::CheckFinalState() extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_CheckFinalState_m1657985045 (FtpWebRequest_t1577818305 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_CheckFinalState_m1657985045_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = FtpWebRequest_InFinalState_m1434042928(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral278728818, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FtpWebRequest_CheckFinalState_m1657985045_RuntimeMethod_var); } IL_0016: { return; } } // System.Boolean System.Net.FtpWebRequest::m__3(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors) extern "C" IL2CPP_METHOD_ATTR bool FtpWebRequest_U3CcallbackU3Em__3_m2932823206 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___sender0, X509Certificate_t713131622 * ___certificate1, X509Chain_t194917408 * ___chain2, int32_t ___sslPolicyErrors3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_U3CcallbackU3Em__3_m2932823206_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); RemoteCertificateValidationCallback_t3014364904 * L_0 = ServicePointManager_get_ServerCertificateValidationCallback_m2067275303(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0019; } } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); RemoteCertificateValidationCallback_t3014364904 * L_1 = ServicePointManager_get_ServerCertificateValidationCallback_m2067275303(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_2 = ___sender0; X509Certificate_t713131622 * L_3 = ___certificate1; X509Chain_t194917408 * L_4 = ___chain2; int32_t L_5 = ___sslPolicyErrors3; NullCheck(L_1); bool L_6 = RemoteCertificateValidationCallback_Invoke_m3086073466(L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0019: { int32_t L_7 = ___sslPolicyErrors3; if (!L_7) { goto IL_0035; } } { int32_t L_8 = ___sslPolicyErrors3; int32_t L_9 = L_8; RuntimeObject * L_10 = Box(SslPolicyErrors_t2205227823_il2cpp_TypeInfo_var, &L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2229727621, L_10, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_12 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,FtpWebRequest_U3CcallbackU3Em__3_m2932823206_RuntimeMethod_var); } IL_0035: { 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.Net.FtpWebResponse::.ctor(System.Net.FtpWebRequest,System.Uri,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse__ctor_m132049627 (FtpWebResponse_t3940763575 * __this, FtpWebRequest_t1577818305 * ___request0, Uri_t100236324 * ___uri1, String_t* ___method2, bool ___keepAlive3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebResponse__ctor_m132049627_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_0 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); __this->set_lastModified_4(L_0); 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(); __this->set_bannerMessage_5(L_1); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_welcomeMessage_6(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_exitMessage_7(L_3); __this->set_contentLength_12((((int64_t)((int64_t)(-1))))); WebResponse__ctor_m824854825(__this, /*hidden argument*/NULL); FtpWebRequest_t1577818305 * L_4 = ___request0; __this->set_request_11(L_4); Uri_t100236324 * L_5 = ___uri1; __this->set_uri_2(L_5); String_t* L_6 = ___method2; __this->set_method_9(L_6); return; } } // System.Void System.Net.FtpWebResponse::.ctor(System.Net.FtpWebRequest,System.Uri,System.String,System.Net.FtpStatusCode,System.String) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse__ctor_m3888855406 (FtpWebResponse_t3940763575 * __this, FtpWebRequest_t1577818305 * ___request0, Uri_t100236324 * ___uri1, String_t* ___method2, int32_t ___statusCode3, String_t* ___statusDescription4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebResponse__ctor_m3888855406_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_0 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); __this->set_lastModified_4(L_0); 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(); __this->set_bannerMessage_5(L_1); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_welcomeMessage_6(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_exitMessage_7(L_3); __this->set_contentLength_12((((int64_t)((int64_t)(-1))))); WebResponse__ctor_m824854825(__this, /*hidden argument*/NULL); FtpWebRequest_t1577818305 * L_4 = ___request0; __this->set_request_11(L_4); Uri_t100236324 * L_5 = ___uri1; __this->set_uri_2(L_5); String_t* L_6 = ___method2; __this->set_method_9(L_6); int32_t L_7 = ___statusCode3; __this->set_statusCode_3(L_7); String_t* L_8 = ___statusDescription4; __this->set_statusDescription_8(L_8); return; } } // System.Void System.Net.FtpWebResponse::.ctor(System.Net.FtpWebRequest,System.Uri,System.String,System.Net.FtpStatus) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse__ctor_m3273086612 (FtpWebResponse_t3940763575 * __this, FtpWebRequest_t1577818305 * ___request0, Uri_t100236324 * ___uri1, String_t* ___method2, FtpStatus_t2376455776 * ___status3, const RuntimeMethod* method) { { FtpWebRequest_t1577818305 * L_0 = ___request0; Uri_t100236324 * L_1 = ___uri1; String_t* L_2 = ___method2; FtpStatus_t2376455776 * L_3 = ___status3; NullCheck(L_3); int32_t L_4 = FtpStatus_get_StatusCode_m1935822399(L_3, /*hidden argument*/NULL); FtpStatus_t2376455776 * L_5 = ___status3; NullCheck(L_5); String_t* L_6 = FtpStatus_get_StatusDescription_m2739034646(L_5, /*hidden argument*/NULL); FtpWebResponse__ctor_m3888855406(__this, L_0, L_1, L_2, L_4, L_6, /*hidden argument*/NULL); return; } } // System.Net.WebHeaderCollection System.Net.FtpWebResponse::get_Headers() extern "C" IL2CPP_METHOD_ATTR WebHeaderCollection_t1942268960 * FtpWebResponse_get_Headers_m4180562887 (FtpWebResponse_t3940763575 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebResponse_get_Headers_m4180562887_MetadataUsageId); s_Il2CppMethodInitialized = true; } { WebHeaderCollection_t1942268960 * L_0 = (WebHeaderCollection_t1942268960 *)il2cpp_codegen_object_new(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var); WebHeaderCollection__ctor_m896654210(L_0, /*hidden argument*/NULL); return L_0; } } // System.Void System.Net.FtpWebResponse::set_LastModified(System.DateTime) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_set_LastModified_m3755041463 (FtpWebResponse_t3940763575 * __this, DateTime_t3738529785 ___value0, const RuntimeMethod* method) { { DateTime_t3738529785 L_0 = ___value0; __this->set_lastModified_4(L_0); return; } } // System.Void System.Net.FtpWebResponse::set_BannerMessage(System.String) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_set_BannerMessage_m1768086374 (FtpWebResponse_t3940763575 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_bannerMessage_5(L_0); return; } } // System.Void System.Net.FtpWebResponse::set_WelcomeMessage(System.String) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_set_WelcomeMessage_m3871327441 (FtpWebResponse_t3940763575 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_welcomeMessage_6(L_0); return; } } // System.Void System.Net.FtpWebResponse::Close() extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_Close_m3407016815 (FtpWebResponse_t3940763575 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebResponse_Close_m3407016815_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_10(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_disposed_10((bool)1); Stream_t1273022909 * L_1 = __this->get_stream_1(); if (!L_1) { goto IL_0044; } } { Stream_t1273022909 * L_2 = __this->get_stream_1(); NullCheck(L_2); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_2); Stream_t1273022909 * L_3 = __this->get_stream_1(); IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream_t1273022909 * L_4 = ((Stream_t1273022909_StaticFields*)il2cpp_codegen_static_fields_for(Stream_t1273022909_il2cpp_TypeInfo_var))->get_Null_1(); if ((!(((RuntimeObject*)(Stream_t1273022909 *)L_3) == ((RuntimeObject*)(Stream_t1273022909 *)L_4)))) { goto IL_0044; } } { FtpWebRequest_t1577818305 * L_5 = __this->get_request_11(); NullCheck(L_5); FtpWebRequest_OperationCompleted_m77641069(L_5, /*hidden argument*/NULL); } IL_0044: { __this->set_stream_1((Stream_t1273022909 *)NULL); return; } } // System.IO.Stream System.Net.FtpWebResponse::GetResponseStream() extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * FtpWebResponse_GetResponseStream_m121394876 (FtpWebResponse_t3940763575 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebResponse_GetResponseStream_m121394876_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stream_t1273022909 * L_0 = __this->get_stream_1(); if (L_0) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream_t1273022909 * L_1 = ((Stream_t1273022909_StaticFields*)il2cpp_codegen_static_fields_for(Stream_t1273022909_il2cpp_TypeInfo_var))->get_Null_1(); return L_1; } IL_0011: { String_t* L_2 = __this->get_method_9(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_2, _stringLiteral3156635604, /*hidden argument*/NULL); if (!L_3) { goto IL_0041; } } { String_t* L_4 = __this->get_method_9(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_4, _stringLiteral46005037, /*hidden argument*/NULL); if (!L_5) { goto IL_0041; } } { FtpWebResponse_CheckDisposed_m2152411271(__this, /*hidden argument*/NULL); } IL_0041: { Stream_t1273022909 * L_6 = __this->get_stream_1(); return L_6; } } // System.Void System.Net.FtpWebResponse::set_Stream(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_set_Stream_m556839434 (FtpWebResponse_t3940763575 * __this, Stream_t1273022909 * ___value0, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = ___value0; __this->set_stream_1(L_0); return; } } // System.Void System.Net.FtpWebResponse::UpdateStatus(System.Net.FtpStatus) extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_UpdateStatus_m937617454 (FtpWebResponse_t3940763575 * __this, FtpStatus_t2376455776 * ___status0, const RuntimeMethod* method) { { FtpStatus_t2376455776 * L_0 = ___status0; NullCheck(L_0); int32_t L_1 = FtpStatus_get_StatusCode_m1935822399(L_0, /*hidden argument*/NULL); __this->set_statusCode_3(L_1); FtpStatus_t2376455776 * L_2 = ___status0; NullCheck(L_2); String_t* L_3 = FtpStatus_get_StatusDescription_m2739034646(L_2, /*hidden argument*/NULL); __this->set_statusDescription_8(L_3); return; } } // System.Void System.Net.FtpWebResponse::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void FtpWebResponse_CheckDisposed_m2152411271 (FtpWebResponse_t3940763575 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebResponse_CheckDisposed_m2152411271_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_10(); 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,FtpWebResponse_CheckDisposed_m2152411271_RuntimeMethod_var); } IL_001c: { return; } } // System.Boolean System.Net.FtpWebResponse::IsFinal() extern "C" IL2CPP_METHOD_ATTR bool FtpWebResponse_IsFinal_m1348059617 (FtpWebResponse_t3940763575 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_statusCode_3(); return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)((int32_t)200)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.IWebProxy System.Net.GlobalProxySelection::get_Select() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GlobalProxySelection_get_Select_m3427048860 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GlobalProxySelection_get_Select_m3427048860_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); RuntimeObject* L_0 = WebRequest_get_DefaultWebProxy_m4155870144(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.HttpContinueDelegate::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void HttpContinueDelegate__ctor_m2928381845 (HttpContinueDelegate_t3009151163 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Net.HttpContinueDelegate::Invoke(System.Int32,System.Net.WebHeaderCollection) extern "C" IL2CPP_METHOD_ATTR void HttpContinueDelegate_Invoke_m1343264165 (HttpContinueDelegate_t3009151163 * __this, int32_t ___StatusCode0, WebHeaderCollection_t1942268960 * ___httpHeaders1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { HttpContinueDelegate_Invoke_m1343264165((HttpContinueDelegate_t3009151163 *)__this->get_prev_9(), ___StatusCode0, ___httpHeaders1, 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) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, int32_t, WebHeaderCollection_t1942268960 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___StatusCode0, ___httpHeaders1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, int32_t, WebHeaderCollection_t1942268960 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___StatusCode0, ___httpHeaders1, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, WebHeaderCollection_t1942268960 * >::Invoke(targetMethod, targetThis, ___StatusCode0, ___httpHeaders1); else GenericVirtActionInvoker2< int32_t, WebHeaderCollection_t1942268960 * >::Invoke(targetMethod, targetThis, ___StatusCode0, ___httpHeaders1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, WebHeaderCollection_t1942268960 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___StatusCode0, ___httpHeaders1); else VirtActionInvoker2< int32_t, WebHeaderCollection_t1942268960 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___StatusCode0, ___httpHeaders1); } } else { typedef void (*FunctionPointerType) (void*, int32_t, WebHeaderCollection_t1942268960 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___StatusCode0, ___httpHeaders1, targetMethod); } } } } // System.IAsyncResult System.Net.HttpContinueDelegate::BeginInvoke(System.Int32,System.Net.WebHeaderCollection,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HttpContinueDelegate_BeginInvoke_m2746263979 (HttpContinueDelegate_t3009151163 * __this, int32_t ___StatusCode0, WebHeaderCollection_t1942268960 * ___httpHeaders1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpContinueDelegate_BeginInvoke_m2746263979_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___StatusCode0); __d_args[1] = ___httpHeaders1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Net.HttpContinueDelegate::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void HttpContinueDelegate_EndInvoke_m1388437871 (HttpContinueDelegate_t3009151163 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.HttpRequestCreator::.ctor() extern "C" IL2CPP_METHOD_ATTR void HttpRequestCreator__ctor_m2389332355 (HttpRequestCreator_t1984314013 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Net.WebRequest System.Net.HttpRequestCreator::Create(System.Uri) extern "C" IL2CPP_METHOD_ATTR WebRequest_t1939381076 * HttpRequestCreator_Create_m400548686 (HttpRequestCreator_t1984314013 * __this, Uri_t100236324 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpRequestCreator_Create_m400548686_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Uri_t100236324 * L_0 = ___uri0; HttpWebRequest_t1669436515 * L_1 = (HttpWebRequest_t1669436515 *)il2cpp_codegen_object_new(HttpWebRequest_t1669436515_il2cpp_TypeInfo_var); HttpWebRequest__ctor_m1376613083(L_1, L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.HttpVersion::.cctor() extern "C" IL2CPP_METHOD_ATTR void HttpVersion__cctor_m1653189495 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpVersion__cctor_m1653189495_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Version_t3456873960 * L_0 = (Version_t3456873960 *)il2cpp_codegen_object_new(Version_t3456873960_il2cpp_TypeInfo_var); Version__ctor_m3537335798(L_0, 1, 0, /*hidden argument*/NULL); ((HttpVersion_t346520293_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t346520293_il2cpp_TypeInfo_var))->set_Version10_0(L_0); Version_t3456873960 * L_1 = (Version_t3456873960 *)il2cpp_codegen_object_new(Version_t3456873960_il2cpp_TypeInfo_var); Version__ctor_m3537335798(L_1, 1, 1, /*hidden argument*/NULL); ((HttpVersion_t346520293_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t346520293_il2cpp_TypeInfo_var))->set_Version11_1(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.HttpWebRequest::.ctor(System.Uri) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest__ctor_m1376613083 (HttpWebRequest_t1669436515 * __this, Uri_t100236324 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest__ctor_m1376613083_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_allowAutoRedirect_9((bool)1); __this->set_allowBuffering_10((bool)1); __this->set_contentLength_13((((int64_t)((int64_t)(-1))))); WebHeaderCollection_t1942268960 * L_0 = (WebHeaderCollection_t1942268960 *)il2cpp_codegen_object_new(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var); WebHeaderCollection__ctor_m1926872774(L_0, (bool)1, /*hidden argument*/NULL); __this->set_webHeaders_20(L_0); __this->set_keepAlive_21((bool)1); __this->set_maxAutoRedirect_22(((int32_t)50)); 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(); __this->set_mediaType_23(L_1); __this->set_method_24(_stringLiteral1130393535); __this->set_initialMethod_25(_stringLiteral1130393535); __this->set_pipelined_26((bool)1); IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t346520293_il2cpp_TypeInfo_var); Version_t3456873960 * L_2 = ((HttpVersion_t346520293_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t346520293_il2cpp_TypeInfo_var))->get_Version11_1(); __this->set_version_29(L_2); __this->set_timeout_34(((int32_t)100000)); RuntimeObject * L_3 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_3, /*hidden argument*/NULL); __this->set_locker_49(L_3); __this->set_readWriteTimeout_55(((int32_t)300000)); IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); WebRequest__ctor_m3593280671(__this, /*hidden argument*/NULL); Uri_t100236324 * L_4 = ___uri0; __this->set_requestUri_6(L_4); Uri_t100236324 * L_5 = ___uri0; __this->set_actualUri_7(L_5); RuntimeObject* L_6 = GlobalProxySelection_get_Select_m3427048860(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_proxy_31(L_6); return; } } // System.Void System.Net.HttpWebRequest::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest__ctor_m1789065007 (HttpWebRequest_t1669436515 * __this, SerializationInfo_t950877179 * ___serializationInfo0, StreamingContext_t3711869237 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest__ctor_m1789065007_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializationInfo_t950877179 * V_0 = NULL; { __this->set_allowAutoRedirect_9((bool)1); __this->set_allowBuffering_10((bool)1); __this->set_contentLength_13((((int64_t)((int64_t)(-1))))); WebHeaderCollection_t1942268960 * L_0 = (WebHeaderCollection_t1942268960 *)il2cpp_codegen_object_new(WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var); WebHeaderCollection__ctor_m1926872774(L_0, (bool)1, /*hidden argument*/NULL); __this->set_webHeaders_20(L_0); __this->set_keepAlive_21((bool)1); __this->set_maxAutoRedirect_22(((int32_t)50)); 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(); __this->set_mediaType_23(L_1); __this->set_method_24(_stringLiteral1130393535); __this->set_initialMethod_25(_stringLiteral1130393535); __this->set_pipelined_26((bool)1); IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t346520293_il2cpp_TypeInfo_var); Version_t3456873960 * L_2 = ((HttpVersion_t346520293_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t346520293_il2cpp_TypeInfo_var))->get_Version11_1(); __this->set_version_29(L_2); __this->set_timeout_34(((int32_t)100000)); RuntimeObject * L_3 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_3, /*hidden argument*/NULL); __this->set_locker_49(L_3); __this->set_readWriteTimeout_55(((int32_t)300000)); IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); WebRequest__ctor_m3593280671(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_4 = ___serializationInfo0; V_0 = L_4; SerializationInfo_t950877179 * L_5 = V_0; RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (Uri_t100236324_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_5); RuntimeObject * L_8 = SerializationInfo_GetValue_m42271953(L_5, _stringLiteral461417345, L_7, /*hidden argument*/NULL); __this->set_requestUri_6(((Uri_t100236324 *)CastclassClass((RuntimeObject*)L_8, Uri_t100236324_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_9 = V_0; RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (Uri_t100236324_0_0_0_var) }; Type_t * L_11 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); NullCheck(L_9); RuntimeObject * L_12 = SerializationInfo_GetValue_m42271953(L_9, _stringLiteral3857442447, L_11, /*hidden argument*/NULL); __this->set_actualUri_7(((Uri_t100236324 *)CastclassClass((RuntimeObject*)L_12, Uri_t100236324_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_13 = V_0; NullCheck(L_13); bool L_14 = SerializationInfo_GetBoolean_m1756153320(L_13, _stringLiteral845807208, /*hidden argument*/NULL); __this->set_allowAutoRedirect_9(L_14); SerializationInfo_t950877179 * L_15 = V_0; NullCheck(L_15); bool L_16 = SerializationInfo_GetBoolean_m1756153320(L_15, _stringLiteral705313416, /*hidden argument*/NULL); __this->set_allowBuffering_10(L_16); SerializationInfo_t950877179 * L_17 = V_0; RuntimeTypeHandle_t3027515415 L_18 = { reinterpret_cast (X509CertificateCollection_t3399372417_0_0_0_var) }; Type_t * L_19 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); NullCheck(L_17); RuntimeObject * L_20 = SerializationInfo_GetValue_m42271953(L_17, _stringLiteral295584906, L_19, /*hidden argument*/NULL); __this->set_certificates_11(((X509CertificateCollection_t3399372417 *)CastclassClass((RuntimeObject*)L_20, X509CertificateCollection_t3399372417_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_21 = V_0; NullCheck(L_21); String_t* L_22 = SerializationInfo_GetString_m3155282843(L_21, _stringLiteral634463174, /*hidden argument*/NULL); __this->set_connectionGroup_12(L_22); SerializationInfo_t950877179 * L_23 = V_0; NullCheck(L_23); int64_t L_24 = SerializationInfo_GetInt64_m2503729515(L_23, _stringLiteral2694049519, /*hidden argument*/NULL); __this->set_contentLength_13(L_24); SerializationInfo_t950877179 * L_25 = V_0; RuntimeTypeHandle_t3027515415 L_26 = { reinterpret_cast (WebHeaderCollection_t1942268960_0_0_0_var) }; Type_t * L_27 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); NullCheck(L_25); RuntimeObject * L_28 = SerializationInfo_GetValue_m42271953(L_25, _stringLiteral4132706365, L_27, /*hidden argument*/NULL); __this->set_webHeaders_20(((WebHeaderCollection_t1942268960 *)CastclassClass((RuntimeObject*)L_28, WebHeaderCollection_t1942268960_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_29 = V_0; NullCheck(L_29); bool L_30 = SerializationInfo_GetBoolean_m1756153320(L_29, _stringLiteral809256010, /*hidden argument*/NULL); __this->set_keepAlive_21(L_30); SerializationInfo_t950877179 * L_31 = V_0; NullCheck(L_31); int32_t L_32 = SerializationInfo_GetInt32_m2640574809(L_31, _stringLiteral4200548320, /*hidden argument*/NULL); __this->set_maxAutoRedirect_22(L_32); SerializationInfo_t950877179 * L_33 = V_0; NullCheck(L_33); String_t* L_34 = SerializationInfo_GetString_m3155282843(L_33, _stringLiteral186517451, /*hidden argument*/NULL); __this->set_mediaType_23(L_34); SerializationInfo_t950877179 * L_35 = V_0; NullCheck(L_35); String_t* L_36 = SerializationInfo_GetString_m3155282843(L_35, _stringLiteral414301358, /*hidden argument*/NULL); __this->set_method_24(L_36); SerializationInfo_t950877179 * L_37 = V_0; NullCheck(L_37); String_t* L_38 = SerializationInfo_GetString_m3155282843(L_37, _stringLiteral3718238692, /*hidden argument*/NULL); __this->set_initialMethod_25(L_38); SerializationInfo_t950877179 * L_39 = V_0; NullCheck(L_39); bool L_40 = SerializationInfo_GetBoolean_m1756153320(L_39, _stringLiteral733275769, /*hidden argument*/NULL); __this->set_pipelined_26(L_40); SerializationInfo_t950877179 * L_41 = V_0; RuntimeTypeHandle_t3027515415 L_42 = { reinterpret_cast (Version_t3456873960_0_0_0_var) }; Type_t * L_43 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); NullCheck(L_41); RuntimeObject * L_44 = SerializationInfo_GetValue_m42271953(L_41, _stringLiteral1902401671, L_43, /*hidden argument*/NULL); __this->set_version_29(((Version_t3456873960 *)CastclassSealed((RuntimeObject*)L_44, Version_t3456873960_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_45 = V_0; RuntimeTypeHandle_t3027515415 L_46 = { reinterpret_cast (IWebProxy_t688979836_0_0_0_var) }; Type_t * L_47 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); NullCheck(L_45); RuntimeObject * L_48 = SerializationInfo_GetValue_m42271953(L_45, _stringLiteral3460481212, L_47, /*hidden argument*/NULL); __this->set_proxy_31(((RuntimeObject*)Castclass((RuntimeObject*)L_48, IWebProxy_t688979836_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_49 = V_0; NullCheck(L_49); bool L_50 = SerializationInfo_GetBoolean_m1756153320(L_49, _stringLiteral712502108, /*hidden argument*/NULL); __this->set_sendChunked_32(L_50); SerializationInfo_t950877179 * L_51 = V_0; NullCheck(L_51); int32_t L_52 = SerializationInfo_GetInt32_m2640574809(L_51, _stringLiteral591226122, /*hidden argument*/NULL); __this->set_timeout_34(L_52); SerializationInfo_t950877179 * L_53 = V_0; NullCheck(L_53); int32_t L_54 = SerializationInfo_GetInt32_m2640574809(L_53, _stringLiteral1586972503, /*hidden argument*/NULL); __this->set_redirects_42(L_54); return; } } // System.Void System.Net.HttpWebRequest::.cctor() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest__cctor_m1467954389 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest__cctor_m1467954389_MetadataUsageId); s_Il2CppMethodInitialized = true; } NetConfig_t2828594564 * V_0 = NULL; int32_t V_1 = 0; { ((HttpWebRequest_t1669436515_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequest_t1669436515_il2cpp_TypeInfo_var))->set_defaultMaxResponseHeadersLength_54(((int32_t)65536)); IL2CPP_RUNTIME_CLASS_INIT(ConfigurationSettings_t822951835_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ConfigurationSettings_GetConfig_m1015220656(NULL /*static, unused*/, _stringLiteral718801248, /*hidden argument*/NULL); V_0 = ((NetConfig_t2828594564 *)IsInstClass((RuntimeObject*)L_0, NetConfig_t2828594564_il2cpp_TypeInfo_var)); NetConfig_t2828594564 * L_1 = V_0; if (!L_1) { goto IL_0039; } } { NetConfig_t2828594564 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = L_2->get_MaxResponseHeadersLength_1(); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0033; } } { int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)((int32_t)64))); } IL_0033: { int32_t L_6 = V_1; ((HttpWebRequest_t1669436515_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequest_t1669436515_il2cpp_TypeInfo_var))->set_defaultMaxResponseHeadersLength_54(L_6); } IL_0039: { return; } } // System.Void System.Net.HttpWebRequest::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_System_Runtime_Serialization_ISerializable_GetObjectData_m900393946 (HttpWebRequest_t1669436515 * __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(24 /* System.Void System.Net.HttpWebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, __this, L_0, L_1); return; } } // System.Uri System.Net.HttpWebRequest::get_Address() extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * HttpWebRequest_get_Address_m2672661563 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { { Uri_t100236324 * L_0 = __this->get_actualUri_7(); return L_0; } } // System.Net.DecompressionMethods System.Net.HttpWebRequest::get_AutomaticDecompression() extern "C" IL2CPP_METHOD_ATTR int32_t HttpWebRequest_get_AutomaticDecompression_m4238495726 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_auto_decomp_53(); return L_0; } } // System.Boolean System.Net.HttpWebRequest::get_InternalAllowBuffering() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_InternalAllowBuffering_m1509018138 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_get_InternalAllowBuffering_m1509018138_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B8_0 = 0; int32_t G_B10_0 = 0; { bool L_0 = __this->get_allowBuffering_10(); if (!L_0) { goto IL_0089; } } { String_t* L_1 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_1, _stringLiteral831347629, /*hidden argument*/NULL); if (!L_2) { goto IL_0086; } } { String_t* L_3 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1130393535, /*hidden argument*/NULL); if (!L_4) { goto IL_0086; } } { String_t* L_5 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_5, _stringLiteral3983934048, /*hidden argument*/NULL); if (!L_6) { goto IL_0086; } } { String_t* L_7 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_7, _stringLiteral110397590, /*hidden argument*/NULL); if (!L_8) { goto IL_0086; } } { String_t* L_9 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_9, _stringLiteral897372452, /*hidden argument*/NULL); if (!L_10) { goto IL_0086; } } { String_t* L_11 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_11, _stringLiteral2075924938, /*hidden argument*/NULL); G_B8_0 = ((int32_t)(L_12)); goto IL_0087; } IL_0086: { G_B8_0 = 0; } IL_0087: { G_B10_0 = G_B8_0; goto IL_008a; } IL_0089: { G_B10_0 = 0; } IL_008a: { return (bool)G_B10_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_get_ClientCertificates_m1369160996_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509CertificateCollection_t3399372417 * L_0 = __this->get_certificates_11(); if (L_0) { goto IL_0016; } } { X509CertificateCollection_t3399372417 * L_1 = (X509CertificateCollection_t3399372417 *)il2cpp_codegen_object_new(X509CertificateCollection_t3399372417_il2cpp_TypeInfo_var); X509CertificateCollection__ctor_m1784029323(L_1, /*hidden argument*/NULL); __this->set_certificates_11(L_1); } IL_0016: { X509CertificateCollection_t3399372417 * L_2 = __this->get_certificates_11(); return L_2; } } // System.Int64 System.Net.HttpWebRequest::get_ContentLength() extern "C" IL2CPP_METHOD_ATTR int64_t HttpWebRequest_get_ContentLength_m1719441816 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_contentLength_13(); return L_0; } } // System.Void System.Net.HttpWebRequest::set_ContentLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_ContentLength_m1924274623 (HttpWebRequest_t1669436515 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_set_ContentLength_m1924274623_MetadataUsageId); s_Il2CppMethodInitialized = true; } { HttpWebRequest_CheckRequestStarted_m2585848005(__this, /*hidden argument*/NULL); int64_t L_0 = ___value0; if ((((int64_t)L_0) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_001e; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral3493618073, _stringLiteral3699308791, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,HttpWebRequest_set_ContentLength_m1924274623_RuntimeMethod_var); } IL_001e: { int64_t L_2 = ___value0; __this->set_contentLength_13(L_2); return; } } // 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) { { int64_t L_0 = ___value0; __this->set_contentLength_13(L_0); return; } } // System.Void System.Net.HttpWebRequest::set_ContentType(System.String) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_ContentType_m2247267371 (HttpWebRequest_t1669436515 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_set_ContentType_m2247267371_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (!L_0) { goto IL_0016; } } { String_t* L_1 = ___value0; NullCheck(L_1); String_t* L_2 = String_Trim_m923598732(L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0027; } } IL_0016: { WebHeaderCollection_t1942268960 * L_4 = __this->get_webHeaders_20(); NullCheck(L_4); WebHeaderCollection_RemoveInternal_m2712218737(L_4, _stringLiteral2263792357, /*hidden argument*/NULL); return; } IL_0027: { WebHeaderCollection_t1942268960 * L_5 = __this->get_webHeaders_20(); String_t* L_6 = ___value0; NullCheck(L_5); WebHeaderCollection_RemoveAndAdd_m3288706236(L_5, _stringLiteral2263792357, L_6, /*hidden argument*/NULL); return; } } // System.Net.ICredentials System.Net.HttpWebRequest::get_Credentials() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HttpWebRequest_get_Credentials_m869552648 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_credentials_16(); return L_0; } } // System.Void System.Net.HttpWebRequest::set_Credentials(System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_Credentials_m2824480114 (HttpWebRequest_t1669436515 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_credentials_16(L_0); return; } } // System.Net.WebHeaderCollection System.Net.HttpWebRequest::get_Headers() extern "C" IL2CPP_METHOD_ATTR WebHeaderCollection_t1942268960 * HttpWebRequest_get_Headers_m3367476308 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { { WebHeaderCollection_t1942268960 * L_0 = __this->get_webHeaders_20(); return L_0; } } // System.Boolean System.Net.HttpWebRequest::get_KeepAlive() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_KeepAlive_m125307640 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_keepAlive_21(); return L_0; } } // System.Int32 System.Net.HttpWebRequest::get_ReadWriteTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t HttpWebRequest_get_ReadWriteTimeout_m289624615 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_readWriteTimeout_55(); return L_0; } } // System.String System.Net.HttpWebRequest::get_Method() extern "C" IL2CPP_METHOD_ATTR String_t* HttpWebRequest_get_Method_m837169067 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_method_24(); return L_0; } } // System.Void System.Net.HttpWebRequest::set_Method(System.String) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_Method_m4248268164 (HttpWebRequest_t1669436515 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_set_Method_m4248268164_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (!L_0) { goto IL_001b; } } { String_t* L_1 = ___value0; NullCheck(L_1); String_t* L_2 = String_Trim_m923598732(L_1, /*hidden argument*/NULL); 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_0026; } } IL_001b: { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_5, _stringLiteral398240495, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,HttpWebRequest_set_Method_m4248268164_RuntimeMethod_var); } IL_0026: { String_t* L_6 = ___value0; __this->set_method_24(L_6); return; } } // System.Net.IWebProxy System.Net.HttpWebRequest::get_Proxy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HttpWebRequest_get_Proxy_m96405923 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_proxy_31(); return L_0; } } // System.Uri System.Net.HttpWebRequest::get_RequestUri() extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * HttpWebRequest_get_RequestUri_m1528754012 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { { Uri_t100236324 * L_0 = __this->get_requestUri_6(); return L_0; } } // System.Boolean System.Net.HttpWebRequest::get_SendChunked() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_SendChunked_m3812850078 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_sendChunked_32(); return L_0; } } // 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) { { ServicePoint_t2786966844 * L_0 = HttpWebRequest_GetServicePoint_m2640244283(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Net.HttpWebRequest::get_TransferEncoding() extern "C" IL2CPP_METHOD_ATTR String_t* HttpWebRequest_get_TransferEncoding_m1718199537 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_get_TransferEncoding_m1718199537_MetadataUsageId); s_Il2CppMethodInitialized = true; } { WebHeaderCollection_t1942268960 * L_0 = __this->get_webHeaders_20(); NullCheck(L_0); String_t* L_1 = NameValueCollection_get_Item_m1249025201(L_0, _stringLiteral3911150437, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Net.HttpWebRequest::get_UnsafeAuthenticatedConnectionSharing() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_UnsafeAuthenticatedConnectionSharing_m3134209238 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_unsafe_auth_blah_56(); return L_0; } } // System.Boolean System.Net.HttpWebRequest::get_ExpectContinue() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ExpectContinue_m1265660027 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_expectContinue_43(); return L_0; } } // 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) { { bool L_0 = ___value0; __this->set_expectContinue_43(L_0); return; } } // System.Boolean System.Net.HttpWebRequest::get_ProxyQuery() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ProxyQuery_m4235226594 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { ServicePoint_t2786966844 * L_0 = __this->get_servicePoint_33(); NullCheck(L_0); bool L_1 = ServicePoint_get_UsesProxy_m174711556(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0020; } } { ServicePoint_t2786966844 * L_2 = __this->get_servicePoint_33(); NullCheck(L_2); bool L_3 = ServicePoint_get_UseConnect_m2085353846(L_2, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)L_3) == ((int32_t)0))? 1 : 0); goto IL_0021; } IL_0020: { G_B3_0 = 0; } IL_0021: { return (bool)G_B3_0; } } // System.Net.ServicePoint System.Net.HttpWebRequest::GetServicePoint() extern "C" IL2CPP_METHOD_ATTR ServicePoint_t2786966844 * HttpWebRequest_GetServicePoint_m2640244283 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_GetServicePoint_m2640244283_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_49(); 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_hostChanged_8(); if (L_2) { goto IL_0023; } } IL_0018: { ServicePoint_t2786966844 * L_3 = __this->get_servicePoint_33(); if (L_3) { goto IL_0041; } } IL_0023: { Uri_t100236324 * L_4 = __this->get_actualUri_7(); RuntimeObject* L_5 = __this->get_proxy_31(); IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); ServicePoint_t2786966844 * L_6 = ServicePointManager_FindServicePoint_m4119451290(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); __this->set_servicePoint_33(L_6); __this->set_hostChanged_8((bool)0); } 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) RuntimeObject * L_7 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); IL2CPP_END_FINALLY(70) } // end finally (depth: 1) IL2CPP_CLEANUP(70) { IL2CPP_JUMP_TBL(0x4D, IL_004d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004d: { ServicePoint_t2786966844 * L_8 = __this->get_servicePoint_33(); return L_8; } } // System.IAsyncResult System.Net.HttpWebRequest::BeginGetRequestStream(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HttpWebRequest_BeginGetRequestStream_m3734840655 (HttpWebRequest_t1669436515 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_BeginGetRequestStream_m3734840655_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; RuntimeObject * V_2 = NULL; WebAsyncResult_t3421962937 * 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); int32_t G_B8_0 = 0; { bool L_0 = HttpWebRequest_get_Aborted_m1961501758(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0017; } } { WebException_t3237156354 * L_1 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2864788884(L_1, _stringLiteral4014321026, 6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,HttpWebRequest_BeginGetRequestStream_m3734840655_RuntimeMethod_var); } IL_0017: { String_t* L_2 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_op_Equality_m920492651(NULL /*static, unused*/, L_2, _stringLiteral1130393535, /*hidden argument*/NULL); if (L_3) { goto IL_007d; } } { String_t* L_4 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, _stringLiteral110397590, /*hidden argument*/NULL); if (L_5) { goto IL_007d; } } { String_t* L_6 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, _stringLiteral831347629, /*hidden argument*/NULL); if (L_7) { goto IL_007d; } } { String_t* L_8 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_op_Equality_m920492651(NULL /*static, unused*/, L_8, _stringLiteral2075924938, /*hidden argument*/NULL); if (L_9) { goto IL_007d; } } { String_t* L_10 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_op_Equality_m920492651(NULL /*static, unused*/, L_10, _stringLiteral897372452, /*hidden argument*/NULL); G_B8_0 = ((int32_t)(L_11)); goto IL_007e; } IL_007d: { G_B8_0 = 1; } IL_007e: { V_0 = (bool)((((int32_t)G_B8_0) == ((int32_t)0))? 1 : 0); String_t* L_12 = __this->get_method_24(); if (!L_12) { goto IL_0093; } } { bool L_13 = V_0; if (L_13) { goto IL_00a9; } } IL_0093: { String_t* L_14 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral880847654, L_14, /*hidden argument*/NULL); ProtocolViolationException_t4144007430 * L_16 = (ProtocolViolationException_t4144007430 *)il2cpp_codegen_object_new(ProtocolViolationException_t4144007430_il2cpp_TypeInfo_var); ProtocolViolationException__ctor_m1575418383(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,HttpWebRequest_BeginGetRequestStream_m3734840655_RuntimeMethod_var); } IL_00a9: { int64_t L_17 = __this->get_contentLength_13(); if ((!(((uint64_t)L_17) == ((uint64_t)(((int64_t)((int64_t)(-1)))))))) { goto IL_00e2; } } { bool L_18 = __this->get_sendChunked_32(); if (L_18) { goto IL_00e2; } } { bool L_19 = __this->get_allowBuffering_10(); if (L_19) { goto IL_00e2; } } { bool L_20 = HttpWebRequest_get_KeepAlive_m125307640(__this, /*hidden argument*/NULL); if (!L_20) { goto IL_00e2; } } { ProtocolViolationException_t4144007430 * L_21 = (ProtocolViolationException_t4144007430 *)il2cpp_codegen_object_new(ProtocolViolationException_t4144007430_il2cpp_TypeInfo_var); ProtocolViolationException__ctor_m1575418383(L_21, _stringLiteral987403250, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,HttpWebRequest_BeginGetRequestStream_m3734840655_RuntimeMethod_var); } IL_00e2: { String_t* L_22 = HttpWebRequest_get_TransferEncoding_m1718199537(__this, /*hidden argument*/NULL); V_1 = L_22; bool L_23 = __this->get_sendChunked_32(); if (L_23) { goto IL_011a; } } { String_t* L_24 = V_1; if (!L_24) { goto IL_011a; } } { String_t* L_25 = V_1; NullCheck(L_25); String_t* L_26 = String_Trim_m923598732(L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_28 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_011a; } } { ProtocolViolationException_t4144007430 * L_29 = (ProtocolViolationException_t4144007430 *)il2cpp_codegen_object_new(ProtocolViolationException_t4144007430_il2cpp_TypeInfo_var); ProtocolViolationException__ctor_m1575418383(L_29, _stringLiteral198251835, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29,HttpWebRequest_BeginGetRequestStream_m3734840655_RuntimeMethod_var); } IL_011a: { RuntimeObject * L_30 = __this->get_locker_49(); V_2 = L_30; RuntimeObject * L_31 = V_2; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); } IL_0127: try { // begin try (depth: 1) { WebAsyncResult_t3421962937 * L_32 = __this->get_asyncWrite_37(); if (!L_32) { goto IL_013d; } } IL_0132: { InvalidOperationException_t56020091 * L_33 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_33, _stringLiteral3339121337, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33,HttpWebRequest_BeginGetRequestStream_m3734840655_RuntimeMethod_var); } IL_013d: { AsyncCallback_t3962456242 * L_34 = ___callback0; RuntimeObject * L_35 = ___state1; WebAsyncResult_t3421962937 * L_36 = (WebAsyncResult_t3421962937 *)il2cpp_codegen_object_new(WebAsyncResult_t3421962937_il2cpp_TypeInfo_var); WebAsyncResult__ctor_m3529977349(L_36, __this, L_34, L_35, /*hidden argument*/NULL); __this->set_asyncWrite_37(L_36); String_t* L_37 = __this->get_method_24(); __this->set_initialMethod_25(L_37); bool L_38 = __this->get_haveRequest_18(); if (!L_38) { goto IL_0197; } } IL_0162: { WebConnectionStream_t2170064850 * L_39 = __this->get_writeStream_35(); if (!L_39) { goto IL_0197; } } IL_016d: { WebAsyncResult_t3421962937 * L_40 = __this->get_asyncWrite_37(); WebConnectionStream_t2170064850 * L_41 = __this->get_writeStream_35(); NullCheck(L_40); WebAsyncResult_SetCompleted_m471828713(L_40, (bool)1, L_41, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_42 = __this->get_asyncWrite_37(); NullCheck(L_42); WebAsyncResult_DoCallback_m1336537550(L_42, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_43 = __this->get_asyncWrite_37(); V_4 = L_43; IL2CPP_LEAVE(0x1F6, FINALLY_01ef); } IL_0197: { __this->set_gotRequestStream_41((bool)1); WebAsyncResult_t3421962937 * L_44 = __this->get_asyncWrite_37(); V_3 = L_44; bool L_45 = __this->get_requestSent_19(); if (L_45) { goto IL_01e2; } } IL_01b0: { __this->set_requestSent_19((bool)1); __this->set_redirects_42(0); ServicePoint_t2786966844 * L_46 = HttpWebRequest_GetServicePoint_m2640244283(__this, /*hidden argument*/NULL); __this->set_servicePoint_33(L_46); ServicePoint_t2786966844 * L_47 = __this->get_servicePoint_33(); String_t* L_48 = __this->get_connectionGroup_12(); NullCheck(L_47); EventHandler_t1348719766 * L_49 = ServicePoint_SendRequest_m1850173641(L_47, __this, L_48, /*hidden argument*/NULL); __this->set_abortHandler_39(L_49); } IL_01e2: { WebAsyncResult_t3421962937 * L_50 = V_3; V_4 = L_50; IL2CPP_LEAVE(0x1F6, FINALLY_01ef); } IL_01ea: { ; // IL_01ea: leave IL_01f6 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01ef; } FINALLY_01ef: { // begin finally (depth: 1) RuntimeObject * L_51 = V_2; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_51, /*hidden argument*/NULL); IL2CPP_END_FINALLY(495) } // end finally (depth: 1) IL2CPP_CLEANUP(495) { IL2CPP_JUMP_TBL(0x1F6, IL_01f6) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01f6: { RuntimeObject* L_52 = V_4; return L_52; } } // System.IO.Stream System.Net.HttpWebRequest::EndGetRequestStream(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * HttpWebRequest_EndGetRequestStream_m3649764403 (HttpWebRequest_t1669436515 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_EndGetRequestStream_m3649764403_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebAsyncResult_t3421962937 * V_0 = NULL; Exception_t * V_1 = NULL; { RuntimeObject* L_0 = ___asyncResult0; 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, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,HttpWebRequest_EndGetRequestStream_m3649764403_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = ___asyncResult0; 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,HttpWebRequest_EndGetRequestStream_m3649764403_RuntimeMethod_var); } IL_0029: { WebAsyncResult_t3421962937 * L_5 = V_0; __this->set_asyncWrite_37(L_5); WebAsyncResult_t3421962937 * L_6 = V_0; NullCheck(L_6); WebAsyncResult_WaitUntilComplete_m4079847550(L_6, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_7 = V_0; NullCheck(L_7); Exception_t * L_8 = WebAsyncResult_get_Exception_m3307967112(L_7, /*hidden argument*/NULL); V_1 = L_8; Exception_t * L_9 = V_1; if (!L_9) { goto IL_0045; } } { Exception_t * L_10 = V_1; IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,HttpWebRequest_EndGetRequestStream_m3649764403_RuntimeMethod_var); } IL_0045: { WebAsyncResult_t3421962937 * L_11 = V_0; NullCheck(L_11); Stream_t1273022909 * L_12 = WebAsyncResult_get_WriteStream_m1124866432(L_11, /*hidden argument*/NULL); return L_12; } } // System.IO.Stream System.Net.HttpWebRequest::GetRequestStream() extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * HttpWebRequest_GetRequestStream_m3748118858 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_GetRequestStream_m3748118858_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { WebAsyncResult_t3421962937 * L_0 = __this->get_asyncWrite_37(); V_0 = L_0; RuntimeObject* L_1 = V_0; if (L_1) { goto IL_0022; } } { RuntimeObject* L_2 = VirtFuncInvoker2< RuntimeObject*, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(18 /* System.IAsyncResult System.Net.HttpWebRequest::BeginGetRequestStream(System.AsyncCallback,System.Object) */, __this, (AsyncCallback_t3962456242 *)NULL, NULL); V_0 = L_2; RuntimeObject* L_3 = V_0; __this->set_asyncWrite_37(((WebAsyncResult_t3421962937 *)CastclassClass((RuntimeObject*)L_3, WebAsyncResult_t3421962937_il2cpp_TypeInfo_var))); } IL_0022: { RuntimeObject* L_4 = V_0; NullCheck(L_4); bool L_5 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_4); if (L_5) { goto IL_0057; } } { RuntimeObject* L_6 = V_0; NullCheck(L_6); WaitHandle_t1743403487 * L_7 = InterfaceFuncInvoker0< WaitHandle_t1743403487 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_6); int32_t L_8 = __this->get_timeout_34(); NullCheck(L_7); bool L_9 = VirtFuncInvoker2< bool, int32_t, bool >::Invoke(11 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_7, L_8, (bool)0); if (L_9) { goto IL_0057; } } { VirtActionInvoker0::Invoke(17 /* System.Void System.Net.HttpWebRequest::Abort() */, __this); WebException_t3237156354 * L_10 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2864788884(L_10, _stringLiteral734930228, ((int32_t)14), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,HttpWebRequest_GetRequestStream_m3748118858_RuntimeMethod_var); } IL_0057: { RuntimeObject* L_11 = V_0; Stream_t1273022909 * L_12 = VirtFuncInvoker1< Stream_t1273022909 *, RuntimeObject* >::Invoke(20 /* System.IO.Stream System.Net.HttpWebRequest::EndGetRequestStream(System.IAsyncResult) */, __this, L_11); return L_12; } } // System.Void System.Net.HttpWebRequest::CheckIfForceWrite() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_CheckIfForceWrite_m4159395462 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { { WebConnectionStream_t2170064850 * L_0 = __this->get_writeStream_35(); if (!L_0) { goto IL_0033; } } { WebConnectionStream_t2170064850 * L_1 = __this->get_writeStream_35(); NullCheck(L_1); bool L_2 = WebConnectionStream_get_RequestWritten_m4293957107(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0033; } } { int64_t L_3 = __this->get_contentLength_13(); if ((((int64_t)L_3) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0033; } } { bool L_4 = HttpWebRequest_get_InternalAllowBuffering_m1509018138(__this, /*hidden argument*/NULL); if (L_4) { goto IL_0034; } } IL_0033: { return; } IL_0034: { WebConnectionStream_t2170064850 * L_5 = __this->get_writeStream_35(); NullCheck(L_5); int32_t L_6 = WebConnectionStream_get_WriteBufferLength_m2987307428(L_5, /*hidden argument*/NULL); int64_t L_7 = __this->get_contentLength_13(); if ((!(((uint64_t)(((int64_t)((int64_t)L_6)))) == ((uint64_t)L_7)))) { goto IL_0056; } } { WebConnectionStream_t2170064850 * L_8 = __this->get_writeStream_35(); NullCheck(L_8); WebConnectionStream_WriteRequest_m340830927(L_8, /*hidden argument*/NULL); } IL_0056: { return; } } // System.IAsyncResult System.Net.HttpWebRequest::BeginGetResponse(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HttpWebRequest_BeginGetResponse_m366959456 (HttpWebRequest_t1669436515 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_BeginGetResponse_m366959456_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; WebAsyncResult_t3421962937 * V_1 = NULL; Exception_t * V_2 = NULL; { bool L_0 = HttpWebRequest_get_Aborted_m1961501758(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0017; } } { WebException_t3237156354 * L_1 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2864788884(L_1, _stringLiteral4014321026, 6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,HttpWebRequest_BeginGetResponse_m366959456_RuntimeMethod_var); } IL_0017: { String_t* L_2 = __this->get_method_24(); if (L_2) { goto IL_002d; } } { ProtocolViolationException_t4144007430 * L_3 = (ProtocolViolationException_t4144007430 *)il2cpp_codegen_object_new(ProtocolViolationException_t4144007430_il2cpp_TypeInfo_var); ProtocolViolationException__ctor_m1575418383(L_3, _stringLiteral1300455052, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,HttpWebRequest_BeginGetResponse_m366959456_RuntimeMethod_var); } IL_002d: { String_t* L_4 = HttpWebRequest_get_TransferEncoding_m1718199537(__this, /*hidden argument*/NULL); V_0 = L_4; bool L_5 = __this->get_sendChunked_32(); if (L_5) { goto IL_0065; } } { String_t* L_6 = V_0; if (!L_6) { goto IL_0065; } } { String_t* L_7 = V_0; NullCheck(L_7); String_t* L_8 = String_Trim_m923598732(L_7, /*hidden argument*/NULL); 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(); bool L_10 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0065; } } { ProtocolViolationException_t4144007430 * L_11 = (ProtocolViolationException_t4144007430 *)il2cpp_codegen_object_new(ProtocolViolationException_t4144007430_il2cpp_TypeInfo_var); ProtocolViolationException__ctor_m1575418383(L_11, _stringLiteral198251835, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,HttpWebRequest_BeginGetResponse_m366959456_RuntimeMethod_var); } IL_0065: { RuntimeObject * L_12 = __this->get_locker_49(); Monitor_Enter_m2249409497(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); __this->set_getResponseCalled_47((bool)1); WebAsyncResult_t3421962937 * L_13 = __this->get_asyncRead_38(); if (!L_13) { goto IL_00a3; } } { bool L_14 = __this->get_haveResponse_17(); if (L_14) { goto IL_00a3; } } { RuntimeObject * L_15 = __this->get_locker_49(); Monitor_Exit_m3585316909(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_16 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_16, _stringLiteral3339121337, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,HttpWebRequest_BeginGetResponse_m366959456_RuntimeMethod_var); } IL_00a3: { HttpWebRequest_CheckIfForceWrite_m4159395462(__this, /*hidden argument*/NULL); AsyncCallback_t3962456242 * L_17 = ___callback0; RuntimeObject * L_18 = ___state1; WebAsyncResult_t3421962937 * L_19 = (WebAsyncResult_t3421962937 *)il2cpp_codegen_object_new(WebAsyncResult_t3421962937_il2cpp_TypeInfo_var); WebAsyncResult__ctor_m3529977349(L_19, __this, L_17, L_18, /*hidden argument*/NULL); __this->set_asyncRead_38(L_19); WebAsyncResult_t3421962937 * L_20 = __this->get_asyncRead_38(); V_1 = L_20; String_t* L_21 = __this->get_method_24(); __this->set_initialMethod_25(L_21); bool L_22 = __this->get_haveResponse_17(); if (!L_22) { goto IL_013b; } } { Exception_t * L_23 = __this->get_saved_exc_48(); V_2 = L_23; HttpWebResponse_t3286585418 * L_24 = __this->get_webResponse_36(); if (!L_24) { goto IL_011a; } } { RuntimeObject * L_25 = __this->get_locker_49(); Monitor_Exit_m3585316909(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); Exception_t * L_26 = V_2; if (L_26) { goto IL_010a; } } { WebAsyncResult_t3421962937 * L_27 = V_1; HttpWebResponse_t3286585418 * L_28 = __this->get_webResponse_36(); NullCheck(L_27); WebAsyncResult_SetCompleted_m1095618586(L_27, (bool)1, L_28, /*hidden argument*/NULL); goto IL_0112; } IL_010a: { WebAsyncResult_t3421962937 * L_29 = V_1; Exception_t * L_30 = V_2; NullCheck(L_29); WebAsyncResult_SetCompleted_m2263512966(L_29, (bool)1, L_30, /*hidden argument*/NULL); } IL_0112: { WebAsyncResult_t3421962937 * L_31 = V_1; NullCheck(L_31); WebAsyncResult_DoCallback_m1336537550(L_31, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_32 = V_1; return L_32; } IL_011a: { Exception_t * L_33 = V_2; if (!L_33) { goto IL_013b; } } { RuntimeObject * L_34 = __this->get_locker_49(); Monitor_Exit_m3585316909(NULL /*static, unused*/, L_34, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_35 = V_1; Exception_t * L_36 = V_2; NullCheck(L_35); WebAsyncResult_SetCompleted_m2263512966(L_35, (bool)1, L_36, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_37 = V_1; NullCheck(L_37); WebAsyncResult_DoCallback_m1336537550(L_37, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_38 = V_1; return L_38; } IL_013b: { bool L_39 = __this->get_requestSent_19(); if (L_39) { goto IL_0178; } } { __this->set_requestSent_19((bool)1); __this->set_redirects_42(0); ServicePoint_t2786966844 * L_40 = HttpWebRequest_GetServicePoint_m2640244283(__this, /*hidden argument*/NULL); __this->set_servicePoint_33(L_40); ServicePoint_t2786966844 * L_41 = __this->get_servicePoint_33(); String_t* L_42 = __this->get_connectionGroup_12(); NullCheck(L_41); EventHandler_t1348719766 * L_43 = ServicePoint_SendRequest_m1850173641(L_41, __this, L_42, /*hidden argument*/NULL); __this->set_abortHandler_39(L_43); } IL_0178: { RuntimeObject * L_44 = __this->get_locker_49(); Monitor_Exit_m3585316909(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_45 = V_1; return L_45; } } // System.Net.WebResponse System.Net.HttpWebRequest::EndGetResponse(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR WebResponse_t229922639 * HttpWebRequest_EndGetResponse_m2990303978 (HttpWebRequest_t1669436515 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_EndGetResponse_m2990303978_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebAsyncResult_t3421962937 * V_0 = NULL; { RuntimeObject* L_0 = ___asyncResult0; 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, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,HttpWebRequest_EndGetResponse_m2990303978_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = ___asyncResult0; V_0 = ((WebAsyncResult_t3421962937 *)IsInstClass((RuntimeObject*)L_2, WebAsyncResult_t3421962937_il2cpp_TypeInfo_var)); WebAsyncResult_t3421962937 * L_3 = V_0; if (L_3) { goto IL_002e; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_4, _stringLiteral1043874018, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,HttpWebRequest_EndGetResponse_m2990303978_RuntimeMethod_var); } IL_002e: { WebAsyncResult_t3421962937 * L_5 = V_0; int32_t L_6 = __this->get_timeout_34(); NullCheck(L_5); bool L_7 = WebAsyncResult_WaitUntilComplete_m2339830740(L_5, L_6, (bool)0, /*hidden argument*/NULL); if (L_7) { goto IL_0053; } } { VirtActionInvoker0::Invoke(17 /* System.Void System.Net.HttpWebRequest::Abort() */, __this); WebException_t3237156354 * L_8 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2864788884(L_8, _stringLiteral734930228, ((int32_t)14), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,HttpWebRequest_EndGetResponse_m2990303978_RuntimeMethod_var); } IL_0053: { WebAsyncResult_t3421962937 * L_9 = V_0; NullCheck(L_9); bool L_10 = WebAsyncResult_get_GotException_m3213578714(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0065; } } { WebAsyncResult_t3421962937 * L_11 = V_0; NullCheck(L_11); Exception_t * L_12 = WebAsyncResult_get_Exception_m3307967112(L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,HttpWebRequest_EndGetResponse_m2990303978_RuntimeMethod_var); } IL_0065: { WebAsyncResult_t3421962937 * L_13 = V_0; NullCheck(L_13); HttpWebResponse_t3286585418 * L_14 = WebAsyncResult_get_Response_m931788217(L_13, /*hidden argument*/NULL); return L_14; } } // System.Net.WebResponse System.Net.HttpWebRequest::GetResponse() extern "C" IL2CPP_METHOD_ATTR WebResponse_t229922639 * HttpWebRequest_GetResponse_m3946423754 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_GetResponse_m3946423754_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebAsyncResult_t3421962937 * V_0 = NULL; { RuntimeObject* L_0 = VirtFuncInvoker2< RuntimeObject*, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(19 /* System.IAsyncResult System.Net.HttpWebRequest::BeginGetResponse(System.AsyncCallback,System.Object) */, __this, (AsyncCallback_t3962456242 *)NULL, NULL); V_0 = ((WebAsyncResult_t3421962937 *)CastclassClass((RuntimeObject*)L_0, WebAsyncResult_t3421962937_il2cpp_TypeInfo_var)); WebAsyncResult_t3421962937 * L_1 = V_0; WebResponse_t229922639 * L_2 = VirtFuncInvoker1< WebResponse_t229922639 *, RuntimeObject* >::Invoke(21 /* System.Net.WebResponse System.Net.HttpWebRequest::EndGetResponse(System.IAsyncResult) */, __this, L_1); return L_2; } } // System.Boolean System.Net.HttpWebRequest::get_FinishedReading() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_FinishedReading_m1895117237 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_finished_reading_51(); return L_0; } } // 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) { { bool L_0 = ___value0; __this->set_finished_reading_51(L_0); return; } } // System.Boolean System.Net.HttpWebRequest::get_Aborted() extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_Aborted_m1961501758 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { { int32_t* L_0 = __this->get_address_of_aborted_40(); int32_t L_1 = Interlocked_CompareExchange_m3023855514(NULL /*static, unused*/, L_0, 0, 0, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)1))? 1 : 0); } } // System.Void System.Net.HttpWebRequest::Abort() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_Abort_m3163190852 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_Abort_m3163190852_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebAsyncResult_t3421962937 * V_0 = NULL; WebException_t3237156354 * V_1 = NULL; WebAsyncResult_t3421962937 * V_2 = NULL; WebException_t3237156354 * 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); { int32_t* L_0 = __this->get_address_of_aborted_40(); int32_t L_1 = Interlocked_CompareExchange_m3023855514(NULL /*static, unused*/, L_0, 1, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0014; } } { return; } IL_0014: { bool L_2 = __this->get_haveResponse_17(); if (!L_2) { goto IL_002b; } } { bool L_3 = __this->get_finished_reading_51(); if (!L_3) { goto IL_002b; } } { return; } IL_002b: { __this->set_haveResponse_17((bool)1); EventHandler_t1348719766 * L_4 = __this->get_abortHandler_39(); if (!L_4) { goto IL_0060; } } IL_003d: try { // begin try (depth: 1) EventHandler_t1348719766 * L_5 = __this->get_abortHandler_39(); IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t3591816995_il2cpp_TypeInfo_var); EventArgs_t3591816995 * L_6 = ((EventArgs_t3591816995_StaticFields*)il2cpp_codegen_static_fields_for(EventArgs_t3591816995_il2cpp_TypeInfo_var))->get_Empty_0(); NullCheck(L_5); EventHandler_Invoke_m2047579917(L_5, __this, L_6, /*hidden argument*/NULL); goto IL_0059; } // 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_0053; throw e; } CATCH_0053: { // begin catch(System.Exception) goto IL_0059; } // end catch (depth: 1) IL_0059: { __this->set_abortHandler_39((EventHandler_t1348719766 *)NULL); } IL_0060: { WebAsyncResult_t3421962937 * L_7 = __this->get_asyncWrite_37(); if (!L_7) { goto IL_00a9; } } { WebAsyncResult_t3421962937 * L_8 = __this->get_asyncWrite_37(); V_0 = L_8; WebAsyncResult_t3421962937 * L_9 = V_0; NullCheck(L_9); bool L_10 = WebAsyncResult_get_IsCompleted_m4071146637(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_00a2; } } IL_007d: try { // begin try (depth: 1) WebException_t3237156354 * L_11 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2864788884(L_11, _stringLiteral1565494506, 6, /*hidden argument*/NULL); V_1 = L_11; WebAsyncResult_t3421962937 * L_12 = V_0; WebException_t3237156354 * L_13 = V_1; NullCheck(L_12); WebAsyncResult_SetCompleted_m2263512966(L_12, (bool)0, L_13, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_14 = V_0; NullCheck(L_14); WebAsyncResult_DoCallback_m1336537550(L_14, /*hidden argument*/NULL); goto IL_00a2; } // 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_009c; throw e; } CATCH_009c: { // begin catch(System.Object) goto IL_00a2; } // end catch (depth: 1) IL_00a2: { __this->set_asyncWrite_37((WebAsyncResult_t3421962937 *)NULL); } IL_00a9: { WebAsyncResult_t3421962937 * L_15 = __this->get_asyncRead_38(); if (!L_15) { goto IL_00f2; } } { WebAsyncResult_t3421962937 * L_16 = __this->get_asyncRead_38(); V_2 = L_16; WebAsyncResult_t3421962937 * L_17 = V_2; NullCheck(L_17); bool L_18 = WebAsyncResult_get_IsCompleted_m4071146637(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_00eb; } } IL_00c6: try { // begin try (depth: 1) WebException_t3237156354 * L_19 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2864788884(L_19, _stringLiteral1565494506, 6, /*hidden argument*/NULL); V_3 = L_19; WebAsyncResult_t3421962937 * L_20 = V_2; WebException_t3237156354 * L_21 = V_3; NullCheck(L_20); WebAsyncResult_SetCompleted_m2263512966(L_20, (bool)0, L_21, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_22 = V_2; NullCheck(L_22); WebAsyncResult_DoCallback_m1336537550(L_22, /*hidden argument*/NULL); goto IL_00eb; } // 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_00e5; throw e; } CATCH_00e5: { // begin catch(System.Object) goto IL_00eb; } // end catch (depth: 1) IL_00eb: { __this->set_asyncRead_38((WebAsyncResult_t3421962937 *)NULL); } IL_00f2: { WebConnectionStream_t2170064850 * L_23 = __this->get_writeStream_35(); if (!L_23) { goto IL_011a; } } IL_00fd: try { // begin try (depth: 1) WebConnectionStream_t2170064850 * L_24 = __this->get_writeStream_35(); NullCheck(L_24); VirtActionInvoker0::Invoke(14 /* System.Void System.Net.WebConnectionStream::Close() */, L_24); __this->set_writeStream_35((WebConnectionStream_t2170064850 *)NULL); goto IL_011a; } // 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_0114; throw e; } CATCH_0114: { // begin catch(System.Object) goto IL_011a; } // end catch (depth: 1) IL_011a: { HttpWebResponse_t3286585418 * L_25 = __this->get_webResponse_36(); if (!L_25) { goto IL_0142; } } IL_0125: try { // begin try (depth: 1) HttpWebResponse_t3286585418 * L_26 = __this->get_webResponse_36(); NullCheck(L_26); VirtActionInvoker0::Invoke(9 /* System.Void System.Net.HttpWebResponse::Close() */, L_26); __this->set_webResponse_36((HttpWebResponse_t3286585418 *)NULL); goto IL_0142; } // 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_013c; throw e; } CATCH_013c: { // begin catch(System.Object) goto IL_0142; } // end catch (depth: 1) IL_0142: { return; } } // System.Void System.Net.HttpWebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_GetObjectData_m1226445448 (HttpWebRequest_t1669436515 * __this, SerializationInfo_t950877179 * ___serializationInfo0, StreamingContext_t3711869237 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_GetObjectData_m1226445448_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializationInfo_t950877179 * V_0 = NULL; { SerializationInfo_t950877179 * L_0 = ___serializationInfo0; V_0 = L_0; SerializationInfo_t950877179 * L_1 = V_0; Uri_t100236324 * L_2 = __this->get_requestUri_6(); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (Uri_t100236324_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); NullCheck(L_1); SerializationInfo_AddValue_m3906743584(L_1, _stringLiteral461417345, L_2, L_4, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_5 = V_0; Uri_t100236324 * L_6 = __this->get_actualUri_7(); RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (Uri_t100236324_0_0_0_var) }; Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); NullCheck(L_5); SerializationInfo_AddValue_m3906743584(L_5, _stringLiteral3857442447, L_6, L_8, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_9 = V_0; bool L_10 = __this->get_allowAutoRedirect_9(); NullCheck(L_9); SerializationInfo_AddValue_m3427199315(L_9, _stringLiteral845807208, L_10, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_11 = V_0; bool L_12 = __this->get_allowBuffering_10(); NullCheck(L_11); SerializationInfo_AddValue_m3427199315(L_11, _stringLiteral705313416, L_12, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_13 = V_0; X509CertificateCollection_t3399372417 * L_14 = __this->get_certificates_11(); RuntimeTypeHandle_t3027515415 L_15 = { reinterpret_cast (X509CertificateCollection_t3399372417_0_0_0_var) }; Type_t * L_16 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); NullCheck(L_13); SerializationInfo_AddValue_m3906743584(L_13, _stringLiteral295584906, L_14, L_16, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_17 = V_0; String_t* L_18 = __this->get_connectionGroup_12(); NullCheck(L_17); SerializationInfo_AddValue_m2872281893(L_17, _stringLiteral634463174, L_18, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_19 = V_0; int64_t L_20 = __this->get_contentLength_13(); NullCheck(L_19); SerializationInfo_AddValue_m3963995439(L_19, _stringLiteral2694049519, L_20, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_21 = V_0; WebHeaderCollection_t1942268960 * L_22 = __this->get_webHeaders_20(); RuntimeTypeHandle_t3027515415 L_23 = { reinterpret_cast (WebHeaderCollection_t1942268960_0_0_0_var) }; Type_t * L_24 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); NullCheck(L_21); SerializationInfo_AddValue_m3906743584(L_21, _stringLiteral4132706365, L_22, L_24, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_25 = V_0; bool L_26 = __this->get_keepAlive_21(); NullCheck(L_25); SerializationInfo_AddValue_m3427199315(L_25, _stringLiteral809256010, L_26, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_27 = V_0; int32_t L_28 = __this->get_maxAutoRedirect_22(); NullCheck(L_27); SerializationInfo_AddValue_m412754688(L_27, _stringLiteral4200548320, L_28, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_29 = V_0; String_t* L_30 = __this->get_mediaType_23(); NullCheck(L_29); SerializationInfo_AddValue_m2872281893(L_29, _stringLiteral186517451, L_30, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_31 = V_0; String_t* L_32 = __this->get_method_24(); NullCheck(L_31); SerializationInfo_AddValue_m2872281893(L_31, _stringLiteral414301358, L_32, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_33 = V_0; String_t* L_34 = __this->get_initialMethod_25(); NullCheck(L_33); SerializationInfo_AddValue_m2872281893(L_33, _stringLiteral3718238692, L_34, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_35 = V_0; bool L_36 = __this->get_pipelined_26(); NullCheck(L_35); SerializationInfo_AddValue_m3427199315(L_35, _stringLiteral733275769, L_36, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_37 = V_0; Version_t3456873960 * L_38 = __this->get_version_29(); RuntimeTypeHandle_t3027515415 L_39 = { reinterpret_cast (Version_t3456873960_0_0_0_var) }; Type_t * L_40 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); NullCheck(L_37); SerializationInfo_AddValue_m3906743584(L_37, _stringLiteral1902401671, L_38, L_40, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_41 = V_0; RuntimeObject* L_42 = __this->get_proxy_31(); RuntimeTypeHandle_t3027515415 L_43 = { reinterpret_cast (IWebProxy_t688979836_0_0_0_var) }; Type_t * L_44 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); NullCheck(L_41); SerializationInfo_AddValue_m3906743584(L_41, _stringLiteral3460481212, L_42, L_44, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_45 = V_0; bool L_46 = __this->get_sendChunked_32(); NullCheck(L_45); SerializationInfo_AddValue_m3427199315(L_45, _stringLiteral712502108, L_46, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_47 = V_0; int32_t L_48 = __this->get_timeout_34(); NullCheck(L_47); SerializationInfo_AddValue_m412754688(L_47, _stringLiteral591226122, L_48, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_49 = V_0; int32_t L_50 = __this->get_redirects_42(); NullCheck(L_49); SerializationInfo_AddValue_m412754688(L_49, _stringLiteral1586972503, L_50, /*hidden argument*/NULL); return; } } // System.Void System.Net.HttpWebRequest::CheckRequestStarted() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_CheckRequestStarted_m2585848005 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_CheckRequestStarted_m2585848005_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_requestSent_19(); if (!L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral3156362800, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,HttpWebRequest_CheckRequestStarted_m2585848005_RuntimeMethod_var); } IL_0016: { return; } } // 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) { { HttpContinueDelegate_t3009151163 * L_0 = __this->get_continueDelegate_14(); if (!L_0) { goto IL_0018; } } { HttpContinueDelegate_t3009151163 * L_1 = __this->get_continueDelegate_14(); int32_t L_2 = ___statusCode0; WebHeaderCollection_t1942268960 * L_3 = ___headers1; NullCheck(L_1); HttpContinueDelegate_Invoke_m1343264165(L_1, L_2, L_3, /*hidden argument*/NULL); } IL_0018: { return; } } // System.Boolean System.Net.HttpWebRequest::Redirect(System.Net.WebAsyncResult,System.Net.HttpStatusCode) extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_Redirect_m4244039222 (HttpWebRequest_t1669436515 * __this, WebAsyncResult_t3421962937 * ___result0, int32_t ___code1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_Redirect_m4244039222_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; String_t* V_1 = NULL; Uri_t100236324 * 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); HttpWebRequest_t1669436515 * G_B19_0 = NULL; HttpWebRequest_t1669436515 * G_B17_0 = NULL; HttpWebRequest_t1669436515 * G_B18_0 = NULL; int32_t G_B20_0 = 0; HttpWebRequest_t1669436515 * G_B20_1 = NULL; { int32_t L_0 = __this->get_redirects_42(); __this->set_redirects_42(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); V_0 = (Exception_t *)NULL; V_1 = (String_t*)NULL; int32_t L_1 = ___code1; V_3 = L_1; int32_t L_2 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)300)))) { case 0: { goto IL_0045; } case 1: { goto IL_0055; } case 2: { goto IL_0055; } case 3: { goto IL_0091; } case 4: { goto IL_00b7; } case 5: { goto IL_00b9; } case 6: { goto IL_00c9; } case 7: { goto IL_0055; } } } { goto IL_00c9; } IL_0045: { WebException_t3237156354 * L_3 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2000471014(L_3, _stringLiteral2786080191, /*hidden argument*/NULL); V_0 = L_3; goto IL_00e4; } IL_0055: { __this->set_contentLength_13((((int64_t)((int64_t)(-1))))); __this->set_bodyBufferLength_46(0); __this->set_bodyBuffer_45((ByteU5BU5D_t4116647657*)NULL); __this->set_method_24(_stringLiteral1130393535); HttpWebResponse_t3286585418 * L_4 = __this->get_webResponse_36(); NullCheck(L_4); WebHeaderCollection_t1942268960 * L_5 = VirtFuncInvoker0< WebHeaderCollection_t1942268960 * >::Invoke(8 /* System.Net.WebHeaderCollection System.Net.HttpWebResponse::get_Headers() */, L_4); NullCheck(L_5); String_t* L_6 = NameValueCollection_get_Item_m1249025201(L_5, _stringLiteral803283390, /*hidden argument*/NULL); V_1 = L_6; goto IL_00e4; } IL_0091: { __this->set_method_24(_stringLiteral1130393535); HttpWebResponse_t3286585418 * L_7 = __this->get_webResponse_36(); NullCheck(L_7); WebHeaderCollection_t1942268960 * L_8 = VirtFuncInvoker0< WebHeaderCollection_t1942268960 * >::Invoke(8 /* System.Net.WebHeaderCollection System.Net.HttpWebResponse::get_Headers() */, L_7); NullCheck(L_8); String_t* L_9 = NameValueCollection_get_Item_m1249025201(L_8, _stringLiteral803283390, /*hidden argument*/NULL); V_1 = L_9; goto IL_00e4; } IL_00b7: { return (bool)0; } IL_00b9: { NotImplementedException_t3489357830 * L_10 = (NotImplementedException_t3489357830 *)il2cpp_codegen_object_new(NotImplementedException_t3489357830_il2cpp_TypeInfo_var); NotImplementedException__ctor_m3095902440(L_10, _stringLiteral627209431, /*hidden argument*/NULL); V_0 = L_10; goto IL_00e4; } IL_00c9: { int32_t L_11 = ___code1; int32_t L_12 = ((int32_t)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*/, _stringLiteral4215562314, L_13, /*hidden argument*/NULL); ProtocolViolationException_t4144007430 * L_15 = (ProtocolViolationException_t4144007430 *)il2cpp_codegen_object_new(ProtocolViolationException_t4144007430_il2cpp_TypeInfo_var); ProtocolViolationException__ctor_m1575418383(L_15, L_14, /*hidden argument*/NULL); V_0 = L_15; goto IL_00e4; } IL_00e4: { Exception_t * L_16 = V_0; if (!L_16) { goto IL_00ec; } } { Exception_t * L_17 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,HttpWebRequest_Redirect_m4244039222_RuntimeMethod_var); } IL_00ec: { String_t* L_18 = V_1; if (L_18) { goto IL_0109; } } { int32_t L_19 = ___code1; int32_t L_20 = ((int32_t)L_19); RuntimeObject * L_21 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_20); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_22 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral518569581, L_21, /*hidden argument*/NULL); WebException_t3237156354 * L_23 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2864788884(L_23, L_22, 7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,HttpWebRequest_Redirect_m4244039222_RuntimeMethod_var); } IL_0109: { Uri_t100236324 * L_24 = __this->get_actualUri_7(); V_2 = L_24; } IL_0110: try { // begin try (depth: 1) Uri_t100236324 * L_25 = __this->get_actualUri_7(); String_t* L_26 = V_1; Uri_t100236324 * L_27 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m279432735(L_27, L_25, L_26, /*hidden argument*/NULL); __this->set_actualUri_7(L_27); goto IL_0145; } // 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_0127; throw e; } CATCH_0127: { // begin catch(System.Exception) { String_t* L_28 = V_1; int32_t L_29 = ___code1; int32_t L_30 = ((int32_t)L_29); RuntimeObject * L_31 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_30); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_32 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2535740405, L_28, L_31, /*hidden argument*/NULL); WebException_t3237156354 * L_33 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2864788884(L_33, L_32, 7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33,HttpWebRequest_Redirect_m4244039222_RuntimeMethod_var); } IL_0140: { goto IL_0145; } } // end catch (depth: 1) IL_0145: { Uri_t100236324 * L_34 = __this->get_actualUri_7(); NullCheck(L_34); String_t* L_35 = Uri_get_Scheme_m1686732325(L_34, /*hidden argument*/NULL); Uri_t100236324 * L_36 = V_2; NullCheck(L_36); String_t* L_37 = Uri_get_Scheme_m1686732325(L_36, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_38 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_35, L_37, /*hidden argument*/NULL); G_B17_0 = __this; if (L_38) { G_B19_0 = __this; goto IL_0194; } } { Uri_t100236324 * L_39 = __this->get_actualUri_7(); NullCheck(L_39); String_t* L_40 = Uri_get_Host_m255565830(L_39, /*hidden argument*/NULL); Uri_t100236324 * L_41 = V_2; NullCheck(L_41); String_t* L_42 = Uri_get_Host_m255565830(L_41, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_43 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_40, L_42, /*hidden argument*/NULL); G_B18_0 = G_B17_0; if (L_43) { G_B19_0 = G_B17_0; goto IL_0194; } } { Uri_t100236324 * L_44 = __this->get_actualUri_7(); NullCheck(L_44); int32_t L_45 = Uri_get_Port_m184067428(L_44, /*hidden argument*/NULL); Uri_t100236324 * L_46 = V_2; NullCheck(L_46); int32_t L_47 = Uri_get_Port_m184067428(L_46, /*hidden argument*/NULL); G_B20_0 = ((((int32_t)((((int32_t)L_45) == ((int32_t)L_47))? 1 : 0)) == ((int32_t)0))? 1 : 0); G_B20_1 = G_B18_0; goto IL_0195; } IL_0194: { G_B20_0 = 1; G_B20_1 = G_B19_0; } IL_0195: { NullCheck(G_B20_1); G_B20_1->set_hostChanged_8((bool)G_B20_0); return (bool)1; } } // System.String System.Net.HttpWebRequest::GetHeaders() extern "C" IL2CPP_METHOD_ATTR String_t* HttpWebRequest_GetHeaders_m3768893913 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_GetHeaders_m3768893913_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; String_t* V_2 = NULL; Version_t3456873960 * V_3 = NULL; bool V_4 = false; String_t* V_5 = NULL; String_t* V_6 = NULL; String_t* G_B14_0 = NULL; WebHeaderCollection_t1942268960 * G_B16_0 = NULL; WebHeaderCollection_t1942268960 * G_B15_0 = NULL; String_t* G_B17_0 = NULL; WebHeaderCollection_t1942268960 * G_B17_1 = NULL; int32_t G_B20_0 = 0; String_t* G_B36_0 = NULL; { V_0 = (bool)0; bool L_0 = __this->get_sendChunked_32(); if (!L_0) { goto IL_0039; } } { V_0 = (bool)1; WebHeaderCollection_t1942268960 * L_1 = __this->get_webHeaders_20(); NullCheck(L_1); WebHeaderCollection_RemoveAndAdd_m3288706236(L_1, _stringLiteral3911150437, _stringLiteral1492806893, /*hidden argument*/NULL); WebHeaderCollection_t1942268960 * L_2 = __this->get_webHeaders_20(); NullCheck(L_2); WebHeaderCollection_RemoveInternal_m2712218737(L_2, _stringLiteral1348707855, /*hidden argument*/NULL); goto IL_0080; } IL_0039: { int64_t L_3 = __this->get_contentLength_13(); if ((((int64_t)L_3) == ((int64_t)(((int64_t)((int64_t)(-1))))))) { goto IL_0080; } } { int64_t L_4 = __this->get_contentLength_13(); if ((((int64_t)L_4) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0055; } } { V_0 = (bool)1; } IL_0055: { WebHeaderCollection_t1942268960 * L_5 = __this->get_webHeaders_20(); int64_t* L_6 = __this->get_address_of_contentLength_13(); String_t* L_7 = Int64_ToString_m2986581816(L_6, /*hidden argument*/NULL); NullCheck(L_5); WebHeaderCollection_SetInternal_m126443775(L_5, _stringLiteral1348707855, L_7, /*hidden argument*/NULL); WebHeaderCollection_t1942268960 * L_8 = __this->get_webHeaders_20(); NullCheck(L_8); WebHeaderCollection_RemoveInternal_m2712218737(L_8, _stringLiteral3911150437, /*hidden argument*/NULL); } IL_0080: { Version_t3456873960 * L_9 = __this->get_actualVersion_30(); IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t346520293_il2cpp_TypeInfo_var); Version_t3456873960 * L_10 = ((HttpVersion_t346520293_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t346520293_il2cpp_TypeInfo_var))->get_Version11_1(); bool L_11 = Version_op_Equality_m3804852517(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_00cc; } } { bool L_12 = V_0; if (!L_12) { goto IL_00cc; } } { ServicePoint_t2786966844 * L_13 = __this->get_servicePoint_33(); NullCheck(L_13); bool L_14 = ServicePoint_get_SendContinue_m3018494224(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_00cc; } } { WebHeaderCollection_t1942268960 * L_15 = __this->get_webHeaders_20(); NullCheck(L_15); WebHeaderCollection_RemoveAndAdd_m3288706236(L_15, _stringLiteral2098720078, _stringLiteral2992807607, /*hidden argument*/NULL); __this->set_expectContinue_43((bool)1); goto IL_00e3; } IL_00cc: { WebHeaderCollection_t1942268960 * L_16 = __this->get_webHeaders_20(); NullCheck(L_16); WebHeaderCollection_RemoveInternal_m2712218737(L_16, _stringLiteral2098720078, /*hidden argument*/NULL); __this->set_expectContinue_43((bool)0); } IL_00e3: { bool L_17 = HttpWebRequest_get_ProxyQuery_m4235226594(__this, /*hidden argument*/NULL); V_1 = L_17; bool L_18 = V_1; if (!L_18) { goto IL_00fa; } } { G_B14_0 = _stringLiteral1113504260; goto IL_00ff; } IL_00fa: { G_B14_0 = _stringLiteral2744925370; } IL_00ff: { V_2 = G_B14_0; WebHeaderCollection_t1942268960 * L_19 = __this->get_webHeaders_20(); bool L_20 = V_1; G_B15_0 = L_19; if (L_20) { G_B16_0 = L_19; goto IL_0116; } } { G_B17_0 = _stringLiteral1113504260; G_B17_1 = G_B15_0; goto IL_011b; } IL_0116: { G_B17_0 = _stringLiteral2744925370; G_B17_1 = G_B16_0; } IL_011b: { NullCheck(G_B17_1); WebHeaderCollection_RemoveInternal_m2712218737(G_B17_1, G_B17_0, /*hidden argument*/NULL); ServicePoint_t2786966844 * L_21 = __this->get_servicePoint_33(); NullCheck(L_21); Version_t3456873960 * L_22 = VirtFuncInvoker0< Version_t3456873960 * >::Invoke(4 /* System.Version System.Net.ServicePoint::get_ProtocolVersion() */, L_21); V_3 = L_22; Version_t3456873960 * L_23 = V_3; bool L_24 = Version_op_Equality_m3804852517(NULL /*static, unused*/, L_23, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (L_24) { goto IL_0145; } } { Version_t3456873960 * L_25 = V_3; IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t346520293_il2cpp_TypeInfo_var); Version_t3456873960 * L_26 = ((HttpVersion_t346520293_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t346520293_il2cpp_TypeInfo_var))->get_Version10_0(); bool L_27 = Version_op_Equality_m3804852517(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL); G_B20_0 = ((int32_t)(L_27)); goto IL_0146; } IL_0145: { G_B20_0 = 1; } IL_0146: { V_4 = (bool)G_B20_0; bool L_28 = __this->get_keepAlive_21(); if (!L_28) { goto IL_0185; } } { Version_t3456873960 * L_29 = __this->get_version_29(); IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t346520293_il2cpp_TypeInfo_var); Version_t3456873960 * L_30 = ((HttpVersion_t346520293_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t346520293_il2cpp_TypeInfo_var))->get_Version10_0(); bool L_31 = Version_op_Equality_m3804852517(NULL /*static, unused*/, L_29, L_30, /*hidden argument*/NULL); if (L_31) { goto IL_016f; } } { bool L_32 = V_4; if (!L_32) { goto IL_0185; } } IL_016f: { WebHeaderCollection_t1942268960 * L_33 = __this->get_webHeaders_20(); String_t* L_34 = V_2; NullCheck(L_33); WebHeaderCollection_RemoveAndAdd_m3288706236(L_33, L_34, _stringLiteral122745998, /*hidden argument*/NULL); goto IL_01b6; } IL_0185: { bool L_35 = __this->get_keepAlive_21(); if (L_35) { goto IL_01b6; } } { Version_t3456873960 * L_36 = __this->get_version_29(); IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t346520293_il2cpp_TypeInfo_var); Version_t3456873960 * L_37 = ((HttpVersion_t346520293_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t346520293_il2cpp_TypeInfo_var))->get_Version11_1(); bool L_38 = Version_op_Equality_m3804852517(NULL /*static, unused*/, L_36, L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_01b6; } } { WebHeaderCollection_t1942268960 * L_39 = __this->get_webHeaders_20(); String_t* L_40 = V_2; NullCheck(L_39); WebHeaderCollection_RemoveAndAdd_m3288706236(L_39, L_40, _stringLiteral3483483719, /*hidden argument*/NULL); } IL_01b6: { WebHeaderCollection_t1942268960 * L_41 = __this->get_webHeaders_20(); Uri_t100236324 * L_42 = __this->get_actualUri_7(); NullCheck(L_42); String_t* L_43 = Uri_get_Authority_m3816772302(L_42, /*hidden argument*/NULL); NullCheck(L_41); WebHeaderCollection_SetInternal_m126443775(L_41, _stringLiteral3941174931, L_43, /*hidden argument*/NULL); CookieContainer_t2331592909 * L_44 = __this->get_cookieContainer_15(); if (!L_44) { goto IL_0212; } } { CookieContainer_t2331592909 * L_45 = __this->get_cookieContainer_15(); Uri_t100236324 * L_46 = __this->get_actualUri_7(); NullCheck(L_45); String_t* L_47 = CookieContainer_GetCookieHeader_m3804824737(L_45, L_46, /*hidden argument*/NULL); V_5 = L_47; String_t* L_48 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_49 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_50 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_48, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_0212; } } { WebHeaderCollection_t1942268960 * L_51 = __this->get_webHeaders_20(); String_t* L_52 = V_5; NullCheck(L_51); WebHeaderCollection_SetInternal_m126443775(L_51, _stringLiteral1945223707, L_52, /*hidden argument*/NULL); } IL_0212: { V_6 = (String_t*)NULL; int32_t L_53 = __this->get_auto_decomp_53(); if (!((int32_t)((int32_t)L_53&(int32_t)1))) { goto IL_0229; } } { V_6 = _stringLiteral3900656134; } IL_0229: { int32_t L_54 = __this->get_auto_decomp_53(); if (!((int32_t)((int32_t)L_54&(int32_t)2))) { goto IL_024e; } } { String_t* L_55 = V_6; if (!L_55) { goto IL_0247; } } { G_B36_0 = _stringLiteral212616849; goto IL_024c; } IL_0247: { G_B36_0 = _stringLiteral3294780338; } IL_024c: { V_6 = G_B36_0; } IL_024e: { String_t* L_56 = V_6; if (!L_56) { goto IL_0267; } } { WebHeaderCollection_t1942268960 * L_57 = __this->get_webHeaders_20(); String_t* L_58 = V_6; NullCheck(L_57); WebHeaderCollection_RemoveAndAdd_m3288706236(L_57, _stringLiteral992245501, L_58, /*hidden argument*/NULL); } IL_0267: { bool L_59 = __this->get_usedPreAuth_28(); if (L_59) { goto IL_0283; } } { bool L_60 = __this->get_preAuthenticate_27(); if (!L_60) { goto IL_0283; } } { HttpWebRequest_DoPreAuthenticate_m1424851389(__this, /*hidden argument*/NULL); } IL_0283: { WebHeaderCollection_t1942268960 * L_61 = __this->get_webHeaders_20(); NullCheck(L_61); String_t* L_62 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Net.WebHeaderCollection::ToString() */, L_61); return L_62; } } // System.Void System.Net.HttpWebRequest::DoPreAuthenticate() extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_DoPreAuthenticate_m1424851389 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_DoPreAuthenticate_m1424851389_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; Authorization_t542416582 * V_2 = NULL; String_t* V_3 = NULL; RuntimeObject* V_4 = NULL; int32_t G_B3_0 = 0; RuntimeObject* G_B7_0 = NULL; String_t* G_B13_0 = NULL; { RuntimeObject* L_0 = __this->get_proxy_31(); if (!L_0) { goto IL_0021; } } { RuntimeObject* L_1 = __this->get_proxy_31(); Uri_t100236324 * L_2 = __this->get_actualUri_7(); NullCheck(L_1); bool L_3 = InterfaceFuncInvoker1< bool, Uri_t100236324 * >::Invoke(2 /* System.Boolean System.Net.IWebProxy::IsBypassed(System.Uri) */, IWebProxy_t688979836_il2cpp_TypeInfo_var, L_1, L_2); G_B3_0 = ((((int32_t)L_3) == ((int32_t)0))? 1 : 0); goto IL_0022; } IL_0021: { G_B3_0 = 0; } IL_0022: { V_0 = (bool)G_B3_0; bool L_4 = V_0; if (!L_4) { goto IL_0034; } } { RuntimeObject* L_5 = __this->get_credentials_16(); if (!L_5) { goto IL_0043; } } IL_0034: { RuntimeObject* L_6 = __this->get_credentials_16(); V_4 = L_6; RuntimeObject* L_7 = V_4; G_B7_0 = L_7; goto IL_004e; } IL_0043: { RuntimeObject* L_8 = __this->get_proxy_31(); NullCheck(L_8); RuntimeObject* L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Net.ICredentials System.Net.IWebProxy::get_Credentials() */, IWebProxy_t688979836_il2cpp_TypeInfo_var, L_8); G_B7_0 = L_9; } IL_004e: { V_1 = G_B7_0; RuntimeObject* L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t2084001809_il2cpp_TypeInfo_var); Authorization_t542416582 * L_11 = AuthenticationManager_PreAuthenticate_m1971834472(NULL /*static, unused*/, __this, L_10, /*hidden argument*/NULL); V_2 = L_11; Authorization_t542416582 * L_12 = V_2; if (L_12) { goto IL_005e; } } { return; } IL_005e: { WebHeaderCollection_t1942268960 * L_13 = __this->get_webHeaders_20(); NullCheck(L_13); WebHeaderCollection_RemoveInternal_m2712218737(L_13, _stringLiteral635763858, /*hidden argument*/NULL); WebHeaderCollection_t1942268960 * L_14 = __this->get_webHeaders_20(); NullCheck(L_14); WebHeaderCollection_RemoveInternal_m2712218737(L_14, _stringLiteral1574691733, /*hidden argument*/NULL); bool L_15 = V_0; if (!L_15) { goto IL_0099; } } { RuntimeObject* L_16 = __this->get_credentials_16(); if (L_16) { goto IL_0099; } } { G_B13_0 = _stringLiteral635763858; goto IL_009e; } IL_0099: { G_B13_0 = _stringLiteral1574691733; } IL_009e: { V_3 = G_B13_0; WebHeaderCollection_t1942268960 * L_17 = __this->get_webHeaders_20(); String_t* L_18 = V_3; Authorization_t542416582 * L_19 = V_2; NullCheck(L_19); String_t* L_20 = Authorization_get_Message_m457444391(L_19, /*hidden argument*/NULL); NullCheck(L_17); NameValueCollection_set_Item_m3318428493(L_17, L_18, L_20, /*hidden argument*/NULL); __this->set_usedPreAuth_28((bool)1); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_SetWriteStreamError_m336408989_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebAsyncResult_t3421962937 * V_0 = NULL; String_t* V_1 = NULL; WebException_t3237156354 * V_2 = NULL; { bool L_0 = HttpWebRequest_get_Aborted_m1961501758(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { WebAsyncResult_t3421962937 * L_1 = __this->get_asyncWrite_37(); V_0 = L_1; WebAsyncResult_t3421962937 * L_2 = V_0; if (L_2) { goto IL_0020; } } { WebAsyncResult_t3421962937 * L_3 = __this->get_asyncRead_38(); V_0 = L_3; } IL_0020: { WebAsyncResult_t3421962937 * L_4 = V_0; if (!L_4) { goto IL_0078; } } { Exception_t * L_5 = ___exc1; if (L_5) { goto IL_004a; } } { int32_t L_6 = ___status0; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(WebExceptionStatus_t1731416715_il2cpp_TypeInfo_var, &L_7); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1503557889, L_8, /*hidden argument*/NULL); V_1 = L_9; String_t* L_10 = V_1; int32_t L_11 = ___status0; WebException_t3237156354 * L_12 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2864788884(L_12, L_10, L_11, /*hidden argument*/NULL); V_2 = L_12; goto IL_006a; } IL_004a: { int32_t L_13 = ___status0; int32_t L_14 = L_13; RuntimeObject * L_15 = Box(WebExceptionStatus_t1731416715_il2cpp_TypeInfo_var, &L_14); Exception_t * L_16 = ___exc1; NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_16); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral4049134132, L_15, L_17, /*hidden argument*/NULL); V_1 = L_18; String_t* L_19 = V_1; Exception_t * L_20 = ___exc1; int32_t L_21 = ___status0; WebException_t3237156354 * L_22 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m3515818945(L_22, L_19, L_20, L_21, /*hidden argument*/NULL); V_2 = L_22; } IL_006a: { WebAsyncResult_t3421962937 * L_23 = V_0; WebException_t3237156354 * L_24 = V_2; NullCheck(L_23); WebAsyncResult_SetCompleted_m2263512966(L_23, (bool)0, L_24, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_25 = V_0; NullCheck(L_25); WebAsyncResult_DoCallback_m1336537550(L_25, /*hidden argument*/NULL); } IL_0078: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_SendRequestHeaders_m3979064161_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; WebException_t3237156354 * V_4 = NULL; Exception_t * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { 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; bool L_1 = HttpWebRequest_get_ProxyQuery_m4235226594(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0022; } } { Uri_t100236324 * L_2 = __this->get_actualUri_7(); NullCheck(L_2); String_t* L_3 = Uri_get_PathAndQuery_m2396197970(L_2, /*hidden argument*/NULL); V_1 = L_3; goto IL_00b1; } IL_0022: { Uri_t100236324 * L_4 = __this->get_actualUri_7(); NullCheck(L_4); bool L_5 = Uri_get_IsDefaultPort_m3984463462(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0063; } } { Uri_t100236324 * L_6 = __this->get_actualUri_7(); NullCheck(L_6); String_t* L_7 = Uri_get_Scheme_m1686732325(L_6, /*hidden argument*/NULL); Uri_t100236324 * L_8 = __this->get_actualUri_7(); NullCheck(L_8); String_t* L_9 = Uri_get_Host_m255565830(L_8, /*hidden argument*/NULL); Uri_t100236324 * L_10 = __this->get_actualUri_7(); NullCheck(L_10); String_t* L_11 = Uri_get_PathAndQuery_m2396197970(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral2299683241, L_7, L_9, L_11, /*hidden argument*/NULL); V_1 = L_12; goto IL_00b1; } IL_0063: { ObjectU5BU5D_t2843939325* L_13 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); Uri_t100236324 * L_14 = __this->get_actualUri_7(); NullCheck(L_14); String_t* L_15 = Uri_get_Scheme_m1686732325(L_14, /*hidden argument*/NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_15); (L_13)->SetAt(static_cast(0), (RuntimeObject *)L_15); ObjectU5BU5D_t2843939325* L_16 = L_13; Uri_t100236324 * L_17 = __this->get_actualUri_7(); NullCheck(L_17); String_t* L_18 = Uri_get_Host_m255565830(L_17, /*hidden argument*/NULL); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_18); (L_16)->SetAt(static_cast(1), (RuntimeObject *)L_18); ObjectU5BU5D_t2843939325* L_19 = L_16; Uri_t100236324 * L_20 = __this->get_actualUri_7(); NullCheck(L_20); int32_t L_21 = Uri_get_Port_m184067428(L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_22); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_23); (L_19)->SetAt(static_cast(2), (RuntimeObject *)L_23); ObjectU5BU5D_t2843939325* L_24 = L_19; Uri_t100236324 * L_25 = __this->get_actualUri_7(); NullCheck(L_25); String_t* L_26 = Uri_get_PathAndQuery_m2396197970(L_25, /*hidden argument*/NULL); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_26); (L_24)->SetAt(static_cast(3), (RuntimeObject *)L_26); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral103388761, L_24, /*hidden argument*/NULL); V_1 = L_27; } IL_00b1: { ServicePoint_t2786966844 * L_28 = __this->get_servicePoint_33(); NullCheck(L_28); Version_t3456873960 * L_29 = VirtFuncInvoker0< Version_t3456873960 * >::Invoke(4 /* System.Version System.Net.ServicePoint::get_ProtocolVersion() */, L_28); bool L_30 = Version_op_Inequality_m1696193441(NULL /*static, unused*/, L_29, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (!L_30) { goto IL_00f8; } } { ServicePoint_t2786966844 * L_31 = __this->get_servicePoint_33(); NullCheck(L_31); Version_t3456873960 * L_32 = VirtFuncInvoker0< Version_t3456873960 * >::Invoke(4 /* System.Version System.Net.ServicePoint::get_ProtocolVersion() */, L_31); Version_t3456873960 * L_33 = __this->get_version_29(); bool L_34 = Version_op_LessThan_m3745610070(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_00f8; } } { ServicePoint_t2786966844 * L_35 = __this->get_servicePoint_33(); NullCheck(L_35); Version_t3456873960 * L_36 = VirtFuncInvoker0< Version_t3456873960 * >::Invoke(4 /* System.Version System.Net.ServicePoint::get_ProtocolVersion() */, L_35); __this->set_actualVersion_30(L_36); goto IL_0104; } IL_00f8: { Version_t3456873960 * L_37 = __this->get_version_29(); __this->set_actualVersion_30(L_37); } IL_0104: { StringBuilder_t * L_38 = V_0; ObjectU5BU5D_t2843939325* L_39 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); String_t* L_40 = __this->get_method_24(); NullCheck(L_39); ArrayElementTypeCheck (L_39, L_40); (L_39)->SetAt(static_cast(0), (RuntimeObject *)L_40); ObjectU5BU5D_t2843939325* L_41 = L_39; String_t* L_42 = V_1; NullCheck(L_41); ArrayElementTypeCheck (L_41, L_42); (L_41)->SetAt(static_cast(1), (RuntimeObject *)L_42); ObjectU5BU5D_t2843939325* L_43 = L_41; Version_t3456873960 * L_44 = __this->get_actualVersion_30(); NullCheck(L_44); int32_t L_45 = Version_get_Major_m2457928275(L_44, /*hidden argument*/NULL); int32_t L_46 = L_45; RuntimeObject * L_47 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_46); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_47); (L_43)->SetAt(static_cast(2), (RuntimeObject *)L_47); ObjectU5BU5D_t2843939325* L_48 = L_43; Version_t3456873960 * L_49 = __this->get_actualVersion_30(); NullCheck(L_49); int32_t L_50 = Version_get_Minor_m150536655(L_49, /*hidden argument*/NULL); int32_t L_51 = L_50; RuntimeObject * L_52 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_51); NullCheck(L_48); ArrayElementTypeCheck (L_48, L_52); (L_48)->SetAt(static_cast(3), (RuntimeObject *)L_52); NullCheck(L_38); StringBuilder_AppendFormat_m921870684(L_38, _stringLiteral3384770663, L_48, /*hidden argument*/NULL); StringBuilder_t * L_53 = V_0; String_t* L_54 = HttpWebRequest_GetHeaders_m3768893913(__this, /*hidden argument*/NULL); NullCheck(L_53); StringBuilder_Append_m1965104174(L_53, L_54, /*hidden argument*/NULL); StringBuilder_t * L_55 = V_0; NullCheck(L_55); String_t* L_56 = StringBuilder_ToString_m3317489284(L_55, /*hidden argument*/NULL); V_2 = L_56; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_57 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_58 = V_2; NullCheck(L_57); ByteU5BU5D_t4116647657* L_59 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_57, L_58); V_3 = L_59; } IL_0169: try { // begin try (depth: 1) WebConnectionStream_t2170064850 * L_60 = __this->get_writeStream_35(); ByteU5BU5D_t4116647657* L_61 = V_3; NullCheck(L_60); WebConnectionStream_SetHeaders_m3009966013(L_60, L_61, /*hidden argument*/NULL); goto IL_01b0; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (WebException_t3237156354_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_017a; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0198; throw e; } CATCH_017a: { // begin catch(System.Net.WebException) { V_4 = ((WebException_t3237156354 *)__exception_local); WebException_t3237156354 * L_62 = V_4; NullCheck(L_62); int32_t L_63 = WebException_get_Status_m1481596798(L_62, /*hidden argument*/NULL); WebException_t3237156354 * L_64 = V_4; HttpWebRequest_SetWriteStreamError_m336408989(__this, L_63, L_64, /*hidden argument*/NULL); bool L_65 = ___propagate_error0; if (!L_65) { goto IL_0193; } } IL_0191: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_0193: { goto IL_01b0; } } // end catch (depth: 1) CATCH_0198: { // begin catch(System.Exception) { V_5 = ((Exception_t *)__exception_local); Exception_t * L_66 = V_5; HttpWebRequest_SetWriteStreamError_m336408989(__this, 4, L_66, /*hidden argument*/NULL); bool L_67 = ___propagate_error0; if (!L_67) { goto IL_01ab; } } IL_01a9: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_01ab: { goto IL_01b0; } } // end catch (depth: 1) IL_01b0: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_SetWriteStream_m2739138088_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = HttpWebRequest_get_Aborted_m1961501758(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { WebConnectionStream_t2170064850 * L_1 = ___stream0; __this->set_writeStream_35(L_1); ByteU5BU5D_t4116647657* L_2 = __this->get_bodyBuffer_45(); if (!L_2) { goto IL_0047; } } { WebHeaderCollection_t1942268960 * L_3 = __this->get_webHeaders_20(); NullCheck(L_3); WebHeaderCollection_RemoveInternal_m2712218737(L_3, _stringLiteral3911150437, /*hidden argument*/NULL); int32_t L_4 = __this->get_bodyBufferLength_46(); __this->set_contentLength_13((((int64_t)((int64_t)L_4)))); WebConnectionStream_t2170064850 * L_5 = __this->get_writeStream_35(); NullCheck(L_5); WebConnectionStream_set_SendChunked_m532577291(L_5, (bool)0, /*hidden argument*/NULL); } IL_0047: { HttpWebRequest_SendRequestHeaders_m3979064161(__this, (bool)0, /*hidden argument*/NULL); __this->set_haveRequest_18((bool)1); ByteU5BU5D_t4116647657* L_6 = __this->get_bodyBuffer_45(); if (!L_6) { goto IL_008f; } } { WebConnectionStream_t2170064850 * L_7 = __this->get_writeStream_35(); ByteU5BU5D_t4116647657* L_8 = __this->get_bodyBuffer_45(); int32_t L_9 = __this->get_bodyBufferLength_46(); NullCheck(L_7); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.Net.WebConnectionStream::Write(System.Byte[],System.Int32,System.Int32) */, L_7, L_8, 0, L_9); __this->set_bodyBuffer_45((ByteU5BU5D_t4116647657*)NULL); WebConnectionStream_t2170064850 * L_10 = __this->get_writeStream_35(); NullCheck(L_10); VirtActionInvoker0::Invoke(14 /* System.Void System.Net.WebConnectionStream::Close() */, L_10); goto IL_0133; } IL_008f: { String_t* L_11 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_11, _stringLiteral831347629, /*hidden argument*/NULL); if (!L_12) { goto IL_0133; } } { String_t* L_13 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_13, _stringLiteral1130393535, /*hidden argument*/NULL); if (!L_14) { goto IL_0133; } } { String_t* L_15 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_16 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_15, _stringLiteral3983934048, /*hidden argument*/NULL); if (!L_16) { goto IL_0133; } } { String_t* L_17 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_18 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_17, _stringLiteral110397590, /*hidden argument*/NULL); if (!L_18) { goto IL_0133; } } { String_t* L_19 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_20 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_19, _stringLiteral897372452, /*hidden argument*/NULL); if (!L_20) { goto IL_0133; } } { String_t* L_21 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_22 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_21, _stringLiteral2075924938, /*hidden argument*/NULL); if (!L_22) { goto IL_0133; } } { bool L_23 = __this->get_getResponseCalled_47(); if (!L_23) { goto IL_0133; } } { WebConnectionStream_t2170064850 * L_24 = __this->get_writeStream_35(); NullCheck(L_24); bool L_25 = WebConnectionStream_get_RequestWritten_m4293957107(L_24, /*hidden argument*/NULL); if (L_25) { goto IL_0133; } } { WebConnectionStream_t2170064850 * L_26 = __this->get_writeStream_35(); NullCheck(L_26); WebConnectionStream_WriteRequest_m340830927(L_26, /*hidden argument*/NULL); } IL_0133: { WebAsyncResult_t3421962937 * L_27 = __this->get_asyncWrite_37(); if (!L_27) { goto IL_015d; } } { WebAsyncResult_t3421962937 * L_28 = __this->get_asyncWrite_37(); WebConnectionStream_t2170064850 * L_29 = ___stream0; NullCheck(L_28); WebAsyncResult_SetCompleted_m471828713(L_28, (bool)0, L_29, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_30 = __this->get_asyncWrite_37(); NullCheck(L_30); WebAsyncResult_DoCallback_m1336537550(L_30, /*hidden argument*/NULL); __this->set_asyncWrite_37((WebAsyncResult_t3421962937 *)NULL); } IL_015d: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_SetResponseError_m4064263808_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; String_t* V_1 = NULL; WebAsyncResult_t3421962937 * V_2 = NULL; WebException_t3237156354 * 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 = HttpWebRequest_get_Aborted_m1961501758(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { RuntimeObject * L_1 = __this->get_locker_49(); V_0 = L_1; RuntimeObject * L_2 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0019: try { // begin try (depth: 1) { String_t* L_3 = ___where2; int32_t L_4 = ___status0; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(WebExceptionStatus_t1731416715_il2cpp_TypeInfo_var, &L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral1326733293, L_3, L_6, /*hidden argument*/NULL); V_1 = L_7; WebAsyncResult_t3421962937 * L_8 = __this->get_asyncRead_38(); V_2 = L_8; WebAsyncResult_t3421962937 * L_9 = V_2; if (L_9) { goto IL_003f; } } IL_0038: { WebAsyncResult_t3421962937 * L_10 = __this->get_asyncWrite_37(); V_2 = L_10; } IL_003f: { Exception_t * L_11 = ___e1; if (!((WebException_t3237156354 *)IsInstClass((RuntimeObject*)L_11, WebException_t3237156354_il2cpp_TypeInfo_var))) { goto IL_0056; } } IL_004a: { Exception_t * L_12 = ___e1; V_3 = ((WebException_t3237156354 *)CastclassClass((RuntimeObject*)L_12, WebException_t3237156354_il2cpp_TypeInfo_var)); goto IL_0060; } IL_0056: { String_t* L_13 = V_1; Exception_t * L_14 = ___e1; int32_t L_15 = ___status0; WebException_t3237156354 * L_16 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2761056832(L_16, L_13, L_14, L_15, (WebResponse_t229922639 *)NULL, /*hidden argument*/NULL); V_3 = L_16; } IL_0060: { WebAsyncResult_t3421962937 * L_17 = V_2; if (!L_17) { goto IL_00b1; } } IL_0066: { WebAsyncResult_t3421962937 * L_18 = V_2; NullCheck(L_18); bool L_19 = WebAsyncResult_get_IsCompleted_m4071146637(L_18, /*hidden argument*/NULL); if (L_19) { goto IL_0084; } } IL_0071: { WebAsyncResult_t3421962937 * L_20 = V_2; WebException_t3237156354 * L_21 = V_3; NullCheck(L_20); WebAsyncResult_SetCompleted_m2263512966(L_20, (bool)0, L_21, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_22 = V_2; NullCheck(L_22); WebAsyncResult_DoCallback_m1336537550(L_22, /*hidden argument*/NULL); goto IL_0097; } IL_0084: { WebAsyncResult_t3421962937 * L_23 = V_2; WebAsyncResult_t3421962937 * L_24 = __this->get_asyncWrite_37(); if ((!(((RuntimeObject*)(WebAsyncResult_t3421962937 *)L_23) == ((RuntimeObject*)(WebAsyncResult_t3421962937 *)L_24)))) { goto IL_0097; } } IL_0090: { WebException_t3237156354 * L_25 = V_3; __this->set_saved_exc_48(L_25); } IL_0097: { __this->set_haveResponse_17((bool)1); __this->set_asyncRead_38((WebAsyncResult_t3421962937 *)NULL); __this->set_asyncWrite_37((WebAsyncResult_t3421962937 *)NULL); goto IL_00bf; } IL_00b1: { __this->set_haveResponse_17((bool)1); WebException_t3237156354 * L_26 = V_3; __this->set_saved_exc_48(L_26); } IL_00bf: { 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) RuntimeObject * L_27 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_27, /*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: { return; } } // System.Void System.Net.HttpWebRequest::CheckSendError(System.Net.WebConnectionData) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_CheckSendError_m2266605752 (HttpWebRequest_t1669436515 * __this, WebConnectionData_t3835660455 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_CheckSendError_m2266605752_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { WebConnectionData_t3835660455 * L_0 = ___data0; NullCheck(L_0); int32_t L_1 = L_0->get_StatusCode_1(); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)((int32_t)400)))) { goto IL_0028; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)401)))) { goto IL_0028; } } { int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)407))))) { goto IL_0029; } } IL_0028: { return; } IL_0029: { WebConnectionStream_t2170064850 * L_5 = __this->get_writeStream_35(); if (!L_5) { goto IL_0073; } } { WebAsyncResult_t3421962937 * L_6 = __this->get_asyncRead_38(); if (L_6) { goto IL_0073; } } { WebConnectionStream_t2170064850 * L_7 = __this->get_writeStream_35(); NullCheck(L_7); bool L_8 = WebConnectionStream_get_CompleteRequestWritten_m761372138(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0073; } } { WebConnectionData_t3835660455 * L_9 = ___data0; NullCheck(L_9); String_t* L_10 = L_9->get_StatusDescription_2(); HttpWebResponse_t3286585418 * L_11 = __this->get_webResponse_36(); WebException_t3237156354 * L_12 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2761056832(L_12, L_10, (Exception_t *)NULL, 7, L_11, /*hidden argument*/NULL); __this->set_saved_exc_48(L_12); HttpWebResponse_t3286585418 * L_13 = __this->get_webResponse_36(); NullCheck(L_13); HttpWebResponse_ReadAll_m677937028(L_13, /*hidden argument*/NULL); } IL_0073: { return; } } // System.Void System.Net.HttpWebRequest::HandleNtlmAuth(System.Net.WebAsyncResult) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_HandleNtlmAuth_m991136185 (HttpWebRequest_t1669436515 * __this, WebAsyncResult_t3421962937 * ___r0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_HandleNtlmAuth_m991136185_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebConnectionStream_t2170064850 * V_0 = NULL; WebConnection_t3982808322 * V_1 = NULL; bool V_2 = false; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; int32_t G_B4_0 = 0; RuntimeObject* G_B7_0 = NULL; { HttpWebResponse_t3286585418 * L_0 = __this->get_webResponse_36(); NullCheck(L_0); Stream_t1273022909 * L_1 = VirtFuncInvoker0< Stream_t1273022909 * >::Invoke(10 /* System.IO.Stream System.Net.HttpWebResponse::GetResponseStream() */, L_0); V_0 = ((WebConnectionStream_t2170064850 *)IsInstClass((RuntimeObject*)L_1, WebConnectionStream_t2170064850_il2cpp_TypeInfo_var)); WebConnectionStream_t2170064850 * L_2 = V_0; if (!L_2) { goto IL_0092; } } { WebConnectionStream_t2170064850 * L_3 = V_0; NullCheck(L_3); WebConnection_t3982808322 * L_4 = WebConnectionStream_get_Connection_m3939220024(L_3, /*hidden argument*/NULL); V_1 = L_4; WebConnection_t3982808322 * L_5 = V_1; NullCheck(L_5); WebConnection_set_PriorityRequest_m1465137853(L_5, __this, /*hidden argument*/NULL); RuntimeObject* L_6 = __this->get_proxy_31(); if (!L_6) { goto IL_0046; } } { RuntimeObject* L_7 = __this->get_proxy_31(); Uri_t100236324 * L_8 = __this->get_actualUri_7(); NullCheck(L_7); bool L_9 = InterfaceFuncInvoker1< bool, Uri_t100236324 * >::Invoke(2 /* System.Boolean System.Net.IWebProxy::IsBypassed(System.Uri) */, IWebProxy_t688979836_il2cpp_TypeInfo_var, L_7, L_8); G_B4_0 = ((((int32_t)L_9) == ((int32_t)0))? 1 : 0); goto IL_0047; } IL_0046: { G_B4_0 = 0; } IL_0047: { V_2 = (bool)G_B4_0; bool L_10 = V_2; if (L_10) { goto IL_005d; } } { RuntimeObject* L_11 = __this->get_credentials_16(); V_4 = L_11; RuntimeObject* L_12 = V_4; G_B7_0 = L_12; goto IL_0068; } IL_005d: { RuntimeObject* L_13 = __this->get_proxy_31(); NullCheck(L_13); RuntimeObject* L_14 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Net.ICredentials System.Net.IWebProxy::get_Credentials() */, IWebProxy_t688979836_il2cpp_TypeInfo_var, L_13); G_B7_0 = L_14; } IL_0068: { V_3 = G_B7_0; RuntimeObject* L_15 = V_3; if (!L_15) { goto IL_0092; } } { WebConnection_t3982808322 * L_16 = V_1; RuntimeObject* L_17 = V_3; Uri_t100236324 * L_18 = __this->get_requestUri_6(); NullCheck(L_17); NetworkCredential_t3282608323 * L_19 = 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_17, L_18, _stringLiteral3558610080); NullCheck(L_16); WebConnection_set_NtlmCredential_m4103205352(L_16, L_19, /*hidden argument*/NULL); WebConnection_t3982808322 * L_20 = V_1; bool L_21 = __this->get_unsafe_auth_blah_56(); NullCheck(L_20); WebConnection_set_UnsafeAuthenticatedConnectionSharing_m987184906(L_20, L_21, /*hidden argument*/NULL); } IL_0092: { WebAsyncResult_t3421962937 * L_22 = ___r0; NullCheck(L_22); WebAsyncResult_Reset_m208950746(L_22, /*hidden argument*/NULL); __this->set_haveResponse_17((bool)0); HttpWebResponse_t3286585418 * L_23 = __this->get_webResponse_36(); NullCheck(L_23); HttpWebResponse_ReadAll_m677937028(L_23, /*hidden argument*/NULL); __this->set_webResponse_36((HttpWebResponse_t3286585418 *)NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_SetResponseData_m1747650150_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; WebException_t3237156354 * V_1 = NULL; Exception_t * V_2 = NULL; RuntimeObject * V_3 = NULL; WebAsyncResult_t3421962937 * V_4 = NULL; bool V_5 = false; bool V_6 = false; WebConnectionStream_t2170064850 * V_7 = NULL; WebConnection_t3982808322 * V_8 = NULL; WebException_t3237156354 * V_9 = NULL; Exception_t * 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); { RuntimeObject * L_0 = __this->get_locker_49(); 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 = HttpWebRequest_get_Aborted_m1961501758(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0033; } } IL_0018: { WebConnectionData_t3835660455 * L_3 = ___data0; NullCheck(L_3); Stream_t1273022909 * L_4 = L_3->get_stream_5(); if (!L_4) { goto IL_002e; } } IL_0023: { WebConnectionData_t3835660455 * L_5 = ___data0; NullCheck(L_5); Stream_t1273022909 * L_6 = L_5->get_stream_5(); NullCheck(L_6); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_6); } IL_002e: { IL2CPP_LEAVE(0x2DF, FINALLY_02d8); } IL_0033: { V_1 = (WebException_t3237156354 *)NULL; } IL_0035: try { // begin try (depth: 2) Uri_t100236324 * L_7 = __this->get_actualUri_7(); String_t* L_8 = __this->get_method_24(); WebConnectionData_t3835660455 * L_9 = ___data0; CookieContainer_t2331592909 * L_10 = __this->get_cookieContainer_15(); HttpWebResponse_t3286585418 * L_11 = (HttpWebResponse_t3286585418 *)il2cpp_codegen_object_new(HttpWebResponse_t3286585418_il2cpp_TypeInfo_var); HttpWebResponse__ctor_m470181940(L_11, L_7, L_8, L_9, L_10, /*hidden argument*/NULL); __this->set_webResponse_36(L_11); goto IL_0083; } // 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_0058; throw e; } CATCH_0058: { // begin catch(System.Exception) { V_2 = ((Exception_t *)__exception_local); Exception_t * L_12 = V_2; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_12); Exception_t * L_14 = V_2; WebException_t3237156354 * L_15 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2761056832(L_15, L_13, L_14, 7, (WebResponse_t229922639 *)NULL, /*hidden argument*/NULL); V_1 = L_15; WebConnectionData_t3835660455 * L_16 = ___data0; NullCheck(L_16); Stream_t1273022909 * L_17 = L_16->get_stream_5(); if (!L_17) { goto IL_007e; } } IL_0073: { WebConnectionData_t3835660455 * L_18 = ___data0; NullCheck(L_18); Stream_t1273022909 * L_19 = L_18->get_stream_5(); NullCheck(L_19); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_19); } IL_007e: { goto IL_0083; } } // end catch (depth: 2) IL_0083: { WebException_t3237156354 * L_20 = V_1; if (L_20) { goto IL_00ea; } } IL_0089: { String_t* L_21 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_22 = String_op_Equality_m920492651(NULL /*static, unused*/, L_21, _stringLiteral45808443, /*hidden argument*/NULL); if (L_22) { goto IL_00b3; } } IL_009e: { String_t* L_23 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral1131442134, /*hidden argument*/NULL); if (!L_24) { goto IL_00ea; } } IL_00b3: { RuntimeObject * L_25 = __this->get_locker_49(); V_3 = L_25; RuntimeObject * L_26 = V_3; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); } IL_00c0: try { // begin try (depth: 2) { WebConnectionData_t3835660455 * L_27 = ___data0; HttpWebRequest_CheckSendError_m2266605752(__this, L_27, /*hidden argument*/NULL); Exception_t * L_28 = __this->get_saved_exc_48(); if (!L_28) { goto IL_00de; } } IL_00d2: { Exception_t * L_29 = __this->get_saved_exc_48(); V_1 = ((WebException_t3237156354 *)CastclassClass((RuntimeObject*)L_29, WebException_t3237156354_il2cpp_TypeInfo_var)); } IL_00de: { IL2CPP_LEAVE(0xEA, FINALLY_00e3); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e3; } FINALLY_00e3: { // begin finally (depth: 2) RuntimeObject * L_30 = V_3; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); IL2CPP_END_FINALLY(227) } // end finally (depth: 2) IL2CPP_CLEANUP(227) { IL2CPP_JUMP_TBL(0xEA, IL_00ea) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ea: { WebAsyncResult_t3421962937 * L_31 = __this->get_asyncRead_38(); V_4 = L_31; V_5 = (bool)0; WebAsyncResult_t3421962937 * L_32 = V_4; if (L_32) { goto IL_0121; } } IL_00fc: { HttpWebResponse_t3286585418 * L_33 = __this->get_webResponse_36(); if (!L_33) { goto IL_0121; } } IL_0107: { V_5 = (bool)1; WebAsyncResult_t3421962937 * L_34 = (WebAsyncResult_t3421962937 *)il2cpp_codegen_object_new(WebAsyncResult_t3421962937_il2cpp_TypeInfo_var); WebAsyncResult__ctor_m2054281158(L_34, (AsyncCallback_t3962456242 *)NULL, NULL, /*hidden argument*/NULL); V_4 = L_34; WebAsyncResult_t3421962937 * L_35 = V_4; HttpWebResponse_t3286585418 * L_36 = __this->get_webResponse_36(); NullCheck(L_35); WebAsyncResult_SetCompleted_m1095618586(L_35, (bool)0, L_36, /*hidden argument*/NULL); } IL_0121: { WebAsyncResult_t3421962937 * L_37 = V_4; if (!L_37) { goto IL_02d3; } } IL_0128: { WebException_t3237156354 * L_38 = V_1; if (!L_38) { goto IL_0143; } } IL_012e: { WebAsyncResult_t3421962937 * L_39 = V_4; WebException_t3237156354 * L_40 = V_1; NullCheck(L_39); WebAsyncResult_SetCompleted_m2263512966(L_39, (bool)0, L_40, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_41 = V_4; NullCheck(L_41); WebAsyncResult_DoCallback_m1336537550(L_41, /*hidden argument*/NULL); IL2CPP_LEAVE(0x2DF, FINALLY_02d8); } IL_0143: try { // begin try (depth: 2) { WebAsyncResult_t3421962937 * L_42 = V_4; bool L_43 = HttpWebRequest_CheckFinalStatus_m2636217061(__this, L_42, /*hidden argument*/NULL); V_6 = L_43; bool L_44 = V_6; if (L_44) { goto IL_01eb; } } IL_0154: { bool L_45 = __this->get_is_ntlm_auth_50(); if (!L_45) { goto IL_01b4; } } IL_015f: { bool L_46 = __this->get_authCompleted_44(); if (!L_46) { goto IL_01b4; } } IL_016a: { HttpWebResponse_t3286585418 * L_47 = __this->get_webResponse_36(); if (!L_47) { goto IL_01b4; } } IL_0175: { HttpWebResponse_t3286585418 * L_48 = __this->get_webResponse_36(); NullCheck(L_48); int32_t L_49 = HttpWebResponse_get_StatusCode_m3435907869(L_48, /*hidden argument*/NULL); if ((((int32_t)L_49) >= ((int32_t)((int32_t)400)))) { goto IL_01b4; } } IL_018a: { HttpWebResponse_t3286585418 * L_50 = __this->get_webResponse_36(); NullCheck(L_50); Stream_t1273022909 * L_51 = VirtFuncInvoker0< Stream_t1273022909 * >::Invoke(10 /* System.IO.Stream System.Net.HttpWebResponse::GetResponseStream() */, L_50); V_7 = ((WebConnectionStream_t2170064850 *)IsInstClass((RuntimeObject*)L_51, WebConnectionStream_t2170064850_il2cpp_TypeInfo_var)); WebConnectionStream_t2170064850 * L_52 = V_7; if (!L_52) { goto IL_01b4; } } IL_01a3: { WebConnectionStream_t2170064850 * L_53 = V_7; NullCheck(L_53); WebConnection_t3982808322 * L_54 = WebConnectionStream_get_Connection_m3939220024(L_53, /*hidden argument*/NULL); V_8 = L_54; WebConnection_t3982808322 * L_55 = V_8; NullCheck(L_55); WebConnection_set_NtlmAuthenticated_m3388586408(L_55, (bool)1, /*hidden argument*/NULL); } IL_01b4: { WebConnectionStream_t2170064850 * L_56 = __this->get_writeStream_35(); if (!L_56) { goto IL_01ca; } } IL_01bf: { WebConnectionStream_t2170064850 * L_57 = __this->get_writeStream_35(); NullCheck(L_57); WebConnectionStream_KillBuffer_m3997100420(L_57, /*hidden argument*/NULL); } IL_01ca: { __this->set_haveResponse_17((bool)1); WebAsyncResult_t3421962937 * L_58 = V_4; HttpWebResponse_t3286585418 * L_59 = __this->get_webResponse_36(); NullCheck(L_58); WebAsyncResult_SetCompleted_m1095618586(L_58, (bool)0, L_59, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_60 = V_4; NullCheck(L_60); WebAsyncResult_DoCallback_m1336537550(L_60, /*hidden argument*/NULL); goto IL_0259; } IL_01eb: { HttpWebResponse_t3286585418 * L_61 = __this->get_webResponse_36(); if (!L_61) { goto IL_0219; } } IL_01f6: { bool L_62 = __this->get_is_ntlm_auth_50(); if (!L_62) { goto IL_020e; } } IL_0201: { WebAsyncResult_t3421962937 * L_63 = V_4; HttpWebRequest_HandleNtlmAuth_m991136185(__this, L_63, /*hidden argument*/NULL); IL2CPP_LEAVE(0x2DF, FINALLY_02d8); } IL_020e: { HttpWebResponse_t3286585418 * L_64 = __this->get_webResponse_36(); NullCheck(L_64); VirtActionInvoker0::Invoke(9 /* System.Void System.Net.HttpWebResponse::Close() */, L_64); } IL_0219: { __this->set_finished_reading_51((bool)0); __this->set_haveResponse_17((bool)0); __this->set_webResponse_36((HttpWebResponse_t3286585418 *)NULL); WebAsyncResult_t3421962937 * L_65 = V_4; NullCheck(L_65); WebAsyncResult_Reset_m208950746(L_65, /*hidden argument*/NULL); ServicePoint_t2786966844 * L_66 = HttpWebRequest_GetServicePoint_m2640244283(__this, /*hidden argument*/NULL); __this->set_servicePoint_33(L_66); ServicePoint_t2786966844 * L_67 = __this->get_servicePoint_33(); String_t* L_68 = __this->get_connectionGroup_12(); NullCheck(L_67); EventHandler_t1348719766 * L_69 = ServicePoint_SendRequest_m1850173641(L_67, __this, L_68, /*hidden argument*/NULL); __this->set_abortHandler_39(L_69); } IL_0259: { goto IL_02d3; } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (WebException_t3237156354_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_025e; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0291; throw e; } CATCH_025e: { // begin catch(System.Net.WebException) { V_9 = ((WebException_t3237156354 *)__exception_local); bool L_70 = V_5; if (!L_70) { goto IL_0276; } } IL_0267: { WebException_t3237156354 * L_71 = V_9; __this->set_saved_exc_48(L_71); __this->set_haveResponse_17((bool)1); } IL_0276: { WebAsyncResult_t3421962937 * L_72 = V_4; WebException_t3237156354 * L_73 = V_9; NullCheck(L_72); WebAsyncResult_SetCompleted_m2263512966(L_72, (bool)0, L_73, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_74 = V_4; NullCheck(L_74); WebAsyncResult_DoCallback_m1336537550(L_74, /*hidden argument*/NULL); IL2CPP_LEAVE(0x2DF, FINALLY_02d8); } IL_028c: { ; // IL_028c: leave IL_02d3 } } // end catch (depth: 2) CATCH_0291: { // begin catch(System.Exception) { V_10 = ((Exception_t *)__exception_local); Exception_t * L_75 = V_10; NullCheck(L_75); String_t* L_76 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_75); Exception_t * L_77 = V_10; WebException_t3237156354 * L_78 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2761056832(L_78, L_76, L_77, 7, (WebResponse_t229922639 *)NULL, /*hidden argument*/NULL); V_1 = L_78; bool L_79 = V_5; if (!L_79) { goto IL_02b9; } } IL_02ab: { WebException_t3237156354 * L_80 = V_1; __this->set_saved_exc_48(L_80); __this->set_haveResponse_17((bool)1); } IL_02b9: { WebAsyncResult_t3421962937 * L_81 = V_4; WebException_t3237156354 * L_82 = V_1; NullCheck(L_81); WebAsyncResult_SetCompleted_m2263512966(L_81, (bool)0, L_82, /*hidden argument*/NULL); WebAsyncResult_t3421962937 * L_83 = V_4; NullCheck(L_83); WebAsyncResult_DoCallback_m1336537550(L_83, /*hidden argument*/NULL); IL2CPP_LEAVE(0x2DF, FINALLY_02d8); } IL_02ce: { ; // IL_02ce: leave IL_02d3 } } // end catch (depth: 2) IL_02d3: { IL2CPP_LEAVE(0x2DF, FINALLY_02d8); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_02d8; } FINALLY_02d8: { // begin finally (depth: 1) RuntimeObject * L_84 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_84, /*hidden argument*/NULL); IL2CPP_END_FINALLY(728) } // end finally (depth: 1) IL2CPP_CLEANUP(728) { IL2CPP_JUMP_TBL(0x2DF, IL_02df) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_02df: { return; } } // System.Boolean System.Net.HttpWebRequest::CheckAuthorization(System.Net.WebResponse,System.Net.HttpStatusCode) extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_CheckAuthorization_m1568753518 (HttpWebRequest_t1669436515 * __this, WebResponse_t229922639 * ___response0, int32_t ___code1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_CheckAuthorization_m1568753518_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; StringU5BU5D_t1281789340* V_1 = NULL; RuntimeObject* V_2 = NULL; Authorization_t542416582 * V_3 = NULL; String_t* V_4 = NULL; StringU5BU5D_t1281789340* V_5 = NULL; int32_t V_6 = 0; RuntimeObject* V_7 = NULL; WebHeaderCollection_t1942268960 * G_B9_0 = NULL; WebHeaderCollection_t1942268960 * G_B8_0 = NULL; String_t* G_B10_0 = NULL; WebHeaderCollection_t1942268960 * G_B10_1 = NULL; RuntimeObject* G_B16_0 = NULL; WebHeaderCollection_t1942268960 * G_B25_0 = NULL; WebHeaderCollection_t1942268960 * G_B24_0 = NULL; String_t* G_B26_0 = NULL; WebHeaderCollection_t1942268960 * G_B26_1 = NULL; { __this->set_authCompleted_44((bool)0); int32_t L_0 = ___code1; if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)401))))) { goto IL_001f; } } { RuntimeObject* L_1 = __this->get_credentials_16(); if (L_1) { goto IL_001f; } } { return (bool)0; } IL_001f: { int32_t L_2 = ___code1; V_0 = (bool)((((int32_t)L_2) == ((int32_t)((int32_t)407)))? 1 : 0); bool L_3 = V_0; if (!L_3) { goto IL_004b; } } { RuntimeObject* L_4 = __this->get_proxy_31(); if (!L_4) { goto IL_0049; } } { RuntimeObject* L_5 = __this->get_proxy_31(); NullCheck(L_5); RuntimeObject* L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Net.ICredentials System.Net.IWebProxy::get_Credentials() */, IWebProxy_t688979836_il2cpp_TypeInfo_var, L_5); if (L_6) { goto IL_004b; } } IL_0049: { return (bool)0; } IL_004b: { WebResponse_t229922639 * L_7 = ___response0; NullCheck(L_7); WebHeaderCollection_t1942268960 * L_8 = VirtFuncInvoker0< WebHeaderCollection_t1942268960 * >::Invoke(8 /* System.Net.WebHeaderCollection System.Net.WebResponse::get_Headers() */, L_7); bool L_9 = V_0; G_B8_0 = L_8; if (!L_9) { G_B9_0 = L_8; goto IL_0061; } } { G_B10_0 = _stringLiteral2239610844; G_B10_1 = G_B8_0; goto IL_0066; } IL_0061: { G_B10_0 = _stringLiteral3204819111; G_B10_1 = G_B9_0; } IL_0066: { NullCheck(G_B10_1); StringU5BU5D_t1281789340* L_10 = VirtFuncInvoker1< StringU5BU5D_t1281789340*, String_t* >::Invoke(20 /* System.String[] System.Net.WebHeaderCollection::GetValues(System.String) */, G_B10_1, G_B10_0); V_1 = L_10; StringU5BU5D_t1281789340* L_11 = V_1; if (!L_11) { goto IL_007a; } } { StringU5BU5D_t1281789340* L_12 = V_1; NullCheck(L_12); if ((((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))) { goto IL_007c; } } IL_007a: { return (bool)0; } IL_007c: { bool L_13 = V_0; if (L_13) { goto IL_0091; } } { RuntimeObject* L_14 = __this->get_credentials_16(); V_7 = L_14; RuntimeObject* L_15 = V_7; G_B16_0 = L_15; goto IL_009c; } IL_0091: { RuntimeObject* L_16 = __this->get_proxy_31(); NullCheck(L_16); RuntimeObject* L_17 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Net.ICredentials System.Net.IWebProxy::get_Credentials() */, IWebProxy_t688979836_il2cpp_TypeInfo_var, L_16); G_B16_0 = L_17; } IL_009c: { V_2 = G_B16_0; V_3 = (Authorization_t542416582 *)NULL; StringU5BU5D_t1281789340* L_18 = V_1; V_5 = L_18; V_6 = 0; goto IL_00cc; } IL_00aa: { StringU5BU5D_t1281789340* L_19 = V_5; int32_t L_20 = V_6; NullCheck(L_19); int32_t L_21 = L_20; String_t* L_22 = (L_19)->GetAt(static_cast(L_21)); V_4 = L_22; String_t* L_23 = V_4; RuntimeObject* L_24 = V_2; IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t2084001809_il2cpp_TypeInfo_var); Authorization_t542416582 * L_25 = AuthenticationManager_Authenticate_m220441371(NULL /*static, unused*/, L_23, __this, L_24, /*hidden argument*/NULL); V_3 = L_25; Authorization_t542416582 * L_26 = V_3; if (!L_26) { goto IL_00c6; } } { goto IL_00d7; } IL_00c6: { int32_t L_27 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00cc: { int32_t L_28 = V_6; StringU5BU5D_t1281789340* L_29 = V_5; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length))))))) { goto IL_00aa; } } IL_00d7: { Authorization_t542416582 * L_30 = V_3; if (L_30) { goto IL_00df; } } { return (bool)0; } IL_00df: { WebHeaderCollection_t1942268960 * L_31 = __this->get_webHeaders_20(); bool L_32 = V_0; G_B24_0 = L_31; if (!L_32) { G_B25_0 = L_31; goto IL_00f5; } } { G_B26_0 = _stringLiteral635763858; G_B26_1 = G_B24_0; goto IL_00fa; } IL_00f5: { G_B26_0 = _stringLiteral1574691733; G_B26_1 = G_B25_0; } IL_00fa: { Authorization_t542416582 * L_33 = V_3; NullCheck(L_33); String_t* L_34 = Authorization_get_Message_m457444391(L_33, /*hidden argument*/NULL); NullCheck(G_B26_1); NameValueCollection_set_Item_m3318428493(G_B26_1, G_B26_0, L_34, /*hidden argument*/NULL); Authorization_t542416582 * L_35 = V_3; NullCheck(L_35); bool L_36 = Authorization_get_Complete_m585383280(L_35, /*hidden argument*/NULL); __this->set_authCompleted_44(L_36); Authorization_t542416582 * L_37 = V_3; NullCheck(L_37); RuntimeObject* L_38 = Authorization_get_Module_m4021207631(L_37, /*hidden argument*/NULL); NullCheck(L_38); String_t* L_39 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.Net.IAuthenticationModule::get_AuthenticationType() */, IAuthenticationModule_t3112562943_il2cpp_TypeInfo_var, L_38); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_40 = String_op_Equality_m920492651(NULL /*static, unused*/, L_39, _stringLiteral3558610080, /*hidden argument*/NULL); __this->set_is_ntlm_auth_50(L_40); return (bool)1; } } // System.Boolean System.Net.HttpWebRequest::CheckFinalStatus(System.Net.WebAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_CheckFinalStatus_m2636217061 (HttpWebRequest_t1669436515 * __this, WebAsyncResult_t3421962937 * ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_CheckFinalStatus_m2636217061_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; HttpWebResponse_t3286585418 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; String_t* V_4 = NULL; String_t* V_5 = NULL; bool V_6 = false; int32_t V_7 = 0; { WebAsyncResult_t3421962937 * L_0 = ___result0; NullCheck(L_0); bool L_1 = WebAsyncResult_get_GotException_m3213578714(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } { WebAsyncResult_t3421962937 * L_2 = ___result0; NullCheck(L_2); Exception_t * L_3 = WebAsyncResult_get_Exception_m3307967112(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,HttpWebRequest_CheckFinalStatus_m2636217061_RuntimeMethod_var); } IL_0012: { WebAsyncResult_t3421962937 * L_4 = ___result0; NullCheck(L_4); Exception_t * L_5 = WebAsyncResult_get_Exception_m3307967112(L_4, /*hidden argument*/NULL); V_0 = L_5; __this->set_bodyBuffer_45((ByteU5BU5D_t4116647657*)NULL); WebAsyncResult_t3421962937 * L_6 = ___result0; NullCheck(L_6); HttpWebResponse_t3286585418 * L_7 = WebAsyncResult_get_Response_m931788217(L_6, /*hidden argument*/NULL); V_1 = L_7; V_2 = 7; V_3 = 0; Exception_t * L_8 = V_0; if (L_8) { goto IL_01fb; } } { HttpWebResponse_t3286585418 * L_9 = __this->get_webResponse_36(); if (!L_9) { goto IL_01fb; } } { HttpWebResponse_t3286585418 * L_10 = __this->get_webResponse_36(); NullCheck(L_10); int32_t L_11 = HttpWebResponse_get_StatusCode_m3435907869(L_10, /*hidden argument*/NULL); V_3 = L_11; bool L_12 = __this->get_authCompleted_44(); if (L_12) { goto IL_0126; } } { int32_t L_13 = V_3; if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)401))))) { goto IL_0069; } } { RuntimeObject* L_14 = __this->get_credentials_16(); if (L_14) { goto IL_007f; } } IL_0069: { bool L_15 = HttpWebRequest_get_ProxyQuery_m4235226594(__this, /*hidden argument*/NULL); if (!L_15) { goto IL_0126; } } { int32_t L_16 = V_3; if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)407))))) { goto IL_0126; } } IL_007f: { bool L_17 = __this->get_usedPreAuth_28(); if (L_17) { goto IL_0126; } } { HttpWebResponse_t3286585418 * L_18 = __this->get_webResponse_36(); int32_t L_19 = V_3; bool L_20 = HttpWebRequest_CheckAuthorization_m1568753518(__this, L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0126; } } { bool L_21 = HttpWebRequest_get_InternalAllowBuffering_m1509018138(__this, /*hidden argument*/NULL); if (!L_21) { goto IL_00cb; } } { WebConnectionStream_t2170064850 * L_22 = __this->get_writeStream_35(); NullCheck(L_22); ByteU5BU5D_t4116647657* L_23 = WebConnectionStream_get_WriteBuffer_m815304309(L_22, /*hidden argument*/NULL); __this->set_bodyBuffer_45(L_23); WebConnectionStream_t2170064850 * L_24 = __this->get_writeStream_35(); NullCheck(L_24); int32_t L_25 = WebConnectionStream_get_WriteBufferLength_m2987307428(L_24, /*hidden argument*/NULL); __this->set_bodyBufferLength_46(L_25); return (bool)1; } IL_00cb: { String_t* L_26 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_27 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_26, _stringLiteral1131442134, /*hidden argument*/NULL); if (!L_27) { goto IL_00f7; } } { String_t* L_28 = __this->get_method_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_29 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_28, _stringLiteral45808443, /*hidden argument*/NULL); if (!L_29) { goto IL_00f7; } } { return (bool)1; } IL_00f7: { WebConnectionStream_t2170064850 * L_30 = __this->get_writeStream_35(); NullCheck(L_30); WebConnectionStream_InternalClose_m2666563675(L_30, /*hidden argument*/NULL); __this->set_writeStream_35((WebConnectionStream_t2170064850 *)NULL); HttpWebResponse_t3286585418 * L_31 = __this->get_webResponse_36(); NullCheck(L_31); VirtActionInvoker0::Invoke(9 /* System.Void System.Net.HttpWebResponse::Close() */, L_31); __this->set_webResponse_36((HttpWebResponse_t3286585418 *)NULL); WebException_t3237156354 * L_32 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2000471014(L_32, _stringLiteral2219104999, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32,HttpWebRequest_CheckFinalStatus_m2636217061_RuntimeMethod_var); } IL_0126: { int32_t L_33 = V_3; if ((((int32_t)L_33) < ((int32_t)((int32_t)400)))) { goto IL_016e; } } { int32_t L_34 = V_3; int32_t L_35 = ((int32_t)L_34); RuntimeObject * L_36 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_35); HttpWebResponse_t3286585418 * L_37 = __this->get_webResponse_36(); NullCheck(L_37); String_t* L_38 = HttpWebResponse_get_StatusDescription_m2108835333(L_37, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_39 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2839444367, L_36, L_38, /*hidden argument*/NULL); V_4 = L_39; String_t* L_40 = V_4; int32_t L_41 = V_2; HttpWebResponse_t3286585418 * L_42 = __this->get_webResponse_36(); WebException_t3237156354 * L_43 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2761056832(L_43, L_40, (Exception_t *)NULL, L_41, L_42, /*hidden argument*/NULL); V_0 = L_43; HttpWebResponse_t3286585418 * L_44 = __this->get_webResponse_36(); NullCheck(L_44); HttpWebResponse_ReadAll_m677937028(L_44, /*hidden argument*/NULL); goto IL_01fb; } IL_016e: { int32_t L_45 = V_3; if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)304))))) { goto IL_01b6; } } { bool L_46 = __this->get_allowAutoRedirect_9(); if (!L_46) { goto IL_01b6; } } { int32_t L_47 = V_3; int32_t L_48 = ((int32_t)L_47); RuntimeObject * L_49 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_48); HttpWebResponse_t3286585418 * L_50 = __this->get_webResponse_36(); NullCheck(L_50); String_t* L_51 = HttpWebResponse_get_StatusDescription_m2108835333(L_50, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_52 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2839444367, L_49, L_51, /*hidden argument*/NULL); V_5 = L_52; String_t* L_53 = V_5; int32_t L_54 = V_2; HttpWebResponse_t3286585418 * L_55 = __this->get_webResponse_36(); WebException_t3237156354 * L_56 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2761056832(L_56, L_53, (Exception_t *)NULL, L_54, L_55, /*hidden argument*/NULL); V_0 = L_56; goto IL_01fb; } IL_01b6: { int32_t L_57 = V_3; if ((((int32_t)L_57) < ((int32_t)((int32_t)300)))) { goto IL_01fb; } } { bool L_58 = __this->get_allowAutoRedirect_9(); if (!L_58) { goto IL_01fb; } } { int32_t L_59 = __this->get_redirects_42(); int32_t L_60 = __this->get_maxAutoRedirect_22(); if ((((int32_t)L_59) < ((int32_t)L_60))) { goto IL_01fb; } } { int32_t L_61 = V_2; HttpWebResponse_t3286585418 * L_62 = __this->get_webResponse_36(); WebException_t3237156354 * L_63 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2761056832(L_63, _stringLiteral2619334943, (Exception_t *)NULL, L_61, L_62, /*hidden argument*/NULL); V_0 = L_63; HttpWebResponse_t3286585418 * L_64 = __this->get_webResponse_36(); NullCheck(L_64); HttpWebResponse_ReadAll_m677937028(L_64, /*hidden argument*/NULL); } IL_01fb: { Exception_t * L_65 = V_0; if (L_65) { goto IL_028d; } } { V_6 = (bool)0; int32_t L_66 = V_3; V_7 = L_66; bool L_67 = __this->get_allowAutoRedirect_9(); if (!L_67) { goto IL_0266; } } { int32_t L_68 = V_7; if ((((int32_t)L_68) < ((int32_t)((int32_t)300)))) { goto IL_0266; } } { bool L_69 = HttpWebRequest_get_InternalAllowBuffering_m1509018138(__this, /*hidden argument*/NULL); if (!L_69) { goto IL_025c; } } { WebConnectionStream_t2170064850 * L_70 = __this->get_writeStream_35(); NullCheck(L_70); int32_t L_71 = WebConnectionStream_get_WriteBufferLength_m2987307428(L_70, /*hidden argument*/NULL); if ((((int32_t)L_71) <= ((int32_t)0))) { goto IL_025c; } } { WebConnectionStream_t2170064850 * L_72 = __this->get_writeStream_35(); NullCheck(L_72); ByteU5BU5D_t4116647657* L_73 = WebConnectionStream_get_WriteBuffer_m815304309(L_72, /*hidden argument*/NULL); __this->set_bodyBuffer_45(L_73); WebConnectionStream_t2170064850 * L_74 = __this->get_writeStream_35(); NullCheck(L_74); int32_t L_75 = WebConnectionStream_get_WriteBufferLength_m2987307428(L_74, /*hidden argument*/NULL); __this->set_bodyBufferLength_46(L_75); } IL_025c: { WebAsyncResult_t3421962937 * L_76 = ___result0; int32_t L_77 = V_3; bool L_78 = HttpWebRequest_Redirect_m4244039222(__this, L_76, L_77, /*hidden argument*/NULL); V_6 = L_78; } IL_0266: { HttpWebResponse_t3286585418 * L_79 = V_1; if (!L_79) { goto IL_028a; } } { int32_t L_80 = V_7; if ((((int32_t)L_80) < ((int32_t)((int32_t)300)))) { goto IL_028a; } } { int32_t L_81 = V_7; if ((((int32_t)L_81) == ((int32_t)((int32_t)304)))) { goto IL_028a; } } { HttpWebResponse_t3286585418 * L_82 = V_1; NullCheck(L_82); HttpWebResponse_ReadAll_m677937028(L_82, /*hidden argument*/NULL); } IL_028a: { bool L_83 = V_6; return L_83; } IL_028d: { WebConnectionStream_t2170064850 * L_84 = __this->get_writeStream_35(); if (!L_84) { goto IL_02aa; } } { WebConnectionStream_t2170064850 * L_85 = __this->get_writeStream_35(); NullCheck(L_85); WebConnectionStream_InternalClose_m2666563675(L_85, /*hidden argument*/NULL); __this->set_writeStream_35((WebConnectionStream_t2170064850 *)NULL); } IL_02aa: { __this->set_webResponse_36((HttpWebResponse_t3286585418 *)NULL); Exception_t * L_86 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_86,HttpWebRequest_CheckFinalStatus_m2636217061_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.HttpWebResponse::.ctor(System.Uri,System.String,System.Net.WebConnectionData,System.Net.CookieContainer) extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse__ctor_m470181940 (HttpWebResponse_t3286585418 * __this, Uri_t100236324 * ___uri0, String_t* ___method1, WebConnectionData_t3835660455 * ___data2, CookieContainer_t2331592909 * ___container3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebResponse__ctor_m470181940_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral3452614606); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral3452614606); StringU5BU5D_t1281789340* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral486397989); (L_1)->SetAt(static_cast(1), (String_t*)_stringLiteral486397989); StringU5BU5D_t1281789340* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral1277155665); (L_2)->SetAt(static_cast(2), (String_t*)_stringLiteral1277155665); __this->set_cookieExpiresFormats_13(L_2); WebResponse__ctor_m824854825(__this, /*hidden argument*/NULL); Uri_t100236324 * L_3 = ___uri0; __this->set_uri_1(L_3); String_t* L_4 = ___method1; __this->set_method_4(L_4); WebConnectionData_t3835660455 * L_5 = ___data2; NullCheck(L_5); WebHeaderCollection_t1942268960 * L_6 = L_5->get_Headers_3(); __this->set_webHeaders_2(L_6); WebConnectionData_t3835660455 * L_7 = ___data2; NullCheck(L_7); Version_t3456873960 * L_8 = L_7->get_Version_4(); __this->set_version_5(L_8); WebConnectionData_t3835660455 * L_9 = ___data2; NullCheck(L_9); int32_t L_10 = L_9->get_StatusCode_1(); __this->set_statusCode_6(L_10); WebConnectionData_t3835660455 * L_11 = ___data2; NullCheck(L_11); String_t* L_12 = L_11->get_StatusDescription_2(); __this->set_statusDescription_7(L_12); WebConnectionData_t3835660455 * L_13 = ___data2; NullCheck(L_13); Stream_t1273022909 * L_14 = L_13->get_stream_5(); __this->set_stream_12(L_14); __this->set_contentLength_8((((int64_t)((int64_t)(-1))))); } IL_007c: try { // begin try (depth: 1) { WebHeaderCollection_t1942268960 * L_15 = __this->get_webHeaders_2(); NullCheck(L_15); String_t* L_16 = NameValueCollection_get_Item_m1249025201(L_15, _stringLiteral1348707855, /*hidden argument*/NULL); V_0 = L_16; String_t* L_17 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_18 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); if (L_18) { goto IL_00a9; } } IL_0098: { String_t* L_19 = V_0; int64_t* L_20 = __this->get_address_of_contentLength_8(); bool L_21 = Int64_TryParse_m2208578514(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_00b1; } } IL_00a9: { __this->set_contentLength_8((((int64_t)((int64_t)(-1))))); } IL_00b1: { goto IL_00c4; } } // 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_00b6; throw e; } CATCH_00b6: { // begin catch(System.Exception) __this->set_contentLength_8((((int64_t)((int64_t)(-1))))); goto IL_00c4; } // end catch (depth: 1) IL_00c4: { CookieContainer_t2331592909 * L_22 = ___container3; if (!L_22) { goto IL_00d9; } } { CookieContainer_t2331592909 * L_23 = ___container3; __this->set_cookie_container_10(L_23); HttpWebResponse_FillCookies_m2099537096(__this, /*hidden argument*/NULL); } IL_00d9: { WebHeaderCollection_t1942268960 * L_24 = __this->get_webHeaders_2(); NullCheck(L_24); String_t* L_25 = NameValueCollection_get_Item_m1249025201(L_24, _stringLiteral2675979736, /*hidden argument*/NULL); V_1 = L_25; String_t* L_26 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_27 = String_op_Equality_m920492651(NULL /*static, unused*/, L_26, _stringLiteral3900656134, /*hidden argument*/NULL); if (!L_27) { goto IL_0123; } } { WebConnectionData_t3835660455 * L_28 = ___data2; NullCheck(L_28); HttpWebRequest_t1669436515 * L_29 = L_28->get_request_0(); NullCheck(L_29); int32_t L_30 = HttpWebRequest_get_AutomaticDecompression_m4238495726(L_29, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_30&(int32_t)1))) { goto IL_0123; } } { Stream_t1273022909 * L_31 = __this->get_stream_12(); GZipStream_t3417139389 * L_32 = (GZipStream_t3417139389 *)il2cpp_codegen_object_new(GZipStream_t3417139389_il2cpp_TypeInfo_var); GZipStream__ctor_m1551560069(L_32, L_31, 0, /*hidden argument*/NULL); __this->set_stream_12(L_32); goto IL_0157; } IL_0123: { String_t* L_33 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_34 = String_op_Equality_m920492651(NULL /*static, unused*/, L_33, _stringLiteral3294780338, /*hidden argument*/NULL); if (!L_34) { goto IL_0157; } } { WebConnectionData_t3835660455 * L_35 = ___data2; NullCheck(L_35); HttpWebRequest_t1669436515 * L_36 = L_35->get_request_0(); NullCheck(L_36); int32_t L_37 = HttpWebRequest_get_AutomaticDecompression_m4238495726(L_36, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_37&(int32_t)2))) { goto IL_0157; } } { Stream_t1273022909 * L_38 = __this->get_stream_12(); DeflateStream_t4175168077 * L_39 = (DeflateStream_t4175168077 *)il2cpp_codegen_object_new(DeflateStream_t4175168077_il2cpp_TypeInfo_var); DeflateStream__ctor_m1455391489(L_39, L_38, 0, /*hidden argument*/NULL); __this->set_stream_12(L_39); } IL_0157: { return; } } // System.Void System.Net.HttpWebResponse::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse__ctor_m1618273601 (HttpWebResponse_t3286585418 * __this, SerializationInfo_t950877179 * ___serializationInfo0, StreamingContext_t3711869237 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebResponse__ctor_m1618273601_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializationInfo_t950877179 * V_0 = NULL; { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral3452614606); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral3452614606); StringU5BU5D_t1281789340* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral486397989); (L_1)->SetAt(static_cast(1), (String_t*)_stringLiteral486397989); StringU5BU5D_t1281789340* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral1277155665); (L_2)->SetAt(static_cast(2), (String_t*)_stringLiteral1277155665); __this->set_cookieExpiresFormats_13(L_2); WebResponse__ctor_m824854825(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_3 = ___serializationInfo0; V_0 = L_3; SerializationInfo_t950877179 * L_4 = V_0; RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (Uri_t100236324_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_4); RuntimeObject * L_7 = SerializationInfo_GetValue_m42271953(L_4, _stringLiteral3313977880, L_6, /*hidden argument*/NULL); __this->set_uri_1(((Uri_t100236324 *)CastclassClass((RuntimeObject*)L_7, Uri_t100236324_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_8 = V_0; NullCheck(L_8); int64_t L_9 = SerializationInfo_GetInt64_m2503729515(L_8, _stringLiteral2694049519, /*hidden argument*/NULL); __this->set_contentLength_8(L_9); SerializationInfo_t950877179 * L_10 = V_0; NullCheck(L_10); String_t* L_11 = SerializationInfo_GetString_m3155282843(L_10, _stringLiteral3769996065, /*hidden argument*/NULL); __this->set_contentType_9(L_11); SerializationInfo_t950877179 * L_12 = V_0; NullCheck(L_12); String_t* L_13 = SerializationInfo_GetString_m3155282843(L_12, _stringLiteral414301358, /*hidden argument*/NULL); __this->set_method_4(L_13); SerializationInfo_t950877179 * L_14 = V_0; NullCheck(L_14); String_t* L_15 = SerializationInfo_GetString_m3155282843(L_14, _stringLiteral1678086911, /*hidden argument*/NULL); __this->set_statusDescription_7(L_15); SerializationInfo_t950877179 * L_16 = V_0; RuntimeTypeHandle_t3027515415 L_17 = { reinterpret_cast (CookieCollection_t3881042616_0_0_0_var) }; Type_t * L_18 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_16); RuntimeObject * L_19 = SerializationInfo_GetValue_m42271953(L_16, _stringLiteral229612718, L_18, /*hidden argument*/NULL); __this->set_cookieCollection_3(((CookieCollection_t3881042616 *)CastclassClass((RuntimeObject*)L_19, CookieCollection_t3881042616_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_20 = V_0; RuntimeTypeHandle_t3027515415 L_21 = { reinterpret_cast (Version_t3456873960_0_0_0_var) }; Type_t * L_22 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); NullCheck(L_20); RuntimeObject * L_23 = SerializationInfo_GetValue_m42271953(L_20, _stringLiteral1902401671, L_22, /*hidden argument*/NULL); __this->set_version_5(((Version_t3456873960 *)CastclassSealed((RuntimeObject*)L_23, Version_t3456873960_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_24 = V_0; RuntimeTypeHandle_t3027515415 L_25 = { reinterpret_cast (HttpStatusCode_t3035121829_0_0_0_var) }; Type_t * L_26 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); NullCheck(L_24); RuntimeObject * L_27 = SerializationInfo_GetValue_m42271953(L_24, _stringLiteral3511364644, L_26, /*hidden argument*/NULL); __this->set_statusCode_6(((*(int32_t*)((int32_t*)UnBox(L_27, Int32_t2950945753_il2cpp_TypeInfo_var))))); return; } } // System.Void System.Net.HttpWebResponse::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_System_Runtime_Serialization_ISerializable_GetObjectData_m1888769183 (HttpWebResponse_t3286585418 * __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(11 /* System.Void System.Net.HttpWebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, __this, L_0, L_1); return; } } // System.Void System.Net.HttpWebResponse::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_System_IDisposable_Dispose_m794624260 (HttpWebResponse_t3286585418 * __this, const RuntimeMethod* method) { { HttpWebResponse_Dispose_m2105431493(__this, (bool)1, /*hidden argument*/NULL); GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return; } } // System.Net.WebHeaderCollection System.Net.HttpWebResponse::get_Headers() extern "C" IL2CPP_METHOD_ATTR WebHeaderCollection_t1942268960 * HttpWebResponse_get_Headers_m1893021054 (HttpWebResponse_t3286585418 * __this, const RuntimeMethod* method) { { WebHeaderCollection_t1942268960 * L_0 = __this->get_webHeaders_2(); return L_0; } } // System.Net.HttpStatusCode System.Net.HttpWebResponse::get_StatusCode() extern "C" IL2CPP_METHOD_ATTR int32_t HttpWebResponse_get_StatusCode_m3435907869 (HttpWebResponse_t3286585418 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_statusCode_6(); return L_0; } } // System.String System.Net.HttpWebResponse::get_StatusDescription() extern "C" IL2CPP_METHOD_ATTR String_t* HttpWebResponse_get_StatusDescription_m2108835333 (HttpWebResponse_t3286585418 * __this, const RuntimeMethod* method) { { HttpWebResponse_CheckDisposed_m3271607901(__this, /*hidden argument*/NULL); String_t* L_0 = __this->get_statusDescription_7(); return L_0; } } // System.Void System.Net.HttpWebResponse::ReadAll() extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_ReadAll_m677937028 (HttpWebResponse_t3286585418 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebResponse_ReadAll_m677937028_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebConnectionStream_t2170064850 * 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); { Stream_t1273022909 * L_0 = __this->get_stream_12(); V_0 = ((WebConnectionStream_t2170064850 *)IsInstClass((RuntimeObject*)L_0, WebConnectionStream_t2170064850_il2cpp_TypeInfo_var)); WebConnectionStream_t2170064850 * L_1 = V_0; if (L_1) { goto IL_0013; } } { return; } IL_0013: try { // begin try (depth: 1) WebConnectionStream_t2170064850 * L_2 = V_0; NullCheck(L_2); WebConnectionStream_ReadAll_m3145919104(L_2, /*hidden argument*/NULL); goto IL_0024; } // 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_001e; throw e; } CATCH_001e: { // begin catch(System.Object) goto IL_0024; } // end catch (depth: 1) IL_0024: { return; } } // System.IO.Stream System.Net.HttpWebResponse::GetResponseStream() extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * HttpWebResponse_GetResponseStream_m584017432 (HttpWebResponse_t3286585418 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebResponse_GetResponseStream_m584017432_MetadataUsageId); s_Il2CppMethodInitialized = true; } { HttpWebResponse_CheckDisposed_m3271607901(__this, /*hidden argument*/NULL); Stream_t1273022909 * L_0 = __this->get_stream_12(); if (L_0) { goto IL_0017; } } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream_t1273022909 * L_1 = ((Stream_t1273022909_StaticFields*)il2cpp_codegen_static_fields_for(Stream_t1273022909_il2cpp_TypeInfo_var))->get_Null_1(); return L_1; } IL_0017: { String_t* L_2 = __this->get_method_4(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_3 = String_Compare_m1071830722(NULL /*static, unused*/, L_2, _stringLiteral831347629, (bool)1, /*hidden argument*/NULL); if (L_3) { goto IL_0033; } } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream_t1273022909 * L_4 = ((Stream_t1273022909_StaticFields*)il2cpp_codegen_static_fields_for(Stream_t1273022909_il2cpp_TypeInfo_var))->get_Null_1(); return L_4; } IL_0033: { Stream_t1273022909 * L_5 = __this->get_stream_12(); return L_5; } } // System.Void System.Net.HttpWebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_GetObjectData_m3741544833 (HttpWebResponse_t3286585418 * __this, SerializationInfo_t950877179 * ___serializationInfo0, StreamingContext_t3711869237 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebResponse_GetObjectData_m3741544833_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializationInfo_t950877179 * V_0 = NULL; { SerializationInfo_t950877179 * L_0 = ___serializationInfo0; V_0 = L_0; SerializationInfo_t950877179 * L_1 = V_0; Uri_t100236324 * L_2 = __this->get_uri_1(); NullCheck(L_1); SerializationInfo_AddValue_m2872281893(L_1, _stringLiteral3313977880, L_2, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_3 = V_0; int64_t L_4 = __this->get_contentLength_8(); NullCheck(L_3); SerializationInfo_AddValue_m3963995439(L_3, _stringLiteral2694049519, L_4, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_5 = V_0; String_t* L_6 = __this->get_contentType_9(); NullCheck(L_5); SerializationInfo_AddValue_m2872281893(L_5, _stringLiteral3769996065, L_6, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_7 = V_0; String_t* L_8 = __this->get_method_4(); NullCheck(L_7); SerializationInfo_AddValue_m2872281893(L_7, _stringLiteral414301358, L_8, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_9 = V_0; String_t* L_10 = __this->get_statusDescription_7(); NullCheck(L_9); SerializationInfo_AddValue_m2872281893(L_9, _stringLiteral1678086911, L_10, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_11 = V_0; CookieCollection_t3881042616 * L_12 = __this->get_cookieCollection_3(); NullCheck(L_11); SerializationInfo_AddValue_m2872281893(L_11, _stringLiteral229612718, L_12, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_13 = V_0; Version_t3456873960 * L_14 = __this->get_version_5(); NullCheck(L_13); SerializationInfo_AddValue_m2872281893(L_13, _stringLiteral1902401671, L_14, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_15 = V_0; int32_t L_16 = __this->get_statusCode_6(); int32_t L_17 = L_16; RuntimeObject * L_18 = Box(HttpStatusCode_t3035121829_il2cpp_TypeInfo_var, &L_17); NullCheck(L_15); SerializationInfo_AddValue_m2872281893(L_15, _stringLiteral3511364644, L_18, /*hidden argument*/NULL); return; } } // System.Void System.Net.HttpWebResponse::Close() extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_Close_m584988241 (HttpWebResponse_t3286585418 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebResponse_Close_m584988241_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, __this); return; } } // System.Void System.Net.HttpWebResponse::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_Dispose_m2105431493 (HttpWebResponse_t3286585418 * __this, bool ___disposing0, const RuntimeMethod* method) { Stream_t1273022909 * V_0 = NULL; { bool L_0 = __this->get_disposed_11(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_disposed_11((bool)1); bool L_1 = ___disposing0; if (!L_1) { goto IL_003c; } } { __this->set_uri_1((Uri_t100236324 *)NULL); __this->set_cookieCollection_3((CookieCollection_t3881042616 *)NULL); __this->set_method_4((String_t*)NULL); __this->set_version_5((Version_t3456873960 *)NULL); __this->set_statusDescription_7((String_t*)NULL); } IL_003c: { Stream_t1273022909 * L_2 = __this->get_stream_12(); V_0 = L_2; __this->set_stream_12((Stream_t1273022909 *)NULL); Stream_t1273022909 * L_3 = V_0; if (!L_3) { goto IL_0056; } } { Stream_t1273022909 * L_4 = V_0; NullCheck(L_4); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_4); } IL_0056: { return; } } // System.Void System.Net.HttpWebResponse::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_CheckDisposed_m3271607901 (HttpWebResponse_t3286585418 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebResponse_CheckDisposed_m3271607901_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_11(); 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,HttpWebResponse_CheckDisposed_m3271607901_RuntimeMethod_var); } IL_001c: { return; } } // System.Void System.Net.HttpWebResponse::FillCookies() extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_FillCookies_m2099537096 (HttpWebResponse_t3286585418 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebResponse_FillCookies_m2099537096_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; String_t* V_1 = NULL; StringU5BU5D_t1281789340* V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; StringU5BU5D_t1281789340* V_5 = NULL; int32_t V_6 = 0; { WebHeaderCollection_t1942268960 * L_0 = __this->get_webHeaders_2(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { WebHeaderCollection_t1942268960 * L_1 = __this->get_webHeaders_2(); NullCheck(L_1); StringU5BU5D_t1281789340* L_2 = VirtFuncInvoker1< StringU5BU5D_t1281789340*, String_t* >::Invoke(20 /* System.String[] System.Net.WebHeaderCollection::GetValues(System.String) */, L_1, _stringLiteral3804645085); V_0 = L_2; StringU5BU5D_t1281789340* L_3 = V_0; if (!L_3) { goto IL_0044; } } { StringU5BU5D_t1281789340* L_4 = V_0; V_2 = L_4; V_3 = 0; goto IL_003b; } IL_002c: { StringU5BU5D_t1281789340* L_5 = V_2; int32_t L_6 = V_3; NullCheck(L_5); int32_t L_7 = L_6; String_t* L_8 = (L_5)->GetAt(static_cast(L_7)); V_1 = L_8; String_t* L_9 = V_1; HttpWebResponse_SetCookie_m322401225(__this, L_9, /*hidden argument*/NULL); int32_t L_10 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_003b: { int32_t L_11 = V_3; StringU5BU5D_t1281789340* L_12 = V_2; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))))) { goto IL_002c; } } IL_0044: { WebHeaderCollection_t1942268960 * L_13 = __this->get_webHeaders_2(); NullCheck(L_13); StringU5BU5D_t1281789340* L_14 = VirtFuncInvoker1< StringU5BU5D_t1281789340*, String_t* >::Invoke(20 /* System.String[] System.Net.WebHeaderCollection::GetValues(System.String) */, L_13, _stringLiteral307110623); V_0 = L_14; StringU5BU5D_t1281789340* L_15 = V_0; if (!L_15) { goto IL_0086; } } { StringU5BU5D_t1281789340* L_16 = V_0; V_5 = L_16; V_6 = 0; goto IL_007b; } IL_0066: { StringU5BU5D_t1281789340* L_17 = V_5; int32_t L_18 = V_6; NullCheck(L_17); int32_t L_19 = L_18; String_t* L_20 = (L_17)->GetAt(static_cast(L_19)); V_4 = L_20; String_t* L_21 = V_4; HttpWebResponse_SetCookie2_m2022669570(__this, L_21, /*hidden argument*/NULL); int32_t L_22 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_007b: { int32_t L_23 = V_6; StringU5BU5D_t1281789340* L_24 = V_5; NullCheck(L_24); if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length))))))) { goto IL_0066; } } IL_0086: { return; } } // System.Void System.Net.HttpWebResponse::SetCookie(System.String) extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_SetCookie_m322401225 (HttpWebResponse_t3286585418 * __this, String_t* ___header0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebResponse_SetCookie_m322401225_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; Cookie_t993873397 * V_2 = NULL; CookieParser_t2349142305 * V_3 = NULL; String_t* V_4 = NULL; Dictionary_2_t2736202052 * V_5 = NULL; int32_t V_6 = 0; DateTime_t3738529785 V_7; memset(&V_7, 0, sizeof(V_7)); 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_2 = (Cookie_t993873397 *)NULL; String_t* L_0 = ___header0; CookieParser_t2349142305 * L_1 = (CookieParser_t2349142305 *)il2cpp_codegen_object_new(CookieParser_t2349142305_il2cpp_TypeInfo_var); CookieParser__ctor_m352952167(L_1, L_0, /*hidden argument*/NULL); V_3 = L_1; goto IL_0274; } IL_000e: { String_t* L_2 = V_0; if (!L_2) { goto IL_0024; } } { String_t* L_3 = V_0; 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(); bool L_5 = String_op_Equality_m920492651(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_002f; } } IL_0024: { Cookie_t993873397 * L_6 = V_2; if (L_6) { goto IL_002f; } } { goto IL_0274; } IL_002f: { Cookie_t993873397 * L_7 = V_2; if (L_7) { goto IL_0042; } } { String_t* L_8 = V_0; String_t* L_9 = V_1; Cookie_t993873397 * L_10 = (Cookie_t993873397 *)il2cpp_codegen_object_new(Cookie_t993873397_il2cpp_TypeInfo_var); Cookie__ctor_m3027985190(L_10, L_8, L_9, /*hidden argument*/NULL); V_2 = L_10; goto IL_0274; } IL_0042: { String_t* L_11 = V_0; NullCheck(L_11); String_t* L_12 = String_ToUpper_m3324454496(L_11, /*hidden argument*/NULL); V_0 = L_12; String_t* L_13 = V_0; V_4 = L_13; String_t* L_14 = V_4; if (!L_14) { goto IL_0274; } } { Dictionary_2_t2736202052 * L_15 = ((HttpWebResponse_t3286585418_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebResponse_t3286585418_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24mapD_14(); if (L_15) { goto IL_00fe; } } { Dictionary_2_t2736202052 * L_16 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_16, ((int32_t)11), /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_5 = L_16; Dictionary_2_t2736202052 * L_17 = V_5; NullCheck(L_17); Dictionary_2_Add_m282647386(L_17, _stringLiteral1226046179, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_18 = V_5; NullCheck(L_18); Dictionary_2_Add_m282647386(L_18, _stringLiteral506806051, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_19 = V_5; NullCheck(L_19); Dictionary_2_Add_m282647386(L_19, _stringLiteral1278296734, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_20 = V_5; NullCheck(L_20); Dictionary_2_Add_m282647386(L_20, _stringLiteral99435970, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_21 = V_5; NullCheck(L_21); Dictionary_2_Add_m282647386(L_21, _stringLiteral3476811907, 4, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_22 = V_5; NullCheck(L_22); Dictionary_2_Add_m282647386(L_22, _stringLiteral776144177, 5, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_23 = V_5; NullCheck(L_23); Dictionary_2_Add_m282647386(L_23, _stringLiteral3577495200, 6, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_24 = V_5; NullCheck(L_24); Dictionary_2_Add_m282647386(L_24, _stringLiteral2009886678, 7, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_25 = V_5; NullCheck(L_25); Dictionary_2_Add_m282647386(L_25, _stringLiteral1611892384, 8, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_26 = V_5; NullCheck(L_26); Dictionary_2_Add_m282647386(L_26, _stringLiteral1583416108, ((int32_t)9), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_27 = V_5; NullCheck(L_27); Dictionary_2_Add_m282647386(L_27, _stringLiteral3667557639, ((int32_t)10), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_28 = V_5; ((HttpWebResponse_t3286585418_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebResponse_t3286585418_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24mapD_14(L_28); } IL_00fe: { Dictionary_2_t2736202052 * L_29 = ((HttpWebResponse_t3286585418_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebResponse_t3286585418_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24mapD_14(); String_t* L_30 = V_4; NullCheck(L_29); bool L_31 = Dictionary_2_TryGetValue_m1013208020(L_29, L_30, (&V_6), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_31) { goto IL_0274; } } { int32_t L_32 = V_6; switch (L_32) { case 0: { goto IL_0149; } case 1: { goto IL_0160; } case 2: { goto IL_0182; } case 3: { goto IL_018e; } case 4: { goto IL_01af; } case 5: { goto IL_01bb; } case 6: { goto IL_01fd; } case 7: { goto IL_0229; } case 8: { goto IL_0235; } case 9: { goto IL_024c; } case 10: { goto IL_0258; } } } { goto IL_0274; } IL_0149: { Cookie_t993873397 * L_33 = V_2; NullCheck(L_33); String_t* L_34 = Cookie_get_Comment_m938800276(L_33, /*hidden argument*/NULL); if (L_34) { goto IL_015b; } } { Cookie_t993873397 * L_35 = V_2; String_t* L_36 = V_1; NullCheck(L_35); Cookie_set_Comment_m3273060062(L_35, L_36, /*hidden argument*/NULL); } IL_015b: { goto IL_0274; } IL_0160: { Cookie_t993873397 * L_37 = V_2; NullCheck(L_37); Uri_t100236324 * L_38 = Cookie_get_CommentUri_m3490482498(L_37, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_39 = Uri_op_Equality_m2988156441(NULL /*static, unused*/, L_38, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); if (!L_39) { goto IL_017d; } } { Cookie_t993873397 * L_40 = V_2; String_t* L_41 = V_1; Uri_t100236324 * L_42 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m1474792120(L_42, L_41, /*hidden argument*/NULL); NullCheck(L_40); Cookie_set_CommentUri_m514817537(L_40, L_42, /*hidden argument*/NULL); } IL_017d: { goto IL_0274; } IL_0182: { Cookie_t993873397 * L_43 = V_2; NullCheck(L_43); Cookie_set_Discard_m1634972755(L_43, (bool)1, /*hidden argument*/NULL); goto IL_0274; } IL_018e: { Cookie_t993873397 * L_44 = V_2; NullCheck(L_44); String_t* L_45 = Cookie_get_Domain_m3273283673(L_44, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_46 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_47 = String_op_Equality_m920492651(NULL /*static, unused*/, L_45, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_01aa; } } { Cookie_t993873397 * L_48 = V_2; String_t* L_49 = V_1; NullCheck(L_48); Cookie_set_Domain_m3100331118(L_48, L_49, /*hidden argument*/NULL); } IL_01aa: { goto IL_0274; } IL_01af: { Cookie_t993873397 * L_50 = V_2; NullCheck(L_50); Cookie_set_HttpOnly_m1606103865(L_50, (bool)1, /*hidden argument*/NULL); goto IL_0274; } IL_01bb: { Cookie_t993873397 * L_51 = V_2; NullCheck(L_51); DateTime_t3738529785 L_52 = Cookie_get_Expires_m3868672769(L_51, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_53 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); bool L_54 = DateTime_op_Equality_m1022058599(NULL /*static, unused*/, L_52, L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_01f8; } } IL_01d0: try { // begin try (depth: 1) Cookie_t993873397 * L_55 = V_2; Cookie_t993873397 * L_56 = V_2; NullCheck(L_56); DateTime_t3738529785 L_57 = Cookie_get_TimeStamp_m3185794327(L_56, /*hidden argument*/NULL); V_7 = L_57; String_t* L_58 = V_1; uint32_t L_59 = UInt32_Parse_m3270868885(NULL /*static, unused*/, L_58, /*hidden argument*/NULL); DateTime_t3738529785 L_60 = DateTime_AddSeconds_m332574389((&V_7), (((double)((double)(((double)((uint32_t)L_59)))))), /*hidden argument*/NULL); NullCheck(L_55); Cookie_set_Expires_m1452686449(L_55, L_60, /*hidden argument*/NULL); goto IL_01f8; } // 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_01f2; throw e; } CATCH_01f2: { // begin catch(System.Object) goto IL_01f8; } // end catch (depth: 1) IL_01f8: { goto IL_0274; } IL_01fd: { Cookie_t993873397 * L_61 = V_2; NullCheck(L_61); DateTime_t3738529785 L_62 = Cookie_get_Expires_m3868672769(L_61, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_63 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); bool L_64 = DateTime_op_Inequality_m1382517918(NULL /*static, unused*/, L_62, L_63, /*hidden argument*/NULL); if (!L_64) { goto IL_0217; } } { goto IL_0274; } IL_0217: { Cookie_t993873397 * L_65 = V_2; String_t* L_66 = V_1; DateTime_t3738529785 L_67 = HttpWebResponse_TryParseCookieExpires_m2514563929(__this, L_66, /*hidden argument*/NULL); NullCheck(L_65); Cookie_set_Expires_m1452686449(L_65, L_67, /*hidden argument*/NULL); goto IL_0274; } IL_0229: { Cookie_t993873397 * L_68 = V_2; String_t* L_69 = V_1; NullCheck(L_68); Cookie_set_Path_m1468440617(L_68, L_69, /*hidden argument*/NULL); goto IL_0274; } IL_0235: { Cookie_t993873397 * L_70 = V_2; NullCheck(L_70); String_t* L_71 = Cookie_get_Port_m3975301406(L_70, /*hidden argument*/NULL); if (L_71) { goto IL_0247; } } { Cookie_t993873397 * L_72 = V_2; String_t* L_73 = V_1; NullCheck(L_72); Cookie_set_Port_m1447813981(L_72, L_73, /*hidden argument*/NULL); } IL_0247: { goto IL_0274; } IL_024c: { Cookie_t993873397 * L_74 = V_2; NullCheck(L_74); Cookie_set_Secure_m1144375275(L_74, (bool)1, /*hidden argument*/NULL); goto IL_0274; } IL_0258: try { // begin try (depth: 1) Cookie_t993873397 * L_75 = V_2; String_t* L_76 = V_1; uint32_t L_77 = UInt32_Parse_m3270868885(NULL /*static, unused*/, L_76, /*hidden argument*/NULL); NullCheck(L_75); Cookie_set_Version_m3274352061(L_75, L_77, /*hidden argument*/NULL); goto IL_026f; } // 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_0269; throw e; } CATCH_0269: { // begin catch(System.Object) goto IL_026f; } // end catch (depth: 1) IL_026f: { goto IL_0274; } IL_0274: { CookieParser_t2349142305 * L_78 = V_3; NullCheck(L_78); bool L_79 = CookieParser_GetNextNameValue_m1056878190(L_78, (&V_0), (&V_1), /*hidden argument*/NULL); if (L_79) { goto IL_000e; } } { Cookie_t993873397 * L_80 = V_2; if (L_80) { goto IL_028a; } } { return; } IL_028a: { CookieCollection_t3881042616 * L_81 = __this->get_cookieCollection_3(); if (L_81) { goto IL_02a0; } } { CookieCollection_t3881042616 * L_82 = (CookieCollection_t3881042616 *)il2cpp_codegen_object_new(CookieCollection_t3881042616_il2cpp_TypeInfo_var); CookieCollection__ctor_m1000462790(L_82, /*hidden argument*/NULL); __this->set_cookieCollection_3(L_82); } IL_02a0: { Cookie_t993873397 * L_83 = V_2; NullCheck(L_83); String_t* L_84 = Cookie_get_Domain_m3273283673(L_83, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_85 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_86 = String_op_Equality_m920492651(NULL /*static, unused*/, L_84, L_85, /*hidden argument*/NULL); if (!L_86) { goto IL_02c6; } } { Cookie_t993873397 * L_87 = V_2; Uri_t100236324 * L_88 = __this->get_uri_1(); NullCheck(L_88); String_t* L_89 = Uri_get_Host_m255565830(L_88, /*hidden argument*/NULL); NullCheck(L_87); Cookie_set_Domain_m3100331118(L_87, L_89, /*hidden argument*/NULL); } IL_02c6: { CookieCollection_t3881042616 * L_90 = __this->get_cookieCollection_3(); Cookie_t993873397 * L_91 = V_2; NullCheck(L_90); CookieCollection_Add_m473237455(L_90, L_91, /*hidden argument*/NULL); CookieContainer_t2331592909 * L_92 = __this->get_cookie_container_10(); if (!L_92) { goto IL_02ef; } } { CookieContainer_t2331592909 * L_93 = __this->get_cookie_container_10(); Uri_t100236324 * L_94 = __this->get_uri_1(); Cookie_t993873397 * L_95 = V_2; NullCheck(L_93); CookieContainer_Add_m3856922447(L_93, L_94, L_95, /*hidden argument*/NULL); } IL_02ef: { return; } } // System.Void System.Net.HttpWebResponse::SetCookie2(System.String) extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_SetCookie2_m2022669570 (HttpWebResponse_t3286585418 * __this, String_t* ___cookies_str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebResponse_SetCookie2_m2022669570_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; String_t* V_1 = NULL; StringU5BU5D_t1281789340* V_2 = NULL; int32_t V_3 = 0; { String_t* L_0 = ___cookies_str0; CharU5BU5D_t3528271667* L_1 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_0); StringU5BU5D_t1281789340* L_2 = String_Split_m3646115398(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; StringU5BU5D_t1281789340* L_3 = V_0; V_2 = L_3; V_3 = 0; goto IL_002a; } IL_001b: { StringU5BU5D_t1281789340* L_4 = V_2; int32_t L_5 = V_3; NullCheck(L_4); int32_t L_6 = L_5; String_t* L_7 = (L_4)->GetAt(static_cast(L_6)); V_1 = L_7; String_t* L_8 = V_1; HttpWebResponse_SetCookie_m322401225(__this, L_8, /*hidden argument*/NULL); int32_t L_9 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002a: { int32_t L_10 = V_3; StringU5BU5D_t1281789340* L_11 = V_2; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_001b; } } { return; } } // System.DateTime System.Net.HttpWebResponse::TryParseCookieExpires(System.String) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 HttpWebResponse_TryParseCookieExpires_m2514563929 (HttpWebResponse_t3286585418 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebResponse_TryParseCookieExpires_m2514563929_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); DateTime_t3738529785 V_2; memset(&V_2, 0, sizeof(V_2)); 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 = ___value0; if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___value0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0017; } } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_3 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); return L_3; } IL_0017: { V_0 = 0; goto IL_005a; } IL_001e: try { // begin try (depth: 1) { String_t* L_4 = ___value0; StringU5BU5D_t1281789340* L_5 = __this->get_cookieExpiresFormats_13(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; String_t* L_8 = (L_5)->GetAt(static_cast(L_7)); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_9 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_10 = DateTime_ParseExact_m3543736043(NULL /*static, unused*/, L_4, L_8, L_9, /*hidden argument*/NULL); V_1 = L_10; DateTime_t3738529785 L_11 = V_1; DateTime_t3738529785 L_12 = DateTime_SpecifyKind_m3332658812(NULL /*static, unused*/, L_11, 1, /*hidden argument*/NULL); V_1 = L_12; IL2CPP_RUNTIME_CLASS_INIT(TimeZone_t2038656743_il2cpp_TypeInfo_var); TimeZone_t2038656743 * L_13 = TimeZone_get_CurrentTimeZone_m2520313554(NULL /*static, unused*/, /*hidden argument*/NULL); DateTime_t3738529785 L_14 = V_1; NullCheck(L_13); DateTime_t3738529785 L_15 = VirtFuncInvoker1< DateTime_t3738529785 , DateTime_t3738529785 >::Invoke(7 /* System.DateTime System.TimeZone::ToLocalTime(System.DateTime) */, L_13, L_14); V_2 = L_15; goto IL_006e; } IL_004b: { ; // IL_004b: leave IL_0056 } } // 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_0050; throw e; } CATCH_0050: { // begin catch(System.Object) goto IL_0056; } // end catch (depth: 1) IL_0056: { int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_005a: { int32_t L_17 = V_0; StringU5BU5D_t1281789340* L_18 = __this->get_cookieExpiresFormats_13(); NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))))) { goto IL_001e; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_19 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); return L_19; } IL_006e: { DateTime_t3738529785 L_20 = V_2; return L_20; } } #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.IPAddress::.ctor(System.Int64) extern "C" IL2CPP_METHOD_ATTR void IPAddress__ctor_m921977496 (IPAddress_t241777590 * __this, int64_t ___addr0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int64_t L_0 = ___addr0; __this->set_m_Address_0(L_0); __this->set_m_Family_1(2); return; } } // System.Void System.Net.IPAddress::.ctor(System.UInt16[],System.Int64) extern "C" IL2CPP_METHOD_ATTR void IPAddress__ctor_m149476904 (IPAddress_t241777590 * __this, UInt16U5BU5D_t3326319531* ___address0, int64_t ___scopeId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPAddress__ctor_m149476904_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); UInt16U5BU5D_t3326319531* L_0 = ___address0; __this->set_m_Numbers_2(L_0); V_0 = 0; goto IL_002f; } IL_0014: { UInt16U5BU5D_t3326319531* L_1 = __this->get_m_Numbers_2(); int32_t L_2 = V_0; UInt16U5BU5D_t3326319531* L_3 = __this->get_m_Numbers_2(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; uint16_t L_6 = (L_3)->GetAt(static_cast(L_5)); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); int16_t L_7 = IPAddress_HostToNetworkOrder_m1393269408(NULL /*static, unused*/, (((int16_t)((int16_t)L_6))), /*hidden argument*/NULL); NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (uint16_t)(((int32_t)((uint16_t)L_7)))); int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002f: { int32_t L_9 = V_0; if ((((int32_t)L_9) < ((int32_t)8))) { goto IL_0014; } } { __this->set_m_Family_1(((int32_t)23)); int64_t L_10 = ___scopeId1; __this->set_m_ScopeId_3(L_10); return; } } // System.Void System.Net.IPAddress::.cctor() extern "C" IL2CPP_METHOD_ATTR void IPAddress__cctor_m3038355099 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPAddress__cctor_m3038355099_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IPAddress_t241777590 * L_0 = (IPAddress_t241777590 *)il2cpp_codegen_object_new(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress__ctor_m921977496(L_0, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->set_Any_4(L_0); IPAddress_t241777590 * L_1 = IPAddress_Parse_m2200822423(NULL /*static, unused*/, _stringLiteral1045758726, /*hidden argument*/NULL); ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->set_Broadcast_5(L_1); IPAddress_t241777590 * L_2 = IPAddress_Parse_m2200822423(NULL /*static, unused*/, _stringLiteral1201550598, /*hidden argument*/NULL); ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->set_Loopback_6(L_2); IPAddress_t241777590 * L_3 = IPAddress_Parse_m2200822423(NULL /*static, unused*/, _stringLiteral1045758726, /*hidden argument*/NULL); ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->set_None_7(L_3); IPAddress_t241777590 * L_4 = IPAddress_ParseIPV6_m750830007(NULL /*static, unused*/, _stringLiteral3451959190, /*hidden argument*/NULL); ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->set_IPv6Any_8(L_4); IPAddress_t241777590 * L_5 = IPAddress_ParseIPV6_m750830007(NULL /*static, unused*/, _stringLiteral1508953035, /*hidden argument*/NULL); ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->set_IPv6Loopback_9(L_5); IPAddress_t241777590 * L_6 = IPAddress_ParseIPV6_m750830007(NULL /*static, unused*/, _stringLiteral3451959190, /*hidden argument*/NULL); ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->set_IPv6None_10(L_6); return; } } // System.Int16 System.Net.IPAddress::SwapShort(System.Int16) extern "C" IL2CPP_METHOD_ATTR int16_t IPAddress_SwapShort_m703207735 (RuntimeObject * __this /* static, unused */, int16_t ___number0, const RuntimeMethod* method) { { int16_t L_0 = ___number0; int16_t L_1 = ___number0; return (((int16_t)((int16_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0>>(int32_t)8))&(int32_t)((int32_t)255)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1<<(int32_t)8))&(int32_t)((int32_t)65280)))))))); } } // System.Int16 System.Net.IPAddress::HostToNetworkOrder(System.Int16) extern "C" IL2CPP_METHOD_ATTR int16_t IPAddress_HostToNetworkOrder_m1393269408 (RuntimeObject * __this /* static, unused */, int16_t ___host0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPAddress_HostToNetworkOrder_m1393269408_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_t3118986983_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t3118986983_il2cpp_TypeInfo_var))->get_IsLittleEndian_1(); if (L_0) { goto IL_000c; } } { int16_t L_1 = ___host0; return L_1; } IL_000c: { int16_t L_2 = ___host0; IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); int16_t L_3 = IPAddress_SwapShort_m703207735(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int16 System.Net.IPAddress::NetworkToHostOrder(System.Int16) extern "C" IL2CPP_METHOD_ATTR int16_t IPAddress_NetworkToHostOrder_m2704605532 (RuntimeObject * __this /* static, unused */, int16_t ___network0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPAddress_NetworkToHostOrder_m2704605532_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_t3118986983_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t3118986983_il2cpp_TypeInfo_var))->get_IsLittleEndian_1(); if (L_0) { goto IL_000c; } } { int16_t L_1 = ___network0; return L_1; } IL_000c: { int16_t L_2 = ___network0; IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); int16_t L_3 = IPAddress_SwapShort_m703207735(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return L_3; } } // System.Net.IPAddress System.Net.IPAddress::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR IPAddress_t241777590 * IPAddress_Parse_m2200822423 (RuntimeObject * __this /* static, unused */, String_t* ___ipString0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPAddress_Parse_m2200822423_MetadataUsageId); s_Il2CppMethodInitialized = true; } IPAddress_t241777590 * V_0 = NULL; { String_t* L_0 = ___ipString0; IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); bool L_1 = IPAddress_TryParse_m2320149543(NULL /*static, unused*/, L_0, (&V_0), /*hidden argument*/NULL); if (!L_1) { goto IL_000f; } } { IPAddress_t241777590 * L_2 = V_0; return L_2; } IL_000f: { FormatException_t154580423 * L_3 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_3, _stringLiteral2507710701, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,IPAddress_Parse_m2200822423_RuntimeMethod_var); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPAddress_TryParse_m2320149543_MetadataUsageId); s_Il2CppMethodInitialized = true; } IPAddress_t241777590 * V_0 = NULL; { String_t* L_0 = ___ipString0; 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, _stringLiteral3052691850, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,IPAddress_TryParse_m2320149543_RuntimeMethod_var); } IL_0011: { IPAddress_t241777590 ** L_2 = ___address1; String_t* L_3 = ___ipString0; IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_t241777590 * L_4 = IPAddress_ParseIPV4_m2273992661(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IPAddress_t241777590 * L_5 = L_4; V_0 = L_5; *((RuntimeObject **)(L_2)) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_2), (RuntimeObject *)L_5); IPAddress_t241777590 * L_6 = V_0; if (L_6) { goto IL_0033; } } { IPAddress_t241777590 ** L_7 = ___address1; String_t* L_8 = ___ipString0; IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_t241777590 * L_9 = IPAddress_ParseIPV6_m750830007(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); IPAddress_t241777590 * L_10 = L_9; V_0 = L_10; *((RuntimeObject **)(L_7)) = (RuntimeObject *)L_10; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_7), (RuntimeObject *)L_10); IPAddress_t241777590 * L_11 = V_0; if (L_11) { goto IL_0033; } } { return (bool)0; } IL_0033: { return (bool)1; } } // System.Net.IPAddress System.Net.IPAddress::ParseIPV4(System.String) extern "C" IL2CPP_METHOD_ATTR IPAddress_t241777590 * IPAddress_ParseIPV4_m2273992661 (RuntimeObject * __this /* static, unused */, String_t* ___ip0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPAddress_ParseIPV4_m2273992661_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringU5BU5D_t1281789340* V_1 = NULL; String_t* V_2 = NULL; Il2CppChar V_3 = 0x0; String_t* V_4 = NULL; int32_t V_5 = 0; StringU5BU5D_t1281789340* V_6 = NULL; int64_t V_7 = 0; int64_t V_8 = 0; int32_t V_9 = 0; String_t* V_10 = NULL; int32_t V_11 = 0; int32_t V_12 = 0; IPAddress_t241777590 * 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); { String_t* L_0 = ___ip0; NullCheck(L_0); int32_t L_1 = String_IndexOf_m363431711(L_0, ((int32_t)32), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_0088; } } { String_t* L_3 = ___ip0; int32_t L_4 = V_0; NullCheck(L_3); String_t* L_5 = String_Substring_m2848979100(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_6 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_6); (L_6)->SetAt(static_cast(0), (Il2CppChar)((int32_t)46)); NullCheck(L_5); StringU5BU5D_t1281789340* L_7 = String_Split_m3646115398(L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; StringU5BU5D_t1281789340* L_8 = V_1; NullCheck(L_8); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))) <= ((int32_t)0))) { goto IL_007e; } } { StringU5BU5D_t1281789340* L_9 = V_1; StringU5BU5D_t1281789340* L_10 = V_1; NullCheck(L_10); NullCheck(L_9); int32_t L_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), (int32_t)1)); String_t* L_12 = (L_9)->GetAt(static_cast(L_11)); V_2 = L_12; String_t* L_13 = V_2; NullCheck(L_13); int32_t L_14 = String_get_Length_m3847582255(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0048; } } { return (IPAddress_t241777590 *)NULL; } IL_0048: { String_t* L_15 = V_2; V_4 = L_15; V_5 = 0; goto IL_0070; } IL_0053: { String_t* L_16 = V_4; int32_t L_17 = V_5; NullCheck(L_16); Il2CppChar L_18 = String_get_Chars_m2986988803(L_16, L_17, /*hidden argument*/NULL); V_3 = L_18; Il2CppChar L_19 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_20 = Uri_IsHexDigit_m3389749670(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); if (L_20) { goto IL_006a; } } { return (IPAddress_t241777590 *)NULL; } IL_006a: { int32_t L_21 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0070: { int32_t L_22 = V_5; String_t* L_23 = V_4; NullCheck(L_23); int32_t L_24 = String_get_Length_m3847582255(L_23, /*hidden argument*/NULL); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_0053; } } IL_007e: { String_t* L_25 = ___ip0; int32_t L_26 = V_0; NullCheck(L_25); String_t* L_27 = String_Substring_m1610150815(L_25, 0, L_26, /*hidden argument*/NULL); ___ip0 = L_27; } IL_0088: { String_t* L_28 = ___ip0; NullCheck(L_28); int32_t L_29 = String_get_Length_m3847582255(L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00a8; } } { String_t* L_30 = ___ip0; String_t* L_31 = ___ip0; NullCheck(L_31); int32_t L_32 = String_get_Length_m3847582255(L_31, /*hidden argument*/NULL); NullCheck(L_30); Il2CppChar L_33 = String_get_Chars_m2986988803(L_30, ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)46))))) { goto IL_00aa; } } IL_00a8: { return (IPAddress_t241777590 *)NULL; } IL_00aa: { String_t* L_34 = ___ip0; CharU5BU5D_t3528271667* L_35 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_35); (L_35)->SetAt(static_cast(0), (Il2CppChar)((int32_t)46)); NullCheck(L_34); StringU5BU5D_t1281789340* L_36 = String_Split_m3646115398(L_34, L_35, /*hidden argument*/NULL); V_6 = L_36; StringU5BU5D_t1281789340* L_37 = V_6; NullCheck(L_37); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_37)->max_length))))) <= ((int32_t)4))) { goto IL_00c9; } } { return (IPAddress_t241777590 *)NULL; } IL_00c9: try { // begin try (depth: 1) { V_7 = (((int64_t)((int64_t)0))); V_8 = (((int64_t)((int64_t)0))); V_9 = 0; goto IL_0280; } IL_00d9: { StringU5BU5D_t1281789340* L_38 = V_6; int32_t L_39 = V_9; NullCheck(L_38); int32_t L_40 = L_39; String_t* L_41 = (L_38)->GetAt(static_cast(L_40)); V_10 = L_41; String_t* L_42 = V_10; NullCheck(L_42); int32_t L_43 = String_get_Length_m3847582255(L_42, /*hidden argument*/NULL); if ((((int32_t)3) > ((int32_t)L_43))) { goto IL_0170; } } IL_00ed: { String_t* L_44 = V_10; NullCheck(L_44); int32_t L_45 = String_get_Length_m3847582255(L_44, /*hidden argument*/NULL); if ((((int32_t)L_45) > ((int32_t)4))) { goto IL_0170; } } IL_00fa: { String_t* L_46 = V_10; NullCheck(L_46); Il2CppChar L_47 = String_get_Chars_m2986988803(L_46, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_47) == ((uint32_t)((int32_t)48))))) { goto IL_0170; } } IL_0109: { String_t* L_48 = V_10; NullCheck(L_48); Il2CppChar L_49 = String_get_Chars_m2986988803(L_48, 1, /*hidden argument*/NULL); if ((((int32_t)L_49) == ((int32_t)((int32_t)120)))) { goto IL_0127; } } IL_0118: { String_t* L_50 = V_10; NullCheck(L_50); Il2CppChar L_51 = String_get_Chars_m2986988803(L_50, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)88))))) { goto IL_0170; } } IL_0127: { String_t* L_52 = V_10; NullCheck(L_52); int32_t L_53 = String_get_Length_m3847582255(L_52, /*hidden argument*/NULL); if ((!(((uint32_t)L_53) == ((uint32_t)3)))) { goto IL_014a; } } IL_0134: { String_t* L_54 = V_10; NullCheck(L_54); Il2CppChar L_55 = String_get_Chars_m2986988803(L_54, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); int32_t L_56 = Uri_FromHex_m2610708947(NULL /*static, unused*/, L_55, /*hidden argument*/NULL); V_8 = (((int64_t)((int64_t)(((int32_t)((uint8_t)L_56)))))); goto IL_016b; } IL_014a: { String_t* L_57 = V_10; NullCheck(L_57); Il2CppChar L_58 = String_get_Chars_m2986988803(L_57, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); int32_t L_59 = Uri_FromHex_m2610708947(NULL /*static, unused*/, L_58, /*hidden argument*/NULL); String_t* L_60 = V_10; NullCheck(L_60); Il2CppChar L_61 = String_get_Chars_m2986988803(L_60, 3, /*hidden argument*/NULL); int32_t L_62 = Uri_FromHex_m2610708947(NULL /*static, unused*/, L_61, /*hidden argument*/NULL); V_8 = (((int64_t)((int64_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_59<<(int32_t)4))|(int32_t)L_62)))))))); } IL_016b: { goto IL_0212; } IL_0170: { String_t* L_63 = V_10; NullCheck(L_63); int32_t L_64 = String_get_Length_m3847582255(L_63, /*hidden argument*/NULL); if (L_64) { goto IL_0184; } } IL_017c: { V_13 = (IPAddress_t241777590 *)NULL; goto IL_02ac; } IL_0184: { String_t* L_65 = V_10; NullCheck(L_65); Il2CppChar L_66 = String_get_Chars_m2986988803(L_65, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_66) == ((uint32_t)((int32_t)48))))) { goto IL_01fa; } } IL_0193: { V_8 = (((int64_t)((int64_t)0))); V_11 = 1; goto IL_01e7; } IL_019f: { String_t* L_67 = V_10; int32_t L_68 = V_11; NullCheck(L_67); Il2CppChar L_69 = String_get_Chars_m2986988803(L_67, L_68, /*hidden argument*/NULL); if ((((int32_t)((int32_t)48)) > ((int32_t)L_69))) { goto IL_01d9; } } IL_01af: { String_t* L_70 = V_10; int32_t L_71 = V_11; NullCheck(L_70); Il2CppChar L_72 = String_get_Chars_m2986988803(L_70, L_71, /*hidden argument*/NULL); if ((((int32_t)L_72) > ((int32_t)((int32_t)55)))) { goto IL_01d9; } } IL_01bf: { int64_t L_73 = V_8; String_t* L_74 = V_10; int32_t L_75 = V_11; NullCheck(L_74); Il2CppChar L_76 = String_get_Chars_m2986988803(L_74, L_75, /*hidden argument*/NULL); V_8 = ((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)L_73<<(int32_t)3)), (int64_t)(((int64_t)((int64_t)L_76))))), (int64_t)(((int64_t)((int64_t)((int32_t)48)))))); goto IL_01e1; } IL_01d9: { V_13 = (IPAddress_t241777590 *)NULL; goto IL_02ac; } IL_01e1: { int32_t L_77 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); } IL_01e7: { int32_t L_78 = V_11; String_t* L_79 = V_10; NullCheck(L_79); int32_t L_80 = String_get_Length_m3847582255(L_79, /*hidden argument*/NULL); if ((((int32_t)L_78) < ((int32_t)L_80))) { goto IL_019f; } } IL_01f5: { goto IL_0212; } IL_01fa: { String_t* L_81 = V_10; bool L_82 = Int64_TryParse_m3606398488(NULL /*static, unused*/, L_81, 0, (RuntimeObject*)NULL, (&V_8), /*hidden argument*/NULL); if (L_82) { goto IL_0212; } } IL_020a: { V_13 = (IPAddress_t241777590 *)NULL; goto IL_02ac; } IL_0212: { int32_t L_83 = V_9; StringU5BU5D_t1281789340* L_84 = V_6; NullCheck(L_84); if ((!(((uint32_t)L_83) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_84)->max_length)))), (int32_t)1)))))) { goto IL_0227; } } IL_021f: { V_9 = 3; goto IL_023c; } IL_0227: { int64_t L_85 = V_8; if ((((int64_t)L_85) <= ((int64_t)(((int64_t)((int64_t)((int32_t)255))))))) { goto IL_023c; } } IL_0234: { V_13 = (IPAddress_t241777590 *)NULL; goto IL_02ac; } IL_023c: { V_12 = 0; goto IL_0271; } IL_0244: { int64_t L_86 = V_7; int64_t L_87 = V_8; int32_t L_88 = V_9; int32_t L_89 = V_12; V_7 = ((int64_t)((int64_t)L_86|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_87&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_88, (int32_t)L_89))<<(int32_t)3))&(int32_t)((int32_t)63)))&(int32_t)((int32_t)63))))))); int32_t L_90 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)); int64_t L_91 = V_8; V_8 = ((int64_t)((int64_t)L_91/(int64_t)(((int64_t)((int64_t)((int32_t)256)))))); } IL_0271: { int64_t L_92 = V_8; if ((((int64_t)L_92) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0244; } } IL_027a: { int32_t L_93 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1)); } IL_0280: { int32_t L_94 = V_9; StringU5BU5D_t1281789340* L_95 = V_6; NullCheck(L_95); if ((((int32_t)L_94) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_95)->max_length))))))) { goto IL_00d9; } } IL_028b: { int64_t L_96 = V_7; IPAddress_t241777590 * L_97 = (IPAddress_t241777590 *)il2cpp_codegen_object_new(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress__ctor_m921977496(L_97, L_96, /*hidden argument*/NULL); V_13 = L_97; goto IL_02ac; } IL_0299: { ; // IL_0299: leave IL_02ac } } // 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_029e; throw e; } CATCH_029e: { // begin catch(System.Exception) { V_13 = (IPAddress_t241777590 *)NULL; goto IL_02ac; } IL_02a7: { ; // IL_02a7: leave IL_02ac } } // end catch (depth: 1) IL_02ac: { IPAddress_t241777590 * L_98 = V_13; return L_98; } } // System.Net.IPAddress System.Net.IPAddress::ParseIPV6(System.String) extern "C" IL2CPP_METHOD_ATTR IPAddress_t241777590 * IPAddress_ParseIPV6_m750830007 (RuntimeObject * __this /* static, unused */, String_t* ___ip0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPAddress_ParseIPV6_m750830007_MetadataUsageId); s_Il2CppMethodInitialized = true; } IPv6Address_t2709566769 * V_0 = NULL; { String_t* L_0 = ___ip0; IL2CPP_RUNTIME_CLASS_INIT(IPv6Address_t2709566769_il2cpp_TypeInfo_var); bool L_1 = IPv6Address_TryParse_m2586816298(NULL /*static, unused*/, L_0, (&V_0), /*hidden argument*/NULL); if (!L_1) { goto IL_001f; } } { IPv6Address_t2709566769 * L_2 = V_0; NullCheck(L_2); UInt16U5BU5D_t3326319531* L_3 = IPv6Address_get_Address_m1389170741(L_2, /*hidden argument*/NULL); IPv6Address_t2709566769 * L_4 = V_0; NullCheck(L_4); int64_t L_5 = IPv6Address_get_ScopeId_m2285850181(L_4, /*hidden argument*/NULL); IPAddress_t241777590 * L_6 = (IPAddress_t241777590 *)il2cpp_codegen_object_new(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress__ctor_m149476904(L_6, L_3, L_5, /*hidden argument*/NULL); return L_6; } IL_001f: { return (IPAddress_t241777590 *)NULL; } } // System.Int64 System.Net.IPAddress::get_InternalIPv4Address() extern "C" IL2CPP_METHOD_ATTR int64_t IPAddress_get_InternalIPv4Address_m3963971538 (IPAddress_t241777590 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_m_Address_0(); return L_0; } } // System.Int64 System.Net.IPAddress::get_ScopeId() extern "C" IL2CPP_METHOD_ATTR int64_t IPAddress_get_ScopeId_m4237202723 (IPAddress_t241777590 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPAddress_get_ScopeId_m4237202723_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_Family_1(); if ((((int32_t)L_0) == ((int32_t)((int32_t)23)))) { goto IL_0018; } } { Exception_t * L_1 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_1, _stringLiteral2158289007, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,IPAddress_get_ScopeId_m4237202723_RuntimeMethod_var); } IL_0018: { int64_t L_2 = __this->get_m_ScopeId_3(); return L_2; } } // System.Byte[] System.Net.IPAddress::GetAddressBytes() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* IPAddress_GetAddressBytes_m3103618290 (IPAddress_t241777590 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPAddress_GetAddressBytes_m3103618290_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { int32_t L_0 = __this->get_m_Family_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)23))))) { goto IL_0027; } } { V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16))); UInt16U5BU5D_t3326319531* L_1 = __this->get_m_Numbers_2(); ByteU5BU5D_t4116647657* L_2 = V_0; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, 0, (RuntimeArray *)(RuntimeArray *)L_2, 0, ((int32_t)16), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_3 = V_0; return L_3; } IL_0027: { ByteU5BU5D_t4116647657* L_4 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)4)); int64_t L_5 = __this->get_m_Address_0(); NullCheck(L_4); (L_4)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_5&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))))); ByteU5BU5D_t4116647657* L_6 = L_4; int64_t L_7 = __this->get_m_Address_0(); NullCheck(L_6); (L_6)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_7>>(int32_t)8))&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))))); ByteU5BU5D_t4116647657* L_8 = L_6; int64_t L_9 = __this->get_m_Address_0(); NullCheck(L_8); (L_8)->SetAt(static_cast(2), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_9>>(int32_t)((int32_t)16)))&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))))); ByteU5BU5D_t4116647657* L_10 = L_8; int64_t L_11 = __this->get_m_Address_0(); NullCheck(L_10); (L_10)->SetAt(static_cast(3), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_11>>(int32_t)((int32_t)24))))))); return L_10; } } // 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) { { int32_t L_0 = __this->get_m_Family_1(); return L_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPAddress_IsLoopback_m29387631_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IPAddress_t241777590 * L_0 = ___addr0; NullCheck(L_0); int32_t L_1 = L_0->get_m_Family_1(); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_001f; } } { IPAddress_t241777590 * L_2 = ___addr0; NullCheck(L_2); int64_t L_3 = L_2->get_m_Address_0(); return (bool)((((int64_t)((int64_t)((int64_t)L_3&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))) == ((int64_t)(((int64_t)((int64_t)((int32_t)127))))))? 1 : 0); } IL_001f: { V_0 = 0; goto IL_0039; } IL_0026: { IPAddress_t241777590 * L_4 = ___addr0; NullCheck(L_4); UInt16U5BU5D_t3326319531* L_5 = L_4->get_m_Numbers_2(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; uint16_t L_8 = (L_5)->GetAt(static_cast(L_7)); if (!L_8) { goto IL_0035; } } { return (bool)0; } IL_0035: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0039: { int32_t L_10 = V_0; if ((((int32_t)L_10) < ((int32_t)6))) { goto IL_0026; } } { IPAddress_t241777590 * L_11 = ___addr0; NullCheck(L_11); UInt16U5BU5D_t3326319531* L_12 = L_11->get_m_Numbers_2(); NullCheck(L_12); int32_t L_13 = 7; uint16_t L_14 = (L_12)->GetAt(static_cast(L_13)); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); int16_t L_15 = IPAddress_NetworkToHostOrder_m2704605532(NULL /*static, unused*/, (((int16_t)((int16_t)L_14))), /*hidden argument*/NULL); return (bool)((((int32_t)L_15) == ((int32_t)1))? 1 : 0); } } // System.String System.Net.IPAddress::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* IPAddress_ToString_m1181734207 (IPAddress_t241777590 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPAddress_ToString_m1181734207_MetadataUsageId); s_Il2CppMethodInitialized = true; } UInt16U5BU5D_t3326319531* V_0 = NULL; int32_t V_1 = 0; IPv6Address_t2709566769 * V_2 = NULL; { int32_t L_0 = __this->get_m_Family_1(); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0018; } } { int64_t L_1 = __this->get_m_Address_0(); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); String_t* L_2 = IPAddress_ToString_m3532415717(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } IL_0018: { UInt16U5BU5D_t3326319531* L_3 = __this->get_m_Numbers_2(); NullCheck((RuntimeArray *)(RuntimeArray *)L_3); RuntimeObject * L_4 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_3, /*hidden argument*/NULL); V_0 = ((UInt16U5BU5D_t3326319531*)IsInst((RuntimeObject*)L_4, UInt16U5BU5D_t3326319531_il2cpp_TypeInfo_var)); V_1 = 0; goto IL_0041; } IL_0030: { UInt16U5BU5D_t3326319531* L_5 = V_0; int32_t L_6 = V_1; UInt16U5BU5D_t3326319531* L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; uint16_t L_10 = (L_7)->GetAt(static_cast(L_9)); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); int16_t L_11 = IPAddress_NetworkToHostOrder_m2704605532(NULL /*static, unused*/, (((int16_t)((int16_t)L_10))), /*hidden argument*/NULL); NullCheck(L_5); (L_5)->SetAt(static_cast(L_6), (uint16_t)(((int32_t)((uint16_t)L_11)))); int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0041: { int32_t L_13 = V_1; UInt16U5BU5D_t3326319531* L_14 = V_0; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0030; } } { UInt16U5BU5D_t3326319531* L_15 = V_0; IPv6Address_t2709566769 * L_16 = (IPv6Address_t2709566769 *)il2cpp_codegen_object_new(IPv6Address_t2709566769_il2cpp_TypeInfo_var); IPv6Address__ctor_m4117281080(L_16, L_15, /*hidden argument*/NULL); V_2 = L_16; IPv6Address_t2709566769 * L_17 = V_2; int64_t L_18 = IPAddress_get_ScopeId_m4237202723(__this, /*hidden argument*/NULL); NullCheck(L_17); IPv6Address_set_ScopeId_m3907190992(L_17, L_18, /*hidden argument*/NULL); IPv6Address_t2709566769 * L_19 = V_2; NullCheck(L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Net.IPv6Address::ToString() */, L_19); return L_20; } } // System.String System.Net.IPAddress::ToString(System.Int64) extern "C" IL2CPP_METHOD_ATTR String_t* IPAddress_ToString_m3532415717 (RuntimeObject * __this /* static, unused */, int64_t ___addr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPAddress_ToString_m3532415717_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int64_t V_1 = 0; int64_t V_2 = 0; int64_t V_3 = 0; { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)7)); int64_t L_1 = ___addr0; V_0 = ((int64_t)((int64_t)L_1&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))); String_t* L_2 = Int64_ToString_m2986581816((&V_0), /*hidden argument*/NULL); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_2); (L_0)->SetAt(static_cast(0), (String_t*)L_2); StringU5BU5D_t1281789340* L_3 = L_0; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral3452614530); (L_3)->SetAt(static_cast(1), (String_t*)_stringLiteral3452614530); StringU5BU5D_t1281789340* L_4 = L_3; int64_t L_5 = ___addr0; V_1 = ((int64_t)((int64_t)((int64_t)((int64_t)L_5>>(int32_t)8))&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))); String_t* L_6 = Int64_ToString_m2986581816((&V_1), /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(2), (String_t*)L_6); StringU5BU5D_t1281789340* L_7 = L_4; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral3452614530); (L_7)->SetAt(static_cast(3), (String_t*)_stringLiteral3452614530); StringU5BU5D_t1281789340* L_8 = L_7; int64_t L_9 = ___addr0; V_2 = ((int64_t)((int64_t)((int64_t)((int64_t)L_9>>(int32_t)((int32_t)16)))&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))); String_t* L_10 = Int64_ToString_m2986581816((&V_2), /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_10); (L_8)->SetAt(static_cast(4), (String_t*)L_10); StringU5BU5D_t1281789340* L_11 = L_8; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral3452614530); (L_11)->SetAt(static_cast(5), (String_t*)_stringLiteral3452614530); StringU5BU5D_t1281789340* L_12 = L_11; int64_t L_13 = ___addr0; V_3 = ((int64_t)((int64_t)((int64_t)((int64_t)L_13>>(int32_t)((int32_t)24)))&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))); String_t* L_14 = Int64_ToString_m2986581816((&V_3), /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_14); (L_12)->SetAt(static_cast(6), (String_t*)L_14); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m1809518182(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return L_15; } } // System.Boolean System.Net.IPAddress::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool IPAddress_Equals_m1823478787 (IPAddress_t241777590 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPAddress_Equals_m1823478787_MetadataUsageId); s_Il2CppMethodInitialized = true; } IPAddress_t241777590 * V_0 = NULL; UInt16U5BU5D_t3326319531* V_1 = NULL; int32_t V_2 = 0; { RuntimeObject * L_0 = ___other0; V_0 = ((IPAddress_t241777590 *)IsInstClass((RuntimeObject*)L_0, IPAddress_t241777590_il2cpp_TypeInfo_var)); IPAddress_t241777590 * L_1 = V_0; if (!L_1) { goto IL_0068; } } { int32_t L_2 = IPAddress_get_AddressFamily_m1010663936(__this, /*hidden argument*/NULL); IPAddress_t241777590 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = IPAddress_get_AddressFamily_m1010663936(L_3, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)L_4))) { goto IL_0020; } } { return (bool)0; } IL_0020: { int32_t L_5 = IPAddress_get_AddressFamily_m1010663936(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_003b; } } { int64_t L_6 = __this->get_m_Address_0(); IPAddress_t241777590 * L_7 = V_0; NullCheck(L_7); int64_t L_8 = L_7->get_m_Address_0(); return (bool)((((int64_t)L_6) == ((int64_t)L_8))? 1 : 0); } IL_003b: { IPAddress_t241777590 * L_9 = V_0; NullCheck(L_9); UInt16U5BU5D_t3326319531* L_10 = L_9->get_m_Numbers_2(); V_1 = L_10; V_2 = 0; goto IL_005f; } IL_0049: { UInt16U5BU5D_t3326319531* L_11 = __this->get_m_Numbers_2(); int32_t L_12 = V_2; NullCheck(L_11); int32_t L_13 = L_12; uint16_t L_14 = (L_11)->GetAt(static_cast(L_13)); UInt16U5BU5D_t3326319531* L_15 = V_1; int32_t L_16 = V_2; NullCheck(L_15); int32_t L_17 = L_16; uint16_t L_18 = (L_15)->GetAt(static_cast(L_17)); if ((((int32_t)L_14) == ((int32_t)L_18))) { goto IL_005b; } } { return (bool)0; } IL_005b: { int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_005f: { int32_t L_20 = V_2; if ((((int32_t)L_20) < ((int32_t)8))) { goto IL_0049; } } { return (bool)1; } IL_0068: { return (bool)0; } } // System.Int32 System.Net.IPAddress::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t IPAddress_GetHashCode_m1210636859 (IPAddress_t241777590 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPAddress_GetHashCode_m1210636859_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_Family_1(); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0014; } } { int64_t L_1 = __this->get_m_Address_0(); return (((int32_t)((int32_t)L_1))); } IL_0014: { UInt16U5BU5D_t3326319531* L_2 = __this->get_m_Numbers_2(); NullCheck(L_2); int32_t L_3 = 0; uint16_t L_4 = (L_2)->GetAt(static_cast(L_3)); UInt16U5BU5D_t3326319531* L_5 = __this->get_m_Numbers_2(); NullCheck(L_5); int32_t L_6 = 1; uint16_t L_7 = (L_5)->GetAt(static_cast(L_6)); UInt16U5BU5D_t3326319531* L_8 = __this->get_m_Numbers_2(); NullCheck(L_8); int32_t L_9 = 2; uint16_t L_10 = (L_8)->GetAt(static_cast(L_9)); UInt16U5BU5D_t3326319531* L_11 = __this->get_m_Numbers_2(); NullCheck(L_11); int32_t L_12 = 3; uint16_t L_13 = (L_11)->GetAt(static_cast(L_12)); UInt16U5BU5D_t3326319531* L_14 = __this->get_m_Numbers_2(); NullCheck(L_14); int32_t L_15 = 4; uint16_t L_16 = (L_14)->GetAt(static_cast(L_15)); UInt16U5BU5D_t3326319531* L_17 = __this->get_m_Numbers_2(); NullCheck(L_17); int32_t L_18 = 5; uint16_t L_19 = (L_17)->GetAt(static_cast(L_18)); UInt16U5BU5D_t3326319531* L_20 = __this->get_m_Numbers_2(); NullCheck(L_20); int32_t L_21 = 6; uint16_t L_22 = (L_20)->GetAt(static_cast(L_21)); UInt16U5BU5D_t3326319531* L_23 = __this->get_m_Numbers_2(); NullCheck(L_23); int32_t L_24 = 7; uint16_t L_25 = (L_23)->GetAt(static_cast(L_24)); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); int32_t L_26 = IPAddress_Hash_m3747500957(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_4<<(int32_t)((int32_t)16))), (int32_t)L_7)), ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_10<<(int32_t)((int32_t)16))), (int32_t)L_13)), ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_16<<(int32_t)((int32_t)16))), (int32_t)L_19)), ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_22<<(int32_t)((int32_t)16))), (int32_t)L_25)), /*hidden argument*/NULL); return L_26; } } // System.Int32 System.Net.IPAddress::Hash(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t IPAddress_Hash_m3747500957 (RuntimeObject * __this /* static, unused */, int32_t ___i0, int32_t ___j1, int32_t ___k2, int32_t ___l3, const RuntimeMethod* method) { { int32_t L_0 = ___i0; int32_t L_1 = ___j1; int32_t L_2 = ___j1; int32_t L_3 = ___k2; int32_t L_4 = ___k2; int32_t L_5 = ___l3; int32_t L_6 = ___l3; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)13)))|(int32_t)((int32_t)((int32_t)L_2>>(int32_t)((int32_t)19)))))))^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)26)))|(int32_t)((int32_t)((int32_t)L_4>>(int32_t)6))))))^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5<<(int32_t)7))|(int32_t)((int32_t)((int32_t)L_6>>(int32_t)((int32_t)25))))))); } } #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.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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPEndPoint__ctor_m2833647099_MetadataUsageId); s_Il2CppMethodInitialized = true; } { EndPoint__ctor_m2608146098(__this, /*hidden argument*/NULL); IPAddress_t241777590 * L_0 = ___address0; 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, _stringLiteral2350156779, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,IPEndPoint__ctor_m2833647099_RuntimeMethod_var); } IL_0017: { IPAddress_t241777590 * L_2 = ___address0; IPEndPoint_set_Address_m2269479994(__this, L_2, /*hidden argument*/NULL); int32_t L_3 = ___port1; IPEndPoint_set_Port_m1384767399(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Net.IPEndPoint::.ctor(System.Int64,System.Int32) extern "C" IL2CPP_METHOD_ATTR void IPEndPoint__ctor_m2543566353 (IPEndPoint_t3791887218 * __this, int64_t ___iaddr0, int32_t ___port1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPEndPoint__ctor_m2543566353_MetadataUsageId); s_Il2CppMethodInitialized = true; } { EndPoint__ctor_m2608146098(__this, /*hidden argument*/NULL); int64_t L_0 = ___iaddr0; IPAddress_t241777590 * L_1 = (IPAddress_t241777590 *)il2cpp_codegen_object_new(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress__ctor_m921977496(L_1, L_0, /*hidden argument*/NULL); IPEndPoint_set_Address_m2269479994(__this, L_1, /*hidden argument*/NULL); int32_t L_2 = ___port1; IPEndPoint_set_Port_m1384767399(__this, L_2, /*hidden argument*/NULL); return; } } // 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) { { IPAddress_t241777590 * L_0 = __this->get_address_0(); return L_0; } } // System.Void System.Net.IPEndPoint::set_Address(System.Net.IPAddress) extern "C" IL2CPP_METHOD_ATTR void IPEndPoint_set_Address_m2269479994 (IPEndPoint_t3791887218 * __this, IPAddress_t241777590 * ___value0, const RuntimeMethod* method) { { IPAddress_t241777590 * L_0 = ___value0; __this->set_address_0(L_0); return; } } // System.Net.Sockets.AddressFamily System.Net.IPEndPoint::get_AddressFamily() extern "C" IL2CPP_METHOD_ATTR int32_t IPEndPoint_get_AddressFamily_m744740897 (IPEndPoint_t3791887218 * __this, const RuntimeMethod* method) { { IPAddress_t241777590 * L_0 = __this->get_address_0(); NullCheck(L_0); int32_t L_1 = IPAddress_get_AddressFamily_m1010663936(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Net.IPEndPoint::get_Port() extern "C" IL2CPP_METHOD_ATTR int32_t IPEndPoint_get_Port_m2842923226 (IPEndPoint_t3791887218 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_port_1(); return L_0; } } // System.Void System.Net.IPEndPoint::set_Port(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IPEndPoint_set_Port_m1384767399 (IPEndPoint_t3791887218 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPEndPoint_set_Port_m1384767399_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)65535)))) { goto IL_001d; } } IL_0012: { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_2, _stringLiteral518336751, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,IPEndPoint_set_Port_m1384767399_RuntimeMethod_var); } IL_001d: { int32_t L_3 = ___value0; __this->set_port_1(L_3); return; } } // System.Net.EndPoint System.Net.IPEndPoint::Create(System.Net.SocketAddress) extern "C" IL2CPP_METHOD_ATTR EndPoint_t982345378 * IPEndPoint_Create_m2430938779 (IPEndPoint_t3791887218 * __this, SocketAddress_t3739769427 * ___socketAddress0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPEndPoint_Create_m2430938779_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAddress_t3739769427 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; IPEndPoint_t3791887218 * V_4 = NULL; int64_t V_5 = 0; int32_t V_6 = 0; UInt16U5BU5D_t3326319531* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; { SocketAddress_t3739769427 * L_0 = ___socketAddress0; 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, _stringLiteral1991515540, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,IPEndPoint_Create_m2430938779_RuntimeMethod_var); } IL_0011: { SocketAddress_t3739769427 * L_2 = ___socketAddress0; NullCheck(L_2); int32_t L_3 = SocketAddress_get_Family_m3641031639(L_2, /*hidden argument*/NULL); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Net.Sockets.AddressFamily System.Net.IPEndPoint::get_AddressFamily() */, __this); if ((((int32_t)L_3) == ((int32_t)L_4))) { goto IL_0067; } } { ObjectU5BU5D_t2843939325* L_5 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral3163295603); (L_5)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3163295603); ObjectU5BU5D_t2843939325* L_6 = L_5; int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Net.Sockets.AddressFamily System.Net.IPEndPoint::get_AddressFamily() */, __this); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(AddressFamily_t2612549059_il2cpp_TypeInfo_var, &L_8); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_9); (L_6)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = L_6; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral3967797541); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3967797541); ObjectU5BU5D_t2843939325* L_11 = L_10; SocketAddress_t3739769427 * L_12 = ___socketAddress0; NullCheck(L_12); int32_t L_13 = SocketAddress_get_Family_m3641031639(L_12, /*hidden argument*/NULL); int32_t L_14 = L_13; RuntimeObject * L_15 = Box(AddressFamily_t2612549059_il2cpp_TypeInfo_var, &L_14); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_15); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_15); ObjectU5BU5D_t2843939325* L_16 = L_11; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral3884378028); (L_16)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3884378028); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m2971454694(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); ArgumentException_t132251570 * L_18 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,IPEndPoint_Create_m2430938779_RuntimeMethod_var); } IL_0067: { SocketAddress_t3739769427 * L_19 = ___socketAddress0; V_0 = L_19; SocketAddress_t3739769427 * L_20 = V_0; NullCheck(L_20); int32_t L_21 = SocketAddress_get_Size_m3420662108(L_20, /*hidden argument*/NULL); V_1 = L_21; SocketAddress_t3739769427 * L_22 = V_0; NullCheck(L_22); int32_t L_23 = SocketAddress_get_Family_m3641031639(L_22, /*hidden argument*/NULL); V_2 = L_23; V_4 = (IPEndPoint_t3791887218 *)NULL; int32_t L_24 = V_2; V_9 = L_24; int32_t L_25 = V_9; if ((((int32_t)L_25) == ((int32_t)2))) { goto IL_0093; } } { int32_t L_26 = V_9; if ((((int32_t)L_26) == ((int32_t)((int32_t)23)))) { goto IL_00ea; } } { goto IL_018b; } IL_0093: { int32_t L_27 = V_1; if ((((int32_t)L_27) >= ((int32_t)8))) { goto IL_009c; } } { return (EndPoint_t982345378 *)NULL; } IL_009c: { SocketAddress_t3739769427 * L_28 = V_0; NullCheck(L_28); uint8_t L_29 = SocketAddress_get_Item_m4142520260(L_28, 2, /*hidden argument*/NULL); SocketAddress_t3739769427 * L_30 = V_0; NullCheck(L_30); uint8_t L_31 = SocketAddress_get_Item_m4142520260(L_30, 3, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_29<<(int32_t)8)), (int32_t)L_31)); SocketAddress_t3739769427 * L_32 = V_0; NullCheck(L_32); uint8_t L_33 = SocketAddress_get_Item_m4142520260(L_32, 7, /*hidden argument*/NULL); SocketAddress_t3739769427 * L_34 = V_0; NullCheck(L_34); uint8_t L_35 = SocketAddress_get_Item_m4142520260(L_34, 6, /*hidden argument*/NULL); SocketAddress_t3739769427 * L_36 = V_0; NullCheck(L_36); uint8_t L_37 = SocketAddress_get_Item_m4142520260(L_36, 5, /*hidden argument*/NULL); SocketAddress_t3739769427 * L_38 = V_0; NullCheck(L_38); uint8_t L_39 = SocketAddress_get_Item_m4142520260(L_38, 4, /*hidden argument*/NULL); V_5 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_33)))<<(int32_t)((int32_t)24))), (int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_35)))<<(int32_t)((int32_t)16))))), (int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_37)))<<(int32_t)8)))), (int64_t)(((int64_t)((int64_t)L_39))))); int64_t L_40 = V_5; int32_t L_41 = V_3; IPEndPoint_t3791887218 * L_42 = (IPEndPoint_t3791887218 *)il2cpp_codegen_object_new(IPEndPoint_t3791887218_il2cpp_TypeInfo_var); IPEndPoint__ctor_m2543566353(L_42, L_40, L_41, /*hidden argument*/NULL); V_4 = L_42; goto IL_018d; } IL_00ea: { int32_t L_43 = V_1; if ((((int32_t)L_43) >= ((int32_t)((int32_t)28)))) { goto IL_00f4; } } { return (EndPoint_t982345378 *)NULL; } IL_00f4: { SocketAddress_t3739769427 * L_44 = V_0; NullCheck(L_44); uint8_t L_45 = SocketAddress_get_Item_m4142520260(L_44, 2, /*hidden argument*/NULL); SocketAddress_t3739769427 * L_46 = V_0; NullCheck(L_46); uint8_t L_47 = SocketAddress_get_Item_m4142520260(L_46, 3, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_45<<(int32_t)8)), (int32_t)L_47)); SocketAddress_t3739769427 * L_48 = V_0; NullCheck(L_48); uint8_t L_49 = SocketAddress_get_Item_m4142520260(L_48, ((int32_t)24), /*hidden argument*/NULL); SocketAddress_t3739769427 * L_50 = V_0; NullCheck(L_50); uint8_t L_51 = SocketAddress_get_Item_m4142520260(L_50, ((int32_t)25), /*hidden argument*/NULL); SocketAddress_t3739769427 * L_52 = V_0; NullCheck(L_52); uint8_t L_53 = SocketAddress_get_Item_m4142520260(L_52, ((int32_t)26), /*hidden argument*/NULL); SocketAddress_t3739769427 * L_54 = V_0; NullCheck(L_54); uint8_t L_55 = SocketAddress_get_Item_m4142520260(L_54, ((int32_t)27), /*hidden argument*/NULL); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)((int32_t)((int32_t)L_51<<(int32_t)8)))), (int32_t)((int32_t)((int32_t)L_53<<(int32_t)((int32_t)16))))), (int32_t)((int32_t)((int32_t)L_55<<(int32_t)((int32_t)24))))); V_7 = ((UInt16U5BU5D_t3326319531*)SZArrayNew(UInt16U5BU5D_t3326319531_il2cpp_TypeInfo_var, (uint32_t)8)); V_8 = 0; goto IL_016c; } IL_0143: { UInt16U5BU5D_t3326319531* L_56 = V_7; int32_t L_57 = V_8; SocketAddress_t3739769427 * L_58 = V_0; int32_t L_59 = V_8; NullCheck(L_58); uint8_t L_60 = SocketAddress_get_Item_m4142520260(L_58, ((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_59, (int32_t)2)))), /*hidden argument*/NULL); SocketAddress_t3739769427 * L_61 = V_0; int32_t L_62 = V_8; NullCheck(L_61); uint8_t L_63 = SocketAddress_get_Item_m4142520260(L_61, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_62, (int32_t)2)))), (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_56); (L_56)->SetAt(static_cast(L_57), (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_60<<(int32_t)8)), (int32_t)L_63)))))); int32_t L_64 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); } IL_016c: { int32_t L_65 = V_8; if ((((int32_t)L_65) < ((int32_t)8))) { goto IL_0143; } } { UInt16U5BU5D_t3326319531* L_66 = V_7; int32_t L_67 = V_6; IPAddress_t241777590 * L_68 = (IPAddress_t241777590 *)il2cpp_codegen_object_new(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress__ctor_m149476904(L_68, L_66, (((int64_t)((int64_t)L_67))), /*hidden argument*/NULL); int32_t L_69 = V_3; IPEndPoint_t3791887218 * L_70 = (IPEndPoint_t3791887218 *)il2cpp_codegen_object_new(IPEndPoint_t3791887218_il2cpp_TypeInfo_var); IPEndPoint__ctor_m2833647099(L_70, L_68, L_69, /*hidden argument*/NULL); V_4 = L_70; goto IL_018d; } IL_018b: { return (EndPoint_t982345378 *)NULL; } IL_018d: { IPEndPoint_t3791887218 * L_71 = V_4; return L_71; } } // System.Net.SocketAddress System.Net.IPEndPoint::Serialize() extern "C" IL2CPP_METHOD_ATTR SocketAddress_t3739769427 * IPEndPoint_Serialize_m504081642 (IPEndPoint_t3791887218 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPEndPoint_Serialize_m504081642_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAddress_t3739769427 * V_0 = NULL; int64_t V_1 = 0; ByteU5BU5D_t4116647657* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { V_0 = (SocketAddress_t3739769427 *)NULL; IPAddress_t241777590 * L_0 = __this->get_address_0(); NullCheck(L_0); int32_t L_1 = IPAddress_get_AddressFamily_m1010663936(L_0, /*hidden argument*/NULL); V_4 = L_1; int32_t L_2 = V_4; if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_0025; } } { int32_t L_3 = V_4; if ((((int32_t)L_3) == ((int32_t)((int32_t)23)))) { goto IL_00b1; } } { goto IL_0189; } IL_0025: { SocketAddress_t3739769427 * L_4 = (SocketAddress_t3739769427 *)il2cpp_codegen_object_new(SocketAddress_t3739769427_il2cpp_TypeInfo_var); SocketAddress__ctor_m487026317(L_4, 2, ((int32_t)16), /*hidden argument*/NULL); V_0 = L_4; SocketAddress_t3739769427 * L_5 = V_0; int32_t L_6 = __this->get_port_1(); NullCheck(L_5); SocketAddress_set_Item_m360359254(L_5, 2, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6>>(int32_t)8))&(int32_t)((int32_t)255)))))), /*hidden argument*/NULL); SocketAddress_t3739769427 * L_7 = V_0; int32_t L_8 = __this->get_port_1(); NullCheck(L_7); SocketAddress_set_Item_m360359254(L_7, 3, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)255)))))), /*hidden argument*/NULL); IPAddress_t241777590 * L_9 = __this->get_address_0(); NullCheck(L_9); int64_t L_10 = IPAddress_get_InternalIPv4Address_m3963971538(L_9, /*hidden argument*/NULL); V_1 = L_10; SocketAddress_t3739769427 * L_11 = V_0; int64_t L_12 = V_1; NullCheck(L_11); SocketAddress_set_Item_m360359254(L_11, 4, (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_12&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))))), /*hidden argument*/NULL); SocketAddress_t3739769427 * L_13 = V_0; int64_t L_14 = V_1; NullCheck(L_13); SocketAddress_set_Item_m360359254(L_13, 5, (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_14>>(int32_t)8))&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))))), /*hidden argument*/NULL); SocketAddress_t3739769427 * L_15 = V_0; int64_t L_16 = V_1; NullCheck(L_15); SocketAddress_set_Item_m360359254(L_15, 6, (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_16>>(int32_t)((int32_t)16)))&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))))), /*hidden argument*/NULL); SocketAddress_t3739769427 * L_17 = V_0; int64_t L_18 = V_1; NullCheck(L_17); SocketAddress_set_Item_m360359254(L_17, 7, (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_18>>(int32_t)((int32_t)24)))&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))))), /*hidden argument*/NULL); goto IL_0189; } IL_00b1: { SocketAddress_t3739769427 * L_19 = (SocketAddress_t3739769427 *)il2cpp_codegen_object_new(SocketAddress_t3739769427_il2cpp_TypeInfo_var); SocketAddress__ctor_m487026317(L_19, ((int32_t)23), ((int32_t)28), /*hidden argument*/NULL); V_0 = L_19; SocketAddress_t3739769427 * L_20 = V_0; int32_t L_21 = __this->get_port_1(); NullCheck(L_20); SocketAddress_set_Item_m360359254(L_20, 2, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_21>>(int32_t)8))&(int32_t)((int32_t)255)))))), /*hidden argument*/NULL); SocketAddress_t3739769427 * L_22 = V_0; int32_t L_23 = __this->get_port_1(); NullCheck(L_22); SocketAddress_set_Item_m360359254(L_22, 3, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_23&(int32_t)((int32_t)255)))))), /*hidden argument*/NULL); IPAddress_t241777590 * L_24 = __this->get_address_0(); NullCheck(L_24); ByteU5BU5D_t4116647657* L_25 = IPAddress_GetAddressBytes_m3103618290(L_24, /*hidden argument*/NULL); V_2 = L_25; V_3 = 0; goto IL_0108; } IL_00f8: { SocketAddress_t3739769427 * L_26 = V_0; int32_t L_27 = V_3; ByteU5BU5D_t4116647657* L_28 = V_2; int32_t L_29 = V_3; NullCheck(L_28); int32_t L_30 = L_29; uint8_t L_31 = (L_28)->GetAt(static_cast(L_30)); NullCheck(L_26); SocketAddress_set_Item_m360359254(L_26, ((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)L_27)), L_31, /*hidden argument*/NULL); int32_t L_32 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_0108: { int32_t L_33 = V_3; if ((((int32_t)L_33) < ((int32_t)((int32_t)16)))) { goto IL_00f8; } } { SocketAddress_t3739769427 * L_34 = V_0; IPAddress_t241777590 * L_35 = __this->get_address_0(); NullCheck(L_35); int64_t L_36 = IPAddress_get_ScopeId_m4237202723(L_35, /*hidden argument*/NULL); NullCheck(L_34); SocketAddress_set_Item_m360359254(L_34, ((int32_t)24), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_36&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))))), /*hidden argument*/NULL); SocketAddress_t3739769427 * L_37 = V_0; IPAddress_t241777590 * L_38 = __this->get_address_0(); NullCheck(L_38); int64_t L_39 = IPAddress_get_ScopeId_m4237202723(L_38, /*hidden argument*/NULL); NullCheck(L_37); SocketAddress_set_Item_m360359254(L_37, ((int32_t)25), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_39>>(int32_t)8))&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))))), /*hidden argument*/NULL); SocketAddress_t3739769427 * L_40 = V_0; IPAddress_t241777590 * L_41 = __this->get_address_0(); NullCheck(L_41); int64_t L_42 = IPAddress_get_ScopeId_m4237202723(L_41, /*hidden argument*/NULL); NullCheck(L_40); SocketAddress_set_Item_m360359254(L_40, ((int32_t)26), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_42>>(int32_t)((int32_t)16)))&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))))), /*hidden argument*/NULL); SocketAddress_t3739769427 * L_43 = V_0; IPAddress_t241777590 * L_44 = __this->get_address_0(); NullCheck(L_44); int64_t L_45 = IPAddress_get_ScopeId_m4237202723(L_44, /*hidden argument*/NULL); NullCheck(L_43); SocketAddress_set_Item_m360359254(L_43, ((int32_t)27), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)((int64_t)((int64_t)L_45>>(int32_t)((int32_t)24)))&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))))), /*hidden argument*/NULL); goto IL_0189; } IL_0189: { SocketAddress_t3739769427 * L_46 = V_0; return L_46; } } // System.String System.Net.IPEndPoint::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* IPEndPoint_ToString_m2322375169 (IPEndPoint_t3791887218 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPEndPoint_ToString_m2322375169_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IPAddress_t241777590 * L_0 = __this->get_address_0(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Net.IPAddress::ToString() */, L_0); int32_t L_2 = __this->get_port_1(); int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m1715369213(NULL /*static, unused*/, L_1, _stringLiteral3452614550, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.Net.IPEndPoint::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool IPEndPoint_Equals_m306328693 (IPEndPoint_t3791887218 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPEndPoint_Equals_m306328693_MetadataUsageId); s_Il2CppMethodInitialized = true; } IPEndPoint_t3791887218 * V_0 = NULL; int32_t G_B4_0 = 0; { RuntimeObject * L_0 = ___obj0; V_0 = ((IPEndPoint_t3791887218 *)IsInstClass((RuntimeObject*)L_0, IPEndPoint_t3791887218_il2cpp_TypeInfo_var)); IPEndPoint_t3791887218 * L_1 = V_0; if (!L_1) { goto IL_0031; } } { IPEndPoint_t3791887218 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = L_2->get_port_1(); int32_t L_4 = __this->get_port_1(); if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_0031; } } { IPEndPoint_t3791887218 * L_5 = V_0; NullCheck(L_5); IPAddress_t241777590 * L_6 = L_5->get_address_0(); IPAddress_t241777590 * L_7 = __this->get_address_0(); NullCheck(L_6); bool L_8 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Net.IPAddress::Equals(System.Object) */, L_6, L_7); G_B4_0 = ((int32_t)(L_8)); goto IL_0032; } IL_0031: { G_B4_0 = 0; } IL_0032: { return (bool)G_B4_0; } } // System.Int32 System.Net.IPEndPoint::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t IPEndPoint_GetHashCode_m3458818862 (IPEndPoint_t3791887218 * __this, const RuntimeMethod* method) { { IPAddress_t241777590 * L_0 = __this->get_address_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Net.IPAddress::GetHashCode() */, L_0); int32_t L_2 = __this->get_port_1(); return ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.IPHostEntry::.ctor() extern "C" IL2CPP_METHOD_ATTR void IPHostEntry__ctor_m3185986391 (IPHostEntry_t263743900 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // 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) { { IPAddressU5BU5D_t596328627* L_0 = __this->get_addressList_0(); return L_0; } } // System.Void System.Net.IPHostEntry::set_AddressList(System.Net.IPAddress[]) extern "C" IL2CPP_METHOD_ATTR void IPHostEntry_set_AddressList_m895991257 (IPHostEntry_t263743900 * __this, IPAddressU5BU5D_t596328627* ___value0, const RuntimeMethod* method) { { IPAddressU5BU5D_t596328627* L_0 = ___value0; __this->set_addressList_0(L_0); return; } } // System.Void System.Net.IPHostEntry::set_Aliases(System.String[]) extern "C" IL2CPP_METHOD_ATTR void IPHostEntry_set_Aliases_m727031720 (IPHostEntry_t263743900 * __this, StringU5BU5D_t1281789340* ___value0, const RuntimeMethod* method) { { StringU5BU5D_t1281789340* L_0 = ___value0; __this->set_aliases_1(L_0); return; } } // System.Void System.Net.IPHostEntry::set_HostName(System.String) extern "C" IL2CPP_METHOD_ATTR void IPHostEntry_set_HostName_m1112531386 (IPHostEntry_t263743900 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_hostName_2(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.IPv6Address::.ctor(System.UInt16[]) extern "C" IL2CPP_METHOD_ATTR void IPv6Address__ctor_m4117281080 (IPv6Address_t2709566769 * __this, UInt16U5BU5D_t3326319531* ___addr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPv6Address__ctor_m4117281080_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); UInt16U5BU5D_t3326319531* L_0 = ___addr0; 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, _stringLiteral3469561013, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,IPv6Address__ctor_m4117281080_RuntimeMethod_var); } IL_0017: { UInt16U5BU5D_t3326319531* L_2 = ___addr0; NullCheck(L_2); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) == ((int32_t)8))) { goto IL_002b; } } { ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_3, _stringLiteral3469561013, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,IPv6Address__ctor_m4117281080_RuntimeMethod_var); } IL_002b: { UInt16U5BU5D_t3326319531* L_4 = ___addr0; __this->set_address_0(L_4); return; } } // System.Void System.Net.IPv6Address::.ctor(System.UInt16[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void IPv6Address__ctor_m2700673633 (IPv6Address_t2709566769 * __this, UInt16U5BU5D_t3326319531* ___addr0, int32_t ___prefixLength1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPv6Address__ctor_m2700673633_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UInt16U5BU5D_t3326319531* L_0 = ___addr0; IPv6Address__ctor_m4117281080(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___prefixLength1; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0019; } } { int32_t L_2 = ___prefixLength1; if ((((int32_t)L_2) <= ((int32_t)((int32_t)128)))) { goto IL_0024; } } IL_0019: { ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_3, _stringLiteral1789106469, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,IPv6Address__ctor_m2700673633_RuntimeMethod_var); } IL_0024: { int32_t L_4 = ___prefixLength1; __this->set_prefixLength_1(L_4); return; } } // System.Void System.Net.IPv6Address::.ctor(System.UInt16[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void IPv6Address__ctor_m3704187391 (IPv6Address_t2709566769 * __this, UInt16U5BU5D_t3326319531* ___addr0, int32_t ___prefixLength1, int32_t ___scopeId2, const RuntimeMethod* method) { { UInt16U5BU5D_t3326319531* L_0 = ___addr0; int32_t L_1 = ___prefixLength1; IPv6Address__ctor_m2700673633(__this, L_0, L_1, /*hidden argument*/NULL); int32_t L_2 = ___scopeId2; __this->set_scopeId_2((((int64_t)((int64_t)L_2)))); return; } } // System.Void System.Net.IPv6Address::.cctor() extern "C" IL2CPP_METHOD_ATTR void IPv6Address__cctor_m2454563501 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPv6Address__cctor_m2454563501_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IPv6Address_t2709566769 * L_0 = IPv6Address_Parse_m3004687047(NULL /*static, unused*/, _stringLiteral1508953035, /*hidden argument*/NULL); ((IPv6Address_t2709566769_StaticFields*)il2cpp_codegen_static_fields_for(IPv6Address_t2709566769_il2cpp_TypeInfo_var))->set_Loopback_3(L_0); IPv6Address_t2709566769 * L_1 = IPv6Address_Parse_m3004687047(NULL /*static, unused*/, _stringLiteral3451959190, /*hidden argument*/NULL); ((IPv6Address_t2709566769_StaticFields*)il2cpp_codegen_static_fields_for(IPv6Address_t2709566769_il2cpp_TypeInfo_var))->set_Unspecified_4(L_1); return; } } // System.Net.IPv6Address System.Net.IPv6Address::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR IPv6Address_t2709566769 * IPv6Address_Parse_m3004687047 (RuntimeObject * __this /* static, unused */, String_t* ___ipString0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPv6Address_Parse_m3004687047_MetadataUsageId); s_Il2CppMethodInitialized = true; } IPv6Address_t2709566769 * V_0 = NULL; { String_t* L_0 = ___ipString0; 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, _stringLiteral3052691850, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,IPv6Address_Parse_m3004687047_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___ipString0; IL2CPP_RUNTIME_CLASS_INIT(IPv6Address_t2709566769_il2cpp_TypeInfo_var); bool L_3 = IPv6Address_TryParse_m2586816298(NULL /*static, unused*/, L_2, (&V_0), /*hidden argument*/NULL); if (!L_3) { goto IL_0020; } } { IPv6Address_t2709566769 * L_4 = V_0; return L_4; } IL_0020: { FormatException_t154580423 * L_5 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_5, _stringLiteral2188950438, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,IPv6Address_Parse_m3004687047_RuntimeMethod_var); } } // System.Int32 System.Net.IPv6Address::Fill(System.UInt16[],System.String) extern "C" IL2CPP_METHOD_ATTR int32_t IPv6Address_Fill_m1519528280 (RuntimeObject * __this /* static, unused */, UInt16U5BU5D_t3326319531* ___addr0, String_t* ___ipString1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPv6Address_Fill_m1519528280_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; int32_t V_4 = 0; { V_0 = 0; V_1 = 0; String_t* L_0 = ___ipString1; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0011; } } { return 0; } IL_0011: { String_t* L_2 = ___ipString1; NullCheck(L_2); int32_t L_3 = String_IndexOf_m1977622757(L_2, _stringLiteral3451959190, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0024; } } { return (-1); } IL_0024: { V_2 = 0; goto IL_00d5; } IL_002b: { String_t* L_4 = ___ipString1; int32_t L_5 = V_2; NullCheck(L_4); Il2CppChar L_6 = String_get_Chars_m2986988803(L_4, L_5, /*hidden argument*/NULL); V_3 = L_6; Il2CppChar L_7 = V_3; if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)58))))) { goto IL_0064; } } { int32_t L_8 = V_2; String_t* L_9 = ___ipString1; NullCheck(L_9); int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)))))) { goto IL_004b; } } { return (-1); } IL_004b: { int32_t L_11 = V_1; if ((!(((uint32_t)L_11) == ((uint32_t)8)))) { goto IL_0054; } } { return (-1); } IL_0054: { UInt16U5BU5D_t3326319531* L_12 = ___addr0; 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)); int32_t L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(L_14), (uint16_t)(((int32_t)((uint16_t)L_15)))); V_0 = 0; goto IL_00d1; } IL_0064: { Il2CppChar L_16 = V_3; if ((((int32_t)((int32_t)48)) > ((int32_t)L_16))) { goto IL_007f; } } { Il2CppChar L_17 = V_3; if ((((int32_t)L_17) > ((int32_t)((int32_t)57)))) { goto IL_007f; } } { Il2CppChar L_18 = V_3; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)48))); goto IL_00bd; } IL_007f: { Il2CppChar L_19 = V_3; if ((((int32_t)((int32_t)97)) > ((int32_t)L_19))) { goto IL_009d; } } { Il2CppChar L_20 = V_3; if ((((int32_t)L_20) > ((int32_t)((int32_t)102)))) { goto IL_009d; } } { Il2CppChar L_21 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)((int32_t)97))), (int32_t)((int32_t)10))); goto IL_00bd; } IL_009d: { Il2CppChar L_22 = V_3; if ((((int32_t)((int32_t)65)) > ((int32_t)L_22))) { goto IL_00bb; } } { Il2CppChar L_23 = V_3; if ((((int32_t)L_23) > ((int32_t)((int32_t)70)))) { goto IL_00bb; } } { Il2CppChar L_24 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)((int32_t)65))), (int32_t)((int32_t)10))); goto IL_00bd; } IL_00bb: { return (-1); } IL_00bd: { int32_t L_25 = V_0; int32_t L_26 = V_4; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_25<<(int32_t)4)), (int32_t)L_26)); int32_t L_27 = V_0; if ((((int32_t)L_27) <= ((int32_t)((int32_t)65535)))) { goto IL_00d1; } } { return (-1); } IL_00d1: { int32_t L_28 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_00d5: { int32_t L_29 = V_2; String_t* L_30 = ___ipString1; NullCheck(L_30); int32_t L_31 = String_get_Length_m3847582255(L_30, /*hidden argument*/NULL); if ((((int32_t)L_29) < ((int32_t)L_31))) { goto IL_002b; } } { int32_t L_32 = V_1; if ((!(((uint32_t)L_32) == ((uint32_t)8)))) { goto IL_00ea; } } { return (-1); } IL_00ea: { UInt16U5BU5D_t3326319531* L_33 = ___addr0; int32_t L_34 = V_1; int32_t L_35 = L_34; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); int32_t L_36 = V_0; NullCheck(L_33); (L_33)->SetAt(static_cast(L_35), (uint16_t)(((int32_t)((uint16_t)L_36)))); int32_t L_37 = V_1; return L_37; } } // System.Boolean System.Net.IPv6Address::TryParse(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool IPv6Address_TryParse_m3387120421 (RuntimeObject * __this /* static, unused */, String_t* ___prefix0, int32_t* ___res1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPv6Address_TryParse_m3387120421_MetadataUsageId); s_Il2CppMethodInitialized = true; } { 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); int32_t* L_2 = ___res1; bool L_3 = Int32_TryParse_m135955795(NULL /*static, unused*/, L_0, 7, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean System.Net.IPv6Address::TryParse(System.String,System.Net.IPv6Address&) extern "C" IL2CPP_METHOD_ATTR bool IPv6Address_TryParse_m2586816298 (RuntimeObject * __this /* static, unused */, String_t* ___ipString0, IPv6Address_t2709566769 ** ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPv6Address_TryParse_m2586816298_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; String_t* V_4 = NULL; UInt16U5BU5D_t3326319531* V_5 = NULL; bool V_6 = false; int32_t V_7 = 0; int32_t V_8 = 0; String_t* V_9 = NULL; IPAddress_t241777590 * V_10 = NULL; int64_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; bool V_17 = false; int32_t V_18 = 0; int32_t V_19 = 0; { IPv6Address_t2709566769 ** L_0 = ___result1; *((RuntimeObject **)(L_0)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_0), (RuntimeObject *)NULL); String_t* L_1 = ___ipString0; if (L_1) { goto IL_000b; } } { return (bool)0; } IL_000b: { String_t* L_2 = ___ipString0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)2))) { goto IL_004b; } } { String_t* L_4 = ___ipString0; NullCheck(L_4); Il2CppChar L_5 = String_get_Chars_m2986988803(L_4, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)91))))) { goto IL_004b; } } { String_t* L_6 = ___ipString0; String_t* L_7 = ___ipString0; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); NullCheck(L_6); Il2CppChar L_9 = String_get_Chars_m2986988803(L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)93))))) { goto IL_004b; } } { String_t* L_10 = ___ipString0; String_t* L_11 = ___ipString0; NullCheck(L_11); int32_t L_12 = String_get_Length_m3847582255(L_11, /*hidden argument*/NULL); NullCheck(L_10); String_t* L_13 = String_Substring_m1610150815(L_10, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)2)), /*hidden argument*/NULL); ___ipString0 = L_13; } IL_004b: { String_t* L_14 = ___ipString0; NullCheck(L_14); int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL); if ((((int32_t)L_15) >= ((int32_t)2))) { goto IL_0059; } } { return (bool)0; } IL_0059: { V_0 = 0; V_1 = 0; String_t* L_16 = ___ipString0; NullCheck(L_16); int32_t L_17 = String_LastIndexOf_m3451222878(L_16, ((int32_t)47), /*hidden argument*/NULL); V_2 = L_17; int32_t L_18 = V_2; if ((((int32_t)L_18) == ((int32_t)(-1)))) { goto IL_00a9; } } { String_t* L_19 = ___ipString0; int32_t L_20 = V_2; NullCheck(L_19); String_t* L_21 = String_Substring_m2848979100(L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)), /*hidden argument*/NULL); V_3 = L_21; String_t* L_22 = V_3; IL2CPP_RUNTIME_CLASS_INIT(IPv6Address_t2709566769_il2cpp_TypeInfo_var); bool L_23 = IPv6Address_TryParse_m3387120421(NULL /*static, unused*/, L_22, (&V_0), /*hidden argument*/NULL); if (L_23) { goto IL_0086; } } { V_0 = (-1); } IL_0086: { int32_t L_24 = V_0; if ((((int32_t)L_24) < ((int32_t)0))) { goto IL_0098; } } { int32_t L_25 = V_0; if ((((int32_t)L_25) <= ((int32_t)((int32_t)128)))) { goto IL_009a; } } IL_0098: { return (bool)0; } IL_009a: { String_t* L_26 = ___ipString0; int32_t L_27 = V_2; NullCheck(L_26); String_t* L_28 = String_Substring_m1610150815(L_26, 0, L_27, /*hidden argument*/NULL); ___ipString0 = L_28; goto IL_00de; } IL_00a9: { String_t* L_29 = ___ipString0; NullCheck(L_29); int32_t L_30 = String_LastIndexOf_m3451222878(L_29, ((int32_t)37), /*hidden argument*/NULL); V_2 = L_30; int32_t L_31 = V_2; if ((((int32_t)L_31) == ((int32_t)(-1)))) { goto IL_00de; } } { String_t* L_32 = ___ipString0; int32_t L_33 = V_2; NullCheck(L_32); String_t* L_34 = String_Substring_m2848979100(L_32, ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)), /*hidden argument*/NULL); V_4 = L_34; String_t* L_35 = V_4; IL2CPP_RUNTIME_CLASS_INIT(IPv6Address_t2709566769_il2cpp_TypeInfo_var); bool L_36 = IPv6Address_TryParse_m3387120421(NULL /*static, unused*/, L_35, (&V_1), /*hidden argument*/NULL); if (L_36) { goto IL_00d4; } } { V_1 = 0; } IL_00d4: { String_t* L_37 = ___ipString0; int32_t L_38 = V_2; NullCheck(L_37); String_t* L_39 = String_Substring_m1610150815(L_37, 0, L_38, /*hidden argument*/NULL); ___ipString0 = L_39; } IL_00de: { V_5 = ((UInt16U5BU5D_t3326319531*)SZArrayNew(UInt16U5BU5D_t3326319531_il2cpp_TypeInfo_var, (uint32_t)8)); V_6 = (bool)0; String_t* L_40 = ___ipString0; NullCheck(L_40); int32_t L_41 = String_LastIndexOf_m3451222878(L_40, ((int32_t)58), /*hidden argument*/NULL); V_7 = L_41; int32_t L_42 = V_7; if ((!(((uint32_t)L_42) == ((uint32_t)(-1))))) { goto IL_00fd; } } { return (bool)0; } IL_00fd: { V_8 = 0; int32_t L_43 = V_7; String_t* L_44 = ___ipString0; NullCheck(L_44); int32_t L_45 = String_get_Length_m3847582255(L_44, /*hidden argument*/NULL); if ((((int32_t)L_43) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)1))))) { goto IL_01bf; } } { String_t* L_46 = ___ipString0; int32_t L_47 = V_7; NullCheck(L_46); String_t* L_48 = String_Substring_m2848979100(L_46, ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)), /*hidden argument*/NULL); V_9 = L_48; String_t* L_49 = V_9; NullCheck(L_49); int32_t L_50 = String_IndexOf_m363431711(L_49, ((int32_t)46), /*hidden argument*/NULL); if ((((int32_t)L_50) == ((int32_t)(-1)))) { goto IL_01bf; } } { String_t* L_51 = V_9; IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); bool L_52 = IPAddress_TryParse_m2320149543(NULL /*static, unused*/, L_51, (&V_10), /*hidden argument*/NULL); if (L_52) { goto IL_013a; } } { return (bool)0; } IL_013a: { IPAddress_t241777590 * L_53 = V_10; NullCheck(L_53); int64_t L_54 = IPAddress_get_InternalIPv4Address_m3963971538(L_53, /*hidden argument*/NULL); V_11 = L_54; UInt16U5BU5D_t3326319531* L_55 = V_5; int64_t L_56 = V_11; int64_t L_57 = V_11; NullCheck(L_55); (L_55)->SetAt(static_cast(6), (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)((int64_t)((int64_t)L_56&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))))<<(int32_t)8)), (int32_t)(((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_57>>(int32_t)8))&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))))))))))); UInt16U5BU5D_t3326319531* L_58 = V_5; int64_t L_59 = V_11; int64_t L_60 = V_11; NullCheck(L_58); (L_58)->SetAt(static_cast(7), (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_59>>(int32_t)((int32_t)16)))&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))))<<(int32_t)8)), (int32_t)(((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_60>>(int32_t)((int32_t)24)))&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))))))))))); int32_t L_61 = V_7; if ((((int32_t)L_61) <= ((int32_t)0))) { goto IL_01ae; } } { String_t* L_62 = ___ipString0; int32_t L_63 = V_7; NullCheck(L_62); Il2CppChar L_64 = String_get_Chars_m2986988803(L_62, ((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_64) == ((uint32_t)((int32_t)58))))) { goto IL_01ae; } } { String_t* L_65 = ___ipString0; int32_t L_66 = V_7; NullCheck(L_65); String_t* L_67 = String_Substring_m1610150815(L_65, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)), /*hidden argument*/NULL); ___ipString0 = L_67; goto IL_01b9; } IL_01ae: { String_t* L_68 = ___ipString0; int32_t L_69 = V_7; NullCheck(L_68); String_t* L_70 = String_Substring_m1610150815(L_68, 0, L_69, /*hidden argument*/NULL); ___ipString0 = L_70; } IL_01b9: { V_6 = (bool)1; V_8 = 2; } IL_01bf: { String_t* L_71 = ___ipString0; NullCheck(L_71); int32_t L_72 = String_IndexOf_m1977622757(L_71, _stringLiteral3451959190, /*hidden argument*/NULL); V_12 = L_72; int32_t L_73 = V_12; if ((((int32_t)L_73) == ((int32_t)(-1)))) { goto IL_0268; } } { UInt16U5BU5D_t3326319531* L_74 = V_5; String_t* L_75 = ___ipString0; int32_t L_76 = V_12; NullCheck(L_75); String_t* L_77 = String_Substring_m2848979100(L_75, ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)2)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IPv6Address_t2709566769_il2cpp_TypeInfo_var); int32_t L_78 = IPv6Address_Fill_m1519528280(NULL /*static, unused*/, L_74, L_77, /*hidden argument*/NULL); V_13 = L_78; int32_t L_79 = V_13; if ((!(((uint32_t)L_79) == ((uint32_t)(-1))))) { goto IL_01f1; } } { return (bool)0; } IL_01f1: { int32_t L_80 = V_13; int32_t L_81 = V_8; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)L_81))) <= ((int32_t)8))) { goto IL_01fe; } } { return (bool)0; } IL_01fe: { int32_t L_82 = V_8; int32_t L_83 = V_13; V_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)8, (int32_t)L_82)), (int32_t)L_83)); int32_t L_84 = V_13; V_15 = L_84; goto IL_022f; } IL_0210: { UInt16U5BU5D_t3326319531* L_85 = V_5; int32_t L_86 = V_15; int32_t L_87 = V_14; UInt16U5BU5D_t3326319531* L_88 = V_5; int32_t L_89 = V_15; NullCheck(L_88); int32_t L_90 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_89, (int32_t)1)); uint16_t L_91 = (L_88)->GetAt(static_cast(L_90)); NullCheck(L_85); (L_85)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)L_87)), (int32_t)1))), (uint16_t)L_91); UInt16U5BU5D_t3326319531* L_92 = V_5; int32_t L_93 = V_15; NullCheck(L_92); (L_92)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_93, (int32_t)1))), (uint16_t)0); int32_t L_94 = V_15; V_15 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_94, (int32_t)1)); } IL_022f: { int32_t L_95 = V_15; if ((((int32_t)L_95) > ((int32_t)0))) { goto IL_0210; } } { UInt16U5BU5D_t3326319531* L_96 = V_5; String_t* L_97 = ___ipString0; int32_t L_98 = V_12; NullCheck(L_97); String_t* L_99 = String_Substring_m1610150815(L_97, 0, L_98, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IPv6Address_t2709566769_il2cpp_TypeInfo_var); int32_t L_100 = IPv6Address_Fill_m1519528280(NULL /*static, unused*/, L_96, L_99, /*hidden argument*/NULL); V_16 = L_100; int32_t L_101 = V_16; if ((!(((uint32_t)L_101) == ((uint32_t)(-1))))) { goto IL_0253; } } { return (bool)0; } IL_0253: { int32_t L_102 = V_16; int32_t L_103 = V_13; int32_t L_104 = V_8; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)L_103)), (int32_t)L_104))) <= ((int32_t)7))) { goto IL_0263; } } { return (bool)0; } IL_0263: { goto IL_027b; } IL_0268: { UInt16U5BU5D_t3326319531* L_105 = V_5; String_t* L_106 = ___ipString0; IL2CPP_RUNTIME_CLASS_INIT(IPv6Address_t2709566769_il2cpp_TypeInfo_var); int32_t L_107 = IPv6Address_Fill_m1519528280(NULL /*static, unused*/, L_105, L_106, /*hidden argument*/NULL); int32_t L_108 = V_8; if ((((int32_t)L_107) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)8, (int32_t)L_108))))) { goto IL_027b; } } { return (bool)0; } IL_027b: { V_17 = (bool)0; V_18 = 0; goto IL_02b0; } IL_0286: { UInt16U5BU5D_t3326319531* L_109 = V_5; int32_t L_110 = V_18; NullCheck(L_109); int32_t L_111 = L_110; uint16_t L_112 = (L_109)->GetAt(static_cast(L_111)); if (L_112) { goto IL_02a7; } } { int32_t L_113 = V_18; if ((!(((uint32_t)L_113) == ((uint32_t)5)))) { goto IL_02aa; } } { UInt16U5BU5D_t3326319531* L_114 = V_5; int32_t L_115 = V_18; NullCheck(L_114); int32_t L_116 = L_115; uint16_t L_117 = (L_114)->GetAt(static_cast(L_116)); if ((((int32_t)L_117) == ((int32_t)((int32_t)65535)))) { goto IL_02aa; } } IL_02a7: { V_17 = (bool)1; } IL_02aa: { int32_t L_118 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)1)); } IL_02b0: { int32_t L_119 = V_18; int32_t L_120 = V_8; if ((((int32_t)L_119) < ((int32_t)L_120))) { goto IL_0286; } } { bool L_121 = V_6; if (!L_121) { goto IL_0302; } } { bool L_122 = V_17; if (L_122) { goto IL_0302; } } { V_19 = 0; goto IL_02e1; } IL_02cf: { UInt16U5BU5D_t3326319531* L_123 = V_5; int32_t L_124 = V_19; NullCheck(L_123); int32_t L_125 = L_124; uint16_t L_126 = (L_123)->GetAt(static_cast(L_125)); if (!L_126) { goto IL_02db; } } { return (bool)0; } IL_02db: { int32_t L_127 = V_19; V_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)1)); } IL_02e1: { int32_t L_128 = V_19; if ((((int32_t)L_128) < ((int32_t)5))) { goto IL_02cf; } } { UInt16U5BU5D_t3326319531* L_129 = V_5; NullCheck(L_129); int32_t L_130 = 5; uint16_t L_131 = (L_129)->GetAt(static_cast(L_130)); if (!L_131) { goto IL_0302; } } { UInt16U5BU5D_t3326319531* L_132 = V_5; NullCheck(L_132); int32_t L_133 = 5; uint16_t L_134 = (L_132)->GetAt(static_cast(L_133)); if ((((int32_t)L_134) == ((int32_t)((int32_t)65535)))) { goto IL_0302; } } { return (bool)0; } IL_0302: { IPv6Address_t2709566769 ** L_135 = ___result1; UInt16U5BU5D_t3326319531* L_136 = V_5; int32_t L_137 = V_0; int32_t L_138 = V_1; IPv6Address_t2709566769 * L_139 = (IPv6Address_t2709566769 *)il2cpp_codegen_object_new(IPv6Address_t2709566769_il2cpp_TypeInfo_var); IPv6Address__ctor_m3704187391(L_139, L_136, L_137, L_138, /*hidden argument*/NULL); *((RuntimeObject **)(L_135)) = (RuntimeObject *)L_139; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_135), (RuntimeObject *)L_139); return (bool)1; } } // System.UInt16[] System.Net.IPv6Address::get_Address() extern "C" IL2CPP_METHOD_ATTR UInt16U5BU5D_t3326319531* IPv6Address_get_Address_m1389170741 (IPv6Address_t2709566769 * __this, const RuntimeMethod* method) { { UInt16U5BU5D_t3326319531* L_0 = __this->get_address_0(); return L_0; } } // System.Int64 System.Net.IPv6Address::get_ScopeId() extern "C" IL2CPP_METHOD_ATTR int64_t IPv6Address_get_ScopeId_m2285850181 (IPv6Address_t2709566769 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_scopeId_2(); return L_0; } } // System.Void System.Net.IPv6Address::set_ScopeId(System.Int64) extern "C" IL2CPP_METHOD_ATTR void IPv6Address_set_ScopeId_m3907190992 (IPv6Address_t2709566769 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; __this->set_scopeId_2(L_0); return; } } // System.Boolean System.Net.IPv6Address::IsLoopback(System.Net.IPv6Address) extern "C" IL2CPP_METHOD_ATTR bool IPv6Address_IsLoopback_m3712926451 (RuntimeObject * __this /* static, unused */, IPv6Address_t2709566769 * ___addr0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { IPv6Address_t2709566769 * L_0 = ___addr0; NullCheck(L_0); UInt16U5BU5D_t3326319531* L_1 = L_0->get_address_0(); NullCheck(L_1); int32_t L_2 = 7; uint16_t L_3 = (L_1)->GetAt(static_cast(L_2)); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0010; } } { return (bool)0; } IL_0010: { IPv6Address_t2709566769 * L_4 = ___addr0; NullCheck(L_4); UInt16U5BU5D_t3326319531* L_5 = L_4->get_address_0(); NullCheck(L_5); int32_t L_6 = 6; uint16_t L_7 = (L_5)->GetAt(static_cast(L_6)); V_0 = ((int32_t)((int32_t)L_7>>(int32_t)8)); int32_t L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)127)))) { goto IL_002b; } } { int32_t L_9 = V_0; if (!L_9) { goto IL_002b; } } { return (bool)0; } IL_002b: { V_1 = 0; goto IL_0045; } IL_0032: { IPv6Address_t2709566769 * L_10 = ___addr0; NullCheck(L_10); UInt16U5BU5D_t3326319531* L_11 = L_10->get_address_0(); int32_t L_12 = V_1; NullCheck(L_11); int32_t L_13 = L_12; uint16_t L_14 = (L_11)->GetAt(static_cast(L_13)); if (!L_14) { goto IL_0041; } } { return (bool)0; } IL_0041: { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0045: { int32_t L_16 = V_1; if ((((int32_t)L_16) < ((int32_t)4))) { goto IL_0032; } } { IPv6Address_t2709566769 * L_17 = ___addr0; NullCheck(L_17); UInt16U5BU5D_t3326319531* L_18 = L_17->get_address_0(); NullCheck(L_18); int32_t L_19 = 5; uint16_t L_20 = (L_18)->GetAt(static_cast(L_19)); if (!L_20) { goto IL_006d; } } { IPv6Address_t2709566769 * L_21 = ___addr0; NullCheck(L_21); UInt16U5BU5D_t3326319531* L_22 = L_21->get_address_0(); NullCheck(L_22); int32_t L_23 = 5; uint16_t L_24 = (L_22)->GetAt(static_cast(L_23)); if ((((int32_t)L_24) == ((int32_t)((int32_t)65535)))) { goto IL_006d; } } { return (bool)0; } IL_006d: { return (bool)1; } } // System.UInt16 System.Net.IPv6Address::SwapUShort(System.UInt16) extern "C" IL2CPP_METHOD_ATTR uint16_t IPv6Address_SwapUShort_m253384224 (RuntimeObject * __this /* static, unused */, uint16_t ___number0, const RuntimeMethod* method) { { uint16_t L_0 = ___number0; uint16_t L_1 = ___number0; return (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0>>(int32_t)8))&(int32_t)((int32_t)255))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1<<(int32_t)8))&(int32_t)((int32_t)65280)))))))); } } // System.Int32 System.Net.IPv6Address::AsIPv4Int() extern "C" IL2CPP_METHOD_ATTR int32_t IPv6Address_AsIPv4Int_m844941024 (IPv6Address_t2709566769 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPv6Address_AsIPv4Int_m844941024_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UInt16U5BU5D_t3326319531* L_0 = __this->get_address_0(); NullCheck(L_0); int32_t L_1 = 7; uint16_t L_2 = (L_0)->GetAt(static_cast(L_1)); IL2CPP_RUNTIME_CLASS_INIT(IPv6Address_t2709566769_il2cpp_TypeInfo_var); uint16_t L_3 = IPv6Address_SwapUShort_m253384224(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); UInt16U5BU5D_t3326319531* L_4 = __this->get_address_0(); NullCheck(L_4); int32_t L_5 = 6; uint16_t L_6 = (L_4)->GetAt(static_cast(L_5)); uint16_t L_7 = IPv6Address_SwapUShort_m253384224(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)16))), (int32_t)L_7)); } } // System.Boolean System.Net.IPv6Address::IsIPv4Compatible() extern "C" IL2CPP_METHOD_ATTR bool IPv6Address_IsIPv4Compatible_m2636354880 (IPv6Address_t2709566769 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_001a; } IL_0007: { UInt16U5BU5D_t3326319531* L_0 = __this->get_address_0(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (L_0)->GetAt(static_cast(L_2)); if (!L_3) { goto IL_0016; } } { return (bool)0; } IL_0016: { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_001a: { int32_t L_5 = V_0; if ((((int32_t)L_5) < ((int32_t)6))) { goto IL_0007; } } { int32_t L_6 = IPv6Address_AsIPv4Int_m844941024(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_6) > ((int32_t)1))? 1 : 0); } } // System.Boolean System.Net.IPv6Address::IsIPv4Mapped() extern "C" IL2CPP_METHOD_ATTR bool IPv6Address_IsIPv4Mapped_m2527005544 (IPv6Address_t2709566769 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_001a; } IL_0007: { UInt16U5BU5D_t3326319531* L_0 = __this->get_address_0(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (L_0)->GetAt(static_cast(L_2)); if (!L_3) { goto IL_0016; } } { return (bool)0; } IL_0016: { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_001a: { int32_t L_5 = V_0; if ((((int32_t)L_5) < ((int32_t)5))) { goto IL_0007; } } { UInt16U5BU5D_t3326319531* L_6 = __this->get_address_0(); NullCheck(L_6); int32_t L_7 = 5; uint16_t L_8 = (L_6)->GetAt(static_cast(L_7)); return (bool)((((int32_t)L_8) == ((int32_t)((int32_t)65535)))? 1 : 0); } } // System.String System.Net.IPv6Address::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* IPv6Address_ToString_m568854716 (IPv6Address_t2709566769 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPv6Address_ToString_m568854716_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 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; bool L_1 = IPv6Address_IsIPv4Compatible_m2636354880(__this, /*hidden argument*/NULL); if (L_1) { goto IL_001c; } } { bool L_2 = IPv6Address_IsIPv4Mapped_m2527005544(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_005e; } } IL_001c: { StringBuilder_t * L_3 = V_0; NullCheck(L_3); StringBuilder_Append_m1965104174(L_3, _stringLiteral3451959190, /*hidden argument*/NULL); bool L_4 = IPv6Address_IsIPv4Mapped_m2527005544(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_003f; } } { StringBuilder_t * L_5 = V_0; NullCheck(L_5); StringBuilder_Append_m1965104174(L_5, _stringLiteral3899452946, /*hidden argument*/NULL); } IL_003f: { StringBuilder_t * L_6 = V_0; int32_t L_7 = IPv6Address_AsIPv4Int_m844941024(__this, /*hidden argument*/NULL); IPAddress_t241777590 * L_8 = (IPAddress_t241777590 *)il2cpp_codegen_object_new(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress__ctor_m921977496(L_8, (((int64_t)((int64_t)L_7))), /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Net.IPAddress::ToString() */, L_8); NullCheck(L_6); StringBuilder_Append_m1965104174(L_6, L_9, /*hidden argument*/NULL); StringBuilder_t * L_10 = V_0; NullCheck(L_10); String_t* L_11 = StringBuilder_ToString_m3317489284(L_10, /*hidden argument*/NULL); return L_11; } IL_005e: { V_1 = (-1); V_2 = 0; V_3 = 0; V_4 = 0; goto IL_00a0; } IL_006c: { UInt16U5BU5D_t3326319531* L_12 = __this->get_address_0(); int32_t L_13 = V_4; NullCheck(L_12); int32_t L_14 = L_13; uint16_t L_15 = (L_12)->GetAt(static_cast(L_14)); if (!L_15) { goto IL_0096; } } { int32_t L_16 = V_3; int32_t L_17 = V_2; if ((((int32_t)L_16) <= ((int32_t)L_17))) { goto IL_008f; } } { int32_t L_18 = V_3; if ((((int32_t)L_18) <= ((int32_t)1))) { goto IL_008f; } } { int32_t L_19 = V_3; V_2 = L_19; int32_t L_20 = V_4; int32_t L_21 = V_3; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)); } IL_008f: { V_3 = 0; goto IL_009a; } IL_0096: { int32_t L_22 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_009a: { int32_t L_23 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_00a0: { int32_t L_24 = V_4; if ((((int32_t)L_24) < ((int32_t)8))) { goto IL_006c; } } { int32_t L_25 = V_3; int32_t L_26 = V_2; if ((((int32_t)L_25) <= ((int32_t)L_26))) { goto IL_00bc; } } { int32_t L_27 = V_3; if ((((int32_t)L_27) <= ((int32_t)1))) { goto IL_00bc; } } { int32_t L_28 = V_3; V_2 = L_28; int32_t L_29 = V_3; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)8, (int32_t)L_29)); } IL_00bc: { int32_t L_30 = V_1; if (L_30) { goto IL_00ce; } } { StringBuilder_t * L_31 = V_0; NullCheck(L_31); StringBuilder_Append_m1965104174(L_31, _stringLiteral3452614550, /*hidden argument*/NULL); } IL_00ce: { V_5 = 0; goto IL_0128; } IL_00d6: { int32_t L_32 = V_5; int32_t L_33 = V_1; if ((!(((uint32_t)L_32) == ((uint32_t)L_33)))) { goto IL_00f7; } } { StringBuilder_t * L_34 = V_0; NullCheck(L_34); StringBuilder_Append_m1965104174(L_34, _stringLiteral3452614550, /*hidden argument*/NULL); int32_t L_35 = V_5; int32_t L_36 = V_2; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)))); goto IL_0122; } IL_00f7: { StringBuilder_t * L_37 = V_0; UInt16U5BU5D_t3326319531* L_38 = __this->get_address_0(); int32_t L_39 = V_5; NullCheck(L_38); int32_t L_40 = L_39; uint16_t L_41 = (L_38)->GetAt(static_cast(L_40)); uint16_t L_42 = L_41; RuntimeObject * L_43 = Box(UInt16_t2177724958_il2cpp_TypeInfo_var, &L_42); NullCheck(L_37); StringBuilder_AppendFormat_m3016532472(L_37, _stringLiteral409294624, L_43, /*hidden argument*/NULL); int32_t L_44 = V_5; if ((((int32_t)L_44) >= ((int32_t)7))) { goto IL_0122; } } { StringBuilder_t * L_45 = V_0; NullCheck(L_45); StringBuilder_Append_m2383614642(L_45, ((int32_t)58), /*hidden argument*/NULL); } IL_0122: { int32_t L_46 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_0128: { int32_t L_47 = V_5; if ((((int32_t)L_47) < ((int32_t)8))) { goto IL_00d6; } } { int64_t L_48 = __this->get_scopeId_2(); if (!L_48) { goto IL_014f; } } { StringBuilder_t * L_49 = V_0; NullCheck(L_49); StringBuilder_t * L_50 = StringBuilder_Append_m2383614642(L_49, ((int32_t)37), /*hidden argument*/NULL); int64_t L_51 = __this->get_scopeId_2(); NullCheck(L_50); StringBuilder_Append_m3611229522(L_50, L_51, /*hidden argument*/NULL); } IL_014f: { StringBuilder_t * L_52 = V_0; NullCheck(L_52); String_t* L_53 = StringBuilder_ToString_m3317489284(L_52, /*hidden argument*/NULL); return L_53; } } // System.String System.Net.IPv6Address::ToString(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* IPv6Address_ToString_m3978087033 (IPv6Address_t2709566769 * __this, bool ___fullLength0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPv6Address_ToString_m3978087033_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; { bool L_0 = ___fullLength0; if (L_0) { goto IL_000d; } } { String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Net.IPv6Address::ToString() */, __this); return L_1; } IL_000d: { StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_2, /*hidden argument*/NULL); V_0 = L_2; V_1 = 0; goto IL_0037; } IL_001a: { StringBuilder_t * L_3 = V_0; UInt16U5BU5D_t3326319531* L_4 = __this->get_address_0(); int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; uint16_t L_7 = (L_4)->GetAt(static_cast(L_6)); uint16_t L_8 = L_7; RuntimeObject * L_9 = Box(UInt16_t2177724958_il2cpp_TypeInfo_var, &L_8); NullCheck(L_3); StringBuilder_AppendFormat_m3016532472(L_3, _stringLiteral508216563, L_9, /*hidden argument*/NULL); int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0037: { int32_t L_11 = V_1; UInt16U5BU5D_t3326319531* L_12 = __this->get_address_0(); NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))), (int32_t)1))))) { goto IL_001a; } } { StringBuilder_t * L_13 = V_0; UInt16U5BU5D_t3326319531* L_14 = __this->get_address_0(); UInt16U5BU5D_t3326319531* L_15 = __this->get_address_0(); NullCheck(L_15); NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))), (int32_t)1)); uint16_t L_17 = (L_14)->GetAt(static_cast(L_16)); uint16_t L_18 = L_17; RuntimeObject * L_19 = Box(UInt16_t2177724958_il2cpp_TypeInfo_var, &L_18); NullCheck(L_13); StringBuilder_AppendFormat_m3016532472(L_13, _stringLiteral2238338903, L_19, /*hidden argument*/NULL); StringBuilder_t * L_20 = V_0; NullCheck(L_20); String_t* L_21 = StringBuilder_ToString_m3317489284(L_20, /*hidden argument*/NULL); return L_21; } } // System.Boolean System.Net.IPv6Address::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool IPv6Address_Equals_m2165515875 (IPv6Address_t2709566769 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPv6Address_Equals_m2165515875_MetadataUsageId); s_Il2CppMethodInitialized = true; } IPv6Address_t2709566769 * V_0 = NULL; int32_t V_1 = 0; IPAddress_t241777590 * V_2 = NULL; int32_t V_3 = 0; int64_t V_4 = 0; { RuntimeObject * L_0 = ___other0; V_0 = ((IPv6Address_t2709566769 *)IsInstClass((RuntimeObject*)L_0, IPv6Address_t2709566769_il2cpp_TypeInfo_var)); IPv6Address_t2709566769 * L_1 = V_0; if (!L_1) { goto IL_0038; } } { V_1 = 0; goto IL_002f; } IL_0014: { UInt16U5BU5D_t3326319531* L_2 = __this->get_address_0(); int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; uint16_t L_5 = (L_2)->GetAt(static_cast(L_4)); IPv6Address_t2709566769 * L_6 = V_0; NullCheck(L_6); UInt16U5BU5D_t3326319531* L_7 = L_6->get_address_0(); int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; uint16_t L_10 = (L_7)->GetAt(static_cast(L_9)); if ((((int32_t)L_5) == ((int32_t)L_10))) { goto IL_002b; } } { return (bool)0; } IL_002b: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_002f: { int32_t L_12 = V_1; if ((((int32_t)L_12) < ((int32_t)8))) { goto IL_0014; } } { return (bool)1; } IL_0038: { RuntimeObject * L_13 = ___other0; V_2 = ((IPAddress_t241777590 *)IsInstClass((RuntimeObject*)L_13, IPAddress_t241777590_il2cpp_TypeInfo_var)); IPAddress_t241777590 * L_14 = V_2; if (!L_14) { goto IL_00e5; } } { V_3 = 0; goto IL_005f; } IL_004c: { UInt16U5BU5D_t3326319531* L_15 = __this->get_address_0(); int32_t L_16 = V_3; NullCheck(L_15); int32_t L_17 = L_16; uint16_t L_18 = (L_15)->GetAt(static_cast(L_17)); if (!L_18) { goto IL_005b; } } { return (bool)0; } IL_005b: { int32_t L_19 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_005f: { int32_t L_20 = V_3; if ((((int32_t)L_20) < ((int32_t)5))) { goto IL_004c; } } { UInt16U5BU5D_t3326319531* L_21 = __this->get_address_0(); NullCheck(L_21); int32_t L_22 = 5; uint16_t L_23 = (L_21)->GetAt(static_cast(L_22)); if (!L_23) { goto IL_0087; } } { UInt16U5BU5D_t3326319531* L_24 = __this->get_address_0(); NullCheck(L_24); int32_t L_25 = 5; uint16_t L_26 = (L_24)->GetAt(static_cast(L_25)); if ((((int32_t)L_26) == ((int32_t)((int32_t)65535)))) { goto IL_0087; } } { return (bool)0; } IL_0087: { IPAddress_t241777590 * L_27 = V_2; NullCheck(L_27); int64_t L_28 = IPAddress_get_InternalIPv4Address_m3963971538(L_27, /*hidden argument*/NULL); V_4 = L_28; UInt16U5BU5D_t3326319531* L_29 = __this->get_address_0(); NullCheck(L_29); int32_t L_30 = 6; uint16_t L_31 = (L_29)->GetAt(static_cast(L_30)); int64_t L_32 = V_4; int64_t L_33 = V_4; if ((!(((uint32_t)L_31) == ((uint32_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)((int64_t)((int64_t)L_32&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))))<<(int32_t)8)), (int32_t)(((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_33>>(int32_t)8))&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))))))))))))) { goto IL_00e1; } } { UInt16U5BU5D_t3326319531* L_34 = __this->get_address_0(); NullCheck(L_34); int32_t L_35 = 7; uint16_t L_36 = (L_34)->GetAt(static_cast(L_35)); int64_t L_37 = V_4; int64_t L_38 = V_4; if ((((int32_t)L_36) == ((int32_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_37>>(int32_t)((int32_t)16)))&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))))<<(int32_t)8)), (int32_t)(((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_38>>(int32_t)((int32_t)24)))&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))))))))))))) { goto IL_00e3; } } IL_00e1: { return (bool)0; } IL_00e3: { return (bool)1; } IL_00e5: { return (bool)0; } } // System.Int32 System.Net.IPv6Address::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t IPv6Address_GetHashCode_m2362916428 (IPv6Address_t2709566769 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IPv6Address_GetHashCode_m2362916428_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UInt16U5BU5D_t3326319531* L_0 = __this->get_address_0(); NullCheck(L_0); int32_t L_1 = 0; uint16_t L_2 = (L_0)->GetAt(static_cast(L_1)); UInt16U5BU5D_t3326319531* L_3 = __this->get_address_0(); NullCheck(L_3); int32_t L_4 = 1; uint16_t L_5 = (L_3)->GetAt(static_cast(L_4)); UInt16U5BU5D_t3326319531* L_6 = __this->get_address_0(); NullCheck(L_6); int32_t L_7 = 2; uint16_t L_8 = (L_6)->GetAt(static_cast(L_7)); UInt16U5BU5D_t3326319531* L_9 = __this->get_address_0(); NullCheck(L_9); int32_t L_10 = 3; uint16_t L_11 = (L_9)->GetAt(static_cast(L_10)); UInt16U5BU5D_t3326319531* L_12 = __this->get_address_0(); NullCheck(L_12); int32_t L_13 = 4; uint16_t L_14 = (L_12)->GetAt(static_cast(L_13)); UInt16U5BU5D_t3326319531* L_15 = __this->get_address_0(); NullCheck(L_15); int32_t L_16 = 5; uint16_t L_17 = (L_15)->GetAt(static_cast(L_16)); UInt16U5BU5D_t3326319531* L_18 = __this->get_address_0(); NullCheck(L_18); int32_t L_19 = 6; uint16_t L_20 = (L_18)->GetAt(static_cast(L_19)); UInt16U5BU5D_t3326319531* L_21 = __this->get_address_0(); NullCheck(L_21); int32_t L_22 = 7; uint16_t L_23 = (L_21)->GetAt(static_cast(L_22)); IL2CPP_RUNTIME_CLASS_INIT(IPv6Address_t2709566769_il2cpp_TypeInfo_var); int32_t L_24 = IPv6Address_Hash_m2034463181(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)16))), (int32_t)L_5)), ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)16))), (int32_t)L_11)), ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_14<<(int32_t)((int32_t)16))), (int32_t)L_17)), ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_20<<(int32_t)((int32_t)16))), (int32_t)L_23)), /*hidden argument*/NULL); return L_24; } } // System.Int32 System.Net.IPv6Address::Hash(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t IPv6Address_Hash_m2034463181 (RuntimeObject * __this /* static, unused */, int32_t ___i0, int32_t ___j1, int32_t ___k2, int32_t ___l3, const RuntimeMethod* method) { { int32_t L_0 = ___i0; int32_t L_1 = ___j1; int32_t L_2 = ___j1; int32_t L_3 = ___k2; int32_t L_4 = ___k2; int32_t L_5 = ___l3; int32_t L_6 = ___l3; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)13)))|(int32_t)((int32_t)((int32_t)L_2>>(int32_t)((int32_t)19)))))))^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)26)))|(int32_t)((int32_t)((int32_t)L_4>>(int32_t)6))))))^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5<<(int32_t)7))|(int32_t)((int32_t)((int32_t)L_6>>(int32_t)((int32_t)25))))))); } } #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.NetConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void NetConfig__ctor_m3720124709 (NetConfig_t2828594564 * __this, const RuntimeMethod* method) { { __this->set_MaxResponseHeadersLength_1(((int32_t)64)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Object System.Net.NetConfig::System.ICloneable.Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NetConfig_System_ICloneable_Clone_m3298636480 (NetConfig_t2828594564 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = Object_MemberwiseClone_m1474068832(__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.String System.Net.NetworkCredential::get_Domain() extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Domain_m153886306 (NetworkCredential_t3282608323 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkCredential_get_Domain_m153886306_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { String_t* L_0 = __this->get_domain_2(); if (L_0) { goto IL_0015; } } { 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(); G_B3_0 = L_1; goto IL_001b; } IL_0015: { String_t* L_2 = __this->get_domain_2(); G_B3_0 = L_2; } IL_001b: { return G_B3_0; } } // System.String System.Net.NetworkCredential::get_UserName() extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_UserName_m1950179274 (NetworkCredential_t3282608323 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkCredential_get_UserName_m1950179274_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { String_t* L_0 = __this->get_userName_0(); if (L_0) { goto IL_0015; } } { 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(); G_B3_0 = L_1; goto IL_001b; } IL_0015: { String_t* L_2 = __this->get_userName_0(); G_B3_0 = L_2; } IL_001b: { return G_B3_0; } } // System.String System.Net.NetworkCredential::get_Password() extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Password_m2968490334 (NetworkCredential_t3282608323 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkCredential_get_Password_m2968490334_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { String_t* L_0 = __this->get_password_1(); if (L_0) { goto IL_0015; } } { 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(); G_B3_0 = L_1; goto IL_001b; } IL_0015: { String_t* L_2 = __this->get_password_1(); G_B3_0 = L_2; } IL_001b: { return G_B3_0; } } // System.Net.NetworkCredential System.Net.NetworkCredential::GetCredential(System.Uri,System.String) extern "C" IL2CPP_METHOD_ATTR NetworkCredential_t3282608323 * NetworkCredential_GetCredential_m3997853042 (NetworkCredential_t3282608323 * __this, Uri_t100236324 * ___uri0, String_t* ___authType1, const RuntimeMethod* method) { { return __this; } } #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.ProtocolViolationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ProtocolViolationException__ctor_m3494069637 (ProtocolViolationException_t4144007430 * __this, const RuntimeMethod* method) { { InvalidOperationException__ctor_m2734335978(__this, /*hidden argument*/NULL); return; } } // 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) { { String_t* L_0 = ___message0; InvalidOperationException__ctor_m237278729(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.ProtocolViolationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ProtocolViolationException__ctor_m1970521726 (ProtocolViolationException_t4144007430 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { 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.ProtocolViolationException::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ProtocolViolationException_System_Runtime_Serialization_ISerializable_GetObjectData_m2045101867 (ProtocolViolationException_t4144007430 * __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.Void System.Net.ProtocolViolationException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ProtocolViolationException_GetObjectData_m3244936269 (ProtocolViolationException_t4144007430 * __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.Security.AuthenticatedStream::.ctor(System.IO.Stream,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AuthenticatedStream__ctor_m2546959456 (AuthenticatedStream_t3415418016 * __this, Stream_t1273022909 * ___innerStream0, bool ___leaveInnerStreamOpen1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AuthenticatedStream__ctor_m2546959456_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream__ctor_m3881936881(__this, /*hidden argument*/NULL); Stream_t1273022909 * L_0 = ___innerStream0; __this->set_innerStream_2(L_0); bool L_1 = ___leaveInnerStreamOpen1; __this->set_leaveStreamOpen_3(L_1); return; } } // System.IO.Stream System.Net.Security.AuthenticatedStream::get_InnerStream() extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * AuthenticatedStream_get_InnerStream_m4066215780 (AuthenticatedStream_t3415418016 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_innerStream_2(); return L_0; } } // System.Boolean System.Net.Security.AuthenticatedStream::get_LeaveInnerStreamOpen() extern "C" IL2CPP_METHOD_ATTR bool AuthenticatedStream_get_LeaveInnerStreamOpen_m1810360861 (AuthenticatedStream_t3415418016 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_leaveStreamOpen_3(); return L_0; } } // System.Void System.Net.Security.AuthenticatedStream::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void AuthenticatedStream_Dispose_m2809320002 (AuthenticatedStream_t3415418016 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; if (!L_0) { goto IL_002e; } } { Stream_t1273022909 * L_1 = __this->get_innerStream_2(); if (!L_1) { goto IL_002e; } } { bool L_2 = __this->get_leaveStreamOpen_3(); if (L_2) { goto IL_0027; } } { Stream_t1273022909 * L_3 = __this->get_innerStream_2(); NullCheck(L_3); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_3); } IL_0027: { __this->set_innerStream_2((Stream_t1273022909 *)NULL); } IL_002e: { 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.Security.LocalCertificateSelectionCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void LocalCertificateSelectionCallback__ctor_m717516594 (LocalCertificateSelectionCallback_t2354453884 * __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.Security.Cryptography.X509Certificates.X509Certificate System.Net.Security.LocalCertificateSelectionCallback::Invoke(System.Object,System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[]) extern "C" IL2CPP_METHOD_ATTR X509Certificate_t713131622 * LocalCertificateSelectionCallback_Invoke_m668452322 (LocalCertificateSelectionCallback_t2354453884 * __this, RuntimeObject * ___sender0, String_t* ___targetHost1, X509CertificateCollection_t3399372417 * ___localCertificates2, X509Certificate_t713131622 * ___remoteCertificate3, StringU5BU5D_t1281789340* ___acceptableIssuers4, const RuntimeMethod* method) { X509Certificate_t713131622 * result = NULL; if(__this->get_prev_9() != NULL) { LocalCertificateSelectionCallback_Invoke_m668452322((LocalCertificateSelectionCallback_t2354453884 *)__this->get_prev_9(), ___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4, 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) == 5) { // open { typedef X509Certificate_t713131622 * (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, String_t*, X509CertificateCollection_t3399372417 *, X509Certificate_t713131622 *, StringU5BU5D_t1281789340*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4, targetMethod); } } else { // closed { typedef X509Certificate_t713131622 * (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, String_t*, X509CertificateCollection_t3399372417 *, X509Certificate_t713131622 *, StringU5BU5D_t1281789340*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 5) { // 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)) result = GenericInterfaceFuncInvoker5< X509Certificate_t713131622 *, RuntimeObject *, String_t*, X509CertificateCollection_t3399372417 *, X509Certificate_t713131622 *, StringU5BU5D_t1281789340* >::Invoke(targetMethod, targetThis, ___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4); else result = GenericVirtFuncInvoker5< X509Certificate_t713131622 *, RuntimeObject *, String_t*, X509CertificateCollection_t3399372417 *, X509Certificate_t713131622 *, StringU5BU5D_t1281789340* >::Invoke(targetMethod, targetThis, ___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< X509Certificate_t713131622 *, RuntimeObject *, String_t*, X509CertificateCollection_t3399372417 *, X509Certificate_t713131622 *, StringU5BU5D_t1281789340* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4); else result = VirtFuncInvoker5< X509Certificate_t713131622 *, RuntimeObject *, String_t*, X509CertificateCollection_t3399372417 *, X509Certificate_t713131622 *, StringU5BU5D_t1281789340* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4); } } else { typedef X509Certificate_t713131622 * (*FunctionPointerType) (void*, RuntimeObject *, String_t*, X509CertificateCollection_t3399372417 *, X509Certificate_t713131622 *, StringU5BU5D_t1281789340*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker4< X509Certificate_t713131622 *, String_t*, X509CertificateCollection_t3399372417 *, X509Certificate_t713131622 *, StringU5BU5D_t1281789340* >::Invoke(targetMethod, ___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4); else result = GenericVirtFuncInvoker4< X509Certificate_t713131622 *, String_t*, X509CertificateCollection_t3399372417 *, X509Certificate_t713131622 *, StringU5BU5D_t1281789340* >::Invoke(targetMethod, ___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< X509Certificate_t713131622 *, String_t*, X509CertificateCollection_t3399372417 *, X509Certificate_t713131622 *, StringU5BU5D_t1281789340* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4); else result = VirtFuncInvoker4< X509Certificate_t713131622 *, String_t*, X509CertificateCollection_t3399372417 *, X509Certificate_t713131622 *, StringU5BU5D_t1281789340* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4); } } else { typedef X509Certificate_t713131622 * (*FunctionPointerType) (RuntimeObject *, String_t*, X509CertificateCollection_t3399372417 *, X509Certificate_t713131622 *, StringU5BU5D_t1281789340*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4, targetMethod); } } } return result; } // System.IAsyncResult System.Net.Security.LocalCertificateSelectionCallback::BeginInvoke(System.Object,System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[],System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* LocalCertificateSelectionCallback_BeginInvoke_m3292356978 (LocalCertificateSelectionCallback_t2354453884 * __this, RuntimeObject * ___sender0, String_t* ___targetHost1, X509CertificateCollection_t3399372417 * ___localCertificates2, X509Certificate_t713131622 * ___remoteCertificate3, StringU5BU5D_t1281789340* ___acceptableIssuers4, AsyncCallback_t3962456242 * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method) { void *__d_args[6] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___targetHost1; __d_args[2] = ___localCertificates2; __d_args[3] = ___remoteCertificate3; __d_args[4] = ___acceptableIssuers4; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6); } // System.Security.Cryptography.X509Certificates.X509Certificate System.Net.Security.LocalCertificateSelectionCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR X509Certificate_t713131622 * LocalCertificateSelectionCallback_EndInvoke_m561573233 (LocalCertificateSelectionCallback_t2354453884 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (X509Certificate_t713131622 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Security.RemoteCertificateValidationCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void RemoteCertificateValidationCallback__ctor_m1251969663 (RemoteCertificateValidationCallback_t3014364904 * __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.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) { bool result = false; if(__this->get_prev_9() != NULL) { RemoteCertificateValidationCallback_Invoke_m3086073466((RemoteCertificateValidationCallback_t3014364904 *)__this->get_prev_9(), ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3, 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) == 4) { // open { typedef bool (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, X509Certificate_t713131622 *, X509Chain_t194917408 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, X509Certificate_t713131622 *, X509Chain_t194917408 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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)) result = GenericInterfaceFuncInvoker4< bool, RuntimeObject *, X509Certificate_t713131622 *, X509Chain_t194917408 *, int32_t >::Invoke(targetMethod, targetThis, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3); else result = GenericVirtFuncInvoker4< bool, RuntimeObject *, X509Certificate_t713131622 *, X509Chain_t194917408 *, int32_t >::Invoke(targetMethod, targetThis, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< bool, RuntimeObject *, X509Certificate_t713131622 *, X509Chain_t194917408 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3); else result = VirtFuncInvoker4< bool, RuntimeObject *, X509Certificate_t713131622 *, X509Chain_t194917408 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3); } } else { typedef bool (*FunctionPointerType) (void*, RuntimeObject *, X509Certificate_t713131622 *, X509Chain_t194917408 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< bool, X509Certificate_t713131622 *, X509Chain_t194917408 *, int32_t >::Invoke(targetMethod, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3); else result = GenericVirtFuncInvoker3< bool, X509Certificate_t713131622 *, X509Chain_t194917408 *, int32_t >::Invoke(targetMethod, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< bool, X509Certificate_t713131622 *, X509Chain_t194917408 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3); else result = VirtFuncInvoker3< bool, X509Certificate_t713131622 *, X509Chain_t194917408 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3); } } else { typedef bool (*FunctionPointerType) (RuntimeObject *, X509Certificate_t713131622 *, X509Chain_t194917408 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3, targetMethod); } } } return result; } // System.IAsyncResult System.Net.Security.RemoteCertificateValidationCallback::BeginInvoke(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* RemoteCertificateValidationCallback_BeginInvoke_m1840268146 (RemoteCertificateValidationCallback_t3014364904 * __this, RuntimeObject * ___sender0, X509Certificate_t713131622 * ___certificate1, X509Chain_t194917408 * ___chain2, int32_t ___sslPolicyErrors3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RemoteCertificateValidationCallback_BeginInvoke_m1840268146_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___certificate1; __d_args[2] = ___chain2; __d_args[3] = Box(SslPolicyErrors_t2205227823_il2cpp_TypeInfo_var, &___sslPolicyErrors3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // System.Boolean System.Net.Security.RemoteCertificateValidationCallback::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool RemoteCertificateValidationCallback_EndInvoke_m1360061860 (RemoteCertificateValidationCallback_t3014364904 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Security.SslStream::.ctor(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback,System.Net.Security.LocalCertificateSelectionCallback) extern "C" IL2CPP_METHOD_ATTR void SslStream__ctor_m2028407324 (SslStream_t2700741536 * __this, Stream_t1273022909 * ___innerStream0, bool ___leaveStreamOpen1, RemoteCertificateValidationCallback_t3014364904 * ___certValidationCallback2, LocalCertificateSelectionCallback_t2354453884 * ___certSelectionCallback3, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = ___innerStream0; bool L_1 = ___leaveStreamOpen1; AuthenticatedStream__ctor_m2546959456(__this, L_0, L_1, /*hidden argument*/NULL); RemoteCertificateValidationCallback_t3014364904 * L_2 = ___certValidationCallback2; __this->set_validation_callback_5(L_2); LocalCertificateSelectionCallback_t2354453884 * L_3 = ___certSelectionCallback3; __this->set_selection_callback_6(L_3); return; } } // System.Boolean System.Net.Security.SslStream::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool SslStream_get_CanRead_m1708449590 (SslStream_t2700741536 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = AuthenticatedStream_get_InnerStream_m4066215780(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_0); return L_1; } } // System.Boolean System.Net.Security.SslStream::get_CanSeek() extern "C" IL2CPP_METHOD_ATTR bool SslStream_get_CanSeek_m102894697 (SslStream_t2700741536 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = AuthenticatedStream_get_InnerStream_m4066215780(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_0); return L_1; } } // System.Boolean System.Net.Security.SslStream::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool SslStream_get_CanWrite_m1287225252 (SslStream_t2700741536 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = AuthenticatedStream_get_InnerStream_m4066215780(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_0); return L_1; } } // System.Int64 System.Net.Security.SslStream::get_Length() extern "C" IL2CPP_METHOD_ATTR int64_t SslStream_get_Length_m1403894209 (SslStream_t2700741536 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = AuthenticatedStream_get_InnerStream_m4066215780(__this, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_0); return L_1; } } // System.Int64 System.Net.Security.SslStream::get_Position() extern "C" IL2CPP_METHOD_ATTR int64_t SslStream_get_Position_m2568970827 (SslStream_t2700741536 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = AuthenticatedStream_get_InnerStream_m4066215780(__this, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_0); return L_1; } } // System.Void System.Net.Security.SslStream::set_Position(System.Int64) extern "C" IL2CPP_METHOD_ATTR void SslStream_set_Position_m2208958757 (SslStream_t2700741536 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SslStream_set_Position_m2208958757_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral1323951609, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,SslStream_set_Position_m2208958757_RuntimeMethod_var); } } // System.Boolean System.Net.Security.SslStream::get_IsAuthenticated() extern "C" IL2CPP_METHOD_ATTR bool SslStream_get_IsAuthenticated_m4088526788 (SslStream_t2700741536 * __this, const RuntimeMethod* method) { { SslStreamBase_t1667413407 * L_0 = __this->get_ssl_stream_4(); return (bool)((((int32_t)((((RuntimeObject*)(SslStreamBase_t1667413407 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Int32 System.Net.Security.SslStream::get_ReadTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t SslStream_get_ReadTimeout_m583510994 (SslStream_t2700741536 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = AuthenticatedStream_get_InnerStream_m4066215780(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.Stream::get_ReadTimeout() */, L_0); return L_1; } } // System.Int32 System.Net.Security.SslStream::get_WriteTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t SslStream_get_WriteTimeout_m111948981 (SslStream_t2700741536 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = AuthenticatedStream_get_InnerStream_m4066215780(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.IO.Stream::get_WriteTimeout() */, L_0); return L_1; } } // System.Security.Cryptography.X509Certificates.X509Certificate System.Net.Security.SslStream::OnCertificateSelection(System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR X509Certificate_t713131622 * SslStream_OnCertificateSelection_m2780604417 (SslStream_t2700741536 * __this, X509CertificateCollection_t3399372417 * ___clientCerts0, X509Certificate_t713131622 * ___serverCert1, String_t* ___targetHost2, X509CertificateCollection_t3399372417 * ___serverRequestedCerts3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SslStream_OnCertificateSelection_m2780604417_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; int32_t V_1 = 0; int32_t G_B3_0 = 0; { X509CertificateCollection_t3399372417 * L_0 = ___serverRequestedCerts3; if (!L_0) { goto IL_0013; } } { X509CertificateCollection_t3399372417 * L_1 = ___serverRequestedCerts3; NullCheck(L_1); int32_t L_2 = CollectionBase_get_Count_m1708965601(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_0014; } IL_0013: { G_B3_0 = 0; } IL_0014: { V_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)G_B3_0)); V_1 = 0; goto IL_0035; } IL_0021: { StringU5BU5D_t1281789340* L_3 = V_0; int32_t L_4 = V_1; X509CertificateCollection_t3399372417 * L_5 = ___serverRequestedCerts3; int32_t L_6 = V_1; NullCheck(L_5); X509Certificate_t713131622 * L_7 = X509CertificateCollection_get_Item_m1464788693(L_5, L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetIssuerName() */, L_7); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_8); (L_3)->SetAt(static_cast(L_4), (String_t*)L_8); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0035: { int32_t L_10 = V_1; StringU5BU5D_t1281789340* L_11 = V_0; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_0021; } } { LocalCertificateSelectionCallback_t2354453884 * L_12 = __this->get_selection_callback_6(); String_t* L_13 = ___targetHost2; X509CertificateCollection_t3399372417 * L_14 = ___clientCerts0; X509Certificate_t713131622 * L_15 = ___serverCert1; StringU5BU5D_t1281789340* L_16 = V_0; NullCheck(L_12); X509Certificate_t713131622 * L_17 = LocalCertificateSelectionCallback_Invoke_m668452322(L_12, __this, L_13, L_14, L_15, L_16, /*hidden argument*/NULL); return L_17; } } // System.IAsyncResult System.Net.Security.SslStream::BeginAuthenticateAsClient(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SslStream_BeginAuthenticateAsClient_m1917750745 (SslStream_t2700741536 * __this, String_t* ___targetHost0, X509CertificateCollection_t3399372417 * ___clientCertificates1, int32_t ___sslProtocolType2, bool ___checkCertificateRevocation3, AsyncCallback_t3962456242 * ___asyncCallback4, RuntimeObject * ___asyncState5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SslStream_BeginAuthenticateAsClient_m1917750745_MetadataUsageId); s_Il2CppMethodInitialized = true; } SslClientStream_t3914624661 * V_0 = NULL; U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_t1222040293 * V_1 = NULL; { U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_t1222040293 * L_0 = (U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_t1222040293 *)il2cpp_codegen_object_new(U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_t1222040293_il2cpp_TypeInfo_var); U3CBeginAuthenticateAsClientU3Ec__AnonStorey7__ctor_m2382281298(L_0, /*hidden argument*/NULL); V_1 = L_0; U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_t1222040293 * L_1 = V_1; X509CertificateCollection_t3399372417 * L_2 = ___clientCertificates1; NullCheck(L_1); L_1->set_clientCertificates_0(L_2); U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_t1222040293 * L_3 = V_1; NullCheck(L_3); L_3->set_U3CU3Ef__this_1(__this); bool L_4 = VirtFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Net.Security.SslStream::get_IsAuthenticated() */, __this); if (!L_4) { goto IL_002a; } } { InvalidOperationException_t56020091 * L_5 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_5, _stringLiteral4221211730, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,SslStream_BeginAuthenticateAsClient_m1917750745_RuntimeMethod_var); } IL_002a: { Stream_t1273022909 * L_6 = AuthenticatedStream_get_InnerStream_m4066215780(__this, /*hidden argument*/NULL); String_t* L_7 = ___targetHost0; bool L_8 = AuthenticatedStream_get_LeaveInnerStreamOpen_m1810360861(__this, /*hidden argument*/NULL); int32_t L_9 = ___sslProtocolType2; int32_t L_10 = SslStream_GetMonoSslProtocol_m1414881046(__this, L_9, /*hidden argument*/NULL); U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_t1222040293 * L_11 = V_1; NullCheck(L_11); X509CertificateCollection_t3399372417 * L_12 = L_11->get_clientCertificates_0(); SslClientStream_t3914624661 * L_13 = (SslClientStream_t3914624661 *)il2cpp_codegen_object_new(SslClientStream_t3914624661_il2cpp_TypeInfo_var); SslClientStream__ctor_m3351906728(L_13, L_6, L_7, (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0), L_10, L_12, /*hidden argument*/NULL); V_0 = L_13; SslClientStream_t3914624661 * L_14 = V_0; bool L_15 = ___checkCertificateRevocation3; NullCheck(L_14); SslStreamBase_set_CheckCertRevocationStatus_m912861213(L_14, L_15, /*hidden argument*/NULL); SslClientStream_t3914624661 * L_16 = V_0; U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_t1222040293 * L_17 = V_1; intptr_t L_18 = (intptr_t)U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_U3CU3Em__9_m1197317464_RuntimeMethod_var; PrivateKeySelectionCallback_t3240194217 * L_19 = (PrivateKeySelectionCallback_t3240194217 *)il2cpp_codegen_object_new(PrivateKeySelectionCallback_t3240194217_il2cpp_TypeInfo_var); PrivateKeySelectionCallback__ctor_m265141085(L_19, L_17, L_18, /*hidden argument*/NULL); NullCheck(L_16); SslClientStream_set_PrivateKeyCertSelectionDelegate_m4100936974(L_16, L_19, /*hidden argument*/NULL); RemoteCertificateValidationCallback_t3014364904 * L_20 = __this->get_validation_callback_5(); if (!L_20) { goto IL_0084; } } { SslClientStream_t3914624661 * L_21 = V_0; U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_t1222040293 * L_22 = V_1; intptr_t L_23 = (intptr_t)U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_U3CU3Em__A_m2205055701_RuntimeMethod_var; CertificateValidationCallback_t4091668218 * L_24 = (CertificateValidationCallback_t4091668218 *)il2cpp_codegen_object_new(CertificateValidationCallback_t4091668218_il2cpp_TypeInfo_var); CertificateValidationCallback__ctor_m1962610296(L_24, L_22, L_23, /*hidden argument*/NULL); NullCheck(L_21); SslClientStream_set_ServerCertValidationDelegate_m466396564(L_21, L_24, /*hidden argument*/NULL); } IL_0084: { LocalCertificateSelectionCallback_t2354453884 * L_25 = __this->get_selection_callback_6(); if (!L_25) { goto IL_00a1; } } { SslClientStream_t3914624661 * L_26 = V_0; intptr_t L_27 = (intptr_t)SslStream_OnCertificateSelection_m2780604417_RuntimeMethod_var; CertificateSelectionCallback_t3743405224 * L_28 = (CertificateSelectionCallback_t3743405224 *)il2cpp_codegen_object_new(CertificateSelectionCallback_t3743405224_il2cpp_TypeInfo_var); CertificateSelectionCallback__ctor_m3437537928(L_28, __this, L_27, /*hidden argument*/NULL); NullCheck(L_26); SslClientStream_set_ClientCertSelectionDelegate_m1261530976(L_26, L_28, /*hidden argument*/NULL); } IL_00a1: { SslClientStream_t3914624661 * L_29 = V_0; __this->set_ssl_stream_4(L_29); AsyncCallback_t3962456242 * L_30 = ___asyncCallback4; RuntimeObject * L_31 = ___asyncState5; RuntimeObject* L_32 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_t4116647657*, int32_t, int32_t, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(25 /* System.IAsyncResult System.Net.Security.SslStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, __this, ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)0)), 0, 0, L_30, L_31); return L_32; } } // System.IAsyncResult System.Net.Security.SslStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SslStream_BeginRead_m2574812991 (SslStream_t2700741536 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3962456242 * ___asyncCallback3, RuntimeObject * ___asyncState4, const RuntimeMethod* method) { { SslStream_CheckConnectionAuthenticated_m3995332768(__this, /*hidden argument*/NULL); SslStreamBase_t1667413407 * L_0 = __this->get_ssl_stream_4(); ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; AsyncCallback_t3962456242 * L_4 = ___asyncCallback3; RuntimeObject * L_5 = ___asyncState4; NullCheck(L_0); RuntimeObject* L_6 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_t4116647657*, int32_t, int32_t, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(24 /* System.IAsyncResult Mono.Security.Protocol.Tls.SslStreamBase::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_0, L_1, L_2, L_3, L_4, L_5); return L_6; } } // Mono.Security.Protocol.Tls.SecurityProtocolType System.Net.Security.SslStream::GetMonoSslProtocol(System.Security.Authentication.SslProtocols) extern "C" IL2CPP_METHOD_ATTR int32_t SslStream_GetMonoSslProtocol_m1414881046 (SslStream_t2700741536 * __this, int32_t ___ms0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___ms0; V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)12)))) { goto IL_0022; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)48)))) { goto IL_0025; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)192)))) { goto IL_0028; } } { goto IL_002e; } IL_0022: { return (int32_t)(((int32_t)12)); } IL_0025: { return (int32_t)(((int32_t)48)); } IL_0028: { return (int32_t)(((int32_t)192)); } IL_002e: { return (int32_t)(((int32_t)-1073741824)); } } // System.IAsyncResult System.Net.Security.SslStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SslStream_BeginWrite_m831482228 (SslStream_t2700741536 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3962456242 * ___asyncCallback3, RuntimeObject * ___asyncState4, const RuntimeMethod* method) { { SslStream_CheckConnectionAuthenticated_m3995332768(__this, /*hidden argument*/NULL); SslStreamBase_t1667413407 * L_0 = __this->get_ssl_stream_4(); ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; AsyncCallback_t3962456242 * L_4 = ___asyncCallback3; RuntimeObject * L_5 = ___asyncState4; NullCheck(L_0); RuntimeObject* L_6 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_t4116647657*, int32_t, int32_t, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(25 /* System.IAsyncResult Mono.Security.Protocol.Tls.SslStreamBase::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_0, L_1, L_2, L_3, L_4, L_5); return L_6; } } // System.Void System.Net.Security.SslStream::AuthenticateAsClient(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SslStream_AuthenticateAsClient_m2305196485 (SslStream_t2700741536 * __this, String_t* ___targetHost0, X509CertificateCollection_t3399372417 * ___clientCertificates1, int32_t ___sslProtocolType2, bool ___checkCertificateRevocation3, const RuntimeMethod* method) { { String_t* L_0 = ___targetHost0; X509CertificateCollection_t3399372417 * L_1 = ___clientCertificates1; int32_t L_2 = ___sslProtocolType2; bool L_3 = ___checkCertificateRevocation3; RuntimeObject* L_4 = VirtFuncInvoker6< RuntimeObject*, String_t*, X509CertificateCollection_t3399372417 *, int32_t, bool, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(29 /* System.IAsyncResult System.Net.Security.SslStream::BeginAuthenticateAsClient(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean,System.AsyncCallback,System.Object) */, __this, L_0, L_1, L_2, L_3, (AsyncCallback_t3962456242 *)NULL, NULL); VirtActionInvoker1< RuntimeObject* >::Invoke(31 /* System.Void System.Net.Security.SslStream::EndAuthenticateAsClient(System.IAsyncResult) */, __this, L_4); return; } } // System.Void System.Net.Security.SslStream::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SslStream_Dispose_m3651067425 (SslStream_t2700741536 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; if (!L_0) { goto IL_0023; } } { SslStreamBase_t1667413407 * L_1 = __this->get_ssl_stream_4(); if (!L_1) { goto IL_001c; } } { SslStreamBase_t1667413407 * L_2 = __this->get_ssl_stream_4(); NullCheck(L_2); Stream_Dispose_m2589290611(L_2, /*hidden argument*/NULL); } IL_001c: { __this->set_ssl_stream_4((SslStreamBase_t1667413407 *)NULL); } IL_0023: { bool L_3 = ___disposing0; AuthenticatedStream_Dispose_m2809320002(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Net.Security.SslStream::EndAuthenticateAsClient(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void SslStream_EndAuthenticateAsClient_m3217122600 (SslStream_t2700741536 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { { SslStream_CheckConnectionAuthenticated_m3995332768(__this, /*hidden argument*/NULL); bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Net.Security.SslStream::get_CanRead() */, __this); if (!L_0) { goto IL_0023; } } { SslStreamBase_t1667413407 * L_1 = __this->get_ssl_stream_4(); RuntimeObject* L_2 = ___asyncResult0; NullCheck(L_1); VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(26 /* System.Int32 Mono.Security.Protocol.Tls.SslStreamBase::EndRead(System.IAsyncResult) */, L_1, L_2); goto IL_002f; } IL_0023: { SslStreamBase_t1667413407 * L_3 = __this->get_ssl_stream_4(); RuntimeObject* L_4 = ___asyncResult0; NullCheck(L_3); VirtActionInvoker1< RuntimeObject* >::Invoke(27 /* System.Void Mono.Security.Protocol.Tls.SslStreamBase::EndWrite(System.IAsyncResult) */, L_3, L_4); } IL_002f: { return; } } // System.Int32 System.Net.Security.SslStream::EndRead(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t SslStream_EndRead_m3563632709 (SslStream_t2700741536 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { { SslStream_CheckConnectionAuthenticated_m3995332768(__this, /*hidden argument*/NULL); SslStreamBase_t1667413407 * L_0 = __this->get_ssl_stream_4(); RuntimeObject* L_1 = ___asyncResult0; NullCheck(L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(26 /* System.Int32 Mono.Security.Protocol.Tls.SslStreamBase::EndRead(System.IAsyncResult) */, L_0, L_1); return L_2; } } // System.Void System.Net.Security.SslStream::EndWrite(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void SslStream_EndWrite_m4230550996 (SslStream_t2700741536 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { { SslStream_CheckConnectionAuthenticated_m3995332768(__this, /*hidden argument*/NULL); SslStreamBase_t1667413407 * L_0 = __this->get_ssl_stream_4(); RuntimeObject* L_1 = ___asyncResult0; NullCheck(L_0); VirtActionInvoker1< RuntimeObject* >::Invoke(27 /* System.Void Mono.Security.Protocol.Tls.SslStreamBase::EndWrite(System.IAsyncResult) */, L_0, L_1); return; } } // System.Void System.Net.Security.SslStream::Flush() extern "C" IL2CPP_METHOD_ATTR void SslStream_Flush_m1522960015 (SslStream_t2700741536 * __this, const RuntimeMethod* method) { { SslStream_CheckConnectionAuthenticated_m3995332768(__this, /*hidden argument*/NULL); Stream_t1273022909 * L_0 = AuthenticatedStream_get_InnerStream_m4066215780(__this, /*hidden argument*/NULL); NullCheck(L_0); VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_0); return; } } // System.Int32 System.Net.Security.SslStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t SslStream_Read_m576235997 (SslStream_t2700741536 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___count2; RuntimeObject* L_3 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_t4116647657*, int32_t, int32_t, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(24 /* System.IAsyncResult System.Net.Security.SslStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, __this, L_0, L_1, L_2, (AsyncCallback_t3962456242 *)NULL, NULL); int32_t L_4 = VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(26 /* System.Int32 System.Net.Security.SslStream::EndRead(System.IAsyncResult) */, __this, L_3); return L_4; } } // System.Int64 System.Net.Security.SslStream::Seek(System.Int64,System.IO.SeekOrigin) extern "C" IL2CPP_METHOD_ATTR int64_t SslStream_Seek_m2499592124 (SslStream_t2700741536 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SslStream_Seek_m2499592124_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral1323951609, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,SslStream_Seek_m2499592124_RuntimeMethod_var); } } // System.Void System.Net.Security.SslStream::SetLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void SslStream_SetLength_m3567378519 (SslStream_t2700741536 * __this, int64_t ___value0, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = AuthenticatedStream_get_InnerStream_m4066215780(__this, /*hidden argument*/NULL); int64_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int64_t >::Invoke(21 /* System.Void System.IO.Stream::SetLength(System.Int64) */, L_0, L_1); return; } } // System.Void System.Net.Security.SslStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SslStream_Write_m462410050 (SslStream_t2700741536 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___count2; RuntimeObject* L_3 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_t4116647657*, int32_t, int32_t, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(25 /* System.IAsyncResult System.Net.Security.SslStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, __this, L_0, L_1, L_2, (AsyncCallback_t3962456242 *)NULL, NULL); VirtActionInvoker1< RuntimeObject* >::Invoke(27 /* System.Void System.Net.Security.SslStream::EndWrite(System.IAsyncResult) */, __this, L_3); return; } } // System.Void System.Net.Security.SslStream::CheckConnectionAuthenticated() extern "C" IL2CPP_METHOD_ATTR void SslStream_CheckConnectionAuthenticated_m3995332768 (SslStream_t2700741536 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SslStream_CheckConnectionAuthenticated_m3995332768_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = VirtFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Net.Security.SslStream::get_IsAuthenticated() */, __this); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral2993617435, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,SslStream_CheckConnectionAuthenticated_m3995332768_RuntimeMethod_var); } IL_0016: { 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.Security.SslStream/c__AnonStorey7::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CBeginAuthenticateAsClientU3Ec__AnonStorey7__ctor_m2382281298 (U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_t1222040293 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Security.Cryptography.AsymmetricAlgorithm System.Net.Security.SslStream/c__AnonStorey7::<>m__9(System.Security.Cryptography.X509Certificates.X509Certificate,System.String) extern "C" IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t932037087 * U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_U3CU3Em__9_m1197317464 (U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_t1222040293 * __this, X509Certificate_t713131622 * ___cert0, String_t* ___host1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_U3CU3Em__9_m1197317464_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; X509Certificate_t713131622 * V_1 = NULL; X509CertificateEnumerator_t855273292 * V_2 = NULL; X509Certificate2_t714049126 * V_3 = NULL; AsymmetricAlgorithm_t932037087 * 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); X509Certificate2_t714049126 * G_B6_0 = NULL; X509Certificate2_t714049126 * G_B5_0 = NULL; { X509Certificate_t713131622 * L_0 = ___cert0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetCertHashString() */, L_0); V_0 = L_1; X509CertificateCollection_t3399372417 * L_2 = __this->get_clientCertificates_0(); NullCheck(L_2); X509CertificateEnumerator_t855273292 * L_3 = X509CertificateCollection_GetEnumerator_m385726313(L_2, /*hidden argument*/NULL); V_2 = L_3; } IL_0013: try { // begin try (depth: 1) { goto IL_0058; } IL_0018: { X509CertificateEnumerator_t855273292 * L_4 = V_2; NullCheck(L_4); X509Certificate_t713131622 * L_5 = X509CertificateEnumerator_get_Current_m1016419(L_4, /*hidden argument*/NULL); V_1 = L_5; X509Certificate_t713131622 * L_6 = V_1; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetCertHashString() */, L_6); String_t* L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0035; } } IL_0030: { goto IL_0058; } IL_0035: { X509Certificate_t713131622 * L_10 = V_1; V_3 = ((X509Certificate2_t714049126 *)IsInstClass((RuntimeObject*)L_10, X509Certificate2_t714049126_il2cpp_TypeInfo_var)); X509Certificate2_t714049126 * L_11 = V_3; X509Certificate2_t714049126 * L_12 = L_11; G_B5_0 = L_12; if (L_12) { G_B6_0 = L_12; goto IL_004a; } } IL_0043: { X509Certificate_t713131622 * L_13 = V_1; X509Certificate2_t714049126 * L_14 = (X509Certificate2_t714049126 *)il2cpp_codegen_object_new(X509Certificate2_t714049126_il2cpp_TypeInfo_var); X509Certificate2__ctor_m2802623960(L_14, L_13, /*hidden argument*/NULL); G_B6_0 = L_14; } IL_004a: { V_3 = G_B6_0; X509Certificate2_t714049126 * L_15 = V_3; NullCheck(L_15); AsymmetricAlgorithm_t932037087 * L_16 = X509Certificate2_get_PrivateKey_m3900779210(L_15, /*hidden argument*/NULL); V_4 = L_16; IL2CPP_LEAVE(0x7F, FINALLY_0068); } IL_0058: { X509CertificateEnumerator_t855273292 * L_17 = V_2; NullCheck(L_17); bool L_18 = X509CertificateEnumerator_MoveNext_m3211955044(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_0018; } } IL_0063: { IL2CPP_LEAVE(0x7D, FINALLY_0068); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0068; } FINALLY_0068: { // begin finally (depth: 1) { X509CertificateEnumerator_t855273292 * L_19 = V_2; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_19, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_20 = V_5; if (L_20) { goto IL_0075; } } IL_0074: { IL2CPP_END_FINALLY(104) } IL_0075: { RuntimeObject* L_21 = V_5; NullCheck(L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_21); IL2CPP_END_FINALLY(104) } } // end finally (depth: 1) IL2CPP_CLEANUP(104) { IL2CPP_JUMP_TBL(0x7F, IL_007f) IL2CPP_JUMP_TBL(0x7D, IL_007d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_007d: { return (AsymmetricAlgorithm_t932037087 *)NULL; } IL_007f: { AsymmetricAlgorithm_t932037087 * L_22 = V_4; return L_22; } } // System.Boolean System.Net.Security.SslStream/c__AnonStorey7::<>m__A(System.Security.Cryptography.X509Certificates.X509Certificate,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR bool U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_U3CU3Em__A_m2205055701 (U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_t1222040293 * __this, X509Certificate_t713131622 * ___cert0, Int32U5BU5D_t385246372* ___certErrors1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_U3CU3Em__A_m2205055701_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509Chain_t194917408 * V_0 = NULL; X509Certificate2_t714049126 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; Int32U5BU5D_t385246372* V_4 = NULL; int32_t V_5 = 0; X509ChainStatus_t133602714 V_6; memset(&V_6, 0, sizeof(V_6)); X509ChainStatusU5BU5D_t2685945535* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; { X509Chain_t194917408 * L_0 = (X509Chain_t194917408 *)il2cpp_codegen_object_new(X509Chain_t194917408_il2cpp_TypeInfo_var); X509Chain__ctor_m2240869275(L_0, /*hidden argument*/NULL); V_0 = L_0; X509Certificate_t713131622 * L_1 = ___cert0; V_1 = ((X509Certificate2_t714049126 *)IsInstClass((RuntimeObject*)L_1, X509Certificate2_t714049126_il2cpp_TypeInfo_var)); X509Certificate2_t714049126 * L_2 = V_1; if (L_2) { goto IL_001a; } } { X509Certificate_t713131622 * L_3 = ___cert0; X509Certificate2_t714049126 * L_4 = (X509Certificate2_t714049126 *)il2cpp_codegen_object_new(X509Certificate2_t714049126_il2cpp_TypeInfo_var); X509Certificate2__ctor_m2802623960(L_4, L_3, /*hidden argument*/NULL); V_1 = L_4; } IL_001a: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); bool L_5 = ServicePointManager_get_CheckCertificateRevocationList_m1645465614(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_5) { goto IL_0030; } } { X509Chain_t194917408 * L_6 = V_0; NullCheck(L_6); X509ChainPolicy_t2426922870 * L_7 = X509Chain_get_ChainPolicy_m2586552721(L_6, /*hidden argument*/NULL); NullCheck(L_7); X509ChainPolicy_set_RevocationMode_m3002768104(L_7, 0, /*hidden argument*/NULL); } IL_0030: { V_2 = 0; Int32U5BU5D_t385246372* L_8 = ___certErrors1; V_4 = L_8; V_5 = 0; goto IL_0084; } IL_003d: { Int32U5BU5D_t385246372* L_9 = V_4; int32_t L_10 = V_5; NullCheck(L_9); int32_t L_11 = L_10; int32_t L_12 = (L_9)->GetAt(static_cast(L_11)); V_3 = L_12; int32_t L_13 = V_3; V_9 = L_13; int32_t L_14 = V_9; if ((((int32_t)L_14) == ((int32_t)((int32_t)-2146762490)))) { goto IL_0063; } } { int32_t L_15 = V_9; if ((((int32_t)L_15) == ((int32_t)((int32_t)-2146762481)))) { goto IL_006c; } } { goto IL_0075; } IL_0063: { int32_t L_16 = V_2; V_2 = ((int32_t)((int32_t)L_16|(int32_t)1)); goto IL_007e; } IL_006c: { int32_t L_17 = V_2; V_2 = ((int32_t)((int32_t)L_17|(int32_t)2)); goto IL_007e; } IL_0075: { int32_t L_18 = V_2; V_2 = ((int32_t)((int32_t)L_18|(int32_t)4)); goto IL_007e; } IL_007e: { int32_t L_19 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0084: { int32_t L_20 = V_5; Int32U5BU5D_t385246372* L_21 = V_4; NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))) { goto IL_003d; } } { X509Chain_t194917408 * L_22 = V_0; X509Certificate2_t714049126 * L_23 = V_1; NullCheck(L_22); X509Chain_Build_m611063989(L_22, L_23, /*hidden argument*/NULL); X509Chain_t194917408 * L_24 = V_0; NullCheck(L_24); X509ChainStatusU5BU5D_t2685945535* L_25 = X509Chain_get_ChainStatus_m3613658095(L_24, /*hidden argument*/NULL); V_7 = L_25; V_8 = 0; goto IL_00ed; } IL_00a7: { X509ChainStatusU5BU5D_t2685945535* L_26 = V_7; int32_t L_27 = V_8; NullCheck(L_26); V_6 = (*(X509ChainStatus_t133602714 *)((L_26)->GetAddressAt(static_cast(L_27)))); int32_t L_28 = X509ChainStatus_get_Status_m2572005749((&V_6), /*hidden argument*/NULL); if (L_28) { goto IL_00c8; } } { goto IL_00e7; } IL_00c8: { int32_t L_29 = X509ChainStatus_get_Status_m2572005749((&V_6), /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_29&(int32_t)((int32_t)65536)))) { goto IL_00e3; } } { int32_t L_30 = V_2; V_2 = ((int32_t)((int32_t)L_30|(int32_t)1)); goto IL_00e7; } IL_00e3: { int32_t L_31 = V_2; V_2 = ((int32_t)((int32_t)L_31|(int32_t)4)); } IL_00e7: { int32_t L_32 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_00ed: { int32_t L_33 = V_8; X509ChainStatusU5BU5D_t2685945535* L_34 = V_7; NullCheck(L_34); if ((((int32_t)L_33) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length))))))) { goto IL_00a7; } } { SslStream_t2700741536 * L_35 = __this->get_U3CU3Ef__this_1(); NullCheck(L_35); RemoteCertificateValidationCallback_t3014364904 * L_36 = L_35->get_validation_callback_5(); SslStream_t2700741536 * L_37 = __this->get_U3CU3Ef__this_1(); X509Certificate_t713131622 * L_38 = ___cert0; X509Chain_t194917408 * L_39 = V_0; int32_t L_40 = V_2; NullCheck(L_36); bool L_41 = RemoteCertificateValidationCallback_Invoke_m3086073466(L_36, L_37, L_38, L_39, L_40, /*hidden argument*/NULL); return L_41; } } #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.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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePoint__ctor_m4022457269_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_sendContinue_11((bool)1); RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); __this->set_locker_13(L_0); RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_1, /*hidden argument*/NULL); __this->set_hostE_14(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); Uri_t100236324 * L_2 = ___uri0; __this->set_uri_0(L_2); int32_t L_3 = ___connectionLimit1; __this->set_connectionLimit_1(L_3); int32_t L_4 = ___maxIdleTime2; __this->set_maxIdleTime_2(L_4); __this->set_currentConnections_3(0); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_5 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_idleSince_4(L_5); return; } } // System.Uri System.Net.ServicePoint::get_Address() extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * ServicePoint_get_Address_m4189969258 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method) { { Uri_t100236324 * L_0 = __this->get_uri_0(); return L_0; } } // System.Int32 System.Net.ServicePoint::get_ConnectionLimit() extern "C" IL2CPP_METHOD_ATTR int32_t ServicePoint_get_ConnectionLimit_m3279274329 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_connectionLimit_1(); return L_0; } } // System.Int32 System.Net.ServicePoint::get_CurrentConnections() extern "C" IL2CPP_METHOD_ATTR int32_t ServicePoint_get_CurrentConnections_m1937296360 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_currentConnections_3(); return L_0; } } // System.DateTime System.Net.ServicePoint::get_IdleSince() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 ServicePoint_get_IdleSince_m2373179824 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method) { { DateTime_t3738529785 L_0 = __this->get_idleSince_4(); return L_0; } } // 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) { 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_13(); 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) DateTime_t3738529785 L_2 = ___value0; __this->set_idleSince_4(L_2); IL2CPP_LEAVE(0x20, FINALLY_0019); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0019; } FINALLY_0019: { // begin finally (depth: 1) RuntimeObject * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_3, /*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: { return; } } // System.Version System.Net.ServicePoint::get_ProtocolVersion() extern "C" IL2CPP_METHOD_ATTR Version_t3456873960 * ServicePoint_get_ProtocolVersion_m2707266366 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method) { { Version_t3456873960 * L_0 = __this->get_protocolVersion_5(); return L_0; } } // 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) { { bool L_0 = ___value0; ServicePoint_set_SendContinue_m3004714502(__this, L_0, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.ServicePoint::get_UseNagleAlgorithm() extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_UseNagleAlgorithm_m633218140 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_useNagle_15(); return L_0; } } // 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) { { bool L_0 = ___value0; __this->set_useNagle_15(L_0); return; } } // System.Boolean System.Net.ServicePoint::get_SendContinue() extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_SendContinue_m3018494224 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePoint_get_SendContinue_m3018494224_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; { bool L_0 = __this->get_sendContinue_11(); if (!L_0) { goto IL_0031; } } { Version_t3456873960 * L_1 = __this->get_protocolVersion_5(); bool L_2 = Version_op_Equality_m3804852517(NULL /*static, unused*/, L_1, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (L_2) { goto IL_002e; } } { Version_t3456873960 * L_3 = __this->get_protocolVersion_5(); IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t346520293_il2cpp_TypeInfo_var); Version_t3456873960 * L_4 = ((HttpVersion_t346520293_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t346520293_il2cpp_TypeInfo_var))->get_Version11_1(); bool L_5 = Version_op_Equality_m3804852517(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); G_B4_0 = ((int32_t)(L_5)); goto IL_002f; } IL_002e: { G_B4_0 = 1; } IL_002f: { G_B6_0 = G_B4_0; goto IL_0032; } IL_0031: { G_B6_0 = 0; } IL_0032: { return (bool)G_B6_0; } } // 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) { { bool L_0 = ___value0; __this->set_sendContinue_11(L_0); return; } } // System.Boolean System.Net.ServicePoint::get_UsesProxy() extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_UsesProxy_m174711556 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_usesProxy_9(); return L_0; } } // 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) { { bool L_0 = ___value0; __this->set_usesProxy_9(L_0); return; } } // System.Boolean System.Net.ServicePoint::get_UseConnect() extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_UseConnect_m2085353846 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_useConnect_12(); return L_0; } } // 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) { { bool L_0 = ___value0; __this->set_useConnect_12(L_0); return; } } // System.Boolean System.Net.ServicePoint::get_AvailableForRecycling() extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_AvailableForRecycling_m936700514 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePoint_get_AvailableForRecycling_m936700514_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t G_B4_0 = 0; { int32_t L_0 = ServicePoint_get_CurrentConnections_m1937296360(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0038; } } { int32_t L_1 = __this->get_maxIdleTime_2(); if ((((int32_t)L_1) == ((int32_t)(-1)))) { goto IL_0038; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_2 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); DateTime_t3738529785 L_3 = ServicePoint_get_IdleSince_m2373179824(__this, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = __this->get_maxIdleTime_2(); DateTime_t3738529785 L_5 = DateTime_AddMilliseconds_m3713972790((&V_0), (((double)((double)L_4))), /*hidden argument*/NULL); bool L_6 = DateTime_op_GreaterThanOrEqual_m674703316(NULL /*static, unused*/, L_2, L_5, /*hidden argument*/NULL); G_B4_0 = ((int32_t)(L_6)); goto IL_0039; } IL_0038: { G_B4_0 = 0; } IL_0039: { return (bool)G_B4_0; } } // System.Collections.Hashtable System.Net.ServicePoint::get_Groups() extern "C" IL2CPP_METHOD_ATTR Hashtable_t1853889766 * ServicePoint_get_Groups_m1711331040 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePoint_get_Groups_m1711331040_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = __this->get_groups_10(); if (L_0) { goto IL_0016; } } { Hashtable_t1853889766 * L_1 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_1, /*hidden argument*/NULL); __this->set_groups_10(L_1); } IL_0016: { Hashtable_t1853889766 * L_2 = __this->get_groups_10(); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePoint_get_HostEntry_m1249515277_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; String_t* V_1 = NULL; IPHostEntry_t263743900 * 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 = __this->get_hostE_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) { IPHostEntry_t263743900 * L_2 = __this->get_host_8(); if (!L_2) { goto IL_0024; } } IL_0018: { IPHostEntry_t263743900 * L_3 = __this->get_host_8(); V_2 = L_3; IL2CPP_LEAVE(0xD5, FINALLY_00c7); } IL_0024: { Uri_t100236324 * L_4 = __this->get_uri_0(); NullCheck(L_4); String_t* L_5 = Uri_get_Host_m255565830(L_4, /*hidden argument*/NULL); V_1 = L_5; Uri_t100236324 * L_6 = __this->get_uri_0(); NullCheck(L_6); int32_t L_7 = Uri_get_HostNameType_m1143766868(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)4))) { goto IL_0052; } } IL_0041: { Uri_t100236324 * L_8 = __this->get_uri_0(); NullCheck(L_8); int32_t L_9 = Uri_get_HostNameType_m1143766868(L_8, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)3)))) { goto IL_00a4; } } IL_0052: { Uri_t100236324 * L_10 = __this->get_uri_0(); NullCheck(L_10); int32_t L_11 = Uri_get_HostNameType_m1143766868(L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)4)))) { goto IL_0073; } } IL_0063: { String_t* L_12 = V_1; String_t* L_13 = V_1; NullCheck(L_13); int32_t L_14 = String_get_Length_m3847582255(L_13, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_15 = String_Substring_m1610150815(L_12, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)2)), /*hidden argument*/NULL); V_1 = L_15; } IL_0073: { IPHostEntry_t263743900 * L_16 = (IPHostEntry_t263743900 *)il2cpp_codegen_object_new(IPHostEntry_t263743900_il2cpp_TypeInfo_var); IPHostEntry__ctor_m3185986391(L_16, /*hidden argument*/NULL); __this->set_host_8(L_16); IPHostEntry_t263743900 * L_17 = __this->get_host_8(); IPAddressU5BU5D_t596328627* L_18 = ((IPAddressU5BU5D_t596328627*)SZArrayNew(IPAddressU5BU5D_t596328627_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_19 = V_1; IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_t241777590 * L_20 = IPAddress_Parse_m2200822423(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_20); (L_18)->SetAt(static_cast(0), (IPAddress_t241777590 *)L_20); NullCheck(L_17); IPHostEntry_set_AddressList_m895991257(L_17, L_18, /*hidden argument*/NULL); IPHostEntry_t263743900 * L_21 = __this->get_host_8(); V_2 = L_21; IL2CPP_LEAVE(0xD5, FINALLY_00c7); } IL_00a4: try { // begin try (depth: 2) String_t* L_22 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Dns_t384099571_il2cpp_TypeInfo_var); IPHostEntry_t263743900 * L_23 = Dns_GetHostByName_m3261817827(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); __this->set_host_8(L_23); goto IL_00c2; } // 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_00b5; throw e; } CATCH_00b5: { // begin catch(System.Object) { V_2 = (IPHostEntry_t263743900 *)NULL; IL2CPP_LEAVE(0xD5, FINALLY_00c7); } IL_00bd: { ; // IL_00bd: leave IL_00c2 } } // end catch (depth: 2) IL_00c2: { IL2CPP_LEAVE(0xCE, FINALLY_00c7); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c7; } FINALLY_00c7: { // begin finally (depth: 1) RuntimeObject * L_24 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); IL2CPP_END_FINALLY(199) } // end finally (depth: 1) IL2CPP_CLEANUP(199) { IL2CPP_JUMP_TBL(0xD5, IL_00d5) IL2CPP_JUMP_TBL(0xCE, IL_00ce) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ce: { IPHostEntry_t263743900 * L_25 = __this->get_host_8(); return L_25; } IL_00d5: { IPHostEntry_t263743900 * L_26 = V_2; return L_26; } } // 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) { { Version_t3456873960 * L_0 = ___version0; __this->set_protocolVersion_5(L_0); return; } } // System.Net.WebConnectionGroup System.Net.ServicePoint::GetConnectionGroup(System.String) extern "C" IL2CPP_METHOD_ATTR WebConnectionGroup_t1712379988 * ServicePoint_GetConnectionGroup_m2497020374 (ServicePoint_t2786966844 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePoint_GetConnectionGroup_m2497020374_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebConnectionGroup_t1712379988 * V_0 = NULL; { String_t* L_0 = ___name0; if (L_0) { goto IL_000d; } } { 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(); ___name0 = L_1; } IL_000d: { Hashtable_t1853889766 * L_2 = ServicePoint_get_Groups_m1711331040(__this, /*hidden argument*/NULL); String_t* L_3 = ___name0; NullCheck(L_2); RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_3); V_0 = ((WebConnectionGroup_t1712379988 *)IsInstClass((RuntimeObject*)L_4, WebConnectionGroup_t1712379988_il2cpp_TypeInfo_var)); WebConnectionGroup_t1712379988 * L_5 = V_0; if (!L_5) { goto IL_0027; } } { WebConnectionGroup_t1712379988 * L_6 = V_0; return L_6; } IL_0027: { String_t* L_7 = ___name0; WebConnectionGroup_t1712379988 * L_8 = (WebConnectionGroup_t1712379988 *)il2cpp_codegen_object_new(WebConnectionGroup_t1712379988_il2cpp_TypeInfo_var); WebConnectionGroup__ctor_m4209428564(L_8, __this, L_7, /*hidden argument*/NULL); V_0 = L_8; Hashtable_t1853889766 * L_9 = ServicePoint_get_Groups_m1711331040(__this, /*hidden argument*/NULL); String_t* L_10 = ___name0; WebConnectionGroup_t1712379988 * L_11 = V_0; NullCheck(L_9); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_9, L_10, L_11); WebConnectionGroup_t1712379988 * L_12 = V_0; return L_12; } } // System.EventHandler System.Net.ServicePoint::SendRequest(System.Net.HttpWebRequest,System.String) extern "C" IL2CPP_METHOD_ATTR EventHandler_t1348719766 * ServicePoint_SendRequest_m1850173641 (ServicePoint_t2786966844 * __this, HttpWebRequest_t1669436515 * ___request0, String_t* ___groupName1, const RuntimeMethod* method) { WebConnection_t3982808322 * V_0 = NULL; RuntimeObject * V_1 = NULL; WebConnectionGroup_t1712379988 * 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 = __this->get_locker_13(); V_1 = L_0; RuntimeObject * L_1 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) String_t* L_2 = ___groupName1; WebConnectionGroup_t1712379988 * L_3 = ServicePoint_GetConnectionGroup_m2497020374(__this, L_2, /*hidden argument*/NULL); V_2 = L_3; WebConnectionGroup_t1712379988 * L_4 = V_2; HttpWebRequest_t1669436515 * L_5 = ___request0; NullCheck(L_4); WebConnection_t3982808322 * L_6 = WebConnectionGroup_GetConnection_m311125738(L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; IL2CPP_LEAVE(0x29, FINALLY_0022); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0022; } FINALLY_0022: { // begin finally (depth: 1) RuntimeObject * L_7 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); IL2CPP_END_FINALLY(34) } // end finally (depth: 1) IL2CPP_CLEANUP(34) { IL2CPP_JUMP_TBL(0x29, IL_0029) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0029: { WebConnection_t3982808322 * L_8 = V_0; HttpWebRequest_t1669436515 * L_9 = ___request0; NullCheck(L_8); EventHandler_t1348719766 * L_10 = WebConnection_SendRequest_m4284869211(L_8, L_9, /*hidden argument*/NULL); return L_10; } } // 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) { { X509Certificate_t713131622 * L_0 = ___server1; __this->set_certificate_6(L_0); X509Certificate_t713131622 * L_1 = ___client0; __this->set_clientCertificate_7(L_1); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePoint_CallEndPointDelegate_m2947487287_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; IPEndPoint_t3791887218 * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { BindIPEndPoint_t1029027275 * L_0 = __this->get_endPointCallback_16(); if (L_0) { goto IL_000d; } } { return (bool)1; } IL_000d: { V_0 = 0; goto IL_005c; } IL_0014: { V_1 = (IPEndPoint_t3791887218 *)NULL; } IL_0016: try { // begin try (depth: 1) BindIPEndPoint_t1029027275 * L_1 = __this->get_endPointCallback_16(); IPEndPoint_t3791887218 * L_2 = ___remote1; int32_t L_3 = V_0; NullCheck(L_1); IPEndPoint_t3791887218 * L_4 = BindIPEndPoint_Invoke_m1788714159(L_1, __this, L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; goto IL_0037; } // 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_002a; throw e; } CATCH_002a: { // begin catch(System.Object) { V_2 = (bool)0; goto IL_0061; } IL_0032: { ; // IL_0032: leave IL_0037 } } // end catch (depth: 1) IL_0037: { IPEndPoint_t3791887218 * L_5 = V_1; if (L_5) { goto IL_003f; } } { return (bool)1; } IL_003f: try { // begin try (depth: 1) Socket_t1119025450 * L_6 = ___sock0; IPEndPoint_t3791887218 * L_7 = V_1; NullCheck(L_6); Socket_Bind_m1387808352(L_6, L_7, /*hidden argument*/NULL); goto IL_005a; } // 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_004b; throw e; } CATCH_004b: { // begin catch(System.Net.Sockets.SocketException) { int32_t L_8 = V_0; if (((int64_t)L_8 + (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_8 + (int64_t)1 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),ServicePoint_CallEndPointDelegate_m2947487287_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); goto IL_005c; } IL_0055: { ; // IL_0055: leave IL_005a } } // end catch (depth: 1) IL_005a: { return (bool)1; } IL_005c: { goto IL_0014; } IL_0061: { bool L_9 = V_2; return L_9; } } #ifdef __clang__ #pragma clang diagnostic pop #endif