#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct 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 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 InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct 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 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.CookieException struct CookieException_t2325395694; // System.FormatException struct FormatException_t154580423; // System.String struct String_t; // System.Exception struct Exception_t; // 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.DigestClient struct DigestClient_t660790528; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Net.DigestSession struct DigestSession_t1433627624; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Net.Authorization struct Authorization_t542416582; // System.Net.ICredentials struct ICredentials_t725721261; // System.Net.HttpWebRequest struct HttpWebRequest_t1669436515; // System.Uri struct Uri_t100236324; // System.Net.DigestHeaderParser struct DigestHeaderParser_t341650829; // System.String[] struct StringU5BU5D_t1281789340; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t1432317219; // System.Text.Encoding struct Encoding_t1523322056; // System.Text.StringBuilder struct StringBuilder_t; // System.InvalidOperationException struct InvalidOperationException_t56020091; // System.Net.NetworkCredential struct NetworkCredential_t3282608323; // System.Net.IPHostEntry struct IPHostEntry_t263743900; // System.Net.IPAddress struct IPAddress_t241777590; // System.Net.Sockets.SocketException struct SocketException_t3852068672; // System.Type struct Type_t; // System.Net.IPAddress[] struct IPAddressU5BU5D_t596328627; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.ArgumentException struct ArgumentException_t132251570; // System.Net.EndPoint struct EndPoint_t982345378; // System.Net.SocketAddress struct SocketAddress_t3739769427; // System.NotImplementedException struct NotImplementedException_t3489357830; // System.Net.FileWebRequest struct FileWebRequest_t591858885; // System.Net.WebHeaderCollection struct WebHeaderCollection_t1942268960; // System.Collections.Specialized.NameValueCollection struct NameValueCollection_t407452768; // System.Net.IWebProxy struct IWebProxy_t688979836; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.Net.ProtocolViolationException struct ProtocolViolationException_t4144007430; // 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.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.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.IO.StreamReader struct StreamReader_t4009935899; // System.Char[] struct CharU5BU5D_t3528271667; // 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.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.CookieContainer struct CookieContainer_t2331592909; // 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.Net.Cookie struct Cookie_t993873397; // System.Net.CookieCollection struct CookieCollection_t3881042616; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // 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.Int32[] struct Int32U5BU5D_t385246372; // 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.Collections.Specialized.HybridDictionary struct HybridDictionary_t4070033136; // System.Net.ICertificatePolicy struct ICertificatePolicy_t2970473191; // System.Net.ServicePointManager/SPKey struct SPKey_t3654231119; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_t1693217257; // System.Collections.SortedList struct SortedList_t2427694641; // System.Net.ServicePointManager/ChainValidationHelper struct ChainValidationHelper_t320539540; // Mono.Security.Protocol.Tls.ValidationResult struct ValidationResult_t3834298736; // Mono.Security.X509.X509CertificateCollection struct X509CertificateCollection_t1542168550; // Mono.Security.X509.X509Certificate struct X509Certificate_t489243025; // System.Security.Cryptography.X509Certificates.X509Certificate2Collection struct X509Certificate2Collection_t2111161276; // System.IO.TextWriter struct TextWriter_t3478189236; // System.Security.Cryptography.X509Certificates.X509ExtensionCollection struct X509ExtensionCollection_t1350454579; // System.Security.Cryptography.X509Certificates.X509Extension struct X509Extension_t3272255153; // System.Security.Cryptography.X509Certificates.X509KeyUsageExtension struct X509KeyUsageExtension_t2042101591; // System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension struct X509EnhancedKeyUsageExtension_t4189149453; // System.Security.Cryptography.OidCollection struct OidCollection_t4234766844; // System.Security.Cryptography.Oid struct Oid_t3552120260; // System.Security.Cryptography.AsnEncodedData struct AsnEncodedData_t382354011; // Mono.Security.X509.X509ExtensionCollection struct X509ExtensionCollection_t609554709; // Mono.Security.X509.X509Extension struct X509Extension_t3173393653; // Mono.Security.X509.Extensions.SubjectAltNameExtension struct SubjectAltNameExtension_t1536937677; // System.Text.RegularExpressions.Regex struct Regex_t3657309853; // System.Text.RegularExpressions.MatchCollection struct MatchCollection_t1395363720; // System.Text.RegularExpressions.Group struct Group_t2468205786; // System.Text.RegularExpressions.GroupCollection struct GroupCollection_t69770484; // System.Text.RegularExpressions.Capture struct Capture_t2232016050; // System.Net.Sockets.LingerOption struct LingerOption_t2688985448; // System.IO.IOException struct IOException_t4088381929; // System.Collections.Queue struct Queue_t3637523393; // System.Net.Sockets.Socket/SocketAsyncResult struct SocketAsyncResult_t2080034863; // System.Net.Sockets.Socket/Worker struct Worker_t2051517921; // System.Net.Sockets.Socket/SocketAsyncCall struct SocketAsyncCall_t1521370843; // System.Security.SecurityException struct SecurityException_t975544473; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.MethodBase struct MethodBase_t; // System.Collections.Generic.List`1 struct List_1_t2465948139; // System.Net.CookieCollection/CookieCollectionComparer struct CookieCollectionComparer_t1373927847; // 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.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_t722666473; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // 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.Random struct Random_t108471755; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Collections.Specialized.NameObjectCollectionBase/_Item struct _Item_t2272350267; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t267601189; // System.Collections.IComparer struct IComparer_t1540313114; // System.Collections.Specialized.NameObjectCollectionBase/KeysCollection struct KeysCollection_t1318642398; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.Text.RegularExpressions.Group[] struct GroupU5BU5D_t1880820351; // System.Collections.Specialized.ListDictionary struct ListDictionary_t1624492310; // System.Collections.SortedList/Slot[] struct SlotU5BU5D_t227397015; // Mono.Security.ASN1 struct ASN1_t2114160833; // System.Text.RegularExpressions.Match struct Match_t3408321083; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // Mono.Security.X509.X509Certificate struct X509Certificate_t489243024; // System.Uri/UriScheme[] struct UriSchemeU5BU5D_t2082808316; // System.UriParser struct UriParser_t3890150400; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2171992254; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Reflection.Assembly struct Assembly_t; // System.Collections.Hashtable/Slot[] struct SlotU5BU5D_t2994659099; // System.Collections.Hashtable/HashKeys struct HashKeys_t1568156503; // System.Collections.Hashtable/HashValues struct HashValues_t618387445; // System.Text.RegularExpressions.CaptureCollection struct CaptureCollection_t1760593541; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Text.Decoder struct Decoder_t2204182725; // Mono.Security.X509.Extensions.GeneralNames struct GeneralNames_t2702294159; // System.IO.MemoryStream struct MemoryStream_t94973147; // System.Security.Cryptography.X509Certificates.PublicKey struct PublicKey_t3779582684; // System.Security.Cryptography.X509Certificates.X500DistinguishedName struct X500DistinguishedName_t875709727; // Mono.Security.Protocol.Tls.Context struct Context_t3971234707; // Mono.Security.Protocol.Tls.RecordProtocol struct RecordProtocol_t3759049701; // System.DelegateData struct DelegateData_t1677132599; // System.Text.RegularExpressions.IMachine struct IMachine_t2106687985; // System.Security.IPermission struct IPermission_t4015543450; // System.Security.Policy.Evidence struct Evidence_t2008144148; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4177511560; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // 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.IList`1> struct IList_1_t2098880770; // 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; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Security.Cryptography.X509Certificates.X509ChainElementCollection struct X509ChainElementCollection_t3110968994; // System.Security.Cryptography.X509Certificates.X509ChainElement struct X509ChainElement_t1464056338; // System.Security.Cryptography.X509Certificates.X509Store struct X509Store_t2922691911; // Mono.Security.Protocol.Tls.CertificateValidationCallback2 struct CertificateValidationCallback2_t1842476440; // System.IO.Compression.DeflateStream/UnmanagedReadOrWrite struct UnmanagedReadOrWrite_t876388624; // System.Text.RegularExpressions.FactoryCache struct FactoryCache_t2327118887; // System.Text.RegularExpressions.IMachineFactory struct IMachineFactory_t1209798546; // System.MulticastDelegate struct MulticastDelegate_t; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; // System.Security.Cryptography.RSA struct RSA_t2385438082; // System.Security.Cryptography.DSA struct DSA_t2386879874; 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* Hashtable_t1853889766_il2cpp_TypeInfo_var; extern RuntimeClass* DigestClient_t660790528_il2cpp_TypeInfo_var; extern const uint32_t DigestClient__cctor_m973447523_MetadataUsageId; extern const uint32_t DigestClient_get_Cache_m2977715726_MetadataUsageId; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern RuntimeClass* DigestSession_t1433627624_il2cpp_TypeInfo_var; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const uint32_t DigestClient_CheckExpired_m149989480_MetadataUsageId; extern RuntimeClass* HttpWebRequest_t1669436515_il2cpp_TypeInfo_var; extern String_t* _stringLiteral408052522; extern const uint32_t DigestClient_Authenticate_m568073821_MetadataUsageId; extern const uint32_t DigestClient_PreAuthenticate_m2772445502_MetadataUsageId; extern String_t* _stringLiteral408053514; extern const uint32_t DigestClient_get_AuthenticationType_m2210998317_MetadataUsageId; extern RuntimeClass* DigestHeaderParser_t341650829_il2cpp_TypeInfo_var; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern const uint32_t DigestHeaderParser__ctor_m1788016284_MetadataUsageId; extern String_t* _stringLiteral758819108; extern String_t* _stringLiteral757311465; extern String_t* _stringLiteral1984383495; extern String_t* _stringLiteral3493843776; extern String_t* _stringLiteral228012201; extern const uint32_t DigestHeaderParser__cctor_m4060796889_MetadataUsageId; extern const RuntimeMethod* Array_IndexOf_TisString_t_m3713066389_RuntimeMethod_var; extern String_t* _stringLiteral3622444184; extern const uint32_t DigestHeaderParser_Parse_m4245784917_MetadataUsageId; extern const uint32_t DigestSession__ctor_m601709392_MetadataUsageId; extern const uint32_t DigestSession__cctor_m318265375_MetadataUsageId; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern const uint32_t DigestSession_get_CNonce_m3083255582_MetadataUsageId; extern String_t* _stringLiteral3839139460; extern const uint32_t DigestSession_Parse_m1593461661_MetadataUsageId; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3451434968; extern const uint32_t DigestSession_HashToHexString_m2645563245_MetadataUsageId; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1283417808; extern String_t* _stringLiteral4223460666; extern const uint32_t DigestSession_HA1_m2108344264_MetadataUsageId; extern String_t* _stringLiteral1730043946; extern String_t* _stringLiteral3355789140; extern const uint32_t DigestSession_HA2_m1089477595_MetadataUsageId; extern String_t* _stringLiteral2405457962; extern String_t* _stringLiteral3845220048; extern String_t* _stringLiteral3452090360; extern const uint32_t DigestSession_Response_m3890789839_MetadataUsageId; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern RuntimeClass* ICredentials_t725721261_il2cpp_TypeInfo_var; extern RuntimeClass* Authorization_t542416582_il2cpp_TypeInfo_var; extern const RuntimeMethod* DigestSession_Authenticate_m842272638_RuntimeMethod_var; extern String_t* _stringLiteral853385045; extern String_t* _stringLiteral2835764726; extern String_t* _stringLiteral390258856; extern String_t* _stringLiteral2149745823; extern String_t* _stringLiteral598094336; extern String_t* _stringLiteral1288185710; extern String_t* _stringLiteral3689566763; extern String_t* _stringLiteral1678844783; extern String_t* _stringLiteral562804261; extern String_t* _stringLiteral2374921080; extern const uint32_t DigestSession_Authenticate_m842272638_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* IPAddress_t241777590_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern RuntimeClass* SocketException_t3852068672_il2cpp_TypeInfo_var; extern RuntimeClass* Type_t_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 RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; 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 String_t* _stringLiteral2350156779; 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 RuntimeClass* NotImplementedException_t3489357830_il2cpp_TypeInfo_var; extern const uint32_t EndPoint_NotImplemented_m866906924_MetadataUsageId; extern RuntimeClass* WebRequest_t1939381076_il2cpp_TypeInfo_var; 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* Uri_t100236324_0_0_0_var; extern const RuntimeType* FileAccess_t1659085276_0_0_0_var; extern RuntimeClass* IWebProxy_t688979836_il2cpp_TypeInfo_var; extern RuntimeClass* Uri_t100236324_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3982688427; extern String_t* _stringLiteral3460481212; extern String_t* _stringLiteral3313977880; 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 RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* FileWebRequest_set_Timeout_m2025134082_RuntimeMethod_var; extern String_t* _stringLiteral2320711255; extern const uint32_t FileWebRequest_set_Timeout_m2025134082_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* 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* Exception_t_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 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 RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; 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__B_m3681041041_RuntimeMethod_var; extern String_t* _stringLiteral3156635604; extern const uint32_t FtpWebRequest__ctor_m751131654_MetadataUsageId; 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 const RuntimeMethod* FtpWebRequest_set_Timeout_m1158875527_RuntimeMethod_var; extern const uint32_t FtpWebRequest_set_Timeout_m1158875527_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* _stringLiteral3452614529; 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* 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* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; 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__B_m3681041041_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 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 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 const RuntimeMethod* HttpWebRequest_set_Timeout_m3284739078_RuntimeMethod_var; extern const uint32_t HttpWebRequest_set_Timeout_m3284739078_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 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 RuntimeClass* CookieCollection_t3881042616_il2cpp_TypeInfo_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 RuntimeClass* Cookie_t993873397_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* CultureInfo_t4157843068_il2cpp_TypeInfo_var; 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 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__7_m1298834188_RuntimeMethod_var; extern const RuntimeMethod* U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_U3CU3Em__8_m3748334000_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__7_m1298834188_MetadataUsageId; extern RuntimeClass* X509Chain_t194917408_il2cpp_TypeInfo_var; extern const uint32_t U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_U3CU3Em__8_m3748334000_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; extern RuntimeClass* HybridDictionary_t4070033136_il2cpp_TypeInfo_var; extern RuntimeClass* DefaultCertificatePolicy_t3607119947_il2cpp_TypeInfo_var; extern const uint32_t ServicePointManager__cctor_m3222177795_MetadataUsageId; extern const uint32_t ServicePointManager_get_CertificatePolicy_m475600998_MetadataUsageId; extern const uint32_t ServicePointManager_get_CheckCertificateRevocationList_m1645465614_MetadataUsageId; extern const uint32_t ServicePointManager_get_SecurityProtocol_m966397919_MetadataUsageId; extern const uint32_t ServicePointManager_get_ServerCertificateValidationCallback_m2067275303_MetadataUsageId; extern const uint32_t ServicePointManager_set_ServerCertificateValidationCallback_m1752789210_MetadataUsageId; extern RuntimeClass* SPKey_t3654231119_il2cpp_TypeInfo_var; extern RuntimeClass* ServicePoint_t2786966844_il2cpp_TypeInfo_var; extern const RuntimeMethod* ServicePointManager_FindServicePoint_m4119451290_RuntimeMethod_var; extern String_t* _stringLiteral1973861653; extern String_t* _stringLiteral3140485902; extern String_t* _stringLiteral2054884799; extern String_t* _stringLiteral1057238085; extern String_t* _stringLiteral4122273294; extern const uint32_t ServicePointManager_FindServicePoint_m4119451290_MetadataUsageId; extern RuntimeClass* IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var; extern RuntimeClass* SortedList_t2427694641_il2cpp_TypeInfo_var; extern const uint32_t ServicePointManager_RecycleServicePoints_m1035558445_MetadataUsageId; extern RuntimeClass* ChainValidationHelper_t320539540_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3131474043; extern const uint32_t ChainValidationHelper__cctor_m2525778258_MetadataUsageId; extern const uint32_t ChainValidationHelper_get_Host_m1442257577_MetadataUsageId; extern RuntimeClass* X509ChainPolicy_t2426922870_il2cpp_TypeInfo_var; extern RuntimeClass* Console_t3208230065_il2cpp_TypeInfo_var; extern RuntimeClass* OSX509Certificates_t2347337007_il2cpp_TypeInfo_var; extern RuntimeClass* ICertificatePolicy_t2970473191_il2cpp_TypeInfo_var; extern RuntimeClass* ValidationResult_t3834298736_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2261031623; extern String_t* _stringLiteral2916259883; extern const uint32_t ChainValidationHelper_ValidateChain_m3259343348_MetadataUsageId; extern RuntimeClass* X509KeyUsageExtension_t2042101591_il2cpp_TypeInfo_var; extern RuntimeClass* X509EnhancedKeyUsageExtension_t4189149453_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1004423982; extern String_t* _stringLiteral1386761008; extern String_t* _stringLiteral1948411844; extern String_t* _stringLiteral116715971; extern String_t* _stringLiteral4008398740; extern String_t* _stringLiteral3268662202; extern String_t* _stringLiteral4129642534; extern const uint32_t ChainValidationHelper_CheckCertificateUsage_m3811510007_MetadataUsageId; extern RuntimeClass* SubjectAltNameExtension_t1536937677_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1004423984; extern const uint32_t ChainValidationHelper_CheckServerIdentity_m2649452138_MetadataUsageId; extern RuntimeClass* Regex_t3657309853_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4107337270; extern const uint32_t ChainValidationHelper_CheckDomainName_m85292850_MetadataUsageId; extern const uint32_t ChainValidationHelper_Match_m3752991024_MetadataUsageId; extern const uint32_t SPKey_Equals_m4205549017_MetadataUsageId; extern const RuntimeMethod* SocketAddress__ctor_m487026317_RuntimeMethod_var; extern String_t* _stringLiteral143065669; extern const uint32_t SocketAddress__ctor_m487026317_MetadataUsageId; extern String_t* _stringLiteral3456087958; extern String_t* _stringLiteral3452614611; extern const uint32_t SocketAddress_ToString_m797278434_MetadataUsageId; extern const uint32_t SocketAddress_Equals_m1857492818_MetadataUsageId; extern const RuntimeMethod* NetworkStream__ctor_m1235069144_RuntimeMethod_var; extern String_t* _stringLiteral378568648; extern String_t* _stringLiteral2822178690; extern String_t* _stringLiteral4269838979; extern String_t* _stringLiteral1603204531; extern String_t* _stringLiteral3079216641; extern const uint32_t NetworkStream__ctor_m1235069144_MetadataUsageId; extern const RuntimeMethod* NetworkStream_get_Length_m2134439603_RuntimeMethod_var; extern const uint32_t NetworkStream_get_Length_m2134439603_MetadataUsageId; extern const RuntimeMethod* NetworkStream_get_Position_m4060665641_RuntimeMethod_var; extern const uint32_t NetworkStream_get_Position_m4060665641_MetadataUsageId; extern const RuntimeMethod* NetworkStream_set_Position_m4274646361_RuntimeMethod_var; extern const uint32_t NetworkStream_set_Position_m4274646361_MetadataUsageId; extern const RuntimeMethod* NetworkStream_BeginRead_m194067695_RuntimeMethod_var; extern String_t* _stringLiteral3151922804; extern String_t* _stringLiteral2094099569; extern String_t* _stringLiteral1297442823; extern String_t* _stringLiteral1494032031; extern const uint32_t NetworkStream_BeginRead_m194067695_MetadataUsageId; extern const RuntimeMethod* NetworkStream_BeginWrite_m1919375747_RuntimeMethod_var; extern String_t* _stringLiteral1147189328; extern const uint32_t NetworkStream_BeginWrite_m1919375747_MetadataUsageId; extern const RuntimeMethod* NetworkStream_EndRead_m1637001035_RuntimeMethod_var; extern String_t* _stringLiteral2361515215; extern String_t* _stringLiteral4082446789; extern const uint32_t NetworkStream_EndRead_m1637001035_MetadataUsageId; extern const RuntimeMethod* NetworkStream_EndWrite_m2616051554_RuntimeMethod_var; extern String_t* _stringLiteral703312086; extern const uint32_t NetworkStream_EndWrite_m2616051554_MetadataUsageId; extern const RuntimeMethod* NetworkStream_Read_m89488240_RuntimeMethod_var; extern String_t* _stringLiteral2904657932; extern const uint32_t NetworkStream_Read_m89488240_MetadataUsageId; extern const RuntimeMethod* NetworkStream_Seek_m873044447_RuntimeMethod_var; extern const uint32_t NetworkStream_Seek_m873044447_MetadataUsageId; extern const RuntimeMethod* NetworkStream_SetLength_m1368482808_RuntimeMethod_var; extern const uint32_t NetworkStream_SetLength_m1368482808_MetadataUsageId; extern const RuntimeMethod* NetworkStream_Write_m172181053_RuntimeMethod_var; extern String_t* _stringLiteral4086727974; extern const uint32_t NetworkStream_Write_m172181053_MetadataUsageId; extern const RuntimeMethod* NetworkStream_CheckDisposed_m1614745601_RuntimeMethod_var; extern const uint32_t NetworkStream_CheckDisposed_m1614745601_MetadataUsageId; extern RuntimeClass* Queue_t3637523393_il2cpp_TypeInfo_var; extern const uint32_t Socket__ctor_m4043768444_MetadataUsageId; extern const RuntimeMethod* Socket__ctor_m3479084642_RuntimeMethod_var; extern String_t* _stringLiteral1167512685; extern const uint32_t Socket__ctor_m3479084642_MetadataUsageId; extern const uint32_t Socket__cctor_m857260626_MetadataUsageId; extern const RuntimeMethod* Socket_get_Available_m356510663_RuntimeMethod_var; extern const uint32_t Socket_get_Available_m356510663_MetadataUsageId; extern const RuntimeMethod* Socket_get_LocalEndPoint_m456692531_RuntimeMethod_var; extern const uint32_t Socket_get_LocalEndPoint_m456692531_MetadataUsageId; extern const RuntimeMethod* Socket_get_SendTimeout_m1649477733_RuntimeMethod_var; extern const uint32_t Socket_get_SendTimeout_m1649477733_MetadataUsageId; extern const RuntimeMethod* Socket_get_ReceiveTimeout_m3174888525_RuntimeMethod_var; extern const uint32_t Socket_get_ReceiveTimeout_m3174888525_MetadataUsageId; extern RuntimeClass* ThreadAbortException_t4074510458_il2cpp_TypeInfo_var; extern const RuntimeMethod* Socket_Accept_m4157022177_RuntimeMethod_var; extern const uint32_t Socket_Accept_m4157022177_MetadataUsageId; extern RuntimeClass* SocketAsyncResult_t2080034863_il2cpp_TypeInfo_var; extern RuntimeClass* Worker_t2051517921_il2cpp_TypeInfo_var; extern RuntimeClass* SocketAsyncCall_t1521370843_il2cpp_TypeInfo_var; extern const RuntimeMethod* Socket_BeginConnect_m2086241996_RuntimeMethod_var; extern const RuntimeMethod* Worker_Connect_m1006981636_RuntimeMethod_var; extern String_t* _stringLiteral977568017; extern const uint32_t Socket_BeginConnect_m2086241996_MetadataUsageId; extern const RuntimeMethod* Socket_BeginConnect_m1384072037_RuntimeMethod_var; extern String_t* _stringLiteral2700779465; extern const uint32_t Socket_BeginConnect_m1384072037_MetadataUsageId; extern const RuntimeMethod* Socket_BeginReceive_m2439065097_RuntimeMethod_var; extern const RuntimeMethod* Worker_Receive_m1302394886_RuntimeMethod_var; extern String_t* _stringLiteral4049040645; extern const uint32_t Socket_BeginReceive_m2439065097_MetadataUsageId; extern const RuntimeMethod* Socket_BeginSend_m2697766330_RuntimeMethod_var; extern const RuntimeMethod* Worker_Send_m1896362792_RuntimeMethod_var; extern String_t* _stringLiteral658978110; extern String_t* _stringLiteral1486498953; extern String_t* _stringLiteral626156474; extern String_t* _stringLiteral577902397; extern const uint32_t Socket_BeginSend_m2697766330_MetadataUsageId; extern RuntimeClass* SecurityException_t975544473_il2cpp_TypeInfo_var; extern const RuntimeMethod* Socket_Bind_m1387808352_RuntimeMethod_var; extern String_t* _stringLiteral2771286297; extern String_t* _stringLiteral3162181185; extern const uint32_t Socket_Bind_m1387808352_MetadataUsageId; extern const RuntimeMethod* Socket_EndConnect_m498417972_RuntimeMethod_var; extern String_t* _stringLiteral405358763; extern String_t* _stringLiteral489485050; extern const uint32_t Socket_EndConnect_m498417972_MetadataUsageId; extern const RuntimeMethod* Socket_EndReceive_m3009256849_RuntimeMethod_var; extern String_t* _stringLiteral2805378376; extern const uint32_t Socket_EndReceive_m3009256849_MetadataUsageId; extern const RuntimeMethod* Socket_EndSend_m1244041542_RuntimeMethod_var; extern String_t* _stringLiteral2204559566; extern const uint32_t Socket_EndSend_m1244041542_MetadataUsageId; extern String_t* _stringLiteral94377013; extern const uint32_t Socket_InvalidAsyncOp_m201745000_MetadataUsageId; extern const RuntimeMethod* Socket_Listen_m3184049021_RuntimeMethod_var; extern String_t* _stringLiteral3610551716; extern String_t* _stringLiteral3710116527; extern const uint32_t Socket_Listen_m3184049021_MetadataUsageId; extern const RuntimeMethod* Socket_Poll_m391414345_RuntimeMethod_var; extern String_t* _stringLiteral3928579774; extern const uint32_t Socket_Poll_m391414345_MetadataUsageId; extern const RuntimeMethod* Socket_Receive_m3794758455_RuntimeMethod_var; extern String_t* _stringLiteral1392340183; extern const uint32_t Socket_Receive_m3794758455_MetadataUsageId; extern const RuntimeMethod* Socket_ReceiveFrom_nochecks_exc_m3832376789_RuntimeMethod_var; extern String_t* _stringLiteral2246274263; extern String_t* _stringLiteral2107675532; extern const uint32_t Socket_ReceiveFrom_nochecks_exc_m3832376789_MetadataUsageId; extern const RuntimeMethod* Socket_Send_m2509318470_RuntimeMethod_var; extern const uint32_t Socket_Send_m2509318470_MetadataUsageId; extern const RuntimeMethod* Socket_SendTo_internal_m3673132649_RuntimeMethod_var; extern String_t* _stringLiteral4125287156; extern String_t* _stringLiteral861475681; extern const uint32_t Socket_SendTo_internal_m3673132649_MetadataUsageId; extern const RuntimeMethod* Socket_SendTo_nochecks_m2955493341_RuntimeMethod_var; extern const uint32_t Socket_SendTo_nochecks_m2955493341_MetadataUsageId; extern const RuntimeMethod* Socket_SetSocketOption_m2729927670_RuntimeMethod_var; extern String_t* _stringLiteral2756526534; extern const uint32_t Socket_SetSocketOption_m2729927670_MetadataUsageId; extern const uint32_t Socket_CheckProtocolSupport_m1722155143_MetadataUsageId; extern const uint32_t Socket_get_SupportsIPv4_m1296530015_MetadataUsageId; extern const uint32_t Socket_get_SupportsIPv6_m1296530017_MetadataUsageId; extern const RuntimeMethod* Socket_set_Blocking_m2255852279_RuntimeMethod_var; extern const uint32_t Socket_set_Blocking_m2255852279_MetadataUsageId; extern const RuntimeMethod* Socket_set_NoDelay_m3209939872_RuntimeMethod_var; extern const uint32_t Socket_set_NoDelay_m3209939872_MetadataUsageId; extern RuntimeClass* LingerOption_t2688985448_il2cpp_TypeInfo_var; extern const uint32_t Socket_Linger_m363798742_MetadataUsageId; extern const RuntimeMethod* Socket_Dispose_m3459017717_RuntimeMethod_var; extern const uint32_t Socket_Dispose_m3459017717_MetadataUsageId; extern const uint32_t Socket_Close_m3289097516_MetadataUsageId; extern const uint32_t Socket_Connect_internal_m2709146273_MetadataUsageId; extern const RuntimeMethod* Socket_Connect_internal_m1130612002_RuntimeMethod_var; extern const uint32_t Socket_Connect_internal_m1130612002_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2605904622; extern String_t* _stringLiteral3485748958; extern const uint32_t Socket_CheckEndPoint_m1541548901_MetadataUsageId; extern const RuntimeMethod* Socket_GetUnityCrossDomainHelperMethod_m2287295676_RuntimeMethod_var; extern String_t* _stringLiteral2613899517; extern String_t* _stringLiteral2658763118; extern String_t* _stringLiteral2169913713; extern const uint32_t Socket_GetUnityCrossDomainHelperMethod_m2287295676_MetadataUsageId; extern const RuntimeMethod* Socket_Connect_m2387904622_RuntimeMethod_var; extern String_t* _stringLiteral1060490584; extern const uint32_t Socket_Connect_m2387904622_MetadataUsageId; extern const RuntimeMethod* Socket_Poll_m2581499794_RuntimeMethod_var; extern const uint32_t Socket_Poll_m2581499794_MetadataUsageId; extern const uint32_t Socket_Receive_nochecks_m1265362885_MetadataUsageId; extern const uint32_t Socket_Send_nochecks_m3624015216_MetadataUsageId; extern RuntimeClass* MulticastOption_t3861143239_il2cpp_TypeInfo_var; extern const RuntimeMethod* Socket_GetSocketOption_m419986124_RuntimeMethod_var; extern const uint32_t Socket_GetSocketOption_m419986124_MetadataUsageId; extern const RuntimeMethod* Socket_SetSocketOption_m483522974_RuntimeMethod_var; extern const uint32_t Socket_SetSocketOption_m483522974_MetadataUsageId; struct StringU5BU5D_t1281789340; struct ByteU5BU5D_t4116647657; struct IPAddressU5BU5D_t596328627; struct CharU5BU5D_t3528271667; struct ObjectU5BU5D_t2843939325; struct UInt16U5BU5D_t3326319531; struct Int32U5BU5D_t385246372; 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 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 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 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; 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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFO_T4157843068_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 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 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 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 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 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 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 RuntimeObject { public: public: }; struct Stream_t1273022909_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t1273022909 * ___Null_0; public: inline static int32_t get_offset_of_Null_0() { return static_cast(offsetof(Stream_t1273022909_StaticFields, ___Null_0)); } inline Stream_t1273022909 * get_Null_0() const { return ___Null_0; } inline Stream_t1273022909 ** get_address_of_Null_0() { return &___Null_0; } inline void set_Null_0(Stream_t1273022909 * value) { ___Null_0 = value; Il2CppCodeGenWriteBarrier((&___Null_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_T1273022909_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 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 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 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 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 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 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 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 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 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 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 CAPTURE_T2232016050_H #define CAPTURE_T2232016050_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Capture struct Capture_t2232016050 : public RuntimeObject { public: // System.Int32 System.Text.RegularExpressions.Capture::index int32_t ___index_0; // System.Int32 System.Text.RegularExpressions.Capture::length int32_t ___length_1; // System.String System.Text.RegularExpressions.Capture::text String_t* ___text_2; public: inline static int32_t get_offset_of_index_0() { return static_cast(offsetof(Capture_t2232016050, ___index_0)); } inline int32_t get_index_0() const { return ___index_0; } inline int32_t* get_address_of_index_0() { return &___index_0; } inline void set_index_0(int32_t value) { ___index_0 = value; } inline static int32_t get_offset_of_length_1() { return static_cast(offsetof(Capture_t2232016050, ___length_1)); } inline int32_t get_length_1() const { return ___length_1; } inline int32_t* get_address_of_length_1() { return &___length_1; } inline void set_length_1(int32_t value) { ___length_1 = value; } inline static int32_t get_offset_of_text_2() { return static_cast(offsetof(Capture_t2232016050, ___text_2)); } inline String_t* get_text_2() const { return ___text_2; } inline String_t** get_address_of_text_2() { return &___text_2; } inline void set_text_2(String_t* value) { ___text_2 = value; Il2CppCodeGenWriteBarrier((&___text_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CAPTURE_T2232016050_H #ifndef LINGEROPTION_T2688985448_H #define LINGEROPTION_T2688985448_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.LingerOption struct LingerOption_t2688985448 : public RuntimeObject { public: // System.Boolean System.Net.Sockets.LingerOption::enabled bool ___enabled_0; // System.Int32 System.Net.Sockets.LingerOption::seconds int32_t ___seconds_1; public: inline static int32_t get_offset_of_enabled_0() { return static_cast(offsetof(LingerOption_t2688985448, ___enabled_0)); } inline bool get_enabled_0() const { return ___enabled_0; } inline bool* get_address_of_enabled_0() { return &___enabled_0; } inline void set_enabled_0(bool value) { ___enabled_0 = value; } inline static int32_t get_offset_of_seconds_1() { return static_cast(offsetof(LingerOption_t2688985448, ___seconds_1)); } inline int32_t get_seconds_1() const { return ___seconds_1; } inline int32_t* get_address_of_seconds_1() { return &___seconds_1; } inline void set_seconds_1(int32_t value) { ___seconds_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINGEROPTION_T2688985448_H #ifndef MULTICASTOPTION_T3861143239_H #define MULTICASTOPTION_T3861143239_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.MulticastOption struct MulticastOption_t3861143239 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTOPTION_T3861143239_H #ifndef QUEUE_T3637523393_H #define QUEUE_T3637523393_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Queue struct Queue_t3637523393 : public RuntimeObject { public: // System.Object[] System.Collections.Queue::_array ObjectU5BU5D_t2843939325* ____array_0; // System.Int32 System.Collections.Queue::_head int32_t ____head_1; // System.Int32 System.Collections.Queue::_size int32_t ____size_2; // System.Int32 System.Collections.Queue::_tail int32_t ____tail_3; // System.Int32 System.Collections.Queue::_growFactor int32_t ____growFactor_4; // System.Int32 System.Collections.Queue::_version int32_t ____version_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_t3637523393, ____array_0)); } inline ObjectU5BU5D_t2843939325* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_t2843939325** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_t2843939325* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((&____array_0), value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_t3637523393, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(Queue_t3637523393, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__tail_3() { return static_cast(offsetof(Queue_t3637523393, ____tail_3)); } inline int32_t get__tail_3() const { return ____tail_3; } inline int32_t* get_address_of__tail_3() { return &____tail_3; } inline void set__tail_3(int32_t value) { ____tail_3 = value; } inline static int32_t get_offset_of__growFactor_4() { return static_cast(offsetof(Queue_t3637523393, ____growFactor_4)); } inline int32_t get__growFactor_4() const { return ____growFactor_4; } inline int32_t* get_address_of__growFactor_4() { return &____growFactor_4; } inline void set__growFactor_4(int32_t value) { ____growFactor_4 = value; } inline static int32_t get_offset_of__version_5() { return static_cast(offsetof(Queue_t3637523393, ____version_5)); } inline int32_t get__version_5() const { return ____version_5; } inline int32_t* get_address_of__version_5() { return &____version_5; } inline void set__version_5(int32_t value) { ____version_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUEUE_T3637523393_H #ifndef WORKER_T2051517921_H #define WORKER_T2051517921_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.Socket/Worker struct Worker_t2051517921 : public RuntimeObject { public: // System.Net.Sockets.Socket/SocketAsyncResult System.Net.Sockets.Socket/Worker::result SocketAsyncResult_t2080034863 * ___result_0; // System.Boolean System.Net.Sockets.Socket/Worker::requireSocketSecurity bool ___requireSocketSecurity_1; // System.Int32 System.Net.Sockets.Socket/Worker::send_so_far int32_t ___send_so_far_2; public: inline static int32_t get_offset_of_result_0() { return static_cast(offsetof(Worker_t2051517921, ___result_0)); } inline SocketAsyncResult_t2080034863 * get_result_0() const { return ___result_0; } inline SocketAsyncResult_t2080034863 ** get_address_of_result_0() { return &___result_0; } inline void set_result_0(SocketAsyncResult_t2080034863 * value) { ___result_0 = value; Il2CppCodeGenWriteBarrier((&___result_0), value); } inline static int32_t get_offset_of_requireSocketSecurity_1() { return static_cast(offsetof(Worker_t2051517921, ___requireSocketSecurity_1)); } inline bool get_requireSocketSecurity_1() const { return ___requireSocketSecurity_1; } inline bool* get_address_of_requireSocketSecurity_1() { return &___requireSocketSecurity_1; } inline void set_requireSocketSecurity_1(bool value) { ___requireSocketSecurity_1 = value; } inline static int32_t get_offset_of_send_so_far_2() { return static_cast(offsetof(Worker_t2051517921, ___send_so_far_2)); } inline int32_t get_send_so_far_2() const { return ___send_so_far_2; } inline int32_t* get_address_of_send_so_far_2() { return &___send_so_far_2; } inline void set_send_so_far_2(int32_t value) { ___send_so_far_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WORKER_T2051517921_H #ifndef 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 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 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 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 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 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 RuntimeObject { public: public: }; struct TextReader_t283511965_StaticFields { public: // System.IO.TextReader System.IO.TextReader::Null TextReader_t283511965 * ___Null_0; public: inline static int32_t get_offset_of_Null_0() { return static_cast(offsetof(TextReader_t283511965_StaticFields, ___Null_0)); } inline TextReader_t283511965 * get_Null_0() const { return ___Null_0; } inline TextReader_t283511965 ** get_address_of_Null_0() { return &___Null_0; } inline void set_Null_0(TextReader_t283511965 * value) { ___Null_0 = value; Il2CppCodeGenWriteBarrier((&___Null_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTREADER_T283511965_H #ifndef GROUPCOLLECTION_T69770484_H #define GROUPCOLLECTION_T69770484_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.GroupCollection struct GroupCollection_t69770484 : public RuntimeObject { public: // System.Text.RegularExpressions.Group[] System.Text.RegularExpressions.GroupCollection::list GroupU5BU5D_t1880820351* ___list_0; // System.Int32 System.Text.RegularExpressions.GroupCollection::gap int32_t ___gap_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(GroupCollection_t69770484, ___list_0)); } inline GroupU5BU5D_t1880820351* get_list_0() const { return ___list_0; } inline GroupU5BU5D_t1880820351** get_address_of_list_0() { return &___list_0; } inline void set_list_0(GroupU5BU5D_t1880820351* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_gap_1() { return static_cast(offsetof(GroupCollection_t69770484, ___gap_1)); } inline int32_t get_gap_1() const { return ___gap_1; } inline int32_t* get_address_of_gap_1() { return &___gap_1; } inline void set_gap_1(int32_t value) { ___gap_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GROUPCOLLECTION_T69770484_H #ifndef HYBRIDDICTIONARY_T4070033136_H #define HYBRIDDICTIONARY_T4070033136_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.HybridDictionary struct HybridDictionary_t4070033136 : public RuntimeObject { public: // System.Boolean System.Collections.Specialized.HybridDictionary::caseInsensitive bool ___caseInsensitive_0; // System.Collections.Hashtable System.Collections.Specialized.HybridDictionary::hashtable Hashtable_t1853889766 * ___hashtable_1; // System.Collections.Specialized.ListDictionary System.Collections.Specialized.HybridDictionary::list ListDictionary_t1624492310 * ___list_2; public: inline static int32_t get_offset_of_caseInsensitive_0() { return static_cast(offsetof(HybridDictionary_t4070033136, ___caseInsensitive_0)); } inline bool get_caseInsensitive_0() const { return ___caseInsensitive_0; } inline bool* get_address_of_caseInsensitive_0() { return &___caseInsensitive_0; } inline void set_caseInsensitive_0(bool value) { ___caseInsensitive_0 = value; } inline static int32_t get_offset_of_hashtable_1() { return static_cast(offsetof(HybridDictionary_t4070033136, ___hashtable_1)); } inline Hashtable_t1853889766 * get_hashtable_1() const { return ___hashtable_1; } inline Hashtable_t1853889766 ** get_address_of_hashtable_1() { return &___hashtable_1; } inline void set_hashtable_1(Hashtable_t1853889766 * value) { ___hashtable_1 = value; Il2CppCodeGenWriteBarrier((&___hashtable_1), value); } inline static int32_t get_offset_of_list_2() { return static_cast(offsetof(HybridDictionary_t4070033136, ___list_2)); } inline ListDictionary_t1624492310 * get_list_2() const { return ___list_2; } inline ListDictionary_t1624492310 ** get_address_of_list_2() { return &___list_2; } inline void set_list_2(ListDictionary_t1624492310 * value) { ___list_2 = value; Il2CppCodeGenWriteBarrier((&___list_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HYBRIDDICTIONARY_T4070033136_H #ifndef SPKEY_T3654231119_H #define SPKEY_T3654231119_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ServicePointManager/SPKey struct SPKey_t3654231119 : public RuntimeObject { public: // System.Uri System.Net.ServicePointManager/SPKey::uri Uri_t100236324 * ___uri_0; // System.Boolean System.Net.ServicePointManager/SPKey::use_connect bool ___use_connect_1; public: inline static int32_t get_offset_of_uri_0() { return static_cast(offsetof(SPKey_t3654231119, ___uri_0)); } inline Uri_t100236324 * get_uri_0() const { return ___uri_0; } inline Uri_t100236324 ** get_address_of_uri_0() { return &___uri_0; } inline void set_uri_0(Uri_t100236324 * value) { ___uri_0 = value; Il2CppCodeGenWriteBarrier((&___uri_0), value); } inline static int32_t get_offset_of_use_connect_1() { return static_cast(offsetof(SPKey_t3654231119, ___use_connect_1)); } inline bool get_use_connect_1() const { return ___use_connect_1; } inline bool* get_address_of_use_connect_1() { return &___use_connect_1; } inline void set_use_connect_1(bool value) { ___use_connect_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SPKEY_T3654231119_H #ifndef SORTEDLIST_T2427694641_H #define SORTEDLIST_T2427694641_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.SortedList struct SortedList_t2427694641 : public RuntimeObject { public: // System.Int32 System.Collections.SortedList::inUse int32_t ___inUse_1; // System.Int32 System.Collections.SortedList::modificationCount int32_t ___modificationCount_2; // System.Collections.SortedList/Slot[] System.Collections.SortedList::table SlotU5BU5D_t227397015* ___table_3; // System.Collections.IComparer System.Collections.SortedList::comparer RuntimeObject* ___comparer_4; // System.Int32 System.Collections.SortedList::defaultCapacity int32_t ___defaultCapacity_5; public: inline static int32_t get_offset_of_inUse_1() { return static_cast(offsetof(SortedList_t2427694641, ___inUse_1)); } inline int32_t get_inUse_1() const { return ___inUse_1; } inline int32_t* get_address_of_inUse_1() { return &___inUse_1; } inline void set_inUse_1(int32_t value) { ___inUse_1 = value; } inline static int32_t get_offset_of_modificationCount_2() { return static_cast(offsetof(SortedList_t2427694641, ___modificationCount_2)); } inline int32_t get_modificationCount_2() const { return ___modificationCount_2; } inline int32_t* get_address_of_modificationCount_2() { return &___modificationCount_2; } inline void set_modificationCount_2(int32_t value) { ___modificationCount_2 = value; } inline static int32_t get_offset_of_table_3() { return static_cast(offsetof(SortedList_t2427694641, ___table_3)); } inline SlotU5BU5D_t227397015* get_table_3() const { return ___table_3; } inline SlotU5BU5D_t227397015** get_address_of_table_3() { return &___table_3; } inline void set_table_3(SlotU5BU5D_t227397015* value) { ___table_3 = value; Il2CppCodeGenWriteBarrier((&___table_3), value); } inline static int32_t get_offset_of_comparer_4() { return static_cast(offsetof(SortedList_t2427694641, ___comparer_4)); } inline RuntimeObject* get_comparer_4() const { return ___comparer_4; } inline RuntimeObject** get_address_of_comparer_4() { return &___comparer_4; } inline void set_comparer_4(RuntimeObject* value) { ___comparer_4 = value; Il2CppCodeGenWriteBarrier((&___comparer_4), value); } inline static int32_t get_offset_of_defaultCapacity_5() { return static_cast(offsetof(SortedList_t2427694641, ___defaultCapacity_5)); } inline int32_t get_defaultCapacity_5() const { return ___defaultCapacity_5; } inline int32_t* get_address_of_defaultCapacity_5() { return &___defaultCapacity_5; } inline void set_defaultCapacity_5(int32_t value) { ___defaultCapacity_5 = value; } }; struct SortedList_t2427694641_StaticFields { public: // System.Int32 System.Collections.SortedList::INITIAL_SIZE int32_t ___INITIAL_SIZE_0; public: inline static int32_t get_offset_of_INITIAL_SIZE_0() { return static_cast(offsetof(SortedList_t2427694641_StaticFields, ___INITIAL_SIZE_0)); } inline int32_t get_INITIAL_SIZE_0() const { return ___INITIAL_SIZE_0; } inline int32_t* get_address_of_INITIAL_SIZE_0() { return &___INITIAL_SIZE_0; } inline void set_INITIAL_SIZE_0(int32_t value) { ___INITIAL_SIZE_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SORTEDLIST_T2427694641_H #ifndef VALIDATIONRESULT_T3834298736_H #define VALIDATIONRESULT_T3834298736_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Protocol.Tls.ValidationResult struct ValidationResult_t3834298736 : public RuntimeObject { public: // System.Boolean Mono.Security.Protocol.Tls.ValidationResult::trusted bool ___trusted_0; // System.Boolean Mono.Security.Protocol.Tls.ValidationResult::user_denied bool ___user_denied_1; // System.Int32 Mono.Security.Protocol.Tls.ValidationResult::error_code int32_t ___error_code_2; public: inline static int32_t get_offset_of_trusted_0() { return static_cast(offsetof(ValidationResult_t3834298736, ___trusted_0)); } inline bool get_trusted_0() const { return ___trusted_0; } inline bool* get_address_of_trusted_0() { return &___trusted_0; } inline void set_trusted_0(bool value) { ___trusted_0 = value; } inline static int32_t get_offset_of_user_denied_1() { return static_cast(offsetof(ValidationResult_t3834298736, ___user_denied_1)); } inline bool get_user_denied_1() const { return ___user_denied_1; } inline bool* get_address_of_user_denied_1() { return &___user_denied_1; } inline void set_user_denied_1(bool value) { ___user_denied_1 = value; } inline static int32_t get_offset_of_error_code_2() { return static_cast(offsetof(ValidationResult_t3834298736, ___error_code_2)); } inline int32_t get_error_code_2() const { return ___error_code_2; } inline int32_t* get_address_of_error_code_2() { return &___error_code_2; } inline void set_error_code_2(int32_t value) { ___error_code_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VALIDATIONRESULT_T3834298736_H #ifndef TEXTWRITER_T3478189236_H #define TEXTWRITER_T3478189236_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextWriter struct TextWriter_t3478189236 : public RuntimeObject { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t3528271667* ___CoreNewLine_0; // System.IFormatProvider System.IO.TextWriter::internalFormatProvider RuntimeObject* ___internalFormatProvider_1; public: inline static int32_t get_offset_of_CoreNewLine_0() { return static_cast(offsetof(TextWriter_t3478189236, ___CoreNewLine_0)); } inline CharU5BU5D_t3528271667* get_CoreNewLine_0() const { return ___CoreNewLine_0; } inline CharU5BU5D_t3528271667** get_address_of_CoreNewLine_0() { return &___CoreNewLine_0; } inline void set_CoreNewLine_0(CharU5BU5D_t3528271667* value) { ___CoreNewLine_0 = value; Il2CppCodeGenWriteBarrier((&___CoreNewLine_0), value); } inline static int32_t get_offset_of_internalFormatProvider_1() { return static_cast(offsetof(TextWriter_t3478189236, ___internalFormatProvider_1)); } inline RuntimeObject* get_internalFormatProvider_1() const { return ___internalFormatProvider_1; } inline RuntimeObject** get_address_of_internalFormatProvider_1() { return &___internalFormatProvider_1; } inline void set_internalFormatProvider_1(RuntimeObject* value) { ___internalFormatProvider_1 = value; Il2CppCodeGenWriteBarrier((&___internalFormatProvider_1), value); } }; struct TextWriter_t3478189236_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t3478189236 * ___Null_2; public: inline static int32_t get_offset_of_Null_2() { return static_cast(offsetof(TextWriter_t3478189236_StaticFields, ___Null_2)); } inline TextWriter_t3478189236 * get_Null_2() const { return ___Null_2; } inline TextWriter_t3478189236 ** get_address_of_Null_2() { return &___Null_2; } inline void set_Null_2(TextWriter_t3478189236 * value) { ___Null_2 = value; Il2CppCodeGenWriteBarrier((&___Null_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTWRITER_T3478189236_H #ifndef X509EXTENSIONCOLLECTION_T1350454579_H #define X509EXTENSIONCOLLECTION_T1350454579_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509ExtensionCollection struct X509ExtensionCollection_t1350454579 : public RuntimeObject { public: // System.Collections.ArrayList System.Security.Cryptography.X509Certificates.X509ExtensionCollection::_list ArrayList_t2718874744 * ____list_0; public: inline static int32_t get_offset_of__list_0() { return static_cast(offsetof(X509ExtensionCollection_t1350454579, ____list_0)); } inline ArrayList_t2718874744 * get__list_0() const { return ____list_0; } inline ArrayList_t2718874744 ** get_address_of__list_0() { return &____list_0; } inline void set__list_0(ArrayList_t2718874744 * value) { ____list_0 = value; Il2CppCodeGenWriteBarrier((&____list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509EXTENSIONCOLLECTION_T1350454579_H #ifndef OIDCOLLECTION_T4234766844_H #define OIDCOLLECTION_T4234766844_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.OidCollection struct OidCollection_t4234766844 : public RuntimeObject { public: // System.Collections.ArrayList System.Security.Cryptography.OidCollection::_list ArrayList_t2718874744 * ____list_0; // System.Boolean System.Security.Cryptography.OidCollection::_readOnly bool ____readOnly_1; public: inline static int32_t get_offset_of__list_0() { return static_cast(offsetof(OidCollection_t4234766844, ____list_0)); } inline ArrayList_t2718874744 * get__list_0() const { return ____list_0; } inline ArrayList_t2718874744 ** get_address_of__list_0() { return &____list_0; } inline void set__list_0(ArrayList_t2718874744 * value) { ____list_0 = value; Il2CppCodeGenWriteBarrier((&____list_0), value); } inline static int32_t get_offset_of__readOnly_1() { return static_cast(offsetof(OidCollection_t4234766844, ____readOnly_1)); } inline bool get__readOnly_1() const { return ____readOnly_1; } inline bool* get_address_of__readOnly_1() { return &____readOnly_1; } inline void set__readOnly_1(bool value) { ____readOnly_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OIDCOLLECTION_T4234766844_H #ifndef OID_T3552120260_H #define OID_T3552120260_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.Oid struct Oid_t3552120260 : public RuntimeObject { public: // System.String System.Security.Cryptography.Oid::_value String_t* ____value_0; // System.String System.Security.Cryptography.Oid::_name String_t* ____name_1; public: inline static int32_t get_offset_of__value_0() { return static_cast(offsetof(Oid_t3552120260, ____value_0)); } inline String_t* get__value_0() const { return ____value_0; } inline String_t** get_address_of__value_0() { return &____value_0; } inline void set__value_0(String_t* value) { ____value_0 = value; Il2CppCodeGenWriteBarrier((&____value_0), value); } inline static int32_t get_offset_of__name_1() { return static_cast(offsetof(Oid_t3552120260, ____name_1)); } inline String_t* get__name_1() const { return ____name_1; } inline String_t** get_address_of__name_1() { return &____name_1; } inline void set__name_1(String_t* value) { ____name_1 = value; Il2CppCodeGenWriteBarrier((&____name_1), value); } }; struct Oid_t3552120260_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Security.Cryptography.Oid::<>f__switch$map10 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map10_2; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map10_2() { return static_cast(offsetof(Oid_t3552120260_StaticFields, ___U3CU3Ef__switchU24map10_2)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map10_2() const { return ___U3CU3Ef__switchU24map10_2; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map10_2() { return &___U3CU3Ef__switchU24map10_2; } inline void set_U3CU3Ef__switchU24map10_2(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map10_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map10_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OID_T3552120260_H #ifndef ASNENCODEDDATA_T382354011_H #define ASNENCODEDDATA_T382354011_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.AsnEncodedData struct AsnEncodedData_t382354011 : public RuntimeObject { public: // System.Security.Cryptography.Oid System.Security.Cryptography.AsnEncodedData::_oid Oid_t3552120260 * ____oid_0; // System.Byte[] System.Security.Cryptography.AsnEncodedData::_raw ByteU5BU5D_t4116647657* ____raw_1; public: inline static int32_t get_offset_of__oid_0() { return static_cast(offsetof(AsnEncodedData_t382354011, ____oid_0)); } inline Oid_t3552120260 * get__oid_0() const { return ____oid_0; } inline Oid_t3552120260 ** get_address_of__oid_0() { return &____oid_0; } inline void set__oid_0(Oid_t3552120260 * value) { ____oid_0 = value; Il2CppCodeGenWriteBarrier((&____oid_0), value); } inline static int32_t get_offset_of__raw_1() { return static_cast(offsetof(AsnEncodedData_t382354011, ____raw_1)); } inline ByteU5BU5D_t4116647657* get__raw_1() const { return ____raw_1; } inline ByteU5BU5D_t4116647657** get_address_of__raw_1() { return &____raw_1; } inline void set__raw_1(ByteU5BU5D_t4116647657* value) { ____raw_1 = value; Il2CppCodeGenWriteBarrier((&____raw_1), value); } }; struct AsnEncodedData_t382354011_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Security.Cryptography.AsnEncodedData::<>f__switch$mapA Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapA_2; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24mapA_2() { return static_cast(offsetof(AsnEncodedData_t382354011_StaticFields, ___U3CU3Ef__switchU24mapA_2)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapA_2() const { return ___U3CU3Ef__switchU24mapA_2; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapA_2() { return &___U3CU3Ef__switchU24mapA_2; } inline void set_U3CU3Ef__switchU24mapA_2(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapA_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapA_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASNENCODEDDATA_T382354011_H #ifndef X509EXTENSION_T3173393653_H #define X509EXTENSION_T3173393653_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509Extension struct X509Extension_t3173393653 : public RuntimeObject { public: // System.String Mono.Security.X509.X509Extension::extnOid String_t* ___extnOid_0; // System.Boolean Mono.Security.X509.X509Extension::extnCritical bool ___extnCritical_1; // Mono.Security.ASN1 Mono.Security.X509.X509Extension::extnValue ASN1_t2114160833 * ___extnValue_2; public: inline static int32_t get_offset_of_extnOid_0() { return static_cast(offsetof(X509Extension_t3173393653, ___extnOid_0)); } inline String_t* get_extnOid_0() const { return ___extnOid_0; } inline String_t** get_address_of_extnOid_0() { return &___extnOid_0; } inline void set_extnOid_0(String_t* value) { ___extnOid_0 = value; Il2CppCodeGenWriteBarrier((&___extnOid_0), value); } inline static int32_t get_offset_of_extnCritical_1() { return static_cast(offsetof(X509Extension_t3173393653, ___extnCritical_1)); } inline bool get_extnCritical_1() const { return ___extnCritical_1; } inline bool* get_address_of_extnCritical_1() { return &___extnCritical_1; } inline void set_extnCritical_1(bool value) { ___extnCritical_1 = value; } inline static int32_t get_offset_of_extnValue_2() { return static_cast(offsetof(X509Extension_t3173393653, ___extnValue_2)); } inline ASN1_t2114160833 * get_extnValue_2() const { return ___extnValue_2; } inline ASN1_t2114160833 ** get_address_of_extnValue_2() { return &___extnValue_2; } inline void set_extnValue_2(ASN1_t2114160833 * value) { ___extnValue_2 = value; Il2CppCodeGenWriteBarrier((&___extnValue_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509EXTENSION_T3173393653_H #ifndef MATCHCOLLECTION_T1395363720_H #define MATCHCOLLECTION_T1395363720_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.MatchCollection struct MatchCollection_t1395363720 : public RuntimeObject { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.MatchCollection::current Match_t3408321083 * ___current_0; // System.Collections.ArrayList System.Text.RegularExpressions.MatchCollection::list ArrayList_t2718874744 * ___list_1; public: inline static int32_t get_offset_of_current_0() { return static_cast(offsetof(MatchCollection_t1395363720, ___current_0)); } inline Match_t3408321083 * get_current_0() const { return ___current_0; } inline Match_t3408321083 ** get_address_of_current_0() { return &___current_0; } inline void set_current_0(Match_t3408321083 * value) { ___current_0 = value; Il2CppCodeGenWriteBarrier((&___current_0), value); } inline static int32_t get_offset_of_list_1() { return static_cast(offsetof(MatchCollection_t1395363720, ___list_1)); } inline ArrayList_t2718874744 * get_list_1() const { return ___list_1; } inline ArrayList_t2718874744 ** get_address_of_list_1() { return &___list_1; } inline void set_list_1(ArrayList_t2718874744 * value) { ___list_1 = value; Il2CppCodeGenWriteBarrier((&___list_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATCHCOLLECTION_T1395363720_H #ifndef 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 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 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 DIGESTCLIENT_T660790528_H #define DIGESTCLIENT_T660790528_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.DigestClient struct DigestClient_t660790528 : public RuntimeObject { public: public: }; struct DigestClient_t660790528_StaticFields { public: // System.Collections.Hashtable System.Net.DigestClient::cache Hashtable_t1853889766 * ___cache_0; public: inline static int32_t get_offset_of_cache_0() { return static_cast(offsetof(DigestClient_t660790528_StaticFields, ___cache_0)); } inline Hashtable_t1853889766 * get_cache_0() const { return ___cache_0; } inline Hashtable_t1853889766 ** get_address_of_cache_0() { return &___cache_0; } inline void set_cache_0(Hashtable_t1853889766 * value) { ___cache_0 = value; Il2CppCodeGenWriteBarrier((&___cache_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIGESTCLIENT_T660790528_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 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 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$map12 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map12_31; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map13 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map13_32; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map14 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map14_33; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map15 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map15_34; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map16 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map16_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__switchU24map12_31() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map12_31)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map12_31() const { return ___U3CU3Ef__switchU24map12_31; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map12_31() { return &___U3CU3Ef__switchU24map12_31; } inline void set_U3CU3Ef__switchU24map12_31(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map12_31 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map12_31), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map13_32() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map13_32)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map13_32() const { return ___U3CU3Ef__switchU24map13_32; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map13_32() { return &___U3CU3Ef__switchU24map13_32; } inline void set_U3CU3Ef__switchU24map13_32(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map13_32 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map13_32), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map14_33() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map14_33)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map14_33() const { return ___U3CU3Ef__switchU24map14_33; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map14_33() { return &___U3CU3Ef__switchU24map14_33; } inline void set_U3CU3Ef__switchU24map14_33(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map14_33 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map14_33), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map15_34() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map15_34)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map15_34() const { return ___U3CU3Ef__switchU24map15_34; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map15_34() { return &___U3CU3Ef__switchU24map15_34; } inline void set_U3CU3Ef__switchU24map15_34(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map15_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map15_34), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map16_35() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map16_35)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map16_35() const { return ___U3CU3Ef__switchU24map16_35; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map16_35() { return &___U3CU3Ef__switchU24map16_35; } inline void set_U3CU3Ef__switchU24map16_35(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map16_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map16_35), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URI_T100236324_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 SERIALIZATIONINFO_T950877179_H #define SERIALIZATIONINFO_T950877179_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179 : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Serialization.SerializationInfo::serialized Hashtable_t1853889766 * ___serialized_0; // System.Collections.ArrayList System.Runtime.Serialization.SerializationInfo::values ArrayList_t2718874744 * ___values_1; // System.String System.Runtime.Serialization.SerializationInfo::assemblyName String_t* ___assemblyName_2; // System.String System.Runtime.Serialization.SerializationInfo::fullTypeName String_t* ___fullTypeName_3; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::converter RuntimeObject* ___converter_4; public: inline static int32_t get_offset_of_serialized_0() { return static_cast(offsetof(SerializationInfo_t950877179, ___serialized_0)); } inline Hashtable_t1853889766 * get_serialized_0() const { return ___serialized_0; } inline Hashtable_t1853889766 ** get_address_of_serialized_0() { return &___serialized_0; } inline void set_serialized_0(Hashtable_t1853889766 * value) { ___serialized_0 = value; Il2CppCodeGenWriteBarrier((&___serialized_0), value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SerializationInfo_t950877179, ___values_1)); } inline ArrayList_t2718874744 * get_values_1() const { return ___values_1; } inline ArrayList_t2718874744 ** get_address_of_values_1() { return &___values_1; } inline void set_values_1(ArrayList_t2718874744 * value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((&___values_1), value); } inline static int32_t get_offset_of_assemblyName_2() { return static_cast(offsetof(SerializationInfo_t950877179, ___assemblyName_2)); } inline String_t* get_assemblyName_2() const { return ___assemblyName_2; } inline String_t** get_address_of_assemblyName_2() { return &___assemblyName_2; } inline void set_assemblyName_2(String_t* value) { ___assemblyName_2 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_2), value); } inline static int32_t get_offset_of_fullTypeName_3() { return static_cast(offsetof(SerializationInfo_t950877179, ___fullTypeName_3)); } inline String_t* get_fullTypeName_3() const { return ___fullTypeName_3; } inline String_t** get_address_of_fullTypeName_3() { return &___fullTypeName_3; } inline void set_fullTypeName_3(String_t* value) { ___fullTypeName_3 = value; Il2CppCodeGenWriteBarrier((&___fullTypeName_3), value); } inline static int32_t get_offset_of_converter_4() { return static_cast(offsetof(SerializationInfo_t950877179, ___converter_4)); } inline RuntimeObject* get_converter_4() const { return ___converter_4; } inline RuntimeObject** get_address_of_converter_4() { return &___converter_4; } inline void set_converter_4(RuntimeObject* value) { ___converter_4 = value; Il2CppCodeGenWriteBarrier((&___converter_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONINFO_T950877179_H #ifndef ENCODING_T1523322056_H #define ENCODING_T1523322056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Encoding struct Encoding_t1523322056 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::codePage int32_t ___codePage_0; // System.Int32 System.Text.Encoding::windows_code_page int32_t ___windows_code_page_1; // System.Boolean System.Text.Encoding::is_readonly bool ___is_readonly_2; // System.Text.DecoderFallback System.Text.Encoding::decoder_fallback DecoderFallback_t3123823036 * ___decoder_fallback_3; // System.Text.EncoderFallback System.Text.Encoding::encoder_fallback EncoderFallback_t1188251036 * ___encoder_fallback_4; // System.String System.Text.Encoding::body_name String_t* ___body_name_8; // System.String System.Text.Encoding::encoding_name String_t* ___encoding_name_9; // System.String System.Text.Encoding::header_name String_t* ___header_name_10; // System.Boolean System.Text.Encoding::is_mail_news_display bool ___is_mail_news_display_11; // System.Boolean System.Text.Encoding::is_mail_news_save bool ___is_mail_news_save_12; // System.Boolean System.Text.Encoding::is_browser_save bool ___is_browser_save_13; // System.Boolean System.Text.Encoding::is_browser_display bool ___is_browser_display_14; // System.String System.Text.Encoding::web_name String_t* ___web_name_15; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(Encoding_t1523322056, ___codePage_0)); } inline int32_t get_codePage_0() const { return ___codePage_0; } inline int32_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(int32_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_windows_code_page_1() { return static_cast(offsetof(Encoding_t1523322056, ___windows_code_page_1)); } inline int32_t get_windows_code_page_1() const { return ___windows_code_page_1; } inline int32_t* get_address_of_windows_code_page_1() { return &___windows_code_page_1; } inline void set_windows_code_page_1(int32_t value) { ___windows_code_page_1 = value; } inline static int32_t get_offset_of_is_readonly_2() { return static_cast(offsetof(Encoding_t1523322056, ___is_readonly_2)); } inline bool get_is_readonly_2() const { return ___is_readonly_2; } inline bool* get_address_of_is_readonly_2() { return &___is_readonly_2; } inline void set_is_readonly_2(bool value) { ___is_readonly_2 = value; } inline static int32_t get_offset_of_decoder_fallback_3() { return static_cast(offsetof(Encoding_t1523322056, ___decoder_fallback_3)); } inline DecoderFallback_t3123823036 * get_decoder_fallback_3() const { return ___decoder_fallback_3; } inline DecoderFallback_t3123823036 ** get_address_of_decoder_fallback_3() { return &___decoder_fallback_3; } inline void set_decoder_fallback_3(DecoderFallback_t3123823036 * value) { ___decoder_fallback_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_fallback_3), value); } inline static int32_t get_offset_of_encoder_fallback_4() { return static_cast(offsetof(Encoding_t1523322056, ___encoder_fallback_4)); } inline EncoderFallback_t1188251036 * get_encoder_fallback_4() const { return ___encoder_fallback_4; } inline EncoderFallback_t1188251036 ** get_address_of_encoder_fallback_4() { return &___encoder_fallback_4; } inline void set_encoder_fallback_4(EncoderFallback_t1188251036 * value) { ___encoder_fallback_4 = value; Il2CppCodeGenWriteBarrier((&___encoder_fallback_4), value); } inline static int32_t get_offset_of_body_name_8() { return static_cast(offsetof(Encoding_t1523322056, ___body_name_8)); } inline String_t* get_body_name_8() const { return ___body_name_8; } inline String_t** get_address_of_body_name_8() { return &___body_name_8; } inline void set_body_name_8(String_t* value) { ___body_name_8 = value; Il2CppCodeGenWriteBarrier((&___body_name_8), value); } inline static int32_t get_offset_of_encoding_name_9() { return static_cast(offsetof(Encoding_t1523322056, ___encoding_name_9)); } inline String_t* get_encoding_name_9() const { return ___encoding_name_9; } inline String_t** get_address_of_encoding_name_9() { return &___encoding_name_9; } inline void set_encoding_name_9(String_t* value) { ___encoding_name_9 = value; Il2CppCodeGenWriteBarrier((&___encoding_name_9), value); } inline static int32_t get_offset_of_header_name_10() { return static_cast(offsetof(Encoding_t1523322056, ___header_name_10)); } inline String_t* get_header_name_10() const { return ___header_name_10; } inline String_t** get_address_of_header_name_10() { return &___header_name_10; } inline void set_header_name_10(String_t* value) { ___header_name_10 = value; Il2CppCodeGenWriteBarrier((&___header_name_10), value); } inline static int32_t get_offset_of_is_mail_news_display_11() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_display_11)); } inline bool get_is_mail_news_display_11() const { return ___is_mail_news_display_11; } inline bool* get_address_of_is_mail_news_display_11() { return &___is_mail_news_display_11; } inline void set_is_mail_news_display_11(bool value) { ___is_mail_news_display_11 = value; } inline static int32_t get_offset_of_is_mail_news_save_12() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_save_12)); } inline bool get_is_mail_news_save_12() const { return ___is_mail_news_save_12; } inline bool* get_address_of_is_mail_news_save_12() { return &___is_mail_news_save_12; } inline void set_is_mail_news_save_12(bool value) { ___is_mail_news_save_12 = value; } inline static int32_t get_offset_of_is_browser_save_13() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_save_13)); } inline bool get_is_browser_save_13() const { return ___is_browser_save_13; } inline bool* get_address_of_is_browser_save_13() { return &___is_browser_save_13; } inline void set_is_browser_save_13(bool value) { ___is_browser_save_13 = value; } inline static int32_t get_offset_of_is_browser_display_14() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_display_14)); } inline bool get_is_browser_display_14() const { return ___is_browser_display_14; } inline bool* get_address_of_is_browser_display_14() { return &___is_browser_display_14; } inline void set_is_browser_display_14(bool value) { ___is_browser_display_14 = value; } inline static int32_t get_offset_of_web_name_15() { return static_cast(offsetof(Encoding_t1523322056, ___web_name_15)); } inline String_t* get_web_name_15() const { return ___web_name_15; } inline String_t** get_address_of_web_name_15() { return &___web_name_15; } inline void set_web_name_15(String_t* value) { ___web_name_15 = value; Il2CppCodeGenWriteBarrier((&___web_name_15), value); } }; struct Encoding_t1523322056_StaticFields { public: // System.Reflection.Assembly System.Text.Encoding::i18nAssembly Assembly_t * ___i18nAssembly_5; // System.Boolean System.Text.Encoding::i18nDisabled bool ___i18nDisabled_6; // System.Object[] System.Text.Encoding::encodings ObjectU5BU5D_t2843939325* ___encodings_7; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t1523322056 * ___asciiEncoding_16; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianEncoding Encoding_t1523322056 * ___bigEndianEncoding_17; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t1523322056 * ___defaultEncoding_18; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t1523322056 * ___utf7Encoding_19; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithMarkers Encoding_t1523322056 * ___utf8EncodingWithMarkers_20; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithoutMarkers Encoding_t1523322056 * ___utf8EncodingWithoutMarkers_21; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t1523322056 * ___unicodeEncoding_22; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::isoLatin1Encoding Encoding_t1523322056 * ___isoLatin1Encoding_23; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingUnsafe Encoding_t1523322056 * ___utf8EncodingUnsafe_24; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t1523322056 * ___utf32Encoding_25; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUTF32Encoding Encoding_t1523322056 * ___bigEndianUTF32Encoding_26; // System.Object System.Text.Encoding::lockobj RuntimeObject * ___lockobj_27; public: inline static int32_t get_offset_of_i18nAssembly_5() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nAssembly_5)); } inline Assembly_t * get_i18nAssembly_5() const { return ___i18nAssembly_5; } inline Assembly_t ** get_address_of_i18nAssembly_5() { return &___i18nAssembly_5; } inline void set_i18nAssembly_5(Assembly_t * value) { ___i18nAssembly_5 = value; Il2CppCodeGenWriteBarrier((&___i18nAssembly_5), value); } inline static int32_t get_offset_of_i18nDisabled_6() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nDisabled_6)); } inline bool get_i18nDisabled_6() const { return ___i18nDisabled_6; } inline bool* get_address_of_i18nDisabled_6() { return &___i18nDisabled_6; } inline void set_i18nDisabled_6(bool value) { ___i18nDisabled_6 = value; } inline static int32_t get_offset_of_encodings_7() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___encodings_7)); } inline ObjectU5BU5D_t2843939325* get_encodings_7() const { return ___encodings_7; } inline ObjectU5BU5D_t2843939325** get_address_of_encodings_7() { return &___encodings_7; } inline void set_encodings_7(ObjectU5BU5D_t2843939325* value) { ___encodings_7 = value; Il2CppCodeGenWriteBarrier((&___encodings_7), value); } inline static int32_t get_offset_of_asciiEncoding_16() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___asciiEncoding_16)); } inline Encoding_t1523322056 * get_asciiEncoding_16() const { return ___asciiEncoding_16; } inline Encoding_t1523322056 ** get_address_of_asciiEncoding_16() { return &___asciiEncoding_16; } inline void set_asciiEncoding_16(Encoding_t1523322056 * value) { ___asciiEncoding_16 = value; Il2CppCodeGenWriteBarrier((&___asciiEncoding_16), value); } inline static int32_t get_offset_of_bigEndianEncoding_17() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianEncoding_17)); } inline Encoding_t1523322056 * get_bigEndianEncoding_17() const { return ___bigEndianEncoding_17; } inline Encoding_t1523322056 ** get_address_of_bigEndianEncoding_17() { return &___bigEndianEncoding_17; } inline void set_bigEndianEncoding_17(Encoding_t1523322056 * value) { ___bigEndianEncoding_17 = value; Il2CppCodeGenWriteBarrier((&___bigEndianEncoding_17), value); } inline static int32_t get_offset_of_defaultEncoding_18() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___defaultEncoding_18)); } inline Encoding_t1523322056 * get_defaultEncoding_18() const { return ___defaultEncoding_18; } inline Encoding_t1523322056 ** get_address_of_defaultEncoding_18() { return &___defaultEncoding_18; } inline void set_defaultEncoding_18(Encoding_t1523322056 * value) { ___defaultEncoding_18 = value; Il2CppCodeGenWriteBarrier((&___defaultEncoding_18), value); } inline static int32_t get_offset_of_utf7Encoding_19() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf7Encoding_19)); } inline Encoding_t1523322056 * get_utf7Encoding_19() const { return ___utf7Encoding_19; } inline Encoding_t1523322056 ** get_address_of_utf7Encoding_19() { return &___utf7Encoding_19; } inline void set_utf7Encoding_19(Encoding_t1523322056 * value) { ___utf7Encoding_19 = value; Il2CppCodeGenWriteBarrier((&___utf7Encoding_19), value); } inline static int32_t get_offset_of_utf8EncodingWithMarkers_20() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithMarkers_20)); } inline Encoding_t1523322056 * get_utf8EncodingWithMarkers_20() const { return ___utf8EncodingWithMarkers_20; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithMarkers_20() { return &___utf8EncodingWithMarkers_20; } inline void set_utf8EncodingWithMarkers_20(Encoding_t1523322056 * value) { ___utf8EncodingWithMarkers_20 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithMarkers_20), value); } inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_21() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithoutMarkers_21)); } inline Encoding_t1523322056 * get_utf8EncodingWithoutMarkers_21() const { return ___utf8EncodingWithoutMarkers_21; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithoutMarkers_21() { return &___utf8EncodingWithoutMarkers_21; } inline void set_utf8EncodingWithoutMarkers_21(Encoding_t1523322056 * value) { ___utf8EncodingWithoutMarkers_21 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_21), value); } inline static int32_t get_offset_of_unicodeEncoding_22() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___unicodeEncoding_22)); } inline Encoding_t1523322056 * get_unicodeEncoding_22() const { return ___unicodeEncoding_22; } inline Encoding_t1523322056 ** get_address_of_unicodeEncoding_22() { return &___unicodeEncoding_22; } inline void set_unicodeEncoding_22(Encoding_t1523322056 * value) { ___unicodeEncoding_22 = value; Il2CppCodeGenWriteBarrier((&___unicodeEncoding_22), value); } inline static int32_t get_offset_of_isoLatin1Encoding_23() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___isoLatin1Encoding_23)); } inline Encoding_t1523322056 * get_isoLatin1Encoding_23() const { return ___isoLatin1Encoding_23; } inline Encoding_t1523322056 ** get_address_of_isoLatin1Encoding_23() { return &___isoLatin1Encoding_23; } inline void set_isoLatin1Encoding_23(Encoding_t1523322056 * value) { ___isoLatin1Encoding_23 = value; Il2CppCodeGenWriteBarrier((&___isoLatin1Encoding_23), value); } inline static int32_t get_offset_of_utf8EncodingUnsafe_24() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingUnsafe_24)); } inline Encoding_t1523322056 * get_utf8EncodingUnsafe_24() const { return ___utf8EncodingUnsafe_24; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingUnsafe_24() { return &___utf8EncodingUnsafe_24; } inline void set_utf8EncodingUnsafe_24(Encoding_t1523322056 * value) { ___utf8EncodingUnsafe_24 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingUnsafe_24), value); } inline static int32_t get_offset_of_utf32Encoding_25() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf32Encoding_25)); } inline Encoding_t1523322056 * get_utf32Encoding_25() const { return ___utf32Encoding_25; } inline Encoding_t1523322056 ** get_address_of_utf32Encoding_25() { return &___utf32Encoding_25; } inline void set_utf32Encoding_25(Encoding_t1523322056 * value) { ___utf32Encoding_25 = value; Il2CppCodeGenWriteBarrier((&___utf32Encoding_25), value); } inline static int32_t get_offset_of_bigEndianUTF32Encoding_26() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianUTF32Encoding_26)); } inline Encoding_t1523322056 * get_bigEndianUTF32Encoding_26() const { return ___bigEndianUTF32Encoding_26; } inline Encoding_t1523322056 ** get_address_of_bigEndianUTF32Encoding_26() { return &___bigEndianUTF32Encoding_26; } inline void set_bigEndianUTF32Encoding_26(Encoding_t1523322056 * value) { ___bigEndianUTF32Encoding_26 = value; Il2CppCodeGenWriteBarrier((&___bigEndianUTF32Encoding_26), value); } inline static int32_t get_offset_of_lockobj_27() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___lockobj_27)); } inline RuntimeObject * get_lockobj_27() const { return ___lockobj_27; } inline RuntimeObject ** get_address_of_lockobj_27() { return &___lockobj_27; } inline void set_lockobj_27(RuntimeObject * value) { ___lockobj_27 = value; Il2CppCodeGenWriteBarrier((&___lockobj_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T1523322056_H #ifndef DIGESTHEADERPARSER_T341650829_H #define DIGESTHEADERPARSER_T341650829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.DigestHeaderParser struct DigestHeaderParser_t341650829 : public RuntimeObject { public: // System.String System.Net.DigestHeaderParser::header String_t* ___header_0; // System.Int32 System.Net.DigestHeaderParser::length int32_t ___length_1; // System.Int32 System.Net.DigestHeaderParser::pos int32_t ___pos_2; // System.String[] System.Net.DigestHeaderParser::values StringU5BU5D_t1281789340* ___values_4; public: inline static int32_t get_offset_of_header_0() { return static_cast(offsetof(DigestHeaderParser_t341650829, ___header_0)); } inline String_t* get_header_0() const { return ___header_0; } inline String_t** get_address_of_header_0() { return &___header_0; } inline void set_header_0(String_t* value) { ___header_0 = value; Il2CppCodeGenWriteBarrier((&___header_0), value); } inline static int32_t get_offset_of_length_1() { return static_cast(offsetof(DigestHeaderParser_t341650829, ___length_1)); } inline int32_t get_length_1() const { return ___length_1; } inline int32_t* get_address_of_length_1() { return &___length_1; } inline void set_length_1(int32_t value) { ___length_1 = value; } inline static int32_t get_offset_of_pos_2() { return static_cast(offsetof(DigestHeaderParser_t341650829, ___pos_2)); } inline int32_t get_pos_2() const { return ___pos_2; } inline int32_t* get_address_of_pos_2() { return &___pos_2; } inline void set_pos_2(int32_t value) { ___pos_2 = value; } inline static int32_t get_offset_of_values_4() { return static_cast(offsetof(DigestHeaderParser_t341650829, ___values_4)); } inline StringU5BU5D_t1281789340* get_values_4() const { return ___values_4; } inline StringU5BU5D_t1281789340** get_address_of_values_4() { return &___values_4; } inline void set_values_4(StringU5BU5D_t1281789340* value) { ___values_4 = value; Il2CppCodeGenWriteBarrier((&___values_4), value); } }; struct DigestHeaderParser_t341650829_StaticFields { public: // System.String[] System.Net.DigestHeaderParser::keywords StringU5BU5D_t1281789340* ___keywords_3; public: inline static int32_t get_offset_of_keywords_3() { return static_cast(offsetof(DigestHeaderParser_t341650829_StaticFields, ___keywords_3)); } inline StringU5BU5D_t1281789340* get_keywords_3() const { return ___keywords_3; } inline StringU5BU5D_t1281789340** get_address_of_keywords_3() { return &___keywords_3; } inline void set_keywords_3(StringU5BU5D_t1281789340* value) { ___keywords_3 = value; Il2CppCodeGenWriteBarrier((&___keywords_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIGESTHEADERPARSER_T341650829_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 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 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 RANDOMNUMBERGENERATOR_T386037858_H #define RANDOMNUMBERGENERATOR_T386037858_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RANDOMNUMBERGENERATOR_T386037858_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 HASHTABLE_T1853889766_H #define HASHTABLE_T1853889766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable struct Hashtable_t1853889766 : public RuntimeObject { public: // System.Int32 System.Collections.Hashtable::inUse int32_t ___inUse_1; // System.Int32 System.Collections.Hashtable::modificationCount int32_t ___modificationCount_2; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_3; // System.Collections.Hashtable/Slot[] System.Collections.Hashtable::table SlotU5BU5D_t2994659099* ___table_4; // System.Int32[] System.Collections.Hashtable::hashes Int32U5BU5D_t385246372* ___hashes_5; // System.Int32 System.Collections.Hashtable::threshold int32_t ___threshold_6; // System.Collections.Hashtable/HashKeys System.Collections.Hashtable::hashKeys HashKeys_t1568156503 * ___hashKeys_7; // System.Collections.Hashtable/HashValues System.Collections.Hashtable::hashValues HashValues_t618387445 * ___hashValues_8; // System.Collections.IHashCodeProvider System.Collections.Hashtable::hcpRef RuntimeObject* ___hcpRef_9; // System.Collections.IComparer System.Collections.Hashtable::comparerRef RuntimeObject* ___comparerRef_10; // System.Runtime.Serialization.SerializationInfo System.Collections.Hashtable::serializationInfo SerializationInfo_t950877179 * ___serializationInfo_11; // System.Collections.IEqualityComparer System.Collections.Hashtable::equalityComparer RuntimeObject* ___equalityComparer_12; public: inline static int32_t get_offset_of_inUse_1() { return static_cast(offsetof(Hashtable_t1853889766, ___inUse_1)); } inline int32_t get_inUse_1() const { return ___inUse_1; } inline int32_t* get_address_of_inUse_1() { return &___inUse_1; } inline void set_inUse_1(int32_t value) { ___inUse_1 = value; } inline static int32_t get_offset_of_modificationCount_2() { return static_cast(offsetof(Hashtable_t1853889766, ___modificationCount_2)); } inline int32_t get_modificationCount_2() const { return ___modificationCount_2; } inline int32_t* get_address_of_modificationCount_2() { return &___modificationCount_2; } inline void set_modificationCount_2(int32_t value) { ___modificationCount_2 = value; } inline static int32_t get_offset_of_loadFactor_3() { return static_cast(offsetof(Hashtable_t1853889766, ___loadFactor_3)); } inline float get_loadFactor_3() const { return ___loadFactor_3; } inline float* get_address_of_loadFactor_3() { return &___loadFactor_3; } inline void set_loadFactor_3(float value) { ___loadFactor_3 = value; } inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Hashtable_t1853889766, ___table_4)); } inline SlotU5BU5D_t2994659099* get_table_4() const { return ___table_4; } inline SlotU5BU5D_t2994659099** get_address_of_table_4() { return &___table_4; } inline void set_table_4(SlotU5BU5D_t2994659099* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_hashes_5() { return static_cast(offsetof(Hashtable_t1853889766, ___hashes_5)); } inline Int32U5BU5D_t385246372* get_hashes_5() const { return ___hashes_5; } inline Int32U5BU5D_t385246372** get_address_of_hashes_5() { return &___hashes_5; } inline void set_hashes_5(Int32U5BU5D_t385246372* value) { ___hashes_5 = value; Il2CppCodeGenWriteBarrier((&___hashes_5), value); } inline static int32_t get_offset_of_threshold_6() { return static_cast(offsetof(Hashtable_t1853889766, ___threshold_6)); } inline int32_t get_threshold_6() const { return ___threshold_6; } inline int32_t* get_address_of_threshold_6() { return &___threshold_6; } inline void set_threshold_6(int32_t value) { ___threshold_6 = value; } inline static int32_t get_offset_of_hashKeys_7() { return static_cast(offsetof(Hashtable_t1853889766, ___hashKeys_7)); } inline HashKeys_t1568156503 * get_hashKeys_7() const { return ___hashKeys_7; } inline HashKeys_t1568156503 ** get_address_of_hashKeys_7() { return &___hashKeys_7; } inline void set_hashKeys_7(HashKeys_t1568156503 * value) { ___hashKeys_7 = value; Il2CppCodeGenWriteBarrier((&___hashKeys_7), value); } inline static int32_t get_offset_of_hashValues_8() { return static_cast(offsetof(Hashtable_t1853889766, ___hashValues_8)); } inline HashValues_t618387445 * get_hashValues_8() const { return ___hashValues_8; } inline HashValues_t618387445 ** get_address_of_hashValues_8() { return &___hashValues_8; } inline void set_hashValues_8(HashValues_t618387445 * value) { ___hashValues_8 = value; Il2CppCodeGenWriteBarrier((&___hashValues_8), value); } inline static int32_t get_offset_of_hcpRef_9() { return static_cast(offsetof(Hashtable_t1853889766, ___hcpRef_9)); } inline RuntimeObject* get_hcpRef_9() const { return ___hcpRef_9; } inline RuntimeObject** get_address_of_hcpRef_9() { return &___hcpRef_9; } inline void set_hcpRef_9(RuntimeObject* value) { ___hcpRef_9 = value; Il2CppCodeGenWriteBarrier((&___hcpRef_9), value); } inline static int32_t get_offset_of_comparerRef_10() { return static_cast(offsetof(Hashtable_t1853889766, ___comparerRef_10)); } inline RuntimeObject* get_comparerRef_10() const { return ___comparerRef_10; } inline RuntimeObject** get_address_of_comparerRef_10() { return &___comparerRef_10; } inline void set_comparerRef_10(RuntimeObject* value) { ___comparerRef_10 = value; Il2CppCodeGenWriteBarrier((&___comparerRef_10), value); } inline static int32_t get_offset_of_serializationInfo_11() { return static_cast(offsetof(Hashtable_t1853889766, ___serializationInfo_11)); } inline SerializationInfo_t950877179 * get_serializationInfo_11() const { return ___serializationInfo_11; } inline SerializationInfo_t950877179 ** get_address_of_serializationInfo_11() { return &___serializationInfo_11; } inline void set_serializationInfo_11(SerializationInfo_t950877179 * value) { ___serializationInfo_11 = value; Il2CppCodeGenWriteBarrier((&___serializationInfo_11), value); } inline static int32_t get_offset_of_equalityComparer_12() { return static_cast(offsetof(Hashtable_t1853889766, ___equalityComparer_12)); } inline RuntimeObject* get_equalityComparer_12() const { return ___equalityComparer_12; } inline RuntimeObject** get_address_of_equalityComparer_12() { return &___equalityComparer_12; } inline void set_equalityComparer_12(RuntimeObject* value) { ___equalityComparer_12 = value; Il2CppCodeGenWriteBarrier((&___equalityComparer_12), value); } }; struct Hashtable_t1853889766_StaticFields { public: // System.Int32[] System.Collections.Hashtable::primeTbl Int32U5BU5D_t385246372* ___primeTbl_13; public: inline static int32_t get_offset_of_primeTbl_13() { return static_cast(offsetof(Hashtable_t1853889766_StaticFields, ___primeTbl_13)); } inline Int32U5BU5D_t385246372* get_primeTbl_13() const { return ___primeTbl_13; } inline Int32U5BU5D_t385246372** get_address_of_primeTbl_13() { return &___primeTbl_13; } inline void set_primeTbl_13(Int32U5BU5D_t385246372* value) { ___primeTbl_13 = value; Il2CppCodeGenWriteBarrier((&___primeTbl_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHTABLE_T1853889766_H #ifndef NETWORKCREDENTIAL_T3282608323_H #define NETWORKCREDENTIAL_T3282608323_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.NetworkCredential struct NetworkCredential_t3282608323 : public RuntimeObject { public: // System.String System.Net.NetworkCredential::userName String_t* ___userName_0; // System.String System.Net.NetworkCredential::password String_t* ___password_1; // System.String System.Net.NetworkCredential::domain String_t* ___domain_2; public: inline static int32_t get_offset_of_userName_0() { return static_cast(offsetof(NetworkCredential_t3282608323, ___userName_0)); } inline String_t* get_userName_0() const { return ___userName_0; } inline String_t** get_address_of_userName_0() { return &___userName_0; } inline void set_userName_0(String_t* value) { ___userName_0 = value; Il2CppCodeGenWriteBarrier((&___userName_0), value); } inline static int32_t get_offset_of_password_1() { return static_cast(offsetof(NetworkCredential_t3282608323, ___password_1)); } inline String_t* get_password_1() const { return ___password_1; } inline String_t** get_address_of_password_1() { return &___password_1; } inline void set_password_1(String_t* value) { ___password_1 = value; Il2CppCodeGenWriteBarrier((&___password_1), value); } inline static int32_t get_offset_of_domain_2() { return static_cast(offsetof(NetworkCredential_t3282608323, ___domain_2)); } inline String_t* get_domain_2() const { return ___domain_2; } inline String_t** get_address_of_domain_2() { return &___domain_2; } inline void set_domain_2(String_t* value) { ___domain_2 = value; Il2CppCodeGenWriteBarrier((&___domain_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETWORKCREDENTIAL_T3282608323_H #ifndef 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.String System.Net.Authorization::connectionGroupId String_t* ___connectionGroupId_2; // System.Net.IAuthenticationModule System.Net.Authorization::module RuntimeObject* ___module_3; 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_connectionGroupId_2() { return static_cast(offsetof(Authorization_t542416582, ___connectionGroupId_2)); } inline String_t* get_connectionGroupId_2() const { return ___connectionGroupId_2; } inline String_t** get_address_of_connectionGroupId_2() { return &___connectionGroupId_2; } inline void set_connectionGroupId_2(String_t* value) { ___connectionGroupId_2 = value; Il2CppCodeGenWriteBarrier((&___connectionGroupId_2), value); } inline static int32_t get_offset_of_module_3() { return static_cast(offsetof(Authorization_t542416582, ___module_3)); } inline RuntimeObject* get_module_3() const { return ___module_3; } inline RuntimeObject** get_address_of_module_3() { return &___module_3; } inline void set_module_3(RuntimeObject* value) { ___module_3 = value; Il2CppCodeGenWriteBarrier((&___module_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHORIZATION_T542416582_H #ifndef HASHALGORITHM_T1432317219_H #define HASHALGORITHM_T1432317219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t1432317219 : public RuntimeObject { public: // System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue ByteU5BU5D_t4116647657* ___HashValue_0; // System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue int32_t ___HashSizeValue_1; // System.Int32 System.Security.Cryptography.HashAlgorithm::State int32_t ___State_2; // System.Boolean System.Security.Cryptography.HashAlgorithm::disposed bool ___disposed_3; public: inline static int32_t get_offset_of_HashValue_0() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___HashValue_0)); } inline ByteU5BU5D_t4116647657* get_HashValue_0() const { return ___HashValue_0; } inline ByteU5BU5D_t4116647657** get_address_of_HashValue_0() { return &___HashValue_0; } inline void set_HashValue_0(ByteU5BU5D_t4116647657* value) { ___HashValue_0 = value; Il2CppCodeGenWriteBarrier((&___HashValue_0), value); } inline static int32_t get_offset_of_HashSizeValue_1() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___HashSizeValue_1)); } inline int32_t get_HashSizeValue_1() const { return ___HashSizeValue_1; } inline int32_t* get_address_of_HashSizeValue_1() { return &___HashSizeValue_1; } inline void set_HashSizeValue_1(int32_t value) { ___HashSizeValue_1 = value; } inline static int32_t get_offset_of_State_2() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___State_2)); } inline int32_t get_State_2() const { return ___State_2; } inline int32_t* get_address_of_State_2() { return &___State_2; } inline void set_State_2(int32_t value) { ___State_2 = value; } inline static int32_t get_offset_of_disposed_3() { return static_cast(offsetof(HashAlgorithm_t1432317219, ___disposed_3)); } inline bool get_disposed_3() const { return ___disposed_3; } inline bool* get_address_of_disposed_3() { return &___disposed_3; } inline void set_disposed_3(bool value) { ___disposed_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHALGORITHM_T1432317219_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 GROUP_T2468205786_H #define GROUP_T2468205786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Group struct Group_t2468205786 : public Capture_t2232016050 { public: // System.Boolean System.Text.RegularExpressions.Group::success bool ___success_4; // System.Text.RegularExpressions.CaptureCollection System.Text.RegularExpressions.Group::captures CaptureCollection_t1760593541 * ___captures_5; public: inline static int32_t get_offset_of_success_4() { return static_cast(offsetof(Group_t2468205786, ___success_4)); } inline bool get_success_4() const { return ___success_4; } inline bool* get_address_of_success_4() { return &___success_4; } inline void set_success_4(bool value) { ___success_4 = value; } inline static int32_t get_offset_of_captures_5() { return static_cast(offsetof(Group_t2468205786, ___captures_5)); } inline CaptureCollection_t1760593541 * get_captures_5() const { return ___captures_5; } inline CaptureCollection_t1760593541 ** get_address_of_captures_5() { return &___captures_5; } inline void set_captures_5(CaptureCollection_t1760593541 * value) { ___captures_5 = value; Il2CppCodeGenWriteBarrier((&___captures_5), value); } }; struct Group_t2468205786_StaticFields { public: // System.Text.RegularExpressions.Group System.Text.RegularExpressions.Group::Fail Group_t2468205786 * ___Fail_3; public: inline static int32_t get_offset_of_Fail_3() { return static_cast(offsetof(Group_t2468205786_StaticFields, ___Fail_3)); } inline Group_t2468205786 * get_Fail_3() const { return ___Fail_3; } inline Group_t2468205786 ** get_address_of_Fail_3() { return &___Fail_3; } inline void set_Fail_3(Group_t2468205786 * value) { ___Fail_3 = value; Il2CppCodeGenWriteBarrier((&___Fail_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GROUP_T2468205786_H #ifndef CHAR_T3634460470_H #define CHAR_T3634460470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_t3634460470 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Char_t3634460470, ___m_value_2)); } inline Il2CppChar get_m_value_2() const { return ___m_value_2; } inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(Il2CppChar value) { ___m_value_2 = value; } }; struct Char_t3634460470_StaticFields { public: // System.Byte* System.Char::category_data uint8_t* ___category_data_3; // System.Byte* System.Char::numeric_data uint8_t* ___numeric_data_4; // System.Double* System.Char::numeric_data_values double* ___numeric_data_values_5; // System.UInt16* System.Char::to_lower_data_low uint16_t* ___to_lower_data_low_6; // System.UInt16* System.Char::to_lower_data_high uint16_t* ___to_lower_data_high_7; // System.UInt16* System.Char::to_upper_data_low uint16_t* ___to_upper_data_low_8; // System.UInt16* System.Char::to_upper_data_high uint16_t* ___to_upper_data_high_9; public: inline static int32_t get_offset_of_category_data_3() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); } inline uint8_t* get_category_data_3() const { return ___category_data_3; } inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; } inline void set_category_data_3(uint8_t* value) { ___category_data_3 = value; } inline static int32_t get_offset_of_numeric_data_4() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); } inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; } inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; } inline void set_numeric_data_4(uint8_t* value) { ___numeric_data_4 = value; } inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); } inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; } inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; } inline void set_numeric_data_values_5(double* value) { ___numeric_data_values_5 = value; } inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); } inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; } inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; } inline void set_to_lower_data_low_6(uint16_t* value) { ___to_lower_data_low_6 = value; } inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); } inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; } inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; } inline void set_to_lower_data_high_7(uint16_t* value) { ___to_lower_data_high_7 = value; } inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); } inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; } inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; } inline void set_to_upper_data_low_8(uint16_t* value) { ___to_upper_data_low_8 = value; } inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); } inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; } inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; } inline void set_to_upper_data_high_9(uint16_t* value) { ___to_upper_data_high_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_T3634460470_H #ifndef 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 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 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 X509CERTIFICATECOLLECTION_T1542168550_H #define X509CERTIFICATECOLLECTION_T1542168550_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509CertificateCollection struct X509CertificateCollection_t1542168550 : public CollectionBase_t2727926298 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATECOLLECTION_T1542168550_H #ifndef 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 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_1; // System.Char[] System.IO.StreamReader::decoded_buffer CharU5BU5D_t3528271667* ___decoded_buffer_2; // System.Int32 System.IO.StreamReader::decoded_count int32_t ___decoded_count_3; // System.Int32 System.IO.StreamReader::pos int32_t ___pos_4; // System.Int32 System.IO.StreamReader::buffer_size int32_t ___buffer_size_5; // System.Int32 System.IO.StreamReader::do_checks int32_t ___do_checks_6; // System.Text.Encoding System.IO.StreamReader::encoding Encoding_t1523322056 * ___encoding_7; // System.Text.Decoder System.IO.StreamReader::decoder Decoder_t2204182725 * ___decoder_8; // System.IO.Stream System.IO.StreamReader::base_stream Stream_t1273022909 * ___base_stream_9; // System.Boolean System.IO.StreamReader::mayBlock bool ___mayBlock_10; // System.Text.StringBuilder System.IO.StreamReader::line_builder StringBuilder_t * ___line_builder_11; // System.Boolean System.IO.StreamReader::foundCR bool ___foundCR_13; public: inline static int32_t get_offset_of_input_buffer_1() { return static_cast(offsetof(StreamReader_t4009935899, ___input_buffer_1)); } inline ByteU5BU5D_t4116647657* get_input_buffer_1() const { return ___input_buffer_1; } inline ByteU5BU5D_t4116647657** get_address_of_input_buffer_1() { return &___input_buffer_1; } inline void set_input_buffer_1(ByteU5BU5D_t4116647657* value) { ___input_buffer_1 = value; Il2CppCodeGenWriteBarrier((&___input_buffer_1), value); } inline static int32_t get_offset_of_decoded_buffer_2() { return static_cast(offsetof(StreamReader_t4009935899, ___decoded_buffer_2)); } inline CharU5BU5D_t3528271667* get_decoded_buffer_2() const { return ___decoded_buffer_2; } inline CharU5BU5D_t3528271667** get_address_of_decoded_buffer_2() { return &___decoded_buffer_2; } inline void set_decoded_buffer_2(CharU5BU5D_t3528271667* value) { ___decoded_buffer_2 = value; Il2CppCodeGenWriteBarrier((&___decoded_buffer_2), value); } inline static int32_t get_offset_of_decoded_count_3() { return static_cast(offsetof(StreamReader_t4009935899, ___decoded_count_3)); } inline int32_t get_decoded_count_3() const { return ___decoded_count_3; } inline int32_t* get_address_of_decoded_count_3() { return &___decoded_count_3; } inline void set_decoded_count_3(int32_t value) { ___decoded_count_3 = value; } inline static int32_t get_offset_of_pos_4() { return static_cast(offsetof(StreamReader_t4009935899, ___pos_4)); } inline int32_t get_pos_4() const { return ___pos_4; } inline int32_t* get_address_of_pos_4() { return &___pos_4; } inline void set_pos_4(int32_t value) { ___pos_4 = value; } inline static int32_t get_offset_of_buffer_size_5() { return static_cast(offsetof(StreamReader_t4009935899, ___buffer_size_5)); } inline int32_t get_buffer_size_5() const { return ___buffer_size_5; } inline int32_t* get_address_of_buffer_size_5() { return &___buffer_size_5; } inline void set_buffer_size_5(int32_t value) { ___buffer_size_5 = value; } inline static int32_t get_offset_of_do_checks_6() { return static_cast(offsetof(StreamReader_t4009935899, ___do_checks_6)); } inline int32_t get_do_checks_6() const { return ___do_checks_6; } inline int32_t* get_address_of_do_checks_6() { return &___do_checks_6; } inline void set_do_checks_6(int32_t value) { ___do_checks_6 = value; } inline static int32_t get_offset_of_encoding_7() { return static_cast(offsetof(StreamReader_t4009935899, ___encoding_7)); } inline Encoding_t1523322056 * get_encoding_7() const { return ___encoding_7; } inline Encoding_t1523322056 ** get_address_of_encoding_7() { return &___encoding_7; } inline void set_encoding_7(Encoding_t1523322056 * value) { ___encoding_7 = value; Il2CppCodeGenWriteBarrier((&___encoding_7), value); } inline static int32_t get_offset_of_decoder_8() { return static_cast(offsetof(StreamReader_t4009935899, ___decoder_8)); } inline Decoder_t2204182725 * get_decoder_8() const { return ___decoder_8; } inline Decoder_t2204182725 ** get_address_of_decoder_8() { return &___decoder_8; } inline void set_decoder_8(Decoder_t2204182725 * value) { ___decoder_8 = value; Il2CppCodeGenWriteBarrier((&___decoder_8), value); } inline static int32_t get_offset_of_base_stream_9() { return static_cast(offsetof(StreamReader_t4009935899, ___base_stream_9)); } inline Stream_t1273022909 * get_base_stream_9() const { return ___base_stream_9; } inline Stream_t1273022909 ** get_address_of_base_stream_9() { return &___base_stream_9; } inline void set_base_stream_9(Stream_t1273022909 * value) { ___base_stream_9 = value; Il2CppCodeGenWriteBarrier((&___base_stream_9), value); } inline static int32_t get_offset_of_mayBlock_10() { return static_cast(offsetof(StreamReader_t4009935899, ___mayBlock_10)); } inline bool get_mayBlock_10() const { return ___mayBlock_10; } inline bool* get_address_of_mayBlock_10() { return &___mayBlock_10; } inline void set_mayBlock_10(bool value) { ___mayBlock_10 = value; } inline static int32_t get_offset_of_line_builder_11() { return static_cast(offsetof(StreamReader_t4009935899, ___line_builder_11)); } inline StringBuilder_t * get_line_builder_11() const { return ___line_builder_11; } inline StringBuilder_t ** get_address_of_line_builder_11() { return &___line_builder_11; } inline void set_line_builder_11(StringBuilder_t * value) { ___line_builder_11 = value; Il2CppCodeGenWriteBarrier((&___line_builder_11), value); } inline static int32_t get_offset_of_foundCR_13() { return static_cast(offsetof(StreamReader_t4009935899, ___foundCR_13)); } inline bool get_foundCR_13() const { return ___foundCR_13; } inline bool* get_address_of_foundCR_13() { return &___foundCR_13; } inline void set_foundCR_13(bool value) { ___foundCR_13 = value; } }; struct StreamReader_t4009935899_StaticFields { public: // System.IO.StreamReader System.IO.StreamReader::Null StreamReader_t4009935899 * ___Null_12; public: inline static int32_t get_offset_of_Null_12() { return static_cast(offsetof(StreamReader_t4009935899_StaticFields, ___Null_12)); } inline StreamReader_t4009935899 * get_Null_12() const { return ___Null_12; } inline StreamReader_t4009935899 ** get_address_of_Null_12() { return &___Null_12; } inline void set_Null_12(StreamReader_t4009935899 * value) { ___Null_12 = value; Il2CppCodeGenWriteBarrier((&___Null_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMREADER_T4009935899_H #ifndef X509EXTENSION_T3272255153_H #define X509EXTENSION_T3272255153_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509Extension struct X509Extension_t3272255153 : public AsnEncodedData_t382354011 { public: // System.Boolean System.Security.Cryptography.X509Certificates.X509Extension::_critical bool ____critical_3; public: inline static int32_t get_offset_of__critical_3() { return static_cast(offsetof(X509Extension_t3272255153, ____critical_3)); } inline bool get__critical_3() const { return ____critical_3; } inline bool* get_address_of__critical_3() { return &____critical_3; } inline void set__critical_3(bool value) { ____critical_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509EXTENSION_T3272255153_H #ifndef 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 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_1; // System.Boolean System.Net.Security.AuthenticatedStream::leaveStreamOpen bool ___leaveStreamOpen_2; public: inline static int32_t get_offset_of_innerStream_1() { return static_cast(offsetof(AuthenticatedStream_t3415418016, ___innerStream_1)); } inline Stream_t1273022909 * get_innerStream_1() const { return ___innerStream_1; } inline Stream_t1273022909 ** get_address_of_innerStream_1() { return &___innerStream_1; } inline void set_innerStream_1(Stream_t1273022909 * value) { ___innerStream_1 = value; Il2CppCodeGenWriteBarrier((&___innerStream_1), value); } inline static int32_t get_offset_of_leaveStreamOpen_2() { return static_cast(offsetof(AuthenticatedStream_t3415418016, ___leaveStreamOpen_2)); } inline bool get_leaveStreamOpen_2() const { return ___leaveStreamOpen_2; } inline bool* get_address_of_leaveStreamOpen_2() { return &___leaveStreamOpen_2; } inline void set_leaveStreamOpen_2(bool value) { ___leaveStreamOpen_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHENTICATEDSTREAM_T3415418016_H #ifndef SUBJECTALTNAMEEXTENSION_T1536937677_H #define SUBJECTALTNAMEEXTENSION_T1536937677_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.Extensions.SubjectAltNameExtension struct SubjectAltNameExtension_t1536937677 : public X509Extension_t3173393653 { public: // Mono.Security.X509.Extensions.GeneralNames Mono.Security.X509.Extensions.SubjectAltNameExtension::_names GeneralNames_t2702294159 * ____names_3; public: inline static int32_t get_offset_of__names_3() { return static_cast(offsetof(SubjectAltNameExtension_t1536937677, ____names_3)); } inline GeneralNames_t2702294159 * get__names_3() const { return ____names_3; } inline GeneralNames_t2702294159 ** get_address_of__names_3() { return &____names_3; } inline void set__names_3(GeneralNames_t2702294159 * value) { ____names_3 = value; Il2CppCodeGenWriteBarrier((&____names_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SUBJECTALTNAMEEXTENSION_T1536937677_H #ifndef X509EXTENSIONCOLLECTION_T609554709_H #define X509EXTENSIONCOLLECTION_T609554709_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509ExtensionCollection struct X509ExtensionCollection_t609554709 : public CollectionBase_t2727926298 { public: // System.Boolean Mono.Security.X509.X509ExtensionCollection::readOnly bool ___readOnly_1; public: inline static int32_t get_offset_of_readOnly_1() { return static_cast(offsetof(X509ExtensionCollection_t609554709, ___readOnly_1)); } inline bool get_readOnly_1() const { return ___readOnly_1; } inline bool* get_address_of_readOnly_1() { return &___readOnly_1; } inline void set_readOnly_1(bool value) { ___readOnly_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509EXTENSIONCOLLECTION_T609554709_H #ifndef 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_2; // System.Net.WebConnection System.Net.WebConnectionStream::cnc WebConnection_t3982808322 * ___cnc_3; // System.Net.HttpWebRequest System.Net.WebConnectionStream::request HttpWebRequest_t1669436515 * ___request_4; // System.Byte[] System.Net.WebConnectionStream::readBuffer ByteU5BU5D_t4116647657* ___readBuffer_5; // System.Int32 System.Net.WebConnectionStream::readBufferOffset int32_t ___readBufferOffset_6; // System.Int32 System.Net.WebConnectionStream::readBufferSize int32_t ___readBufferSize_7; // System.Int32 System.Net.WebConnectionStream::contentLength int32_t ___contentLength_8; // System.Int32 System.Net.WebConnectionStream::totalRead int32_t ___totalRead_9; // System.Int64 System.Net.WebConnectionStream::totalWritten int64_t ___totalWritten_10; // System.Boolean System.Net.WebConnectionStream::nextReadCalled bool ___nextReadCalled_11; // System.Int32 System.Net.WebConnectionStream::pendingReads int32_t ___pendingReads_12; // System.Int32 System.Net.WebConnectionStream::pendingWrites int32_t ___pendingWrites_13; // System.Threading.ManualResetEvent System.Net.WebConnectionStream::pending ManualResetEvent_t451242010 * ___pending_14; // System.Boolean System.Net.WebConnectionStream::allowBuffering bool ___allowBuffering_15; // System.Boolean System.Net.WebConnectionStream::sendChunked bool ___sendChunked_16; // System.IO.MemoryStream System.Net.WebConnectionStream::writeBuffer MemoryStream_t94973147 * ___writeBuffer_17; // System.Boolean System.Net.WebConnectionStream::requestWritten bool ___requestWritten_18; // System.Byte[] System.Net.WebConnectionStream::headers ByteU5BU5D_t4116647657* ___headers_19; // System.Boolean System.Net.WebConnectionStream::disposed bool ___disposed_20; // System.Boolean System.Net.WebConnectionStream::headersSent bool ___headersSent_21; // System.Object System.Net.WebConnectionStream::locker RuntimeObject * ___locker_22; // System.Boolean System.Net.WebConnectionStream::initRead bool ___initRead_23; // System.Boolean System.Net.WebConnectionStream::read_eof bool ___read_eof_24; // System.Boolean System.Net.WebConnectionStream::complete_request_written bool ___complete_request_written_25; // System.Int32 System.Net.WebConnectionStream::read_timeout int32_t ___read_timeout_26; // System.Int32 System.Net.WebConnectionStream::write_timeout int32_t ___write_timeout_27; public: inline static int32_t get_offset_of_isRead_2() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___isRead_2)); } inline bool get_isRead_2() const { return ___isRead_2; } inline bool* get_address_of_isRead_2() { return &___isRead_2; } inline void set_isRead_2(bool value) { ___isRead_2 = value; } inline static int32_t get_offset_of_cnc_3() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___cnc_3)); } inline WebConnection_t3982808322 * get_cnc_3() const { return ___cnc_3; } inline WebConnection_t3982808322 ** get_address_of_cnc_3() { return &___cnc_3; } inline void set_cnc_3(WebConnection_t3982808322 * value) { ___cnc_3 = value; Il2CppCodeGenWriteBarrier((&___cnc_3), value); } inline static int32_t get_offset_of_request_4() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___request_4)); } inline HttpWebRequest_t1669436515 * get_request_4() const { return ___request_4; } inline HttpWebRequest_t1669436515 ** get_address_of_request_4() { return &___request_4; } inline void set_request_4(HttpWebRequest_t1669436515 * value) { ___request_4 = value; Il2CppCodeGenWriteBarrier((&___request_4), value); } inline static int32_t get_offset_of_readBuffer_5() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___readBuffer_5)); } inline ByteU5BU5D_t4116647657* get_readBuffer_5() const { return ___readBuffer_5; } inline ByteU5BU5D_t4116647657** get_address_of_readBuffer_5() { return &___readBuffer_5; } inline void set_readBuffer_5(ByteU5BU5D_t4116647657* value) { ___readBuffer_5 = value; Il2CppCodeGenWriteBarrier((&___readBuffer_5), value); } inline static int32_t get_offset_of_readBufferOffset_6() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___readBufferOffset_6)); } inline int32_t get_readBufferOffset_6() const { return ___readBufferOffset_6; } inline int32_t* get_address_of_readBufferOffset_6() { return &___readBufferOffset_6; } inline void set_readBufferOffset_6(int32_t value) { ___readBufferOffset_6 = value; } inline static int32_t get_offset_of_readBufferSize_7() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___readBufferSize_7)); } inline int32_t get_readBufferSize_7() const { return ___readBufferSize_7; } inline int32_t* get_address_of_readBufferSize_7() { return &___readBufferSize_7; } inline void set_readBufferSize_7(int32_t value) { ___readBufferSize_7 = value; } inline static int32_t get_offset_of_contentLength_8() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___contentLength_8)); } inline int32_t get_contentLength_8() const { return ___contentLength_8; } inline int32_t* get_address_of_contentLength_8() { return &___contentLength_8; } inline void set_contentLength_8(int32_t value) { ___contentLength_8 = value; } inline static int32_t get_offset_of_totalRead_9() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___totalRead_9)); } inline int32_t get_totalRead_9() const { return ___totalRead_9; } inline int32_t* get_address_of_totalRead_9() { return &___totalRead_9; } inline void set_totalRead_9(int32_t value) { ___totalRead_9 = value; } inline static int32_t get_offset_of_totalWritten_10() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___totalWritten_10)); } inline int64_t get_totalWritten_10() const { return ___totalWritten_10; } inline int64_t* get_address_of_totalWritten_10() { return &___totalWritten_10; } inline void set_totalWritten_10(int64_t value) { ___totalWritten_10 = value; } inline static int32_t get_offset_of_nextReadCalled_11() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___nextReadCalled_11)); } inline bool get_nextReadCalled_11() const { return ___nextReadCalled_11; } inline bool* get_address_of_nextReadCalled_11() { return &___nextReadCalled_11; } inline void set_nextReadCalled_11(bool value) { ___nextReadCalled_11 = value; } inline static int32_t get_offset_of_pendingReads_12() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___pendingReads_12)); } inline int32_t get_pendingReads_12() const { return ___pendingReads_12; } inline int32_t* get_address_of_pendingReads_12() { return &___pendingReads_12; } inline void set_pendingReads_12(int32_t value) { ___pendingReads_12 = value; } inline static int32_t get_offset_of_pendingWrites_13() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___pendingWrites_13)); } inline int32_t get_pendingWrites_13() const { return ___pendingWrites_13; } inline int32_t* get_address_of_pendingWrites_13() { return &___pendingWrites_13; } inline void set_pendingWrites_13(int32_t value) { ___pendingWrites_13 = value; } inline static int32_t get_offset_of_pending_14() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___pending_14)); } inline ManualResetEvent_t451242010 * get_pending_14() const { return ___pending_14; } inline ManualResetEvent_t451242010 ** get_address_of_pending_14() { return &___pending_14; } inline void set_pending_14(ManualResetEvent_t451242010 * value) { ___pending_14 = value; Il2CppCodeGenWriteBarrier((&___pending_14), value); } inline static int32_t get_offset_of_allowBuffering_15() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___allowBuffering_15)); } inline bool get_allowBuffering_15() const { return ___allowBuffering_15; } inline bool* get_address_of_allowBuffering_15() { return &___allowBuffering_15; } inline void set_allowBuffering_15(bool value) { ___allowBuffering_15 = value; } inline static int32_t get_offset_of_sendChunked_16() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___sendChunked_16)); } inline bool get_sendChunked_16() const { return ___sendChunked_16; } inline bool* get_address_of_sendChunked_16() { return &___sendChunked_16; } inline void set_sendChunked_16(bool value) { ___sendChunked_16 = value; } inline static int32_t get_offset_of_writeBuffer_17() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___writeBuffer_17)); } inline MemoryStream_t94973147 * get_writeBuffer_17() const { return ___writeBuffer_17; } inline MemoryStream_t94973147 ** get_address_of_writeBuffer_17() { return &___writeBuffer_17; } inline void set_writeBuffer_17(MemoryStream_t94973147 * value) { ___writeBuffer_17 = value; Il2CppCodeGenWriteBarrier((&___writeBuffer_17), value); } inline static int32_t get_offset_of_requestWritten_18() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___requestWritten_18)); } inline bool get_requestWritten_18() const { return ___requestWritten_18; } inline bool* get_address_of_requestWritten_18() { return &___requestWritten_18; } inline void set_requestWritten_18(bool value) { ___requestWritten_18 = value; } inline static int32_t get_offset_of_headers_19() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___headers_19)); } inline ByteU5BU5D_t4116647657* get_headers_19() const { return ___headers_19; } inline ByteU5BU5D_t4116647657** get_address_of_headers_19() { return &___headers_19; } inline void set_headers_19(ByteU5BU5D_t4116647657* value) { ___headers_19 = value; Il2CppCodeGenWriteBarrier((&___headers_19), value); } inline static int32_t get_offset_of_disposed_20() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___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_headersSent_21() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___headersSent_21)); } inline bool get_headersSent_21() const { return ___headersSent_21; } inline bool* get_address_of_headersSent_21() { return &___headersSent_21; } inline void set_headersSent_21(bool value) { ___headersSent_21 = value; } inline static int32_t get_offset_of_locker_22() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___locker_22)); } inline RuntimeObject * get_locker_22() const { return ___locker_22; } inline RuntimeObject ** get_address_of_locker_22() { return &___locker_22; } inline void set_locker_22(RuntimeObject * value) { ___locker_22 = value; Il2CppCodeGenWriteBarrier((&___locker_22), value); } inline static int32_t get_offset_of_initRead_23() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___initRead_23)); } inline bool get_initRead_23() const { return ___initRead_23; } inline bool* get_address_of_initRead_23() { return &___initRead_23; } inline void set_initRead_23(bool value) { ___initRead_23 = value; } inline static int32_t get_offset_of_read_eof_24() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___read_eof_24)); } inline bool get_read_eof_24() const { return ___read_eof_24; } inline bool* get_address_of_read_eof_24() { return &___read_eof_24; } inline void set_read_eof_24(bool value) { ___read_eof_24 = value; } inline static int32_t get_offset_of_complete_request_written_25() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___complete_request_written_25)); } inline bool get_complete_request_written_25() const { return ___complete_request_written_25; } inline bool* get_address_of_complete_request_written_25() { return &___complete_request_written_25; } inline void set_complete_request_written_25(bool value) { ___complete_request_written_25 = value; } inline static int32_t get_offset_of_read_timeout_26() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___read_timeout_26)); } inline int32_t get_read_timeout_26() const { return ___read_timeout_26; } inline int32_t* get_address_of_read_timeout_26() { return &___read_timeout_26; } inline void set_read_timeout_26(int32_t value) { ___read_timeout_26 = value; } inline static int32_t get_offset_of_write_timeout_27() { return static_cast(offsetof(WebConnectionStream_t2170064850, ___write_timeout_27)); } inline int32_t get_write_timeout_27() const { return ___write_timeout_27; } inline int32_t* get_address_of_write_timeout_27() { return &___write_timeout_27; } inline void set_write_timeout_27(int32_t value) { ___write_timeout_27 = value; } }; struct WebConnectionStream_t2170064850_StaticFields { public: // System.Byte[] System.Net.WebConnectionStream::crlf ByteU5BU5D_t4116647657* ___crlf_1; public: inline static int32_t get_offset_of_crlf_1() { return static_cast(offsetof(WebConnectionStream_t2170064850_StaticFields, ___crlf_1)); } inline ByteU5BU5D_t4116647657* get_crlf_1() const { return ___crlf_1; } inline ByteU5BU5D_t4116647657** get_address_of_crlf_1() { return &___crlf_1; } inline void set_crlf_1(ByteU5BU5D_t4116647657* value) { ___crlf_1 = value; Il2CppCodeGenWriteBarrier((&___crlf_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBCONNECTIONSTREAM_T2170064850_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 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 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 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 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 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 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 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 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 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 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 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_1; // System.IO.Stream System.Net.FtpDataStream::networkStream Stream_t1273022909 * ___networkStream_2; // System.Boolean System.Net.FtpDataStream::disposed bool ___disposed_3; // System.Boolean System.Net.FtpDataStream::isRead bool ___isRead_4; // System.Int32 System.Net.FtpDataStream::totalRead int32_t ___totalRead_5; public: inline static int32_t get_offset_of_request_1() { return static_cast(offsetof(FtpDataStream_t1366729715, ___request_1)); } inline FtpWebRequest_t1577818305 * get_request_1() const { return ___request_1; } inline FtpWebRequest_t1577818305 ** get_address_of_request_1() { return &___request_1; } inline void set_request_1(FtpWebRequest_t1577818305 * value) { ___request_1 = value; Il2CppCodeGenWriteBarrier((&___request_1), value); } inline static int32_t get_offset_of_networkStream_2() { return static_cast(offsetof(FtpDataStream_t1366729715, ___networkStream_2)); } inline Stream_t1273022909 * get_networkStream_2() const { return ___networkStream_2; } inline Stream_t1273022909 ** get_address_of_networkStream_2() { return &___networkStream_2; } inline void set_networkStream_2(Stream_t1273022909 * value) { ___networkStream_2 = value; Il2CppCodeGenWriteBarrier((&___networkStream_2), value); } inline static int32_t get_offset_of_disposed_3() { return static_cast(offsetof(FtpDataStream_t1366729715, ___disposed_3)); } inline bool get_disposed_3() const { return ___disposed_3; } inline bool* get_address_of_disposed_3() { return &___disposed_3; } inline void set_disposed_3(bool value) { ___disposed_3 = value; } inline static int32_t get_offset_of_isRead_4() { return static_cast(offsetof(FtpDataStream_t1366729715, ___isRead_4)); } inline bool get_isRead_4() const { return ___isRead_4; } inline bool* get_address_of_isRead_4() { return &___isRead_4; } inline void set_isRead_4(bool value) { ___isRead_4 = value; } inline static int32_t get_offset_of_totalRead_5() { return static_cast(offsetof(FtpDataStream_t1366729715, ___totalRead_5)); } inline int32_t get_totalRead_5() const { return ___totalRead_5; } inline int32_t* get_address_of_totalRead_5() { return &___totalRead_5; } inline void set_totalRead_5(int32_t value) { ___totalRead_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FTPDATASTREAM_T1366729715_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_1; public: inline static int32_t get_offset_of_deflateStream_1() { return static_cast(offsetof(GZipStream_t3417139389, ___deflateStream_1)); } inline DeflateStream_t4175168077 * get_deflateStream_1() const { return ___deflateStream_1; } inline DeflateStream_t4175168077 ** get_address_of_deflateStream_1() { return &___deflateStream_1; } inline void set_deflateStream_1(DeflateStream_t4175168077 * value) { ___deflateStream_1 = value; Il2CppCodeGenWriteBarrier((&___deflateStream_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GZIPSTREAM_T3417139389_H #ifndef METHODBASE_T_H #define METHODBASE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODBASE_T_H #ifndef 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 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 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 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 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 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 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 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 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 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_3; // System.IO.MemoryStream Mono.Security.Protocol.Tls.SslStreamBase::inputBuffer MemoryStream_t94973147 * ___inputBuffer_4; // Mono.Security.Protocol.Tls.Context Mono.Security.Protocol.Tls.SslStreamBase::context Context_t3971234707 * ___context_5; // Mono.Security.Protocol.Tls.RecordProtocol Mono.Security.Protocol.Tls.SslStreamBase::protocol RecordProtocol_t3759049701 * ___protocol_6; // System.Boolean Mono.Security.Protocol.Tls.SslStreamBase::ownsStream bool ___ownsStream_7; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) Mono.Security.Protocol.Tls.SslStreamBase::disposed bool ___disposed_8; // System.Boolean Mono.Security.Protocol.Tls.SslStreamBase::checkCertRevocationStatus bool ___checkCertRevocationStatus_9; // System.Object Mono.Security.Protocol.Tls.SslStreamBase::negotiate RuntimeObject * ___negotiate_10; // System.Object Mono.Security.Protocol.Tls.SslStreamBase::read RuntimeObject * ___read_11; // System.Object Mono.Security.Protocol.Tls.SslStreamBase::write RuntimeObject * ___write_12; // System.Threading.ManualResetEvent Mono.Security.Protocol.Tls.SslStreamBase::negotiationComplete ManualResetEvent_t451242010 * ___negotiationComplete_13; // System.Byte[] Mono.Security.Protocol.Tls.SslStreamBase::recbuf ByteU5BU5D_t4116647657* ___recbuf_14; // System.IO.MemoryStream Mono.Security.Protocol.Tls.SslStreamBase::recordStream MemoryStream_t94973147 * ___recordStream_15; public: inline static int32_t get_offset_of_innerStream_3() { return static_cast(offsetof(SslStreamBase_t1667413407, ___innerStream_3)); } inline Stream_t1273022909 * get_innerStream_3() const { return ___innerStream_3; } inline Stream_t1273022909 ** get_address_of_innerStream_3() { return &___innerStream_3; } inline void set_innerStream_3(Stream_t1273022909 * value) { ___innerStream_3 = value; Il2CppCodeGenWriteBarrier((&___innerStream_3), value); } inline static int32_t get_offset_of_inputBuffer_4() { return static_cast(offsetof(SslStreamBase_t1667413407, ___inputBuffer_4)); } inline MemoryStream_t94973147 * get_inputBuffer_4() const { return ___inputBuffer_4; } inline MemoryStream_t94973147 ** get_address_of_inputBuffer_4() { return &___inputBuffer_4; } inline void set_inputBuffer_4(MemoryStream_t94973147 * value) { ___inputBuffer_4 = value; Il2CppCodeGenWriteBarrier((&___inputBuffer_4), value); } inline static int32_t get_offset_of_context_5() { return static_cast(offsetof(SslStreamBase_t1667413407, ___context_5)); } inline Context_t3971234707 * get_context_5() const { return ___context_5; } inline Context_t3971234707 ** get_address_of_context_5() { return &___context_5; } inline void set_context_5(Context_t3971234707 * value) { ___context_5 = value; Il2CppCodeGenWriteBarrier((&___context_5), value); } inline static int32_t get_offset_of_protocol_6() { return static_cast(offsetof(SslStreamBase_t1667413407, ___protocol_6)); } inline RecordProtocol_t3759049701 * get_protocol_6() const { return ___protocol_6; } inline RecordProtocol_t3759049701 ** get_address_of_protocol_6() { return &___protocol_6; } inline void set_protocol_6(RecordProtocol_t3759049701 * value) { ___protocol_6 = value; Il2CppCodeGenWriteBarrier((&___protocol_6), value); } inline static int32_t get_offset_of_ownsStream_7() { return static_cast(offsetof(SslStreamBase_t1667413407, ___ownsStream_7)); } inline bool get_ownsStream_7() const { return ___ownsStream_7; } inline bool* get_address_of_ownsStream_7() { return &___ownsStream_7; } inline void set_ownsStream_7(bool value) { ___ownsStream_7 = value; } inline static int32_t get_offset_of_disposed_8() { return static_cast(offsetof(SslStreamBase_t1667413407, ___disposed_8)); } inline bool get_disposed_8() const { return ___disposed_8; } inline bool* get_address_of_disposed_8() { return &___disposed_8; } inline void set_disposed_8(bool value) { ___disposed_8 = value; } inline static int32_t get_offset_of_checkCertRevocationStatus_9() { return static_cast(offsetof(SslStreamBase_t1667413407, ___checkCertRevocationStatus_9)); } inline bool get_checkCertRevocationStatus_9() const { return ___checkCertRevocationStatus_9; } inline bool* get_address_of_checkCertRevocationStatus_9() { return &___checkCertRevocationStatus_9; } inline void set_checkCertRevocationStatus_9(bool value) { ___checkCertRevocationStatus_9 = value; } inline static int32_t get_offset_of_negotiate_10() { return static_cast(offsetof(SslStreamBase_t1667413407, ___negotiate_10)); } inline RuntimeObject * get_negotiate_10() const { return ___negotiate_10; } inline RuntimeObject ** get_address_of_negotiate_10() { return &___negotiate_10; } inline void set_negotiate_10(RuntimeObject * value) { ___negotiate_10 = value; Il2CppCodeGenWriteBarrier((&___negotiate_10), value); } inline static int32_t get_offset_of_read_11() { return static_cast(offsetof(SslStreamBase_t1667413407, ___read_11)); } inline RuntimeObject * get_read_11() const { return ___read_11; } inline RuntimeObject ** get_address_of_read_11() { return &___read_11; } inline void set_read_11(RuntimeObject * value) { ___read_11 = value; Il2CppCodeGenWriteBarrier((&___read_11), value); } inline static int32_t get_offset_of_write_12() { return static_cast(offsetof(SslStreamBase_t1667413407, ___write_12)); } inline RuntimeObject * get_write_12() const { return ___write_12; } inline RuntimeObject ** get_address_of_write_12() { return &___write_12; } inline void set_write_12(RuntimeObject * value) { ___write_12 = value; Il2CppCodeGenWriteBarrier((&___write_12), value); } inline static int32_t get_offset_of_negotiationComplete_13() { return static_cast(offsetof(SslStreamBase_t1667413407, ___negotiationComplete_13)); } inline ManualResetEvent_t451242010 * get_negotiationComplete_13() const { return ___negotiationComplete_13; } inline ManualResetEvent_t451242010 ** get_address_of_negotiationComplete_13() { return &___negotiationComplete_13; } inline void set_negotiationComplete_13(ManualResetEvent_t451242010 * value) { ___negotiationComplete_13 = value; Il2CppCodeGenWriteBarrier((&___negotiationComplete_13), value); } inline static int32_t get_offset_of_recbuf_14() { return static_cast(offsetof(SslStreamBase_t1667413407, ___recbuf_14)); } inline ByteU5BU5D_t4116647657* get_recbuf_14() const { return ___recbuf_14; } inline ByteU5BU5D_t4116647657** get_address_of_recbuf_14() { return &___recbuf_14; } inline void set_recbuf_14(ByteU5BU5D_t4116647657* value) { ___recbuf_14 = value; Il2CppCodeGenWriteBarrier((&___recbuf_14), value); } inline static int32_t get_offset_of_recordStream_15() { return static_cast(offsetof(SslStreamBase_t1667413407, ___recordStream_15)); } inline MemoryStream_t94973147 * get_recordStream_15() const { return ___recordStream_15; } inline MemoryStream_t94973147 ** get_address_of_recordStream_15() { return &___recordStream_15; } inline void set_recordStream_15(MemoryStream_t94973147 * value) { ___recordStream_15 = value; Il2CppCodeGenWriteBarrier((&___recordStream_15), value); } }; struct SslStreamBase_t1667413407_StaticFields { public: // System.Threading.ManualResetEvent Mono.Security.Protocol.Tls.SslStreamBase::record_processing ManualResetEvent_t451242010 * ___record_processing_2; public: inline static int32_t get_offset_of_record_processing_2() { return static_cast(offsetof(SslStreamBase_t1667413407_StaticFields, ___record_processing_2)); } inline ManualResetEvent_t451242010 * get_record_processing_2() const { return ___record_processing_2; } inline ManualResetEvent_t451242010 ** get_address_of_record_processing_2() { return &___record_processing_2; } inline void set_record_processing_2(ManualResetEvent_t451242010 * value) { ___record_processing_2 = value; Il2CppCodeGenWriteBarrier((&___record_processing_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SSLSTREAMBASE_T1667413407_H #ifndef SOCKETSHUTDOWN_T2687738148_H #define SOCKETSHUTDOWN_T2687738148_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SocketShutdown struct SocketShutdown_t2687738148 { public: // System.Int32 System.Net.Sockets.SocketShutdown::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SocketShutdown_t2687738148, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETSHUTDOWN_T2687738148_H #ifndef METHODINFO_T_H #define METHODINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODINFO_T_H #ifndef 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 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 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 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 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 REGEXOPTIONS_T92845595_H #define REGEXOPTIONS_T92845595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.RegexOptions struct RegexOptions_t92845595 { public: // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RegexOptions_t92845595, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGEXOPTIONS_T92845595_H #ifndef ASNDECODESTATUS_T788588755_H #define ASNDECODESTATUS_T788588755_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.AsnDecodeStatus struct AsnDecodeStatus_t788588755 { public: // System.Int32 System.Security.Cryptography.AsnDecodeStatus::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AsnDecodeStatus_t788588755, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASNDECODESTATUS_T788588755_H #ifndef 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 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 SOCKETERROR_T3760144386_H #define SOCKETERROR_T3760144386_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SocketError struct SocketError_t3760144386 { public: // System.Int32 System.Net.Sockets.SocketError::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SocketError_t3760144386, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETERROR_T3760144386_H #ifndef X509KEYUSAGEFLAGS_T1431795504_H #define X509KEYUSAGEFLAGS_T1431795504_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509KeyUsageFlags struct X509KeyUsageFlags_t1431795504 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(X509KeyUsageFlags_t1431795504, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509KEYUSAGEFLAGS_T1431795504_H #ifndef SECTRUSTRESULT_T1115184440_H #define SECTRUSTRESULT_T1115184440_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.OSX509Certificates/SecTrustResult struct SecTrustResult_t1115184440 { public: // System.Int32 Mono.Security.X509.OSX509Certificates/SecTrustResult::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SecTrustResult_t1115184440, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECTRUSTRESULT_T1115184440_H #ifndef X509CERTIFICATE2COLLECTION_T2111161276_H #define X509CERTIFICATE2COLLECTION_T2111161276_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509Certificate2Collection struct X509Certificate2Collection_t2111161276 : public X509CertificateCollection_t3399372417 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATE2COLLECTION_T2111161276_H #ifndef MATCH_T3408321083_H #define MATCH_T3408321083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Match struct Match_t3408321083 : public Group_t2468205786 { public: // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::regex Regex_t3657309853 * ___regex_6; // System.Text.RegularExpressions.IMachine System.Text.RegularExpressions.Match::machine RuntimeObject* ___machine_7; // System.Int32 System.Text.RegularExpressions.Match::text_length int32_t ___text_length_8; // System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::groups GroupCollection_t69770484 * ___groups_9; public: inline static int32_t get_offset_of_regex_6() { return static_cast(offsetof(Match_t3408321083, ___regex_6)); } inline Regex_t3657309853 * get_regex_6() const { return ___regex_6; } inline Regex_t3657309853 ** get_address_of_regex_6() { return &___regex_6; } inline void set_regex_6(Regex_t3657309853 * value) { ___regex_6 = value; Il2CppCodeGenWriteBarrier((&___regex_6), value); } inline static int32_t get_offset_of_machine_7() { return static_cast(offsetof(Match_t3408321083, ___machine_7)); } inline RuntimeObject* get_machine_7() const { return ___machine_7; } inline RuntimeObject** get_address_of_machine_7() { return &___machine_7; } inline void set_machine_7(RuntimeObject* value) { ___machine_7 = value; Il2CppCodeGenWriteBarrier((&___machine_7), value); } inline static int32_t get_offset_of_text_length_8() { return static_cast(offsetof(Match_t3408321083, ___text_length_8)); } inline int32_t get_text_length_8() const { return ___text_length_8; } inline int32_t* get_address_of_text_length_8() { return &___text_length_8; } inline void set_text_length_8(int32_t value) { ___text_length_8 = value; } inline static int32_t get_offset_of_groups_9() { return static_cast(offsetof(Match_t3408321083, ___groups_9)); } inline GroupCollection_t69770484 * get_groups_9() const { return ___groups_9; } inline GroupCollection_t69770484 ** get_address_of_groups_9() { return &___groups_9; } inline void set_groups_9(GroupCollection_t69770484 * value) { ___groups_9 = value; Il2CppCodeGenWriteBarrier((&___groups_9), value); } }; struct Match_t3408321083_StaticFields { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::empty Match_t3408321083 * ___empty_10; public: inline static int32_t get_offset_of_empty_10() { return static_cast(offsetof(Match_t3408321083_StaticFields, ___empty_10)); } inline Match_t3408321083 * get_empty_10() const { return ___empty_10; } inline Match_t3408321083 ** get_address_of_empty_10() { return &___empty_10; } inline void set_empty_10(Match_t3408321083 * value) { ___empty_10 = value; Il2CppCodeGenWriteBarrier((&___empty_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATCH_T3408321083_H #ifndef 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 SOCKETFLAGS_T2969870452_H #define SOCKETFLAGS_T2969870452_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SocketFlags struct SocketFlags_t2969870452 { public: // System.Int32 System.Net.Sockets.SocketFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SocketFlags_t2969870452, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETFLAGS_T2969870452_H #ifndef SECURITYEXCEPTION_T975544473_H #define SECURITYEXCEPTION_T975544473_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecurityException struct SecurityException_t975544473 : public SystemException_t176217640 { public: // System.String System.Security.SecurityException::permissionState String_t* ___permissionState_11; // System.Type System.Security.SecurityException::permissionType Type_t * ___permissionType_12; // System.String System.Security.SecurityException::_granted String_t* ____granted_13; // System.String System.Security.SecurityException::_refused String_t* ____refused_14; // System.Object System.Security.SecurityException::_demanded RuntimeObject * ____demanded_15; // System.Security.IPermission System.Security.SecurityException::_firstperm RuntimeObject* ____firstperm_16; // System.Reflection.MethodInfo System.Security.SecurityException::_method MethodInfo_t * ____method_17; // System.Security.Policy.Evidence System.Security.SecurityException::_evidence Evidence_t2008144148 * ____evidence_18; public: inline static int32_t get_offset_of_permissionState_11() { return static_cast(offsetof(SecurityException_t975544473, ___permissionState_11)); } inline String_t* get_permissionState_11() const { return ___permissionState_11; } inline String_t** get_address_of_permissionState_11() { return &___permissionState_11; } inline void set_permissionState_11(String_t* value) { ___permissionState_11 = value; Il2CppCodeGenWriteBarrier((&___permissionState_11), value); } inline static int32_t get_offset_of_permissionType_12() { return static_cast(offsetof(SecurityException_t975544473, ___permissionType_12)); } inline Type_t * get_permissionType_12() const { return ___permissionType_12; } inline Type_t ** get_address_of_permissionType_12() { return &___permissionType_12; } inline void set_permissionType_12(Type_t * value) { ___permissionType_12 = value; Il2CppCodeGenWriteBarrier((&___permissionType_12), value); } inline static int32_t get_offset_of__granted_13() { return static_cast(offsetof(SecurityException_t975544473, ____granted_13)); } inline String_t* get__granted_13() const { return ____granted_13; } inline String_t** get_address_of__granted_13() { return &____granted_13; } inline void set__granted_13(String_t* value) { ____granted_13 = value; Il2CppCodeGenWriteBarrier((&____granted_13), value); } inline static int32_t get_offset_of__refused_14() { return static_cast(offsetof(SecurityException_t975544473, ____refused_14)); } inline String_t* get__refused_14() const { return ____refused_14; } inline String_t** get_address_of__refused_14() { return &____refused_14; } inline void set__refused_14(String_t* value) { ____refused_14 = value; Il2CppCodeGenWriteBarrier((&____refused_14), value); } inline static int32_t get_offset_of__demanded_15() { return static_cast(offsetof(SecurityException_t975544473, ____demanded_15)); } inline RuntimeObject * get__demanded_15() const { return ____demanded_15; } inline RuntimeObject ** get_address_of__demanded_15() { return &____demanded_15; } inline void set__demanded_15(RuntimeObject * value) { ____demanded_15 = value; Il2CppCodeGenWriteBarrier((&____demanded_15), value); } inline static int32_t get_offset_of__firstperm_16() { return static_cast(offsetof(SecurityException_t975544473, ____firstperm_16)); } inline RuntimeObject* get__firstperm_16() const { return ____firstperm_16; } inline RuntimeObject** get_address_of__firstperm_16() { return &____firstperm_16; } inline void set__firstperm_16(RuntimeObject* value) { ____firstperm_16 = value; Il2CppCodeGenWriteBarrier((&____firstperm_16), value); } inline static int32_t get_offset_of__method_17() { return static_cast(offsetof(SecurityException_t975544473, ____method_17)); } inline MethodInfo_t * get__method_17() const { return ____method_17; } inline MethodInfo_t ** get_address_of__method_17() { return &____method_17; } inline void set__method_17(MethodInfo_t * value) { ____method_17 = value; Il2CppCodeGenWriteBarrier((&____method_17), value); } inline static int32_t get_offset_of__evidence_18() { return static_cast(offsetof(SecurityException_t975544473, ____evidence_18)); } inline Evidence_t2008144148 * get__evidence_18() const { return ____evidence_18; } inline Evidence_t2008144148 ** get_address_of__evidence_18() { return &____evidence_18; } inline void set__evidence_18(Evidence_t2008144148 * value) { ____evidence_18 = value; Il2CppCodeGenWriteBarrier((&____evidence_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYEXCEPTION_T975544473_H #ifndef SOCKETOPERATION_T1288882297_H #define SOCKETOPERATION_T1288882297_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.Socket/SocketOperation struct SocketOperation_t1288882297 { public: // System.Int32 System.Net.Sockets.Socket/SocketOperation::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SocketOperation_t1288882297, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETOPERATION_T1288882297_H #ifndef THREADABORTEXCEPTION_T4074510458_H #define THREADABORTEXCEPTION_T4074510458_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ThreadAbortException struct ThreadAbortException_t4074510458 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADABORTEXCEPTION_T4074510458_H #ifndef SOCKETOPTIONNAME_T403346465_H #define SOCKETOPTIONNAME_T403346465_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SocketOptionName struct SocketOptionName_t403346465 { public: // System.Int32 System.Net.Sockets.SocketOptionName::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SocketOptionName_t403346465, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETOPTIONNAME_T403346465_H #ifndef SOCKETOPTIONLEVEL_T201167901_H #define SOCKETOPTIONLEVEL_T201167901_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SocketOptionLevel struct SocketOptionLevel_t201167901 { public: // System.Int32 System.Net.Sockets.SocketOptionLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SocketOptionLevel_t201167901, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETOPTIONLEVEL_T201167901_H #ifndef SELECTMODE_T1123767949_H #define SELECTMODE_T1123767949_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.SelectMode struct SelectMode_t1123767949 { public: // System.Int32 System.Net.Sockets.SelectMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SelectMode_t1123767949, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SELECTMODE_T1123767949_H #ifndef 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 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 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 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 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 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 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 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 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 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_3; // System.Net.Security.RemoteCertificateValidationCallback System.Net.Security.SslStream::validation_callback RemoteCertificateValidationCallback_t3014364904 * ___validation_callback_4; // System.Net.Security.LocalCertificateSelectionCallback System.Net.Security.SslStream::selection_callback LocalCertificateSelectionCallback_t2354453884 * ___selection_callback_5; public: inline static int32_t get_offset_of_ssl_stream_3() { return static_cast(offsetof(SslStream_t2700741536, ___ssl_stream_3)); } inline SslStreamBase_t1667413407 * get_ssl_stream_3() const { return ___ssl_stream_3; } inline SslStreamBase_t1667413407 ** get_address_of_ssl_stream_3() { return &___ssl_stream_3; } inline void set_ssl_stream_3(SslStreamBase_t1667413407 * value) { ___ssl_stream_3 = value; Il2CppCodeGenWriteBarrier((&___ssl_stream_3), value); } inline static int32_t get_offset_of_validation_callback_4() { return static_cast(offsetof(SslStream_t2700741536, ___validation_callback_4)); } inline RemoteCertificateValidationCallback_t3014364904 * get_validation_callback_4() const { return ___validation_callback_4; } inline RemoteCertificateValidationCallback_t3014364904 ** get_address_of_validation_callback_4() { return &___validation_callback_4; } inline void set_validation_callback_4(RemoteCertificateValidationCallback_t3014364904 * value) { ___validation_callback_4 = value; Il2CppCodeGenWriteBarrier((&___validation_callback_4), value); } inline static int32_t get_offset_of_selection_callback_5() { return static_cast(offsetof(SslStream_t2700741536, ___selection_callback_5)); } inline LocalCertificateSelectionCallback_t2354453884 * get_selection_callback_5() const { return ___selection_callback_5; } inline LocalCertificateSelectionCallback_t2354453884 ** get_address_of_selection_callback_5() { return &___selection_callback_5; } inline void set_selection_callback_5(LocalCertificateSelectionCallback_t2354453884 * value) { ___selection_callback_5 = value; Il2CppCodeGenWriteBarrier((&___selection_callback_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SSLSTREAM_T2700741536_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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 SOCKETASYNCRESULT_T2080034863_H #define SOCKETASYNCRESULT_T2080034863_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.Socket/SocketAsyncResult struct SocketAsyncResult_t2080034863 : public RuntimeObject { public: // System.Net.Sockets.Socket System.Net.Sockets.Socket/SocketAsyncResult::Sock Socket_t1119025450 * ___Sock_0; // System.IntPtr System.Net.Sockets.Socket/SocketAsyncResult::handle intptr_t ___handle_1; // System.Object System.Net.Sockets.Socket/SocketAsyncResult::state RuntimeObject * ___state_2; // System.AsyncCallback System.Net.Sockets.Socket/SocketAsyncResult::callback AsyncCallback_t3962456242 * ___callback_3; // System.Threading.WaitHandle System.Net.Sockets.Socket/SocketAsyncResult::waithandle WaitHandle_t1743403487 * ___waithandle_4; // System.Exception System.Net.Sockets.Socket/SocketAsyncResult::delayedException Exception_t * ___delayedException_5; // System.Net.EndPoint System.Net.Sockets.Socket/SocketAsyncResult::EndPoint EndPoint_t982345378 * ___EndPoint_6; // System.Byte[] System.Net.Sockets.Socket/SocketAsyncResult::Buffer ByteU5BU5D_t4116647657* ___Buffer_7; // System.Int32 System.Net.Sockets.Socket/SocketAsyncResult::Offset int32_t ___Offset_8; // System.Int32 System.Net.Sockets.Socket/SocketAsyncResult::Size int32_t ___Size_9; // System.Net.Sockets.SocketFlags System.Net.Sockets.Socket/SocketAsyncResult::SockFlags int32_t ___SockFlags_10; // System.Net.Sockets.Socket System.Net.Sockets.Socket/SocketAsyncResult::AcceptSocket Socket_t1119025450 * ___AcceptSocket_11; // System.Net.IPAddress[] System.Net.Sockets.Socket/SocketAsyncResult::Addresses IPAddressU5BU5D_t596328627* ___Addresses_12; // System.Int32 System.Net.Sockets.Socket/SocketAsyncResult::Port int32_t ___Port_13; // System.Collections.Generic.IList`1> System.Net.Sockets.Socket/SocketAsyncResult::Buffers RuntimeObject* ___Buffers_14; // System.Boolean System.Net.Sockets.Socket/SocketAsyncResult::ReuseSocket bool ___ReuseSocket_15; // System.Net.Sockets.Socket System.Net.Sockets.Socket/SocketAsyncResult::acc_socket Socket_t1119025450 * ___acc_socket_16; // System.Int32 System.Net.Sockets.Socket/SocketAsyncResult::total int32_t ___total_17; // System.Boolean System.Net.Sockets.Socket/SocketAsyncResult::completed_sync bool ___completed_sync_18; // System.Boolean System.Net.Sockets.Socket/SocketAsyncResult::completed bool ___completed_19; // System.Boolean System.Net.Sockets.Socket/SocketAsyncResult::blocking bool ___blocking_20; // System.Int32 System.Net.Sockets.Socket/SocketAsyncResult::error int32_t ___error_21; // System.Net.Sockets.Socket/SocketOperation System.Net.Sockets.Socket/SocketAsyncResult::operation int32_t ___operation_22; // System.Object System.Net.Sockets.Socket/SocketAsyncResult::ares RuntimeObject * ___ares_23; // System.Int32 System.Net.Sockets.Socket/SocketAsyncResult::EndCalled int32_t ___EndCalled_24; public: inline static int32_t get_offset_of_Sock_0() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___Sock_0)); } inline Socket_t1119025450 * get_Sock_0() const { return ___Sock_0; } inline Socket_t1119025450 ** get_address_of_Sock_0() { return &___Sock_0; } inline void set_Sock_0(Socket_t1119025450 * value) { ___Sock_0 = value; Il2CppCodeGenWriteBarrier((&___Sock_0), value); } inline static int32_t get_offset_of_handle_1() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___handle_1)); } inline intptr_t get_handle_1() const { return ___handle_1; } inline intptr_t* get_address_of_handle_1() { return &___handle_1; } inline void set_handle_1(intptr_t value) { ___handle_1 = value; } inline static int32_t get_offset_of_state_2() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___state_2)); } inline RuntimeObject * get_state_2() const { return ___state_2; } inline RuntimeObject ** get_address_of_state_2() { return &___state_2; } inline void set_state_2(RuntimeObject * value) { ___state_2 = value; Il2CppCodeGenWriteBarrier((&___state_2), value); } inline static int32_t get_offset_of_callback_3() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___callback_3)); } inline AsyncCallback_t3962456242 * get_callback_3() const { return ___callback_3; } inline AsyncCallback_t3962456242 ** get_address_of_callback_3() { return &___callback_3; } inline void set_callback_3(AsyncCallback_t3962456242 * value) { ___callback_3 = value; Il2CppCodeGenWriteBarrier((&___callback_3), value); } inline static int32_t get_offset_of_waithandle_4() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___waithandle_4)); } inline WaitHandle_t1743403487 * get_waithandle_4() const { return ___waithandle_4; } inline WaitHandle_t1743403487 ** get_address_of_waithandle_4() { return &___waithandle_4; } inline void set_waithandle_4(WaitHandle_t1743403487 * value) { ___waithandle_4 = value; Il2CppCodeGenWriteBarrier((&___waithandle_4), value); } inline static int32_t get_offset_of_delayedException_5() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___delayedException_5)); } inline Exception_t * get_delayedException_5() const { return ___delayedException_5; } inline Exception_t ** get_address_of_delayedException_5() { return &___delayedException_5; } inline void set_delayedException_5(Exception_t * value) { ___delayedException_5 = value; Il2CppCodeGenWriteBarrier((&___delayedException_5), value); } inline static int32_t get_offset_of_EndPoint_6() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___EndPoint_6)); } inline EndPoint_t982345378 * get_EndPoint_6() const { return ___EndPoint_6; } inline EndPoint_t982345378 ** get_address_of_EndPoint_6() { return &___EndPoint_6; } inline void set_EndPoint_6(EndPoint_t982345378 * value) { ___EndPoint_6 = value; Il2CppCodeGenWriteBarrier((&___EndPoint_6), value); } inline static int32_t get_offset_of_Buffer_7() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___Buffer_7)); } inline ByteU5BU5D_t4116647657* get_Buffer_7() const { return ___Buffer_7; } inline ByteU5BU5D_t4116647657** get_address_of_Buffer_7() { return &___Buffer_7; } inline void set_Buffer_7(ByteU5BU5D_t4116647657* value) { ___Buffer_7 = value; Il2CppCodeGenWriteBarrier((&___Buffer_7), value); } inline static int32_t get_offset_of_Offset_8() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___Offset_8)); } inline int32_t get_Offset_8() const { return ___Offset_8; } inline int32_t* get_address_of_Offset_8() { return &___Offset_8; } inline void set_Offset_8(int32_t value) { ___Offset_8 = value; } inline static int32_t get_offset_of_Size_9() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___Size_9)); } inline int32_t get_Size_9() const { return ___Size_9; } inline int32_t* get_address_of_Size_9() { return &___Size_9; } inline void set_Size_9(int32_t value) { ___Size_9 = value; } inline static int32_t get_offset_of_SockFlags_10() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___SockFlags_10)); } inline int32_t get_SockFlags_10() const { return ___SockFlags_10; } inline int32_t* get_address_of_SockFlags_10() { return &___SockFlags_10; } inline void set_SockFlags_10(int32_t value) { ___SockFlags_10 = value; } inline static int32_t get_offset_of_AcceptSocket_11() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___AcceptSocket_11)); } inline Socket_t1119025450 * get_AcceptSocket_11() const { return ___AcceptSocket_11; } inline Socket_t1119025450 ** get_address_of_AcceptSocket_11() { return &___AcceptSocket_11; } inline void set_AcceptSocket_11(Socket_t1119025450 * value) { ___AcceptSocket_11 = value; Il2CppCodeGenWriteBarrier((&___AcceptSocket_11), value); } inline static int32_t get_offset_of_Addresses_12() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___Addresses_12)); } inline IPAddressU5BU5D_t596328627* get_Addresses_12() const { return ___Addresses_12; } inline IPAddressU5BU5D_t596328627** get_address_of_Addresses_12() { return &___Addresses_12; } inline void set_Addresses_12(IPAddressU5BU5D_t596328627* value) { ___Addresses_12 = value; Il2CppCodeGenWriteBarrier((&___Addresses_12), value); } inline static int32_t get_offset_of_Port_13() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___Port_13)); } inline int32_t get_Port_13() const { return ___Port_13; } inline int32_t* get_address_of_Port_13() { return &___Port_13; } inline void set_Port_13(int32_t value) { ___Port_13 = value; } inline static int32_t get_offset_of_Buffers_14() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___Buffers_14)); } inline RuntimeObject* get_Buffers_14() const { return ___Buffers_14; } inline RuntimeObject** get_address_of_Buffers_14() { return &___Buffers_14; } inline void set_Buffers_14(RuntimeObject* value) { ___Buffers_14 = value; Il2CppCodeGenWriteBarrier((&___Buffers_14), value); } inline static int32_t get_offset_of_ReuseSocket_15() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___ReuseSocket_15)); } inline bool get_ReuseSocket_15() const { return ___ReuseSocket_15; } inline bool* get_address_of_ReuseSocket_15() { return &___ReuseSocket_15; } inline void set_ReuseSocket_15(bool value) { ___ReuseSocket_15 = value; } inline static int32_t get_offset_of_acc_socket_16() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___acc_socket_16)); } inline Socket_t1119025450 * get_acc_socket_16() const { return ___acc_socket_16; } inline Socket_t1119025450 ** get_address_of_acc_socket_16() { return &___acc_socket_16; } inline void set_acc_socket_16(Socket_t1119025450 * value) { ___acc_socket_16 = value; Il2CppCodeGenWriteBarrier((&___acc_socket_16), value); } inline static int32_t get_offset_of_total_17() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___total_17)); } inline int32_t get_total_17() const { return ___total_17; } inline int32_t* get_address_of_total_17() { return &___total_17; } inline void set_total_17(int32_t value) { ___total_17 = value; } inline static int32_t get_offset_of_completed_sync_18() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___completed_sync_18)); } inline bool get_completed_sync_18() const { return ___completed_sync_18; } inline bool* get_address_of_completed_sync_18() { return &___completed_sync_18; } inline void set_completed_sync_18(bool value) { ___completed_sync_18 = value; } inline static int32_t get_offset_of_completed_19() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___completed_19)); } inline bool get_completed_19() const { return ___completed_19; } inline bool* get_address_of_completed_19() { return &___completed_19; } inline void set_completed_19(bool value) { ___completed_19 = value; } inline static int32_t get_offset_of_blocking_20() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___blocking_20)); } inline bool get_blocking_20() const { return ___blocking_20; } inline bool* get_address_of_blocking_20() { return &___blocking_20; } inline void set_blocking_20(bool value) { ___blocking_20 = value; } inline static int32_t get_offset_of_error_21() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___error_21)); } inline int32_t get_error_21() const { return ___error_21; } inline int32_t* get_address_of_error_21() { return &___error_21; } inline void set_error_21(int32_t value) { ___error_21 = value; } inline static int32_t get_offset_of_operation_22() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___operation_22)); } inline int32_t get_operation_22() const { return ___operation_22; } inline int32_t* get_address_of_operation_22() { return &___operation_22; } inline void set_operation_22(int32_t value) { ___operation_22 = value; } inline static int32_t get_offset_of_ares_23() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___ares_23)); } inline RuntimeObject * get_ares_23() const { return ___ares_23; } inline RuntimeObject ** get_address_of_ares_23() { return &___ares_23; } inline void set_ares_23(RuntimeObject * value) { ___ares_23 = value; Il2CppCodeGenWriteBarrier((&___ares_23), value); } inline static int32_t get_offset_of_EndCalled_24() { return static_cast(offsetof(SocketAsyncResult_t2080034863, ___EndCalled_24)); } inline int32_t get_EndCalled_24() const { return ___EndCalled_24; } inline int32_t* get_address_of_EndCalled_24() { return &___EndCalled_24; } inline void set_EndCalled_24(int32_t value) { ___EndCalled_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Net.Sockets.Socket/SocketAsyncResult struct SocketAsyncResult_t2080034863_marshaled_pinvoke { Socket_t1119025450 * ___Sock_0; intptr_t ___handle_1; Il2CppIUnknown* ___state_2; Il2CppMethodPointer ___callback_3; WaitHandle_t1743403487 * ___waithandle_4; Exception_t * ___delayedException_5; EndPoint_t982345378 * ___EndPoint_6; uint8_t* ___Buffer_7; int32_t ___Offset_8; int32_t ___Size_9; int32_t ___SockFlags_10; Socket_t1119025450 * ___AcceptSocket_11; IPAddressU5BU5D_t596328627* ___Addresses_12; int32_t ___Port_13; RuntimeObject* ___Buffers_14; int32_t ___ReuseSocket_15; Socket_t1119025450 * ___acc_socket_16; int32_t ___total_17; int32_t ___completed_sync_18; int32_t ___completed_19; int32_t ___blocking_20; int32_t ___error_21; int32_t ___operation_22; Il2CppIUnknown* ___ares_23; int32_t ___EndCalled_24; }; // Native definition for COM marshalling of System.Net.Sockets.Socket/SocketAsyncResult struct SocketAsyncResult_t2080034863_marshaled_com { Socket_t1119025450 * ___Sock_0; intptr_t ___handle_1; Il2CppIUnknown* ___state_2; Il2CppMethodPointer ___callback_3; WaitHandle_t1743403487 * ___waithandle_4; Exception_t * ___delayedException_5; EndPoint_t982345378 * ___EndPoint_6; uint8_t* ___Buffer_7; int32_t ___Offset_8; int32_t ___Size_9; int32_t ___SockFlags_10; Socket_t1119025450 * ___AcceptSocket_11; IPAddressU5BU5D_t596328627* ___Addresses_12; int32_t ___Port_13; RuntimeObject* ___Buffers_14; int32_t ___ReuseSocket_15; Socket_t1119025450 * ___acc_socket_16; int32_t ___total_17; int32_t ___completed_sync_18; int32_t ___completed_19; int32_t ___blocking_20; int32_t ___error_21; int32_t ___operation_22; Il2CppIUnknown* ___ares_23; int32_t ___EndCalled_24; }; #endif // SOCKETASYNCRESULT_T2080034863_H #ifndef SERVICEPOINTMANAGER_T170559685_H #define SERVICEPOINTMANAGER_T170559685_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ServicePointManager struct ServicePointManager_t170559685 : public RuntimeObject { public: public: }; struct ServicePointManager_t170559685_StaticFields { public: // System.Collections.Specialized.HybridDictionary System.Net.ServicePointManager::servicePoints HybridDictionary_t4070033136 * ___servicePoints_0; // System.Net.ICertificatePolicy System.Net.ServicePointManager::policy RuntimeObject* ___policy_1; // System.Int32 System.Net.ServicePointManager::defaultConnectionLimit int32_t ___defaultConnectionLimit_2; // System.Int32 System.Net.ServicePointManager::maxServicePointIdleTime int32_t ___maxServicePointIdleTime_3; // System.Int32 System.Net.ServicePointManager::maxServicePoints int32_t ___maxServicePoints_4; // System.Boolean System.Net.ServicePointManager::_checkCRL bool ____checkCRL_5; // System.Net.SecurityProtocolType System.Net.ServicePointManager::_securityProtocol int32_t ____securityProtocol_6; // System.Boolean System.Net.ServicePointManager::expectContinue bool ___expectContinue_7; // System.Boolean System.Net.ServicePointManager::useNagle bool ___useNagle_8; // System.Net.Security.RemoteCertificateValidationCallback System.Net.ServicePointManager::server_cert_cb RemoteCertificateValidationCallback_t3014364904 * ___server_cert_cb_9; public: inline static int32_t get_offset_of_servicePoints_0() { return static_cast(offsetof(ServicePointManager_t170559685_StaticFields, ___servicePoints_0)); } inline HybridDictionary_t4070033136 * get_servicePoints_0() const { return ___servicePoints_0; } inline HybridDictionary_t4070033136 ** get_address_of_servicePoints_0() { return &___servicePoints_0; } inline void set_servicePoints_0(HybridDictionary_t4070033136 * value) { ___servicePoints_0 = value; Il2CppCodeGenWriteBarrier((&___servicePoints_0), value); } inline static int32_t get_offset_of_policy_1() { return static_cast(offsetof(ServicePointManager_t170559685_StaticFields, ___policy_1)); } inline RuntimeObject* get_policy_1() const { return ___policy_1; } inline RuntimeObject** get_address_of_policy_1() { return &___policy_1; } inline void set_policy_1(RuntimeObject* value) { ___policy_1 = value; Il2CppCodeGenWriteBarrier((&___policy_1), value); } inline static int32_t get_offset_of_defaultConnectionLimit_2() { return static_cast(offsetof(ServicePointManager_t170559685_StaticFields, ___defaultConnectionLimit_2)); } inline int32_t get_defaultConnectionLimit_2() const { return ___defaultConnectionLimit_2; } inline int32_t* get_address_of_defaultConnectionLimit_2() { return &___defaultConnectionLimit_2; } inline void set_defaultConnectionLimit_2(int32_t value) { ___defaultConnectionLimit_2 = value; } inline static int32_t get_offset_of_maxServicePointIdleTime_3() { return static_cast(offsetof(ServicePointManager_t170559685_StaticFields, ___maxServicePointIdleTime_3)); } inline int32_t get_maxServicePointIdleTime_3() const { return ___maxServicePointIdleTime_3; } inline int32_t* get_address_of_maxServicePointIdleTime_3() { return &___maxServicePointIdleTime_3; } inline void set_maxServicePointIdleTime_3(int32_t value) { ___maxServicePointIdleTime_3 = value; } inline static int32_t get_offset_of_maxServicePoints_4() { return static_cast(offsetof(ServicePointManager_t170559685_StaticFields, ___maxServicePoints_4)); } inline int32_t get_maxServicePoints_4() const { return ___maxServicePoints_4; } inline int32_t* get_address_of_maxServicePoints_4() { return &___maxServicePoints_4; } inline void set_maxServicePoints_4(int32_t value) { ___maxServicePoints_4 = value; } inline static int32_t get_offset_of__checkCRL_5() { return static_cast(offsetof(ServicePointManager_t170559685_StaticFields, ____checkCRL_5)); } inline bool get__checkCRL_5() const { return ____checkCRL_5; } inline bool* get_address_of__checkCRL_5() { return &____checkCRL_5; } inline void set__checkCRL_5(bool value) { ____checkCRL_5 = value; } inline static int32_t get_offset_of__securityProtocol_6() { return static_cast(offsetof(ServicePointManager_t170559685_StaticFields, ____securityProtocol_6)); } inline int32_t get__securityProtocol_6() const { return ____securityProtocol_6; } inline int32_t* get_address_of__securityProtocol_6() { return &____securityProtocol_6; } inline void set__securityProtocol_6(int32_t value) { ____securityProtocol_6 = value; } inline static int32_t get_offset_of_expectContinue_7() { return static_cast(offsetof(ServicePointManager_t170559685_StaticFields, ___expectContinue_7)); } inline bool get_expectContinue_7() const { return ___expectContinue_7; } inline bool* get_address_of_expectContinue_7() { return &___expectContinue_7; } inline void set_expectContinue_7(bool value) { ___expectContinue_7 = value; } inline static int32_t get_offset_of_useNagle_8() { return static_cast(offsetof(ServicePointManager_t170559685_StaticFields, ___useNagle_8)); } inline bool get_useNagle_8() const { return ___useNagle_8; } inline bool* get_address_of_useNagle_8() { return &___useNagle_8; } inline void set_useNagle_8(bool value) { ___useNagle_8 = value; } inline static int32_t get_offset_of_server_cert_cb_9() { return static_cast(offsetof(ServicePointManager_t170559685_StaticFields, ___server_cert_cb_9)); } inline RemoteCertificateValidationCallback_t3014364904 * get_server_cert_cb_9() const { return ___server_cert_cb_9; } inline RemoteCertificateValidationCallback_t3014364904 ** get_address_of_server_cert_cb_9() { return &___server_cert_cb_9; } inline void set_server_cert_cb_9(RemoteCertificateValidationCallback_t3014364904 * value) { ___server_cert_cb_9 = value; Il2CppCodeGenWriteBarrier((&___server_cert_cb_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERVICEPOINTMANAGER_T170559685_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 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 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 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$mapB Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapB_12; // System.Collections.Generic.Dictionary`2 System.Security.Cryptography.X509Certificates.X509Chain::<>f__switch$mapC Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapC_13; // System.Collections.Generic.Dictionary`2 System.Security.Cryptography.X509Certificates.X509Chain::<>f__switch$mapD Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapD_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__switchU24mapB_12() { return static_cast(offsetof(X509Chain_t194917408_StaticFields, ___U3CU3Ef__switchU24mapB_12)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapB_12() const { return ___U3CU3Ef__switchU24mapB_12; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapB_12() { return &___U3CU3Ef__switchU24mapB_12; } inline void set_U3CU3Ef__switchU24mapB_12(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapB_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapB_12), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24mapC_13() { return static_cast(offsetof(X509Chain_t194917408_StaticFields, ___U3CU3Ef__switchU24mapC_13)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapC_13() const { return ___U3CU3Ef__switchU24mapC_13; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapC_13() { return &___U3CU3Ef__switchU24mapC_13; } inline void set_U3CU3Ef__switchU24mapC_13(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapC_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapC_13), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24mapD_14() { return static_cast(offsetof(X509Chain_t194917408_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 // X509CHAIN_T194917408_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_16; // Mono.Security.Protocol.Tls.CertificateSelectionCallback Mono.Security.Protocol.Tls.SslClientStream::ClientCertSelection CertificateSelectionCallback_t3743405224 * ___ClientCertSelection_17; // Mono.Security.Protocol.Tls.PrivateKeySelectionCallback Mono.Security.Protocol.Tls.SslClientStream::PrivateKeySelection PrivateKeySelectionCallback_t3240194217 * ___PrivateKeySelection_18; // Mono.Security.Protocol.Tls.CertificateValidationCallback2 Mono.Security.Protocol.Tls.SslClientStream::ServerCertValidation2 CertificateValidationCallback2_t1842476440 * ___ServerCertValidation2_19; public: inline static int32_t get_offset_of_ServerCertValidation_16() { return static_cast(offsetof(SslClientStream_t3914624661, ___ServerCertValidation_16)); } inline CertificateValidationCallback_t4091668218 * get_ServerCertValidation_16() const { return ___ServerCertValidation_16; } inline CertificateValidationCallback_t4091668218 ** get_address_of_ServerCertValidation_16() { return &___ServerCertValidation_16; } inline void set_ServerCertValidation_16(CertificateValidationCallback_t4091668218 * value) { ___ServerCertValidation_16 = value; Il2CppCodeGenWriteBarrier((&___ServerCertValidation_16), value); } inline static int32_t get_offset_of_ClientCertSelection_17() { return static_cast(offsetof(SslClientStream_t3914624661, ___ClientCertSelection_17)); } inline CertificateSelectionCallback_t3743405224 * get_ClientCertSelection_17() const { return ___ClientCertSelection_17; } inline CertificateSelectionCallback_t3743405224 ** get_address_of_ClientCertSelection_17() { return &___ClientCertSelection_17; } inline void set_ClientCertSelection_17(CertificateSelectionCallback_t3743405224 * value) { ___ClientCertSelection_17 = value; Il2CppCodeGenWriteBarrier((&___ClientCertSelection_17), value); } inline static int32_t get_offset_of_PrivateKeySelection_18() { return static_cast(offsetof(SslClientStream_t3914624661, ___PrivateKeySelection_18)); } inline PrivateKeySelectionCallback_t3240194217 * get_PrivateKeySelection_18() const { return ___PrivateKeySelection_18; } inline PrivateKeySelectionCallback_t3240194217 ** get_address_of_PrivateKeySelection_18() { return &___PrivateKeySelection_18; } inline void set_PrivateKeySelection_18(PrivateKeySelectionCallback_t3240194217 * value) { ___PrivateKeySelection_18 = value; Il2CppCodeGenWriteBarrier((&___PrivateKeySelection_18), value); } inline static int32_t get_offset_of_ServerCertValidation2_19() { return static_cast(offsetof(SslClientStream_t3914624661, ___ServerCertValidation2_19)); } inline CertificateValidationCallback2_t1842476440 * get_ServerCertValidation2_19() const { return ___ServerCertValidation2_19; } inline CertificateValidationCallback2_t1842476440 ** get_address_of_ServerCertValidation2_19() { return &___ServerCertValidation2_19; } inline void set_ServerCertValidation2_19(CertificateValidationCallback2_t1842476440 * value) { ___ServerCertValidation2_19 = value; Il2CppCodeGenWriteBarrier((&___ServerCertValidation2_19), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SSLCLIENTSTREAM_T3914624661_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 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 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 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_1; // System.IO.Compression.CompressionMode System.IO.Compression.DeflateStream::mode int32_t ___mode_2; // System.Boolean System.IO.Compression.DeflateStream::leaveOpen bool ___leaveOpen_3; // System.Boolean System.IO.Compression.DeflateStream::disposed bool ___disposed_4; // System.IO.Compression.DeflateStream/UnmanagedReadOrWrite System.IO.Compression.DeflateStream::feeder UnmanagedReadOrWrite_t876388624 * ___feeder_5; // System.IntPtr System.IO.Compression.DeflateStream::z_stream intptr_t ___z_stream_6; // System.Byte[] System.IO.Compression.DeflateStream::io_buffer ByteU5BU5D_t4116647657* ___io_buffer_7; // System.Runtime.InteropServices.GCHandle System.IO.Compression.DeflateStream::data GCHandle_t3351438187 ___data_8; public: inline static int32_t get_offset_of_base_stream_1() { return static_cast(offsetof(DeflateStream_t4175168077, ___base_stream_1)); } inline Stream_t1273022909 * get_base_stream_1() const { return ___base_stream_1; } inline Stream_t1273022909 ** get_address_of_base_stream_1() { return &___base_stream_1; } inline void set_base_stream_1(Stream_t1273022909 * value) { ___base_stream_1 = value; Il2CppCodeGenWriteBarrier((&___base_stream_1), value); } inline static int32_t get_offset_of_mode_2() { return static_cast(offsetof(DeflateStream_t4175168077, ___mode_2)); } inline int32_t get_mode_2() const { return ___mode_2; } inline int32_t* get_address_of_mode_2() { return &___mode_2; } inline void set_mode_2(int32_t value) { ___mode_2 = value; } inline static int32_t get_offset_of_leaveOpen_3() { return static_cast(offsetof(DeflateStream_t4175168077, ___leaveOpen_3)); } inline bool get_leaveOpen_3() const { return ___leaveOpen_3; } inline bool* get_address_of_leaveOpen_3() { return &___leaveOpen_3; } inline void set_leaveOpen_3(bool value) { ___leaveOpen_3 = value; } inline static int32_t get_offset_of_disposed_4() { return static_cast(offsetof(DeflateStream_t4175168077, ___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_feeder_5() { return static_cast(offsetof(DeflateStream_t4175168077, ___feeder_5)); } inline UnmanagedReadOrWrite_t876388624 * get_feeder_5() const { return ___feeder_5; } inline UnmanagedReadOrWrite_t876388624 ** get_address_of_feeder_5() { return &___feeder_5; } inline void set_feeder_5(UnmanagedReadOrWrite_t876388624 * value) { ___feeder_5 = value; Il2CppCodeGenWriteBarrier((&___feeder_5), value); } inline static int32_t get_offset_of_z_stream_6() { return static_cast(offsetof(DeflateStream_t4175168077, ___z_stream_6)); } inline intptr_t get_z_stream_6() const { return ___z_stream_6; } inline intptr_t* get_address_of_z_stream_6() { return &___z_stream_6; } inline void set_z_stream_6(intptr_t value) { ___z_stream_6 = value; } inline static int32_t get_offset_of_io_buffer_7() { return static_cast(offsetof(DeflateStream_t4175168077, ___io_buffer_7)); } inline ByteU5BU5D_t4116647657* get_io_buffer_7() const { return ___io_buffer_7; } inline ByteU5BU5D_t4116647657** get_address_of_io_buffer_7() { return &___io_buffer_7; } inline void set_io_buffer_7(ByteU5BU5D_t4116647657* value) { ___io_buffer_7 = value; Il2CppCodeGenWriteBarrier((&___io_buffer_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(DeflateStream_t4175168077, ___data_8)); } inline GCHandle_t3351438187 get_data_8() const { return ___data_8; } inline GCHandle_t3351438187 * get_address_of_data_8() { return &___data_8; } inline void set_data_8(GCHandle_t3351438187 value) { ___data_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFLATESTREAM_T4175168077_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 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 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_1; // System.Boolean System.IO.FileStream::owner bool ___owner_2; // System.Boolean System.IO.FileStream::async bool ___async_3; // System.Boolean System.IO.FileStream::canseek bool ___canseek_4; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_5; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_6; // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_t4116647657* ___buf_7; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_8; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_9; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_10; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_11; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_12; // System.String System.IO.FileStream::name String_t* ___name_13; // System.IntPtr System.IO.FileStream::handle intptr_t ___handle_14; public: inline static int32_t get_offset_of_access_1() { return static_cast(offsetof(FileStream_t4292183065, ___access_1)); } inline int32_t get_access_1() const { return ___access_1; } inline int32_t* get_address_of_access_1() { return &___access_1; } inline void set_access_1(int32_t value) { ___access_1 = value; } inline static int32_t get_offset_of_owner_2() { return static_cast(offsetof(FileStream_t4292183065, ___owner_2)); } inline bool get_owner_2() const { return ___owner_2; } inline bool* get_address_of_owner_2() { return &___owner_2; } inline void set_owner_2(bool value) { ___owner_2 = value; } inline static int32_t get_offset_of_async_3() { return static_cast(offsetof(FileStream_t4292183065, ___async_3)); } inline bool get_async_3() const { return ___async_3; } inline bool* get_address_of_async_3() { return &___async_3; } inline void set_async_3(bool value) { ___async_3 = value; } inline static int32_t get_offset_of_canseek_4() { return static_cast(offsetof(FileStream_t4292183065, ___canseek_4)); } inline bool get_canseek_4() const { return ___canseek_4; } inline bool* get_address_of_canseek_4() { return &___canseek_4; } inline void set_canseek_4(bool value) { ___canseek_4 = value; } inline static int32_t get_offset_of_append_startpos_5() { return static_cast(offsetof(FileStream_t4292183065, ___append_startpos_5)); } inline int64_t get_append_startpos_5() const { return ___append_startpos_5; } inline int64_t* get_address_of_append_startpos_5() { return &___append_startpos_5; } inline void set_append_startpos_5(int64_t value) { ___append_startpos_5 = value; } inline static int32_t get_offset_of_anonymous_6() { return static_cast(offsetof(FileStream_t4292183065, ___anonymous_6)); } inline bool get_anonymous_6() const { return ___anonymous_6; } inline bool* get_address_of_anonymous_6() { return &___anonymous_6; } inline void set_anonymous_6(bool value) { ___anonymous_6 = value; } inline static int32_t get_offset_of_buf_7() { return static_cast(offsetof(FileStream_t4292183065, ___buf_7)); } inline ByteU5BU5D_t4116647657* get_buf_7() const { return ___buf_7; } inline ByteU5BU5D_t4116647657** get_address_of_buf_7() { return &___buf_7; } inline void set_buf_7(ByteU5BU5D_t4116647657* value) { ___buf_7 = value; Il2CppCodeGenWriteBarrier((&___buf_7), value); } inline static int32_t get_offset_of_buf_size_8() { return static_cast(offsetof(FileStream_t4292183065, ___buf_size_8)); } inline int32_t get_buf_size_8() const { return ___buf_size_8; } inline int32_t* get_address_of_buf_size_8() { return &___buf_size_8; } inline void set_buf_size_8(int32_t value) { ___buf_size_8 = value; } inline static int32_t get_offset_of_buf_length_9() { return static_cast(offsetof(FileStream_t4292183065, ___buf_length_9)); } inline int32_t get_buf_length_9() const { return ___buf_length_9; } inline int32_t* get_address_of_buf_length_9() { return &___buf_length_9; } inline void set_buf_length_9(int32_t value) { ___buf_length_9 = value; } inline static int32_t get_offset_of_buf_offset_10() { return static_cast(offsetof(FileStream_t4292183065, ___buf_offset_10)); } inline int32_t get_buf_offset_10() const { return ___buf_offset_10; } inline int32_t* get_address_of_buf_offset_10() { return &___buf_offset_10; } inline void set_buf_offset_10(int32_t value) { ___buf_offset_10 = value; } inline static int32_t get_offset_of_buf_dirty_11() { return static_cast(offsetof(FileStream_t4292183065, ___buf_dirty_11)); } inline bool get_buf_dirty_11() const { return ___buf_dirty_11; } inline bool* get_address_of_buf_dirty_11() { return &___buf_dirty_11; } inline void set_buf_dirty_11(bool value) { ___buf_dirty_11 = value; } inline static int32_t get_offset_of_buf_start_12() { return static_cast(offsetof(FileStream_t4292183065, ___buf_start_12)); } inline int64_t get_buf_start_12() const { return ___buf_start_12; } inline int64_t* get_address_of_buf_start_12() { return &___buf_start_12; } inline void set_buf_start_12(int64_t value) { ___buf_start_12 = value; } inline static int32_t get_offset_of_name_13() { return static_cast(offsetof(FileStream_t4292183065, ___name_13)); } inline String_t* get_name_13() const { return ___name_13; } inline String_t** get_address_of_name_13() { return &___name_13; } inline void set_name_13(String_t* value) { ___name_13 = value; Il2CppCodeGenWriteBarrier((&___name_13), value); } inline static int32_t get_offset_of_handle_14() { return static_cast(offsetof(FileStream_t4292183065, ___handle_14)); } inline intptr_t get_handle_14() const { return ___handle_14; } inline intptr_t* get_address_of_handle_14() { return &___handle_14; } inline void set_handle_14(intptr_t value) { ___handle_14 = 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 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$map8 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map8_14; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map8_14() { return static_cast(offsetof(HttpWebResponse_t3286585418_StaticFields, ___U3CU3Ef__switchU24map8_14)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map8_14() const { return ___U3CU3Ef__switchU24map8_14; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map8_14() { return &___U3CU3Ef__switchU24map8_14; } inline void set_U3CU3Ef__switchU24map8_14(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map8_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map8_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPWEBRESPONSE_T3286585418_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 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 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_1; // System.Net.Sockets.Socket System.Net.Sockets.NetworkStream::socket Socket_t1119025450 * ___socket_2; // System.Boolean System.Net.Sockets.NetworkStream::owns_socket bool ___owns_socket_3; // System.Boolean System.Net.Sockets.NetworkStream::readable bool ___readable_4; // System.Boolean System.Net.Sockets.NetworkStream::writeable bool ___writeable_5; // System.Boolean System.Net.Sockets.NetworkStream::disposed bool ___disposed_6; public: inline static int32_t get_offset_of_access_1() { return static_cast(offsetof(NetworkStream_t4071955934, ___access_1)); } inline int32_t get_access_1() const { return ___access_1; } inline int32_t* get_address_of_access_1() { return &___access_1; } inline void set_access_1(int32_t value) { ___access_1 = value; } inline static int32_t get_offset_of_socket_2() { return static_cast(offsetof(NetworkStream_t4071955934, ___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_owns_socket_3() { return static_cast(offsetof(NetworkStream_t4071955934, ___owns_socket_3)); } inline bool get_owns_socket_3() const { return ___owns_socket_3; } inline bool* get_address_of_owns_socket_3() { return &___owns_socket_3; } inline void set_owns_socket_3(bool value) { ___owns_socket_3 = value; } inline static int32_t get_offset_of_readable_4() { return static_cast(offsetof(NetworkStream_t4071955934, ___readable_4)); } inline bool get_readable_4() const { return ___readable_4; } inline bool* get_address_of_readable_4() { return &___readable_4; } inline void set_readable_4(bool value) { ___readable_4 = value; } inline static int32_t get_offset_of_writeable_5() { return static_cast(offsetof(NetworkStream_t4071955934, ___writeable_5)); } inline bool get_writeable_5() const { return ___writeable_5; } inline bool* get_address_of_writeable_5() { return &___writeable_5; } inline void set_writeable_5(bool value) { ___writeable_5 = value; } inline static int32_t get_offset_of_disposed_6() { return static_cast(offsetof(NetworkStream_t4071955934, ___disposed_6)); } inline bool get_disposed_6() const { return ___disposed_6; } inline bool* get_address_of_disposed_6() { return &___disposed_6; } inline void set_disposed_6(bool value) { ___disposed_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETWORKSTREAM_T4071955934_H #ifndef X509ENHANCEDKEYUSAGEEXTENSION_T4189149453_H #define X509ENHANCEDKEYUSAGEEXTENSION_T4189149453_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension struct X509EnhancedKeyUsageExtension_t4189149453 : public X509Extension_t3272255153 { public: // System.Security.Cryptography.OidCollection System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::_enhKeyUsage OidCollection_t4234766844 * ____enhKeyUsage_4; // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::_status int32_t ____status_5; public: inline static int32_t get_offset_of__enhKeyUsage_4() { return static_cast(offsetof(X509EnhancedKeyUsageExtension_t4189149453, ____enhKeyUsage_4)); } inline OidCollection_t4234766844 * get__enhKeyUsage_4() const { return ____enhKeyUsage_4; } inline OidCollection_t4234766844 ** get_address_of__enhKeyUsage_4() { return &____enhKeyUsage_4; } inline void set__enhKeyUsage_4(OidCollection_t4234766844 * value) { ____enhKeyUsage_4 = value; Il2CppCodeGenWriteBarrier((&____enhKeyUsage_4), value); } inline static int32_t get_offset_of__status_5() { return static_cast(offsetof(X509EnhancedKeyUsageExtension_t4189149453, ____status_5)); } inline int32_t get__status_5() const { return ____status_5; } inline int32_t* get_address_of__status_5() { return &____status_5; } inline void set__status_5(int32_t value) { ____status_5 = value; } }; struct X509EnhancedKeyUsageExtension_t4189149453_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::<>f__switch$mapE Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapE_6; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24mapE_6() { return static_cast(offsetof(X509EnhancedKeyUsageExtension_t4189149453_StaticFields, ___U3CU3Ef__switchU24mapE_6)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapE_6() const { return ___U3CU3Ef__switchU24mapE_6; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapE_6() { return &___U3CU3Ef__switchU24mapE_6; } inline void set_U3CU3Ef__switchU24mapE_6(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapE_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapE_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509ENHANCEDKEYUSAGEEXTENSION_T4189149453_H #ifndef X509KEYUSAGEEXTENSION_T2042101591_H #define X509KEYUSAGEEXTENSION_T2042101591_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509KeyUsageExtension struct X509KeyUsageExtension_t2042101591 : public X509Extension_t3272255153 { public: // System.Security.Cryptography.X509Certificates.X509KeyUsageFlags System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::_keyUsages int32_t ____keyUsages_7; // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::_status int32_t ____status_8; public: inline static int32_t get_offset_of__keyUsages_7() { return static_cast(offsetof(X509KeyUsageExtension_t2042101591, ____keyUsages_7)); } inline int32_t get__keyUsages_7() const { return ____keyUsages_7; } inline int32_t* get_address_of__keyUsages_7() { return &____keyUsages_7; } inline void set__keyUsages_7(int32_t value) { ____keyUsages_7 = value; } inline static int32_t get_offset_of__status_8() { return static_cast(offsetof(X509KeyUsageExtension_t2042101591, ____status_8)); } inline int32_t get__status_8() const { return ____status_8; } inline int32_t* get_address_of__status_8() { return &____status_8; } inline void set__status_8(int32_t value) { ____status_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509KEYUSAGEEXTENSION_T2042101591_H #ifndef 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 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 CHAINVALIDATIONHELPER_T320539540_H #define CHAINVALIDATIONHELPER_T320539540_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ServicePointManager/ChainValidationHelper struct ChainValidationHelper_t320539540 : public RuntimeObject { public: // System.Object System.Net.ServicePointManager/ChainValidationHelper::sender RuntimeObject * ___sender_0; // System.String System.Net.ServicePointManager/ChainValidationHelper::host String_t* ___host_1; public: inline static int32_t get_offset_of_sender_0() { return static_cast(offsetof(ChainValidationHelper_t320539540, ___sender_0)); } inline RuntimeObject * get_sender_0() const { return ___sender_0; } inline RuntimeObject ** get_address_of_sender_0() { return &___sender_0; } inline void set_sender_0(RuntimeObject * value) { ___sender_0 = value; Il2CppCodeGenWriteBarrier((&___sender_0), value); } inline static int32_t get_offset_of_host_1() { return static_cast(offsetof(ChainValidationHelper_t320539540, ___host_1)); } inline String_t* get_host_1() const { return ___host_1; } inline String_t** get_address_of_host_1() { return &___host_1; } inline void set_host_1(String_t* value) { ___host_1 = value; Il2CppCodeGenWriteBarrier((&___host_1), value); } }; struct ChainValidationHelper_t320539540_StaticFields { public: // System.Boolean System.Net.ServicePointManager/ChainValidationHelper::is_macosx bool ___is_macosx_2; // System.Security.Cryptography.X509Certificates.X509KeyUsageFlags System.Net.ServicePointManager/ChainValidationHelper::s_flags int32_t ___s_flags_3; public: inline static int32_t get_offset_of_is_macosx_2() { return static_cast(offsetof(ChainValidationHelper_t320539540_StaticFields, ___is_macosx_2)); } inline bool get_is_macosx_2() const { return ___is_macosx_2; } inline bool* get_address_of_is_macosx_2() { return &___is_macosx_2; } inline void set_is_macosx_2(bool value) { ___is_macosx_2 = value; } inline static int32_t get_offset_of_s_flags_3() { return static_cast(offsetof(ChainValidationHelper_t320539540_StaticFields, ___s_flags_3)); } inline int32_t get_s_flags_3() const { return ___s_flags_3; } inline int32_t* get_address_of_s_flags_3() { return &___s_flags_3; } inline void set_s_flags_3(int32_t value) { ___s_flags_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAINVALIDATIONHELPER_T320539540_H #ifndef 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 REGEX_T3657309853_H #define REGEX_T3657309853_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Regex struct Regex_t3657309853 : public RuntimeObject { public: // System.Text.RegularExpressions.IMachineFactory System.Text.RegularExpressions.Regex::machineFactory RuntimeObject* ___machineFactory_1; // System.Collections.IDictionary System.Text.RegularExpressions.Regex::mapping RuntimeObject* ___mapping_2; // System.Int32 System.Text.RegularExpressions.Regex::group_count int32_t ___group_count_3; // System.Int32 System.Text.RegularExpressions.Regex::gap int32_t ___gap_4; // System.String[] System.Text.RegularExpressions.Regex::group_names StringU5BU5D_t1281789340* ___group_names_5; // System.Int32[] System.Text.RegularExpressions.Regex::group_numbers Int32U5BU5D_t385246372* ___group_numbers_6; // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_7; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_8; public: inline static int32_t get_offset_of_machineFactory_1() { return static_cast(offsetof(Regex_t3657309853, ___machineFactory_1)); } inline RuntimeObject* get_machineFactory_1() const { return ___machineFactory_1; } inline RuntimeObject** get_address_of_machineFactory_1() { return &___machineFactory_1; } inline void set_machineFactory_1(RuntimeObject* value) { ___machineFactory_1 = value; Il2CppCodeGenWriteBarrier((&___machineFactory_1), value); } inline static int32_t get_offset_of_mapping_2() { return static_cast(offsetof(Regex_t3657309853, ___mapping_2)); } inline RuntimeObject* get_mapping_2() const { return ___mapping_2; } inline RuntimeObject** get_address_of_mapping_2() { return &___mapping_2; } inline void set_mapping_2(RuntimeObject* value) { ___mapping_2 = value; Il2CppCodeGenWriteBarrier((&___mapping_2), value); } inline static int32_t get_offset_of_group_count_3() { return static_cast(offsetof(Regex_t3657309853, ___group_count_3)); } inline int32_t get_group_count_3() const { return ___group_count_3; } inline int32_t* get_address_of_group_count_3() { return &___group_count_3; } inline void set_group_count_3(int32_t value) { ___group_count_3 = value; } inline static int32_t get_offset_of_gap_4() { return static_cast(offsetof(Regex_t3657309853, ___gap_4)); } inline int32_t get_gap_4() const { return ___gap_4; } inline int32_t* get_address_of_gap_4() { return &___gap_4; } inline void set_gap_4(int32_t value) { ___gap_4 = value; } inline static int32_t get_offset_of_group_names_5() { return static_cast(offsetof(Regex_t3657309853, ___group_names_5)); } inline StringU5BU5D_t1281789340* get_group_names_5() const { return ___group_names_5; } inline StringU5BU5D_t1281789340** get_address_of_group_names_5() { return &___group_names_5; } inline void set_group_names_5(StringU5BU5D_t1281789340* value) { ___group_names_5 = value; Il2CppCodeGenWriteBarrier((&___group_names_5), value); } inline static int32_t get_offset_of_group_numbers_6() { return static_cast(offsetof(Regex_t3657309853, ___group_numbers_6)); } inline Int32U5BU5D_t385246372* get_group_numbers_6() const { return ___group_numbers_6; } inline Int32U5BU5D_t385246372** get_address_of_group_numbers_6() { return &___group_numbers_6; } inline void set_group_numbers_6(Int32U5BU5D_t385246372* value) { ___group_numbers_6 = value; Il2CppCodeGenWriteBarrier((&___group_numbers_6), value); } inline static int32_t get_offset_of_pattern_7() { return static_cast(offsetof(Regex_t3657309853, ___pattern_7)); } inline String_t* get_pattern_7() const { return ___pattern_7; } inline String_t** get_address_of_pattern_7() { return &___pattern_7; } inline void set_pattern_7(String_t* value) { ___pattern_7 = value; Il2CppCodeGenWriteBarrier((&___pattern_7), value); } inline static int32_t get_offset_of_roptions_8() { return static_cast(offsetof(Regex_t3657309853, ___roptions_8)); } inline int32_t get_roptions_8() const { return ___roptions_8; } inline int32_t* get_address_of_roptions_8() { return &___roptions_8; } inline void set_roptions_8(int32_t value) { ___roptions_8 = value; } }; struct Regex_t3657309853_StaticFields { public: // System.Text.RegularExpressions.FactoryCache System.Text.RegularExpressions.Regex::cache FactoryCache_t2327118887 * ___cache_0; public: inline static int32_t get_offset_of_cache_0() { return static_cast(offsetof(Regex_t3657309853_StaticFields, ___cache_0)); } inline FactoryCache_t2327118887 * get_cache_0() const { return ___cache_0; } inline FactoryCache_t2327118887 ** get_address_of_cache_0() { return &___cache_0; } inline void set_cache_0(FactoryCache_t2327118887 * value) { ___cache_0 = value; Il2CppCodeGenWriteBarrier((&___cache_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGEX_T3657309853_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 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 X509CERTIFICATE_T489243025_H #define X509CERTIFICATE_T489243025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509Certificate struct X509Certificate_t489243025 : public RuntimeObject { public: // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::decoder ASN1_t2114160833 * ___decoder_0; // System.Byte[] Mono.Security.X509.X509Certificate::m_encodedcert ByteU5BU5D_t4116647657* ___m_encodedcert_1; // System.DateTime Mono.Security.X509.X509Certificate::m_from DateTime_t3738529785 ___m_from_2; // System.DateTime Mono.Security.X509.X509Certificate::m_until DateTime_t3738529785 ___m_until_3; // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::issuer ASN1_t2114160833 * ___issuer_4; // System.String Mono.Security.X509.X509Certificate::m_issuername String_t* ___m_issuername_5; // System.String Mono.Security.X509.X509Certificate::m_keyalgo String_t* ___m_keyalgo_6; // System.Byte[] Mono.Security.X509.X509Certificate::m_keyalgoparams ByteU5BU5D_t4116647657* ___m_keyalgoparams_7; // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::subject ASN1_t2114160833 * ___subject_8; // System.String Mono.Security.X509.X509Certificate::m_subject String_t* ___m_subject_9; // System.Byte[] Mono.Security.X509.X509Certificate::m_publickey ByteU5BU5D_t4116647657* ___m_publickey_10; // System.Byte[] Mono.Security.X509.X509Certificate::signature ByteU5BU5D_t4116647657* ___signature_11; // System.String Mono.Security.X509.X509Certificate::m_signaturealgo String_t* ___m_signaturealgo_12; // System.Byte[] Mono.Security.X509.X509Certificate::m_signaturealgoparams ByteU5BU5D_t4116647657* ___m_signaturealgoparams_13; // System.Byte[] Mono.Security.X509.X509Certificate::certhash ByteU5BU5D_t4116647657* ___certhash_14; // System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::_rsa RSA_t2385438082 * ____rsa_15; // System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::_dsa DSA_t2386879874 * ____dsa_16; // System.Int32 Mono.Security.X509.X509Certificate::version int32_t ___version_17; // System.Byte[] Mono.Security.X509.X509Certificate::serialnumber ByteU5BU5D_t4116647657* ___serialnumber_18; // System.Byte[] Mono.Security.X509.X509Certificate::issuerUniqueID ByteU5BU5D_t4116647657* ___issuerUniqueID_19; // System.Byte[] Mono.Security.X509.X509Certificate::subjectUniqueID ByteU5BU5D_t4116647657* ___subjectUniqueID_20; // Mono.Security.X509.X509ExtensionCollection Mono.Security.X509.X509Certificate::extensions X509ExtensionCollection_t609554709 * ___extensions_21; public: inline static int32_t get_offset_of_decoder_0() { return static_cast(offsetof(X509Certificate_t489243025, ___decoder_0)); } inline ASN1_t2114160833 * get_decoder_0() const { return ___decoder_0; } inline ASN1_t2114160833 ** get_address_of_decoder_0() { return &___decoder_0; } inline void set_decoder_0(ASN1_t2114160833 * value) { ___decoder_0 = value; Il2CppCodeGenWriteBarrier((&___decoder_0), value); } inline static int32_t get_offset_of_m_encodedcert_1() { return static_cast(offsetof(X509Certificate_t489243025, ___m_encodedcert_1)); } inline ByteU5BU5D_t4116647657* get_m_encodedcert_1() const { return ___m_encodedcert_1; } inline ByteU5BU5D_t4116647657** get_address_of_m_encodedcert_1() { return &___m_encodedcert_1; } inline void set_m_encodedcert_1(ByteU5BU5D_t4116647657* value) { ___m_encodedcert_1 = value; Il2CppCodeGenWriteBarrier((&___m_encodedcert_1), value); } inline static int32_t get_offset_of_m_from_2() { return static_cast(offsetof(X509Certificate_t489243025, ___m_from_2)); } inline DateTime_t3738529785 get_m_from_2() const { return ___m_from_2; } inline DateTime_t3738529785 * get_address_of_m_from_2() { return &___m_from_2; } inline void set_m_from_2(DateTime_t3738529785 value) { ___m_from_2 = value; } inline static int32_t get_offset_of_m_until_3() { return static_cast(offsetof(X509Certificate_t489243025, ___m_until_3)); } inline DateTime_t3738529785 get_m_until_3() const { return ___m_until_3; } inline DateTime_t3738529785 * get_address_of_m_until_3() { return &___m_until_3; } inline void set_m_until_3(DateTime_t3738529785 value) { ___m_until_3 = value; } inline static int32_t get_offset_of_issuer_4() { return static_cast(offsetof(X509Certificate_t489243025, ___issuer_4)); } inline ASN1_t2114160833 * get_issuer_4() const { return ___issuer_4; } inline ASN1_t2114160833 ** get_address_of_issuer_4() { return &___issuer_4; } inline void set_issuer_4(ASN1_t2114160833 * value) { ___issuer_4 = value; Il2CppCodeGenWriteBarrier((&___issuer_4), value); } inline static int32_t get_offset_of_m_issuername_5() { return static_cast(offsetof(X509Certificate_t489243025, ___m_issuername_5)); } inline String_t* get_m_issuername_5() const { return ___m_issuername_5; } inline String_t** get_address_of_m_issuername_5() { return &___m_issuername_5; } inline void set_m_issuername_5(String_t* value) { ___m_issuername_5 = value; Il2CppCodeGenWriteBarrier((&___m_issuername_5), value); } inline static int32_t get_offset_of_m_keyalgo_6() { return static_cast(offsetof(X509Certificate_t489243025, ___m_keyalgo_6)); } inline String_t* get_m_keyalgo_6() const { return ___m_keyalgo_6; } inline String_t** get_address_of_m_keyalgo_6() { return &___m_keyalgo_6; } inline void set_m_keyalgo_6(String_t* value) { ___m_keyalgo_6 = value; Il2CppCodeGenWriteBarrier((&___m_keyalgo_6), value); } inline static int32_t get_offset_of_m_keyalgoparams_7() { return static_cast(offsetof(X509Certificate_t489243025, ___m_keyalgoparams_7)); } inline ByteU5BU5D_t4116647657* get_m_keyalgoparams_7() const { return ___m_keyalgoparams_7; } inline ByteU5BU5D_t4116647657** get_address_of_m_keyalgoparams_7() { return &___m_keyalgoparams_7; } inline void set_m_keyalgoparams_7(ByteU5BU5D_t4116647657* value) { ___m_keyalgoparams_7 = value; Il2CppCodeGenWriteBarrier((&___m_keyalgoparams_7), value); } inline static int32_t get_offset_of_subject_8() { return static_cast(offsetof(X509Certificate_t489243025, ___subject_8)); } inline ASN1_t2114160833 * get_subject_8() const { return ___subject_8; } inline ASN1_t2114160833 ** get_address_of_subject_8() { return &___subject_8; } inline void set_subject_8(ASN1_t2114160833 * value) { ___subject_8 = value; Il2CppCodeGenWriteBarrier((&___subject_8), value); } inline static int32_t get_offset_of_m_subject_9() { return static_cast(offsetof(X509Certificate_t489243025, ___m_subject_9)); } inline String_t* get_m_subject_9() const { return ___m_subject_9; } inline String_t** get_address_of_m_subject_9() { return &___m_subject_9; } inline void set_m_subject_9(String_t* value) { ___m_subject_9 = value; Il2CppCodeGenWriteBarrier((&___m_subject_9), value); } inline static int32_t get_offset_of_m_publickey_10() { return static_cast(offsetof(X509Certificate_t489243025, ___m_publickey_10)); } inline ByteU5BU5D_t4116647657* get_m_publickey_10() const { return ___m_publickey_10; } inline ByteU5BU5D_t4116647657** get_address_of_m_publickey_10() { return &___m_publickey_10; } inline void set_m_publickey_10(ByteU5BU5D_t4116647657* value) { ___m_publickey_10 = value; Il2CppCodeGenWriteBarrier((&___m_publickey_10), value); } inline static int32_t get_offset_of_signature_11() { return static_cast(offsetof(X509Certificate_t489243025, ___signature_11)); } inline ByteU5BU5D_t4116647657* get_signature_11() const { return ___signature_11; } inline ByteU5BU5D_t4116647657** get_address_of_signature_11() { return &___signature_11; } inline void set_signature_11(ByteU5BU5D_t4116647657* value) { ___signature_11 = value; Il2CppCodeGenWriteBarrier((&___signature_11), value); } inline static int32_t get_offset_of_m_signaturealgo_12() { return static_cast(offsetof(X509Certificate_t489243025, ___m_signaturealgo_12)); } inline String_t* get_m_signaturealgo_12() const { return ___m_signaturealgo_12; } inline String_t** get_address_of_m_signaturealgo_12() { return &___m_signaturealgo_12; } inline void set_m_signaturealgo_12(String_t* value) { ___m_signaturealgo_12 = value; Il2CppCodeGenWriteBarrier((&___m_signaturealgo_12), value); } inline static int32_t get_offset_of_m_signaturealgoparams_13() { return static_cast(offsetof(X509Certificate_t489243025, ___m_signaturealgoparams_13)); } inline ByteU5BU5D_t4116647657* get_m_signaturealgoparams_13() const { return ___m_signaturealgoparams_13; } inline ByteU5BU5D_t4116647657** get_address_of_m_signaturealgoparams_13() { return &___m_signaturealgoparams_13; } inline void set_m_signaturealgoparams_13(ByteU5BU5D_t4116647657* value) { ___m_signaturealgoparams_13 = value; Il2CppCodeGenWriteBarrier((&___m_signaturealgoparams_13), value); } inline static int32_t get_offset_of_certhash_14() { return static_cast(offsetof(X509Certificate_t489243025, ___certhash_14)); } inline ByteU5BU5D_t4116647657* get_certhash_14() const { return ___certhash_14; } inline ByteU5BU5D_t4116647657** get_address_of_certhash_14() { return &___certhash_14; } inline void set_certhash_14(ByteU5BU5D_t4116647657* value) { ___certhash_14 = value; Il2CppCodeGenWriteBarrier((&___certhash_14), value); } inline static int32_t get_offset_of__rsa_15() { return static_cast(offsetof(X509Certificate_t489243025, ____rsa_15)); } inline RSA_t2385438082 * get__rsa_15() const { return ____rsa_15; } inline RSA_t2385438082 ** get_address_of__rsa_15() { return &____rsa_15; } inline void set__rsa_15(RSA_t2385438082 * value) { ____rsa_15 = value; Il2CppCodeGenWriteBarrier((&____rsa_15), value); } inline static int32_t get_offset_of__dsa_16() { return static_cast(offsetof(X509Certificate_t489243025, ____dsa_16)); } inline DSA_t2386879874 * get__dsa_16() const { return ____dsa_16; } inline DSA_t2386879874 ** get_address_of__dsa_16() { return &____dsa_16; } inline void set__dsa_16(DSA_t2386879874 * value) { ____dsa_16 = value; Il2CppCodeGenWriteBarrier((&____dsa_16), value); } inline static int32_t get_offset_of_version_17() { return static_cast(offsetof(X509Certificate_t489243025, ___version_17)); } inline int32_t get_version_17() const { return ___version_17; } inline int32_t* get_address_of_version_17() { return &___version_17; } inline void set_version_17(int32_t value) { ___version_17 = value; } inline static int32_t get_offset_of_serialnumber_18() { return static_cast(offsetof(X509Certificate_t489243025, ___serialnumber_18)); } inline ByteU5BU5D_t4116647657* get_serialnumber_18() const { return ___serialnumber_18; } inline ByteU5BU5D_t4116647657** get_address_of_serialnumber_18() { return &___serialnumber_18; } inline void set_serialnumber_18(ByteU5BU5D_t4116647657* value) { ___serialnumber_18 = value; Il2CppCodeGenWriteBarrier((&___serialnumber_18), value); } inline static int32_t get_offset_of_issuerUniqueID_19() { return static_cast(offsetof(X509Certificate_t489243025, ___issuerUniqueID_19)); } inline ByteU5BU5D_t4116647657* get_issuerUniqueID_19() const { return ___issuerUniqueID_19; } inline ByteU5BU5D_t4116647657** get_address_of_issuerUniqueID_19() { return &___issuerUniqueID_19; } inline void set_issuerUniqueID_19(ByteU5BU5D_t4116647657* value) { ___issuerUniqueID_19 = value; Il2CppCodeGenWriteBarrier((&___issuerUniqueID_19), value); } inline static int32_t get_offset_of_subjectUniqueID_20() { return static_cast(offsetof(X509Certificate_t489243025, ___subjectUniqueID_20)); } inline ByteU5BU5D_t4116647657* get_subjectUniqueID_20() const { return ___subjectUniqueID_20; } inline ByteU5BU5D_t4116647657** get_address_of_subjectUniqueID_20() { return &___subjectUniqueID_20; } inline void set_subjectUniqueID_20(ByteU5BU5D_t4116647657* value) { ___subjectUniqueID_20 = value; Il2CppCodeGenWriteBarrier((&___subjectUniqueID_20), value); } inline static int32_t get_offset_of_extensions_21() { return static_cast(offsetof(X509Certificate_t489243025, ___extensions_21)); } inline X509ExtensionCollection_t609554709 * get_extensions_21() const { return ___extensions_21; } inline X509ExtensionCollection_t609554709 ** get_address_of_extensions_21() { return &___extensions_21; } inline void set_extensions_21(X509ExtensionCollection_t609554709 * value) { ___extensions_21 = value; Il2CppCodeGenWriteBarrier((&___extensions_21), value); } }; struct X509Certificate_t489243025_StaticFields { public: // System.String Mono.Security.X509.X509Certificate::encoding_error String_t* ___encoding_error_22; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.X509Certificate::<>f__switch$mapF Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapF_23; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.X509Certificate::<>f__switch$map10 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map10_24; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.X509Certificate::<>f__switch$map11 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map11_25; public: inline static int32_t get_offset_of_encoding_error_22() { return static_cast(offsetof(X509Certificate_t489243025_StaticFields, ___encoding_error_22)); } inline String_t* get_encoding_error_22() const { return ___encoding_error_22; } inline String_t** get_address_of_encoding_error_22() { return &___encoding_error_22; } inline void set_encoding_error_22(String_t* value) { ___encoding_error_22 = value; Il2CppCodeGenWriteBarrier((&___encoding_error_22), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24mapF_23() { return static_cast(offsetof(X509Certificate_t489243025_StaticFields, ___U3CU3Ef__switchU24mapF_23)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapF_23() const { return ___U3CU3Ef__switchU24mapF_23; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapF_23() { return &___U3CU3Ef__switchU24mapF_23; } inline void set_U3CU3Ef__switchU24mapF_23(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapF_23 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapF_23), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map10_24() { return static_cast(offsetof(X509Certificate_t489243025_StaticFields, ___U3CU3Ef__switchU24map10_24)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map10_24() const { return ___U3CU3Ef__switchU24map10_24; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map10_24() { return &___U3CU3Ef__switchU24map10_24; } inline void set_U3CU3Ef__switchU24map10_24(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map10_24 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map10_24), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map11_25() { return static_cast(offsetof(X509Certificate_t489243025_StaticFields, ___U3CU3Ef__switchU24map11_25)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map11_25() const { return ___U3CU3Ef__switchU24map11_25; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map11_25() { return &___U3CU3Ef__switchU24map11_25; } inline void set_U3CU3Ef__switchU24map11_25(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map11_25 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map11_25), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATE_T489243025_H #ifndef 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 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 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 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 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 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 DIGESTSESSION_T1433627624_H #define DIGESTSESSION_T1433627624_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.DigestSession struct DigestSession_t1433627624 : public RuntimeObject { public: // System.DateTime System.Net.DigestSession::lastUse DateTime_t3738529785 ___lastUse_1; // System.Int32 System.Net.DigestSession::_nc int32_t ____nc_2; // System.Security.Cryptography.HashAlgorithm System.Net.DigestSession::hash HashAlgorithm_t1432317219 * ___hash_3; // System.Net.DigestHeaderParser System.Net.DigestSession::parser DigestHeaderParser_t341650829 * ___parser_4; // System.String System.Net.DigestSession::_cnonce String_t* ____cnonce_5; public: inline static int32_t get_offset_of_lastUse_1() { return static_cast(offsetof(DigestSession_t1433627624, ___lastUse_1)); } inline DateTime_t3738529785 get_lastUse_1() const { return ___lastUse_1; } inline DateTime_t3738529785 * get_address_of_lastUse_1() { return &___lastUse_1; } inline void set_lastUse_1(DateTime_t3738529785 value) { ___lastUse_1 = value; } inline static int32_t get_offset_of__nc_2() { return static_cast(offsetof(DigestSession_t1433627624, ____nc_2)); } inline int32_t get__nc_2() const { return ____nc_2; } inline int32_t* get_address_of__nc_2() { return &____nc_2; } inline void set__nc_2(int32_t value) { ____nc_2 = value; } inline static int32_t get_offset_of_hash_3() { return static_cast(offsetof(DigestSession_t1433627624, ___hash_3)); } inline HashAlgorithm_t1432317219 * get_hash_3() const { return ___hash_3; } inline HashAlgorithm_t1432317219 ** get_address_of_hash_3() { return &___hash_3; } inline void set_hash_3(HashAlgorithm_t1432317219 * value) { ___hash_3 = value; Il2CppCodeGenWriteBarrier((&___hash_3), value); } inline static int32_t get_offset_of_parser_4() { return static_cast(offsetof(DigestSession_t1433627624, ___parser_4)); } inline DigestHeaderParser_t341650829 * get_parser_4() const { return ___parser_4; } inline DigestHeaderParser_t341650829 ** get_address_of_parser_4() { return &___parser_4; } inline void set_parser_4(DigestHeaderParser_t341650829 * value) { ___parser_4 = value; Il2CppCodeGenWriteBarrier((&___parser_4), value); } inline static int32_t get_offset_of__cnonce_5() { return static_cast(offsetof(DigestSession_t1433627624, ____cnonce_5)); } inline String_t* get__cnonce_5() const { return ____cnonce_5; } inline String_t** get_address_of__cnonce_5() { return &____cnonce_5; } inline void set__cnonce_5(String_t* value) { ____cnonce_5 = value; Il2CppCodeGenWriteBarrier((&____cnonce_5), value); } }; struct DigestSession_t1433627624_StaticFields { public: // System.Security.Cryptography.RandomNumberGenerator System.Net.DigestSession::rng RandomNumberGenerator_t386037858 * ___rng_0; public: inline static int32_t get_offset_of_rng_0() { return static_cast(offsetof(DigestSession_t1433627624_StaticFields, ___rng_0)); } inline RandomNumberGenerator_t386037858 * get_rng_0() const { return ___rng_0; } inline RandomNumberGenerator_t386037858 ** get_address_of_rng_0() { return &___rng_0; } inline void set_rng_0(RandomNumberGenerator_t386037858 * value) { ___rng_0 = value; Il2CppCodeGenWriteBarrier((&___rng_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIGESTSESSION_T1433627624_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 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 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 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 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$map5 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map5_35; // System.Collections.Generic.Dictionary`2 System.Net.FtpWebRequest::<>f__switch$map6 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map6_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__switchU24map5_35() { return static_cast(offsetof(FtpWebRequest_t1577818305_StaticFields, ___U3CU3Ef__switchU24map5_35)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map5_35() const { return ___U3CU3Ef__switchU24map5_35; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map5_35() { return &___U3CU3Ef__switchU24map5_35; } inline void set_U3CU3Ef__switchU24map5_35(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map5_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map5_35), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map6_36() { return static_cast(offsetof(FtpWebRequest_t1577818305_StaticFields, ___U3CU3Ef__switchU24map6_36)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map6_36() const { return ___U3CU3Ef__switchU24map6_36; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map6_36() { return &___U3CU3Ef__switchU24map6_36; } inline void set_U3CU3Ef__switchU24map6_36(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map6_36 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map6_36), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FTPWEBREQUEST_T1577818305_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 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 SOCKETASYNCCALL_T1521370843_H #define SOCKETASYNCCALL_T1521370843_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Sockets.Socket/SocketAsyncCall struct SocketAsyncCall_t1521370843 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOCKETASYNCCALL_T1521370843_H #ifndef 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 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 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 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 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 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 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_15; public: inline static int32_t get_offset_of_webRequest_15() { return static_cast(offsetof(FileWebStream_t586107972, ___webRequest_15)); } inline FileWebRequest_t591858885 * get_webRequest_15() const { return ___webRequest_15; } inline FileWebRequest_t591858885 ** get_address_of_webRequest_15() { return &___webRequest_15; } inline void set_webRequest_15(FileWebRequest_t591858885 * value) { ___webRequest_15 = value; Il2CppCodeGenWriteBarrier((&___webRequest_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEWEBSTREAM_T586107972_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 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 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 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 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 // 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.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.Net.IPAddress[] struct IPAddressU5BU5D_t596328627 : public RuntimeArray { public: ALIGN_FIELD (8) IPAddress_t241777590 * m_Items[1]; public: inline IPAddress_t241777590 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline IPAddress_t241777590 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, IPAddress_t241777590 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline IPAddress_t241777590 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline IPAddress_t241777590 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, IPAddress_t241777590 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Char[] struct CharU5BU5D_t3528271667 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.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.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.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.Int32 System.Array::IndexOf(!!0[],!!0) extern "C" IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m3944231312_gshared (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, RuntimeObject * 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.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.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, 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.Net.CookieParser::GetCookieName() extern "C" IL2CPP_METHOD_ATTR String_t* CookieParser_GetCookieName_m57452501 (CookieParser_t2349142305 * __this, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.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.String System.String::Trim() extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m923598732 (String_t* __this, 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.Collections.Hashtable::.ctor() extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1815022027 (Hashtable_t1853889766 * __this, const RuntimeMethod* method); // System.Collections.Hashtable System.Collections.Hashtable::Synchronized(System.Collections.Hashtable) extern "C" IL2CPP_METHOD_ATTR Hashtable_t1853889766 * Hashtable_Synchronized_m2228653257 (RuntimeObject * __this /* static, unused */, Hashtable_t1853889766 * p0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_m2249409497 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Net.DigestClient::CheckExpired(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DigestClient_CheckExpired_m149989480 (RuntimeObject * __this /* static, unused */, int32_t ___count0, 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.DateTime System.DateTime::get_Now() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_Now_m1277138875 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.DateTime System.Net.DigestSession::get_LastUse() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DigestSession_get_LastUse_m3488420397 (DigestSession_t1433627624 * __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.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 DateTime_op_Subtraction_m3579235380 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 p0, DateTime_t3738529785 p1, const RuntimeMethod* method); // System.Int64 System.TimeSpan::get_Ticks() extern "C" IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_m2137362016 (TimeSpan_t881159249 * __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.String System.String::ToLower() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m2029374922 (String_t* __this, 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.Uri System.Net.HttpWebRequest::get_Address() extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * HttpWebRequest_get_Address_m2672661563 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method); // System.Collections.Hashtable System.Net.DigestClient::get_Cache() extern "C" IL2CPP_METHOD_ATTR Hashtable_t1853889766 * DigestClient_get_Cache_m2977715726 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Net.DigestSession::.ctor() extern "C" IL2CPP_METHOD_ATTR void DigestSession__ctor_m601709392 (DigestSession_t1433627624 * __this, const RuntimeMethod* method); // System.Boolean System.Net.DigestSession::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR bool DigestSession_Parse_m1593461661 (DigestSession_t1433627624 * __this, String_t* ___challenge0, const RuntimeMethod* method); // System.Net.Authorization System.Net.DigestSession::Authenticate(System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t542416582 * DigestSession_Authenticate_m842272638 (DigestSession_t1433627624 * __this, WebRequest_t1939381076 * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m1759067526 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Net.DigestHeaderParser::GetKeywordAndValue(System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR bool DigestHeaderParser_GetKeywordAndValue_m1709372932 (DigestHeaderParser_t341650829 * __this, String_t** ___key0, String_t** ___value1, const RuntimeMethod* method); // System.Void System.Net.DigestHeaderParser::SkipWhitespace() extern "C" IL2CPP_METHOD_ATTR void DigestHeaderParser_SkipWhitespace_m1682657916 (DigestHeaderParser_t341650829 * __this, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) #define Array_IndexOf_TisString_t_m3713066389(__this /* static, unused */, p0, p1, method) (( int32_t (*) (RuntimeObject * /* static, unused */, StringU5BU5D_t1281789340*, String_t*, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m3944231312_gshared)(__this /* static, unused */, p0, p1, method) // System.String System.Net.DigestHeaderParser::get_Realm() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Realm_m932476129 (DigestHeaderParser_t341650829 * __this, const RuntimeMethod* method); // System.String System.Net.DigestHeaderParser::get_Nonce() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Nonce_m2249622360 (DigestHeaderParser_t341650829 * __this, const RuntimeMethod* method); // System.String System.Net.DigestHeaderParser::GetKey() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_GetKey_m560398311 (DigestHeaderParser_t341650829 * __this, 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.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator::Create() extern "C" IL2CPP_METHOD_ATTR RandomNumberGenerator_t386037858 * RandomNumberGenerator_Create_m4162970280 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Net.DigestHeaderParser::get_Algorithm() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Algorithm_m2871660183 (DigestHeaderParser_t341650829 * __this, const RuntimeMethod* method); // System.String System.Net.DigestHeaderParser::get_Opaque() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Opaque_m1764949209 (DigestHeaderParser_t341650829 * __this, const RuntimeMethod* method); // System.String System.Net.DigestHeaderParser::get_QOP() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_QOP_m4036197700 (DigestHeaderParser_t341650829 * __this, const RuntimeMethod* method); // System.String System.Convert::ToBase64String(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_m3839334935 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Clear_m2231608178 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Net.DigestHeaderParser::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void DigestHeaderParser__ctor_m1788016284 (DigestHeaderParser_t341650829 * __this, String_t* ___header0, const RuntimeMethod* method); // System.Boolean System.Net.DigestHeaderParser::Parse() extern "C" IL2CPP_METHOD_ATTR bool DigestHeaderParser_Parse_m4245784917 (DigestHeaderParser_t341650829 * __this, 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.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HashAlgorithm::Create(System.String) extern "C" IL2CPP_METHOD_ATTR HashAlgorithm_t1432317219 * HashAlgorithm_Create_m644612360 (RuntimeObject * __this /* static, unused */, String_t* p0, 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.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* HashAlgorithm_ComputeHash_m2825542963 (HashAlgorithm_t1432317219 * __this, ByteU5BU5D_t4116647657* p0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m3735479648 (uint8_t* __this, String_t* p0, const RuntimeMethod* method); // System.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.String System.Text.StringBuilder::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_m3317489284 (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.Net.DigestSession::get_Realm() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_Realm_m3487888410 (DigestSession_t1433627624 * __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.Net.DigestSession::get_Algorithm() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_Algorithm_m794936792 (DigestSession_t1433627624 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.String System.Net.DigestSession::HashToHexString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_HashToHexString_m2645563245 (DigestSession_t1433627624 * __this, String_t* ___toBeHashed0, const RuntimeMethod* method); // System.String System.Net.DigestSession::get_Nonce() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_Nonce_m3852273541 (DigestSession_t1433627624 * __this, const RuntimeMethod* method); // System.String System.Net.DigestSession::get_CNonce() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_CNonce_m3083255582 (DigestSession_t1433627624 * __this, 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) 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.String System.Net.DigestSession::get_QOP() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_QOP_m2650211740 (DigestSession_t1433627624 * __this, const RuntimeMethod* method); // System.String System.Net.DigestSession::HA1(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_HA1_m2108344264 (DigestSession_t1433627624 * __this, String_t* ___username0, String_t* ___password1, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m372259452 (int32_t* __this, String_t* p0, 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.String System.Net.DigestSession::HA2(System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_HA2_m1089477595 (DigestSession_t1433627624 * __this, HttpWebRequest_t1669436515 * ___webRequest0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m2734335978 (InvalidOperationException_t56020091 * __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.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m3016532472 (StringBuilder_t * __this, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.String System.Net.DigestSession::Response(System.String,System.String,System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_Response_m3890789839 (DigestSession_t1433627624 * __this, String_t* ___username0, String_t* ___password1, HttpWebRequest_t1669436515 * ___webRequest2, const RuntimeMethod* method); // System.String System.Net.DigestSession::get_Opaque() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_Opaque_m32525443 (DigestSession_t1433627624 * __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.Void System.Net.Authorization::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Authorization__ctor_m1042942506 (Authorization_t542416582 * __this, String_t* ___token0, 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.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.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.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.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.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.NotImplementedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m3058704252 (NotImplementedException_t3489357830 * __this, 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_m1362981538 (NameValueCollection_t407452768 * __this, String_t* ___name0, String_t* ___value1, 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.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.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m237278729 (InvalidOperationException_t56020091 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Net.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_m2837234216 (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.ArgumentOutOfRangeException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m2047740448 (ArgumentOutOfRangeException_t777629997 * __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.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.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.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.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_m800430703 (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_m4293005803 (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.Int32 System.Uri::get_Port() extern "C" IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m184067428 (Uri_t100236324 * __this, 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.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.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_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 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.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.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __this, 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.String System.Uri::get_Host() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m255565830 (Uri_t100236324 * __this, 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.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_m3979995533 (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.Uri::get_Scheme() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_m2109479391 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Void System.Net.WebHeaderCollection::SetInternal(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_SetInternal_m126443775 (WebHeaderCollection_t1942268960 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Boolean System.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.Boolean System.Uri::get_IsDefaultPort() extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsDefaultPort_m3984463462 (Uri_t100236324 * __this, 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.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.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.Uri System.Net.Cookie::get_CommentUri() extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * Cookie_get_CommentUri_m3490482498 (Cookie_t993873397 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::op_Equality(System.Uri,System.Uri) extern "C" IL2CPP_METHOD_ATTR bool Uri_op_Equality_m685520154 (RuntimeObject * __this /* static, unused */, Uri_t100236324 * ___u10, Uri_t100236324 * ___u21, 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.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.String System.Net.Cookie::get_Domain() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Domain_m3273283673 (Cookie_t993873397 * __this, 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.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.DateTime System.Net.Cookie::get_Expires() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Cookie_get_Expires_m3868672769 (Cookie_t993873397 * __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.DateTime System.Net.Cookie::get_TimeStamp() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Cookie_get_TimeStamp_m3185794327 (Cookie_t993873397 * __this, 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.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.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.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.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.String System.Net.Cookie::get_Port() extern "C" IL2CPP_METHOD_ATTR String_t* Cookie_get_Port_m3975301406 (Cookie_t993873397 * __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.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.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.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.CookieCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void CookieCollection__ctor_m1000462790 (CookieCollection_t3881042616 * __this, 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::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.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.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.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.Char[] System.String::ToCharArray() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* String_ToCharArray_m1492846834 (String_t* __this, 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.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::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.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.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); // System.Void System.Collections.Specialized.HybridDictionary::.ctor() extern "C" IL2CPP_METHOD_ATTR void HybridDictionary__ctor_m2970901694 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method); // System.Void System.Net.DefaultCertificatePolicy::.ctor() extern "C" IL2CPP_METHOD_ATTR void DefaultCertificatePolicy__ctor_m1887337884 (DefaultCertificatePolicy_t3607119947 * __this, const RuntimeMethod* method); // System.Void System.Net.ServicePointManager::RecycleServicePoints() extern "C" IL2CPP_METHOD_ATTR void ServicePointManager_RecycleServicePoints_m1035558445 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Net.ServicePointManager/SPKey::.ctor(System.Uri,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SPKey__ctor_m3690819622 (SPKey_t3654231119 * __this, Uri_t100236324 * ___uri0, bool ___use_connect1, const RuntimeMethod* method); // System.Object System.Collections.Specialized.HybridDictionary::get_Item(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * HybridDictionary_get_Item_m319681963 (HybridDictionary_t4070033136 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.HybridDictionary::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t HybridDictionary_get_Count_m1166314536 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::.ctor(System.Uri,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ServicePoint__ctor_m4022457269 (ServicePoint_t2786966844 * __this, Uri_t100236324 * ___uri0, int32_t ___connectionLimit1, int32_t ___maxIdleTime2, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::set_Expect100Continue(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ServicePoint_set_Expect100Continue_m1237635858 (ServicePoint_t2786966844 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::set_UseNagleAlgorithm(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ServicePoint_set_UseNagleAlgorithm_m1374731041 (ServicePoint_t2786966844 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::set_UsesProxy(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ServicePoint_set_UsesProxy_m2758604003 (ServicePoint_t2786966844 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::set_UseConnect(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ServicePoint_set_UseConnect_m1377758489 (ServicePoint_t2786966844 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.HybridDictionary::Add(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void HybridDictionary_Add_m912320053 (HybridDictionary_t4070033136 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Collections.IDictionaryEnumerator System.Collections.Specialized.HybridDictionary::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HybridDictionary_GetEnumerator_m1379032493 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method); // System.Boolean System.Net.ServicePoint::get_AvailableForRecycling() extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_AvailableForRecycling_m936700514 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.HybridDictionary::Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void HybridDictionary_Remove_m2295600623 (HybridDictionary_t4070033136 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.SortedList::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void SortedList__ctor_m4140760769 (SortedList_t2427694641 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::set_IdleSince(System.DateTime) extern "C" IL2CPP_METHOD_ATTR void ServicePoint_set_IdleSince_m608781505 (ServicePoint_t2786966844 * __this, DateTime_t3738529785 ___value0, const RuntimeMethod* method); // System.Uri System.Net.ServicePoint::get_Address() extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * ServicePoint_get_Address_m4189969258 (ServicePoint_t2786966844 * __this, const RuntimeMethod* method); // System.Boolean System.IO.File::Exists(System.String) extern "C" IL2CPP_METHOD_ATTR bool File_Exists_m3943585060 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Net.ICertificatePolicy System.Net.ServicePointManager::get_CertificatePolicy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ServicePointManager_get_CertificatePolicy_m475600998 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509ChainPolicy::.ctor() extern "C" IL2CPP_METHOD_ATTR void X509ChainPolicy__ctor_m852124469 (X509ChainPolicy_t2426922870 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Chain::set_ChainPolicy(System.Security.Cryptography.X509Certificates.X509ChainPolicy) extern "C" IL2CPP_METHOD_ATTR void X509Chain_set_ChainPolicy_m2787395122 (X509Chain_t194917408 * __this, X509ChainPolicy_t2426922870 * ___value0, const RuntimeMethod* method); // Mono.Security.X509.X509Certificate Mono.Security.X509.X509CertificateCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR X509Certificate_t489243025 * X509CertificateCollection_get_Item_m1033426577 (X509CertificateCollection_t1542168550 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void X509Certificate2__ctor_m3336405942 (X509Certificate2_t714049126 * __this, ByteU5BU5D_t4116647657* ___rawData0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509ChainPolicy::get_ExtraStore() extern "C" IL2CPP_METHOD_ATTR X509Certificate2Collection_t2111161276 * X509ChainPolicy_get_ExtraStore_m4191377387 (X509ChainPolicy_t2426922870 * __this, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate2Collection::Add(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR int32_t X509Certificate2Collection_Add_m3151757943 (X509Certificate2Collection_t2111161276 * __this, X509Certificate2_t714049126 * ___certificate0, const RuntimeMethod* method); // System.Net.Security.SslPolicyErrors System.Net.ServicePointManager/ChainValidationHelper::GetErrorsFromChain(System.Security.Cryptography.X509Certificates.X509Chain) extern "C" IL2CPP_METHOD_ATTR int32_t ChainValidationHelper_GetErrorsFromChain_m1415544464 (RuntimeObject * __this /* static, unused */, X509Chain_t194917408 * ___chain0, const RuntimeMethod* method); // System.IO.TextWriter System.Console::get_Error() extern "C" IL2CPP_METHOD_ATTR TextWriter_t3478189236 * Console_get_Error_m1839879495 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.Net.ServicePointManager/ChainValidationHelper::CheckCertificateUsage(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR bool ChainValidationHelper_CheckCertificateUsage_m3811510007 (RuntimeObject * __this /* static, unused */, X509Certificate2_t714049126 * ___cert0, const RuntimeMethod* method); // System.String System.Net.ServicePointManager/ChainValidationHelper::get_Host() extern "C" IL2CPP_METHOD_ATTR String_t* ChainValidationHelper_get_Host_m1442257577 (ChainValidationHelper_t320539540 * __this, const RuntimeMethod* method); // System.Boolean System.Net.ServicePointManager/ChainValidationHelper::CheckServerIdentity(Mono.Security.X509.X509Certificate,System.String) extern "C" IL2CPP_METHOD_ATTR bool ChainValidationHelper_CheckServerIdentity_m2649452138 (RuntimeObject * __this /* static, unused */, X509Certificate_t489243025 * ___cert0, String_t* ___targetHost1, const RuntimeMethod* method); // Mono.Security.X509.OSX509Certificates/SecTrustResult Mono.Security.X509.OSX509Certificates::TrustEvaluateSsl(Mono.Security.X509.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR int32_t OSX509Certificates_TrustEvaluateSsl_m272221360 (RuntimeObject * __this /* static, unused */, X509CertificateCollection_t1542168550 * ___certificates0, const RuntimeMethod* method); // System.Net.ServicePoint System.Net.HttpWebRequest::get_ServicePoint() extern "C" IL2CPP_METHOD_ATTR ServicePoint_t2786966844 * HttpWebRequest_get_ServicePoint_m3916606901 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method); // System.Int32 System.Net.ServicePointManager/ChainValidationHelper::GetStatusFromChain(System.Security.Cryptography.X509Certificates.X509Chain) extern "C" IL2CPP_METHOD_ATTR int32_t ChainValidationHelper_GetStatusFromChain_m788162461 (RuntimeObject * __this /* static, unused */, X509Chain_t194917408 * ___chain0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Tls.ValidationResult::.ctor(System.Boolean,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ValidationResult__ctor_m295084008 (ValidationResult_t3834298736 * __this, bool p0, bool p1, int32_t p2, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate2::get_Version() extern "C" IL2CPP_METHOD_ATTR int32_t X509Certificate2_get_Version_m2534012675 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509ExtensionCollection System.Security.Cryptography.X509Certificates.X509Certificate2::get_Extensions() extern "C" IL2CPP_METHOD_ATTR X509ExtensionCollection_t1350454579 * X509Certificate2_get_Extensions_m3552930730 (X509Certificate2_t714049126 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Extension System.Security.Cryptography.X509Certificates.X509ExtensionCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR X509Extension_t3272255153 * X509ExtensionCollection_get_Item_m3637880514 (X509ExtensionCollection_t1350454579 * __this, String_t* ___oid0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509KeyUsageFlags System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::get_KeyUsages() extern "C" IL2CPP_METHOD_ATTR int32_t X509KeyUsageExtension_get_KeyUsages_m3263859785 (X509KeyUsageExtension_t2042101591 * __this, const RuntimeMethod* method); // System.Security.Cryptography.OidCollection System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::get_EnhancedKeyUsages() extern "C" IL2CPP_METHOD_ATTR OidCollection_t4234766844 * X509EnhancedKeyUsageExtension_get_EnhancedKeyUsages_m2617268680 (X509EnhancedKeyUsageExtension_t4189149453 * __this, const RuntimeMethod* method); // System.Security.Cryptography.Oid System.Security.Cryptography.OidCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR Oid_t3552120260 * OidCollection_get_Item_m538543915 (OidCollection_t4234766844 * __this, String_t* ___oid0, const RuntimeMethod* method); // System.String System.Security.Cryptography.AsnEncodedData::NetscapeCertType(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_NetscapeCertType_m2976595233 (AsnEncodedData_t382354011 * __this, bool ___multiLine0, const RuntimeMethod* method); // Mono.Security.X509.X509ExtensionCollection Mono.Security.X509.X509Certificate::get_Extensions() extern "C" IL2CPP_METHOD_ATTR X509ExtensionCollection_t609554709 * X509Certificate_get_Extensions_m1217872579 (X509Certificate_t489243025 * __this, const RuntimeMethod* method); // Mono.Security.X509.X509Extension Mono.Security.X509.X509ExtensionCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR X509Extension_t3173393653 * X509ExtensionCollection_get_Item_m2761897938 (X509ExtensionCollection_t609554709 * __this, String_t* p0, const RuntimeMethod* method); // System.Void Mono.Security.X509.Extensions.SubjectAltNameExtension::.ctor(Mono.Security.X509.X509Extension) extern "C" IL2CPP_METHOD_ATTR void SubjectAltNameExtension__ctor_m1991362362 (SubjectAltNameExtension_t1536937677 * __this, X509Extension_t3173393653 * p0, const RuntimeMethod* method); // System.String[] Mono.Security.X509.Extensions.SubjectAltNameExtension::get_DNSNames() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* SubjectAltNameExtension_get_DNSNames_m2346000460 (SubjectAltNameExtension_t1536937677 * __this, const RuntimeMethod* method); // System.Boolean System.Net.ServicePointManager/ChainValidationHelper::Match(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool ChainValidationHelper_Match_m3752991024 (RuntimeObject * __this /* static, unused */, String_t* ___hostname0, String_t* ___pattern1, const RuntimeMethod* method); // System.String[] Mono.Security.X509.Extensions.SubjectAltNameExtension::get_IPAddresses() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* SubjectAltNameExtension_get_IPAddresses_m1641002124 (SubjectAltNameExtension_t1536937677 * __this, const RuntimeMethod* method); // System.Boolean System.Net.ServicePointManager/ChainValidationHelper::CheckDomainName(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool ChainValidationHelper_CheckDomainName_m85292850 (RuntimeObject * __this /* static, unused */, String_t* ___subjectName0, String_t* ___targetHost1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Regex__ctor_m897876424 (Regex_t3657309853 * __this, String_t* ___pattern0, const RuntimeMethod* method); // System.Text.RegularExpressions.MatchCollection System.Text.RegularExpressions.Regex::Matches(System.String) extern "C" IL2CPP_METHOD_ATTR MatchCollection_t1395363720 * Regex_Matches_m175567660 (Regex_t3657309853 * __this, String_t* ___input0, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.MatchCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t MatchCollection_get_Count_m1667454419 (MatchCollection_t1395363720 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Group::get_Success() extern "C" IL2CPP_METHOD_ATTR bool Group_get_Success_m1492300455 (Group_t2468205786 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.Group System.Text.RegularExpressions.GroupCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR Group_t2468205786 * GroupCollection_get_Item_m2465789076 (GroupCollection_t69770484 * __this, int32_t ___i0, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Capture::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* Capture_get_Value_m538076933 (Capture_t2232016050 * __this, const RuntimeMethod* method); // System.String System.String::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToString_m838249115 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m1293271421 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, bool p2, CultureInfo_t4157843068 * p3, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Boolean,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m945110377 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, String_t* p2, int32_t p3, int32_t p4, bool p5, CultureInfo_t4157843068 * p6, const RuntimeMethod* method); // System.Void System.Net.Sockets.NetworkStream::.ctor(System.Net.Sockets.Socket,System.IO.FileAccess,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NetworkStream__ctor_m1235069144 (NetworkStream_t4071955934 * __this, Socket_t1119025450 * ___socket0, int32_t ___access1, bool ___owns_socket2, const RuntimeMethod* method); // System.Net.Sockets.SocketType System.Net.Sockets.Socket::get_SocketType() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_SocketType_m1610605419 (Socket_t1119025450 * __this, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::get_Connected() extern "C" IL2CPP_METHOD_ATTR bool Socket_get_Connected_m2875145796 (Socket_t1119025450 * __this, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void IOException__ctor_m3662782713 (IOException_t4088381929 * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::get_Blocking() extern "C" IL2CPP_METHOD_ATTR bool Socket_get_Blocking_m140927673 (Socket_t1119025450 * __this, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::get_ReceiveTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_ReceiveTimeout_m3174888525 (Socket_t1119025450 * __this, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::get_SendTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_SendTimeout_m1649477733 (Socket_t1119025450 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.NetworkStream::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void NetworkStream_CheckDisposed_m1614745601 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method); // System.IAsyncResult System.Net.Sockets.Socket::BeginReceive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginReceive_m2439065097 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socket_flags3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___state5, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void IOException__ctor_m3246761956 (IOException_t4088381929 * __this, String_t* p0, Exception_t * p1, const RuntimeMethod* method); // System.IAsyncResult System.Net.Sockets.Socket::BeginSend(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginSend_m2697766330 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socket_flags3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___state5, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::EndReceive(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndReceive_m2385446150 (Socket_t1119025450 * __this, RuntimeObject* ___result0, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::EndSend(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndSend_m2816431255 (Socket_t1119025450 * __this, RuntimeObject* ___result0, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Receive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_m3794758455 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Send(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_m2509318470 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buf0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, const RuntimeMethod* method); // System.Void System.Collections.Queue::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Queue__ctor_m2226872579 (Queue_t3637523393 * __this, int32_t p0, const RuntimeMethod* method); // System.IntPtr System.Net.Sockets.Socket::Socket_internal(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType,System.Int32&) extern "C" IL2CPP_METHOD_ATTR intptr_t Socket_Socket_internal_m1681190592 (Socket_t1119025450 * __this, int32_t ___family0, int32_t ___type1, int32_t ___proto2, int32_t* ___error3, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Available_internal(System.IntPtr,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Available_internal_m3775105139 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t* ___error1, const RuntimeMethod* method); // System.Net.SocketAddress System.Net.Sockets.Socket::LocalEndPoint_internal(System.IntPtr,System.Int32&) extern "C" IL2CPP_METHOD_ATTR SocketAddress_t3739769427 * Socket_LocalEndPoint_internal_m1815074002 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t* ___error1, const RuntimeMethod* method); // System.Object System.Net.Sockets.Socket::GetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Socket_GetSocketOption_m419986124 (Socket_t1119025450 * __this, int32_t ___optionLevel0, int32_t ___optionName1, const RuntimeMethod* method); // System.IntPtr System.IntPtr::op_Explicit(System.Int32) extern "C" IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m1593216315 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Threading.Thread System.Threading.Thread::get_CurrentThread() extern "C" IL2CPP_METHOD_ATTR Thread_t2300836069 * Thread_get_CurrentThread_m4142136012 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.IntPtr System.Net.Sockets.Socket::Accept_internal(System.IntPtr,System.Int32&,System.Boolean) extern "C" IL2CPP_METHOD_ATTR intptr_t Socket_Accept_internal_m3246009452 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, int32_t* ___error1, bool ___blocking2, const RuntimeMethod* method); // System.Void System.Threading.Thread::ResetAbort() extern "C" IL2CPP_METHOD_ATTR void Thread_ResetAbort_m2418149112 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::get_AddressFamily() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_AddressFamily_m51841532 (Socket_t1119025450 * __this, const RuntimeMethod* method); // System.Net.Sockets.ProtocolType System.Net.Sockets.Socket::get_ProtocolType() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_ProtocolType_m1935110519 (Socket_t1119025450 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::.ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Socket__ctor_m4043768444 (Socket_t1119025450 * __this, int32_t ___family0, int32_t ___type1, int32_t ___proto2, intptr_t ___sock3, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::set_Blocking(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Socket_set_Blocking_m2255852279 (Socket_t1119025450 * __this, bool ___value0, const RuntimeMethod* method); // System.IAsyncResult System.Net.Sockets.Socket::BeginConnect(System.Net.EndPoint,System.AsyncCallback,System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_m2086241996 (Socket_t1119025450 * __this, EndPoint_t982345378 * ___end_point0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___state2, bool ___bypassSocketSecurity3, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket/SocketAsyncResult::.ctor(System.Net.Sockets.Socket,System.Object,System.AsyncCallback,System.Net.Sockets.Socket/SocketOperation) extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult__ctor_m593275962 (SocketAsyncResult_t2080034863 * __this, Socket_t1119025450 * ___sock0, RuntimeObject * ___state1, AsyncCallback_t3962456242 * ___callback2, int32_t ___operation3, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket/SocketAsyncResult::Complete(System.Exception,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m2449144396 (SocketAsyncResult_t2080034863 * __this, Exception_t * ___e0, bool ___synch1, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Connect_internal(System.IntPtr,System.Net.SocketAddress,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_internal_m2709146273 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, SocketAddress_t3739769427 * ___sa1, int32_t* ___error2, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket/SocketAsyncResult::Complete(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m661336150 (SocketAsyncResult_t2080034863 * __this, bool ___synch0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket/Worker::.ctor(System.Net.Sockets.Socket/SocketAsyncResult,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Worker__ctor_m1552072888 (Worker_t2051517921 * __this, SocketAsyncResult_t2080034863 * ___ares0, bool ___requireSocketSecurity1, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket/SocketAsyncCall::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void SocketAsyncCall__ctor_m1454446081 (SocketAsyncCall_t1521370843 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.Net.Sockets.Socket/SocketAsyncCall::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SocketAsyncCall_BeginInvoke_m3372974237 (SocketAsyncCall_t1521370843 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method); // System.IAsyncResult System.Net.Sockets.Socket::BeginConnect(System.Net.EndPoint,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_m609780744 (Socket_t1119025450 * __this, EndPoint_t982345378 * ___end_point0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___state2, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket/Worker::.ctor(System.Net.Sockets.Socket/SocketAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Worker__ctor_m2745363372 (Worker_t2051517921 * __this, SocketAsyncResult_t2080034863 * ___ares0, const RuntimeMethod* method); // System.Boolean System.Environment::get_SocketSecurityEnabled() extern "C" IL2CPP_METHOD_ATTR bool Environment_get_SocketSecurityEnabled_m190813817 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Security.SecurityException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityException__ctor_m1631242336 (SecurityException_t975544473 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Bind_internal(System.IntPtr,System.Net.SocketAddress,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Bind_internal_m2004496361 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, SocketAddress_t3739769427 * ___sa1, int32_t* ___error2, const RuntimeMethod* method); // System.Exception System.Net.Sockets.Socket::InvalidAsyncOp(System.String) extern "C" IL2CPP_METHOD_ATTR Exception_t * Socket_InvalidAsyncOp_m201745000 (Socket_t1119025450 * __this, String_t* ___method0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket/SocketAsyncResult::CheckIfThrowDelayedException() extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_CheckIfThrowDelayedException_m1547318945 (SocketAsyncResult_t2080034863 * __this, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::EndReceive(System.IAsyncResult,System.Net.Sockets.SocketError&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndReceive_m3009256849 (Socket_t1119025450 * __this, RuntimeObject* ___asyncResult0, int32_t* ___errorCode1, const RuntimeMethod* method); // System.Net.Sockets.SocketError System.Net.Sockets.Socket/SocketAsyncResult::get_ErrorCode() extern "C" IL2CPP_METHOD_ATTR int32_t SocketAsyncResult_get_ErrorCode_m2567000903 (SocketAsyncResult_t2080034863 * __this, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket/SocketAsyncResult::get_Total() extern "C" IL2CPP_METHOD_ATTR int32_t SocketAsyncResult_get_Total_m1357230612 (SocketAsyncResult_t2080034863 * __this, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::EndSend(System.IAsyncResult,System.Net.Sockets.SocketError&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndSend_m1244041542 (Socket_t1119025450 * __this, RuntimeObject* ___asyncResult0, int32_t* ___errorCode1, const RuntimeMethod* method); // System.Void System.Console::WriteLine(System.String) extern "C" IL2CPP_METHOD_ATTR void Console_WriteLine_m4182570127 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Listen_internal(System.IntPtr,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Listen_internal_m314292295 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, int32_t ___backlog1, int32_t* ___error2, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::Poll_internal(System.IntPtr,System.Net.Sockets.SelectMode,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Socket_Poll_internal_m3742261368 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t ___mode1, int32_t ___timeout2, int32_t* ___error3, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Receive_nochecks(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_nochecks_m1265362885 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buf0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, int32_t* ___error4, const RuntimeMethod* method); // System.Void System.Net.Sockets.SocketException::.ctor(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void SocketException__ctor_m3042788307 (SocketException_t3852068672 * __this, int32_t ___error0, String_t* ___message1, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::ReceiveFrom_nochecks_exc(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint&,System.Boolean,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_ReceiveFrom_nochecks_exc_m3832376789 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buf0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, EndPoint_t982345378 ** ___remote_end4, bool ___throwOnError5, int32_t* ___error6, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::RecvFrom_internal(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.SocketAddress&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_RecvFrom_internal_m2269104884 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___count3, int32_t ___flags4, SocketAddress_t3739769427 ** ___sockaddr5, int32_t* ___error6, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::CheckEndPoint(System.Net.SocketAddress) extern "C" IL2CPP_METHOD_ATTR bool Socket_CheckEndPoint_m1541548901 (RuntimeObject * __this /* static, unused */, SocketAddress_t3739769427 * ___sa0, const RuntimeMethod* method); // System.Void System.Array::Initialize() extern "C" IL2CPP_METHOD_ATTR void Array_Initialize_m3004991267 (RuntimeArray * __this, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Send_nochecks(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_nochecks_m3624015216 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buf0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, int32_t* ___error4, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::SendTo_internal_real(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.SocketAddress,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_SendTo_internal_real_m821105673 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___count3, int32_t ___flags4, SocketAddress_t3739769427 * ___sa5, int32_t* ___error6, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::SendTo_internal(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.SocketAddress,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_SendTo_internal_m3673132649 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___count3, int32_t ___flags4, SocketAddress_t3739769427 * ___sa5, int32_t* ___error6, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::SetSocketOption_internal(System.IntPtr,System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Object,System.Byte[],System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_SetSocketOption_internal_m2890815837 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t ___level1, int32_t ___name2, RuntimeObject * ___obj_val3, ByteU5BU5D_t4116647657* ___byte_val4, int32_t ___int_val5, int32_t* ___error6, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Blocking_internal(System.IntPtr,System.Boolean,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Blocking_internal_m937501832 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, bool ___block1, int32_t* ___error2, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::ThrowIfUpd() extern "C" IL2CPP_METHOD_ATTR void Socket_ThrowIfUpd_m1907232738 (Socket_t1119025450 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Socket_SetSocketOption_m483522974 (Socket_t1119025450 * __this, int32_t ___optionLevel0, int32_t ___optionName1, int32_t ___optionValue2, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Shutdown_internal(System.IntPtr,System.Net.Sockets.SocketShutdown,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Shutdown_internal_m4083092300 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t ___how1, int32_t* ___error2, const RuntimeMethod* method); // System.Void System.Net.Sockets.LingerOption::.ctor(System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void LingerOption__ctor_m2538367620 (LingerOption_t2688985448 * __this, bool ___enable0, int32_t ___secs1, const RuntimeMethod* method); // System.Int32 System.IntPtr::op_Explicit(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t IntPtr_op_Explicit_m4220076518 (RuntimeObject * __this /* static, unused */, intptr_t p0, const RuntimeMethod* method); // System.Void System.Threading.Thread::Abort() extern "C" IL2CPP_METHOD_ATTR void Thread_Abort_m14784104 (Thread_t2300836069 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Linger(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Socket_Linger_m363798742 (Socket_t1119025450 * __this, intptr_t ___handle0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Close_internal(System.IntPtr,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Close_internal_m3541237784 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t* ___error1, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Connect_internal(System.IntPtr,System.Net.SocketAddress,System.Int32&,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_internal_m1130612002 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, SocketAddress_t3739769427 * ___sa1, int32_t* ___error2, bool ___requireSocketPolicyFile3, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Connect_internal_real(System.IntPtr,System.Net.SocketAddress,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_internal_real_m1040728770 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, SocketAddress_t3739769427 * ___sa1, int32_t* ___error2, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Net.Sockets.Socket::GetUnityCrossDomainHelperMethod(System.String) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Socket_GetUnityCrossDomainHelperMethod_m2287295676 (RuntimeObject * __this /* static, unused */, String_t* ___methodname0, const RuntimeMethod* method); // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m1776411915 (MethodBase_t * __this, RuntimeObject * p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.Type System.Type::GetType(System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetType_m1693760368 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m2019726356 (Type_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Connect(System.Net.EndPoint,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_m2387904622 (Socket_t1119025450 * __this, EndPoint_t982345378 * ___remoteEP0, bool ___requireSocketPolicy1, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Receive_internal(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_internal_m331082597 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___count3, int32_t ___flags4, int32_t* ___error5, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Send_internal(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_internal_m32065293 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, ByteU5BU5D_t4116647657* ___buf1, int32_t ___offset2, int32_t ___count3, int32_t ___flags4, int32_t* ___error5, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::GetSocketOption_obj_internal(System.IntPtr,System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Object&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_GetSocketOption_obj_internal_m3909434119 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t ___level1, int32_t ___name2, RuntimeObject ** ___obj_val3, int32_t* ___error4, const RuntimeMethod* method); #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.DigestClient::.ctor() extern "C" IL2CPP_METHOD_ATTR void DigestClient__ctor_m1598449366 (DigestClient_t660790528 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.DigestClient::.cctor() extern "C" IL2CPP_METHOD_ATTR void DigestClient__cctor_m973447523 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestClient__cctor_m973447523_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_1 = Hashtable_Synchronized_m2228653257(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ((DigestClient_t660790528_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t660790528_il2cpp_TypeInfo_var))->set_cache_0(L_1); return; } } // System.Collections.Hashtable System.Net.DigestClient::get_Cache() extern "C" IL2CPP_METHOD_ATTR Hashtable_t1853889766 * DigestClient_get_Cache_m2977715726 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestClient_get_Cache_m2977715726_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t660790528_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = ((DigestClient_t660790528_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t660790528_il2cpp_TypeInfo_var))->get_cache_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(25 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0); V_0 = L_1; RuntimeObject * L_2 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0011: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t660790528_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_3 = ((DigestClient_t660790528_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t660790528_il2cpp_TypeInfo_var))->get_cache_0(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_3); DigestClient_CheckExpired_m149989480(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); 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_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*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: { IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t660790528_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_6 = ((DigestClient_t660790528_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t660790528_il2cpp_TypeInfo_var))->get_cache_0(); return L_6; } } // System.Void System.Net.DigestClient::CheckExpired(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DigestClient_CheckExpired_m149989480 (RuntimeObject * __this /* static, unused */, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestClient_CheckExpired_m149989480_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); ArrayList_t2718874744 * V_2 = NULL; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; DigestSession_t1433627624 * V_5 = NULL; int32_t V_6 = 0; RuntimeObject* V_7 = NULL; TimeSpan_t881159249 V_8; memset(&V_8, 0, sizeof(V_8)); RuntimeObject* V_9 = NULL; RuntimeObject* 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); { int32_t L_0 = ___count0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)10)))) { goto IL_0009; } } { return; } IL_0009: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_1 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MaxValue_12(); V_0 = L_1; DateTime_t3738529785 L_2 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_2; V_2 = (ArrayList_t2718874744 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t660790528_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_3 = ((DigestClient_t660790528_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t660790528_il2cpp_TypeInfo_var))->get_cache_0(); NullCheck(L_3); RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(28 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_3); NullCheck(L_4); RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_4); V_4 = L_5; } IL_0028: try { // begin try (depth: 1) { goto IL_00a8; } IL_002d: { RuntimeObject* L_6 = V_4; NullCheck(L_6); RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_6); V_3 = ((*(int32_t*)((int32_t*)UnBox(L_7, Int32_t2950945753_il2cpp_TypeInfo_var)))); IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t660790528_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_8 = ((DigestClient_t660790528_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t660790528_il2cpp_TypeInfo_var))->get_cache_0(); int32_t L_9 = V_3; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); RuntimeObject * L_12 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_8, L_11); V_5 = ((DigestSession_t1433627624 *)CastclassClass((RuntimeObject*)L_12, DigestSession_t1433627624_il2cpp_TypeInfo_var)); DigestSession_t1433627624 * L_13 = V_5; NullCheck(L_13); DateTime_t3738529785 L_14 = DigestSession_get_LastUse_m3488420397(L_13, /*hidden argument*/NULL); DateTime_t3738529785 L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_16 = DateTime_op_LessThan_m2497205152(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_00a8; } } IL_0063: { DigestSession_t1433627624 * L_17 = V_5; NullCheck(L_17); DateTime_t3738529785 L_18 = DigestSession_get_LastUse_m3488420397(L_17, /*hidden argument*/NULL); DateTime_t3738529785 L_19 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_20 = DateTime_op_Subtraction_m3579235380(NULL /*static, unused*/, L_18, L_19, /*hidden argument*/NULL); V_8 = L_20; int64_t L_21 = TimeSpan_get_Ticks_m2137362016((&V_8), /*hidden argument*/NULL); if ((((int64_t)L_21) <= ((int64_t)((int64_t)6000000000LL)))) { goto IL_00a8; } } IL_0087: { DigestSession_t1433627624 * L_22 = V_5; NullCheck(L_22); DateTime_t3738529785 L_23 = DigestSession_get_LastUse_m3488420397(L_22, /*hidden argument*/NULL); V_0 = L_23; ArrayList_t2718874744 * L_24 = V_2; if (L_24) { goto IL_009b; } } IL_0095: { ArrayList_t2718874744 * L_25 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_25, /*hidden argument*/NULL); V_2 = L_25; } IL_009b: { ArrayList_t2718874744 * L_26 = V_2; int32_t L_27 = V_3; int32_t L_28 = L_27; RuntimeObject * L_29 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_28); NullCheck(L_26); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_26, L_29); } IL_00a8: { RuntimeObject* L_30 = V_4; NullCheck(L_30); bool L_31 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_30); if (L_31) { goto IL_002d; } } IL_00b4: { IL2CPP_LEAVE(0xCF, FINALLY_00b9); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b9; } FINALLY_00b9: { // begin finally (depth: 1) { RuntimeObject* L_32 = V_4; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_32, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_33 = V_9; if (L_33) { goto IL_00c7; } } IL_00c6: { IL2CPP_END_FINALLY(185) } IL_00c7: { RuntimeObject* L_34 = V_9; NullCheck(L_34); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_34); IL2CPP_END_FINALLY(185) } } // end finally (depth: 1) IL2CPP_CLEANUP(185) { IL2CPP_JUMP_TBL(0xCF, IL_00cf) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00cf: { ArrayList_t2718874744 * L_35 = V_2; if (!L_35) { goto IL_0128; } } { ArrayList_t2718874744 * L_36 = V_2; NullCheck(L_36); RuntimeObject* L_37 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_36); V_7 = L_37; } IL_00dd: try { // begin try (depth: 1) { goto IL_0101; } IL_00e2: { RuntimeObject* L_38 = V_7; NullCheck(L_38); RuntimeObject * L_39 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_38); V_6 = ((*(int32_t*)((int32_t*)UnBox(L_39, Int32_t2950945753_il2cpp_TypeInfo_var)))); IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t660790528_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_40 = ((DigestClient_t660790528_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t660790528_il2cpp_TypeInfo_var))->get_cache_0(); int32_t L_41 = V_6; int32_t L_42 = L_41; RuntimeObject * L_43 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_42); NullCheck(L_40); VirtActionInvoker1< RuntimeObject * >::Invoke(37 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_40, L_43); } IL_0101: { RuntimeObject* L_44 = V_7; NullCheck(L_44); bool L_45 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_44); if (L_45) { goto IL_00e2; } } IL_010d: { IL2CPP_LEAVE(0x128, FINALLY_0112); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0112; } FINALLY_0112: { // begin finally (depth: 1) { RuntimeObject* L_46 = V_7; V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_46, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_47 = V_10; if (L_47) { goto IL_0120; } } IL_011f: { IL2CPP_END_FINALLY(274) } IL_0120: { RuntimeObject* L_48 = V_10; NullCheck(L_48); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_48); IL2CPP_END_FINALLY(274) } } // end finally (depth: 1) IL2CPP_CLEANUP(274) { IL2CPP_JUMP_TBL(0x128, IL_0128) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0128: { return; } } // System.Net.Authorization System.Net.DigestClient::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t542416582 * DigestClient_Authenticate_m568073821 (DigestClient_t660790528 * __this, String_t* ___challenge0, WebRequest_t1939381076 * ___webRequest1, RuntimeObject* ___credentials2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestClient_Authenticate_m568073821_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; HttpWebRequest_t1669436515 * V_1 = NULL; int32_t V_2 = 0; DigestSession_t1433627624 * V_3 = NULL; bool V_4 = false; { RuntimeObject* L_0 = ___credentials2; if (!L_0) { goto IL_000c; } } { String_t* L_1 = ___challenge0; if (L_1) { goto IL_000e; } } IL_000c: { return (Authorization_t542416582 *)NULL; } IL_000e: { String_t* L_2 = ___challenge0; NullCheck(L_2); String_t* L_3 = String_Trim_m923598732(L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; NullCheck(L_4); String_t* L_5 = String_ToLower_m2029374922(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = String_IndexOf_m1977622757(L_5, _stringLiteral408052522, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_002d; } } { return (Authorization_t542416582 *)NULL; } IL_002d: { WebRequest_t1939381076 * L_7 = ___webRequest1; V_1 = ((HttpWebRequest_t1669436515 *)IsInstClass((RuntimeObject*)L_7, HttpWebRequest_t1669436515_il2cpp_TypeInfo_var)); HttpWebRequest_t1669436515 * L_8 = V_1; if (L_8) { goto IL_003c; } } { return (Authorization_t542416582 *)NULL; } IL_003c: { HttpWebRequest_t1669436515 * L_9 = V_1; NullCheck(L_9); Uri_t100236324 * L_10 = HttpWebRequest_get_Address_m2672661563(L_9, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Uri::GetHashCode() */, L_10); RuntimeObject* L_12 = ___credentials2; NullCheck(L_12); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_12); V_2 = ((int32_t)((int32_t)L_11^(int32_t)L_13)); IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t660790528_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_14 = DigestClient_get_Cache_m2977715726(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_15 = V_2; int32_t L_16 = L_15; RuntimeObject * L_17 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_16); NullCheck(L_14); RuntimeObject * L_18 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_14, L_17); V_3 = ((DigestSession_t1433627624 *)CastclassClass((RuntimeObject*)L_18, DigestSession_t1433627624_il2cpp_TypeInfo_var)); DigestSession_t1433627624 * L_19 = V_3; V_4 = (bool)((((RuntimeObject*)(DigestSession_t1433627624 *)L_19) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_20 = V_4; if (!L_20) { goto IL_0078; } } { DigestSession_t1433627624 * L_21 = (DigestSession_t1433627624 *)il2cpp_codegen_object_new(DigestSession_t1433627624_il2cpp_TypeInfo_var); DigestSession__ctor_m601709392(L_21, /*hidden argument*/NULL); V_3 = L_21; } IL_0078: { DigestSession_t1433627624 * L_22 = V_3; String_t* L_23 = ___challenge0; NullCheck(L_22); bool L_24 = DigestSession_Parse_m1593461661(L_22, L_23, /*hidden argument*/NULL); if (L_24) { goto IL_0086; } } { return (Authorization_t542416582 *)NULL; } IL_0086: { bool L_25 = V_4; if (!L_25) { goto IL_009e; } } { IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t660790528_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_26 = DigestClient_get_Cache_m2977715726(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_27 = V_2; int32_t L_28 = L_27; RuntimeObject * L_29 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_28); DigestSession_t1433627624 * L_30 = V_3; NullCheck(L_26); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_26, L_29, L_30); } IL_009e: { DigestSession_t1433627624 * L_31 = V_3; WebRequest_t1939381076 * L_32 = ___webRequest1; RuntimeObject* L_33 = ___credentials2; NullCheck(L_31); Authorization_t542416582 * L_34 = DigestSession_Authenticate_m842272638(L_31, L_32, L_33, /*hidden argument*/NULL); return L_34; } } // System.Net.Authorization System.Net.DigestClient::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t542416582 * DigestClient_PreAuthenticate_m2772445502 (DigestClient_t660790528 * __this, WebRequest_t1939381076 * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestClient_PreAuthenticate_m2772445502_MetadataUsageId); s_Il2CppMethodInitialized = true; } HttpWebRequest_t1669436515 * V_0 = NULL; int32_t V_1 = 0; DigestSession_t1433627624 * V_2 = NULL; { WebRequest_t1939381076 * L_0 = ___webRequest0; V_0 = ((HttpWebRequest_t1669436515 *)IsInstClass((RuntimeObject*)L_0, HttpWebRequest_t1669436515_il2cpp_TypeInfo_var)); HttpWebRequest_t1669436515 * L_1 = V_0; if (L_1) { goto IL_000f; } } { return (Authorization_t542416582 *)NULL; } IL_000f: { RuntimeObject* L_2 = ___credentials1; if (L_2) { goto IL_0017; } } { return (Authorization_t542416582 *)NULL; } IL_0017: { HttpWebRequest_t1669436515 * L_3 = V_0; NullCheck(L_3); Uri_t100236324 * L_4 = HttpWebRequest_get_Address_m2672661563(L_3, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Uri::GetHashCode() */, L_4); RuntimeObject* L_6 = ___credentials1; NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_6); V_1 = ((int32_t)((int32_t)L_5^(int32_t)L_7)); IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t660790528_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_8 = DigestClient_get_Cache_m2977715726(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_9 = V_1; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); RuntimeObject * L_12 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_8, L_11); V_2 = ((DigestSession_t1433627624 *)CastclassClass((RuntimeObject*)L_12, DigestSession_t1433627624_il2cpp_TypeInfo_var)); DigestSession_t1433627624 * L_13 = V_2; if (L_13) { goto IL_0048; } } { return (Authorization_t542416582 *)NULL; } IL_0048: { DigestSession_t1433627624 * L_14 = V_2; WebRequest_t1939381076 * L_15 = ___webRequest0; RuntimeObject* L_16 = ___credentials1; NullCheck(L_14); Authorization_t542416582 * L_17 = DigestSession_Authenticate_m842272638(L_14, L_15, L_16, /*hidden argument*/NULL); return L_17; } } // System.String System.Net.DigestClient::get_AuthenticationType() extern "C" IL2CPP_METHOD_ATTR String_t* DigestClient_get_AuthenticationType_m2210998317 (DigestClient_t660790528 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestClient_get_AuthenticationType_m2210998317_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral408053514; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.DigestHeaderParser::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void DigestHeaderParser__ctor_m1788016284 (DigestHeaderParser_t341650829 * __this, String_t* ___header0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestHeaderParser__ctor_m1788016284_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DigestHeaderParser_t341650829_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_0 = ((DigestHeaderParser_t341650829_StaticFields*)il2cpp_codegen_static_fields_for(DigestHeaderParser_t341650829_il2cpp_TypeInfo_var))->get_keywords_3(); NullCheck(L_0); __this->set_values_4(((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))))); Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_1 = ___header0; NullCheck(L_1); String_t* L_2 = String_Trim_m923598732(L_1, /*hidden argument*/NULL); __this->set_header_0(L_2); return; } } // System.Void System.Net.DigestHeaderParser::.cctor() extern "C" IL2CPP_METHOD_ATTR void DigestHeaderParser__cctor_m4060796889 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestHeaderParser__cctor_m4060796889_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral758819108); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral758819108); StringU5BU5D_t1281789340* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral757311465); (L_1)->SetAt(static_cast(1), (String_t*)_stringLiteral757311465); StringU5BU5D_t1281789340* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral1984383495); (L_2)->SetAt(static_cast(2), (String_t*)_stringLiteral1984383495); StringU5BU5D_t1281789340* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral3493843776); (L_3)->SetAt(static_cast(3), (String_t*)_stringLiteral3493843776); StringU5BU5D_t1281789340* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral228012201); (L_4)->SetAt(static_cast(4), (String_t*)_stringLiteral228012201); ((DigestHeaderParser_t341650829_StaticFields*)il2cpp_codegen_static_fields_for(DigestHeaderParser_t341650829_il2cpp_TypeInfo_var))->set_keywords_3(L_4); return; } } // System.String System.Net.DigestHeaderParser::get_Realm() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Realm_m932476129 (DigestHeaderParser_t341650829 * __this, const RuntimeMethod* method) { { StringU5BU5D_t1281789340* L_0 = __this->get_values_4(); NullCheck(L_0); int32_t L_1 = 0; String_t* L_2 = (L_0)->GetAt(static_cast(L_1)); return L_2; } } // System.String System.Net.DigestHeaderParser::get_Opaque() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Opaque_m1764949209 (DigestHeaderParser_t341650829 * __this, const RuntimeMethod* method) { { StringU5BU5D_t1281789340* L_0 = __this->get_values_4(); NullCheck(L_0); int32_t L_1 = 1; String_t* L_2 = (L_0)->GetAt(static_cast(L_1)); return L_2; } } // System.String System.Net.DigestHeaderParser::get_Nonce() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Nonce_m2249622360 (DigestHeaderParser_t341650829 * __this, const RuntimeMethod* method) { { StringU5BU5D_t1281789340* L_0 = __this->get_values_4(); NullCheck(L_0); int32_t L_1 = 2; String_t* L_2 = (L_0)->GetAt(static_cast(L_1)); return L_2; } } // System.String System.Net.DigestHeaderParser::get_Algorithm() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Algorithm_m2871660183 (DigestHeaderParser_t341650829 * __this, const RuntimeMethod* method) { { StringU5BU5D_t1281789340* L_0 = __this->get_values_4(); NullCheck(L_0); int32_t L_1 = 3; String_t* L_2 = (L_0)->GetAt(static_cast(L_1)); return L_2; } } // System.String System.Net.DigestHeaderParser::get_QOP() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_QOP_m4036197700 (DigestHeaderParser_t341650829 * __this, const RuntimeMethod* method) { { StringU5BU5D_t1281789340* L_0 = __this->get_values_4(); NullCheck(L_0); int32_t L_1 = 4; String_t* L_2 = (L_0)->GetAt(static_cast(L_1)); return L_2; } } // System.Boolean System.Net.DigestHeaderParser::Parse() extern "C" IL2CPP_METHOD_ATTR bool DigestHeaderParser_Parse_m4245784917 (DigestHeaderParser_t341650829 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestHeaderParser_Parse_m4245784917_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = __this->get_header_0(); NullCheck(L_0); String_t* L_1 = String_ToLower_m2029374922(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = String_StartsWith_m1759067526(L_1, _stringLiteral3622444184, /*hidden argument*/NULL); if (L_2) { goto IL_001c; } } { return (bool)0; } IL_001c: { __this->set_pos_2(6); String_t* L_3 = __this->get_header_0(); NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); __this->set_length_1(L_4); goto IL_00b7; } IL_0039: { bool L_5 = DigestHeaderParser_GetKeywordAndValue_m1709372932(__this, (&V_0), (&V_1), /*hidden argument*/NULL); if (L_5) { goto IL_004a; } } { return (bool)0; } IL_004a: { DigestHeaderParser_SkipWhitespace_m1682657916(__this, /*hidden argument*/NULL); int32_t L_6 = __this->get_pos_2(); int32_t L_7 = __this->get_length_1(); if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_0087; } } { String_t* L_8 = __this->get_header_0(); int32_t L_9 = __this->get_pos_2(); NullCheck(L_8); Il2CppChar L_10 = String_get_Chars_m2986988803(L_8, L_9, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)44))))) { goto IL_0087; } } { int32_t L_11 = __this->get_pos_2(); __this->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); } IL_0087: { IL2CPP_RUNTIME_CLASS_INIT(DigestHeaderParser_t341650829_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_12 = ((DigestHeaderParser_t341650829_StaticFields*)il2cpp_codegen_static_fields_for(DigestHeaderParser_t341650829_il2cpp_TypeInfo_var))->get_keywords_3(); String_t* L_13 = V_0; int32_t L_14 = Array_IndexOf_TisString_t_m3713066389(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/Array_IndexOf_TisString_t_m3713066389_RuntimeMethod_var); V_2 = L_14; int32_t L_15 = V_2; if ((!(((uint32_t)L_15) == ((uint32_t)(-1))))) { goto IL_009f; } } { goto IL_00b7; } IL_009f: { StringU5BU5D_t1281789340* L_16 = __this->get_values_4(); int32_t L_17 = V_2; NullCheck(L_16); int32_t L_18 = L_17; String_t* L_19 = (L_16)->GetAt(static_cast(L_18)); if (!L_19) { goto IL_00ae; } } { return (bool)0; } IL_00ae: { StringU5BU5D_t1281789340* L_20 = __this->get_values_4(); int32_t L_21 = V_2; String_t* L_22 = V_1; NullCheck(L_20); ArrayElementTypeCheck (L_20, L_22); (L_20)->SetAt(static_cast(L_21), (String_t*)L_22); } IL_00b7: { int32_t L_23 = __this->get_pos_2(); int32_t L_24 = __this->get_length_1(); if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0039; } } { String_t* L_25 = DigestHeaderParser_get_Realm_m932476129(__this, /*hidden argument*/NULL); if (!L_25) { goto IL_00de; } } { String_t* L_26 = DigestHeaderParser_get_Nonce_m2249622360(__this, /*hidden argument*/NULL); if (L_26) { goto IL_00e0; } } IL_00de: { return (bool)0; } IL_00e0: { return (bool)1; } } // System.Void System.Net.DigestHeaderParser::SkipWhitespace() extern "C" IL2CPP_METHOD_ATTR void DigestHeaderParser_SkipWhitespace_m1682657916 (DigestHeaderParser_t341650829 * __this, const RuntimeMethod* method) { Il2CppChar V_0 = 0x0; int32_t V_1 = 0; { V_0 = ((int32_t)32); goto IL_0025; } IL_0008: { String_t* L_0 = __this->get_header_0(); int32_t L_1 = __this->get_pos_2(); int32_t L_2 = L_1; V_1 = L_2; __this->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_1; NullCheck(L_0); Il2CppChar L_4 = String_get_Chars_m2986988803(L_0, L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0025: { int32_t L_5 = __this->get_pos_2(); int32_t L_6 = __this->get_length_1(); if ((((int32_t)L_5) >= ((int32_t)L_6))) { goto IL_0056; } } { Il2CppChar L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)32)))) { goto IL_0008; } } { Il2CppChar L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)9)))) { goto IL_0008; } } { Il2CppChar L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)13)))) { goto IL_0008; } } { Il2CppChar L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)10)))) { goto IL_0008; } } IL_0056: { int32_t L_11 = __this->get_pos_2(); __this->set_pos_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1))); return; } } // System.String System.Net.DigestHeaderParser::GetKey() extern "C" IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_GetKey_m560398311 (DigestHeaderParser_t341650829 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; String_t* V_1 = NULL; { DigestHeaderParser_SkipWhitespace_m1682657916(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get_pos_2(); V_0 = L_0; goto IL_0020; } IL_0012: { int32_t L_1 = __this->get_pos_2(); __this->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))); } IL_0020: { int32_t L_2 = __this->get_pos_2(); int32_t L_3 = __this->get_length_1(); if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_0049; } } { String_t* L_4 = __this->get_header_0(); int32_t L_5 = __this->get_pos_2(); NullCheck(L_4); Il2CppChar L_6 = String_get_Chars_m2986988803(L_4, L_5, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)61))))) { goto IL_0012; } } IL_0049: { String_t* L_7 = __this->get_header_0(); int32_t L_8 = V_0; int32_t L_9 = __this->get_pos_2(); int32_t L_10 = V_0; NullCheck(L_7); String_t* L_11 = String_Substring_m1610150815(L_7, L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12 = String_Trim_m923598732(L_11, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13 = String_ToLower_m2029374922(L_12, /*hidden argument*/NULL); V_1 = L_13; String_t* L_14 = V_1; return L_14; } } // System.Boolean System.Net.DigestHeaderParser::GetKeywordAndValue(System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR bool DigestHeaderParser_GetKeywordAndValue_m1709372932 (DigestHeaderParser_t341650829 * __this, String_t** ___key0, String_t** ___value1, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; int32_t V_3 = 0; { String_t** L_0 = ___key0; *((RuntimeObject **)(L_0)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_0), (RuntimeObject *)NULL); String_t** L_1 = ___value1; *((RuntimeObject **)(L_1)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_1), (RuntimeObject *)NULL); String_t** L_2 = ___key0; String_t* L_3 = DigestHeaderParser_GetKey_m560398311(__this, /*hidden argument*/NULL); *((RuntimeObject **)(L_2)) = (RuntimeObject *)L_3; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_2), (RuntimeObject *)L_3); int32_t L_4 = __this->get_pos_2(); int32_t L_5 = __this->get_length_1(); if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_0021; } } { return (bool)0; } IL_0021: { DigestHeaderParser_SkipWhitespace_m1682657916(__this, /*hidden argument*/NULL); int32_t L_6 = __this->get_pos_2(); int32_t L_7 = __this->get_length_1(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))) >= ((int32_t)L_7))) { goto IL_005d; } } { String_t* L_8 = __this->get_header_0(); int32_t L_9 = __this->get_pos_2(); int32_t L_10 = L_9; V_3 = L_10; __this->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); int32_t L_11 = V_3; NullCheck(L_8); Il2CppChar L_12 = String_get_Chars_m2986988803(L_8, L_11, /*hidden argument*/NULL); if ((((int32_t)L_12) == ((int32_t)((int32_t)61)))) { goto IL_005f; } } IL_005d: { return (bool)0; } IL_005f: { DigestHeaderParser_SkipWhitespace_m1682657916(__this, /*hidden argument*/NULL); int32_t L_13 = __this->get_pos_2(); int32_t L_14 = __this->get_length_1(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))) < ((int32_t)L_14))) { goto IL_007a; } } { return (bool)0; } IL_007a: { V_0 = (bool)0; String_t* L_15 = __this->get_header_0(); int32_t L_16 = __this->get_pos_2(); NullCheck(L_15); Il2CppChar L_17 = String_get_Chars_m2986988803(L_15, L_16, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)34))))) { goto IL_00a4; } } { int32_t L_18 = __this->get_pos_2(); __this->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); V_0 = (bool)1; } IL_00a4: { int32_t L_19 = __this->get_pos_2(); V_1 = L_19; bool L_20 = V_0; if (!L_20) { goto IL_00dd; } } { String_t* L_21 = __this->get_header_0(); int32_t L_22 = __this->get_pos_2(); NullCheck(L_21); int32_t L_23 = String_IndexOf_m2466398549(L_21, ((int32_t)34), L_22, /*hidden argument*/NULL); __this->set_pos_2(L_23); int32_t L_24 = __this->get_pos_2(); if ((!(((uint32_t)L_24) == ((uint32_t)(-1))))) { goto IL_00d8; } } { return (bool)0; } IL_00d8: { goto IL_0157; } IL_00dd: { String_t* L_25 = __this->get_header_0(); int32_t L_26 = __this->get_pos_2(); NullCheck(L_25); Il2CppChar L_27 = String_get_Chars_m2986988803(L_25, L_26, /*hidden argument*/NULL); V_2 = L_27; Il2CppChar L_28 = V_2; if ((((int32_t)L_28) == ((int32_t)((int32_t)44)))) { goto IL_0117; } } { Il2CppChar L_29 = V_2; if ((((int32_t)L_29) == ((int32_t)((int32_t)32)))) { goto IL_0117; } } { Il2CppChar L_30 = V_2; if ((((int32_t)L_30) == ((int32_t)((int32_t)9)))) { goto IL_0117; } } { Il2CppChar L_31 = V_2; if ((((int32_t)L_31) == ((int32_t)((int32_t)13)))) { goto IL_0117; } } { Il2CppChar L_32 = V_2; if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)10))))) { goto IL_011c; } } IL_0117: { goto IL_0138; } IL_011c: { int32_t L_33 = __this->get_pos_2(); int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); V_3 = L_34; __this->set_pos_2(L_34); int32_t L_35 = V_3; int32_t L_36 = __this->get_length_1(); if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_00dd; } } IL_0138: { int32_t L_37 = __this->get_pos_2(); int32_t L_38 = __this->get_length_1(); if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0157; } } { int32_t L_39 = V_1; int32_t L_40 = __this->get_pos_2(); if ((!(((uint32_t)L_39) == ((uint32_t)L_40)))) { goto IL_0157; } } { return (bool)0; } IL_0157: { String_t** L_41 = ___value1; String_t* L_42 = __this->get_header_0(); int32_t L_43 = V_1; int32_t L_44 = __this->get_pos_2(); int32_t L_45 = V_1; NullCheck(L_42); String_t* L_46 = String_Substring_m1610150815(L_42, L_43, ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)), /*hidden argument*/NULL); *((RuntimeObject **)(L_41)) = (RuntimeObject *)L_46; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_41), (RuntimeObject *)L_46); int32_t L_47 = __this->get_pos_2(); __this->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)2))); return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.DigestSession::.ctor() extern "C" IL2CPP_METHOD_ATTR void DigestSession__ctor_m601709392 (DigestSession_t1433627624 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestSession__ctor_m601709392_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set__nc_2(1); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_0 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_lastUse_1(L_0); return; } } // System.Void System.Net.DigestSession::.cctor() extern "C" IL2CPP_METHOD_ATTR void DigestSession__cctor_m318265375 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestSession__cctor_m318265375_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RandomNumberGenerator_t386037858 * L_0 = RandomNumberGenerator_Create_m4162970280(NULL /*static, unused*/, /*hidden argument*/NULL); ((DigestSession_t1433627624_StaticFields*)il2cpp_codegen_static_fields_for(DigestSession_t1433627624_il2cpp_TypeInfo_var))->set_rng_0(L_0); return; } } // System.String System.Net.DigestSession::get_Algorithm() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_Algorithm_m794936792 (DigestSession_t1433627624 * __this, const RuntimeMethod* method) { { DigestHeaderParser_t341650829 * L_0 = __this->get_parser_4(); NullCheck(L_0); String_t* L_1 = DigestHeaderParser_get_Algorithm_m2871660183(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.DigestSession::get_Realm() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_Realm_m3487888410 (DigestSession_t1433627624 * __this, const RuntimeMethod* method) { { DigestHeaderParser_t341650829 * L_0 = __this->get_parser_4(); NullCheck(L_0); String_t* L_1 = DigestHeaderParser_get_Realm_m932476129(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.DigestSession::get_Nonce() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_Nonce_m3852273541 (DigestSession_t1433627624 * __this, const RuntimeMethod* method) { { DigestHeaderParser_t341650829 * L_0 = __this->get_parser_4(); NullCheck(L_0); String_t* L_1 = DigestHeaderParser_get_Nonce_m2249622360(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.DigestSession::get_Opaque() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_Opaque_m32525443 (DigestSession_t1433627624 * __this, const RuntimeMethod* method) { { DigestHeaderParser_t341650829 * L_0 = __this->get_parser_4(); NullCheck(L_0); String_t* L_1 = DigestHeaderParser_get_Opaque_m1764949209(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.DigestSession::get_QOP() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_QOP_m2650211740 (DigestSession_t1433627624 * __this, const RuntimeMethod* method) { { DigestHeaderParser_t341650829 * L_0 = __this->get_parser_4(); NullCheck(L_0); String_t* L_1 = DigestHeaderParser_get_QOP_m4036197700(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.DigestSession::get_CNonce() extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_get_CNonce_m3083255582 (DigestSession_t1433627624 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestSession_get_CNonce_m3083255582_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { String_t* L_0 = __this->get__cnonce_5(); if (L_0) { goto IL_0034; } } { V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)15))); IL2CPP_RUNTIME_CLASS_INIT(DigestSession_t1433627624_il2cpp_TypeInfo_var); RandomNumberGenerator_t386037858 * L_1 = ((DigestSession_t1433627624_StaticFields*)il2cpp_codegen_static_fields_for(DigestSession_t1433627624_il2cpp_TypeInfo_var))->get_rng_0(); ByteU5BU5D_t4116647657* L_2 = V_0; NullCheck(L_1); VirtActionInvoker1< ByteU5BU5D_t4116647657* >::Invoke(4 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_1, L_2); ByteU5BU5D_t4116647657* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); String_t* L_4 = Convert_ToBase64String_m3839334935(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); __this->set__cnonce_5(L_4); ByteU5BU5D_t4116647657* L_5 = V_0; ByteU5BU5D_t4116647657* L_6 = V_0; NullCheck(L_6); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), /*hidden argument*/NULL); } IL_0034: { String_t* L_7 = __this->get__cnonce_5(); return L_7; } } // System.Boolean System.Net.DigestSession::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR bool DigestSession_Parse_m1593461661 (DigestSession_t1433627624 * __this, String_t* ___challenge0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestSession_Parse_m1593461661_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___challenge0; DigestHeaderParser_t341650829 * L_1 = (DigestHeaderParser_t341650829 *)il2cpp_codegen_object_new(DigestHeaderParser_t341650829_il2cpp_TypeInfo_var); DigestHeaderParser__ctor_m1788016284(L_1, L_0, /*hidden argument*/NULL); __this->set_parser_4(L_1); DigestHeaderParser_t341650829 * L_2 = __this->get_parser_4(); NullCheck(L_2); bool L_3 = DigestHeaderParser_Parse_m4245784917(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001e; } } { return (bool)0; } IL_001e: { DigestHeaderParser_t341650829 * L_4 = __this->get_parser_4(); NullCheck(L_4); String_t* L_5 = DigestHeaderParser_get_Algorithm_m2871660183(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_004d; } } { DigestHeaderParser_t341650829 * L_6 = __this->get_parser_4(); NullCheck(L_6); String_t* L_7 = DigestHeaderParser_get_Algorithm_m2871660183(L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = String_ToUpper_m3324454496(L_7, /*hidden argument*/NULL); NullCheck(L_8); bool L_9 = String_StartsWith_m1759067526(L_8, _stringLiteral3839139460, /*hidden argument*/NULL); if (!L_9) { goto IL_005d; } } IL_004d: { HashAlgorithm_t1432317219 * L_10 = HashAlgorithm_Create_m644612360(NULL /*static, unused*/, _stringLiteral3839139460, /*hidden argument*/NULL); __this->set_hash_3(L_10); } IL_005d: { return (bool)1; } } // System.String System.Net.DigestSession::HashToHexString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_HashToHexString_m2645563245 (DigestSession_t1433627624 * __this, String_t* ___toBeHashed0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestSession_HashToHexString_m2645563245_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; StringBuilder_t * V_1 = NULL; uint8_t V_2 = 0x0; ByteU5BU5D_t4116647657* V_3 = NULL; int32_t V_4 = 0; { HashAlgorithm_t1432317219 * L_0 = __this->get_hash_3(); if (L_0) { goto IL_000d; } } { return (String_t*)NULL; } IL_000d: { HashAlgorithm_t1432317219 * L_1 = __this->get_hash_3(); NullCheck(L_1); VirtActionInvoker0::Invoke(17 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_1); HashAlgorithm_t1432317219 * L_2 = __this->get_hash_3(); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_3 = Encoding_get_ASCII_m3595602635(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_4 = ___toBeHashed0; NullCheck(L_3); ByteU5BU5D_t4116647657* L_5 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_3, L_4); NullCheck(L_2); ByteU5BU5D_t4116647657* L_6 = HashAlgorithm_ComputeHash_m2825542963(L_2, L_5, /*hidden argument*/NULL); V_0 = L_6; StringBuilder_t * L_7 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_7, /*hidden argument*/NULL); V_1 = L_7; ByteU5BU5D_t4116647657* L_8 = V_0; V_3 = L_8; V_4 = 0; goto IL_005d; } IL_003f: { ByteU5BU5D_t4116647657* L_9 = V_3; int32_t L_10 = V_4; NullCheck(L_9); int32_t L_11 = L_10; uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); V_2 = L_12; StringBuilder_t * L_13 = V_1; String_t* L_14 = Byte_ToString_m3735479648((&V_2), _stringLiteral3451434968, /*hidden argument*/NULL); NullCheck(L_13); StringBuilder_Append_m1965104174(L_13, L_14, /*hidden argument*/NULL); int32_t L_15 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_005d: { int32_t L_16 = V_4; ByteU5BU5D_t4116647657* L_17 = V_3; NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))) { goto IL_003f; } } { StringBuilder_t * L_18 = V_1; NullCheck(L_18); String_t* L_19 = StringBuilder_ToString_m3317489284(L_18, /*hidden argument*/NULL); return L_19; } } // System.String System.Net.DigestSession::HA1(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_HA1_m2108344264 (DigestSession_t1433627624 * __this, String_t* ___username0, String_t* ___password1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestSession_HA1_m2108344264_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___username0; String_t* L_1 = DigestSession_get_Realm_m3487888410(__this, /*hidden argument*/NULL); String_t* L_2 = ___password1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral1283417808, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = DigestSession_get_Algorithm_m794936792(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_0056; } } { String_t* L_5 = DigestSession_get_Algorithm_m794936792(__this, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = String_ToLower_m2029374922(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, _stringLiteral4223460666, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } { String_t* L_8 = V_0; String_t* L_9 = DigestSession_HashToHexString_m2645563245(__this, L_8, /*hidden argument*/NULL); String_t* L_10 = DigestSession_get_Nonce_m3852273541(__this, /*hidden argument*/NULL); String_t* L_11 = DigestSession_get_CNonce_m3083255582(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral1283417808, L_9, L_10, L_11, /*hidden argument*/NULL); V_0 = L_12; } IL_0056: { String_t* L_13 = V_0; String_t* L_14 = DigestSession_HashToHexString_m2645563245(__this, L_13, /*hidden argument*/NULL); return L_14; } } // System.String System.Net.DigestSession::HA2(System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_HA2_m1089477595 (DigestSession_t1433627624 * __this, HttpWebRequest_t1669436515 * ___webRequest0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestSession_HA2_m1089477595_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { HttpWebRequest_t1669436515 * L_0 = ___webRequest0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.Net.HttpWebRequest::get_Method() */, L_0); HttpWebRequest_t1669436515 * L_2 = ___webRequest0; NullCheck(L_2); Uri_t100236324 * L_3 = VirtFuncInvoker0< Uri_t100236324 * >::Invoke(15 /* System.Uri System.Net.HttpWebRequest::get_RequestUri() */, L_2); NullCheck(L_3); String_t* L_4 = Uri_get_PathAndQuery_m2396197970(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral1730043946, L_1, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = DigestSession_get_QOP_m2650211740(__this, /*hidden argument*/NULL); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, _stringLiteral3355789140, /*hidden argument*/NULL); if (!L_7) { goto IL_0031; } } IL_0031: { String_t* L_8 = V_0; String_t* L_9 = DigestSession_HashToHexString_m2645563245(__this, L_8, /*hidden argument*/NULL); return L_9; } } // System.String System.Net.DigestSession::Response(System.String,System.String,System.Net.HttpWebRequest) extern "C" IL2CPP_METHOD_ATTR String_t* DigestSession_Response_m3890789839 (DigestSession_t1433627624 * __this, String_t* ___username0, String_t* ___password1, HttpWebRequest_t1669436515 * ___webRequest2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestSession_Response_m3890789839_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___username0; String_t* L_1 = ___password1; String_t* L_2 = DigestSession_HA1_m2108344264(__this, L_0, L_1, /*hidden argument*/NULL); String_t* L_3 = DigestSession_get_Nonce_m3852273541(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2405457962, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = DigestSession_get_QOP_m2650211740(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_0051; } } { String_t* L_6 = V_0; int32_t* L_7 = __this->get_address_of__nc_2(); String_t* L_8 = Int32_ToString_m372259452(L_7, _stringLiteral3452090360, /*hidden argument*/NULL); String_t* L_9 = DigestSession_get_CNonce_m3083255582(__this, /*hidden argument*/NULL); String_t* L_10 = DigestSession_get_QOP_m2650211740(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral3845220048, L_8, L_9, L_10, /*hidden argument*/NULL); String_t* L_12 = String_Concat_m3937257545(NULL /*static, unused*/, L_6, L_11, /*hidden argument*/NULL); V_0 = L_12; } IL_0051: { String_t* L_13 = V_0; HttpWebRequest_t1669436515 * L_14 = ___webRequest2; String_t* L_15 = DigestSession_HA2_m1089477595(__this, L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m3937257545(NULL /*static, unused*/, L_13, L_15, /*hidden argument*/NULL); V_0 = L_16; String_t* L_17 = V_0; String_t* L_18 = DigestSession_HashToHexString_m2645563245(__this, L_17, /*hidden argument*/NULL); return L_18; } } // System.Net.Authorization System.Net.DigestSession::Authenticate(System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t542416582 * DigestSession_Authenticate_m842272638 (DigestSession_t1433627624 * __this, WebRequest_t1939381076 * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DigestSession_Authenticate_m842272638_MetadataUsageId); s_Il2CppMethodInitialized = true; } HttpWebRequest_t1669436515 * V_0 = NULL; NetworkCredential_t3282608323 * V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; StringBuilder_t * V_4 = NULL; DigestSession_t1433627624 * 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); { DigestHeaderParser_t341650829 * L_0 = __this->get_parser_4(); if (L_0) { goto IL_0011; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,DigestSession_Authenticate_m842272638_RuntimeMethod_var); } IL_0011: { WebRequest_t1939381076 * L_2 = ___webRequest0; V_0 = ((HttpWebRequest_t1669436515 *)IsInstClass((RuntimeObject*)L_2, HttpWebRequest_t1669436515_il2cpp_TypeInfo_var)); HttpWebRequest_t1669436515 * L_3 = V_0; if (L_3) { goto IL_0020; } } { return (Authorization_t542416582 *)NULL; } IL_0020: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_4 = DateTime_get_Now_m1277138875(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_lastUse_1(L_4); RuntimeObject* L_5 = ___credentials1; HttpWebRequest_t1669436515 * L_6 = V_0; NullCheck(L_6); Uri_t100236324 * L_7 = VirtFuncInvoker0< Uri_t100236324 * >::Invoke(15 /* System.Uri System.Net.HttpWebRequest::get_RequestUri() */, L_6); NullCheck(L_5); NetworkCredential_t3282608323 * L_8 = InterfaceFuncInvoker2< NetworkCredential_t3282608323 *, Uri_t100236324 *, String_t* >::Invoke(0 /* System.Net.NetworkCredential System.Net.ICredentials::GetCredential(System.Uri,System.String) */, ICredentials_t725721261_il2cpp_TypeInfo_var, L_5, L_7, _stringLiteral408052522); V_1 = L_8; NetworkCredential_t3282608323 * L_9 = V_1; if (L_9) { goto IL_0045; } } { return (Authorization_t542416582 *)NULL; } IL_0045: { NetworkCredential_t3282608323 * L_10 = V_1; NullCheck(L_10); String_t* L_11 = NetworkCredential_get_UserName_m1950179274(L_10, /*hidden argument*/NULL); V_2 = L_11; String_t* L_12 = V_2; if (!L_12) { goto IL_0062; } } { String_t* L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_15 = String_op_Equality_m920492651(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0064; } } IL_0062: { return (Authorization_t542416582 *)NULL; } IL_0064: { NetworkCredential_t3282608323 * L_16 = V_1; NullCheck(L_16); String_t* L_17 = NetworkCredential_get_Password_m2968490334(L_16, /*hidden argument*/NULL); V_3 = L_17; StringBuilder_t * L_18 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_18, /*hidden argument*/NULL); V_4 = L_18; StringBuilder_t * L_19 = V_4; String_t* L_20 = V_2; NullCheck(L_19); StringBuilder_AppendFormat_m3016532472(L_19, _stringLiteral853385045, L_20, /*hidden argument*/NULL); StringBuilder_t * L_21 = V_4; String_t* L_22 = DigestSession_get_Realm_m3487888410(__this, /*hidden argument*/NULL); NullCheck(L_21); StringBuilder_AppendFormat_m3016532472(L_21, _stringLiteral2835764726, L_22, /*hidden argument*/NULL); StringBuilder_t * L_23 = V_4; String_t* L_24 = DigestSession_get_Nonce_m3852273541(__this, /*hidden argument*/NULL); NullCheck(L_23); StringBuilder_AppendFormat_m3016532472(L_23, _stringLiteral390258856, L_24, /*hidden argument*/NULL); StringBuilder_t * L_25 = V_4; HttpWebRequest_t1669436515 * L_26 = V_0; NullCheck(L_26); Uri_t100236324 * L_27 = HttpWebRequest_get_Address_m2672661563(L_26, /*hidden argument*/NULL); NullCheck(L_27); String_t* L_28 = Uri_get_PathAndQuery_m2396197970(L_27, /*hidden argument*/NULL); NullCheck(L_25); StringBuilder_AppendFormat_m3016532472(L_25, _stringLiteral2149745823, L_28, /*hidden argument*/NULL); String_t* L_29 = DigestSession_get_Algorithm_m794936792(__this, /*hidden argument*/NULL); if (!L_29) { goto IL_00dc; } } { StringBuilder_t * L_30 = V_4; String_t* L_31 = DigestSession_get_Algorithm_m794936792(__this, /*hidden argument*/NULL); NullCheck(L_30); StringBuilder_AppendFormat_m3016532472(L_30, _stringLiteral598094336, L_31, /*hidden argument*/NULL); } IL_00dc: { StringBuilder_t * L_32 = V_4; String_t* L_33 = V_2; String_t* L_34 = V_3; HttpWebRequest_t1669436515 * L_35 = V_0; String_t* L_36 = DigestSession_Response_m3890789839(__this, L_33, L_34, L_35, /*hidden argument*/NULL); NullCheck(L_32); StringBuilder_AppendFormat_m3016532472(L_32, _stringLiteral1288185710, L_36, /*hidden argument*/NULL); String_t* L_37 = DigestSession_get_QOP_m2650211740(__this, /*hidden argument*/NULL); if (!L_37) { goto IL_0110; } } { StringBuilder_t * L_38 = V_4; String_t* L_39 = DigestSession_get_QOP_m2650211740(__this, /*hidden argument*/NULL); NullCheck(L_38); StringBuilder_AppendFormat_m3016532472(L_38, _stringLiteral3689566763, L_39, /*hidden argument*/NULL); } IL_0110: { V_5 = __this; DigestSession_t1433627624 * L_40 = V_5; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); } IL_011a: try { // begin try (depth: 1) { String_t* L_41 = DigestSession_get_QOP_m2650211740(__this, /*hidden argument*/NULL); if (!L_41) { goto IL_014b; } } IL_0125: { StringBuilder_t * L_42 = V_4; int32_t L_43 = __this->get__nc_2(); int32_t L_44 = L_43; RuntimeObject * L_45 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_44); NullCheck(L_42); StringBuilder_AppendFormat_m3016532472(L_42, _stringLiteral1678844783, L_45, /*hidden argument*/NULL); int32_t L_46 = __this->get__nc_2(); __this->set__nc_2(((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1))); } IL_014b: { IL2CPP_LEAVE(0x158, FINALLY_0150); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0150; } FINALLY_0150: { // begin finally (depth: 1) DigestSession_t1433627624 * L_47 = V_5; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_47, /*hidden argument*/NULL); IL2CPP_END_FINALLY(336) } // end finally (depth: 1) IL2CPP_CLEANUP(336) { IL2CPP_JUMP_TBL(0x158, IL_0158) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0158: { String_t* L_48 = DigestSession_get_CNonce_m3083255582(__this, /*hidden argument*/NULL); if (!L_48) { goto IL_0176; } } { StringBuilder_t * L_49 = V_4; String_t* L_50 = DigestSession_get_CNonce_m3083255582(__this, /*hidden argument*/NULL); NullCheck(L_49); StringBuilder_AppendFormat_m3016532472(L_49, _stringLiteral562804261, L_50, /*hidden argument*/NULL); } IL_0176: { String_t* L_51 = DigestSession_get_Opaque_m32525443(__this, /*hidden argument*/NULL); if (!L_51) { goto IL_0194; } } { StringBuilder_t * L_52 = V_4; String_t* L_53 = DigestSession_get_Opaque_m32525443(__this, /*hidden argument*/NULL); NullCheck(L_52); StringBuilder_AppendFormat_m3016532472(L_52, _stringLiteral2374921080, L_53, /*hidden argument*/NULL); } IL_0194: { StringBuilder_t * L_54 = V_4; StringBuilder_t * L_55 = L_54; NullCheck(L_55); int32_t L_56 = StringBuilder_get_Length_m3238060835(L_55, /*hidden argument*/NULL); NullCheck(L_55); StringBuilder_set_Length_m1410065908(L_55, ((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)2)), /*hidden argument*/NULL); StringBuilder_t * L_57 = V_4; NullCheck(L_57); String_t* L_58 = StringBuilder_ToString_m3317489284(L_57, /*hidden argument*/NULL); Authorization_t542416582 * L_59 = (Authorization_t542416582 *)il2cpp_codegen_object_new(Authorization_t542416582_il2cpp_TypeInfo_var); Authorization__ctor_m1042942506(L_59, L_58, /*hidden argument*/NULL); return L_59; } } // System.DateTime System.Net.DigestSession::get_LastUse() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DigestSession_get_LastUse_m3488420397 (DigestSession_t1433627624 * __this, const RuntimeMethod* method) { { DateTime_t3738529785 L_0 = __this->get_lastUse_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Dns::.cctor() extern "C" IL2CPP_METHOD_ATTR void Dns__cctor_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_m1362981538(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.Void System.Net.FileWebRequest::set_Timeout(System.Int32) extern "C" IL2CPP_METHOD_ATTR void FileWebRequest_set_Timeout_m2025134082 (FileWebRequest_t591858885 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileWebRequest_set_Timeout_m2025134082_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int32_t)L_0) >= ((int32_t)(-1)))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, _stringLiteral2320711255, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FileWebRequest_set_Timeout_m2025134082_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___value0; __this->set_timeout_15(L_2); return; } } // 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(8 /* 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(9 /* 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(8 /* 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(9 /* 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(8 /* 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(15 /* System.Uri System.Net.FileWebRequest::get_RequestUri() */, L_0); NullCheck(L_1); String_t* L_2 = Uri_get_LocalPath_m2837234216(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_15(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_15(); V_0 = L_0; __this->set_webRequest_15((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(8 /* 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(10 /* 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.Int64 System.Net.FileWebResponse::get_ContentLength() extern "C" IL2CPP_METHOD_ATTR int64_t FileWebResponse_get_ContentLength_m2743525042 (FileWebResponse_t544571260 * __this, const RuntimeMethod* method) { { FileWebResponse_CheckDisposed_m3293736908(__this, /*hidden argument*/NULL); int64_t L_0 = __this->get_contentLength_3(); return L_0; } } // 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(12 /* 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(19 /* 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(9 /* 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_1(L_2); Stream_t1273022909 * L_3 = ___stream1; __this->set_networkStream_2(L_3); bool L_4 = ___isRead2; __this->set_isRead_4(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(11 /* 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_4(); 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_4(); 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(11 /* 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_1(); 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_2(); 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(16 /* 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_5(); int32_t L_8 = V_0; __this->set_totalRead_5(((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_2((Stream_t1273022909 *)NULL); FtpWebRequest_t1577818305 * L_10 = __this->get_request_1(); NullCheck(L_10); FtpWebRequest_CloseDataConnection_m473296206(L_10, /*hidden argument*/NULL); FtpWebRequest_t1577818305 * L_11 = __this->get_request_1(); 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_4(); 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_1(); 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(22 /* 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_1(); 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(9 /* 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(24 /* 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_1(); 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_2(); 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(20 /* 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_4(); 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_1(); 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(23 /* 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_1(); 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(9 /* 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(25 /* 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(11 /* 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_3(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_disposed_3((bool)1); Stream_t1273022909 * L_1 = __this->get_networkStream_2(); if (!L_1) { goto IL_0042; } } { FtpWebRequest_t1577818305 * L_2 = __this->get_request_1(); NullCheck(L_2); FtpWebRequest_CloseDataConnection_m473296206(L_2, /*hidden argument*/NULL); FtpWebRequest_t1577818305 * L_3 = __this->get_request_1(); NullCheck(L_3); FtpWebRequest_SetTransferCompleted_m1178172310(L_3, /*hidden argument*/NULL); __this->set_request_1((FtpWebRequest_t1577818305 *)NULL); __this->set_networkStream_2((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_3(); if (!L_0) { goto IL_001c; } } { Type_t * L_1 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(19 /* 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__B_m3681041041_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.Void System.Net.FtpWebRequest::set_Timeout(System.Int32) extern "C" IL2CPP_METHOD_ATTR void FtpWebRequest_set_Timeout_m1158875527 (FtpWebRequest_t1577818305 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FtpWebRequest_set_Timeout_m1158875527_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FtpWebRequest_CheckRequestStarted_m1572969670(__this, /*hidden argument*/NULL); int32_t L_0 = ___value0; if ((((int32_t)L_0) >= ((int32_t)(-1)))) { goto IL_0013; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FtpWebRequest_set_Timeout_m1158875527_RuntimeMethod_var); } IL_0013: { int32_t L_2 = ___value0; __this->set_timeout_17(L_2); return; } } // 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_m2837234216(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_m800430703(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_m4293005803(L_16, L_14, L_15, /*hidden argument*/NULL); NullCheck(L_16); String_t* L_17 = Uri_get_LocalPath_m2837234216(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_m2837234216(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_m2837234216(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__switchU24map5_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__switchU24map5_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__switchU24map5_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(12 /* 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(12 /* 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_0(); 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__switchU24map6_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__switchU24map6_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__switchU24map6_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(20 /* 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(10 /* 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(10 /* 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(28 /* 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__B(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors) extern "C" IL2CPP_METHOD_ATTR bool FtpWebRequest_U3CcallbackU3Em__B_m3681041041 (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__B_m3681041041_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__B_m3681041041_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.Int64 System.Net.FtpWebResponse::get_ContentLength() extern "C" IL2CPP_METHOD_ATTR int64_t FtpWebResponse_get_ContentLength_m4097137407 (FtpWebResponse_t3940763575 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_contentLength_12(); return L_0; } } // 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(12 /* 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_0(); 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_0(); 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(19 /* 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; } { ((HttpWebRequest_t1669436515_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequest_t1669436515_il2cpp_TypeInfo_var))->set_defaultMaxResponseHeadersLength_54(((int32_t)65536)); 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.Void System.Net.HttpWebRequest::set_KeepAlive(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_KeepAlive_m2751629925 (HttpWebRequest_t1669436515 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_keepAlive_21(L_0); return; } } // 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.Void System.Net.HttpWebRequest::set_Timeout(System.Int32) extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_Timeout_m3284739078 (HttpWebRequest_t1669436515 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HttpWebRequest_set_Timeout_m3284739078_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int32_t)L_0) >= ((int32_t)(-1)))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,HttpWebRequest_set_Timeout_m3284739078_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___value0; __this->set_timeout_34(L_2); return; } } // 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_m3979995533(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.Uri System.Net.HttpWebRequest::get_AuthUri() extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * HttpWebRequest_get_AuthUri_m3720408082 (HttpWebRequest_t1669436515 * __this, const RuntimeMethod* method) { { Uri_t100236324 * L_0 = __this->get_actualUri_7(); return L_0; } } // 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(9 /* 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(12 /* 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(8 /* 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(7 /* System.Net.WebHeaderCollection System.Net.HttpWebResponse::get_Headers() */, L_4); NullCheck(L_5); String_t* L_6 = NameValueCollection_get_Item_m3979995533(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(7 /* System.Net.WebHeaderCollection System.Net.HttpWebResponse::get_Headers() */, L_7); NullCheck(L_8); String_t* L_9 = NameValueCollection_get_Item_m3979995533(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_m4293005803(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_m2109479391(L_34, /*hidden argument*/NULL); Uri_t100236324 * L_36 = V_2; NullCheck(L_36); String_t* L_37 = Uri_get_Scheme_m2109479391(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_m1362981538(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_m2109479391(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_m2109479391(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(20 /* 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(12 /* 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(9 /* 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(12 /* 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(12 /* 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(9 /* 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(8 /* 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(7 /* 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_m1362981538(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(8 /* 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_m3979995533(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_m3979995533(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 *)CastclassSealed((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(10 /* 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.Int64 System.Net.HttpWebResponse::get_ContentLength() extern "C" IL2CPP_METHOD_ATTR int64_t HttpWebResponse_get_ContentLength_m2639672793 (HttpWebResponse_t3286585418 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_contentLength_8(); return L_0; } } // 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_0(); 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_0(); 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(12 /* 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(19 /* 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__switchU24map8_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__switchU24map8_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__switchU24map8_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_m685520154(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_m800430703(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; CharU5BU5D_t3528271667* 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_0086; } } { 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_007c; } } { 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; NullCheck(L_15); CharU5BU5D_t3528271667* L_16 = String_ToCharArray_m1492846834(L_15, /*hidden argument*/NULL); V_4 = L_16; V_5 = 0; goto IL_0071; } IL_0058: { CharU5BU5D_t3528271667* L_17 = V_4; int32_t L_18 = V_5; NullCheck(L_17); int32_t L_19 = L_18; uint16_t L_20 = (L_17)->GetAt(static_cast(L_19)); V_3 = L_20; Il2CppChar L_21 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_22 = Uri_IsHexDigit_m3389749670(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_006b; } } { return (IPAddress_t241777590 *)NULL; } IL_006b: { int32_t L_23 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0071: { int32_t L_24 = V_5; CharU5BU5D_t3528271667* L_25 = V_4; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length))))))) { goto IL_0058; } } IL_007c: { String_t* L_26 = ___ip0; int32_t L_27 = V_0; NullCheck(L_26); String_t* L_28 = String_Substring_m1610150815(L_26, 0, L_27, /*hidden argument*/NULL); ___ip0 = L_28; } IL_0086: { String_t* L_29 = ___ip0; NullCheck(L_29); int32_t L_30 = String_get_Length_m3847582255(L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_00a6; } } { String_t* L_31 = ___ip0; String_t* L_32 = ___ip0; NullCheck(L_32); int32_t L_33 = String_get_Length_m3847582255(L_32, /*hidden argument*/NULL); NullCheck(L_31); Il2CppChar L_34 = String_get_Chars_m2986988803(L_31, ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_34) == ((uint32_t)((int32_t)46))))) { goto IL_00a8; } } IL_00a6: { return (IPAddress_t241777590 *)NULL; } IL_00a8: { String_t* L_35 = ___ip0; CharU5BU5D_t3528271667* L_36 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_36); (L_36)->SetAt(static_cast(0), (Il2CppChar)((int32_t)46)); NullCheck(L_35); StringU5BU5D_t1281789340* L_37 = String_Split_m3646115398(L_35, L_36, /*hidden argument*/NULL); V_6 = L_37; StringU5BU5D_t1281789340* L_38 = V_6; NullCheck(L_38); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_38)->max_length))))) <= ((int32_t)4))) { goto IL_00c7; } } { return (IPAddress_t241777590 *)NULL; } IL_00c7: try { // begin try (depth: 1) { V_7 = (((int64_t)((int64_t)0))); V_8 = (((int64_t)((int64_t)0))); V_9 = 0; goto IL_027e; } IL_00d7: { StringU5BU5D_t1281789340* L_39 = V_6; int32_t L_40 = V_9; NullCheck(L_39); int32_t L_41 = L_40; String_t* L_42 = (L_39)->GetAt(static_cast(L_41)); V_10 = L_42; String_t* L_43 = V_10; NullCheck(L_43); int32_t L_44 = String_get_Length_m3847582255(L_43, /*hidden argument*/NULL); if ((((int32_t)3) > ((int32_t)L_44))) { goto IL_016e; } } IL_00eb: { String_t* L_45 = V_10; NullCheck(L_45); int32_t L_46 = String_get_Length_m3847582255(L_45, /*hidden argument*/NULL); if ((((int32_t)L_46) > ((int32_t)4))) { goto IL_016e; } } IL_00f8: { String_t* L_47 = V_10; NullCheck(L_47); Il2CppChar L_48 = String_get_Chars_m2986988803(L_47, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_48) == ((uint32_t)((int32_t)48))))) { goto IL_016e; } } IL_0107: { String_t* L_49 = V_10; NullCheck(L_49); Il2CppChar L_50 = String_get_Chars_m2986988803(L_49, 1, /*hidden argument*/NULL); if ((((int32_t)L_50) == ((int32_t)((int32_t)120)))) { goto IL_0125; } } IL_0116: { String_t* L_51 = V_10; NullCheck(L_51); Il2CppChar L_52 = String_get_Chars_m2986988803(L_51, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_52) == ((uint32_t)((int32_t)88))))) { goto IL_016e; } } IL_0125: { String_t* L_53 = V_10; NullCheck(L_53); int32_t L_54 = String_get_Length_m3847582255(L_53, /*hidden argument*/NULL); if ((!(((uint32_t)L_54) == ((uint32_t)3)))) { goto IL_0148; } } IL_0132: { String_t* L_55 = V_10; NullCheck(L_55); Il2CppChar L_56 = String_get_Chars_m2986988803(L_55, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); int32_t L_57 = Uri_FromHex_m2610708947(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); V_8 = (((int64_t)((int64_t)(((int32_t)((uint8_t)L_57)))))); goto IL_0169; } IL_0148: { String_t* L_58 = V_10; NullCheck(L_58); Il2CppChar L_59 = String_get_Chars_m2986988803(L_58, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); int32_t L_60 = Uri_FromHex_m2610708947(NULL /*static, unused*/, L_59, /*hidden argument*/NULL); String_t* L_61 = V_10; NullCheck(L_61); Il2CppChar L_62 = String_get_Chars_m2986988803(L_61, 3, /*hidden argument*/NULL); int32_t L_63 = Uri_FromHex_m2610708947(NULL /*static, unused*/, L_62, /*hidden argument*/NULL); V_8 = (((int64_t)((int64_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_60<<(int32_t)4))|(int32_t)L_63)))))))); } IL_0169: { goto IL_0210; } IL_016e: { String_t* L_64 = V_10; NullCheck(L_64); int32_t L_65 = String_get_Length_m3847582255(L_64, /*hidden argument*/NULL); if (L_65) { goto IL_0182; } } IL_017a: { V_13 = (IPAddress_t241777590 *)NULL; goto IL_02aa; } IL_0182: { String_t* L_66 = V_10; NullCheck(L_66); Il2CppChar L_67 = String_get_Chars_m2986988803(L_66, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_67) == ((uint32_t)((int32_t)48))))) { goto IL_01f8; } } IL_0191: { V_8 = (((int64_t)((int64_t)0))); V_11 = 1; goto IL_01e5; } IL_019d: { String_t* L_68 = V_10; int32_t L_69 = V_11; NullCheck(L_68); Il2CppChar L_70 = String_get_Chars_m2986988803(L_68, L_69, /*hidden argument*/NULL); if ((((int32_t)((int32_t)48)) > ((int32_t)L_70))) { goto IL_01d7; } } IL_01ad: { String_t* L_71 = V_10; int32_t L_72 = V_11; NullCheck(L_71); Il2CppChar L_73 = String_get_Chars_m2986988803(L_71, L_72, /*hidden argument*/NULL); if ((((int32_t)L_73) > ((int32_t)((int32_t)55)))) { goto IL_01d7; } } IL_01bd: { int64_t L_74 = V_8; String_t* L_75 = V_10; int32_t L_76 = V_11; NullCheck(L_75); Il2CppChar L_77 = String_get_Chars_m2986988803(L_75, L_76, /*hidden argument*/NULL); V_8 = ((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)L_74<<(int32_t)3)), (int64_t)(((int64_t)((int64_t)L_77))))), (int64_t)(((int64_t)((int64_t)((int32_t)48)))))); goto IL_01df; } IL_01d7: { V_13 = (IPAddress_t241777590 *)NULL; goto IL_02aa; } IL_01df: { int32_t L_78 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1)); } IL_01e5: { int32_t L_79 = V_11; String_t* L_80 = V_10; NullCheck(L_80); int32_t L_81 = String_get_Length_m3847582255(L_80, /*hidden argument*/NULL); if ((((int32_t)L_79) < ((int32_t)L_81))) { goto IL_019d; } } IL_01f3: { goto IL_0210; } IL_01f8: { String_t* L_82 = V_10; bool L_83 = Int64_TryParse_m3606398488(NULL /*static, unused*/, L_82, 0, (RuntimeObject*)NULL, (&V_8), /*hidden argument*/NULL); if (L_83) { goto IL_0210; } } IL_0208: { V_13 = (IPAddress_t241777590 *)NULL; goto IL_02aa; } IL_0210: { int32_t L_84 = V_9; StringU5BU5D_t1281789340* L_85 = V_6; NullCheck(L_85); if ((!(((uint32_t)L_84) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_85)->max_length)))), (int32_t)1)))))) { goto IL_0225; } } IL_021d: { V_9 = 3; goto IL_023a; } IL_0225: { int64_t L_86 = V_8; if ((((int64_t)L_86) <= ((int64_t)(((int64_t)((int64_t)((int32_t)255))))))) { goto IL_023a; } } IL_0232: { V_13 = (IPAddress_t241777590 *)NULL; goto IL_02aa; } IL_023a: { V_12 = 0; goto IL_026f; } IL_0242: { int64_t L_87 = V_7; int64_t L_88 = V_8; int32_t L_89 = V_9; int32_t L_90 = V_12; V_7 = ((int64_t)((int64_t)L_87|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_88&(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_89, (int32_t)L_90))<<(int32_t)3))&(int32_t)((int32_t)63)))&(int32_t)((int32_t)63))))))); int32_t L_91 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1)); int64_t L_92 = V_8; V_8 = ((int64_t)((int64_t)L_92/(int64_t)(((int64_t)((int64_t)((int32_t)256)))))); } IL_026f: { int64_t L_93 = V_8; if ((((int64_t)L_93) > ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0242; } } IL_0278: { int32_t L_94 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1)); } IL_027e: { int32_t L_95 = V_9; StringU5BU5D_t1281789340* L_96 = V_6; NullCheck(L_96); if ((((int32_t)L_95) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_96)->max_length))))))) { goto IL_00d7; } } IL_0289: { int64_t L_97 = V_7; IPAddress_t241777590 * L_98 = (IPAddress_t241777590 *)il2cpp_codegen_object_new(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress__ctor_m921977496(L_98, L_97, /*hidden argument*/NULL); V_13 = L_98; goto IL_02aa; } IL_0297: { ; // IL_0297: leave IL_02aa } } // 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_029c; throw e; } CATCH_029c: { // begin catch(System.Exception) { V_13 = (IPAddress_t241777590 *)NULL; goto IL_02aa; } IL_02a5: { ; // IL_02a5: leave IL_02aa } } // end catch (depth: 1) IL_02aa: { IPAddress_t241777590 * L_99 = V_13; return L_99; } } // 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.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_1(L_0); bool L_1 = ___leaveInnerStreamOpen1; __this->set_leaveStreamOpen_2(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_1(); 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_2(); 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_1(); if (!L_1) { goto IL_002e; } } { bool L_2 = __this->get_leaveStreamOpen_2(); if (L_2) { goto IL_0027; } } { Stream_t1273022909 * L_3 = __this->get_innerStream_1(); NullCheck(L_3); VirtActionInvoker0::Invoke(12 /* System.Void System.IO.Stream::Close() */, L_3); } IL_0027: { __this->set_innerStream_1((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_4(L_2); LocalCertificateSelectionCallback_t2354453884 * L_3 = ___certSelectionCallback3; __this->set_selection_callback_5(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(5 /* 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(6 /* 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(7 /* 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(8 /* 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(9 /* 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_3(); 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(13 /* 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(14 /* 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_5(); 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(26 /* 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__7_m1298834188_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_4(); 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__8_m3748334000_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_5(); 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_3(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(23 /* 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_3(); 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(22 /* 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_3(); 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(23 /* 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(27 /* 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(29 /* 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_3(); if (!L_1) { goto IL_001c; } } { SslStreamBase_t1667413407 * L_2 = __this->get_ssl_stream_3(); NullCheck(L_2); Stream_Dispose_m2589290611(L_2, /*hidden argument*/NULL); } IL_001c: { __this->set_ssl_stream_3((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(5 /* System.Boolean System.Net.Security.SslStream::get_CanRead() */, __this); if (!L_0) { goto IL_0023; } } { SslStreamBase_t1667413407 * L_1 = __this->get_ssl_stream_3(); RuntimeObject* L_2 = ___asyncResult0; NullCheck(L_1); VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(24 /* 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_3(); RuntimeObject* L_4 = ___asyncResult0; NullCheck(L_3); VirtActionInvoker1< RuntimeObject* >::Invoke(25 /* 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_3(); RuntimeObject* L_1 = ___asyncResult0; NullCheck(L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(24 /* 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_3(); RuntimeObject* L_1 = ___asyncResult0; NullCheck(L_0); VirtActionInvoker1< RuntimeObject* >::Invoke(25 /* 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(15 /* 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(22 /* 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(24 /* 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(19 /* 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(23 /* 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(25 /* 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(26 /* 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__7(System.Security.Cryptography.X509Certificates.X509Certificate,System.String) extern "C" IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t932037087 * U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_U3CU3Em__7_m1298834188 (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__7_m1298834188_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__8(System.Security.Cryptography.X509Certificates.X509Certificate,System.Int32[]) extern "C" IL2CPP_METHOD_ATTR bool U3CBeginAuthenticateAsClientU3Ec__AnonStorey7_U3CU3Em__8_m3748334000 (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__8_m3748334000_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_4(); 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 #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.ServicePointManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void ServicePointManager__cctor_m3222177795 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManager__cctor_m3222177795_MetadataUsageId); s_Il2CppMethodInitialized = true; } { HybridDictionary_t4070033136 * L_0 = (HybridDictionary_t4070033136 *)il2cpp_codegen_object_new(HybridDictionary_t4070033136_il2cpp_TypeInfo_var); HybridDictionary__ctor_m2970901694(L_0, /*hidden argument*/NULL); ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->set_servicePoints_0(L_0); DefaultCertificatePolicy_t3607119947 * L_1 = (DefaultCertificatePolicy_t3607119947 *)il2cpp_codegen_object_new(DefaultCertificatePolicy_t3607119947_il2cpp_TypeInfo_var); DefaultCertificatePolicy__ctor_m1887337884(L_1, /*hidden argument*/NULL); ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->set_policy_1(L_1); ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->set_defaultConnectionLimit_2(2); ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->set_maxServicePointIdleTime_3(((int32_t)900000)); ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->set_maxServicePoints_4(0); ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->set__checkCRL_5((bool)0); ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->set__securityProtocol_6(((int32_t)240)); ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->set_expectContinue_7((bool)1); return; } } // System.Net.ICertificatePolicy System.Net.ServicePointManager::get_CertificatePolicy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ServicePointManager_get_CertificatePolicy_m475600998 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManager_get_CertificatePolicy_m475600998_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_policy_1(); return L_0; } } // System.Boolean System.Net.ServicePointManager::get_CheckCertificateRevocationList() extern "C" IL2CPP_METHOD_ATTR bool ServicePointManager_get_CheckCertificateRevocationList_m1645465614 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManager_get_CheckCertificateRevocationList_m1645465614_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); bool L_0 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get__checkCRL_5(); return L_0; } } // System.Net.SecurityProtocolType System.Net.ServicePointManager::get_SecurityProtocol() extern "C" IL2CPP_METHOD_ATTR int32_t ServicePointManager_get_SecurityProtocol_m966397919 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManager_get_SecurityProtocol_m966397919_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); int32_t L_0 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get__securityProtocol_6(); return L_0; } } // System.Net.Security.RemoteCertificateValidationCallback System.Net.ServicePointManager::get_ServerCertificateValidationCallback() extern "C" IL2CPP_METHOD_ATTR RemoteCertificateValidationCallback_t3014364904 * ServicePointManager_get_ServerCertificateValidationCallback_m2067275303 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManager_get_ServerCertificateValidationCallback_m2067275303_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); RemoteCertificateValidationCallback_t3014364904 * L_0 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_server_cert_cb_9(); return L_0; } } // System.Void System.Net.ServicePointManager::set_ServerCertificateValidationCallback(System.Net.Security.RemoteCertificateValidationCallback) extern "C" IL2CPP_METHOD_ATTR void ServicePointManager_set_ServerCertificateValidationCallback_m1752789210 (RuntimeObject * __this /* static, unused */, RemoteCertificateValidationCallback_t3014364904 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManager_set_ServerCertificateValidationCallback_m1752789210_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RemoteCertificateValidationCallback_t3014364904 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->set_server_cert_cb_9(L_0); return; } } // System.Net.ServicePoint System.Net.ServicePointManager::FindServicePoint(System.Uri,System.Net.IWebProxy) extern "C" IL2CPP_METHOD_ATTR ServicePoint_t2786966844 * ServicePointManager_FindServicePoint_m4119451290 (RuntimeObject * __this /* static, unused */, Uri_t100236324 * ___address0, RuntimeObject* ___proxy1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManager_FindServicePoint_m4119451290_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; ServicePoint_t2786966844 * V_3 = NULL; HybridDictionary_t4070033136 * V_4 = NULL; SPKey_t3654231119 * V_5 = NULL; String_t* V_6 = NULL; int32_t V_7 = 0; ServicePoint_t2786966844 * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Uri_t100236324 * L_0 = ___address0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_1 = Uri_op_Equality_m685520154(NULL /*static, unused*/, L_0, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_2, _stringLiteral2350156779, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ServicePointManager_FindServicePoint_m4119451290_RuntimeMethod_var); } IL_0017: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); ServicePointManager_RecycleServicePoints_m1035558445(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = (bool)0; V_1 = (bool)0; RuntimeObject* L_3 = ___proxy1; if (!L_3) { goto IL_0091; } } { RuntimeObject* L_4 = ___proxy1; Uri_t100236324 * L_5 = ___address0; NullCheck(L_4); bool L_6 = InterfaceFuncInvoker1< bool, Uri_t100236324 * >::Invoke(2 /* System.Boolean System.Net.IWebProxy::IsBypassed(System.Uri) */, IWebProxy_t688979836_il2cpp_TypeInfo_var, L_4, L_5); if (L_6) { goto IL_0091; } } { V_0 = (bool)1; Uri_t100236324 * L_7 = ___address0; NullCheck(L_7); String_t* L_8 = Uri_get_Scheme_m2109479391(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_op_Equality_m920492651(NULL /*static, unused*/, L_8, _stringLiteral1973861653, /*hidden argument*/NULL); V_2 = L_9; RuntimeObject* L_10 = ___proxy1; Uri_t100236324 * L_11 = ___address0; NullCheck(L_10); Uri_t100236324 * L_12 = InterfaceFuncInvoker1< Uri_t100236324 *, Uri_t100236324 * >::Invoke(1 /* System.Uri System.Net.IWebProxy::GetProxy(System.Uri) */, IWebProxy_t688979836_il2cpp_TypeInfo_var, L_10, L_11); ___address0 = L_12; Uri_t100236324 * L_13 = ___address0; NullCheck(L_13); String_t* L_14 = Uri_get_Scheme_m2109479391(L_13, /*hidden argument*/NULL); bool L_15 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_14, _stringLiteral3140485902, /*hidden argument*/NULL); if (!L_15) { goto IL_0074; } } { bool L_16 = V_2; if (L_16) { goto IL_0074; } } { NotSupportedException_t1314879016 * L_17 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_17, _stringLiteral2054884799, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,ServicePointManager_FindServicePoint_m4119451290_RuntimeMethod_var); } IL_0074: { bool L_18 = V_2; if (!L_18) { goto IL_0091; } } { Uri_t100236324 * L_19 = ___address0; NullCheck(L_19); String_t* L_20 = Uri_get_Scheme_m2109479391(L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_21 = String_op_Equality_m920492651(NULL /*static, unused*/, L_20, _stringLiteral3140485902, /*hidden argument*/NULL); if (!L_21) { goto IL_0091; } } { V_1 = (bool)1; } IL_0091: { Uri_t100236324 * L_22 = ___address0; NullCheck(L_22); String_t* L_23 = Uri_get_Scheme_m2109479391(L_22, /*hidden argument*/NULL); Uri_t100236324 * L_24 = ___address0; NullCheck(L_24); String_t* L_25 = Uri_get_Authority_m3816772302(L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Concat_m3755062657(NULL /*static, unused*/, L_23, _stringLiteral1057238085, L_25, /*hidden argument*/NULL); Uri_t100236324 * L_27 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m800430703(L_27, L_26, /*hidden argument*/NULL); ___address0 = L_27; V_3 = (ServicePoint_t2786966844 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_28 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); V_4 = L_28; HybridDictionary_t4070033136 * L_29 = V_4; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); } IL_00be: try { // begin try (depth: 1) { Uri_t100236324 * L_30 = ___address0; bool L_31 = V_1; SPKey_t3654231119 * L_32 = (SPKey_t3654231119 *)il2cpp_codegen_object_new(SPKey_t3654231119_il2cpp_TypeInfo_var); SPKey__ctor_m3690819622(L_32, L_30, L_31, /*hidden argument*/NULL); V_5 = L_32; IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_33 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); SPKey_t3654231119 * L_34 = V_5; NullCheck(L_33); RuntimeObject * L_35 = HybridDictionary_get_Item_m319681963(L_33, L_34, /*hidden argument*/NULL); V_3 = ((ServicePoint_t2786966844 *)IsInstClass((RuntimeObject*)L_35, ServicePoint_t2786966844_il2cpp_TypeInfo_var)); ServicePoint_t2786966844 * L_36 = V_3; if (!L_36) { goto IL_00e7; } } IL_00df: { ServicePoint_t2786966844 * L_37 = V_3; V_8 = L_37; IL2CPP_LEAVE(0x16E, FINALLY_0164); } IL_00e7: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); int32_t L_38 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_maxServicePoints_4(); if ((((int32_t)L_38) <= ((int32_t)0))) { goto IL_0111; } } IL_00f2: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_39 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); NullCheck(L_39); int32_t L_40 = HybridDictionary_get_Count_m1166314536(L_39, /*hidden argument*/NULL); int32_t L_41 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_maxServicePoints_4(); if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_0111; } } IL_0106: { InvalidOperationException_t56020091 * L_42 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_42, _stringLiteral4122273294, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42,ServicePointManager_FindServicePoint_m4119451290_RuntimeMethod_var); } IL_0111: { Uri_t100236324 * L_43 = ___address0; NullCheck(L_43); String_t* L_44 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Uri::ToString() */, L_43); V_6 = L_44; IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); int32_t L_45 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_defaultConnectionLimit_2(); V_7 = L_45; Uri_t100236324 * L_46 = ___address0; int32_t L_47 = V_7; int32_t L_48 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_maxServicePointIdleTime_3(); ServicePoint_t2786966844 * L_49 = (ServicePoint_t2786966844 *)il2cpp_codegen_object_new(ServicePoint_t2786966844_il2cpp_TypeInfo_var); ServicePoint__ctor_m4022457269(L_49, L_46, L_47, L_48, /*hidden argument*/NULL); V_3 = L_49; ServicePoint_t2786966844 * L_50 = V_3; bool L_51 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_expectContinue_7(); NullCheck(L_50); ServicePoint_set_Expect100Continue_m1237635858(L_50, L_51, /*hidden argument*/NULL); ServicePoint_t2786966844 * L_52 = V_3; bool L_53 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_useNagle_8(); NullCheck(L_52); ServicePoint_set_UseNagleAlgorithm_m1374731041(L_52, L_53, /*hidden argument*/NULL); ServicePoint_t2786966844 * L_54 = V_3; bool L_55 = V_0; NullCheck(L_54); ServicePoint_set_UsesProxy_m2758604003(L_54, L_55, /*hidden argument*/NULL); ServicePoint_t2786966844 * L_56 = V_3; bool L_57 = V_1; NullCheck(L_56); ServicePoint_set_UseConnect_m1377758489(L_56, L_57, /*hidden argument*/NULL); HybridDictionary_t4070033136 * L_58 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); SPKey_t3654231119 * L_59 = V_5; ServicePoint_t2786966844 * L_60 = V_3; NullCheck(L_58); HybridDictionary_Add_m912320053(L_58, L_59, L_60, /*hidden argument*/NULL); IL2CPP_LEAVE(0x16C, FINALLY_0164); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0164; } FINALLY_0164: { // begin finally (depth: 1) HybridDictionary_t4070033136 * L_61 = V_4; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_61, /*hidden argument*/NULL); IL2CPP_END_FINALLY(356) } // end finally (depth: 1) IL2CPP_CLEANUP(356) { IL2CPP_JUMP_TBL(0x16E, IL_016e) IL2CPP_JUMP_TBL(0x16C, IL_016c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_016c: { ServicePoint_t2786966844 * L_62 = V_3; return L_62; } IL_016e: { ServicePoint_t2786966844 * L_63 = V_8; return L_63; } } // System.Void System.Net.ServicePointManager::RecycleServicePoints() extern "C" IL2CPP_METHOD_ATTR void ServicePointManager_RecycleServicePoints_m1035558445 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ServicePointManager_RecycleServicePoints_m1035558445_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; HybridDictionary_t4070033136 * V_1 = NULL; RuntimeObject* V_2 = NULL; ServicePoint_t2786966844 * V_3 = NULL; int32_t V_4 = 0; SortedList_t2427694641 * V_5 = NULL; ServicePoint_t2786966844 * V_6 = NULL; int32_t V_7 = 0; DateTime_t3738529785 V_8; memset(&V_8, 0, sizeof(V_8)); Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); V_0 = L_0; IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_1 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); V_1 = L_1; HybridDictionary_t4070033136 * L_2 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0012: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_3 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); NullCheck(L_3); RuntimeObject* L_4 = HybridDictionary_GetEnumerator_m1379032493(L_3, /*hidden argument*/NULL); V_2 = L_4; goto IL_0046; } IL_0022: { RuntimeObject* L_5 = V_2; NullCheck(L_5); RuntimeObject * L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_5); V_3 = ((ServicePoint_t2786966844 *)CastclassClass((RuntimeObject*)L_6, ServicePoint_t2786966844_il2cpp_TypeInfo_var)); ServicePoint_t2786966844 * L_7 = V_3; NullCheck(L_7); bool L_8 = ServicePoint_get_AvailableForRecycling_m936700514(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0046; } } IL_0039: { ArrayList_t2718874744 * L_9 = V_0; RuntimeObject* L_10 = V_2; NullCheck(L_10); RuntimeObject * L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Key() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_10); NullCheck(L_9); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_9, L_11); } IL_0046: { RuntimeObject* L_12 = V_2; NullCheck(L_12); bool L_13 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_0022; } } IL_0051: { V_4 = 0; goto IL_0071; } IL_0059: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_14 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); ArrayList_t2718874744 * L_15 = V_0; int32_t L_16 = V_4; NullCheck(L_15); RuntimeObject * L_17 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_15, L_16); NullCheck(L_14); HybridDictionary_Remove_m2295600623(L_14, L_17, /*hidden argument*/NULL); int32_t L_18 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0071: { int32_t L_19 = V_4; ArrayList_t2718874744 * L_20 = V_0; NullCheck(L_20); int32_t L_21 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_20); if ((((int32_t)L_19) < ((int32_t)L_21))) { goto IL_0059; } } IL_007e: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); int32_t L_22 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_maxServicePoints_4(); if (!L_22) { goto IL_009c; } } IL_0088: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_23 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); NullCheck(L_23); int32_t L_24 = HybridDictionary_get_Count_m1166314536(L_23, /*hidden argument*/NULL); int32_t L_25 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_maxServicePoints_4(); if ((((int32_t)L_24) > ((int32_t)L_25))) { goto IL_00a1; } } IL_009c: { IL2CPP_LEAVE(0x18C, FINALLY_0185); } IL_00a1: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_26 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); NullCheck(L_26); int32_t L_27 = HybridDictionary_get_Count_m1166314536(L_26, /*hidden argument*/NULL); SortedList_t2427694641 * L_28 = (SortedList_t2427694641 *)il2cpp_codegen_object_new(SortedList_t2427694641_il2cpp_TypeInfo_var); SortedList__ctor_m4140760769(L_28, L_27, /*hidden argument*/NULL); V_5 = L_28; HybridDictionary_t4070033136 * L_29 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); NullCheck(L_29); RuntimeObject* L_30 = HybridDictionary_GetEnumerator_m1379032493(L_29, /*hidden argument*/NULL); V_2 = L_30; goto IL_0132; } IL_00c2: { RuntimeObject* L_31 = V_2; NullCheck(L_31); RuntimeObject * L_32 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_31); V_6 = ((ServicePoint_t2786966844 *)CastclassClass((RuntimeObject*)L_32, ServicePoint_t2786966844_il2cpp_TypeInfo_var)); ServicePoint_t2786966844 * L_33 = V_6; NullCheck(L_33); int32_t L_34 = ServicePoint_get_CurrentConnections_m1937296360(L_33, /*hidden argument*/NULL); if (L_34) { goto IL_0132; } } IL_00db: { goto IL_0100; } IL_00e0: { ServicePoint_t2786966844 * L_35 = V_6; ServicePoint_t2786966844 * L_36 = V_6; NullCheck(L_36); DateTime_t3738529785 L_37 = ServicePoint_get_IdleSince_m2373179824(L_36, /*hidden argument*/NULL); V_8 = L_37; DateTime_t3738529785 L_38 = DateTime_AddMilliseconds_m3713972790((&V_8), (1.0), /*hidden argument*/NULL); NullCheck(L_35); ServicePoint_set_IdleSince_m608781505(L_35, L_38, /*hidden argument*/NULL); } IL_0100: { SortedList_t2427694641 * L_39 = V_5; ServicePoint_t2786966844 * L_40 = V_6; NullCheck(L_40); DateTime_t3738529785 L_41 = ServicePoint_get_IdleSince_m2373179824(L_40, /*hidden argument*/NULL); DateTime_t3738529785 L_42 = L_41; RuntimeObject * L_43 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_42); NullCheck(L_39); bool L_44 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(42 /* System.Boolean System.Collections.SortedList::ContainsKey(System.Object) */, L_39, L_43); if (L_44) { goto IL_00e0; } } IL_0118: { SortedList_t2427694641 * L_45 = V_5; ServicePoint_t2786966844 * L_46 = V_6; NullCheck(L_46); DateTime_t3738529785 L_47 = ServicePoint_get_IdleSince_m2373179824(L_46, /*hidden argument*/NULL); DateTime_t3738529785 L_48 = L_47; RuntimeObject * L_49 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_48); ServicePoint_t2786966844 * L_50 = V_6; NullCheck(L_50); Uri_t100236324 * L_51 = ServicePoint_get_Address_m4189969258(L_50, /*hidden argument*/NULL); NullCheck(L_45); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(32 /* System.Void System.Collections.SortedList::Add(System.Object,System.Object) */, L_45, L_49, L_51); } IL_0132: { RuntimeObject* L_52 = V_2; NullCheck(L_52); bool L_53 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_52); if (L_53) { goto IL_00c2; } } IL_013d: { V_7 = 0; goto IL_015e; } IL_0145: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_54 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); SortedList_t2427694641 * L_55 = V_5; int32_t L_56 = V_7; NullCheck(L_55); RuntimeObject * L_57 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(44 /* System.Object System.Collections.SortedList::GetByIndex(System.Int32) */, L_55, L_56); NullCheck(L_54); HybridDictionary_Remove_m2295600623(L_54, L_57, /*hidden argument*/NULL); int32_t L_58 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_015e: { int32_t L_59 = V_7; SortedList_t2427694641 * L_60 = V_5; NullCheck(L_60); int32_t L_61 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.SortedList::get_Count() */, L_60); if ((((int32_t)L_59) >= ((int32_t)L_61))) { goto IL_0180; } } IL_016c: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); HybridDictionary_t4070033136 * L_62 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_servicePoints_0(); NullCheck(L_62); int32_t L_63 = HybridDictionary_get_Count_m1166314536(L_62, /*hidden argument*/NULL); int32_t L_64 = ((ServicePointManager_t170559685_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t170559685_il2cpp_TypeInfo_var))->get_maxServicePoints_4(); if ((((int32_t)L_63) > ((int32_t)L_64))) { goto IL_0145; } } IL_0180: { IL2CPP_LEAVE(0x18C, FINALLY_0185); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0185; } FINALLY_0185: { // begin finally (depth: 1) HybridDictionary_t4070033136 * L_65 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); IL2CPP_END_FINALLY(389) } // end finally (depth: 1) IL2CPP_CLEANUP(389) { IL2CPP_JUMP_TBL(0x18C, IL_018c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_018c: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.ServicePointManager/ChainValidationHelper::.ctor(System.Object) extern "C" IL2CPP_METHOD_ATTR void ChainValidationHelper__ctor_m1720828747 (ChainValidationHelper_t320539540 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___sender0; __this->set_sender_0(L_0); return; } } // System.Void System.Net.ServicePointManager/ChainValidationHelper::.cctor() extern "C" IL2CPP_METHOD_ATTR void ChainValidationHelper__cctor_m2525778258 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChainValidationHelper__cctor_m2525778258_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = File_Exists_m3943585060(NULL /*static, unused*/, _stringLiteral3131474043, /*hidden argument*/NULL); ((ChainValidationHelper_t320539540_StaticFields*)il2cpp_codegen_static_fields_for(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var))->set_is_macosx_2(L_0); ((ChainValidationHelper_t320539540_StaticFields*)il2cpp_codegen_static_fields_for(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var))->set_s_flags_3(((int32_t)168)); return; } } // System.String System.Net.ServicePointManager/ChainValidationHelper::get_Host() extern "C" IL2CPP_METHOD_ATTR String_t* ChainValidationHelper_get_Host_m1442257577 (ChainValidationHelper_t320539540 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChainValidationHelper_get_Host_m1442257577_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_host_1(); if (L_0) { goto IL_0036; } } { RuntimeObject * L_1 = __this->get_sender_0(); if (!((HttpWebRequest_t1669436515 *)IsInstClass((RuntimeObject*)L_1, HttpWebRequest_t1669436515_il2cpp_TypeInfo_var))) { goto IL_0036; } } { RuntimeObject * L_2 = __this->get_sender_0(); NullCheck(((HttpWebRequest_t1669436515 *)CastclassClass((RuntimeObject*)L_2, HttpWebRequest_t1669436515_il2cpp_TypeInfo_var))); Uri_t100236324 * L_3 = HttpWebRequest_get_Address_m2672661563(((HttpWebRequest_t1669436515 *)CastclassClass((RuntimeObject*)L_2, HttpWebRequest_t1669436515_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = Uri_get_Host_m255565830(L_3, /*hidden argument*/NULL); __this->set_host_1(L_4); } IL_0036: { String_t* L_5 = __this->get_host_1(); return L_5; } } // Mono.Security.Protocol.Tls.ValidationResult System.Net.ServicePointManager/ChainValidationHelper::ValidateChain(Mono.Security.X509.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR ValidationResult_t3834298736 * ChainValidationHelper_ValidateChain_m3259343348 (ChainValidationHelper_t320539540 * __this, X509CertificateCollection_t1542168550 * ___certs0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChainValidationHelper_ValidateChain_m3259343348_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; RuntimeObject* V_1 = NULL; RemoteCertificateValidationCallback_t3014364904 * V_2 = NULL; X509Chain_t194917408 * V_3 = NULL; int32_t V_4 = 0; X509Certificate2_t714049126 * V_5 = NULL; X509Certificate2_t714049126 * V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; Exception_t * V_9 = NULL; bool V_10 = false; int32_t V_11 = 0; ServicePoint_t2786966844 * V_12 = NULL; HttpWebRequest_t1669436515 * V_13 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B19_0 = 0; int32_t G_B34_0 = 0; { V_0 = (bool)0; X509CertificateCollection_t1542168550 * L_0 = ___certs0; if (!L_0) { goto IL_0013; } } { X509CertificateCollection_t1542168550 * L_1 = ___certs0; NullCheck(L_1); int32_t L_2 = CollectionBase_get_Count_m1708965601(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0015; } } IL_0013: { return (ValidationResult_t3834298736 *)NULL; } IL_0015: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_t170559685_il2cpp_TypeInfo_var); RuntimeObject* L_3 = ServicePointManager_get_CertificatePolicy_m475600998(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_3; RemoteCertificateValidationCallback_t3014364904 * L_4 = ServicePointManager_get_ServerCertificateValidationCallback_m2067275303(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_4; X509Chain_t194917408 * L_5 = (X509Chain_t194917408 *)il2cpp_codegen_object_new(X509Chain_t194917408_il2cpp_TypeInfo_var); X509Chain__ctor_m2240869275(L_5, /*hidden argument*/NULL); V_3 = L_5; X509Chain_t194917408 * L_6 = V_3; X509ChainPolicy_t2426922870 * L_7 = (X509ChainPolicy_t2426922870 *)il2cpp_codegen_object_new(X509ChainPolicy_t2426922870_il2cpp_TypeInfo_var); X509ChainPolicy__ctor_m852124469(L_7, /*hidden argument*/NULL); NullCheck(L_6); X509Chain_set_ChainPolicy_m2787395122(L_6, L_7, /*hidden argument*/NULL); V_4 = 1; goto IL_0067; } IL_003a: { X509CertificateCollection_t1542168550 * L_8 = ___certs0; int32_t L_9 = V_4; NullCheck(L_8); X509Certificate_t489243025 * L_10 = X509CertificateCollection_get_Item_m1033426577(L_8, L_9, /*hidden argument*/NULL); NullCheck(L_10); ByteU5BU5D_t4116647657* L_11 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(12 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_10); X509Certificate2_t714049126 * L_12 = (X509Certificate2_t714049126 *)il2cpp_codegen_object_new(X509Certificate2_t714049126_il2cpp_TypeInfo_var); X509Certificate2__ctor_m3336405942(L_12, L_11, /*hidden argument*/NULL); V_5 = L_12; X509Chain_t194917408 * L_13 = V_3; NullCheck(L_13); X509ChainPolicy_t2426922870 * L_14 = X509Chain_get_ChainPolicy_m2586552721(L_13, /*hidden argument*/NULL); NullCheck(L_14); X509Certificate2Collection_t2111161276 * L_15 = X509ChainPolicy_get_ExtraStore_m4191377387(L_14, /*hidden argument*/NULL); X509Certificate2_t714049126 * L_16 = V_5; NullCheck(L_15); X509Certificate2Collection_Add_m3151757943(L_15, L_16, /*hidden argument*/NULL); int32_t L_17 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0067: { int32_t L_18 = V_4; X509CertificateCollection_t1542168550 * L_19 = ___certs0; NullCheck(L_19); int32_t L_20 = CollectionBase_get_Count_m1708965601(L_19, /*hidden argument*/NULL); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_003a; } } { X509CertificateCollection_t1542168550 * L_21 = ___certs0; NullCheck(L_21); X509Certificate_t489243025 * L_22 = X509CertificateCollection_get_Item_m1033426577(L_21, 0, /*hidden argument*/NULL); NullCheck(L_22); ByteU5BU5D_t4116647657* L_23 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(12 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_22); X509Certificate2_t714049126 * L_24 = (X509Certificate2_t714049126 *)il2cpp_codegen_object_new(X509Certificate2_t714049126_il2cpp_TypeInfo_var); X509Certificate2__ctor_m3336405942(L_24, L_23, /*hidden argument*/NULL); V_6 = L_24; V_7 = 0; V_8 = 0; } IL_008d: try { // begin try (depth: 1) { X509Chain_t194917408 * L_25 = V_3; X509Certificate2_t714049126 * L_26 = V_6; NullCheck(L_25); bool L_27 = X509Chain_Build_m611063989(L_25, L_26, /*hidden argument*/NULL); if (L_27) { goto IL_00a5; } } IL_009a: { int32_t L_28 = V_8; X509Chain_t194917408 * L_29 = V_3; IL2CPP_RUNTIME_CLASS_INIT(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var); int32_t L_30 = ChainValidationHelper_GetErrorsFromChain_m1415544464(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); V_8 = ((int32_t)((int32_t)L_28|(int32_t)L_30)); } IL_00a5: { goto IL_00d7; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00aa; throw e; } CATCH_00aa: { // begin catch(System.Exception) V_9 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); TextWriter_t3478189236 * L_31 = Console_get_Error_m1839879495(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_32 = V_9; NullCheck(L_31); VirtActionInvoker2< String_t*, RuntimeObject * >::Invoke(17 /* System.Void System.IO.TextWriter::WriteLine(System.String,System.Object) */, L_31, _stringLiteral2261031623, L_32); TextWriter_t3478189236 * L_33 = Console_get_Error_m1839879495(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_33); VirtActionInvoker1< String_t* >::Invoke(16 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, L_33, _stringLiteral2916259883); int32_t L_34 = V_8; V_8 = ((int32_t)((int32_t)L_34|(int32_t)4)); goto IL_00d7; } // end catch (depth: 1) IL_00d7: { X509Certificate2_t714049126 * L_35 = V_6; IL2CPP_RUNTIME_CLASS_INIT(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var); bool L_36 = ChainValidationHelper_CheckCertificateUsage_m3811510007(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); if (L_36) { goto IL_00f0; } } { int32_t L_37 = V_8; V_8 = ((int32_t)((int32_t)L_37|(int32_t)4)); V_7 = ((int32_t)-2146762490); } IL_00f0: { X509CertificateCollection_t1542168550 * L_38 = ___certs0; NullCheck(L_38); X509Certificate_t489243025 * L_39 = X509CertificateCollection_get_Item_m1033426577(L_38, 0, /*hidden argument*/NULL); String_t* L_40 = ChainValidationHelper_get_Host_m1442257577(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var); bool L_41 = ChainValidationHelper_CheckServerIdentity_m2649452138(NULL /*static, unused*/, L_39, L_40, /*hidden argument*/NULL); if (L_41) { goto IL_0114; } } { int32_t L_42 = V_8; V_8 = ((int32_t)((int32_t)L_42|(int32_t)2)); V_7 = ((int32_t)-2146762481); } IL_0114: { V_10 = (bool)0; } IL_0117: try { // begin try (depth: 1) { X509CertificateCollection_t1542168550 * L_43 = ___certs0; IL2CPP_RUNTIME_CLASS_INIT(OSX509Certificates_t2347337007_il2cpp_TypeInfo_var); int32_t L_44 = OSX509Certificates_TrustEvaluateSsl_m272221360(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); V_11 = L_44; int32_t L_45 = V_11; if ((((int32_t)L_45) == ((int32_t)1))) { goto IL_012e; } } IL_0127: { int32_t L_46 = V_11; G_B19_0 = ((((int32_t)L_46) == ((int32_t)4))? 1 : 0); goto IL_012f; } IL_012e: { G_B19_0 = 1; } IL_012f: { V_10 = (bool)G_B19_0; goto IL_013c; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0136; throw e; } CATCH_0136: { // begin catch(System.Object) goto IL_013c; } // end catch (depth: 1) IL_013c: { bool L_47 = V_10; if (!L_47) { goto IL_0149; } } { V_7 = 0; V_8 = 0; } IL_0149: { RuntimeObject* L_48 = V_1; if (!L_48) { goto IL_01bd; } } { RuntimeObject* L_49 = V_1; if (!((DefaultCertificatePolicy_t3607119947 *)IsInstClass((RuntimeObject*)L_49, DefaultCertificatePolicy_t3607119947_il2cpp_TypeInfo_var))) { goto IL_0160; } } { RemoteCertificateValidationCallback_t3014364904 * L_50 = V_2; if (L_50) { goto IL_01bd; } } IL_0160: { V_12 = (ServicePoint_t2786966844 *)NULL; RuntimeObject * L_51 = __this->get_sender_0(); V_13 = ((HttpWebRequest_t1669436515 *)IsInstClass((RuntimeObject*)L_51, HttpWebRequest_t1669436515_il2cpp_TypeInfo_var)); HttpWebRequest_t1669436515 * L_52 = V_13; if (!L_52) { goto IL_0180; } } { HttpWebRequest_t1669436515 * L_53 = V_13; NullCheck(L_53); ServicePoint_t2786966844 * L_54 = HttpWebRequest_get_ServicePoint_m3916606901(L_53, /*hidden argument*/NULL); V_12 = L_54; } IL_0180: { int32_t L_55 = V_7; if (L_55) { goto IL_0196; } } { int32_t L_56 = V_8; if (!L_56) { goto IL_0196; } } { X509Chain_t194917408 * L_57 = V_3; IL2CPP_RUNTIME_CLASS_INIT(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var); int32_t L_58 = ChainValidationHelper_GetStatusFromChain_m788162461(NULL /*static, unused*/, L_57, /*hidden argument*/NULL); V_7 = L_58; } IL_0196: { RuntimeObject* L_59 = V_1; ServicePoint_t2786966844 * L_60 = V_12; X509Certificate2_t714049126 * L_61 = V_6; HttpWebRequest_t1669436515 * L_62 = V_13; int32_t L_63 = V_7; NullCheck(L_59); bool L_64 = InterfaceFuncInvoker4< bool, ServicePoint_t2786966844 *, X509Certificate_t713131622 *, WebRequest_t1939381076 *, int32_t >::Invoke(0 /* System.Boolean System.Net.ICertificatePolicy::CheckValidationResult(System.Net.ServicePoint,System.Security.Cryptography.X509Certificates.X509Certificate,System.Net.WebRequest,System.Int32) */, ICertificatePolicy_t2970473191_il2cpp_TypeInfo_var, L_59, L_60, L_61, L_62, L_63); V_10 = L_64; bool L_65 = V_10; if (L_65) { goto IL_01bb; } } { RuntimeObject* L_66 = V_1; G_B34_0 = ((((int32_t)((!(((RuntimeObject*)(DefaultCertificatePolicy_t3607119947 *)((DefaultCertificatePolicy_t3607119947 *)IsInstClass((RuntimeObject*)L_66, DefaultCertificatePolicy_t3607119947_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_01bc; } IL_01bb: { G_B34_0 = 0; } IL_01bc: { V_0 = (bool)G_B34_0; } IL_01bd: { RemoteCertificateValidationCallback_t3014364904 * L_67 = V_2; if (!L_67) { goto IL_01dc; } } { RemoteCertificateValidationCallback_t3014364904 * L_68 = V_2; RuntimeObject * L_69 = __this->get_sender_0(); X509Certificate2_t714049126 * L_70 = V_6; X509Chain_t194917408 * L_71 = V_3; int32_t L_72 = V_8; NullCheck(L_68); bool L_73 = RemoteCertificateValidationCallback_Invoke_m3086073466(L_68, L_69, L_70, L_71, L_72, /*hidden argument*/NULL); V_10 = L_73; bool L_74 = V_10; V_0 = (bool)((((int32_t)L_74) == ((int32_t)0))? 1 : 0); } IL_01dc: { bool L_75 = V_10; bool L_76 = V_0; int32_t L_77 = V_7; ValidationResult_t3834298736 * L_78 = (ValidationResult_t3834298736 *)il2cpp_codegen_object_new(ValidationResult_t3834298736_il2cpp_TypeInfo_var); ValidationResult__ctor_m295084008(L_78, L_75, L_76, L_77, /*hidden argument*/NULL); return L_78; } } // System.Int32 System.Net.ServicePointManager/ChainValidationHelper::GetStatusFromChain(System.Security.Cryptography.X509Certificates.X509Chain) extern "C" IL2CPP_METHOD_ATTR int32_t ChainValidationHelper_GetStatusFromChain_m788162461 (RuntimeObject * __this /* static, unused */, X509Chain_t194917408 * ___chain0, const RuntimeMethod* method) { int64_t V_0 = 0; X509ChainStatus_t133602714 V_1; memset(&V_1, 0, sizeof(V_1)); X509ChainStatusU5BU5D_t2685945535* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { V_0 = (((int64_t)((int64_t)0))); X509Chain_t194917408 * L_0 = ___chain0; NullCheck(L_0); X509ChainStatusU5BU5D_t2685945535* L_1 = X509Chain_get_ChainStatus_m3613658095(L_0, /*hidden argument*/NULL); V_2 = L_1; V_3 = 0; goto IL_0250; } IL_0011: { X509ChainStatusU5BU5D_t2685945535* L_2 = V_2; int32_t L_3 = V_3; NullCheck(L_2); V_1 = (*(X509ChainStatus_t133602714 *)((L_2)->GetAddressAt(static_cast(L_3)))); int32_t L_4 = X509ChainStatus_get_Status_m2572005749((&V_1), /*hidden argument*/NULL); V_4 = L_4; int32_t L_5 = V_4; if (L_5) { goto IL_0033; } } { goto IL_024c; } IL_0033: { int32_t L_6 = V_4; if (!((int32_t)((int32_t)L_6&(int32_t)1))) { goto IL_0048; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762495))))))); goto IL_0247; } IL_0048: { int32_t L_7 = V_4; if (!((int32_t)((int32_t)L_7&(int32_t)2))) { goto IL_005d; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762494))))))); goto IL_0247; } IL_005d: { int32_t L_8 = V_4; if (!((int32_t)((int32_t)L_8&(int32_t)4))) { goto IL_0072; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762484))))))); goto IL_0247; } IL_0072: { int32_t L_9 = V_4; if (!((int32_t)((int32_t)L_9&(int32_t)8))) { goto IL_0087; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146869244))))))); goto IL_0247; } IL_0087: { int32_t L_10 = V_4; if (!((int32_t)((int32_t)L_10&(int32_t)((int32_t)16)))) { goto IL_009d; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762480))))))); goto IL_0247; } IL_009d: { int32_t L_11 = V_4; if (!((int32_t)((int32_t)L_11&(int32_t)((int32_t)32)))) { goto IL_00b3; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762487))))))); goto IL_0247; } IL_00b3: { int32_t L_12 = V_4; if (!((int32_t)((int32_t)L_12&(int32_t)((int32_t)64)))) { goto IL_00c9; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146885614))))))); goto IL_0247; } IL_00c9: { int32_t L_13 = V_4; if (!((int32_t)((int32_t)L_13&(int32_t)((int32_t)128)))) { goto IL_00e2; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762486))))))); goto IL_0247; } IL_00e2: { int32_t L_14 = V_4; if (!((int32_t)((int32_t)L_14&(int32_t)((int32_t)256)))) { goto IL_00fb; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762485))))))); goto IL_0247; } IL_00fb: { int32_t L_15 = V_4; if (!((int32_t)((int32_t)L_15&(int32_t)((int32_t)512)))) { goto IL_0114; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762483))))))); goto IL_0247; } IL_0114: { int32_t L_16 = V_4; if (!((int32_t)((int32_t)L_16&(int32_t)((int32_t)1024)))) { goto IL_012d; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146869223))))))); goto IL_0247; } IL_012d: { int32_t L_17 = V_4; if (!((int32_t)((int32_t)L_17&(int32_t)((int32_t)2048)))) { goto IL_0146; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762476))))))); goto IL_0247; } IL_0146: { int32_t L_18 = V_4; if (!((int32_t)((int32_t)L_18&(int32_t)((int32_t)4096)))) { goto IL_015f; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762476))))))); goto IL_0247; } IL_015f: { int32_t L_19 = V_4; if (!((int32_t)((int32_t)L_19&(int32_t)((int32_t)8192)))) { goto IL_0178; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762476))))))); goto IL_0247; } IL_0178: { int32_t L_20 = V_4; if (!((int32_t)((int32_t)L_20&(int32_t)((int32_t)16384)))) { goto IL_0191; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762476))))))); goto IL_0247; } IL_0191: { int32_t L_21 = V_4; if (!((int32_t)((int32_t)L_21&(int32_t)((int32_t)32768)))) { goto IL_01aa; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762476))))))); goto IL_0247; } IL_01aa: { int32_t L_22 = V_4; if (!((int32_t)((int32_t)L_22&(int32_t)((int32_t)65536)))) { goto IL_01c3; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762486))))))); goto IL_0247; } IL_01c3: { int32_t L_23 = V_4; if (!((int32_t)((int32_t)L_23&(int32_t)((int32_t)131072)))) { goto IL_01dc; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762495))))))); goto IL_0247; } IL_01dc: { int32_t L_24 = V_4; if (!((int32_t)((int32_t)L_24&(int32_t)((int32_t)262144)))) { goto IL_01f5; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146869244))))))); goto IL_0247; } IL_01f5: { int32_t L_25 = V_4; if (!((int32_t)((int32_t)L_25&(int32_t)((int32_t)524288)))) { goto IL_020e; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762480))))))); goto IL_0247; } IL_020e: { int32_t L_26 = V_4; if (!((int32_t)((int32_t)L_26&(int32_t)((int32_t)16777216)))) { goto IL_0227; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146885614))))))); goto IL_0247; } IL_0227: { int32_t L_27 = V_4; if (!((int32_t)((int32_t)L_27&(int32_t)((int32_t)33554432)))) { goto IL_0240; } } { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762489))))))); goto IL_0247; } IL_0240: { V_0 = (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2146762485))))))); } IL_0247: { goto IL_0259; } IL_024c: { int32_t L_28 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0250: { int32_t L_29 = V_3; X509ChainStatusU5BU5D_t2685945535* L_30 = V_2; NullCheck(L_30); if ((((int32_t)L_29) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length))))))) { goto IL_0011; } } IL_0259: { int64_t L_31 = V_0; return (((int32_t)((int32_t)L_31))); } } // System.Net.Security.SslPolicyErrors System.Net.ServicePointManager/ChainValidationHelper::GetErrorsFromChain(System.Security.Cryptography.X509Certificates.X509Chain) extern "C" IL2CPP_METHOD_ATTR int32_t ChainValidationHelper_GetErrorsFromChain_m1415544464 (RuntimeObject * __this /* static, unused */, X509Chain_t194917408 * ___chain0, const RuntimeMethod* method) { int32_t V_0 = 0; X509ChainStatus_t133602714 V_1; memset(&V_1, 0, sizeof(V_1)); X509ChainStatusU5BU5D_t2685945535* V_2 = NULL; int32_t V_3 = 0; { V_0 = 0; X509Chain_t194917408 * L_0 = ___chain0; NullCheck(L_0); X509ChainStatusU5BU5D_t2685945535* L_1 = X509Chain_get_ChainStatus_m3613658095(L_0, /*hidden argument*/NULL); V_2 = L_1; V_3 = 0; goto IL_003b; } IL_0010: { X509ChainStatusU5BU5D_t2685945535* L_2 = V_2; int32_t L_3 = V_3; NullCheck(L_2); V_1 = (*(X509ChainStatus_t133602714 *)((L_2)->GetAddressAt(static_cast(L_3)))); int32_t L_4 = X509ChainStatus_get_Status_m2572005749((&V_1), /*hidden argument*/NULL); if (L_4) { goto IL_002e; } } { goto IL_0037; } IL_002e: { int32_t L_5 = V_0; V_0 = ((int32_t)((int32_t)L_5|(int32_t)4)); goto IL_0044; } IL_0037: { int32_t L_6 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_003b: { int32_t L_7 = V_3; X509ChainStatusU5BU5D_t2685945535* L_8 = V_2; NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))))) { goto IL_0010; } } IL_0044: { int32_t L_9 = V_0; return L_9; } } // System.Boolean System.Net.ServicePointManager/ChainValidationHelper::CheckCertificateUsage(System.Security.Cryptography.X509Certificates.X509Certificate2) extern "C" IL2CPP_METHOD_ATTR bool ChainValidationHelper_CheckCertificateUsage_m3811510007 (RuntimeObject * __this /* static, unused */, X509Certificate2_t714049126 * ___cert0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChainValidationHelper_CheckCertificateUsage_m3811510007_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509KeyUsageExtension_t2042101591 * V_0 = NULL; X509EnhancedKeyUsageExtension_t4189149453 * V_1 = NULL; X509Extension_t3272255153 * V_2 = NULL; String_t* V_3 = NULL; Exception_t * V_4 = NULL; bool V_5 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); int32_t G_B9_0 = 0; int32_t G_B16_0 = 0; IL_0000: try { // begin try (depth: 1) { X509Certificate2_t714049126 * L_0 = ___cert0; NullCheck(L_0); int32_t L_1 = X509Certificate2_get_Version_m2534012675(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) >= ((int32_t)3))) { goto IL_0014; } } IL_000c: { V_5 = (bool)1; goto IL_0167; } IL_0014: { X509Certificate2_t714049126 * L_2 = ___cert0; NullCheck(L_2); X509ExtensionCollection_t1350454579 * L_3 = X509Certificate2_get_Extensions_m3552930730(L_2, /*hidden argument*/NULL); NullCheck(L_3); X509Extension_t3272255153 * L_4 = X509ExtensionCollection_get_Item_m3637880514(L_3, _stringLiteral1004423982, /*hidden argument*/NULL); V_0 = ((X509KeyUsageExtension_t2042101591 *)CastclassSealed((RuntimeObject*)L_4, X509KeyUsageExtension_t2042101591_il2cpp_TypeInfo_var)); X509Certificate2_t714049126 * L_5 = ___cert0; NullCheck(L_5); X509ExtensionCollection_t1350454579 * L_6 = X509Certificate2_get_Extensions_m3552930730(L_5, /*hidden argument*/NULL); NullCheck(L_6); X509Extension_t3272255153 * L_7 = X509ExtensionCollection_get_Item_m3637880514(L_6, _stringLiteral1386761008, /*hidden argument*/NULL); V_1 = ((X509EnhancedKeyUsageExtension_t4189149453 *)CastclassSealed((RuntimeObject*)L_7, X509EnhancedKeyUsageExtension_t4189149453_il2cpp_TypeInfo_var)); X509KeyUsageExtension_t2042101591 * L_8 = V_0; if (!L_8) { goto IL_009a; } } IL_0046: { X509EnhancedKeyUsageExtension_t4189149453 * L_9 = V_1; if (!L_9) { goto IL_009a; } } IL_004c: { X509KeyUsageExtension_t2042101591 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = X509KeyUsageExtension_get_KeyUsages_m3263859785(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var); int32_t L_12 = ((ChainValidationHelper_t320539540_StaticFields*)il2cpp_codegen_static_fields_for(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var))->get_s_flags_3(); if (((int32_t)((int32_t)L_11&(int32_t)L_12))) { goto IL_0065; } } IL_005d: { V_5 = (bool)0; goto IL_0167; } IL_0065: { X509EnhancedKeyUsageExtension_t4189149453 * L_13 = V_1; NullCheck(L_13); OidCollection_t4234766844 * L_14 = X509EnhancedKeyUsageExtension_get_EnhancedKeyUsages_m2617268680(L_13, /*hidden argument*/NULL); NullCheck(L_14); Oid_t3552120260 * L_15 = OidCollection_get_Item_m538543915(L_14, _stringLiteral1948411844, /*hidden argument*/NULL); if (L_15) { goto IL_0092; } } IL_007a: { X509EnhancedKeyUsageExtension_t4189149453 * L_16 = V_1; NullCheck(L_16); OidCollection_t4234766844 * L_17 = X509EnhancedKeyUsageExtension_get_EnhancedKeyUsages_m2617268680(L_16, /*hidden argument*/NULL); NullCheck(L_17); Oid_t3552120260 * L_18 = OidCollection_get_Item_m538543915(L_17, _stringLiteral116715971, /*hidden argument*/NULL); G_B9_0 = ((((int32_t)((((RuntimeObject*)(Oid_t3552120260 *)L_18) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0093; } IL_0092: { G_B9_0 = 1; } IL_0093: { V_5 = (bool)G_B9_0; goto IL_0167; } IL_009a: { X509KeyUsageExtension_t2042101591 * L_19 = V_0; if (!L_19) { goto IL_00b9; } } IL_00a0: { X509KeyUsageExtension_t2042101591 * L_20 = V_0; NullCheck(L_20); int32_t L_21 = X509KeyUsageExtension_get_KeyUsages_m3263859785(L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var); int32_t L_22 = ((ChainValidationHelper_t320539540_StaticFields*)il2cpp_codegen_static_fields_for(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var))->get_s_flags_3(); V_5 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_21&(int32_t)L_22))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0167; } IL_00b9: { X509EnhancedKeyUsageExtension_t4189149453 * L_23 = V_1; if (!L_23) { goto IL_00f4; } } IL_00bf: { X509EnhancedKeyUsageExtension_t4189149453 * L_24 = V_1; NullCheck(L_24); OidCollection_t4234766844 * L_25 = X509EnhancedKeyUsageExtension_get_EnhancedKeyUsages_m2617268680(L_24, /*hidden argument*/NULL); NullCheck(L_25); Oid_t3552120260 * L_26 = OidCollection_get_Item_m538543915(L_25, _stringLiteral1948411844, /*hidden argument*/NULL); if (L_26) { goto IL_00ec; } } IL_00d4: { X509EnhancedKeyUsageExtension_t4189149453 * L_27 = V_1; NullCheck(L_27); OidCollection_t4234766844 * L_28 = X509EnhancedKeyUsageExtension_get_EnhancedKeyUsages_m2617268680(L_27, /*hidden argument*/NULL); NullCheck(L_28); Oid_t3552120260 * L_29 = OidCollection_get_Item_m538543915(L_28, _stringLiteral116715971, /*hidden argument*/NULL); G_B16_0 = ((((int32_t)((((RuntimeObject*)(Oid_t3552120260 *)L_29) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_00ed; } IL_00ec: { G_B16_0 = 1; } IL_00ed: { V_5 = (bool)G_B16_0; goto IL_0167; } IL_00f4: { X509Certificate2_t714049126 * L_30 = ___cert0; NullCheck(L_30); X509ExtensionCollection_t1350454579 * L_31 = X509Certificate2_get_Extensions_m3552930730(L_30, /*hidden argument*/NULL); NullCheck(L_31); X509Extension_t3272255153 * L_32 = X509ExtensionCollection_get_Item_m3637880514(L_31, _stringLiteral4008398740, /*hidden argument*/NULL); V_2 = L_32; X509Extension_t3272255153 * L_33 = V_2; if (!L_33) { goto IL_012b; } } IL_010b: { X509Extension_t3272255153 * L_34 = V_2; NullCheck(L_34); String_t* L_35 = AsnEncodedData_NetscapeCertType_m2976595233(L_34, (bool)0, /*hidden argument*/NULL); V_3 = L_35; String_t* L_36 = V_3; NullCheck(L_36); int32_t L_37 = String_IndexOf_m1977622757(L_36, _stringLiteral3268662202, /*hidden argument*/NULL); V_5 = (bool)((((int32_t)((((int32_t)L_37) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0167; } IL_012b: { V_5 = (bool)1; goto IL_0167; } IL_0133: { ; // IL_0133: leave IL_0167 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0138; throw e; } CATCH_0138: { // begin catch(System.Exception) { V_4 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); TextWriter_t3478189236 * L_38 = Console_get_Error_m1839879495(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_39 = V_4; NullCheck(L_38); VirtActionInvoker2< String_t*, RuntimeObject * >::Invoke(17 /* System.Void System.IO.TextWriter::WriteLine(System.String,System.Object) */, L_38, _stringLiteral4129642534, L_39); TextWriter_t3478189236 * L_40 = Console_get_Error_m1839879495(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_40); VirtActionInvoker1< String_t* >::Invoke(16 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, L_40, _stringLiteral2916259883); V_5 = (bool)0; goto IL_0167; } IL_0162: { ; // IL_0162: leave IL_0167 } } // end catch (depth: 1) IL_0167: { bool L_41 = V_5; return L_41; } } // System.Boolean System.Net.ServicePointManager/ChainValidationHelper::CheckServerIdentity(Mono.Security.X509.X509Certificate,System.String) extern "C" IL2CPP_METHOD_ATTR bool ChainValidationHelper_CheckServerIdentity_m2649452138 (RuntimeObject * __this /* static, unused */, X509Certificate_t489243025 * ___cert0, String_t* ___targetHost1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChainValidationHelper_CheckServerIdentity_m2649452138_MetadataUsageId); s_Il2CppMethodInitialized = true; } X509Extension_t3173393653 * V_0 = NULL; SubjectAltNameExtension_t1536937677 * V_1 = NULL; String_t* V_2 = NULL; StringU5BU5D_t1281789340* V_3 = NULL; int32_t V_4 = 0; String_t* V_5 = NULL; StringU5BU5D_t1281789340* V_6 = NULL; int32_t V_7 = 0; Exception_t * V_8 = NULL; bool V_9 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { X509Certificate_t489243025 * L_0 = ___cert0; NullCheck(L_0); X509ExtensionCollection_t609554709 * L_1 = X509Certificate_get_Extensions_m1217872579(L_0, /*hidden argument*/NULL); NullCheck(L_1); X509Extension_t3173393653 * L_2 = X509ExtensionCollection_get_Item_m2761897938(L_1, _stringLiteral1004423984, /*hidden argument*/NULL); V_0 = L_2; X509Extension_t3173393653 * L_3 = V_0; if (!L_3) { goto IL_0093; } } IL_0017: { X509Extension_t3173393653 * L_4 = V_0; SubjectAltNameExtension_t1536937677 * L_5 = (SubjectAltNameExtension_t1536937677 *)il2cpp_codegen_object_new(SubjectAltNameExtension_t1536937677_il2cpp_TypeInfo_var); SubjectAltNameExtension__ctor_m1991362362(L_5, L_4, /*hidden argument*/NULL); V_1 = L_5; SubjectAltNameExtension_t1536937677 * L_6 = V_1; NullCheck(L_6); StringU5BU5D_t1281789340* L_7 = SubjectAltNameExtension_get_DNSNames_m2346000460(L_6, /*hidden argument*/NULL); V_3 = L_7; V_4 = 0; goto IL_004c; } IL_002d: { StringU5BU5D_t1281789340* L_8 = V_3; int32_t L_9 = V_4; NullCheck(L_8); int32_t L_10 = L_9; String_t* L_11 = (L_8)->GetAt(static_cast(L_10)); V_2 = L_11; String_t* L_12 = ___targetHost1; String_t* L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var); bool L_14 = ChainValidationHelper_Match_m3752991024(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0046; } } IL_003e: { V_9 = (bool)1; goto IL_00da; } IL_0046: { int32_t L_15 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_004c: { int32_t L_16 = V_4; StringU5BU5D_t1281789340* L_17 = V_3; NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))) { goto IL_002d; } } IL_0056: { SubjectAltNameExtension_t1536937677 * L_18 = V_1; NullCheck(L_18); StringU5BU5D_t1281789340* L_19 = SubjectAltNameExtension_get_IPAddresses_m1641002124(L_18, /*hidden argument*/NULL); V_6 = L_19; V_7 = 0; goto IL_0088; } IL_0066: { StringU5BU5D_t1281789340* L_20 = V_6; int32_t L_21 = V_7; NullCheck(L_20); int32_t L_22 = L_21; String_t* L_23 = (L_20)->GetAt(static_cast(L_22)); V_5 = L_23; String_t* L_24 = V_5; String_t* L_25 = ___targetHost1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_26 = String_op_Equality_m920492651(NULL /*static, unused*/, L_24, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0082; } } IL_007a: { V_9 = (bool)1; goto IL_00da; } IL_0082: { int32_t L_27 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0088: { int32_t L_28 = V_7; StringU5BU5D_t1281789340* L_29 = V_6; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length))))))) { goto IL_0066; } } IL_0093: { X509Certificate_t489243025 * L_30 = ___cert0; NullCheck(L_30); String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String Mono.Security.X509.X509Certificate::get_SubjectName() */, L_30); String_t* L_32 = ___targetHost1; IL2CPP_RUNTIME_CLASS_INIT(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var); bool L_33 = ChainValidationHelper_CheckDomainName_m85292850(NULL /*static, unused*/, L_31, L_32, /*hidden argument*/NULL); V_9 = L_33; goto IL_00da; } IL_00a6: { ; // IL_00a6: leave IL_00da } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00ab; throw e; } CATCH_00ab: { // begin catch(System.Exception) { V_8 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); TextWriter_t3478189236 * L_34 = Console_get_Error_m1839879495(NULL /*static, unused*/, /*hidden argument*/NULL); Exception_t * L_35 = V_8; NullCheck(L_34); VirtActionInvoker2< String_t*, RuntimeObject * >::Invoke(17 /* System.Void System.IO.TextWriter::WriteLine(System.String,System.Object) */, L_34, _stringLiteral4129642534, L_35); TextWriter_t3478189236 * L_36 = Console_get_Error_m1839879495(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_36); VirtActionInvoker1< String_t* >::Invoke(16 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, L_36, _stringLiteral2916259883); V_9 = (bool)0; goto IL_00da; } IL_00d5: { ; // IL_00d5: leave IL_00da } } // end catch (depth: 1) IL_00da: { bool L_37 = V_9; return L_37; } } // System.Boolean System.Net.ServicePointManager/ChainValidationHelper::CheckDomainName(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool ChainValidationHelper_CheckDomainName_m85292850 (RuntimeObject * __this /* static, unused */, String_t* ___subjectName0, String_t* ___targetHost1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChainValidationHelper_CheckDomainName_m85292850_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Regex_t3657309853 * V_1 = NULL; MatchCollection_t1395363720 * V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; Regex_t3657309853 * L_1 = (Regex_t3657309853 *)il2cpp_codegen_object_new(Regex_t3657309853_il2cpp_TypeInfo_var); Regex__ctor_m897876424(L_1, _stringLiteral4107337270, /*hidden argument*/NULL); V_1 = L_1; Regex_t3657309853 * L_2 = V_1; String_t* L_3 = ___subjectName0; NullCheck(L_2); MatchCollection_t1395363720 * L_4 = Regex_Matches_m175567660(L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; MatchCollection_t1395363720 * L_5 = V_2; NullCheck(L_5); int32_t L_6 = MatchCollection_get_Count_m1667454419(L_5, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_0053; } } { MatchCollection_t1395363720 * L_7 = V_2; NullCheck(L_7); Match_t3408321083 * L_8 = VirtFuncInvoker1< Match_t3408321083 *, int32_t >::Invoke(9 /* System.Text.RegularExpressions.Match System.Text.RegularExpressions.MatchCollection::get_Item(System.Int32) */, L_7, 0); NullCheck(L_8); bool L_9 = Group_get_Success_m1492300455(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0053; } } { MatchCollection_t1395363720 * L_10 = V_2; NullCheck(L_10); Match_t3408321083 * L_11 = VirtFuncInvoker1< Match_t3408321083 *, int32_t >::Invoke(9 /* System.Text.RegularExpressions.Match System.Text.RegularExpressions.MatchCollection::get_Item(System.Int32) */, L_10, 0); NullCheck(L_11); GroupCollection_t69770484 * L_12 = VirtFuncInvoker0< GroupCollection_t69770484 * >::Invoke(4 /* System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::get_Groups() */, L_11); NullCheck(L_12); Group_t2468205786 * L_13 = GroupCollection_get_Item_m2465789076(L_12, 1, /*hidden argument*/NULL); NullCheck(L_13); String_t* L_14 = Capture_get_Value_m538076933(L_13, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_15 = String_ToString_m838249115(L_14, /*hidden argument*/NULL); V_0 = L_15; } IL_0053: { String_t* L_16 = ___targetHost1; String_t* L_17 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ChainValidationHelper_t320539540_il2cpp_TypeInfo_var); bool L_18 = ChainValidationHelper_Match_m3752991024(NULL /*static, unused*/, L_16, L_17, /*hidden argument*/NULL); return L_18; } } // System.Boolean System.Net.ServicePointManager/ChainValidationHelper::Match(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool ChainValidationHelper_Match_m3752991024 (RuntimeObject * __this /* static, unused */, String_t* ___hostname0, String_t* ___pattern1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChainValidationHelper_Match_m3752991024_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; String_t* V_5 = NULL; int32_t G_B15_0 = 0; { String_t* L_0 = ___pattern1; NullCheck(L_0); int32_t L_1 = String_IndexOf_m363431711(L_0, ((int32_t)42), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_0021; } } { String_t* L_3 = ___hostname0; String_t* L_4 = ___pattern1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_5 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_6 = String_Compare_m1293271421(NULL /*static, unused*/, L_3, L_4, (bool)1, L_5, /*hidden argument*/NULL); return (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0); } IL_0021: { int32_t L_7 = V_0; String_t* L_8 = ___pattern1; NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))))) { goto IL_0041; } } { String_t* L_10 = ___pattern1; int32_t L_11 = V_0; NullCheck(L_10); Il2CppChar L_12 = String_get_Chars_m2986988803(L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_12) == ((int32_t)((int32_t)46)))) { goto IL_0041; } } { return (bool)0; } IL_0041: { String_t* L_13 = ___pattern1; int32_t L_14 = V_0; NullCheck(L_13); int32_t L_15 = String_IndexOf_m2466398549(L_13, ((int32_t)42), ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_15; int32_t L_16 = V_1; if ((((int32_t)L_16) == ((int32_t)(-1)))) { goto IL_0056; } } { return (bool)0; } IL_0056: { String_t* L_17 = ___pattern1; int32_t L_18 = V_0; NullCheck(L_17); String_t* L_19 = String_Substring_m2848979100(L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), /*hidden argument*/NULL); V_2 = L_19; String_t* L_20 = ___hostname0; NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); String_t* L_22 = V_2; NullCheck(L_22); int32_t L_23 = String_get_Length_m3847582255(L_22, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_23)); int32_t L_24 = V_3; if ((((int32_t)L_24) > ((int32_t)0))) { goto IL_0077; } } { return (bool)0; } IL_0077: { String_t* L_25 = ___hostname0; int32_t L_26 = V_3; String_t* L_27 = V_2; String_t* L_28 = V_2; NullCheck(L_28); int32_t L_29 = String_get_Length_m3847582255(L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_30 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_31 = String_Compare_m945110377(NULL /*static, unused*/, L_25, L_26, L_27, 0, L_29, (bool)1, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_0093; } } { return (bool)0; } IL_0093: { int32_t L_32 = V_0; if (L_32) { goto IL_00c3; } } { String_t* L_33 = ___hostname0; NullCheck(L_33); int32_t L_34 = String_IndexOf_m363431711(L_33, ((int32_t)46), /*hidden argument*/NULL); V_4 = L_34; int32_t L_35 = V_4; if ((((int32_t)L_35) == ((int32_t)(-1)))) { goto IL_00c1; } } { int32_t L_36 = V_4; String_t* L_37 = ___hostname0; NullCheck(L_37); int32_t L_38 = String_get_Length_m3847582255(L_37, /*hidden argument*/NULL); String_t* L_39 = V_2; NullCheck(L_39); int32_t L_40 = String_get_Length_m3847582255(L_39, /*hidden argument*/NULL); G_B15_0 = ((((int32_t)((((int32_t)L_36) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_40))))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_00c2; } IL_00c1: { G_B15_0 = 1; } IL_00c2: { return (bool)G_B15_0; } IL_00c3: { String_t* L_41 = ___pattern1; int32_t L_42 = V_0; NullCheck(L_41); String_t* L_43 = String_Substring_m1610150815(L_41, 0, L_42, /*hidden argument*/NULL); V_5 = L_43; String_t* L_44 = ___hostname0; String_t* L_45 = V_5; String_t* L_46 = V_5; NullCheck(L_46); int32_t L_47 = String_get_Length_m3847582255(L_46, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_48 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_49 = String_Compare_m945110377(NULL /*static, unused*/, L_44, 0, L_45, 0, L_47, (bool)1, L_48, /*hidden argument*/NULL); return (bool)((((int32_t)L_49) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.ServicePointManager/SPKey::.ctor(System.Uri,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SPKey__ctor_m3690819622 (SPKey_t3654231119 * __this, Uri_t100236324 * ___uri0, bool ___use_connect1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Uri_t100236324 * L_0 = ___uri0; __this->set_uri_0(L_0); bool L_1 = ___use_connect1; __this->set_use_connect_1(L_1); return; } } // System.Int32 System.Net.ServicePointManager/SPKey::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t SPKey_GetHashCode_m1832733826 (SPKey_t3654231119 * __this, const RuntimeMethod* method) { int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; { Uri_t100236324 * L_0 = __this->get_uri_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Uri::GetHashCode() */, L_0); bool L_2 = __this->get_use_connect_1(); G_B1_0 = L_1; if (!L_2) { G_B2_0 = L_1; goto IL_001c; } } { G_B3_0 = 1; G_B3_1 = G_B1_0; goto IL_001d; } IL_001c: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_001d: { return ((int32_t)il2cpp_codegen_add((int32_t)G_B3_1, (int32_t)G_B3_0)); } } // System.Boolean System.Net.ServicePointManager/SPKey::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool SPKey_Equals_m4205549017 (SPKey_t3654231119 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SPKey_Equals_m4205549017_MetadataUsageId); s_Il2CppMethodInitialized = true; } SPKey_t3654231119 * V_0 = NULL; int32_t G_B5_0 = 0; { RuntimeObject * L_0 = ___obj0; V_0 = ((SPKey_t3654231119 *)IsInstClass((RuntimeObject*)L_0, SPKey_t3654231119_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___obj0; if (L_1) { goto IL_000f; } } { return (bool)0; } IL_000f: { Uri_t100236324 * L_2 = __this->get_uri_0(); SPKey_t3654231119 * L_3 = V_0; NullCheck(L_3); Uri_t100236324 * L_4 = L_3->get_uri_0(); NullCheck(L_2); bool L_5 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Uri::Equals(System.Object) */, L_2, L_4); if (!L_5) { goto IL_0035; } } { SPKey_t3654231119 * L_6 = V_0; NullCheck(L_6); bool L_7 = L_6->get_use_connect_1(); bool L_8 = __this->get_use_connect_1(); G_B5_0 = ((((int32_t)L_7) == ((int32_t)L_8))? 1 : 0); goto IL_0036; } IL_0035: { G_B5_0 = 0; } IL_0036: { return (bool)G_B5_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.SocketAddress::.ctor(System.Net.Sockets.AddressFamily,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SocketAddress__ctor_m487026317 (SocketAddress_t3739769427 * __this, int32_t ___family0, int32_t ___size1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SocketAddress__ctor_m487026317_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___size1; if ((((int32_t)L_0) >= ((int32_t)2))) { goto IL_0018; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, _stringLiteral143065669, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,SocketAddress__ctor_m487026317_RuntimeMethod_var); } IL_0018: { int32_t L_2 = ___size1; __this->set_data_0(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_2))); ByteU5BU5D_t4116647657* L_3 = __this->get_data_0(); int32_t L_4 = ___family0; NullCheck(L_3); (L_3)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)L_4)))); ByteU5BU5D_t4116647657* L_5 = __this->get_data_0(); int32_t L_6 = ___family0; NullCheck(L_5); (L_5)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_6>>(int32_t)8)))))); return; } } // System.Net.Sockets.AddressFamily System.Net.SocketAddress::get_Family() extern "C" IL2CPP_METHOD_ATTR int32_t SocketAddress_get_Family_m3641031639 (SocketAddress_t3739769427 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_data_0(); NullCheck(L_0); int32_t L_1 = 0; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); ByteU5BU5D_t4116647657* L_3 = __this->get_data_0(); NullCheck(L_3); int32_t L_4 = 1; uint8_t L_5 = (L_3)->GetAt(static_cast(L_4)); return (int32_t)(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)((int32_t)L_5<<(int32_t)8))))); } } // System.Int32 System.Net.SocketAddress::get_Size() extern "C" IL2CPP_METHOD_ATTR int32_t SocketAddress_get_Size_m3420662108 (SocketAddress_t3739769427 * __this, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_data_0(); NullCheck(L_0); return (((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))); } } // System.Byte System.Net.SocketAddress::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR uint8_t SocketAddress_get_Item_m4142520260 (SocketAddress_t3739769427 * __this, int32_t ___offset0, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_data_0(); int32_t L_1 = ___offset0; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void System.Net.SocketAddress::set_Item(System.Int32,System.Byte) extern "C" IL2CPP_METHOD_ATTR void SocketAddress_set_Item_m360359254 (SocketAddress_t3739769427 * __this, int32_t ___offset0, uint8_t ___value1, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = __this->get_data_0(); int32_t L_1 = ___offset0; uint8_t L_2 = ___value1; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)L_2); return; } } // System.String System.Net.SocketAddress::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* SocketAddress_ToString_m797278434 (SocketAddress_t3739769427 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SocketAddress_ToString_m797278434_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { ByteU5BU5D_t4116647657* L_0 = __this->get_data_0(); NullCheck(L_0); int32_t L_1 = 0; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); int32_t L_3 = ((int32_t)L_2); RuntimeObject * L_4 = Box(AddressFamily_t2612549059_il2cpp_TypeInfo_var, &L_3); NullCheck((Enum_t4135868527 *)L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Enum::ToString() */, (Enum_t4135868527 *)L_4); V_0 = L_5; ByteU5BU5D_t4116647657* L_6 = __this->get_data_0(); NullCheck(L_6); V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))); ObjectU5BU5D_t2843939325* L_7 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); String_t* L_8 = V_0; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (RuntimeObject *)L_8); ObjectU5BU5D_t2843939325* L_9 = L_7; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3452614550); (L_9)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral3452614550); ObjectU5BU5D_t2843939325* L_10 = L_9; int32_t L_11 = V_1; int32_t L_12 = L_11; RuntimeObject * L_13 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_12); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(2), (RuntimeObject *)L_13); ObjectU5BU5D_t2843939325* L_14 = L_10; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral3456087958); (L_14)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral3456087958); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m2971454694(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); V_2 = L_15; V_3 = 2; goto IL_007d; } IL_004c: { ByteU5BU5D_t4116647657* L_16 = __this->get_data_0(); int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = L_17; uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_4 = L_19; String_t* L_20 = V_2; int32_t L_21 = V_4; int32_t L_22 = L_21; RuntimeObject * L_23 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, L_20, L_23, /*hidden argument*/NULL); V_2 = L_24; int32_t L_25 = V_3; int32_t L_26 = V_1; if ((((int32_t)L_25) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1))))) { goto IL_0079; } } { String_t* L_27 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Concat_m3937257545(NULL /*static, unused*/, L_27, _stringLiteral3452614532, /*hidden argument*/NULL); V_2 = L_28; } IL_0079: { int32_t L_29 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_007d: { int32_t L_30 = V_3; int32_t L_31 = V_1; if ((((int32_t)L_30) < ((int32_t)L_31))) { goto IL_004c; } } { String_t* L_32 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_33 = String_Concat_m3937257545(NULL /*static, unused*/, L_32, _stringLiteral3452614611, /*hidden argument*/NULL); V_2 = L_33; String_t* L_34 = V_2; return L_34; } } // System.Boolean System.Net.SocketAddress::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool SocketAddress_Equals_m1857492818 (SocketAddress_t3739769427 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SocketAddress_Equals_m1857492818_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAddress_t3739769427 * V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; int32_t V_2 = 0; { RuntimeObject * L_0 = ___obj0; V_0 = ((SocketAddress_t3739769427 *)IsInstClass((RuntimeObject*)L_0, SocketAddress_t3739769427_il2cpp_TypeInfo_var)); SocketAddress_t3739769427 * L_1 = V_0; if (!L_1) { goto IL_0056; } } { SocketAddress_t3739769427 * L_2 = V_0; NullCheck(L_2); ByteU5BU5D_t4116647657* L_3 = L_2->get_data_0(); NullCheck(L_3); ByteU5BU5D_t4116647657* L_4 = __this->get_data_0(); NullCheck(L_4); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))))))) { goto IL_0056; } } { SocketAddress_t3739769427 * L_5 = V_0; NullCheck(L_5); ByteU5BU5D_t4116647657* L_6 = L_5->get_data_0(); V_1 = L_6; V_2 = 0; goto IL_0046; } IL_0030: { ByteU5BU5D_t4116647657* L_7 = V_1; int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); ByteU5BU5D_t4116647657* L_11 = __this->get_data_0(); int32_t L_12 = V_2; NullCheck(L_11); int32_t L_13 = L_12; uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); if ((((int32_t)L_10) == ((int32_t)L_14))) { goto IL_0042; } } { return (bool)0; } IL_0042: { int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0046: { int32_t L_16 = V_2; ByteU5BU5D_t4116647657* L_17 = __this->get_data_0(); NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))) { goto IL_0030; } } { return (bool)1; } IL_0056: { return (bool)0; } } // System.Int32 System.Net.SocketAddress::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t SocketAddress_GetHashCode_m1436747884 (SocketAddress_t3739769427 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; V_1 = 0; goto IL_001a; } IL_0009: { int32_t L_0 = V_0; ByteU5BU5D_t4116647657* L_1 = __this->get_data_0(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); int32_t L_5 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)))); int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_001a: { int32_t L_7 = V_1; ByteU5BU5D_t4116647657* L_8 = __this->get_data_0(); NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))))) { goto IL_0009; } } { int32_t L_9 = V_0; return L_9; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Sockets.LingerOption::.ctor(System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void LingerOption__ctor_m2538367620 (LingerOption_t2688985448 * __this, bool ___enable0, int32_t ___secs1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); bool L_0 = ___enable0; __this->set_enabled_0(L_0); int32_t L_1 = ___secs1; __this->set_seconds_1(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Sockets.NetworkStream::.ctor(System.Net.Sockets.Socket) extern "C" IL2CPP_METHOD_ATTR void NetworkStream__ctor_m1741284015 (NetworkStream_t4071955934 * __this, Socket_t1119025450 * ___socket0, const RuntimeMethod* method) { { Socket_t1119025450 * L_0 = ___socket0; NetworkStream__ctor_m1235069144(__this, L_0, 3, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.NetworkStream::.ctor(System.Net.Sockets.Socket,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NetworkStream__ctor_m594102681 (NetworkStream_t4071955934 * __this, Socket_t1119025450 * ___socket0, bool ___owns_socket1, const RuntimeMethod* method) { { Socket_t1119025450 * L_0 = ___socket0; bool L_1 = ___owns_socket1; NetworkStream__ctor_m1235069144(__this, L_0, 3, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.NetworkStream::.ctor(System.Net.Sockets.Socket,System.IO.FileAccess,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NetworkStream__ctor_m1235069144 (NetworkStream_t4071955934 * __this, Socket_t1119025450 * ___socket0, int32_t ___access1, bool ___owns_socket2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream__ctor_m1235069144_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream__ctor_m3881936881(__this, /*hidden argument*/NULL); Socket_t1119025450 * L_0 = ___socket0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral378568648, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NetworkStream__ctor_m1235069144_RuntimeMethod_var); } IL_0017: { Socket_t1119025450 * L_2 = ___socket0; NullCheck(L_2); int32_t L_3 = Socket_get_SocketType_m1610605419(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0033; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_4, _stringLiteral2822178690, _stringLiteral4269838979, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,NetworkStream__ctor_m1235069144_RuntimeMethod_var); } IL_0033: { Socket_t1119025450 * L_5 = ___socket0; NullCheck(L_5); bool L_6 = Socket_get_Connected_m2875145796(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0049; } } { IOException_t4088381929 * L_7 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_7, _stringLiteral1603204531, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,NetworkStream__ctor_m1235069144_RuntimeMethod_var); } IL_0049: { Socket_t1119025450 * L_8 = ___socket0; NullCheck(L_8); bool L_9 = Socket_get_Blocking_m140927673(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_005f; } } { IOException_t4088381929 * L_10 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_10, _stringLiteral3079216641, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,NetworkStream__ctor_m1235069144_RuntimeMethod_var); } IL_005f: { Socket_t1119025450 * L_11 = ___socket0; __this->set_socket_2(L_11); bool L_12 = ___owns_socket2; __this->set_owns_socket_3(L_12); int32_t L_13 = ___access1; __this->set_access_1(L_13); bool L_14 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Net.Sockets.NetworkStream::get_CanRead() */, __this); __this->set_readable_4(L_14); bool L_15 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Net.Sockets.NetworkStream::get_CanWrite() */, __this); __this->set_writeable_5(L_15); return; } } // System.Void System.Net.Sockets.NetworkStream::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void NetworkStream_System_IDisposable_Dispose_m2757181602 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(11 /* System.Void System.Net.Sockets.NetworkStream::Dispose(System.Boolean) */, __this, (bool)1); GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.Sockets.NetworkStream::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool NetworkStream_get_CanRead_m995827301 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = __this->get_access_1(); if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_0017; } } { int32_t L_1 = __this->get_access_1(); G_B3_0 = ((((int32_t)L_1) == ((int32_t)1))? 1 : 0); goto IL_0018; } IL_0017: { G_B3_0 = 1; } IL_0018: { return (bool)G_B3_0; } } // System.Boolean System.Net.Sockets.NetworkStream::get_CanSeek() extern "C" IL2CPP_METHOD_ATTR bool NetworkStream_get_CanSeek_m2713257202 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Net.Sockets.NetworkStream::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool NetworkStream_get_CanWrite_m3803109243 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = __this->get_access_1(); if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_0017; } } { int32_t L_1 = __this->get_access_1(); G_B3_0 = ((((int32_t)L_1) == ((int32_t)2))? 1 : 0); goto IL_0018; } IL_0017: { G_B3_0 = 1; } IL_0018: { return (bool)G_B3_0; } } // System.Int64 System.Net.Sockets.NetworkStream::get_Length() extern "C" IL2CPP_METHOD_ATTR int64_t NetworkStream_get_Length_m2134439603 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_get_Length_m2134439603_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,NetworkStream_get_Length_m2134439603_RuntimeMethod_var); } } // System.Int64 System.Net.Sockets.NetworkStream::get_Position() extern "C" IL2CPP_METHOD_ATTR int64_t NetworkStream_get_Position_m4060665641 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_get_Position_m4060665641_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,NetworkStream_get_Position_m4060665641_RuntimeMethod_var); } } // System.Void System.Net.Sockets.NetworkStream::set_Position(System.Int64) extern "C" IL2CPP_METHOD_ATTR void NetworkStream_set_Position_m4274646361 (NetworkStream_t4071955934 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_set_Position_m4274646361_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,NetworkStream_set_Position_m4274646361_RuntimeMethod_var); } } // System.Int32 System.Net.Sockets.NetworkStream::get_ReadTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t NetworkStream_get_ReadTimeout_m266050210 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method) { { Socket_t1119025450 * L_0 = __this->get_socket_2(); NullCheck(L_0); int32_t L_1 = Socket_get_ReceiveTimeout_m3174888525(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Net.Sockets.NetworkStream::get_WriteTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t NetworkStream_get_WriteTimeout_m936731250 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method) { { Socket_t1119025450 * L_0 = __this->get_socket_2(); NullCheck(L_0); int32_t L_1 = Socket_get_SendTimeout_m1649477733(L_0, /*hidden argument*/NULL); return L_1; } } // System.IAsyncResult System.Net.Sockets.NetworkStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* NetworkStream_BeginRead_m194067695 (NetworkStream_t4071955934 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_BeginRead_m194067695_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; Exception_t * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { NetworkStream_CheckDisposed_m1614745601(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___buffer0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3151922804, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NetworkStream_BeginRead_m194067695_RuntimeMethod_var); } IL_0017: { ByteU5BU5D_t4116647657* L_2 = ___buffer0; NullCheck(L_2); V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))); int32_t L_3 = ___offset1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0029; } } { int32_t L_4 = ___offset1; int32_t L_5 = V_1; if ((((int32_t)L_4) <= ((int32_t)L_5))) { goto IL_0034; } } IL_0029: { ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_6, _stringLiteral2094099569, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,NetworkStream_BeginRead_m194067695_RuntimeMethod_var); } IL_0034: { int32_t L_7 = ___size2; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0044; } } { int32_t L_8 = ___offset1; int32_t L_9 = ___size2; int32_t L_10 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9))) <= ((int32_t)L_10))) { goto IL_004f; } } IL_0044: { ArgumentOutOfRangeException_t777629997 * L_11 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_11, _stringLiteral1297442823, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,NetworkStream_BeginRead_m194067695_RuntimeMethod_var); } IL_004f: try { // begin try (depth: 1) Socket_t1119025450 * L_12 = __this->get_socket_2(); ByteU5BU5D_t4116647657* L_13 = ___buffer0; int32_t L_14 = ___offset1; int32_t L_15 = ___size2; AsyncCallback_t3962456242 * L_16 = ___callback3; RuntimeObject * L_17 = ___state4; NullCheck(L_12); RuntimeObject* L_18 = Socket_BeginReceive_m2439065097(L_12, L_13, L_14, L_15, 0, L_16, L_17, /*hidden argument*/NULL); V_0 = L_18; goto IL_007a; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0068; throw e; } CATCH_0068: { // begin catch(System.Exception) { V_2 = ((Exception_t *)__exception_local); Exception_t * L_19 = V_2; IOException_t4088381929 * L_20 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3246761956(L_20, _stringLiteral1494032031, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,NetworkStream_BeginRead_m194067695_RuntimeMethod_var); } IL_0075: { goto IL_007a; } } // end catch (depth: 1) IL_007a: { RuntimeObject* L_21 = V_0; return L_21; } } // System.IAsyncResult System.Net.Sockets.NetworkStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* NetworkStream_BeginWrite_m1919375747 (NetworkStream_t4071955934 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_BeginWrite_m1919375747_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { NetworkStream_CheckDisposed_m1614745601(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___buffer0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3151922804, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NetworkStream_BeginWrite_m1919375747_RuntimeMethod_var); } IL_0017: { ByteU5BU5D_t4116647657* L_2 = ___buffer0; NullCheck(L_2); V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))); int32_t L_3 = ___offset1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0029; } } { int32_t L_4 = ___offset1; int32_t L_5 = V_1; if ((((int32_t)L_4) <= ((int32_t)L_5))) { goto IL_0034; } } IL_0029: { ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_6, _stringLiteral2094099569, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,NetworkStream_BeginWrite_m1919375747_RuntimeMethod_var); } IL_0034: { int32_t L_7 = ___size2; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0044; } } { int32_t L_8 = ___offset1; int32_t L_9 = ___size2; int32_t L_10 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9))) <= ((int32_t)L_10))) { goto IL_004f; } } IL_0044: { ArgumentOutOfRangeException_t777629997 * L_11 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_11, _stringLiteral1297442823, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,NetworkStream_BeginWrite_m1919375747_RuntimeMethod_var); } IL_004f: try { // begin try (depth: 1) Socket_t1119025450 * L_12 = __this->get_socket_2(); ByteU5BU5D_t4116647657* L_13 = ___buffer0; int32_t L_14 = ___offset1; int32_t L_15 = ___size2; AsyncCallback_t3962456242 * L_16 = ___callback3; RuntimeObject * L_17 = ___state4; NullCheck(L_12); RuntimeObject* L_18 = Socket_BeginSend_m2697766330(L_12, L_13, L_14, L_15, 0, L_16, L_17, /*hidden argument*/NULL); V_0 = L_18; goto IL_0079; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0068; throw e; } CATCH_0068: { // begin catch(System.Object) { IOException_t4088381929 * L_19 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_19, _stringLiteral1147189328, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,NetworkStream_BeginWrite_m1919375747_RuntimeMethod_var); } IL_0074: { goto IL_0079; } } // end catch (depth: 1) IL_0079: { RuntimeObject* L_20 = V_0; return L_20; } } // System.Void System.Net.Sockets.NetworkStream::Finalize() extern "C" IL2CPP_METHOD_ATTR void NetworkStream_Finalize_m382940703 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) VirtActionInvoker1< bool >::Invoke(11 /* System.Void System.Net.Sockets.NetworkStream::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x13, FINALLY_000c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000c; } FINALLY_000c: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(12) } // end finally (depth: 1) IL2CPP_CLEANUP(12) { IL2CPP_JUMP_TBL(0x13, IL_0013) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0013: { return; } } // System.Void System.Net.Sockets.NetworkStream::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NetworkStream_Dispose_m4074776990 (NetworkStream_t4071955934 * __this, bool ___disposing0, const RuntimeMethod* method) { Socket_t1119025450 * V_0 = NULL; { bool L_0 = __this->get_disposed_6(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_disposed_6((bool)1); bool L_1 = __this->get_owns_socket_3(); if (!L_1) { goto IL_0031; } } { Socket_t1119025450 * L_2 = __this->get_socket_2(); V_0 = L_2; Socket_t1119025450 * L_3 = V_0; if (!L_3) { goto IL_0031; } } { Socket_t1119025450 * L_4 = V_0; NullCheck(L_4); Socket_Close_m3289097516(L_4, /*hidden argument*/NULL); } IL_0031: { __this->set_socket_2((Socket_t1119025450 *)NULL); __this->set_access_1(0); return; } } // System.Int32 System.Net.Sockets.NetworkStream::EndRead(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t NetworkStream_EndRead_m1637001035 (NetworkStream_t4071955934 * __this, RuntimeObject* ___ar0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_EndRead_m1637001035_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { NetworkStream_CheckDisposed_m1614745601(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___ar0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2361515215, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NetworkStream_EndRead_m1637001035_RuntimeMethod_var); } IL_0017: try { // begin try (depth: 1) Socket_t1119025450 * L_2 = __this->get_socket_2(); RuntimeObject* L_3 = ___ar0; NullCheck(L_2); int32_t L_4 = Socket_EndReceive_m2385446150(L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; goto IL_003b; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0029; throw e; } CATCH_0029: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); Exception_t * L_5 = V_1; IOException_t4088381929 * L_6 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3246761956(L_6, _stringLiteral4082446789, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,NetworkStream_EndRead_m1637001035_RuntimeMethod_var); } IL_0036: { goto IL_003b; } } // end catch (depth: 1) IL_003b: { int32_t L_7 = V_0; return L_7; } } // System.Void System.Net.Sockets.NetworkStream::EndWrite(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void NetworkStream_EndWrite_m2616051554 (NetworkStream_t4071955934 * __this, RuntimeObject* ___ar0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_EndWrite_m2616051554_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { NetworkStream_CheckDisposed_m1614745601(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___ar0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2361515215, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NetworkStream_EndWrite_m2616051554_RuntimeMethod_var); } IL_0017: try { // begin try (depth: 1) Socket_t1119025450 * L_2 = __this->get_socket_2(); RuntimeObject* L_3 = ___ar0; NullCheck(L_2); Socket_EndSend_m2816431255(L_2, L_3, /*hidden argument*/NULL); goto IL_003b; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0029; throw e; } CATCH_0029: { // begin catch(System.Exception) { V_0 = ((Exception_t *)__exception_local); Exception_t * L_4 = V_0; IOException_t4088381929 * L_5 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3246761956(L_5, _stringLiteral703312086, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,NetworkStream_EndWrite_m2616051554_RuntimeMethod_var); } IL_0036: { goto IL_003b; } } // end catch (depth: 1) IL_003b: { return; } } // System.Void System.Net.Sockets.NetworkStream::Flush() extern "C" IL2CPP_METHOD_ATTR void NetworkStream_Flush_m1348361755 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method) { { return; } } // System.Int32 System.Net.Sockets.NetworkStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t NetworkStream_Read_m89488240 (NetworkStream_t4071955934 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_Read_m89488240_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { NetworkStream_CheckDisposed_m1614745601(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___buffer0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3151922804, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NetworkStream_Read_m89488240_RuntimeMethod_var); } IL_0017: { int32_t L_2 = ___offset1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0027; } } { int32_t L_3 = ___offset1; ByteU5BU5D_t4116647657* L_4 = ___buffer0; NullCheck(L_4); if ((((int32_t)L_3) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))) { goto IL_0032; } } IL_0027: { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_5, _stringLiteral2094099569, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,NetworkStream_Read_m89488240_RuntimeMethod_var); } IL_0032: { int32_t L_6 = ___size2; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0044; } } { int32_t L_7 = ___offset1; int32_t L_8 = ___size2; ByteU5BU5D_t4116647657* L_9 = ___buffer0; NullCheck(L_9); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))))) { goto IL_004f; } } IL_0044: { ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_10, _stringLiteral1297442823, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,NetworkStream_Read_m89488240_RuntimeMethod_var); } IL_004f: try { // begin try (depth: 1) Socket_t1119025450 * L_11 = __this->get_socket_2(); ByteU5BU5D_t4116647657* L_12 = ___buffer0; int32_t L_13 = ___offset1; int32_t L_14 = ___size2; NullCheck(L_11); int32_t L_15 = Socket_Receive_m3794758455(L_11, L_12, L_13, L_14, 0, /*hidden argument*/NULL); V_0 = L_15; goto IL_0076; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0064; throw e; } CATCH_0064: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); Exception_t * L_16 = V_1; IOException_t4088381929 * L_17 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3246761956(L_17, _stringLiteral2904657932, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,NetworkStream_Read_m89488240_RuntimeMethod_var); } IL_0071: { goto IL_0076; } } // end catch (depth: 1) IL_0076: { int32_t L_18 = V_0; return L_18; } } // System.Int64 System.Net.Sockets.NetworkStream::Seek(System.Int64,System.IO.SeekOrigin) extern "C" IL2CPP_METHOD_ATTR int64_t NetworkStream_Seek_m873044447 (NetworkStream_t4071955934 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_Seek_m873044447_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,NetworkStream_Seek_m873044447_RuntimeMethod_var); } } // System.Void System.Net.Sockets.NetworkStream::SetLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void NetworkStream_SetLength_m1368482808 (NetworkStream_t4071955934 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_SetLength_m1368482808_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,NetworkStream_SetLength_m1368482808_RuntimeMethod_var); } } // System.Void System.Net.Sockets.NetworkStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NetworkStream_Write_m172181053 (NetworkStream_t4071955934 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_Write_m172181053_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { NetworkStream_CheckDisposed_m1614745601(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___buffer0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NetworkStream_Write_m172181053_RuntimeMethod_var); } IL_0017: { int32_t L_2 = ___offset1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0027; } } { int32_t L_3 = ___offset1; ByteU5BU5D_t4116647657* L_4 = ___buffer0; NullCheck(L_4); if ((((int32_t)L_3) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))) { goto IL_0032; } } IL_0027: { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_5, _stringLiteral2094099569, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,NetworkStream_Write_m172181053_RuntimeMethod_var); } IL_0032: { int32_t L_6 = ___size2; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0044; } } { int32_t L_7 = ___size2; ByteU5BU5D_t4116647657* L_8 = ___buffer0; NullCheck(L_8); int32_t L_9 = ___offset1; if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)L_9))))) { goto IL_004f; } } IL_0044: { ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_10, _stringLiteral1297442823, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,NetworkStream_Write_m172181053_RuntimeMethod_var); } IL_004f: try { // begin try (depth: 1) { V_0 = 0; goto IL_006c; } IL_0056: { int32_t L_11 = V_0; Socket_t1119025450 * L_12 = __this->get_socket_2(); ByteU5BU5D_t4116647657* L_13 = ___buffer0; int32_t L_14 = ___offset1; int32_t L_15 = V_0; int32_t L_16 = ___size2; int32_t L_17 = V_0; NullCheck(L_12); int32_t L_18 = Socket_Send_m2509318470(L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)), 0, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_18)); } IL_006c: { int32_t L_19 = ___size2; int32_t L_20 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20))) > ((int32_t)0))) { goto IL_0056; } } IL_0075: { goto IL_008c; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_007a; throw e; } CATCH_007a: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); Exception_t * L_21 = V_1; IOException_t4088381929 * L_22 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3246761956(L_22, _stringLiteral4086727974, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,NetworkStream_Write_m172181053_RuntimeMethod_var); } IL_0087: { goto IL_008c; } } // end catch (depth: 1) IL_008c: { return; } } // System.Void System.Net.Sockets.NetworkStream::CheckDisposed() extern "C" IL2CPP_METHOD_ATTR void NetworkStream_CheckDisposed_m1614745601 (NetworkStream_t4071955934 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetworkStream_CheckDisposed_m1614745601_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_6(); 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(19 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t21392786 * L_3 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,NetworkStream_CheckDisposed_m1614745601_RuntimeMethod_var); } IL_001c: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Sockets.Socket::.ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Socket__ctor_m4043768444 (Socket_t1119025450 * __this, int32_t ___family0, int32_t ___type1, int32_t ___proto2, intptr_t ___sock3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket__ctor_m4043768444_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_blocking_13((bool)1); __this->set_max_bind_count_17(((int32_t)50)); Queue_t3637523393 * L_0 = (Queue_t3637523393 *)il2cpp_codegen_object_new(Queue_t3637523393_il2cpp_TypeInfo_var); Queue__ctor_m2226872579(L_0, 2, /*hidden argument*/NULL); __this->set_readQ_0(L_0); Queue_t3637523393 * L_1 = (Queue_t3637523393 *)il2cpp_codegen_object_new(Queue_t3637523393_il2cpp_TypeInfo_var); Queue__ctor_m2226872579(L_1, 2, /*hidden argument*/NULL); __this->set_writeQ_1(L_1); __this->set_MinListenPort_4(((int32_t)7100)); __this->set_MaxListenPort_5(((int32_t)7150)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_2 = ___family0; __this->set_address_family_10(L_2); int32_t L_3 = ___type1; __this->set_socket_type_11(L_3); int32_t L_4 = ___proto2; __this->set_protocol_type_12(L_4); intptr_t L_5 = ___sock3; __this->set_socket_9(L_5); __this->set_connected_18((bool)1); return; } } // System.Void System.Net.Sockets.Socket::.ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType) extern "C" IL2CPP_METHOD_ATTR void Socket__ctor_m3479084642 (Socket_t1119025450 * __this, int32_t ___family0, int32_t ___type1, int32_t ___proto2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket__ctor_m3479084642_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { __this->set_blocking_13((bool)1); __this->set_max_bind_count_17(((int32_t)50)); Queue_t3637523393 * L_0 = (Queue_t3637523393 *)il2cpp_codegen_object_new(Queue_t3637523393_il2cpp_TypeInfo_var); Queue__ctor_m2226872579(L_0, 2, /*hidden argument*/NULL); __this->set_readQ_0(L_0); Queue_t3637523393 * L_1 = (Queue_t3637523393 *)il2cpp_codegen_object_new(Queue_t3637523393_il2cpp_TypeInfo_var); Queue__ctor_m2226872579(L_1, 2, /*hidden argument*/NULL); __this->set_writeQ_1(L_1); __this->set_MinListenPort_4(((int32_t)7100)); __this->set_MaxListenPort_5(((int32_t)7150)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_2 = ___family0; if (L_2) { goto IL_0054; } } { ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_3, _stringLiteral1167512685, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Socket__ctor_m3479084642_RuntimeMethod_var); } IL_0054: { int32_t L_4 = ___family0; __this->set_address_family_10(L_4); int32_t L_5 = ___type1; __this->set_socket_type_11(L_5); int32_t L_6 = ___proto2; __this->set_protocol_type_12(L_6); int32_t L_7 = ___family0; int32_t L_8 = ___type1; int32_t L_9 = ___proto2; intptr_t L_10 = Socket_Socket_internal_m1681190592(__this, L_7, L_8, L_9, (&V_0), /*hidden argument*/NULL); __this->set_socket_9(L_10); int32_t L_11 = V_0; if (!L_11) { goto IL_0087; } } { int32_t L_12 = V_0; SocketException_t3852068672 * L_13 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,Socket__ctor_m3479084642_RuntimeMethod_var); } IL_0087: { return; } } // System.Void System.Net.Sockets.Socket::.cctor() extern "C" IL2CPP_METHOD_ATTR void Socket__cctor_m857260626 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket__cctor_m857260626_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->set_ipv4Supported_6((-1)); ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->set_ipv6Supported_7((-1)); Socket_CheckProtocolSupport_m1722155143(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Int32 System.Net.Sockets.Socket::Available_internal(System.IntPtr,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Available_internal_m3775105139 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t* ___error1, const RuntimeMethod* method) { typedef int32_t (*Socket_Available_internal_m3775105139_ftn) (intptr_t, int32_t*); using namespace il2cpp::icalls; return ((Socket_Available_internal_m3775105139_ftn)System::System::Net::Sockets::Socket::Available) (___socket0, ___error1); } // System.Int32 System.Net.Sockets.Socket::get_Available() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_Available_m356510663 (Socket_t1119025450 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_get_Available_m356510663_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_get_Available_m356510663_RuntimeMethod_var); } IL_0027: { intptr_t L_5 = __this->get_socket_9(); IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_6 = Socket_Available_internal_m3775105139(NULL /*static, unused*/, L_5, (&V_1), /*hidden argument*/NULL); V_0 = L_6; int32_t L_7 = V_1; if (!L_7) { goto IL_0042; } } { int32_t L_8 = V_1; SocketException_t3852068672 * L_9 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Socket_get_Available_m356510663_RuntimeMethod_var); } IL_0042: { int32_t L_10 = V_0; return L_10; } } // System.Net.SocketAddress System.Net.Sockets.Socket::LocalEndPoint_internal(System.IntPtr,System.Int32&) extern "C" IL2CPP_METHOD_ATTR SocketAddress_t3739769427 * Socket_LocalEndPoint_internal_m1815074002 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t* ___error1, const RuntimeMethod* method) { typedef SocketAddress_t3739769427 * (*Socket_LocalEndPoint_internal_m1815074002_ftn) (intptr_t, int32_t*); using namespace il2cpp::icalls; return ((Socket_LocalEndPoint_internal_m1815074002_ftn)System::System::Net::Sockets::Socket::LocalEndPoint) (___socket0, ___error1); } // System.Net.EndPoint System.Net.Sockets.Socket::get_LocalEndPoint() extern "C" IL2CPP_METHOD_ATTR EndPoint_t982345378 * Socket_get_LocalEndPoint_m456692531 (Socket_t1119025450 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_get_LocalEndPoint_m456692531_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAddress_t3739769427 * V_0 = NULL; int32_t V_1 = 0; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_get_LocalEndPoint_m456692531_RuntimeMethod_var); } IL_0027: { EndPoint_t982345378 * L_5 = __this->get_seed_endpoint_21(); if (L_5) { goto IL_0034; } } { return (EndPoint_t982345378 *)NULL; } IL_0034: { intptr_t L_6 = __this->get_socket_9(); IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); SocketAddress_t3739769427 * L_7 = Socket_LocalEndPoint_internal_m1815074002(NULL /*static, unused*/, L_6, (&V_1), /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_1; if (!L_8) { goto IL_004f; } } { int32_t L_9 = V_1; SocketException_t3852068672 * L_10 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Socket_get_LocalEndPoint_m456692531_RuntimeMethod_var); } IL_004f: { EndPoint_t982345378 * L_11 = __this->get_seed_endpoint_21(); SocketAddress_t3739769427 * L_12 = V_0; NullCheck(L_11); EndPoint_t982345378 * L_13 = VirtFuncInvoker1< EndPoint_t982345378 *, SocketAddress_t3739769427 * >::Invoke(5 /* System.Net.EndPoint System.Net.EndPoint::Create(System.Net.SocketAddress) */, L_11, L_12); return L_13; } } // System.Net.Sockets.SocketType System.Net.Sockets.Socket::get_SocketType() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_SocketType_m1610605419 (Socket_t1119025450 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_socket_type_11(); return L_0; } } // System.Int32 System.Net.Sockets.Socket::get_SendTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_SendTimeout_m1649477733 (Socket_t1119025450 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_get_SendTimeout_m1649477733_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_get_SendTimeout_m1649477733_RuntimeMethod_var); } IL_0027: { RuntimeObject * L_5 = Socket_GetSocketOption_m419986124(__this, ((int32_t)65535), ((int32_t)4101), /*hidden argument*/NULL); return ((*(int32_t*)((int32_t*)UnBox(L_5, Int32_t2950945753_il2cpp_TypeInfo_var)))); } } // System.Int32 System.Net.Sockets.Socket::get_ReceiveTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_ReceiveTimeout_m3174888525 (Socket_t1119025450 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_get_ReceiveTimeout_m3174888525_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_get_ReceiveTimeout_m3174888525_RuntimeMethod_var); } IL_0027: { RuntimeObject * L_5 = Socket_GetSocketOption_m419986124(__this, ((int32_t)65535), ((int32_t)4102), /*hidden argument*/NULL); return ((*(int32_t*)((int32_t*)UnBox(L_5, Int32_t2950945753_il2cpp_TypeInfo_var)))); } } // System.IntPtr System.Net.Sockets.Socket::Accept_internal(System.IntPtr,System.Int32&,System.Boolean) extern "C" IL2CPP_METHOD_ATTR intptr_t Socket_Accept_internal_m3246009452 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, int32_t* ___error1, bool ___blocking2, const RuntimeMethod* method) { typedef intptr_t (*Socket_Accept_internal_m3246009452_ftn) (intptr_t, int32_t*, bool); using namespace il2cpp::icalls; return ((Socket_Accept_internal_m3246009452_ftn)System::System::Net::Sockets::Socket::Accept) (___sock0, ___error1, ___blocking2); } // System.Net.Sockets.Socket System.Net.Sockets.Socket::Accept() extern "C" IL2CPP_METHOD_ATTR Socket_t1119025450 * Socket_Accept_m4157022177 (Socket_t1119025450 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Accept_m4157022177_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); Socket_t1119025450 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_Accept_m4157022177_RuntimeMethod_var); } IL_0027: { V_0 = 0; intptr_t L_5 = IntPtr_op_Explicit_m1593216315(NULL /*static, unused*/, (-1), /*hidden argument*/NULL); V_1 = L_5; IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_6 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_blocking_thread_14(L_6); } IL_003b: try { // begin try (depth: 1) try { // begin try (depth: 2) intptr_t L_7 = __this->get_socket_9(); bool L_8 = __this->get_blocking_13(); IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); intptr_t L_9 = Socket_Accept_internal_m3246009452(NULL /*static, unused*/, L_7, (&V_0), L_8, /*hidden argument*/NULL); V_1 = L_9; IL2CPP_LEAVE(0x78, FINALLY_0070); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ThreadAbortException_t4074510458_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0054; throw e; } CATCH_0054: { // begin catch(System.Threading.ThreadAbortException) { bool L_10 = __this->get_disposed_20(); if (!L_10) { goto IL_006b; } } IL_0060: { IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_ResetAbort_m2418149112(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = ((int32_t)10004); } IL_006b: { IL2CPP_LEAVE(0x78, FINALLY_0070); } } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0070; } FINALLY_0070: { // begin finally (depth: 1) __this->set_blocking_thread_14((Thread_t2300836069 *)NULL); IL2CPP_END_FINALLY(112) } // end finally (depth: 1) IL2CPP_CLEANUP(112) { IL2CPP_JUMP_TBL(0x78, IL_0078) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0078: { int32_t L_11 = V_0; if (!L_11) { goto IL_0085; } } { int32_t L_12 = V_0; SocketException_t3852068672 * L_13 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,Socket_Accept_m4157022177_RuntimeMethod_var); } IL_0085: { int32_t L_14 = Socket_get_AddressFamily_m51841532(__this, /*hidden argument*/NULL); int32_t L_15 = Socket_get_SocketType_m1610605419(__this, /*hidden argument*/NULL); int32_t L_16 = Socket_get_ProtocolType_m1935110519(__this, /*hidden argument*/NULL); intptr_t L_17 = V_1; Socket_t1119025450 * L_18 = (Socket_t1119025450 *)il2cpp_codegen_object_new(Socket_t1119025450_il2cpp_TypeInfo_var); Socket__ctor_m4043768444(L_18, L_14, L_15, L_16, L_17, /*hidden argument*/NULL); V_2 = L_18; Socket_t1119025450 * L_19 = V_2; EndPoint_t982345378 * L_20 = __this->get_seed_endpoint_21(); NullCheck(L_19); L_19->set_seed_endpoint_21(L_20); Socket_t1119025450 * L_21 = V_2; bool L_22 = Socket_get_Blocking_m140927673(__this, /*hidden argument*/NULL); NullCheck(L_21); Socket_set_Blocking_m2255852279(L_21, L_22, /*hidden argument*/NULL); Socket_t1119025450 * L_23 = V_2; return L_23; } } // System.IAsyncResult System.Net.Sockets.Socket::BeginConnect(System.Net.EndPoint,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_m609780744 (Socket_t1119025450 * __this, EndPoint_t982345378 * ___end_point0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___state2, const RuntimeMethod* method) { { EndPoint_t982345378 * L_0 = ___end_point0; AsyncCallback_t3962456242 * L_1 = ___callback1; RuntimeObject * L_2 = ___state2; RuntimeObject* L_3 = Socket_BeginConnect_m2086241996(__this, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); return L_3; } } // System.IAsyncResult System.Net.Sockets.Socket::BeginConnect(System.Net.EndPoint,System.AsyncCallback,System.Object,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_m2086241996 (Socket_t1119025450 * __this, EndPoint_t982345378 * ___end_point0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___state2, bool ___bypassSocketSecurity3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_BeginConnect_m2086241996_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t2080034863 * V_0 = NULL; IPEndPoint_t3791887218 * V_1 = NULL; int32_t V_2 = 0; SocketAddress_t3739769427 * V_3 = NULL; Worker_t2051517921 * V_4 = NULL; SocketAsyncCall_t1521370843 * V_5 = NULL; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_BeginConnect_m2086241996_RuntimeMethod_var); } IL_0027: { EndPoint_t982345378 * L_5 = ___end_point0; if (L_5) { goto IL_0038; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral977568017, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_BeginConnect_m2086241996_RuntimeMethod_var); } IL_0038: { RuntimeObject * L_7 = ___state2; AsyncCallback_t3962456242 * L_8 = ___callback1; SocketAsyncResult_t2080034863 * L_9 = (SocketAsyncResult_t2080034863 *)il2cpp_codegen_object_new(SocketAsyncResult_t2080034863_il2cpp_TypeInfo_var); SocketAsyncResult__ctor_m593275962(L_9, __this, L_7, L_8, 1, /*hidden argument*/NULL); V_0 = L_9; SocketAsyncResult_t2080034863 * L_10 = V_0; EndPoint_t982345378 * L_11 = ___end_point0; NullCheck(L_10); L_10->set_EndPoint_6(L_11); EndPoint_t982345378 * L_12 = ___end_point0; if (!((IPEndPoint_t3791887218 *)IsInstClass((RuntimeObject*)L_12, IPEndPoint_t3791887218_il2cpp_TypeInfo_var))) { goto IL_0098; } } { EndPoint_t982345378 * L_13 = ___end_point0; V_1 = ((IPEndPoint_t3791887218 *)CastclassClass((RuntimeObject*)L_13, IPEndPoint_t3791887218_il2cpp_TypeInfo_var)); IPEndPoint_t3791887218 * L_14 = V_1; NullCheck(L_14); IPAddress_t241777590 * L_15 = IPEndPoint_get_Address_m834732349(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_t241777590 * L_16 = ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->get_Any_4(); NullCheck(L_15); bool L_17 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Net.IPAddress::Equals(System.Object) */, L_15, L_16); if (L_17) { goto IL_0085; } } { IPEndPoint_t3791887218 * L_18 = V_1; NullCheck(L_18); IPAddress_t241777590 * L_19 = IPEndPoint_get_Address_m834732349(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_t241777590 * L_20 = ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->get_IPv6Any_8(); NullCheck(L_19); bool L_21 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Net.IPAddress::Equals(System.Object) */, L_19, L_20); if (!L_21) { goto IL_0098; } } IL_0085: { SocketAsyncResult_t2080034863 * L_22 = V_0; SocketException_t3852068672 * L_23 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_23, ((int32_t)10049), /*hidden argument*/NULL); NullCheck(L_22); SocketAsyncResult_Complete_m2449144396(L_22, L_23, (bool)1, /*hidden argument*/NULL); SocketAsyncResult_t2080034863 * L_24 = V_0; return L_24; } IL_0098: { V_2 = 0; bool L_25 = __this->get_blocking_13(); if (L_25) { goto IL_00fd; } } { EndPoint_t982345378 * L_26 = ___end_point0; NullCheck(L_26); SocketAddress_t3739769427 * L_27 = VirtFuncInvoker0< SocketAddress_t3739769427 * >::Invoke(6 /* System.Net.SocketAddress System.Net.EndPoint::Serialize() */, L_26); V_3 = L_27; intptr_t L_28 = __this->get_socket_9(); SocketAddress_t3739769427 * L_29 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_Connect_internal_m2709146273(NULL /*static, unused*/, L_28, L_29, (&V_2), /*hidden argument*/NULL); int32_t L_30 = V_2; if (L_30) { goto IL_00d3; } } { __this->set_connected_18((bool)1); SocketAsyncResult_t2080034863 * L_31 = V_0; NullCheck(L_31); SocketAsyncResult_Complete_m661336150(L_31, (bool)1, /*hidden argument*/NULL); goto IL_00fd; } IL_00d3: { int32_t L_32 = V_2; if ((((int32_t)L_32) == ((int32_t)((int32_t)10036)))) { goto IL_00fd; } } { int32_t L_33 = V_2; if ((((int32_t)L_33) == ((int32_t)((int32_t)10035)))) { goto IL_00fd; } } { __this->set_connected_18((bool)0); SocketAsyncResult_t2080034863 * L_34 = V_0; int32_t L_35 = V_2; SocketException_t3852068672 * L_36 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_36, L_35, /*hidden argument*/NULL); NullCheck(L_34); SocketAsyncResult_Complete_m2449144396(L_34, L_36, (bool)1, /*hidden argument*/NULL); } IL_00fd: { bool L_37 = __this->get_blocking_13(); if (L_37) { goto IL_011e; } } { int32_t L_38 = V_2; if ((((int32_t)L_38) == ((int32_t)((int32_t)10036)))) { goto IL_011e; } } { int32_t L_39 = V_2; if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)10035))))) { goto IL_0148; } } IL_011e: { __this->set_connected_18((bool)0); SocketAsyncResult_t2080034863 * L_40 = V_0; bool L_41 = ___bypassSocketSecurity3; Worker_t2051517921 * L_42 = (Worker_t2051517921 *)il2cpp_codegen_object_new(Worker_t2051517921_il2cpp_TypeInfo_var); Worker__ctor_m1552072888(L_42, L_40, L_41, /*hidden argument*/NULL); V_4 = L_42; Worker_t2051517921 * L_43 = V_4; intptr_t L_44 = (intptr_t)Worker_Connect_m1006981636_RuntimeMethod_var; SocketAsyncCall_t1521370843 * L_45 = (SocketAsyncCall_t1521370843 *)il2cpp_codegen_object_new(SocketAsyncCall_t1521370843_il2cpp_TypeInfo_var); SocketAsyncCall__ctor_m1454446081(L_45, L_43, L_44, /*hidden argument*/NULL); V_5 = L_45; SocketAsyncCall_t1521370843 * L_46 = V_5; SocketAsyncResult_t2080034863 * L_47 = V_0; NullCheck(L_46); SocketAsyncCall_BeginInvoke_m3372974237(L_46, (AsyncCallback_t3962456242 *)NULL, L_47, /*hidden argument*/NULL); } IL_0148: { SocketAsyncResult_t2080034863 * L_48 = V_0; return L_48; } } // System.IAsyncResult System.Net.Sockets.Socket::BeginConnect(System.Net.IPAddress,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_m1384072037 (Socket_t1119025450 * __this, IPAddress_t241777590 * ___address0, int32_t ___port1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___state3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_BeginConnect_m1384072037_MetadataUsageId); s_Il2CppMethodInitialized = true; } IPEndPoint_t3791887218 * V_0 = NULL; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_BeginConnect_m1384072037_RuntimeMethod_var); } IL_0027: { IPAddress_t241777590 * L_5 = ___address0; if (L_5) { goto IL_0038; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral2350156779, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_BeginConnect_m1384072037_RuntimeMethod_var); } IL_0038: { IPAddress_t241777590 * L_7 = ___address0; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Net.IPAddress::ToString() */, L_7); NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0053; } } { ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, _stringLiteral2700779465, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Socket_BeginConnect_m1384072037_RuntimeMethod_var); } IL_0053: { bool L_11 = __this->get_islistening_2(); if (!L_11) { goto IL_0064; } } { InvalidOperationException_t56020091 * L_12 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,Socket_BeginConnect_m1384072037_RuntimeMethod_var); } IL_0064: { IPAddress_t241777590 * L_13 = ___address0; int32_t L_14 = ___port1; IPEndPoint_t3791887218 * L_15 = (IPEndPoint_t3791887218 *)il2cpp_codegen_object_new(IPEndPoint_t3791887218_il2cpp_TypeInfo_var); IPEndPoint__ctor_m2833647099(L_15, L_13, L_14, /*hidden argument*/NULL); V_0 = L_15; IPEndPoint_t3791887218 * L_16 = V_0; AsyncCallback_t3962456242 * L_17 = ___callback2; RuntimeObject * L_18 = ___state3; RuntimeObject* L_19 = Socket_BeginConnect_m609780744(__this, L_16, L_17, L_18, /*hidden argument*/NULL); return L_19; } } // System.IAsyncResult System.Net.Sockets.Socket::BeginReceive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginReceive_m2439065097 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socket_flags3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___state5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_BeginReceive_m2439065097_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t2080034863 * V_0 = NULL; Queue_t3637523393 * V_1 = NULL; Worker_t2051517921 * V_2 = NULL; SocketAsyncCall_t1521370843 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_BeginReceive_m2439065097_RuntimeMethod_var); } IL_0027: { ByteU5BU5D_t4116647657* L_5 = ___buffer0; if (L_5) { goto IL_0038; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_BeginReceive_m2439065097_RuntimeMethod_var); } IL_0038: { int32_t L_7 = ___offset1; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0048; } } { int32_t L_8 = ___offset1; ByteU5BU5D_t4116647657* L_9 = ___buffer0; NullCheck(L_9); if ((((int32_t)L_8) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))))) { goto IL_0053; } } IL_0048: { ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_10, _stringLiteral1082126080, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Socket_BeginReceive_m2439065097_RuntimeMethod_var); } IL_0053: { int32_t L_11 = ___size2; if ((((int32_t)L_11) < ((int32_t)0))) { goto IL_0065; } } { int32_t L_12 = ___offset1; int32_t L_13 = ___size2; ByteU5BU5D_t4116647657* L_14 = ___buffer0; NullCheck(L_14); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0070; } } IL_0065: { ArgumentOutOfRangeException_t777629997 * L_15 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_15, _stringLiteral4049040645, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Socket_BeginReceive_m2439065097_RuntimeMethod_var); } IL_0070: { Queue_t3637523393 * L_16 = __this->get_readQ_0(); V_1 = L_16; Queue_t3637523393 * L_17 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); } IL_007d: try { // begin try (depth: 1) { RuntimeObject * L_18 = ___state5; AsyncCallback_t3962456242 * L_19 = ___callback4; SocketAsyncResult_t2080034863 * L_20 = (SocketAsyncResult_t2080034863 *)il2cpp_codegen_object_new(SocketAsyncResult_t2080034863_il2cpp_TypeInfo_var); SocketAsyncResult__ctor_m593275962(L_20, __this, L_18, L_19, 2, /*hidden argument*/NULL); V_0 = L_20; SocketAsyncResult_t2080034863 * L_21 = V_0; ByteU5BU5D_t4116647657* L_22 = ___buffer0; NullCheck(L_21); L_21->set_Buffer_7(L_22); SocketAsyncResult_t2080034863 * L_23 = V_0; int32_t L_24 = ___offset1; NullCheck(L_23); L_23->set_Offset_8(L_24); SocketAsyncResult_t2080034863 * L_25 = V_0; int32_t L_26 = ___size2; NullCheck(L_25); L_25->set_Size_9(L_26); SocketAsyncResult_t2080034863 * L_27 = V_0; int32_t L_28 = ___socket_flags3; NullCheck(L_27); L_27->set_SockFlags_10(L_28); Queue_t3637523393 * L_29 = __this->get_readQ_0(); SocketAsyncResult_t2080034863 * L_30 = V_0; NullCheck(L_29); VirtActionInvoker1< RuntimeObject * >::Invoke(18 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_29, L_30); Queue_t3637523393 * L_31 = __this->get_readQ_0(); NullCheck(L_31); int32_t L_32 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Queue::get_Count() */, L_31); if ((!(((uint32_t)L_32) == ((uint32_t)1)))) { goto IL_00e0; } } IL_00c3: { SocketAsyncResult_t2080034863 * L_33 = V_0; Worker_t2051517921 * L_34 = (Worker_t2051517921 *)il2cpp_codegen_object_new(Worker_t2051517921_il2cpp_TypeInfo_var); Worker__ctor_m2745363372(L_34, L_33, /*hidden argument*/NULL); V_2 = L_34; Worker_t2051517921 * L_35 = V_2; intptr_t L_36 = (intptr_t)Worker_Receive_m1302394886_RuntimeMethod_var; SocketAsyncCall_t1521370843 * L_37 = (SocketAsyncCall_t1521370843 *)il2cpp_codegen_object_new(SocketAsyncCall_t1521370843_il2cpp_TypeInfo_var); SocketAsyncCall__ctor_m1454446081(L_37, L_35, L_36, /*hidden argument*/NULL); V_3 = L_37; SocketAsyncCall_t1521370843 * L_38 = V_3; SocketAsyncResult_t2080034863 * L_39 = V_0; NullCheck(L_38); SocketAsyncCall_BeginInvoke_m3372974237(L_38, (AsyncCallback_t3962456242 *)NULL, L_39, /*hidden argument*/NULL); } IL_00e0: { IL2CPP_LEAVE(0xEC, FINALLY_00e5); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e5; } FINALLY_00e5: { // begin finally (depth: 1) Queue_t3637523393 * L_40 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); IL2CPP_END_FINALLY(229) } // end finally (depth: 1) IL2CPP_CLEANUP(229) { IL2CPP_JUMP_TBL(0xEC, IL_00ec) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ec: { SocketAsyncResult_t2080034863 * L_41 = V_0; return L_41; } } // System.IAsyncResult System.Net.Sockets.Socket::BeginSend(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginSend_m2697766330 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socket_flags3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___state5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_BeginSend_m2697766330_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t2080034863 * V_0 = NULL; Queue_t3637523393 * V_1 = NULL; Worker_t2051517921 * V_2 = NULL; SocketAsyncCall_t1521370843 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_BeginSend_m2697766330_RuntimeMethod_var); } IL_0027: { ByteU5BU5D_t4116647657* L_5 = ___buffer0; if (L_5) { goto IL_0038; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_BeginSend_m2697766330_RuntimeMethod_var); } IL_0038: { int32_t L_7 = ___offset1; if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_004f; } } { ArgumentOutOfRangeException_t777629997 * L_8 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_8, _stringLiteral1082126080, _stringLiteral658978110, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,Socket_BeginSend_m2697766330_RuntimeMethod_var); } IL_004f: { int32_t L_9 = ___size2; if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_0066; } } { ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_10, _stringLiteral4049040645, _stringLiteral1486498953, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Socket_BeginSend_m2697766330_RuntimeMethod_var); } IL_0066: { int32_t L_11 = ___offset1; int32_t L_12 = ___size2; ByteU5BU5D_t4116647657* L_13 = ___buffer0; NullCheck(L_13); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))))) { goto IL_0081; } } { ArgumentOutOfRangeException_t777629997 * L_14 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_14, _stringLiteral626156474, _stringLiteral577902397, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,Socket_BeginSend_m2697766330_RuntimeMethod_var); } IL_0081: { bool L_15 = __this->get_connected_18(); if (L_15) { goto IL_0097; } } { SocketException_t3852068672 * L_16 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_16, ((int32_t)10057), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,Socket_BeginSend_m2697766330_RuntimeMethod_var); } IL_0097: { Queue_t3637523393 * L_17 = __this->get_writeQ_1(); V_1 = L_17; Queue_t3637523393 * L_18 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); } IL_00a4: try { // begin try (depth: 1) { RuntimeObject * L_19 = ___state5; AsyncCallback_t3962456242 * L_20 = ___callback4; SocketAsyncResult_t2080034863 * L_21 = (SocketAsyncResult_t2080034863 *)il2cpp_codegen_object_new(SocketAsyncResult_t2080034863_il2cpp_TypeInfo_var); SocketAsyncResult__ctor_m593275962(L_21, __this, L_19, L_20, 4, /*hidden argument*/NULL); V_0 = L_21; SocketAsyncResult_t2080034863 * L_22 = V_0; ByteU5BU5D_t4116647657* L_23 = ___buffer0; NullCheck(L_22); L_22->set_Buffer_7(L_23); SocketAsyncResult_t2080034863 * L_24 = V_0; int32_t L_25 = ___offset1; NullCheck(L_24); L_24->set_Offset_8(L_25); SocketAsyncResult_t2080034863 * L_26 = V_0; int32_t L_27 = ___size2; NullCheck(L_26); L_26->set_Size_9(L_27); SocketAsyncResult_t2080034863 * L_28 = V_0; int32_t L_29 = ___socket_flags3; NullCheck(L_28); L_28->set_SockFlags_10(L_29); Queue_t3637523393 * L_30 = __this->get_writeQ_1(); SocketAsyncResult_t2080034863 * L_31 = V_0; NullCheck(L_30); VirtActionInvoker1< RuntimeObject * >::Invoke(18 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_30, L_31); Queue_t3637523393 * L_32 = __this->get_writeQ_1(); NullCheck(L_32); int32_t L_33 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Queue::get_Count() */, L_32); if ((!(((uint32_t)L_33) == ((uint32_t)1)))) { goto IL_0107; } } IL_00ea: { SocketAsyncResult_t2080034863 * L_34 = V_0; Worker_t2051517921 * L_35 = (Worker_t2051517921 *)il2cpp_codegen_object_new(Worker_t2051517921_il2cpp_TypeInfo_var); Worker__ctor_m2745363372(L_35, L_34, /*hidden argument*/NULL); V_2 = L_35; Worker_t2051517921 * L_36 = V_2; intptr_t L_37 = (intptr_t)Worker_Send_m1896362792_RuntimeMethod_var; SocketAsyncCall_t1521370843 * L_38 = (SocketAsyncCall_t1521370843 *)il2cpp_codegen_object_new(SocketAsyncCall_t1521370843_il2cpp_TypeInfo_var); SocketAsyncCall__ctor_m1454446081(L_38, L_36, L_37, /*hidden argument*/NULL); V_3 = L_38; SocketAsyncCall_t1521370843 * L_39 = V_3; SocketAsyncResult_t2080034863 * L_40 = V_0; NullCheck(L_39); SocketAsyncCall_BeginInvoke_m3372974237(L_39, (AsyncCallback_t3962456242 *)NULL, L_40, /*hidden argument*/NULL); } IL_0107: { IL2CPP_LEAVE(0x113, FINALLY_010c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_010c; } FINALLY_010c: { // begin finally (depth: 1) Queue_t3637523393 * L_41 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); IL2CPP_END_FINALLY(268) } // end finally (depth: 1) IL2CPP_CLEANUP(268) { IL2CPP_JUMP_TBL(0x113, IL_0113) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0113: { SocketAsyncResult_t2080034863 * L_42 = V_0; return L_42; } } // System.Void System.Net.Sockets.Socket::Bind_internal(System.IntPtr,System.Net.SocketAddress,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Bind_internal_m2004496361 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, SocketAddress_t3739769427 * ___sa1, int32_t* ___error2, const RuntimeMethod* method) { typedef void (*Socket_Bind_internal_m2004496361_ftn) (intptr_t, SocketAddress_t3739769427 *, int32_t*); using namespace il2cpp::icalls; ((Socket_Bind_internal_m2004496361_ftn)System::System::Net::Sockets::Socket::Bind) (___sock0, ___sa1, ___error2); } // System.Void System.Net.Sockets.Socket::Bind(System.Net.EndPoint) extern "C" IL2CPP_METHOD_ATTR void Socket_Bind_m1387808352 (Socket_t1119025450 * __this, EndPoint_t982345378 * ___local_end0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Bind_m1387808352_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_Bind_m1387808352_RuntimeMethod_var); } IL_0027: { EndPoint_t982345378 * L_5 = ___local_end0; if (L_5) { goto IL_0038; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral2771286297, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_Bind_m1387808352_RuntimeMethod_var); } IL_0038: { bool L_7 = Environment_get_SocketSecurityEnabled_m190813817(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_7) { goto IL_006d; } } { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_8 = ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->get_current_bind_count_16(); int32_t L_9 = __this->get_max_bind_count_17(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_006d; } } { int32_t L_10 = __this->get_max_bind_count_17(); int32_t L_11 = L_10; RuntimeObject * L_12 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3162181185, L_12, /*hidden argument*/NULL); SecurityException_t975544473 * L_14 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,Socket_Bind_m1387808352_RuntimeMethod_var); } IL_006d: { intptr_t L_15 = __this->get_socket_9(); EndPoint_t982345378 * L_16 = ___local_end0; NullCheck(L_16); SocketAddress_t3739769427 * L_17 = VirtFuncInvoker0< SocketAddress_t3739769427 * >::Invoke(6 /* System.Net.SocketAddress System.Net.EndPoint::Serialize() */, L_16); IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_Bind_internal_m2004496361(NULL /*static, unused*/, L_15, L_17, (&V_0), /*hidden argument*/NULL); int32_t L_18 = V_0; if (!L_18) { goto IL_008d; } } { int32_t L_19 = V_0; SocketException_t3852068672 * L_20 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_20, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,Socket_Bind_m1387808352_RuntimeMethod_var); } IL_008d: { int32_t L_21 = V_0; if (L_21) { goto IL_009a; } } { __this->set_isbound_15((bool)1); } IL_009a: { bool L_22 = Environment_get_SocketSecurityEnabled_m190813817(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_22) { goto IL_00b0; } } { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_23 = ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->get_current_bind_count_16(); ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->set_current_bind_count_16(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); } IL_00b0: { EndPoint_t982345378 * L_24 = ___local_end0; __this->set_seed_endpoint_21(L_24); return; } } // System.Void System.Net.Sockets.Socket::EndConnect(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Socket_EndConnect_m498417972 (Socket_t1119025450 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_EndConnect_m498417972_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t2080034863 * V_0 = NULL; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_EndConnect_m498417972_RuntimeMethod_var); } IL_0027: { RuntimeObject* L_5 = ___result0; if (L_5) { goto IL_0038; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral405358763, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_EndConnect_m498417972_RuntimeMethod_var); } IL_0038: { RuntimeObject* L_7 = ___result0; V_0 = ((SocketAsyncResult_t2080034863 *)IsInstSealed((RuntimeObject*)L_7, SocketAsyncResult_t2080034863_il2cpp_TypeInfo_var)); SocketAsyncResult_t2080034863 * L_8 = V_0; if (L_8) { goto IL_0055; } } { ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_9, _stringLiteral1043874018, _stringLiteral405358763, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Socket_EndConnect_m498417972_RuntimeMethod_var); } IL_0055: { SocketAsyncResult_t2080034863 * L_10 = V_0; NullCheck(L_10); int32_t* L_11 = L_10->get_address_of_EndCalled_24(); int32_t L_12 = Interlocked_CompareExchange_m3023855514(NULL /*static, unused*/, L_11, 1, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)1)))) { goto IL_0074; } } { Exception_t * L_13 = Socket_InvalidAsyncOp_m201745000(__this, _stringLiteral489485050, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,Socket_EndConnect_m498417972_RuntimeMethod_var); } IL_0074: { RuntimeObject* L_14 = ___result0; NullCheck(L_14); bool L_15 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_14); if (L_15) { goto IL_008b; } } { RuntimeObject* L_16 = ___result0; NullCheck(L_16); WaitHandle_t1743403487 * L_17 = InterfaceFuncInvoker0< WaitHandle_t1743403487 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_16); NullCheck(L_17); VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_17); } IL_008b: { SocketAsyncResult_t2080034863 * L_18 = V_0; NullCheck(L_18); SocketAsyncResult_CheckIfThrowDelayedException_m1547318945(L_18, /*hidden argument*/NULL); return; } } // System.Int32 System.Net.Sockets.Socket::EndReceive(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndReceive_m2385446150 (Socket_t1119025450 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = ___result0; int32_t L_1 = Socket_EndReceive_m3009256849(__this, L_0, (&V_0), /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Net.Sockets.Socket::EndReceive(System.IAsyncResult,System.Net.Sockets.SocketError&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndReceive_m3009256849 (Socket_t1119025450 * __this, RuntimeObject* ___asyncResult0, int32_t* ___errorCode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_EndReceive_m3009256849_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t2080034863 * V_0 = NULL; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_EndReceive_m3009256849_RuntimeMethod_var); } IL_0027: { RuntimeObject* L_5 = ___asyncResult0; if (L_5) { goto IL_0038; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_EndReceive_m3009256849_RuntimeMethod_var); } IL_0038: { RuntimeObject* L_7 = ___asyncResult0; V_0 = ((SocketAsyncResult_t2080034863 *)IsInstSealed((RuntimeObject*)L_7, SocketAsyncResult_t2080034863_il2cpp_TypeInfo_var)); SocketAsyncResult_t2080034863 * L_8 = V_0; if (L_8) { goto IL_0055; } } { ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_9, _stringLiteral1043874018, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Socket_EndReceive_m3009256849_RuntimeMethod_var); } IL_0055: { SocketAsyncResult_t2080034863 * L_10 = V_0; NullCheck(L_10); int32_t* L_11 = L_10->get_address_of_EndCalled_24(); int32_t L_12 = Interlocked_CompareExchange_m3023855514(NULL /*static, unused*/, L_11, 1, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)1)))) { goto IL_0074; } } { Exception_t * L_13 = Socket_InvalidAsyncOp_m201745000(__this, _stringLiteral2805378376, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,Socket_EndReceive_m3009256849_RuntimeMethod_var); } IL_0074: { RuntimeObject* L_14 = ___asyncResult0; NullCheck(L_14); bool L_15 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_14); if (L_15) { goto IL_008b; } } { RuntimeObject* L_16 = ___asyncResult0; NullCheck(L_16); WaitHandle_t1743403487 * L_17 = InterfaceFuncInvoker0< WaitHandle_t1743403487 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_16); NullCheck(L_17); VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_17); } IL_008b: { int32_t* L_18 = ___errorCode1; SocketAsyncResult_t2080034863 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = SocketAsyncResult_get_ErrorCode_m2567000903(L_19, /*hidden argument*/NULL); *((int32_t*)(L_18)) = (int32_t)L_20; SocketAsyncResult_t2080034863 * L_21 = V_0; NullCheck(L_21); SocketAsyncResult_CheckIfThrowDelayedException_m1547318945(L_21, /*hidden argument*/NULL); SocketAsyncResult_t2080034863 * L_22 = V_0; NullCheck(L_22); int32_t L_23 = SocketAsyncResult_get_Total_m1357230612(L_22, /*hidden argument*/NULL); return L_23; } } // System.Int32 System.Net.Sockets.Socket::EndSend(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndSend_m2816431255 (Socket_t1119025450 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = ___result0; int32_t L_1 = Socket_EndSend_m1244041542(__this, L_0, (&V_0), /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Net.Sockets.Socket::EndSend(System.IAsyncResult,System.Net.Sockets.SocketError&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndSend_m1244041542 (Socket_t1119025450 * __this, RuntimeObject* ___asyncResult0, int32_t* ___errorCode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_EndSend_m1244041542_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAsyncResult_t2080034863 * V_0 = NULL; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_EndSend_m1244041542_RuntimeMethod_var); } IL_0027: { RuntimeObject* L_5 = ___asyncResult0; if (L_5) { goto IL_0038; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_EndSend_m1244041542_RuntimeMethod_var); } IL_0038: { RuntimeObject* L_7 = ___asyncResult0; V_0 = ((SocketAsyncResult_t2080034863 *)IsInstSealed((RuntimeObject*)L_7, SocketAsyncResult_t2080034863_il2cpp_TypeInfo_var)); SocketAsyncResult_t2080034863 * L_8 = V_0; if (L_8) { goto IL_0055; } } { ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_9, _stringLiteral1043874018, _stringLiteral405358763, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Socket_EndSend_m1244041542_RuntimeMethod_var); } IL_0055: { SocketAsyncResult_t2080034863 * L_10 = V_0; NullCheck(L_10); int32_t* L_11 = L_10->get_address_of_EndCalled_24(); int32_t L_12 = Interlocked_CompareExchange_m3023855514(NULL /*static, unused*/, L_11, 1, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)1)))) { goto IL_0074; } } { Exception_t * L_13 = Socket_InvalidAsyncOp_m201745000(__this, _stringLiteral2204559566, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,Socket_EndSend_m1244041542_RuntimeMethod_var); } IL_0074: { RuntimeObject* L_14 = ___asyncResult0; NullCheck(L_14); bool L_15 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_14); if (L_15) { goto IL_008b; } } { RuntimeObject* L_16 = ___asyncResult0; NullCheck(L_16); WaitHandle_t1743403487 * L_17 = InterfaceFuncInvoker0< WaitHandle_t1743403487 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_t767004451_il2cpp_TypeInfo_var, L_16); NullCheck(L_17); VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_17); } IL_008b: { int32_t* L_18 = ___errorCode1; SocketAsyncResult_t2080034863 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = SocketAsyncResult_get_ErrorCode_m2567000903(L_19, /*hidden argument*/NULL); *((int32_t*)(L_18)) = (int32_t)L_20; SocketAsyncResult_t2080034863 * L_21 = V_0; NullCheck(L_21); SocketAsyncResult_CheckIfThrowDelayedException_m1547318945(L_21, /*hidden argument*/NULL); SocketAsyncResult_t2080034863 * L_22 = V_0; NullCheck(L_22); int32_t L_23 = SocketAsyncResult_get_Total_m1357230612(L_22, /*hidden argument*/NULL); return L_23; } } // System.Exception System.Net.Sockets.Socket::InvalidAsyncOp(System.String) extern "C" IL2CPP_METHOD_ATTR Exception_t * Socket_InvalidAsyncOp_m201745000 (Socket_t1119025450 * __this, String_t* ___method0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_InvalidAsyncOp_m201745000_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___method0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m3937257545(NULL /*static, unused*/, L_0, _stringLiteral94377013, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_2 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Net.Sockets.Socket::Listen_internal(System.IntPtr,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Listen_internal_m314292295 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, int32_t ___backlog1, int32_t* ___error2, const RuntimeMethod* method) { typedef void (*Socket_Listen_internal_m314292295_ftn) (intptr_t, int32_t, int32_t*); using namespace il2cpp::icalls; ((Socket_Listen_internal_m314292295_ftn)System::System::Net::Sockets::Socket::Listen) (___sock0, ___backlog1, ___error2); } // System.Void System.Net.Sockets.Socket::Listen(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Socket_Listen_m3184049021 (Socket_t1119025450 * __this, int32_t ___backlog0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Listen_m3184049021_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityException_t975544473 * V_0 = NULL; int32_t V_1 = 0; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_Listen_m3184049021_RuntimeMethod_var); } IL_0027: { bool L_5 = __this->get_isbound_15(); if (L_5) { goto IL_003d; } } { SocketException_t3852068672 * L_6 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_6, ((int32_t)10022), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_Listen_m3184049021_RuntimeMethod_var); } IL_003d: { bool L_7 = Environment_get_SocketSecurityEnabled_m190813817(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_7) { goto IL_0064; } } { SecurityException_t975544473 * L_8 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_8, _stringLiteral3610551716, /*hidden argument*/NULL); V_0 = L_8; SecurityException_t975544473 * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3710116527, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Console_WriteLine_m4182570127(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); SecurityException_t975544473 * L_11 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,Socket_Listen_m3184049021_RuntimeMethod_var); } IL_0064: { intptr_t L_12 = __this->get_socket_9(); int32_t L_13 = ___backlog0; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_Listen_internal_m314292295(NULL /*static, unused*/, L_12, L_13, (&V_1), /*hidden argument*/NULL); int32_t L_14 = V_1; if (!L_14) { goto IL_007f; } } { int32_t L_15 = V_1; SocketException_t3852068672 * L_16 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,Socket_Listen_m3184049021_RuntimeMethod_var); } IL_007f: { __this->set_islistening_2((bool)1); return; } } // System.Boolean System.Net.Sockets.Socket::Poll(System.Int32,System.Net.Sockets.SelectMode) extern "C" IL2CPP_METHOD_ATTR bool Socket_Poll_m391414345 (Socket_t1119025450 * __this, int32_t ___time_us0, int32_t ___mode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Poll_m391414345_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_Poll_m391414345_RuntimeMethod_var); } IL_0027: { int32_t L_5 = ___mode1; if (!L_5) { goto IL_0046; } } { int32_t L_6 = ___mode1; if ((((int32_t)L_6) == ((int32_t)1))) { goto IL_0046; } } { int32_t L_7 = ___mode1; if ((((int32_t)L_7) == ((int32_t)2))) { goto IL_0046; } } { NotSupportedException_t1314879016 * L_8 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_8, _stringLiteral3928579774, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,Socket_Poll_m391414345_RuntimeMethod_var); } IL_0046: { intptr_t L_9 = __this->get_socket_9(); int32_t L_10 = ___mode1; int32_t L_11 = ___time_us0; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); bool L_12 = Socket_Poll_internal_m3742261368(NULL /*static, unused*/, L_9, L_10, L_11, (&V_0), /*hidden argument*/NULL); V_1 = L_12; int32_t L_13 = V_0; if (!L_13) { goto IL_0063; } } { int32_t L_14 = V_0; SocketException_t3852068672 * L_15 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Socket_Poll_m391414345_RuntimeMethod_var); } IL_0063: { int32_t L_16 = ___mode1; if ((!(((uint32_t)L_16) == ((uint32_t)1)))) { goto IL_009c; } } { bool L_17 = V_1; if (!L_17) { goto IL_009c; } } { bool L_18 = __this->get_connected_18(); if (L_18) { goto IL_009c; } } { RuntimeObject * L_19 = Socket_GetSocketOption_m419986124(__this, ((int32_t)65535), ((int32_t)4103), /*hidden argument*/NULL); if (((*(int32_t*)((int32_t*)UnBox(L_19, Int32_t2950945753_il2cpp_TypeInfo_var))))) { goto IL_009c; } } { __this->set_connected_18((bool)1); } IL_009c: { bool L_20 = V_1; return L_20; } } // System.Int32 System.Net.Sockets.Socket::Receive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_m3794758455 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Receive_m3794758455_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_Receive_m3794758455_RuntimeMethod_var); } IL_0027: { ByteU5BU5D_t4116647657* L_5 = ___buffer0; if (L_5) { goto IL_0038; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_Receive_m3794758455_RuntimeMethod_var); } IL_0038: { int32_t L_7 = ___offset1; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0048; } } { int32_t L_8 = ___offset1; ByteU5BU5D_t4116647657* L_9 = ___buffer0; NullCheck(L_9); if ((((int32_t)L_8) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))))) { goto IL_0053; } } IL_0048: { ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_10, _stringLiteral1082126080, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Socket_Receive_m3794758455_RuntimeMethod_var); } IL_0053: { int32_t L_11 = ___size2; if ((((int32_t)L_11) < ((int32_t)0))) { goto IL_0065; } } { int32_t L_12 = ___offset1; int32_t L_13 = ___size2; ByteU5BU5D_t4116647657* L_14 = ___buffer0; NullCheck(L_14); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0070; } } IL_0065: { ArgumentOutOfRangeException_t777629997 * L_15 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_15, _stringLiteral4049040645, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Socket_Receive_m3794758455_RuntimeMethod_var); } IL_0070: { ByteU5BU5D_t4116647657* L_16 = ___buffer0; int32_t L_17 = ___offset1; int32_t L_18 = ___size2; int32_t L_19 = ___flags3; int32_t L_20 = Socket_Receive_nochecks_m1265362885(__this, L_16, L_17, L_18, L_19, (&V_0), /*hidden argument*/NULL); V_1 = L_20; int32_t L_21 = V_0; if (!L_21) { goto IL_00ad; } } { int32_t L_22 = V_0; if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)10035))))) { goto IL_00a6; } } { bool L_23 = __this->get_blocking_13(); if (!L_23) { goto IL_00a6; } } { int32_t L_24 = V_0; SocketException_t3852068672 * L_25 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m3042788307(L_25, L_24, _stringLiteral1392340183, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,Socket_Receive_m3794758455_RuntimeMethod_var); } IL_00a6: { int32_t L_26 = V_0; SocketException_t3852068672 * L_27 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_27, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27,Socket_Receive_m3794758455_RuntimeMethod_var); } IL_00ad: { int32_t L_28 = V_1; return L_28; } } // System.Int32 System.Net.Sockets.Socket::RecvFrom_internal(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.SocketAddress&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_RecvFrom_internal_m2269104884 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___count3, int32_t ___flags4, SocketAddress_t3739769427 ** ___sockaddr5, int32_t* ___error6, const RuntimeMethod* method) { typedef int32_t (*Socket_RecvFrom_internal_m2269104884_ftn) (intptr_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, int32_t, SocketAddress_t3739769427 **, int32_t*); using namespace il2cpp::icalls; return ((Socket_RecvFrom_internal_m2269104884_ftn)System::System::Net::Sockets::Socket::RecvFrom) (___sock0, ___buffer1, ___offset2, ___count3, ___flags4, ___sockaddr5, ___error6); } // System.Int32 System.Net.Sockets.Socket::ReceiveFrom_nochecks(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_ReceiveFrom_nochecks_m2346680298 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buf0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, EndPoint_t982345378 ** ___remote_end4, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_t4116647657* L_0 = ___buf0; int32_t L_1 = ___offset1; int32_t L_2 = ___size2; int32_t L_3 = ___flags3; EndPoint_t982345378 ** L_4 = ___remote_end4; int32_t L_5 = Socket_ReceiveFrom_nochecks_exc_m3832376789(__this, L_0, L_1, L_2, L_3, L_4, (bool)1, (&V_0), /*hidden argument*/NULL); return L_5; } } // System.Int32 System.Net.Sockets.Socket::ReceiveFrom_nochecks_exc(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint&,System.Boolean,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_ReceiveFrom_nochecks_exc_m3832376789 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buf0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, EndPoint_t982345378 ** ___remote_end4, bool ___throwOnError5, int32_t* ___error6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_ReceiveFrom_nochecks_exc_m3832376789_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAddress_t3739769427 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { EndPoint_t982345378 ** L_0 = ___remote_end4; EndPoint_t982345378 * L_1 = *((EndPoint_t982345378 **)L_0); NullCheck(L_1); SocketAddress_t3739769427 * L_2 = VirtFuncInvoker0< SocketAddress_t3739769427 * >::Invoke(6 /* System.Net.SocketAddress System.Net.EndPoint::Serialize() */, L_1); V_0 = L_2; intptr_t L_3 = __this->get_socket_9(); ByteU5BU5D_t4116647657* L_4 = ___buf0; int32_t L_5 = ___offset1; int32_t L_6 = ___size2; int32_t L_7 = ___flags3; int32_t* L_8 = ___error6; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_9 = Socket_RecvFrom_internal_m2269104884(NULL /*static, unused*/, L_3, L_4, L_5, L_6, L_7, (&V_0), L_8, /*hidden argument*/NULL); V_1 = L_9; int32_t* L_10 = ___error6; V_2 = (*((int32_t*)L_10)); int32_t L_11 = V_2; if (!L_11) { goto IL_0093; } } { int32_t L_12 = V_2; if ((((int32_t)L_12) == ((int32_t)((int32_t)10035)))) { goto IL_004a; } } { int32_t L_13 = V_2; if ((((int32_t)L_13) == ((int32_t)((int32_t)10036)))) { goto IL_004a; } } { __this->set_connected_18((bool)0); goto IL_0081; } IL_004a: { int32_t L_14 = V_2; if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)10035))))) { goto IL_0081; } } { bool L_15 = __this->get_blocking_13(); if (!L_15) { goto IL_0081; } } { bool L_16 = ___throwOnError5; if (!L_16) { goto IL_0077; } } { SocketException_t3852068672 * L_17 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m3042788307(L_17, ((int32_t)10060), _stringLiteral2246274263, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,Socket_ReceiveFrom_nochecks_exc_m3832376789_RuntimeMethod_var); } IL_0077: { int32_t* L_18 = ___error6; *((int32_t*)(L_18)) = (int32_t)((int32_t)10060); return 0; } IL_0081: { bool L_19 = ___throwOnError5; if (!L_19) { goto IL_0091; } } { int32_t* L_20 = ___error6; SocketException_t3852068672 * L_21 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_21, (*((int32_t*)L_20)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,Socket_ReceiveFrom_nochecks_exc_m3832376789_RuntimeMethod_var); } IL_0091: { return 0; } IL_0093: { bool L_22 = Environment_get_SocketSecurityEnabled_m190813817(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_22) { goto IL_00b9; } } { SocketAddress_t3739769427 * L_23 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); bool L_24 = Socket_CheckEndPoint_m1541548901(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); if (L_24) { goto IL_00b9; } } { ByteU5BU5D_t4116647657* L_25 = ___buf0; NullCheck((RuntimeArray *)(RuntimeArray *)L_25); Array_Initialize_m3004991267((RuntimeArray *)(RuntimeArray *)L_25, /*hidden argument*/NULL); SecurityException_t975544473 * L_26 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_26, _stringLiteral2107675532, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,Socket_ReceiveFrom_nochecks_exc_m3832376789_RuntimeMethod_var); } IL_00b9: { __this->set_connected_18((bool)1); __this->set_isbound_15((bool)1); SocketAddress_t3739769427 * L_27 = V_0; if (!L_27) { goto IL_00d9; } } { EndPoint_t982345378 ** L_28 = ___remote_end4; EndPoint_t982345378 ** L_29 = ___remote_end4; EndPoint_t982345378 * L_30 = *((EndPoint_t982345378 **)L_29); SocketAddress_t3739769427 * L_31 = V_0; NullCheck(L_30); EndPoint_t982345378 * L_32 = VirtFuncInvoker1< EndPoint_t982345378 *, SocketAddress_t3739769427 * >::Invoke(5 /* System.Net.EndPoint System.Net.EndPoint::Create(System.Net.SocketAddress) */, L_30, L_31); *((RuntimeObject **)(L_28)) = (RuntimeObject *)L_32; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_28), (RuntimeObject *)L_32); } IL_00d9: { EndPoint_t982345378 ** L_33 = ___remote_end4; EndPoint_t982345378 * L_34 = *((EndPoint_t982345378 **)L_33); __this->set_seed_endpoint_21(L_34); int32_t L_35 = V_1; return L_35; } } // System.Int32 System.Net.Sockets.Socket::Send(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_m2509318470 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buf0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Send_m2509318470_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_Send_m2509318470_RuntimeMethod_var); } IL_0027: { ByteU5BU5D_t4116647657* L_5 = ___buf0; if (L_5) { goto IL_0038; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_Send_m2509318470_RuntimeMethod_var); } IL_0038: { int32_t L_7 = ___offset1; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0048; } } { int32_t L_8 = ___offset1; ByteU5BU5D_t4116647657* L_9 = ___buf0; NullCheck(L_9); if ((((int32_t)L_8) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))))) { goto IL_0053; } } IL_0048: { ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_10, _stringLiteral1082126080, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Socket_Send_m2509318470_RuntimeMethod_var); } IL_0053: { int32_t L_11 = ___size2; if ((((int32_t)L_11) < ((int32_t)0))) { goto IL_0065; } } { int32_t L_12 = ___offset1; int32_t L_13 = ___size2; ByteU5BU5D_t4116647657* L_14 = ___buf0; NullCheck(L_14); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0070; } } IL_0065: { ArgumentOutOfRangeException_t777629997 * L_15 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_15, _stringLiteral4049040645, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Socket_Send_m2509318470_RuntimeMethod_var); } IL_0070: { ByteU5BU5D_t4116647657* L_16 = ___buf0; int32_t L_17 = ___offset1; int32_t L_18 = ___size2; int32_t L_19 = ___flags3; int32_t L_20 = Socket_Send_nochecks_m3624015216(__this, L_16, L_17, L_18, L_19, (&V_0), /*hidden argument*/NULL); V_1 = L_20; int32_t L_21 = V_0; if (!L_21) { goto IL_008b; } } { int32_t L_22 = V_0; SocketException_t3852068672 * L_23 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,Socket_Send_m2509318470_RuntimeMethod_var); } IL_008b: { int32_t L_24 = V_1; return L_24; } } // System.Int32 System.Net.Sockets.Socket::SendTo_internal_real(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.SocketAddress,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_SendTo_internal_real_m821105673 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___count3, int32_t ___flags4, SocketAddress_t3739769427 * ___sa5, int32_t* ___error6, const RuntimeMethod* method) { typedef int32_t (*Socket_SendTo_internal_real_m821105673_ftn) (intptr_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, int32_t, SocketAddress_t3739769427 *, int32_t*); using namespace il2cpp::icalls; return ((Socket_SendTo_internal_real_m821105673_ftn)System::System::Net::Sockets::Socket::SendTo) (___sock0, ___buffer1, ___offset2, ___count3, ___flags4, ___sa5, ___error6); } // System.Int32 System.Net.Sockets.Socket::SendTo_internal(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.SocketAddress,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_SendTo_internal_m3673132649 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___count3, int32_t ___flags4, SocketAddress_t3739769427 * ___sa5, int32_t* ___error6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_SendTo_internal_m3673132649_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; SecurityException_t975544473 * V_1 = NULL; { bool L_0 = Environment_get_SocketSecurityEnabled_m190813817(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0035; } } { SocketAddress_t3739769427 * L_1 = ___sa5; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); bool L_2 = Socket_CheckEndPoint_m1541548901(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; bool L_3 = V_0; if (L_3) { goto IL_0035; } } { SecurityException_t975544473 * L_4 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_4, _stringLiteral4125287156, /*hidden argument*/NULL); V_1 = L_4; SecurityException_t975544473 * L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral861475681, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Console_WriteLine_m4182570127(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); SecurityException_t975544473 * L_7 = V_1; IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Socket_SendTo_internal_m3673132649_RuntimeMethod_var); } IL_0035: { intptr_t L_8 = ___sock0; ByteU5BU5D_t4116647657* L_9 = ___buffer1; int32_t L_10 = ___offset2; int32_t L_11 = ___count3; int32_t L_12 = ___flags4; SocketAddress_t3739769427 * L_13 = ___sa5; int32_t* L_14 = ___error6; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_15 = Socket_SendTo_internal_real_m821105673(NULL /*static, unused*/, L_8, L_9, L_10, L_11, L_12, L_13, L_14, /*hidden argument*/NULL); return L_15; } } // System.Int32 System.Net.Sockets.Socket::SendTo_nochecks(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_SendTo_nochecks_m2955493341 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, EndPoint_t982345378 * ___remote_end4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_SendTo_nochecks_m2955493341_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAddress_t3739769427 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { EndPoint_t982345378 * L_0 = ___remote_end4; NullCheck(L_0); SocketAddress_t3739769427 * L_1 = VirtFuncInvoker0< SocketAddress_t3739769427 * >::Invoke(6 /* System.Net.SocketAddress System.Net.EndPoint::Serialize() */, L_0); V_0 = L_1; intptr_t L_2 = __this->get_socket_9(); ByteU5BU5D_t4116647657* L_3 = ___buffer0; int32_t L_4 = ___offset1; int32_t L_5 = ___size2; int32_t L_6 = ___flags3; SocketAddress_t3739769427 * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_8 = Socket_SendTo_internal_m3673132649(NULL /*static, unused*/, L_2, L_3, L_4, L_5, L_6, L_7, (&V_2), /*hidden argument*/NULL); V_1 = L_8; int32_t L_9 = V_2; V_3 = L_9; int32_t L_10 = V_3; if (!L_10) { goto IL_0048; } } { int32_t L_11 = V_3; if ((((int32_t)L_11) == ((int32_t)((int32_t)10035)))) { goto IL_0041; } } { int32_t L_12 = V_3; if ((((int32_t)L_12) == ((int32_t)((int32_t)10036)))) { goto IL_0041; } } { __this->set_connected_18((bool)0); } IL_0041: { int32_t L_13 = V_2; SocketException_t3852068672 * L_14 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,Socket_SendTo_nochecks_m2955493341_RuntimeMethod_var); } IL_0048: { __this->set_connected_18((bool)1); __this->set_isbound_15((bool)1); EndPoint_t982345378 * L_15 = ___remote_end4; __this->set_seed_endpoint_21(L_15); int32_t L_16 = V_1; return L_16; } } // System.Void System.Net.Sockets.Socket::SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Socket_SetSocketOption_m2729927670 (Socket_t1119025450 * __this, int32_t ___optionLevel0, int32_t ___optionName1, ByteU5BU5D_t4116647657* ___optionValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_SetSocketOption_m2729927670_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_SetSocketOption_m2729927670_RuntimeMethod_var); } IL_0027: { ByteU5BU5D_t4116647657* L_5 = ___optionValue2; if (L_5) { goto IL_003d; } } { SocketException_t3852068672 * L_6 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m3042788307(L_6, ((int32_t)10014), _stringLiteral2756526534, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_SetSocketOption_m2729927670_RuntimeMethod_var); } IL_003d: { intptr_t L_7 = __this->get_socket_9(); int32_t L_8 = ___optionLevel0; int32_t L_9 = ___optionName1; ByteU5BU5D_t4116647657* L_10 = ___optionValue2; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_SetSocketOption_internal_m2890815837(NULL /*static, unused*/, L_7, L_8, L_9, NULL, L_10, 0, (&V_0), /*hidden argument*/NULL); int32_t L_11 = V_0; if (!L_11) { goto IL_006d; } } { int32_t L_12 = V_0; if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)10022))))) { goto IL_0066; } } { ArgumentException_t132251570 * L_13 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m3698743796(L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,Socket_SetSocketOption_m2729927670_RuntimeMethod_var); } IL_0066: { int32_t L_14 = V_0; SocketException_t3852068672 * L_15 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Socket_SetSocketOption_m2729927670_RuntimeMethod_var); } IL_006d: { return; } } // System.Void System.Net.Sockets.Socket::CheckProtocolSupport() extern "C" IL2CPP_METHOD_ATTR void Socket_CheckProtocolSupport_m1722155143 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_CheckProtocolSupport_m1722155143_MetadataUsageId); s_Il2CppMethodInitialized = true; } Socket_t1119025450 * V_0 = NULL; Socket_t1119025450 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_0 = ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->get_ipv4Supported_6(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0031; } } IL_000b: try { // begin try (depth: 1) Socket_t1119025450 * L_1 = (Socket_t1119025450 *)il2cpp_codegen_object_new(Socket_t1119025450_il2cpp_TypeInfo_var); Socket__ctor_m3479084642(L_1, 2, 1, 6, /*hidden argument*/NULL); V_0 = L_1; Socket_t1119025450 * L_2 = V_0; NullCheck(L_2); Socket_Close_m3289097516(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->set_ipv4Supported_6(1); goto IL_0031; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0025; throw e; } CATCH_0025: { // begin catch(System.Object) IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->set_ipv4Supported_6(0); goto IL_0031; } // end catch (depth: 1) IL_0031: { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_3 = ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->get_ipv6Supported_7(); if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { goto IL_006d; } } { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_4 = ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->get_ipv6Supported_7(); if (!L_4) { goto IL_006d; } } IL_0046: try { // begin try (depth: 1) Socket_t1119025450 * L_5 = (Socket_t1119025450 *)il2cpp_codegen_object_new(Socket_t1119025450_il2cpp_TypeInfo_var); Socket__ctor_m3479084642(L_5, ((int32_t)23), 1, 6, /*hidden argument*/NULL); V_1 = L_5; Socket_t1119025450 * L_6 = V_1; NullCheck(L_6); Socket_Close_m3289097516(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->set_ipv6Supported_7(1); goto IL_006d; } // 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_0061; throw e; } CATCH_0061: { // begin catch(System.Object) IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->set_ipv6Supported_7(0); goto IL_006d; } // end catch (depth: 1) IL_006d: { return; } } // System.Boolean System.Net.Sockets.Socket::get_SupportsIPv4() extern "C" IL2CPP_METHOD_ATTR bool Socket_get_SupportsIPv4_m1296530015 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_get_SupportsIPv4_m1296530015_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_CheckProtocolSupport_m1722155143(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_0 = ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->get_ipv4Supported_6(); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } // System.Boolean System.Net.Sockets.Socket::get_SupportsIPv6() extern "C" IL2CPP_METHOD_ATTR bool Socket_get_SupportsIPv6_m1296530017 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_get_SupportsIPv6_m1296530017_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_CheckProtocolSupport_m1722155143(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_0 = ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->get_ipv6Supported_7(); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } // System.IntPtr System.Net.Sockets.Socket::Socket_internal(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType,System.Int32&) extern "C" IL2CPP_METHOD_ATTR intptr_t Socket_Socket_internal_m1681190592 (Socket_t1119025450 * __this, int32_t ___family0, int32_t ___type1, int32_t ___proto2, int32_t* ___error3, const RuntimeMethod* method) { typedef intptr_t (*Socket_Socket_internal_m1681190592_ftn) (Socket_t1119025450 *, int32_t, int32_t, int32_t, int32_t*); using namespace il2cpp::icalls; return ((Socket_Socket_internal_m1681190592_ftn)System::System::Net::Sockets::Socket::Socket_internal) (__this, ___family0, ___type1, ___proto2, ___error3); } // System.Void System.Net.Sockets.Socket::Finalize() extern "C" IL2CPP_METHOD_ATTR void Socket_Finalize_m1356936501 (Socket_t1119025450 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Net.Sockets.Socket::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x13, FINALLY_000c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000c; } FINALLY_000c: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(12) } // end finally (depth: 1) IL2CPP_CLEANUP(12) { IL2CPP_JUMP_TBL(0x13, IL_0013) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0013: { return; } } // System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::get_AddressFamily() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_AddressFamily_m51841532 (Socket_t1119025450 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_address_family_10(); return L_0; } } // System.Void System.Net.Sockets.Socket::Blocking_internal(System.IntPtr,System.Boolean,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Blocking_internal_m937501832 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, bool ___block1, int32_t* ___error2, const RuntimeMethod* method) { typedef void (*Socket_Blocking_internal_m937501832_ftn) (intptr_t, bool, int32_t*); using namespace il2cpp::icalls; ((Socket_Blocking_internal_m937501832_ftn)System::System::Net::Sockets::Socket::Blocking) (___socket0, ___block1, ___error2); } // System.Boolean System.Net.Sockets.Socket::get_Blocking() extern "C" IL2CPP_METHOD_ATTR bool Socket_get_Blocking_m140927673 (Socket_t1119025450 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_blocking_13(); return L_0; } } // System.Void System.Net.Sockets.Socket::set_Blocking(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Socket_set_Blocking_m2255852279 (Socket_t1119025450 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_set_Blocking_m2255852279_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_set_Blocking_m2255852279_RuntimeMethod_var); } IL_0027: { intptr_t L_5 = __this->get_socket_9(); bool L_6 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_Blocking_internal_m937501832(NULL /*static, unused*/, L_5, L_6, (&V_0), /*hidden argument*/NULL); int32_t L_7 = V_0; if (!L_7) { goto IL_0042; } } { int32_t L_8 = V_0; SocketException_t3852068672 * L_9 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Socket_set_Blocking_m2255852279_RuntimeMethod_var); } IL_0042: { bool L_10 = ___value0; __this->set_blocking_13(L_10); return; } } // System.Boolean System.Net.Sockets.Socket::get_Connected() extern "C" IL2CPP_METHOD_ATTR bool Socket_get_Connected_m2875145796 (Socket_t1119025450 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_connected_18(); return L_0; } } // System.Net.Sockets.ProtocolType System.Net.Sockets.Socket::get_ProtocolType() extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_ProtocolType_m1935110519 (Socket_t1119025450 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_protocol_type_12(); return L_0; } } // System.Void System.Net.Sockets.Socket::set_NoDelay(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Socket_set_NoDelay_m3209939872 (Socket_t1119025450 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_set_NoDelay_m3209939872_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B5_0 = 0; int32_t G_B5_1 = 0; Socket_t1119025450 * G_B5_2 = NULL; int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; Socket_t1119025450 * G_B4_2 = NULL; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; int32_t G_B6_2 = 0; Socket_t1119025450 * G_B6_3 = NULL; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_set_NoDelay_m3209939872_RuntimeMethod_var); } IL_0027: { Socket_ThrowIfUpd_m1907232738(__this, /*hidden argument*/NULL); bool L_5 = ___value0; G_B4_0 = 1; G_B4_1 = 6; G_B4_2 = __this; if (!L_5) { G_B5_0 = 1; G_B5_1 = 6; G_B5_2 = __this; goto IL_003c; } } { G_B6_0 = 1; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; G_B6_3 = G_B4_2; goto IL_003d; } IL_003c: { G_B6_0 = 0; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; G_B6_3 = G_B5_2; } IL_003d: { NullCheck(G_B6_3); Socket_SetSocketOption_m483522974(G_B6_3, G_B6_2, G_B6_1, G_B6_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.Socket::Linger(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Socket_Linger_m363798742 (Socket_t1119025450 * __this, intptr_t ___handle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Linger_m363798742_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; LingerOption_t2688985448 * V_3 = NULL; { bool L_0 = __this->get_connected_18(); if (!L_0) { goto IL_0017; } } { int32_t L_1 = __this->get_linger_timeout_8(); if ((((int32_t)L_1) > ((int32_t)0))) { goto IL_0018; } } IL_0017: { return; } IL_0018: { intptr_t L_2 = ___handle0; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_Shutdown_internal_m4083092300(NULL /*static, unused*/, L_2, 0, (&V_0), /*hidden argument*/NULL); int32_t L_3 = V_0; if (!L_3) { goto IL_0028; } } { return; } IL_0028: { int32_t L_4 = __this->get_linger_timeout_8(); V_1 = ((int32_t)((int32_t)L_4/(int32_t)((int32_t)1000))); int32_t L_5 = __this->get_linger_timeout_8(); V_2 = ((int32_t)((int32_t)L_5%(int32_t)((int32_t)1000))); int32_t L_6 = V_2; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_0061; } } { intptr_t L_7 = ___handle0; int32_t L_8 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_Poll_internal_m3742261368(NULL /*static, unused*/, L_7, 0, ((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)((int32_t)1000))), (&V_0), /*hidden argument*/NULL); int32_t L_9 = V_0; if (!L_9) { goto IL_0061; } } { return; } IL_0061: { int32_t L_10 = V_1; if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0085; } } { int32_t L_11 = V_1; LingerOption_t2688985448 * L_12 = (LingerOption_t2688985448 *)il2cpp_codegen_object_new(LingerOption_t2688985448_il2cpp_TypeInfo_var); LingerOption__ctor_m2538367620(L_12, (bool)1, L_11, /*hidden argument*/NULL); V_3 = L_12; intptr_t L_13 = ___handle0; LingerOption_t2688985448 * L_14 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_SetSocketOption_internal_m2890815837(NULL /*static, unused*/, L_13, ((int32_t)65535), ((int32_t)128), L_14, (ByteU5BU5D_t4116647657*)(ByteU5BU5D_t4116647657*)NULL, 0, (&V_0), /*hidden argument*/NULL); } IL_0085: { return; } } // System.Void System.Net.Sockets.Socket::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Socket_Dispose_m3459017717 (Socket_t1119025450 * __this, bool ___explicitDisposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Dispose_m3459017717_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; intptr_t V_2; memset(&V_2, 0, sizeof(V_2)); Thread_t2300836069 * V_3 = NULL; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_disposed_20((bool)1); bool L_1 = __this->get_connected_18(); V_0 = L_1; __this->set_connected_18((bool)0); intptr_t L_2 = __this->get_socket_9(); int32_t L_3 = IntPtr_op_Explicit_m4220076518(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_00a9; } } { bool L_4 = Environment_get_SocketSecurityEnabled_m190813817(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_4) { goto IL_0053; } } { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_5 = ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->get_current_bind_count_16(); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_0053; } } { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_6 = ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->get_current_bind_count_16(); ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->set_current_bind_count_16(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))); } IL_0053: { __this->set_closed_19((bool)1); intptr_t L_7 = __this->get_socket_9(); V_2 = L_7; intptr_t L_8 = IntPtr_op_Explicit_m1593216315(NULL /*static, unused*/, (-1), /*hidden argument*/NULL); __this->set_socket_9(L_8); Thread_t2300836069 * L_9 = __this->get_blocking_thread_14(); V_3 = L_9; Thread_t2300836069 * L_10 = V_3; if (!L_10) { goto IL_0087; } } { Thread_t2300836069 * L_11 = V_3; NullCheck(L_11); Thread_Abort_m14784104(L_11, /*hidden argument*/NULL); __this->set_blocking_thread_14((Thread_t2300836069 *)NULL); } IL_0087: { bool L_12 = V_0; if (!L_12) { goto IL_0094; } } { intptr_t L_13 = V_2; Socket_Linger_m363798742(__this, L_13, /*hidden argument*/NULL); } IL_0094: { intptr_t L_14 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_Close_internal_m3541237784(NULL /*static, unused*/, L_14, (&V_1), /*hidden argument*/NULL); int32_t L_15 = V_1; if (!L_15) { goto IL_00a9; } } { int32_t L_16 = V_1; SocketException_t3852068672 * L_17 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_17, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,Socket_Dispose_m3459017717_RuntimeMethod_var); } IL_00a9: { return; } } // System.Void System.Net.Sockets.Socket::Dispose() extern "C" IL2CPP_METHOD_ATTR void Socket_Dispose_m614819465 (Socket_t1119025450 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Net.Sockets.Socket::Dispose(System.Boolean) */, __this, (bool)1); GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.Socket::Close_internal(System.IntPtr,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Close_internal_m3541237784 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t* ___error1, const RuntimeMethod* method) { typedef void (*Socket_Close_internal_m3541237784_ftn) (intptr_t, int32_t*); using namespace il2cpp::icalls; ((Socket_Close_internal_m3541237784_ftn)System::System::Net::Sockets::Socket::Close) (___socket0, ___error1); } // System.Void System.Net.Sockets.Socket::Close() extern "C" IL2CPP_METHOD_ATTR void Socket_Close_m3289097516 (Socket_t1119025450 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Close_m3289097516_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_linger_timeout_8(0); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, __this); return; } } // System.Void System.Net.Sockets.Socket::Connect_internal_real(System.IntPtr,System.Net.SocketAddress,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_internal_real_m1040728770 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, SocketAddress_t3739769427 * ___sa1, int32_t* ___error2, const RuntimeMethod* method) { typedef void (*Socket_Connect_internal_real_m1040728770_ftn) (intptr_t, SocketAddress_t3739769427 *, int32_t*); using namespace il2cpp::icalls; ((Socket_Connect_internal_real_m1040728770_ftn)System::System::Net::Sockets::Socket::Connect) (___sock0, ___sa1, ___error2); } // System.Void System.Net.Sockets.Socket::Connect_internal(System.IntPtr,System.Net.SocketAddress,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_internal_m2709146273 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, SocketAddress_t3739769427 * ___sa1, int32_t* ___error2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Connect_internal_m2709146273_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___sock0; SocketAddress_t3739769427 * L_1 = ___sa1; int32_t* L_2 = ___error2; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_Connect_internal_m1130612002(NULL /*static, unused*/, L_0, L_1, L_2, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.Socket::Connect_internal(System.IntPtr,System.Net.SocketAddress,System.Int32&,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_internal_m1130612002 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, SocketAddress_t3739769427 * ___sa1, int32_t* ___error2, bool ___requireSocketPolicyFile3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Connect_internal_m1130612002_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___requireSocketPolicyFile3; if (!L_0) { goto IL_001c; } } { SocketAddress_t3739769427 * L_1 = ___sa1; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); bool L_2 = Socket_CheckEndPoint_m1541548901(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001c; } } { SecurityException_t975544473 * L_3 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_3, _stringLiteral2107675532, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Socket_Connect_internal_m1130612002_RuntimeMethod_var); } IL_001c: { intptr_t L_4 = ___sock0; SocketAddress_t3739769427 * L_5 = ___sa1; int32_t* L_6 = ___error2; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_Connect_internal_real_m1040728770(NULL /*static, unused*/, L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Boolean System.Net.Sockets.Socket::CheckEndPoint(System.Net.SocketAddress) extern "C" IL2CPP_METHOD_ATTR bool Socket_CheckEndPoint_m1541548901 (RuntimeObject * __this /* static, unused */, SocketAddress_t3739769427 * ___sa0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_CheckEndPoint_m1541548901_MetadataUsageId); s_Il2CppMethodInitialized = true; } IPEndPoint_t3791887218 * V_0 = NULL; IPEndPoint_t3791887218 * V_1 = NULL; Exception_t * V_2 = NULL; bool V_3 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = Environment_get_SocketSecurityEnabled_m190813817(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return (bool)1; } IL_000c: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_t241777590 * L_1 = ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->get_Loopback_6(); IPEndPoint_t3791887218 * L_2 = (IPEndPoint_t3791887218 *)il2cpp_codegen_object_new(IPEndPoint_t3791887218_il2cpp_TypeInfo_var); IPEndPoint__ctor_m2833647099(L_2, L_1, ((int32_t)123), /*hidden argument*/NULL); V_0 = L_2; IPEndPoint_t3791887218 * L_3 = V_0; SocketAddress_t3739769427 * L_4 = ___sa0; NullCheck(L_3); EndPoint_t982345378 * L_5 = VirtFuncInvoker1< EndPoint_t982345378 *, SocketAddress_t3739769427 * >::Invoke(5 /* System.Net.EndPoint System.Net.IPEndPoint::Create(System.Net.SocketAddress) */, L_3, L_4); V_1 = ((IPEndPoint_t3791887218 *)CastclassClass((RuntimeObject*)L_5, IPEndPoint_t3791887218_il2cpp_TypeInfo_var)); IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); MethodInfo_t * L_6 = ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->get_check_socket_policy_22(); if (L_6) { goto IL_003f; } } IL_0030: { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); MethodInfo_t * L_7 = Socket_GetUnityCrossDomainHelperMethod_m2287295676(NULL /*static, unused*/, _stringLiteral2605904622, /*hidden argument*/NULL); ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->set_check_socket_policy_22(L_7); } IL_003f: { IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); MethodInfo_t * L_8 = ((Socket_t1119025450_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t1119025450_il2cpp_TypeInfo_var))->get_check_socket_policy_22(); ObjectU5BU5D_t2843939325* L_9 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); IPEndPoint_t3791887218 * L_10 = V_1; NullCheck(L_10); IPAddress_t241777590 * L_11 = IPEndPoint_get_Address_m834732349(L_10, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Net.IPAddress::ToString() */, L_11); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_12); (L_9)->SetAt(static_cast(0), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = L_9; IPEndPoint_t3791887218 * L_14 = V_1; NullCheck(L_14); int32_t L_15 = IPEndPoint_get_Port_m2842923226(L_14, /*hidden argument*/NULL); int32_t L_16 = L_15; RuntimeObject * L_17 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_16); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_17); (L_13)->SetAt(static_cast(1), (RuntimeObject *)L_17); NullCheck(L_8); RuntimeObject * L_18 = MethodBase_Invoke_m1776411915(L_8, NULL, L_13, /*hidden argument*/NULL); V_3 = ((*(bool*)((bool*)UnBox(L_18, Boolean_t97287965_il2cpp_TypeInfo_var)))); goto IL_0099; } IL_0077: { ; // IL_0077: leave IL_0099 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_007c; throw e; } CATCH_007c: { // begin catch(System.Exception) { V_2 = ((Exception_t *)__exception_local); Exception_t * L_19 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3485748958, L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Console_WriteLine_m4182570127(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); V_3 = (bool)0; goto IL_0099; } IL_0094: { ; // IL_0094: leave IL_0099 } } // end catch (depth: 1) IL_0099: { bool L_21 = V_3; return L_21; } } // System.Reflection.MethodInfo System.Net.Sockets.Socket::GetUnityCrossDomainHelperMethod(System.String) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Socket_GetUnityCrossDomainHelperMethod_m2287295676 (RuntimeObject * __this /* static, unused */, String_t* ___methodname0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_GetUnityCrossDomainHelperMethod_m2287295676_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; MethodInfo_t * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_0 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, _stringLiteral2613899517, "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); V_0 = L_0; Type_t * L_1 = V_0; if (L_1) { goto IL_001c; } } { SecurityException_t975544473 * L_2 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_2, _stringLiteral2658763118, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Socket_GetUnityCrossDomainHelperMethod_m2287295676_RuntimeMethod_var); } IL_001c: { Type_t * L_3 = V_0; String_t* L_4 = ___methodname0; NullCheck(L_3); MethodInfo_t * L_5 = Type_GetMethod_m2019726356(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; MethodInfo_t * L_6 = V_1; if (L_6) { goto IL_003b; } } { String_t* L_7 = ___methodname0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2169913713, L_7, /*hidden argument*/NULL); SecurityException_t975544473 * L_9 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Socket_GetUnityCrossDomainHelperMethod_m2287295676_RuntimeMethod_var); } IL_003b: { MethodInfo_t * L_10 = V_1; return L_10; } } // System.Void System.Net.Sockets.Socket::Connect(System.Net.EndPoint) extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_m798630981 (Socket_t1119025450 * __this, EndPoint_t982345378 * ___remoteEP0, const RuntimeMethod* method) { { EndPoint_t982345378 * L_0 = ___remoteEP0; Socket_Connect_m2387904622(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.Socket::Connect(System.Net.EndPoint,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_m2387904622 (Socket_t1119025450 * __this, EndPoint_t982345378 * ___remoteEP0, bool ___requireSocketPolicy1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Connect_m2387904622_MetadataUsageId); s_Il2CppMethodInitialized = true; } SocketAddress_t3739769427 * V_0 = NULL; IPEndPoint_t3791887218 * V_1 = NULL; int32_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (SocketAddress_t3739769427 *)NULL; bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0029; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0029; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_Connect_m2387904622_RuntimeMethod_var); } IL_0029: { EndPoint_t982345378 * L_5 = ___remoteEP0; if (L_5) { goto IL_003a; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral1060490584, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Socket_Connect_m2387904622_RuntimeMethod_var); } IL_003a: { EndPoint_t982345378 * L_7 = ___remoteEP0; V_1 = ((IPEndPoint_t3791887218 *)IsInstClass((RuntimeObject*)L_7, IPEndPoint_t3791887218_il2cpp_TypeInfo_var)); IPEndPoint_t3791887218 * L_8 = V_1; if (!L_8) { goto IL_007c; } } { IPEndPoint_t3791887218 * L_9 = V_1; NullCheck(L_9); IPAddress_t241777590 * L_10 = IPEndPoint_get_Address_m834732349(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_t241777590 * L_11 = ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->get_Any_4(); NullCheck(L_10); bool L_12 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Net.IPAddress::Equals(System.Object) */, L_10, L_11); if (L_12) { goto IL_0071; } } { IPEndPoint_t3791887218 * L_13 = V_1; NullCheck(L_13); IPAddress_t241777590 * L_14 = IPEndPoint_get_Address_m834732349(L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_t241777590 * L_15 = ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->get_IPv6Any_8(); NullCheck(L_14); bool L_16 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Net.IPAddress::Equals(System.Object) */, L_14, L_15); if (!L_16) { goto IL_007c; } } IL_0071: { SocketException_t3852068672 * L_17 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_17, ((int32_t)10049), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,Socket_Connect_m2387904622_RuntimeMethod_var); } IL_007c: { bool L_18 = __this->get_islistening_2(); if (!L_18) { goto IL_008d; } } { InvalidOperationException_t56020091 * L_19 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,Socket_Connect_m2387904622_RuntimeMethod_var); } IL_008d: { EndPoint_t982345378 * L_20 = ___remoteEP0; NullCheck(L_20); SocketAddress_t3739769427 * L_21 = VirtFuncInvoker0< SocketAddress_t3739769427 * >::Invoke(6 /* System.Net.SocketAddress System.Net.EndPoint::Serialize() */, L_20); V_0 = L_21; V_2 = 0; IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_22 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_blocking_thread_14(L_22); } IL_00a1: try { // begin try (depth: 1) try { // begin try (depth: 2) intptr_t L_23 = __this->get_socket_9(); SocketAddress_t3739769427 * L_24 = V_0; bool L_25 = ___requireSocketPolicy1; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_Connect_internal_m1130612002(NULL /*static, unused*/, L_23, L_24, (&V_2), L_25, /*hidden argument*/NULL); IL2CPP_LEAVE(0xD9, FINALLY_00d1); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ThreadAbortException_t4074510458_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00b5; throw e; } CATCH_00b5: { // begin catch(System.Threading.ThreadAbortException) { bool L_26 = __this->get_disposed_20(); if (!L_26) { goto IL_00cc; } } IL_00c1: { IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_ResetAbort_m2418149112(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = ((int32_t)10004); } IL_00cc: { IL2CPP_LEAVE(0xD9, FINALLY_00d1); } } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d1; } FINALLY_00d1: { // begin finally (depth: 1) __this->set_blocking_thread_14((Thread_t2300836069 *)NULL); IL2CPP_END_FINALLY(209) } // end finally (depth: 1) IL2CPP_CLEANUP(209) { IL2CPP_JUMP_TBL(0xD9, IL_00d9) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00d9: { int32_t L_27 = V_2; if (!L_27) { goto IL_00e6; } } { int32_t L_28 = V_2; SocketException_t3852068672 * L_29 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_29, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29,Socket_Connect_m2387904622_RuntimeMethod_var); } IL_00e6: { __this->set_connected_18((bool)1); __this->set_isbound_15((bool)1); EndPoint_t982345378 * L_30 = ___remoteEP0; __this->set_seed_endpoint_21(L_30); return; } } // System.Boolean System.Net.Sockets.Socket::Poll_internal(System.IntPtr,System.Net.Sockets.SelectMode,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Socket_Poll_internal_m3742261368 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t ___mode1, int32_t ___timeout2, int32_t* ___error3, const RuntimeMethod* method) { typedef bool (*Socket_Poll_internal_m3742261368_ftn) (intptr_t, int32_t, int32_t, int32_t*); using namespace il2cpp::icalls; return ((Socket_Poll_internal_m3742261368_ftn)System::System::Net::Sockets::Socket::Poll) (___socket0, ___mode1, ___timeout2, ___error3); } // System.Boolean System.Net.Sockets.Socket::Poll(System.Int32,System.Net.Sockets.SelectMode,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Socket_Poll_m2581499794 (Socket_t1119025450 * __this, int32_t ___time_us0, int32_t ___mode1, int32_t* ___socket_error2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Poll_m2581499794_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_Poll_m2581499794_RuntimeMethod_var); } IL_0027: { int32_t L_5 = ___mode1; if (!L_5) { goto IL_0046; } } { int32_t L_6 = ___mode1; if ((((int32_t)L_6) == ((int32_t)1))) { goto IL_0046; } } { int32_t L_7 = ___mode1; if ((((int32_t)L_7) == ((int32_t)2))) { goto IL_0046; } } { NotSupportedException_t1314879016 * L_8 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_8, _stringLiteral3928579774, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,Socket_Poll_m2581499794_RuntimeMethod_var); } IL_0046: { intptr_t L_9 = __this->get_socket_9(); int32_t L_10 = ___mode1; int32_t L_11 = ___time_us0; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); bool L_12 = Socket_Poll_internal_m3742261368(NULL /*static, unused*/, L_9, L_10, L_11, (&V_0), /*hidden argument*/NULL); V_1 = L_12; int32_t L_13 = V_0; if (!L_13) { goto IL_0063; } } { int32_t L_14 = V_0; SocketException_t3852068672 * L_15 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Socket_Poll_m2581499794_RuntimeMethod_var); } IL_0063: { int32_t* L_16 = ___socket_error2; RuntimeObject * L_17 = Socket_GetSocketOption_m419986124(__this, ((int32_t)65535), ((int32_t)4103), /*hidden argument*/NULL); *((int32_t*)(L_16)) = (int32_t)((*(int32_t*)((int32_t*)UnBox(L_17, Int32_t2950945753_il2cpp_TypeInfo_var)))); int32_t L_18 = ___mode1; if ((!(((uint32_t)L_18) == ((uint32_t)1)))) { goto IL_0095; } } { bool L_19 = V_1; if (!L_19) { goto IL_0095; } } { int32_t* L_20 = ___socket_error2; if ((*((int32_t*)L_20))) { goto IL_0095; } } { __this->set_connected_18((bool)1); } IL_0095: { bool L_21 = V_1; return L_21; } } // System.Int32 System.Net.Sockets.Socket::Receive_internal(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_internal_m331082597 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, ByteU5BU5D_t4116647657* ___buffer1, int32_t ___offset2, int32_t ___count3, int32_t ___flags4, int32_t* ___error5, const RuntimeMethod* method) { typedef int32_t (*Socket_Receive_internal_m331082597_ftn) (intptr_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, int32_t, int32_t*); using namespace il2cpp::icalls; return ((Socket_Receive_internal_m331082597_ftn)System::System::Net::Sockets::Socket::Receive) (___sock0, ___buffer1, ___offset2, ___count3, ___flags4, ___error5); } // System.Int32 System.Net.Sockets.Socket::Receive_nochecks(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_nochecks_m1265362885 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buf0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, int32_t* ___error4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Receive_nochecks_m1265362885_MetadataUsageId); s_Il2CppMethodInitialized = true; } IPAddress_t241777590 * V_0 = NULL; EndPoint_t982345378 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { int32_t L_0 = __this->get_protocol_type_12(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)17))))) { goto IL_0051; } } { bool L_1 = Environment_get_SocketSecurityEnabled_m190813817(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_1) { goto IL_0051; } } { IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_t241777590 * L_2 = ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->get_Any_4(); V_0 = L_2; int32_t L_3 = __this->get_address_family_10(); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)23))))) { goto IL_0030; } } { IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t241777590_il2cpp_TypeInfo_var); IPAddress_t241777590 * L_4 = ((IPAddress_t241777590_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t241777590_il2cpp_TypeInfo_var))->get_IPv6Any_8(); V_0 = L_4; } IL_0030: { IPAddress_t241777590 * L_5 = V_0; IPEndPoint_t3791887218 * L_6 = (IPEndPoint_t3791887218 *)il2cpp_codegen_object_new(IPEndPoint_t3791887218_il2cpp_TypeInfo_var); IPEndPoint__ctor_m2833647099(L_6, L_5, 0, /*hidden argument*/NULL); V_1 = L_6; V_2 = 0; ByteU5BU5D_t4116647657* L_7 = ___buf0; int32_t L_8 = ___offset1; int32_t L_9 = ___size2; int32_t L_10 = ___flags3; int32_t L_11 = Socket_ReceiveFrom_nochecks_exc_m3832376789(__this, L_7, L_8, L_9, L_10, (&V_1), (bool)0, (&V_2), /*hidden argument*/NULL); V_3 = L_11; int32_t* L_12 = ___error4; int32_t L_13 = V_2; *((int32_t*)(L_12)) = (int32_t)L_13; int32_t L_14 = V_3; return L_14; } IL_0051: { intptr_t L_15 = __this->get_socket_9(); ByteU5BU5D_t4116647657* L_16 = ___buf0; int32_t L_17 = ___offset1; int32_t L_18 = ___size2; int32_t L_19 = ___flags3; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_20 = Socket_Receive_internal_m331082597(NULL /*static, unused*/, L_15, L_16, L_17, L_18, L_19, (&V_4), /*hidden argument*/NULL); V_5 = L_20; int32_t* L_21 = ___error4; int32_t L_22 = V_4; *((int32_t*)(L_21)) = (int32_t)L_22; int32_t* L_23 = ___error4; if (!(*((int32_t*)L_23))) { goto IL_0098; } } { int32_t* L_24 = ___error4; if ((((int32_t)(*((int32_t*)L_24))) == ((int32_t)((int32_t)10035)))) { goto IL_0098; } } { int32_t* L_25 = ___error4; if ((((int32_t)(*((int32_t*)L_25))) == ((int32_t)((int32_t)10036)))) { goto IL_0098; } } { __this->set_connected_18((bool)0); goto IL_009f; } IL_0098: { __this->set_connected_18((bool)1); } IL_009f: { int32_t L_26 = V_5; return L_26; } } // System.Void System.Net.Sockets.Socket::GetSocketOption_obj_internal(System.IntPtr,System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Object&,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_GetSocketOption_obj_internal_m3909434119 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t ___level1, int32_t ___name2, RuntimeObject ** ___obj_val3, int32_t* ___error4, const RuntimeMethod* method) { typedef void (*Socket_GetSocketOption_obj_internal_m3909434119_ftn) (intptr_t, int32_t, int32_t, RuntimeObject **, int32_t*); using namespace il2cpp::icalls; ((Socket_GetSocketOption_obj_internal_m3909434119_ftn)System::System::Net::Sockets::Socket::GetSocketOptionObj) (___socket0, ___level1, ___name2, ___obj_val3, ___error4); } // System.Int32 System.Net.Sockets.Socket::Send_internal(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_internal_m32065293 (RuntimeObject * __this /* static, unused */, intptr_t ___sock0, ByteU5BU5D_t4116647657* ___buf1, int32_t ___offset2, int32_t ___count3, int32_t ___flags4, int32_t* ___error5, const RuntimeMethod* method) { typedef int32_t (*Socket_Send_internal_m32065293_ftn) (intptr_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, int32_t, int32_t*); using namespace il2cpp::icalls; return ((Socket_Send_internal_m32065293_ftn)System::System::Net::Sockets::Socket::Send) (___sock0, ___buf1, ___offset2, ___count3, ___flags4, ___error5); } // System.Int32 System.Net.Sockets.Socket::Send_nochecks(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&) extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_nochecks_m3624015216 (Socket_t1119025450 * __this, ByteU5BU5D_t4116647657* ___buf0, int32_t ___offset1, int32_t ___size2, int32_t ___flags3, int32_t* ___error4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_Send_nochecks_m3624015216_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___size2; if (L_0) { goto IL_000c; } } { int32_t* L_1 = ___error4; *((int32_t*)(L_1)) = (int32_t)0; return 0; } IL_000c: { intptr_t L_2 = __this->get_socket_9(); ByteU5BU5D_t4116647657* L_3 = ___buf0; int32_t L_4 = ___offset1; int32_t L_5 = ___size2; int32_t L_6 = ___flags3; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); int32_t L_7 = Socket_Send_internal_m32065293(NULL /*static, unused*/, L_2, L_3, L_4, L_5, L_6, (&V_0), /*hidden argument*/NULL); V_1 = L_7; int32_t* L_8 = ___error4; int32_t L_9 = V_0; *((int32_t*)(L_8)) = (int32_t)L_9; int32_t* L_10 = ___error4; if (!(*((int32_t*)L_10))) { goto IL_0051; } } { int32_t* L_11 = ___error4; if ((((int32_t)(*((int32_t*)L_11))) == ((int32_t)((int32_t)10035)))) { goto IL_0051; } } { int32_t* L_12 = ___error4; if ((((int32_t)(*((int32_t*)L_12))) == ((int32_t)((int32_t)10036)))) { goto IL_0051; } } { __this->set_connected_18((bool)0); goto IL_0058; } IL_0051: { __this->set_connected_18((bool)1); } IL_0058: { int32_t L_13 = V_1; return L_13; } } // System.Object System.Net.Sockets.Socket::GetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Socket_GetSocketOption_m419986124 (Socket_t1119025450 * __this, int32_t ___optionLevel0, int32_t ___optionName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_GetSocketOption_m419986124_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_GetSocketOption_m419986124_RuntimeMethod_var); } IL_0027: { intptr_t L_5 = __this->get_socket_9(); int32_t L_6 = ___optionLevel0; int32_t L_7 = ___optionName1; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_GetSocketOption_obj_internal_m3909434119(NULL /*static, unused*/, L_5, L_6, L_7, (&V_0), (&V_1), /*hidden argument*/NULL); int32_t L_8 = V_1; if (!L_8) { goto IL_0045; } } { int32_t L_9 = V_1; SocketException_t3852068672 * L_10 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Socket_GetSocketOption_m419986124_RuntimeMethod_var); } IL_0045: { int32_t L_11 = ___optionName1; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)128))))) { goto IL_0057; } } { RuntimeObject * L_12 = V_0; return ((LingerOption_t2688985448 *)CastclassClass((RuntimeObject*)L_12, LingerOption_t2688985448_il2cpp_TypeInfo_var)); } IL_0057: { int32_t L_13 = ___optionName1; if ((((int32_t)L_13) == ((int32_t)((int32_t)12)))) { goto IL_0067; } } { int32_t L_14 = ___optionName1; if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)13))))) { goto IL_006e; } } IL_0067: { RuntimeObject * L_15 = V_0; return ((MulticastOption_t3861143239 *)CastclassClass((RuntimeObject*)L_15, MulticastOption_t3861143239_il2cpp_TypeInfo_var)); } IL_006e: { RuntimeObject * L_16 = V_0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_16, Int32_t2950945753_il2cpp_TypeInfo_var))) { goto IL_0085; } } { RuntimeObject * L_17 = V_0; int32_t L_18 = ((*(int32_t*)((int32_t*)UnBox(L_17, Int32_t2950945753_il2cpp_TypeInfo_var)))); RuntimeObject * L_19 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_18); return L_19; } IL_0085: { RuntimeObject * L_20 = V_0; return L_20; } } // System.Void System.Net.Sockets.Socket::Shutdown_internal(System.IntPtr,System.Net.Sockets.SocketShutdown,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_Shutdown_internal_m4083092300 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t ___how1, int32_t* ___error2, const RuntimeMethod* method) { typedef void (*Socket_Shutdown_internal_m4083092300_ftn) (intptr_t, int32_t, int32_t*); using namespace il2cpp::icalls; ((Socket_Shutdown_internal_m4083092300_ftn)System::System::Net::Sockets::Socket::Shutdown) (___socket0, ___how1, ___error2); } // System.Void System.Net.Sockets.Socket::SetSocketOption_internal(System.IntPtr,System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Object,System.Byte[],System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void Socket_SetSocketOption_internal_m2890815837 (RuntimeObject * __this /* static, unused */, intptr_t ___socket0, int32_t ___level1, int32_t ___name2, RuntimeObject * ___obj_val3, ByteU5BU5D_t4116647657* ___byte_val4, int32_t ___int_val5, int32_t* ___error6, const RuntimeMethod* method) { typedef void (*Socket_SetSocketOption_internal_m2890815837_ftn) (intptr_t, int32_t, int32_t, RuntimeObject *, ByteU5BU5D_t4116647657*, int32_t, int32_t*); using namespace il2cpp::icalls; ((Socket_SetSocketOption_internal_m2890815837_ftn)System::System::Net::Sockets::Socket::SetSocketOption) (___socket0, ___level1, ___name2, ___obj_val3, ___byte_val4, ___int_val5, ___error6); } // System.Void System.Net.Sockets.Socket::SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Socket_SetSocketOption_m483522974 (Socket_t1119025450 * __this, int32_t ___optionLevel0, int32_t ___optionName1, int32_t ___optionValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Socket_SetSocketOption_m483522974_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_disposed_20(); if (!L_0) { goto IL_0027; } } { bool L_1 = __this->get_closed_19(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_2); ObjectDisposedException_t21392786 * L_4 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Socket_SetSocketOption_m483522974_RuntimeMethod_var); } IL_0027: { intptr_t L_5 = __this->get_socket_9(); int32_t L_6 = ___optionLevel0; int32_t L_7 = ___optionName1; int32_t L_8 = ___optionValue2; IL2CPP_RUNTIME_CLASS_INIT(Socket_t1119025450_il2cpp_TypeInfo_var); Socket_SetSocketOption_internal_m2890815837(NULL /*static, unused*/, L_5, L_6, L_7, NULL, (ByteU5BU5D_t4116647657*)(ByteU5BU5D_t4116647657*)NULL, L_8, (&V_0), /*hidden argument*/NULL); int32_t L_9 = V_0; if (!L_9) { goto IL_0046; } } { int32_t L_10 = V_0; SocketException_t3852068672 * L_11 = (SocketException_t3852068672 *)il2cpp_codegen_object_new(SocketException_t3852068672_il2cpp_TypeInfo_var); SocketException__ctor_m1369613389(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,Socket_SetSocketOption_m483522974_RuntimeMethod_var); } IL_0046: { return; } } // System.Void System.Net.Sockets.Socket::ThrowIfUpd() extern "C" IL2CPP_METHOD_ATTR void Socket_ThrowIfUpd_m1907232738 (Socket_t1119025450 * __this, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif